@momentum-design/components 0.75.4 → 0.76.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 +44 -32
- package/dist/browser/index.js.map +2 -2
- package/dist/components/listitem/listitem.component.d.ts +27 -0
- package/dist/components/listitem/listitem.component.js +40 -2
- package/dist/components/menuitem/menuitem.component.js +8 -2
- package/dist/custom-elements.json +1295 -1105
- package/dist/react/index.d.ts +4 -4
- package/dist/react/index.js +4 -4
- package/package.json +1 -1
@@ -2147,6 +2147,138 @@
|
|
2147
2147
|
}
|
2148
2148
|
]
|
2149
2149
|
},
|
2150
|
+
{
|
2151
|
+
"kind": "javascript-module",
|
2152
|
+
"path": "components/buttongroup/buttongroup.component.js",
|
2153
|
+
"declarations": [
|
2154
|
+
{
|
2155
|
+
"kind": "class",
|
2156
|
+
"description": "buttongroup component, is a styled wrapper for multiple buttons.\nIt can support icon buttons, combination of icon and pill buttons, and text buttons.\nThey are available in horizontal and vertical orientation.",
|
2157
|
+
"name": "ButtonGroup",
|
2158
|
+
"cssProperties": [
|
2159
|
+
{
|
2160
|
+
"description": "The border radius of the buttongroup",
|
2161
|
+
"name": "--mdc-buttongroup-border-radius"
|
2162
|
+
},
|
2163
|
+
{
|
2164
|
+
"description": "The border color of the buttongroup",
|
2165
|
+
"name": "--mdc-buttongroup-border-color"
|
2166
|
+
},
|
2167
|
+
{
|
2168
|
+
"description": "The color of the divider between buttons within the buttongroup",
|
2169
|
+
"name": "--mdc-buttongroup-divider-color"
|
2170
|
+
}
|
2171
|
+
],
|
2172
|
+
"slots": [
|
2173
|
+
{
|
2174
|
+
"description": "This is a default/unnamed slot, which contains the buttons",
|
2175
|
+
"name": "default"
|
2176
|
+
}
|
2177
|
+
],
|
2178
|
+
"members": [
|
2179
|
+
{
|
2180
|
+
"kind": "field",
|
2181
|
+
"name": "orientation",
|
2182
|
+
"type": {
|
2183
|
+
"text": "ButtonGroupOrientation"
|
2184
|
+
},
|
2185
|
+
"description": "Orientation of the buttongroup.",
|
2186
|
+
"default": "'horizontal'",
|
2187
|
+
"attribute": "orientation",
|
2188
|
+
"reflects": true
|
2189
|
+
},
|
2190
|
+
{
|
2191
|
+
"kind": "field",
|
2192
|
+
"name": "variant",
|
2193
|
+
"type": {
|
2194
|
+
"text": "ButtonGroupVariant"
|
2195
|
+
},
|
2196
|
+
"description": "Variant of the buttons within the buttongroup.",
|
2197
|
+
"default": "'primary'",
|
2198
|
+
"attribute": "variant",
|
2199
|
+
"reflects": true
|
2200
|
+
},
|
2201
|
+
{
|
2202
|
+
"kind": "field",
|
2203
|
+
"name": "size",
|
2204
|
+
"type": {
|
2205
|
+
"text": "ButtonGroupSize"
|
2206
|
+
},
|
2207
|
+
"description": "Size of the buttons within the buttongroup.",
|
2208
|
+
"default": "'28'",
|
2209
|
+
"attribute": "size",
|
2210
|
+
"reflects": true
|
2211
|
+
},
|
2212
|
+
{
|
2213
|
+
"kind": "field",
|
2214
|
+
"name": "compact",
|
2215
|
+
"type": {
|
2216
|
+
"text": "boolean"
|
2217
|
+
},
|
2218
|
+
"default": "false",
|
2219
|
+
"description": "When this is true, the buttons within the buttongroup will be compact.\ni.e. Irrespective of the size of the buttons, they will have a height of 24px.",
|
2220
|
+
"attribute": "compact",
|
2221
|
+
"reflects": true
|
2222
|
+
}
|
2223
|
+
],
|
2224
|
+
"attributes": [
|
2225
|
+
{
|
2226
|
+
"name": "orientation",
|
2227
|
+
"type": {
|
2228
|
+
"text": "ButtonGroupOrientation"
|
2229
|
+
},
|
2230
|
+
"description": "Orientation of the buttongroup.",
|
2231
|
+
"default": "'horizontal'",
|
2232
|
+
"fieldName": "orientation"
|
2233
|
+
},
|
2234
|
+
{
|
2235
|
+
"name": "variant",
|
2236
|
+
"type": {
|
2237
|
+
"text": "ButtonGroupVariant"
|
2238
|
+
},
|
2239
|
+
"description": "Variant of the buttons within the buttongroup.",
|
2240
|
+
"default": "'primary'",
|
2241
|
+
"fieldName": "variant"
|
2242
|
+
},
|
2243
|
+
{
|
2244
|
+
"name": "size",
|
2245
|
+
"type": {
|
2246
|
+
"text": "ButtonGroupSize"
|
2247
|
+
},
|
2248
|
+
"description": "Size of the buttons within the buttongroup.",
|
2249
|
+
"default": "'28'",
|
2250
|
+
"fieldName": "size"
|
2251
|
+
},
|
2252
|
+
{
|
2253
|
+
"name": "compact",
|
2254
|
+
"type": {
|
2255
|
+
"text": "boolean"
|
2256
|
+
},
|
2257
|
+
"default": "false",
|
2258
|
+
"description": "When this is true, the buttons within the buttongroup will be compact.\ni.e. Irrespective of the size of the buttons, they will have a height of 24px.",
|
2259
|
+
"fieldName": "compact"
|
2260
|
+
}
|
2261
|
+
],
|
2262
|
+
"superclass": {
|
2263
|
+
"name": "Component",
|
2264
|
+
"module": "/src/models"
|
2265
|
+
},
|
2266
|
+
"tagName": "mdc-buttongroup",
|
2267
|
+
"jsDoc": "/**\n * buttongroup component, is a styled wrapper for multiple buttons.\n * It can support icon buttons, combination of icon and pill buttons, and text buttons.\n * They are available in horizontal and vertical orientation.\n *\n * @tagname mdc-buttongroup\n *\n * @slot default - This is a default/unnamed slot, which contains the buttons\n *\n * @cssproperty --mdc-buttongroup-border-radius - The border radius of the buttongroup\n * @cssproperty --mdc-buttongroup-border-color - The border color of the buttongroup\n * @cssproperty --mdc-buttongroup-divider-color - The color of the divider between buttons within the buttongroup\n */",
|
2268
|
+
"customElement": true
|
2269
|
+
}
|
2270
|
+
],
|
2271
|
+
"exports": [
|
2272
|
+
{
|
2273
|
+
"kind": "js",
|
2274
|
+
"name": "default",
|
2275
|
+
"declaration": {
|
2276
|
+
"name": "ButtonGroup",
|
2277
|
+
"module": "components/buttongroup/buttongroup.component.js"
|
2278
|
+
}
|
2279
|
+
}
|
2280
|
+
]
|
2281
|
+
},
|
2150
2282
|
{
|
2151
2283
|
"kind": "javascript-module",
|
2152
2284
|
"path": "components/button/button.component.js",
|
@@ -2816,231 +2948,99 @@
|
|
2816
2948
|
},
|
2817
2949
|
{
|
2818
2950
|
"kind": "javascript-module",
|
2819
|
-
"path": "components/
|
2951
|
+
"path": "components/buttonlink/buttonlink.component.js",
|
2820
2952
|
"declarations": [
|
2821
2953
|
{
|
2822
2954
|
"kind": "class",
|
2823
|
-
"description": "
|
2824
|
-
"name": "
|
2825
|
-
"cssProperties": [
|
2826
|
-
{
|
2827
|
-
"description": "The border radius of the buttongroup",
|
2828
|
-
"name": "--mdc-buttongroup-border-radius"
|
2829
|
-
},
|
2830
|
-
{
|
2831
|
-
"description": "The border color of the buttongroup",
|
2832
|
-
"name": "--mdc-buttongroup-border-color"
|
2833
|
-
},
|
2834
|
-
{
|
2835
|
-
"description": "The color of the divider between buttons within the buttongroup",
|
2836
|
-
"name": "--mdc-buttongroup-divider-color"
|
2837
|
-
}
|
2838
|
-
],
|
2839
|
-
"slots": [
|
2840
|
-
{
|
2841
|
-
"description": "This is a default/unnamed slot, which contains the buttons",
|
2842
|
-
"name": "default"
|
2843
|
-
}
|
2844
|
-
],
|
2955
|
+
"description": "`mdc-buttonlink` combines the functional behavior of `mdc-linksimple` with the visual and structural\nfeatures of `mdc-button`. This includes support for variants, sizing, and optional\nprefix and postfix icons via slots.\n\n### Features:\n- Behaves like an link while visually resembling a button.\n- Supports slots for `prefix-icon` and `postfix-icon`.\n- Customizable size, color, and variant through attributes.\n- Inherits accessibility and keyboard interaction support from `mdc-linksimple`.",
|
2956
|
+
"name": "ButtonLink",
|
2845
2957
|
"members": [
|
2846
2958
|
{
|
2847
2959
|
"kind": "field",
|
2848
|
-
"name": "
|
2960
|
+
"name": "size",
|
2849
2961
|
"type": {
|
2850
|
-
"text": "
|
2962
|
+
"text": "PillButtonSize | IconButtonSize"
|
2851
2963
|
},
|
2852
|
-
"description": "
|
2853
|
-
"default": "
|
2854
|
-
"attribute": "
|
2964
|
+
"description": "ButtonLink sizing is based on the buttonlink type.\n - **Pill buttonlink**: 40, 32, 28, 24.\n - **Icon buttonlink**: 64, 52, 40, 32, 28, 24.\n - Tertiary icon buttonlink can also be 20.",
|
2965
|
+
"default": "32",
|
2966
|
+
"attribute": "size",
|
2855
2967
|
"reflects": true
|
2856
2968
|
},
|
2857
2969
|
{
|
2858
2970
|
"kind": "field",
|
2859
|
-
"name": "
|
2971
|
+
"name": "softDisabled",
|
2860
2972
|
"type": {
|
2861
|
-
"text": "
|
2973
|
+
"text": "boolean | undefined"
|
2862
2974
|
},
|
2863
|
-
"description": "
|
2864
|
-
"default": "
|
2865
|
-
"attribute": "
|
2975
|
+
"description": "Indicates whether the buttonlink is soft disabled.\nWhen set to `true`, the buttonlink 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 buttonlink behaves like a disabled buttonlink, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
|
2976
|
+
"default": "undefined",
|
2977
|
+
"attribute": "soft-disabled",
|
2866
2978
|
"reflects": true
|
2867
2979
|
},
|
2868
2980
|
{
|
2869
|
-
"kind": "
|
2870
|
-
"name": "
|
2871
|
-
"
|
2872
|
-
|
2873
|
-
|
2874
|
-
|
2875
|
-
|
2876
|
-
|
2877
|
-
|
2981
|
+
"kind": "method",
|
2982
|
+
"name": "setSoftDisabled",
|
2983
|
+
"privacy": "private",
|
2984
|
+
"parameters": [
|
2985
|
+
{
|
2986
|
+
"name": "element",
|
2987
|
+
"type": {
|
2988
|
+
"text": "HTMLElement"
|
2989
|
+
},
|
2990
|
+
"description": "The buttonlink element."
|
2991
|
+
},
|
2992
|
+
{
|
2993
|
+
"name": "softDisabled",
|
2994
|
+
"optional": true,
|
2995
|
+
"type": {
|
2996
|
+
"text": "boolean"
|
2997
|
+
},
|
2998
|
+
"description": "The soft-disabled state."
|
2999
|
+
}
|
3000
|
+
],
|
3001
|
+
"description": "Sets the soft-disabled attribute for the buttonlink.\nWhen soft-disabled, the buttonlink looks to be disabled but remains focusable and clickable.\nAlso sets/removes aria-disabled attribute."
|
2878
3002
|
},
|
2879
3003
|
{
|
2880
3004
|
"kind": "field",
|
2881
|
-
"name": "
|
3005
|
+
"name": "prefixIcon",
|
2882
3006
|
"type": {
|
2883
|
-
"text": "
|
3007
|
+
"text": "IconNames | undefined"
|
2884
3008
|
},
|
2885
|
-
"
|
2886
|
-
"
|
2887
|
-
"
|
2888
|
-
"
|
2889
|
-
|
2890
|
-
|
2891
|
-
|
3009
|
+
"description": "The name of the icon to display as a prefix.\nThe icon is displayed on the left side of the button.",
|
3010
|
+
"attribute": "prefix-icon",
|
3011
|
+
"reflects": true,
|
3012
|
+
"inheritedFrom": {
|
3013
|
+
"name": "ButtonComponentMixin",
|
3014
|
+
"module": "utils/mixins/ButtonComponentMixin.js"
|
3015
|
+
}
|
3016
|
+
},
|
2892
3017
|
{
|
2893
|
-
"
|
3018
|
+
"kind": "field",
|
3019
|
+
"name": "postfixIcon",
|
2894
3020
|
"type": {
|
2895
|
-
"text": "
|
3021
|
+
"text": "IconNames | undefined"
|
2896
3022
|
},
|
2897
|
-
"description": "
|
2898
|
-
"
|
2899
|
-
"
|
3023
|
+
"description": "The name of the icon to display as a postfix.\nThe icon is displayed on the right side of the button.",
|
3024
|
+
"attribute": "postfix-icon",
|
3025
|
+
"reflects": true,
|
3026
|
+
"inheritedFrom": {
|
3027
|
+
"name": "ButtonComponentMixin",
|
3028
|
+
"module": "utils/mixins/ButtonComponentMixin.js"
|
3029
|
+
}
|
2900
3030
|
},
|
2901
3031
|
{
|
3032
|
+
"kind": "field",
|
2902
3033
|
"name": "variant",
|
2903
3034
|
"type": {
|
2904
|
-
"text": "
|
3035
|
+
"text": "ButtonVariant"
|
2905
3036
|
},
|
2906
|
-
"description": "
|
2907
|
-
"default": "
|
2908
|
-
"
|
2909
|
-
|
2910
|
-
|
2911
|
-
|
2912
|
-
|
2913
|
-
"text": "ButtonGroupSize"
|
2914
|
-
},
|
2915
|
-
"description": "Size of the buttons within the buttongroup.",
|
2916
|
-
"default": "'28'",
|
2917
|
-
"fieldName": "size"
|
2918
|
-
},
|
2919
|
-
{
|
2920
|
-
"name": "compact",
|
2921
|
-
"type": {
|
2922
|
-
"text": "boolean"
|
2923
|
-
},
|
2924
|
-
"default": "false",
|
2925
|
-
"description": "When this is true, the buttons within the buttongroup will be compact.\ni.e. Irrespective of the size of the buttons, they will have a height of 24px.",
|
2926
|
-
"fieldName": "compact"
|
2927
|
-
}
|
2928
|
-
],
|
2929
|
-
"superclass": {
|
2930
|
-
"name": "Component",
|
2931
|
-
"module": "/src/models"
|
2932
|
-
},
|
2933
|
-
"tagName": "mdc-buttongroup",
|
2934
|
-
"jsDoc": "/**\n * buttongroup component, is a styled wrapper for multiple buttons.\n * It can support icon buttons, combination of icon and pill buttons, and text buttons.\n * They are available in horizontal and vertical orientation.\n *\n * @tagname mdc-buttongroup\n *\n * @slot default - This is a default/unnamed slot, which contains the buttons\n *\n * @cssproperty --mdc-buttongroup-border-radius - The border radius of the buttongroup\n * @cssproperty --mdc-buttongroup-border-color - The border color of the buttongroup\n * @cssproperty --mdc-buttongroup-divider-color - The color of the divider between buttons within the buttongroup\n */",
|
2935
|
-
"customElement": true
|
2936
|
-
}
|
2937
|
-
],
|
2938
|
-
"exports": [
|
2939
|
-
{
|
2940
|
-
"kind": "js",
|
2941
|
-
"name": "default",
|
2942
|
-
"declaration": {
|
2943
|
-
"name": "ButtonGroup",
|
2944
|
-
"module": "components/buttongroup/buttongroup.component.js"
|
2945
|
-
}
|
2946
|
-
}
|
2947
|
-
]
|
2948
|
-
},
|
2949
|
-
{
|
2950
|
-
"kind": "javascript-module",
|
2951
|
-
"path": "components/buttonlink/buttonlink.component.js",
|
2952
|
-
"declarations": [
|
2953
|
-
{
|
2954
|
-
"kind": "class",
|
2955
|
-
"description": "`mdc-buttonlink` combines the functional behavior of `mdc-linksimple` with the visual and structural\nfeatures of `mdc-button`. This includes support for variants, sizing, and optional\nprefix and postfix icons via slots.\n\n### Features:\n- Behaves like an link while visually resembling a button.\n- Supports slots for `prefix-icon` and `postfix-icon`.\n- Customizable size, color, and variant through attributes.\n- Inherits accessibility and keyboard interaction support from `mdc-linksimple`.",
|
2956
|
-
"name": "ButtonLink",
|
2957
|
-
"members": [
|
2958
|
-
{
|
2959
|
-
"kind": "field",
|
2960
|
-
"name": "size",
|
2961
|
-
"type": {
|
2962
|
-
"text": "PillButtonSize | IconButtonSize"
|
2963
|
-
},
|
2964
|
-
"description": "ButtonLink sizing is based on the buttonlink type.\n - **Pill buttonlink**: 40, 32, 28, 24.\n - **Icon buttonlink**: 64, 52, 40, 32, 28, 24.\n - Tertiary icon buttonlink can also be 20.",
|
2965
|
-
"default": "32",
|
2966
|
-
"attribute": "size",
|
2967
|
-
"reflects": true
|
2968
|
-
},
|
2969
|
-
{
|
2970
|
-
"kind": "field",
|
2971
|
-
"name": "softDisabled",
|
2972
|
-
"type": {
|
2973
|
-
"text": "boolean | undefined"
|
2974
|
-
},
|
2975
|
-
"description": "Indicates whether the buttonlink is soft disabled.\nWhen set to `true`, the buttonlink 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 buttonlink behaves like a disabled buttonlink, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
|
2976
|
-
"default": "undefined",
|
2977
|
-
"attribute": "soft-disabled",
|
2978
|
-
"reflects": true
|
2979
|
-
},
|
2980
|
-
{
|
2981
|
-
"kind": "method",
|
2982
|
-
"name": "setSoftDisabled",
|
2983
|
-
"privacy": "private",
|
2984
|
-
"parameters": [
|
2985
|
-
{
|
2986
|
-
"name": "element",
|
2987
|
-
"type": {
|
2988
|
-
"text": "HTMLElement"
|
2989
|
-
},
|
2990
|
-
"description": "The buttonlink element."
|
2991
|
-
},
|
2992
|
-
{
|
2993
|
-
"name": "softDisabled",
|
2994
|
-
"optional": true,
|
2995
|
-
"type": {
|
2996
|
-
"text": "boolean"
|
2997
|
-
},
|
2998
|
-
"description": "The soft-disabled state."
|
2999
|
-
}
|
3000
|
-
],
|
3001
|
-
"description": "Sets the soft-disabled attribute for the buttonlink.\nWhen soft-disabled, the buttonlink looks to be disabled but remains focusable and clickable.\nAlso sets/removes aria-disabled attribute."
|
3002
|
-
},
|
3003
|
-
{
|
3004
|
-
"kind": "field",
|
3005
|
-
"name": "prefixIcon",
|
3006
|
-
"type": {
|
3007
|
-
"text": "IconNames | undefined"
|
3008
|
-
},
|
3009
|
-
"description": "The name of the icon to display as a prefix.\nThe icon is displayed on the left side of the button.",
|
3010
|
-
"attribute": "prefix-icon",
|
3011
|
-
"reflects": true,
|
3012
|
-
"inheritedFrom": {
|
3013
|
-
"name": "ButtonComponentMixin",
|
3014
|
-
"module": "utils/mixins/ButtonComponentMixin.js"
|
3015
|
-
}
|
3016
|
-
},
|
3017
|
-
{
|
3018
|
-
"kind": "field",
|
3019
|
-
"name": "postfixIcon",
|
3020
|
-
"type": {
|
3021
|
-
"text": "IconNames | undefined"
|
3022
|
-
},
|
3023
|
-
"description": "The name of the icon to display as a postfix.\nThe icon is displayed on the right side of the button.",
|
3024
|
-
"attribute": "postfix-icon",
|
3025
|
-
"reflects": true,
|
3026
|
-
"inheritedFrom": {
|
3027
|
-
"name": "ButtonComponentMixin",
|
3028
|
-
"module": "utils/mixins/ButtonComponentMixin.js"
|
3029
|
-
}
|
3030
|
-
},
|
3031
|
-
{
|
3032
|
-
"kind": "field",
|
3033
|
-
"name": "variant",
|
3034
|
-
"type": {
|
3035
|
-
"text": "ButtonVariant"
|
3036
|
-
},
|
3037
|
-
"description": "There are 3 variants of button: primary, secondary, tertiary. They are styled differently.\n- **Primary**: Solid background color.\n- **Secondary**: Transparent background with a solid border.\n- **Tertiary**: No background or border, appears as plain text but retains all button functionalities.",
|
3038
|
-
"default": "primary",
|
3039
|
-
"attribute": "variant",
|
3040
|
-
"inheritedFrom": {
|
3041
|
-
"name": "ButtonComponentMixin",
|
3042
|
-
"module": "utils/mixins/ButtonComponentMixin.js"
|
3043
|
-
}
|
3037
|
+
"description": "There are 3 variants of button: primary, secondary, tertiary. They are styled differently.\n- **Primary**: Solid background color.\n- **Secondary**: Transparent background with a solid border.\n- **Tertiary**: No background or border, appears as plain text but retains all button functionalities.",
|
3038
|
+
"default": "primary",
|
3039
|
+
"attribute": "variant",
|
3040
|
+
"inheritedFrom": {
|
3041
|
+
"name": "ButtonComponentMixin",
|
3042
|
+
"module": "utils/mixins/ButtonComponentMixin.js"
|
3043
|
+
}
|
3044
3044
|
},
|
3045
3045
|
{
|
3046
3046
|
"kind": "field",
|
@@ -11614,126 +11614,322 @@
|
|
11614
11614
|
},
|
11615
11615
|
{
|
11616
11616
|
"kind": "javascript-module",
|
11617
|
-
"path": "components/
|
11617
|
+
"path": "components/iconprovider/iconprovider.component.js",
|
11618
11618
|
"declarations": [
|
11619
11619
|
{
|
11620
11620
|
"kind": "class",
|
11621
|
-
"description": "
|
11622
|
-
"name": "
|
11623
|
-
"
|
11624
|
-
{
|
11625
|
-
"description": "Border color for the input container when disabled",
|
11626
|
-
"name": "--mdc-input-disabled-border-color"
|
11627
|
-
},
|
11628
|
-
{
|
11629
|
-
"description": "Text color for the input field when disabled",
|
11630
|
-
"name": "--mdc-input-disabled-text-color"
|
11631
|
-
},
|
11632
|
-
{
|
11633
|
-
"description": "Background color for the input field when disabled",
|
11634
|
-
"name": "--mdc-input-disabled-background-color"
|
11635
|
-
},
|
11636
|
-
{
|
11637
|
-
"description": "Border color for the input container",
|
11638
|
-
"name": "--mdc-input-border-color"
|
11639
|
-
},
|
11640
|
-
{
|
11641
|
-
"description": "Text color for the input field",
|
11642
|
-
"name": "--mdc-input-text-color"
|
11643
|
-
},
|
11644
|
-
{
|
11645
|
-
"description": "Background color for the input field",
|
11646
|
-
"name": "--mdc-input-background-color"
|
11647
|
-
},
|
11648
|
-
{
|
11649
|
-
"description": "Background color for the selected text",
|
11650
|
-
"name": "--mdc-input-selection-background-color"
|
11651
|
-
},
|
11652
|
-
{
|
11653
|
-
"description": "Text color for the selected text",
|
11654
|
-
"name": "--mdc-input-selection-text-color"
|
11655
|
-
},
|
11656
|
-
{
|
11657
|
-
"description": "Text color for the help text",
|
11658
|
-
"name": "--mdc-input-support-text-color"
|
11659
|
-
},
|
11660
|
-
{
|
11661
|
-
"description": "Background color for the input field when hovered",
|
11662
|
-
"name": "--mdc-input-hover-background-color"
|
11663
|
-
},
|
11664
|
-
{
|
11665
|
-
"description": "Background color for the input field when focused",
|
11666
|
-
"name": "--mdc-input-focused-background-color"
|
11667
|
-
},
|
11668
|
-
{
|
11669
|
-
"description": "Border color for the input container when focused",
|
11670
|
-
"name": "--mdc-input-focused-border-color"
|
11671
|
-
},
|
11672
|
-
{
|
11673
|
-
"description": "Border color for the input container when error",
|
11674
|
-
"name": "--mdc-input-error-border-color"
|
11675
|
-
},
|
11676
|
-
{
|
11677
|
-
"description": "Border color for the input container when warning",
|
11678
|
-
"name": "--mdc-input-warning-border-color"
|
11679
|
-
},
|
11680
|
-
{
|
11681
|
-
"description": "Border color for the input container when success",
|
11682
|
-
"name": "--mdc-input-success-border-color"
|
11683
|
-
},
|
11621
|
+
"description": "IconProvider component, which allows to be consumed from sub components\n(see `providerUtils.consume` for how to consume)\n\nAttribute `iconSet` can be set to either `momentum-icons` or `custom-icons`.\nIf `momentum-icons` is selected, the icons will be fetched from the\nMomentum Design System icon set per a dynamic JS Import (no need to provide a URL).\nThis requires the consumer to have the `@momentum-designs` package installed and the\nbuild tooling needs to support dynamic imports.\n\nIf `custom-icons` is selected, the icons will be fetched from the provided URL.\nThis requires the consumer to provide a URL from which the icons will be fetched and\nthe consumer needs to make sure to bundle the icons in the application.\n\nIf `cacheStrategy` is provided (only works with iconSet = `custom-icons`), the\nIconProvider will cache the icons in the selected cache (either web-api-cache or in-memory-cache),\nto avoid fetching the same icon multiple times over the network.\nThis is useful when the same icon is used multiple times in the application.\nTo consider:\n- The `in-memory-cache` is not persisted and will be lost when the\nIconProvider is removed from the DOM.\n- The `web-api-cache` is persisted, but only works in https environments\n(https://developer.mozilla.org/en-US/docs/Web/API/Cache).",
|
11622
|
+
"name": "IconProvider",
|
11623
|
+
"slots": [
|
11684
11624
|
{
|
11685
|
-
"description": "
|
11686
|
-
"name": "
|
11625
|
+
"description": "children",
|
11626
|
+
"name": ""
|
11687
11627
|
}
|
11688
11628
|
],
|
11689
11629
|
"members": [
|
11690
11630
|
{
|
11691
11631
|
"kind": "field",
|
11692
|
-
"name": "
|
11693
|
-
"
|
11694
|
-
|
11695
|
-
|
11696
|
-
"
|
11697
|
-
"description": "The placeholder text that is displayed when the input field is empty.",
|
11698
|
-
"attribute": "placeholder"
|
11632
|
+
"name": "Context",
|
11633
|
+
"privacy": "public",
|
11634
|
+
"static": true,
|
11635
|
+
"description": "Context object of the IconProvider, to be consumed by child components",
|
11636
|
+
"readonly": true
|
11699
11637
|
},
|
11700
11638
|
{
|
11701
11639
|
"kind": "field",
|
11702
|
-
"name": "
|
11640
|
+
"name": "iconSet",
|
11703
11641
|
"type": {
|
11704
|
-
"text": "
|
11642
|
+
"text": "IconSet | undefined"
|
11705
11643
|
},
|
11706
|
-
"
|
11707
|
-
"
|
11708
|
-
"attribute": "
|
11644
|
+
"description": "Icon set to be used\n\nIf `momentum-icons` is selected, the icons will be fetched from the\nMomentum Design System icon set per a dynamic JS Import (no need to provide a URL).\nThis requires the consumer to have the `@momentum-designs` package installed and the\nbuild tooling needs to support dynamic imports.\n\nIf `custom-icons` is selected, the icons will be fetched from the provided URL.\nThis requires the consumer to provide a URL from which the icons will be fetched and\nthe consumer needs to make sure to bundle the icons in the application.",
|
11645
|
+
"default": "momentum-icons",
|
11646
|
+
"attribute": "icon-set",
|
11647
|
+
"reflects": true
|
11709
11648
|
},
|
11710
11649
|
{
|
11711
11650
|
"kind": "field",
|
11712
|
-
"name": "
|
11651
|
+
"name": "url",
|
11713
11652
|
"type": {
|
11714
11653
|
"text": "string | undefined"
|
11715
11654
|
},
|
11716
|
-
"description": "
|
11717
|
-
"attribute": "
|
11655
|
+
"description": "Url of where icons will be fetched from\n(if Icon set is `custom-icons`, this will be the base url)",
|
11656
|
+
"attribute": "url"
|
11718
11657
|
},
|
11719
11658
|
{
|
11720
11659
|
"kind": "field",
|
11721
|
-
"name": "
|
11660
|
+
"name": "fileExtension",
|
11722
11661
|
"type": {
|
11723
|
-
"text": "
|
11662
|
+
"text": "string | undefined"
|
11724
11663
|
},
|
11725
|
-
"description": "
|
11726
|
-
"
|
11664
|
+
"description": "File extension of icons\n(if Icon set is `custom-icons`, this will be the file extension for icons)",
|
11665
|
+
"default": "svg",
|
11666
|
+
"attribute": "file-extension",
|
11667
|
+
"reflects": true
|
11727
11668
|
},
|
11728
11669
|
{
|
11729
11670
|
"kind": "field",
|
11730
|
-
"name": "
|
11671
|
+
"name": "lengthUnit",
|
11731
11672
|
"type": {
|
11732
|
-
"text": "
|
11673
|
+
"text": "string"
|
11733
11674
|
},
|
11734
|
-
"
|
11735
|
-
"
|
11736
|
-
"attribute": "
|
11675
|
+
"description": "Length unit used for sizing of icons",
|
11676
|
+
"default": "em",
|
11677
|
+
"attribute": "length-unit",
|
11678
|
+
"reflects": true
|
11679
|
+
},
|
11680
|
+
{
|
11681
|
+
"kind": "field",
|
11682
|
+
"name": "size",
|
11683
|
+
"type": {
|
11684
|
+
"text": "number | undefined"
|
11685
|
+
},
|
11686
|
+
"description": "The default size of the icon.\nIf not set, it falls back to the size defined by the length unit.",
|
11687
|
+
"default": "1",
|
11688
|
+
"attribute": "size",
|
11689
|
+
"reflects": true
|
11690
|
+
},
|
11691
|
+
{
|
11692
|
+
"kind": "field",
|
11693
|
+
"name": "cacheStrategy",
|
11694
|
+
"type": {
|
11695
|
+
"text": "CacheStrategy | undefined"
|
11696
|
+
},
|
11697
|
+
"description": "Icons Cache Strategy to use\n\n**Can only be used if Icon set is `custom-icons`**\n\nChoose `in-memory-cache` to cache icons in a JS cache (in-memory cache).\nChoose `web-cache-api` to cache icons using the Web Cache API.\n\nNOTE: `cache-name` must be provided if `cache-strategy` is provided.\n\nIf not provided or invalid value provided, the icons will not be cached.",
|
11698
|
+
"default": "undefined",
|
11699
|
+
"attribute": "cache-strategy"
|
11700
|
+
},
|
11701
|
+
{
|
11702
|
+
"kind": "field",
|
11703
|
+
"name": "cacheName",
|
11704
|
+
"type": {
|
11705
|
+
"text": "string | undefined"
|
11706
|
+
},
|
11707
|
+
"description": "Icons Cache Name to use (cache strategy must be provided)\n\nIf provided, Icons inside the provider will be cached in the\ncache (determined by `cache-strategy`) with the provided name.\n\nNOTE: `cache-name` requires `cache-strategy` to be set.\n\nIf not provided, the icons will not be cached.",
|
11708
|
+
"default": "undefined",
|
11709
|
+
"attribute": "cache-name"
|
11710
|
+
},
|
11711
|
+
{
|
11712
|
+
"kind": "method",
|
11713
|
+
"name": "updateValuesInContext",
|
11714
|
+
"privacy": "private"
|
11715
|
+
},
|
11716
|
+
{
|
11717
|
+
"kind": "method",
|
11718
|
+
"name": "updateContext",
|
11719
|
+
"privacy": "protected",
|
11720
|
+
"return": {
|
11721
|
+
"type": {
|
11722
|
+
"text": "void"
|
11723
|
+
}
|
11724
|
+
}
|
11725
|
+
}
|
11726
|
+
],
|
11727
|
+
"attributes": [
|
11728
|
+
{
|
11729
|
+
"name": "icon-set",
|
11730
|
+
"type": {
|
11731
|
+
"text": "IconSet | undefined"
|
11732
|
+
},
|
11733
|
+
"description": "Icon set to be used\n\nIf `momentum-icons` is selected, the icons will be fetched from the\nMomentum Design System icon set per a dynamic JS Import (no need to provide a URL).\nThis requires the consumer to have the `@momentum-designs` package installed and the\nbuild tooling needs to support dynamic imports.\n\nIf `custom-icons` is selected, the icons will be fetched from the provided URL.\nThis requires the consumer to provide a URL from which the icons will be fetched and\nthe consumer needs to make sure to bundle the icons in the application.",
|
11734
|
+
"default": "momentum-icons",
|
11735
|
+
"fieldName": "iconSet"
|
11736
|
+
},
|
11737
|
+
{
|
11738
|
+
"name": "url",
|
11739
|
+
"type": {
|
11740
|
+
"text": "string | undefined"
|
11741
|
+
},
|
11742
|
+
"description": "Url of where icons will be fetched from\n(if Icon set is `custom-icons`, this will be the base url)",
|
11743
|
+
"fieldName": "url"
|
11744
|
+
},
|
11745
|
+
{
|
11746
|
+
"name": "file-extension",
|
11747
|
+
"type": {
|
11748
|
+
"text": "string | undefined"
|
11749
|
+
},
|
11750
|
+
"description": "File extension of icons\n(if Icon set is `custom-icons`, this will be the file extension for icons)",
|
11751
|
+
"default": "svg",
|
11752
|
+
"fieldName": "fileExtension"
|
11753
|
+
},
|
11754
|
+
{
|
11755
|
+
"name": "length-unit",
|
11756
|
+
"type": {
|
11757
|
+
"text": "string"
|
11758
|
+
},
|
11759
|
+
"description": "Length unit used for sizing of icons",
|
11760
|
+
"default": "em",
|
11761
|
+
"fieldName": "lengthUnit"
|
11762
|
+
},
|
11763
|
+
{
|
11764
|
+
"name": "size",
|
11765
|
+
"type": {
|
11766
|
+
"text": "number | undefined"
|
11767
|
+
},
|
11768
|
+
"description": "The default size of the icon.\nIf not set, it falls back to the size defined by the length unit.",
|
11769
|
+
"default": "1",
|
11770
|
+
"fieldName": "size"
|
11771
|
+
},
|
11772
|
+
{
|
11773
|
+
"name": "cache-strategy",
|
11774
|
+
"type": {
|
11775
|
+
"text": "CacheStrategy | undefined"
|
11776
|
+
},
|
11777
|
+
"description": "Icons Cache Strategy to use\n\n**Can only be used if Icon set is `custom-icons`**\n\nChoose `in-memory-cache` to cache icons in a JS cache (in-memory cache).\nChoose `web-cache-api` to cache icons using the Web Cache API.\n\nNOTE: `cache-name` must be provided if `cache-strategy` is provided.\n\nIf not provided or invalid value provided, the icons will not be cached.",
|
11778
|
+
"default": "undefined",
|
11779
|
+
"fieldName": "cacheStrategy"
|
11780
|
+
},
|
11781
|
+
{
|
11782
|
+
"name": "cache-name",
|
11783
|
+
"type": {
|
11784
|
+
"text": "string | undefined"
|
11785
|
+
},
|
11786
|
+
"description": "Icons Cache Name to use (cache strategy must be provided)\n\nIf provided, Icons inside the provider will be cached in the\ncache (determined by `cache-strategy`) with the provided name.\n\nNOTE: `cache-name` requires `cache-strategy` to be set.\n\nIf not provided, the icons will not be cached.",
|
11787
|
+
"default": "undefined",
|
11788
|
+
"fieldName": "cacheName"
|
11789
|
+
}
|
11790
|
+
],
|
11791
|
+
"superclass": {
|
11792
|
+
"name": "Provider",
|
11793
|
+
"module": "/src/models"
|
11794
|
+
},
|
11795
|
+
"tagName": "mdc-iconprovider",
|
11796
|
+
"jsDoc": "/**\n * IconProvider component, which allows to be consumed from sub components\n * (see `providerUtils.consume` for how to consume)\n *\n * Attribute `iconSet` can be set to either `momentum-icons` or `custom-icons`.\n * If `momentum-icons` is selected, the icons will be fetched from the\n * Momentum Design System icon set per a dynamic JS Import (no need to provide a URL).\n * This requires the consumer to have the `@momentum-designs` package installed and the\n * build tooling needs to support dynamic imports.\n *\n * If `custom-icons` is selected, the icons will be fetched from the provided URL.\n * This requires the consumer to provide a URL from which the icons will be fetched and\n * the consumer needs to make sure to bundle the icons in the application.\n *\n * If `cacheStrategy` is provided (only works with iconSet = `custom-icons`), the\n * IconProvider will cache the icons in the selected cache (either web-api-cache or in-memory-cache),\n * to avoid fetching the same icon multiple times over the network.\n * This is useful when the same icon is used multiple times in the application.\n * To consider:\n * - The `in-memory-cache` is not persisted and will be lost when the\n * IconProvider is removed from the DOM.\n * - The `web-api-cache` is persisted, but only works in https environments\n * (https://developer.mozilla.org/en-US/docs/Web/API/Cache).\n *\n * @tagname mdc-iconprovider\n *\n * @slot - children\n */",
|
11797
|
+
"customElement": true
|
11798
|
+
}
|
11799
|
+
],
|
11800
|
+
"exports": [
|
11801
|
+
{
|
11802
|
+
"kind": "js",
|
11803
|
+
"name": "default",
|
11804
|
+
"declaration": {
|
11805
|
+
"name": "IconProvider",
|
11806
|
+
"module": "components/iconprovider/iconprovider.component.js"
|
11807
|
+
}
|
11808
|
+
}
|
11809
|
+
]
|
11810
|
+
},
|
11811
|
+
{
|
11812
|
+
"kind": "javascript-module",
|
11813
|
+
"path": "components/input/input.component.js",
|
11814
|
+
"declarations": [
|
11815
|
+
{
|
11816
|
+
"kind": "class",
|
11817
|
+
"description": "mdc-input is a component that allows users to input text.\n It contains:\n- label field - describe the input field.\n- input field - contains the value\n- help text or validation message - displayed below the input field.\n- trailing button - it displays a clear the input field.\n- prefix text - displayed before the input field.\n- leading icon - displayed before the input field.\n- clear-aria-label - aria label for the trailing button.\n- all the attributes of the input field.",
|
11818
|
+
"name": "Input",
|
11819
|
+
"cssProperties": [
|
11820
|
+
{
|
11821
|
+
"description": "Border color for the input container when disabled",
|
11822
|
+
"name": "--mdc-input-disabled-border-color"
|
11823
|
+
},
|
11824
|
+
{
|
11825
|
+
"description": "Text color for the input field when disabled",
|
11826
|
+
"name": "--mdc-input-disabled-text-color"
|
11827
|
+
},
|
11828
|
+
{
|
11829
|
+
"description": "Background color for the input field when disabled",
|
11830
|
+
"name": "--mdc-input-disabled-background-color"
|
11831
|
+
},
|
11832
|
+
{
|
11833
|
+
"description": "Border color for the input container",
|
11834
|
+
"name": "--mdc-input-border-color"
|
11835
|
+
},
|
11836
|
+
{
|
11837
|
+
"description": "Text color for the input field",
|
11838
|
+
"name": "--mdc-input-text-color"
|
11839
|
+
},
|
11840
|
+
{
|
11841
|
+
"description": "Background color for the input field",
|
11842
|
+
"name": "--mdc-input-background-color"
|
11843
|
+
},
|
11844
|
+
{
|
11845
|
+
"description": "Background color for the selected text",
|
11846
|
+
"name": "--mdc-input-selection-background-color"
|
11847
|
+
},
|
11848
|
+
{
|
11849
|
+
"description": "Text color for the selected text",
|
11850
|
+
"name": "--mdc-input-selection-text-color"
|
11851
|
+
},
|
11852
|
+
{
|
11853
|
+
"description": "Text color for the help text",
|
11854
|
+
"name": "--mdc-input-support-text-color"
|
11855
|
+
},
|
11856
|
+
{
|
11857
|
+
"description": "Background color for the input field when hovered",
|
11858
|
+
"name": "--mdc-input-hover-background-color"
|
11859
|
+
},
|
11860
|
+
{
|
11861
|
+
"description": "Background color for the input field when focused",
|
11862
|
+
"name": "--mdc-input-focused-background-color"
|
11863
|
+
},
|
11864
|
+
{
|
11865
|
+
"description": "Border color for the input container when focused",
|
11866
|
+
"name": "--mdc-input-focused-border-color"
|
11867
|
+
},
|
11868
|
+
{
|
11869
|
+
"description": "Border color for the input container when error",
|
11870
|
+
"name": "--mdc-input-error-border-color"
|
11871
|
+
},
|
11872
|
+
{
|
11873
|
+
"description": "Border color for the input container when warning",
|
11874
|
+
"name": "--mdc-input-warning-border-color"
|
11875
|
+
},
|
11876
|
+
{
|
11877
|
+
"description": "Border color for the input container when success",
|
11878
|
+
"name": "--mdc-input-success-border-color"
|
11879
|
+
},
|
11880
|
+
{
|
11881
|
+
"description": "Border color for the input container when primary",
|
11882
|
+
"name": "--mdc-input-primary-border-color"
|
11883
|
+
}
|
11884
|
+
],
|
11885
|
+
"members": [
|
11886
|
+
{
|
11887
|
+
"kind": "field",
|
11888
|
+
"name": "placeholder",
|
11889
|
+
"type": {
|
11890
|
+
"text": "string"
|
11891
|
+
},
|
11892
|
+
"default": "''",
|
11893
|
+
"description": "The placeholder text that is displayed when the input field is empty.",
|
11894
|
+
"attribute": "placeholder"
|
11895
|
+
},
|
11896
|
+
{
|
11897
|
+
"kind": "field",
|
11898
|
+
"name": "readonly",
|
11899
|
+
"type": {
|
11900
|
+
"text": "boolean"
|
11901
|
+
},
|
11902
|
+
"default": "false",
|
11903
|
+
"description": "readonly attribute of the input field. If true, the input field is read-only.",
|
11904
|
+
"attribute": "readonly"
|
11905
|
+
},
|
11906
|
+
{
|
11907
|
+
"kind": "field",
|
11908
|
+
"name": "prefixText",
|
11909
|
+
"type": {
|
11910
|
+
"text": "string | undefined"
|
11911
|
+
},
|
11912
|
+
"description": "The prefix text that is displayed before the input field. It has a max length of 10 characters.\nWhen the prefix text is set, make sure to set the 'data-aria-label'\nattribute with the appropriate value for accessibility.",
|
11913
|
+
"attribute": "prefix-text"
|
11914
|
+
},
|
11915
|
+
{
|
11916
|
+
"kind": "field",
|
11917
|
+
"name": "leadingIcon",
|
11918
|
+
"type": {
|
11919
|
+
"text": "IconNames | undefined"
|
11920
|
+
},
|
11921
|
+
"description": "The leading icon that is displayed before the input field.",
|
11922
|
+
"attribute": "leading-icon"
|
11923
|
+
},
|
11924
|
+
{
|
11925
|
+
"kind": "field",
|
11926
|
+
"name": "trailingButton",
|
11927
|
+
"type": {
|
11928
|
+
"text": "boolean"
|
11929
|
+
},
|
11930
|
+
"default": "false",
|
11931
|
+
"description": "The trailing button when set to true, shows a clear button that clears the input field.",
|
11932
|
+
"attribute": "trailing-button"
|
11737
11933
|
},
|
11738
11934
|
{
|
11739
11935
|
"kind": "field",
|
@@ -12563,203 +12759,7 @@
|
|
12563
12759
|
},
|
12564
12760
|
{
|
12565
12761
|
"kind": "javascript-module",
|
12566
|
-
"path": "components/
|
12567
|
-
"declarations": [
|
12568
|
-
{
|
12569
|
-
"kind": "class",
|
12570
|
-
"description": "IconProvider component, which allows to be consumed from sub components\n(see `providerUtils.consume` for how to consume)\n\nAttribute `iconSet` can be set to either `momentum-icons` or `custom-icons`.\nIf `momentum-icons` is selected, the icons will be fetched from the\nMomentum Design System icon set per a dynamic JS Import (no need to provide a URL).\nThis requires the consumer to have the `@momentum-designs` package installed and the\nbuild tooling needs to support dynamic imports.\n\nIf `custom-icons` is selected, the icons will be fetched from the provided URL.\nThis requires the consumer to provide a URL from which the icons will be fetched and\nthe consumer needs to make sure to bundle the icons in the application.\n\nIf `cacheStrategy` is provided (only works with iconSet = `custom-icons`), the\nIconProvider will cache the icons in the selected cache (either web-api-cache or in-memory-cache),\nto avoid fetching the same icon multiple times over the network.\nThis is useful when the same icon is used multiple times in the application.\nTo consider:\n- The `in-memory-cache` is not persisted and will be lost when the\nIconProvider is removed from the DOM.\n- The `web-api-cache` is persisted, but only works in https environments\n(https://developer.mozilla.org/en-US/docs/Web/API/Cache).",
|
12571
|
-
"name": "IconProvider",
|
12572
|
-
"slots": [
|
12573
|
-
{
|
12574
|
-
"description": "children",
|
12575
|
-
"name": ""
|
12576
|
-
}
|
12577
|
-
],
|
12578
|
-
"members": [
|
12579
|
-
{
|
12580
|
-
"kind": "field",
|
12581
|
-
"name": "Context",
|
12582
|
-
"privacy": "public",
|
12583
|
-
"static": true,
|
12584
|
-
"description": "Context object of the IconProvider, to be consumed by child components",
|
12585
|
-
"readonly": true
|
12586
|
-
},
|
12587
|
-
{
|
12588
|
-
"kind": "field",
|
12589
|
-
"name": "iconSet",
|
12590
|
-
"type": {
|
12591
|
-
"text": "IconSet | undefined"
|
12592
|
-
},
|
12593
|
-
"description": "Icon set to be used\n\nIf `momentum-icons` is selected, the icons will be fetched from the\nMomentum Design System icon set per a dynamic JS Import (no need to provide a URL).\nThis requires the consumer to have the `@momentum-designs` package installed and the\nbuild tooling needs to support dynamic imports.\n\nIf `custom-icons` is selected, the icons will be fetched from the provided URL.\nThis requires the consumer to provide a URL from which the icons will be fetched and\nthe consumer needs to make sure to bundle the icons in the application.",
|
12594
|
-
"default": "momentum-icons",
|
12595
|
-
"attribute": "icon-set",
|
12596
|
-
"reflects": true
|
12597
|
-
},
|
12598
|
-
{
|
12599
|
-
"kind": "field",
|
12600
|
-
"name": "url",
|
12601
|
-
"type": {
|
12602
|
-
"text": "string | undefined"
|
12603
|
-
},
|
12604
|
-
"description": "Url of where icons will be fetched from\n(if Icon set is `custom-icons`, this will be the base url)",
|
12605
|
-
"attribute": "url"
|
12606
|
-
},
|
12607
|
-
{
|
12608
|
-
"kind": "field",
|
12609
|
-
"name": "fileExtension",
|
12610
|
-
"type": {
|
12611
|
-
"text": "string | undefined"
|
12612
|
-
},
|
12613
|
-
"description": "File extension of icons\n(if Icon set is `custom-icons`, this will be the file extension for icons)",
|
12614
|
-
"default": "svg",
|
12615
|
-
"attribute": "file-extension",
|
12616
|
-
"reflects": true
|
12617
|
-
},
|
12618
|
-
{
|
12619
|
-
"kind": "field",
|
12620
|
-
"name": "lengthUnit",
|
12621
|
-
"type": {
|
12622
|
-
"text": "string"
|
12623
|
-
},
|
12624
|
-
"description": "Length unit used for sizing of icons",
|
12625
|
-
"default": "em",
|
12626
|
-
"attribute": "length-unit",
|
12627
|
-
"reflects": true
|
12628
|
-
},
|
12629
|
-
{
|
12630
|
-
"kind": "field",
|
12631
|
-
"name": "size",
|
12632
|
-
"type": {
|
12633
|
-
"text": "number | undefined"
|
12634
|
-
},
|
12635
|
-
"description": "The default size of the icon.\nIf not set, it falls back to the size defined by the length unit.",
|
12636
|
-
"default": "1",
|
12637
|
-
"attribute": "size",
|
12638
|
-
"reflects": true
|
12639
|
-
},
|
12640
|
-
{
|
12641
|
-
"kind": "field",
|
12642
|
-
"name": "cacheStrategy",
|
12643
|
-
"type": {
|
12644
|
-
"text": "CacheStrategy | undefined"
|
12645
|
-
},
|
12646
|
-
"description": "Icons Cache Strategy to use\n\n**Can only be used if Icon set is `custom-icons`**\n\nChoose `in-memory-cache` to cache icons in a JS cache (in-memory cache).\nChoose `web-cache-api` to cache icons using the Web Cache API.\n\nNOTE: `cache-name` must be provided if `cache-strategy` is provided.\n\nIf not provided or invalid value provided, the icons will not be cached.",
|
12647
|
-
"default": "undefined",
|
12648
|
-
"attribute": "cache-strategy"
|
12649
|
-
},
|
12650
|
-
{
|
12651
|
-
"kind": "field",
|
12652
|
-
"name": "cacheName",
|
12653
|
-
"type": {
|
12654
|
-
"text": "string | undefined"
|
12655
|
-
},
|
12656
|
-
"description": "Icons Cache Name to use (cache strategy must be provided)\n\nIf provided, Icons inside the provider will be cached in the\ncache (determined by `cache-strategy`) with the provided name.\n\nNOTE: `cache-name` requires `cache-strategy` to be set.\n\nIf not provided, the icons will not be cached.",
|
12657
|
-
"default": "undefined",
|
12658
|
-
"attribute": "cache-name"
|
12659
|
-
},
|
12660
|
-
{
|
12661
|
-
"kind": "method",
|
12662
|
-
"name": "updateValuesInContext",
|
12663
|
-
"privacy": "private"
|
12664
|
-
},
|
12665
|
-
{
|
12666
|
-
"kind": "method",
|
12667
|
-
"name": "updateContext",
|
12668
|
-
"privacy": "protected",
|
12669
|
-
"return": {
|
12670
|
-
"type": {
|
12671
|
-
"text": "void"
|
12672
|
-
}
|
12673
|
-
}
|
12674
|
-
}
|
12675
|
-
],
|
12676
|
-
"attributes": [
|
12677
|
-
{
|
12678
|
-
"name": "icon-set",
|
12679
|
-
"type": {
|
12680
|
-
"text": "IconSet | undefined"
|
12681
|
-
},
|
12682
|
-
"description": "Icon set to be used\n\nIf `momentum-icons` is selected, the icons will be fetched from the\nMomentum Design System icon set per a dynamic JS Import (no need to provide a URL).\nThis requires the consumer to have the `@momentum-designs` package installed and the\nbuild tooling needs to support dynamic imports.\n\nIf `custom-icons` is selected, the icons will be fetched from the provided URL.\nThis requires the consumer to provide a URL from which the icons will be fetched and\nthe consumer needs to make sure to bundle the icons in the application.",
|
12683
|
-
"default": "momentum-icons",
|
12684
|
-
"fieldName": "iconSet"
|
12685
|
-
},
|
12686
|
-
{
|
12687
|
-
"name": "url",
|
12688
|
-
"type": {
|
12689
|
-
"text": "string | undefined"
|
12690
|
-
},
|
12691
|
-
"description": "Url of where icons will be fetched from\n(if Icon set is `custom-icons`, this will be the base url)",
|
12692
|
-
"fieldName": "url"
|
12693
|
-
},
|
12694
|
-
{
|
12695
|
-
"name": "file-extension",
|
12696
|
-
"type": {
|
12697
|
-
"text": "string | undefined"
|
12698
|
-
},
|
12699
|
-
"description": "File extension of icons\n(if Icon set is `custom-icons`, this will be the file extension for icons)",
|
12700
|
-
"default": "svg",
|
12701
|
-
"fieldName": "fileExtension"
|
12702
|
-
},
|
12703
|
-
{
|
12704
|
-
"name": "length-unit",
|
12705
|
-
"type": {
|
12706
|
-
"text": "string"
|
12707
|
-
},
|
12708
|
-
"description": "Length unit used for sizing of icons",
|
12709
|
-
"default": "em",
|
12710
|
-
"fieldName": "lengthUnit"
|
12711
|
-
},
|
12712
|
-
{
|
12713
|
-
"name": "size",
|
12714
|
-
"type": {
|
12715
|
-
"text": "number | undefined"
|
12716
|
-
},
|
12717
|
-
"description": "The default size of the icon.\nIf not set, it falls back to the size defined by the length unit.",
|
12718
|
-
"default": "1",
|
12719
|
-
"fieldName": "size"
|
12720
|
-
},
|
12721
|
-
{
|
12722
|
-
"name": "cache-strategy",
|
12723
|
-
"type": {
|
12724
|
-
"text": "CacheStrategy | undefined"
|
12725
|
-
},
|
12726
|
-
"description": "Icons Cache Strategy to use\n\n**Can only be used if Icon set is `custom-icons`**\n\nChoose `in-memory-cache` to cache icons in a JS cache (in-memory cache).\nChoose `web-cache-api` to cache icons using the Web Cache API.\n\nNOTE: `cache-name` must be provided if `cache-strategy` is provided.\n\nIf not provided or invalid value provided, the icons will not be cached.",
|
12727
|
-
"default": "undefined",
|
12728
|
-
"fieldName": "cacheStrategy"
|
12729
|
-
},
|
12730
|
-
{
|
12731
|
-
"name": "cache-name",
|
12732
|
-
"type": {
|
12733
|
-
"text": "string | undefined"
|
12734
|
-
},
|
12735
|
-
"description": "Icons Cache Name to use (cache strategy must be provided)\n\nIf provided, Icons inside the provider will be cached in the\ncache (determined by `cache-strategy`) with the provided name.\n\nNOTE: `cache-name` requires `cache-strategy` to be set.\n\nIf not provided, the icons will not be cached.",
|
12736
|
-
"default": "undefined",
|
12737
|
-
"fieldName": "cacheName"
|
12738
|
-
}
|
12739
|
-
],
|
12740
|
-
"superclass": {
|
12741
|
-
"name": "Provider",
|
12742
|
-
"module": "/src/models"
|
12743
|
-
},
|
12744
|
-
"tagName": "mdc-iconprovider",
|
12745
|
-
"jsDoc": "/**\n * IconProvider component, which allows to be consumed from sub components\n * (see `providerUtils.consume` for how to consume)\n *\n * Attribute `iconSet` can be set to either `momentum-icons` or `custom-icons`.\n * If `momentum-icons` is selected, the icons will be fetched from the\n * Momentum Design System icon set per a dynamic JS Import (no need to provide a URL).\n * This requires the consumer to have the `@momentum-designs` package installed and the\n * build tooling needs to support dynamic imports.\n *\n * If `custom-icons` is selected, the icons will be fetched from the provided URL.\n * This requires the consumer to provide a URL from which the icons will be fetched and\n * the consumer needs to make sure to bundle the icons in the application.\n *\n * If `cacheStrategy` is provided (only works with iconSet = `custom-icons`), the\n * IconProvider will cache the icons in the selected cache (either web-api-cache or in-memory-cache),\n * to avoid fetching the same icon multiple times over the network.\n * This is useful when the same icon is used multiple times in the application.\n * To consider:\n * - The `in-memory-cache` is not persisted and will be lost when the\n * IconProvider is removed from the DOM.\n * - The `web-api-cache` is persisted, but only works in https environments\n * (https://developer.mozilla.org/en-US/docs/Web/API/Cache).\n *\n * @tagname mdc-iconprovider\n *\n * @slot - children\n */",
|
12746
|
-
"customElement": true
|
12747
|
-
}
|
12748
|
-
],
|
12749
|
-
"exports": [
|
12750
|
-
{
|
12751
|
-
"kind": "js",
|
12752
|
-
"name": "default",
|
12753
|
-
"declaration": {
|
12754
|
-
"name": "IconProvider",
|
12755
|
-
"module": "components/iconprovider/iconprovider.component.js"
|
12756
|
-
}
|
12757
|
-
}
|
12758
|
-
]
|
12759
|
-
},
|
12760
|
-
{
|
12761
|
-
"kind": "javascript-module",
|
12762
|
-
"path": "components/inputchip/inputchip.component.js",
|
12762
|
+
"path": "components/inputchip/inputchip.component.js",
|
12763
12763
|
"declarations": [
|
12764
12764
|
{
|
12765
12765
|
"kind": "class",
|
@@ -13861,115 +13861,44 @@
|
|
13861
13861
|
},
|
13862
13862
|
{
|
13863
13863
|
"kind": "javascript-module",
|
13864
|
-
"path": "components/
|
13864
|
+
"path": "components/listitem/listitem.component.js",
|
13865
13865
|
"declarations": [
|
13866
13866
|
{
|
13867
13867
|
"kind": "class",
|
13868
|
-
"description": "
|
13869
|
-
"name": "
|
13868
|
+
"description": "mdc-listitem component is used to display a label with different types of controls.\nThere can be three types of controls, a radio button, a checkbox on the\nleading side and a toggle on the trailing side.\nThe list item can contain an avatar on the leading side and a badge on the trailing side.\nAdditionally, the list item can contain a side header and a subline text.\n\nThe leading and trailing slots can be used to display controls and text. <br/>\nBased on the leading/trailing slot, the position of the controls and text can be adjusted. <br/>\nPlease use mdc-list as a parent element even when there is only listitem for a11y purpose.\n\nBy providing the tooltip-text attribute, a tooltip will be displayed on hover of the listitem.\nThe placement of the tooltip can be adjusted using the tooltip-placement attribute.\nThis will be helpful when the listitem text is truncated or\nwhen you want to display additional information about the listitem.",
|
13869
|
+
"name": "ListItem",
|
13870
13870
|
"cssProperties": [
|
13871
13871
|
{
|
13872
|
-
"description": "Allows customization of the default background color
|
13873
|
-
"name": "--mdc-
|
13872
|
+
"description": "Allows customization of the default background color.",
|
13873
|
+
"name": "--mdc-listitem-default-background-color"
|
13874
13874
|
},
|
13875
13875
|
{
|
13876
|
-
"description": "Allows customization of the
|
13877
|
-
"name": "--mdc-
|
13876
|
+
"description": "Allows customization of the background color on hover.",
|
13877
|
+
"name": "--mdc-listitem-background-color-hover"
|
13878
13878
|
},
|
13879
13879
|
{
|
13880
|
-
"description": "Allows customization of the
|
13881
|
-
"name": "--mdc-
|
13880
|
+
"description": "Allows customization of the background color when pressed.",
|
13881
|
+
"name": "--mdc-listitem-background-color-active"
|
13882
13882
|
},
|
13883
13883
|
{
|
13884
|
-
"description": "Allows customization of the
|
13885
|
-
"name": "--mdc-
|
13886
|
-
}
|
13887
|
-
],
|
13888
|
-
"members": [
|
13884
|
+
"description": "Allows customization of the primary label, side header and subline text slot color.",
|
13885
|
+
"name": "--mdc-listitem-primary-label-color"
|
13886
|
+
},
|
13889
13887
|
{
|
13890
|
-
"
|
13891
|
-
"name": "
|
13892
|
-
|
13893
|
-
"text": "MarkerVariants"
|
13894
|
-
},
|
13895
|
-
"privacy": "public",
|
13896
|
-
"description": "There are two variants of markers, each with a width of 0.25rem:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
|
13897
|
-
"default": "solid",
|
13898
|
-
"attribute": "variant",
|
13899
|
-
"reflects": true
|
13900
|
-
}
|
13901
|
-
],
|
13902
|
-
"attributes": [
|
13888
|
+
"description": "Allows customization of the secondary and tertiary label text slot color.",
|
13889
|
+
"name": "--mdc-listitem-secondary-label-color"
|
13890
|
+
},
|
13903
13891
|
{
|
13904
|
-
"
|
13905
|
-
"
|
13906
|
-
|
13907
|
-
|
13908
|
-
"description": "
|
13909
|
-
"
|
13910
|
-
|
13911
|
-
|
13912
|
-
|
13913
|
-
|
13914
|
-
"name": "Component",
|
13915
|
-
"module": "/src/models"
|
13916
|
-
},
|
13917
|
-
"tagName": "mdc-marker",
|
13918
|
-
"jsDoc": "/**\n * `mdc-marker`, which is a vertical line and\n * used to draw attention to specific parts of\n * the content or to signify important information.\n *\n * **Marker Variants**:\n * - **solid**: Solid marker.\n * - **striped**: Striped marker.\n *\n * @tagname mdc-marker\n *\n * @cssproperty --mdc-marker-solid-background-color - Allows customization of the default background color\n * in solid variant.\n * @cssproperty --mdc-marker-striped-color - Allows customization of the default stripes in striped variant.\n * @cssproperty --mdc-marker-striped-background-color - Allows customization of the default background color\n * in striped variant.\n * @cssproperty --mdc-marker-width - Allows customization of the default width.\n */",
|
13919
|
-
"customElement": true
|
13920
|
-
}
|
13921
|
-
],
|
13922
|
-
"exports": [
|
13923
|
-
{
|
13924
|
-
"kind": "js",
|
13925
|
-
"name": "default",
|
13926
|
-
"declaration": {
|
13927
|
-
"name": "Marker",
|
13928
|
-
"module": "components/marker/marker.component.js"
|
13929
|
-
}
|
13930
|
-
}
|
13931
|
-
]
|
13932
|
-
},
|
13933
|
-
{
|
13934
|
-
"kind": "javascript-module",
|
13935
|
-
"path": "components/listitem/listitem.component.js",
|
13936
|
-
"declarations": [
|
13937
|
-
{
|
13938
|
-
"kind": "class",
|
13939
|
-
"description": "mdc-listitem component is used to display a label with different types of controls.\nThere can be three types of controls, a radio button, a checkbox on the\nleading side and a toggle on the trailing side.\nThe list item can contain an avatar on the leading side and a badge on the trailing side.\nAdditionally, the list item can contain a side header and a subline text.\n\nThe leading and trailing slots can be used to display controls and text. <br/>\nBased on the leading/trailing slot, the position of the controls and text can be adjusted. <br/>\nPlease use mdc-list as a parent element even when there is only listitem for a11y purpose.\n\nBy providing the tooltip-text attribute, a tooltip will be displayed on hover of the listitem.\nThe placement of the tooltip can be adjusted using the tooltip-placement attribute.\nThis will be helpful when the listitem text is truncated or\nwhen you want to display additional information about the listitem.",
|
13940
|
-
"name": "ListItem",
|
13941
|
-
"cssProperties": [
|
13942
|
-
{
|
13943
|
-
"description": "Allows customization of the default background color.",
|
13944
|
-
"name": "--mdc-listitem-default-background-color"
|
13945
|
-
},
|
13946
|
-
{
|
13947
|
-
"description": "Allows customization of the background color on hover.",
|
13948
|
-
"name": "--mdc-listitem-background-color-hover"
|
13949
|
-
},
|
13950
|
-
{
|
13951
|
-
"description": "Allows customization of the background color when pressed.",
|
13952
|
-
"name": "--mdc-listitem-background-color-active"
|
13953
|
-
},
|
13954
|
-
{
|
13955
|
-
"description": "Allows customization of the primary label, side header and subline text slot color.",
|
13956
|
-
"name": "--mdc-listitem-primary-label-color"
|
13957
|
-
},
|
13958
|
-
{
|
13959
|
-
"description": "Allows customization of the secondary and tertiary label text slot color.",
|
13960
|
-
"name": "--mdc-listitem-secondary-label-color"
|
13961
|
-
},
|
13962
|
-
{
|
13963
|
-
"description": "Allows customization of the disabled color.",
|
13964
|
-
"name": "--mdc-listitem-disabled-color"
|
13965
|
-
},
|
13966
|
-
{
|
13967
|
-
"description": "Allows customization of column gap.",
|
13968
|
-
"name": "--mdc-listitem-column-gap"
|
13969
|
-
},
|
13970
|
-
{
|
13971
|
-
"description": "Allows customization of padding left and right.",
|
13972
|
-
"name": "--mdc-listitem-padding-left-and-right"
|
13892
|
+
"description": "Allows customization of the disabled color.",
|
13893
|
+
"name": "--mdc-listitem-disabled-color"
|
13894
|
+
},
|
13895
|
+
{
|
13896
|
+
"description": "Allows customization of column gap.",
|
13897
|
+
"name": "--mdc-listitem-column-gap"
|
13898
|
+
},
|
13899
|
+
{
|
13900
|
+
"description": "Allows customization of padding left and right.",
|
13901
|
+
"name": "--mdc-listitem-padding-left-and-right"
|
13973
13902
|
}
|
13974
13903
|
],
|
13975
13904
|
"slots": [
|
@@ -14099,14 +14028,17 @@
|
|
14099
14028
|
"name": "event",
|
14100
14029
|
"type": {
|
14101
14030
|
"text": "KeyboardEvent"
|
14102
|
-
}
|
14031
|
+
},
|
14032
|
+
"description": "The keyboard event triggered when a key is pressed down."
|
14103
14033
|
}
|
14104
|
-
]
|
14034
|
+
],
|
14035
|
+
"description": "Fires the click event when the enter or space key is pressed."
|
14105
14036
|
},
|
14106
14037
|
{
|
14107
14038
|
"kind": "method",
|
14108
14039
|
"name": "triggerClickEvent",
|
14109
|
-
"privacy": "private"
|
14040
|
+
"privacy": "private",
|
14041
|
+
"description": "Triggers a click event on the list item."
|
14110
14042
|
},
|
14111
14043
|
{
|
14112
14044
|
"kind": "method",
|
@@ -14116,7 +14048,8 @@
|
|
14116
14048
|
"type": {
|
14117
14049
|
"text": "void"
|
14118
14050
|
}
|
14119
|
-
}
|
14051
|
+
},
|
14052
|
+
"description": "Handles the click event on the list item.\nIf the tooltip is open, it has to be closed first."
|
14120
14053
|
},
|
14121
14054
|
{
|
14122
14055
|
"kind": "method",
|
@@ -14198,12 +14131,44 @@
|
|
14198
14131
|
{
|
14199
14132
|
"kind": "method",
|
14200
14133
|
"name": "renderTrailingControls",
|
14201
|
-
"privacy": "protected"
|
14134
|
+
"privacy": "protected",
|
14135
|
+
"description": "Renders the trailing controls slot.",
|
14136
|
+
"return": {
|
14137
|
+
"type": {
|
14138
|
+
"text": ""
|
14139
|
+
}
|
14140
|
+
}
|
14202
14141
|
},
|
14203
14142
|
{
|
14204
14143
|
"kind": "method",
|
14205
14144
|
"name": "renderLeadingControls",
|
14206
|
-
"privacy": "protected"
|
14145
|
+
"privacy": "protected",
|
14146
|
+
"description": "Renders the leading controls slot.",
|
14147
|
+
"return": {
|
14148
|
+
"type": {
|
14149
|
+
"text": ""
|
14150
|
+
}
|
14151
|
+
}
|
14152
|
+
},
|
14153
|
+
{
|
14154
|
+
"kind": "method",
|
14155
|
+
"name": "stopEventPropagation",
|
14156
|
+
"privacy": "protected",
|
14157
|
+
"return": {
|
14158
|
+
"type": {
|
14159
|
+
"text": "void"
|
14160
|
+
}
|
14161
|
+
},
|
14162
|
+
"parameters": [
|
14163
|
+
{
|
14164
|
+
"name": "event",
|
14165
|
+
"type": {
|
14166
|
+
"text": "Event"
|
14167
|
+
},
|
14168
|
+
"description": "The mouse event triggered when a click occurs."
|
14169
|
+
}
|
14170
|
+
],
|
14171
|
+
"description": "Stops the click event from propagating to parent elements. In case of keyboard events,\nit stops the propagation for Enter and Space keys.\nThis is useful when the list item contains controls that\nshould not trigger the click event on the list item itself."
|
14207
14172
|
},
|
14208
14173
|
{
|
14209
14174
|
"kind": "field",
|
@@ -14382,6 +14347,77 @@
|
|
14382
14347
|
}
|
14383
14348
|
]
|
14384
14349
|
},
|
14350
|
+
{
|
14351
|
+
"kind": "javascript-module",
|
14352
|
+
"path": "components/marker/marker.component.js",
|
14353
|
+
"declarations": [
|
14354
|
+
{
|
14355
|
+
"kind": "class",
|
14356
|
+
"description": "`mdc-marker`, which is a vertical line and\nused to draw attention to specific parts of\nthe content or to signify important information.\n\n**Marker Variants**:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
|
14357
|
+
"name": "Marker",
|
14358
|
+
"cssProperties": [
|
14359
|
+
{
|
14360
|
+
"description": "Allows customization of the default background color in solid variant.",
|
14361
|
+
"name": "--mdc-marker-solid-background-color"
|
14362
|
+
},
|
14363
|
+
{
|
14364
|
+
"description": "Allows customization of the default stripes in striped variant.",
|
14365
|
+
"name": "--mdc-marker-striped-color"
|
14366
|
+
},
|
14367
|
+
{
|
14368
|
+
"description": "Allows customization of the default background color in striped variant.",
|
14369
|
+
"name": "--mdc-marker-striped-background-color"
|
14370
|
+
},
|
14371
|
+
{
|
14372
|
+
"description": "Allows customization of the default width.",
|
14373
|
+
"name": "--mdc-marker-width"
|
14374
|
+
}
|
14375
|
+
],
|
14376
|
+
"members": [
|
14377
|
+
{
|
14378
|
+
"kind": "field",
|
14379
|
+
"name": "variant",
|
14380
|
+
"type": {
|
14381
|
+
"text": "MarkerVariants"
|
14382
|
+
},
|
14383
|
+
"privacy": "public",
|
14384
|
+
"description": "There are two variants of markers, each with a width of 0.25rem:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
|
14385
|
+
"default": "solid",
|
14386
|
+
"attribute": "variant",
|
14387
|
+
"reflects": true
|
14388
|
+
}
|
14389
|
+
],
|
14390
|
+
"attributes": [
|
14391
|
+
{
|
14392
|
+
"name": "variant",
|
14393
|
+
"type": {
|
14394
|
+
"text": "MarkerVariants"
|
14395
|
+
},
|
14396
|
+
"description": "There are two variants of markers, each with a width of 0.25rem:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
|
14397
|
+
"default": "solid",
|
14398
|
+
"fieldName": "variant"
|
14399
|
+
}
|
14400
|
+
],
|
14401
|
+
"superclass": {
|
14402
|
+
"name": "Component",
|
14403
|
+
"module": "/src/models"
|
14404
|
+
},
|
14405
|
+
"tagName": "mdc-marker",
|
14406
|
+
"jsDoc": "/**\n * `mdc-marker`, which is a vertical line and\n * used to draw attention to specific parts of\n * the content or to signify important information.\n *\n * **Marker Variants**:\n * - **solid**: Solid marker.\n * - **striped**: Striped marker.\n *\n * @tagname mdc-marker\n *\n * @cssproperty --mdc-marker-solid-background-color - Allows customization of the default background color\n * in solid variant.\n * @cssproperty --mdc-marker-striped-color - Allows customization of the default stripes in striped variant.\n * @cssproperty --mdc-marker-striped-background-color - Allows customization of the default background color\n * in striped variant.\n * @cssproperty --mdc-marker-width - Allows customization of the default width.\n */",
|
14407
|
+
"customElement": true
|
14408
|
+
}
|
14409
|
+
],
|
14410
|
+
"exports": [
|
14411
|
+
{
|
14412
|
+
"kind": "js",
|
14413
|
+
"name": "default",
|
14414
|
+
"declaration": {
|
14415
|
+
"name": "Marker",
|
14416
|
+
"module": "components/marker/marker.component.js"
|
14417
|
+
}
|
14418
|
+
}
|
14419
|
+
]
|
14420
|
+
},
|
14385
14421
|
{
|
14386
14422
|
"kind": "javascript-module",
|
14387
14423
|
"path": "components/menu/menu.component.js",
|
@@ -15311,6 +15347,11 @@
|
|
15311
15347
|
"name": "renderTrailingControls",
|
15312
15348
|
"privacy": "protected",
|
15313
15349
|
"description": "Renders the trailing controls slot and optionally the trailing arrow icon,\nbased on `arrowPosition` and `arrowDirection`.",
|
15350
|
+
"return": {
|
15351
|
+
"type": {
|
15352
|
+
"text": ""
|
15353
|
+
}
|
15354
|
+
},
|
15314
15355
|
"inheritedFrom": {
|
15315
15356
|
"name": "ListItem",
|
15316
15357
|
"module": "components/listitem/listitem.component.js"
|
@@ -15321,6 +15362,11 @@
|
|
15321
15362
|
"name": "renderLeadingControls",
|
15322
15363
|
"privacy": "protected",
|
15323
15364
|
"description": "Renders the leading controls slot and optionally the leading arrow icon,\nbased on `arrowPosition` and `arrowDirection`.",
|
15365
|
+
"return": {
|
15366
|
+
"type": {
|
15367
|
+
"text": ""
|
15368
|
+
}
|
15369
|
+
},
|
15324
15370
|
"inheritedFrom": {
|
15325
15371
|
"name": "ListItem",
|
15326
15372
|
"module": "components/listitem/listitem.component.js"
|
@@ -15484,9 +15530,11 @@
|
|
15484
15530
|
"name": "event",
|
15485
15531
|
"type": {
|
15486
15532
|
"text": "KeyboardEvent"
|
15487
|
-
}
|
15533
|
+
},
|
15534
|
+
"description": "The keyboard event triggered when a key is pressed down."
|
15488
15535
|
}
|
15489
15536
|
],
|
15537
|
+
"description": "Fires the click event when the enter or space key is pressed.",
|
15490
15538
|
"inheritedFrom": {
|
15491
15539
|
"name": "ListItem",
|
15492
15540
|
"module": "components/listitem/listitem.component.js"
|
@@ -15496,6 +15544,7 @@
|
|
15496
15544
|
"kind": "method",
|
15497
15545
|
"name": "triggerClickEvent",
|
15498
15546
|
"privacy": "private",
|
15547
|
+
"description": "Triggers a click event on the list item.",
|
15499
15548
|
"inheritedFrom": {
|
15500
15549
|
"name": "ListItem",
|
15501
15550
|
"module": "components/listitem/listitem.component.js"
|
@@ -15510,6 +15559,7 @@
|
|
15510
15559
|
"text": "void"
|
15511
15560
|
}
|
15512
15561
|
},
|
15562
|
+
"description": "Handles the click event on the list item.\nIf the tooltip is open, it has to be closed first.",
|
15513
15563
|
"inheritedFrom": {
|
15514
15564
|
"name": "ListItem",
|
15515
15565
|
"module": "components/listitem/listitem.component.js"
|
@@ -15607,6 +15657,30 @@
|
|
15607
15657
|
"name": "ListItem",
|
15608
15658
|
"module": "components/listitem/listitem.component.js"
|
15609
15659
|
}
|
15660
|
+
},
|
15661
|
+
{
|
15662
|
+
"kind": "method",
|
15663
|
+
"name": "stopEventPropagation",
|
15664
|
+
"privacy": "protected",
|
15665
|
+
"return": {
|
15666
|
+
"type": {
|
15667
|
+
"text": "void"
|
15668
|
+
}
|
15669
|
+
},
|
15670
|
+
"parameters": [
|
15671
|
+
{
|
15672
|
+
"name": "event",
|
15673
|
+
"type": {
|
15674
|
+
"text": "Event"
|
15675
|
+
},
|
15676
|
+
"description": "The mouse event triggered when a click occurs."
|
15677
|
+
}
|
15678
|
+
],
|
15679
|
+
"description": "Stops the click event from propagating to parent elements. In case of keyboard events,\nit stops the propagation for Enter and Space keys.\nThis is useful when the list item contains controls that\nshould not trigger the click event on the list item itself.",
|
15680
|
+
"inheritedFrom": {
|
15681
|
+
"name": "ListItem",
|
15682
|
+
"module": "components/listitem/listitem.component.js"
|
15683
|
+
}
|
15610
15684
|
}
|
15611
15685
|
],
|
15612
15686
|
"events": [
|
@@ -16097,6 +16171,11 @@
|
|
16097
16171
|
"name": "renderTrailingControls",
|
16098
16172
|
"privacy": "protected",
|
16099
16173
|
"description": "Renders the trailing controls slot and optionally the trailing arrow icon,\nbased on `arrowPosition` and `arrowDirection`.",
|
16174
|
+
"return": {
|
16175
|
+
"type": {
|
16176
|
+
"text": ""
|
16177
|
+
}
|
16178
|
+
},
|
16100
16179
|
"inheritedFrom": {
|
16101
16180
|
"name": "ListItem",
|
16102
16181
|
"module": "components/listitem/listitem.component.js"
|
@@ -16107,6 +16186,11 @@
|
|
16107
16186
|
"name": "renderLeadingControls",
|
16108
16187
|
"privacy": "protected",
|
16109
16188
|
"description": "Renders the leading controls slot and optionally the leading arrow icon,\nbased on `arrowPosition` and `arrowDirection`.",
|
16189
|
+
"return": {
|
16190
|
+
"type": {
|
16191
|
+
"text": ""
|
16192
|
+
}
|
16193
|
+
},
|
16110
16194
|
"inheritedFrom": {
|
16111
16195
|
"name": "ListItem",
|
16112
16196
|
"module": "components/listitem/listitem.component.js"
|
@@ -16270,9 +16354,11 @@
|
|
16270
16354
|
"name": "event",
|
16271
16355
|
"type": {
|
16272
16356
|
"text": "KeyboardEvent"
|
16273
|
-
}
|
16357
|
+
},
|
16358
|
+
"description": "The keyboard event triggered when a key is pressed down."
|
16274
16359
|
}
|
16275
16360
|
],
|
16361
|
+
"description": "Fires the click event when the enter or space key is pressed.",
|
16276
16362
|
"inheritedFrom": {
|
16277
16363
|
"name": "ListItem",
|
16278
16364
|
"module": "components/listitem/listitem.component.js"
|
@@ -16282,6 +16368,7 @@
|
|
16282
16368
|
"kind": "method",
|
16283
16369
|
"name": "triggerClickEvent",
|
16284
16370
|
"privacy": "private",
|
16371
|
+
"description": "Triggers a click event on the list item.",
|
16285
16372
|
"inheritedFrom": {
|
16286
16373
|
"name": "ListItem",
|
16287
16374
|
"module": "components/listitem/listitem.component.js"
|
@@ -16296,6 +16383,7 @@
|
|
16296
16383
|
"text": "void"
|
16297
16384
|
}
|
16298
16385
|
},
|
16386
|
+
"description": "Handles the click event on the list item.\nIf the tooltip is open, it has to be closed first.",
|
16299
16387
|
"inheritedFrom": {
|
16300
16388
|
"name": "ListItem",
|
16301
16389
|
"module": "components/listitem/listitem.component.js"
|
@@ -16393,6 +16481,30 @@
|
|
16393
16481
|
"name": "ListItem",
|
16394
16482
|
"module": "components/listitem/listitem.component.js"
|
16395
16483
|
}
|
16484
|
+
},
|
16485
|
+
{
|
16486
|
+
"kind": "method",
|
16487
|
+
"name": "stopEventPropagation",
|
16488
|
+
"privacy": "protected",
|
16489
|
+
"return": {
|
16490
|
+
"type": {
|
16491
|
+
"text": "void"
|
16492
|
+
}
|
16493
|
+
},
|
16494
|
+
"parameters": [
|
16495
|
+
{
|
16496
|
+
"name": "event",
|
16497
|
+
"type": {
|
16498
|
+
"text": "Event"
|
16499
|
+
},
|
16500
|
+
"description": "The mouse event triggered when a click occurs."
|
16501
|
+
}
|
16502
|
+
],
|
16503
|
+
"description": "Stops the click event from propagating to parent elements. In case of keyboard events,\nit stops the propagation for Enter and Space keys.\nThis is useful when the list item contains controls that\nshould not trigger the click event on the list item itself.",
|
16504
|
+
"inheritedFrom": {
|
16505
|
+
"name": "ListItem",
|
16506
|
+
"module": "components/listitem/listitem.component.js"
|
16507
|
+
}
|
16396
16508
|
}
|
16397
16509
|
],
|
16398
16510
|
"events": [
|
@@ -16737,6 +16849,11 @@
|
|
16737
16849
|
"name": "renderTrailingControls",
|
16738
16850
|
"privacy": "protected",
|
16739
16851
|
"description": "Renders the trailing controls slot and optionally the trailing arrow icon,\nbased on `arrowPosition` and `arrowDirection`.",
|
16852
|
+
"return": {
|
16853
|
+
"type": {
|
16854
|
+
"text": ""
|
16855
|
+
}
|
16856
|
+
},
|
16740
16857
|
"inheritedFrom": {
|
16741
16858
|
"name": "ListItem",
|
16742
16859
|
"module": "components/listitem/listitem.component.js"
|
@@ -16747,6 +16864,11 @@
|
|
16747
16864
|
"name": "renderLeadingControls",
|
16748
16865
|
"privacy": "protected",
|
16749
16866
|
"description": "Renders the leading controls slot and optionally the leading arrow icon,\nbased on `arrowPosition` and `arrowDirection`.",
|
16867
|
+
"return": {
|
16868
|
+
"type": {
|
16869
|
+
"text": ""
|
16870
|
+
}
|
16871
|
+
},
|
16750
16872
|
"inheritedFrom": {
|
16751
16873
|
"name": "ListItem",
|
16752
16874
|
"module": "components/listitem/listitem.component.js"
|
@@ -16910,9 +17032,11 @@
|
|
16910
17032
|
"name": "event",
|
16911
17033
|
"type": {
|
16912
17034
|
"text": "KeyboardEvent"
|
16913
|
-
}
|
17035
|
+
},
|
17036
|
+
"description": "The keyboard event triggered when a key is pressed down."
|
16914
17037
|
}
|
16915
17038
|
],
|
17039
|
+
"description": "Fires the click event when the enter or space key is pressed.",
|
16916
17040
|
"inheritedFrom": {
|
16917
17041
|
"name": "ListItem",
|
16918
17042
|
"module": "components/listitem/listitem.component.js"
|
@@ -16922,6 +17046,7 @@
|
|
16922
17046
|
"kind": "method",
|
16923
17047
|
"name": "triggerClickEvent",
|
16924
17048
|
"privacy": "private",
|
17049
|
+
"description": "Triggers a click event on the list item.",
|
16925
17050
|
"inheritedFrom": {
|
16926
17051
|
"name": "ListItem",
|
16927
17052
|
"module": "components/listitem/listitem.component.js"
|
@@ -16936,6 +17061,7 @@
|
|
16936
17061
|
"text": "void"
|
16937
17062
|
}
|
16938
17063
|
},
|
17064
|
+
"description": "Handles the click event on the list item.\nIf the tooltip is open, it has to be closed first.",
|
16939
17065
|
"inheritedFrom": {
|
16940
17066
|
"name": "ListItem",
|
16941
17067
|
"module": "components/listitem/listitem.component.js"
|
@@ -17033,13 +17159,37 @@
|
|
17033
17159
|
"name": "ListItem",
|
17034
17160
|
"module": "components/listitem/listitem.component.js"
|
17035
17161
|
}
|
17036
|
-
}
|
17037
|
-
|
17038
|
-
|
17039
|
-
|
17040
|
-
"
|
17041
|
-
"
|
17042
|
-
|
17162
|
+
},
|
17163
|
+
{
|
17164
|
+
"kind": "method",
|
17165
|
+
"name": "stopEventPropagation",
|
17166
|
+
"privacy": "protected",
|
17167
|
+
"return": {
|
17168
|
+
"type": {
|
17169
|
+
"text": "void"
|
17170
|
+
}
|
17171
|
+
},
|
17172
|
+
"parameters": [
|
17173
|
+
{
|
17174
|
+
"name": "event",
|
17175
|
+
"type": {
|
17176
|
+
"text": "Event"
|
17177
|
+
},
|
17178
|
+
"description": "The mouse event triggered when a click occurs."
|
17179
|
+
}
|
17180
|
+
],
|
17181
|
+
"description": "Stops the click event from propagating to parent elements. In case of keyboard events,\nit stops the propagation for Enter and Space keys.\nThis is useful when the list item contains controls that\nshould not trigger the click event on the list item itself.",
|
17182
|
+
"inheritedFrom": {
|
17183
|
+
"name": "ListItem",
|
17184
|
+
"module": "components/listitem/listitem.component.js"
|
17185
|
+
}
|
17186
|
+
}
|
17187
|
+
],
|
17188
|
+
"events": [
|
17189
|
+
{
|
17190
|
+
"description": "(React: onChange) This event is dispatched when the menuitemradio changes.",
|
17191
|
+
"name": "change",
|
17192
|
+
"reactName": "onChange"
|
17043
17193
|
},
|
17044
17194
|
{
|
17045
17195
|
"description": "(React: onClick) This event is dispatched when the menuitemradio is clicked.",
|
@@ -20191,9 +20341,11 @@
|
|
20191
20341
|
"name": "event",
|
20192
20342
|
"type": {
|
20193
20343
|
"text": "KeyboardEvent"
|
20194
|
-
}
|
20344
|
+
},
|
20345
|
+
"description": "The keyboard event triggered when a key is pressed down."
|
20195
20346
|
}
|
20196
20347
|
],
|
20348
|
+
"description": "Fires the click event when the enter or space key is pressed.",
|
20197
20349
|
"inheritedFrom": {
|
20198
20350
|
"name": "ListItem",
|
20199
20351
|
"module": "components/listitem/listitem.component.js"
|
@@ -20203,6 +20355,7 @@
|
|
20203
20355
|
"kind": "method",
|
20204
20356
|
"name": "triggerClickEvent",
|
20205
20357
|
"privacy": "private",
|
20358
|
+
"description": "Triggers a click event on the list item.",
|
20206
20359
|
"inheritedFrom": {
|
20207
20360
|
"name": "ListItem",
|
20208
20361
|
"module": "components/listitem/listitem.component.js"
|
@@ -20217,6 +20370,7 @@
|
|
20217
20370
|
"text": "void"
|
20218
20371
|
}
|
20219
20372
|
},
|
20373
|
+
"description": "Handles the click event on the list item.\nIf the tooltip is open, it has to be closed first.",
|
20220
20374
|
"inheritedFrom": {
|
20221
20375
|
"name": "ListItem",
|
20222
20376
|
"module": "components/listitem/listitem.component.js"
|
@@ -20319,6 +20473,12 @@
|
|
20319
20473
|
"kind": "method",
|
20320
20474
|
"name": "renderTrailingControls",
|
20321
20475
|
"privacy": "protected",
|
20476
|
+
"description": "Renders the trailing controls slot.",
|
20477
|
+
"return": {
|
20478
|
+
"type": {
|
20479
|
+
"text": ""
|
20480
|
+
}
|
20481
|
+
},
|
20322
20482
|
"inheritedFrom": {
|
20323
20483
|
"name": "ListItem",
|
20324
20484
|
"module": "components/listitem/listitem.component.js"
|
@@ -20328,6 +20488,36 @@
|
|
20328
20488
|
"kind": "method",
|
20329
20489
|
"name": "renderLeadingControls",
|
20330
20490
|
"privacy": "protected",
|
20491
|
+
"description": "Renders the leading controls slot.",
|
20492
|
+
"return": {
|
20493
|
+
"type": {
|
20494
|
+
"text": ""
|
20495
|
+
}
|
20496
|
+
},
|
20497
|
+
"inheritedFrom": {
|
20498
|
+
"name": "ListItem",
|
20499
|
+
"module": "components/listitem/listitem.component.js"
|
20500
|
+
}
|
20501
|
+
},
|
20502
|
+
{
|
20503
|
+
"kind": "method",
|
20504
|
+
"name": "stopEventPropagation",
|
20505
|
+
"privacy": "protected",
|
20506
|
+
"return": {
|
20507
|
+
"type": {
|
20508
|
+
"text": "void"
|
20509
|
+
}
|
20510
|
+
},
|
20511
|
+
"parameters": [
|
20512
|
+
{
|
20513
|
+
"name": "event",
|
20514
|
+
"type": {
|
20515
|
+
"text": "Event"
|
20516
|
+
},
|
20517
|
+
"description": "The mouse event triggered when a click occurs."
|
20518
|
+
}
|
20519
|
+
],
|
20520
|
+
"description": "Stops the click event from propagating to parent elements. In case of keyboard events,\nit stops the propagation for Enter and Space keys.\nThis is useful when the list item contains controls that\nshould not trigger the click event on the list item itself.",
|
20331
20521
|
"inheritedFrom": {
|
20332
20522
|
"name": "ListItem",
|
20333
20523
|
"module": "components/listitem/listitem.component.js"
|
@@ -22536,334 +22726,222 @@
|
|
22536
22726
|
},
|
22537
22727
|
{
|
22538
22728
|
"kind": "javascript-module",
|
22539
|
-
"path": "components/
|
22729
|
+
"path": "components/progressspinner/progressspinner.component.js",
|
22540
22730
|
"declarations": [
|
22541
22731
|
{
|
22542
22732
|
"kind": "class",
|
22543
|
-
"description": "
|
22544
|
-
"name": "
|
22733
|
+
"description": "`mdc-progressspinner` is a customizable, circular progress indicator component.\nIt visually represents the current completion state of a process, such as loading,\nsyncing, uploading, or any ongoing task that has a measurable percentage.\n\nThe spinner is built using SVG with two concentric `<circle>` elements:\n- The `progress` arc represents the portion of work completed.\n- The `track` arc represents the remaining part.\n\nA visual gap is maintained between the progress and track arcs to clearly\ndistinguish the two segments. The component smoothly animates arc length\nand respects accessibility best practices with ARIA attributes.\n\nThe component supports different states:\n- **Default**: Circular spinner shows the progress.\n- **Success**: Displays a checkmark icon when progress reaches 100%.\n- **Error**: Displays an error icon when in an error state.",
|
22734
|
+
"name": "Progressspinner",
|
22545
22735
|
"cssProperties": [
|
22546
22736
|
{
|
22547
|
-
"description": "
|
22548
|
-
"name": "--mdc-
|
22737
|
+
"description": "The size of the spinner.",
|
22738
|
+
"name": "--mdc-spinner-size"
|
22549
22739
|
},
|
22550
22740
|
{
|
22551
|
-
"description": "color of the
|
22552
|
-
"name": "--mdc-
|
22741
|
+
"description": "The color of the spinner track.",
|
22742
|
+
"name": "--mdc-track-color"
|
22553
22743
|
},
|
22554
22744
|
{
|
22555
|
-
"description": "color of the
|
22556
|
-
"name": "--mdc-
|
22745
|
+
"description": "The color of the spinner progress.",
|
22746
|
+
"name": "--mdc-progress-color"
|
22557
22747
|
},
|
22558
22748
|
{
|
22559
|
-
"description": "color of the
|
22560
|
-
"name": "--mdc-
|
22749
|
+
"description": "The color of the spinner when in success state.",
|
22750
|
+
"name": "--mdc-progress-success-color"
|
22561
22751
|
},
|
22562
22752
|
{
|
22563
|
-
"description": "color of the
|
22564
|
-
"name": "--mdc-
|
22753
|
+
"description": "The color of the spinner when in error state.",
|
22754
|
+
"name": "--mdc-progress-error-color"
|
22565
22755
|
},
|
22566
22756
|
{
|
22567
|
-
"description": "color of the
|
22568
|
-
"name": "--mdc-
|
22757
|
+
"description": "Background color of the progressbar when inactive.",
|
22758
|
+
"name": "--mdc-progressbar-default-background-color",
|
22759
|
+
"inheritedFrom": {
|
22760
|
+
"name": "Progressbar",
|
22761
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
22762
|
+
}
|
22569
22763
|
},
|
22570
22764
|
{
|
22571
|
-
"description": "color of the
|
22572
|
-
"name": "--mdc-
|
22765
|
+
"description": "Background color of the progressbar when active.",
|
22766
|
+
"name": "--mdc-progressbar-default-active-background-color",
|
22767
|
+
"inheritedFrom": {
|
22768
|
+
"name": "Progressbar",
|
22769
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
22770
|
+
}
|
22573
22771
|
},
|
22574
22772
|
{
|
22575
|
-
"description": "color of the
|
22576
|
-
"name": "--mdc-
|
22577
|
-
|
22578
|
-
|
22579
|
-
|
22773
|
+
"description": "Background color of the progressbar when in success state.",
|
22774
|
+
"name": "--mdc-progressbar-success-background-color",
|
22775
|
+
"inheritedFrom": {
|
22776
|
+
"name": "Progressbar",
|
22777
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
22778
|
+
}
|
22779
|
+
},
|
22580
22780
|
{
|
22581
|
-
"
|
22582
|
-
"name": "
|
22583
|
-
"
|
22584
|
-
"
|
22585
|
-
|
22586
|
-
|
22587
|
-
"description": "Determines whether the radio is selected or unselected.",
|
22588
|
-
"attribute": "checked",
|
22589
|
-
"reflects": true
|
22781
|
+
"description": "Background color of the progressbar when in error state.",
|
22782
|
+
"name": "--mdc-progressbar-error-background-color",
|
22783
|
+
"inheritedFrom": {
|
22784
|
+
"name": "Progressbar",
|
22785
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
22786
|
+
}
|
22590
22787
|
},
|
22591
22788
|
{
|
22592
|
-
"
|
22593
|
-
"name": "
|
22594
|
-
"
|
22595
|
-
"
|
22596
|
-
|
22597
|
-
|
22598
|
-
"description": "Determines whether the radio is read-only.",
|
22599
|
-
"attribute": "readonly",
|
22600
|
-
"reflects": true
|
22789
|
+
"description": "The height of the progressbar.",
|
22790
|
+
"name": "--mdc-progressbar-height",
|
22791
|
+
"inheritedFrom": {
|
22792
|
+
"name": "Progressbar",
|
22793
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
22794
|
+
}
|
22601
22795
|
},
|
22602
22796
|
{
|
22603
|
-
"
|
22604
|
-
"name": "
|
22605
|
-
"
|
22606
|
-
"
|
22607
|
-
|
22608
|
-
|
22609
|
-
|
22610
|
-
|
22611
|
-
"
|
22797
|
+
"description": "The border radius of the progressbar.",
|
22798
|
+
"name": "--mdc-progressbar-border-radius",
|
22799
|
+
"inheritedFrom": {
|
22800
|
+
"name": "Progressbar",
|
22801
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
22802
|
+
}
|
22803
|
+
},
|
22804
|
+
{
|
22805
|
+
"description": "Color of the progressbar label text.",
|
22806
|
+
"name": "--mdc-progressbar-label-color",
|
22807
|
+
"inheritedFrom": {
|
22808
|
+
"name": "Progressbar",
|
22809
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
22810
|
+
}
|
22811
|
+
},
|
22812
|
+
{
|
22813
|
+
"description": "Line height of the label text.",
|
22814
|
+
"name": "--mdc-progressbar-label-lineheight",
|
22815
|
+
"inheritedFrom": {
|
22816
|
+
"name": "Progressbar",
|
22817
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
22818
|
+
}
|
22819
|
+
},
|
22820
|
+
{
|
22821
|
+
"description": "Font size of the label text.",
|
22822
|
+
"name": "--mdc-progressbar-label-fontsize",
|
22823
|
+
"inheritedFrom": {
|
22824
|
+
"name": "Progressbar",
|
22825
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
22826
|
+
}
|
22827
|
+
},
|
22828
|
+
{
|
22829
|
+
"description": "Font weight of the label text.",
|
22830
|
+
"name": "--mdc-progressbar-label-fontweight",
|
22831
|
+
"inheritedFrom": {
|
22832
|
+
"name": "Progressbar",
|
22833
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
22834
|
+
}
|
22612
22835
|
},
|
22836
|
+
{
|
22837
|
+
"description": "Color of the help text.",
|
22838
|
+
"name": "--mdc-progressbar-help-text-color",
|
22839
|
+
"inheritedFrom": {
|
22840
|
+
"name": "Progressbar",
|
22841
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
22842
|
+
}
|
22843
|
+
}
|
22844
|
+
],
|
22845
|
+
"members": [
|
22613
22846
|
{
|
22614
22847
|
"kind": "method",
|
22615
|
-
"name": "
|
22616
|
-
"privacy": "private"
|
22617
|
-
"return": {
|
22618
|
-
"type": {
|
22619
|
-
"text": "Radio[]"
|
22620
|
-
}
|
22621
|
-
},
|
22622
|
-
"description": "Returns all radios within the same group (name)."
|
22848
|
+
"name": "renderProgressSpinner",
|
22849
|
+
"privacy": "private"
|
22623
22850
|
},
|
22624
22851
|
{
|
22625
22852
|
"kind": "method",
|
22626
|
-
"name": "
|
22853
|
+
"name": "renderErrorState",
|
22627
22854
|
"privacy": "private",
|
22855
|
+
"description": "Renders the error state of the progress spinner.",
|
22628
22856
|
"return": {
|
22629
22857
|
"type": {
|
22630
|
-
"text": "
|
22631
|
-
}
|
22632
|
-
},
|
22633
|
-
"parameters": [
|
22634
|
-
{
|
22635
|
-
"name": "event",
|
22636
|
-
"type": {
|
22637
|
-
"text": "Event"
|
22638
|
-
}
|
22858
|
+
"text": ""
|
22639
22859
|
}
|
22640
|
-
|
22641
|
-
"description": "The 'change' event does not bubble up through the shadow DOM as it was not composed.\nTherefore, we need to re-dispatch the same event to ensure it is propagated correctly.\nRead more: https://developer.mozilla.org/en-US/docs/Web/API/Event/composed"
|
22860
|
+
}
|
22642
22861
|
},
|
22643
22862
|
{
|
22644
22863
|
"kind": "method",
|
22645
|
-
"name": "
|
22864
|
+
"name": "renderSuccessState",
|
22646
22865
|
"privacy": "private",
|
22647
|
-
"
|
22648
|
-
|
22649
|
-
|
22650
|
-
"
|
22651
|
-
"text": "Radio[]"
|
22652
|
-
},
|
22653
|
-
"description": "Array of radios of the same group"
|
22654
|
-
},
|
22655
|
-
{
|
22656
|
-
"name": "isValid",
|
22657
|
-
"type": {
|
22658
|
-
"text": "boolean"
|
22659
|
-
},
|
22660
|
-
"description": "Boolean value to set the validity of the group"
|
22866
|
+
"description": "Renders the success state of the progress spinner.",
|
22867
|
+
"return": {
|
22868
|
+
"type": {
|
22869
|
+
"text": ""
|
22661
22870
|
}
|
22662
|
-
|
22663
|
-
"description": "Sets the validity of the group of radios."
|
22664
|
-
},
|
22665
|
-
{
|
22666
|
-
"kind": "method",
|
22667
|
-
"name": "setActualFormValue",
|
22668
|
-
"privacy": "private",
|
22669
|
-
"description": "Updates the form value to reflect the current state of the radio.\nIf checked, the value is set to the user-provided value.\nIf unchecked, the value is set to null."
|
22670
|
-
},
|
22671
|
-
{
|
22672
|
-
"kind": "method",
|
22673
|
-
"name": "handleChange",
|
22674
|
-
"privacy": "private",
|
22675
|
-
"return": {
|
22676
|
-
"type": {
|
22677
|
-
"text": "void"
|
22678
|
-
}
|
22679
|
-
},
|
22680
|
-
"parameters": [
|
22681
|
-
{
|
22682
|
-
"name": "event",
|
22683
|
-
"type": {
|
22684
|
-
"text": "Event"
|
22685
|
-
}
|
22686
|
-
}
|
22687
|
-
],
|
22688
|
-
"description": "Handles the change event on the radio element.\nThis will toggle the state of the radio element.\nDispatches the change event."
|
22689
|
-
},
|
22690
|
-
{
|
22691
|
-
"kind": "method",
|
22692
|
-
"name": "updateRadio",
|
22693
|
-
"privacy": "private",
|
22694
|
-
"parameters": [
|
22695
|
-
{
|
22696
|
-
"name": "enabledRadios",
|
22697
|
-
"type": {
|
22698
|
-
"text": "Radio[]"
|
22699
|
-
},
|
22700
|
-
"description": "An array of enabled radio buttons within the same group."
|
22701
|
-
},
|
22702
|
-
{
|
22703
|
-
"name": "index",
|
22704
|
-
"type": {
|
22705
|
-
"text": "number"
|
22706
|
-
},
|
22707
|
-
"description": "The index of the radio button to be updated within the enabled radios array."
|
22708
|
-
},
|
22709
|
-
{
|
22710
|
-
"name": "event",
|
22711
|
-
"type": {
|
22712
|
-
"text": "Event"
|
22713
|
-
},
|
22714
|
-
"description": "The event that triggered the update."
|
22715
|
-
}
|
22716
|
-
],
|
22717
|
-
"description": "Updates the state of the radio button at the specified index within the enabled radios.\nFocuses the radio button and triggers the change event if the radio button is not read-only."
|
22718
|
-
},
|
22719
|
-
{
|
22720
|
-
"kind": "method",
|
22721
|
-
"name": "handleKeyDown",
|
22722
|
-
"privacy": "private",
|
22723
|
-
"return": {
|
22724
|
-
"type": {
|
22725
|
-
"text": "void"
|
22726
|
-
}
|
22727
|
-
},
|
22728
|
-
"parameters": [
|
22729
|
-
{
|
22730
|
-
"name": "event",
|
22731
|
-
"type": {
|
22732
|
-
"text": "KeyboardEvent"
|
22733
|
-
}
|
22734
|
-
}
|
22735
|
-
],
|
22736
|
-
"description": "Handles the keydown event (Arrow Up/Down/Left/Right) on the radio element."
|
22737
|
-
},
|
22738
|
-
{
|
22739
|
-
"kind": "method",
|
22740
|
-
"name": "updateTabIndex",
|
22741
|
-
"privacy": "private",
|
22742
|
-
"return": {
|
22743
|
-
"type": {
|
22744
|
-
"text": "void"
|
22745
|
-
}
|
22746
|
-
},
|
22747
|
-
"description": "Update tab index for all radios in the same group (name)\nIf any radio group is checked, it will have a tab index of 0\nIf no radio group is checked, the first enabled radio will have a tab index of 0"
|
22748
|
-
},
|
22749
|
-
{
|
22750
|
-
"kind": "field",
|
22751
|
-
"name": "renderLabelAndHelperText",
|
22752
|
-
"privacy": "private"
|
22871
|
+
}
|
22753
22872
|
},
|
22754
22873
|
{
|
22755
22874
|
"kind": "field",
|
22756
|
-
"name": "
|
22875
|
+
"name": "dataAriaLabel",
|
22757
22876
|
"type": {
|
22758
|
-
"text": "string"
|
22877
|
+
"text": "string | null"
|
22759
22878
|
},
|
22760
|
-
"default": "
|
22761
|
-
"description": "
|
22762
|
-
"attribute": "
|
22879
|
+
"default": "null",
|
22880
|
+
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
22881
|
+
"attribute": "data-aria-label",
|
22763
22882
|
"reflects": true,
|
22764
22883
|
"inheritedFrom": {
|
22765
|
-
"name": "
|
22766
|
-
"module": "utils/mixins/
|
22884
|
+
"name": "DataAriaLabelMixin",
|
22885
|
+
"module": "utils/mixins/DataAriaLabelMixin.js"
|
22767
22886
|
}
|
22768
22887
|
},
|
22769
22888
|
{
|
22770
22889
|
"kind": "field",
|
22771
|
-
"name": "
|
22890
|
+
"name": "variant",
|
22772
22891
|
"type": {
|
22773
|
-
"text": "
|
22892
|
+
"text": "Variant"
|
22774
22893
|
},
|
22775
|
-
"
|
22776
|
-
"
|
22777
|
-
"attribute": "
|
22894
|
+
"description": "Types of the progressbar\n- **Default**\n- **Inline**",
|
22895
|
+
"default": "default",
|
22896
|
+
"attribute": "variant",
|
22778
22897
|
"reflects": true,
|
22779
22898
|
"inheritedFrom": {
|
22780
|
-
"name": "
|
22781
|
-
"module": "
|
22899
|
+
"name": "Progressbar",
|
22900
|
+
"module": "components/progressbar/progressbar.component.js"
|
22782
22901
|
}
|
22783
22902
|
},
|
22784
22903
|
{
|
22785
22904
|
"kind": "field",
|
22786
|
-
"name": "
|
22905
|
+
"name": "value",
|
22787
22906
|
"type": {
|
22788
|
-
"text": "string
|
22907
|
+
"text": "string"
|
22789
22908
|
},
|
22790
|
-
"
|
22791
|
-
"
|
22909
|
+
"default": "'0'",
|
22910
|
+
"description": "The current progress as a percentage, 0 to 100.\nThe value will be clamped between 0 and 100.",
|
22911
|
+
"attribute": "value",
|
22792
22912
|
"reflects": true,
|
22793
22913
|
"inheritedFrom": {
|
22794
|
-
"name": "
|
22795
|
-
"module": "
|
22914
|
+
"name": "Progressbar",
|
22915
|
+
"module": "components/progressbar/progressbar.component.js"
|
22796
22916
|
}
|
22797
22917
|
},
|
22798
22918
|
{
|
22799
22919
|
"kind": "field",
|
22800
|
-
"name": "
|
22920
|
+
"name": "error",
|
22801
22921
|
"type": {
|
22802
|
-
"text": "
|
22922
|
+
"text": "boolean"
|
22803
22923
|
},
|
22804
|
-
"
|
22805
|
-
"
|
22806
|
-
|
22807
|
-
"module": "utils/mixins/FormInternalsMixin.js"
|
22808
|
-
}
|
22809
|
-
},
|
22810
|
-
{
|
22811
|
-
"kind": "field",
|
22812
|
-
"name": "willValidate",
|
22813
|
-
"readonly": true,
|
22924
|
+
"default": "false",
|
22925
|
+
"description": "Define error state of the progressbar\n- **true**\n- **false**",
|
22926
|
+
"attribute": "error",
|
22814
22927
|
"inheritedFrom": {
|
22815
|
-
"name": "
|
22816
|
-
"module": "
|
22928
|
+
"name": "Progressbar",
|
22929
|
+
"module": "components/progressbar/progressbar.component.js"
|
22817
22930
|
}
|
22818
22931
|
},
|
22819
22932
|
{
|
22820
22933
|
"kind": "method",
|
22821
|
-
"name": "
|
22822
|
-
"
|
22934
|
+
"name": "getValidationVariant",
|
22935
|
+
"privacy": "private",
|
22936
|
+
"description": "Determines the validation state (success, error, or default) based on progress value and error state.",
|
22823
22937
|
"return": {
|
22824
22938
|
"type": {
|
22825
22939
|
"text": ""
|
22826
22940
|
}
|
22827
22941
|
},
|
22828
22942
|
"inheritedFrom": {
|
22829
|
-
"name": "
|
22830
|
-
"module": "
|
22831
|
-
}
|
22832
|
-
},
|
22833
|
-
{
|
22834
|
-
"kind": "method",
|
22835
|
-
"name": "checkValidity",
|
22836
|
-
"return": {
|
22837
|
-
"type": {
|
22838
|
-
"text": "boolean"
|
22839
|
-
}
|
22840
|
-
},
|
22841
|
-
"inheritedFrom": {
|
22842
|
-
"name": "FormInternalsMixin",
|
22843
|
-
"module": "utils/mixins/FormInternalsMixin.js"
|
22844
|
-
}
|
22845
|
-
},
|
22846
|
-
{
|
22847
|
-
"kind": "method",
|
22848
|
-
"name": "reportValidity",
|
22849
|
-
"inheritedFrom": {
|
22850
|
-
"name": "FormInternalsMixin",
|
22851
|
-
"module": "utils/mixins/FormInternalsMixin.js"
|
22852
|
-
}
|
22853
|
-
},
|
22854
|
-
{
|
22855
|
-
"kind": "field",
|
22856
|
-
"name": "dataAriaLabel",
|
22857
|
-
"type": {
|
22858
|
-
"text": "string | null"
|
22859
|
-
},
|
22860
|
-
"default": "null",
|
22861
|
-
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
22862
|
-
"attribute": "data-aria-label",
|
22863
|
-
"reflects": true,
|
22864
|
-
"inheritedFrom": {
|
22865
|
-
"name": "DataAriaLabelMixin",
|
22866
|
-
"module": "utils/mixins/DataAriaLabelMixin.js"
|
22943
|
+
"name": "Progressbar",
|
22944
|
+
"module": "components/progressbar/progressbar.component.js"
|
22867
22945
|
}
|
22868
22946
|
},
|
22869
22947
|
{
|
@@ -23036,100 +23114,64 @@
|
|
23036
23114
|
}
|
23037
23115
|
}
|
23038
23116
|
],
|
23039
|
-
"
|
23117
|
+
"superclass": {
|
23118
|
+
"name": "Progressbar",
|
23119
|
+
"module": "/src/components/progressbar/progressbar.component"
|
23120
|
+
},
|
23121
|
+
"tagName": "mdc-progressspinner",
|
23122
|
+
"jsDoc": "/**\n * `mdc-progressspinner` is a customizable, circular progress indicator component.\n * It visually represents the current completion state of a process, such as loading,\n * syncing, uploading, or any ongoing task that has a measurable percentage.\n *\n * The spinner is built using SVG with two concentric `<circle>` elements:\n * - The `progress` arc represents the portion of work completed.\n * - The `track` arc represents the remaining part.\n *\n * A visual gap is maintained between the progress and track arcs to clearly\n * distinguish the two segments. The component smoothly animates arc length\n * and respects accessibility best practices with ARIA attributes.\n *\n * The component supports different states:\n * - **Default**: Circular spinner shows the progress.\n * - **Success**: Displays a checkmark icon when progress reaches 100%.\n * - **Error**: Displays an error icon when in an error state.\n *\n * @tagname mdc-progressspinner\n *\n * @cssproperty --mdc-spinner-size - The size of the spinner.\n * @cssproperty --mdc-track-color - The color of the spinner track.\n * @cssproperty --mdc-progress-color - The color of the spinner progress.\n * @cssproperty --mdc-progress-success-color - The color of the spinner when in success state.\n * @cssproperty --mdc-progress-error-color - The color of the spinner when in error state.\n *\n */",
|
23123
|
+
"customElement": true,
|
23124
|
+
"attributes": [
|
23040
23125
|
{
|
23126
|
+
"name": "data-aria-label",
|
23041
23127
|
"type": {
|
23042
|
-
"text": "
|
23128
|
+
"text": "string | null"
|
23129
|
+
},
|
23130
|
+
"default": "null",
|
23131
|
+
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
23132
|
+
"fieldName": "dataAriaLabel",
|
23133
|
+
"inheritedFrom": {
|
23134
|
+
"name": "DataAriaLabelMixin",
|
23135
|
+
"module": "src/utils/mixins/DataAriaLabelMixin.ts"
|
23043
23136
|
}
|
23044
23137
|
},
|
23045
23138
|
{
|
23046
|
-
"
|
23047
|
-
"name": "change",
|
23048
|
-
"reactName": "onChange"
|
23049
|
-
},
|
23050
|
-
{
|
23051
|
-
"description": "(React: onFocus) Event that gets dispatched when the radio receives focus.",
|
23052
|
-
"name": "focus",
|
23053
|
-
"reactName": "onFocus"
|
23054
|
-
}
|
23055
|
-
],
|
23056
|
-
"attributes": [
|
23057
|
-
{
|
23058
|
-
"name": "checked",
|
23139
|
+
"name": "variant",
|
23059
23140
|
"type": {
|
23060
|
-
"text": "
|
23141
|
+
"text": "Variant"
|
23061
23142
|
},
|
23062
|
-
"
|
23063
|
-
"
|
23064
|
-
"fieldName": "
|
23143
|
+
"description": "Types of the progressbar\n- **Default**\n- **Inline**",
|
23144
|
+
"default": "default",
|
23145
|
+
"fieldName": "variant",
|
23146
|
+
"inheritedFrom": {
|
23147
|
+
"name": "Progressbar",
|
23148
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
23149
|
+
}
|
23065
23150
|
},
|
23066
23151
|
{
|
23067
|
-
"name": "
|
23152
|
+
"name": "value",
|
23068
23153
|
"type": {
|
23069
|
-
"text": "
|
23154
|
+
"text": "string"
|
23070
23155
|
},
|
23071
|
-
"default": "
|
23072
|
-
"description": "
|
23073
|
-
"fieldName": "
|
23156
|
+
"default": "'0'",
|
23157
|
+
"description": "The current progress as a percentage, 0 to 100.\nThe value will be clamped between 0 and 100.",
|
23158
|
+
"fieldName": "value",
|
23159
|
+
"inheritedFrom": {
|
23160
|
+
"name": "Progressbar",
|
23161
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
23162
|
+
}
|
23074
23163
|
},
|
23075
23164
|
{
|
23076
|
-
"name": "
|
23165
|
+
"name": "error",
|
23077
23166
|
"type": {
|
23078
23167
|
"text": "boolean"
|
23079
23168
|
},
|
23080
23169
|
"default": "false",
|
23081
|
-
"description": "
|
23082
|
-
"fieldName": "
|
23083
|
-
},
|
23084
|
-
{
|
23085
|
-
"name": "name",
|
23086
|
-
"type": {
|
23087
|
-
"text": "string"
|
23088
|
-
},
|
23089
|
-
"default": "''",
|
23090
|
-
"description": "Indicates the name of the component group.\nThey are used to group elements in a form together.",
|
23091
|
-
"fieldName": "name",
|
23092
|
-
"inheritedFrom": {
|
23093
|
-
"name": "FormInternalsMixin",
|
23094
|
-
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
23095
|
-
}
|
23096
|
-
},
|
23097
|
-
{
|
23098
|
-
"name": "value",
|
23099
|
-
"type": {
|
23100
|
-
"text": "string"
|
23101
|
-
},
|
23102
|
-
"default": "''",
|
23103
|
-
"description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
|
23104
|
-
"fieldName": "value",
|
23105
|
-
"inheritedFrom": {
|
23106
|
-
"name": "FormInternalsMixin",
|
23107
|
-
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
23108
|
-
}
|
23109
|
-
},
|
23110
|
-
{
|
23111
|
-
"name": "validation-message",
|
23112
|
-
"type": {
|
23113
|
-
"text": "string | undefined"
|
23114
|
-
},
|
23115
|
-
"description": "Custom validation message that will override the default message and displayed when the input is invalid.",
|
23116
|
-
"fieldName": "validationMessage",
|
23117
|
-
"inheritedFrom": {
|
23118
|
-
"name": "FormInternalsMixin",
|
23119
|
-
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
23120
|
-
}
|
23121
|
-
},
|
23122
|
-
{
|
23123
|
-
"name": "data-aria-label",
|
23124
|
-
"type": {
|
23125
|
-
"text": "string | null"
|
23126
|
-
},
|
23127
|
-
"default": "null",
|
23128
|
-
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
23129
|
-
"fieldName": "dataAriaLabel",
|
23170
|
+
"description": "Define error state of the progressbar\n- **true**\n- **false**",
|
23171
|
+
"fieldName": "error",
|
23130
23172
|
"inheritedFrom": {
|
23131
|
-
"name": "
|
23132
|
-
"module": "src/
|
23173
|
+
"name": "Progressbar",
|
23174
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
23133
23175
|
}
|
23134
23176
|
},
|
23135
23177
|
{
|
@@ -23207,23 +23249,6 @@
|
|
23207
23249
|
}
|
23208
23250
|
}
|
23209
23251
|
],
|
23210
|
-
"mixins": [
|
23211
|
-
{
|
23212
|
-
"name": "FormInternalsMixin",
|
23213
|
-
"module": "/src/utils/mixins/FormInternalsMixin"
|
23214
|
-
},
|
23215
|
-
{
|
23216
|
-
"name": "DataAriaLabelMixin",
|
23217
|
-
"module": "/src/utils/mixins/DataAriaLabelMixin"
|
23218
|
-
}
|
23219
|
-
],
|
23220
|
-
"superclass": {
|
23221
|
-
"name": "FormfieldWrapper",
|
23222
|
-
"module": "/src/components/formfieldwrapper/formfieldwrapper.component"
|
23223
|
-
},
|
23224
|
-
"tagName": "mdc-radio",
|
23225
|
-
"jsDoc": "/**\n * Radio allow users to select single options from a list or turn an item/feature on or off.\n * These are often used in forms, settings, and selection in lists.\n *\n * A radio component contains an optional label, optional info icon and an optional helper text.\n * @dependency mdc-formfieldwrapper\n *\n * @tagname mdc-radio\n *\n * @event change - (React: onChange) Event that gets dispatched when the radio state changes.\n * @event focus - (React: onFocus) Event that gets dispatched when the radio receives focus.\n *\n * @cssproperty --mdc-radio-text-disabled-color - color of the label when disabled\n * @cssproperty --mdc-radio-control-inactive-hover - color of the radio button when inactive and hovered\n * @cssproperty --mdc-radio-control-inactive-pressed-color - color of the radio button when inactive and pressed\n * @cssproperty --mdc-radio-control-active-hover-color - color of the radio button when active and hovered\n * @cssproperty --mdc-radio-control-active-pressed-color - color of the radio button when active and pressed\n * @cssproperty --mdc-radio-disabled-border-color - color of the radio button when disabled\n * @cssproperty --mdc-radio-control-active-disabled-background - color of the radio button when active and disabled\n * @cssproperty --mdc-radio-control-inactive-disabled-background - color of the radio button when inactive and disabled\n *\n */",
|
23226
|
-
"customElement": true,
|
23227
23252
|
"slots": [
|
23228
23253
|
{
|
23229
23254
|
"description": "slot to add the label info icon",
|
@@ -23241,230 +23266,342 @@
|
|
23241
23266
|
"kind": "js",
|
23242
23267
|
"name": "default",
|
23243
23268
|
"declaration": {
|
23244
|
-
"name": "
|
23245
|
-
"module": "components/
|
23269
|
+
"name": "Progressspinner",
|
23270
|
+
"module": "components/progressspinner/progressspinner.component.js"
|
23246
23271
|
}
|
23247
23272
|
}
|
23248
23273
|
]
|
23249
23274
|
},
|
23250
23275
|
{
|
23251
23276
|
"kind": "javascript-module",
|
23252
|
-
"path": "components/
|
23277
|
+
"path": "components/radio/radio.component.js",
|
23253
23278
|
"declarations": [
|
23254
23279
|
{
|
23255
23280
|
"kind": "class",
|
23256
|
-
"description": "
|
23257
|
-
"name": "
|
23281
|
+
"description": "Radio allow users to select single options from a list or turn an item/feature on or off.\nThese are often used in forms, settings, and selection in lists.\n\nA radio component contains an optional label, optional info icon and an optional helper text.",
|
23282
|
+
"name": "Radio",
|
23258
23283
|
"cssProperties": [
|
23259
23284
|
{
|
23260
|
-
"description": "
|
23261
|
-
"name": "--mdc-
|
23285
|
+
"description": "color of the label when disabled",
|
23286
|
+
"name": "--mdc-radio-text-disabled-color"
|
23262
23287
|
},
|
23263
23288
|
{
|
23264
|
-
"description": "
|
23265
|
-
"name": "--mdc-
|
23289
|
+
"description": "color of the radio button when inactive and hovered",
|
23290
|
+
"name": "--mdc-radio-control-inactive-hover"
|
23266
23291
|
},
|
23267
23292
|
{
|
23268
|
-
"description": "
|
23269
|
-
"name": "--mdc-
|
23293
|
+
"description": "color of the radio button when inactive and pressed",
|
23294
|
+
"name": "--mdc-radio-control-inactive-pressed-color"
|
23270
23295
|
},
|
23271
23296
|
{
|
23272
|
-
"description": "
|
23273
|
-
"name": "--mdc-
|
23297
|
+
"description": "color of the radio button when active and hovered",
|
23298
|
+
"name": "--mdc-radio-control-active-hover-color"
|
23274
23299
|
},
|
23275
23300
|
{
|
23276
|
-
"description": "
|
23277
|
-
"name": "--mdc-
|
23301
|
+
"description": "color of the radio button when active and pressed",
|
23302
|
+
"name": "--mdc-radio-control-active-pressed-color"
|
23278
23303
|
},
|
23279
23304
|
{
|
23280
|
-
"description": "
|
23281
|
-
"name": "--mdc-
|
23282
|
-
"inheritedFrom": {
|
23283
|
-
"name": "Progressbar",
|
23284
|
-
"module": "src/components/progressbar/progressbar.component.ts"
|
23285
|
-
}
|
23305
|
+
"description": "color of the radio button when disabled",
|
23306
|
+
"name": "--mdc-radio-disabled-border-color"
|
23286
23307
|
},
|
23287
23308
|
{
|
23288
|
-
"description": "
|
23289
|
-
"name": "--mdc-
|
23290
|
-
"inheritedFrom": {
|
23291
|
-
"name": "Progressbar",
|
23292
|
-
"module": "src/components/progressbar/progressbar.component.ts"
|
23293
|
-
}
|
23309
|
+
"description": "color of the radio button when active and disabled",
|
23310
|
+
"name": "--mdc-radio-control-active-disabled-background"
|
23294
23311
|
},
|
23295
23312
|
{
|
23296
|
-
"description": "
|
23297
|
-
"name": "--mdc-
|
23298
|
-
|
23299
|
-
|
23300
|
-
|
23301
|
-
|
23313
|
+
"description": "color of the radio button when inactive and disabled",
|
23314
|
+
"name": "--mdc-radio-control-inactive-disabled-background"
|
23315
|
+
}
|
23316
|
+
],
|
23317
|
+
"members": [
|
23318
|
+
{
|
23319
|
+
"kind": "field",
|
23320
|
+
"name": "checked",
|
23321
|
+
"type": {
|
23322
|
+
"text": "boolean"
|
23323
|
+
},
|
23324
|
+
"default": "false",
|
23325
|
+
"description": "Determines whether the radio is selected or unselected.",
|
23326
|
+
"attribute": "checked",
|
23327
|
+
"reflects": true
|
23302
23328
|
},
|
23303
23329
|
{
|
23304
|
-
"
|
23305
|
-
"name": "
|
23306
|
-
"
|
23307
|
-
"
|
23308
|
-
|
23309
|
-
|
23330
|
+
"kind": "field",
|
23331
|
+
"name": "readonly",
|
23332
|
+
"type": {
|
23333
|
+
"text": "boolean"
|
23334
|
+
},
|
23335
|
+
"default": "false",
|
23336
|
+
"description": "Determines whether the radio is read-only.",
|
23337
|
+
"attribute": "readonly",
|
23338
|
+
"reflects": true
|
23310
23339
|
},
|
23311
23340
|
{
|
23312
|
-
"
|
23313
|
-
"name": "
|
23314
|
-
"
|
23315
|
-
"
|
23316
|
-
|
23317
|
-
|
23341
|
+
"kind": "field",
|
23342
|
+
"name": "autofocus",
|
23343
|
+
"type": {
|
23344
|
+
"text": "boolean"
|
23345
|
+
},
|
23346
|
+
"default": "false",
|
23347
|
+
"description": "Automatically focus on the element when the page loads.\n[MDN Reference](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus)",
|
23348
|
+
"attribute": "autofocus",
|
23349
|
+
"reflects": true
|
23318
23350
|
},
|
23319
23351
|
{
|
23320
|
-
"
|
23321
|
-
"name": "
|
23322
|
-
"
|
23323
|
-
|
23324
|
-
"
|
23325
|
-
|
23352
|
+
"kind": "method",
|
23353
|
+
"name": "getAllRadiosWithinSameGroup",
|
23354
|
+
"privacy": "private",
|
23355
|
+
"return": {
|
23356
|
+
"type": {
|
23357
|
+
"text": "Radio[]"
|
23358
|
+
}
|
23359
|
+
},
|
23360
|
+
"description": "Returns all radios within the same group (name)."
|
23326
23361
|
},
|
23327
23362
|
{
|
23328
|
-
"
|
23329
|
-
"name": "
|
23330
|
-
"
|
23331
|
-
|
23332
|
-
"
|
23333
|
-
|
23363
|
+
"kind": "method",
|
23364
|
+
"name": "dispatchChangeEvent",
|
23365
|
+
"privacy": "private",
|
23366
|
+
"return": {
|
23367
|
+
"type": {
|
23368
|
+
"text": "void"
|
23369
|
+
}
|
23370
|
+
},
|
23371
|
+
"parameters": [
|
23372
|
+
{
|
23373
|
+
"name": "event",
|
23374
|
+
"type": {
|
23375
|
+
"text": "Event"
|
23376
|
+
}
|
23377
|
+
}
|
23378
|
+
],
|
23379
|
+
"description": "The 'change' event does not bubble up through the shadow DOM as it was not composed.\nTherefore, we need to re-dispatch the same event to ensure it is propagated correctly.\nRead more: https://developer.mozilla.org/en-US/docs/Web/API/Event/composed"
|
23334
23380
|
},
|
23335
23381
|
{
|
23336
|
-
"
|
23337
|
-
"name": "
|
23338
|
-
"
|
23339
|
-
|
23340
|
-
|
23341
|
-
|
23382
|
+
"kind": "method",
|
23383
|
+
"name": "setGroupValidity",
|
23384
|
+
"privacy": "private",
|
23385
|
+
"parameters": [
|
23386
|
+
{
|
23387
|
+
"name": "radios",
|
23388
|
+
"type": {
|
23389
|
+
"text": "Radio[]"
|
23390
|
+
},
|
23391
|
+
"description": "Array of radios of the same group"
|
23392
|
+
},
|
23393
|
+
{
|
23394
|
+
"name": "isValid",
|
23395
|
+
"type": {
|
23396
|
+
"text": "boolean"
|
23397
|
+
},
|
23398
|
+
"description": "Boolean value to set the validity of the group"
|
23399
|
+
}
|
23400
|
+
],
|
23401
|
+
"description": "Sets the validity of the group of radios."
|
23342
23402
|
},
|
23343
23403
|
{
|
23344
|
-
"
|
23345
|
-
"name": "
|
23346
|
-
"
|
23347
|
-
|
23348
|
-
"module": "src/components/progressbar/progressbar.component.ts"
|
23349
|
-
}
|
23404
|
+
"kind": "method",
|
23405
|
+
"name": "setActualFormValue",
|
23406
|
+
"privacy": "private",
|
23407
|
+
"description": "Updates the form value to reflect the current state of the radio.\nIf checked, the value is set to the user-provided value.\nIf unchecked, the value is set to null."
|
23350
23408
|
},
|
23351
23409
|
{
|
23352
|
-
"
|
23353
|
-
"name": "
|
23354
|
-
"
|
23355
|
-
|
23356
|
-
"
|
23357
|
-
|
23410
|
+
"kind": "method",
|
23411
|
+
"name": "handleChange",
|
23412
|
+
"privacy": "private",
|
23413
|
+
"return": {
|
23414
|
+
"type": {
|
23415
|
+
"text": "void"
|
23416
|
+
}
|
23417
|
+
},
|
23418
|
+
"parameters": [
|
23419
|
+
{
|
23420
|
+
"name": "event",
|
23421
|
+
"type": {
|
23422
|
+
"text": "Event"
|
23423
|
+
}
|
23424
|
+
}
|
23425
|
+
],
|
23426
|
+
"description": "Handles the change event on the radio element.\nThis will toggle the state of the radio element.\nDispatches the change event."
|
23358
23427
|
},
|
23359
23428
|
{
|
23360
|
-
"
|
23361
|
-
"name": "
|
23362
|
-
"
|
23363
|
-
|
23364
|
-
|
23365
|
-
|
23366
|
-
|
23367
|
-
|
23368
|
-
|
23429
|
+
"kind": "method",
|
23430
|
+
"name": "updateRadio",
|
23431
|
+
"privacy": "private",
|
23432
|
+
"parameters": [
|
23433
|
+
{
|
23434
|
+
"name": "enabledRadios",
|
23435
|
+
"type": {
|
23436
|
+
"text": "Radio[]"
|
23437
|
+
},
|
23438
|
+
"description": "An array of enabled radio buttons within the same group."
|
23439
|
+
},
|
23440
|
+
{
|
23441
|
+
"name": "index",
|
23442
|
+
"type": {
|
23443
|
+
"text": "number"
|
23444
|
+
},
|
23445
|
+
"description": "The index of the radio button to be updated within the enabled radios array."
|
23446
|
+
},
|
23447
|
+
{
|
23448
|
+
"name": "event",
|
23449
|
+
"type": {
|
23450
|
+
"text": "Event"
|
23451
|
+
},
|
23452
|
+
"description": "The event that triggered the update."
|
23453
|
+
}
|
23454
|
+
],
|
23455
|
+
"description": "Updates the state of the radio button at the specified index within the enabled radios.\nFocuses the radio button and triggers the change event if the radio button is not read-only."
|
23456
|
+
},
|
23369
23457
|
{
|
23370
23458
|
"kind": "method",
|
23371
|
-
"name": "
|
23372
|
-
"privacy": "private"
|
23459
|
+
"name": "handleKeyDown",
|
23460
|
+
"privacy": "private",
|
23461
|
+
"return": {
|
23462
|
+
"type": {
|
23463
|
+
"text": "void"
|
23464
|
+
}
|
23465
|
+
},
|
23466
|
+
"parameters": [
|
23467
|
+
{
|
23468
|
+
"name": "event",
|
23469
|
+
"type": {
|
23470
|
+
"text": "KeyboardEvent"
|
23471
|
+
}
|
23472
|
+
}
|
23473
|
+
],
|
23474
|
+
"description": "Handles the keydown event (Arrow Up/Down/Left/Right) on the radio element."
|
23373
23475
|
},
|
23374
23476
|
{
|
23375
23477
|
"kind": "method",
|
23376
|
-
"name": "
|
23478
|
+
"name": "updateTabIndex",
|
23377
23479
|
"privacy": "private",
|
23378
|
-
"description": "Renders the error state of the progress spinner.",
|
23379
23480
|
"return": {
|
23380
23481
|
"type": {
|
23381
|
-
"text": ""
|
23482
|
+
"text": "void"
|
23382
23483
|
}
|
23383
|
-
}
|
23484
|
+
},
|
23485
|
+
"description": "Update tab index for all radios in the same group (name)\nIf any radio group is checked, it will have a tab index of 0\nIf no radio group is checked, the first enabled radio will have a tab index of 0"
|
23384
23486
|
},
|
23385
23487
|
{
|
23386
|
-
"kind": "
|
23387
|
-
"name": "
|
23388
|
-
"privacy": "private"
|
23389
|
-
"description": "Renders the success state of the progress spinner.",
|
23390
|
-
"return": {
|
23391
|
-
"type": {
|
23392
|
-
"text": ""
|
23393
|
-
}
|
23394
|
-
}
|
23488
|
+
"kind": "field",
|
23489
|
+
"name": "renderLabelAndHelperText",
|
23490
|
+
"privacy": "private"
|
23395
23491
|
},
|
23396
23492
|
{
|
23397
23493
|
"kind": "field",
|
23398
|
-
"name": "
|
23494
|
+
"name": "name",
|
23399
23495
|
"type": {
|
23400
|
-
"text": "string
|
23496
|
+
"text": "string"
|
23401
23497
|
},
|
23402
|
-
"default": "
|
23403
|
-
"description": "
|
23404
|
-
"attribute": "
|
23498
|
+
"default": "''",
|
23499
|
+
"description": "Indicates the name of the component group.\nThey are used to group elements in a form together.",
|
23500
|
+
"attribute": "name",
|
23405
23501
|
"reflects": true,
|
23406
23502
|
"inheritedFrom": {
|
23407
|
-
"name": "
|
23408
|
-
"module": "utils/mixins/
|
23503
|
+
"name": "FormInternalsMixin",
|
23504
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
23409
23505
|
}
|
23410
23506
|
},
|
23411
23507
|
{
|
23412
23508
|
"kind": "field",
|
23413
|
-
"name": "
|
23509
|
+
"name": "value",
|
23414
23510
|
"type": {
|
23415
|
-
"text": "
|
23511
|
+
"text": "string"
|
23416
23512
|
},
|
23417
|
-
"
|
23418
|
-
"
|
23419
|
-
"attribute": "
|
23513
|
+
"default": "''",
|
23514
|
+
"description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
|
23515
|
+
"attribute": "value",
|
23420
23516
|
"reflects": true,
|
23421
23517
|
"inheritedFrom": {
|
23422
|
-
"name": "
|
23423
|
-
"module": "
|
23518
|
+
"name": "FormInternalsMixin",
|
23519
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
23424
23520
|
}
|
23425
23521
|
},
|
23426
23522
|
{
|
23427
23523
|
"kind": "field",
|
23428
|
-
"name": "
|
23524
|
+
"name": "validationMessage",
|
23429
23525
|
"type": {
|
23430
|
-
"text": "string"
|
23526
|
+
"text": "string | undefined"
|
23431
23527
|
},
|
23432
|
-
"
|
23433
|
-
"
|
23434
|
-
"attribute": "value",
|
23528
|
+
"description": "Custom validation message that will override the default message and displayed when the input is invalid.",
|
23529
|
+
"attribute": "validation-message",
|
23435
23530
|
"reflects": true,
|
23436
23531
|
"inheritedFrom": {
|
23437
|
-
"name": "
|
23438
|
-
"module": "
|
23532
|
+
"name": "FormInternalsMixin",
|
23533
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
23439
23534
|
}
|
23440
23535
|
},
|
23441
23536
|
{
|
23442
23537
|
"kind": "field",
|
23443
|
-
"name": "
|
23538
|
+
"name": "validity",
|
23444
23539
|
"type": {
|
23445
|
-
"text": "
|
23540
|
+
"text": "ValidityState"
|
23446
23541
|
},
|
23447
|
-
"
|
23448
|
-
"description": "Define error state of the progressbar\n- **true**\n- **false**",
|
23449
|
-
"attribute": "error",
|
23542
|
+
"readonly": true,
|
23450
23543
|
"inheritedFrom": {
|
23451
|
-
"name": "
|
23452
|
-
"module": "
|
23544
|
+
"name": "FormInternalsMixin",
|
23545
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
23546
|
+
}
|
23547
|
+
},
|
23548
|
+
{
|
23549
|
+
"kind": "field",
|
23550
|
+
"name": "willValidate",
|
23551
|
+
"readonly": true,
|
23552
|
+
"inheritedFrom": {
|
23553
|
+
"name": "FormInternalsMixin",
|
23554
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
23453
23555
|
}
|
23454
23556
|
},
|
23455
23557
|
{
|
23456
23558
|
"kind": "method",
|
23457
|
-
"name": "
|
23458
|
-
"
|
23459
|
-
"description": "Determines the validation state (success, error, or default) based on progress value and error state.",
|
23559
|
+
"name": "setValidity",
|
23560
|
+
"description": "Sets the validity of the input field based on the input field's validity.",
|
23460
23561
|
"return": {
|
23461
23562
|
"type": {
|
23462
23563
|
"text": ""
|
23463
23564
|
}
|
23464
23565
|
},
|
23465
23566
|
"inheritedFrom": {
|
23466
|
-
"name": "
|
23467
|
-
"module": "
|
23567
|
+
"name": "FormInternalsMixin",
|
23568
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
23569
|
+
}
|
23570
|
+
},
|
23571
|
+
{
|
23572
|
+
"kind": "method",
|
23573
|
+
"name": "checkValidity",
|
23574
|
+
"return": {
|
23575
|
+
"type": {
|
23576
|
+
"text": "boolean"
|
23577
|
+
}
|
23578
|
+
},
|
23579
|
+
"inheritedFrom": {
|
23580
|
+
"name": "FormInternalsMixin",
|
23581
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
23582
|
+
}
|
23583
|
+
},
|
23584
|
+
{
|
23585
|
+
"kind": "method",
|
23586
|
+
"name": "reportValidity",
|
23587
|
+
"inheritedFrom": {
|
23588
|
+
"name": "FormInternalsMixin",
|
23589
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
23590
|
+
}
|
23591
|
+
},
|
23592
|
+
{
|
23593
|
+
"kind": "field",
|
23594
|
+
"name": "dataAriaLabel",
|
23595
|
+
"type": {
|
23596
|
+
"text": "string | null"
|
23597
|
+
},
|
23598
|
+
"default": "null",
|
23599
|
+
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
23600
|
+
"attribute": "data-aria-label",
|
23601
|
+
"reflects": true,
|
23602
|
+
"inheritedFrom": {
|
23603
|
+
"name": "DataAriaLabelMixin",
|
23604
|
+
"module": "utils/mixins/DataAriaLabelMixin.js"
|
23468
23605
|
}
|
23469
23606
|
},
|
23470
23607
|
{
|
@@ -23637,38 +23774,62 @@
|
|
23637
23774
|
}
|
23638
23775
|
}
|
23639
23776
|
],
|
23640
|
-
"
|
23641
|
-
|
23642
|
-
|
23643
|
-
|
23644
|
-
|
23645
|
-
|
23646
|
-
|
23777
|
+
"events": [
|
23778
|
+
{
|
23779
|
+
"type": {
|
23780
|
+
"text": "EventConstructor"
|
23781
|
+
}
|
23782
|
+
},
|
23783
|
+
{
|
23784
|
+
"description": "(React: onChange) Event that gets dispatched when the radio state changes.",
|
23785
|
+
"name": "change",
|
23786
|
+
"reactName": "onChange"
|
23787
|
+
},
|
23788
|
+
{
|
23789
|
+
"description": "(React: onFocus) Event that gets dispatched when the radio receives focus.",
|
23790
|
+
"name": "focus",
|
23791
|
+
"reactName": "onFocus"
|
23792
|
+
}
|
23793
|
+
],
|
23647
23794
|
"attributes": [
|
23648
23795
|
{
|
23649
|
-
"name": "
|
23796
|
+
"name": "checked",
|
23650
23797
|
"type": {
|
23651
|
-
"text": "
|
23798
|
+
"text": "boolean"
|
23652
23799
|
},
|
23653
|
-
"default": "
|
23654
|
-
"description": "
|
23655
|
-
"fieldName": "
|
23656
|
-
"inheritedFrom": {
|
23657
|
-
"name": "DataAriaLabelMixin",
|
23658
|
-
"module": "src/utils/mixins/DataAriaLabelMixin.ts"
|
23659
|
-
}
|
23800
|
+
"default": "false",
|
23801
|
+
"description": "Determines whether the radio is selected or unselected.",
|
23802
|
+
"fieldName": "checked"
|
23660
23803
|
},
|
23661
23804
|
{
|
23662
|
-
"name": "
|
23805
|
+
"name": "readonly",
|
23663
23806
|
"type": {
|
23664
|
-
"text": "
|
23807
|
+
"text": "boolean"
|
23665
23808
|
},
|
23666
|
-
"
|
23667
|
-
"
|
23668
|
-
"fieldName": "
|
23809
|
+
"default": "false",
|
23810
|
+
"description": "Determines whether the radio is read-only.",
|
23811
|
+
"fieldName": "readonly"
|
23812
|
+
},
|
23813
|
+
{
|
23814
|
+
"name": "autofocus",
|
23815
|
+
"type": {
|
23816
|
+
"text": "boolean"
|
23817
|
+
},
|
23818
|
+
"default": "false",
|
23819
|
+
"description": "Automatically focus on the element when the page loads.\n[MDN Reference](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus)",
|
23820
|
+
"fieldName": "autofocus"
|
23821
|
+
},
|
23822
|
+
{
|
23823
|
+
"name": "name",
|
23824
|
+
"type": {
|
23825
|
+
"text": "string"
|
23826
|
+
},
|
23827
|
+
"default": "''",
|
23828
|
+
"description": "Indicates the name of the component group.\nThey are used to group elements in a form together.",
|
23829
|
+
"fieldName": "name",
|
23669
23830
|
"inheritedFrom": {
|
23670
|
-
"name": "
|
23671
|
-
"module": "src/
|
23831
|
+
"name": "FormInternalsMixin",
|
23832
|
+
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
23672
23833
|
}
|
23673
23834
|
},
|
23674
23835
|
{
|
@@ -23676,25 +23837,37 @@
|
|
23676
23837
|
"type": {
|
23677
23838
|
"text": "string"
|
23678
23839
|
},
|
23679
|
-
"default": "'
|
23680
|
-
"description": "
|
23840
|
+
"default": "''",
|
23841
|
+
"description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
|
23681
23842
|
"fieldName": "value",
|
23682
23843
|
"inheritedFrom": {
|
23683
|
-
"name": "
|
23684
|
-
"module": "src/
|
23844
|
+
"name": "FormInternalsMixin",
|
23845
|
+
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
23685
23846
|
}
|
23686
23847
|
},
|
23687
23848
|
{
|
23688
|
-
"name": "
|
23849
|
+
"name": "validation-message",
|
23689
23850
|
"type": {
|
23690
|
-
"text": "
|
23851
|
+
"text": "string | undefined"
|
23691
23852
|
},
|
23692
|
-
"
|
23693
|
-
"
|
23694
|
-
"fieldName": "error",
|
23853
|
+
"description": "Custom validation message that will override the default message and displayed when the input is invalid.",
|
23854
|
+
"fieldName": "validationMessage",
|
23695
23855
|
"inheritedFrom": {
|
23696
|
-
"name": "
|
23697
|
-
"module": "src/
|
23856
|
+
"name": "FormInternalsMixin",
|
23857
|
+
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
23858
|
+
}
|
23859
|
+
},
|
23860
|
+
{
|
23861
|
+
"name": "data-aria-label",
|
23862
|
+
"type": {
|
23863
|
+
"text": "string | null"
|
23864
|
+
},
|
23865
|
+
"default": "null",
|
23866
|
+
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
23867
|
+
"fieldName": "dataAriaLabel",
|
23868
|
+
"inheritedFrom": {
|
23869
|
+
"name": "DataAriaLabelMixin",
|
23870
|
+
"module": "src/utils/mixins/DataAriaLabelMixin.ts"
|
23698
23871
|
}
|
23699
23872
|
},
|
23700
23873
|
{
|
@@ -23772,6 +23945,23 @@
|
|
23772
23945
|
}
|
23773
23946
|
}
|
23774
23947
|
],
|
23948
|
+
"mixins": [
|
23949
|
+
{
|
23950
|
+
"name": "FormInternalsMixin",
|
23951
|
+
"module": "/src/utils/mixins/FormInternalsMixin"
|
23952
|
+
},
|
23953
|
+
{
|
23954
|
+
"name": "DataAriaLabelMixin",
|
23955
|
+
"module": "/src/utils/mixins/DataAriaLabelMixin"
|
23956
|
+
}
|
23957
|
+
],
|
23958
|
+
"superclass": {
|
23959
|
+
"name": "FormfieldWrapper",
|
23960
|
+
"module": "/src/components/formfieldwrapper/formfieldwrapper.component"
|
23961
|
+
},
|
23962
|
+
"tagName": "mdc-radio",
|
23963
|
+
"jsDoc": "/**\n * Radio allow users to select single options from a list or turn an item/feature on or off.\n * These are often used in forms, settings, and selection in lists.\n *\n * A radio component contains an optional label, optional info icon and an optional helper text.\n * @dependency mdc-formfieldwrapper\n *\n * @tagname mdc-radio\n *\n * @event change - (React: onChange) Event that gets dispatched when the radio state changes.\n * @event focus - (React: onFocus) Event that gets dispatched when the radio receives focus.\n *\n * @cssproperty --mdc-radio-text-disabled-color - color of the label when disabled\n * @cssproperty --mdc-radio-control-inactive-hover - color of the radio button when inactive and hovered\n * @cssproperty --mdc-radio-control-inactive-pressed-color - color of the radio button when inactive and pressed\n * @cssproperty --mdc-radio-control-active-hover-color - color of the radio button when active and hovered\n * @cssproperty --mdc-radio-control-active-pressed-color - color of the radio button when active and pressed\n * @cssproperty --mdc-radio-disabled-border-color - color of the radio button when disabled\n * @cssproperty --mdc-radio-control-active-disabled-background - color of the radio button when active and disabled\n * @cssproperty --mdc-radio-control-inactive-disabled-background - color of the radio button when inactive and disabled\n *\n */",
|
23964
|
+
"customElement": true,
|
23775
23965
|
"slots": [
|
23776
23966
|
{
|
23777
23967
|
"description": "slot to add the label info icon",
|
@@ -23789,8 +23979,8 @@
|
|
23789
23979
|
"kind": "js",
|
23790
23980
|
"name": "default",
|
23791
23981
|
"declaration": {
|
23792
|
-
"name": "
|
23793
|
-
"module": "components/
|
23982
|
+
"name": "Radio",
|
23983
|
+
"module": "components/radio/radio.component.js"
|
23794
23984
|
}
|
23795
23985
|
}
|
23796
23986
|
]
|