@viasat/beam-web-components 2.45.0 → 2.45.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +876 -876
- package/package.json +6 -6
- package/vscode.html-custom-data.json +96 -96
package/custom-elements.json
CHANGED
|
@@ -1120,138 +1120,6 @@
|
|
|
1120
1120
|
}
|
|
1121
1121
|
]
|
|
1122
1122
|
},
|
|
1123
|
-
{
|
|
1124
|
-
"kind": "javascript-module",
|
|
1125
|
-
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
1126
|
-
"declarations": [
|
|
1127
|
-
{
|
|
1128
|
-
"kind": "class",
|
|
1129
|
-
"description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color",
|
|
1130
|
-
"name": "BmBadgeDot",
|
|
1131
|
-
"slots": [
|
|
1132
|
-
{
|
|
1133
|
-
"description": "Provide text for the BadgeDot",
|
|
1134
|
-
"name": "default"
|
|
1135
|
-
}
|
|
1136
|
-
],
|
|
1137
|
-
"members": [
|
|
1138
|
-
{
|
|
1139
|
-
"kind": "field",
|
|
1140
|
-
"name": "theme",
|
|
1141
|
-
"type": {
|
|
1142
|
-
"text": "'light' | 'dark' | undefined"
|
|
1143
|
-
},
|
|
1144
|
-
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1145
|
-
"attribute": "theme"
|
|
1146
|
-
},
|
|
1147
|
-
{
|
|
1148
|
-
"kind": "field",
|
|
1149
|
-
"name": "appearance",
|
|
1150
|
-
"type": {
|
|
1151
|
-
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1152
|
-
},
|
|
1153
|
-
"default": "'infoPrimary'",
|
|
1154
|
-
"description": "Specify the appearance of the BadgeDot",
|
|
1155
|
-
"attribute": "appearance"
|
|
1156
|
-
},
|
|
1157
|
-
{
|
|
1158
|
-
"kind": "field",
|
|
1159
|
-
"name": "emphasis",
|
|
1160
|
-
"type": {
|
|
1161
|
-
"text": "'strong' | 'subtle'"
|
|
1162
|
-
},
|
|
1163
|
-
"default": "'strong'",
|
|
1164
|
-
"description": "Specify the emphasis of the BadgeDot",
|
|
1165
|
-
"attribute": "emphasis"
|
|
1166
|
-
},
|
|
1167
|
-
{
|
|
1168
|
-
"kind": "field",
|
|
1169
|
-
"name": "overrideDotColor",
|
|
1170
|
-
"type": {
|
|
1171
|
-
"text": "string | undefined"
|
|
1172
|
-
},
|
|
1173
|
-
"description": "Overrides default dot color",
|
|
1174
|
-
"attribute": "overrideDotColor"
|
|
1175
|
-
}
|
|
1176
|
-
],
|
|
1177
|
-
"attributes": [
|
|
1178
|
-
{
|
|
1179
|
-
"name": "theme",
|
|
1180
|
-
"type": {
|
|
1181
|
-
"text": "'light' | 'dark' | undefined"
|
|
1182
|
-
},
|
|
1183
|
-
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1184
|
-
"fieldName": "theme"
|
|
1185
|
-
},
|
|
1186
|
-
{
|
|
1187
|
-
"name": "appearance",
|
|
1188
|
-
"type": {
|
|
1189
|
-
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1190
|
-
},
|
|
1191
|
-
"default": "'infoPrimary'",
|
|
1192
|
-
"description": "Specify the appearance of the BadgeDot",
|
|
1193
|
-
"fieldName": "appearance"
|
|
1194
|
-
},
|
|
1195
|
-
{
|
|
1196
|
-
"name": "emphasis",
|
|
1197
|
-
"type": {
|
|
1198
|
-
"text": "'strong' | 'subtle'"
|
|
1199
|
-
},
|
|
1200
|
-
"default": "'strong'",
|
|
1201
|
-
"description": "Specify the emphasis of the BadgeDot",
|
|
1202
|
-
"fieldName": "emphasis"
|
|
1203
|
-
},
|
|
1204
|
-
{
|
|
1205
|
-
"name": "overrideDotColor",
|
|
1206
|
-
"type": {
|
|
1207
|
-
"text": "string | undefined"
|
|
1208
|
-
},
|
|
1209
|
-
"description": "Overrides default dot color",
|
|
1210
|
-
"fieldName": "overrideDotColor"
|
|
1211
|
-
}
|
|
1212
|
-
],
|
|
1213
|
-
"superclass": {
|
|
1214
|
-
"name": "LitElement",
|
|
1215
|
-
"package": "lit"
|
|
1216
|
-
},
|
|
1217
|
-
"tagName": "bm-badge-dot",
|
|
1218
|
-
"customElement": true
|
|
1219
|
-
}
|
|
1220
|
-
],
|
|
1221
|
-
"exports": [
|
|
1222
|
-
{
|
|
1223
|
-
"kind": "js",
|
|
1224
|
-
"name": "BmBadgeDot",
|
|
1225
|
-
"declaration": {
|
|
1226
|
-
"name": "BmBadgeDot",
|
|
1227
|
-
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1228
|
-
}
|
|
1229
|
-
},
|
|
1230
|
-
{
|
|
1231
|
-
"kind": "custom-element-definition",
|
|
1232
|
-
"name": "bm-badge-dot",
|
|
1233
|
-
"declaration": {
|
|
1234
|
-
"name": "BmBadgeDot",
|
|
1235
|
-
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1236
|
-
}
|
|
1237
|
-
}
|
|
1238
|
-
]
|
|
1239
|
-
},
|
|
1240
|
-
{
|
|
1241
|
-
"kind": "javascript-module",
|
|
1242
|
-
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
1243
|
-
"declarations": [],
|
|
1244
|
-
"exports": [
|
|
1245
|
-
{
|
|
1246
|
-
"kind": "js",
|
|
1247
|
-
"name": "*",
|
|
1248
|
-
"declaration": {
|
|
1249
|
-
"name": "*",
|
|
1250
|
-
"package": "./BadgeDot"
|
|
1251
|
-
}
|
|
1252
|
-
}
|
|
1253
|
-
]
|
|
1254
|
-
},
|
|
1255
1123
|
{
|
|
1256
1124
|
"kind": "javascript-module",
|
|
1257
1125
|
"path": "libs/web-components/src/lib/Box/Box.ts",
|
|
@@ -1654,151 +1522,283 @@
|
|
|
1654
1522
|
},
|
|
1655
1523
|
{
|
|
1656
1524
|
"kind": "javascript-module",
|
|
1657
|
-
"path": "libs/web-components/src/lib/
|
|
1658
|
-
"declarations": [
|
|
1659
|
-
{
|
|
1660
|
-
"kind": "variable",
|
|
1661
|
-
"name": "BreadcrumbGroupCtx"
|
|
1662
|
-
}
|
|
1663
|
-
],
|
|
1664
|
-
"exports": [
|
|
1665
|
-
{
|
|
1666
|
-
"kind": "js",
|
|
1667
|
-
"name": "BreadcrumbGroupCtx",
|
|
1668
|
-
"declaration": {
|
|
1669
|
-
"name": "BreadcrumbGroupCtx",
|
|
1670
|
-
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts"
|
|
1671
|
-
}
|
|
1672
|
-
}
|
|
1673
|
-
]
|
|
1674
|
-
},
|
|
1675
|
-
{
|
|
1676
|
-
"kind": "javascript-module",
|
|
1677
|
-
"path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts",
|
|
1525
|
+
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
1678
1526
|
"declarations": [
|
|
1679
1527
|
{
|
|
1680
1528
|
"kind": "class",
|
|
1681
|
-
"description": "`bm-
|
|
1682
|
-
"name": "
|
|
1529
|
+
"description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color",
|
|
1530
|
+
"name": "BmBadgeDot",
|
|
1683
1531
|
"slots": [
|
|
1684
1532
|
{
|
|
1685
|
-
"description": "
|
|
1533
|
+
"description": "Provide text for the BadgeDot",
|
|
1686
1534
|
"name": "default"
|
|
1687
1535
|
}
|
|
1688
1536
|
],
|
|
1689
1537
|
"members": [
|
|
1690
1538
|
{
|
|
1691
1539
|
"kind": "field",
|
|
1692
|
-
"name": "
|
|
1540
|
+
"name": "theme",
|
|
1693
1541
|
"type": {
|
|
1694
|
-
"text": "
|
|
1542
|
+
"text": "'light' | 'dark' | undefined"
|
|
1695
1543
|
},
|
|
1696
|
-
"
|
|
1697
|
-
"
|
|
1698
|
-
"attribute": "wrap"
|
|
1544
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1545
|
+
"attribute": "theme"
|
|
1699
1546
|
},
|
|
1700
1547
|
{
|
|
1701
1548
|
"kind": "field",
|
|
1702
|
-
"name": "
|
|
1549
|
+
"name": "appearance",
|
|
1703
1550
|
"type": {
|
|
1704
|
-
"text": "
|
|
1551
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1705
1552
|
},
|
|
1706
|
-
"default": "
|
|
1707
|
-
"description": "Specify
|
|
1708
|
-
"attribute": "
|
|
1553
|
+
"default": "'infoPrimary'",
|
|
1554
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
1555
|
+
"attribute": "appearance"
|
|
1709
1556
|
},
|
|
1710
1557
|
{
|
|
1711
1558
|
"kind": "field",
|
|
1712
|
-
"name": "
|
|
1559
|
+
"name": "emphasis",
|
|
1713
1560
|
"type": {
|
|
1714
|
-
"text": "
|
|
1561
|
+
"text": "'strong' | 'subtle'"
|
|
1715
1562
|
},
|
|
1716
|
-
"default": "
|
|
1717
|
-
"description": "Specify
|
|
1718
|
-
"attribute": "
|
|
1563
|
+
"default": "'strong'",
|
|
1564
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
1565
|
+
"attribute": "emphasis"
|
|
1719
1566
|
},
|
|
1720
1567
|
{
|
|
1721
1568
|
"kind": "field",
|
|
1722
|
-
"name": "
|
|
1569
|
+
"name": "overrideDotColor",
|
|
1723
1570
|
"type": {
|
|
1724
|
-
"text": "
|
|
1571
|
+
"text": "string | undefined"
|
|
1725
1572
|
},
|
|
1726
|
-
"description": "
|
|
1727
|
-
"attribute": "
|
|
1573
|
+
"description": "Overrides default dot color",
|
|
1574
|
+
"attribute": "overrideDotColor"
|
|
1728
1575
|
}
|
|
1729
1576
|
],
|
|
1730
1577
|
"attributes": [
|
|
1731
1578
|
{
|
|
1732
|
-
"name": "
|
|
1579
|
+
"name": "theme",
|
|
1733
1580
|
"type": {
|
|
1734
|
-
"text": "
|
|
1581
|
+
"text": "'light' | 'dark' | undefined"
|
|
1735
1582
|
},
|
|
1736
|
-
"
|
|
1737
|
-
"
|
|
1738
|
-
"fieldName": "wrap"
|
|
1583
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1584
|
+
"fieldName": "theme"
|
|
1739
1585
|
},
|
|
1740
1586
|
{
|
|
1741
|
-
"name": "
|
|
1587
|
+
"name": "appearance",
|
|
1742
1588
|
"type": {
|
|
1743
|
-
"text": "
|
|
1589
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1744
1590
|
},
|
|
1745
|
-
"default": "
|
|
1746
|
-
"description": "Specify
|
|
1747
|
-
"fieldName": "
|
|
1591
|
+
"default": "'infoPrimary'",
|
|
1592
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
1593
|
+
"fieldName": "appearance"
|
|
1748
1594
|
},
|
|
1749
1595
|
{
|
|
1750
|
-
"name": "
|
|
1596
|
+
"name": "emphasis",
|
|
1751
1597
|
"type": {
|
|
1752
|
-
"text": "
|
|
1598
|
+
"text": "'strong' | 'subtle'"
|
|
1753
1599
|
},
|
|
1754
|
-
"default": "
|
|
1755
|
-
"description": "Specify
|
|
1756
|
-
"fieldName": "
|
|
1600
|
+
"default": "'strong'",
|
|
1601
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
1602
|
+
"fieldName": "emphasis"
|
|
1757
1603
|
},
|
|
1758
1604
|
{
|
|
1759
|
-
"name": "
|
|
1605
|
+
"name": "overrideDotColor",
|
|
1760
1606
|
"type": {
|
|
1761
|
-
"text": "
|
|
1607
|
+
"text": "string | undefined"
|
|
1762
1608
|
},
|
|
1763
|
-
"description": "
|
|
1764
|
-
"fieldName": "
|
|
1609
|
+
"description": "Overrides default dot color",
|
|
1610
|
+
"fieldName": "overrideDotColor"
|
|
1765
1611
|
}
|
|
1766
1612
|
],
|
|
1767
1613
|
"superclass": {
|
|
1768
1614
|
"name": "LitElement",
|
|
1769
1615
|
"package": "lit"
|
|
1770
1616
|
},
|
|
1771
|
-
"tagName": "bm-
|
|
1617
|
+
"tagName": "bm-badge-dot",
|
|
1772
1618
|
"customElement": true
|
|
1773
1619
|
}
|
|
1774
1620
|
],
|
|
1775
1621
|
"exports": [
|
|
1776
1622
|
{
|
|
1777
1623
|
"kind": "js",
|
|
1778
|
-
"name": "
|
|
1624
|
+
"name": "BmBadgeDot",
|
|
1779
1625
|
"declaration": {
|
|
1780
|
-
"name": "
|
|
1781
|
-
"module": "libs/web-components/src/lib/
|
|
1626
|
+
"name": "BmBadgeDot",
|
|
1627
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1782
1628
|
}
|
|
1783
1629
|
},
|
|
1784
1630
|
{
|
|
1785
1631
|
"kind": "custom-element-definition",
|
|
1786
|
-
"name": "bm-
|
|
1632
|
+
"name": "bm-badge-dot",
|
|
1787
1633
|
"declaration": {
|
|
1788
|
-
"name": "
|
|
1789
|
-
"module": "libs/web-components/src/lib/
|
|
1634
|
+
"name": "BmBadgeDot",
|
|
1635
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1790
1636
|
}
|
|
1791
1637
|
}
|
|
1792
1638
|
]
|
|
1793
1639
|
},
|
|
1794
1640
|
{
|
|
1795
1641
|
"kind": "javascript-module",
|
|
1796
|
-
"path": "libs/web-components/src/lib/
|
|
1797
|
-
"declarations": [
|
|
1642
|
+
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
1643
|
+
"declarations": [],
|
|
1644
|
+
"exports": [
|
|
1798
1645
|
{
|
|
1799
|
-
"kind": "
|
|
1800
|
-
"
|
|
1801
|
-
"
|
|
1646
|
+
"kind": "js",
|
|
1647
|
+
"name": "*",
|
|
1648
|
+
"declaration": {
|
|
1649
|
+
"name": "*",
|
|
1650
|
+
"package": "./BadgeDot"
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1653
|
+
]
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"kind": "javascript-module",
|
|
1657
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts",
|
|
1658
|
+
"declarations": [
|
|
1659
|
+
{
|
|
1660
|
+
"kind": "variable",
|
|
1661
|
+
"name": "BreadcrumbGroupCtx"
|
|
1662
|
+
}
|
|
1663
|
+
],
|
|
1664
|
+
"exports": [
|
|
1665
|
+
{
|
|
1666
|
+
"kind": "js",
|
|
1667
|
+
"name": "BreadcrumbGroupCtx",
|
|
1668
|
+
"declaration": {
|
|
1669
|
+
"name": "BreadcrumbGroupCtx",
|
|
1670
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts"
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1673
|
+
]
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"kind": "javascript-module",
|
|
1677
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts",
|
|
1678
|
+
"declarations": [
|
|
1679
|
+
{
|
|
1680
|
+
"kind": "class",
|
|
1681
|
+
"description": "`bm-breadcrumb`\n\n### Attributes:\n- **wrap** - Specify if items wrap or collapse to an ellipsis\n- **itemsBeforeCollapse** - Specify how many items show before ellipsis\n- **itemsAfterCollapse** - Specify how many items show after ellipsis\n- **theme** - Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
1682
|
+
"name": "BmBreadcrumbs",
|
|
1683
|
+
"slots": [
|
|
1684
|
+
{
|
|
1685
|
+
"description": "Pass items to the Breadcrumb",
|
|
1686
|
+
"name": "default"
|
|
1687
|
+
}
|
|
1688
|
+
],
|
|
1689
|
+
"members": [
|
|
1690
|
+
{
|
|
1691
|
+
"kind": "field",
|
|
1692
|
+
"name": "wrap",
|
|
1693
|
+
"type": {
|
|
1694
|
+
"text": "boolean"
|
|
1695
|
+
},
|
|
1696
|
+
"default": "true",
|
|
1697
|
+
"description": "Specify if items wrap or collapse to an ellipsis",
|
|
1698
|
+
"attribute": "wrap"
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
"kind": "field",
|
|
1702
|
+
"name": "itemsBeforeCollapse",
|
|
1703
|
+
"type": {
|
|
1704
|
+
"text": "number"
|
|
1705
|
+
},
|
|
1706
|
+
"default": "1",
|
|
1707
|
+
"description": "Specify how many items show before ellipsis",
|
|
1708
|
+
"attribute": "itemsBeforeCollapse"
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"kind": "field",
|
|
1712
|
+
"name": "itemsAfterCollapse",
|
|
1713
|
+
"type": {
|
|
1714
|
+
"text": "number"
|
|
1715
|
+
},
|
|
1716
|
+
"default": "1",
|
|
1717
|
+
"description": "Specify how many items show after ellipsis",
|
|
1718
|
+
"attribute": "itemsAfterCollapse"
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"kind": "field",
|
|
1722
|
+
"name": "theme",
|
|
1723
|
+
"type": {
|
|
1724
|
+
"text": "'light' | 'dark' | undefined"
|
|
1725
|
+
},
|
|
1726
|
+
"description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
1727
|
+
"attribute": "theme"
|
|
1728
|
+
}
|
|
1729
|
+
],
|
|
1730
|
+
"attributes": [
|
|
1731
|
+
{
|
|
1732
|
+
"name": "wrap",
|
|
1733
|
+
"type": {
|
|
1734
|
+
"text": "boolean"
|
|
1735
|
+
},
|
|
1736
|
+
"default": "true",
|
|
1737
|
+
"description": "Specify if items wrap or collapse to an ellipsis",
|
|
1738
|
+
"fieldName": "wrap"
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"name": "itemsBeforeCollapse",
|
|
1742
|
+
"type": {
|
|
1743
|
+
"text": "number"
|
|
1744
|
+
},
|
|
1745
|
+
"default": "1",
|
|
1746
|
+
"description": "Specify how many items show before ellipsis",
|
|
1747
|
+
"fieldName": "itemsBeforeCollapse"
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"name": "itemsAfterCollapse",
|
|
1751
|
+
"type": {
|
|
1752
|
+
"text": "number"
|
|
1753
|
+
},
|
|
1754
|
+
"default": "1",
|
|
1755
|
+
"description": "Specify how many items show after ellipsis",
|
|
1756
|
+
"fieldName": "itemsAfterCollapse"
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"name": "theme",
|
|
1760
|
+
"type": {
|
|
1761
|
+
"text": "'light' | 'dark' | undefined"
|
|
1762
|
+
},
|
|
1763
|
+
"description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
1764
|
+
"fieldName": "theme"
|
|
1765
|
+
}
|
|
1766
|
+
],
|
|
1767
|
+
"superclass": {
|
|
1768
|
+
"name": "LitElement",
|
|
1769
|
+
"package": "lit"
|
|
1770
|
+
},
|
|
1771
|
+
"tagName": "bm-breadcrumb",
|
|
1772
|
+
"customElement": true
|
|
1773
|
+
}
|
|
1774
|
+
],
|
|
1775
|
+
"exports": [
|
|
1776
|
+
{
|
|
1777
|
+
"kind": "js",
|
|
1778
|
+
"name": "BmBreadcrumbs",
|
|
1779
|
+
"declaration": {
|
|
1780
|
+
"name": "BmBreadcrumbs",
|
|
1781
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
|
|
1782
|
+
}
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"kind": "custom-element-definition",
|
|
1786
|
+
"name": "bm-breadcrumb",
|
|
1787
|
+
"declaration": {
|
|
1788
|
+
"name": "BmBreadcrumbs",
|
|
1789
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
|
|
1790
|
+
}
|
|
1791
|
+
}
|
|
1792
|
+
]
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"kind": "javascript-module",
|
|
1796
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts",
|
|
1797
|
+
"declarations": [
|
|
1798
|
+
{
|
|
1799
|
+
"kind": "class",
|
|
1800
|
+
"description": "`bm-breadcrumb-item`\n\n### Attributes:\n- **href** - Pass href to an item\n- **clickable** - Specify if the item is interactive without an href\n- **truncationWidth** - Specify truncation width of the items. Sets max-width for all items but the last.\n- **isCurrent** - Specify explicitly if the item is the last one\n- **isCollapsed** ",
|
|
1801
|
+
"name": "BmBreadcrumbsItem",
|
|
1802
1802
|
"slots": [
|
|
1803
1803
|
{
|
|
1804
1804
|
"description": "Pass text to an item",
|
|
@@ -8829,88 +8829,66 @@
|
|
|
8829
8829
|
},
|
|
8830
8830
|
{
|
|
8831
8831
|
"kind": "javascript-module",
|
|
8832
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8832
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
|
|
8833
8833
|
"declarations": [
|
|
8834
8834
|
{
|
|
8835
8835
|
"kind": "class",
|
|
8836
|
-
"description": "`bm-
|
|
8837
|
-
"name": "
|
|
8838
|
-
"slots": [
|
|
8839
|
-
{
|
|
8840
|
-
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
8841
|
-
"name": "onText"
|
|
8842
|
-
},
|
|
8843
|
-
{
|
|
8844
|
-
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
8845
|
-
"name": "offText"
|
|
8846
|
-
}
|
|
8847
|
-
],
|
|
8836
|
+
"description": "`bm-radio-button`\n\n### Attributes:\n- **label** - Specify the text for the label\n- **error** - Specify error text and display error state of a RadioButton\n- **readOnly** - Specify if RadioButton displays in a read-only state\n- **disabled** - Specify if RadioButton displays in a disabled state\n- **theme** - Specify the theme of the RadioButton. By default it inherits the theme from the parent\n- **value** - The value attribute for the input element\n- **checked** - The checked attribute for the input element\n- **onKeyDown** - A user-defined function to handle keydown events",
|
|
8837
|
+
"name": "BmRadioButton",
|
|
8848
8838
|
"members": [
|
|
8849
8839
|
{
|
|
8850
8840
|
"kind": "field",
|
|
8851
|
-
"name": "
|
|
8852
|
-
"type": {
|
|
8853
|
-
"text": "InputChoiceGroupContextProps"
|
|
8854
|
-
}
|
|
8855
|
-
},
|
|
8856
|
-
{
|
|
8857
|
-
"kind": "field",
|
|
8858
|
-
"name": "onText",
|
|
8841
|
+
"name": "label",
|
|
8859
8842
|
"type": {
|
|
8860
8843
|
"text": "string | undefined"
|
|
8861
8844
|
},
|
|
8862
|
-
"
|
|
8863
|
-
"
|
|
8864
|
-
"attribute": "onText"
|
|
8845
|
+
"description": "Specify the text for the label",
|
|
8846
|
+
"attribute": "label"
|
|
8865
8847
|
},
|
|
8866
8848
|
{
|
|
8867
8849
|
"kind": "field",
|
|
8868
|
-
"name": "
|
|
8850
|
+
"name": "error",
|
|
8869
8851
|
"type": {
|
|
8870
|
-
"text": "
|
|
8852
|
+
"text": "boolean | undefined"
|
|
8871
8853
|
},
|
|
8872
|
-
"
|
|
8873
|
-
"
|
|
8874
|
-
"attribute": "offText"
|
|
8854
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
8855
|
+
"attribute": "error"
|
|
8875
8856
|
},
|
|
8876
8857
|
{
|
|
8877
8858
|
"kind": "field",
|
|
8878
|
-
"name": "
|
|
8859
|
+
"name": "readOnly",
|
|
8879
8860
|
"type": {
|
|
8880
|
-
"text": "
|
|
8861
|
+
"text": "boolean | undefined"
|
|
8881
8862
|
},
|
|
8882
|
-
"
|
|
8883
|
-
"
|
|
8863
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
8864
|
+
"attribute": "readOnly"
|
|
8884
8865
|
},
|
|
8885
8866
|
{
|
|
8886
8867
|
"kind": "field",
|
|
8887
|
-
"name": "
|
|
8868
|
+
"name": "disabled",
|
|
8888
8869
|
"type": {
|
|
8889
|
-
"text": "
|
|
8870
|
+
"text": "boolean | undefined"
|
|
8890
8871
|
},
|
|
8891
|
-
"
|
|
8892
|
-
"
|
|
8893
|
-
"attribute": "textPosition"
|
|
8872
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
8873
|
+
"attribute": "disabled"
|
|
8894
8874
|
},
|
|
8895
8875
|
{
|
|
8896
8876
|
"kind": "field",
|
|
8897
|
-
"name": "
|
|
8877
|
+
"name": "theme",
|
|
8898
8878
|
"type": {
|
|
8899
|
-
"text": "
|
|
8879
|
+
"text": "'light' | 'dark' | undefined"
|
|
8900
8880
|
},
|
|
8901
|
-
"
|
|
8902
|
-
"
|
|
8903
|
-
"attribute": "readOnly"
|
|
8881
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8882
|
+
"attribute": "theme"
|
|
8904
8883
|
},
|
|
8905
8884
|
{
|
|
8906
8885
|
"kind": "field",
|
|
8907
|
-
"name": "
|
|
8886
|
+
"name": "value",
|
|
8908
8887
|
"type": {
|
|
8909
|
-
"text": "
|
|
8888
|
+
"text": "string | undefined"
|
|
8910
8889
|
},
|
|
8911
|
-
"
|
|
8912
|
-
"
|
|
8913
|
-
"attribute": "disabled"
|
|
8890
|
+
"description": "The value attribute for the input element",
|
|
8891
|
+
"attribute": "value"
|
|
8914
8892
|
},
|
|
8915
8893
|
{
|
|
8916
8894
|
"kind": "field",
|
|
@@ -8919,30 +8897,267 @@
|
|
|
8919
8897
|
"text": "boolean"
|
|
8920
8898
|
},
|
|
8921
8899
|
"default": "false",
|
|
8900
|
+
"description": "The checked attribute for the input element",
|
|
8922
8901
|
"attribute": "checked"
|
|
8923
8902
|
},
|
|
8924
8903
|
{
|
|
8925
8904
|
"kind": "field",
|
|
8926
|
-
"name": "
|
|
8905
|
+
"name": "onKeyDown",
|
|
8927
8906
|
"type": {
|
|
8928
|
-
"text": "
|
|
8907
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8929
8908
|
},
|
|
8930
|
-
"description": "
|
|
8931
|
-
"attribute": "
|
|
8909
|
+
"description": "A user-defined function to handle keydown events",
|
|
8910
|
+
"attribute": "onKeyDown"
|
|
8932
8911
|
},
|
|
8933
8912
|
{
|
|
8934
8913
|
"kind": "field",
|
|
8935
|
-
"name": "
|
|
8914
|
+
"name": "inputChoiceGroupContext",
|
|
8915
|
+
"type": {
|
|
8916
|
+
"text": "InputChoiceGroupContextProps"
|
|
8917
|
+
}
|
|
8918
|
+
},
|
|
8919
|
+
{
|
|
8920
|
+
"kind": "field",
|
|
8921
|
+
"name": "radioButtonRef"
|
|
8922
|
+
},
|
|
8923
|
+
{
|
|
8924
|
+
"kind": "method",
|
|
8925
|
+
"name": "focus"
|
|
8936
8926
|
}
|
|
8937
8927
|
],
|
|
8938
8928
|
"attributes": [
|
|
8939
8929
|
{
|
|
8940
|
-
"name": "
|
|
8930
|
+
"name": "label",
|
|
8941
8931
|
"type": {
|
|
8942
8932
|
"text": "string | undefined"
|
|
8943
8933
|
},
|
|
8944
|
-
"
|
|
8945
|
-
"
|
|
8934
|
+
"description": "Specify the text for the label",
|
|
8935
|
+
"fieldName": "label"
|
|
8936
|
+
},
|
|
8937
|
+
{
|
|
8938
|
+
"name": "error",
|
|
8939
|
+
"type": {
|
|
8940
|
+
"text": "boolean | undefined"
|
|
8941
|
+
},
|
|
8942
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
8943
|
+
"fieldName": "error"
|
|
8944
|
+
},
|
|
8945
|
+
{
|
|
8946
|
+
"name": "readOnly",
|
|
8947
|
+
"type": {
|
|
8948
|
+
"text": "boolean | undefined"
|
|
8949
|
+
},
|
|
8950
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
8951
|
+
"fieldName": "readOnly"
|
|
8952
|
+
},
|
|
8953
|
+
{
|
|
8954
|
+
"name": "disabled",
|
|
8955
|
+
"type": {
|
|
8956
|
+
"text": "boolean | undefined"
|
|
8957
|
+
},
|
|
8958
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
8959
|
+
"fieldName": "disabled"
|
|
8960
|
+
},
|
|
8961
|
+
{
|
|
8962
|
+
"name": "theme",
|
|
8963
|
+
"type": {
|
|
8964
|
+
"text": "'light' | 'dark' | undefined"
|
|
8965
|
+
},
|
|
8966
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8967
|
+
"fieldName": "theme"
|
|
8968
|
+
},
|
|
8969
|
+
{
|
|
8970
|
+
"name": "value",
|
|
8971
|
+
"type": {
|
|
8972
|
+
"text": "string | undefined"
|
|
8973
|
+
},
|
|
8974
|
+
"description": "The value attribute for the input element",
|
|
8975
|
+
"fieldName": "value"
|
|
8976
|
+
},
|
|
8977
|
+
{
|
|
8978
|
+
"name": "checked",
|
|
8979
|
+
"type": {
|
|
8980
|
+
"text": "boolean"
|
|
8981
|
+
},
|
|
8982
|
+
"default": "false",
|
|
8983
|
+
"description": "The checked attribute for the input element",
|
|
8984
|
+
"fieldName": "checked"
|
|
8985
|
+
},
|
|
8986
|
+
{
|
|
8987
|
+
"name": "onKeyDown",
|
|
8988
|
+
"type": {
|
|
8989
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8990
|
+
},
|
|
8991
|
+
"description": "A user-defined function to handle keydown events",
|
|
8992
|
+
"fieldName": "onKeyDown"
|
|
8993
|
+
}
|
|
8994
|
+
],
|
|
8995
|
+
"superclass": {
|
|
8996
|
+
"name": "LitElement",
|
|
8997
|
+
"package": "lit"
|
|
8998
|
+
},
|
|
8999
|
+
"tagName": "bm-radio-button",
|
|
9000
|
+
"customElement": true
|
|
9001
|
+
}
|
|
9002
|
+
],
|
|
9003
|
+
"exports": [
|
|
9004
|
+
{
|
|
9005
|
+
"kind": "js",
|
|
9006
|
+
"name": "BmRadioButton",
|
|
9007
|
+
"declaration": {
|
|
9008
|
+
"name": "BmRadioButton",
|
|
9009
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
9010
|
+
}
|
|
9011
|
+
},
|
|
9012
|
+
{
|
|
9013
|
+
"kind": "custom-element-definition",
|
|
9014
|
+
"name": "bm-radio-button",
|
|
9015
|
+
"declaration": {
|
|
9016
|
+
"name": "BmRadioButton",
|
|
9017
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
9018
|
+
}
|
|
9019
|
+
}
|
|
9020
|
+
]
|
|
9021
|
+
},
|
|
9022
|
+
{
|
|
9023
|
+
"kind": "javascript-module",
|
|
9024
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
|
|
9025
|
+
"declarations": [],
|
|
9026
|
+
"exports": [
|
|
9027
|
+
{
|
|
9028
|
+
"kind": "js",
|
|
9029
|
+
"name": "*",
|
|
9030
|
+
"declaration": {
|
|
9031
|
+
"name": "*",
|
|
9032
|
+
"package": "./RadioButton"
|
|
9033
|
+
}
|
|
9034
|
+
},
|
|
9035
|
+
{
|
|
9036
|
+
"kind": "js",
|
|
9037
|
+
"name": "*",
|
|
9038
|
+
"declaration": {
|
|
9039
|
+
"name": "*",
|
|
9040
|
+
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
9041
|
+
}
|
|
9042
|
+
}
|
|
9043
|
+
]
|
|
9044
|
+
},
|
|
9045
|
+
{
|
|
9046
|
+
"kind": "javascript-module",
|
|
9047
|
+
"path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
|
|
9048
|
+
"declarations": [
|
|
9049
|
+
{
|
|
9050
|
+
"kind": "class",
|
|
9051
|
+
"description": "`bm-switch`\n\n### Attributes:\n- **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.\n- **textPosition** - Specify the position of the side label\n- **readOnly** - Specify if Switch displays in a read-only state\n- **disabled** - Specify if Switch displays in a disabled state\n- **checked** \n- **value** - The value attribute for the input element",
|
|
9052
|
+
"name": "BmSwitch",
|
|
9053
|
+
"slots": [
|
|
9054
|
+
{
|
|
9055
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
9056
|
+
"name": "onText"
|
|
9057
|
+
},
|
|
9058
|
+
{
|
|
9059
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
9060
|
+
"name": "offText"
|
|
9061
|
+
}
|
|
9062
|
+
],
|
|
9063
|
+
"members": [
|
|
9064
|
+
{
|
|
9065
|
+
"kind": "field",
|
|
9066
|
+
"name": "inputChoiceGroupContext",
|
|
9067
|
+
"type": {
|
|
9068
|
+
"text": "InputChoiceGroupContextProps"
|
|
9069
|
+
}
|
|
9070
|
+
},
|
|
9071
|
+
{
|
|
9072
|
+
"kind": "field",
|
|
9073
|
+
"name": "onText",
|
|
9074
|
+
"type": {
|
|
9075
|
+
"text": "string | undefined"
|
|
9076
|
+
},
|
|
9077
|
+
"default": "undefined",
|
|
9078
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
9079
|
+
"attribute": "onText"
|
|
9080
|
+
},
|
|
9081
|
+
{
|
|
9082
|
+
"kind": "field",
|
|
9083
|
+
"name": "offText",
|
|
9084
|
+
"type": {
|
|
9085
|
+
"text": "string | undefined"
|
|
9086
|
+
},
|
|
9087
|
+
"default": "undefined",
|
|
9088
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
9089
|
+
"attribute": "offText"
|
|
9090
|
+
},
|
|
9091
|
+
{
|
|
9092
|
+
"kind": "field",
|
|
9093
|
+
"name": "theme",
|
|
9094
|
+
"type": {
|
|
9095
|
+
"text": "ThemeTypes | undefined"
|
|
9096
|
+
},
|
|
9097
|
+
"default": "undefined",
|
|
9098
|
+
"description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
|
|
9099
|
+
},
|
|
9100
|
+
{
|
|
9101
|
+
"kind": "field",
|
|
9102
|
+
"name": "textPosition",
|
|
9103
|
+
"type": {
|
|
9104
|
+
"text": "'before' | 'after'"
|
|
9105
|
+
},
|
|
9106
|
+
"default": "'after'",
|
|
9107
|
+
"description": "Specify the position of the side label",
|
|
9108
|
+
"attribute": "textPosition"
|
|
9109
|
+
},
|
|
9110
|
+
{
|
|
9111
|
+
"kind": "field",
|
|
9112
|
+
"name": "readOnly",
|
|
9113
|
+
"type": {
|
|
9114
|
+
"text": "boolean"
|
|
9115
|
+
},
|
|
9116
|
+
"default": "false",
|
|
9117
|
+
"description": "Specify if Switch displays in a read-only state",
|
|
9118
|
+
"attribute": "readOnly"
|
|
9119
|
+
},
|
|
9120
|
+
{
|
|
9121
|
+
"kind": "field",
|
|
9122
|
+
"name": "disabled",
|
|
9123
|
+
"type": {
|
|
9124
|
+
"text": "boolean"
|
|
9125
|
+
},
|
|
9126
|
+
"default": "false",
|
|
9127
|
+
"description": "Specify if Switch displays in a disabled state",
|
|
9128
|
+
"attribute": "disabled"
|
|
9129
|
+
},
|
|
9130
|
+
{
|
|
9131
|
+
"kind": "field",
|
|
9132
|
+
"name": "checked",
|
|
9133
|
+
"type": {
|
|
9134
|
+
"text": "boolean"
|
|
9135
|
+
},
|
|
9136
|
+
"default": "false",
|
|
9137
|
+
"attribute": "checked"
|
|
9138
|
+
},
|
|
9139
|
+
{
|
|
9140
|
+
"kind": "field",
|
|
9141
|
+
"name": "value",
|
|
9142
|
+
"type": {
|
|
9143
|
+
"text": "string | undefined"
|
|
9144
|
+
},
|
|
9145
|
+
"description": "The value attribute for the input element",
|
|
9146
|
+
"attribute": "value"
|
|
9147
|
+
},
|
|
9148
|
+
{
|
|
9149
|
+
"kind": "field",
|
|
9150
|
+
"name": "switchRef"
|
|
9151
|
+
}
|
|
9152
|
+
],
|
|
9153
|
+
"attributes": [
|
|
9154
|
+
{
|
|
9155
|
+
"name": "onText",
|
|
9156
|
+
"type": {
|
|
9157
|
+
"text": "string | undefined"
|
|
9158
|
+
},
|
|
9159
|
+
"default": "undefined",
|
|
9160
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
8946
9161
|
"fieldName": "onText"
|
|
8947
9162
|
},
|
|
8948
9163
|
{
|
|
@@ -9565,241 +9780,26 @@
|
|
|
9565
9780
|
},
|
|
9566
9781
|
{
|
|
9567
9782
|
"kind": "javascript-module",
|
|
9568
|
-
"path": "libs/web-components/src/lib/wip/
|
|
9783
|
+
"path": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts",
|
|
9569
9784
|
"declarations": [
|
|
9570
9785
|
{
|
|
9571
9786
|
"kind": "class",
|
|
9572
|
-
"description": "
|
|
9573
|
-
"name": "
|
|
9574
|
-
"
|
|
9787
|
+
"description": "",
|
|
9788
|
+
"name": "BmCheckboxGroup",
|
|
9789
|
+
"superclass": {
|
|
9790
|
+
"name": "InputChoiceGroup",
|
|
9791
|
+
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
9792
|
+
},
|
|
9793
|
+
"tagName": "bm-checkbox-group",
|
|
9794
|
+
"customElement": true,
|
|
9795
|
+
"slots": [
|
|
9575
9796
|
{
|
|
9576
|
-
"
|
|
9797
|
+
"description": "Add label text to the InputChoiceGroup",
|
|
9577
9798
|
"name": "label",
|
|
9578
|
-
"
|
|
9579
|
-
"
|
|
9580
|
-
|
|
9581
|
-
|
|
9582
|
-
"attribute": "label"
|
|
9583
|
-
},
|
|
9584
|
-
{
|
|
9585
|
-
"kind": "field",
|
|
9586
|
-
"name": "error",
|
|
9587
|
-
"type": {
|
|
9588
|
-
"text": "boolean | undefined"
|
|
9589
|
-
},
|
|
9590
|
-
"description": "Specify error text and display error state of a RadioButton",
|
|
9591
|
-
"attribute": "error"
|
|
9592
|
-
},
|
|
9593
|
-
{
|
|
9594
|
-
"kind": "field",
|
|
9595
|
-
"name": "readOnly",
|
|
9596
|
-
"type": {
|
|
9597
|
-
"text": "boolean | undefined"
|
|
9598
|
-
},
|
|
9599
|
-
"description": "Specify if RadioButton displays in a read-only state",
|
|
9600
|
-
"attribute": "readOnly"
|
|
9601
|
-
},
|
|
9602
|
-
{
|
|
9603
|
-
"kind": "field",
|
|
9604
|
-
"name": "disabled",
|
|
9605
|
-
"type": {
|
|
9606
|
-
"text": "boolean | undefined"
|
|
9607
|
-
},
|
|
9608
|
-
"description": "Specify if RadioButton displays in a disabled state",
|
|
9609
|
-
"attribute": "disabled"
|
|
9610
|
-
},
|
|
9611
|
-
{
|
|
9612
|
-
"kind": "field",
|
|
9613
|
-
"name": "theme",
|
|
9614
|
-
"type": {
|
|
9615
|
-
"text": "'light' | 'dark' | undefined"
|
|
9616
|
-
},
|
|
9617
|
-
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
9618
|
-
"attribute": "theme"
|
|
9619
|
-
},
|
|
9620
|
-
{
|
|
9621
|
-
"kind": "field",
|
|
9622
|
-
"name": "value",
|
|
9623
|
-
"type": {
|
|
9624
|
-
"text": "string | undefined"
|
|
9625
|
-
},
|
|
9626
|
-
"description": "The value attribute for the input element",
|
|
9627
|
-
"attribute": "value"
|
|
9628
|
-
},
|
|
9629
|
-
{
|
|
9630
|
-
"kind": "field",
|
|
9631
|
-
"name": "checked",
|
|
9632
|
-
"type": {
|
|
9633
|
-
"text": "boolean"
|
|
9634
|
-
},
|
|
9635
|
-
"default": "false",
|
|
9636
|
-
"description": "The checked attribute for the input element",
|
|
9637
|
-
"attribute": "checked"
|
|
9638
|
-
},
|
|
9639
|
-
{
|
|
9640
|
-
"kind": "field",
|
|
9641
|
-
"name": "onKeyDown",
|
|
9642
|
-
"type": {
|
|
9643
|
-
"text": "(event: KeyboardEvent) => void | undefined"
|
|
9644
|
-
},
|
|
9645
|
-
"description": "A user-defined function to handle keydown events",
|
|
9646
|
-
"attribute": "onKeyDown"
|
|
9647
|
-
},
|
|
9648
|
-
{
|
|
9649
|
-
"kind": "field",
|
|
9650
|
-
"name": "inputChoiceGroupContext",
|
|
9651
|
-
"type": {
|
|
9652
|
-
"text": "InputChoiceGroupContextProps"
|
|
9653
|
-
}
|
|
9654
|
-
},
|
|
9655
|
-
{
|
|
9656
|
-
"kind": "field",
|
|
9657
|
-
"name": "radioButtonRef"
|
|
9658
|
-
},
|
|
9659
|
-
{
|
|
9660
|
-
"kind": "method",
|
|
9661
|
-
"name": "focus"
|
|
9662
|
-
}
|
|
9663
|
-
],
|
|
9664
|
-
"attributes": [
|
|
9665
|
-
{
|
|
9666
|
-
"name": "label",
|
|
9667
|
-
"type": {
|
|
9668
|
-
"text": "string | undefined"
|
|
9669
|
-
},
|
|
9670
|
-
"description": "Specify the text for the label",
|
|
9671
|
-
"fieldName": "label"
|
|
9672
|
-
},
|
|
9673
|
-
{
|
|
9674
|
-
"name": "error",
|
|
9675
|
-
"type": {
|
|
9676
|
-
"text": "boolean | undefined"
|
|
9677
|
-
},
|
|
9678
|
-
"description": "Specify error text and display error state of a RadioButton",
|
|
9679
|
-
"fieldName": "error"
|
|
9680
|
-
},
|
|
9681
|
-
{
|
|
9682
|
-
"name": "readOnly",
|
|
9683
|
-
"type": {
|
|
9684
|
-
"text": "boolean | undefined"
|
|
9685
|
-
},
|
|
9686
|
-
"description": "Specify if RadioButton displays in a read-only state",
|
|
9687
|
-
"fieldName": "readOnly"
|
|
9688
|
-
},
|
|
9689
|
-
{
|
|
9690
|
-
"name": "disabled",
|
|
9691
|
-
"type": {
|
|
9692
|
-
"text": "boolean | undefined"
|
|
9693
|
-
},
|
|
9694
|
-
"description": "Specify if RadioButton displays in a disabled state",
|
|
9695
|
-
"fieldName": "disabled"
|
|
9696
|
-
},
|
|
9697
|
-
{
|
|
9698
|
-
"name": "theme",
|
|
9699
|
-
"type": {
|
|
9700
|
-
"text": "'light' | 'dark' | undefined"
|
|
9701
|
-
},
|
|
9702
|
-
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
9703
|
-
"fieldName": "theme"
|
|
9704
|
-
},
|
|
9705
|
-
{
|
|
9706
|
-
"name": "value",
|
|
9707
|
-
"type": {
|
|
9708
|
-
"text": "string | undefined"
|
|
9709
|
-
},
|
|
9710
|
-
"description": "The value attribute for the input element",
|
|
9711
|
-
"fieldName": "value"
|
|
9712
|
-
},
|
|
9713
|
-
{
|
|
9714
|
-
"name": "checked",
|
|
9715
|
-
"type": {
|
|
9716
|
-
"text": "boolean"
|
|
9717
|
-
},
|
|
9718
|
-
"default": "false",
|
|
9719
|
-
"description": "The checked attribute for the input element",
|
|
9720
|
-
"fieldName": "checked"
|
|
9721
|
-
},
|
|
9722
|
-
{
|
|
9723
|
-
"name": "onKeyDown",
|
|
9724
|
-
"type": {
|
|
9725
|
-
"text": "(event: KeyboardEvent) => void | undefined"
|
|
9726
|
-
},
|
|
9727
|
-
"description": "A user-defined function to handle keydown events",
|
|
9728
|
-
"fieldName": "onKeyDown"
|
|
9729
|
-
}
|
|
9730
|
-
],
|
|
9731
|
-
"superclass": {
|
|
9732
|
-
"name": "LitElement",
|
|
9733
|
-
"package": "lit"
|
|
9734
|
-
},
|
|
9735
|
-
"tagName": "bm-radio-button",
|
|
9736
|
-
"customElement": true
|
|
9737
|
-
}
|
|
9738
|
-
],
|
|
9739
|
-
"exports": [
|
|
9740
|
-
{
|
|
9741
|
-
"kind": "js",
|
|
9742
|
-
"name": "BmRadioButton",
|
|
9743
|
-
"declaration": {
|
|
9744
|
-
"name": "BmRadioButton",
|
|
9745
|
-
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
9746
|
-
}
|
|
9747
|
-
},
|
|
9748
|
-
{
|
|
9749
|
-
"kind": "custom-element-definition",
|
|
9750
|
-
"name": "bm-radio-button",
|
|
9751
|
-
"declaration": {
|
|
9752
|
-
"name": "BmRadioButton",
|
|
9753
|
-
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
9754
|
-
}
|
|
9755
|
-
}
|
|
9756
|
-
]
|
|
9757
|
-
},
|
|
9758
|
-
{
|
|
9759
|
-
"kind": "javascript-module",
|
|
9760
|
-
"path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
|
|
9761
|
-
"declarations": [],
|
|
9762
|
-
"exports": [
|
|
9763
|
-
{
|
|
9764
|
-
"kind": "js",
|
|
9765
|
-
"name": "*",
|
|
9766
|
-
"declaration": {
|
|
9767
|
-
"name": "*",
|
|
9768
|
-
"package": "./RadioButton"
|
|
9769
|
-
}
|
|
9770
|
-
},
|
|
9771
|
-
{
|
|
9772
|
-
"kind": "js",
|
|
9773
|
-
"name": "*",
|
|
9774
|
-
"declaration": {
|
|
9775
|
-
"name": "*",
|
|
9776
|
-
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
9777
|
-
}
|
|
9778
|
-
}
|
|
9779
|
-
]
|
|
9780
|
-
},
|
|
9781
|
-
{
|
|
9782
|
-
"kind": "javascript-module",
|
|
9783
|
-
"path": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts",
|
|
9784
|
-
"declarations": [
|
|
9785
|
-
{
|
|
9786
|
-
"kind": "class",
|
|
9787
|
-
"description": "",
|
|
9788
|
-
"name": "BmCheckboxGroup",
|
|
9789
|
-
"superclass": {
|
|
9790
|
-
"name": "InputChoiceGroup",
|
|
9791
|
-
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
9792
|
-
},
|
|
9793
|
-
"tagName": "bm-checkbox-group",
|
|
9794
|
-
"customElement": true,
|
|
9795
|
-
"slots": [
|
|
9796
|
-
{
|
|
9797
|
-
"description": "Add label text to the InputChoiceGroup",
|
|
9798
|
-
"name": "label",
|
|
9799
|
-
"inheritedFrom": {
|
|
9800
|
-
"name": "InputChoiceGroup",
|
|
9801
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9802
|
-
}
|
|
9799
|
+
"inheritedFrom": {
|
|
9800
|
+
"name": "InputChoiceGroup",
|
|
9801
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9802
|
+
}
|
|
9803
9803
|
},
|
|
9804
9804
|
{
|
|
9805
9805
|
"description": "Add helper text to the InputChoiceGroup",
|
|
@@ -10318,50 +10318,28 @@
|
|
|
10318
10318
|
},
|
|
10319
10319
|
{
|
|
10320
10320
|
"kind": "javascript-module",
|
|
10321
|
-
"path": "libs/web-components/src/lib/wip/
|
|
10321
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts",
|
|
10322
10322
|
"declarations": [
|
|
10323
10323
|
{
|
|
10324
10324
|
"kind": "class",
|
|
10325
|
-
"description": "
|
|
10326
|
-
"name": "
|
|
10327
|
-
"
|
|
10328
|
-
{
|
|
10329
|
-
"description": "Slot for the label of the SwitchGroup",
|
|
10330
|
-
"name": "label",
|
|
10331
|
-
"inheritedFrom": {
|
|
10332
|
-
"name": "InputChoiceGroup",
|
|
10333
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10334
|
-
}
|
|
10335
|
-
},
|
|
10336
|
-
{
|
|
10337
|
-
"description": "Slot for the helper text of the SwitchGroup",
|
|
10338
|
-
"name": "helperText",
|
|
10339
|
-
"inheritedFrom": {
|
|
10340
|
-
"name": "InputChoiceGroup",
|
|
10341
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10342
|
-
}
|
|
10343
|
-
}
|
|
10344
|
-
],
|
|
10345
|
-
"superclass": {
|
|
10346
|
-
"name": "InputChoiceGroup",
|
|
10347
|
-
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
10348
|
-
},
|
|
10349
|
-
"tagName": "bm-switch-group",
|
|
10350
|
-
"customElement": true,
|
|
10351
|
-
"attributes": [
|
|
10325
|
+
"description": "",
|
|
10326
|
+
"name": "BmRadioButtonGroup",
|
|
10327
|
+
"members": [
|
|
10352
10328
|
{
|
|
10329
|
+
"kind": "field",
|
|
10353
10330
|
"name": "theme",
|
|
10354
10331
|
"type": {
|
|
10355
10332
|
"text": "'light' | 'dark' | undefined"
|
|
10356
10333
|
},
|
|
10357
10334
|
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
10358
|
-
"
|
|
10335
|
+
"attribute": "theme",
|
|
10359
10336
|
"inheritedFrom": {
|
|
10360
10337
|
"name": "InputChoiceGroup",
|
|
10361
10338
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10362
10339
|
}
|
|
10363
10340
|
},
|
|
10364
10341
|
{
|
|
10342
|
+
"kind": "field",
|
|
10365
10343
|
"name": "layout",
|
|
10366
10344
|
"type": {
|
|
10367
10345
|
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
@@ -10369,193 +10347,14 @@
|
|
|
10369
10347
|
"default": "'vertical'",
|
|
10370
10348
|
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
10371
10349
|
"deprecated": "use `orientation` and `fluid` instead",
|
|
10372
|
-
"
|
|
10350
|
+
"attribute": "layout",
|
|
10373
10351
|
"inheritedFrom": {
|
|
10374
10352
|
"name": "InputChoiceGroup",
|
|
10375
10353
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10376
10354
|
}
|
|
10377
10355
|
},
|
|
10378
10356
|
{
|
|
10379
|
-
"
|
|
10380
|
-
"type": {
|
|
10381
|
-
"text": "'horizontal' | 'vertical'"
|
|
10382
|
-
},
|
|
10383
|
-
"default": "'vertical'",
|
|
10384
|
-
"description": "Specify InputChoiceGroup orientation",
|
|
10385
|
-
"fieldName": "orientation",
|
|
10386
|
-
"inheritedFrom": {
|
|
10387
|
-
"name": "InputChoiceGroup",
|
|
10388
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10389
|
-
}
|
|
10390
|
-
},
|
|
10391
|
-
{
|
|
10392
|
-
"name": "fluid",
|
|
10393
|
-
"type": {
|
|
10394
|
-
"text": "boolean"
|
|
10395
|
-
},
|
|
10396
|
-
"default": "false",
|
|
10397
|
-
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
10398
|
-
"fieldName": "fluid",
|
|
10399
|
-
"inheritedFrom": {
|
|
10400
|
-
"name": "InputChoiceGroup",
|
|
10401
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10402
|
-
}
|
|
10403
|
-
},
|
|
10404
|
-
{
|
|
10405
|
-
"name": "required",
|
|
10406
|
-
"type": {
|
|
10407
|
-
"text": "boolean"
|
|
10408
|
-
},
|
|
10409
|
-
"default": "false",
|
|
10410
|
-
"description": "Specify if InputChoiceGroup is a required input",
|
|
10411
|
-
"fieldName": "required",
|
|
10412
|
-
"inheritedFrom": {
|
|
10413
|
-
"name": "InputChoiceGroup",
|
|
10414
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10415
|
-
}
|
|
10416
|
-
},
|
|
10417
|
-
{
|
|
10418
|
-
"name": "hideRequiredMarker",
|
|
10419
|
-
"type": {
|
|
10420
|
-
"text": "boolean"
|
|
10421
|
-
},
|
|
10422
|
-
"default": "false",
|
|
10423
|
-
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
10424
|
-
"fieldName": "hideRequiredMarker",
|
|
10425
|
-
"inheritedFrom": {
|
|
10426
|
-
"name": "InputChoiceGroup",
|
|
10427
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10428
|
-
}
|
|
10429
|
-
},
|
|
10430
|
-
{
|
|
10431
|
-
"name": "error",
|
|
10432
|
-
"type": {
|
|
10433
|
-
"text": "string | undefined"
|
|
10434
|
-
},
|
|
10435
|
-
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
10436
|
-
"fieldName": "error",
|
|
10437
|
-
"inheritedFrom": {
|
|
10438
|
-
"name": "InputChoiceGroup",
|
|
10439
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10440
|
-
}
|
|
10441
|
-
},
|
|
10442
|
-
{
|
|
10443
|
-
"name": "readOnly",
|
|
10444
|
-
"type": {
|
|
10445
|
-
"text": "boolean"
|
|
10446
|
-
},
|
|
10447
|
-
"default": "false",
|
|
10448
|
-
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
10449
|
-
"fieldName": "readOnly",
|
|
10450
|
-
"inheritedFrom": {
|
|
10451
|
-
"name": "InputChoiceGroup",
|
|
10452
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10453
|
-
}
|
|
10454
|
-
},
|
|
10455
|
-
{
|
|
10456
|
-
"name": "disabled",
|
|
10457
|
-
"type": {
|
|
10458
|
-
"text": "boolean"
|
|
10459
|
-
},
|
|
10460
|
-
"default": "false",
|
|
10461
|
-
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
10462
|
-
"fieldName": "disabled",
|
|
10463
|
-
"inheritedFrom": {
|
|
10464
|
-
"name": "InputChoiceGroup",
|
|
10465
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10466
|
-
}
|
|
10467
|
-
},
|
|
10468
|
-
{
|
|
10469
|
-
"name": "id",
|
|
10470
|
-
"type": {
|
|
10471
|
-
"text": "string"
|
|
10472
|
-
},
|
|
10473
|
-
"default": "''",
|
|
10474
|
-
"fieldName": "id",
|
|
10475
|
-
"inheritedFrom": {
|
|
10476
|
-
"name": "FormField",
|
|
10477
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10478
|
-
}
|
|
10479
|
-
},
|
|
10480
|
-
{
|
|
10481
|
-
"name": "name",
|
|
10482
|
-
"type": {
|
|
10483
|
-
"text": "string"
|
|
10484
|
-
},
|
|
10485
|
-
"default": "''",
|
|
10486
|
-
"fieldName": "name",
|
|
10487
|
-
"inheritedFrom": {
|
|
10488
|
-
"name": "FormField",
|
|
10489
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10490
|
-
}
|
|
10491
|
-
},
|
|
10492
|
-
{
|
|
10493
|
-
"name": "value",
|
|
10494
|
-
"type": {
|
|
10495
|
-
"text": "string"
|
|
10496
|
-
},
|
|
10497
|
-
"default": "''",
|
|
10498
|
-
"fieldName": "value",
|
|
10499
|
-
"inheritedFrom": {
|
|
10500
|
-
"name": "FormField",
|
|
10501
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10502
|
-
}
|
|
10503
|
-
},
|
|
10504
|
-
{
|
|
10505
|
-
"name": "validationRules",
|
|
10506
|
-
"type": {
|
|
10507
|
-
"text": "Array<FormValidator>"
|
|
10508
|
-
},
|
|
10509
|
-
"default": "[]",
|
|
10510
|
-
"fieldName": "validationRules",
|
|
10511
|
-
"inheritedFrom": {
|
|
10512
|
-
"name": "FormField",
|
|
10513
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10514
|
-
}
|
|
10515
|
-
},
|
|
10516
|
-
{
|
|
10517
|
-
"name": "input-aria-label",
|
|
10518
|
-
"type": {
|
|
10519
|
-
"text": "string | undefined"
|
|
10520
|
-
},
|
|
10521
|
-
"fieldName": "inputAriaLabel",
|
|
10522
|
-
"inheritedFrom": {
|
|
10523
|
-
"name": "FormField",
|
|
10524
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10525
|
-
}
|
|
10526
|
-
}
|
|
10527
|
-
],
|
|
10528
|
-
"members": [
|
|
10529
|
-
{
|
|
10530
|
-
"kind": "field",
|
|
10531
|
-
"name": "theme",
|
|
10532
|
-
"type": {
|
|
10533
|
-
"text": "'light' | 'dark' | undefined"
|
|
10534
|
-
},
|
|
10535
|
-
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
10536
|
-
"attribute": "theme",
|
|
10537
|
-
"inheritedFrom": {
|
|
10538
|
-
"name": "InputChoiceGroup",
|
|
10539
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10540
|
-
}
|
|
10541
|
-
},
|
|
10542
|
-
{
|
|
10543
|
-
"kind": "field",
|
|
10544
|
-
"name": "layout",
|
|
10545
|
-
"type": {
|
|
10546
|
-
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
10547
|
-
},
|
|
10548
|
-
"default": "'vertical'",
|
|
10549
|
-
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
10550
|
-
"deprecated": "use `orientation` and `fluid` instead",
|
|
10551
|
-
"attribute": "layout",
|
|
10552
|
-
"inheritedFrom": {
|
|
10553
|
-
"name": "InputChoiceGroup",
|
|
10554
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10555
|
-
}
|
|
10556
|
-
},
|
|
10557
|
-
{
|
|
10558
|
-
"kind": "field",
|
|
10357
|
+
"kind": "field",
|
|
10559
10358
|
"name": "orientation",
|
|
10560
10359
|
"type": {
|
|
10561
10360
|
"text": "'horizontal' | 'vertical'"
|
|
@@ -10832,52 +10631,45 @@
|
|
|
10832
10631
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10833
10632
|
}
|
|
10834
10633
|
}
|
|
10835
|
-
]
|
|
10836
|
-
|
|
10837
|
-
|
|
10838
|
-
|
|
10839
|
-
|
|
10840
|
-
"
|
|
10841
|
-
"
|
|
10842
|
-
"
|
|
10843
|
-
|
|
10844
|
-
|
|
10845
|
-
|
|
10846
|
-
|
|
10847
|
-
|
|
10848
|
-
|
|
10849
|
-
|
|
10850
|
-
|
|
10851
|
-
|
|
10852
|
-
|
|
10853
|
-
|
|
10854
|
-
|
|
10855
|
-
|
|
10856
|
-
|
|
10857
|
-
|
|
10858
|
-
|
|
10859
|
-
|
|
10860
|
-
|
|
10861
|
-
{
|
|
10862
|
-
"kind": "class",
|
|
10863
|
-
"description": "",
|
|
10864
|
-
"name": "BmRadioButtonGroup",
|
|
10865
|
-
"members": [
|
|
10634
|
+
],
|
|
10635
|
+
"superclass": {
|
|
10636
|
+
"name": "InputChoiceGroup",
|
|
10637
|
+
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
10638
|
+
},
|
|
10639
|
+
"tagName": "bm-radio-button-group",
|
|
10640
|
+
"customElement": true,
|
|
10641
|
+
"slots": [
|
|
10642
|
+
{
|
|
10643
|
+
"description": "Add label text to the InputChoiceGroup",
|
|
10644
|
+
"name": "label",
|
|
10645
|
+
"inheritedFrom": {
|
|
10646
|
+
"name": "InputChoiceGroup",
|
|
10647
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10648
|
+
}
|
|
10649
|
+
},
|
|
10650
|
+
{
|
|
10651
|
+
"description": "Add helper text to the InputChoiceGroup",
|
|
10652
|
+
"name": "helperText",
|
|
10653
|
+
"inheritedFrom": {
|
|
10654
|
+
"name": "InputChoiceGroup",
|
|
10655
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10656
|
+
}
|
|
10657
|
+
}
|
|
10658
|
+
],
|
|
10659
|
+
"attributes": [
|
|
10866
10660
|
{
|
|
10867
|
-
"kind": "field",
|
|
10868
10661
|
"name": "theme",
|
|
10869
10662
|
"type": {
|
|
10870
10663
|
"text": "'light' | 'dark' | undefined"
|
|
10871
10664
|
},
|
|
10872
10665
|
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
10873
|
-
"
|
|
10666
|
+
"fieldName": "theme",
|
|
10874
10667
|
"inheritedFrom": {
|
|
10875
10668
|
"name": "InputChoiceGroup",
|
|
10876
10669
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10877
10670
|
}
|
|
10878
10671
|
},
|
|
10879
10672
|
{
|
|
10880
|
-
"kind": "field",
|
|
10881
10673
|
"name": "layout",
|
|
10882
10674
|
"type": {
|
|
10883
10675
|
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
@@ -10885,329 +10677,408 @@
|
|
|
10885
10677
|
"default": "'vertical'",
|
|
10886
10678
|
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
10887
10679
|
"deprecated": "use `orientation` and `fluid` instead",
|
|
10888
|
-
"
|
|
10680
|
+
"fieldName": "layout",
|
|
10889
10681
|
"inheritedFrom": {
|
|
10890
10682
|
"name": "InputChoiceGroup",
|
|
10891
10683
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10892
10684
|
}
|
|
10893
10685
|
},
|
|
10894
10686
|
{
|
|
10895
|
-
"kind": "field",
|
|
10896
10687
|
"name": "orientation",
|
|
10897
10688
|
"type": {
|
|
10898
10689
|
"text": "'horizontal' | 'vertical'"
|
|
10899
10690
|
},
|
|
10900
10691
|
"default": "'vertical'",
|
|
10901
10692
|
"description": "Specify InputChoiceGroup orientation",
|
|
10902
|
-
"
|
|
10693
|
+
"fieldName": "orientation",
|
|
10903
10694
|
"inheritedFrom": {
|
|
10904
10695
|
"name": "InputChoiceGroup",
|
|
10905
10696
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10906
10697
|
}
|
|
10907
10698
|
},
|
|
10908
10699
|
{
|
|
10909
|
-
"kind": "field",
|
|
10910
10700
|
"name": "fluid",
|
|
10911
10701
|
"type": {
|
|
10912
10702
|
"text": "boolean"
|
|
10913
10703
|
},
|
|
10914
10704
|
"default": "false",
|
|
10915
10705
|
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
10916
|
-
"
|
|
10706
|
+
"fieldName": "fluid",
|
|
10917
10707
|
"inheritedFrom": {
|
|
10918
10708
|
"name": "InputChoiceGroup",
|
|
10919
10709
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10920
10710
|
}
|
|
10921
10711
|
},
|
|
10922
10712
|
{
|
|
10923
|
-
"kind": "field",
|
|
10924
10713
|
"name": "required",
|
|
10925
10714
|
"type": {
|
|
10926
10715
|
"text": "boolean"
|
|
10927
10716
|
},
|
|
10928
10717
|
"default": "false",
|
|
10929
10718
|
"description": "Specify if InputChoiceGroup is a required input",
|
|
10930
|
-
"
|
|
10719
|
+
"fieldName": "required",
|
|
10931
10720
|
"inheritedFrom": {
|
|
10932
10721
|
"name": "InputChoiceGroup",
|
|
10933
10722
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10934
10723
|
}
|
|
10935
10724
|
},
|
|
10936
10725
|
{
|
|
10937
|
-
"kind": "field",
|
|
10938
10726
|
"name": "hideRequiredMarker",
|
|
10939
10727
|
"type": {
|
|
10940
10728
|
"text": "boolean"
|
|
10941
10729
|
},
|
|
10942
10730
|
"default": "false",
|
|
10943
10731
|
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
10944
|
-
"
|
|
10732
|
+
"fieldName": "hideRequiredMarker",
|
|
10945
10733
|
"inheritedFrom": {
|
|
10946
10734
|
"name": "InputChoiceGroup",
|
|
10947
10735
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10948
10736
|
}
|
|
10949
10737
|
},
|
|
10950
10738
|
{
|
|
10951
|
-
"kind": "field",
|
|
10952
10739
|
"name": "error",
|
|
10953
10740
|
"type": {
|
|
10954
10741
|
"text": "string | undefined"
|
|
10955
10742
|
},
|
|
10956
10743
|
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
10957
|
-
"
|
|
10744
|
+
"fieldName": "error",
|
|
10958
10745
|
"inheritedFrom": {
|
|
10959
10746
|
"name": "InputChoiceGroup",
|
|
10960
10747
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10961
10748
|
}
|
|
10962
10749
|
},
|
|
10963
10750
|
{
|
|
10964
|
-
"kind": "field",
|
|
10965
10751
|
"name": "readOnly",
|
|
10966
10752
|
"type": {
|
|
10967
10753
|
"text": "boolean"
|
|
10968
10754
|
},
|
|
10969
10755
|
"default": "false",
|
|
10970
10756
|
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
10971
|
-
"
|
|
10757
|
+
"fieldName": "readOnly",
|
|
10972
10758
|
"inheritedFrom": {
|
|
10973
10759
|
"name": "InputChoiceGroup",
|
|
10974
10760
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10975
10761
|
}
|
|
10976
10762
|
},
|
|
10977
10763
|
{
|
|
10978
|
-
"kind": "field",
|
|
10979
10764
|
"name": "disabled",
|
|
10980
10765
|
"type": {
|
|
10981
10766
|
"text": "boolean"
|
|
10982
10767
|
},
|
|
10983
10768
|
"default": "false",
|
|
10984
10769
|
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
10985
|
-
"
|
|
10770
|
+
"fieldName": "disabled",
|
|
10986
10771
|
"inheritedFrom": {
|
|
10987
10772
|
"name": "InputChoiceGroup",
|
|
10988
10773
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10989
10774
|
}
|
|
10990
10775
|
},
|
|
10991
10776
|
{
|
|
10992
|
-
"
|
|
10993
|
-
"name": "radioButtons",
|
|
10777
|
+
"name": "id",
|
|
10994
10778
|
"type": {
|
|
10995
|
-
"text": "
|
|
10779
|
+
"text": "string"
|
|
10780
|
+
},
|
|
10781
|
+
"default": "''",
|
|
10782
|
+
"fieldName": "id",
|
|
10783
|
+
"inheritedFrom": {
|
|
10784
|
+
"name": "FormField",
|
|
10785
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10786
|
+
}
|
|
10787
|
+
},
|
|
10788
|
+
{
|
|
10789
|
+
"name": "name",
|
|
10790
|
+
"type": {
|
|
10791
|
+
"text": "string"
|
|
10792
|
+
},
|
|
10793
|
+
"default": "''",
|
|
10794
|
+
"fieldName": "name",
|
|
10795
|
+
"inheritedFrom": {
|
|
10796
|
+
"name": "FormField",
|
|
10797
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10798
|
+
}
|
|
10799
|
+
},
|
|
10800
|
+
{
|
|
10801
|
+
"name": "value",
|
|
10802
|
+
"type": {
|
|
10803
|
+
"text": "string"
|
|
10804
|
+
},
|
|
10805
|
+
"default": "''",
|
|
10806
|
+
"fieldName": "value",
|
|
10807
|
+
"inheritedFrom": {
|
|
10808
|
+
"name": "FormField",
|
|
10809
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10810
|
+
}
|
|
10811
|
+
},
|
|
10812
|
+
{
|
|
10813
|
+
"name": "validationRules",
|
|
10814
|
+
"type": {
|
|
10815
|
+
"text": "Array<FormValidator>"
|
|
10816
|
+
},
|
|
10817
|
+
"default": "[]",
|
|
10818
|
+
"fieldName": "validationRules",
|
|
10819
|
+
"inheritedFrom": {
|
|
10820
|
+
"name": "FormField",
|
|
10821
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10822
|
+
}
|
|
10823
|
+
},
|
|
10824
|
+
{
|
|
10825
|
+
"name": "input-aria-label",
|
|
10826
|
+
"type": {
|
|
10827
|
+
"text": "string | undefined"
|
|
10996
10828
|
},
|
|
10829
|
+
"fieldName": "inputAriaLabel",
|
|
10830
|
+
"inheritedFrom": {
|
|
10831
|
+
"name": "FormField",
|
|
10832
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10833
|
+
}
|
|
10834
|
+
}
|
|
10835
|
+
]
|
|
10836
|
+
}
|
|
10837
|
+
],
|
|
10838
|
+
"exports": [
|
|
10839
|
+
{
|
|
10840
|
+
"kind": "js",
|
|
10841
|
+
"name": "BmRadioButtonGroup",
|
|
10842
|
+
"declaration": {
|
|
10843
|
+
"name": "BmRadioButtonGroup",
|
|
10844
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
|
|
10845
|
+
}
|
|
10846
|
+
},
|
|
10847
|
+
{
|
|
10848
|
+
"kind": "custom-element-definition",
|
|
10849
|
+
"name": "bm-radio-button-group",
|
|
10850
|
+
"declaration": {
|
|
10851
|
+
"name": "BmRadioButtonGroup",
|
|
10852
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
|
|
10853
|
+
}
|
|
10854
|
+
}
|
|
10855
|
+
]
|
|
10856
|
+
},
|
|
10857
|
+
{
|
|
10858
|
+
"kind": "javascript-module",
|
|
10859
|
+
"path": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts",
|
|
10860
|
+
"declarations": [
|
|
10861
|
+
{
|
|
10862
|
+
"kind": "class",
|
|
10863
|
+
"description": "`bm-switch-group`",
|
|
10864
|
+
"name": "BmSwitchGroup",
|
|
10865
|
+
"slots": [
|
|
10866
|
+
{
|
|
10867
|
+
"description": "Slot for the label of the SwitchGroup",
|
|
10868
|
+
"name": "label",
|
|
10997
10869
|
"inheritedFrom": {
|
|
10998
10870
|
"name": "InputChoiceGroup",
|
|
10999
10871
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11000
10872
|
}
|
|
11001
10873
|
},
|
|
11002
10874
|
{
|
|
11003
|
-
"
|
|
11004
|
-
"name": "
|
|
10875
|
+
"description": "Slot for the helper text of the SwitchGroup",
|
|
10876
|
+
"name": "helperText",
|
|
10877
|
+
"inheritedFrom": {
|
|
10878
|
+
"name": "InputChoiceGroup",
|
|
10879
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10880
|
+
}
|
|
10881
|
+
}
|
|
10882
|
+
],
|
|
10883
|
+
"superclass": {
|
|
10884
|
+
"name": "InputChoiceGroup",
|
|
10885
|
+
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
10886
|
+
},
|
|
10887
|
+
"tagName": "bm-switch-group",
|
|
10888
|
+
"customElement": true,
|
|
10889
|
+
"attributes": [
|
|
10890
|
+
{
|
|
10891
|
+
"name": "theme",
|
|
11005
10892
|
"type": {
|
|
11006
|
-
"text": "
|
|
10893
|
+
"text": "'light' | 'dark' | undefined"
|
|
11007
10894
|
},
|
|
10895
|
+
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
10896
|
+
"fieldName": "theme",
|
|
11008
10897
|
"inheritedFrom": {
|
|
11009
10898
|
"name": "InputChoiceGroup",
|
|
11010
10899
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11011
10900
|
}
|
|
11012
10901
|
},
|
|
11013
10902
|
{
|
|
11014
|
-
"
|
|
11015
|
-
"name": "switches",
|
|
10903
|
+
"name": "layout",
|
|
11016
10904
|
"type": {
|
|
11017
|
-
"text": "
|
|
10905
|
+
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
11018
10906
|
},
|
|
10907
|
+
"default": "'vertical'",
|
|
10908
|
+
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
10909
|
+
"deprecated": "use `orientation` and `fluid` instead",
|
|
10910
|
+
"fieldName": "layout",
|
|
11019
10911
|
"inheritedFrom": {
|
|
11020
10912
|
"name": "InputChoiceGroup",
|
|
11021
10913
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11022
10914
|
}
|
|
11023
10915
|
},
|
|
11024
10916
|
{
|
|
11025
|
-
"
|
|
11026
|
-
"name": "inputGroupContextValue",
|
|
10917
|
+
"name": "orientation",
|
|
11027
10918
|
"type": {
|
|
11028
|
-
"text": "
|
|
10919
|
+
"text": "'horizontal' | 'vertical'"
|
|
11029
10920
|
},
|
|
11030
|
-
"
|
|
11031
|
-
"
|
|
10921
|
+
"default": "'vertical'",
|
|
10922
|
+
"description": "Specify InputChoiceGroup orientation",
|
|
10923
|
+
"fieldName": "orientation",
|
|
11032
10924
|
"inheritedFrom": {
|
|
11033
10925
|
"name": "InputChoiceGroup",
|
|
11034
10926
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11035
10927
|
}
|
|
11036
10928
|
},
|
|
11037
10929
|
{
|
|
11038
|
-
"
|
|
11039
|
-
"name": "formAssociated",
|
|
10930
|
+
"name": "fluid",
|
|
11040
10931
|
"type": {
|
|
11041
10932
|
"text": "boolean"
|
|
11042
10933
|
},
|
|
11043
|
-
"
|
|
11044
|
-
"
|
|
10934
|
+
"default": "false",
|
|
10935
|
+
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
10936
|
+
"fieldName": "fluid",
|
|
11045
10937
|
"inheritedFrom": {
|
|
11046
|
-
"name": "
|
|
11047
|
-
"module": "libs/web-components/src/lib/
|
|
10938
|
+
"name": "InputChoiceGroup",
|
|
10939
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11048
10940
|
}
|
|
11049
10941
|
},
|
|
11050
10942
|
{
|
|
11051
|
-
"
|
|
11052
|
-
"name": "id",
|
|
10943
|
+
"name": "required",
|
|
11053
10944
|
"type": {
|
|
11054
|
-
"text": "
|
|
10945
|
+
"text": "boolean"
|
|
11055
10946
|
},
|
|
11056
|
-
"default": "
|
|
11057
|
-
"
|
|
10947
|
+
"default": "false",
|
|
10948
|
+
"description": "Specify if InputChoiceGroup is a required input",
|
|
10949
|
+
"fieldName": "required",
|
|
11058
10950
|
"inheritedFrom": {
|
|
11059
|
-
"name": "
|
|
11060
|
-
"module": "libs/web-components/src/lib/
|
|
10951
|
+
"name": "InputChoiceGroup",
|
|
10952
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11061
10953
|
}
|
|
11062
10954
|
},
|
|
11063
10955
|
{
|
|
11064
|
-
"
|
|
11065
|
-
"name": "name",
|
|
10956
|
+
"name": "hideRequiredMarker",
|
|
11066
10957
|
"type": {
|
|
11067
|
-
"text": "
|
|
10958
|
+
"text": "boolean"
|
|
11068
10959
|
},
|
|
11069
|
-
"default": "
|
|
11070
|
-
"
|
|
10960
|
+
"default": "false",
|
|
10961
|
+
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
10962
|
+
"fieldName": "hideRequiredMarker",
|
|
11071
10963
|
"inheritedFrom": {
|
|
11072
|
-
"name": "
|
|
11073
|
-
"module": "libs/web-components/src/lib/
|
|
10964
|
+
"name": "InputChoiceGroup",
|
|
10965
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11074
10966
|
}
|
|
11075
10967
|
},
|
|
11076
10968
|
{
|
|
11077
|
-
"
|
|
11078
|
-
"name": "value",
|
|
10969
|
+
"name": "error",
|
|
11079
10970
|
"type": {
|
|
11080
|
-
"text": "string"
|
|
10971
|
+
"text": "string | undefined"
|
|
11081
10972
|
},
|
|
11082
|
-
"
|
|
11083
|
-
"
|
|
10973
|
+
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
10974
|
+
"fieldName": "error",
|
|
11084
10975
|
"inheritedFrom": {
|
|
11085
|
-
"name": "
|
|
11086
|
-
"module": "libs/web-components/src/lib/
|
|
10976
|
+
"name": "InputChoiceGroup",
|
|
10977
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11087
10978
|
}
|
|
11088
10979
|
},
|
|
11089
10980
|
{
|
|
11090
|
-
"
|
|
11091
|
-
"name": "validationRules",
|
|
10981
|
+
"name": "readOnly",
|
|
11092
10982
|
"type": {
|
|
11093
|
-
"text": "
|
|
10983
|
+
"text": "boolean"
|
|
11094
10984
|
},
|
|
11095
|
-
"default": "
|
|
11096
|
-
"
|
|
10985
|
+
"default": "false",
|
|
10986
|
+
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
10987
|
+
"fieldName": "readOnly",
|
|
11097
10988
|
"inheritedFrom": {
|
|
11098
|
-
"name": "
|
|
11099
|
-
"module": "libs/web-components/src/lib/
|
|
10989
|
+
"name": "InputChoiceGroup",
|
|
10990
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11100
10991
|
}
|
|
11101
10992
|
},
|
|
11102
10993
|
{
|
|
11103
|
-
"
|
|
11104
|
-
"name": "inputAriaLabel",
|
|
10994
|
+
"name": "disabled",
|
|
11105
10995
|
"type": {
|
|
11106
|
-
"text": "
|
|
10996
|
+
"text": "boolean"
|
|
11107
10997
|
},
|
|
11108
|
-
"
|
|
10998
|
+
"default": "false",
|
|
10999
|
+
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
11000
|
+
"fieldName": "disabled",
|
|
11109
11001
|
"inheritedFrom": {
|
|
11110
|
-
"name": "
|
|
11111
|
-
"module": "libs/web-components/src/lib/
|
|
11002
|
+
"name": "InputChoiceGroup",
|
|
11003
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11112
11004
|
}
|
|
11113
11005
|
},
|
|
11114
11006
|
{
|
|
11115
|
-
"
|
|
11116
|
-
"name": "formContext",
|
|
11007
|
+
"name": "id",
|
|
11117
11008
|
"type": {
|
|
11118
|
-
"text": "
|
|
11009
|
+
"text": "string"
|
|
11119
11010
|
},
|
|
11011
|
+
"default": "''",
|
|
11012
|
+
"fieldName": "id",
|
|
11120
11013
|
"inheritedFrom": {
|
|
11121
11014
|
"name": "FormField",
|
|
11122
11015
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11123
11016
|
}
|
|
11124
11017
|
},
|
|
11125
11018
|
{
|
|
11126
|
-
"
|
|
11127
|
-
"
|
|
11128
|
-
|
|
11129
|
-
"type": {
|
|
11130
|
-
"text": "void"
|
|
11131
|
-
}
|
|
11019
|
+
"name": "name",
|
|
11020
|
+
"type": {
|
|
11021
|
+
"text": "string"
|
|
11132
11022
|
},
|
|
11023
|
+
"default": "''",
|
|
11024
|
+
"fieldName": "name",
|
|
11133
11025
|
"inheritedFrom": {
|
|
11134
11026
|
"name": "FormField",
|
|
11135
11027
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11136
11028
|
}
|
|
11137
11029
|
},
|
|
11138
11030
|
{
|
|
11139
|
-
"
|
|
11140
|
-
"
|
|
11141
|
-
|
|
11142
|
-
"type": {
|
|
11143
|
-
"text": "void"
|
|
11144
|
-
}
|
|
11031
|
+
"name": "value",
|
|
11032
|
+
"type": {
|
|
11033
|
+
"text": "string"
|
|
11145
11034
|
},
|
|
11035
|
+
"default": "''",
|
|
11036
|
+
"fieldName": "value",
|
|
11146
11037
|
"inheritedFrom": {
|
|
11147
11038
|
"name": "FormField",
|
|
11148
11039
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11149
11040
|
}
|
|
11150
11041
|
},
|
|
11151
11042
|
{
|
|
11152
|
-
"
|
|
11153
|
-
"
|
|
11154
|
-
|
|
11155
|
-
"type": {
|
|
11156
|
-
"text": "FinalizeAssociatedResult"
|
|
11157
|
-
}
|
|
11043
|
+
"name": "validationRules",
|
|
11044
|
+
"type": {
|
|
11045
|
+
"text": "Array<FormValidator>"
|
|
11158
11046
|
},
|
|
11159
|
-
"
|
|
11160
|
-
|
|
11161
|
-
"name": "ctxValue",
|
|
11162
|
-
"type": {
|
|
11163
|
-
"text": "string"
|
|
11164
|
-
}
|
|
11165
|
-
}
|
|
11166
|
-
],
|
|
11047
|
+
"default": "[]",
|
|
11048
|
+
"fieldName": "validationRules",
|
|
11167
11049
|
"inheritedFrom": {
|
|
11168
11050
|
"name": "FormField",
|
|
11169
11051
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11170
11052
|
}
|
|
11171
|
-
}
|
|
11172
|
-
],
|
|
11173
|
-
"superclass": {
|
|
11174
|
-
"name": "InputChoiceGroup",
|
|
11175
|
-
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
11176
|
-
},
|
|
11177
|
-
"tagName": "bm-radio-button-group",
|
|
11178
|
-
"customElement": true,
|
|
11179
|
-
"slots": [
|
|
11180
|
-
{
|
|
11181
|
-
"description": "Add label text to the InputChoiceGroup",
|
|
11182
|
-
"name": "label",
|
|
11183
|
-
"inheritedFrom": {
|
|
11184
|
-
"name": "InputChoiceGroup",
|
|
11185
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11186
|
-
}
|
|
11187
11053
|
},
|
|
11188
11054
|
{
|
|
11189
|
-
"
|
|
11190
|
-
"
|
|
11055
|
+
"name": "input-aria-label",
|
|
11056
|
+
"type": {
|
|
11057
|
+
"text": "string | undefined"
|
|
11058
|
+
},
|
|
11059
|
+
"fieldName": "inputAriaLabel",
|
|
11191
11060
|
"inheritedFrom": {
|
|
11192
|
-
"name": "
|
|
11193
|
-
"module": "libs/web-components/src/lib/
|
|
11061
|
+
"name": "FormField",
|
|
11062
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11194
11063
|
}
|
|
11195
11064
|
}
|
|
11196
11065
|
],
|
|
11197
|
-
"
|
|
11066
|
+
"members": [
|
|
11198
11067
|
{
|
|
11068
|
+
"kind": "field",
|
|
11199
11069
|
"name": "theme",
|
|
11200
11070
|
"type": {
|
|
11201
11071
|
"text": "'light' | 'dark' | undefined"
|
|
11202
11072
|
},
|
|
11203
11073
|
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
11204
|
-
"
|
|
11074
|
+
"attribute": "theme",
|
|
11205
11075
|
"inheritedFrom": {
|
|
11206
11076
|
"name": "InputChoiceGroup",
|
|
11207
11077
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11208
11078
|
}
|
|
11209
11079
|
},
|
|
11210
11080
|
{
|
|
11081
|
+
"kind": "field",
|
|
11211
11082
|
"name": "layout",
|
|
11212
11083
|
"type": {
|
|
11213
11084
|
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
@@ -11215,156 +11086,285 @@
|
|
|
11215
11086
|
"default": "'vertical'",
|
|
11216
11087
|
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
11217
11088
|
"deprecated": "use `orientation` and `fluid` instead",
|
|
11218
|
-
"
|
|
11089
|
+
"attribute": "layout",
|
|
11219
11090
|
"inheritedFrom": {
|
|
11220
11091
|
"name": "InputChoiceGroup",
|
|
11221
11092
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11222
11093
|
}
|
|
11223
11094
|
},
|
|
11224
11095
|
{
|
|
11096
|
+
"kind": "field",
|
|
11225
11097
|
"name": "orientation",
|
|
11226
11098
|
"type": {
|
|
11227
11099
|
"text": "'horizontal' | 'vertical'"
|
|
11228
11100
|
},
|
|
11229
11101
|
"default": "'vertical'",
|
|
11230
11102
|
"description": "Specify InputChoiceGroup orientation",
|
|
11231
|
-
"
|
|
11103
|
+
"attribute": "orientation",
|
|
11232
11104
|
"inheritedFrom": {
|
|
11233
11105
|
"name": "InputChoiceGroup",
|
|
11234
11106
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11235
11107
|
}
|
|
11236
11108
|
},
|
|
11237
11109
|
{
|
|
11110
|
+
"kind": "field",
|
|
11238
11111
|
"name": "fluid",
|
|
11239
11112
|
"type": {
|
|
11240
11113
|
"text": "boolean"
|
|
11241
11114
|
},
|
|
11242
11115
|
"default": "false",
|
|
11243
11116
|
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
11244
|
-
"
|
|
11117
|
+
"attribute": "fluid",
|
|
11245
11118
|
"inheritedFrom": {
|
|
11246
11119
|
"name": "InputChoiceGroup",
|
|
11247
11120
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11248
11121
|
}
|
|
11249
11122
|
},
|
|
11250
11123
|
{
|
|
11124
|
+
"kind": "field",
|
|
11251
11125
|
"name": "required",
|
|
11252
11126
|
"type": {
|
|
11253
11127
|
"text": "boolean"
|
|
11254
11128
|
},
|
|
11255
11129
|
"default": "false",
|
|
11256
11130
|
"description": "Specify if InputChoiceGroup is a required input",
|
|
11257
|
-
"
|
|
11131
|
+
"attribute": "required",
|
|
11258
11132
|
"inheritedFrom": {
|
|
11259
11133
|
"name": "InputChoiceGroup",
|
|
11260
11134
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11261
11135
|
}
|
|
11262
11136
|
},
|
|
11263
11137
|
{
|
|
11138
|
+
"kind": "field",
|
|
11264
11139
|
"name": "hideRequiredMarker",
|
|
11265
11140
|
"type": {
|
|
11266
11141
|
"text": "boolean"
|
|
11267
11142
|
},
|
|
11268
11143
|
"default": "false",
|
|
11269
11144
|
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
11270
|
-
"
|
|
11145
|
+
"attribute": "hideRequiredMarker",
|
|
11271
11146
|
"inheritedFrom": {
|
|
11272
11147
|
"name": "InputChoiceGroup",
|
|
11273
11148
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11274
11149
|
}
|
|
11275
11150
|
},
|
|
11276
11151
|
{
|
|
11152
|
+
"kind": "field",
|
|
11277
11153
|
"name": "error",
|
|
11278
11154
|
"type": {
|
|
11279
11155
|
"text": "string | undefined"
|
|
11280
11156
|
},
|
|
11281
11157
|
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
11282
|
-
"
|
|
11158
|
+
"attribute": "error",
|
|
11283
11159
|
"inheritedFrom": {
|
|
11284
11160
|
"name": "InputChoiceGroup",
|
|
11285
11161
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11286
11162
|
}
|
|
11287
11163
|
},
|
|
11288
11164
|
{
|
|
11165
|
+
"kind": "field",
|
|
11289
11166
|
"name": "readOnly",
|
|
11290
11167
|
"type": {
|
|
11291
11168
|
"text": "boolean"
|
|
11292
11169
|
},
|
|
11293
11170
|
"default": "false",
|
|
11294
11171
|
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
11295
|
-
"
|
|
11172
|
+
"attribute": "readOnly",
|
|
11296
11173
|
"inheritedFrom": {
|
|
11297
11174
|
"name": "InputChoiceGroup",
|
|
11298
11175
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11299
11176
|
}
|
|
11300
11177
|
},
|
|
11301
11178
|
{
|
|
11179
|
+
"kind": "field",
|
|
11302
11180
|
"name": "disabled",
|
|
11303
11181
|
"type": {
|
|
11304
11182
|
"text": "boolean"
|
|
11305
11183
|
},
|
|
11306
11184
|
"default": "false",
|
|
11307
11185
|
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
11308
|
-
"
|
|
11186
|
+
"attribute": "disabled",
|
|
11187
|
+
"inheritedFrom": {
|
|
11188
|
+
"name": "InputChoiceGroup",
|
|
11189
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11190
|
+
}
|
|
11191
|
+
},
|
|
11192
|
+
{
|
|
11193
|
+
"kind": "field",
|
|
11194
|
+
"name": "radioButtons",
|
|
11195
|
+
"type": {
|
|
11196
|
+
"text": "NodeListOf<Element>"
|
|
11197
|
+
},
|
|
11198
|
+
"inheritedFrom": {
|
|
11199
|
+
"name": "InputChoiceGroup",
|
|
11200
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11201
|
+
}
|
|
11202
|
+
},
|
|
11203
|
+
{
|
|
11204
|
+
"kind": "field",
|
|
11205
|
+
"name": "checkboxes",
|
|
11206
|
+
"type": {
|
|
11207
|
+
"text": "NodeListOf<Element>"
|
|
11208
|
+
},
|
|
11209
|
+
"inheritedFrom": {
|
|
11210
|
+
"name": "InputChoiceGroup",
|
|
11211
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11212
|
+
}
|
|
11213
|
+
},
|
|
11214
|
+
{
|
|
11215
|
+
"kind": "field",
|
|
11216
|
+
"name": "switches",
|
|
11217
|
+
"type": {
|
|
11218
|
+
"text": "NodeListOf<Element>"
|
|
11219
|
+
},
|
|
11220
|
+
"inheritedFrom": {
|
|
11221
|
+
"name": "InputChoiceGroup",
|
|
11222
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11223
|
+
}
|
|
11224
|
+
},
|
|
11225
|
+
{
|
|
11226
|
+
"kind": "field",
|
|
11227
|
+
"name": "inputGroupContextValue",
|
|
11228
|
+
"type": {
|
|
11229
|
+
"text": "InputChoiceGroupContextProps"
|
|
11230
|
+
},
|
|
11231
|
+
"privacy": "public",
|
|
11232
|
+
"default": "{ name: '', required: false, error: undefined, readOnly: false, disabled: false, selectedValue: undefined, updateSelectedValue: this.updateSelectedValue.bind(this), }",
|
|
11309
11233
|
"inheritedFrom": {
|
|
11310
11234
|
"name": "InputChoiceGroup",
|
|
11311
11235
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11312
11236
|
}
|
|
11313
11237
|
},
|
|
11314
11238
|
{
|
|
11239
|
+
"kind": "field",
|
|
11240
|
+
"name": "formAssociated",
|
|
11241
|
+
"type": {
|
|
11242
|
+
"text": "boolean"
|
|
11243
|
+
},
|
|
11244
|
+
"static": true,
|
|
11245
|
+
"default": "true",
|
|
11246
|
+
"inheritedFrom": {
|
|
11247
|
+
"name": "FormField",
|
|
11248
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11249
|
+
}
|
|
11250
|
+
},
|
|
11251
|
+
{
|
|
11252
|
+
"kind": "field",
|
|
11315
11253
|
"name": "id",
|
|
11316
11254
|
"type": {
|
|
11317
11255
|
"text": "string"
|
|
11318
11256
|
},
|
|
11319
11257
|
"default": "''",
|
|
11320
|
-
"
|
|
11258
|
+
"attribute": "id",
|
|
11321
11259
|
"inheritedFrom": {
|
|
11322
11260
|
"name": "FormField",
|
|
11323
11261
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11324
11262
|
}
|
|
11325
11263
|
},
|
|
11326
11264
|
{
|
|
11265
|
+
"kind": "field",
|
|
11327
11266
|
"name": "name",
|
|
11328
11267
|
"type": {
|
|
11329
11268
|
"text": "string"
|
|
11330
11269
|
},
|
|
11331
11270
|
"default": "''",
|
|
11332
|
-
"
|
|
11271
|
+
"attribute": "name",
|
|
11333
11272
|
"inheritedFrom": {
|
|
11334
11273
|
"name": "FormField",
|
|
11335
11274
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11336
11275
|
}
|
|
11337
11276
|
},
|
|
11338
11277
|
{
|
|
11278
|
+
"kind": "field",
|
|
11339
11279
|
"name": "value",
|
|
11340
11280
|
"type": {
|
|
11341
11281
|
"text": "string"
|
|
11342
11282
|
},
|
|
11343
11283
|
"default": "''",
|
|
11344
|
-
"
|
|
11284
|
+
"attribute": "value",
|
|
11345
11285
|
"inheritedFrom": {
|
|
11346
11286
|
"name": "FormField",
|
|
11347
11287
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11348
11288
|
}
|
|
11349
11289
|
},
|
|
11350
11290
|
{
|
|
11291
|
+
"kind": "field",
|
|
11351
11292
|
"name": "validationRules",
|
|
11352
11293
|
"type": {
|
|
11353
11294
|
"text": "Array<FormValidator>"
|
|
11354
11295
|
},
|
|
11355
11296
|
"default": "[]",
|
|
11356
|
-
"
|
|
11297
|
+
"attribute": "validationRules",
|
|
11357
11298
|
"inheritedFrom": {
|
|
11358
11299
|
"name": "FormField",
|
|
11359
11300
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11360
11301
|
}
|
|
11361
11302
|
},
|
|
11362
11303
|
{
|
|
11363
|
-
"
|
|
11304
|
+
"kind": "field",
|
|
11305
|
+
"name": "inputAriaLabel",
|
|
11364
11306
|
"type": {
|
|
11365
11307
|
"text": "string | undefined"
|
|
11366
11308
|
},
|
|
11367
|
-
"
|
|
11309
|
+
"attribute": "input-aria-label",
|
|
11310
|
+
"inheritedFrom": {
|
|
11311
|
+
"name": "FormField",
|
|
11312
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11313
|
+
}
|
|
11314
|
+
},
|
|
11315
|
+
{
|
|
11316
|
+
"kind": "field",
|
|
11317
|
+
"name": "formContext",
|
|
11318
|
+
"type": {
|
|
11319
|
+
"text": "BmFormContext"
|
|
11320
|
+
},
|
|
11321
|
+
"inheritedFrom": {
|
|
11322
|
+
"name": "FormField",
|
|
11323
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11324
|
+
}
|
|
11325
|
+
},
|
|
11326
|
+
{
|
|
11327
|
+
"kind": "method",
|
|
11328
|
+
"name": "formAssociatedCallback",
|
|
11329
|
+
"return": {
|
|
11330
|
+
"type": {
|
|
11331
|
+
"text": "void"
|
|
11332
|
+
}
|
|
11333
|
+
},
|
|
11334
|
+
"inheritedFrom": {
|
|
11335
|
+
"name": "FormField",
|
|
11336
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11337
|
+
}
|
|
11338
|
+
},
|
|
11339
|
+
{
|
|
11340
|
+
"kind": "method",
|
|
11341
|
+
"name": "formResetCallback",
|
|
11342
|
+
"return": {
|
|
11343
|
+
"type": {
|
|
11344
|
+
"text": "void"
|
|
11345
|
+
}
|
|
11346
|
+
},
|
|
11347
|
+
"inheritedFrom": {
|
|
11348
|
+
"name": "FormField",
|
|
11349
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11350
|
+
}
|
|
11351
|
+
},
|
|
11352
|
+
{
|
|
11353
|
+
"kind": "method",
|
|
11354
|
+
"name": "finalizeAssociatedCallback",
|
|
11355
|
+
"return": {
|
|
11356
|
+
"type": {
|
|
11357
|
+
"text": "FinalizeAssociatedResult"
|
|
11358
|
+
}
|
|
11359
|
+
},
|
|
11360
|
+
"parameters": [
|
|
11361
|
+
{
|
|
11362
|
+
"name": "ctxValue",
|
|
11363
|
+
"type": {
|
|
11364
|
+
"text": "string"
|
|
11365
|
+
}
|
|
11366
|
+
}
|
|
11367
|
+
],
|
|
11368
11368
|
"inheritedFrom": {
|
|
11369
11369
|
"name": "FormField",
|
|
11370
11370
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
@@ -11376,18 +11376,18 @@
|
|
|
11376
11376
|
"exports": [
|
|
11377
11377
|
{
|
|
11378
11378
|
"kind": "js",
|
|
11379
|
-
"name": "
|
|
11379
|
+
"name": "BmSwitchGroup",
|
|
11380
11380
|
"declaration": {
|
|
11381
|
-
"name": "
|
|
11382
|
-
"module": "libs/web-components/src/lib/wip/
|
|
11381
|
+
"name": "BmSwitchGroup",
|
|
11382
|
+
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
11383
11383
|
}
|
|
11384
11384
|
},
|
|
11385
11385
|
{
|
|
11386
11386
|
"kind": "custom-element-definition",
|
|
11387
|
-
"name": "bm-
|
|
11387
|
+
"name": "bm-switch-group",
|
|
11388
11388
|
"declaration": {
|
|
11389
|
-
"name": "
|
|
11390
|
-
"module": "libs/web-components/src/lib/wip/
|
|
11389
|
+
"name": "BmSwitchGroup",
|
|
11390
|
+
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
11391
11391
|
}
|
|
11392
11392
|
}
|
|
11393
11393
|
]
|