@fmsim/board 0.0.99 → 0.0.101
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/custom-elements.json
CHANGED
|
@@ -2,6 +2,69 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "stories/index.stories.ts",
|
|
8
|
+
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "variable",
|
|
11
|
+
"name": "Regular"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"kind": "variable",
|
|
15
|
+
"name": "CustomTitle"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"kind": "variable",
|
|
19
|
+
"name": "CustomCounter"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"kind": "variable",
|
|
23
|
+
"name": "SlottedContent"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"exports": [
|
|
27
|
+
{
|
|
28
|
+
"kind": "js",
|
|
29
|
+
"name": "default",
|
|
30
|
+
"declaration": {
|
|
31
|
+
"module": "stories/index.stories.ts"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"kind": "js",
|
|
36
|
+
"name": "Regular",
|
|
37
|
+
"declaration": {
|
|
38
|
+
"name": "Regular",
|
|
39
|
+
"module": "stories/index.stories.ts"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"kind": "js",
|
|
44
|
+
"name": "CustomTitle",
|
|
45
|
+
"declaration": {
|
|
46
|
+
"name": "CustomTitle",
|
|
47
|
+
"module": "stories/index.stories.ts"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"kind": "js",
|
|
52
|
+
"name": "CustomCounter",
|
|
53
|
+
"declaration": {
|
|
54
|
+
"name": "CustomCounter",
|
|
55
|
+
"module": "stories/index.stories.ts"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"kind": "js",
|
|
60
|
+
"name": "SlottedContent",
|
|
61
|
+
"declaration": {
|
|
62
|
+
"name": "SlottedContent",
|
|
63
|
+
"module": "stories/index.stories.ts"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
},
|
|
5
68
|
{
|
|
6
69
|
"kind": "javascript-module",
|
|
7
70
|
"path": "src/index.ts",
|
|
@@ -1076,69 +1139,6 @@
|
|
|
1076
1139
|
"declarations": [],
|
|
1077
1140
|
"exports": []
|
|
1078
1141
|
},
|
|
1079
|
-
{
|
|
1080
|
-
"kind": "javascript-module",
|
|
1081
|
-
"path": "stories/index.stories.ts",
|
|
1082
|
-
"declarations": [
|
|
1083
|
-
{
|
|
1084
|
-
"kind": "variable",
|
|
1085
|
-
"name": "Regular"
|
|
1086
|
-
},
|
|
1087
|
-
{
|
|
1088
|
-
"kind": "variable",
|
|
1089
|
-
"name": "CustomTitle"
|
|
1090
|
-
},
|
|
1091
|
-
{
|
|
1092
|
-
"kind": "variable",
|
|
1093
|
-
"name": "CustomCounter"
|
|
1094
|
-
},
|
|
1095
|
-
{
|
|
1096
|
-
"kind": "variable",
|
|
1097
|
-
"name": "SlottedContent"
|
|
1098
|
-
}
|
|
1099
|
-
],
|
|
1100
|
-
"exports": [
|
|
1101
|
-
{
|
|
1102
|
-
"kind": "js",
|
|
1103
|
-
"name": "default",
|
|
1104
|
-
"declaration": {
|
|
1105
|
-
"module": "stories/index.stories.ts"
|
|
1106
|
-
}
|
|
1107
|
-
},
|
|
1108
|
-
{
|
|
1109
|
-
"kind": "js",
|
|
1110
|
-
"name": "Regular",
|
|
1111
|
-
"declaration": {
|
|
1112
|
-
"name": "Regular",
|
|
1113
|
-
"module": "stories/index.stories.ts"
|
|
1114
|
-
}
|
|
1115
|
-
},
|
|
1116
|
-
{
|
|
1117
|
-
"kind": "js",
|
|
1118
|
-
"name": "CustomTitle",
|
|
1119
|
-
"declaration": {
|
|
1120
|
-
"name": "CustomTitle",
|
|
1121
|
-
"module": "stories/index.stories.ts"
|
|
1122
|
-
}
|
|
1123
|
-
},
|
|
1124
|
-
{
|
|
1125
|
-
"kind": "js",
|
|
1126
|
-
"name": "CustomCounter",
|
|
1127
|
-
"declaration": {
|
|
1128
|
-
"name": "CustomCounter",
|
|
1129
|
-
"module": "stories/index.stories.ts"
|
|
1130
|
-
}
|
|
1131
|
-
},
|
|
1132
|
-
{
|
|
1133
|
-
"kind": "js",
|
|
1134
|
-
"name": "SlottedContent",
|
|
1135
|
-
"declaration": {
|
|
1136
|
-
"name": "SlottedContent",
|
|
1137
|
-
"module": "stories/index.stories.ts"
|
|
1138
|
-
}
|
|
1139
|
-
}
|
|
1140
|
-
]
|
|
1141
|
-
},
|
|
1142
1142
|
{
|
|
1143
1143
|
"kind": "javascript-module",
|
|
1144
1144
|
"path": "src/component/etc.ts",
|
|
@@ -1492,481 +1492,399 @@
|
|
|
1492
1492
|
},
|
|
1493
1493
|
{
|
|
1494
1494
|
"kind": "javascript-module",
|
|
1495
|
-
"path": "src/
|
|
1495
|
+
"path": "src/selector/board-creation-popup.ts",
|
|
1496
1496
|
"declarations": [
|
|
1497
1497
|
{
|
|
1498
|
-
"kind": "
|
|
1499
|
-
"
|
|
1500
|
-
"
|
|
1498
|
+
"kind": "class",
|
|
1499
|
+
"description": "",
|
|
1500
|
+
"name": "BoardCreationPopup",
|
|
1501
|
+
"members": [
|
|
1502
|
+
{
|
|
1503
|
+
"kind": "field",
|
|
1504
|
+
"name": "defaultGroup",
|
|
1505
|
+
"type": {
|
|
1506
|
+
"text": "string | undefined"
|
|
1507
|
+
}
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"kind": "field",
|
|
1511
|
+
"name": "groups",
|
|
1512
|
+
"type": {
|
|
1513
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
1514
|
+
}
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"kind": "method",
|
|
1518
|
+
"name": "onClickSubmit"
|
|
1519
|
+
}
|
|
1520
|
+
],
|
|
1521
|
+
"events": [
|
|
1522
|
+
{
|
|
1523
|
+
"name": "create-board",
|
|
1524
|
+
"type": {
|
|
1525
|
+
"text": "CustomEvent"
|
|
1526
|
+
}
|
|
1527
|
+
}
|
|
1528
|
+
],
|
|
1529
|
+
"mixins": [
|
|
1530
|
+
{
|
|
1531
|
+
"name": "localize(i18next)",
|
|
1532
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
1533
|
+
}
|
|
1534
|
+
],
|
|
1535
|
+
"superclass": {
|
|
1536
|
+
"name": "LitElement",
|
|
1537
|
+
"package": "lit"
|
|
1538
|
+
},
|
|
1539
|
+
"customElement": true
|
|
1501
1540
|
}
|
|
1502
1541
|
],
|
|
1503
1542
|
"exports": [
|
|
1504
1543
|
{
|
|
1505
1544
|
"kind": "js",
|
|
1506
|
-
"name": "
|
|
1545
|
+
"name": "BoardCreationPopup",
|
|
1507
1546
|
"declaration": {
|
|
1508
|
-
"name": "
|
|
1509
|
-
"module": "src/
|
|
1547
|
+
"name": "BoardCreationPopup",
|
|
1548
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
1510
1549
|
}
|
|
1511
1550
|
}
|
|
1512
1551
|
]
|
|
1513
1552
|
},
|
|
1514
1553
|
{
|
|
1515
1554
|
"kind": "javascript-module",
|
|
1516
|
-
"path": "src/
|
|
1555
|
+
"path": "src/selector/board-thumbnail-card.ts",
|
|
1517
1556
|
"declarations": [
|
|
1518
1557
|
{
|
|
1519
1558
|
"kind": "class",
|
|
1520
1559
|
"description": "",
|
|
1521
|
-
"name": "
|
|
1560
|
+
"name": "BoardThumbnailCard",
|
|
1522
1561
|
"members": [
|
|
1523
1562
|
{
|
|
1524
1563
|
"kind": "field",
|
|
1525
|
-
"name": "
|
|
1564
|
+
"name": "defaultGroup",
|
|
1526
1565
|
"type": {
|
|
1527
|
-
"text": "
|
|
1566
|
+
"text": "string | undefined"
|
|
1528
1567
|
}
|
|
1529
1568
|
},
|
|
1530
1569
|
{
|
|
1531
1570
|
"kind": "field",
|
|
1532
|
-
"name": "
|
|
1571
|
+
"name": "groups",
|
|
1533
1572
|
"type": {
|
|
1534
|
-
"text": "
|
|
1535
|
-
}
|
|
1536
|
-
"default": "[]"
|
|
1573
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
1574
|
+
}
|
|
1537
1575
|
},
|
|
1538
1576
|
{
|
|
1539
|
-
"kind": "
|
|
1540
|
-
"name": "
|
|
1541
|
-
"
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1577
|
+
"kind": "method",
|
|
1578
|
+
"name": "onClickFlip",
|
|
1579
|
+
"parameters": [
|
|
1580
|
+
{
|
|
1581
|
+
"name": "e",
|
|
1582
|
+
"type": {
|
|
1583
|
+
"text": "Event"
|
|
1584
|
+
}
|
|
1585
|
+
}
|
|
1586
|
+
]
|
|
1545
1587
|
},
|
|
1546
1588
|
{
|
|
1547
|
-
"kind": "
|
|
1548
|
-
"name": "
|
|
1549
|
-
"
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1589
|
+
"kind": "method",
|
|
1590
|
+
"name": "onClickSubmit",
|
|
1591
|
+
"parameters": [
|
|
1592
|
+
{
|
|
1593
|
+
"name": "e",
|
|
1594
|
+
"type": {
|
|
1595
|
+
"text": "Event"
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1598
|
+
]
|
|
1553
1599
|
},
|
|
1554
1600
|
{
|
|
1555
|
-
"kind": "
|
|
1556
|
-
"name": "
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
"privacy": "private"
|
|
1561
|
-
},
|
|
1601
|
+
"kind": "method",
|
|
1602
|
+
"name": "reset"
|
|
1603
|
+
}
|
|
1604
|
+
],
|
|
1605
|
+
"events": [
|
|
1562
1606
|
{
|
|
1563
|
-
"
|
|
1564
|
-
"name": "undo",
|
|
1607
|
+
"name": "create-board",
|
|
1565
1608
|
"type": {
|
|
1566
|
-
"text": "
|
|
1567
|
-
}
|
|
1568
|
-
|
|
1569
|
-
|
|
1609
|
+
"text": "CustomEvent"
|
|
1610
|
+
}
|
|
1611
|
+
}
|
|
1612
|
+
],
|
|
1613
|
+
"mixins": [
|
|
1570
1614
|
{
|
|
1571
|
-
"
|
|
1572
|
-
"
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1615
|
+
"name": "localize(i18next)",
|
|
1616
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
1617
|
+
}
|
|
1618
|
+
],
|
|
1619
|
+
"superclass": {
|
|
1620
|
+
"name": "LitElement",
|
|
1621
|
+
"package": "lit"
|
|
1622
|
+
},
|
|
1623
|
+
"customElement": true
|
|
1624
|
+
}
|
|
1625
|
+
],
|
|
1626
|
+
"exports": [
|
|
1627
|
+
{
|
|
1628
|
+
"kind": "js",
|
|
1629
|
+
"name": "BoardThumbnailCard",
|
|
1630
|
+
"declaration": {
|
|
1631
|
+
"name": "BoardThumbnailCard",
|
|
1632
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
1633
|
+
}
|
|
1634
|
+
}
|
|
1635
|
+
]
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"kind": "javascript-module",
|
|
1639
|
+
"path": "src/selector/ox-board-creation-card.ts",
|
|
1640
|
+
"declarations": [
|
|
1641
|
+
{
|
|
1642
|
+
"kind": "class",
|
|
1643
|
+
"description": "",
|
|
1644
|
+
"name": "BoardCreationCard",
|
|
1645
|
+
"members": [
|
|
1646
|
+
{
|
|
1647
|
+
"kind": "field",
|
|
1648
|
+
"name": "defaultGroup",
|
|
1649
|
+
"type": {
|
|
1650
|
+
"text": "string | undefined"
|
|
1651
|
+
}
|
|
1577
1652
|
},
|
|
1578
1653
|
{
|
|
1579
1654
|
"kind": "field",
|
|
1580
|
-
"name": "
|
|
1655
|
+
"name": "groups",
|
|
1581
1656
|
"type": {
|
|
1582
|
-
"text": "
|
|
1583
|
-
}
|
|
1584
|
-
"privacy": "private"
|
|
1657
|
+
"text": "any"
|
|
1658
|
+
}
|
|
1585
1659
|
},
|
|
1586
1660
|
{
|
|
1587
1661
|
"kind": "field",
|
|
1588
|
-
"name": "
|
|
1662
|
+
"name": "popup",
|
|
1589
1663
|
"type": {
|
|
1590
|
-
"text": "
|
|
1664
|
+
"text": "any"
|
|
1591
1665
|
},
|
|
1592
1666
|
"privacy": "private"
|
|
1593
1667
|
},
|
|
1668
|
+
{
|
|
1669
|
+
"kind": "method",
|
|
1670
|
+
"name": "onClick"
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"kind": "method",
|
|
1674
|
+
"name": "reset"
|
|
1675
|
+
}
|
|
1676
|
+
],
|
|
1677
|
+
"events": [
|
|
1678
|
+
{
|
|
1679
|
+
"name": "create-board",
|
|
1680
|
+
"type": {
|
|
1681
|
+
"text": "CustomEvent"
|
|
1682
|
+
}
|
|
1683
|
+
}
|
|
1684
|
+
],
|
|
1685
|
+
"mixins": [
|
|
1686
|
+
{
|
|
1687
|
+
"name": "localize(i18next)",
|
|
1688
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
1689
|
+
}
|
|
1690
|
+
],
|
|
1691
|
+
"superclass": {
|
|
1692
|
+
"name": "LitElement",
|
|
1693
|
+
"package": "lit"
|
|
1694
|
+
},
|
|
1695
|
+
"customElement": true
|
|
1696
|
+
}
|
|
1697
|
+
],
|
|
1698
|
+
"exports": [
|
|
1699
|
+
{
|
|
1700
|
+
"kind": "js",
|
|
1701
|
+
"name": "BoardCreationCard",
|
|
1702
|
+
"declaration": {
|
|
1703
|
+
"name": "BoardCreationCard",
|
|
1704
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
1705
|
+
}
|
|
1706
|
+
}
|
|
1707
|
+
]
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"kind": "javascript-module",
|
|
1711
|
+
"path": "src/selector/ox-board-selector.ts",
|
|
1712
|
+
"declarations": [
|
|
1713
|
+
{
|
|
1714
|
+
"kind": "class",
|
|
1715
|
+
"description": "",
|
|
1716
|
+
"name": "BoardSelector",
|
|
1717
|
+
"members": [
|
|
1594
1718
|
{
|
|
1595
1719
|
"kind": "field",
|
|
1596
|
-
"name": "
|
|
1720
|
+
"name": "groups",
|
|
1597
1721
|
"type": {
|
|
1598
|
-
"text": "
|
|
1722
|
+
"text": "{ id: string; name: string; description: string }[]"
|
|
1599
1723
|
},
|
|
1600
|
-
"
|
|
1724
|
+
"default": "[]"
|
|
1601
1725
|
},
|
|
1602
1726
|
{
|
|
1603
1727
|
"kind": "field",
|
|
1604
|
-
"name": "
|
|
1728
|
+
"name": "boards",
|
|
1605
1729
|
"type": {
|
|
1606
|
-
"text": "
|
|
1730
|
+
"text": "any[]"
|
|
1607
1731
|
},
|
|
1608
|
-
"
|
|
1732
|
+
"default": "[]"
|
|
1609
1733
|
},
|
|
1610
1734
|
{
|
|
1611
1735
|
"kind": "field",
|
|
1612
|
-
"name": "
|
|
1736
|
+
"name": "group",
|
|
1613
1737
|
"type": {
|
|
1614
|
-
"text": "
|
|
1615
|
-
}
|
|
1616
|
-
"privacy": "private"
|
|
1738
|
+
"text": "string | undefined"
|
|
1739
|
+
}
|
|
1617
1740
|
},
|
|
1618
1741
|
{
|
|
1619
1742
|
"kind": "field",
|
|
1620
|
-
"name": "
|
|
1743
|
+
"name": "inherited",
|
|
1621
1744
|
"type": {
|
|
1622
|
-
"text": "
|
|
1623
|
-
}
|
|
1624
|
-
"privacy": "private"
|
|
1745
|
+
"text": "InheritedValueType | undefined"
|
|
1746
|
+
}
|
|
1625
1747
|
},
|
|
1626
1748
|
{
|
|
1627
1749
|
"kind": "field",
|
|
1628
|
-
"name": "
|
|
1750
|
+
"name": "creatable",
|
|
1629
1751
|
"type": {
|
|
1630
|
-
"text": "
|
|
1752
|
+
"text": "boolean"
|
|
1631
1753
|
},
|
|
1632
|
-
"
|
|
1754
|
+
"default": "false"
|
|
1633
1755
|
},
|
|
1634
1756
|
{
|
|
1635
1757
|
"kind": "field",
|
|
1636
|
-
"name": "
|
|
1758
|
+
"name": "value",
|
|
1637
1759
|
"type": {
|
|
1638
|
-
"text": "
|
|
1639
|
-
}
|
|
1640
|
-
"privacy": "private"
|
|
1760
|
+
"text": "string | undefined"
|
|
1761
|
+
}
|
|
1641
1762
|
},
|
|
1642
1763
|
{
|
|
1643
1764
|
"kind": "field",
|
|
1644
|
-
"name": "
|
|
1765
|
+
"name": "_page",
|
|
1645
1766
|
"type": {
|
|
1646
|
-
"text": "
|
|
1767
|
+
"text": "number"
|
|
1647
1768
|
},
|
|
1648
|
-
"privacy": "private"
|
|
1769
|
+
"privacy": "private",
|
|
1770
|
+
"default": "1"
|
|
1649
1771
|
},
|
|
1650
1772
|
{
|
|
1651
1773
|
"kind": "field",
|
|
1652
|
-
"name": "
|
|
1774
|
+
"name": "_total",
|
|
1653
1775
|
"type": {
|
|
1654
|
-
"text": "
|
|
1776
|
+
"text": "number"
|
|
1655
1777
|
},
|
|
1656
|
-
"privacy": "private"
|
|
1778
|
+
"privacy": "private",
|
|
1779
|
+
"default": "0"
|
|
1657
1780
|
},
|
|
1658
1781
|
{
|
|
1659
1782
|
"kind": "field",
|
|
1660
|
-
"name": "
|
|
1783
|
+
"name": "scrollTargetEl",
|
|
1661
1784
|
"type": {
|
|
1662
|
-
"text": "
|
|
1785
|
+
"text": "HTMLElement | null"
|
|
1663
1786
|
},
|
|
1664
|
-
"
|
|
1787
|
+
"readonly": true
|
|
1665
1788
|
},
|
|
1666
1789
|
{
|
|
1667
1790
|
"kind": "method",
|
|
1668
|
-
"name": "
|
|
1791
|
+
"name": "scrollAction"
|
|
1669
1792
|
},
|
|
1670
1793
|
{
|
|
1671
1794
|
"kind": "method",
|
|
1672
|
-
"name": "
|
|
1795
|
+
"name": "onClickSelect",
|
|
1673
1796
|
"parameters": [
|
|
1674
1797
|
{
|
|
1675
|
-
"name": "
|
|
1798
|
+
"name": "board",
|
|
1676
1799
|
"type": {
|
|
1677
|
-
"text": "
|
|
1800
|
+
"text": "any"
|
|
1678
1801
|
}
|
|
1679
1802
|
}
|
|
1680
1803
|
]
|
|
1681
1804
|
},
|
|
1682
1805
|
{
|
|
1683
1806
|
"kind": "method",
|
|
1684
|
-
"name": "
|
|
1807
|
+
"name": "onCreateBoard",
|
|
1685
1808
|
"parameters": [
|
|
1686
1809
|
{
|
|
1687
|
-
"name": "
|
|
1810
|
+
"name": "e",
|
|
1688
1811
|
"type": {
|
|
1689
|
-
"text": "
|
|
1812
|
+
"text": "CustomEvent"
|
|
1690
1813
|
}
|
|
1691
1814
|
}
|
|
1692
1815
|
]
|
|
1693
1816
|
},
|
|
1694
1817
|
{
|
|
1695
1818
|
"kind": "method",
|
|
1696
|
-
"name": "
|
|
1697
|
-
"privacy": "private",
|
|
1698
|
-
"parameters": [
|
|
1699
|
-
{
|
|
1700
|
-
"name": "keys",
|
|
1701
|
-
"type": {
|
|
1702
|
-
"text": "string[]"
|
|
1703
|
-
}
|
|
1704
|
-
}
|
|
1705
|
-
]
|
|
1819
|
+
"name": "refreshGroups"
|
|
1706
1820
|
},
|
|
1707
1821
|
{
|
|
1708
1822
|
"kind": "method",
|
|
1709
|
-
"name": "
|
|
1710
|
-
"parameters": [
|
|
1711
|
-
{
|
|
1712
|
-
"name": "e",
|
|
1713
|
-
"type": {
|
|
1714
|
-
"text": "KeyboardEvent"
|
|
1715
|
-
}
|
|
1716
|
-
}
|
|
1717
|
-
]
|
|
1823
|
+
"name": "refreshBoards"
|
|
1718
1824
|
},
|
|
1719
1825
|
{
|
|
1720
1826
|
"kind": "method",
|
|
1721
|
-
"name": "
|
|
1722
|
-
"parameters": [
|
|
1723
|
-
{
|
|
1724
|
-
"name": "command",
|
|
1725
|
-
"type": {
|
|
1726
|
-
"text": "string"
|
|
1727
|
-
}
|
|
1728
|
-
},
|
|
1729
|
-
{
|
|
1730
|
-
"name": "undoable",
|
|
1731
|
-
"type": {
|
|
1732
|
-
"text": "boolean"
|
|
1733
|
-
}
|
|
1734
|
-
},
|
|
1735
|
-
{
|
|
1736
|
-
"name": "redoable",
|
|
1737
|
-
"type": {
|
|
1738
|
-
"text": "boolean"
|
|
1739
|
-
}
|
|
1740
|
-
}
|
|
1741
|
-
]
|
|
1827
|
+
"name": "appendBoards"
|
|
1742
1828
|
},
|
|
1743
1829
|
{
|
|
1744
1830
|
"kind": "method",
|
|
1745
|
-
"name": "
|
|
1831
|
+
"name": "getBoards",
|
|
1746
1832
|
"parameters": [
|
|
1747
1833
|
{
|
|
1748
|
-
"name": "
|
|
1749
|
-
"
|
|
1750
|
-
"text": "boolean"
|
|
1751
|
-
}
|
|
1752
|
-
},
|
|
1753
|
-
{
|
|
1754
|
-
"name": "redoable",
|
|
1755
|
-
"type": {
|
|
1756
|
-
"text": "boolean"
|
|
1757
|
-
}
|
|
1834
|
+
"name": "{ page = 1, limit = this._infiniteScrollOptions.limit }",
|
|
1835
|
+
"default": "{}"
|
|
1758
1836
|
}
|
|
1759
1837
|
]
|
|
1760
1838
|
},
|
|
1761
1839
|
{
|
|
1762
1840
|
"kind": "method",
|
|
1763
|
-
"name": "
|
|
1841
|
+
"name": "createBoard",
|
|
1764
1842
|
"parameters": [
|
|
1765
1843
|
{
|
|
1766
|
-
"name": "
|
|
1844
|
+
"name": "name",
|
|
1767
1845
|
"type": {
|
|
1768
|
-
"text": "
|
|
1846
|
+
"text": "string"
|
|
1769
1847
|
}
|
|
1770
1848
|
},
|
|
1771
1849
|
{
|
|
1772
|
-
"name": "
|
|
1773
|
-
"type": {
|
|
1774
|
-
"text": "boolean"
|
|
1775
|
-
}
|
|
1776
|
-
}
|
|
1777
|
-
]
|
|
1778
|
-
},
|
|
1779
|
-
{
|
|
1780
|
-
"kind": "method",
|
|
1781
|
-
"name": "onSceneChanged",
|
|
1782
|
-
"parameters": [
|
|
1783
|
-
{
|
|
1784
|
-
"name": "after",
|
|
1785
|
-
"optional": true,
|
|
1850
|
+
"name": "description",
|
|
1786
1851
|
"type": {
|
|
1787
|
-
"text": "
|
|
1852
|
+
"text": "string"
|
|
1788
1853
|
}
|
|
1789
1854
|
},
|
|
1790
1855
|
{
|
|
1791
|
-
"name": "
|
|
1792
|
-
"optional": true,
|
|
1856
|
+
"name": "groupId",
|
|
1793
1857
|
"type": {
|
|
1794
|
-
"text": "
|
|
1858
|
+
"text": "string"
|
|
1795
1859
|
}
|
|
1796
1860
|
}
|
|
1797
1861
|
]
|
|
1798
1862
|
},
|
|
1799
1863
|
{
|
|
1800
|
-
"kind": "
|
|
1801
|
-
"name": "
|
|
1802
|
-
"
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
"text": "Component[]"
|
|
1807
|
-
}
|
|
1808
|
-
},
|
|
1809
|
-
{
|
|
1810
|
-
"name": "before",
|
|
1811
|
-
"type": {
|
|
1812
|
-
"text": "Component[]"
|
|
1813
|
-
}
|
|
1814
|
-
}
|
|
1815
|
-
]
|
|
1816
|
-
},
|
|
1817
|
-
{
|
|
1818
|
-
"kind": "method",
|
|
1819
|
-
"name": "onTapUndo"
|
|
1820
|
-
},
|
|
1821
|
-
{
|
|
1822
|
-
"kind": "method",
|
|
1823
|
-
"name": "onTapRedo"
|
|
1824
|
-
},
|
|
1825
|
-
{
|
|
1826
|
-
"kind": "method",
|
|
1827
|
-
"name": "onTapCut"
|
|
1828
|
-
},
|
|
1829
|
-
{
|
|
1830
|
-
"kind": "method",
|
|
1831
|
-
"name": "onTapCopy"
|
|
1832
|
-
},
|
|
1833
|
-
{
|
|
1834
|
-
"kind": "method",
|
|
1835
|
-
"name": "onTapPaste"
|
|
1836
|
-
},
|
|
1837
|
-
{
|
|
1838
|
-
"kind": "method",
|
|
1839
|
-
"name": "onTapDelete"
|
|
1840
|
-
},
|
|
1841
|
-
{
|
|
1842
|
-
"kind": "method",
|
|
1843
|
-
"name": "onTapSelectAll"
|
|
1844
|
-
},
|
|
1845
|
-
{
|
|
1846
|
-
"kind": "method",
|
|
1847
|
-
"name": "onTapFontIncrease",
|
|
1848
|
-
"parameters": [
|
|
1849
|
-
{
|
|
1850
|
-
"name": "e",
|
|
1851
|
-
"type": {
|
|
1852
|
-
"text": "TouchEvent"
|
|
1853
|
-
}
|
|
1854
|
-
}
|
|
1855
|
-
]
|
|
1856
|
-
},
|
|
1857
|
-
{
|
|
1858
|
-
"kind": "method",
|
|
1859
|
-
"name": "onTapFontDecrease",
|
|
1860
|
-
"parameters": [
|
|
1861
|
-
{
|
|
1862
|
-
"name": "e",
|
|
1863
|
-
"type": {
|
|
1864
|
-
"text": "TouchEvent"
|
|
1865
|
-
}
|
|
1866
|
-
}
|
|
1867
|
-
]
|
|
1868
|
-
},
|
|
1869
|
-
{
|
|
1870
|
-
"kind": "method",
|
|
1871
|
-
"name": "onTapAlign",
|
|
1872
|
-
"parameters": [
|
|
1873
|
-
{
|
|
1874
|
-
"name": "e",
|
|
1875
|
-
"type": {
|
|
1876
|
-
"text": "TouchEvent | string"
|
|
1877
|
-
}
|
|
1878
|
-
}
|
|
1879
|
-
]
|
|
1880
|
-
},
|
|
1881
|
-
{
|
|
1882
|
-
"kind": "method",
|
|
1883
|
-
"name": "onTapZorder",
|
|
1884
|
-
"parameters": [
|
|
1885
|
-
{
|
|
1886
|
-
"name": "e",
|
|
1887
|
-
"type": {
|
|
1888
|
-
"text": "TouchEvent | string"
|
|
1889
|
-
}
|
|
1890
|
-
}
|
|
1891
|
-
]
|
|
1892
|
-
},
|
|
1893
|
-
{
|
|
1894
|
-
"kind": "method",
|
|
1895
|
-
"name": "onTapGroup"
|
|
1896
|
-
},
|
|
1897
|
-
{
|
|
1898
|
-
"kind": "method",
|
|
1899
|
-
"name": "onTapUngroup"
|
|
1900
|
-
},
|
|
1901
|
-
{
|
|
1902
|
-
"kind": "method",
|
|
1903
|
-
"name": "onTapFullscreen"
|
|
1904
|
-
},
|
|
1905
|
-
{
|
|
1906
|
-
"kind": "method",
|
|
1907
|
-
"name": "onTapToggle"
|
|
1908
|
-
},
|
|
1909
|
-
{
|
|
1910
|
-
"kind": "method",
|
|
1911
|
-
"name": "onTapFitScene"
|
|
1912
|
-
},
|
|
1913
|
-
{
|
|
1914
|
-
"kind": "method",
|
|
1915
|
-
"name": "onTapPreview"
|
|
1916
|
-
},
|
|
1917
|
-
{
|
|
1918
|
-
"kind": "method",
|
|
1919
|
-
"name": "onTapDownloadModel"
|
|
1920
|
-
},
|
|
1921
|
-
{
|
|
1922
|
-
"kind": "method",
|
|
1923
|
-
"name": "onTapDistribute",
|
|
1924
|
-
"parameters": [
|
|
1925
|
-
{
|
|
1926
|
-
"name": "e",
|
|
1927
|
-
"type": {
|
|
1928
|
-
"text": "TouchEvent | string"
|
|
1929
|
-
}
|
|
1930
|
-
}
|
|
1931
|
-
]
|
|
1932
|
-
},
|
|
1933
|
-
{
|
|
1934
|
-
"kind": "method",
|
|
1935
|
-
"name": "onTapGenerateModel",
|
|
1936
|
-
"parameters": [
|
|
1937
|
-
{
|
|
1938
|
-
"name": "e",
|
|
1939
|
-
"type": {
|
|
1940
|
-
"text": "TouchEvent | string"
|
|
1941
|
-
}
|
|
1942
|
-
}
|
|
1943
|
-
]
|
|
1864
|
+
"kind": "field",
|
|
1865
|
+
"name": "limit",
|
|
1866
|
+
"type": {
|
|
1867
|
+
"text": "number"
|
|
1868
|
+
},
|
|
1869
|
+
"default": "50"
|
|
1944
1870
|
}
|
|
1945
1871
|
],
|
|
1946
1872
|
"events": [
|
|
1947
1873
|
{
|
|
1948
|
-
"name": "
|
|
1949
|
-
"type": {
|
|
1950
|
-
"text": "CustomEvent"
|
|
1951
|
-
}
|
|
1952
|
-
},
|
|
1953
|
-
{
|
|
1954
|
-
"name": "hide-property-changed",
|
|
1874
|
+
"name": "board-selected",
|
|
1955
1875
|
"type": {
|
|
1956
1876
|
"text": "CustomEvent"
|
|
1957
1877
|
}
|
|
1958
|
-
}
|
|
1878
|
+
}
|
|
1879
|
+
],
|
|
1880
|
+
"mixins": [
|
|
1959
1881
|
{
|
|
1960
|
-
"name": "
|
|
1961
|
-
"
|
|
1962
|
-
"text": "CustomEvent"
|
|
1963
|
-
}
|
|
1882
|
+
"name": "InfiniteScrollable",
|
|
1883
|
+
"package": "@operato/utils/mixins/infinite-scrollable.js"
|
|
1964
1884
|
},
|
|
1965
1885
|
{
|
|
1966
|
-
"name": "
|
|
1967
|
-
"
|
|
1968
|
-
"text": "CustomEvent"
|
|
1969
|
-
}
|
|
1886
|
+
"name": "localize(i18next)",
|
|
1887
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
1970
1888
|
}
|
|
1971
1889
|
],
|
|
1972
1890
|
"superclass": {
|
|
@@ -1979,409 +1897,491 @@
|
|
|
1979
1897
|
"exports": [
|
|
1980
1898
|
{
|
|
1981
1899
|
"kind": "js",
|
|
1982
|
-
"name": "
|
|
1900
|
+
"name": "BoardSelector",
|
|
1983
1901
|
"declaration": {
|
|
1984
|
-
"name": "
|
|
1985
|
-
"module": "src/
|
|
1902
|
+
"name": "BoardSelector",
|
|
1903
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
1986
1904
|
}
|
|
1987
1905
|
}
|
|
1988
1906
|
]
|
|
1989
1907
|
},
|
|
1990
1908
|
{
|
|
1991
1909
|
"kind": "javascript-module",
|
|
1992
|
-
"path": "src/
|
|
1910
|
+
"path": "src/modeller/edit-toolbar-style.ts",
|
|
1993
1911
|
"declarations": [
|
|
1994
1912
|
{
|
|
1995
|
-
"kind": "
|
|
1996
|
-
"
|
|
1997
|
-
"
|
|
1998
|
-
"members": [
|
|
1999
|
-
{
|
|
2000
|
-
"kind": "field",
|
|
2001
|
-
"name": "defaultGroup",
|
|
2002
|
-
"type": {
|
|
2003
|
-
"text": "string | undefined"
|
|
2004
|
-
}
|
|
2005
|
-
},
|
|
2006
|
-
{
|
|
2007
|
-
"kind": "field",
|
|
2008
|
-
"name": "groups",
|
|
2009
|
-
"type": {
|
|
2010
|
-
"text": "{ id: string; name: string }[] | undefined"
|
|
2011
|
-
}
|
|
2012
|
-
},
|
|
2013
|
-
{
|
|
2014
|
-
"kind": "method",
|
|
2015
|
-
"name": "onClickSubmit"
|
|
2016
|
-
}
|
|
2017
|
-
],
|
|
2018
|
-
"events": [
|
|
2019
|
-
{
|
|
2020
|
-
"name": "create-board",
|
|
2021
|
-
"type": {
|
|
2022
|
-
"text": "CustomEvent"
|
|
2023
|
-
}
|
|
2024
|
-
}
|
|
2025
|
-
],
|
|
2026
|
-
"mixins": [
|
|
2027
|
-
{
|
|
2028
|
-
"name": "localize(i18next)",
|
|
2029
|
-
"module": "src/selector/board-creation-popup.ts"
|
|
2030
|
-
}
|
|
2031
|
-
],
|
|
2032
|
-
"superclass": {
|
|
2033
|
-
"name": "LitElement",
|
|
2034
|
-
"package": "lit"
|
|
2035
|
-
},
|
|
2036
|
-
"customElement": true
|
|
1913
|
+
"kind": "variable",
|
|
1914
|
+
"name": "style",
|
|
1915
|
+
"default": "css`\n :host {\n color: white;\n background-color: var(--edit-toolbar-background-color, #394e64);\n\n overflow-x: hidden;\n }\n\n [tools] {\n display: flex;\n align-items: center;\n overflow: none;\n padding: 0px 10px;\n }\n\n [tools] > * {\n padding: 0px;\n }\n\n [tools] > span[button] {\n min-width: 30px;\n }\n\n [tools] > span[padding] {\n flex: 1;\n }\n\n [tools] > .vline {\n display: block;\n flex: none;\n border-left: 1px solid rgba(255, 255, 255, 0.2);\n border-right: 1px solid rgba(0, 0, 0, 0.15);\n width: 0px;\n height: 18px;\n margin: 0 3px;\n }\n\n span[button] {\n min-height: 35px;\n\n background: var(--url-icon-htoolbar) no-repeat;\n background-position-x: 50%;\n opacity: 0.8;\n }\n span[button]:hover {\n opacity: 1;\n background-color: rgba(0, 0, 0, 0.1);\n cursor: pointer;\n }\n\n #fullscreen,\n #toggle-property {\n flex: none;\n }\n\n #align-left {\n background-position-y: 8px;\n }\n\n #align-center {\n background-position-y: -42px;\n }\n\n #align-right {\n background-position-y: -92px;\n }\n\n #align-top {\n background-position-y: -142px;\n }\n\n #align-middle {\n background-position-y: -192px;\n }\n\n #align-bottom {\n background-position-y: -242px;\n }\n\n #undo {\n background-position-y: -592px;\n }\n\n #redo {\n background-position-y: -642px;\n }\n\n #front {\n background-position-y: -292px;\n }\n\n #back {\n background-position-y: -342px;\n }\n\n #forward {\n background-position-y: -392px;\n }\n\n #backward {\n background-position-y: -442px;\n }\n\n #symmetry-x {\n background-position-y: -492px;\n }\n\n #symmetry-y {\n background-position-y: -542px;\n }\n\n #group {\n background-position-y: -492px;\n }\n\n #ungroup {\n background-position-y: -542px;\n }\n\n #fullscreen {\n background-position-y: -692px;\n }\n\n #toggle-property {\n background-position-y: -692px;\n float: right;\n }\n\n #zoomin {\n background-position-y: -742px;\n }\n\n #zoomout {\n background-position-y: -792px;\n }\n\n #fit-scene {\n background-position-y: -1492px;\n }\n\n #cut {\n background-position-y: -842px;\n }\n\n #copy {\n background-position-y: -892px;\n }\n\n #paste {\n background-position-y: -942px;\n }\n\n #delete {\n background-position-y: -992px;\n }\n\n #font-increase {\n background-position-y: -1042px;\n }\n\n #font-decrease {\n background-position-y: -1092px;\n }\n\n #style-copy {\n background-position-y: -1142px;\n }\n\n #context-menu {\n background-position-y: -692px;\n }\n\n #symmetry-x {\n background-position-y: -1192px;\n }\n\n #symmetry-y {\n background-position-y: -1242px;\n }\n\n #rotate-cw {\n background-position-y: -1292px;\n }\n\n #rotate-ccw {\n background-position-y: -1342px;\n }\n\n #distribute-horizontal {\n background-position-y: -1542px;\n }\n\n #distribute-vertical {\n background-position-y: -1593px;\n }\n\n #toggle-property {\n background-position-y: -1392px;\n }\n\n #preview {\n background-position-y: -1640px;\n }\n\n /* bigger buttons */\n #fullscreen {\n background: var(--url-icon-fullscreen) 50% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property {\n background: var(--url-icon-collapse) 80% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property[active] {\n background: var(--url-icon-collapse-active) 80% 10px no-repeat;\n }\n\n #generate-model {\n background-position-y: -1492px;\n }\n`"
|
|
2037
1916
|
}
|
|
2038
1917
|
],
|
|
2039
1918
|
"exports": [
|
|
2040
1919
|
{
|
|
2041
1920
|
"kind": "js",
|
|
2042
|
-
"name": "
|
|
1921
|
+
"name": "style",
|
|
2043
1922
|
"declaration": {
|
|
2044
|
-
"name": "
|
|
2045
|
-
"module": "src/
|
|
1923
|
+
"name": "style",
|
|
1924
|
+
"module": "src/modeller/edit-toolbar-style.ts"
|
|
2046
1925
|
}
|
|
2047
1926
|
}
|
|
2048
1927
|
]
|
|
2049
1928
|
},
|
|
2050
1929
|
{
|
|
2051
1930
|
"kind": "javascript-module",
|
|
2052
|
-
"path": "src/
|
|
1931
|
+
"path": "src/modeller/edit-toolbar.ts",
|
|
2053
1932
|
"declarations": [
|
|
2054
1933
|
{
|
|
2055
1934
|
"kind": "class",
|
|
2056
1935
|
"description": "",
|
|
2057
|
-
"name": "
|
|
1936
|
+
"name": "EditToolbar",
|
|
2058
1937
|
"members": [
|
|
2059
1938
|
{
|
|
2060
1939
|
"kind": "field",
|
|
2061
|
-
"name": "
|
|
1940
|
+
"name": "scene",
|
|
2062
1941
|
"type": {
|
|
2063
|
-
"text": "
|
|
1942
|
+
"text": "Scene | undefined"
|
|
2064
1943
|
}
|
|
2065
1944
|
},
|
|
2066
1945
|
{
|
|
2067
1946
|
"kind": "field",
|
|
2068
|
-
"name": "
|
|
1947
|
+
"name": "selected",
|
|
2069
1948
|
"type": {
|
|
2070
|
-
"text": "
|
|
2071
|
-
}
|
|
1949
|
+
"text": "any[]"
|
|
1950
|
+
},
|
|
1951
|
+
"default": "[]"
|
|
2072
1952
|
},
|
|
2073
1953
|
{
|
|
2074
|
-
"kind": "
|
|
2075
|
-
"name": "
|
|
2076
|
-
"
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
"text": "Event"
|
|
2081
|
-
}
|
|
2082
|
-
}
|
|
2083
|
-
]
|
|
1954
|
+
"kind": "field",
|
|
1955
|
+
"name": "hideProperty",
|
|
1956
|
+
"type": {
|
|
1957
|
+
"text": "boolean"
|
|
1958
|
+
},
|
|
1959
|
+
"default": "false"
|
|
2084
1960
|
},
|
|
2085
1961
|
{
|
|
2086
|
-
"kind": "
|
|
2087
|
-
"name": "
|
|
2088
|
-
"
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
"text": "Event"
|
|
2093
|
-
}
|
|
2094
|
-
}
|
|
2095
|
-
]
|
|
1962
|
+
"kind": "field",
|
|
1963
|
+
"name": "cliped",
|
|
1964
|
+
"type": {
|
|
1965
|
+
"text": "string | undefined"
|
|
1966
|
+
},
|
|
1967
|
+
"privacy": "private"
|
|
2096
1968
|
},
|
|
2097
1969
|
{
|
|
2098
|
-
"kind": "
|
|
2099
|
-
"name": "
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
1970
|
+
"kind": "field",
|
|
1971
|
+
"name": "redo",
|
|
1972
|
+
"type": {
|
|
1973
|
+
"text": "HTMLElement"
|
|
1974
|
+
},
|
|
1975
|
+
"privacy": "private"
|
|
1976
|
+
},
|
|
2103
1977
|
{
|
|
2104
|
-
"
|
|
1978
|
+
"kind": "field",
|
|
1979
|
+
"name": "undo",
|
|
2105
1980
|
"type": {
|
|
2106
|
-
"text": "
|
|
2107
|
-
}
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
"mixins": [
|
|
1981
|
+
"text": "HTMLElement"
|
|
1982
|
+
},
|
|
1983
|
+
"privacy": "private"
|
|
1984
|
+
},
|
|
2111
1985
|
{
|
|
2112
|
-
"
|
|
2113
|
-
"
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
},
|
|
2120
|
-
"customElement": true
|
|
2121
|
-
}
|
|
2122
|
-
],
|
|
2123
|
-
"exports": [
|
|
2124
|
-
{
|
|
2125
|
-
"kind": "js",
|
|
2126
|
-
"name": "BoardThumbnailCard",
|
|
2127
|
-
"declaration": {
|
|
2128
|
-
"name": "BoardThumbnailCard",
|
|
2129
|
-
"module": "src/selector/board-thumbnail-card.ts"
|
|
2130
|
-
}
|
|
2131
|
-
}
|
|
2132
|
-
]
|
|
2133
|
-
},
|
|
2134
|
-
{
|
|
2135
|
-
"kind": "javascript-module",
|
|
2136
|
-
"path": "src/selector/ox-board-creation-card.ts",
|
|
2137
|
-
"declarations": [
|
|
2138
|
-
{
|
|
2139
|
-
"kind": "class",
|
|
2140
|
-
"description": "",
|
|
2141
|
-
"name": "BoardCreationCard",
|
|
2142
|
-
"members": [
|
|
1986
|
+
"kind": "field",
|
|
1987
|
+
"name": "fullscreen",
|
|
1988
|
+
"type": {
|
|
1989
|
+
"text": "HTMLElement"
|
|
1990
|
+
},
|
|
1991
|
+
"privacy": "private"
|
|
1992
|
+
},
|
|
2143
1993
|
{
|
|
2144
1994
|
"kind": "field",
|
|
2145
|
-
"name": "
|
|
1995
|
+
"name": "cut",
|
|
2146
1996
|
"type": {
|
|
2147
|
-
"text": "
|
|
2148
|
-
}
|
|
1997
|
+
"text": "HTMLElement"
|
|
1998
|
+
},
|
|
1999
|
+
"privacy": "private"
|
|
2149
2000
|
},
|
|
2150
2001
|
{
|
|
2151
2002
|
"kind": "field",
|
|
2152
|
-
"name": "
|
|
2003
|
+
"name": "copy",
|
|
2153
2004
|
"type": {
|
|
2154
|
-
"text": "
|
|
2155
|
-
}
|
|
2005
|
+
"text": "HTMLElement"
|
|
2006
|
+
},
|
|
2007
|
+
"privacy": "private"
|
|
2156
2008
|
},
|
|
2157
2009
|
{
|
|
2158
2010
|
"kind": "field",
|
|
2159
|
-
"name": "
|
|
2011
|
+
"name": "paste",
|
|
2160
2012
|
"type": {
|
|
2161
|
-
"text": "
|
|
2013
|
+
"text": "HTMLElement"
|
|
2014
|
+
},
|
|
2015
|
+
"privacy": "private"
|
|
2016
|
+
},
|
|
2017
|
+
{
|
|
2018
|
+
"kind": "field",
|
|
2019
|
+
"name": "delete",
|
|
2020
|
+
"type": {
|
|
2021
|
+
"text": "HTMLElement"
|
|
2022
|
+
},
|
|
2023
|
+
"privacy": "private"
|
|
2024
|
+
},
|
|
2025
|
+
{
|
|
2026
|
+
"kind": "field",
|
|
2027
|
+
"name": "forward",
|
|
2028
|
+
"type": {
|
|
2029
|
+
"text": "HTMLElement"
|
|
2030
|
+
},
|
|
2031
|
+
"privacy": "private"
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
"kind": "field",
|
|
2035
|
+
"name": "backward",
|
|
2036
|
+
"type": {
|
|
2037
|
+
"text": "HTMLElement"
|
|
2038
|
+
},
|
|
2039
|
+
"privacy": "private"
|
|
2040
|
+
},
|
|
2041
|
+
{
|
|
2042
|
+
"kind": "field",
|
|
2043
|
+
"name": "front",
|
|
2044
|
+
"type": {
|
|
2045
|
+
"text": "HTMLElement"
|
|
2046
|
+
},
|
|
2047
|
+
"privacy": "private"
|
|
2048
|
+
},
|
|
2049
|
+
{
|
|
2050
|
+
"kind": "field",
|
|
2051
|
+
"name": "back",
|
|
2052
|
+
"type": {
|
|
2053
|
+
"text": "HTMLElement"
|
|
2054
|
+
},
|
|
2055
|
+
"privacy": "private"
|
|
2056
|
+
},
|
|
2057
|
+
{
|
|
2058
|
+
"kind": "field",
|
|
2059
|
+
"name": "aligners",
|
|
2060
|
+
"type": {
|
|
2061
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2062
|
+
},
|
|
2063
|
+
"privacy": "private"
|
|
2064
|
+
},
|
|
2065
|
+
{
|
|
2066
|
+
"kind": "field",
|
|
2067
|
+
"name": "zorders",
|
|
2068
|
+
"type": {
|
|
2069
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2070
|
+
},
|
|
2071
|
+
"privacy": "private"
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
"kind": "field",
|
|
2075
|
+
"name": "distributes",
|
|
2076
|
+
"type": {
|
|
2077
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2162
2078
|
},
|
|
2163
2079
|
"privacy": "private"
|
|
2164
2080
|
},
|
|
2165
2081
|
{
|
|
2166
2082
|
"kind": "method",
|
|
2167
|
-
"name": "
|
|
2083
|
+
"name": "hasEmptySlot"
|
|
2168
2084
|
},
|
|
2169
2085
|
{
|
|
2170
2086
|
"kind": "method",
|
|
2171
|
-
"name": "
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2087
|
+
"name": "onWheelEvent",
|
|
2088
|
+
"parameters": [
|
|
2089
|
+
{
|
|
2090
|
+
"name": "e",
|
|
2091
|
+
"type": {
|
|
2092
|
+
"text": "Event"
|
|
2093
|
+
}
|
|
2094
|
+
}
|
|
2095
|
+
]
|
|
2096
|
+
},
|
|
2175
2097
|
{
|
|
2176
|
-
"
|
|
2177
|
-
"
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2098
|
+
"kind": "method",
|
|
2099
|
+
"name": "getSymbol",
|
|
2100
|
+
"parameters": [
|
|
2101
|
+
{
|
|
2102
|
+
"name": "key",
|
|
2103
|
+
"type": {
|
|
2104
|
+
"text": "string"
|
|
2105
|
+
}
|
|
2106
|
+
}
|
|
2107
|
+
]
|
|
2108
|
+
},
|
|
2183
2109
|
{
|
|
2184
|
-
"
|
|
2185
|
-
"
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2110
|
+
"kind": "method",
|
|
2111
|
+
"name": "getShortcutString",
|
|
2112
|
+
"privacy": "private",
|
|
2113
|
+
"parameters": [
|
|
2114
|
+
{
|
|
2115
|
+
"name": "keys",
|
|
2116
|
+
"type": {
|
|
2117
|
+
"text": "string[]"
|
|
2118
|
+
}
|
|
2119
|
+
}
|
|
2120
|
+
]
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
"kind": "method",
|
|
2124
|
+
"name": "onShortcut",
|
|
2125
|
+
"parameters": [
|
|
2126
|
+
{
|
|
2127
|
+
"name": "e",
|
|
2128
|
+
"type": {
|
|
2129
|
+
"text": "KeyboardEvent"
|
|
2130
|
+
}
|
|
2131
|
+
}
|
|
2132
|
+
]
|
|
2133
|
+
},
|
|
2134
|
+
{
|
|
2135
|
+
"kind": "method",
|
|
2136
|
+
"name": "onExecute",
|
|
2137
|
+
"parameters": [
|
|
2138
|
+
{
|
|
2139
|
+
"name": "command",
|
|
2140
|
+
"type": {
|
|
2141
|
+
"text": "string"
|
|
2142
|
+
}
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
"name": "undoable",
|
|
2146
|
+
"type": {
|
|
2147
|
+
"text": "boolean"
|
|
2148
|
+
}
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"name": "redoable",
|
|
2152
|
+
"type": {
|
|
2153
|
+
"text": "boolean"
|
|
2154
|
+
}
|
|
2155
|
+
}
|
|
2156
|
+
]
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"kind": "method",
|
|
2160
|
+
"name": "onUndo",
|
|
2161
|
+
"parameters": [
|
|
2162
|
+
{
|
|
2163
|
+
"name": "undoable",
|
|
2164
|
+
"type": {
|
|
2165
|
+
"text": "boolean"
|
|
2166
|
+
}
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
"name": "redoable",
|
|
2170
|
+
"type": {
|
|
2171
|
+
"text": "boolean"
|
|
2172
|
+
}
|
|
2173
|
+
}
|
|
2174
|
+
]
|
|
2175
|
+
},
|
|
2176
|
+
{
|
|
2177
|
+
"kind": "method",
|
|
2178
|
+
"name": "onRedo",
|
|
2179
|
+
"parameters": [
|
|
2180
|
+
{
|
|
2181
|
+
"name": "undoable",
|
|
2182
|
+
"type": {
|
|
2183
|
+
"text": "boolean"
|
|
2184
|
+
}
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"name": "redoable",
|
|
2188
|
+
"type": {
|
|
2189
|
+
"text": "boolean"
|
|
2190
|
+
}
|
|
2191
|
+
}
|
|
2192
|
+
]
|
|
2193
|
+
},
|
|
2215
2194
|
{
|
|
2216
|
-
"kind": "
|
|
2217
|
-
"name": "
|
|
2218
|
-
"
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2195
|
+
"kind": "method",
|
|
2196
|
+
"name": "onSceneChanged",
|
|
2197
|
+
"parameters": [
|
|
2198
|
+
{
|
|
2199
|
+
"name": "after",
|
|
2200
|
+
"optional": true,
|
|
2201
|
+
"type": {
|
|
2202
|
+
"text": "Scene"
|
|
2203
|
+
}
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
"name": "before",
|
|
2207
|
+
"optional": true,
|
|
2208
|
+
"type": {
|
|
2209
|
+
"text": "Scene"
|
|
2210
|
+
}
|
|
2211
|
+
}
|
|
2212
|
+
]
|
|
2222
2213
|
},
|
|
2223
2214
|
{
|
|
2224
|
-
"kind": "
|
|
2225
|
-
"name": "
|
|
2226
|
-
"
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2215
|
+
"kind": "method",
|
|
2216
|
+
"name": "onSelectedChanged",
|
|
2217
|
+
"parameters": [
|
|
2218
|
+
{
|
|
2219
|
+
"name": "after",
|
|
2220
|
+
"type": {
|
|
2221
|
+
"text": "Component[]"
|
|
2222
|
+
}
|
|
2223
|
+
},
|
|
2224
|
+
{
|
|
2225
|
+
"name": "before",
|
|
2226
|
+
"type": {
|
|
2227
|
+
"text": "Component[]"
|
|
2228
|
+
}
|
|
2229
|
+
}
|
|
2230
|
+
]
|
|
2230
2231
|
},
|
|
2231
2232
|
{
|
|
2232
|
-
"kind": "
|
|
2233
|
-
"name": "
|
|
2234
|
-
"type": {
|
|
2235
|
-
"text": "string | undefined"
|
|
2236
|
-
}
|
|
2233
|
+
"kind": "method",
|
|
2234
|
+
"name": "onTapUndo"
|
|
2237
2235
|
},
|
|
2238
2236
|
{
|
|
2239
|
-
"kind": "
|
|
2240
|
-
"name": "
|
|
2241
|
-
"type": {
|
|
2242
|
-
"text": "InheritedValueType | undefined"
|
|
2243
|
-
}
|
|
2237
|
+
"kind": "method",
|
|
2238
|
+
"name": "onTapRedo"
|
|
2244
2239
|
},
|
|
2245
2240
|
{
|
|
2246
|
-
"kind": "
|
|
2247
|
-
"name": "
|
|
2248
|
-
"type": {
|
|
2249
|
-
"text": "boolean"
|
|
2250
|
-
},
|
|
2251
|
-
"default": "false"
|
|
2241
|
+
"kind": "method",
|
|
2242
|
+
"name": "onTapCut"
|
|
2252
2243
|
},
|
|
2253
2244
|
{
|
|
2254
|
-
"kind": "
|
|
2255
|
-
"name": "
|
|
2256
|
-
"type": {
|
|
2257
|
-
"text": "string | undefined"
|
|
2258
|
-
}
|
|
2245
|
+
"kind": "method",
|
|
2246
|
+
"name": "onTapCopy"
|
|
2259
2247
|
},
|
|
2260
2248
|
{
|
|
2261
|
-
"kind": "
|
|
2262
|
-
"name": "
|
|
2263
|
-
"type": {
|
|
2264
|
-
"text": "number"
|
|
2265
|
-
},
|
|
2266
|
-
"privacy": "private",
|
|
2267
|
-
"default": "1"
|
|
2249
|
+
"kind": "method",
|
|
2250
|
+
"name": "onTapPaste"
|
|
2268
2251
|
},
|
|
2269
2252
|
{
|
|
2270
|
-
"kind": "
|
|
2271
|
-
"name": "
|
|
2272
|
-
"type": {
|
|
2273
|
-
"text": "number"
|
|
2274
|
-
},
|
|
2275
|
-
"privacy": "private",
|
|
2276
|
-
"default": "0"
|
|
2253
|
+
"kind": "method",
|
|
2254
|
+
"name": "onTapDelete"
|
|
2277
2255
|
},
|
|
2278
2256
|
{
|
|
2279
|
-
"kind": "
|
|
2280
|
-
"name": "
|
|
2281
|
-
"type": {
|
|
2282
|
-
"text": "HTMLElement | null"
|
|
2283
|
-
},
|
|
2284
|
-
"readonly": true
|
|
2257
|
+
"kind": "method",
|
|
2258
|
+
"name": "onTapSelectAll"
|
|
2285
2259
|
},
|
|
2286
2260
|
{
|
|
2287
2261
|
"kind": "method",
|
|
2288
|
-
"name": "
|
|
2262
|
+
"name": "onTapFontIncrease",
|
|
2263
|
+
"parameters": [
|
|
2264
|
+
{
|
|
2265
|
+
"name": "e",
|
|
2266
|
+
"type": {
|
|
2267
|
+
"text": "TouchEvent"
|
|
2268
|
+
}
|
|
2269
|
+
}
|
|
2270
|
+
]
|
|
2289
2271
|
},
|
|
2290
2272
|
{
|
|
2291
2273
|
"kind": "method",
|
|
2292
|
-
"name": "
|
|
2274
|
+
"name": "onTapFontDecrease",
|
|
2293
2275
|
"parameters": [
|
|
2294
2276
|
{
|
|
2295
|
-
"name": "
|
|
2277
|
+
"name": "e",
|
|
2296
2278
|
"type": {
|
|
2297
|
-
"text": "
|
|
2279
|
+
"text": "TouchEvent"
|
|
2298
2280
|
}
|
|
2299
2281
|
}
|
|
2300
2282
|
]
|
|
2301
2283
|
},
|
|
2302
2284
|
{
|
|
2303
2285
|
"kind": "method",
|
|
2304
|
-
"name": "
|
|
2286
|
+
"name": "onTapAlign",
|
|
2305
2287
|
"parameters": [
|
|
2306
2288
|
{
|
|
2307
2289
|
"name": "e",
|
|
2308
2290
|
"type": {
|
|
2309
|
-
"text": "
|
|
2291
|
+
"text": "TouchEvent | string"
|
|
2310
2292
|
}
|
|
2311
2293
|
}
|
|
2312
2294
|
]
|
|
2313
2295
|
},
|
|
2314
2296
|
{
|
|
2315
2297
|
"kind": "method",
|
|
2316
|
-
"name": "
|
|
2298
|
+
"name": "onTapZorder",
|
|
2299
|
+
"parameters": [
|
|
2300
|
+
{
|
|
2301
|
+
"name": "e",
|
|
2302
|
+
"type": {
|
|
2303
|
+
"text": "TouchEvent | string"
|
|
2304
|
+
}
|
|
2305
|
+
}
|
|
2306
|
+
]
|
|
2317
2307
|
},
|
|
2318
2308
|
{
|
|
2319
2309
|
"kind": "method",
|
|
2320
|
-
"name": "
|
|
2310
|
+
"name": "onTapGroup"
|
|
2321
2311
|
},
|
|
2322
2312
|
{
|
|
2323
2313
|
"kind": "method",
|
|
2324
|
-
"name": "
|
|
2314
|
+
"name": "onTapUngroup"
|
|
2325
2315
|
},
|
|
2326
2316
|
{
|
|
2327
2317
|
"kind": "method",
|
|
2328
|
-
"name": "
|
|
2318
|
+
"name": "onTapFullscreen"
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"kind": "method",
|
|
2322
|
+
"name": "onTapToggle"
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"kind": "method",
|
|
2326
|
+
"name": "onTapFitScene"
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"kind": "method",
|
|
2330
|
+
"name": "onTapPreview"
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
"kind": "method",
|
|
2334
|
+
"name": "onTapDownloadModel"
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"kind": "method",
|
|
2338
|
+
"name": "onTapDistribute",
|
|
2329
2339
|
"parameters": [
|
|
2330
2340
|
{
|
|
2331
|
-
"name": "
|
|
2332
|
-
"
|
|
2341
|
+
"name": "e",
|
|
2342
|
+
"type": {
|
|
2343
|
+
"text": "TouchEvent | string"
|
|
2344
|
+
}
|
|
2333
2345
|
}
|
|
2334
2346
|
]
|
|
2335
2347
|
},
|
|
2336
2348
|
{
|
|
2337
2349
|
"kind": "method",
|
|
2338
|
-
"name": "
|
|
2350
|
+
"name": "onTapGenerateModel",
|
|
2339
2351
|
"parameters": [
|
|
2340
2352
|
{
|
|
2341
|
-
"name": "
|
|
2342
|
-
"type": {
|
|
2343
|
-
"text": "string"
|
|
2344
|
-
}
|
|
2345
|
-
},
|
|
2346
|
-
{
|
|
2347
|
-
"name": "description",
|
|
2348
|
-
"type": {
|
|
2349
|
-
"text": "string"
|
|
2350
|
-
}
|
|
2351
|
-
},
|
|
2352
|
-
{
|
|
2353
|
-
"name": "groupId",
|
|
2353
|
+
"name": "e",
|
|
2354
2354
|
"type": {
|
|
2355
|
-
"text": "string"
|
|
2355
|
+
"text": "TouchEvent | string"
|
|
2356
2356
|
}
|
|
2357
2357
|
}
|
|
2358
2358
|
]
|
|
2359
|
-
},
|
|
2360
|
-
{
|
|
2361
|
-
"kind": "field",
|
|
2362
|
-
"name": "limit",
|
|
2363
|
-
"type": {
|
|
2364
|
-
"text": "number"
|
|
2365
|
-
},
|
|
2366
|
-
"default": "50"
|
|
2367
2359
|
}
|
|
2368
2360
|
],
|
|
2369
2361
|
"events": [
|
|
2370
2362
|
{
|
|
2371
|
-
"name": "
|
|
2363
|
+
"name": "modeller-fullscreen",
|
|
2372
2364
|
"type": {
|
|
2373
2365
|
"text": "CustomEvent"
|
|
2374
2366
|
}
|
|
2375
|
-
}
|
|
2376
|
-
],
|
|
2377
|
-
"mixins": [
|
|
2367
|
+
},
|
|
2378
2368
|
{
|
|
2379
|
-
"name": "
|
|
2380
|
-
"
|
|
2369
|
+
"name": "hide-property-changed",
|
|
2370
|
+
"type": {
|
|
2371
|
+
"text": "CustomEvent"
|
|
2372
|
+
}
|
|
2381
2373
|
},
|
|
2382
2374
|
{
|
|
2383
|
-
"name": "
|
|
2384
|
-
"
|
|
2375
|
+
"name": "open-preview",
|
|
2376
|
+
"type": {
|
|
2377
|
+
"text": "CustomEvent"
|
|
2378
|
+
}
|
|
2379
|
+
},
|
|
2380
|
+
{
|
|
2381
|
+
"name": "download-model",
|
|
2382
|
+
"type": {
|
|
2383
|
+
"text": "CustomEvent"
|
|
2384
|
+
}
|
|
2385
2385
|
}
|
|
2386
2386
|
],
|
|
2387
2387
|
"superclass": {
|
|
@@ -2394,10 +2394,10 @@
|
|
|
2394
2394
|
"exports": [
|
|
2395
2395
|
{
|
|
2396
2396
|
"kind": "js",
|
|
2397
|
-
"name": "
|
|
2397
|
+
"name": "EditToolbar",
|
|
2398
2398
|
"declaration": {
|
|
2399
|
-
"name": "
|
|
2400
|
-
"module": "src/
|
|
2399
|
+
"name": "EditToolbar",
|
|
2400
|
+
"module": "src/modeller/edit-toolbar.ts"
|
|
2401
2401
|
}
|
|
2402
2402
|
}
|
|
2403
2403
|
]
|
|
@@ -4728,20 +4728,48 @@
|
|
|
4728
4728
|
},
|
|
4729
4729
|
{
|
|
4730
4730
|
"kind": "javascript-module",
|
|
4731
|
-
"path": "src/modeller/property-sidebar/
|
|
4731
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
4732
|
+
"declarations": [
|
|
4733
|
+
{
|
|
4734
|
+
"kind": "variable",
|
|
4735
|
+
"name": "BoxPaddingEditorStyles",
|
|
4736
|
+
"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`"
|
|
4737
|
+
}
|
|
4738
|
+
],
|
|
4739
|
+
"exports": [
|
|
4740
|
+
{
|
|
4741
|
+
"kind": "js",
|
|
4742
|
+
"name": "BoxPaddingEditorStyles",
|
|
4743
|
+
"declaration": {
|
|
4744
|
+
"name": "BoxPaddingEditorStyles",
|
|
4745
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
4746
|
+
}
|
|
4747
|
+
}
|
|
4748
|
+
]
|
|
4749
|
+
},
|
|
4750
|
+
{
|
|
4751
|
+
"kind": "javascript-module",
|
|
4752
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
4732
4753
|
"declarations": [
|
|
4733
4754
|
{
|
|
4734
4755
|
"kind": "class",
|
|
4735
4756
|
"description": "",
|
|
4736
|
-
"name": "
|
|
4757
|
+
"name": "PropertyShapes",
|
|
4737
4758
|
"members": [
|
|
4738
4759
|
{
|
|
4739
4760
|
"kind": "field",
|
|
4740
|
-
"name": "value",
|
|
4761
|
+
"name": "value",
|
|
4762
|
+
"type": {
|
|
4763
|
+
"text": "Properties | undefined"
|
|
4764
|
+
}
|
|
4765
|
+
},
|
|
4766
|
+
{
|
|
4767
|
+
"kind": "field",
|
|
4768
|
+
"name": "bounds",
|
|
4741
4769
|
"type": {
|
|
4742
|
-
"text": "
|
|
4770
|
+
"text": "BOUNDS | null"
|
|
4743
4771
|
},
|
|
4744
|
-
"default": "
|
|
4772
|
+
"default": "null"
|
|
4745
4773
|
},
|
|
4746
4774
|
{
|
|
4747
4775
|
"kind": "field",
|
|
@@ -4752,20 +4780,68 @@
|
|
|
4752
4780
|
"default": "[]"
|
|
4753
4781
|
},
|
|
4754
4782
|
{
|
|
4755
|
-
"kind": "
|
|
4756
|
-
"name": "
|
|
4757
|
-
"
|
|
4758
|
-
|
|
4759
|
-
|
|
4760
|
-
|
|
4783
|
+
"kind": "method",
|
|
4784
|
+
"name": "_onValueChange",
|
|
4785
|
+
"parameters": [
|
|
4786
|
+
{
|
|
4787
|
+
"name": "e",
|
|
4788
|
+
"type": {
|
|
4789
|
+
"text": "Event"
|
|
4790
|
+
}
|
|
4791
|
+
}
|
|
4792
|
+
],
|
|
4793
|
+
"inheritedFrom": {
|
|
4794
|
+
"name": "AbstractProperty",
|
|
4795
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4796
|
+
}
|
|
4761
4797
|
},
|
|
4762
4798
|
{
|
|
4763
|
-
"kind": "
|
|
4764
|
-
"name": "
|
|
4765
|
-
"
|
|
4766
|
-
|
|
4767
|
-
|
|
4768
|
-
|
|
4799
|
+
"kind": "method",
|
|
4800
|
+
"name": "_hasTextProperty",
|
|
4801
|
+
"parameters": [
|
|
4802
|
+
{
|
|
4803
|
+
"name": "selected",
|
|
4804
|
+
"type": {
|
|
4805
|
+
"text": "Component[]"
|
|
4806
|
+
}
|
|
4807
|
+
}
|
|
4808
|
+
]
|
|
4809
|
+
},
|
|
4810
|
+
{
|
|
4811
|
+
"kind": "method",
|
|
4812
|
+
"name": "_hasProperties",
|
|
4813
|
+
"parameters": [
|
|
4814
|
+
{
|
|
4815
|
+
"name": "selected",
|
|
4816
|
+
"type": {
|
|
4817
|
+
"text": "Component[]"
|
|
4818
|
+
}
|
|
4819
|
+
}
|
|
4820
|
+
]
|
|
4821
|
+
},
|
|
4822
|
+
{
|
|
4823
|
+
"kind": "method",
|
|
4824
|
+
"name": "_isIdentifiable",
|
|
4825
|
+
"parameters": [
|
|
4826
|
+
{
|
|
4827
|
+
"name": "selected",
|
|
4828
|
+
"type": {
|
|
4829
|
+
"text": "Component[]"
|
|
4830
|
+
}
|
|
4831
|
+
}
|
|
4832
|
+
]
|
|
4833
|
+
},
|
|
4834
|
+
{
|
|
4835
|
+
"kind": "method",
|
|
4836
|
+
"name": "_isClassIdentifiable",
|
|
4837
|
+
"parameters": [
|
|
4838
|
+
{
|
|
4839
|
+
"name": "selected",
|
|
4840
|
+
"type": {
|
|
4841
|
+
"text": "Component[]"
|
|
4842
|
+
}
|
|
4843
|
+
}
|
|
4844
|
+
]
|
|
4769
4845
|
},
|
|
4770
4846
|
{
|
|
4771
4847
|
"kind": "method",
|
|
@@ -4781,19 +4857,15 @@
|
|
|
4781
4857
|
},
|
|
4782
4858
|
{
|
|
4783
4859
|
"kind": "method",
|
|
4784
|
-
"name": "
|
|
4860
|
+
"name": "_is3dish",
|
|
4785
4861
|
"parameters": [
|
|
4786
4862
|
{
|
|
4787
|
-
"name": "
|
|
4863
|
+
"name": "selected",
|
|
4788
4864
|
"type": {
|
|
4789
|
-
"text": "
|
|
4865
|
+
"text": "Component[]"
|
|
4790
4866
|
}
|
|
4791
4867
|
}
|
|
4792
|
-
]
|
|
4793
|
-
"inheritedFrom": {
|
|
4794
|
-
"name": "AbstractProperty",
|
|
4795
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4796
|
-
}
|
|
4868
|
+
]
|
|
4797
4869
|
},
|
|
4798
4870
|
{
|
|
4799
4871
|
"kind": "method",
|
|
@@ -4834,11 +4906,13 @@
|
|
|
4834
4906
|
}
|
|
4835
4907
|
}
|
|
4836
4908
|
],
|
|
4837
|
-
"superclass": {
|
|
4838
|
-
"name": "AbstractProperty",
|
|
4839
|
-
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
4840
|
-
},
|
|
4841
4909
|
"events": [
|
|
4910
|
+
{
|
|
4911
|
+
"name": "bounds-change",
|
|
4912
|
+
"type": {
|
|
4913
|
+
"text": "CustomEvent"
|
|
4914
|
+
}
|
|
4915
|
+
},
|
|
4842
4916
|
{
|
|
4843
4917
|
"name": "property-change",
|
|
4844
4918
|
"type": {
|
|
@@ -4849,16 +4923,20 @@
|
|
|
4849
4923
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4850
4924
|
}
|
|
4851
4925
|
}
|
|
4852
|
-
]
|
|
4926
|
+
],
|
|
4927
|
+
"superclass": {
|
|
4928
|
+
"name": "AbstractProperty",
|
|
4929
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
4930
|
+
}
|
|
4853
4931
|
}
|
|
4854
4932
|
],
|
|
4855
4933
|
"exports": [
|
|
4856
4934
|
{
|
|
4857
4935
|
"kind": "js",
|
|
4858
|
-
"name": "
|
|
4936
|
+
"name": "PropertyShapes",
|
|
4859
4937
|
"declaration": {
|
|
4860
|
-
"name": "
|
|
4861
|
-
"module": "src/modeller/property-sidebar/
|
|
4938
|
+
"name": "PropertyShapes",
|
|
4939
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
4862
4940
|
}
|
|
4863
4941
|
}
|
|
4864
4942
|
]
|
|
@@ -5139,48 +5217,20 @@
|
|
|
5139
5217
|
},
|
|
5140
5218
|
{
|
|
5141
5219
|
"kind": "javascript-module",
|
|
5142
|
-
"path": "src/modeller/property-sidebar/
|
|
5143
|
-
"declarations": [
|
|
5144
|
-
{
|
|
5145
|
-
"kind": "variable",
|
|
5146
|
-
"name": "BoxPaddingEditorStyles",
|
|
5147
|
-
"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`"
|
|
5148
|
-
}
|
|
5149
|
-
],
|
|
5150
|
-
"exports": [
|
|
5151
|
-
{
|
|
5152
|
-
"kind": "js",
|
|
5153
|
-
"name": "BoxPaddingEditorStyles",
|
|
5154
|
-
"declaration": {
|
|
5155
|
-
"name": "BoxPaddingEditorStyles",
|
|
5156
|
-
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
5157
|
-
}
|
|
5158
|
-
}
|
|
5159
|
-
]
|
|
5160
|
-
},
|
|
5161
|
-
{
|
|
5162
|
-
"kind": "javascript-module",
|
|
5163
|
-
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
5220
|
+
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
5164
5221
|
"declarations": [
|
|
5165
5222
|
{
|
|
5166
5223
|
"kind": "class",
|
|
5167
5224
|
"description": "",
|
|
5168
|
-
"name": "
|
|
5225
|
+
"name": "PropertyStyles",
|
|
5169
5226
|
"members": [
|
|
5170
5227
|
{
|
|
5171
5228
|
"kind": "field",
|
|
5172
5229
|
"name": "value",
|
|
5173
5230
|
"type": {
|
|
5174
|
-
"text": "
|
|
5175
|
-
}
|
|
5176
|
-
},
|
|
5177
|
-
{
|
|
5178
|
-
"kind": "field",
|
|
5179
|
-
"name": "bounds",
|
|
5180
|
-
"type": {
|
|
5181
|
-
"text": "BOUNDS | null"
|
|
5231
|
+
"text": "any"
|
|
5182
5232
|
},
|
|
5183
|
-
"default": "
|
|
5233
|
+
"default": "{}"
|
|
5184
5234
|
},
|
|
5185
5235
|
{
|
|
5186
5236
|
"kind": "field",
|
|
@@ -5191,68 +5241,20 @@
|
|
|
5191
5241
|
"default": "[]"
|
|
5192
5242
|
},
|
|
5193
5243
|
{
|
|
5194
|
-
"kind": "
|
|
5195
|
-
"name": "
|
|
5196
|
-
"
|
|
5197
|
-
|
|
5198
|
-
|
|
5199
|
-
|
|
5200
|
-
"text": "Event"
|
|
5201
|
-
}
|
|
5202
|
-
}
|
|
5203
|
-
],
|
|
5204
|
-
"inheritedFrom": {
|
|
5205
|
-
"name": "AbstractProperty",
|
|
5206
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5207
|
-
}
|
|
5208
|
-
},
|
|
5209
|
-
{
|
|
5210
|
-
"kind": "method",
|
|
5211
|
-
"name": "_hasTextProperty",
|
|
5212
|
-
"parameters": [
|
|
5213
|
-
{
|
|
5214
|
-
"name": "selected",
|
|
5215
|
-
"type": {
|
|
5216
|
-
"text": "Component[]"
|
|
5217
|
-
}
|
|
5218
|
-
}
|
|
5219
|
-
]
|
|
5220
|
-
},
|
|
5221
|
-
{
|
|
5222
|
-
"kind": "method",
|
|
5223
|
-
"name": "_hasProperties",
|
|
5224
|
-
"parameters": [
|
|
5225
|
-
{
|
|
5226
|
-
"name": "selected",
|
|
5227
|
-
"type": {
|
|
5228
|
-
"text": "Component[]"
|
|
5229
|
-
}
|
|
5230
|
-
}
|
|
5231
|
-
]
|
|
5232
|
-
},
|
|
5233
|
-
{
|
|
5234
|
-
"kind": "method",
|
|
5235
|
-
"name": "_isIdentifiable",
|
|
5236
|
-
"parameters": [
|
|
5237
|
-
{
|
|
5238
|
-
"name": "selected",
|
|
5239
|
-
"type": {
|
|
5240
|
-
"text": "Component[]"
|
|
5241
|
-
}
|
|
5242
|
-
}
|
|
5243
|
-
]
|
|
5244
|
+
"kind": "field",
|
|
5245
|
+
"name": "fonts",
|
|
5246
|
+
"type": {
|
|
5247
|
+
"text": "any[]"
|
|
5248
|
+
},
|
|
5249
|
+
"default": "[]"
|
|
5244
5250
|
},
|
|
5245
5251
|
{
|
|
5246
|
-
"kind": "
|
|
5247
|
-
"name": "
|
|
5248
|
-
"
|
|
5249
|
-
|
|
5250
|
-
|
|
5251
|
-
|
|
5252
|
-
"text": "Component[]"
|
|
5253
|
-
}
|
|
5254
|
-
}
|
|
5255
|
-
]
|
|
5252
|
+
"kind": "field",
|
|
5253
|
+
"name": "fontAvailable",
|
|
5254
|
+
"type": {
|
|
5255
|
+
"text": "boolean"
|
|
5256
|
+
},
|
|
5257
|
+
"default": "false"
|
|
5256
5258
|
},
|
|
5257
5259
|
{
|
|
5258
5260
|
"kind": "method",
|
|
@@ -5268,15 +5270,19 @@
|
|
|
5268
5270
|
},
|
|
5269
5271
|
{
|
|
5270
5272
|
"kind": "method",
|
|
5271
|
-
"name": "
|
|
5273
|
+
"name": "_onValueChange",
|
|
5272
5274
|
"parameters": [
|
|
5273
5275
|
{
|
|
5274
|
-
"name": "
|
|
5276
|
+
"name": "e",
|
|
5275
5277
|
"type": {
|
|
5276
|
-
"text": "
|
|
5278
|
+
"text": "Event"
|
|
5277
5279
|
}
|
|
5278
5280
|
}
|
|
5279
|
-
]
|
|
5281
|
+
],
|
|
5282
|
+
"inheritedFrom": {
|
|
5283
|
+
"name": "AbstractProperty",
|
|
5284
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5285
|
+
}
|
|
5280
5286
|
},
|
|
5281
5287
|
{
|
|
5282
5288
|
"kind": "method",
|
|
@@ -5317,13 +5323,11 @@
|
|
|
5317
5323
|
}
|
|
5318
5324
|
}
|
|
5319
5325
|
],
|
|
5326
|
+
"superclass": {
|
|
5327
|
+
"name": "AbstractProperty",
|
|
5328
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5329
|
+
},
|
|
5320
5330
|
"events": [
|
|
5321
|
-
{
|
|
5322
|
-
"name": "bounds-change",
|
|
5323
|
-
"type": {
|
|
5324
|
-
"text": "CustomEvent"
|
|
5325
|
-
}
|
|
5326
|
-
},
|
|
5327
5331
|
{
|
|
5328
5332
|
"name": "property-change",
|
|
5329
5333
|
"type": {
|
|
@@ -5334,20 +5338,16 @@
|
|
|
5334
5338
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5335
5339
|
}
|
|
5336
5340
|
}
|
|
5337
|
-
]
|
|
5338
|
-
"superclass": {
|
|
5339
|
-
"name": "AbstractProperty",
|
|
5340
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
5341
|
-
}
|
|
5341
|
+
]
|
|
5342
5342
|
}
|
|
5343
5343
|
],
|
|
5344
5344
|
"exports": [
|
|
5345
5345
|
{
|
|
5346
5346
|
"kind": "js",
|
|
5347
|
-
"name": "
|
|
5347
|
+
"name": "PropertyStyles",
|
|
5348
5348
|
"declaration": {
|
|
5349
|
-
"name": "
|
|
5350
|
-
"module": "src/modeller/property-sidebar/
|
|
5349
|
+
"name": "PropertyStyles",
|
|
5350
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
5351
5351
|
}
|
|
5352
5352
|
}
|
|
5353
5353
|
]
|