@momentum-design/components 0.120.8 → 0.120.10
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 +3 -3
- package/dist/browser/index.js.map +3 -3
- package/dist/components/listitem/listitem.component.d.ts +4 -1
- package/dist/components/listitem/listitem.component.js +14 -3
- package/dist/components/menuitem/menuitem.component.js +2 -2
- package/dist/custom-elements.json +503 -419
- package/dist/react/index.d.ts +2 -2
- package/dist/react/index.js +2 -2
- package/dist/utils/mixins/ListNavigationMixin.js +10 -2
- package/package.json +1 -1
@@ -1766,6 +1766,333 @@
|
|
1766
1766
|
}
|
1767
1767
|
]
|
1768
1768
|
},
|
1769
|
+
{
|
1770
|
+
"kind": "javascript-module",
|
1771
|
+
"path": "components/appheader/appheader.component.js",
|
1772
|
+
"declarations": [
|
1773
|
+
{
|
1774
|
+
"kind": "class",
|
1775
|
+
"description": "The `mdc-appheader` component provides a structured and accessible app header layout.\nIt consists of three primary sections: leading, center, and trailing.\n\n- The **leading section** typically holds a **brand logo**, **brand name** or **menu icon**.\n- The **center section** can contain a **search bar**, **icons** or action controls.\n- The **trailing section** generally includes a **profile avatar**, **additional icons** or **action controls**.",
|
1776
|
+
"name": "Appheader",
|
1777
|
+
"cssParts": [
|
1778
|
+
{
|
1779
|
+
"description": "The main container for styling the header.",
|
1780
|
+
"name": "container"
|
1781
|
+
},
|
1782
|
+
{
|
1783
|
+
"description": "The leading section of the header.",
|
1784
|
+
"name": "leading-section"
|
1785
|
+
},
|
1786
|
+
{
|
1787
|
+
"description": "The center section of the header.",
|
1788
|
+
"name": "center-section"
|
1789
|
+
},
|
1790
|
+
{
|
1791
|
+
"description": "The trailing section of the header.",
|
1792
|
+
"name": "trailing-section"
|
1793
|
+
}
|
1794
|
+
],
|
1795
|
+
"slots": [
|
1796
|
+
{
|
1797
|
+
"description": "Slot for the leading section (e.g., brand logo, brand name).",
|
1798
|
+
"name": "leading"
|
1799
|
+
},
|
1800
|
+
{
|
1801
|
+
"description": "Slot for the center section (e.g., search bar, icons).",
|
1802
|
+
"name": "center"
|
1803
|
+
},
|
1804
|
+
{
|
1805
|
+
"description": "Slot for the trailing section (e.g., profile avatar, icons).",
|
1806
|
+
"name": "trailing"
|
1807
|
+
}
|
1808
|
+
],
|
1809
|
+
"members": [],
|
1810
|
+
"superclass": {
|
1811
|
+
"name": "Component",
|
1812
|
+
"module": "/src/models"
|
1813
|
+
},
|
1814
|
+
"tagName": "mdc-appheader",
|
1815
|
+
"jsDoc": "/**\n * The `mdc-appheader` component provides a structured and accessible app header layout.\n * It consists of three primary sections: leading, center, and trailing.\n *\n * - The **leading section** typically holds a **brand logo**, **brand name** or **menu icon**.\n * - The **center section** can contain a **search bar**, **icons** or action controls.\n * - The **trailing section** generally includes a **profile avatar**, **additional icons** or **action controls**.\n *\n * @tagname mdc-appheader\n *\n * @slot leading - Slot for the leading section (e.g., brand logo, brand name).\n * @slot center - Slot for the center section (e.g., search bar, icons).\n * @slot trailing - Slot for the trailing section (e.g., profile avatar, icons).\n *\n * @csspart container - The main container for styling the header.\n * @csspart leading-section - The leading section of the header.\n * @csspart center-section - The center section of the header.\n * @csspart trailing-section - The trailing section of the header.\n */",
|
1816
|
+
"customElement": true
|
1817
|
+
}
|
1818
|
+
],
|
1819
|
+
"exports": [
|
1820
|
+
{
|
1821
|
+
"kind": "js",
|
1822
|
+
"name": "default",
|
1823
|
+
"declaration": {
|
1824
|
+
"name": "Appheader",
|
1825
|
+
"module": "components/appheader/appheader.component.js"
|
1826
|
+
}
|
1827
|
+
}
|
1828
|
+
]
|
1829
|
+
},
|
1830
|
+
{
|
1831
|
+
"kind": "javascript-module",
|
1832
|
+
"path": "components/avatar/avatar.component.js",
|
1833
|
+
"declarations": [
|
1834
|
+
{
|
1835
|
+
"kind": "class",
|
1836
|
+
"description": "The `mdc-avatar` component is used to represent a person or a space.\nAn avatar can be an icon, initials, counter and photo.\n\nTo set the photo of an avatar,\nyou need to set \"src\" attribute.\n\nWhile the avatar image is loading, as a placeholder,\nwe will show the initials text.\nIf the initials are not specified then,\nwe will show `user-regular` icon as a placeholder.\n\nBy default, if there are no attributes specified,\nthen the default avatar will be an icon with `user-regular` name.\n\nThe avatar component is non clickable and non interactive/focusable component.\nIf the avatar is typing, then the loading indicator will be displayed.\nIf the counter type avatar is set to a negative number, then we will display 0.\nThe presence indicator will be hidden when the counter property is set.",
|
1837
|
+
"name": "Avatar",
|
1838
|
+
"cssProperties": [
|
1839
|
+
{
|
1840
|
+
"description": "Allows customization of the default background color.",
|
1841
|
+
"name": "--mdc-avatar-default-background-color"
|
1842
|
+
},
|
1843
|
+
{
|
1844
|
+
"description": "Allows customization of the default foreground color.",
|
1845
|
+
"name": "--mdc-avatar-default-foreground-color"
|
1846
|
+
},
|
1847
|
+
{
|
1848
|
+
"description": "Allows customization of the loading indicator background color.",
|
1849
|
+
"name": "--mdc-avatar-loading-indicator-background-color"
|
1850
|
+
},
|
1851
|
+
{
|
1852
|
+
"description": "Allows customization of the loading indicator foreground color.",
|
1853
|
+
"name": "--mdc-avatar-loading-indicator-foreground-color"
|
1854
|
+
},
|
1855
|
+
{
|
1856
|
+
"description": "Allows customization of the loading overlay background color.",
|
1857
|
+
"name": "--mdc-avatar-loading-overlay-background-color"
|
1858
|
+
}
|
1859
|
+
],
|
1860
|
+
"cssParts": [
|
1861
|
+
{
|
1862
|
+
"description": "The main content of the avatar.",
|
1863
|
+
"name": "content"
|
1864
|
+
},
|
1865
|
+
{
|
1866
|
+
"description": "The photo of the avatar.",
|
1867
|
+
"name": "photo"
|
1868
|
+
},
|
1869
|
+
{
|
1870
|
+
"description": "The presence indicator of the avatar.",
|
1871
|
+
"name": "presence"
|
1872
|
+
},
|
1873
|
+
{
|
1874
|
+
"description": "The wrapper for the loading indicator.",
|
1875
|
+
"name": "loading-wrapper"
|
1876
|
+
},
|
1877
|
+
{
|
1878
|
+
"description": "The loading indicator of the avatar.",
|
1879
|
+
"name": "loader"
|
1880
|
+
}
|
1881
|
+
],
|
1882
|
+
"members": [
|
1883
|
+
{
|
1884
|
+
"kind": "field",
|
1885
|
+
"name": "src",
|
1886
|
+
"type": {
|
1887
|
+
"text": "string | undefined"
|
1888
|
+
},
|
1889
|
+
"description": "The src is the url which will be used to display the avatar.\nWhen the src is loading, we will display the initials as a placeholder.",
|
1890
|
+
"attribute": "src",
|
1891
|
+
"inheritedFrom": {
|
1892
|
+
"name": "AvatarComponentMixin",
|
1893
|
+
"module": "utils/mixins/AvatarComponentMixin.js"
|
1894
|
+
}
|
1895
|
+
},
|
1896
|
+
{
|
1897
|
+
"kind": "field",
|
1898
|
+
"name": "initials",
|
1899
|
+
"type": {
|
1900
|
+
"text": "string | undefined"
|
1901
|
+
},
|
1902
|
+
"description": "The initials to be displayed for the avatar.",
|
1903
|
+
"attribute": "initials",
|
1904
|
+
"inheritedFrom": {
|
1905
|
+
"name": "AvatarComponentMixin",
|
1906
|
+
"module": "utils/mixins/AvatarComponentMixin.js"
|
1907
|
+
}
|
1908
|
+
},
|
1909
|
+
{
|
1910
|
+
"kind": "field",
|
1911
|
+
"name": "presence",
|
1912
|
+
"type": {
|
1913
|
+
"text": "PresenceType | undefined"
|
1914
|
+
},
|
1915
|
+
"description": "The presence is the status which can be used to display the\nactivity state of a user or a space within an avatar component.\n\nAcceptable values include:\n- `active`\n- `away`\n- `away-calling`\n- `busy`\n- `dnd`\n- `meeting`\n- `on-call`\n- `on-device`\n- `on-mobile`\n- `pause`\n- `pto`\n- `presenting`\n- `quiet`\n- `scheduled`",
|
1916
|
+
"attribute": "presence",
|
1917
|
+
"inheritedFrom": {
|
1918
|
+
"name": "AvatarComponentMixin",
|
1919
|
+
"module": "utils/mixins/AvatarComponentMixin.js"
|
1920
|
+
}
|
1921
|
+
},
|
1922
|
+
{
|
1923
|
+
"kind": "field",
|
1924
|
+
"name": "size",
|
1925
|
+
"type": {
|
1926
|
+
"text": "AvatarSize"
|
1927
|
+
},
|
1928
|
+
"description": "Acceptable values include (size in px unit):\n- 24\n- 32\n- 48\n- 64\n- 72\n- 88\n- 124",
|
1929
|
+
"default": "32",
|
1930
|
+
"attribute": "size",
|
1931
|
+
"reflects": true,
|
1932
|
+
"inheritedFrom": {
|
1933
|
+
"name": "AvatarComponentMixin",
|
1934
|
+
"module": "utils/mixins/AvatarComponentMixin.js"
|
1935
|
+
}
|
1936
|
+
},
|
1937
|
+
{
|
1938
|
+
"kind": "field",
|
1939
|
+
"name": "counter",
|
1940
|
+
"type": {
|
1941
|
+
"text": "number | undefined"
|
1942
|
+
},
|
1943
|
+
"description": "The counter is the number which can be displayed on the avatar.\nThe maximum number is 99 and if the given number is greater than 99,\nthen the avatar will be displayed as `99+`.\nIf the given number is a negative number,\nthen the avatar will be displayed as `0`.",
|
1944
|
+
"attribute": "counter",
|
1945
|
+
"inheritedFrom": {
|
1946
|
+
"name": "AvatarComponentMixin",
|
1947
|
+
"module": "utils/mixins/AvatarComponentMixin.js"
|
1948
|
+
}
|
1949
|
+
},
|
1950
|
+
{
|
1951
|
+
"kind": "field",
|
1952
|
+
"name": "isTyping",
|
1953
|
+
"type": {
|
1954
|
+
"text": "boolean"
|
1955
|
+
},
|
1956
|
+
"default": "false",
|
1957
|
+
"description": "Represents the typing indicator when the user is typing.",
|
1958
|
+
"attribute": "is-typing",
|
1959
|
+
"inheritedFrom": {
|
1960
|
+
"name": "AvatarComponentMixin",
|
1961
|
+
"module": "utils/mixins/AvatarComponentMixin.js"
|
1962
|
+
}
|
1963
|
+
},
|
1964
|
+
{
|
1965
|
+
"kind": "field",
|
1966
|
+
"name": "iconName",
|
1967
|
+
"type": {
|
1968
|
+
"text": "IconNames | undefined"
|
1969
|
+
},
|
1970
|
+
"description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
|
1971
|
+
"attribute": "icon-name",
|
1972
|
+
"inheritedFrom": {
|
1973
|
+
"name": "IconNameMixin",
|
1974
|
+
"module": "utils/mixins/IconNameMixin.js"
|
1975
|
+
}
|
1976
|
+
}
|
1977
|
+
],
|
1978
|
+
"mixins": [
|
1979
|
+
{
|
1980
|
+
"name": "AvatarComponentMixin",
|
1981
|
+
"module": "/src/utils/mixins/AvatarComponentMixin"
|
1982
|
+
},
|
1983
|
+
{
|
1984
|
+
"name": "IconNameMixin",
|
1985
|
+
"module": "/src/utils/mixins/IconNameMixin"
|
1986
|
+
}
|
1987
|
+
],
|
1988
|
+
"superclass": {
|
1989
|
+
"name": "Component",
|
1990
|
+
"module": "/src/models"
|
1991
|
+
},
|
1992
|
+
"tagName": "mdc-avatar",
|
1993
|
+
"jsDoc": "/**\n * The `mdc-avatar` component is used to represent a person or a space.\n * An avatar can be an icon, initials, counter and photo.\n *\n * To set the photo of an avatar,\n * you need to set \"src\" attribute.\n *\n * While the avatar image is loading, as a placeholder,\n * we will show the initials text.\n * If the initials are not specified then,\n * we will show `user-regular` icon as a placeholder.\n *\n * By default, if there are no attributes specified,\n * then the default avatar will be an icon with `user-regular` name.\n *\n * The avatar component is non clickable and non interactive/focusable component.\n * If the avatar is typing, then the loading indicator will be displayed.\n * If the counter type avatar is set to a negative number, then we will display 0.\n * The presence indicator will be hidden when the counter property is set.\n *\n * @dependency mdc-icon\n * @dependency mdc-presence\n * @dependency mdc-text\n *\n * @tagname mdc-avatar\n *\n * @cssproperty --mdc-avatar-default-background-color - Allows customization of the default background color.\n * @cssproperty --mdc-avatar-default-foreground-color - Allows customization of the default foreground color.\n * @cssproperty --mdc-avatar-loading-indicator-background-color -\n * Allows customization of the loading indicator background color.\n * @cssproperty --mdc-avatar-loading-indicator-foreground-color -\n * Allows customization of the loading indicator foreground color.\n * @cssproperty --mdc-avatar-loading-overlay-background-color -\n * Allows customization of the loading overlay background color.\n *\n * @csspart content - The main content of the avatar.\n * @csspart photo - The photo of the avatar.\n * @csspart presence - The presence indicator of the avatar.\n * @csspart loading-wrapper - The wrapper for the loading indicator.\n * @csspart loader - The loading indicator of the avatar.\n */",
|
1994
|
+
"customElement": true,
|
1995
|
+
"attributes": [
|
1996
|
+
{
|
1997
|
+
"name": "src",
|
1998
|
+
"type": {
|
1999
|
+
"text": "string | undefined"
|
2000
|
+
},
|
2001
|
+
"description": "The src is the url which will be used to display the avatar.\nWhen the src is loading, we will display the initials as a placeholder.",
|
2002
|
+
"fieldName": "src",
|
2003
|
+
"inheritedFrom": {
|
2004
|
+
"name": "AvatarComponentMixin",
|
2005
|
+
"module": "src/utils/mixins/AvatarComponentMixin.ts"
|
2006
|
+
}
|
2007
|
+
},
|
2008
|
+
{
|
2009
|
+
"name": "initials",
|
2010
|
+
"type": {
|
2011
|
+
"text": "string | undefined"
|
2012
|
+
},
|
2013
|
+
"description": "The initials to be displayed for the avatar.",
|
2014
|
+
"fieldName": "initials",
|
2015
|
+
"inheritedFrom": {
|
2016
|
+
"name": "AvatarComponentMixin",
|
2017
|
+
"module": "src/utils/mixins/AvatarComponentMixin.ts"
|
2018
|
+
}
|
2019
|
+
},
|
2020
|
+
{
|
2021
|
+
"name": "presence",
|
2022
|
+
"type": {
|
2023
|
+
"text": "PresenceType | undefined"
|
2024
|
+
},
|
2025
|
+
"description": "The presence is the status which can be used to display the\nactivity state of a user or a space within an avatar component.\n\nAcceptable values include:\n- `active`\n- `away`\n- `away-calling`\n- `busy`\n- `dnd`\n- `meeting`\n- `on-call`\n- `on-device`\n- `on-mobile`\n- `pause`\n- `pto`\n- `presenting`\n- `quiet`\n- `scheduled`",
|
2026
|
+
"fieldName": "presence",
|
2027
|
+
"inheritedFrom": {
|
2028
|
+
"name": "AvatarComponentMixin",
|
2029
|
+
"module": "src/utils/mixins/AvatarComponentMixin.ts"
|
2030
|
+
}
|
2031
|
+
},
|
2032
|
+
{
|
2033
|
+
"name": "size",
|
2034
|
+
"type": {
|
2035
|
+
"text": "AvatarSize"
|
2036
|
+
},
|
2037
|
+
"description": "Acceptable values include (size in px unit):\n- 24\n- 32\n- 48\n- 64\n- 72\n- 88\n- 124",
|
2038
|
+
"default": "32",
|
2039
|
+
"fieldName": "size",
|
2040
|
+
"inheritedFrom": {
|
2041
|
+
"name": "AvatarComponentMixin",
|
2042
|
+
"module": "src/utils/mixins/AvatarComponentMixin.ts"
|
2043
|
+
}
|
2044
|
+
},
|
2045
|
+
{
|
2046
|
+
"name": "counter",
|
2047
|
+
"type": {
|
2048
|
+
"text": "number | undefined"
|
2049
|
+
},
|
2050
|
+
"description": "The counter is the number which can be displayed on the avatar.\nThe maximum number is 99 and if the given number is greater than 99,\nthen the avatar will be displayed as `99+`.\nIf the given number is a negative number,\nthen the avatar will be displayed as `0`.",
|
2051
|
+
"fieldName": "counter",
|
2052
|
+
"inheritedFrom": {
|
2053
|
+
"name": "AvatarComponentMixin",
|
2054
|
+
"module": "src/utils/mixins/AvatarComponentMixin.ts"
|
2055
|
+
}
|
2056
|
+
},
|
2057
|
+
{
|
2058
|
+
"name": "is-typing",
|
2059
|
+
"type": {
|
2060
|
+
"text": "boolean"
|
2061
|
+
},
|
2062
|
+
"default": "false",
|
2063
|
+
"description": "Represents the typing indicator when the user is typing.",
|
2064
|
+
"fieldName": "isTyping",
|
2065
|
+
"inheritedFrom": {
|
2066
|
+
"name": "AvatarComponentMixin",
|
2067
|
+
"module": "src/utils/mixins/AvatarComponentMixin.ts"
|
2068
|
+
}
|
2069
|
+
},
|
2070
|
+
{
|
2071
|
+
"name": "icon-name",
|
2072
|
+
"type": {
|
2073
|
+
"text": "IconNames | undefined"
|
2074
|
+
},
|
2075
|
+
"description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
|
2076
|
+
"fieldName": "iconName",
|
2077
|
+
"inheritedFrom": {
|
2078
|
+
"name": "IconNameMixin",
|
2079
|
+
"module": "src/utils/mixins/IconNameMixin.ts"
|
2080
|
+
}
|
2081
|
+
}
|
2082
|
+
]
|
2083
|
+
}
|
2084
|
+
],
|
2085
|
+
"exports": [
|
2086
|
+
{
|
2087
|
+
"kind": "js",
|
2088
|
+
"name": "default",
|
2089
|
+
"declaration": {
|
2090
|
+
"name": "Avatar",
|
2091
|
+
"module": "components/avatar/avatar.component.js"
|
2092
|
+
}
|
2093
|
+
}
|
2094
|
+
]
|
2095
|
+
},
|
1769
2096
|
{
|
1770
2097
|
"kind": "javascript-module",
|
1771
2098
|
"path": "components/announcementdialog/announcementdialog.component.js",
|
@@ -3129,333 +3456,6 @@
|
|
3129
3456
|
}
|
3130
3457
|
]
|
3131
3458
|
},
|
3132
|
-
{
|
3133
|
-
"kind": "javascript-module",
|
3134
|
-
"path": "components/appheader/appheader.component.js",
|
3135
|
-
"declarations": [
|
3136
|
-
{
|
3137
|
-
"kind": "class",
|
3138
|
-
"description": "The `mdc-appheader` component provides a structured and accessible app header layout.\nIt consists of three primary sections: leading, center, and trailing.\n\n- The **leading section** typically holds a **brand logo**, **brand name** or **menu icon**.\n- The **center section** can contain a **search bar**, **icons** or action controls.\n- The **trailing section** generally includes a **profile avatar**, **additional icons** or **action controls**.",
|
3139
|
-
"name": "Appheader",
|
3140
|
-
"cssParts": [
|
3141
|
-
{
|
3142
|
-
"description": "The main container for styling the header.",
|
3143
|
-
"name": "container"
|
3144
|
-
},
|
3145
|
-
{
|
3146
|
-
"description": "The leading section of the header.",
|
3147
|
-
"name": "leading-section"
|
3148
|
-
},
|
3149
|
-
{
|
3150
|
-
"description": "The center section of the header.",
|
3151
|
-
"name": "center-section"
|
3152
|
-
},
|
3153
|
-
{
|
3154
|
-
"description": "The trailing section of the header.",
|
3155
|
-
"name": "trailing-section"
|
3156
|
-
}
|
3157
|
-
],
|
3158
|
-
"slots": [
|
3159
|
-
{
|
3160
|
-
"description": "Slot for the leading section (e.g., brand logo, brand name).",
|
3161
|
-
"name": "leading"
|
3162
|
-
},
|
3163
|
-
{
|
3164
|
-
"description": "Slot for the center section (e.g., search bar, icons).",
|
3165
|
-
"name": "center"
|
3166
|
-
},
|
3167
|
-
{
|
3168
|
-
"description": "Slot for the trailing section (e.g., profile avatar, icons).",
|
3169
|
-
"name": "trailing"
|
3170
|
-
}
|
3171
|
-
],
|
3172
|
-
"members": [],
|
3173
|
-
"superclass": {
|
3174
|
-
"name": "Component",
|
3175
|
-
"module": "/src/models"
|
3176
|
-
},
|
3177
|
-
"tagName": "mdc-appheader",
|
3178
|
-
"jsDoc": "/**\n * The `mdc-appheader` component provides a structured and accessible app header layout.\n * It consists of three primary sections: leading, center, and trailing.\n *\n * - The **leading section** typically holds a **brand logo**, **brand name** or **menu icon**.\n * - The **center section** can contain a **search bar**, **icons** or action controls.\n * - The **trailing section** generally includes a **profile avatar**, **additional icons** or **action controls**.\n *\n * @tagname mdc-appheader\n *\n * @slot leading - Slot for the leading section (e.g., brand logo, brand name).\n * @slot center - Slot for the center section (e.g., search bar, icons).\n * @slot trailing - Slot for the trailing section (e.g., profile avatar, icons).\n *\n * @csspart container - The main container for styling the header.\n * @csspart leading-section - The leading section of the header.\n * @csspart center-section - The center section of the header.\n * @csspart trailing-section - The trailing section of the header.\n */",
|
3179
|
-
"customElement": true
|
3180
|
-
}
|
3181
|
-
],
|
3182
|
-
"exports": [
|
3183
|
-
{
|
3184
|
-
"kind": "js",
|
3185
|
-
"name": "default",
|
3186
|
-
"declaration": {
|
3187
|
-
"name": "Appheader",
|
3188
|
-
"module": "components/appheader/appheader.component.js"
|
3189
|
-
}
|
3190
|
-
}
|
3191
|
-
]
|
3192
|
-
},
|
3193
|
-
{
|
3194
|
-
"kind": "javascript-module",
|
3195
|
-
"path": "components/avatar/avatar.component.js",
|
3196
|
-
"declarations": [
|
3197
|
-
{
|
3198
|
-
"kind": "class",
|
3199
|
-
"description": "The `mdc-avatar` component is used to represent a person or a space.\nAn avatar can be an icon, initials, counter and photo.\n\nTo set the photo of an avatar,\nyou need to set \"src\" attribute.\n\nWhile the avatar image is loading, as a placeholder,\nwe will show the initials text.\nIf the initials are not specified then,\nwe will show `user-regular` icon as a placeholder.\n\nBy default, if there are no attributes specified,\nthen the default avatar will be an icon with `user-regular` name.\n\nThe avatar component is non clickable and non interactive/focusable component.\nIf the avatar is typing, then the loading indicator will be displayed.\nIf the counter type avatar is set to a negative number, then we will display 0.\nThe presence indicator will be hidden when the counter property is set.",
|
3200
|
-
"name": "Avatar",
|
3201
|
-
"cssProperties": [
|
3202
|
-
{
|
3203
|
-
"description": "Allows customization of the default background color.",
|
3204
|
-
"name": "--mdc-avatar-default-background-color"
|
3205
|
-
},
|
3206
|
-
{
|
3207
|
-
"description": "Allows customization of the default foreground color.",
|
3208
|
-
"name": "--mdc-avatar-default-foreground-color"
|
3209
|
-
},
|
3210
|
-
{
|
3211
|
-
"description": "Allows customization of the loading indicator background color.",
|
3212
|
-
"name": "--mdc-avatar-loading-indicator-background-color"
|
3213
|
-
},
|
3214
|
-
{
|
3215
|
-
"description": "Allows customization of the loading indicator foreground color.",
|
3216
|
-
"name": "--mdc-avatar-loading-indicator-foreground-color"
|
3217
|
-
},
|
3218
|
-
{
|
3219
|
-
"description": "Allows customization of the loading overlay background color.",
|
3220
|
-
"name": "--mdc-avatar-loading-overlay-background-color"
|
3221
|
-
}
|
3222
|
-
],
|
3223
|
-
"cssParts": [
|
3224
|
-
{
|
3225
|
-
"description": "The main content of the avatar.",
|
3226
|
-
"name": "content"
|
3227
|
-
},
|
3228
|
-
{
|
3229
|
-
"description": "The photo of the avatar.",
|
3230
|
-
"name": "photo"
|
3231
|
-
},
|
3232
|
-
{
|
3233
|
-
"description": "The presence indicator of the avatar.",
|
3234
|
-
"name": "presence"
|
3235
|
-
},
|
3236
|
-
{
|
3237
|
-
"description": "The wrapper for the loading indicator.",
|
3238
|
-
"name": "loading-wrapper"
|
3239
|
-
},
|
3240
|
-
{
|
3241
|
-
"description": "The loading indicator of the avatar.",
|
3242
|
-
"name": "loader"
|
3243
|
-
}
|
3244
|
-
],
|
3245
|
-
"members": [
|
3246
|
-
{
|
3247
|
-
"kind": "field",
|
3248
|
-
"name": "src",
|
3249
|
-
"type": {
|
3250
|
-
"text": "string | undefined"
|
3251
|
-
},
|
3252
|
-
"description": "The src is the url which will be used to display the avatar.\nWhen the src is loading, we will display the initials as a placeholder.",
|
3253
|
-
"attribute": "src",
|
3254
|
-
"inheritedFrom": {
|
3255
|
-
"name": "AvatarComponentMixin",
|
3256
|
-
"module": "utils/mixins/AvatarComponentMixin.js"
|
3257
|
-
}
|
3258
|
-
},
|
3259
|
-
{
|
3260
|
-
"kind": "field",
|
3261
|
-
"name": "initials",
|
3262
|
-
"type": {
|
3263
|
-
"text": "string | undefined"
|
3264
|
-
},
|
3265
|
-
"description": "The initials to be displayed for the avatar.",
|
3266
|
-
"attribute": "initials",
|
3267
|
-
"inheritedFrom": {
|
3268
|
-
"name": "AvatarComponentMixin",
|
3269
|
-
"module": "utils/mixins/AvatarComponentMixin.js"
|
3270
|
-
}
|
3271
|
-
},
|
3272
|
-
{
|
3273
|
-
"kind": "field",
|
3274
|
-
"name": "presence",
|
3275
|
-
"type": {
|
3276
|
-
"text": "PresenceType | undefined"
|
3277
|
-
},
|
3278
|
-
"description": "The presence is the status which can be used to display the\nactivity state of a user or a space within an avatar component.\n\nAcceptable values include:\n- `active`\n- `away`\n- `away-calling`\n- `busy`\n- `dnd`\n- `meeting`\n- `on-call`\n- `on-device`\n- `on-mobile`\n- `pause`\n- `pto`\n- `presenting`\n- `quiet`\n- `scheduled`",
|
3279
|
-
"attribute": "presence",
|
3280
|
-
"inheritedFrom": {
|
3281
|
-
"name": "AvatarComponentMixin",
|
3282
|
-
"module": "utils/mixins/AvatarComponentMixin.js"
|
3283
|
-
}
|
3284
|
-
},
|
3285
|
-
{
|
3286
|
-
"kind": "field",
|
3287
|
-
"name": "size",
|
3288
|
-
"type": {
|
3289
|
-
"text": "AvatarSize"
|
3290
|
-
},
|
3291
|
-
"description": "Acceptable values include (size in px unit):\n- 24\n- 32\n- 48\n- 64\n- 72\n- 88\n- 124",
|
3292
|
-
"default": "32",
|
3293
|
-
"attribute": "size",
|
3294
|
-
"reflects": true,
|
3295
|
-
"inheritedFrom": {
|
3296
|
-
"name": "AvatarComponentMixin",
|
3297
|
-
"module": "utils/mixins/AvatarComponentMixin.js"
|
3298
|
-
}
|
3299
|
-
},
|
3300
|
-
{
|
3301
|
-
"kind": "field",
|
3302
|
-
"name": "counter",
|
3303
|
-
"type": {
|
3304
|
-
"text": "number | undefined"
|
3305
|
-
},
|
3306
|
-
"description": "The counter is the number which can be displayed on the avatar.\nThe maximum number is 99 and if the given number is greater than 99,\nthen the avatar will be displayed as `99+`.\nIf the given number is a negative number,\nthen the avatar will be displayed as `0`.",
|
3307
|
-
"attribute": "counter",
|
3308
|
-
"inheritedFrom": {
|
3309
|
-
"name": "AvatarComponentMixin",
|
3310
|
-
"module": "utils/mixins/AvatarComponentMixin.js"
|
3311
|
-
}
|
3312
|
-
},
|
3313
|
-
{
|
3314
|
-
"kind": "field",
|
3315
|
-
"name": "isTyping",
|
3316
|
-
"type": {
|
3317
|
-
"text": "boolean"
|
3318
|
-
},
|
3319
|
-
"default": "false",
|
3320
|
-
"description": "Represents the typing indicator when the user is typing.",
|
3321
|
-
"attribute": "is-typing",
|
3322
|
-
"inheritedFrom": {
|
3323
|
-
"name": "AvatarComponentMixin",
|
3324
|
-
"module": "utils/mixins/AvatarComponentMixin.js"
|
3325
|
-
}
|
3326
|
-
},
|
3327
|
-
{
|
3328
|
-
"kind": "field",
|
3329
|
-
"name": "iconName",
|
3330
|
-
"type": {
|
3331
|
-
"text": "IconNames | undefined"
|
3332
|
-
},
|
3333
|
-
"description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
|
3334
|
-
"attribute": "icon-name",
|
3335
|
-
"inheritedFrom": {
|
3336
|
-
"name": "IconNameMixin",
|
3337
|
-
"module": "utils/mixins/IconNameMixin.js"
|
3338
|
-
}
|
3339
|
-
}
|
3340
|
-
],
|
3341
|
-
"mixins": [
|
3342
|
-
{
|
3343
|
-
"name": "AvatarComponentMixin",
|
3344
|
-
"module": "/src/utils/mixins/AvatarComponentMixin"
|
3345
|
-
},
|
3346
|
-
{
|
3347
|
-
"name": "IconNameMixin",
|
3348
|
-
"module": "/src/utils/mixins/IconNameMixin"
|
3349
|
-
}
|
3350
|
-
],
|
3351
|
-
"superclass": {
|
3352
|
-
"name": "Component",
|
3353
|
-
"module": "/src/models"
|
3354
|
-
},
|
3355
|
-
"tagName": "mdc-avatar",
|
3356
|
-
"jsDoc": "/**\n * The `mdc-avatar` component is used to represent a person or a space.\n * An avatar can be an icon, initials, counter and photo.\n *\n * To set the photo of an avatar,\n * you need to set \"src\" attribute.\n *\n * While the avatar image is loading, as a placeholder,\n * we will show the initials text.\n * If the initials are not specified then,\n * we will show `user-regular` icon as a placeholder.\n *\n * By default, if there are no attributes specified,\n * then the default avatar will be an icon with `user-regular` name.\n *\n * The avatar component is non clickable and non interactive/focusable component.\n * If the avatar is typing, then the loading indicator will be displayed.\n * If the counter type avatar is set to a negative number, then we will display 0.\n * The presence indicator will be hidden when the counter property is set.\n *\n * @dependency mdc-icon\n * @dependency mdc-presence\n * @dependency mdc-text\n *\n * @tagname mdc-avatar\n *\n * @cssproperty --mdc-avatar-default-background-color - Allows customization of the default background color.\n * @cssproperty --mdc-avatar-default-foreground-color - Allows customization of the default foreground color.\n * @cssproperty --mdc-avatar-loading-indicator-background-color -\n * Allows customization of the loading indicator background color.\n * @cssproperty --mdc-avatar-loading-indicator-foreground-color -\n * Allows customization of the loading indicator foreground color.\n * @cssproperty --mdc-avatar-loading-overlay-background-color -\n * Allows customization of the loading overlay background color.\n *\n * @csspart content - The main content of the avatar.\n * @csspart photo - The photo of the avatar.\n * @csspart presence - The presence indicator of the avatar.\n * @csspart loading-wrapper - The wrapper for the loading indicator.\n * @csspart loader - The loading indicator of the avatar.\n */",
|
3357
|
-
"customElement": true,
|
3358
|
-
"attributes": [
|
3359
|
-
{
|
3360
|
-
"name": "src",
|
3361
|
-
"type": {
|
3362
|
-
"text": "string | undefined"
|
3363
|
-
},
|
3364
|
-
"description": "The src is the url which will be used to display the avatar.\nWhen the src is loading, we will display the initials as a placeholder.",
|
3365
|
-
"fieldName": "src",
|
3366
|
-
"inheritedFrom": {
|
3367
|
-
"name": "AvatarComponentMixin",
|
3368
|
-
"module": "src/utils/mixins/AvatarComponentMixin.ts"
|
3369
|
-
}
|
3370
|
-
},
|
3371
|
-
{
|
3372
|
-
"name": "initials",
|
3373
|
-
"type": {
|
3374
|
-
"text": "string | undefined"
|
3375
|
-
},
|
3376
|
-
"description": "The initials to be displayed for the avatar.",
|
3377
|
-
"fieldName": "initials",
|
3378
|
-
"inheritedFrom": {
|
3379
|
-
"name": "AvatarComponentMixin",
|
3380
|
-
"module": "src/utils/mixins/AvatarComponentMixin.ts"
|
3381
|
-
}
|
3382
|
-
},
|
3383
|
-
{
|
3384
|
-
"name": "presence",
|
3385
|
-
"type": {
|
3386
|
-
"text": "PresenceType | undefined"
|
3387
|
-
},
|
3388
|
-
"description": "The presence is the status which can be used to display the\nactivity state of a user or a space within an avatar component.\n\nAcceptable values include:\n- `active`\n- `away`\n- `away-calling`\n- `busy`\n- `dnd`\n- `meeting`\n- `on-call`\n- `on-device`\n- `on-mobile`\n- `pause`\n- `pto`\n- `presenting`\n- `quiet`\n- `scheduled`",
|
3389
|
-
"fieldName": "presence",
|
3390
|
-
"inheritedFrom": {
|
3391
|
-
"name": "AvatarComponentMixin",
|
3392
|
-
"module": "src/utils/mixins/AvatarComponentMixin.ts"
|
3393
|
-
}
|
3394
|
-
},
|
3395
|
-
{
|
3396
|
-
"name": "size",
|
3397
|
-
"type": {
|
3398
|
-
"text": "AvatarSize"
|
3399
|
-
},
|
3400
|
-
"description": "Acceptable values include (size in px unit):\n- 24\n- 32\n- 48\n- 64\n- 72\n- 88\n- 124",
|
3401
|
-
"default": "32",
|
3402
|
-
"fieldName": "size",
|
3403
|
-
"inheritedFrom": {
|
3404
|
-
"name": "AvatarComponentMixin",
|
3405
|
-
"module": "src/utils/mixins/AvatarComponentMixin.ts"
|
3406
|
-
}
|
3407
|
-
},
|
3408
|
-
{
|
3409
|
-
"name": "counter",
|
3410
|
-
"type": {
|
3411
|
-
"text": "number | undefined"
|
3412
|
-
},
|
3413
|
-
"description": "The counter is the number which can be displayed on the avatar.\nThe maximum number is 99 and if the given number is greater than 99,\nthen the avatar will be displayed as `99+`.\nIf the given number is a negative number,\nthen the avatar will be displayed as `0`.",
|
3414
|
-
"fieldName": "counter",
|
3415
|
-
"inheritedFrom": {
|
3416
|
-
"name": "AvatarComponentMixin",
|
3417
|
-
"module": "src/utils/mixins/AvatarComponentMixin.ts"
|
3418
|
-
}
|
3419
|
-
},
|
3420
|
-
{
|
3421
|
-
"name": "is-typing",
|
3422
|
-
"type": {
|
3423
|
-
"text": "boolean"
|
3424
|
-
},
|
3425
|
-
"default": "false",
|
3426
|
-
"description": "Represents the typing indicator when the user is typing.",
|
3427
|
-
"fieldName": "isTyping",
|
3428
|
-
"inheritedFrom": {
|
3429
|
-
"name": "AvatarComponentMixin",
|
3430
|
-
"module": "src/utils/mixins/AvatarComponentMixin.ts"
|
3431
|
-
}
|
3432
|
-
},
|
3433
|
-
{
|
3434
|
-
"name": "icon-name",
|
3435
|
-
"type": {
|
3436
|
-
"text": "IconNames | undefined"
|
3437
|
-
},
|
3438
|
-
"description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
|
3439
|
-
"fieldName": "iconName",
|
3440
|
-
"inheritedFrom": {
|
3441
|
-
"name": "IconNameMixin",
|
3442
|
-
"module": "src/utils/mixins/IconNameMixin.ts"
|
3443
|
-
}
|
3444
|
-
}
|
3445
|
-
]
|
3446
|
-
}
|
3447
|
-
],
|
3448
|
-
"exports": [
|
3449
|
-
{
|
3450
|
-
"kind": "js",
|
3451
|
-
"name": "default",
|
3452
|
-
"declaration": {
|
3453
|
-
"name": "Avatar",
|
3454
|
-
"module": "components/avatar/avatar.component.js"
|
3455
|
-
}
|
3456
|
-
}
|
3457
|
-
]
|
3458
|
-
},
|
3459
3459
|
{
|
3460
3460
|
"kind": "javascript-module",
|
3461
3461
|
"path": "components/avatarbutton/avatarbutton.component.js",
|
@@ -21253,7 +21253,7 @@
|
|
21253
21253
|
{
|
21254
21254
|
"name": "target",
|
21255
21255
|
"type": {
|
21256
|
-
"text": "
|
21256
|
+
"text": "HTMLElement | null"
|
21257
21257
|
},
|
21258
21258
|
"description": "The target element that triggered the event."
|
21259
21259
|
}
|
@@ -21536,7 +21536,7 @@
|
|
21536
21536
|
{
|
21537
21537
|
"name": "target",
|
21538
21538
|
"type": {
|
21539
|
-
"text": "
|
21539
|
+
"text": "HTMLElement | null"
|
21540
21540
|
},
|
21541
21541
|
"description": "The target element that triggered the event."
|
21542
21542
|
}
|
@@ -22068,6 +22068,20 @@
|
|
22068
22068
|
"kind": "method",
|
22069
22069
|
"name": "triggerClickEvent",
|
22070
22070
|
"privacy": "protected",
|
22071
|
+
"return": {
|
22072
|
+
"type": {
|
22073
|
+
"text": ""
|
22074
|
+
}
|
22075
|
+
},
|
22076
|
+
"parameters": [
|
22077
|
+
{
|
22078
|
+
"name": "event",
|
22079
|
+
"type": {
|
22080
|
+
"text": "Event"
|
22081
|
+
},
|
22082
|
+
"description": "The event that triggered the click."
|
22083
|
+
}
|
22084
|
+
],
|
22071
22085
|
"description": "Triggers a click event on the list item."
|
22072
22086
|
},
|
22073
22087
|
{
|
@@ -23179,6 +23193,20 @@
|
|
23179
23193
|
"kind": "method",
|
23180
23194
|
"name": "triggerClickEvent",
|
23181
23195
|
"privacy": "protected",
|
23196
|
+
"return": {
|
23197
|
+
"type": {
|
23198
|
+
"text": ""
|
23199
|
+
}
|
23200
|
+
},
|
23201
|
+
"parameters": [
|
23202
|
+
{
|
23203
|
+
"name": "event",
|
23204
|
+
"type": {
|
23205
|
+
"text": "Event"
|
23206
|
+
},
|
23207
|
+
"description": "The event that triggered the click."
|
23208
|
+
}
|
23209
|
+
],
|
23182
23210
|
"description": "Triggers a click event on the list item.",
|
23183
23211
|
"inheritedFrom": {
|
23184
23212
|
"name": "ListItem",
|
@@ -24211,6 +24239,20 @@
|
|
24211
24239
|
"kind": "method",
|
24212
24240
|
"name": "triggerClickEvent",
|
24213
24241
|
"privacy": "protected",
|
24242
|
+
"return": {
|
24243
|
+
"type": {
|
24244
|
+
"text": ""
|
24245
|
+
}
|
24246
|
+
},
|
24247
|
+
"parameters": [
|
24248
|
+
{
|
24249
|
+
"name": "event",
|
24250
|
+
"type": {
|
24251
|
+
"text": "Event"
|
24252
|
+
},
|
24253
|
+
"description": "The event that triggered the click."
|
24254
|
+
}
|
24255
|
+
],
|
24214
24256
|
"description": "Triggers a click event on the list item.",
|
24215
24257
|
"inheritedFrom": {
|
24216
24258
|
"name": "ListItem",
|
@@ -25202,6 +25244,20 @@
|
|
25202
25244
|
"kind": "method",
|
25203
25245
|
"name": "triggerClickEvent",
|
25204
25246
|
"privacy": "protected",
|
25247
|
+
"return": {
|
25248
|
+
"type": {
|
25249
|
+
"text": ""
|
25250
|
+
}
|
25251
|
+
},
|
25252
|
+
"parameters": [
|
25253
|
+
{
|
25254
|
+
"name": "event",
|
25255
|
+
"type": {
|
25256
|
+
"text": "Event"
|
25257
|
+
},
|
25258
|
+
"description": "The event that triggered the click."
|
25259
|
+
}
|
25260
|
+
],
|
25205
25261
|
"description": "Triggers a click event on the list item.",
|
25206
25262
|
"inheritedFrom": {
|
25207
25263
|
"name": "ListItem",
|
@@ -28648,6 +28704,20 @@
|
|
28648
28704
|
"kind": "method",
|
28649
28705
|
"name": "triggerClickEvent",
|
28650
28706
|
"privacy": "protected",
|
28707
|
+
"return": {
|
28708
|
+
"type": {
|
28709
|
+
"text": ""
|
28710
|
+
}
|
28711
|
+
},
|
28712
|
+
"parameters": [
|
28713
|
+
{
|
28714
|
+
"name": "event",
|
28715
|
+
"type": {
|
28716
|
+
"text": "Event"
|
28717
|
+
},
|
28718
|
+
"description": "The event that triggered the click."
|
28719
|
+
}
|
28720
|
+
],
|
28651
28721
|
"description": "Triggers a click event on the list item.",
|
28652
28722
|
"inheritedFrom": {
|
28653
28723
|
"name": "ListItem",
|
@@ -29759,6 +29829,20 @@
|
|
29759
29829
|
"kind": "method",
|
29760
29830
|
"name": "triggerClickEvent",
|
29761
29831
|
"privacy": "protected",
|
29832
|
+
"return": {
|
29833
|
+
"type": {
|
29834
|
+
"text": ""
|
29835
|
+
}
|
29836
|
+
},
|
29837
|
+
"parameters": [
|
29838
|
+
{
|
29839
|
+
"name": "event",
|
29840
|
+
"type": {
|
29841
|
+
"text": "Event"
|
29842
|
+
},
|
29843
|
+
"description": "The event that triggered the click."
|
29844
|
+
}
|
29845
|
+
],
|
29762
29846
|
"description": "Triggers a click event on the list item.",
|
29763
29847
|
"inheritedFrom": {
|
29764
29848
|
"name": "ListItem",
|
@@ -38359,7 +38443,7 @@
|
|
38359
38443
|
{
|
38360
38444
|
"name": "target",
|
38361
38445
|
"type": {
|
38362
|
-
"text": "
|
38446
|
+
"text": "HTMLElement | null"
|
38363
38447
|
},
|
38364
38448
|
"description": "The target element that triggered the event."
|
38365
38449
|
}
|
@@ -41022,94 +41106,6 @@
|
|
41022
41106
|
}
|
41023
41107
|
]
|
41024
41108
|
},
|
41025
|
-
{
|
41026
|
-
"kind": "javascript-module",
|
41027
|
-
"path": "components/stepperconnector/stepperconnector.component.js",
|
41028
|
-
"declarations": [
|
41029
|
-
{
|
41030
|
-
"kind": "class",
|
41031
|
-
"description": "StepperConnector component visually represents the connection between two stepper items.\nIndicates whether the connection is complete or incomplete, and supports vertical or horizontal orientation.\nThey are used between 2 `mdc-stepperitem` components to visually connect them and wrapped in a `mdc-stepper` component.",
|
41032
|
-
"name": "StepperConnector",
|
41033
|
-
"cssProperties": [
|
41034
|
-
{
|
41035
|
-
"description": "Background color for the complete connector",
|
41036
|
-
"name": "--mdc-stepperconnector-complete-background"
|
41037
|
-
},
|
41038
|
-
{
|
41039
|
-
"description": "Background color for the incomplete connector",
|
41040
|
-
"name": "--mdc-stepperconnector-incomplete-background"
|
41041
|
-
}
|
41042
|
-
],
|
41043
|
-
"cssParts": [
|
41044
|
-
{
|
41045
|
-
"description": "The main connector line between steps",
|
41046
|
-
"name": "connector"
|
41047
|
-
}
|
41048
|
-
],
|
41049
|
-
"members": [
|
41050
|
-
{
|
41051
|
-
"kind": "field",
|
41052
|
-
"name": "status",
|
41053
|
-
"type": {
|
41054
|
-
"text": "StatusType"
|
41055
|
-
},
|
41056
|
-
"description": "The status of the connector (complete or incomplete)",
|
41057
|
-
"default": "\"incomplete\"",
|
41058
|
-
"attribute": "status",
|
41059
|
-
"reflects": true
|
41060
|
-
},
|
41061
|
-
{
|
41062
|
-
"kind": "field",
|
41063
|
-
"name": "orientation",
|
41064
|
-
"type": {
|
41065
|
-
"text": "OrientationType"
|
41066
|
-
},
|
41067
|
-
"description": "The orientation of the connector (vertical or horizontal)",
|
41068
|
-
"default": "\"horizontal\"",
|
41069
|
-
"attribute": "orientation",
|
41070
|
-
"reflects": true
|
41071
|
-
}
|
41072
|
-
],
|
41073
|
-
"attributes": [
|
41074
|
-
{
|
41075
|
-
"name": "status",
|
41076
|
-
"type": {
|
41077
|
-
"text": "StatusType"
|
41078
|
-
},
|
41079
|
-
"description": "The status of the connector (complete or incomplete)",
|
41080
|
-
"default": "\"incomplete\"",
|
41081
|
-
"fieldName": "status"
|
41082
|
-
},
|
41083
|
-
{
|
41084
|
-
"name": "orientation",
|
41085
|
-
"type": {
|
41086
|
-
"text": "OrientationType"
|
41087
|
-
},
|
41088
|
-
"description": "The orientation of the connector (vertical or horizontal)",
|
41089
|
-
"default": "\"horizontal\"",
|
41090
|
-
"fieldName": "orientation"
|
41091
|
-
}
|
41092
|
-
],
|
41093
|
-
"superclass": {
|
41094
|
-
"name": "Component",
|
41095
|
-
"module": "/src/models"
|
41096
|
-
},
|
41097
|
-
"tagName": "mdc-stepperconnector",
|
41098
|
-
"jsDoc": "/**\n * StepperConnector component visually represents the connection between two stepper items.\n * Indicates whether the connection is complete or incomplete, and supports vertical or horizontal orientation.\n * They are used between 2 `mdc-stepperitem` components to visually connect them and wrapped in a `mdc-stepper` component.\n *\n * @tagname mdc-stepperconnector\n *\n * @csspart connector - The main connector line between steps\n *\n * @cssproperty --mdc-stepperconnector-complete-background - Background color for the complete connector\n * @cssproperty --mdc-stepperconnector-incomplete-background - Background color for the incomplete connector\n */",
|
41099
|
-
"customElement": true
|
41100
|
-
}
|
41101
|
-
],
|
41102
|
-
"exports": [
|
41103
|
-
{
|
41104
|
-
"kind": "js",
|
41105
|
-
"name": "default",
|
41106
|
-
"declaration": {
|
41107
|
-
"name": "StepperConnector",
|
41108
|
-
"module": "components/stepperconnector/stepperconnector.component.js"
|
41109
|
-
}
|
41110
|
-
}
|
41111
|
-
]
|
41112
|
-
},
|
41113
41109
|
{
|
41114
41110
|
"kind": "javascript-module",
|
41115
41111
|
"path": "components/stepper/stepper.component.js",
|
@@ -41207,6 +41203,94 @@
|
|
41207
41203
|
}
|
41208
41204
|
]
|
41209
41205
|
},
|
41206
|
+
{
|
41207
|
+
"kind": "javascript-module",
|
41208
|
+
"path": "components/stepperconnector/stepperconnector.component.js",
|
41209
|
+
"declarations": [
|
41210
|
+
{
|
41211
|
+
"kind": "class",
|
41212
|
+
"description": "StepperConnector component visually represents the connection between two stepper items.\nIndicates whether the connection is complete or incomplete, and supports vertical or horizontal orientation.\nThey are used between 2 `mdc-stepperitem` components to visually connect them and wrapped in a `mdc-stepper` component.",
|
41213
|
+
"name": "StepperConnector",
|
41214
|
+
"cssProperties": [
|
41215
|
+
{
|
41216
|
+
"description": "Background color for the complete connector",
|
41217
|
+
"name": "--mdc-stepperconnector-complete-background"
|
41218
|
+
},
|
41219
|
+
{
|
41220
|
+
"description": "Background color for the incomplete connector",
|
41221
|
+
"name": "--mdc-stepperconnector-incomplete-background"
|
41222
|
+
}
|
41223
|
+
],
|
41224
|
+
"cssParts": [
|
41225
|
+
{
|
41226
|
+
"description": "The main connector line between steps",
|
41227
|
+
"name": "connector"
|
41228
|
+
}
|
41229
|
+
],
|
41230
|
+
"members": [
|
41231
|
+
{
|
41232
|
+
"kind": "field",
|
41233
|
+
"name": "status",
|
41234
|
+
"type": {
|
41235
|
+
"text": "StatusType"
|
41236
|
+
},
|
41237
|
+
"description": "The status of the connector (complete or incomplete)",
|
41238
|
+
"default": "\"incomplete\"",
|
41239
|
+
"attribute": "status",
|
41240
|
+
"reflects": true
|
41241
|
+
},
|
41242
|
+
{
|
41243
|
+
"kind": "field",
|
41244
|
+
"name": "orientation",
|
41245
|
+
"type": {
|
41246
|
+
"text": "OrientationType"
|
41247
|
+
},
|
41248
|
+
"description": "The orientation of the connector (vertical or horizontal)",
|
41249
|
+
"default": "\"horizontal\"",
|
41250
|
+
"attribute": "orientation",
|
41251
|
+
"reflects": true
|
41252
|
+
}
|
41253
|
+
],
|
41254
|
+
"attributes": [
|
41255
|
+
{
|
41256
|
+
"name": "status",
|
41257
|
+
"type": {
|
41258
|
+
"text": "StatusType"
|
41259
|
+
},
|
41260
|
+
"description": "The status of the connector (complete or incomplete)",
|
41261
|
+
"default": "\"incomplete\"",
|
41262
|
+
"fieldName": "status"
|
41263
|
+
},
|
41264
|
+
{
|
41265
|
+
"name": "orientation",
|
41266
|
+
"type": {
|
41267
|
+
"text": "OrientationType"
|
41268
|
+
},
|
41269
|
+
"description": "The orientation of the connector (vertical or horizontal)",
|
41270
|
+
"default": "\"horizontal\"",
|
41271
|
+
"fieldName": "orientation"
|
41272
|
+
}
|
41273
|
+
],
|
41274
|
+
"superclass": {
|
41275
|
+
"name": "Component",
|
41276
|
+
"module": "/src/models"
|
41277
|
+
},
|
41278
|
+
"tagName": "mdc-stepperconnector",
|
41279
|
+
"jsDoc": "/**\n * StepperConnector component visually represents the connection between two stepper items.\n * Indicates whether the connection is complete or incomplete, and supports vertical or horizontal orientation.\n * They are used between 2 `mdc-stepperitem` components to visually connect them and wrapped in a `mdc-stepper` component.\n *\n * @tagname mdc-stepperconnector\n *\n * @csspart connector - The main connector line between steps\n *\n * @cssproperty --mdc-stepperconnector-complete-background - Background color for the complete connector\n * @cssproperty --mdc-stepperconnector-incomplete-background - Background color for the incomplete connector\n */",
|
41280
|
+
"customElement": true
|
41281
|
+
}
|
41282
|
+
],
|
41283
|
+
"exports": [
|
41284
|
+
{
|
41285
|
+
"kind": "js",
|
41286
|
+
"name": "default",
|
41287
|
+
"declaration": {
|
41288
|
+
"name": "StepperConnector",
|
41289
|
+
"module": "components/stepperconnector/stepperconnector.component.js"
|
41290
|
+
}
|
41291
|
+
}
|
41292
|
+
]
|
41293
|
+
},
|
41210
41294
|
{
|
41211
41295
|
"kind": "javascript-module",
|
41212
41296
|
"path": "components/stepperitem/stepperitem.component.js",
|
@@ -52042,7 +52126,7 @@
|
|
52042
52126
|
{
|
52043
52127
|
"name": "target",
|
52044
52128
|
"type": {
|
52045
|
-
"text": "
|
52129
|
+
"text": "HTMLElement | null"
|
52046
52130
|
},
|
52047
52131
|
"description": "The target element that triggered the event."
|
52048
52132
|
}
|