@momentum-design/components 0.48.0 → 0.49.0
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/dist/browser/index.js.map +2 -2
- package/dist/components/alertchip/alertchip.types.d.ts +1 -1
- package/dist/components/avatar/avatar.types.d.ts +3 -2
- package/dist/components/badge/badge.types.d.ts +3 -2
- package/dist/components/brandvisual/brandvisual.types.d.ts +5 -1
- package/dist/components/bullet/bullet.types.d.ts +1 -1
- package/dist/components/button/button.component.d.ts +0 -5
- package/dist/components/button/button.component.js +0 -5
- package/dist/components/button/button.types.d.ts +1 -1
- package/dist/components/buttonsimple/buttonsimple.types.d.ts +7 -1
- package/dist/components/checkbox/checkbox.types.d.ts +5 -0
- package/dist/components/checkbox/checkbox.types.js +1 -0
- package/dist/components/chip/chip.types.d.ts +1 -1
- package/dist/components/divider/divider.types.d.ts +1 -1
- package/dist/components/formfieldwrapper/formfieldwrapper.types.d.ts +1 -1
- package/dist/components/input/input.types.d.ts +7 -1
- package/dist/components/inputchip/inputchip.types.d.ts +4 -0
- package/dist/components/inputchip/inputchip.types.js +1 -0
- package/dist/components/link/link.types.d.ts +1 -1
- package/dist/components/listitem/listitem.types.d.ts +7 -1
- package/dist/components/marker/marker.types.d.ts +2 -2
- package/dist/components/popover/popover.types.d.ts +10 -3
- package/dist/components/presence/presence.types.d.ts +3 -2
- package/dist/components/progressbar/progressbar.types.d.ts +2 -1
- package/dist/components/radio/radio.types.d.ts +5 -0
- package/dist/components/radio/radio.types.js +1 -0
- package/dist/components/screenreaderannouncer/screenreaderannouncer.types.d.ts +2 -1
- package/dist/components/spinner/spinner.types.d.ts +1 -1
- package/dist/components/tab/tab.types.d.ts +5 -1
- package/dist/components/text/text.types.d.ts +3 -2
- package/dist/components/textarea/textarea.types.d.ts +8 -1
- package/dist/components/toggle/toggle.types.d.ts +5 -1
- package/dist/components/tooltip/tooltip.types.d.ts +2 -1
- package/dist/components/virtualizedlist/virtualizedlist.types.d.ts +6 -2
- package/dist/custom-elements.json +244 -315
- package/dist/react/alertchip/index.d.ts +5 -4
- package/dist/react/avatarbutton/index.d.ts +5 -4
- package/dist/react/brandvisual/index.d.ts +3 -2
- package/dist/react/button/index.d.ts +5 -9
- package/dist/react/button/index.js +0 -5
- package/dist/react/buttonsimple/index.d.ts +5 -4
- package/dist/react/checkbox/index.d.ts +3 -3
- package/dist/react/checkbox/index.js +0 -1
- package/dist/react/chip/index.d.ts +5 -4
- package/dist/react/coachmark/index.d.ts +5 -4
- package/dist/react/filterchip/index.d.ts +5 -4
- package/dist/react/index.d.ts +1 -1
- package/dist/react/index.js +1 -1
- package/dist/react/input/index.d.ts +5 -5
- package/dist/react/input/index.js +0 -1
- package/dist/react/inputchip/index.d.ts +2 -1
- package/dist/react/listitem/index.d.ts +5 -4
- package/dist/react/option/index.d.ts +5 -4
- package/dist/react/popover/index.d.ts +5 -4
- package/dist/react/radio/index.d.ts +3 -3
- package/dist/react/radio/index.js +0 -1
- package/dist/react/searchfield/index.d.ts +5 -5
- package/dist/react/searchfield/index.js +0 -1
- package/dist/react/tab/index.d.ts +5 -4
- package/dist/react/textarea/index.d.ts +6 -6
- package/dist/react/textarea/index.js +0 -1
- package/dist/react/toggle/index.d.ts +3 -3
- package/dist/react/toggle/index.js +0 -1
- package/dist/react/tooltip/index.d.ts +5 -4
- package/dist/react/virtualizedlist/index.d.ts +2 -1
- package/package.json +1 -1
@@ -415,7 +415,6 @@
|
|
415
415
|
"description": "(React: onClick) This event is dispatched when the button is clicked.",
|
416
416
|
"name": "click",
|
417
417
|
"reactName": "onClick",
|
418
|
-
"eventName": "ClickEvent",
|
419
418
|
"inheritedFrom": {
|
420
419
|
"name": "Buttonsimple",
|
421
420
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
@@ -425,7 +424,6 @@
|
|
425
424
|
"description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the button.",
|
426
425
|
"name": "keydown",
|
427
426
|
"reactName": "onKeyDown",
|
428
|
-
"eventName": "KeydownEvent",
|
429
427
|
"inheritedFrom": {
|
430
428
|
"name": "Buttonsimple",
|
431
429
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
@@ -435,7 +433,6 @@
|
|
435
433
|
"description": "(React: onKeyUp) This event is dispatched when a key is released on the button.",
|
436
434
|
"name": "keyup",
|
437
435
|
"reactName": "onKeyUp",
|
438
|
-
"eventName": "KeyupEvent",
|
439
436
|
"inheritedFrom": {
|
440
437
|
"name": "Buttonsimple",
|
441
438
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
@@ -445,7 +442,6 @@
|
|
445
442
|
"description": "(React: onFocus) This event is dispatched when the button receives focus.",
|
446
443
|
"name": "focus",
|
447
444
|
"reactName": "onFocus",
|
448
|
-
"eventName": "FocusEvent",
|
449
445
|
"inheritedFrom": {
|
450
446
|
"name": "Buttonsimple",
|
451
447
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
@@ -1132,7 +1128,6 @@
|
|
1132
1128
|
"description": "(React: onClick) This event is dispatched when the avatarbutton is clicked.",
|
1133
1129
|
"name": "click",
|
1134
1130
|
"reactName": "onClick",
|
1135
|
-
"eventName": "ClickEvent",
|
1136
1131
|
"inheritedFrom": {
|
1137
1132
|
"name": "Buttonsimple",
|
1138
1133
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
@@ -1142,7 +1137,6 @@
|
|
1142
1137
|
"description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the avatarbutton.",
|
1143
1138
|
"name": "keydown",
|
1144
1139
|
"reactName": "onKeyDown",
|
1145
|
-
"eventName": "KeydownEvent",
|
1146
1140
|
"inheritedFrom": {
|
1147
1141
|
"name": "Buttonsimple",
|
1148
1142
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
@@ -1152,7 +1146,6 @@
|
|
1152
1146
|
"description": "(React: onKeyUp) This event is dispatched when a key is released on the avatarbutton.",
|
1153
1147
|
"name": "keyup",
|
1154
1148
|
"reactName": "onKeyUp",
|
1155
|
-
"eventName": "KeyupEvent",
|
1156
1149
|
"inheritedFrom": {
|
1157
1150
|
"name": "Buttonsimple",
|
1158
1151
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
@@ -1162,7 +1155,6 @@
|
|
1162
1155
|
"description": "(React: onFocus) This event is dispatched when the avatarbutton receives focus.",
|
1163
1156
|
"name": "focus",
|
1164
1157
|
"reactName": "onFocus",
|
1165
|
-
"eventName": "FocusEvent",
|
1166
1158
|
"inheritedFrom": {
|
1167
1159
|
"name": "Buttonsimple",
|
1168
1160
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
@@ -1371,183 +1363,6 @@
|
|
1371
1363
|
}
|
1372
1364
|
]
|
1373
1365
|
},
|
1374
|
-
{
|
1375
|
-
"kind": "javascript-module",
|
1376
|
-
"path": "components/brandvisual/brandvisual.component.js",
|
1377
|
-
"declarations": [
|
1378
|
-
{
|
1379
|
-
"kind": "class",
|
1380
|
-
"description": "The `mdc-brandvisual` component is responsible for rendering logos dynamically & ensures they are\ndisplayed correctly within applications.\n\nFeatures:\n- Dynamically loads brandvisuals based on the `name` attribute.\n- Emits a `load` event when the brandvisual is successfully fetched.\n- Emits an `error` event when the brandvisual import fails.\n- Supports accessibility best practices.\n- Used for brand representation within the design system.",
|
1381
|
-
"name": "Brandvisual",
|
1382
|
-
"members": [
|
1383
|
-
{
|
1384
|
-
"kind": "field",
|
1385
|
-
"name": "brandVisualData",
|
1386
|
-
"type": {
|
1387
|
-
"text": "HTMLElement | undefined"
|
1388
|
-
},
|
1389
|
-
"privacy": "private"
|
1390
|
-
},
|
1391
|
-
{
|
1392
|
-
"kind": "field",
|
1393
|
-
"name": "name",
|
1394
|
-
"type": {
|
1395
|
-
"text": "BrandVisualNames | undefined"
|
1396
|
-
},
|
1397
|
-
"description": "Name of the brandVisual (= filename)",
|
1398
|
-
"attribute": "name",
|
1399
|
-
"reflects": true
|
1400
|
-
},
|
1401
|
-
{
|
1402
|
-
"kind": "method",
|
1403
|
-
"name": "getBrandVisualData",
|
1404
|
-
"privacy": "private"
|
1405
|
-
},
|
1406
|
-
{
|
1407
|
-
"kind": "method",
|
1408
|
-
"name": "handleBrandVisualLoadedSuccess",
|
1409
|
-
"privacy": "private",
|
1410
|
-
"parameters": [
|
1411
|
-
{
|
1412
|
-
"name": "brandVisualHtml",
|
1413
|
-
"type": {
|
1414
|
-
"text": "HTMLElement"
|
1415
|
-
},
|
1416
|
-
"description": "The brandvisual html element which has been fetched from the brandvisual provider."
|
1417
|
-
}
|
1418
|
-
],
|
1419
|
-
"description": "Sets the brandVisualData state to the fetched brandvisual.\nDispatches a 'load' event on the component once the brandvisual has been successfully loaded."
|
1420
|
-
},
|
1421
|
-
{
|
1422
|
-
"kind": "method",
|
1423
|
-
"name": "handleBrandVisualLoadedFailure",
|
1424
|
-
"privacy": "private",
|
1425
|
-
"parameters": [
|
1426
|
-
{
|
1427
|
-
"name": "error",
|
1428
|
-
"type": {
|
1429
|
-
"text": "unknown"
|
1430
|
-
}
|
1431
|
-
}
|
1432
|
-
],
|
1433
|
-
"description": "Dispatches an 'error' event on the component when the brandvisual import has failed.\nThis event bubbles and is cancelable.\nThe error detail is set to the error object."
|
1434
|
-
}
|
1435
|
-
],
|
1436
|
-
"events": [
|
1437
|
-
{
|
1438
|
-
"description": "(React: onLoad) This event is dispatched when the brandvisual has been successfully loaded.",
|
1439
|
-
"name": "load",
|
1440
|
-
"reactName": "onLoad",
|
1441
|
-
"eventName": "LoadEvent"
|
1442
|
-
},
|
1443
|
-
{
|
1444
|
-
"description": "(React: onError) This event is dispatched when the brandvisual fetching has failed.",
|
1445
|
-
"name": "error",
|
1446
|
-
"reactName": "onError",
|
1447
|
-
"eventName": "ErrorEvent"
|
1448
|
-
}
|
1449
|
-
],
|
1450
|
-
"attributes": [
|
1451
|
-
{
|
1452
|
-
"name": "name",
|
1453
|
-
"type": {
|
1454
|
-
"text": "BrandVisualNames | undefined"
|
1455
|
-
},
|
1456
|
-
"description": "Name of the brandVisual (= filename)",
|
1457
|
-
"fieldName": "name"
|
1458
|
-
}
|
1459
|
-
],
|
1460
|
-
"superclass": {
|
1461
|
-
"name": "Component",
|
1462
|
-
"module": "/src/models"
|
1463
|
-
},
|
1464
|
-
"tagName": "mdc-brandvisual",
|
1465
|
-
"jsDoc": "/**\n * The `mdc-brandvisual` component is responsible for rendering logos dynamically & ensures they are\n * displayed correctly within applications.\n *\n * Features:\n * - Dynamically loads brandvisuals based on the `name` attribute.\n * - Emits a `load` event when the brandvisual is successfully fetched.\n * - Emits an `error` event when the brandvisual import fails.\n * - Supports accessibility best practices.\n * - Used for brand representation within the design system.\n *\n * @tagname mdc-brandvisual\n *\n * @event load - (React: onLoad) This event is dispatched when the brandvisual has been successfully loaded.\n * @event error - (React: onError) This event is dispatched when the brandvisual fetching has failed.\n *\n */",
|
1466
|
-
"customElement": true
|
1467
|
-
}
|
1468
|
-
],
|
1469
|
-
"exports": [
|
1470
|
-
{
|
1471
|
-
"kind": "js",
|
1472
|
-
"name": "default",
|
1473
|
-
"declaration": {
|
1474
|
-
"name": "Brandvisual",
|
1475
|
-
"module": "components/brandvisual/brandvisual.component.js"
|
1476
|
-
}
|
1477
|
-
}
|
1478
|
-
]
|
1479
|
-
},
|
1480
|
-
{
|
1481
|
-
"kind": "javascript-module",
|
1482
|
-
"path": "components/bullet/bullet.component.js",
|
1483
|
-
"declarations": [
|
1484
|
-
{
|
1485
|
-
"kind": "class",
|
1486
|
-
"description": "Bullet component, which is a visual marker\nand be used to organize and present items in a list format.",
|
1487
|
-
"name": "Bullet",
|
1488
|
-
"cssProperties": [
|
1489
|
-
{
|
1490
|
-
"description": "background color of the bullet",
|
1491
|
-
"name": "--mdc-bullet-background-color"
|
1492
|
-
},
|
1493
|
-
{
|
1494
|
-
"description": "small size value of the bullet",
|
1495
|
-
"name": "--mdc-bullet-size-small"
|
1496
|
-
},
|
1497
|
-
{
|
1498
|
-
"description": "medium size value of the bullet",
|
1499
|
-
"name": "--mdc-bullet-size-medium"
|
1500
|
-
},
|
1501
|
-
{
|
1502
|
-
"description": "large size value of the bullet",
|
1503
|
-
"name": "--mdc-bullet-size-large"
|
1504
|
-
}
|
1505
|
-
],
|
1506
|
-
"members": [
|
1507
|
-
{
|
1508
|
-
"kind": "field",
|
1509
|
-
"name": "size",
|
1510
|
-
"type": {
|
1511
|
-
"text": "Size"
|
1512
|
-
},
|
1513
|
-
"privacy": "public",
|
1514
|
-
"description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
|
1515
|
-
"default": "small",
|
1516
|
-
"attribute": "size",
|
1517
|
-
"reflects": true
|
1518
|
-
}
|
1519
|
-
],
|
1520
|
-
"attributes": [
|
1521
|
-
{
|
1522
|
-
"name": "size",
|
1523
|
-
"type": {
|
1524
|
-
"text": "Size"
|
1525
|
-
},
|
1526
|
-
"description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
|
1527
|
-
"default": "small",
|
1528
|
-
"fieldName": "size"
|
1529
|
-
}
|
1530
|
-
],
|
1531
|
-
"superclass": {
|
1532
|
-
"name": "Component",
|
1533
|
-
"module": "/src/models"
|
1534
|
-
},
|
1535
|
-
"tagName": "mdc-bullet",
|
1536
|
-
"jsDoc": "/**\n * Bullet component, which is a visual marker\n * and be used to organize and present items in a list format.\n *\n * @tagname mdc-bullet\n *\n * @cssproperty --mdc-bullet-background-color - background color of the bullet\n * @cssproperty --mdc-bullet-size-small - small size value of the bullet\n * @cssproperty --mdc-bullet-size-medium - medium size value of the bullet\n * @cssproperty --mdc-bullet-size-large - large size value of the bullet\n*/",
|
1537
|
-
"customElement": true
|
1538
|
-
}
|
1539
|
-
],
|
1540
|
-
"exports": [
|
1541
|
-
{
|
1542
|
-
"kind": "js",
|
1543
|
-
"name": "default",
|
1544
|
-
"declaration": {
|
1545
|
-
"name": "Bullet",
|
1546
|
-
"module": "components/bullet/bullet.component.js"
|
1547
|
-
}
|
1548
|
-
}
|
1549
|
-
]
|
1550
|
-
},
|
1551
1366
|
{
|
1552
1367
|
"kind": "javascript-module",
|
1553
1368
|
"path": "components/badge/badge.component.js",
|
@@ -1869,6 +1684,181 @@
|
|
1869
1684
|
}
|
1870
1685
|
]
|
1871
1686
|
},
|
1687
|
+
{
|
1688
|
+
"kind": "javascript-module",
|
1689
|
+
"path": "components/brandvisual/brandvisual.component.js",
|
1690
|
+
"declarations": [
|
1691
|
+
{
|
1692
|
+
"kind": "class",
|
1693
|
+
"description": "The `mdc-brandvisual` component is responsible for rendering logos dynamically & ensures they are\ndisplayed correctly within applications.\n\nFeatures:\n- Dynamically loads brandvisuals based on the `name` attribute.\n- Emits a `load` event when the brandvisual is successfully fetched.\n- Emits an `error` event when the brandvisual import fails.\n- Supports accessibility best practices.\n- Used for brand representation within the design system.",
|
1694
|
+
"name": "Brandvisual",
|
1695
|
+
"members": [
|
1696
|
+
{
|
1697
|
+
"kind": "field",
|
1698
|
+
"name": "brandVisualData",
|
1699
|
+
"type": {
|
1700
|
+
"text": "HTMLElement | undefined"
|
1701
|
+
},
|
1702
|
+
"privacy": "private"
|
1703
|
+
},
|
1704
|
+
{
|
1705
|
+
"kind": "field",
|
1706
|
+
"name": "name",
|
1707
|
+
"type": {
|
1708
|
+
"text": "BrandVisualNames | undefined"
|
1709
|
+
},
|
1710
|
+
"description": "Name of the brandVisual (= filename)",
|
1711
|
+
"attribute": "name",
|
1712
|
+
"reflects": true
|
1713
|
+
},
|
1714
|
+
{
|
1715
|
+
"kind": "method",
|
1716
|
+
"name": "getBrandVisualData",
|
1717
|
+
"privacy": "private"
|
1718
|
+
},
|
1719
|
+
{
|
1720
|
+
"kind": "method",
|
1721
|
+
"name": "handleBrandVisualLoadedSuccess",
|
1722
|
+
"privacy": "private",
|
1723
|
+
"parameters": [
|
1724
|
+
{
|
1725
|
+
"name": "brandVisualHtml",
|
1726
|
+
"type": {
|
1727
|
+
"text": "HTMLElement"
|
1728
|
+
},
|
1729
|
+
"description": "The brandvisual html element which has been fetched from the brandvisual provider."
|
1730
|
+
}
|
1731
|
+
],
|
1732
|
+
"description": "Sets the brandVisualData state to the fetched brandvisual.\nDispatches a 'load' event on the component once the brandvisual has been successfully loaded."
|
1733
|
+
},
|
1734
|
+
{
|
1735
|
+
"kind": "method",
|
1736
|
+
"name": "handleBrandVisualLoadedFailure",
|
1737
|
+
"privacy": "private",
|
1738
|
+
"parameters": [
|
1739
|
+
{
|
1740
|
+
"name": "error",
|
1741
|
+
"type": {
|
1742
|
+
"text": "unknown"
|
1743
|
+
}
|
1744
|
+
}
|
1745
|
+
],
|
1746
|
+
"description": "Dispatches an 'error' event on the component when the brandvisual import has failed.\nThis event bubbles and is cancelable.\nThe error detail is set to the error object."
|
1747
|
+
}
|
1748
|
+
],
|
1749
|
+
"events": [
|
1750
|
+
{
|
1751
|
+
"description": "(React: onLoad) This event is dispatched when the brandvisual has been successfully loaded.",
|
1752
|
+
"name": "load",
|
1753
|
+
"reactName": "onLoad"
|
1754
|
+
},
|
1755
|
+
{
|
1756
|
+
"description": "(React: onError) This event is dispatched when the brandvisual fetching has failed.",
|
1757
|
+
"name": "error",
|
1758
|
+
"reactName": "onError"
|
1759
|
+
}
|
1760
|
+
],
|
1761
|
+
"attributes": [
|
1762
|
+
{
|
1763
|
+
"name": "name",
|
1764
|
+
"type": {
|
1765
|
+
"text": "BrandVisualNames | undefined"
|
1766
|
+
},
|
1767
|
+
"description": "Name of the brandVisual (= filename)",
|
1768
|
+
"fieldName": "name"
|
1769
|
+
}
|
1770
|
+
],
|
1771
|
+
"superclass": {
|
1772
|
+
"name": "Component",
|
1773
|
+
"module": "/src/models"
|
1774
|
+
},
|
1775
|
+
"tagName": "mdc-brandvisual",
|
1776
|
+
"jsDoc": "/**\n * The `mdc-brandvisual` component is responsible for rendering logos dynamically & ensures they are\n * displayed correctly within applications.\n *\n * Features:\n * - Dynamically loads brandvisuals based on the `name` attribute.\n * - Emits a `load` event when the brandvisual is successfully fetched.\n * - Emits an `error` event when the brandvisual import fails.\n * - Supports accessibility best practices.\n * - Used for brand representation within the design system.\n *\n * @tagname mdc-brandvisual\n *\n * @event load - (React: onLoad) This event is dispatched when the brandvisual has been successfully loaded.\n * @event error - (React: onError) This event is dispatched when the brandvisual fetching has failed.\n *\n */",
|
1777
|
+
"customElement": true
|
1778
|
+
}
|
1779
|
+
],
|
1780
|
+
"exports": [
|
1781
|
+
{
|
1782
|
+
"kind": "js",
|
1783
|
+
"name": "default",
|
1784
|
+
"declaration": {
|
1785
|
+
"name": "Brandvisual",
|
1786
|
+
"module": "components/brandvisual/brandvisual.component.js"
|
1787
|
+
}
|
1788
|
+
}
|
1789
|
+
]
|
1790
|
+
},
|
1791
|
+
{
|
1792
|
+
"kind": "javascript-module",
|
1793
|
+
"path": "components/bullet/bullet.component.js",
|
1794
|
+
"declarations": [
|
1795
|
+
{
|
1796
|
+
"kind": "class",
|
1797
|
+
"description": "Bullet component, which is a visual marker\nand be used to organize and present items in a list format.",
|
1798
|
+
"name": "Bullet",
|
1799
|
+
"cssProperties": [
|
1800
|
+
{
|
1801
|
+
"description": "background color of the bullet",
|
1802
|
+
"name": "--mdc-bullet-background-color"
|
1803
|
+
},
|
1804
|
+
{
|
1805
|
+
"description": "small size value of the bullet",
|
1806
|
+
"name": "--mdc-bullet-size-small"
|
1807
|
+
},
|
1808
|
+
{
|
1809
|
+
"description": "medium size value of the bullet",
|
1810
|
+
"name": "--mdc-bullet-size-medium"
|
1811
|
+
},
|
1812
|
+
{
|
1813
|
+
"description": "large size value of the bullet",
|
1814
|
+
"name": "--mdc-bullet-size-large"
|
1815
|
+
}
|
1816
|
+
],
|
1817
|
+
"members": [
|
1818
|
+
{
|
1819
|
+
"kind": "field",
|
1820
|
+
"name": "size",
|
1821
|
+
"type": {
|
1822
|
+
"text": "Size"
|
1823
|
+
},
|
1824
|
+
"privacy": "public",
|
1825
|
+
"description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
|
1826
|
+
"default": "small",
|
1827
|
+
"attribute": "size",
|
1828
|
+
"reflects": true
|
1829
|
+
}
|
1830
|
+
],
|
1831
|
+
"attributes": [
|
1832
|
+
{
|
1833
|
+
"name": "size",
|
1834
|
+
"type": {
|
1835
|
+
"text": "Size"
|
1836
|
+
},
|
1837
|
+
"description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
|
1838
|
+
"default": "small",
|
1839
|
+
"fieldName": "size"
|
1840
|
+
}
|
1841
|
+
],
|
1842
|
+
"superclass": {
|
1843
|
+
"name": "Component",
|
1844
|
+
"module": "/src/models"
|
1845
|
+
},
|
1846
|
+
"tagName": "mdc-bullet",
|
1847
|
+
"jsDoc": "/**\n * Bullet component, which is a visual marker\n * and be used to organize and present items in a list format.\n *\n * @tagname mdc-bullet\n *\n * @cssproperty --mdc-bullet-background-color - background color of the bullet\n * @cssproperty --mdc-bullet-size-small - small size value of the bullet\n * @cssproperty --mdc-bullet-size-medium - medium size value of the bullet\n * @cssproperty --mdc-bullet-size-large - large size value of the bullet\n*/",
|
1848
|
+
"customElement": true
|
1849
|
+
}
|
1850
|
+
],
|
1851
|
+
"exports": [
|
1852
|
+
{
|
1853
|
+
"kind": "js",
|
1854
|
+
"name": "default",
|
1855
|
+
"declaration": {
|
1856
|
+
"name": "Bullet",
|
1857
|
+
"module": "components/bullet/bullet.component.js"
|
1858
|
+
}
|
1859
|
+
}
|
1860
|
+
]
|
1861
|
+
},
|
1872
1862
|
{
|
1873
1863
|
"kind": "javascript-module",
|
1874
1864
|
"path": "components/button/button.component.js",
|
@@ -2245,48 +2235,6 @@
|
|
2245
2235
|
}
|
2246
2236
|
}
|
2247
2237
|
],
|
2248
|
-
"events": [
|
2249
|
-
{
|
2250
|
-
"description": "(React: onClick) This event is dispatched when the button is clicked.",
|
2251
|
-
"name": "click",
|
2252
|
-
"reactName": "onClick",
|
2253
|
-
"eventName": "ClickEvent",
|
2254
|
-
"inheritedFrom": {
|
2255
|
-
"name": "Buttonsimple",
|
2256
|
-
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
2257
|
-
}
|
2258
|
-
},
|
2259
|
-
{
|
2260
|
-
"description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the button.",
|
2261
|
-
"name": "keydown",
|
2262
|
-
"reactName": "onKeyDown",
|
2263
|
-
"eventName": "KeydownEvent",
|
2264
|
-
"inheritedFrom": {
|
2265
|
-
"name": "Buttonsimple",
|
2266
|
-
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
2267
|
-
}
|
2268
|
-
},
|
2269
|
-
{
|
2270
|
-
"description": "(React: onKeyUp) This event is dispatched when a key is released on the button.",
|
2271
|
-
"name": "keyup",
|
2272
|
-
"reactName": "onKeyUp",
|
2273
|
-
"eventName": "KeyupEvent",
|
2274
|
-
"inheritedFrom": {
|
2275
|
-
"name": "Buttonsimple",
|
2276
|
-
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
2277
|
-
}
|
2278
|
-
},
|
2279
|
-
{
|
2280
|
-
"description": "(React: onFocus) This event is dispatched when the button receives focus.",
|
2281
|
-
"name": "focus",
|
2282
|
-
"reactName": "onFocus",
|
2283
|
-
"eventName": "FocusEvent",
|
2284
|
-
"inheritedFrom": {
|
2285
|
-
"name": "Buttonsimple",
|
2286
|
-
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
2287
|
-
}
|
2288
|
-
}
|
2289
|
-
],
|
2290
2238
|
"attributes": [
|
2291
2239
|
{
|
2292
2240
|
"name": "prefix-icon",
|
@@ -2419,8 +2367,46 @@
|
|
2419
2367
|
"module": "/src/components/buttonsimple/buttonsimple.component"
|
2420
2368
|
},
|
2421
2369
|
"tagName": "mdc-button",
|
2422
|
-
"jsDoc": "/**\n * `mdc-button` is a component that can be configured in various ways to suit different use cases.\n *\n * Button Variants:\n * - **Primary**: Solid background color.\n * - **Secondary**: Transparent background with a solid border.\n * - **Tertiary**: No background or border, appears as plain text but retains all button functionalities.\n *\n * Button Colors:\n * - **Positive**: Green color.\n * - **Negative**: Red color.\n * - **Accent**: Blue color.\n * - **Promotional**: Purple color.\n * - **Default**: White color.\n *\n * Button Sizes (in REM units):\n * - **Pill button**: 40, 32, 28, 24.\n * - **Icon button**: 64, 52, 40, 32, 28, 24.\n * - **Tertiary icon button**: 20.\n *\n * Button Types:\n * - **Pill button**: A button that contains text value. Commonly used for call to action, tags, or filters.\n * - **Pill button with icons**: A button containing an icon either on the left or right side of the button.\n * - **Icon button**: A button represented by just an icon without any text.\n * The type of button is inferred based on the presence of slot and/or prefix and postfix icons.\n *\n * @dependency mdc-icon\n *\n * @
|
2423
|
-
"customElement": true
|
2370
|
+
"jsDoc": "/**\n * `mdc-button` is a component that can be configured in various ways to suit different use cases.\n *\n * Button Variants:\n * - **Primary**: Solid background color.\n * - **Secondary**: Transparent background with a solid border.\n * - **Tertiary**: No background or border, appears as plain text but retains all button functionalities.\n *\n * Button Colors:\n * - **Positive**: Green color.\n * - **Negative**: Red color.\n * - **Accent**: Blue color.\n * - **Promotional**: Purple color.\n * - **Default**: White color.\n *\n * Button Sizes (in REM units):\n * - **Pill button**: 40, 32, 28, 24.\n * - **Icon button**: 64, 52, 40, 32, 28, 24.\n * - **Tertiary icon button**: 20.\n *\n * Button Types:\n * - **Pill button**: A button that contains text value. Commonly used for call to action, tags, or filters.\n * - **Pill button with icons**: A button containing an icon either on the left or right side of the button.\n * - **Icon button**: A button represented by just an icon without any text.\n * The type of button is inferred based on the presence of slot and/or prefix and postfix icons.\n *\n * @dependency mdc-icon\n *\n * @tagname mdc-button\n *\n * @slot - Text label of the button.\n */",
|
2371
|
+
"customElement": true,
|
2372
|
+
"events": [
|
2373
|
+
{
|
2374
|
+
"description": "(React: onClick) This event is dispatched when the button is clicked.",
|
2375
|
+
"name": "click",
|
2376
|
+
"reactName": "onClick",
|
2377
|
+
"inheritedFrom": {
|
2378
|
+
"name": "Buttonsimple",
|
2379
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
2380
|
+
}
|
2381
|
+
},
|
2382
|
+
{
|
2383
|
+
"description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the button.",
|
2384
|
+
"name": "keydown",
|
2385
|
+
"reactName": "onKeyDown",
|
2386
|
+
"inheritedFrom": {
|
2387
|
+
"name": "Buttonsimple",
|
2388
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
2389
|
+
}
|
2390
|
+
},
|
2391
|
+
{
|
2392
|
+
"description": "(React: onKeyUp) This event is dispatched when a key is released on the button.",
|
2393
|
+
"name": "keyup",
|
2394
|
+
"reactName": "onKeyUp",
|
2395
|
+
"inheritedFrom": {
|
2396
|
+
"name": "Buttonsimple",
|
2397
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
2398
|
+
}
|
2399
|
+
},
|
2400
|
+
{
|
2401
|
+
"description": "(React: onFocus) This event is dispatched when the button receives focus.",
|
2402
|
+
"name": "focus",
|
2403
|
+
"reactName": "onFocus",
|
2404
|
+
"inheritedFrom": {
|
2405
|
+
"name": "Buttonsimple",
|
2406
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
2407
|
+
}
|
2408
|
+
}
|
2409
|
+
]
|
2424
2410
|
}
|
2425
2411
|
],
|
2426
2412
|
"exports": [
|
@@ -2641,26 +2627,22 @@
|
|
2641
2627
|
{
|
2642
2628
|
"description": "(React: onClick) This event is dispatched when the button is clicked.",
|
2643
2629
|
"name": "click",
|
2644
|
-
"reactName": "onClick"
|
2645
|
-
"eventName": "ClickEvent"
|
2630
|
+
"reactName": "onClick"
|
2646
2631
|
},
|
2647
2632
|
{
|
2648
2633
|
"description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the button.",
|
2649
2634
|
"name": "keydown",
|
2650
|
-
"reactName": "onKeyDown"
|
2651
|
-
"eventName": "KeydownEvent"
|
2635
|
+
"reactName": "onKeyDown"
|
2652
2636
|
},
|
2653
2637
|
{
|
2654
2638
|
"description": "(React: onKeyUp) This event is dispatched when a key is released on the button.",
|
2655
2639
|
"name": "keyup",
|
2656
|
-
"reactName": "onKeyUp"
|
2657
|
-
"eventName": "KeyupEvent"
|
2640
|
+
"reactName": "onKeyUp"
|
2658
2641
|
},
|
2659
2642
|
{
|
2660
2643
|
"description": "(React: onFocus) This event is dispatched when the button receives focus.",
|
2661
2644
|
"name": "focus",
|
2662
|
-
"reactName": "onFocus"
|
2663
|
-
"eventName": "FocusEvent"
|
2645
|
+
"reactName": "onFocus"
|
2664
2646
|
}
|
2665
2647
|
],
|
2666
2648
|
"attributes": [
|
@@ -3220,14 +3202,12 @@
|
|
3220
3202
|
{
|
3221
3203
|
"description": "(React: onChange) Event that gets dispatched when the checkbox state changes.",
|
3222
3204
|
"name": "change",
|
3223
|
-
"reactName": "onChange"
|
3224
|
-
"eventName": "ChangeEvent"
|
3205
|
+
"reactName": "onChange"
|
3225
3206
|
},
|
3226
3207
|
{
|
3227
3208
|
"description": "(React: onFocus) Event that gets dispatched when the checkbox receives focus.",
|
3228
3209
|
"name": "focus",
|
3229
|
-
"reactName": "onFocus"
|
3230
|
-
"eventName": "FocusEvent"
|
3210
|
+
"reactName": "onFocus"
|
3231
3211
|
}
|
3232
3212
|
],
|
3233
3213
|
"attributes": [
|
@@ -3876,7 +3856,6 @@
|
|
3876
3856
|
"description": "(React: onClick) This event is dispatched when the button is clicked.",
|
3877
3857
|
"name": "click",
|
3878
3858
|
"reactName": "onClick",
|
3879
|
-
"eventName": "ClickEvent",
|
3880
3859
|
"inheritedFrom": {
|
3881
3860
|
"name": "Buttonsimple",
|
3882
3861
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
@@ -3886,7 +3865,6 @@
|
|
3886
3865
|
"description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the button.",
|
3887
3866
|
"name": "keydown",
|
3888
3867
|
"reactName": "onKeyDown",
|
3889
|
-
"eventName": "KeydownEvent",
|
3890
3868
|
"inheritedFrom": {
|
3891
3869
|
"name": "Buttonsimple",
|
3892
3870
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
@@ -3896,7 +3874,6 @@
|
|
3896
3874
|
"description": "(React: onKeyUp) This event is dispatched when a key is released on the button.",
|
3897
3875
|
"name": "keyup",
|
3898
3876
|
"reactName": "onKeyUp",
|
3899
|
-
"eventName": "KeyupEvent",
|
3900
3877
|
"inheritedFrom": {
|
3901
3878
|
"name": "Buttonsimple",
|
3902
3879
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
@@ -3906,7 +3883,6 @@
|
|
3906
3883
|
"description": "(React: onFocus) This event is dispatched when the button receives focus.",
|
3907
3884
|
"name": "focus",
|
3908
3885
|
"reactName": "onFocus",
|
3909
|
-
"eventName": "FocusEvent",
|
3910
3886
|
"inheritedFrom": {
|
3911
3887
|
"name": "Buttonsimple",
|
3912
3888
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
@@ -5085,7 +5061,6 @@
|
|
5085
5061
|
"description": "(React: onShown) This event is dispatched when the coachmark is shown",
|
5086
5062
|
"name": "shown",
|
5087
5063
|
"reactName": "onShown",
|
5088
|
-
"eventName": "ShownEvent",
|
5089
5064
|
"inheritedFrom": {
|
5090
5065
|
"name": "Popover",
|
5091
5066
|
"module": "src/components/popover/popover.component.ts"
|
@@ -5095,7 +5070,6 @@
|
|
5095
5070
|
"description": "(React: onHidden) This event is dispatched when the coachmark is hidden",
|
5096
5071
|
"name": "hidden",
|
5097
5072
|
"reactName": "onHidden",
|
5098
|
-
"eventName": "HiddenEvent",
|
5099
5073
|
"inheritedFrom": {
|
5100
5074
|
"name": "Popover",
|
5101
5075
|
"module": "src/components/popover/popover.component.ts"
|
@@ -5105,7 +5079,6 @@
|
|
5105
5079
|
"description": "(React: onCreated) This event is dispatched when the coachmark is created (added to the DOM)",
|
5106
5080
|
"name": "created",
|
5107
5081
|
"reactName": "onCreated",
|
5108
|
-
"eventName": "CreatedEvent",
|
5109
5082
|
"inheritedFrom": {
|
5110
5083
|
"name": "Popover",
|
5111
5084
|
"module": "src/components/popover/popover.component.ts"
|
@@ -5115,7 +5088,6 @@
|
|
5115
5088
|
"description": "(React: onDestroyed) This event is dispatched when the coachmark is destroyed (removed from the DOM)",
|
5116
5089
|
"name": "destroyed",
|
5117
5090
|
"reactName": "onDestroyed",
|
5118
|
-
"eventName": "DestroyedEvent",
|
5119
5091
|
"inheritedFrom": {
|
5120
5092
|
"name": "Popover",
|
5121
5093
|
"module": "src/components/popover/popover.component.ts"
|
@@ -6285,7 +6257,6 @@
|
|
6285
6257
|
"description": "(React: onClick) This event is dispatched when the button is clicked.",
|
6286
6258
|
"name": "click",
|
6287
6259
|
"reactName": "onClick",
|
6288
|
-
"eventName": "ClickEvent",
|
6289
6260
|
"inheritedFrom": {
|
6290
6261
|
"name": "Buttonsimple",
|
6291
6262
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
@@ -6295,7 +6266,6 @@
|
|
6295
6266
|
"description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the button.",
|
6296
6267
|
"name": "keydown",
|
6297
6268
|
"reactName": "onKeyDown",
|
6298
|
-
"eventName": "KeydownEvent",
|
6299
6269
|
"inheritedFrom": {
|
6300
6270
|
"name": "Buttonsimple",
|
6301
6271
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
@@ -6305,7 +6275,6 @@
|
|
6305
6275
|
"description": "(React: onKeyUp) This event is dispatched when a key is released on the button.",
|
6306
6276
|
"name": "keyup",
|
6307
6277
|
"reactName": "onKeyUp",
|
6308
|
-
"eventName": "KeyupEvent",
|
6309
6278
|
"inheritedFrom": {
|
6310
6279
|
"name": "Buttonsimple",
|
6311
6280
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
@@ -6315,7 +6284,6 @@
|
|
6315
6284
|
"description": "(React: onFocus) This event is dispatched when the button receives focus.",
|
6316
6285
|
"name": "focus",
|
6317
6286
|
"reactName": "onFocus",
|
6318
|
-
"eventName": "FocusEvent",
|
6319
6287
|
"inheritedFrom": {
|
6320
6288
|
"name": "Buttonsimple",
|
6321
6289
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
@@ -7945,26 +7913,22 @@
|
|
7945
7913
|
{
|
7946
7914
|
"description": "(React: onInput) This event is dispatched when the value of the input field changes (every press).",
|
7947
7915
|
"name": "input",
|
7948
|
-
"reactName": "onInput"
|
7949
|
-
"eventName": "InputEvent"
|
7916
|
+
"reactName": "onInput"
|
7950
7917
|
},
|
7951
7918
|
{
|
7952
7919
|
"description": "(React: onChange) This event is dispatched when the value of the input field changes (on blur).",
|
7953
7920
|
"name": "change",
|
7954
|
-
"reactName": "onChange"
|
7955
|
-
"eventName": "ChangeEvent"
|
7921
|
+
"reactName": "onChange"
|
7956
7922
|
},
|
7957
7923
|
{
|
7958
7924
|
"description": "(React: onFocus) This event is dispatched when the input receives focus.",
|
7959
7925
|
"name": "focus",
|
7960
|
-
"reactName": "onFocus"
|
7961
|
-
"eventName": "FocusEvent"
|
7926
|
+
"reactName": "onFocus"
|
7962
7927
|
},
|
7963
7928
|
{
|
7964
7929
|
"description": "(React: onBlur) This event is dispatched when the input loses focus.",
|
7965
7930
|
"name": "blur",
|
7966
|
-
"reactName": "onBlur"
|
7967
|
-
"eventName": "BlurEvent"
|
7931
|
+
"reactName": "onBlur"
|
7968
7932
|
}
|
7969
7933
|
],
|
7970
7934
|
"attributes": [
|
@@ -8374,8 +8338,7 @@
|
|
8374
8338
|
"text": "CustomEvent"
|
8375
8339
|
},
|
8376
8340
|
"description": "This event is dispatched when the close button is activated. It bubbles and is composed.",
|
8377
|
-
"reactName": "onRemove"
|
8378
|
-
"eventName": "RemoveEvent"
|
8341
|
+
"reactName": "onRemove"
|
8379
8342
|
}
|
8380
8343
|
],
|
8381
8344
|
"attributes": [
|
@@ -9132,26 +9095,22 @@
|
|
9132
9095
|
{
|
9133
9096
|
"description": "(React: onClick) This event is dispatched when the listitem is clicked.",
|
9134
9097
|
"name": "click",
|
9135
|
-
"reactName": "onClick"
|
9136
|
-
"eventName": "ClickEvent"
|
9098
|
+
"reactName": "onClick"
|
9137
9099
|
},
|
9138
9100
|
{
|
9139
9101
|
"description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the listitem.",
|
9140
9102
|
"name": "keydown",
|
9141
|
-
"reactName": "onKeyDown"
|
9142
|
-
"eventName": "KeydownEvent"
|
9103
|
+
"reactName": "onKeyDown"
|
9143
9104
|
},
|
9144
9105
|
{
|
9145
9106
|
"description": "(React: onKeyUp) This event is dispatched when a key is released on the listitem.",
|
9146
9107
|
"name": "keyup",
|
9147
|
-
"reactName": "onKeyUp"
|
9148
|
-
"eventName": "KeyupEvent"
|
9108
|
+
"reactName": "onKeyUp"
|
9149
9109
|
},
|
9150
9110
|
{
|
9151
9111
|
"description": "(React: onFocus) This event is dispatched when the listitem receives focus.",
|
9152
9112
|
"name": "focus",
|
9153
|
-
"reactName": "onFocus"
|
9154
|
-
"eventName": "FocusEvent"
|
9113
|
+
"reactName": "onFocus"
|
9155
9114
|
}
|
9156
9115
|
],
|
9157
9116
|
"attributes": [
|
@@ -9929,7 +9888,6 @@
|
|
9929
9888
|
"description": "(React: onClick) This event is dispatched when the option is clicked.",
|
9930
9889
|
"name": "click",
|
9931
9890
|
"reactName": "onClick",
|
9932
|
-
"eventName": "ClickEvent",
|
9933
9891
|
"inheritedFrom": {
|
9934
9892
|
"name": "ListItem",
|
9935
9893
|
"module": "src/components/listitem/listitem.component.ts"
|
@@ -9939,7 +9897,6 @@
|
|
9939
9897
|
"description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the option.",
|
9940
9898
|
"name": "keydown",
|
9941
9899
|
"reactName": "onKeyDown",
|
9942
|
-
"eventName": "KeydownEvent",
|
9943
9900
|
"inheritedFrom": {
|
9944
9901
|
"name": "ListItem",
|
9945
9902
|
"module": "src/components/listitem/listitem.component.ts"
|
@@ -9949,7 +9906,6 @@
|
|
9949
9906
|
"description": "(React: onKeyUp) This event is dispatched when a key is released on the option.",
|
9950
9907
|
"name": "keyup",
|
9951
9908
|
"reactName": "onKeyUp",
|
9952
|
-
"eventName": "KeyupEvent",
|
9953
9909
|
"inheritedFrom": {
|
9954
9910
|
"name": "ListItem",
|
9955
9911
|
"module": "src/components/listitem/listitem.component.ts"
|
@@ -9959,7 +9915,6 @@
|
|
9959
9915
|
"description": "(React: onFocus) This event is dispatched when the option receives focus.",
|
9960
9916
|
"name": "focus",
|
9961
9917
|
"reactName": "onFocus",
|
9962
|
-
"eventName": "FocusEvent",
|
9963
9918
|
"inheritedFrom": {
|
9964
9919
|
"name": "ListItem",
|
9965
9920
|
"module": "src/components/listitem/listitem.component.ts"
|
@@ -11170,26 +11125,22 @@
|
|
11170
11125
|
{
|
11171
11126
|
"description": "(React: onShown) This event is dispatched when the popover is shown",
|
11172
11127
|
"name": "shown",
|
11173
|
-
"reactName": "onShown"
|
11174
|
-
"eventName": "ShownEvent"
|
11128
|
+
"reactName": "onShown"
|
11175
11129
|
},
|
11176
11130
|
{
|
11177
11131
|
"description": "(React: onHidden) This event is dispatched when the popover is hidden",
|
11178
11132
|
"name": "hidden",
|
11179
|
-
"reactName": "onHidden"
|
11180
|
-
"eventName": "HiddenEvent"
|
11133
|
+
"reactName": "onHidden"
|
11181
11134
|
},
|
11182
11135
|
{
|
11183
11136
|
"description": "(React: onCreated) This event is dispatched when the popover is created (added to the DOM)",
|
11184
11137
|
"name": "created",
|
11185
|
-
"reactName": "onCreated"
|
11186
|
-
"eventName": "CreatedEvent"
|
11138
|
+
"reactName": "onCreated"
|
11187
11139
|
},
|
11188
11140
|
{
|
11189
11141
|
"description": "(React: onDestroyed) This event is dispatched when the popover is destroyed (removed from the DOM)",
|
11190
11142
|
"name": "destroyed",
|
11191
|
-
"reactName": "onDestroyed"
|
11192
|
-
"eventName": "DestroyedEvent"
|
11143
|
+
"reactName": "onDestroyed"
|
11193
11144
|
}
|
11194
11145
|
],
|
11195
11146
|
"attributes": [
|
@@ -12629,14 +12580,12 @@
|
|
12629
12580
|
{
|
12630
12581
|
"description": "(React: onChange) Event that gets dispatched when the radio state changes.",
|
12631
12582
|
"name": "change",
|
12632
|
-
"reactName": "onChange"
|
12633
|
-
"eventName": "ChangeEvent"
|
12583
|
+
"reactName": "onChange"
|
12634
12584
|
},
|
12635
12585
|
{
|
12636
12586
|
"description": "(React: onFocus) Event that gets dispatched when the radio receives focus.",
|
12637
12587
|
"name": "focus",
|
12638
|
-
"reactName": "onFocus"
|
12639
|
-
"eventName": "FocusEvent"
|
12588
|
+
"reactName": "onFocus"
|
12640
12589
|
}
|
12641
12590
|
],
|
12642
12591
|
"attributes": [
|
@@ -14506,7 +14455,6 @@
|
|
14506
14455
|
"description": "(React: onInput) This event is dispatched when the value of the input field changes (every press).",
|
14507
14456
|
"name": "input",
|
14508
14457
|
"reactName": "onInput",
|
14509
|
-
"eventName": "InputEvent",
|
14510
14458
|
"inheritedFrom": {
|
14511
14459
|
"name": "Input",
|
14512
14460
|
"module": "src/components/input/input.component.ts"
|
@@ -14516,7 +14464,6 @@
|
|
14516
14464
|
"description": "(React: onChange) This event is dispatched when the value of the input field changes (on blur).",
|
14517
14465
|
"name": "change",
|
14518
14466
|
"reactName": "onChange",
|
14519
|
-
"eventName": "ChangeEvent",
|
14520
14467
|
"inheritedFrom": {
|
14521
14468
|
"name": "Input",
|
14522
14469
|
"module": "src/components/input/input.component.ts"
|
@@ -14526,7 +14473,6 @@
|
|
14526
14473
|
"description": "(React: onFocus) This event is dispatched when the input receives focus.",
|
14527
14474
|
"name": "focus",
|
14528
14475
|
"reactName": "onFocus",
|
14529
|
-
"eventName": "FocusEvent",
|
14530
14476
|
"inheritedFrom": {
|
14531
14477
|
"name": "Input",
|
14532
14478
|
"module": "src/components/input/input.component.ts"
|
@@ -14536,7 +14482,6 @@
|
|
14536
14482
|
"description": "(React: onBlur) This event is dispatched when the input loses focus.",
|
14537
14483
|
"name": "blur",
|
14538
14484
|
"reactName": "onBlur",
|
14539
|
-
"eventName": "BlurEvent",
|
14540
14485
|
"inheritedFrom": {
|
14541
14486
|
"name": "Input",
|
14542
14487
|
"module": "src/components/input/input.component.ts"
|
@@ -15225,7 +15170,6 @@
|
|
15225
15170
|
"description": "(React: onClick) This event is dispatched when the tab is clicked.",
|
15226
15171
|
"name": "click",
|
15227
15172
|
"reactName": "onClick",
|
15228
|
-
"eventName": "ClickEvent",
|
15229
15173
|
"inheritedFrom": {
|
15230
15174
|
"name": "Buttonsimple",
|
15231
15175
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
@@ -15235,7 +15179,6 @@
|
|
15235
15179
|
"description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the tab.",
|
15236
15180
|
"name": "keydown",
|
15237
15181
|
"reactName": "onKeyDown",
|
15238
|
-
"eventName": "KeydownEvent",
|
15239
15182
|
"inheritedFrom": {
|
15240
15183
|
"name": "Buttonsimple",
|
15241
15184
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
@@ -15245,7 +15188,6 @@
|
|
15245
15188
|
"description": "(React: onKeyUp) This event is dispatched when a key is released on the tab.",
|
15246
15189
|
"name": "keyup",
|
15247
15190
|
"reactName": "onKeyUp",
|
15248
|
-
"eventName": "KeyupEvent",
|
15249
15191
|
"inheritedFrom": {
|
15250
15192
|
"name": "Buttonsimple",
|
15251
15193
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
@@ -15255,7 +15197,6 @@
|
|
15255
15197
|
"description": "(React: onFocus) This event is dispatched when the tab receives focus.",
|
15256
15198
|
"name": "focus",
|
15257
15199
|
"reactName": "onFocus",
|
15258
|
-
"eventName": "FocusEvent",
|
15259
15200
|
"inheritedFrom": {
|
15260
15201
|
"name": "Buttonsimple",
|
15261
15202
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
@@ -16050,8 +15991,7 @@
|
|
16050
15991
|
"text": "CustomEvent"
|
16051
15992
|
},
|
16052
15993
|
"description": "(React: onLimitExceeded) This event is dispatched once when the character limit exceeds or restored.",
|
16053
|
-
"reactName": "onLimitExceeded"
|
16054
|
-
"eventName": "LimitexceededEvent"
|
15994
|
+
"reactName": "onLimitExceeded"
|
16055
15995
|
},
|
16056
15996
|
{
|
16057
15997
|
"type": {
|
@@ -16061,26 +16001,22 @@
|
|
16061
16001
|
{
|
16062
16002
|
"description": "(React: onInput) This event is dispatched when the value of the textarea field changes (every press).",
|
16063
16003
|
"name": "input",
|
16064
|
-
"reactName": "onInput"
|
16065
|
-
"eventName": "InputEvent"
|
16004
|
+
"reactName": "onInput"
|
16066
16005
|
},
|
16067
16006
|
{
|
16068
16007
|
"description": "(React: onChange) This event is dispatched when the value of the textarea field changes (on blur).",
|
16069
16008
|
"name": "change",
|
16070
|
-
"reactName": "onChange"
|
16071
|
-
"eventName": "ChangeEvent"
|
16009
|
+
"reactName": "onChange"
|
16072
16010
|
},
|
16073
16011
|
{
|
16074
16012
|
"description": "(React: onFocus) This event is dispatched when the textarea receives focus.",
|
16075
16013
|
"name": "focus",
|
16076
|
-
"reactName": "onFocus"
|
16077
|
-
"eventName": "FocusEvent"
|
16014
|
+
"reactName": "onFocus"
|
16078
16015
|
},
|
16079
16016
|
{
|
16080
16017
|
"description": "(React: onBlur) This event is dispatched when the textarea loses focus.",
|
16081
16018
|
"name": "blur",
|
16082
|
-
"reactName": "onBlur"
|
16083
|
-
"eventName": "BlurEvent"
|
16019
|
+
"reactName": "onBlur"
|
16084
16020
|
}
|
16085
16021
|
],
|
16086
16022
|
"attributes": [
|
@@ -16943,14 +16879,12 @@
|
|
16943
16879
|
{
|
16944
16880
|
"description": "(React: onChange) Event that gets dispatched when the toggle state changes.",
|
16945
16881
|
"name": "change",
|
16946
|
-
"reactName": "onChange"
|
16947
|
-
"eventName": "ChangeEvent"
|
16882
|
+
"reactName": "onChange"
|
16948
16883
|
},
|
16949
16884
|
{
|
16950
16885
|
"description": "(React: onFocus) Event that gets dispatched when the toggle receives focus.",
|
16951
16886
|
"name": "focus",
|
16952
|
-
"reactName": "onFocus"
|
16953
|
-
"eventName": "FocusEvent"
|
16887
|
+
"reactName": "onFocus"
|
16954
16888
|
}
|
16955
16889
|
],
|
16956
16890
|
"attributes": [
|
@@ -18403,7 +18337,6 @@
|
|
18403
18337
|
"description": "(React: onShown) This event is dispatched when the tooltip is shown",
|
18404
18338
|
"name": "shown",
|
18405
18339
|
"reactName": "onShown",
|
18406
|
-
"eventName": "ShownEvent",
|
18407
18340
|
"inheritedFrom": {
|
18408
18341
|
"name": "Popover",
|
18409
18342
|
"module": "src/components/popover/popover.component.ts"
|
@@ -18413,7 +18346,6 @@
|
|
18413
18346
|
"description": "(React: onHidden) This event is dispatched when the tooltip is hidden",
|
18414
18347
|
"name": "hidden",
|
18415
18348
|
"reactName": "onHidden",
|
18416
|
-
"eventName": "HiddenEvent",
|
18417
18349
|
"inheritedFrom": {
|
18418
18350
|
"name": "Popover",
|
18419
18351
|
"module": "src/components/popover/popover.component.ts"
|
@@ -18423,7 +18355,6 @@
|
|
18423
18355
|
"description": "(React: onCreated) This event is dispatched when the tooltip is created (added to the DOM)",
|
18424
18356
|
"name": "created",
|
18425
18357
|
"reactName": "onCreated",
|
18426
|
-
"eventName": "CreatedEvent",
|
18427
18358
|
"inheritedFrom": {
|
18428
18359
|
"name": "Popover",
|
18429
18360
|
"module": "src/components/popover/popover.component.ts"
|
@@ -18433,7 +18364,6 @@
|
|
18433
18364
|
"description": "(React: onDestroyed) This event is dispatched when the tooltip is destroyed (removed from the DOM)",
|
18434
18365
|
"name": "destroyed",
|
18435
18366
|
"reactName": "onDestroyed",
|
18436
|
-
"eventName": "DestroyedEvent",
|
18437
18367
|
"inheritedFrom": {
|
18438
18368
|
"name": "Popover",
|
18439
18369
|
"module": "src/components/popover/popover.component.ts"
|
@@ -18941,8 +18871,7 @@
|
|
18941
18871
|
{
|
18942
18872
|
"description": "(React: onScroll) Event that gets called when user scrolls inside of list.",
|
18943
18873
|
"name": "onscroll",
|
18944
|
-
"reactName": "onScroll"
|
18945
|
-
"eventName": "OnscrollEvent"
|
18874
|
+
"reactName": "onScroll"
|
18946
18875
|
}
|
18947
18876
|
],
|
18948
18877
|
"attributes": [
|