@momentum-design/components 0.106.0 → 0.106.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/index.js +49 -49
- package/dist/browser/index.js.map +2 -2
- package/dist/components/buttonsimple/buttonsimple.component.d.ts +10 -0
- package/dist/components/buttonsimple/buttonsimple.component.js +8 -0
- package/dist/components/menuitem/menuitem.component.d.ts +2 -2
- package/dist/components/menuitem/menuitem.component.js +2 -11
- package/dist/custom-elements.json +1078 -642
- package/dist/react/index.d.ts +2 -2
- package/dist/react/index.js +2 -2
- package/package.json +1 -1
@@ -1160,6 +1160,34 @@
|
|
1160
1160
|
"module": "components/buttonsimple/buttonsimple.component.js"
|
1161
1161
|
}
|
1162
1162
|
},
|
1163
|
+
{
|
1164
|
+
"kind": "field",
|
1165
|
+
"name": "name",
|
1166
|
+
"type": {
|
1167
|
+
"text": "string | undefined"
|
1168
|
+
},
|
1169
|
+
"description": "The name of the button, submitted as a pair with the button's value as part of the form data,\nwhen that button is used to submit the form.",
|
1170
|
+
"attribute": "name",
|
1171
|
+
"reflects": true,
|
1172
|
+
"inheritedFrom": {
|
1173
|
+
"name": "Buttonsimple",
|
1174
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
1175
|
+
}
|
1176
|
+
},
|
1177
|
+
{
|
1178
|
+
"kind": "field",
|
1179
|
+
"name": "value",
|
1180
|
+
"type": {
|
1181
|
+
"text": "string | undefined"
|
1182
|
+
},
|
1183
|
+
"description": "Defines the value associated with the button's name when it's submitted with the form data.\nThis value is passed to the server in params when the form is submitted using this button.",
|
1184
|
+
"attribute": "value",
|
1185
|
+
"reflects": true,
|
1186
|
+
"inheritedFrom": {
|
1187
|
+
"name": "Buttonsimple",
|
1188
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
1189
|
+
}
|
1190
|
+
},
|
1163
1191
|
{
|
1164
1192
|
"kind": "method",
|
1165
1193
|
"name": "executeAction",
|
@@ -1442,6 +1470,30 @@
|
|
1442
1470
|
"name": "Buttonsimple",
|
1443
1471
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
1444
1472
|
}
|
1473
|
+
},
|
1474
|
+
{
|
1475
|
+
"name": "name",
|
1476
|
+
"type": {
|
1477
|
+
"text": "string | undefined"
|
1478
|
+
},
|
1479
|
+
"description": "The name of the button, submitted as a pair with the button's value as part of the form data,\nwhen that button is used to submit the form.",
|
1480
|
+
"fieldName": "name",
|
1481
|
+
"inheritedFrom": {
|
1482
|
+
"name": "Buttonsimple",
|
1483
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
1484
|
+
}
|
1485
|
+
},
|
1486
|
+
{
|
1487
|
+
"name": "value",
|
1488
|
+
"type": {
|
1489
|
+
"text": "string | undefined"
|
1490
|
+
},
|
1491
|
+
"description": "Defines the value associated with the button's name when it's submitted with the form data.\nThis value is passed to the server in params when the form is submitted using this button.",
|
1492
|
+
"fieldName": "value",
|
1493
|
+
"inheritedFrom": {
|
1494
|
+
"name": "Buttonsimple",
|
1495
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
1496
|
+
}
|
1445
1497
|
}
|
1446
1498
|
],
|
1447
1499
|
"superclass": {
|
@@ -1502,6 +1554,218 @@
|
|
1502
1554
|
}
|
1503
1555
|
]
|
1504
1556
|
},
|
1557
|
+
{
|
1558
|
+
"kind": "javascript-module",
|
1559
|
+
"path": "components/animation/animation.component.js",
|
1560
|
+
"declarations": [
|
1561
|
+
{
|
1562
|
+
"kind": "class",
|
1563
|
+
"description": "The `mdc-animation` component is a wrapper around the Lottie animation library.\nIt fetches the animation data dynamically based on the provided name and renders it.\nThis is a display only component that does not have any interactive functionality.\nFrom accessibility perspective, (by default) it is a decorative image component.",
|
1564
|
+
"name": "Animation",
|
1565
|
+
"members": [
|
1566
|
+
{
|
1567
|
+
"kind": "field",
|
1568
|
+
"name": "name",
|
1569
|
+
"type": {
|
1570
|
+
"text": "AnimationNames | undefined"
|
1571
|
+
},
|
1572
|
+
"description": "Name of the animation (= filename)",
|
1573
|
+
"attribute": "name",
|
1574
|
+
"reflects": true
|
1575
|
+
},
|
1576
|
+
{
|
1577
|
+
"kind": "field",
|
1578
|
+
"name": "loop",
|
1579
|
+
"type": {
|
1580
|
+
"text": "LoopType | undefined"
|
1581
|
+
},
|
1582
|
+
"description": "How many times to loop the animation\n- \"true\" - infinite\n- \"false\" - no loop\n- number - number of times to loop",
|
1583
|
+
"attribute": "loop",
|
1584
|
+
"reflects": true
|
1585
|
+
},
|
1586
|
+
{
|
1587
|
+
"kind": "field",
|
1588
|
+
"name": "autoplay",
|
1589
|
+
"type": {
|
1590
|
+
"text": "boolean | undefined"
|
1591
|
+
},
|
1592
|
+
"description": "Weather start the animation automatically",
|
1593
|
+
"attribute": "autoplay",
|
1594
|
+
"reflects": true
|
1595
|
+
},
|
1596
|
+
{
|
1597
|
+
"kind": "field",
|
1598
|
+
"name": "ariaLabel",
|
1599
|
+
"type": {
|
1600
|
+
"text": "string | null"
|
1601
|
+
},
|
1602
|
+
"default": "null",
|
1603
|
+
"description": "Aria-label attribute to be set for accessibility",
|
1604
|
+
"attribute": "aria-label"
|
1605
|
+
},
|
1606
|
+
{
|
1607
|
+
"kind": "field",
|
1608
|
+
"name": "ariaLabelledBy",
|
1609
|
+
"type": {
|
1610
|
+
"text": "string | null"
|
1611
|
+
},
|
1612
|
+
"default": "null",
|
1613
|
+
"description": "Aria-labelledby attribute to be set for accessibility",
|
1614
|
+
"attribute": "aria-labelledby"
|
1615
|
+
},
|
1616
|
+
{
|
1617
|
+
"kind": "field",
|
1618
|
+
"name": "lottieInstance",
|
1619
|
+
"type": {
|
1620
|
+
"text": "AnimationItem | undefined"
|
1621
|
+
},
|
1622
|
+
"privacy": "private",
|
1623
|
+
"description": "Lottie animation instance"
|
1624
|
+
},
|
1625
|
+
{
|
1626
|
+
"kind": "field",
|
1627
|
+
"name": "containerRef",
|
1628
|
+
"type": {
|
1629
|
+
"text": "Ref<HTMLDivElement>"
|
1630
|
+
},
|
1631
|
+
"privacy": "private",
|
1632
|
+
"description": "Container for the animation"
|
1633
|
+
},
|
1634
|
+
{
|
1635
|
+
"kind": "field",
|
1636
|
+
"name": "animation",
|
1637
|
+
"description": "Exposed API of the animation library (lottie)",
|
1638
|
+
"readonly": true
|
1639
|
+
},
|
1640
|
+
{
|
1641
|
+
"kind": "method",
|
1642
|
+
"name": "getLoopValue",
|
1643
|
+
"privacy": "private"
|
1644
|
+
},
|
1645
|
+
{
|
1646
|
+
"kind": "method",
|
1647
|
+
"name": "onLoadSuccessHandler",
|
1648
|
+
"privacy": "private",
|
1649
|
+
"parameters": [
|
1650
|
+
{
|
1651
|
+
"name": "animationData",
|
1652
|
+
"type": {
|
1653
|
+
"text": "any"
|
1654
|
+
}
|
1655
|
+
}
|
1656
|
+
],
|
1657
|
+
"description": "Create new lotty instance for the loaded data"
|
1658
|
+
},
|
1659
|
+
{
|
1660
|
+
"kind": "method",
|
1661
|
+
"name": "onLoadFailHandler",
|
1662
|
+
"privacy": "private",
|
1663
|
+
"parameters": [
|
1664
|
+
{
|
1665
|
+
"name": "error",
|
1666
|
+
"type": {
|
1667
|
+
"text": "Error"
|
1668
|
+
}
|
1669
|
+
}
|
1670
|
+
],
|
1671
|
+
"description": "Error handler for animation loading"
|
1672
|
+
},
|
1673
|
+
{
|
1674
|
+
"kind": "method",
|
1675
|
+
"name": "getAnimationData",
|
1676
|
+
"privacy": "private",
|
1677
|
+
"description": "Import animation data dynamically"
|
1678
|
+
},
|
1679
|
+
{
|
1680
|
+
"kind": "field",
|
1681
|
+
"name": "onCompleteHandler",
|
1682
|
+
"description": "Re-dispatch the complete event from the animation library\n\nThis handler called with the animation instance instead of the component instance\nso we need to bind it to the component instance. The arrow function just does that."
|
1683
|
+
}
|
1684
|
+
],
|
1685
|
+
"events": [
|
1686
|
+
{
|
1687
|
+
"name": "load",
|
1688
|
+
"type": {
|
1689
|
+
"text": "CustomEvent"
|
1690
|
+
},
|
1691
|
+
"description": "(React: onLoad) This event is dispatched when the animation is loaded",
|
1692
|
+
"reactName": "onLoad"
|
1693
|
+
},
|
1694
|
+
{
|
1695
|
+
"description": "(React: onComplete) This event is dispatched when all animation loops completed",
|
1696
|
+
"name": "complete",
|
1697
|
+
"reactName": "onComplete"
|
1698
|
+
},
|
1699
|
+
{
|
1700
|
+
"description": "(React: onError) This event is dispatched when animation loading failed",
|
1701
|
+
"name": "error",
|
1702
|
+
"reactName": "onError"
|
1703
|
+
}
|
1704
|
+
],
|
1705
|
+
"attributes": [
|
1706
|
+
{
|
1707
|
+
"name": "name",
|
1708
|
+
"type": {
|
1709
|
+
"text": "AnimationNames | undefined"
|
1710
|
+
},
|
1711
|
+
"description": "Name of the animation (= filename)",
|
1712
|
+
"fieldName": "name"
|
1713
|
+
},
|
1714
|
+
{
|
1715
|
+
"name": "loop",
|
1716
|
+
"type": {
|
1717
|
+
"text": "LoopType | undefined"
|
1718
|
+
},
|
1719
|
+
"description": "How many times to loop the animation\n- \"true\" - infinite\n- \"false\" - no loop\n- number - number of times to loop",
|
1720
|
+
"fieldName": "loop"
|
1721
|
+
},
|
1722
|
+
{
|
1723
|
+
"name": "autoplay",
|
1724
|
+
"type": {
|
1725
|
+
"text": "boolean | undefined"
|
1726
|
+
},
|
1727
|
+
"description": "Weather start the animation automatically",
|
1728
|
+
"fieldName": "autoplay"
|
1729
|
+
},
|
1730
|
+
{
|
1731
|
+
"name": "aria-label",
|
1732
|
+
"type": {
|
1733
|
+
"text": "string | null"
|
1734
|
+
},
|
1735
|
+
"default": "null",
|
1736
|
+
"description": "Aria-label attribute to be set for accessibility",
|
1737
|
+
"fieldName": "ariaLabel"
|
1738
|
+
},
|
1739
|
+
{
|
1740
|
+
"name": "aria-labelledby",
|
1741
|
+
"type": {
|
1742
|
+
"text": "string | null"
|
1743
|
+
},
|
1744
|
+
"default": "null",
|
1745
|
+
"description": "Aria-labelledby attribute to be set for accessibility",
|
1746
|
+
"fieldName": "ariaLabelledBy"
|
1747
|
+
}
|
1748
|
+
],
|
1749
|
+
"superclass": {
|
1750
|
+
"name": "Component",
|
1751
|
+
"module": "/src/models"
|
1752
|
+
},
|
1753
|
+
"tagName": "mdc-animation",
|
1754
|
+
"jsDoc": "/**\n * The `mdc-animation` component is a wrapper around the Lottie animation library.\n * It fetches the animation data dynamically based on the provided name and renders it.\n * This is a display only component that does not have any interactive functionality.\n * From accessibility perspective, (by default) it is a decorative image component.\n *\n * @tagname mdc-animation\n *\n * @event load - (React: onLoad) This event is dispatched when the animation is loaded\n * @event complete - (React: onComplete) This event is dispatched when all animation loops completed\n * @event error - (React: onError) This event is dispatched when animation loading failed\n */",
|
1755
|
+
"customElement": true
|
1756
|
+
}
|
1757
|
+
],
|
1758
|
+
"exports": [
|
1759
|
+
{
|
1760
|
+
"kind": "js",
|
1761
|
+
"name": "default",
|
1762
|
+
"declaration": {
|
1763
|
+
"name": "Animation",
|
1764
|
+
"module": "components/animation/animation.component.js"
|
1765
|
+
}
|
1766
|
+
}
|
1767
|
+
]
|
1768
|
+
},
|
1505
1769
|
{
|
1506
1770
|
"kind": "javascript-module",
|
1507
1771
|
"path": "components/appheader/appheader.component.js",
|
@@ -1829,218 +2093,6 @@
|
|
1829
2093
|
}
|
1830
2094
|
]
|
1831
2095
|
},
|
1832
|
-
{
|
1833
|
-
"kind": "javascript-module",
|
1834
|
-
"path": "components/animation/animation.component.js",
|
1835
|
-
"declarations": [
|
1836
|
-
{
|
1837
|
-
"kind": "class",
|
1838
|
-
"description": "The `mdc-animation` component is a wrapper around the Lottie animation library.\nIt fetches the animation data dynamically based on the provided name and renders it.\nThis is a display only component that does not have any interactive functionality.\nFrom accessibility perspective, (by default) it is a decorative image component.",
|
1839
|
-
"name": "Animation",
|
1840
|
-
"members": [
|
1841
|
-
{
|
1842
|
-
"kind": "field",
|
1843
|
-
"name": "name",
|
1844
|
-
"type": {
|
1845
|
-
"text": "AnimationNames | undefined"
|
1846
|
-
},
|
1847
|
-
"description": "Name of the animation (= filename)",
|
1848
|
-
"attribute": "name",
|
1849
|
-
"reflects": true
|
1850
|
-
},
|
1851
|
-
{
|
1852
|
-
"kind": "field",
|
1853
|
-
"name": "loop",
|
1854
|
-
"type": {
|
1855
|
-
"text": "LoopType | undefined"
|
1856
|
-
},
|
1857
|
-
"description": "How many times to loop the animation\n- \"true\" - infinite\n- \"false\" - no loop\n- number - number of times to loop",
|
1858
|
-
"attribute": "loop",
|
1859
|
-
"reflects": true
|
1860
|
-
},
|
1861
|
-
{
|
1862
|
-
"kind": "field",
|
1863
|
-
"name": "autoplay",
|
1864
|
-
"type": {
|
1865
|
-
"text": "boolean | undefined"
|
1866
|
-
},
|
1867
|
-
"description": "Weather start the animation automatically",
|
1868
|
-
"attribute": "autoplay",
|
1869
|
-
"reflects": true
|
1870
|
-
},
|
1871
|
-
{
|
1872
|
-
"kind": "field",
|
1873
|
-
"name": "ariaLabel",
|
1874
|
-
"type": {
|
1875
|
-
"text": "string | null"
|
1876
|
-
},
|
1877
|
-
"default": "null",
|
1878
|
-
"description": "Aria-label attribute to be set for accessibility",
|
1879
|
-
"attribute": "aria-label"
|
1880
|
-
},
|
1881
|
-
{
|
1882
|
-
"kind": "field",
|
1883
|
-
"name": "ariaLabelledBy",
|
1884
|
-
"type": {
|
1885
|
-
"text": "string | null"
|
1886
|
-
},
|
1887
|
-
"default": "null",
|
1888
|
-
"description": "Aria-labelledby attribute to be set for accessibility",
|
1889
|
-
"attribute": "aria-labelledby"
|
1890
|
-
},
|
1891
|
-
{
|
1892
|
-
"kind": "field",
|
1893
|
-
"name": "lottieInstance",
|
1894
|
-
"type": {
|
1895
|
-
"text": "AnimationItem | undefined"
|
1896
|
-
},
|
1897
|
-
"privacy": "private",
|
1898
|
-
"description": "Lottie animation instance"
|
1899
|
-
},
|
1900
|
-
{
|
1901
|
-
"kind": "field",
|
1902
|
-
"name": "containerRef",
|
1903
|
-
"type": {
|
1904
|
-
"text": "Ref<HTMLDivElement>"
|
1905
|
-
},
|
1906
|
-
"privacy": "private",
|
1907
|
-
"description": "Container for the animation"
|
1908
|
-
},
|
1909
|
-
{
|
1910
|
-
"kind": "field",
|
1911
|
-
"name": "animation",
|
1912
|
-
"description": "Exposed API of the animation library (lottie)",
|
1913
|
-
"readonly": true
|
1914
|
-
},
|
1915
|
-
{
|
1916
|
-
"kind": "method",
|
1917
|
-
"name": "getLoopValue",
|
1918
|
-
"privacy": "private"
|
1919
|
-
},
|
1920
|
-
{
|
1921
|
-
"kind": "method",
|
1922
|
-
"name": "onLoadSuccessHandler",
|
1923
|
-
"privacy": "private",
|
1924
|
-
"parameters": [
|
1925
|
-
{
|
1926
|
-
"name": "animationData",
|
1927
|
-
"type": {
|
1928
|
-
"text": "any"
|
1929
|
-
}
|
1930
|
-
}
|
1931
|
-
],
|
1932
|
-
"description": "Create new lotty instance for the loaded data"
|
1933
|
-
},
|
1934
|
-
{
|
1935
|
-
"kind": "method",
|
1936
|
-
"name": "onLoadFailHandler",
|
1937
|
-
"privacy": "private",
|
1938
|
-
"parameters": [
|
1939
|
-
{
|
1940
|
-
"name": "error",
|
1941
|
-
"type": {
|
1942
|
-
"text": "Error"
|
1943
|
-
}
|
1944
|
-
}
|
1945
|
-
],
|
1946
|
-
"description": "Error handler for animation loading"
|
1947
|
-
},
|
1948
|
-
{
|
1949
|
-
"kind": "method",
|
1950
|
-
"name": "getAnimationData",
|
1951
|
-
"privacy": "private",
|
1952
|
-
"description": "Import animation data dynamically"
|
1953
|
-
},
|
1954
|
-
{
|
1955
|
-
"kind": "field",
|
1956
|
-
"name": "onCompleteHandler",
|
1957
|
-
"description": "Re-dispatch the complete event from the animation library\n\nThis handler called with the animation instance instead of the component instance\nso we need to bind it to the component instance. The arrow function just does that."
|
1958
|
-
}
|
1959
|
-
],
|
1960
|
-
"events": [
|
1961
|
-
{
|
1962
|
-
"name": "load",
|
1963
|
-
"type": {
|
1964
|
-
"text": "CustomEvent"
|
1965
|
-
},
|
1966
|
-
"description": "(React: onLoad) This event is dispatched when the animation is loaded",
|
1967
|
-
"reactName": "onLoad"
|
1968
|
-
},
|
1969
|
-
{
|
1970
|
-
"description": "(React: onComplete) This event is dispatched when all animation loops completed",
|
1971
|
-
"name": "complete",
|
1972
|
-
"reactName": "onComplete"
|
1973
|
-
},
|
1974
|
-
{
|
1975
|
-
"description": "(React: onError) This event is dispatched when animation loading failed",
|
1976
|
-
"name": "error",
|
1977
|
-
"reactName": "onError"
|
1978
|
-
}
|
1979
|
-
],
|
1980
|
-
"attributes": [
|
1981
|
-
{
|
1982
|
-
"name": "name",
|
1983
|
-
"type": {
|
1984
|
-
"text": "AnimationNames | undefined"
|
1985
|
-
},
|
1986
|
-
"description": "Name of the animation (= filename)",
|
1987
|
-
"fieldName": "name"
|
1988
|
-
},
|
1989
|
-
{
|
1990
|
-
"name": "loop",
|
1991
|
-
"type": {
|
1992
|
-
"text": "LoopType | undefined"
|
1993
|
-
},
|
1994
|
-
"description": "How many times to loop the animation\n- \"true\" - infinite\n- \"false\" - no loop\n- number - number of times to loop",
|
1995
|
-
"fieldName": "loop"
|
1996
|
-
},
|
1997
|
-
{
|
1998
|
-
"name": "autoplay",
|
1999
|
-
"type": {
|
2000
|
-
"text": "boolean | undefined"
|
2001
|
-
},
|
2002
|
-
"description": "Weather start the animation automatically",
|
2003
|
-
"fieldName": "autoplay"
|
2004
|
-
},
|
2005
|
-
{
|
2006
|
-
"name": "aria-label",
|
2007
|
-
"type": {
|
2008
|
-
"text": "string | null"
|
2009
|
-
},
|
2010
|
-
"default": "null",
|
2011
|
-
"description": "Aria-label attribute to be set for accessibility",
|
2012
|
-
"fieldName": "ariaLabel"
|
2013
|
-
},
|
2014
|
-
{
|
2015
|
-
"name": "aria-labelledby",
|
2016
|
-
"type": {
|
2017
|
-
"text": "string | null"
|
2018
|
-
},
|
2019
|
-
"default": "null",
|
2020
|
-
"description": "Aria-labelledby attribute to be set for accessibility",
|
2021
|
-
"fieldName": "ariaLabelledBy"
|
2022
|
-
}
|
2023
|
-
],
|
2024
|
-
"superclass": {
|
2025
|
-
"name": "Component",
|
2026
|
-
"module": "/src/models"
|
2027
|
-
},
|
2028
|
-
"tagName": "mdc-animation",
|
2029
|
-
"jsDoc": "/**\n * The `mdc-animation` component is a wrapper around the Lottie animation library.\n * It fetches the animation data dynamically based on the provided name and renders it.\n * This is a display only component that does not have any interactive functionality.\n * From accessibility perspective, (by default) it is a decorative image component.\n *\n * @tagname mdc-animation\n *\n * @event load - (React: onLoad) This event is dispatched when the animation is loaded\n * @event complete - (React: onComplete) This event is dispatched when all animation loops completed\n * @event error - (React: onError) This event is dispatched when animation loading failed\n */",
|
2030
|
-
"customElement": true
|
2031
|
-
}
|
2032
|
-
],
|
2033
|
-
"exports": [
|
2034
|
-
{
|
2035
|
-
"kind": "js",
|
2036
|
-
"name": "default",
|
2037
|
-
"declaration": {
|
2038
|
-
"name": "Animation",
|
2039
|
-
"module": "components/animation/animation.component.js"
|
2040
|
-
}
|
2041
|
-
}
|
2042
|
-
]
|
2043
|
-
},
|
2044
2096
|
{
|
2045
2097
|
"kind": "javascript-module",
|
2046
2098
|
"path": "components/avatarbutton/avatarbutton.component.js",
|
@@ -2327,6 +2379,34 @@
|
|
2327
2379
|
"module": "components/buttonsimple/buttonsimple.component.js"
|
2328
2380
|
}
|
2329
2381
|
},
|
2382
|
+
{
|
2383
|
+
"kind": "field",
|
2384
|
+
"name": "name",
|
2385
|
+
"type": {
|
2386
|
+
"text": "string | undefined"
|
2387
|
+
},
|
2388
|
+
"description": "The name of the button, submitted as a pair with the button's value as part of the form data,\nwhen that button is used to submit the form.",
|
2389
|
+
"attribute": "name",
|
2390
|
+
"reflects": true,
|
2391
|
+
"inheritedFrom": {
|
2392
|
+
"name": "Buttonsimple",
|
2393
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
2394
|
+
}
|
2395
|
+
},
|
2396
|
+
{
|
2397
|
+
"kind": "field",
|
2398
|
+
"name": "value",
|
2399
|
+
"type": {
|
2400
|
+
"text": "string | undefined"
|
2401
|
+
},
|
2402
|
+
"description": "Defines the value associated with the button's name when it's submitted with the form data.\nThis value is passed to the server in params when the form is submitted using this button.",
|
2403
|
+
"attribute": "value",
|
2404
|
+
"reflects": true,
|
2405
|
+
"inheritedFrom": {
|
2406
|
+
"name": "Buttonsimple",
|
2407
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
2408
|
+
}
|
2409
|
+
},
|
2330
2410
|
{
|
2331
2411
|
"kind": "method",
|
2332
2412
|
"name": "executeAction",
|
@@ -2711,6 +2791,30 @@
|
|
2711
2791
|
"name": "Buttonsimple",
|
2712
2792
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
2713
2793
|
}
|
2794
|
+
},
|
2795
|
+
{
|
2796
|
+
"name": "name",
|
2797
|
+
"type": {
|
2798
|
+
"text": "string | undefined"
|
2799
|
+
},
|
2800
|
+
"description": "The name of the button, submitted as a pair with the button's value as part of the form data,\nwhen that button is used to submit the form.",
|
2801
|
+
"fieldName": "name",
|
2802
|
+
"inheritedFrom": {
|
2803
|
+
"name": "Buttonsimple",
|
2804
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
2805
|
+
}
|
2806
|
+
},
|
2807
|
+
{
|
2808
|
+
"name": "value",
|
2809
|
+
"type": {
|
2810
|
+
"text": "string | undefined"
|
2811
|
+
},
|
2812
|
+
"description": "Defines the value associated with the button's name when it's submitted with the form data.\nThis value is passed to the server in params when the form is submitted using this button.",
|
2813
|
+
"fieldName": "value",
|
2814
|
+
"inheritedFrom": {
|
2815
|
+
"name": "Buttonsimple",
|
2816
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
2817
|
+
}
|
2714
2818
|
}
|
2715
2819
|
],
|
2716
2820
|
"mixins": [
|
@@ -3567,6 +3671,34 @@
|
|
3567
3671
|
"module": "components/buttonsimple/buttonsimple.component.js"
|
3568
3672
|
}
|
3569
3673
|
},
|
3674
|
+
{
|
3675
|
+
"kind": "field",
|
3676
|
+
"name": "name",
|
3677
|
+
"type": {
|
3678
|
+
"text": "string | undefined"
|
3679
|
+
},
|
3680
|
+
"description": "The name of the button, submitted as a pair with the button's value as part of the form data,\nwhen that button is used to submit the form.",
|
3681
|
+
"attribute": "name",
|
3682
|
+
"reflects": true,
|
3683
|
+
"inheritedFrom": {
|
3684
|
+
"name": "Buttonsimple",
|
3685
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
3686
|
+
}
|
3687
|
+
},
|
3688
|
+
{
|
3689
|
+
"kind": "field",
|
3690
|
+
"name": "value",
|
3691
|
+
"type": {
|
3692
|
+
"text": "string | undefined"
|
3693
|
+
},
|
3694
|
+
"description": "Defines the value associated with the button's name when it's submitted with the form data.\nThis value is passed to the server in params when the form is submitted using this button.",
|
3695
|
+
"attribute": "value",
|
3696
|
+
"reflects": true,
|
3697
|
+
"inheritedFrom": {
|
3698
|
+
"name": "Buttonsimple",
|
3699
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
3700
|
+
}
|
3701
|
+
},
|
3570
3702
|
{
|
3571
3703
|
"kind": "method",
|
3572
3704
|
"name": "executeAction",
|
@@ -3890,6 +4022,30 @@
|
|
3890
4022
|
"name": "Buttonsimple",
|
3891
4023
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
3892
4024
|
}
|
4025
|
+
},
|
4026
|
+
{
|
4027
|
+
"name": "name",
|
4028
|
+
"type": {
|
4029
|
+
"text": "string | undefined"
|
4030
|
+
},
|
4031
|
+
"description": "The name of the button, submitted as a pair with the button's value as part of the form data,\nwhen that button is used to submit the form.",
|
4032
|
+
"fieldName": "name",
|
4033
|
+
"inheritedFrom": {
|
4034
|
+
"name": "Buttonsimple",
|
4035
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
4036
|
+
}
|
4037
|
+
},
|
4038
|
+
{
|
4039
|
+
"name": "value",
|
4040
|
+
"type": {
|
4041
|
+
"text": "string | undefined"
|
4042
|
+
},
|
4043
|
+
"description": "Defines the value associated with the button's name when it's submitted with the form data.\nThis value is passed to the server in params when the form is submitted using this button.",
|
4044
|
+
"fieldName": "value",
|
4045
|
+
"inheritedFrom": {
|
4046
|
+
"name": "Buttonsimple",
|
4047
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
4048
|
+
}
|
3893
4049
|
}
|
3894
4050
|
],
|
3895
4051
|
"mixins": [
|
@@ -4715,392 +4871,6 @@
|
|
4715
4871
|
}
|
4716
4872
|
]
|
4717
4873
|
},
|
4718
|
-
{
|
4719
|
-
"kind": "javascript-module",
|
4720
|
-
"path": "components/buttonsimple/buttonsimple.component.js",
|
4721
|
-
"declarations": [
|
4722
|
-
{
|
4723
|
-
"kind": "class",
|
4724
|
-
"description": "`mdc-buttonsimple` is a component that can be configured in various ways to suit different use cases.\nIt is used as an internal component and is not intended to be used directly by consumers.\nConsumers should use the `mdc-button` component instead.",
|
4725
|
-
"name": "Buttonsimple",
|
4726
|
-
"members": [
|
4727
|
-
{
|
4728
|
-
"kind": "field",
|
4729
|
-
"name": "active",
|
4730
|
-
"type": {
|
4731
|
-
"text": "boolean | undefined"
|
4732
|
-
},
|
4733
|
-
"description": "The button's active state indicates whether it is currently toggled on (active) or off (inactive).\nWhen the active state is true, the button is considered to be in an active state, meaning it is toggled on.\nConversely, when the active state is false, the button is in an inactive state, indicating it is toggled off.\n\nThis attribute is used to set the provided `ariaStateKey` to true or false.",
|
4734
|
-
"default": "undefined",
|
4735
|
-
"attribute": "active",
|
4736
|
-
"reflects": true
|
4737
|
-
},
|
4738
|
-
{
|
4739
|
-
"kind": "field",
|
4740
|
-
"name": "softDisabled",
|
4741
|
-
"type": {
|
4742
|
-
"text": "boolean | undefined"
|
4743
|
-
},
|
4744
|
-
"description": "Indicates whether the button is soft disabled.\nWhen set to `true`, the button appears visually disabled but still allows\nfocus, click, and keyboard actions to be passed through.\n\n**Important:** When using soft disabled, consumers must ensure that\nthe button behaves like a disabled button, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
|
4745
|
-
"default": "undefined",
|
4746
|
-
"attribute": "soft-disabled",
|
4747
|
-
"reflects": true
|
4748
|
-
},
|
4749
|
-
{
|
4750
|
-
"kind": "field",
|
4751
|
-
"name": "size",
|
4752
|
-
"type": {
|
4753
|
-
"text": "ButtonSize"
|
4754
|
-
},
|
4755
|
-
"description": "Simplebutton size is a super set of all the sizes supported by children components.",
|
4756
|
-
"default": "32",
|
4757
|
-
"attribute": "size",
|
4758
|
-
"reflects": true
|
4759
|
-
},
|
4760
|
-
{
|
4761
|
-
"kind": "field",
|
4762
|
-
"name": "role",
|
4763
|
-
"type": {
|
4764
|
-
"text": "RoleType"
|
4765
|
-
},
|
4766
|
-
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
4767
|
-
"default": "button",
|
4768
|
-
"attribute": "role",
|
4769
|
-
"reflects": true
|
4770
|
-
},
|
4771
|
-
{
|
4772
|
-
"kind": "field",
|
4773
|
-
"name": "ariaStateKey",
|
4774
|
-
"type": {
|
4775
|
-
"text": "string | undefined"
|
4776
|
-
},
|
4777
|
-
"description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
|
4778
|
-
"default": "'aria-pressed' (when)",
|
4779
|
-
"attribute": "ariaStateKey",
|
4780
|
-
"reflects": true
|
4781
|
-
},
|
4782
|
-
{
|
4783
|
-
"kind": "field",
|
4784
|
-
"name": "type",
|
4785
|
-
"type": {
|
4786
|
-
"text": "ButtonType"
|
4787
|
-
},
|
4788
|
-
"description": "This property defines the type attribute for the button element.\nThe type attribute specifies the behavior of the button when it is clicked.\n- **submit**: The button submits the form data to the server.\n- **reset**: The button resets the form data to its initial state.\n- **button**: The button does nothing when clicked.",
|
4789
|
-
"default": "button",
|
4790
|
-
"attribute": "type",
|
4791
|
-
"reflects": true
|
4792
|
-
},
|
4793
|
-
{
|
4794
|
-
"kind": "method",
|
4795
|
-
"name": "executeAction",
|
4796
|
-
"privacy": "protected"
|
4797
|
-
},
|
4798
|
-
{
|
4799
|
-
"kind": "method",
|
4800
|
-
"name": "setActive",
|
4801
|
-
"privacy": "protected",
|
4802
|
-
"parameters": [
|
4803
|
-
{
|
4804
|
-
"name": "element",
|
4805
|
-
"type": {
|
4806
|
-
"text": "HTMLElement"
|
4807
|
-
},
|
4808
|
-
"description": "The button element"
|
4809
|
-
},
|
4810
|
-
{
|
4811
|
-
"name": "active",
|
4812
|
-
"optional": true,
|
4813
|
-
"type": {
|
4814
|
-
"text": "boolean"
|
4815
|
-
},
|
4816
|
-
"description": "The active state of the element"
|
4817
|
-
}
|
4818
|
-
],
|
4819
|
-
"description": "Sets the ariaStateKey attributes based on the active state of the button."
|
4820
|
-
},
|
4821
|
-
{
|
4822
|
-
"kind": "method",
|
4823
|
-
"name": "setSoftDisabled",
|
4824
|
-
"privacy": "private",
|
4825
|
-
"parameters": [
|
4826
|
-
{
|
4827
|
-
"name": "element",
|
4828
|
-
"type": {
|
4829
|
-
"text": "HTMLElement"
|
4830
|
-
},
|
4831
|
-
"description": "The button element."
|
4832
|
-
},
|
4833
|
-
{
|
4834
|
-
"name": "softDisabled",
|
4835
|
-
"optional": true,
|
4836
|
-
"type": {
|
4837
|
-
"text": "boolean"
|
4838
|
-
},
|
4839
|
-
"description": "The soft-disabled state."
|
4840
|
-
}
|
4841
|
-
],
|
4842
|
-
"description": "Sets the soft-disabled attribute for the button.\nWhen soft-disabled, the button looks to be disabled but remains focusable and clickable.\nAlso sets/removes aria-disabled attribute."
|
4843
|
-
},
|
4844
|
-
{
|
4845
|
-
"kind": "method",
|
4846
|
-
"name": "setDisabled",
|
4847
|
-
"privacy": "private",
|
4848
|
-
"parameters": [
|
4849
|
-
{
|
4850
|
-
"name": "element",
|
4851
|
-
"type": {
|
4852
|
-
"text": "HTMLElement"
|
4853
|
-
},
|
4854
|
-
"description": "The button element."
|
4855
|
-
},
|
4856
|
-
{
|
4857
|
-
"name": "disabled",
|
4858
|
-
"type": {
|
4859
|
-
"text": "boolean"
|
4860
|
-
},
|
4861
|
-
"description": "The disabled state."
|
4862
|
-
}
|
4863
|
-
],
|
4864
|
-
"description": "Sets the disabled attribute for the button.\nWhen disabled, the button is not focusable or clickable, and tabindex is set to -1.\nThe previous tabindex is stored and restored when enabled.\nAlso sets/removes aria-disabled attribute."
|
4865
|
-
},
|
4866
|
-
{
|
4867
|
-
"kind": "method",
|
4868
|
-
"name": "triggerClickEvent",
|
4869
|
-
"privacy": "private"
|
4870
|
-
},
|
4871
|
-
{
|
4872
|
-
"kind": "method",
|
4873
|
-
"name": "handleBlur",
|
4874
|
-
"privacy": "private",
|
4875
|
-
"description": "In case the button is pressed and the focus is lost while pressing,\nthe pressed class is removed."
|
4876
|
-
},
|
4877
|
-
{
|
4878
|
-
"kind": "method",
|
4879
|
-
"name": "handleKeyDown",
|
4880
|
-
"privacy": "private",
|
4881
|
-
"parameters": [
|
4882
|
-
{
|
4883
|
-
"name": "event",
|
4884
|
-
"type": {
|
4885
|
-
"text": "KeyboardEvent"
|
4886
|
-
},
|
4887
|
-
"description": "The keyboard event."
|
4888
|
-
}
|
4889
|
-
],
|
4890
|
-
"description": "Handles the keydown event on the button.\nIf the key is 'Enter' or 'Space', the button is pressed.\nIf the key is 'Enter', the button is pressed. The native HTML button works in the same way.\nIf the key is 'Space', the button's default is prevent to avoid scrolling etc in the host application."
|
4891
|
-
},
|
4892
|
-
{
|
4893
|
-
"kind": "method",
|
4894
|
-
"name": "handleKeyUp",
|
4895
|
-
"privacy": "private",
|
4896
|
-
"parameters": [
|
4897
|
-
{
|
4898
|
-
"name": "event",
|
4899
|
-
"type": {
|
4900
|
-
"text": "KeyboardEvent"
|
4901
|
-
},
|
4902
|
-
"description": "The keyboard event."
|
4903
|
-
}
|
4904
|
-
],
|
4905
|
-
"description": "Handles the keyup event on the button.\nIf the key is 'Enter' or 'Space', the button is clicked.\nIf the key is 'Space', the button is pressed. The native HTML button works in the same way."
|
4906
|
-
},
|
4907
|
-
{
|
4908
|
-
"kind": "field",
|
4909
|
-
"name": "autoFocusOnMount",
|
4910
|
-
"type": {
|
4911
|
-
"text": "boolean"
|
4912
|
-
},
|
4913
|
-
"default": "false",
|
4914
|
-
"description": "This property indicates whether the element should receive focus automatically when it is mounted.\n\nIt will not focus if the element is re-attached to the DOM after being removed.",
|
4915
|
-
"attribute": "auto-focus-on-mount",
|
4916
|
-
"reflects": true,
|
4917
|
-
"inheritedFrom": {
|
4918
|
-
"name": "AutoFocusOnMountMixin",
|
4919
|
-
"module": "utils/mixins/AutoFocusOnMountMixin.js"
|
4920
|
-
}
|
4921
|
-
},
|
4922
|
-
{
|
4923
|
-
"kind": "field",
|
4924
|
-
"name": "tabIndex",
|
4925
|
-
"type": {
|
4926
|
-
"text": "number"
|
4927
|
-
},
|
4928
|
-
"default": "0",
|
4929
|
-
"description": "This property specifies the tab order of the element.",
|
4930
|
-
"attribute": "tabIndex",
|
4931
|
-
"reflects": true,
|
4932
|
-
"inheritedFrom": {
|
4933
|
-
"name": "TabIndexMixin",
|
4934
|
-
"module": "utils/mixins/TabIndexMixin.js"
|
4935
|
-
}
|
4936
|
-
},
|
4937
|
-
{
|
4938
|
-
"kind": "field",
|
4939
|
-
"name": "disabled",
|
4940
|
-
"type": {
|
4941
|
-
"text": "boolean | undefined"
|
4942
|
-
},
|
4943
|
-
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
4944
|
-
"default": "undefined",
|
4945
|
-
"attribute": "disabled",
|
4946
|
-
"reflects": true,
|
4947
|
-
"inheritedFrom": {
|
4948
|
-
"name": "DisabledMixin",
|
4949
|
-
"module": "utils/mixins/DisabledMixin.js"
|
4950
|
-
}
|
4951
|
-
}
|
4952
|
-
],
|
4953
|
-
"events": [
|
4954
|
-
{
|
4955
|
-
"description": "(React: onClick) This event is dispatched when the button is clicked.",
|
4956
|
-
"name": "click",
|
4957
|
-
"reactName": "onClick"
|
4958
|
-
},
|
4959
|
-
{
|
4960
|
-
"description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the button.",
|
4961
|
-
"name": "keydown",
|
4962
|
-
"reactName": "onKeyDown"
|
4963
|
-
},
|
4964
|
-
{
|
4965
|
-
"description": "(React: onKeyUp) This event is dispatched when a key is released on the button.",
|
4966
|
-
"name": "keyup",
|
4967
|
-
"reactName": "onKeyUp"
|
4968
|
-
},
|
4969
|
-
{
|
4970
|
-
"description": "(React: onFocus) This event is dispatched when the button receives focus.",
|
4971
|
-
"name": "focus",
|
4972
|
-
"reactName": "onFocus"
|
4973
|
-
}
|
4974
|
-
],
|
4975
|
-
"attributes": [
|
4976
|
-
{
|
4977
|
-
"name": "active",
|
4978
|
-
"type": {
|
4979
|
-
"text": "boolean | undefined"
|
4980
|
-
},
|
4981
|
-
"description": "The button's active state indicates whether it is currently toggled on (active) or off (inactive).\nWhen the active state is true, the button is considered to be in an active state, meaning it is toggled on.\nConversely, when the active state is false, the button is in an inactive state, indicating it is toggled off.\n\nThis attribute is used to set the provided `ariaStateKey` to true or false.",
|
4982
|
-
"default": "undefined",
|
4983
|
-
"fieldName": "active"
|
4984
|
-
},
|
4985
|
-
{
|
4986
|
-
"name": "soft-disabled",
|
4987
|
-
"type": {
|
4988
|
-
"text": "boolean | undefined"
|
4989
|
-
},
|
4990
|
-
"description": "Indicates whether the button is soft disabled.\nWhen set to `true`, the button appears visually disabled but still allows\nfocus, click, and keyboard actions to be passed through.\n\n**Important:** When using soft disabled, consumers must ensure that\nthe button behaves like a disabled button, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
|
4991
|
-
"default": "undefined",
|
4992
|
-
"fieldName": "softDisabled"
|
4993
|
-
},
|
4994
|
-
{
|
4995
|
-
"name": "size",
|
4996
|
-
"type": {
|
4997
|
-
"text": "ButtonSize"
|
4998
|
-
},
|
4999
|
-
"description": "Simplebutton size is a super set of all the sizes supported by children components.",
|
5000
|
-
"default": "32",
|
5001
|
-
"fieldName": "size"
|
5002
|
-
},
|
5003
|
-
{
|
5004
|
-
"name": "role",
|
5005
|
-
"type": {
|
5006
|
-
"text": "RoleType"
|
5007
|
-
},
|
5008
|
-
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
5009
|
-
"default": "button",
|
5010
|
-
"fieldName": "role"
|
5011
|
-
},
|
5012
|
-
{
|
5013
|
-
"name": "ariaStateKey",
|
5014
|
-
"type": {
|
5015
|
-
"text": "string | undefined"
|
5016
|
-
},
|
5017
|
-
"description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
|
5018
|
-
"default": "'aria-pressed' (when)",
|
5019
|
-
"fieldName": "ariaStateKey"
|
5020
|
-
},
|
5021
|
-
{
|
5022
|
-
"name": "type",
|
5023
|
-
"type": {
|
5024
|
-
"text": "ButtonType"
|
5025
|
-
},
|
5026
|
-
"description": "This property defines the type attribute for the button element.\nThe type attribute specifies the behavior of the button when it is clicked.\n- **submit**: The button submits the form data to the server.\n- **reset**: The button resets the form data to its initial state.\n- **button**: The button does nothing when clicked.",
|
5027
|
-
"default": "button",
|
5028
|
-
"fieldName": "type"
|
5029
|
-
},
|
5030
|
-
{
|
5031
|
-
"name": "auto-focus-on-mount",
|
5032
|
-
"type": {
|
5033
|
-
"text": "boolean"
|
5034
|
-
},
|
5035
|
-
"default": "false",
|
5036
|
-
"description": "This property indicates whether the element should receive focus automatically when it is mounted.\n\nIt will not focus if the element is re-attached to the DOM after being removed.",
|
5037
|
-
"fieldName": "autoFocusOnMount",
|
5038
|
-
"inheritedFrom": {
|
5039
|
-
"name": "AutoFocusOnMountMixin",
|
5040
|
-
"module": "src/utils/mixins/AutoFocusOnMountMixin.ts"
|
5041
|
-
}
|
5042
|
-
},
|
5043
|
-
{
|
5044
|
-
"name": "tabIndex",
|
5045
|
-
"type": {
|
5046
|
-
"text": "number"
|
5047
|
-
},
|
5048
|
-
"default": "0",
|
5049
|
-
"description": "This property specifies the tab order of the element.",
|
5050
|
-
"fieldName": "tabIndex",
|
5051
|
-
"inheritedFrom": {
|
5052
|
-
"name": "TabIndexMixin",
|
5053
|
-
"module": "src/utils/mixins/TabIndexMixin.ts"
|
5054
|
-
}
|
5055
|
-
},
|
5056
|
-
{
|
5057
|
-
"name": "disabled",
|
5058
|
-
"type": {
|
5059
|
-
"text": "boolean | undefined"
|
5060
|
-
},
|
5061
|
-
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
5062
|
-
"default": "undefined",
|
5063
|
-
"fieldName": "disabled",
|
5064
|
-
"inheritedFrom": {
|
5065
|
-
"name": "DisabledMixin",
|
5066
|
-
"module": "src/utils/mixins/DisabledMixin.ts"
|
5067
|
-
}
|
5068
|
-
}
|
5069
|
-
],
|
5070
|
-
"mixins": [
|
5071
|
-
{
|
5072
|
-
"name": "AutoFocusOnMountMixin",
|
5073
|
-
"module": "/src/utils/mixins/AutoFocusOnMountMixin"
|
5074
|
-
},
|
5075
|
-
{
|
5076
|
-
"name": "TabIndexMixin",
|
5077
|
-
"module": "/src/utils/mixins/TabIndexMixin"
|
5078
|
-
},
|
5079
|
-
{
|
5080
|
-
"name": "DisabledMixin",
|
5081
|
-
"module": "/src/utils/mixins/DisabledMixin"
|
5082
|
-
}
|
5083
|
-
],
|
5084
|
-
"superclass": {
|
5085
|
-
"name": "Component",
|
5086
|
-
"module": "/src/models"
|
5087
|
-
},
|
5088
|
-
"tagName": "mdc-buttonsimple",
|
5089
|
-
"jsDoc": "/**\n * `mdc-buttonsimple` is a component that can be configured in various ways to suit different use cases.\n * It is used as an internal component and is not intended to be used directly by consumers.\n * Consumers should use the `mdc-button` component instead.\n *\n * @event click - (React: onClick) This event is dispatched when the button is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the button.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the button.\n * @event focus - (React: onFocus) This event is dispatched when the button receives focus.\n *\n * @tagname mdc-buttonsimple\n */",
|
5090
|
-
"customElement": true
|
5091
|
-
}
|
5092
|
-
],
|
5093
|
-
"exports": [
|
5094
|
-
{
|
5095
|
-
"kind": "js",
|
5096
|
-
"name": "default",
|
5097
|
-
"declaration": {
|
5098
|
-
"name": "Buttonsimple",
|
5099
|
-
"module": "components/buttonsimple/buttonsimple.component.js"
|
5100
|
-
}
|
5101
|
-
}
|
5102
|
-
]
|
5103
|
-
},
|
5104
4874
|
{
|
5105
4875
|
"kind": "javascript-module",
|
5106
4876
|
"path": "components/card/card.component.js",
|
@@ -5822,8 +5592,8 @@
|
|
5822
5592
|
"attribute": "auto-focus-on-mount",
|
5823
5593
|
"reflects": true,
|
5824
5594
|
"inheritedFrom": {
|
5825
|
-
"name": "
|
5826
|
-
"module": "
|
5595
|
+
"name": "AutoFocusOnMountMixin",
|
5596
|
+
"module": "utils/mixins/AutoFocusOnMountMixin.js"
|
5827
5597
|
}
|
5828
5598
|
},
|
5829
5599
|
{
|
@@ -5837,8 +5607,8 @@
|
|
5837
5607
|
"attribute": "tabIndex",
|
5838
5608
|
"reflects": true,
|
5839
5609
|
"inheritedFrom": {
|
5840
|
-
"name": "
|
5841
|
-
"module": "
|
5610
|
+
"name": "TabIndexMixin",
|
5611
|
+
"module": "utils/mixins/TabIndexMixin.js"
|
5842
5612
|
}
|
5843
5613
|
},
|
5844
5614
|
{
|
@@ -5852,8 +5622,8 @@
|
|
5852
5622
|
"attribute": "disabled",
|
5853
5623
|
"reflects": true,
|
5854
5624
|
"inheritedFrom": {
|
5855
|
-
"name": "
|
5856
|
-
"module": "
|
5625
|
+
"name": "DisabledMixin",
|
5626
|
+
"module": "utils/mixins/DisabledMixin.js"
|
5857
5627
|
}
|
5858
5628
|
},
|
5859
5629
|
{
|
@@ -5946,6 +5716,34 @@
|
|
5946
5716
|
"module": "components/buttonsimple/buttonsimple.component.js"
|
5947
5717
|
}
|
5948
5718
|
},
|
5719
|
+
{
|
5720
|
+
"kind": "field",
|
5721
|
+
"name": "name",
|
5722
|
+
"type": {
|
5723
|
+
"text": "string | undefined"
|
5724
|
+
},
|
5725
|
+
"description": "The name of the button, submitted as a pair with the button's value as part of the form data,\nwhen that button is used to submit the form.",
|
5726
|
+
"attribute": "name",
|
5727
|
+
"reflects": true,
|
5728
|
+
"inheritedFrom": {
|
5729
|
+
"name": "Buttonsimple",
|
5730
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
5731
|
+
}
|
5732
|
+
},
|
5733
|
+
{
|
5734
|
+
"kind": "field",
|
5735
|
+
"name": "value",
|
5736
|
+
"type": {
|
5737
|
+
"text": "string | undefined"
|
5738
|
+
},
|
5739
|
+
"description": "Defines the value associated with the button's name when it's submitted with the form data.\nThis value is passed to the server in params when the form is submitted using this button.",
|
5740
|
+
"attribute": "value",
|
5741
|
+
"reflects": true,
|
5742
|
+
"inheritedFrom": {
|
5743
|
+
"name": "Buttonsimple",
|
5744
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
5745
|
+
}
|
5746
|
+
},
|
5949
5747
|
{
|
5950
5748
|
"kind": "method",
|
5951
5749
|
"name": "executeAction",
|
@@ -6270,8 +6068,8 @@
|
|
6270
6068
|
"description": "This property indicates whether the element should receive focus automatically when it is mounted.\n\nIt will not focus if the element is re-attached to the DOM after being removed.",
|
6271
6069
|
"fieldName": "autoFocusOnMount",
|
6272
6070
|
"inheritedFrom": {
|
6273
|
-
"name": "
|
6274
|
-
"module": "src/
|
6071
|
+
"name": "AutoFocusOnMountMixin",
|
6072
|
+
"module": "src/utils/mixins/AutoFocusOnMountMixin.ts"
|
6275
6073
|
}
|
6276
6074
|
},
|
6277
6075
|
{
|
@@ -6283,8 +6081,8 @@
|
|
6283
6081
|
"description": "This property specifies the tab order of the element.",
|
6284
6082
|
"fieldName": "tabIndex",
|
6285
6083
|
"inheritedFrom": {
|
6286
|
-
"name": "
|
6287
|
-
"module": "src/
|
6084
|
+
"name": "TabIndexMixin",
|
6085
|
+
"module": "src/utils/mixins/TabIndexMixin.ts"
|
6288
6086
|
}
|
6289
6087
|
},
|
6290
6088
|
{
|
@@ -6296,8 +6094,8 @@
|
|
6296
6094
|
"default": "undefined",
|
6297
6095
|
"fieldName": "disabled",
|
6298
6096
|
"inheritedFrom": {
|
6299
|
-
"name": "
|
6300
|
-
"module": "src/
|
6097
|
+
"name": "DisabledMixin",
|
6098
|
+
"module": "src/utils/mixins/DisabledMixin.ts"
|
6301
6099
|
}
|
6302
6100
|
},
|
6303
6101
|
{
|
@@ -6377,6 +6175,30 @@
|
|
6377
6175
|
"name": "Buttonsimple",
|
6378
6176
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
6379
6177
|
}
|
6178
|
+
},
|
6179
|
+
{
|
6180
|
+
"name": "name",
|
6181
|
+
"type": {
|
6182
|
+
"text": "string | undefined"
|
6183
|
+
},
|
6184
|
+
"description": "The name of the button, submitted as a pair with the button's value as part of the form data,\nwhen that button is used to submit the form.",
|
6185
|
+
"fieldName": "name",
|
6186
|
+
"inheritedFrom": {
|
6187
|
+
"name": "Buttonsimple",
|
6188
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
6189
|
+
}
|
6190
|
+
},
|
6191
|
+
{
|
6192
|
+
"name": "value",
|
6193
|
+
"type": {
|
6194
|
+
"text": "string | undefined"
|
6195
|
+
},
|
6196
|
+
"description": "Defines the value associated with the button's name when it's submitted with the form data.\nThis value is passed to the server in params when the form is submitted using this button.",
|
6197
|
+
"fieldName": "value",
|
6198
|
+
"inheritedFrom": {
|
6199
|
+
"name": "Buttonsimple",
|
6200
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
6201
|
+
}
|
6380
6202
|
}
|
6381
6203
|
]
|
6382
6204
|
}
|
@@ -6392,6 +6214,428 @@
|
|
6392
6214
|
}
|
6393
6215
|
]
|
6394
6216
|
},
|
6217
|
+
{
|
6218
|
+
"kind": "javascript-module",
|
6219
|
+
"path": "components/buttonsimple/buttonsimple.component.js",
|
6220
|
+
"declarations": [
|
6221
|
+
{
|
6222
|
+
"kind": "class",
|
6223
|
+
"description": "`mdc-buttonsimple` is a component that can be configured in various ways to suit different use cases.\nIt is used as an internal component and is not intended to be used directly by consumers.\nConsumers should use the `mdc-button` component instead.",
|
6224
|
+
"name": "Buttonsimple",
|
6225
|
+
"members": [
|
6226
|
+
{
|
6227
|
+
"kind": "field",
|
6228
|
+
"name": "active",
|
6229
|
+
"type": {
|
6230
|
+
"text": "boolean | undefined"
|
6231
|
+
},
|
6232
|
+
"description": "The button's active state indicates whether it is currently toggled on (active) or off (inactive).\nWhen the active state is true, the button is considered to be in an active state, meaning it is toggled on.\nConversely, when the active state is false, the button is in an inactive state, indicating it is toggled off.\n\nThis attribute is used to set the provided `ariaStateKey` to true or false.",
|
6233
|
+
"default": "undefined",
|
6234
|
+
"attribute": "active",
|
6235
|
+
"reflects": true
|
6236
|
+
},
|
6237
|
+
{
|
6238
|
+
"kind": "field",
|
6239
|
+
"name": "softDisabled",
|
6240
|
+
"type": {
|
6241
|
+
"text": "boolean | undefined"
|
6242
|
+
},
|
6243
|
+
"description": "Indicates whether the button is soft disabled.\nWhen set to `true`, the button appears visually disabled but still allows\nfocus, click, and keyboard actions to be passed through.\n\n**Important:** When using soft disabled, consumers must ensure that\nthe button behaves like a disabled button, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
|
6244
|
+
"default": "undefined",
|
6245
|
+
"attribute": "soft-disabled",
|
6246
|
+
"reflects": true
|
6247
|
+
},
|
6248
|
+
{
|
6249
|
+
"kind": "field",
|
6250
|
+
"name": "size",
|
6251
|
+
"type": {
|
6252
|
+
"text": "ButtonSize"
|
6253
|
+
},
|
6254
|
+
"description": "Simplebutton size is a super set of all the sizes supported by children components.",
|
6255
|
+
"default": "32",
|
6256
|
+
"attribute": "size",
|
6257
|
+
"reflects": true
|
6258
|
+
},
|
6259
|
+
{
|
6260
|
+
"kind": "field",
|
6261
|
+
"name": "role",
|
6262
|
+
"type": {
|
6263
|
+
"text": "RoleType"
|
6264
|
+
},
|
6265
|
+
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
6266
|
+
"default": "button",
|
6267
|
+
"attribute": "role",
|
6268
|
+
"reflects": true
|
6269
|
+
},
|
6270
|
+
{
|
6271
|
+
"kind": "field",
|
6272
|
+
"name": "ariaStateKey",
|
6273
|
+
"type": {
|
6274
|
+
"text": "string | undefined"
|
6275
|
+
},
|
6276
|
+
"description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
|
6277
|
+
"default": "'aria-pressed' (when)",
|
6278
|
+
"attribute": "ariaStateKey",
|
6279
|
+
"reflects": true
|
6280
|
+
},
|
6281
|
+
{
|
6282
|
+
"kind": "field",
|
6283
|
+
"name": "type",
|
6284
|
+
"type": {
|
6285
|
+
"text": "ButtonType"
|
6286
|
+
},
|
6287
|
+
"description": "This property defines the type attribute for the button element.\nThe type attribute specifies the behavior of the button when it is clicked.\n- **submit**: The button submits the form data to the server.\n- **reset**: The button resets the form data to its initial state.\n- **button**: The button does nothing when clicked.",
|
6288
|
+
"default": "button",
|
6289
|
+
"attribute": "type",
|
6290
|
+
"reflects": true
|
6291
|
+
},
|
6292
|
+
{
|
6293
|
+
"kind": "field",
|
6294
|
+
"name": "name",
|
6295
|
+
"type": {
|
6296
|
+
"text": "string | undefined"
|
6297
|
+
},
|
6298
|
+
"description": "The name of the button, submitted as a pair with the button's value as part of the form data,\nwhen that button is used to submit the form.",
|
6299
|
+
"attribute": "name",
|
6300
|
+
"reflects": true
|
6301
|
+
},
|
6302
|
+
{
|
6303
|
+
"kind": "field",
|
6304
|
+
"name": "value",
|
6305
|
+
"type": {
|
6306
|
+
"text": "string | undefined"
|
6307
|
+
},
|
6308
|
+
"description": "Defines the value associated with the button's name when it's submitted with the form data.\nThis value is passed to the server in params when the form is submitted using this button.",
|
6309
|
+
"attribute": "value",
|
6310
|
+
"reflects": true
|
6311
|
+
},
|
6312
|
+
{
|
6313
|
+
"kind": "method",
|
6314
|
+
"name": "executeAction",
|
6315
|
+
"privacy": "protected"
|
6316
|
+
},
|
6317
|
+
{
|
6318
|
+
"kind": "method",
|
6319
|
+
"name": "setActive",
|
6320
|
+
"privacy": "protected",
|
6321
|
+
"parameters": [
|
6322
|
+
{
|
6323
|
+
"name": "element",
|
6324
|
+
"type": {
|
6325
|
+
"text": "HTMLElement"
|
6326
|
+
},
|
6327
|
+
"description": "The button element"
|
6328
|
+
},
|
6329
|
+
{
|
6330
|
+
"name": "active",
|
6331
|
+
"optional": true,
|
6332
|
+
"type": {
|
6333
|
+
"text": "boolean"
|
6334
|
+
},
|
6335
|
+
"description": "The active state of the element"
|
6336
|
+
}
|
6337
|
+
],
|
6338
|
+
"description": "Sets the ariaStateKey attributes based on the active state of the button."
|
6339
|
+
},
|
6340
|
+
{
|
6341
|
+
"kind": "method",
|
6342
|
+
"name": "setSoftDisabled",
|
6343
|
+
"privacy": "private",
|
6344
|
+
"parameters": [
|
6345
|
+
{
|
6346
|
+
"name": "element",
|
6347
|
+
"type": {
|
6348
|
+
"text": "HTMLElement"
|
6349
|
+
},
|
6350
|
+
"description": "The button element."
|
6351
|
+
},
|
6352
|
+
{
|
6353
|
+
"name": "softDisabled",
|
6354
|
+
"optional": true,
|
6355
|
+
"type": {
|
6356
|
+
"text": "boolean"
|
6357
|
+
},
|
6358
|
+
"description": "The soft-disabled state."
|
6359
|
+
}
|
6360
|
+
],
|
6361
|
+
"description": "Sets the soft-disabled attribute for the button.\nWhen soft-disabled, the button looks to be disabled but remains focusable and clickable.\nAlso sets/removes aria-disabled attribute."
|
6362
|
+
},
|
6363
|
+
{
|
6364
|
+
"kind": "method",
|
6365
|
+
"name": "setDisabled",
|
6366
|
+
"privacy": "private",
|
6367
|
+
"parameters": [
|
6368
|
+
{
|
6369
|
+
"name": "element",
|
6370
|
+
"type": {
|
6371
|
+
"text": "HTMLElement"
|
6372
|
+
},
|
6373
|
+
"description": "The button element."
|
6374
|
+
},
|
6375
|
+
{
|
6376
|
+
"name": "disabled",
|
6377
|
+
"type": {
|
6378
|
+
"text": "boolean"
|
6379
|
+
},
|
6380
|
+
"description": "The disabled state."
|
6381
|
+
}
|
6382
|
+
],
|
6383
|
+
"description": "Sets the disabled attribute for the button.\nWhen disabled, the button is not focusable or clickable, and tabindex is set to -1.\nThe previous tabindex is stored and restored when enabled.\nAlso sets/removes aria-disabled attribute."
|
6384
|
+
},
|
6385
|
+
{
|
6386
|
+
"kind": "method",
|
6387
|
+
"name": "triggerClickEvent",
|
6388
|
+
"privacy": "private"
|
6389
|
+
},
|
6390
|
+
{
|
6391
|
+
"kind": "method",
|
6392
|
+
"name": "handleBlur",
|
6393
|
+
"privacy": "private",
|
6394
|
+
"description": "In case the button is pressed and the focus is lost while pressing,\nthe pressed class is removed."
|
6395
|
+
},
|
6396
|
+
{
|
6397
|
+
"kind": "method",
|
6398
|
+
"name": "handleKeyDown",
|
6399
|
+
"privacy": "private",
|
6400
|
+
"parameters": [
|
6401
|
+
{
|
6402
|
+
"name": "event",
|
6403
|
+
"type": {
|
6404
|
+
"text": "KeyboardEvent"
|
6405
|
+
},
|
6406
|
+
"description": "The keyboard event."
|
6407
|
+
}
|
6408
|
+
],
|
6409
|
+
"description": "Handles the keydown event on the button.\nIf the key is 'Enter' or 'Space', the button is pressed.\nIf the key is 'Enter', the button is pressed. The native HTML button works in the same way.\nIf the key is 'Space', the button's default is prevent to avoid scrolling etc in the host application."
|
6410
|
+
},
|
6411
|
+
{
|
6412
|
+
"kind": "method",
|
6413
|
+
"name": "handleKeyUp",
|
6414
|
+
"privacy": "private",
|
6415
|
+
"parameters": [
|
6416
|
+
{
|
6417
|
+
"name": "event",
|
6418
|
+
"type": {
|
6419
|
+
"text": "KeyboardEvent"
|
6420
|
+
},
|
6421
|
+
"description": "The keyboard event."
|
6422
|
+
}
|
6423
|
+
],
|
6424
|
+
"description": "Handles the keyup event on the button.\nIf the key is 'Enter' or 'Space', the button is clicked.\nIf the key is 'Space', the button is pressed. The native HTML button works in the same way."
|
6425
|
+
},
|
6426
|
+
{
|
6427
|
+
"kind": "field",
|
6428
|
+
"name": "autoFocusOnMount",
|
6429
|
+
"type": {
|
6430
|
+
"text": "boolean"
|
6431
|
+
},
|
6432
|
+
"default": "false",
|
6433
|
+
"description": "This property indicates whether the element should receive focus automatically when it is mounted.\n\nIt will not focus if the element is re-attached to the DOM after being removed.",
|
6434
|
+
"attribute": "auto-focus-on-mount",
|
6435
|
+
"reflects": true,
|
6436
|
+
"inheritedFrom": {
|
6437
|
+
"name": "AutoFocusOnMountMixin",
|
6438
|
+
"module": "utils/mixins/AutoFocusOnMountMixin.js"
|
6439
|
+
}
|
6440
|
+
},
|
6441
|
+
{
|
6442
|
+
"kind": "field",
|
6443
|
+
"name": "tabIndex",
|
6444
|
+
"type": {
|
6445
|
+
"text": "number"
|
6446
|
+
},
|
6447
|
+
"default": "0",
|
6448
|
+
"description": "This property specifies the tab order of the element.",
|
6449
|
+
"attribute": "tabIndex",
|
6450
|
+
"reflects": true,
|
6451
|
+
"inheritedFrom": {
|
6452
|
+
"name": "TabIndexMixin",
|
6453
|
+
"module": "utils/mixins/TabIndexMixin.js"
|
6454
|
+
}
|
6455
|
+
},
|
6456
|
+
{
|
6457
|
+
"kind": "field",
|
6458
|
+
"name": "disabled",
|
6459
|
+
"type": {
|
6460
|
+
"text": "boolean | undefined"
|
6461
|
+
},
|
6462
|
+
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
6463
|
+
"default": "undefined",
|
6464
|
+
"attribute": "disabled",
|
6465
|
+
"reflects": true,
|
6466
|
+
"inheritedFrom": {
|
6467
|
+
"name": "DisabledMixin",
|
6468
|
+
"module": "utils/mixins/DisabledMixin.js"
|
6469
|
+
}
|
6470
|
+
}
|
6471
|
+
],
|
6472
|
+
"events": [
|
6473
|
+
{
|
6474
|
+
"description": "(React: onClick) This event is dispatched when the button is clicked.",
|
6475
|
+
"name": "click",
|
6476
|
+
"reactName": "onClick"
|
6477
|
+
},
|
6478
|
+
{
|
6479
|
+
"description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the button.",
|
6480
|
+
"name": "keydown",
|
6481
|
+
"reactName": "onKeyDown"
|
6482
|
+
},
|
6483
|
+
{
|
6484
|
+
"description": "(React: onKeyUp) This event is dispatched when a key is released on the button.",
|
6485
|
+
"name": "keyup",
|
6486
|
+
"reactName": "onKeyUp"
|
6487
|
+
},
|
6488
|
+
{
|
6489
|
+
"description": "(React: onFocus) This event is dispatched when the button receives focus.",
|
6490
|
+
"name": "focus",
|
6491
|
+
"reactName": "onFocus"
|
6492
|
+
}
|
6493
|
+
],
|
6494
|
+
"attributes": [
|
6495
|
+
{
|
6496
|
+
"name": "active",
|
6497
|
+
"type": {
|
6498
|
+
"text": "boolean | undefined"
|
6499
|
+
},
|
6500
|
+
"description": "The button's active state indicates whether it is currently toggled on (active) or off (inactive).\nWhen the active state is true, the button is considered to be in an active state, meaning it is toggled on.\nConversely, when the active state is false, the button is in an inactive state, indicating it is toggled off.\n\nThis attribute is used to set the provided `ariaStateKey` to true or false.",
|
6501
|
+
"default": "undefined",
|
6502
|
+
"fieldName": "active"
|
6503
|
+
},
|
6504
|
+
{
|
6505
|
+
"name": "soft-disabled",
|
6506
|
+
"type": {
|
6507
|
+
"text": "boolean | undefined"
|
6508
|
+
},
|
6509
|
+
"description": "Indicates whether the button is soft disabled.\nWhen set to `true`, the button appears visually disabled but still allows\nfocus, click, and keyboard actions to be passed through.\n\n**Important:** When using soft disabled, consumers must ensure that\nthe button behaves like a disabled button, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
|
6510
|
+
"default": "undefined",
|
6511
|
+
"fieldName": "softDisabled"
|
6512
|
+
},
|
6513
|
+
{
|
6514
|
+
"name": "size",
|
6515
|
+
"type": {
|
6516
|
+
"text": "ButtonSize"
|
6517
|
+
},
|
6518
|
+
"description": "Simplebutton size is a super set of all the sizes supported by children components.",
|
6519
|
+
"default": "32",
|
6520
|
+
"fieldName": "size"
|
6521
|
+
},
|
6522
|
+
{
|
6523
|
+
"name": "role",
|
6524
|
+
"type": {
|
6525
|
+
"text": "RoleType"
|
6526
|
+
},
|
6527
|
+
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
6528
|
+
"default": "button",
|
6529
|
+
"fieldName": "role"
|
6530
|
+
},
|
6531
|
+
{
|
6532
|
+
"name": "ariaStateKey",
|
6533
|
+
"type": {
|
6534
|
+
"text": "string | undefined"
|
6535
|
+
},
|
6536
|
+
"description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
|
6537
|
+
"default": "'aria-pressed' (when)",
|
6538
|
+
"fieldName": "ariaStateKey"
|
6539
|
+
},
|
6540
|
+
{
|
6541
|
+
"name": "type",
|
6542
|
+
"type": {
|
6543
|
+
"text": "ButtonType"
|
6544
|
+
},
|
6545
|
+
"description": "This property defines the type attribute for the button element.\nThe type attribute specifies the behavior of the button when it is clicked.\n- **submit**: The button submits the form data to the server.\n- **reset**: The button resets the form data to its initial state.\n- **button**: The button does nothing when clicked.",
|
6546
|
+
"default": "button",
|
6547
|
+
"fieldName": "type"
|
6548
|
+
},
|
6549
|
+
{
|
6550
|
+
"name": "name",
|
6551
|
+
"type": {
|
6552
|
+
"text": "string | undefined"
|
6553
|
+
},
|
6554
|
+
"description": "The name of the button, submitted as a pair with the button's value as part of the form data,\nwhen that button is used to submit the form.",
|
6555
|
+
"fieldName": "name"
|
6556
|
+
},
|
6557
|
+
{
|
6558
|
+
"name": "value",
|
6559
|
+
"type": {
|
6560
|
+
"text": "string | undefined"
|
6561
|
+
},
|
6562
|
+
"description": "Defines the value associated with the button's name when it's submitted with the form data.\nThis value is passed to the server in params when the form is submitted using this button.",
|
6563
|
+
"fieldName": "value"
|
6564
|
+
},
|
6565
|
+
{
|
6566
|
+
"name": "auto-focus-on-mount",
|
6567
|
+
"type": {
|
6568
|
+
"text": "boolean"
|
6569
|
+
},
|
6570
|
+
"default": "false",
|
6571
|
+
"description": "This property indicates whether the element should receive focus automatically when it is mounted.\n\nIt will not focus if the element is re-attached to the DOM after being removed.",
|
6572
|
+
"fieldName": "autoFocusOnMount",
|
6573
|
+
"inheritedFrom": {
|
6574
|
+
"name": "AutoFocusOnMountMixin",
|
6575
|
+
"module": "src/utils/mixins/AutoFocusOnMountMixin.ts"
|
6576
|
+
}
|
6577
|
+
},
|
6578
|
+
{
|
6579
|
+
"name": "tabIndex",
|
6580
|
+
"type": {
|
6581
|
+
"text": "number"
|
6582
|
+
},
|
6583
|
+
"default": "0",
|
6584
|
+
"description": "This property specifies the tab order of the element.",
|
6585
|
+
"fieldName": "tabIndex",
|
6586
|
+
"inheritedFrom": {
|
6587
|
+
"name": "TabIndexMixin",
|
6588
|
+
"module": "src/utils/mixins/TabIndexMixin.ts"
|
6589
|
+
}
|
6590
|
+
},
|
6591
|
+
{
|
6592
|
+
"name": "disabled",
|
6593
|
+
"type": {
|
6594
|
+
"text": "boolean | undefined"
|
6595
|
+
},
|
6596
|
+
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
6597
|
+
"default": "undefined",
|
6598
|
+
"fieldName": "disabled",
|
6599
|
+
"inheritedFrom": {
|
6600
|
+
"name": "DisabledMixin",
|
6601
|
+
"module": "src/utils/mixins/DisabledMixin.ts"
|
6602
|
+
}
|
6603
|
+
}
|
6604
|
+
],
|
6605
|
+
"mixins": [
|
6606
|
+
{
|
6607
|
+
"name": "AutoFocusOnMountMixin",
|
6608
|
+
"module": "/src/utils/mixins/AutoFocusOnMountMixin"
|
6609
|
+
},
|
6610
|
+
{
|
6611
|
+
"name": "TabIndexMixin",
|
6612
|
+
"module": "/src/utils/mixins/TabIndexMixin"
|
6613
|
+
},
|
6614
|
+
{
|
6615
|
+
"name": "DisabledMixin",
|
6616
|
+
"module": "/src/utils/mixins/DisabledMixin"
|
6617
|
+
}
|
6618
|
+
],
|
6619
|
+
"superclass": {
|
6620
|
+
"name": "Component",
|
6621
|
+
"module": "/src/models"
|
6622
|
+
},
|
6623
|
+
"tagName": "mdc-buttonsimple",
|
6624
|
+
"jsDoc": "/**\n * `mdc-buttonsimple` is a component that can be configured in various ways to suit different use cases.\n * It is used as an internal component and is not intended to be used directly by consumers.\n * Consumers should use the `mdc-button` component instead.\n *\n * @event click - (React: onClick) This event is dispatched when the button is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the button.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the button.\n * @event focus - (React: onFocus) This event is dispatched when the button receives focus.\n *\n * @tagname mdc-buttonsimple\n */",
|
6625
|
+
"customElement": true
|
6626
|
+
}
|
6627
|
+
],
|
6628
|
+
"exports": [
|
6629
|
+
{
|
6630
|
+
"kind": "js",
|
6631
|
+
"name": "default",
|
6632
|
+
"declaration": {
|
6633
|
+
"name": "Buttonsimple",
|
6634
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
6635
|
+
}
|
6636
|
+
}
|
6637
|
+
]
|
6638
|
+
},
|
6395
6639
|
{
|
6396
6640
|
"kind": "javascript-module",
|
6397
6641
|
"path": "components/cardcheckbox/cardcheckbox.component.js",
|
@@ -8739,6 +8983,34 @@
|
|
8739
8983
|
"module": "components/buttonsimple/buttonsimple.component.js"
|
8740
8984
|
}
|
8741
8985
|
},
|
8986
|
+
{
|
8987
|
+
"kind": "field",
|
8988
|
+
"name": "name",
|
8989
|
+
"type": {
|
8990
|
+
"text": "string | undefined"
|
8991
|
+
},
|
8992
|
+
"description": "The name of the button, submitted as a pair with the button's value as part of the form data,\nwhen that button is used to submit the form.",
|
8993
|
+
"attribute": "name",
|
8994
|
+
"reflects": true,
|
8995
|
+
"inheritedFrom": {
|
8996
|
+
"name": "Buttonsimple",
|
8997
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
8998
|
+
}
|
8999
|
+
},
|
9000
|
+
{
|
9001
|
+
"kind": "field",
|
9002
|
+
"name": "value",
|
9003
|
+
"type": {
|
9004
|
+
"text": "string | undefined"
|
9005
|
+
},
|
9006
|
+
"description": "Defines the value associated with the button's name when it's submitted with the form data.\nThis value is passed to the server in params when the form is submitted using this button.",
|
9007
|
+
"attribute": "value",
|
9008
|
+
"reflects": true,
|
9009
|
+
"inheritedFrom": {
|
9010
|
+
"name": "Buttonsimple",
|
9011
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
9012
|
+
}
|
9013
|
+
},
|
8742
9014
|
{
|
8743
9015
|
"kind": "method",
|
8744
9016
|
"name": "executeAction",
|
@@ -9033,6 +9305,30 @@
|
|
9033
9305
|
"name": "Buttonsimple",
|
9034
9306
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
9035
9307
|
}
|
9308
|
+
},
|
9309
|
+
{
|
9310
|
+
"name": "name",
|
9311
|
+
"type": {
|
9312
|
+
"text": "string | undefined"
|
9313
|
+
},
|
9314
|
+
"description": "The name of the button, submitted as a pair with the button's value as part of the form data,\nwhen that button is used to submit the form.",
|
9315
|
+
"fieldName": "name",
|
9316
|
+
"inheritedFrom": {
|
9317
|
+
"name": "Buttonsimple",
|
9318
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
9319
|
+
}
|
9320
|
+
},
|
9321
|
+
{
|
9322
|
+
"name": "value",
|
9323
|
+
"type": {
|
9324
|
+
"text": "string | undefined"
|
9325
|
+
},
|
9326
|
+
"description": "Defines the value associated with the button's name when it's submitted with the form data.\nThis value is passed to the server in params when the form is submitted using this button.",
|
9327
|
+
"fieldName": "value",
|
9328
|
+
"inheritedFrom": {
|
9329
|
+
"name": "Buttonsimple",
|
9330
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
9331
|
+
}
|
9036
9332
|
}
|
9037
9333
|
],
|
9038
9334
|
"mixins": [
|
@@ -12678,6 +12974,34 @@
|
|
12678
12974
|
"module": "components/buttonsimple/buttonsimple.component.js"
|
12679
12975
|
}
|
12680
12976
|
},
|
12977
|
+
{
|
12978
|
+
"kind": "field",
|
12979
|
+
"name": "name",
|
12980
|
+
"type": {
|
12981
|
+
"text": "string | undefined"
|
12982
|
+
},
|
12983
|
+
"description": "The name of the button, submitted as a pair with the button's value as part of the form data,\nwhen that button is used to submit the form.",
|
12984
|
+
"attribute": "name",
|
12985
|
+
"reflects": true,
|
12986
|
+
"inheritedFrom": {
|
12987
|
+
"name": "Buttonsimple",
|
12988
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
12989
|
+
}
|
12990
|
+
},
|
12991
|
+
{
|
12992
|
+
"kind": "field",
|
12993
|
+
"name": "value",
|
12994
|
+
"type": {
|
12995
|
+
"text": "string | undefined"
|
12996
|
+
},
|
12997
|
+
"description": "Defines the value associated with the button's name when it's submitted with the form data.\nThis value is passed to the server in params when the form is submitted using this button.",
|
12998
|
+
"attribute": "value",
|
12999
|
+
"reflects": true,
|
13000
|
+
"inheritedFrom": {
|
13001
|
+
"name": "Buttonsimple",
|
13002
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
13003
|
+
}
|
13004
|
+
},
|
12681
13005
|
{
|
12682
13006
|
"kind": "method",
|
12683
13007
|
"name": "setActive",
|
@@ -12980,6 +13304,30 @@
|
|
12980
13304
|
"name": "Buttonsimple",
|
12981
13305
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
12982
13306
|
}
|
13307
|
+
},
|
13308
|
+
{
|
13309
|
+
"name": "name",
|
13310
|
+
"type": {
|
13311
|
+
"text": "string | undefined"
|
13312
|
+
},
|
13313
|
+
"description": "The name of the button, submitted as a pair with the button's value as part of the form data,\nwhen that button is used to submit the form.",
|
13314
|
+
"fieldName": "name",
|
13315
|
+
"inheritedFrom": {
|
13316
|
+
"name": "Buttonsimple",
|
13317
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
13318
|
+
}
|
13319
|
+
},
|
13320
|
+
{
|
13321
|
+
"name": "value",
|
13322
|
+
"type": {
|
13323
|
+
"text": "string | undefined"
|
13324
|
+
},
|
13325
|
+
"description": "Defines the value associated with the button's name when it's submitted with the form data.\nThis value is passed to the server in params when the form is submitted using this button.",
|
13326
|
+
"fieldName": "value",
|
13327
|
+
"inheritedFrom": {
|
13328
|
+
"name": "Buttonsimple",
|
13329
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
13330
|
+
}
|
12983
13331
|
}
|
12984
13332
|
],
|
12985
13333
|
"superclass": {
|
@@ -15996,6 +16344,34 @@
|
|
15996
16344
|
"module": "components/buttonsimple/buttonsimple.component.js"
|
15997
16345
|
}
|
15998
16346
|
},
|
16347
|
+
{
|
16348
|
+
"kind": "field",
|
16349
|
+
"name": "name",
|
16350
|
+
"type": {
|
16351
|
+
"text": "string | undefined"
|
16352
|
+
},
|
16353
|
+
"description": "The name of the button, submitted as a pair with the button's value as part of the form data,\nwhen that button is used to submit the form.",
|
16354
|
+
"attribute": "name",
|
16355
|
+
"reflects": true,
|
16356
|
+
"inheritedFrom": {
|
16357
|
+
"name": "Buttonsimple",
|
16358
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
16359
|
+
}
|
16360
|
+
},
|
16361
|
+
{
|
16362
|
+
"kind": "field",
|
16363
|
+
"name": "value",
|
16364
|
+
"type": {
|
16365
|
+
"text": "string | undefined"
|
16366
|
+
},
|
16367
|
+
"description": "Defines the value associated with the button's name when it's submitted with the form data.\nThis value is passed to the server in params when the form is submitted using this button.",
|
16368
|
+
"attribute": "value",
|
16369
|
+
"reflects": true,
|
16370
|
+
"inheritedFrom": {
|
16371
|
+
"name": "Buttonsimple",
|
16372
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
16373
|
+
}
|
16374
|
+
},
|
15999
16375
|
{
|
16000
16376
|
"kind": "method",
|
16001
16377
|
"name": "executeAction",
|
@@ -16328,6 +16704,30 @@
|
|
16328
16704
|
"name": "Buttonsimple",
|
16329
16705
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
16330
16706
|
}
|
16707
|
+
},
|
16708
|
+
{
|
16709
|
+
"name": "name",
|
16710
|
+
"type": {
|
16711
|
+
"text": "string | undefined"
|
16712
|
+
},
|
16713
|
+
"description": "The name of the button, submitted as a pair with the button's value as part of the form data,\nwhen that button is used to submit the form.",
|
16714
|
+
"fieldName": "name",
|
16715
|
+
"inheritedFrom": {
|
16716
|
+
"name": "Buttonsimple",
|
16717
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
16718
|
+
}
|
16719
|
+
},
|
16720
|
+
{
|
16721
|
+
"name": "value",
|
16722
|
+
"type": {
|
16723
|
+
"text": "string | undefined"
|
16724
|
+
},
|
16725
|
+
"description": "Defines the value associated with the button's name when it's submitted with the form data.\nThis value is passed to the server in params when the form is submitted using this button.",
|
16726
|
+
"fieldName": "value",
|
16727
|
+
"inheritedFrom": {
|
16728
|
+
"name": "Buttonsimple",
|
16729
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
16730
|
+
}
|
16331
16731
|
}
|
16332
16732
|
],
|
16333
16733
|
"mixins": [
|
@@ -18296,9 +18696,8 @@
|
|
18296
18696
|
"kind": "field",
|
18297
18697
|
"name": "name",
|
18298
18698
|
"type": {
|
18299
|
-
"text": "
|
18699
|
+
"text": "string | undefined"
|
18300
18700
|
},
|
18301
|
-
"default": "undefined",
|
18302
18701
|
"description": "The name attribute is used to identify the menu item when it is selected.",
|
18303
18702
|
"attribute": "name",
|
18304
18703
|
"reflects": true
|
@@ -18307,9 +18706,8 @@
|
|
18307
18706
|
"kind": "field",
|
18308
18707
|
"name": "value",
|
18309
18708
|
"type": {
|
18310
|
-
"text": "
|
18709
|
+
"text": "string | undefined"
|
18311
18710
|
},
|
18312
|
-
"default": "undefined",
|
18313
18711
|
"description": "The value attribute is used to represent a value when the menu item is selected.\nIt is typically used with checkbox and radio menu items, but can be handy for any menu item.",
|
18314
18712
|
"attribute": "value",
|
18315
18713
|
"reflects": true
|
@@ -18793,18 +19191,16 @@
|
|
18793
19191
|
{
|
18794
19192
|
"name": "name",
|
18795
19193
|
"type": {
|
18796
|
-
"text": "
|
19194
|
+
"text": "string | undefined"
|
18797
19195
|
},
|
18798
|
-
"default": "undefined",
|
18799
19196
|
"description": "The name attribute is used to identify the menu item when it is selected.",
|
18800
19197
|
"fieldName": "name"
|
18801
19198
|
},
|
18802
19199
|
{
|
18803
19200
|
"name": "value",
|
18804
19201
|
"type": {
|
18805
|
-
"text": "
|
19202
|
+
"text": "string | undefined"
|
18806
19203
|
},
|
18807
|
-
"default": "undefined",
|
18808
19204
|
"description": "The value attribute is used to represent a value when the menu item is selected.\nIt is typically used with checkbox and radio menu items, but can be handy for any menu item.",
|
18809
19205
|
"fieldName": "value"
|
18810
19206
|
},
|
@@ -19232,9 +19628,8 @@
|
|
19232
19628
|
"kind": "field",
|
19233
19629
|
"name": "name",
|
19234
19630
|
"type": {
|
19235
|
-
"text": "
|
19631
|
+
"text": "string | undefined"
|
19236
19632
|
},
|
19237
|
-
"default": "undefined",
|
19238
19633
|
"description": "The name attribute is used to identify the menu item when it is selected.",
|
19239
19634
|
"attribute": "name",
|
19240
19635
|
"reflects": true,
|
@@ -19247,9 +19642,8 @@
|
|
19247
19642
|
"kind": "field",
|
19248
19643
|
"name": "value",
|
19249
19644
|
"type": {
|
19250
|
-
"text": "
|
19645
|
+
"text": "string | undefined"
|
19251
19646
|
},
|
19252
|
-
"default": "undefined",
|
19253
19647
|
"description": "The value attribute is used to represent a value when the menu item is selected.\nIt is typically used with checkbox and radio menu items, but can be handy for any menu item.",
|
19254
19648
|
"attribute": "value",
|
19255
19649
|
"reflects": true,
|
@@ -19775,9 +20169,8 @@
|
|
19775
20169
|
{
|
19776
20170
|
"name": "name",
|
19777
20171
|
"type": {
|
19778
|
-
"text": "
|
20172
|
+
"text": "string | undefined"
|
19779
20173
|
},
|
19780
|
-
"default": "undefined",
|
19781
20174
|
"description": "The name attribute is used to identify the menu item when it is selected.",
|
19782
20175
|
"fieldName": "name",
|
19783
20176
|
"inheritedFrom": {
|
@@ -19788,9 +20181,8 @@
|
|
19788
20181
|
{
|
19789
20182
|
"name": "value",
|
19790
20183
|
"type": {
|
19791
|
-
"text": "
|
20184
|
+
"text": "string | undefined"
|
19792
20185
|
},
|
19793
|
-
"default": "undefined",
|
19794
20186
|
"description": "The value attribute is used to represent a value when the menu item is selected.\nIt is typically used with checkbox and radio menu items, but can be handy for any menu item.",
|
19795
20187
|
"fieldName": "value",
|
19796
20188
|
"inheritedFrom": {
|
@@ -20233,9 +20625,8 @@
|
|
20233
20625
|
"kind": "field",
|
20234
20626
|
"name": "name",
|
20235
20627
|
"type": {
|
20236
|
-
"text": "
|
20628
|
+
"text": "string | undefined"
|
20237
20629
|
},
|
20238
|
-
"default": "undefined",
|
20239
20630
|
"description": "The name attribute is used to identify the menu item when it is selected.",
|
20240
20631
|
"attribute": "name",
|
20241
20632
|
"reflects": true,
|
@@ -20248,9 +20639,8 @@
|
|
20248
20639
|
"kind": "field",
|
20249
20640
|
"name": "value",
|
20250
20641
|
"type": {
|
20251
|
-
"text": "
|
20642
|
+
"text": "string | undefined"
|
20252
20643
|
},
|
20253
|
-
"default": "undefined",
|
20254
20644
|
"description": "The value attribute is used to represent a value when the menu item is selected.\nIt is typically used with checkbox and radio menu items, but can be handy for any menu item.",
|
20255
20645
|
"attribute": "value",
|
20256
20646
|
"reflects": true,
|
@@ -20776,9 +21166,8 @@
|
|
20776
21166
|
{
|
20777
21167
|
"name": "name",
|
20778
21168
|
"type": {
|
20779
|
-
"text": "
|
21169
|
+
"text": "string | undefined"
|
20780
21170
|
},
|
20781
|
-
"default": "undefined",
|
20782
21171
|
"description": "The name attribute is used to identify the menu item when it is selected.",
|
20783
21172
|
"fieldName": "name",
|
20784
21173
|
"inheritedFrom": {
|
@@ -20789,9 +21178,8 @@
|
|
20789
21178
|
{
|
20790
21179
|
"name": "value",
|
20791
21180
|
"type": {
|
20792
|
-
"text": "
|
21181
|
+
"text": "string | undefined"
|
20793
21182
|
},
|
20794
|
-
"default": "undefined",
|
20795
21183
|
"description": "The value attribute is used to represent a value when the menu item is selected.\nIt is typically used with checkbox and radio menu items, but can be handy for any menu item.",
|
20796
21184
|
"fieldName": "value",
|
20797
21185
|
"inheritedFrom": {
|
@@ -23768,9 +24156,8 @@
|
|
23768
24156
|
"kind": "field",
|
23769
24157
|
"name": "name",
|
23770
24158
|
"type": {
|
23771
|
-
"text": "
|
24159
|
+
"text": "string | undefined"
|
23772
24160
|
},
|
23773
|
-
"default": "undefined",
|
23774
24161
|
"description": "The name attribute is used to identify the menu item when it is selected.",
|
23775
24162
|
"attribute": "name",
|
23776
24163
|
"reflects": true,
|
@@ -23783,9 +24170,8 @@
|
|
23783
24170
|
"kind": "field",
|
23784
24171
|
"name": "value",
|
23785
24172
|
"type": {
|
23786
|
-
"text": "
|
24173
|
+
"text": "string | undefined"
|
23787
24174
|
},
|
23788
|
-
"default": "undefined",
|
23789
24175
|
"description": "The value attribute is used to represent a value when the menu item is selected.\nIt is typically used with checkbox and radio menu items, but can be handy for any menu item.",
|
23790
24176
|
"attribute": "value",
|
23791
24177
|
"reflects": true,
|
@@ -24362,9 +24748,8 @@
|
|
24362
24748
|
{
|
24363
24749
|
"name": "name",
|
24364
24750
|
"type": {
|
24365
|
-
"text": "
|
24751
|
+
"text": "string | undefined"
|
24366
24752
|
},
|
24367
|
-
"default": "undefined",
|
24368
24753
|
"description": "The name attribute is used to identify the menu item when it is selected.",
|
24369
24754
|
"fieldName": "name",
|
24370
24755
|
"inheritedFrom": {
|
@@ -24375,9 +24760,8 @@
|
|
24375
24760
|
{
|
24376
24761
|
"name": "value",
|
24377
24762
|
"type": {
|
24378
|
-
"text": "
|
24763
|
+
"text": "string | undefined"
|
24379
24764
|
},
|
24380
|
-
"default": "undefined",
|
24381
24765
|
"description": "The value attribute is used to represent a value when the menu item is selected.\nIt is typically used with checkbox and radio menu items, but can be handy for any menu item.",
|
24382
24766
|
"fieldName": "value",
|
24383
24767
|
"inheritedFrom": {
|
@@ -35757,6 +36141,34 @@
|
|
35757
36141
|
"module": "components/buttonsimple/buttonsimple.component.js"
|
35758
36142
|
}
|
35759
36143
|
},
|
36144
|
+
{
|
36145
|
+
"kind": "field",
|
36146
|
+
"name": "name",
|
36147
|
+
"type": {
|
36148
|
+
"text": "string | undefined"
|
36149
|
+
},
|
36150
|
+
"description": "The name of the button, submitted as a pair with the button's value as part of the form data,\nwhen that button is used to submit the form.",
|
36151
|
+
"attribute": "name",
|
36152
|
+
"reflects": true,
|
36153
|
+
"inheritedFrom": {
|
36154
|
+
"name": "Buttonsimple",
|
36155
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
36156
|
+
}
|
36157
|
+
},
|
36158
|
+
{
|
36159
|
+
"kind": "field",
|
36160
|
+
"name": "value",
|
36161
|
+
"type": {
|
36162
|
+
"text": "string | undefined"
|
36163
|
+
},
|
36164
|
+
"description": "Defines the value associated with the button's name when it's submitted with the form data.\nThis value is passed to the server in params when the form is submitted using this button.",
|
36165
|
+
"attribute": "value",
|
36166
|
+
"reflects": true,
|
36167
|
+
"inheritedFrom": {
|
36168
|
+
"name": "Buttonsimple",
|
36169
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
36170
|
+
}
|
36171
|
+
},
|
35760
36172
|
{
|
35761
36173
|
"kind": "method",
|
35762
36174
|
"name": "setSoftDisabled",
|
@@ -36066,6 +36478,30 @@
|
|
36066
36478
|
"name": "Buttonsimple",
|
36067
36479
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
36068
36480
|
}
|
36481
|
+
},
|
36482
|
+
{
|
36483
|
+
"name": "name",
|
36484
|
+
"type": {
|
36485
|
+
"text": "string | undefined"
|
36486
|
+
},
|
36487
|
+
"description": "The name of the button, submitted as a pair with the button's value as part of the form data,\nwhen that button is used to submit the form.",
|
36488
|
+
"fieldName": "name",
|
36489
|
+
"inheritedFrom": {
|
36490
|
+
"name": "Buttonsimple",
|
36491
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
36492
|
+
}
|
36493
|
+
},
|
36494
|
+
{
|
36495
|
+
"name": "value",
|
36496
|
+
"type": {
|
36497
|
+
"text": "string | undefined"
|
36498
|
+
},
|
36499
|
+
"description": "Defines the value associated with the button's name when it's submitted with the form data.\nThis value is passed to the server in params when the form is submitted using this button.",
|
36500
|
+
"fieldName": "value",
|
36501
|
+
"inheritedFrom": {
|
36502
|
+
"name": "Buttonsimple",
|
36503
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
36504
|
+
}
|
36069
36505
|
}
|
36070
36506
|
],
|
36071
36507
|
"mixins": [
|