@m3e/icon-button 1.0.0-rc.1 → 1.0.0-rc.2

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.
Files changed (49) hide show
  1. package/README.md +1 -2
  2. package/dist/custom-elements.json +2915 -12
  3. package/dist/html-custom-data.json +3 -3
  4. package/dist/index.js +2 -1
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.js +1 -1
  7. package/dist/index.min.js.map +1 -1
  8. package/package.json +3 -3
  9. package/cem.config.mjs +0 -16
  10. package/demo/index.html +0 -103
  11. package/dist/src/IconButtonElement.d.ts +0 -316
  12. package/dist/src/IconButtonElement.d.ts.map +0 -1
  13. package/dist/src/IconButtonShape.d.ts +0 -3
  14. package/dist/src/IconButtonShape.d.ts.map +0 -1
  15. package/dist/src/IconButtonSize.d.ts +0 -3
  16. package/dist/src/IconButtonSize.d.ts.map +0 -1
  17. package/dist/src/IconButtonVariant.d.ts +0 -3
  18. package/dist/src/IconButtonVariant.d.ts.map +0 -1
  19. package/dist/src/IconButtonWidth.d.ts +0 -3
  20. package/dist/src/IconButtonWidth.d.ts.map +0 -1
  21. package/dist/src/index.d.ts +0 -6
  22. package/dist/src/index.d.ts.map +0 -1
  23. package/dist/src/styles/IconButtonSizeStyle.d.ts +0 -7
  24. package/dist/src/styles/IconButtonSizeStyle.d.ts.map +0 -1
  25. package/dist/src/styles/IconButtonSizeToken.d.ts +0 -26
  26. package/dist/src/styles/IconButtonSizeToken.d.ts.map +0 -1
  27. package/dist/src/styles/IconButtonStyle.d.ts +0 -7
  28. package/dist/src/styles/IconButtonStyle.d.ts.map +0 -1
  29. package/dist/src/styles/IconButtonVariantStyle.d.ts +0 -7
  30. package/dist/src/styles/IconButtonVariantStyle.d.ts.map +0 -1
  31. package/dist/src/styles/IconButtonVariantToken.d.ts +0 -61
  32. package/dist/src/styles/IconButtonVariantToken.d.ts.map +0 -1
  33. package/dist/src/styles/index.d.ts +0 -4
  34. package/dist/src/styles/index.d.ts.map +0 -1
  35. package/eslint.config.mjs +0 -13
  36. package/rollup.config.js +0 -32
  37. package/src/IconButtonElement.ts +0 -514
  38. package/src/IconButtonShape.ts +0 -2
  39. package/src/IconButtonSize.ts +0 -2
  40. package/src/IconButtonVariant.ts +0 -2
  41. package/src/IconButtonWidth.ts +0 -2
  42. package/src/index.ts +0 -5
  43. package/src/styles/IconButtonSizeStyle.ts +0 -95
  44. package/src/styles/IconButtonSizeToken.ts +0 -215
  45. package/src/styles/IconButtonStyle.ts +0 -184
  46. package/src/styles/IconButtonVariantStyle.ts +0 -123
  47. package/src/styles/IconButtonVariantToken.ts +0 -854
  48. package/src/styles/index.ts +0 -3
  49. package/tsconfig.json +0 -9
@@ -8,7 +8,7 @@
8
8
  "declarations": [
9
9
  {
10
10
  "kind": "class",
11
- "description": "",
11
+ "description": "An icon button users interact with to perform a supplementary action.",
12
12
  "name": "M3eIconButtonElement",
13
13
  "cssProperties": [
14
14
  {
@@ -983,6 +983,279 @@
983
983
  }
984
984
  }
985
985
  ]
986
+ },
987
+ {
988
+ "kind": "field",
989
+ "name": "#keyUpHandler",
990
+ "privacy": "private",
991
+ "readonly": true,
992
+ "inheritedFrom": {
993
+ "name": "KeyboardClick",
994
+ "module": "../core/src/shared/mixins/KeyboardClick.ts"
995
+ }
996
+ },
997
+ {
998
+ "kind": "method",
999
+ "name": "#handleKeyUp",
1000
+ "privacy": "private",
1001
+ "return": {
1002
+ "type": {
1003
+ "text": "void"
1004
+ }
1005
+ },
1006
+ "parameters": [
1007
+ {
1008
+ "name": "e",
1009
+ "type": {
1010
+ "text": "KeyboardEvent"
1011
+ }
1012
+ }
1013
+ ],
1014
+ "inheritedFrom": {
1015
+ "name": "KeyboardClick",
1016
+ "module": "../core/src/shared/mixins/KeyboardClick.ts"
1017
+ }
1018
+ },
1019
+ {
1020
+ "kind": "field",
1021
+ "name": "[_clickHandler]",
1022
+ "privacy": "private",
1023
+ "inheritedFrom": {
1024
+ "name": "FormSubmitter",
1025
+ "module": "../core/src/shared/mixins/FormSubmitter.ts"
1026
+ }
1027
+ },
1028
+ {
1029
+ "kind": "field",
1030
+ "name": "href",
1031
+ "type": {
1032
+ "text": "string"
1033
+ },
1034
+ "default": "\"\"",
1035
+ "description": "The URL to which the link button points.",
1036
+ "attribute": "href",
1037
+ "inheritedFrom": {
1038
+ "name": "LinkButton",
1039
+ "module": "../core/src/shared/mixins/LinkButton.ts"
1040
+ }
1041
+ },
1042
+ {
1043
+ "kind": "field",
1044
+ "name": "target",
1045
+ "type": {
1046
+ "text": "LinkTarget"
1047
+ },
1048
+ "default": "\"\"",
1049
+ "description": "The target of the link button.",
1050
+ "attribute": "target",
1051
+ "inheritedFrom": {
1052
+ "name": "LinkButton",
1053
+ "module": "../core/src/shared/mixins/LinkButton.ts"
1054
+ }
1055
+ },
1056
+ {
1057
+ "kind": "field",
1058
+ "name": "rel",
1059
+ "type": {
1060
+ "text": "string"
1061
+ },
1062
+ "default": "\"\"",
1063
+ "description": "The relationship between the `target` of the link button and the document.",
1064
+ "attribute": "rel",
1065
+ "inheritedFrom": {
1066
+ "name": "LinkButton",
1067
+ "module": "../core/src/shared/mixins/LinkButton.ts"
1068
+ }
1069
+ },
1070
+ {
1071
+ "kind": "field",
1072
+ "name": "download",
1073
+ "type": {
1074
+ "text": "string | null"
1075
+ },
1076
+ "description": "A value indicating whether the `target` of the link button will be downloaded,\r\noptionally specifying the new name of the file.",
1077
+ "default": "null",
1078
+ "attribute": "download",
1079
+ "inheritedFrom": {
1080
+ "name": "LinkButton",
1081
+ "module": "../core/src/shared/mixins/LinkButton.ts"
1082
+ }
1083
+ },
1084
+ {
1085
+ "kind": "method",
1086
+ "name": "#handleLinkPointerDown",
1087
+ "privacy": "private",
1088
+ "return": {
1089
+ "type": {
1090
+ "text": "void"
1091
+ }
1092
+ },
1093
+ "parameters": [
1094
+ {
1095
+ "name": "e",
1096
+ "type": {
1097
+ "text": "PointerEvent"
1098
+ }
1099
+ }
1100
+ ],
1101
+ "inheritedFrom": {
1102
+ "name": "LinkButton",
1103
+ "module": "../core/src/shared/mixins/LinkButton.ts"
1104
+ }
1105
+ },
1106
+ {
1107
+ "kind": "method",
1108
+ "name": "#handleLinkFocus",
1109
+ "privacy": "private",
1110
+ "return": {
1111
+ "type": {
1112
+ "text": "void"
1113
+ }
1114
+ },
1115
+ "parameters": [
1116
+ {
1117
+ "name": "e",
1118
+ "type": {
1119
+ "text": "Event"
1120
+ }
1121
+ }
1122
+ ],
1123
+ "inheritedFrom": {
1124
+ "name": "LinkButton",
1125
+ "module": "../core/src/shared/mixins/LinkButton.ts"
1126
+ }
1127
+ },
1128
+ {
1129
+ "kind": "method",
1130
+ "name": "#handleLinkBlur",
1131
+ "privacy": "private",
1132
+ "return": {
1133
+ "type": {
1134
+ "text": "void"
1135
+ }
1136
+ },
1137
+ "parameters": [
1138
+ {
1139
+ "name": "e",
1140
+ "type": {
1141
+ "text": "Event"
1142
+ }
1143
+ }
1144
+ ],
1145
+ "inheritedFrom": {
1146
+ "name": "LinkButton",
1147
+ "module": "../core/src/shared/mixins/LinkButton.ts"
1148
+ }
1149
+ },
1150
+ {
1151
+ "kind": "field",
1152
+ "name": "name",
1153
+ "description": "The name of the element, submitted as a pair with the element's `value`\r\nas part of form data, when the element is used to submit a form.",
1154
+ "attribute": "name",
1155
+ "inheritedFrom": {
1156
+ "name": "FormSubmitter",
1157
+ "module": "../core/src/shared/mixins/FormSubmitter.ts"
1158
+ }
1159
+ },
1160
+ {
1161
+ "kind": "field",
1162
+ "name": "value",
1163
+ "description": "The value associated with the element's name when it's submitted with form data.",
1164
+ "attribute": "value",
1165
+ "inheritedFrom": {
1166
+ "name": "FormSubmitter",
1167
+ "module": "../core/src/shared/mixins/FormSubmitter.ts"
1168
+ }
1169
+ },
1170
+ {
1171
+ "kind": "field",
1172
+ "name": "type",
1173
+ "type": {
1174
+ "text": "FormSubmitterType"
1175
+ },
1176
+ "default": "\"button\"",
1177
+ "description": "The type of the element.",
1178
+ "attribute": "type",
1179
+ "inheritedFrom": {
1180
+ "name": "FormSubmitter",
1181
+ "module": "../core/src/shared/mixins/FormSubmitter.ts"
1182
+ }
1183
+ },
1184
+ {
1185
+ "kind": "field",
1186
+ "name": "[_tabindex]",
1187
+ "type": {
1188
+ "text": "number"
1189
+ },
1190
+ "privacy": "private",
1191
+ "default": "0",
1192
+ "inheritedFrom": {
1193
+ "name": "Focusable",
1194
+ "module": "../core/src/shared/mixins/Focusable.ts"
1195
+ }
1196
+ },
1197
+ {
1198
+ "kind": "field",
1199
+ "name": "[_suppressedEventHandler]",
1200
+ "privacy": "private",
1201
+ "readonly": true,
1202
+ "inheritedFrom": {
1203
+ "name": "DisabledInteractive",
1204
+ "module": "../core/src/shared/mixins/DisabledInteractive.ts"
1205
+ }
1206
+ },
1207
+ {
1208
+ "kind": "field",
1209
+ "name": "disabledInteractive",
1210
+ "type": {
1211
+ "text": "boolean"
1212
+ },
1213
+ "default": "false",
1214
+ "description": "Whether the element is disabled and interactive.",
1215
+ "attribute": "disabled-interactive",
1216
+ "reflects": true,
1217
+ "inheritedFrom": {
1218
+ "name": "DisabledInteractive",
1219
+ "module": "../core/src/shared/mixins/DisabledInteractive.ts"
1220
+ }
1221
+ },
1222
+ {
1223
+ "kind": "field",
1224
+ "name": "disabled",
1225
+ "type": {
1226
+ "text": "boolean"
1227
+ },
1228
+ "default": "false",
1229
+ "description": "Whether the element is disabled.",
1230
+ "attribute": "disabled",
1231
+ "inheritedFrom": {
1232
+ "name": "Disabled",
1233
+ "module": "../core/src/shared/mixins/Disabled.ts"
1234
+ }
1235
+ },
1236
+ {
1237
+ "kind": "field",
1238
+ "name": "formAssociated",
1239
+ "static": true,
1240
+ "readonly": true,
1241
+ "default": "formAssociated",
1242
+ "description": "Indicates that this custom element participates in form submission, validation, and form state restoration.",
1243
+ "inheritedFrom": {
1244
+ "name": "AttachInternals",
1245
+ "module": "../core/src/shared/mixins/AttachInternals.ts"
1246
+ }
1247
+ },
1248
+ {
1249
+ "kind": "field",
1250
+ "name": "[_internals]",
1251
+ "type": {
1252
+ "text": "ElementInternals | undefined"
1253
+ },
1254
+ "privacy": "private",
1255
+ "inheritedFrom": {
1256
+ "name": "AttachInternals",
1257
+ "module": "../core/src/shared/mixins/AttachInternals.ts"
1258
+ }
986
1259
  }
987
1260
  ],
988
1261
  "events": [
@@ -999,32 +1272,93 @@
999
1272
  "text": "Event"
1000
1273
  },
1001
1274
  "description": "Dispatched when a toggle button's selected state changes."
1275
+ },
1276
+ {
1277
+ "name": "click",
1278
+ "type": {
1279
+ "text": "MouseEvent"
1280
+ },
1281
+ "description": "Emitted when the element is clicked.",
1282
+ "inheritedFrom": {
1283
+ "name": "LinkButton",
1284
+ "module": "../core/src/shared/mixins/LinkButton.ts"
1285
+ }
1002
1286
  }
1003
1287
  ],
1004
1288
  "attributes": [
1005
1289
  {
1290
+ "name": "disabled",
1291
+ "type": {
1292
+ "text": "boolean"
1293
+ },
1294
+ "default": "false",
1006
1295
  "description": "Whether the element is disabled.",
1007
- "name": "disabled"
1296
+ "fieldName": "disabled",
1297
+ "inheritedFrom": {
1298
+ "name": "Disabled",
1299
+ "module": "../core/src/shared/mixins/Disabled.ts"
1300
+ }
1008
1301
  },
1009
1302
  {
1303
+ "name": "disabled-interactive",
1304
+ "type": {
1305
+ "text": "boolean"
1306
+ },
1307
+ "default": "false",
1010
1308
  "description": "Whether the element is disabled and interactive.",
1011
- "name": "disabled-interactive"
1309
+ "fieldName": "disabledInteractive",
1310
+ "inheritedFrom": {
1311
+ "name": "DisabledInteractive",
1312
+ "module": "../core/src/shared/mixins/DisabledInteractive.ts"
1313
+ }
1012
1314
  },
1013
1315
  {
1316
+ "name": "download",
1317
+ "type": {
1318
+ "text": "string | null"
1319
+ },
1014
1320
  "description": "A value indicating whether the `target` of the link button will be downloaded, optionally specifying the new name of the file.",
1015
- "name": "download"
1321
+ "default": "null",
1322
+ "fieldName": "download",
1323
+ "inheritedFrom": {
1324
+ "name": "LinkButton",
1325
+ "module": "../core/src/shared/mixins/LinkButton.ts"
1326
+ }
1016
1327
  },
1017
1328
  {
1329
+ "name": "href",
1330
+ "type": {
1331
+ "text": "string"
1332
+ },
1333
+ "default": "\"\"",
1018
1334
  "description": "The URL to which the link button points.",
1019
- "name": "href"
1335
+ "fieldName": "href",
1336
+ "inheritedFrom": {
1337
+ "name": "LinkButton",
1338
+ "module": "../core/src/shared/mixins/LinkButton.ts"
1339
+ }
1020
1340
  },
1021
1341
  {
1342
+ "name": "name",
1022
1343
  "description": "The name of the element, submitted as a pair with the element's `value` as part of form data, when the element is used to submit a form.",
1023
- "name": "name"
1344
+ "fieldName": "name",
1345
+ "inheritedFrom": {
1346
+ "name": "FormSubmitter",
1347
+ "module": "../core/src/shared/mixins/FormSubmitter.ts"
1348
+ }
1024
1349
  },
1025
1350
  {
1351
+ "name": "rel",
1352
+ "type": {
1353
+ "text": "string"
1354
+ },
1355
+ "default": "\"\"",
1026
1356
  "description": "The relationship between the `target` of the link button and the document.",
1027
- "name": "rel"
1357
+ "fieldName": "rel",
1358
+ "inheritedFrom": {
1359
+ "name": "LinkButton",
1360
+ "module": "../core/src/shared/mixins/LinkButton.ts"
1361
+ }
1028
1362
  },
1029
1363
  {
1030
1364
  "description": "Whether the toggle button is selected.",
@@ -1054,8 +1388,17 @@
1054
1388
  "fieldName": "size"
1055
1389
  },
1056
1390
  {
1391
+ "name": "target",
1392
+ "type": {
1393
+ "text": "LinkTarget"
1394
+ },
1395
+ "default": "\"\"",
1057
1396
  "description": "The target of the link button.",
1058
- "name": "target"
1397
+ "fieldName": "target",
1398
+ "inheritedFrom": {
1399
+ "name": "LinkButton",
1400
+ "module": "../core/src/shared/mixins/LinkButton.ts"
1401
+ }
1059
1402
  },
1060
1403
  {
1061
1404
  "description": "Whether the button will toggle between selected and unselected states.",
@@ -1067,12 +1410,26 @@
1067
1410
  "fieldName": "toggle"
1068
1411
  },
1069
1412
  {
1413
+ "name": "type",
1414
+ "type": {
1415
+ "text": "FormSubmitterType"
1416
+ },
1417
+ "default": "\"button\"",
1070
1418
  "description": "The type of the element.",
1071
- "name": "type"
1419
+ "fieldName": "type",
1420
+ "inheritedFrom": {
1421
+ "name": "FormSubmitter",
1422
+ "module": "../core/src/shared/mixins/FormSubmitter.ts"
1423
+ }
1072
1424
  },
1073
1425
  {
1426
+ "name": "value",
1074
1427
  "description": "The value associated with the element's name when it's submitted with form data.",
1075
- "name": "value"
1428
+ "fieldName": "value",
1429
+ "inheritedFrom": {
1430
+ "name": "FormSubmitter",
1431
+ "module": "../core/src/shared/mixins/FormSubmitter.ts"
1432
+ }
1076
1433
  },
1077
1434
  {
1078
1435
  "description": "The appearance variant of the button.",
@@ -1132,8 +1489,7 @@
1132
1489
  "package": "lit"
1133
1490
  },
1134
1491
  "tagName": "m3e-icon-button",
1135
- "customElement": true,
1136
- "summary": "An icon button users interact with to perform a supplementary action."
1492
+ "customElement": true
1137
1493
  }
1138
1494
  ],
1139
1495
  "exports": [
@@ -1286,6 +1642,2553 @@
1286
1642
  }
1287
1643
  }
1288
1644
  ]
1645
+ },
1646
+ {
1647
+ "kind": "javascript-module",
1648
+ "path": "../core/src/shared/mixins/AttachInternals.ts",
1649
+ "declarations": [
1650
+ {
1651
+ "kind": "variable",
1652
+ "name": "internals",
1653
+ "description": "A symbol through which to access the `ElementInternals` attached to an element."
1654
+ },
1655
+ {
1656
+ "kind": "function",
1657
+ "name": "isAttachInternalsMixin",
1658
+ "return": {
1659
+ "type": {
1660
+ "text": ""
1661
+ }
1662
+ },
1663
+ "parameters": [
1664
+ {
1665
+ "name": "value",
1666
+ "type": {
1667
+ "text": "unknown"
1668
+ },
1669
+ "description": "The value to test."
1670
+ }
1671
+ ],
1672
+ "description": "Determines whether a value is an `AttachInternalsMixin`."
1673
+ },
1674
+ {
1675
+ "kind": "mixin",
1676
+ "description": "Mixin to augment an element with behavior that attaches to `ElementInternals`.",
1677
+ "name": "AttachInternals",
1678
+ "members": [
1679
+ {
1680
+ "kind": "field",
1681
+ "name": "formAssociated",
1682
+ "static": true,
1683
+ "readonly": true,
1684
+ "default": "formAssociated",
1685
+ "description": "Indicates that this custom element participates in form submission, validation, and form state restoration."
1686
+ },
1687
+ {
1688
+ "kind": "field",
1689
+ "name": "[_internals]",
1690
+ "type": {
1691
+ "text": "ElementInternals | undefined"
1692
+ },
1693
+ "privacy": "private"
1694
+ }
1695
+ ],
1696
+ "parameters": [
1697
+ {
1698
+ "name": "base",
1699
+ "type": {
1700
+ "text": "T"
1701
+ },
1702
+ "description": "The base class."
1703
+ },
1704
+ {
1705
+ "name": "formAssociated",
1706
+ "optional": true,
1707
+ "type": {
1708
+ "text": "boolean | undefined"
1709
+ },
1710
+ "description": "Whether the element is \"Form Associated\"."
1711
+ }
1712
+ ]
1713
+ }
1714
+ ],
1715
+ "exports": [
1716
+ {
1717
+ "kind": "js",
1718
+ "name": "internals",
1719
+ "declaration": {
1720
+ "name": "internals",
1721
+ "module": "../core/src/shared/mixins/AttachInternals.ts"
1722
+ }
1723
+ },
1724
+ {
1725
+ "kind": "js",
1726
+ "name": "isAttachInternalsMixin",
1727
+ "declaration": {
1728
+ "name": "isAttachInternalsMixin",
1729
+ "module": "../core/src/shared/mixins/AttachInternals.ts"
1730
+ }
1731
+ },
1732
+ {
1733
+ "kind": "js",
1734
+ "name": "AttachInternals",
1735
+ "declaration": {
1736
+ "name": "AttachInternals",
1737
+ "module": "../core/src/shared/mixins/AttachInternals.ts"
1738
+ }
1739
+ }
1740
+ ]
1741
+ },
1742
+ {
1743
+ "kind": "javascript-module",
1744
+ "path": "../core/src/shared/mixins/Checked.ts",
1745
+ "declarations": [
1746
+ {
1747
+ "kind": "function",
1748
+ "name": "isCheckedMixin",
1749
+ "return": {
1750
+ "type": {
1751
+ "text": ""
1752
+ }
1753
+ },
1754
+ "parameters": [
1755
+ {
1756
+ "name": "value",
1757
+ "type": {
1758
+ "text": "unknown"
1759
+ },
1760
+ "description": "The value to test."
1761
+ }
1762
+ ],
1763
+ "description": "Determines whether a value is a `CheckedMixin`."
1764
+ },
1765
+ {
1766
+ "kind": "mixin",
1767
+ "description": "Mixin to augment an element with behavior that supports a checked state.",
1768
+ "name": "Checked",
1769
+ "members": [
1770
+ {
1771
+ "kind": "field",
1772
+ "name": "checked",
1773
+ "type": {
1774
+ "text": "boolean"
1775
+ },
1776
+ "default": "false",
1777
+ "description": "Whether the element is checked.",
1778
+ "attribute": "checked",
1779
+ "reflects": true
1780
+ }
1781
+ ],
1782
+ "attributes": [
1783
+ {
1784
+ "name": "checked",
1785
+ "type": {
1786
+ "text": "boolean"
1787
+ },
1788
+ "default": "false",
1789
+ "description": "Whether the element is checked.",
1790
+ "fieldName": "checked"
1791
+ }
1792
+ ],
1793
+ "parameters": [
1794
+ {
1795
+ "name": "base",
1796
+ "type": {
1797
+ "text": "T"
1798
+ },
1799
+ "description": "The base class."
1800
+ }
1801
+ ]
1802
+ }
1803
+ ],
1804
+ "exports": [
1805
+ {
1806
+ "kind": "js",
1807
+ "name": "isCheckedMixin",
1808
+ "declaration": {
1809
+ "name": "isCheckedMixin",
1810
+ "module": "../core/src/shared/mixins/Checked.ts"
1811
+ }
1812
+ },
1813
+ {
1814
+ "kind": "js",
1815
+ "name": "Checked",
1816
+ "declaration": {
1817
+ "name": "Checked",
1818
+ "module": "../core/src/shared/mixins/Checked.ts"
1819
+ }
1820
+ }
1821
+ ]
1822
+ },
1823
+ {
1824
+ "kind": "javascript-module",
1825
+ "path": "../core/src/shared/mixins/CheckedIndeterminate.ts",
1826
+ "declarations": [
1827
+ {
1828
+ "kind": "function",
1829
+ "name": "isCheckedIndeterminateMixin",
1830
+ "return": {
1831
+ "type": {
1832
+ "text": ""
1833
+ }
1834
+ },
1835
+ "parameters": [
1836
+ {
1837
+ "name": "value",
1838
+ "type": {
1839
+ "text": "unknown"
1840
+ },
1841
+ "description": "The value to test."
1842
+ }
1843
+ ],
1844
+ "description": "Determines whether a value is a `CheckedIndeterminateMixin`."
1845
+ },
1846
+ {
1847
+ "kind": "mixin",
1848
+ "description": "Mixin to augment an element with behavior that supports a mixed checked state.",
1849
+ "name": "CheckedIndeterminate",
1850
+ "members": [
1851
+ {
1852
+ "kind": "field",
1853
+ "name": "indeterminate",
1854
+ "type": {
1855
+ "text": "boolean"
1856
+ },
1857
+ "default": "false",
1858
+ "description": "Whether the element's checked state is indeterminate.",
1859
+ "attribute": "indeterminate",
1860
+ "reflects": true
1861
+ },
1862
+ {
1863
+ "kind": "field",
1864
+ "name": "checked",
1865
+ "type": {
1866
+ "text": "boolean"
1867
+ },
1868
+ "default": "false",
1869
+ "description": "Whether the element is checked.",
1870
+ "attribute": "checked",
1871
+ "reflects": true,
1872
+ "inheritedFrom": {
1873
+ "name": "Checked",
1874
+ "module": "../core/src/shared/mixins/Checked.ts"
1875
+ }
1876
+ }
1877
+ ],
1878
+ "attributes": [
1879
+ {
1880
+ "name": "indeterminate",
1881
+ "type": {
1882
+ "text": "boolean"
1883
+ },
1884
+ "default": "false",
1885
+ "description": "Whether the element's checked state is indeterminate.",
1886
+ "fieldName": "indeterminate"
1887
+ },
1888
+ {
1889
+ "name": "checked",
1890
+ "type": {
1891
+ "text": "boolean"
1892
+ },
1893
+ "default": "false",
1894
+ "description": "Whether the element is checked.",
1895
+ "fieldName": "checked",
1896
+ "inheritedFrom": {
1897
+ "name": "Checked",
1898
+ "module": "../core/src/shared/mixins/Checked.ts"
1899
+ }
1900
+ }
1901
+ ],
1902
+ "mixins": [
1903
+ {
1904
+ "name": "Checked",
1905
+ "module": "/core/src/shared/mixins/Checked"
1906
+ }
1907
+ ],
1908
+ "parameters": [
1909
+ {
1910
+ "name": "base",
1911
+ "type": {
1912
+ "text": "T"
1913
+ },
1914
+ "description": "The base class."
1915
+ }
1916
+ ]
1917
+ }
1918
+ ],
1919
+ "exports": [
1920
+ {
1921
+ "kind": "js",
1922
+ "name": "isCheckedIndeterminateMixin",
1923
+ "declaration": {
1924
+ "name": "isCheckedIndeterminateMixin",
1925
+ "module": "../core/src/shared/mixins/CheckedIndeterminate.ts"
1926
+ }
1927
+ },
1928
+ {
1929
+ "kind": "js",
1930
+ "name": "CheckedIndeterminate",
1931
+ "declaration": {
1932
+ "name": "CheckedIndeterminate",
1933
+ "module": "../core/src/shared/mixins/CheckedIndeterminate.ts"
1934
+ }
1935
+ }
1936
+ ]
1937
+ },
1938
+ {
1939
+ "kind": "javascript-module",
1940
+ "path": "../core/src/shared/mixins/CheckedOrSelected.ts",
1941
+ "declarations": [
1942
+ {
1943
+ "kind": "function",
1944
+ "name": "isCheckedOrSelectedMixin",
1945
+ "return": {
1946
+ "type": {
1947
+ "text": ""
1948
+ }
1949
+ },
1950
+ "parameters": [
1951
+ {
1952
+ "name": "value",
1953
+ "type": {
1954
+ "text": "unknown"
1955
+ },
1956
+ "description": "The value to test."
1957
+ }
1958
+ ],
1959
+ "description": "Determines whether a value is a `CheckedOrSelectedMixin`."
1960
+ },
1961
+ {
1962
+ "kind": "function",
1963
+ "name": "isCheckedOrSelected",
1964
+ "return": {
1965
+ "type": {
1966
+ "text": "boolean"
1967
+ }
1968
+ },
1969
+ "parameters": [
1970
+ {
1971
+ "name": "element",
1972
+ "type": {
1973
+ "text": "CheckedOrSelectedMixin"
1974
+ },
1975
+ "description": "The element to test."
1976
+ }
1977
+ ],
1978
+ "description": "Determines whether the state of an element is checked or selected."
1979
+ },
1980
+ {
1981
+ "kind": "function",
1982
+ "name": "checkOrSelect",
1983
+ "return": {
1984
+ "type": {
1985
+ "text": "void"
1986
+ }
1987
+ },
1988
+ "parameters": [
1989
+ {
1990
+ "name": "element",
1991
+ "type": {
1992
+ "text": "CheckedOrSelectedMixin"
1993
+ },
1994
+ "description": "The element for which to set the checked or selected state."
1995
+ },
1996
+ {
1997
+ "name": "checkedOrSelected",
1998
+ "type": {
1999
+ "text": "boolean"
2000
+ },
2001
+ "description": "The checked or selected state."
2002
+ }
2003
+ ],
2004
+ "description": "Sets the checked or selected state of an element."
2005
+ }
2006
+ ],
2007
+ "exports": [
2008
+ {
2009
+ "kind": "js",
2010
+ "name": "isCheckedOrSelectedMixin",
2011
+ "declaration": {
2012
+ "name": "isCheckedOrSelectedMixin",
2013
+ "module": "../core/src/shared/mixins/CheckedOrSelected.ts"
2014
+ }
2015
+ },
2016
+ {
2017
+ "kind": "js",
2018
+ "name": "isCheckedOrSelected",
2019
+ "declaration": {
2020
+ "name": "isCheckedOrSelected",
2021
+ "module": "../core/src/shared/mixins/CheckedOrSelected.ts"
2022
+ }
2023
+ },
2024
+ {
2025
+ "kind": "js",
2026
+ "name": "checkOrSelect",
2027
+ "declaration": {
2028
+ "name": "checkOrSelect",
2029
+ "module": "../core/src/shared/mixins/CheckedOrSelected.ts"
2030
+ }
2031
+ }
2032
+ ]
2033
+ },
2034
+ {
2035
+ "kind": "javascript-module",
2036
+ "path": "../core/src/shared/mixins/ConstraintValidation.ts",
2037
+ "declarations": [
2038
+ {
2039
+ "kind": "variable",
2040
+ "name": "validate",
2041
+ "description": "A symbol through which a \"Form Associated\" custom element validates its current state."
2042
+ },
2043
+ {
2044
+ "kind": "function",
2045
+ "name": "isConstraintValidationMixin",
2046
+ "return": {
2047
+ "type": {
2048
+ "text": ""
2049
+ }
2050
+ },
2051
+ "parameters": [
2052
+ {
2053
+ "name": "value",
2054
+ "type": {
2055
+ "text": "unknown"
2056
+ },
2057
+ "description": "The value to test."
2058
+ }
2059
+ ],
2060
+ "description": "Determines whether a value is a `ConstraintValidationMixin`."
2061
+ },
2062
+ {
2063
+ "kind": "mixin",
2064
+ "description": "Mixin to augment an element with \"Form Associated\" behavior that supports constraint validation.",
2065
+ "name": "ConstraintValidation",
2066
+ "members": [
2067
+ {
2068
+ "kind": "field",
2069
+ "name": "[_validityMessage]",
2070
+ "type": {
2071
+ "text": "string | undefined"
2072
+ },
2073
+ "privacy": "private"
2074
+ },
2075
+ {
2076
+ "kind": "field",
2077
+ "name": "willValidate",
2078
+ "type": {
2079
+ "text": "boolean"
2080
+ },
2081
+ "description": "Whether the element is a submittable element that is a candidate for constraint validation.",
2082
+ "readonly": true
2083
+ },
2084
+ {
2085
+ "kind": "field",
2086
+ "name": "validity",
2087
+ "type": {
2088
+ "text": "ValidityState"
2089
+ },
2090
+ "description": "The validity state of the element.",
2091
+ "readonly": true
2092
+ },
2093
+ {
2094
+ "kind": "field",
2095
+ "name": "validationMessage",
2096
+ "type": {
2097
+ "text": "string"
2098
+ },
2099
+ "description": "The error message that would be displayed if the user submits the form, or an empty string if no error message.",
2100
+ "readonly": true
2101
+ },
2102
+ {
2103
+ "kind": "method",
2104
+ "name": "reportValidity",
2105
+ "return": {
2106
+ "type": {
2107
+ "text": "boolean"
2108
+ }
2109
+ },
2110
+ "description": "Returns `true` if the element has no validity problems; otherwise, returns `false`, fires\r\nan invalid event, and (if the event isn't canceled) reports the problem to the user."
2111
+ },
2112
+ {
2113
+ "kind": "method",
2114
+ "name": "checkValidity",
2115
+ "return": {
2116
+ "type": {
2117
+ "text": "boolean"
2118
+ }
2119
+ },
2120
+ "description": "Returns `true` if the element has no validity problems; otherwise,\r\nreturns `false`, fires an invalid event."
2121
+ },
2122
+ {
2123
+ "kind": "method",
2124
+ "name": "setCustomValidity",
2125
+ "return": {
2126
+ "type": {
2127
+ "text": "void"
2128
+ }
2129
+ },
2130
+ "parameters": [
2131
+ {
2132
+ "name": "error",
2133
+ "type": {
2134
+ "text": "string"
2135
+ },
2136
+ "description": "The message to use for validity errors."
2137
+ }
2138
+ ],
2139
+ "description": "Sets a custom validity message for the element."
2140
+ },
2141
+ {
2142
+ "kind": "method",
2143
+ "name": "[_updateValidity]",
2144
+ "privacy": "private",
2145
+ "return": {
2146
+ "type": {
2147
+ "text": "void"
2148
+ }
2149
+ }
2150
+ },
2151
+ {
2152
+ "kind": "method",
2153
+ "name": "#getNativeMessage",
2154
+ "privacy": "private",
2155
+ "return": {
2156
+ "type": {
2157
+ "text": "string"
2158
+ }
2159
+ },
2160
+ "parameters": [
2161
+ {
2162
+ "name": "flags",
2163
+ "type": {
2164
+ "text": "ValidityStateFlags"
2165
+ }
2166
+ }
2167
+ ]
2168
+ }
2169
+ ],
2170
+ "parameters": [
2171
+ {
2172
+ "name": "base",
2173
+ "type": {
2174
+ "text": "T"
2175
+ },
2176
+ "description": "The base class."
2177
+ }
2178
+ ]
2179
+ }
2180
+ ],
2181
+ "exports": [
2182
+ {
2183
+ "kind": "js",
2184
+ "name": "validate",
2185
+ "declaration": {
2186
+ "name": "validate",
2187
+ "module": "../core/src/shared/mixins/ConstraintValidation.ts"
2188
+ }
2189
+ },
2190
+ {
2191
+ "kind": "js",
2192
+ "name": "isConstraintValidationMixin",
2193
+ "declaration": {
2194
+ "name": "isConstraintValidationMixin",
2195
+ "module": "../core/src/shared/mixins/ConstraintValidation.ts"
2196
+ }
2197
+ },
2198
+ {
2199
+ "kind": "js",
2200
+ "name": "ConstraintValidation",
2201
+ "declaration": {
2202
+ "name": "ConstraintValidation",
2203
+ "module": "../core/src/shared/mixins/ConstraintValidation.ts"
2204
+ }
2205
+ }
2206
+ ]
2207
+ },
2208
+ {
2209
+ "kind": "javascript-module",
2210
+ "path": "../core/src/shared/mixins/Constructor.ts",
2211
+ "declarations": [],
2212
+ "exports": []
2213
+ },
2214
+ {
2215
+ "kind": "javascript-module",
2216
+ "path": "../core/src/shared/mixins/Dirty.ts",
2217
+ "declarations": [
2218
+ {
2219
+ "kind": "function",
2220
+ "name": "isDirtyMixin",
2221
+ "return": {
2222
+ "type": {
2223
+ "text": ""
2224
+ }
2225
+ },
2226
+ "parameters": [
2227
+ {
2228
+ "name": "value",
2229
+ "type": {
2230
+ "text": "unknown"
2231
+ },
2232
+ "description": "The value to test."
2233
+ }
2234
+ ],
2235
+ "description": "Determines whether a value is a `DirtyMixin`."
2236
+ },
2237
+ {
2238
+ "kind": "mixin",
2239
+ "description": "Mixin to augment an element with functionality used to mark it as dirty.",
2240
+ "name": "Dirty",
2241
+ "members": [
2242
+ {
2243
+ "kind": "field",
2244
+ "name": "[_eventHandler]",
2245
+ "privacy": "private"
2246
+ },
2247
+ {
2248
+ "kind": "field",
2249
+ "name": "dirty",
2250
+ "type": {
2251
+ "text": "boolean"
2252
+ },
2253
+ "description": "Whether the user has modified the value of the element.",
2254
+ "readonly": true
2255
+ },
2256
+ {
2257
+ "kind": "field",
2258
+ "name": "pristine",
2259
+ "type": {
2260
+ "text": "boolean"
2261
+ },
2262
+ "description": "Whether the user has not modified the value of the element.",
2263
+ "readonly": true
2264
+ },
2265
+ {
2266
+ "kind": "method",
2267
+ "name": "markAsPristine",
2268
+ "return": {
2269
+ "type": {
2270
+ "text": "void"
2271
+ }
2272
+ },
2273
+ "description": "Marks the element as pristine."
2274
+ },
2275
+ {
2276
+ "kind": "method",
2277
+ "name": "markAsDirty",
2278
+ "return": {
2279
+ "type": {
2280
+ "text": "void"
2281
+ }
2282
+ },
2283
+ "description": "Marks the element as dirty."
2284
+ }
2285
+ ],
2286
+ "parameters": [
2287
+ {
2288
+ "name": "base",
2289
+ "type": {
2290
+ "text": "T"
2291
+ },
2292
+ "description": "The base class."
2293
+ }
2294
+ ]
2295
+ }
2296
+ ],
2297
+ "exports": [
2298
+ {
2299
+ "kind": "js",
2300
+ "name": "isDirtyMixin",
2301
+ "declaration": {
2302
+ "name": "isDirtyMixin",
2303
+ "module": "../core/src/shared/mixins/Dirty.ts"
2304
+ }
2305
+ },
2306
+ {
2307
+ "kind": "js",
2308
+ "name": "Dirty",
2309
+ "declaration": {
2310
+ "name": "Dirty",
2311
+ "module": "../core/src/shared/mixins/Dirty.ts"
2312
+ }
2313
+ }
2314
+ ]
2315
+ },
2316
+ {
2317
+ "kind": "javascript-module",
2318
+ "path": "../core/src/shared/mixins/Disabled.ts",
2319
+ "declarations": [
2320
+ {
2321
+ "kind": "function",
2322
+ "name": "isDisabledMixin",
2323
+ "return": {
2324
+ "type": {
2325
+ "text": "value is DisabledMixin"
2326
+ }
2327
+ },
2328
+ "parameters": [
2329
+ {
2330
+ "name": "value",
2331
+ "type": {
2332
+ "text": "unknown"
2333
+ },
2334
+ "description": "The value to test."
2335
+ }
2336
+ ],
2337
+ "description": "Determines whether a value is a `DisabledMixin`."
2338
+ },
2339
+ {
2340
+ "kind": "mixin",
2341
+ "description": "Mixin to augment an element with behavior that supports a disabled state.",
2342
+ "name": "Disabled",
2343
+ "members": [
2344
+ {
2345
+ "kind": "field",
2346
+ "name": "disabled",
2347
+ "type": {
2348
+ "text": "boolean"
2349
+ },
2350
+ "default": "false",
2351
+ "description": "Whether the element is disabled.",
2352
+ "attribute": "disabled"
2353
+ }
2354
+ ],
2355
+ "attributes": [
2356
+ {
2357
+ "name": "disabled",
2358
+ "type": {
2359
+ "text": "boolean"
2360
+ },
2361
+ "default": "false",
2362
+ "description": "Whether the element is disabled.",
2363
+ "fieldName": "disabled"
2364
+ }
2365
+ ],
2366
+ "parameters": [
2367
+ {
2368
+ "name": "base",
2369
+ "type": {
2370
+ "text": "T"
2371
+ },
2372
+ "description": "The base class."
2373
+ },
2374
+ {
2375
+ "name": "reflect",
2376
+ "default": "true",
2377
+ "type": {
2378
+ "text": "boolean"
2379
+ },
2380
+ "description": "Whether the disabled property is reflected as an attribute.",
2381
+ "optional": true
2382
+ }
2383
+ ]
2384
+ }
2385
+ ],
2386
+ "exports": [
2387
+ {
2388
+ "kind": "js",
2389
+ "name": "isDisabledMixin",
2390
+ "declaration": {
2391
+ "name": "isDisabledMixin",
2392
+ "module": "../core/src/shared/mixins/Disabled.ts"
2393
+ }
2394
+ },
2395
+ {
2396
+ "kind": "js",
2397
+ "name": "Disabled",
2398
+ "declaration": {
2399
+ "name": "Disabled",
2400
+ "module": "../core/src/shared/mixins/Disabled.ts"
2401
+ }
2402
+ }
2403
+ ]
2404
+ },
2405
+ {
2406
+ "kind": "javascript-module",
2407
+ "path": "../core/src/shared/mixins/DisabledInteractive.ts",
2408
+ "declarations": [
2409
+ {
2410
+ "kind": "function",
2411
+ "name": "isDisabledInteractiveMixin",
2412
+ "return": {
2413
+ "type": {
2414
+ "text": "value is DisabledInteractiveMixin"
2415
+ }
2416
+ },
2417
+ "parameters": [
2418
+ {
2419
+ "name": "value",
2420
+ "type": {
2421
+ "text": "unknown"
2422
+ },
2423
+ "description": "The value to test."
2424
+ }
2425
+ ],
2426
+ "description": "Determines whether a value is a `DisabledInteractiveMixin`."
2427
+ },
2428
+ {
2429
+ "kind": "mixin",
2430
+ "description": "Mixin to augment an element with behavior that supports an interactive disabled state.",
2431
+ "name": "DisabledInteractive",
2432
+ "members": [
2433
+ {
2434
+ "kind": "field",
2435
+ "name": "[_suppressedEventHandler]",
2436
+ "privacy": "private",
2437
+ "readonly": true
2438
+ },
2439
+ {
2440
+ "kind": "field",
2441
+ "name": "disabledInteractive",
2442
+ "type": {
2443
+ "text": "boolean"
2444
+ },
2445
+ "default": "false",
2446
+ "description": "Whether the element is disabled and interactive.",
2447
+ "attribute": "disabled-interactive",
2448
+ "reflects": true
2449
+ }
2450
+ ],
2451
+ "attributes": [
2452
+ {
2453
+ "name": "disabled-interactive",
2454
+ "type": {
2455
+ "text": "boolean"
2456
+ },
2457
+ "default": "false",
2458
+ "description": "Whether the element is disabled and interactive.",
2459
+ "fieldName": "disabledInteractive"
2460
+ }
2461
+ ],
2462
+ "parameters": [
2463
+ {
2464
+ "name": "base",
2465
+ "type": {
2466
+ "text": "T"
2467
+ },
2468
+ "description": "The base class."
2469
+ }
2470
+ ]
2471
+ }
2472
+ ],
2473
+ "exports": [
2474
+ {
2475
+ "kind": "js",
2476
+ "name": "isDisabledInteractiveMixin",
2477
+ "declaration": {
2478
+ "name": "isDisabledInteractiveMixin",
2479
+ "module": "../core/src/shared/mixins/DisabledInteractive.ts"
2480
+ }
2481
+ },
2482
+ {
2483
+ "kind": "js",
2484
+ "name": "DisabledInteractive",
2485
+ "declaration": {
2486
+ "name": "DisabledInteractive",
2487
+ "module": "../core/src/shared/mixins/DisabledInteractive.ts"
2488
+ }
2489
+ }
2490
+ ]
2491
+ },
2492
+ {
2493
+ "kind": "javascript-module",
2494
+ "path": "../core/src/shared/mixins/EventAttribute.ts",
2495
+ "declarations": [
2496
+ {
2497
+ "kind": "mixin",
2498
+ "description": "Mixin that adds support for custom event attributes.",
2499
+ "name": "EventAttribute",
2500
+ "members": [
2501
+ {
2502
+ "kind": "method",
2503
+ "name": "dispatchEvent",
2504
+ "return": {
2505
+ "type": {
2506
+ "text": "boolean"
2507
+ }
2508
+ },
2509
+ "parameters": [
2510
+ {
2511
+ "name": "event",
2512
+ "type": {
2513
+ "text": "Event"
2514
+ }
2515
+ }
2516
+ ]
2517
+ }
2518
+ ],
2519
+ "parameters": [
2520
+ {
2521
+ "name": "base",
2522
+ "type": {
2523
+ "text": "T"
2524
+ },
2525
+ "description": "The base class from which to inherit."
2526
+ },
2527
+ {
2528
+ "name": "types",
2529
+ "type": {
2530
+ "text": "string[]"
2531
+ },
2532
+ "description": "The types of event attributes."
2533
+ }
2534
+ ]
2535
+ }
2536
+ ],
2537
+ "exports": [
2538
+ {
2539
+ "kind": "js",
2540
+ "name": "EventAttribute",
2541
+ "declaration": {
2542
+ "name": "EventAttribute",
2543
+ "module": "../core/src/shared/mixins/EventAttribute.ts"
2544
+ }
2545
+ }
2546
+ ]
2547
+ },
2548
+ {
2549
+ "kind": "javascript-module",
2550
+ "path": "../core/src/shared/mixins/Focusable.ts",
2551
+ "declarations": [
2552
+ {
2553
+ "kind": "mixin",
2554
+ "description": "Mixin to augment an element with behavior that supports a focused state.",
2555
+ "name": "Focusable",
2556
+ "members": [
2557
+ {
2558
+ "kind": "field",
2559
+ "name": "[_tabindex]",
2560
+ "type": {
2561
+ "text": "number"
2562
+ },
2563
+ "privacy": "private",
2564
+ "default": "0"
2565
+ }
2566
+ ],
2567
+ "parameters": [
2568
+ {
2569
+ "name": "base",
2570
+ "type": {
2571
+ "text": "T"
2572
+ },
2573
+ "description": "The base class."
2574
+ }
2575
+ ]
2576
+ }
2577
+ ],
2578
+ "exports": [
2579
+ {
2580
+ "kind": "js",
2581
+ "name": "Focusable",
2582
+ "declaration": {
2583
+ "name": "Focusable",
2584
+ "module": "../core/src/shared/mixins/Focusable.ts"
2585
+ }
2586
+ }
2587
+ ]
2588
+ },
2589
+ {
2590
+ "kind": "javascript-module",
2591
+ "path": "../core/src/shared/mixins/FormAssociated.ts",
2592
+ "declarations": [
2593
+ {
2594
+ "kind": "variable",
2595
+ "name": "formValue",
2596
+ "description": "A symbol through which a \"Form Associated\" custom element provides a value for a form."
2597
+ },
2598
+ {
2599
+ "kind": "variable",
2600
+ "name": "defaultValue",
2601
+ "description": "A symbol through which a \"Form Associated\" custom element provides a default value for resetting a form."
2602
+ },
2603
+ {
2604
+ "kind": "function",
2605
+ "name": "isFormAssociatedMixin",
2606
+ "return": {
2607
+ "type": {
2608
+ "text": ""
2609
+ }
2610
+ },
2611
+ "parameters": [
2612
+ {
2613
+ "name": "value",
2614
+ "type": {
2615
+ "text": "unknown"
2616
+ },
2617
+ "description": "The value to test."
2618
+ }
2619
+ ],
2620
+ "description": "Determines whether a value is a `FormAssociatedMixin`."
2621
+ },
2622
+ {
2623
+ "kind": "mixin",
2624
+ "description": "Mixin to augment an element with \"Form Associated\" behavior.",
2625
+ "name": "FormAssociated",
2626
+ "members": [
2627
+ {
2628
+ "kind": "field",
2629
+ "name": "formAssociated",
2630
+ "type": {
2631
+ "text": "boolean"
2632
+ },
2633
+ "static": true,
2634
+ "readonly": true,
2635
+ "default": "true",
2636
+ "description": "Indicates that this custom element participates in form submission, validation, and form state restoration."
2637
+ },
2638
+ {
2639
+ "kind": "field",
2640
+ "name": "[_defaultValue]",
2641
+ "type": {
2642
+ "text": "unknown"
2643
+ },
2644
+ "privacy": "private"
2645
+ },
2646
+ {
2647
+ "kind": "field",
2648
+ "name": "[_defaultIndeterminate]",
2649
+ "type": {
2650
+ "text": "boolean"
2651
+ },
2652
+ "privacy": "private",
2653
+ "default": "false"
2654
+ },
2655
+ {
2656
+ "kind": "field",
2657
+ "name": "[_formDisabled]",
2658
+ "type": {
2659
+ "text": "boolean"
2660
+ },
2661
+ "privacy": "private",
2662
+ "default": "false"
2663
+ },
2664
+ {
2665
+ "kind": "field",
2666
+ "name": "form",
2667
+ "type": {
2668
+ "text": "HTMLFormElement | null"
2669
+ },
2670
+ "description": "The `HTMLFormElement` associated with this element.",
2671
+ "readonly": true
2672
+ },
2673
+ {
2674
+ "kind": "field",
2675
+ "name": "labels",
2676
+ "type": {
2677
+ "text": "NodeListOf<HTMLLabelElement>"
2678
+ },
2679
+ "readonly": true
2680
+ },
2681
+ {
2682
+ "kind": "field",
2683
+ "name": "name",
2684
+ "description": "The name that identifies the element when submitting the associated form.",
2685
+ "attribute": "name"
2686
+ },
2687
+ {
2688
+ "kind": "field",
2689
+ "name": "disabled",
2690
+ "type": {
2691
+ "text": "boolean"
2692
+ },
2693
+ "description": "Whether the element is disabled.",
2694
+ "default": "false",
2695
+ "attribute": "disabled"
2696
+ },
2697
+ {
2698
+ "kind": "method",
2699
+ "name": "formDisabledCallback",
2700
+ "return": {
2701
+ "type": {
2702
+ "text": "void"
2703
+ }
2704
+ },
2705
+ "parameters": [
2706
+ {
2707
+ "name": "disabled",
2708
+ "type": {
2709
+ "text": "boolean"
2710
+ }
2711
+ }
2712
+ ],
2713
+ "description": "Called when the element is disabled or enabled via its form association."
2714
+ },
2715
+ {
2716
+ "kind": "method",
2717
+ "name": "formResetCallback",
2718
+ "return": {
2719
+ "type": {
2720
+ "text": "void"
2721
+ }
2722
+ },
2723
+ "description": "Called when the associated form is reset."
2724
+ }
2725
+ ],
2726
+ "attributes": [
2727
+ {
2728
+ "name": "name",
2729
+ "description": "The name that identifies the element when submitting the associated form.",
2730
+ "fieldName": "name"
2731
+ },
2732
+ {
2733
+ "name": "disabled",
2734
+ "type": {
2735
+ "text": "boolean"
2736
+ },
2737
+ "description": "Whether the element is disabled.",
2738
+ "default": "false",
2739
+ "fieldName": "disabled"
2740
+ }
2741
+ ],
2742
+ "parameters": [
2743
+ {
2744
+ "name": "base",
2745
+ "type": {
2746
+ "text": "T"
2747
+ },
2748
+ "description": "The base class."
2749
+ }
2750
+ ]
2751
+ }
2752
+ ],
2753
+ "exports": [
2754
+ {
2755
+ "kind": "js",
2756
+ "name": "formValue",
2757
+ "declaration": {
2758
+ "name": "formValue",
2759
+ "module": "../core/src/shared/mixins/FormAssociated.ts"
2760
+ }
2761
+ },
2762
+ {
2763
+ "kind": "js",
2764
+ "name": "defaultValue",
2765
+ "declaration": {
2766
+ "name": "defaultValue",
2767
+ "module": "../core/src/shared/mixins/FormAssociated.ts"
2768
+ }
2769
+ },
2770
+ {
2771
+ "kind": "js",
2772
+ "name": "isFormAssociatedMixin",
2773
+ "declaration": {
2774
+ "name": "isFormAssociatedMixin",
2775
+ "module": "../core/src/shared/mixins/FormAssociated.ts"
2776
+ }
2777
+ },
2778
+ {
2779
+ "kind": "js",
2780
+ "name": "FormAssociated",
2781
+ "declaration": {
2782
+ "name": "FormAssociated",
2783
+ "module": "../core/src/shared/mixins/FormAssociated.ts"
2784
+ }
2785
+ }
2786
+ ]
2787
+ },
2788
+ {
2789
+ "kind": "javascript-module",
2790
+ "path": "../core/src/shared/mixins/FormSubmitter.ts",
2791
+ "declarations": [
2792
+ {
2793
+ "kind": "function",
2794
+ "name": "isFormSubmitterMixin",
2795
+ "return": {
2796
+ "type": {
2797
+ "text": "value is FormSubmitterMixin"
2798
+ }
2799
+ },
2800
+ "parameters": [
2801
+ {
2802
+ "name": "value",
2803
+ "type": {
2804
+ "text": "unknown"
2805
+ },
2806
+ "description": "The value to test."
2807
+ }
2808
+ ],
2809
+ "description": "Determines whether a value is a `FormSubmitterMixin`."
2810
+ },
2811
+ {
2812
+ "kind": "mixin",
2813
+ "description": "Mixin to augment an element with behavior used to submit a form.",
2814
+ "name": "FormSubmitter",
2815
+ "members": [
2816
+ {
2817
+ "kind": "field",
2818
+ "name": "name",
2819
+ "description": "The name of the element, submitted as a pair with the element's `value`\r\nas part of form data, when the element is used to submit a form.",
2820
+ "attribute": "name"
2821
+ },
2822
+ {
2823
+ "kind": "field",
2824
+ "name": "value",
2825
+ "description": "The value associated with the element's name when it's submitted with form data.",
2826
+ "attribute": "value"
2827
+ },
2828
+ {
2829
+ "kind": "field",
2830
+ "name": "type",
2831
+ "type": {
2832
+ "text": "FormSubmitterType"
2833
+ },
2834
+ "default": "\"button\"",
2835
+ "description": "The type of the element.",
2836
+ "attribute": "type"
2837
+ },
2838
+ {
2839
+ "kind": "field",
2840
+ "name": "[_clickHandler]",
2841
+ "privacy": "private"
2842
+ }
2843
+ ],
2844
+ "attributes": [
2845
+ {
2846
+ "name": "name",
2847
+ "description": "The name of the element, submitted as a pair with the element's `value`\r\nas part of form data, when the element is used to submit a form.",
2848
+ "fieldName": "name"
2849
+ },
2850
+ {
2851
+ "name": "value",
2852
+ "description": "The value associated with the element's name when it's submitted with form data.",
2853
+ "fieldName": "value"
2854
+ },
2855
+ {
2856
+ "name": "type",
2857
+ "type": {
2858
+ "text": "FormSubmitterType"
2859
+ },
2860
+ "default": "\"button\"",
2861
+ "description": "The type of the element.",
2862
+ "fieldName": "type"
2863
+ }
2864
+ ],
2865
+ "parameters": [
2866
+ {
2867
+ "name": "base",
2868
+ "type": {
2869
+ "text": "T"
2870
+ },
2871
+ "description": "The base class."
2872
+ }
2873
+ ]
2874
+ }
2875
+ ],
2876
+ "exports": [
2877
+ {
2878
+ "kind": "js",
2879
+ "name": "isFormSubmitterMixin",
2880
+ "declaration": {
2881
+ "name": "isFormSubmitterMixin",
2882
+ "module": "../core/src/shared/mixins/FormSubmitter.ts"
2883
+ }
2884
+ },
2885
+ {
2886
+ "kind": "js",
2887
+ "name": "FormSubmitter",
2888
+ "declaration": {
2889
+ "name": "FormSubmitter",
2890
+ "module": "../core/src/shared/mixins/FormSubmitter.ts"
2891
+ }
2892
+ }
2893
+ ]
2894
+ },
2895
+ {
2896
+ "kind": "javascript-module",
2897
+ "path": "../core/src/shared/mixins/hasKeys.ts",
2898
+ "declarations": [
2899
+ {
2900
+ "kind": "function",
2901
+ "name": "hasKeys",
2902
+ "return": {
2903
+ "type": {
2904
+ "text": "boolean"
2905
+ }
2906
+ },
2907
+ "parameters": [
2908
+ {
2909
+ "name": "value",
2910
+ "type": {
2911
+ "text": "unknown"
2912
+ },
2913
+ "description": "The value to test."
2914
+ },
2915
+ {
2916
+ "name": "keys",
2917
+ "type": {
2918
+ "text": "Array<keyof T>"
2919
+ }
2920
+ },
2921
+ {
2922
+ "description": ": Array<keyof T>} keys The keys of `T` to test.",
2923
+ "name": "",
2924
+ "type": {
2925
+ "text": "...keys"
2926
+ }
2927
+ }
2928
+ ],
2929
+ "description": "Determines whether an object has keys for a given type."
2930
+ }
2931
+ ],
2932
+ "exports": [
2933
+ {
2934
+ "kind": "js",
2935
+ "name": "hasKeys",
2936
+ "declaration": {
2937
+ "name": "hasKeys",
2938
+ "module": "../core/src/shared/mixins/hasKeys.ts"
2939
+ }
2940
+ }
2941
+ ]
2942
+ },
2943
+ {
2944
+ "kind": "javascript-module",
2945
+ "path": "../core/src/shared/mixins/HtmlFor.ts",
2946
+ "declarations": [
2947
+ {
2948
+ "kind": "function",
2949
+ "name": "isHtmlForMixin",
2950
+ "return": {
2951
+ "type": {
2952
+ "text": "value is HtmlForMixin"
2953
+ }
2954
+ },
2955
+ "parameters": [
2956
+ {
2957
+ "name": "value",
2958
+ "type": {
2959
+ "text": "unknown"
2960
+ },
2961
+ "description": "The value to test."
2962
+ }
2963
+ ],
2964
+ "description": "Determines whether a value is a `HtmlForMixin`."
2965
+ },
2966
+ {
2967
+ "kind": "mixin",
2968
+ "description": "Mixin that creates an attached element associated with an interactive control.",
2969
+ "name": "HtmlFor",
2970
+ "members": [
2971
+ {
2972
+ "kind": "field",
2973
+ "name": "[_control]",
2974
+ "type": {
2975
+ "text": "HTMLElement | null"
2976
+ },
2977
+ "privacy": "private",
2978
+ "default": "null"
2979
+ },
2980
+ {
2981
+ "kind": "field",
2982
+ "name": "[_firstUpdated]",
2983
+ "type": {
2984
+ "text": "boolean"
2985
+ },
2986
+ "privacy": "private",
2987
+ "default": "false"
2988
+ },
2989
+ {
2990
+ "kind": "field",
2991
+ "name": "htmlFor",
2992
+ "type": {
2993
+ "text": "string | null"
2994
+ },
2995
+ "default": "null",
2996
+ "description": "The identifier of the interactive control to which this element is attached.",
2997
+ "attribute": "for"
2998
+ },
2999
+ {
3000
+ "kind": "field",
3001
+ "name": "control",
3002
+ "description": "The interactive element to which this element is attached.",
3003
+ "readonly": true
3004
+ },
3005
+ {
3006
+ "kind": "method",
3007
+ "name": "attach",
3008
+ "return": {
3009
+ "type": {
3010
+ "text": "void"
3011
+ }
3012
+ },
3013
+ "parameters": [
3014
+ {
3015
+ "name": "control",
3016
+ "type": {
3017
+ "text": "HTMLElement"
3018
+ },
3019
+ "description": "The element that controls the attachable element."
3020
+ }
3021
+ ],
3022
+ "description": "Attaches the element to an interactive control."
3023
+ },
3024
+ {
3025
+ "kind": "method",
3026
+ "name": "detach",
3027
+ "return": {
3028
+ "type": {
3029
+ "text": "void"
3030
+ }
3031
+ },
3032
+ "description": "Detaches the element from its current interactive control."
3033
+ }
3034
+ ],
3035
+ "attributes": [
3036
+ {
3037
+ "name": "for",
3038
+ "type": {
3039
+ "text": "string | null"
3040
+ },
3041
+ "default": "null",
3042
+ "description": "The identifier of the interactive control to which this element is attached.",
3043
+ "fieldName": "htmlFor"
3044
+ }
3045
+ ],
3046
+ "parameters": [
3047
+ {
3048
+ "name": "base",
3049
+ "type": {
3050
+ "text": "T"
3051
+ },
3052
+ "description": "The base class."
3053
+ }
3054
+ ]
3055
+ }
3056
+ ],
3057
+ "exports": [
3058
+ {
3059
+ "kind": "js",
3060
+ "name": "isHtmlForMixin",
3061
+ "declaration": {
3062
+ "name": "isHtmlForMixin",
3063
+ "module": "../core/src/shared/mixins/HtmlFor.ts"
3064
+ }
3065
+ },
3066
+ {
3067
+ "kind": "js",
3068
+ "name": "HtmlFor",
3069
+ "declaration": {
3070
+ "name": "HtmlFor",
3071
+ "module": "../core/src/shared/mixins/HtmlFor.ts"
3072
+ }
3073
+ }
3074
+ ]
3075
+ },
3076
+ {
3077
+ "kind": "javascript-module",
3078
+ "path": "../core/src/shared/mixins/index.ts",
3079
+ "declarations": [],
3080
+ "exports": [
3081
+ {
3082
+ "kind": "js",
3083
+ "name": "*",
3084
+ "declaration": {
3085
+ "name": "*",
3086
+ "package": "\"./AttachInternals\""
3087
+ }
3088
+ },
3089
+ {
3090
+ "kind": "js",
3091
+ "name": "*",
3092
+ "declaration": {
3093
+ "name": "*",
3094
+ "package": "\"./Checked\""
3095
+ }
3096
+ },
3097
+ {
3098
+ "kind": "js",
3099
+ "name": "*",
3100
+ "declaration": {
3101
+ "name": "*",
3102
+ "package": "\"./CheckedIndeterminate\""
3103
+ }
3104
+ },
3105
+ {
3106
+ "kind": "js",
3107
+ "name": "*",
3108
+ "declaration": {
3109
+ "name": "*",
3110
+ "package": "\"./CheckedOrSelected\""
3111
+ }
3112
+ },
3113
+ {
3114
+ "kind": "js",
3115
+ "name": "*",
3116
+ "declaration": {
3117
+ "name": "*",
3118
+ "package": "\"./ConstraintValidation\""
3119
+ }
3120
+ },
3121
+ {
3122
+ "kind": "js",
3123
+ "name": "*",
3124
+ "declaration": {
3125
+ "name": "*",
3126
+ "package": "\"./Dirty\""
3127
+ }
3128
+ },
3129
+ {
3130
+ "kind": "js",
3131
+ "name": "*",
3132
+ "declaration": {
3133
+ "name": "*",
3134
+ "package": "\"./Disabled\""
3135
+ }
3136
+ },
3137
+ {
3138
+ "kind": "js",
3139
+ "name": "*",
3140
+ "declaration": {
3141
+ "name": "*",
3142
+ "package": "\"./DisabledInteractive\""
3143
+ }
3144
+ },
3145
+ {
3146
+ "kind": "js",
3147
+ "name": "*",
3148
+ "declaration": {
3149
+ "name": "*",
3150
+ "package": "\"./EventAttribute\""
3151
+ }
3152
+ },
3153
+ {
3154
+ "kind": "js",
3155
+ "name": "*",
3156
+ "declaration": {
3157
+ "name": "*",
3158
+ "package": "\"./Focusable\""
3159
+ }
3160
+ },
3161
+ {
3162
+ "kind": "js",
3163
+ "name": "*",
3164
+ "declaration": {
3165
+ "name": "*",
3166
+ "package": "\"./FormAssociated\""
3167
+ }
3168
+ },
3169
+ {
3170
+ "kind": "js",
3171
+ "name": "*",
3172
+ "declaration": {
3173
+ "name": "*",
3174
+ "package": "\"./FormSubmitter\""
3175
+ }
3176
+ },
3177
+ {
3178
+ "kind": "js",
3179
+ "name": "*",
3180
+ "declaration": {
3181
+ "name": "*",
3182
+ "package": "\"./hasKeys\""
3183
+ }
3184
+ },
3185
+ {
3186
+ "kind": "js",
3187
+ "name": "*",
3188
+ "declaration": {
3189
+ "name": "*",
3190
+ "package": "\"./HtmlFor\""
3191
+ }
3192
+ },
3193
+ {
3194
+ "kind": "js",
3195
+ "name": "*",
3196
+ "declaration": {
3197
+ "name": "*",
3198
+ "package": "\"./KeyboardClick\""
3199
+ }
3200
+ },
3201
+ {
3202
+ "kind": "js",
3203
+ "name": "*",
3204
+ "declaration": {
3205
+ "name": "*",
3206
+ "package": "\"./Labelled\""
3207
+ }
3208
+ },
3209
+ {
3210
+ "kind": "js",
3211
+ "name": "*",
3212
+ "declaration": {
3213
+ "name": "*",
3214
+ "package": "\"./LinkButton\""
3215
+ }
3216
+ },
3217
+ {
3218
+ "kind": "js",
3219
+ "name": "*",
3220
+ "declaration": {
3221
+ "name": "*",
3222
+ "package": "\"./ReadOnly\""
3223
+ }
3224
+ },
3225
+ {
3226
+ "kind": "js",
3227
+ "name": "*",
3228
+ "declaration": {
3229
+ "name": "*",
3230
+ "package": "\"./Required\""
3231
+ }
3232
+ },
3233
+ {
3234
+ "kind": "js",
3235
+ "name": "*",
3236
+ "declaration": {
3237
+ "name": "*",
3238
+ "package": "\"./RequiredConstraintValidation\""
3239
+ }
3240
+ },
3241
+ {
3242
+ "kind": "js",
3243
+ "name": "*",
3244
+ "declaration": {
3245
+ "name": "*",
3246
+ "package": "\"./Role\""
3247
+ }
3248
+ },
3249
+ {
3250
+ "kind": "js",
3251
+ "name": "*",
3252
+ "declaration": {
3253
+ "name": "*",
3254
+ "package": "\"./Selected\""
3255
+ }
3256
+ },
3257
+ {
3258
+ "kind": "js",
3259
+ "name": "*",
3260
+ "declaration": {
3261
+ "name": "*",
3262
+ "package": "\"./Touched\""
3263
+ }
3264
+ },
3265
+ {
3266
+ "kind": "js",
3267
+ "name": "*",
3268
+ "declaration": {
3269
+ "name": "*",
3270
+ "package": "\"./Vertical\""
3271
+ }
3272
+ }
3273
+ ]
3274
+ },
3275
+ {
3276
+ "kind": "javascript-module",
3277
+ "path": "../core/src/shared/mixins/KeyboardClick.ts",
3278
+ "declarations": [
3279
+ {
3280
+ "kind": "mixin",
3281
+ "description": "Mixin to augment an element with behavior emits a click event on keyboard events.",
3282
+ "name": "KeyboardClick",
3283
+ "members": [
3284
+ {
3285
+ "kind": "field",
3286
+ "name": "#keyUpHandler",
3287
+ "privacy": "private",
3288
+ "readonly": true
3289
+ },
3290
+ {
3291
+ "kind": "method",
3292
+ "name": "#handleKeyUp",
3293
+ "privacy": "private",
3294
+ "return": {
3295
+ "type": {
3296
+ "text": "void"
3297
+ }
3298
+ },
3299
+ "parameters": [
3300
+ {
3301
+ "name": "e",
3302
+ "type": {
3303
+ "text": "KeyboardEvent"
3304
+ }
3305
+ }
3306
+ ]
3307
+ }
3308
+ ],
3309
+ "events": [
3310
+ {
3311
+ "name": "click",
3312
+ "type": {
3313
+ "text": "MouseEvent"
3314
+ }
3315
+ }
3316
+ ],
3317
+ "parameters": [
3318
+ {
3319
+ "name": "base",
3320
+ "type": {
3321
+ "text": "T"
3322
+ },
3323
+ "description": "The base class."
3324
+ },
3325
+ {
3326
+ "name": "allowEnter",
3327
+ "default": "true",
3328
+ "type": {
3329
+ "text": "boolean"
3330
+ },
3331
+ "description": "Whether the `ENTER` key emits a click event.",
3332
+ "optional": true
3333
+ }
3334
+ ]
3335
+ }
3336
+ ],
3337
+ "exports": [
3338
+ {
3339
+ "kind": "js",
3340
+ "name": "KeyboardClick",
3341
+ "declaration": {
3342
+ "name": "KeyboardClick",
3343
+ "module": "../core/src/shared/mixins/KeyboardClick.ts"
3344
+ }
3345
+ }
3346
+ ]
3347
+ },
3348
+ {
3349
+ "kind": "javascript-module",
3350
+ "path": "../core/src/shared/mixins/Labelled.ts",
3351
+ "declarations": [
3352
+ {
3353
+ "kind": "function",
3354
+ "name": "isLabelledMixin",
3355
+ "return": {
3356
+ "type": {
3357
+ "text": ""
3358
+ }
3359
+ },
3360
+ "parameters": [
3361
+ {
3362
+ "name": "value",
3363
+ "type": {
3364
+ "text": "unknown"
3365
+ },
3366
+ "description": "The value to test."
3367
+ }
3368
+ ],
3369
+ "description": "Determines whether a value is a `LabelledMixin`."
3370
+ },
3371
+ {
3372
+ "kind": "mixin",
3373
+ "description": "Mixin to augment an element with support for labelling.",
3374
+ "name": "Labelled",
3375
+ "members": [
3376
+ {
3377
+ "kind": "field",
3378
+ "name": "formAssociated",
3379
+ "type": {
3380
+ "text": "boolean"
3381
+ },
3382
+ "static": true,
3383
+ "readonly": true,
3384
+ "default": "true",
3385
+ "description": "Indicates that this custom element participates in form submission, validation, and form state restoration."
3386
+ },
3387
+ {
3388
+ "kind": "field",
3389
+ "name": "[_eventHandler]",
3390
+ "privacy": "private",
3391
+ "readonly": true
3392
+ },
3393
+ {
3394
+ "kind": "field",
3395
+ "name": "labels",
3396
+ "type": {
3397
+ "text": "NodeListOf<HTMLLabelElement>"
3398
+ },
3399
+ "description": "The label elements that the element is associated with.",
3400
+ "readonly": true
3401
+ },
3402
+ {
3403
+ "kind": "method",
3404
+ "name": "[_updateLabels]",
3405
+ "privacy": "private",
3406
+ "return": {
3407
+ "type": {
3408
+ "text": "void"
3409
+ }
3410
+ }
3411
+ }
3412
+ ],
3413
+ "parameters": [
3414
+ {
3415
+ "name": "base",
3416
+ "type": {
3417
+ "text": "T"
3418
+ },
3419
+ "description": "The base class."
3420
+ }
3421
+ ]
3422
+ }
3423
+ ],
3424
+ "exports": [
3425
+ {
3426
+ "kind": "js",
3427
+ "name": "isLabelledMixin",
3428
+ "declaration": {
3429
+ "name": "isLabelledMixin",
3430
+ "module": "../core/src/shared/mixins/Labelled.ts"
3431
+ }
3432
+ },
3433
+ {
3434
+ "kind": "js",
3435
+ "name": "Labelled",
3436
+ "declaration": {
3437
+ "name": "Labelled",
3438
+ "module": "../core/src/shared/mixins/Labelled.ts"
3439
+ }
3440
+ }
3441
+ ]
3442
+ },
3443
+ {
3444
+ "kind": "javascript-module",
3445
+ "path": "../core/src/shared/mixins/LinkButton.ts",
3446
+ "declarations": [
3447
+ {
3448
+ "kind": "variable",
3449
+ "name": "renderPseudoLink",
3450
+ "description": "A symbol through which to access a function used to render a pseudo link."
3451
+ },
3452
+ {
3453
+ "kind": "function",
3454
+ "name": "isLinkButtonMixin",
3455
+ "return": {
3456
+ "type": {
3457
+ "text": "value is LinkButtonMixin"
3458
+ }
3459
+ },
3460
+ "parameters": [
3461
+ {
3462
+ "name": "value",
3463
+ "type": {
3464
+ "text": "unknown"
3465
+ },
3466
+ "description": "The value to test."
3467
+ }
3468
+ ],
3469
+ "description": "Determines whether a value is a `LinkButtonMixin`."
3470
+ },
3471
+ {
3472
+ "kind": "mixin",
3473
+ "description": "Mixin to augment an element with behavior that supports functioning as a link.",
3474
+ "name": "LinkButton",
3475
+ "members": [
3476
+ {
3477
+ "kind": "field",
3478
+ "name": "[_clickHandler]",
3479
+ "privacy": "private"
3480
+ },
3481
+ {
3482
+ "kind": "field",
3483
+ "name": "href",
3484
+ "type": {
3485
+ "text": "string"
3486
+ },
3487
+ "default": "\"\"",
3488
+ "description": "The URL to which the link button points.",
3489
+ "attribute": "href"
3490
+ },
3491
+ {
3492
+ "kind": "field",
3493
+ "name": "target",
3494
+ "type": {
3495
+ "text": "LinkTarget"
3496
+ },
3497
+ "default": "\"\"",
3498
+ "description": "The target of the link button.",
3499
+ "attribute": "target"
3500
+ },
3501
+ {
3502
+ "kind": "field",
3503
+ "name": "rel",
3504
+ "type": {
3505
+ "text": "string"
3506
+ },
3507
+ "default": "\"\"",
3508
+ "description": "The relationship between the `target` of the link button and the document.",
3509
+ "attribute": "rel"
3510
+ },
3511
+ {
3512
+ "kind": "field",
3513
+ "name": "download",
3514
+ "type": {
3515
+ "text": "string | null"
3516
+ },
3517
+ "description": "A value indicating whether the `target` of the link button will be downloaded,\r\noptionally specifying the new name of the file.",
3518
+ "default": "null",
3519
+ "attribute": "download"
3520
+ },
3521
+ {
3522
+ "kind": "method",
3523
+ "name": "#handleLinkPointerDown",
3524
+ "privacy": "private",
3525
+ "return": {
3526
+ "type": {
3527
+ "text": "void"
3528
+ }
3529
+ },
3530
+ "parameters": [
3531
+ {
3532
+ "name": "e",
3533
+ "type": {
3534
+ "text": "PointerEvent"
3535
+ }
3536
+ }
3537
+ ]
3538
+ },
3539
+ {
3540
+ "kind": "method",
3541
+ "name": "#handleLinkFocus",
3542
+ "privacy": "private",
3543
+ "return": {
3544
+ "type": {
3545
+ "text": "void"
3546
+ }
3547
+ },
3548
+ "parameters": [
3549
+ {
3550
+ "name": "e",
3551
+ "type": {
3552
+ "text": "Event"
3553
+ }
3554
+ }
3555
+ ]
3556
+ },
3557
+ {
3558
+ "kind": "method",
3559
+ "name": "#handleLinkBlur",
3560
+ "privacy": "private",
3561
+ "return": {
3562
+ "type": {
3563
+ "text": "void"
3564
+ }
3565
+ },
3566
+ "parameters": [
3567
+ {
3568
+ "name": "e",
3569
+ "type": {
3570
+ "text": "Event"
3571
+ }
3572
+ }
3573
+ ]
3574
+ }
3575
+ ],
3576
+ "events": [
3577
+ {
3578
+ "name": "click",
3579
+ "type": {
3580
+ "text": "MouseEvent"
3581
+ }
3582
+ }
3583
+ ],
3584
+ "attributes": [
3585
+ {
3586
+ "name": "href",
3587
+ "type": {
3588
+ "text": "string"
3589
+ },
3590
+ "default": "\"\"",
3591
+ "description": "The URL to which the link button points.",
3592
+ "fieldName": "href"
3593
+ },
3594
+ {
3595
+ "name": "target",
3596
+ "type": {
3597
+ "text": "LinkTarget"
3598
+ },
3599
+ "default": "\"\"",
3600
+ "description": "The target of the link button.",
3601
+ "fieldName": "target"
3602
+ },
3603
+ {
3604
+ "name": "rel",
3605
+ "type": {
3606
+ "text": "string"
3607
+ },
3608
+ "default": "\"\"",
3609
+ "description": "The relationship between the `target` of the link button and the document.",
3610
+ "fieldName": "rel"
3611
+ },
3612
+ {
3613
+ "name": "download",
3614
+ "type": {
3615
+ "text": "string | null"
3616
+ },
3617
+ "description": "A value indicating whether the `target` of the link button will be downloaded,\r\noptionally specifying the new name of the file.",
3618
+ "default": "null",
3619
+ "fieldName": "download"
3620
+ }
3621
+ ],
3622
+ "parameters": [
3623
+ {
3624
+ "name": "base",
3625
+ "type": {
3626
+ "text": "T"
3627
+ },
3628
+ "description": "The base class."
3629
+ }
3630
+ ]
3631
+ }
3632
+ ],
3633
+ "exports": [
3634
+ {
3635
+ "kind": "js",
3636
+ "name": "renderPseudoLink",
3637
+ "declaration": {
3638
+ "name": "renderPseudoLink",
3639
+ "module": "../core/src/shared/mixins/LinkButton.ts"
3640
+ }
3641
+ },
3642
+ {
3643
+ "kind": "js",
3644
+ "name": "isLinkButtonMixin",
3645
+ "declaration": {
3646
+ "name": "isLinkButtonMixin",
3647
+ "module": "../core/src/shared/mixins/LinkButton.ts"
3648
+ }
3649
+ },
3650
+ {
3651
+ "kind": "js",
3652
+ "name": "LinkButton",
3653
+ "declaration": {
3654
+ "name": "LinkButton",
3655
+ "module": "../core/src/shared/mixins/LinkButton.ts"
3656
+ }
3657
+ }
3658
+ ]
3659
+ },
3660
+ {
3661
+ "kind": "javascript-module",
3662
+ "path": "../core/src/shared/mixins/ReadOnly.ts",
3663
+ "declarations": [
3664
+ {
3665
+ "kind": "function",
3666
+ "name": "isReadOnlyMixin",
3667
+ "return": {
3668
+ "type": {
3669
+ "text": ""
3670
+ }
3671
+ },
3672
+ "parameters": [
3673
+ {
3674
+ "name": "value",
3675
+ "type": {
3676
+ "text": "unknown"
3677
+ },
3678
+ "description": "The value to test."
3679
+ }
3680
+ ],
3681
+ "description": "Determines whether a value is a `ReadOnlyMixin`."
3682
+ },
3683
+ {
3684
+ "kind": "mixin",
3685
+ "description": "Mixin to augment an element with behavior that supports a read-only state.",
3686
+ "name": "ReadOnly",
3687
+ "members": [
3688
+ {
3689
+ "kind": "field",
3690
+ "name": "readOnly",
3691
+ "type": {
3692
+ "text": "boolean"
3693
+ },
3694
+ "default": "false",
3695
+ "description": "A value indicating whether the element is read-only.",
3696
+ "attribute": "readonly"
3697
+ }
3698
+ ],
3699
+ "attributes": [
3700
+ {
3701
+ "name": "readonly",
3702
+ "type": {
3703
+ "text": "boolean"
3704
+ },
3705
+ "default": "false",
3706
+ "description": "A value indicating whether the element is read-only.",
3707
+ "fieldName": "readOnly"
3708
+ }
3709
+ ],
3710
+ "parameters": [
3711
+ {
3712
+ "name": "base",
3713
+ "type": {
3714
+ "text": "T"
3715
+ },
3716
+ "description": "The base class."
3717
+ },
3718
+ {
3719
+ "name": "reflect",
3720
+ "default": "true",
3721
+ "type": {
3722
+ "text": "boolean"
3723
+ },
3724
+ "description": "A value indicating whether the read-only state is reflected as an attribute. The default value is `true`."
3725
+ }
3726
+ ]
3727
+ }
3728
+ ],
3729
+ "exports": [
3730
+ {
3731
+ "kind": "js",
3732
+ "name": "isReadOnlyMixin",
3733
+ "declaration": {
3734
+ "name": "isReadOnlyMixin",
3735
+ "module": "../core/src/shared/mixins/ReadOnly.ts"
3736
+ }
3737
+ },
3738
+ {
3739
+ "kind": "js",
3740
+ "name": "ReadOnly",
3741
+ "declaration": {
3742
+ "name": "ReadOnly",
3743
+ "module": "../core/src/shared/mixins/ReadOnly.ts"
3744
+ }
3745
+ }
3746
+ ]
3747
+ },
3748
+ {
3749
+ "kind": "javascript-module",
3750
+ "path": "../core/src/shared/mixins/Required.ts",
3751
+ "declarations": [
3752
+ {
3753
+ "kind": "function",
3754
+ "name": "isRequiredMixin",
3755
+ "return": {
3756
+ "type": {
3757
+ "text": ""
3758
+ }
3759
+ },
3760
+ "parameters": [
3761
+ {
3762
+ "name": "value",
3763
+ "type": {
3764
+ "text": "unknown"
3765
+ },
3766
+ "description": "The value to test."
3767
+ }
3768
+ ],
3769
+ "description": "Determines whether a value is a `RequiredMixin`."
3770
+ },
3771
+ {
3772
+ "kind": "mixin",
3773
+ "description": "Mixin to augment an element with behavior that supports a required state.",
3774
+ "name": "Required",
3775
+ "members": [
3776
+ {
3777
+ "kind": "field",
3778
+ "name": "required",
3779
+ "type": {
3780
+ "text": "boolean"
3781
+ },
3782
+ "default": "false",
3783
+ "description": "Whether a value is required for the element.",
3784
+ "attribute": "required",
3785
+ "reflects": true
3786
+ },
3787
+ {
3788
+ "kind": "field",
3789
+ "name": "optional",
3790
+ "description": "Whether a value is not required for the element.",
3791
+ "readonly": true
3792
+ }
3793
+ ],
3794
+ "attributes": [
3795
+ {
3796
+ "name": "required",
3797
+ "type": {
3798
+ "text": "boolean"
3799
+ },
3800
+ "default": "false",
3801
+ "description": "Whether a value is required for the element.",
3802
+ "fieldName": "required"
3803
+ }
3804
+ ],
3805
+ "parameters": [
3806
+ {
3807
+ "name": "base",
3808
+ "type": {
3809
+ "text": "T"
3810
+ },
3811
+ "description": "The base class."
3812
+ }
3813
+ ]
3814
+ }
3815
+ ],
3816
+ "exports": [
3817
+ {
3818
+ "kind": "js",
3819
+ "name": "isRequiredMixin",
3820
+ "declaration": {
3821
+ "name": "isRequiredMixin",
3822
+ "module": "../core/src/shared/mixins/Required.ts"
3823
+ }
3824
+ },
3825
+ {
3826
+ "kind": "js",
3827
+ "name": "Required",
3828
+ "declaration": {
3829
+ "name": "Required",
3830
+ "module": "../core/src/shared/mixins/Required.ts"
3831
+ }
3832
+ }
3833
+ ]
3834
+ },
3835
+ {
3836
+ "kind": "javascript-module",
3837
+ "path": "../core/src/shared/mixins/RequiredConstraintValidation.ts",
3838
+ "declarations": [
3839
+ {
3840
+ "kind": "function",
3841
+ "name": "isRequiredConstraintValidationMixin",
3842
+ "return": {
3843
+ "type": {
3844
+ "text": ""
3845
+ }
3846
+ },
3847
+ "parameters": [
3848
+ {
3849
+ "name": "value",
3850
+ "type": {
3851
+ "text": "unknown"
3852
+ },
3853
+ "description": "The value to test."
3854
+ }
3855
+ ],
3856
+ "description": "Determines whether a value is a `RequiredConstraintValidationMixin`."
3857
+ },
3858
+ {
3859
+ "kind": "mixin",
3860
+ "description": "Mixin to augment an element with behavior that supports a required state.",
3861
+ "name": "RequiredConstraintValidation",
3862
+ "parameters": [
3863
+ {
3864
+ "name": "base",
3865
+ "type": {
3866
+ "text": "T"
3867
+ },
3868
+ "description": "The base class."
3869
+ }
3870
+ ]
3871
+ }
3872
+ ],
3873
+ "exports": [
3874
+ {
3875
+ "kind": "js",
3876
+ "name": "isRequiredConstraintValidationMixin",
3877
+ "declaration": {
3878
+ "name": "isRequiredConstraintValidationMixin",
3879
+ "module": "../core/src/shared/mixins/RequiredConstraintValidation.ts"
3880
+ }
3881
+ },
3882
+ {
3883
+ "kind": "js",
3884
+ "name": "RequiredConstraintValidation",
3885
+ "declaration": {
3886
+ "name": "RequiredConstraintValidation",
3887
+ "module": "../core/src/shared/mixins/RequiredConstraintValidation.ts"
3888
+ }
3889
+ }
3890
+ ]
3891
+ },
3892
+ {
3893
+ "kind": "javascript-module",
3894
+ "path": "../core/src/shared/mixins/Role.ts",
3895
+ "declarations": [
3896
+ {
3897
+ "kind": "mixin",
3898
+ "description": "Mixin to augment an element with an ARIA role.",
3899
+ "name": "Role",
3900
+ "parameters": [
3901
+ {
3902
+ "name": "base",
3903
+ "type": {
3904
+ "text": "T"
3905
+ },
3906
+ "description": "The base class."
3907
+ },
3908
+ {
3909
+ "name": "role",
3910
+ "type": {
3911
+ "text": "ARIARole"
3912
+ },
3913
+ "description": "The ARIA role."
3914
+ }
3915
+ ]
3916
+ }
3917
+ ],
3918
+ "exports": [
3919
+ {
3920
+ "kind": "js",
3921
+ "name": "Role",
3922
+ "declaration": {
3923
+ "name": "Role",
3924
+ "module": "../core/src/shared/mixins/Role.ts"
3925
+ }
3926
+ }
3927
+ ]
3928
+ },
3929
+ {
3930
+ "kind": "javascript-module",
3931
+ "path": "../core/src/shared/mixins/Selected.ts",
3932
+ "declarations": [
3933
+ {
3934
+ "kind": "function",
3935
+ "name": "isSelectedMixin",
3936
+ "return": {
3937
+ "type": {
3938
+ "text": ""
3939
+ }
3940
+ },
3941
+ "parameters": [
3942
+ {
3943
+ "name": "value",
3944
+ "type": {
3945
+ "text": "unknown"
3946
+ },
3947
+ "description": "The value to test."
3948
+ }
3949
+ ],
3950
+ "description": "Determines whether a value is a `SelectedMixin`."
3951
+ },
3952
+ {
3953
+ "kind": "mixin",
3954
+ "description": "Mixin to augment an element with behavior that supports a selected state.",
3955
+ "name": "Selected",
3956
+ "members": [
3957
+ {
3958
+ "kind": "field",
3959
+ "name": "selected",
3960
+ "type": {
3961
+ "text": "boolean"
3962
+ },
3963
+ "default": "false",
3964
+ "description": "Whether the element is selected.",
3965
+ "attribute": "selected",
3966
+ "reflects": true
3967
+ }
3968
+ ],
3969
+ "attributes": [
3970
+ {
3971
+ "name": "selected",
3972
+ "type": {
3973
+ "text": "boolean"
3974
+ },
3975
+ "default": "false",
3976
+ "description": "Whether the element is selected.",
3977
+ "fieldName": "selected"
3978
+ }
3979
+ ],
3980
+ "parameters": [
3981
+ {
3982
+ "name": "base",
3983
+ "type": {
3984
+ "text": "T"
3985
+ },
3986
+ "description": "The base class."
3987
+ }
3988
+ ]
3989
+ }
3990
+ ],
3991
+ "exports": [
3992
+ {
3993
+ "kind": "js",
3994
+ "name": "isSelectedMixin",
3995
+ "declaration": {
3996
+ "name": "isSelectedMixin",
3997
+ "module": "../core/src/shared/mixins/Selected.ts"
3998
+ }
3999
+ },
4000
+ {
4001
+ "kind": "js",
4002
+ "name": "Selected",
4003
+ "declaration": {
4004
+ "name": "Selected",
4005
+ "module": "../core/src/shared/mixins/Selected.ts"
4006
+ }
4007
+ }
4008
+ ]
4009
+ },
4010
+ {
4011
+ "kind": "javascript-module",
4012
+ "path": "../core/src/shared/mixins/Touched.ts",
4013
+ "declarations": [
4014
+ {
4015
+ "kind": "function",
4016
+ "name": "isTouchedMixin",
4017
+ "return": {
4018
+ "type": {
4019
+ "text": ""
4020
+ }
4021
+ },
4022
+ "parameters": [
4023
+ {
4024
+ "name": "value",
4025
+ "type": {
4026
+ "text": "unknown"
4027
+ },
4028
+ "description": "The value to test."
4029
+ }
4030
+ ],
4031
+ "description": "Determines whether a value is a `TouchedMixin`."
4032
+ },
4033
+ {
4034
+ "kind": "mixin",
4035
+ "description": "Mixin to augment an element with functionality used to mark it as touched.",
4036
+ "name": "Touched",
4037
+ "members": [
4038
+ {
4039
+ "kind": "field",
4040
+ "name": "[_eventHandler]",
4041
+ "privacy": "private"
4042
+ },
4043
+ {
4044
+ "kind": "field",
4045
+ "name": "touched",
4046
+ "type": {
4047
+ "text": "boolean"
4048
+ },
4049
+ "description": "Whether the user has interacted when the element.",
4050
+ "readonly": true
4051
+ },
4052
+ {
4053
+ "kind": "field",
4054
+ "name": "untouched",
4055
+ "type": {
4056
+ "text": "boolean"
4057
+ },
4058
+ "description": "Whether the user has not interacted when the element.",
4059
+ "readonly": true
4060
+ },
4061
+ {
4062
+ "kind": "method",
4063
+ "name": "markAsTouched",
4064
+ "return": {
4065
+ "type": {
4066
+ "text": "void"
4067
+ }
4068
+ },
4069
+ "description": "Marks the element as touched."
4070
+ },
4071
+ {
4072
+ "kind": "method",
4073
+ "name": "markAsUntouched",
4074
+ "return": {
4075
+ "type": {
4076
+ "text": "void"
4077
+ }
4078
+ },
4079
+ "description": "Marks the element as untouched."
4080
+ }
4081
+ ],
4082
+ "parameters": [
4083
+ {
4084
+ "name": "base",
4085
+ "type": {
4086
+ "text": "T"
4087
+ },
4088
+ "description": "The base class."
4089
+ }
4090
+ ]
4091
+ }
4092
+ ],
4093
+ "exports": [
4094
+ {
4095
+ "kind": "js",
4096
+ "name": "isTouchedMixin",
4097
+ "declaration": {
4098
+ "name": "isTouchedMixin",
4099
+ "module": "../core/src/shared/mixins/Touched.ts"
4100
+ }
4101
+ },
4102
+ {
4103
+ "kind": "js",
4104
+ "name": "Touched",
4105
+ "declaration": {
4106
+ "name": "Touched",
4107
+ "module": "../core/src/shared/mixins/Touched.ts"
4108
+ }
4109
+ }
4110
+ ]
4111
+ },
4112
+ {
4113
+ "kind": "javascript-module",
4114
+ "path": "../core/src/shared/mixins/Vertical.ts",
4115
+ "declarations": [
4116
+ {
4117
+ "kind": "function",
4118
+ "name": "isVerticalMixin",
4119
+ "return": {
4120
+ "type": {
4121
+ "text": ""
4122
+ }
4123
+ },
4124
+ "parameters": [
4125
+ {
4126
+ "name": "value",
4127
+ "type": {
4128
+ "text": "unknown"
4129
+ },
4130
+ "description": "The value to test."
4131
+ }
4132
+ ],
4133
+ "description": "Determines whether a value is a `VerticalMixin`."
4134
+ },
4135
+ {
4136
+ "kind": "mixin",
4137
+ "description": "Mixin to augment an element with behavior that supports a vertical orientation.",
4138
+ "name": "Vertical",
4139
+ "members": [
4140
+ {
4141
+ "kind": "field",
4142
+ "name": "vertical",
4143
+ "type": {
4144
+ "text": "boolean"
4145
+ },
4146
+ "default": "false",
4147
+ "description": "Whether the element is oriented vertically.",
4148
+ "attribute": "vertical",
4149
+ "reflects": true
4150
+ }
4151
+ ],
4152
+ "attributes": [
4153
+ {
4154
+ "name": "vertical",
4155
+ "type": {
4156
+ "text": "boolean"
4157
+ },
4158
+ "default": "false",
4159
+ "description": "Whether the element is oriented vertically.",
4160
+ "fieldName": "vertical"
4161
+ }
4162
+ ],
4163
+ "parameters": [
4164
+ {
4165
+ "name": "base",
4166
+ "type": {
4167
+ "text": "T"
4168
+ },
4169
+ "description": "The base class."
4170
+ }
4171
+ ]
4172
+ }
4173
+ ],
4174
+ "exports": [
4175
+ {
4176
+ "kind": "js",
4177
+ "name": "isVerticalMixin",
4178
+ "declaration": {
4179
+ "name": "isVerticalMixin",
4180
+ "module": "../core/src/shared/mixins/Vertical.ts"
4181
+ }
4182
+ },
4183
+ {
4184
+ "kind": "js",
4185
+ "name": "Vertical",
4186
+ "declaration": {
4187
+ "name": "Vertical",
4188
+ "module": "../core/src/shared/mixins/Vertical.ts"
4189
+ }
4190
+ }
4191
+ ]
1289
4192
  }
1290
4193
  ]
1291
4194
  }