@momentum-design/components 0.106.4 → 0.106.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/dist/browser/index.js +208 -208
  2. package/dist/browser/index.js.map +4 -4
  3. package/dist/components/listitem/index.d.ts +0 -1
  4. package/dist/components/listitem/index.js +0 -1
  5. package/dist/components/listitem/listitem.component.d.ts +8 -31
  6. package/dist/components/listitem/listitem.component.js +17 -80
  7. package/dist/components/listitem/listitem.constants.d.ts +0 -1
  8. package/dist/components/listitem/listitem.constants.js +0 -2
  9. package/dist/components/menuitem/index.d.ts +0 -1
  10. package/dist/components/menuitem/index.js +0 -1
  11. package/dist/components/menuitem/menuitem.component.d.ts +3 -1
  12. package/dist/components/menuitem/menuitem.component.js +3 -1
  13. package/dist/components/navmenuitem/navmenuitem.component.d.ts +9 -0
  14. package/dist/components/navmenuitem/navmenuitem.component.js +45 -1
  15. package/dist/components/option/index.d.ts +0 -1
  16. package/dist/components/option/index.js +0 -1
  17. package/dist/components/option/option.component.d.ts +3 -3
  18. package/dist/components/option/option.component.js +3 -3
  19. package/dist/components/select/select.component.d.ts +2 -2
  20. package/dist/components/select/select.component.js +2 -2
  21. package/dist/custom-elements.json +462 -903
  22. package/dist/react/index.d.ts +2 -2
  23. package/dist/react/index.js +2 -2
  24. package/dist/react/listitem/index.d.ts +2 -5
  25. package/dist/react/listitem/index.js +2 -5
  26. package/dist/react/menuitem/index.d.ts +3 -1
  27. package/dist/react/menuitem/index.js +3 -1
  28. package/dist/react/navmenuitem/index.d.ts +2 -0
  29. package/dist/react/navmenuitem/index.js +2 -0
  30. package/dist/react/option/index.d.ts +3 -3
  31. package/dist/react/option/index.js +3 -3
  32. package/dist/react/select/index.d.ts +2 -2
  33. package/dist/react/select/index.js +2 -2
  34. package/package.json +1 -1
  35. package/dist/components/listitem/listitem.utils.d.ts +0 -3
  36. package/dist/components/listitem/listitem.utils.js +0 -4
@@ -13775,257 +13775,6 @@
13775
13775
  }
13776
13776
  ]
13777
13777
  },
13778
- {
13779
- "kind": "javascript-module",
13780
- "path": "components/formfieldwrapper/formfieldwrapper.component.js",
13781
- "declarations": [
13782
- {
13783
- "kind": "class",
13784
- "description": "formfieldwrapper is a component that contains the label and helper/validation text\n that can be configured in various ways to suit different use cases (most of the input related components).\nIt is used as an internal component and is not intended to be used directly by consumers.",
13785
- "name": "FormfieldWrapper",
13786
- "members": [
13787
- {
13788
- "kind": "field",
13789
- "name": "label",
13790
- "type": {
13791
- "text": "string | undefined"
13792
- },
13793
- "description": "The label of the input field. It is linked to the input field using the `for` attribute.",
13794
- "attribute": "label",
13795
- "reflects": true
13796
- },
13797
- {
13798
- "kind": "field",
13799
- "name": "required",
13800
- "type": {
13801
- "text": "boolean"
13802
- },
13803
- "default": "false",
13804
- "description": "The required attribute to indicate that the input field is required.\nIt is used to append a required indicator (*) to the label.",
13805
- "attribute": "required",
13806
- "reflects": true
13807
- },
13808
- {
13809
- "kind": "field",
13810
- "name": "helpTextType",
13811
- "type": {
13812
- "text": "ValidationType"
13813
- },
13814
- "description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
13815
- "attribute": "help-text-type",
13816
- "reflects": true
13817
- },
13818
- {
13819
- "kind": "field",
13820
- "name": "helpText",
13821
- "type": {
13822
- "text": "string | undefined"
13823
- },
13824
- "description": "The help text that is displayed below the input field.",
13825
- "attribute": "help-text",
13826
- "reflects": true
13827
- },
13828
- {
13829
- "kind": "field",
13830
- "name": "toggletipText",
13831
- "type": {
13832
- "text": "string | undefined"
13833
- },
13834
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
13835
- "attribute": "toggletip-text",
13836
- "reflects": true
13837
- },
13838
- {
13839
- "kind": "field",
13840
- "name": "toggletipPlacement",
13841
- "type": {
13842
- "text": "PopoverPlacement"
13843
- },
13844
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
13845
- "default": "'top'",
13846
- "attribute": "toggletip-placement",
13847
- "reflects": true
13848
- },
13849
- {
13850
- "kind": "field",
13851
- "name": "infoIconAriaLabel",
13852
- "type": {
13853
- "text": "string | undefined"
13854
- },
13855
- "description": "Aria label for the info icon that is displayed next to the label when `toggletipText` is set.\nThis is used for accessibility purposes to provide a description of the icon.",
13856
- "attribute": "info-icon-aria-label",
13857
- "reflects": true
13858
- },
13859
- {
13860
- "kind": "method",
13861
- "name": "renderLabelElement",
13862
- "privacy": "protected",
13863
- "description": "creates the label element when the label property is set.\nid is used to link the label with the input field.",
13864
- "return": {
13865
- "type": {
13866
- "text": ""
13867
- }
13868
- }
13869
- },
13870
- {
13871
- "kind": "method",
13872
- "name": "renderHelpTextIcon",
13873
- "privacy": "protected",
13874
- "description": "creates the helpertext icon based on the helpTextType for validation.\nIf the helpTextType is not set, it defaults to 'default' and it doesn't display any icon.",
13875
- "return": {
13876
- "type": {
13877
- "text": ""
13878
- }
13879
- }
13880
- },
13881
- {
13882
- "kind": "method",
13883
- "name": "renderHelpText",
13884
- "privacy": "protected",
13885
- "description": "creates the helper text component when the helpertext value is set.\nIt is also used to display the validation message based on the helpTextType.",
13886
- "return": {
13887
- "type": {
13888
- "text": ""
13889
- }
13890
- }
13891
- },
13892
- {
13893
- "kind": "method",
13894
- "name": "renderLabel",
13895
- "privacy": "protected",
13896
- "description": "renders the mdc-label-text container that contains the label and labelInfoToggleTip.",
13897
- "return": {
13898
- "type": {
13899
- "text": ""
13900
- }
13901
- }
13902
- },
13903
- {
13904
- "kind": "method",
13905
- "name": "renderHelperText",
13906
- "privacy": "protected",
13907
- "description": "renders the mdc-help-text container that contains the helpertext icon and helpertext.",
13908
- "return": {
13909
- "type": {
13910
- "text": ""
13911
- }
13912
- }
13913
- },
13914
- {
13915
- "kind": "field",
13916
- "name": "disabled",
13917
- "type": {
13918
- "text": "boolean | undefined"
13919
- },
13920
- "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
13921
- "default": "undefined",
13922
- "attribute": "disabled",
13923
- "reflects": true,
13924
- "inheritedFrom": {
13925
- "name": "DisabledMixin",
13926
- "module": "utils/mixins/DisabledMixin.js"
13927
- }
13928
- }
13929
- ],
13930
- "attributes": [
13931
- {
13932
- "name": "label",
13933
- "type": {
13934
- "text": "string | undefined"
13935
- },
13936
- "description": "The label of the input field. It is linked to the input field using the `for` attribute.",
13937
- "fieldName": "label"
13938
- },
13939
- {
13940
- "name": "required",
13941
- "type": {
13942
- "text": "boolean"
13943
- },
13944
- "default": "false",
13945
- "description": "The required attribute to indicate that the input field is required.\nIt is used to append a required indicator (*) to the label.",
13946
- "fieldName": "required"
13947
- },
13948
- {
13949
- "name": "help-text-type",
13950
- "type": {
13951
- "text": "ValidationType"
13952
- },
13953
- "description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
13954
- "fieldName": "helpTextType"
13955
- },
13956
- {
13957
- "name": "help-text",
13958
- "type": {
13959
- "text": "string | undefined"
13960
- },
13961
- "description": "The help text that is displayed below the input field.",
13962
- "fieldName": "helpText"
13963
- },
13964
- {
13965
- "name": "toggletip-text",
13966
- "type": {
13967
- "text": "string | undefined"
13968
- },
13969
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
13970
- "fieldName": "toggletipText"
13971
- },
13972
- {
13973
- "name": "toggletip-placement",
13974
- "type": {
13975
- "text": "PopoverPlacement"
13976
- },
13977
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
13978
- "default": "'top'",
13979
- "fieldName": "toggletipPlacement"
13980
- },
13981
- {
13982
- "name": "info-icon-aria-label",
13983
- "type": {
13984
- "text": "string | undefined"
13985
- },
13986
- "description": "Aria label for the info icon that is displayed next to the label when `toggletipText` is set.\nThis is used for accessibility purposes to provide a description of the icon.",
13987
- "fieldName": "infoIconAriaLabel"
13988
- },
13989
- {
13990
- "name": "disabled",
13991
- "type": {
13992
- "text": "boolean | undefined"
13993
- },
13994
- "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
13995
- "default": "undefined",
13996
- "fieldName": "disabled",
13997
- "inheritedFrom": {
13998
- "name": "DisabledMixin",
13999
- "module": "src/utils/mixins/DisabledMixin.ts"
14000
- }
14001
- }
14002
- ],
14003
- "mixins": [
14004
- {
14005
- "name": "DisabledMixin",
14006
- "module": "/src/utils/mixins/DisabledMixin"
14007
- }
14008
- ],
14009
- "superclass": {
14010
- "name": "Component",
14011
- "module": "/src/models"
14012
- },
14013
- "tagName": "mdc-formfieldwrapper",
14014
- "jsDoc": "/**\n * formfieldwrapper is a component that contains the label and helper/validation text\n * that can be configured in various ways to suit different use cases (most of the input related components).\n * It is used as an internal component and is not intended to be used directly by consumers.\n *\n * @tagname mdc-formfieldwrapper\n *\n * @dependency mdc-text\n * @dependency mdc-icon\n * @dependency mdc-button\n * @dependency mdc-toggletip\n *\n *\n */",
14015
- "customElement": true
14016
- }
14017
- ],
14018
- "exports": [
14019
- {
14020
- "kind": "js",
14021
- "name": "default",
14022
- "declaration": {
14023
- "name": "FormfieldWrapper",
14024
- "module": "components/formfieldwrapper/formfieldwrapper.component.js"
14025
- }
14026
- }
14027
- ]
14028
- },
14029
13778
  {
14030
13779
  "kind": "javascript-module",
14031
13780
  "path": "components/icon/icon.component.js",
@@ -14222,44 +13971,295 @@
14222
13971
  {
14223
13972
  "name": "size",
14224
13973
  "type": {
14225
- "text": "number | undefined"
13974
+ "text": "number | undefined"
13975
+ },
13976
+ "description": "Size of the icon (works in combination with length unit)",
13977
+ "fieldName": "size"
13978
+ },
13979
+ {
13980
+ "name": "length-unit",
13981
+ "type": {
13982
+ "text": "string | undefined"
13983
+ },
13984
+ "description": "Length unit attribute for overriding length-unit from `IconProvider`",
13985
+ "fieldName": "lengthUnit"
13986
+ },
13987
+ {
13988
+ "name": "aria-label",
13989
+ "type": {
13990
+ "text": "string | null"
13991
+ },
13992
+ "default": "null",
13993
+ "description": "Aria-label attribute to be set for accessibility",
13994
+ "fieldName": "ariaLabel"
13995
+ },
13996
+ {
13997
+ "name": "aria-labelledby",
13998
+ "type": {
13999
+ "text": "string | null"
14000
+ },
14001
+ "default": "null",
14002
+ "description": "Aria-labelledby attribute to be set for accessibility",
14003
+ "fieldName": "ariaLabelledBy"
14004
+ }
14005
+ ],
14006
+ "superclass": {
14007
+ "name": "Component",
14008
+ "module": "/src/models"
14009
+ },
14010
+ "tagName": "mdc-icon",
14011
+ "jsDoc": "/**\n * Icon component that dynamically displays SVG icons based on a valid name.\n *\n * This component must be mounted within an `IconProvider` component.\n *\n * The `IconProvider` defines the source URL from which icons are consumed.\n * The `Icon` component accepts a `name` attribute, which corresponds to\n * the file name of the icon to be loaded from the specified URL.\n *\n * Once fetched, the icon will be rendered. If the fetching process is unsuccessful,\n * no icon will be displayed.\n *\n * The `size` attribute allows for dynamic sizing of the icon based on the provided\n * `length-unit` attribute. This unit can either come from the `IconProvider`\n * or can be overridden for each individual icon. For example:\n * if `size = 1` and `length-unit = 'em'`, the dimensions of the icon will be\n * `width: 1em; height: 1em`.\n *\n * Regarding accessibility, there are three types of icons: decorative, informative and informative standalone.\n *\n * ### Decorative Icons\n * - Decorative icons do not convey any essential information to the content of a page.\n * - They should be hidden from screen readers (SR) to prevent confusion for users.\n * - For decorative icons, an `aria-label` is not required, and the `role` will be set to null.\n *\n * ### Informative Icons\n * - Informative icons convey important information that is not adequately represented\n * by surrounding text or components.\n * - They provide valuable context and must be announced by assistive technologies.\n * - For informative icons, an `aria-label` is required, and the `role` will be set to \"img\" automatically.\n * - If an `aria-label` is provided, the role will be set to 'img'; if it is absent,\n * the role will be unset.\n *\n * ### Informative Standalone Icons\n * - If an icon is informative (as mentioned above) and does not belong to a button (=standalone), it must\n * have a Tooltip that describes what it means.\n * - For informative standalone icons, an `aria-label` & `tabindex=\"0\"` is required,\n * and the `role` will be set to \"img\" automatically.\n * - **Only use this when a Icon is standalone and is not part of a button or other interactive elements.**\n *\n * @tagname mdc-icon\n *\n * @cssproperty --mdc-icon-fill-color - Allows customization of the default fill color.\n * @cssproperty --mdc-icon-size - Allows customization of the icon size.\n * @cssproperty --mdc-icon-border-radius - Allows customization of the icon border radius.\n *\n * @csspart icon - The svg inside the icon element.\n */",
14012
+ "customElement": true
14013
+ }
14014
+ ],
14015
+ "exports": [
14016
+ {
14017
+ "kind": "js",
14018
+ "name": "default",
14019
+ "declaration": {
14020
+ "name": "Icon",
14021
+ "module": "components/icon/icon.component.js"
14022
+ }
14023
+ }
14024
+ ]
14025
+ },
14026
+ {
14027
+ "kind": "javascript-module",
14028
+ "path": "components/formfieldwrapper/formfieldwrapper.component.js",
14029
+ "declarations": [
14030
+ {
14031
+ "kind": "class",
14032
+ "description": "formfieldwrapper is a component that contains the label and helper/validation text\n that can be configured in various ways to suit different use cases (most of the input related components).\nIt is used as an internal component and is not intended to be used directly by consumers.",
14033
+ "name": "FormfieldWrapper",
14034
+ "members": [
14035
+ {
14036
+ "kind": "field",
14037
+ "name": "label",
14038
+ "type": {
14039
+ "text": "string | undefined"
14040
+ },
14041
+ "description": "The label of the input field. It is linked to the input field using the `for` attribute.",
14042
+ "attribute": "label",
14043
+ "reflects": true
14044
+ },
14045
+ {
14046
+ "kind": "field",
14047
+ "name": "required",
14048
+ "type": {
14049
+ "text": "boolean"
14050
+ },
14051
+ "default": "false",
14052
+ "description": "The required attribute to indicate that the input field is required.\nIt is used to append a required indicator (*) to the label.",
14053
+ "attribute": "required",
14054
+ "reflects": true
14055
+ },
14056
+ {
14057
+ "kind": "field",
14058
+ "name": "helpTextType",
14059
+ "type": {
14060
+ "text": "ValidationType"
14061
+ },
14062
+ "description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
14063
+ "attribute": "help-text-type",
14064
+ "reflects": true
14065
+ },
14066
+ {
14067
+ "kind": "field",
14068
+ "name": "helpText",
14069
+ "type": {
14070
+ "text": "string | undefined"
14071
+ },
14072
+ "description": "The help text that is displayed below the input field.",
14073
+ "attribute": "help-text",
14074
+ "reflects": true
14075
+ },
14076
+ {
14077
+ "kind": "field",
14078
+ "name": "toggletipText",
14079
+ "type": {
14080
+ "text": "string | undefined"
14081
+ },
14082
+ "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
14083
+ "attribute": "toggletip-text",
14084
+ "reflects": true
14085
+ },
14086
+ {
14087
+ "kind": "field",
14088
+ "name": "toggletipPlacement",
14089
+ "type": {
14090
+ "text": "PopoverPlacement"
14091
+ },
14092
+ "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
14093
+ "default": "'top'",
14094
+ "attribute": "toggletip-placement",
14095
+ "reflects": true
14096
+ },
14097
+ {
14098
+ "kind": "field",
14099
+ "name": "infoIconAriaLabel",
14100
+ "type": {
14101
+ "text": "string | undefined"
14102
+ },
14103
+ "description": "Aria label for the info icon that is displayed next to the label when `toggletipText` is set.\nThis is used for accessibility purposes to provide a description of the icon.",
14104
+ "attribute": "info-icon-aria-label",
14105
+ "reflects": true
14106
+ },
14107
+ {
14108
+ "kind": "method",
14109
+ "name": "renderLabelElement",
14110
+ "privacy": "protected",
14111
+ "description": "creates the label element when the label property is set.\nid is used to link the label with the input field.",
14112
+ "return": {
14113
+ "type": {
14114
+ "text": ""
14115
+ }
14116
+ }
14117
+ },
14118
+ {
14119
+ "kind": "method",
14120
+ "name": "renderHelpTextIcon",
14121
+ "privacy": "protected",
14122
+ "description": "creates the helpertext icon based on the helpTextType for validation.\nIf the helpTextType is not set, it defaults to 'default' and it doesn't display any icon.",
14123
+ "return": {
14124
+ "type": {
14125
+ "text": ""
14126
+ }
14127
+ }
14128
+ },
14129
+ {
14130
+ "kind": "method",
14131
+ "name": "renderHelpText",
14132
+ "privacy": "protected",
14133
+ "description": "creates the helper text component when the helpertext value is set.\nIt is also used to display the validation message based on the helpTextType.",
14134
+ "return": {
14135
+ "type": {
14136
+ "text": ""
14137
+ }
14138
+ }
14139
+ },
14140
+ {
14141
+ "kind": "method",
14142
+ "name": "renderLabel",
14143
+ "privacy": "protected",
14144
+ "description": "renders the mdc-label-text container that contains the label and labelInfoToggleTip.",
14145
+ "return": {
14146
+ "type": {
14147
+ "text": ""
14148
+ }
14149
+ }
14150
+ },
14151
+ {
14152
+ "kind": "method",
14153
+ "name": "renderHelperText",
14154
+ "privacy": "protected",
14155
+ "description": "renders the mdc-help-text container that contains the helpertext icon and helpertext.",
14156
+ "return": {
14157
+ "type": {
14158
+ "text": ""
14159
+ }
14160
+ }
14161
+ },
14162
+ {
14163
+ "kind": "field",
14164
+ "name": "disabled",
14165
+ "type": {
14166
+ "text": "boolean | undefined"
14167
+ },
14168
+ "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
14169
+ "default": "undefined",
14170
+ "attribute": "disabled",
14171
+ "reflects": true,
14172
+ "inheritedFrom": {
14173
+ "name": "DisabledMixin",
14174
+ "module": "utils/mixins/DisabledMixin.js"
14175
+ }
14176
+ }
14177
+ ],
14178
+ "attributes": [
14179
+ {
14180
+ "name": "label",
14181
+ "type": {
14182
+ "text": "string | undefined"
14183
+ },
14184
+ "description": "The label of the input field. It is linked to the input field using the `for` attribute.",
14185
+ "fieldName": "label"
14186
+ },
14187
+ {
14188
+ "name": "required",
14189
+ "type": {
14190
+ "text": "boolean"
14191
+ },
14192
+ "default": "false",
14193
+ "description": "The required attribute to indicate that the input field is required.\nIt is used to append a required indicator (*) to the label.",
14194
+ "fieldName": "required"
14195
+ },
14196
+ {
14197
+ "name": "help-text-type",
14198
+ "type": {
14199
+ "text": "ValidationType"
14200
+ },
14201
+ "description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
14202
+ "fieldName": "helpTextType"
14203
+ },
14204
+ {
14205
+ "name": "help-text",
14206
+ "type": {
14207
+ "text": "string | undefined"
14208
+ },
14209
+ "description": "The help text that is displayed below the input field.",
14210
+ "fieldName": "helpText"
14211
+ },
14212
+ {
14213
+ "name": "toggletip-text",
14214
+ "type": {
14215
+ "text": "string | undefined"
14226
14216
  },
14227
- "description": "Size of the icon (works in combination with length unit)",
14228
- "fieldName": "size"
14217
+ "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
14218
+ "fieldName": "toggletipText"
14229
14219
  },
14230
14220
  {
14231
- "name": "length-unit",
14221
+ "name": "toggletip-placement",
14232
14222
  "type": {
14233
- "text": "string | undefined"
14223
+ "text": "PopoverPlacement"
14234
14224
  },
14235
- "description": "Length unit attribute for overriding length-unit from `IconProvider`",
14236
- "fieldName": "lengthUnit"
14225
+ "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
14226
+ "default": "'top'",
14227
+ "fieldName": "toggletipPlacement"
14237
14228
  },
14238
14229
  {
14239
- "name": "aria-label",
14230
+ "name": "info-icon-aria-label",
14240
14231
  "type": {
14241
- "text": "string | null"
14232
+ "text": "string | undefined"
14242
14233
  },
14243
- "default": "null",
14244
- "description": "Aria-label attribute to be set for accessibility",
14245
- "fieldName": "ariaLabel"
14234
+ "description": "Aria label for the info icon that is displayed next to the label when `toggletipText` is set.\nThis is used for accessibility purposes to provide a description of the icon.",
14235
+ "fieldName": "infoIconAriaLabel"
14246
14236
  },
14247
14237
  {
14248
- "name": "aria-labelledby",
14238
+ "name": "disabled",
14249
14239
  "type": {
14250
- "text": "string | null"
14240
+ "text": "boolean | undefined"
14251
14241
  },
14252
- "default": "null",
14253
- "description": "Aria-labelledby attribute to be set for accessibility",
14254
- "fieldName": "ariaLabelledBy"
14242
+ "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
14243
+ "default": "undefined",
14244
+ "fieldName": "disabled",
14245
+ "inheritedFrom": {
14246
+ "name": "DisabledMixin",
14247
+ "module": "src/utils/mixins/DisabledMixin.ts"
14248
+ }
14249
+ }
14250
+ ],
14251
+ "mixins": [
14252
+ {
14253
+ "name": "DisabledMixin",
14254
+ "module": "/src/utils/mixins/DisabledMixin"
14255
14255
  }
14256
14256
  ],
14257
14257
  "superclass": {
14258
14258
  "name": "Component",
14259
14259
  "module": "/src/models"
14260
14260
  },
14261
- "tagName": "mdc-icon",
14262
- "jsDoc": "/**\n * Icon component that dynamically displays SVG icons based on a valid name.\n *\n * This component must be mounted within an `IconProvider` component.\n *\n * The `IconProvider` defines the source URL from which icons are consumed.\n * The `Icon` component accepts a `name` attribute, which corresponds to\n * the file name of the icon to be loaded from the specified URL.\n *\n * Once fetched, the icon will be rendered. If the fetching process is unsuccessful,\n * no icon will be displayed.\n *\n * The `size` attribute allows for dynamic sizing of the icon based on the provided\n * `length-unit` attribute. This unit can either come from the `IconProvider`\n * or can be overridden for each individual icon. For example:\n * if `size = 1` and `length-unit = 'em'`, the dimensions of the icon will be\n * `width: 1em; height: 1em`.\n *\n * Regarding accessibility, there are three types of icons: decorative, informative and informative standalone.\n *\n * ### Decorative Icons\n * - Decorative icons do not convey any essential information to the content of a page.\n * - They should be hidden from screen readers (SR) to prevent confusion for users.\n * - For decorative icons, an `aria-label` is not required, and the `role` will be set to null.\n *\n * ### Informative Icons\n * - Informative icons convey important information that is not adequately represented\n * by surrounding text or components.\n * - They provide valuable context and must be announced by assistive technologies.\n * - For informative icons, an `aria-label` is required, and the `role` will be set to \"img\" automatically.\n * - If an `aria-label` is provided, the role will be set to 'img'; if it is absent,\n * the role will be unset.\n *\n * ### Informative Standalone Icons\n * - If an icon is informative (as mentioned above) and does not belong to a button (=standalone), it must\n * have a Tooltip that describes what it means.\n * - For informative standalone icons, an `aria-label` & `tabindex=\"0\"` is required,\n * and the `role` will be set to \"img\" automatically.\n * - **Only use this when a Icon is standalone and is not part of a button or other interactive elements.**\n *\n * @tagname mdc-icon\n *\n * @cssproperty --mdc-icon-fill-color - Allows customization of the default fill color.\n * @cssproperty --mdc-icon-size - Allows customization of the icon size.\n * @cssproperty --mdc-icon-border-radius - Allows customization of the icon border radius.\n *\n * @csspart icon - The svg inside the icon element.\n */",
14261
+ "tagName": "mdc-formfieldwrapper",
14262
+ "jsDoc": "/**\n * formfieldwrapper is a component that contains the label and helper/validation text\n * that can be configured in various ways to suit different use cases (most of the input related components).\n * It is used as an internal component and is not intended to be used directly by consumers.\n *\n * @tagname mdc-formfieldwrapper\n *\n * @dependency mdc-text\n * @dependency mdc-icon\n * @dependency mdc-button\n * @dependency mdc-toggletip\n *\n *\n */",
14263
14263
  "customElement": true
14264
14264
  }
14265
14265
  ],
@@ -14268,8 +14268,8 @@
14268
14268
  "kind": "js",
14269
14269
  "name": "default",
14270
14270
  "declaration": {
14271
- "name": "Icon",
14272
- "module": "components/icon/icon.component.js"
14271
+ "name": "FormfieldWrapper",
14272
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
14273
14273
  }
14274
14274
  }
14275
14275
  ]
@@ -17613,7 +17613,7 @@
17613
17613
  "declarations": [
17614
17614
  {
17615
17615
  "kind": "class",
17616
- "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.",
17616
+ "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\n**Note**: If a listitem contains a long text, it is recommended to create a tooltip for the listitem that displays the full text on hover.\nConsumers need to add a unique ID to this listitem and use that ID in the tooltip's `triggerID` attribute. We are not creating the tooltip automatically, consumers need to add `<mdc-tooltip>` element manually and associate it with the listitem using the `triggerID` attribute.",
17617
17617
  "name": "ListItem",
17618
17618
  "cssProperties": [
17619
17619
  {
@@ -17772,31 +17772,10 @@
17772
17772
  "attribute": "soft-disabled",
17773
17773
  "reflects": true
17774
17774
  },
17775
- {
17776
- "kind": "field",
17777
- "name": "tooltipText",
17778
- "type": {
17779
- "text": "string | undefined"
17780
- },
17781
- "description": "The tooltip text is displayed on hover of the list item.",
17782
- "attribute": "tooltip-text",
17783
- "reflects": true
17784
- },
17785
- {
17786
- "kind": "field",
17787
- "name": "tooltipPlacement",
17788
- "type": {
17789
- "text": "PopoverPlacement"
17790
- },
17791
- "description": "The tooltip placement of the list item. If the tooltip text is present,\nthen this tooltip placement will be applied.",
17792
- "default": "'top'",
17793
- "attribute": "tooltip-placement",
17794
- "reflects": true
17795
- },
17796
17775
  {
17797
17776
  "kind": "method",
17798
- "name": "handleKeyDown",
17799
- "privacy": "protected",
17777
+ "name": "handleClick",
17778
+ "privacy": "private",
17800
17779
  "return": {
17801
17780
  "type": {
17802
17781
  "text": "void"
@@ -17806,23 +17785,17 @@
17806
17785
  {
17807
17786
  "name": "event",
17808
17787
  "type": {
17809
- "text": "KeyboardEvent"
17788
+ "text": "MouseEvent"
17810
17789
  },
17811
- "description": "The keyboard event triggered when a key is pressed down."
17790
+ "description": "The mouse event triggered when the list item is clicked."
17812
17791
  }
17813
17792
  ],
17814
- "description": "Fires the click event when the enter or space key is pressed down.\nThis behavior is similar to a button click and key interaction."
17793
+ "description": "Handles the click event on the list item.\nPrevents click when listitem is disabled"
17815
17794
  },
17816
17795
  {
17817
17796
  "kind": "method",
17818
- "name": "triggerClickEvent",
17797
+ "name": "handleKeyDown",
17819
17798
  "privacy": "protected",
17820
- "description": "Triggers a click event on the list item."
17821
- },
17822
- {
17823
- "kind": "method",
17824
- "name": "handleClick",
17825
- "privacy": "private",
17826
17799
  "return": {
17827
17800
  "type": {
17828
17801
  "text": "void"
@@ -17832,33 +17805,18 @@
17832
17805
  {
17833
17806
  "name": "event",
17834
17807
  "type": {
17835
- "text": "MouseEvent"
17836
- }
17808
+ "text": "KeyboardEvent"
17809
+ },
17810
+ "description": "The keyboard event triggered when a key is pressed down."
17837
17811
  }
17838
17812
  ],
17839
- "description": "Handles the click event on the list item.\nIf the tooltip is open, it has to be closed first."
17840
- },
17841
- {
17842
- "kind": "method",
17843
- "name": "displayTooltipForLongText",
17844
- "privacy": "private",
17845
- "return": {
17846
- "type": {
17847
- "text": "void"
17848
- }
17849
- },
17850
- "description": "Display a tooltip for the listitem.\nCreate the tooltip programmatically after the nearest parent element."
17813
+ "description": "Fires the click event when the enter or space key is pressed down.\nThis behavior is similar to a button click and key interaction."
17851
17814
  },
17852
17815
  {
17853
17816
  "kind": "method",
17854
- "name": "hideTooltipOnLeave",
17855
- "privacy": "private",
17856
- "return": {
17857
- "type": {
17858
- "text": "void"
17859
- }
17860
- },
17861
- "description": "Removes the dynamically created tooltip for long text label on focus or mouse leave.\nThis is triggered on focusout and mouseout events."
17817
+ "name": "triggerClickEvent",
17818
+ "privacy": "protected",
17819
+ "description": "Triggers a click event on the list item."
17862
17820
  },
17863
17821
  {
17864
17822
  "kind": "method",
@@ -18090,23 +18048,6 @@
18090
18048
  "default": "undefined",
18091
18049
  "fieldName": "softDisabled"
18092
18050
  },
18093
- {
18094
- "name": "tooltip-text",
18095
- "type": {
18096
- "text": "string | undefined"
18097
- },
18098
- "description": "The tooltip text is displayed on hover of the list item.",
18099
- "fieldName": "tooltipText"
18100
- },
18101
- {
18102
- "name": "tooltip-placement",
18103
- "type": {
18104
- "text": "PopoverPlacement"
18105
- },
18106
- "description": "The tooltip placement of the list item. If the tooltip text is present,\nthen this tooltip placement will be applied.",
18107
- "default": "'top'",
18108
- "fieldName": "tooltipPlacement"
18109
- },
18110
18051
  {
18111
18052
  "name": "disabled",
18112
18053
  "type": {
@@ -18153,7 +18094,7 @@
18153
18094
  "module": "/src/models"
18154
18095
  },
18155
18096
  "tagName": "mdc-listitem",
18156
- "jsDoc": "/**\n * mdc-listitem component is used to display a label with different types of controls.\n * There can be three types of controls, a radio button, a checkbox on the\n * leading side and a toggle on the trailing side.\n * The list item can contain an avatar on the leading side and a badge on the trailing side.\n * Additionally, the list item can contain a side header and a subline text.\n *\n * The leading and trailing slots can be used to display controls and text. <br/>\n * Based on the leading/trailing slot, the position of the controls and text can be adjusted. <br/>\n * Please use mdc-list as a parent element even when there is only listitem for a11y purpose.\n *\n * By providing the tooltip-text attribute, a tooltip will be displayed on hover of the listitem.\n * The placement of the tooltip can be adjusted using the tooltip-placement attribute.\n * This will be helpful when the listitem text is truncated or\n * when you want to display additional information about the listitem.\n *\n * @tagname mdc-listitem\n *\n * @dependency mdc-text\n * @dependency mdc-tooltip\n *\n * @slot leading-controls - slot for list item controls to appear of leading end.\n * @slot leading-text-primary-label - slot for list item primary label.\n * @slot leading-text-secondary-label - slot for list item secondary label.\n * @slot leading-text-tertiary-label - slot for list item tertiary label.\n * @slot trailing-text-side-header - slot for list item side header text.\n * @slot trailing-text-subline - slot for list item subline text.\n * @slot trailing-controls - slot for list item controls to appear of trailing end.\n * @slot content - content slot can be used to override the content completely. Be aware that\n * this will override the default content of the list item.\n *\n * @cssproperty --mdc-listitem-default-background-color - Allows customization of the default background color.\n * @cssproperty --mdc-listitem-background-color-hover - Allows customization of the background color on hover.\n * @cssproperty --mdc-listitem-background-color-active - Allows customization of the background color when pressed.\n * @cssproperty --mdc-listitem-primary-label-color\n * - Allows customization of the primary label, side header and subline text slot color.\n * @cssproperty --mdc-listitem-secondary-label-color\n * - Allows customization of the secondary and tertiary label text slot color.\n * @cssproperty --mdc-listitem-disabled-color - Allows customization of the disabled color.\n * @cssproperty --mdc-listitem-column-gap - Allows customization of column gap.\n * @cssproperty --mdc-listitem-padding-left-right - Allows customization of padding left and right.\n * @cssproperty --mdc-listitem-padding-top-bottom - Allows customization of padding top and bottom.\n * @cssproperty --mdc-listitem-cursor - Allows customization of the cursor.\n * @cssproperty --mdc-listitem-width - Allows customization of the width of the list item.\n * @cssproperty --mdc-listitem-height - Allows customization of the height of the list item.\n *\n * @event click - (React: onClick) This event is dispatched when the listitem is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the listitem.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the listitem.\n * @event focus - (React: onFocus) This event is dispatched when the listitem receives focus.\n * @event enabled - (React: onEnabled) This event is dispatched after the listitem is enabled\n * @event disabled - (React: onDisabled) This event is dispatched after the listitem is disabled\n * @event created - (React: onCreated) This event is dispatched after the listitem is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched after the listitem is destroyed (removed from the DOM)\n */",
18097
+ "jsDoc": "/**\n * mdc-listitem component is used to display a label with different types of controls.\n * There can be three types of controls, a radio button, a checkbox on the\n * leading side and a toggle on the trailing side.\n * The list item can contain an avatar on the leading side and a badge on the trailing side.\n * Additionally, the list item can contain a side header and a subline text.\n *\n * The leading and trailing slots can be used to display controls and text. <br/>\n * Based on the leading/trailing slot, the position of the controls and text can be adjusted. <br/>\n * Please use mdc-list as a parent element even when there is only listitem for a11y purpose.\n *\n * **Note**: If a listitem contains a long text, it is recommended to create a tooltip for the listitem that displays the full text on hover.\n * Consumers need to add a unique ID to this listitem and use that ID in the tooltip's `triggerID` attribute. We are not creating the tooltip automatically, consumers need to add `<mdc-tooltip>` element manually and associate it with the listitem using the `triggerID` attribute.\n *\n * @tagname mdc-listitem\n *\n * @dependency mdc-text\n *\n * @slot leading-controls - slot for list item controls to appear of leading end.\n * @slot leading-text-primary-label - slot for list item primary label.\n * @slot leading-text-secondary-label - slot for list item secondary label.\n * @slot leading-text-tertiary-label - slot for list item tertiary label.\n * @slot trailing-text-side-header - slot for list item side header text.\n * @slot trailing-text-subline - slot for list item subline text.\n * @slot trailing-controls - slot for list item controls to appear of trailing end.\n * @slot content - content slot can be used to override the content completely. Be aware that\n * this will override the default content of the list item.\n *\n * @cssproperty --mdc-listitem-default-background-color - Allows customization of the default background color.\n * @cssproperty --mdc-listitem-background-color-hover - Allows customization of the background color on hover.\n * @cssproperty --mdc-listitem-background-color-active - Allows customization of the background color when pressed.\n * @cssproperty --mdc-listitem-primary-label-color\n * - Allows customization of the primary label, side header and subline text slot color.\n * @cssproperty --mdc-listitem-secondary-label-color\n * - Allows customization of the secondary and tertiary label text slot color.\n * @cssproperty --mdc-listitem-disabled-color - Allows customization of the disabled color.\n * @cssproperty --mdc-listitem-column-gap - Allows customization of column gap.\n * @cssproperty --mdc-listitem-padding-left-right - Allows customization of padding left and right.\n * @cssproperty --mdc-listitem-padding-top-bottom - Allows customization of padding top and bottom.\n * @cssproperty --mdc-listitem-cursor - Allows customization of the cursor.\n * @cssproperty --mdc-listitem-width - Allows customization of the width of the list item.\n * @cssproperty --mdc-listitem-height - Allows customization of the height of the list item.\n *\n * @event click - (React: onClick) This event is dispatched when the listitem is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the listitem.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the listitem.\n * @event focus - (React: onFocus) This event is dispatched when the listitem receives focus.\n * @event enabled - (React: onEnabled) This event is dispatched after the listitem is enabled\n * @event disabled - (React: onDisabled) This event is dispatched after the listitem is disabled\n * @event created - (React: onCreated) This event is dispatched after the listitem is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched after the listitem is destroyed (removed from the DOM)\n */",
18157
18098
  "customElement": true
18158
18099
  }
18159
18100
  ],
@@ -18603,7 +18544,7 @@
18603
18544
  "declarations": [
18604
18545
  {
18605
18546
  "kind": "class",
18606
- "description": "menuitem component is inherited by listitem component with the role set `menuitem`.<br/>\nA menu item can contain an icon on the leading or trailing side.\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.\n\nPlease use element with role=menu as a parent element even when there is only menuitem for a11y purpose.\nFor example mdc-menupopover or mdc-menubar.\n\nMenu item has `name` and `value` attribute that can be used to identify the menu item when it is selected.",
18547
+ "description": "menuitem component is inherited by listitem component with the role set `menuitem`.<br/>\nA menu item can contain an icon on the leading or trailing side.\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.\n\nPlease use element with role=menu as a parent element even when there is only menuitem for a11y purpose.\nFor example mdc-menupopover or mdc-menubar.\n\nMenu item has `name` and `value` attribute that can be used to identify the menu item when it is selected.\n\n**Note**: If a menuitem contains a long text, it is recommended to create a tooltip for the menuitem that displays the full text on hover.\nConsumers need to add a unique ID to this menuitem and use that ID in the tooltip's `triggerID` attribute. We are not creating the tooltip automatically, consumers need to add `<mdc-tooltip>` element manually and associate it with the menuitem using the `triggerID` attribute.",
18607
18548
  "name": "MenuItem",
18608
18549
  "slots": [
18609
18550
  {
@@ -18916,45 +18857,6 @@
18916
18857
  "module": "components/listitem/listitem.component.js"
18917
18858
  }
18918
18859
  },
18919
- {
18920
- "kind": "field",
18921
- "name": "tooltipText",
18922
- "type": {
18923
- "text": "string | undefined"
18924
- },
18925
- "description": "The tooltip text is displayed on hover of the list item.",
18926
- "attribute": "tooltip-text",
18927
- "reflects": true,
18928
- "inheritedFrom": {
18929
- "name": "ListItem",
18930
- "module": "components/listitem/listitem.component.js"
18931
- }
18932
- },
18933
- {
18934
- "kind": "field",
18935
- "name": "tooltipPlacement",
18936
- "type": {
18937
- "text": "PopoverPlacement"
18938
- },
18939
- "description": "The tooltip placement of the list item. If the tooltip text is present,\nthen this tooltip placement will be applied.",
18940
- "default": "'top'",
18941
- "attribute": "tooltip-placement",
18942
- "reflects": true,
18943
- "inheritedFrom": {
18944
- "name": "ListItem",
18945
- "module": "components/listitem/listitem.component.js"
18946
- }
18947
- },
18948
- {
18949
- "kind": "method",
18950
- "name": "triggerClickEvent",
18951
- "privacy": "protected",
18952
- "description": "Triggers a click event on the list item.",
18953
- "inheritedFrom": {
18954
- "name": "ListItem",
18955
- "module": "components/listitem/listitem.component.js"
18956
- }
18957
- },
18958
18860
  {
18959
18861
  "kind": "method",
18960
18862
  "name": "handleClick",
@@ -18969,25 +18871,11 @@
18969
18871
  "name": "event",
18970
18872
  "type": {
18971
18873
  "text": "MouseEvent"
18972
- }
18874
+ },
18875
+ "description": "The mouse event triggered when the list item is clicked."
18973
18876
  }
18974
18877
  ],
18975
- "description": "Handles the click event on the list item.\nIf the tooltip is open, it has to be closed first.",
18976
- "inheritedFrom": {
18977
- "name": "ListItem",
18978
- "module": "components/listitem/listitem.component.js"
18979
- }
18980
- },
18981
- {
18982
- "kind": "method",
18983
- "name": "displayTooltipForLongText",
18984
- "privacy": "private",
18985
- "return": {
18986
- "type": {
18987
- "text": "void"
18988
- }
18989
- },
18990
- "description": "Display a tooltip for the listitem.\nCreate the tooltip programmatically after the nearest parent element.",
18878
+ "description": "Handles the click event on the list item.\nPrevents click when listitem is disabled",
18991
18879
  "inheritedFrom": {
18992
18880
  "name": "ListItem",
18993
18881
  "module": "components/listitem/listitem.component.js"
@@ -18995,14 +18883,9 @@
18995
18883
  },
18996
18884
  {
18997
18885
  "kind": "method",
18998
- "name": "hideTooltipOnLeave",
18999
- "privacy": "private",
19000
- "return": {
19001
- "type": {
19002
- "text": "void"
19003
- }
19004
- },
19005
- "description": "Removes the dynamically created tooltip for long text label on focus or mouse leave.\nThis is triggered on focusout and mouseout events.",
18886
+ "name": "triggerClickEvent",
18887
+ "privacy": "protected",
18888
+ "description": "Triggers a click event on the list item.",
19006
18889
  "inheritedFrom": {
19007
18890
  "name": "ListItem",
19008
18891
  "module": "components/listitem/listitem.component.js"
@@ -19315,31 +19198,6 @@
19315
19198
  "name": "ListItem",
19316
19199
  "module": "src/components/listitem/listitem.component.ts"
19317
19200
  }
19318
- },
19319
- {
19320
- "name": "tooltip-text",
19321
- "type": {
19322
- "text": "string | undefined"
19323
- },
19324
- "description": "The tooltip text is displayed on hover of the list item.",
19325
- "fieldName": "tooltipText",
19326
- "inheritedFrom": {
19327
- "name": "ListItem",
19328
- "module": "src/components/listitem/listitem.component.ts"
19329
- }
19330
- },
19331
- {
19332
- "name": "tooltip-placement",
19333
- "type": {
19334
- "text": "PopoverPlacement"
19335
- },
19336
- "description": "The tooltip placement of the list item. If the tooltip text is present,\nthen this tooltip placement will be applied.",
19337
- "default": "'top'",
19338
- "fieldName": "tooltipPlacement",
19339
- "inheritedFrom": {
19340
- "name": "ListItem",
19341
- "module": "src/components/listitem/listitem.component.ts"
19342
- }
19343
19201
  }
19344
19202
  ],
19345
19203
  "superclass": {
@@ -19347,7 +19205,7 @@
19347
19205
  "module": "/src/components/listitem/listitem.component"
19348
19206
  },
19349
19207
  "tagName": "mdc-menuitem",
19350
- "jsDoc": "/**\n * menuitem component is inherited by listitem component with the role set `menuitem`.<br/>\n * A menu item can contain an icon on the leading or trailing side.\n *\n * The leading and trailing slots can be used to display controls and text.<br/>\n * Based on the leading/trailing slot, the position of the controls and text can be adjusted.\n *\n * Please use element with role=menu as a parent element even when there is only menuitem for a11y purpose.\n * For example mdc-menupopover or mdc-menubar.\n *\n * Menu item has `name` and `value` attribute that can be used to identify the menu item when it is selected.\n *\n * @dependency mdc-text\n * @dependency mdc-icon\n * @dependency mdc-tooltip\n *\n * @tagname mdc-menuitem\n *\n * @slot leading-controls - slot for menu item controls to appear of leading end.\n * @slot leading-text-primary-label - slot for menu item primary label.\n * @slot leading-text-secondary-label - slot for menu item secondary label.\n * @slot leading-text-tertiary-label - slot for menu item tertiary label.\n * @slot trailing-text-side-header - slot for menu item side header text.\n * @slot trailing-text-subline - slot for menu item subline text.\n * @slot trailing-controls - slot for menu item controls to appear of trailing end.\n *\n * @event click - (React: onClick) This event is dispatched when the menuitem is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the menuitem.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the menuitem.\n * @event focus - (React: onFocus) This event is dispatched when the menuitem receives focus.\n * @event enabled - (React: onEnabled) This event is dispatched after the menuitem is enabled\n * @event disabled - (React: onDisabled) This event is dispatched after the menuitem is disabled\n * @event created - (React: onCreated) This event is dispatched after the menuitem is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched after the menuitem is destroyed (removed from the DOM)\n */",
19208
+ "jsDoc": "/**\n * menuitem component is inherited by listitem component with the role set `menuitem`.<br/>\n * A menu item can contain an icon on the leading or trailing side.\n *\n * The leading and trailing slots can be used to display controls and text.<br/>\n * Based on the leading/trailing slot, the position of the controls and text can be adjusted.\n *\n * Please use element with role=menu as a parent element even when there is only menuitem for a11y purpose.\n * For example mdc-menupopover or mdc-menubar.\n *\n * Menu item has `name` and `value` attribute that can be used to identify the menu item when it is selected.\n *\n * **Note**: If a menuitem contains a long text, it is recommended to create a tooltip for the menuitem that displays the full text on hover.\n * Consumers need to add a unique ID to this menuitem and use that ID in the tooltip's `triggerID` attribute. We are not creating the tooltip automatically, consumers need to add `<mdc-tooltip>` element manually and associate it with the menuitem using the `triggerID` attribute.\n *\n * @dependency mdc-text\n * @dependency mdc-icon\n *\n * @tagname mdc-menuitem\n *\n * @slot leading-controls - slot for menu item controls to appear of leading end.\n * @slot leading-text-primary-label - slot for menu item primary label.\n * @slot leading-text-secondary-label - slot for menu item secondary label.\n * @slot leading-text-tertiary-label - slot for menu item tertiary label.\n * @slot trailing-text-side-header - slot for menu item side header text.\n * @slot trailing-text-subline - slot for menu item subline text.\n * @slot trailing-controls - slot for menu item controls to appear of trailing end.\n *\n * @event click - (React: onClick) This event is dispatched when the menuitem is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the menuitem.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the menuitem.\n * @event focus - (React: onFocus) This event is dispatched when the menuitem receives focus.\n * @event enabled - (React: onEnabled) This event is dispatched after the menuitem is enabled\n * @event disabled - (React: onDisabled) This event is dispatched after the menuitem is disabled\n * @event created - (React: onCreated) This event is dispatched after the menuitem is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched after the menuitem is destroyed (removed from the DOM)\n */",
19351
19209
  "customElement": true,
19352
19210
  "cssProperties": [
19353
19211
  {
@@ -19860,45 +19718,6 @@
19860
19718
  "module": "components/listitem/listitem.component.js"
19861
19719
  }
19862
19720
  },
19863
- {
19864
- "kind": "field",
19865
- "name": "tooltipText",
19866
- "type": {
19867
- "text": "string | undefined"
19868
- },
19869
- "description": "The tooltip text is displayed on hover of the list item.",
19870
- "attribute": "tooltip-text",
19871
- "reflects": true,
19872
- "inheritedFrom": {
19873
- "name": "ListItem",
19874
- "module": "components/listitem/listitem.component.js"
19875
- }
19876
- },
19877
- {
19878
- "kind": "field",
19879
- "name": "tooltipPlacement",
19880
- "type": {
19881
- "text": "PopoverPlacement"
19882
- },
19883
- "description": "The tooltip placement of the list item. If the tooltip text is present,\nthen this tooltip placement will be applied.",
19884
- "default": "'top'",
19885
- "attribute": "tooltip-placement",
19886
- "reflects": true,
19887
- "inheritedFrom": {
19888
- "name": "ListItem",
19889
- "module": "components/listitem/listitem.component.js"
19890
- }
19891
- },
19892
- {
19893
- "kind": "method",
19894
- "name": "triggerClickEvent",
19895
- "privacy": "protected",
19896
- "description": "Triggers a click event on the list item.",
19897
- "inheritedFrom": {
19898
- "name": "ListItem",
19899
- "module": "components/listitem/listitem.component.js"
19900
- }
19901
- },
19902
19721
  {
19903
19722
  "kind": "method",
19904
19723
  "name": "handleClick",
@@ -19912,26 +19731,12 @@
19912
19731
  {
19913
19732
  "name": "event",
19914
19733
  "type": {
19915
- "text": "MouseEvent"
19916
- }
19917
- }
19918
- ],
19919
- "description": "Handles the click event on the list item.\nIf the tooltip is open, it has to be closed first.",
19920
- "inheritedFrom": {
19921
- "name": "ListItem",
19922
- "module": "components/listitem/listitem.component.js"
19923
- }
19924
- },
19925
- {
19926
- "kind": "method",
19927
- "name": "displayTooltipForLongText",
19928
- "privacy": "private",
19929
- "return": {
19930
- "type": {
19931
- "text": "void"
19734
+ "text": "MouseEvent"
19735
+ },
19736
+ "description": "The mouse event triggered when the list item is clicked."
19932
19737
  }
19933
- },
19934
- "description": "Display a tooltip for the listitem.\nCreate the tooltip programmatically after the nearest parent element.",
19738
+ ],
19739
+ "description": "Handles the click event on the list item.\nPrevents click when listitem is disabled",
19935
19740
  "inheritedFrom": {
19936
19741
  "name": "ListItem",
19937
19742
  "module": "components/listitem/listitem.component.js"
@@ -19939,14 +19744,9 @@
19939
19744
  },
19940
19745
  {
19941
19746
  "kind": "method",
19942
- "name": "hideTooltipOnLeave",
19943
- "privacy": "private",
19944
- "return": {
19945
- "type": {
19946
- "text": "void"
19947
- }
19948
- },
19949
- "description": "Removes the dynamically created tooltip for long text label on focus or mouse leave.\nThis is triggered on focusout and mouseout events.",
19747
+ "name": "triggerClickEvent",
19748
+ "privacy": "protected",
19749
+ "description": "Triggers a click event on the list item.",
19950
19750
  "inheritedFrom": {
19951
19751
  "name": "ListItem",
19952
19752
  "module": "components/listitem/listitem.component.js"
@@ -20301,31 +20101,6 @@
20301
20101
  "name": "ListItem",
20302
20102
  "module": "src/components/listitem/listitem.component.ts"
20303
20103
  }
20304
- },
20305
- {
20306
- "name": "tooltip-text",
20307
- "type": {
20308
- "text": "string | undefined"
20309
- },
20310
- "description": "The tooltip text is displayed on hover of the list item.",
20311
- "fieldName": "tooltipText",
20312
- "inheritedFrom": {
20313
- "name": "ListItem",
20314
- "module": "src/components/listitem/listitem.component.ts"
20315
- }
20316
- },
20317
- {
20318
- "name": "tooltip-placement",
20319
- "type": {
20320
- "text": "PopoverPlacement"
20321
- },
20322
- "description": "The tooltip placement of the list item. If the tooltip text is present,\nthen this tooltip placement will be applied.",
20323
- "default": "'top'",
20324
- "fieldName": "tooltipPlacement",
20325
- "inheritedFrom": {
20326
- "name": "ListItem",
20327
- "module": "src/components/listitem/listitem.component.ts"
20328
- }
20329
20104
  }
20330
20105
  ],
20331
20106
  "superclass": {
@@ -20857,45 +20632,6 @@
20857
20632
  "module": "components/listitem/listitem.component.js"
20858
20633
  }
20859
20634
  },
20860
- {
20861
- "kind": "field",
20862
- "name": "tooltipText",
20863
- "type": {
20864
- "text": "string | undefined"
20865
- },
20866
- "description": "The tooltip text is displayed on hover of the list item.",
20867
- "attribute": "tooltip-text",
20868
- "reflects": true,
20869
- "inheritedFrom": {
20870
- "name": "ListItem",
20871
- "module": "components/listitem/listitem.component.js"
20872
- }
20873
- },
20874
- {
20875
- "kind": "field",
20876
- "name": "tooltipPlacement",
20877
- "type": {
20878
- "text": "PopoverPlacement"
20879
- },
20880
- "description": "The tooltip placement of the list item. If the tooltip text is present,\nthen this tooltip placement will be applied.",
20881
- "default": "'top'",
20882
- "attribute": "tooltip-placement",
20883
- "reflects": true,
20884
- "inheritedFrom": {
20885
- "name": "ListItem",
20886
- "module": "components/listitem/listitem.component.js"
20887
- }
20888
- },
20889
- {
20890
- "kind": "method",
20891
- "name": "triggerClickEvent",
20892
- "privacy": "protected",
20893
- "description": "Triggers a click event on the list item.",
20894
- "inheritedFrom": {
20895
- "name": "ListItem",
20896
- "module": "components/listitem/listitem.component.js"
20897
- }
20898
- },
20899
20635
  {
20900
20636
  "kind": "method",
20901
20637
  "name": "handleClick",
@@ -20910,25 +20646,11 @@
20910
20646
  "name": "event",
20911
20647
  "type": {
20912
20648
  "text": "MouseEvent"
20913
- }
20649
+ },
20650
+ "description": "The mouse event triggered when the list item is clicked."
20914
20651
  }
20915
20652
  ],
20916
- "description": "Handles the click event on the list item.\nIf the tooltip is open, it has to be closed first.",
20917
- "inheritedFrom": {
20918
- "name": "ListItem",
20919
- "module": "components/listitem/listitem.component.js"
20920
- }
20921
- },
20922
- {
20923
- "kind": "method",
20924
- "name": "displayTooltipForLongText",
20925
- "privacy": "private",
20926
- "return": {
20927
- "type": {
20928
- "text": "void"
20929
- }
20930
- },
20931
- "description": "Display a tooltip for the listitem.\nCreate the tooltip programmatically after the nearest parent element.",
20653
+ "description": "Handles the click event on the list item.\nPrevents click when listitem is disabled",
20932
20654
  "inheritedFrom": {
20933
20655
  "name": "ListItem",
20934
20656
  "module": "components/listitem/listitem.component.js"
@@ -20936,14 +20658,9 @@
20936
20658
  },
20937
20659
  {
20938
20660
  "kind": "method",
20939
- "name": "hideTooltipOnLeave",
20940
- "privacy": "private",
20941
- "return": {
20942
- "type": {
20943
- "text": "void"
20944
- }
20945
- },
20946
- "description": "Removes the dynamically created tooltip for long text label on focus or mouse leave.\nThis is triggered on focusout and mouseout events.",
20661
+ "name": "triggerClickEvent",
20662
+ "privacy": "protected",
20663
+ "description": "Triggers a click event on the list item.",
20947
20664
  "inheritedFrom": {
20948
20665
  "name": "ListItem",
20949
20666
  "module": "components/listitem/listitem.component.js"
@@ -21298,31 +21015,6 @@
21298
21015
  "name": "ListItem",
21299
21016
  "module": "src/components/listitem/listitem.component.ts"
21300
21017
  }
21301
- },
21302
- {
21303
- "name": "tooltip-text",
21304
- "type": {
21305
- "text": "string | undefined"
21306
- },
21307
- "description": "The tooltip text is displayed on hover of the list item.",
21308
- "fieldName": "tooltipText",
21309
- "inheritedFrom": {
21310
- "name": "ListItem",
21311
- "module": "src/components/listitem/listitem.component.ts"
21312
- }
21313
- },
21314
- {
21315
- "name": "tooltip-placement",
21316
- "type": {
21317
- "text": "PopoverPlacement"
21318
- },
21319
- "description": "The tooltip placement of the list item. If the tooltip text is present,\nthen this tooltip placement will be applied.",
21320
- "default": "'top'",
21321
- "fieldName": "tooltipPlacement",
21322
- "inheritedFrom": {
21323
- "name": "ListItem",
21324
- "module": "src/components/listitem/listitem.component.ts"
21325
- }
21326
21018
  }
21327
21019
  ],
21328
21020
  "superclass": {
@@ -23833,7 +23525,7 @@
23833
23525
  "declarations": [
23834
23526
  {
23835
23527
  "kind": "class",
23836
- "description": "`mdc-navmenuitem` is a menuitem styled to work as a navigation tab.\nIt supports a leading icon, optional badge and dynamic text rendering.\n\nNote: `mdc-navmenuitem` is intended to be used inside `mdc-menubar` as part of the sideNavigation\ncomponent. Its structure, spacing, and interactions are designed to align with\nthe visual and functional requirements of side navigation layouts.",
23528
+ "description": "`mdc-navmenuitem` is a menuitem styled to work as a navigation tab.\nIt supports a leading icon, optional badge and dynamic text rendering.\n\nNote: `mdc-navmenuitem` is intended to be used inside `mdc-menubar` as part of the sideNavigation\ncomponent. Its structure, spacing, and interactions are designed to align with\nthe visual and functional requirements of side navigation layouts.\n\nBy providing the tooltip-text attribute, a tooltip will be displayed on hover of the navmenuitem. This tooltip is useful when an active navmenuitem is present within a submenu of the sidenavigation component.",
23837
23529
  "name": "NavMenuItem",
23838
23530
  "cssProperties": [
23839
23531
  {
@@ -24051,6 +23743,31 @@
24051
23743
  "attribute": "disable-aria-current",
24052
23744
  "reflects": true
24053
23745
  },
23746
+ {
23747
+ "kind": "field",
23748
+ "name": "tooltipText",
23749
+ "type": {
23750
+ "text": "string | undefined"
23751
+ },
23752
+ "description": "The tooltip text is displayed on hover of the list item.",
23753
+ "attribute": "tooltip-text",
23754
+ "reflects": true
23755
+ },
23756
+ {
23757
+ "kind": "method",
23758
+ "name": "removeTooltip",
23759
+ "privacy": "private"
23760
+ },
23761
+ {
23762
+ "kind": "method",
23763
+ "name": "renderDynamicTooltip",
23764
+ "privacy": "private",
23765
+ "return": {
23766
+ "type": {
23767
+ "text": "void"
23768
+ }
23769
+ }
23770
+ },
24054
23771
  {
24055
23772
  "kind": "method",
24056
23773
  "name": "isNested",
@@ -24388,45 +24105,6 @@
24388
24105
  "module": "components/listitem/listitem.component.js"
24389
24106
  }
24390
24107
  },
24391
- {
24392
- "kind": "field",
24393
- "name": "tooltipText",
24394
- "type": {
24395
- "text": "string | undefined"
24396
- },
24397
- "description": "The tooltip text is displayed on hover of the list item.",
24398
- "attribute": "tooltip-text",
24399
- "reflects": true,
24400
- "inheritedFrom": {
24401
- "name": "ListItem",
24402
- "module": "components/listitem/listitem.component.js"
24403
- }
24404
- },
24405
- {
24406
- "kind": "field",
24407
- "name": "tooltipPlacement",
24408
- "type": {
24409
- "text": "PopoverPlacement"
24410
- },
24411
- "description": "The tooltip placement of the list item. If the tooltip text is present,\nthen this tooltip placement will be applied.",
24412
- "default": "'top'",
24413
- "attribute": "tooltip-placement",
24414
- "reflects": true,
24415
- "inheritedFrom": {
24416
- "name": "ListItem",
24417
- "module": "components/listitem/listitem.component.js"
24418
- }
24419
- },
24420
- {
24421
- "kind": "method",
24422
- "name": "triggerClickEvent",
24423
- "privacy": "protected",
24424
- "description": "Triggers a click event on the list item.",
24425
- "inheritedFrom": {
24426
- "name": "ListItem",
24427
- "module": "components/listitem/listitem.component.js"
24428
- }
24429
- },
24430
24108
  {
24431
24109
  "kind": "method",
24432
24110
  "name": "handleClick",
@@ -24441,10 +24119,11 @@
24441
24119
  "name": "event",
24442
24120
  "type": {
24443
24121
  "text": "MouseEvent"
24444
- }
24122
+ },
24123
+ "description": "The mouse event triggered when the list item is clicked."
24445
24124
  }
24446
24125
  ],
24447
- "description": "Handles the click event on the list item.\nIf the tooltip is open, it has to be closed first.",
24126
+ "description": "Handles the click event on the list item.\nPrevents click when listitem is disabled",
24448
24127
  "inheritedFrom": {
24449
24128
  "name": "ListItem",
24450
24129
  "module": "components/listitem/listitem.component.js"
@@ -24452,29 +24131,9 @@
24452
24131
  },
24453
24132
  {
24454
24133
  "kind": "method",
24455
- "name": "displayTooltipForLongText",
24456
- "privacy": "private",
24457
- "return": {
24458
- "type": {
24459
- "text": "void"
24460
- }
24461
- },
24462
- "description": "Display a tooltip for the listitem.\nCreate the tooltip programmatically after the nearest parent element.",
24463
- "inheritedFrom": {
24464
- "name": "ListItem",
24465
- "module": "components/listitem/listitem.component.js"
24466
- }
24467
- },
24468
- {
24469
- "kind": "method",
24470
- "name": "hideTooltipOnLeave",
24471
- "privacy": "private",
24472
- "return": {
24473
- "type": {
24474
- "text": "void"
24475
- }
24476
- },
24477
- "description": "Removes the dynamically created tooltip for long text label on focus or mouse leave.\nThis is triggered on focusout and mouseout events.",
24134
+ "name": "triggerClickEvent",
24135
+ "privacy": "protected",
24136
+ "description": "Triggers a click event on the list item.",
24478
24137
  "inheritedFrom": {
24479
24138
  "name": "ListItem",
24480
24139
  "module": "components/listitem/listitem.component.js"
@@ -24709,6 +24368,14 @@
24709
24368
  "description": "When set to true, prevents the automatic setting of the `aria-current` attribute on the navmenuitem\nwhen it becomes active. This is useful for cases where you want to maintain the visual active styling\nbut need to handle aria-current attribute differently or not at all.\nThe active button styling will still be applied regardless of this setting.",
24710
24369
  "fieldName": "disableAriaCurrent"
24711
24370
  },
24371
+ {
24372
+ "name": "tooltip-text",
24373
+ "type": {
24374
+ "text": "string | undefined"
24375
+ },
24376
+ "description": "The tooltip text is displayed on hover of the list item.",
24377
+ "fieldName": "tooltipText"
24378
+ },
24712
24379
  {
24713
24380
  "name": "icon-name",
24714
24381
  "type": {
@@ -24880,31 +24547,6 @@
24880
24547
  "name": "ListItem",
24881
24548
  "module": "src/components/listitem/listitem.component.ts"
24882
24549
  }
24883
- },
24884
- {
24885
- "name": "tooltip-text",
24886
- "type": {
24887
- "text": "string | undefined"
24888
- },
24889
- "description": "The tooltip text is displayed on hover of the list item.",
24890
- "fieldName": "tooltipText",
24891
- "inheritedFrom": {
24892
- "name": "ListItem",
24893
- "module": "src/components/listitem/listitem.component.ts"
24894
- }
24895
- },
24896
- {
24897
- "name": "tooltip-placement",
24898
- "type": {
24899
- "text": "PopoverPlacement"
24900
- },
24901
- "description": "The tooltip placement of the list item. If the tooltip text is present,\nthen this tooltip placement will be applied.",
24902
- "default": "'top'",
24903
- "fieldName": "tooltipPlacement",
24904
- "inheritedFrom": {
24905
- "name": "ListItem",
24906
- "module": "src/components/listitem/listitem.component.ts"
24907
- }
24908
24550
  }
24909
24551
  ],
24910
24552
  "mixins": [
@@ -24918,7 +24560,7 @@
24918
24560
  "module": "/src/components/menuitem/menuitem.component"
24919
24561
  },
24920
24562
  "tagName": "mdc-navmenuitem",
24921
- "jsDoc": "/**\n * `mdc-navmenuitem` is a menuitem styled to work as a navigation tab.\n * It supports a leading icon, optional badge and dynamic text rendering.\n *\n * Note: `mdc-navmenuitem` is intended to be used inside `mdc-menubar` as part of the sideNavigation\n * component. Its structure, spacing, and interactions are designed to align with\n * the visual and functional requirements of side navigation layouts.\n *\n * @tagname mdc-navmenuitem\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-badge\n * @dependency mdc-tooltip\n *\n * @event click - (React: onClick) This event is dispatched when the navmenuitem is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the navmenuitem.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the navmenuitem.\n * @event focus - (React: onFocus) This event is dispatched when the navmenuitem receives focus.\n * @event activechange - (React: onActiveChange) Dispatched when the active state of the navmenuitem changes.\n *\n * @cssproperty --mdc-navmenuitem-color - Text color of the navmenuitem in its normal state.\n * @cssproperty --mdc-navmenuitem-border-color - Border color of the navmenuitem in its normal state.\n * @cssproperty --mdc-navmenuitem-disabled-color - Text color of the navmenuitem when disabled.\n * @cssproperty --mdc-navmenuitem-expanded-width - Width of the navmenuitem when expanded.\n * @cssproperty --mdc-navmenuitem-hover-background-color - Background color of the navmenuitem when hovered.\n * @cssproperty --mdc-navmenuitem-hover-active-background-color - Background color of the active navmenuitem when hovered.\n * @cssproperty --mdc-navmenuitem-pressed-background-color - Background color of the navmenuitem when pressed.\n * @cssproperty --mdc-navmenuitem-pressed-active-background-color - Background color of the active navmenuitem when pressed.\n * @cssproperty --mdc-navmenuitem-disabled-background-color - Background color of the navmenuitem when disabled.\n * @cssproperty --mdc-navmenuitem-disabled-active-background-color - Background color of the active navmenuitem when disabled.\n * @cssproperty --mdc-navmenuitem-rest-active-background-color - Background color of the active nav item in its rest state.\n */",
24563
+ "jsDoc": "/**\n * `mdc-navmenuitem` is a menuitem styled to work as a navigation tab.\n * It supports a leading icon, optional badge and dynamic text rendering.\n *\n * Note: `mdc-navmenuitem` is intended to be used inside `mdc-menubar` as part of the sideNavigation\n * component. Its structure, spacing, and interactions are designed to align with\n * the visual and functional requirements of side navigation layouts.\n *\n * By providing the tooltip-text attribute, a tooltip will be displayed on hover of the navmenuitem. This tooltip is useful when an active navmenuitem is present within a submenu of the sidenavigation component.\n *\n * @tagname mdc-navmenuitem\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-badge\n * @dependency mdc-tooltip\n *\n * @event click - (React: onClick) This event is dispatched when the navmenuitem is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the navmenuitem.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the navmenuitem.\n * @event focus - (React: onFocus) This event is dispatched when the navmenuitem receives focus.\n * @event activechange - (React: onActiveChange) Dispatched when the active state of the navmenuitem changes.\n *\n * @cssproperty --mdc-navmenuitem-color - Text color of the navmenuitem in its normal state.\n * @cssproperty --mdc-navmenuitem-border-color - Border color of the navmenuitem in its normal state.\n * @cssproperty --mdc-navmenuitem-disabled-color - Text color of the navmenuitem when disabled.\n * @cssproperty --mdc-navmenuitem-expanded-width - Width of the navmenuitem when expanded.\n * @cssproperty --mdc-navmenuitem-hover-background-color - Background color of the navmenuitem when hovered.\n * @cssproperty --mdc-navmenuitem-hover-active-background-color - Background color of the active navmenuitem when hovered.\n * @cssproperty --mdc-navmenuitem-pressed-background-color - Background color of the navmenuitem when pressed.\n * @cssproperty --mdc-navmenuitem-pressed-active-background-color - Background color of the active navmenuitem when pressed.\n * @cssproperty --mdc-navmenuitem-disabled-background-color - Background color of the navmenuitem when disabled.\n * @cssproperty --mdc-navmenuitem-disabled-active-background-color - Background color of the active navmenuitem when disabled.\n * @cssproperty --mdc-navmenuitem-rest-active-background-color - Background color of the active nav item in its rest state.\n */",
24922
24564
  "customElement": true,
24923
24565
  "slots": [
24924
24566
  {
@@ -25143,7 +24785,7 @@
25143
24785
  "declarations": [
25144
24786
  {
25145
24787
  "kind": "class",
25146
- "description": "Option component, which is used within Selectlistbox within Select component.\n\nThe label and secondary label of the option can be set using the `label` and `secondaryLabel` properties respectively.\nThe `label` is the primary text displayed in the option, while the `secondaryLabel` is the secondary text displayed below the primary label.\n\nThe `selected` property is used to indicate whether the option is selected or not.\nWhen the `selected` property is set to true, a checkmark icon will be displayed\non the right side of the option to indicate that it is selected.\n\nThe `prefixIcon` property can be used to display an icon on the left side of the option label.\nWe can show a tooltip by setting `tooltip-text` attribute. This will be displayed on hover or focus of the option.\nThe tooltip will be helpful for a long label text which is truncated with ellipsis.",
24788
+ "description": "Option component, which is used within Selectlistbox within Select component.\n\nThe label and secondary label of the option can be set using the `label` and `secondaryLabel` properties respectively.\nThe `label` is the primary text displayed in the option, while the `secondaryLabel` is the secondary text displayed below the primary label.\n\nThe `selected` property is used to indicate whether the option is selected or not.\nWhen the `selected` property is set to true, a checkmark icon will be displayed\non the right side of the option to indicate that it is selected.\n\nThe `prefixIcon` property can be used to display an icon on the left side of the option label.\n\n**Note**: If an option contains a long text, it is recommended to create a tooltip for the option that displays the full text on hover.\nConsumers need to add a unique ID to this option and use that ID in the tooltip's `triggerID` attribute. We are not creating the tooltip automatically, consumers need to add `<mdc-tooltip>` element manually and associate it with the option using the `triggerID` attribute.",
25147
24789
  "name": "Option",
25148
24790
  "members": [
25149
24791
  {
@@ -25358,35 +25000,7 @@
25358
25000
  "text": "string | undefined"
25359
25001
  },
25360
25002
  "description": "The tertiary label of the list item.\nThis appears on the leading side of the list item.",
25361
- "attribute": "tertiary-label",
25362
- "reflects": true,
25363
- "inheritedFrom": {
25364
- "name": "ListItem",
25365
- "module": "components/listitem/listitem.component.js"
25366
- }
25367
- },
25368
- {
25369
- "kind": "field",
25370
- "name": "sideHeaderText",
25371
- "type": {
25372
- "text": "string | undefined"
25373
- },
25374
- "description": "The header text of the list item.\nThis appears on the trailing side of the list item.",
25375
- "attribute": "side-header-text",
25376
- "reflects": true,
25377
- "inheritedFrom": {
25378
- "name": "ListItem",
25379
- "module": "components/listitem/listitem.component.js"
25380
- }
25381
- },
25382
- {
25383
- "kind": "field",
25384
- "name": "sublineText",
25385
- "type": {
25386
- "text": "string | undefined"
25387
- },
25388
- "description": "The subline text of the list item.\nThis appears on the trailing side of the list item.",
25389
- "attribute": "subline-text",
25003
+ "attribute": "tertiary-label",
25390
25004
  "reflects": true,
25391
25005
  "inheritedFrom": {
25392
25006
  "name": "ListItem",
@@ -25395,13 +25009,12 @@
25395
25009
  },
25396
25010
  {
25397
25011
  "kind": "field",
25398
- "name": "softDisabled",
25012
+ "name": "sideHeaderText",
25399
25013
  "type": {
25400
- "text": "boolean | undefined"
25014
+ "text": "string | undefined"
25401
25015
  },
25402
- "description": "Indicates whether the element is soft disabled.\nWhen set to `true`, the element 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 element behaves like a disabled element, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
25403
- "default": "undefined",
25404
- "attribute": "soft-disabled",
25016
+ "description": "The header text of the list item.\nThis appears on the trailing side of the list item.",
25017
+ "attribute": "side-header-text",
25405
25018
  "reflects": true,
25406
25019
  "inheritedFrom": {
25407
25020
  "name": "ListItem",
@@ -25410,12 +25023,12 @@
25410
25023
  },
25411
25024
  {
25412
25025
  "kind": "field",
25413
- "name": "tooltipText",
25026
+ "name": "sublineText",
25414
25027
  "type": {
25415
25028
  "text": "string | undefined"
25416
25029
  },
25417
- "description": "The tooltip text is displayed on hover of the list item.",
25418
- "attribute": "tooltip-text",
25030
+ "description": "The subline text of the list item.\nThis appears on the trailing side of the list item.",
25031
+ "attribute": "subline-text",
25419
25032
  "reflects": true,
25420
25033
  "inheritedFrom": {
25421
25034
  "name": "ListItem",
@@ -25424,13 +25037,13 @@
25424
25037
  },
25425
25038
  {
25426
25039
  "kind": "field",
25427
- "name": "tooltipPlacement",
25040
+ "name": "softDisabled",
25428
25041
  "type": {
25429
- "text": "PopoverPlacement"
25042
+ "text": "boolean | undefined"
25430
25043
  },
25431
- "description": "The tooltip placement of the list item. If the tooltip text is present,\nthen this tooltip placement will be applied.",
25432
- "default": "'top'",
25433
- "attribute": "tooltip-placement",
25044
+ "description": "Indicates whether the element is soft disabled.\nWhen set to `true`, the element 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 element behaves like a disabled element, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
25045
+ "default": "undefined",
25046
+ "attribute": "soft-disabled",
25434
25047
  "reflects": true,
25435
25048
  "inheritedFrom": {
25436
25049
  "name": "ListItem",
@@ -25439,8 +25052,8 @@
25439
25052
  },
25440
25053
  {
25441
25054
  "kind": "method",
25442
- "name": "handleKeyDown",
25443
- "privacy": "protected",
25055
+ "name": "handleClick",
25056
+ "privacy": "private",
25444
25057
  "return": {
25445
25058
  "type": {
25446
25059
  "text": "void"
@@ -25450,12 +25063,12 @@
25450
25063
  {
25451
25064
  "name": "event",
25452
25065
  "type": {
25453
- "text": "KeyboardEvent"
25066
+ "text": "MouseEvent"
25454
25067
  },
25455
- "description": "The keyboard event triggered when a key is pressed down."
25068
+ "description": "The mouse event triggered when the list item is clicked."
25456
25069
  }
25457
25070
  ],
25458
- "description": "Fires the click event when the enter or space key is pressed down.\nThis behavior is similar to a button click and key interaction.",
25071
+ "description": "Handles the click event on the list item.\nPrevents click when listitem is disabled",
25459
25072
  "inheritedFrom": {
25460
25073
  "name": "ListItem",
25461
25074
  "module": "components/listitem/listitem.component.js"
@@ -25463,18 +25076,8 @@
25463
25076
  },
25464
25077
  {
25465
25078
  "kind": "method",
25466
- "name": "triggerClickEvent",
25079
+ "name": "handleKeyDown",
25467
25080
  "privacy": "protected",
25468
- "description": "Triggers a click event on the list item.",
25469
- "inheritedFrom": {
25470
- "name": "ListItem",
25471
- "module": "components/listitem/listitem.component.js"
25472
- }
25473
- },
25474
- {
25475
- "kind": "method",
25476
- "name": "handleClick",
25477
- "privacy": "private",
25478
25081
  "return": {
25479
25082
  "type": {
25480
25083
  "text": "void"
@@ -25484,26 +25087,12 @@
25484
25087
  {
25485
25088
  "name": "event",
25486
25089
  "type": {
25487
- "text": "MouseEvent"
25488
- }
25090
+ "text": "KeyboardEvent"
25091
+ },
25092
+ "description": "The keyboard event triggered when a key is pressed down."
25489
25093
  }
25490
25094
  ],
25491
- "description": "Handles the click event on the list item.\nIf the tooltip is open, it has to be closed first.",
25492
- "inheritedFrom": {
25493
- "name": "ListItem",
25494
- "module": "components/listitem/listitem.component.js"
25495
- }
25496
- },
25497
- {
25498
- "kind": "method",
25499
- "name": "displayTooltipForLongText",
25500
- "privacy": "private",
25501
- "return": {
25502
- "type": {
25503
- "text": "void"
25504
- }
25505
- },
25506
- "description": "Display a tooltip for the listitem.\nCreate the tooltip programmatically after the nearest parent element.",
25095
+ "description": "Fires the click event when the enter or space key is pressed down.\nThis behavior is similar to a button click and key interaction.",
25507
25096
  "inheritedFrom": {
25508
25097
  "name": "ListItem",
25509
25098
  "module": "components/listitem/listitem.component.js"
@@ -25511,14 +25100,9 @@
25511
25100
  },
25512
25101
  {
25513
25102
  "kind": "method",
25514
- "name": "hideTooltipOnLeave",
25515
- "privacy": "private",
25516
- "return": {
25517
- "type": {
25518
- "text": "void"
25519
- }
25520
- },
25521
- "description": "Removes the dynamically created tooltip for long text label on focus or mouse leave.\nThis is triggered on focusout and mouseout events.",
25103
+ "name": "triggerClickEvent",
25104
+ "privacy": "protected",
25105
+ "description": "Triggers a click event on the list item.",
25522
25106
  "inheritedFrom": {
25523
25107
  "name": "ListItem",
25524
25108
  "module": "components/listitem/listitem.component.js"
@@ -25893,31 +25477,6 @@
25893
25477
  "name": "ListItem",
25894
25478
  "module": "src/components/listitem/listitem.component.ts"
25895
25479
  }
25896
- },
25897
- {
25898
- "name": "tooltip-text",
25899
- "type": {
25900
- "text": "string | undefined"
25901
- },
25902
- "description": "The tooltip text is displayed on hover of the list item.",
25903
- "fieldName": "tooltipText",
25904
- "inheritedFrom": {
25905
- "name": "ListItem",
25906
- "module": "src/components/listitem/listitem.component.ts"
25907
- }
25908
- },
25909
- {
25910
- "name": "tooltip-placement",
25911
- "type": {
25912
- "text": "PopoverPlacement"
25913
- },
25914
- "description": "The tooltip placement of the list item. If the tooltip text is present,\nthen this tooltip placement will be applied.",
25915
- "default": "'top'",
25916
- "fieldName": "tooltipPlacement",
25917
- "inheritedFrom": {
25918
- "name": "ListItem",
25919
- "module": "src/components/listitem/listitem.component.ts"
25920
- }
25921
25480
  }
25922
25481
  ],
25923
25482
  "mixins": [
@@ -25931,7 +25490,7 @@
25931
25490
  "module": "/src/components/listitem/listitem.component"
25932
25491
  },
25933
25492
  "tagName": "mdc-option",
25934
- "jsDoc": "/**\n * Option component, which is used within Selectlistbox within Select component.\n *\n * The label and secondary label of the option can be set using the `label` and `secondaryLabel` properties respectively.\n * The `label` is the primary text displayed in the option, while the `secondaryLabel` is the secondary text displayed below the primary label.\n *\n * The `selected` property is used to indicate whether the option is selected or not.\n * When the `selected` property is set to true, a checkmark icon will be displayed\n * on the right side of the option to indicate that it is selected.\n *\n * The `prefixIcon` property can be used to display an icon on the left side of the option label.\n * We can show a tooltip by setting `tooltip-text` attribute. This will be displayed on hover or focus of the option.\n * The tooltip will be helpful for a long label text which is truncated with ellipsis.\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-tooltip\n *\n * @tagname mdc-option\n *\n * @event click - (React: onClick) This event is dispatched when the option is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the option.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the option.\n * @event focus - (React: onFocus) This event is dispatched when the option receives focus.\n */",
25493
+ "jsDoc": "/**\n * Option component, which is used within Selectlistbox within Select component.\n *\n * The label and secondary label of the option can be set using the `label` and `secondaryLabel` properties respectively.\n * The `label` is the primary text displayed in the option, while the `secondaryLabel` is the secondary text displayed below the primary label.\n *\n * The `selected` property is used to indicate whether the option is selected or not.\n * When the `selected` property is set to true, a checkmark icon will be displayed\n * on the right side of the option to indicate that it is selected.\n *\n * The `prefixIcon` property can be used to display an icon on the left side of the option label.\n *\n * **Note**: If an option contains a long text, it is recommended to create a tooltip for the option that displays the full text on hover.\n * Consumers need to add a unique ID to this option and use that ID in the tooltip's `triggerID` attribute. We are not creating the tooltip automatically, consumers need to add `<mdc-tooltip>` element manually and associate it with the option using the `triggerID` attribute.\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @tagname mdc-option\n *\n * @event click - (React: onClick) This event is dispatched when the option is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the option.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the option.\n * @event focus - (React: onFocus) This event is dispatched when the option receives focus.\n */",
25935
25494
  "customElement": true,
25936
25495
  "slots": [
25937
25496
  {
@@ -32703,7 +32262,7 @@
32703
32262
  "declarations": [
32704
32263
  {
32705
32264
  "kind": "class",
32706
- "description": "The mdc-select component is a dropdown selection control that allows users to pick an option from a predefined list.\nIt is designed to work with `mdc-option` for individual options and `mdc-optgroup` for grouping related options.\nThe component ensures accessibility and usability while handling various use cases,\nincluding long text truncation with tooltip support.\n\nEvery mdc-option should have a `value` attribute set to ensure proper form submission.\n\nTo set a default option, use the `selected` attribute on the `mdc-option` element.\n\n**Note:** Make sure to add `mdc-selectlistbox` as a child of `mdc-select` and wrap options/optgroup in it to ensure proper accessibility functionality. Read more about it in SelectListBox documentation.",
32265
+ "description": "The mdc-select component is a dropdown selection control that allows users to pick an option from a predefined list.\nIt is designed to work with `mdc-option` for individual options and `mdc-optgroup` for grouping related options.\n\nEvery mdc-option should have a `value` attribute set to ensure proper form submission.\n\nTo set a default option, use the `selected` attribute on the `mdc-option` element.\n\n**Note:** Make sure to add `mdc-selectlistbox` as a child of `mdc-select` and wrap options/optgroup in it to ensure proper accessibility functionality. Read more about it in SelectListBox documentation.\n\nIf you need to use `mdc-tooltip` with any options, make sure to place the tooltip component outside the `mdc-select` element.",
32707
32266
  "name": "Select",
32708
32267
  "cssProperties": [
32709
32268
  {
@@ -33709,7 +33268,7 @@
33709
33268
  "module": "/src/components/formfieldwrapper/formfieldwrapper.component"
33710
33269
  },
33711
33270
  "tagName": "mdc-select",
33712
- "jsDoc": "/**\n * The mdc-select component is a dropdown selection control that allows users to pick an option from a predefined list.\n * It is designed to work with `mdc-option` for individual options and `mdc-optgroup` for grouping related options.\n * The component ensures accessibility and usability while handling various use cases,\n * including long text truncation with tooltip support.\n *\n * Every mdc-option should have a `value` attribute set to ensure proper form submission.\n *\n * To set a default option, use the `selected` attribute on the `mdc-option` element.\n *\n * **Note:** Make sure to add `mdc-selectlistbox` as a child of `mdc-select` and wrap options/optgroup in it to ensure proper accessibility functionality. Read more about it in SelectListBox documentation.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-popover\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @tagname mdc-select\n *\n * @slot default - This is a default/unnamed slot for Selectlistbox including options and/or option group.\n *\n * @event click - (React: onClick) This event is dispatched when the select is clicked.\n * @event change - (React: onChange) This event is dispatched when the select is changed.\n * @event input - (React: onInput) This event is dispatched when the select is changed.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the select.\n * @event focus - (React: onFocus) This event is dispatched when the select receives focus.\n *\n * @cssproperty --mdc-select-background-color - The background color of the combobox of select.\n * @cssproperty --mdc-select-background-color-hover - The background color of the combobox of select when hovered.\n * @cssproperty --mdc-select-background-color-active - The background color of the combobox of select when active.\n * @cssproperty --mdc-select-background-color-disabled - The background color of the combobox of select when disabled.\n * @cssproperty --mdc-select-text-color - The text color of the select.\n * @cssproperty --mdc-select-text-color-selected - The text color of the selected option in the select.\n * @cssproperty --mdc-select-text-color-disabled - The text color of the select when disabled.\n * @cssproperty --mdc-select-border-color - The border color of the select.\n * @cssproperty --mdc-select-border-color-disabled - The border color of the select when disabled.\n * @cssproperty --mdc-select-border-color-success - The border color of the select when in success state.\n * @cssproperty --mdc-select-border-color-warning - The border color of the select when in warning state.\n * @cssproperty --mdc-select-border-color-error - The border color of the select when in error state.\n * @cssproperty --mdc-select-width - The width of the select.\n * @cssproperty --mdc-select-listbox-height - The height of the listbox inside the select.\n * @cssproperty --mdc-select-listbox-width - The width of the listbox inside the select (default: `--mdc-select-width`).\n */",
33271
+ "jsDoc": "/**\n * The mdc-select component is a dropdown selection control that allows users to pick an option from a predefined list.\n * It is designed to work with `mdc-option` for individual options and `mdc-optgroup` for grouping related options.\n *\n * Every mdc-option should have a `value` attribute set to ensure proper form submission.\n *\n * To set a default option, use the `selected` attribute on the `mdc-option` element.\n *\n * **Note:** Make sure to add `mdc-selectlistbox` as a child of `mdc-select` and wrap options/optgroup in it to ensure proper accessibility functionality. Read more about it in SelectListBox documentation.\n *\n * If you need to use `mdc-tooltip` with any options, make sure to place the tooltip component outside the `mdc-select` element.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-popover\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @tagname mdc-select\n *\n * @slot default - This is a default/unnamed slot for Selectlistbox including options and/or option group.\n *\n * @event click - (React: onClick) This event is dispatched when the select is clicked.\n * @event change - (React: onChange) This event is dispatched when the select is changed.\n * @event input - (React: onInput) This event is dispatched when the select is changed.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the select.\n * @event focus - (React: onFocus) This event is dispatched when the select receives focus.\n *\n * @cssproperty --mdc-select-background-color - The background color of the combobox of select.\n * @cssproperty --mdc-select-background-color-hover - The background color of the combobox of select when hovered.\n * @cssproperty --mdc-select-background-color-active - The background color of the combobox of select when active.\n * @cssproperty --mdc-select-background-color-disabled - The background color of the combobox of select when disabled.\n * @cssproperty --mdc-select-text-color - The text color of the select.\n * @cssproperty --mdc-select-text-color-selected - The text color of the selected option in the select.\n * @cssproperty --mdc-select-text-color-disabled - The text color of the select when disabled.\n * @cssproperty --mdc-select-border-color - The border color of the select.\n * @cssproperty --mdc-select-border-color-disabled - The border color of the select when disabled.\n * @cssproperty --mdc-select-border-color-success - The border color of the select when in success state.\n * @cssproperty --mdc-select-border-color-warning - The border color of the select when in warning state.\n * @cssproperty --mdc-select-border-color-error - The border color of the select when in error state.\n * @cssproperty --mdc-select-width - The width of the select.\n * @cssproperty --mdc-select-listbox-height - The height of the listbox inside the select.\n * @cssproperty --mdc-select-listbox-width - The width of the listbox inside the select (default: `--mdc-select-width`).\n */",
33713
33272
  "customElement": true
33714
33273
  }
33715
33274
  ],
@@ -33982,6 +33541,88 @@
33982
33541
  }
33983
33542
  ]
33984
33543
  },
33544
+ {
33545
+ "kind": "javascript-module",
33546
+ "path": "components/skeleton/skeleton.component.js",
33547
+ "declarations": [
33548
+ {
33549
+ "kind": "class",
33550
+ "description": "`mdc-skeleton` is a component that shows a grey placeholder area.\nIt provides visual feedback to users that content is being loaded.\n\n**Skeleton Variants:**\n- **rectangular**: Default variant with 0.25rem border radius\n- **rounded**: Has 0.5rem border radius\n- **circular**: Has 50% border radius for circular shapes\n- **button**: Optimized for button placeholders with 1.25rem border radius\n\n**Sizing Behavior:**\n1. If wrapping content, takes dimensions of wrapped content\n2. Otherwise grows to fill parent container",
33551
+ "name": "Skeleton",
33552
+ "cssProperties": [
33553
+ {
33554
+ "description": "background color of the skeleton",
33555
+ "name": "--mdc-skeleton-background-color"
33556
+ },
33557
+ {
33558
+ "description": "height of the skeleton",
33559
+ "name": "--mdc-skeleton-height"
33560
+ },
33561
+ {
33562
+ "description": "width of the skeleton",
33563
+ "name": "--mdc-skeleton-width"
33564
+ }
33565
+ ],
33566
+ "slots": [
33567
+ {
33568
+ "description": "Content to wrap (optional). When provided, skeleton takes dimensions of this content.",
33569
+ "name": ""
33570
+ }
33571
+ ],
33572
+ "members": [
33573
+ {
33574
+ "kind": "field",
33575
+ "name": "variant",
33576
+ "type": {
33577
+ "text": "SkeletonVariant"
33578
+ },
33579
+ "description": "The variant of skeleton to display\n- **rectangular**: Default rectangular shape with 0.25rem border radius\n- **rounded**: Rounded rectangle with 0.5rem border radius\n- **circular**: Circular shape with 50% border radius\n- **button**: Button placeholder with 1.25rem border radius",
33580
+ "default": "rectangular",
33581
+ "attribute": "variant",
33582
+ "reflects": true
33583
+ },
33584
+ {
33585
+ "kind": "method",
33586
+ "name": "checkSlotContent",
33587
+ "privacy": "private",
33588
+ "return": {
33589
+ "type": {
33590
+ "text": "void"
33591
+ }
33592
+ }
33593
+ }
33594
+ ],
33595
+ "attributes": [
33596
+ {
33597
+ "name": "variant",
33598
+ "type": {
33599
+ "text": "SkeletonVariant"
33600
+ },
33601
+ "description": "The variant of skeleton to display\n- **rectangular**: Default rectangular shape with 0.25rem border radius\n- **rounded**: Rounded rectangle with 0.5rem border radius\n- **circular**: Circular shape with 50% border radius\n- **button**: Button placeholder with 1.25rem border radius",
33602
+ "default": "rectangular",
33603
+ "fieldName": "variant"
33604
+ }
33605
+ ],
33606
+ "superclass": {
33607
+ "name": "Component",
33608
+ "module": "/src/models"
33609
+ },
33610
+ "tagName": "mdc-skeleton",
33611
+ "jsDoc": "/**\n * `mdc-skeleton` is a component that shows a grey placeholder area.\n * It provides visual feedback to users that content is being loaded.\n *\n * **Skeleton Variants:**\n * - **rectangular**: Default variant with 0.25rem border radius\n * - **rounded**: Has 0.5rem border radius\n * - **circular**: Has 50% border radius for circular shapes\n * - **button**: Optimized for button placeholders with 1.25rem border radius\n *\n * **Sizing Behavior:**\n * 1. If wrapping content, takes dimensions of wrapped content\n * 2. Otherwise grows to fill parent container\n *\n * @tagname mdc-skeleton\n *\n * @slot - Content to wrap (optional). When provided, skeleton takes dimensions of this content.\n *\n * @cssproperty --mdc-skeleton-background-color - background color of the skeleton\n * @cssproperty --mdc-skeleton-height - height of the skeleton\n * @cssproperty --mdc-skeleton-width - width of the skeleton\n */",
33612
+ "customElement": true
33613
+ }
33614
+ ],
33615
+ "exports": [
33616
+ {
33617
+ "kind": "js",
33618
+ "name": "default",
33619
+ "declaration": {
33620
+ "name": "Skeleton",
33621
+ "module": "components/skeleton/skeleton.component.js"
33622
+ }
33623
+ }
33624
+ ]
33625
+ },
33985
33626
  {
33986
33627
  "kind": "javascript-module",
33987
33628
  "path": "components/slider/slider.component.js",
@@ -34494,88 +34135,6 @@
34494
34135
  }
34495
34136
  ]
34496
34137
  },
34497
- {
34498
- "kind": "javascript-module",
34499
- "path": "components/skeleton/skeleton.component.js",
34500
- "declarations": [
34501
- {
34502
- "kind": "class",
34503
- "description": "`mdc-skeleton` is a component that shows a grey placeholder area.\nIt provides visual feedback to users that content is being loaded.\n\n**Skeleton Variants:**\n- **rectangular**: Default variant with 0.25rem border radius\n- **rounded**: Has 0.5rem border radius\n- **circular**: Has 50% border radius for circular shapes\n- **button**: Optimized for button placeholders with 1.25rem border radius\n\n**Sizing Behavior:**\n1. If wrapping content, takes dimensions of wrapped content\n2. Otherwise grows to fill parent container",
34504
- "name": "Skeleton",
34505
- "cssProperties": [
34506
- {
34507
- "description": "background color of the skeleton",
34508
- "name": "--mdc-skeleton-background-color"
34509
- },
34510
- {
34511
- "description": "height of the skeleton",
34512
- "name": "--mdc-skeleton-height"
34513
- },
34514
- {
34515
- "description": "width of the skeleton",
34516
- "name": "--mdc-skeleton-width"
34517
- }
34518
- ],
34519
- "slots": [
34520
- {
34521
- "description": "Content to wrap (optional). When provided, skeleton takes dimensions of this content.",
34522
- "name": ""
34523
- }
34524
- ],
34525
- "members": [
34526
- {
34527
- "kind": "field",
34528
- "name": "variant",
34529
- "type": {
34530
- "text": "SkeletonVariant"
34531
- },
34532
- "description": "The variant of skeleton to display\n- **rectangular**: Default rectangular shape with 0.25rem border radius\n- **rounded**: Rounded rectangle with 0.5rem border radius\n- **circular**: Circular shape with 50% border radius\n- **button**: Button placeholder with 1.25rem border radius",
34533
- "default": "rectangular",
34534
- "attribute": "variant",
34535
- "reflects": true
34536
- },
34537
- {
34538
- "kind": "method",
34539
- "name": "checkSlotContent",
34540
- "privacy": "private",
34541
- "return": {
34542
- "type": {
34543
- "text": "void"
34544
- }
34545
- }
34546
- }
34547
- ],
34548
- "attributes": [
34549
- {
34550
- "name": "variant",
34551
- "type": {
34552
- "text": "SkeletonVariant"
34553
- },
34554
- "description": "The variant of skeleton to display\n- **rectangular**: Default rectangular shape with 0.25rem border radius\n- **rounded**: Rounded rectangle with 0.5rem border radius\n- **circular**: Circular shape with 50% border radius\n- **button**: Button placeholder with 1.25rem border radius",
34555
- "default": "rectangular",
34556
- "fieldName": "variant"
34557
- }
34558
- ],
34559
- "superclass": {
34560
- "name": "Component",
34561
- "module": "/src/models"
34562
- },
34563
- "tagName": "mdc-skeleton",
34564
- "jsDoc": "/**\n * `mdc-skeleton` is a component that shows a grey placeholder area.\n * It provides visual feedback to users that content is being loaded.\n *\n * **Skeleton Variants:**\n * - **rectangular**: Default variant with 0.25rem border radius\n * - **rounded**: Has 0.5rem border radius\n * - **circular**: Has 50% border radius for circular shapes\n * - **button**: Optimized for button placeholders with 1.25rem border radius\n *\n * **Sizing Behavior:**\n * 1. If wrapping content, takes dimensions of wrapped content\n * 2. Otherwise grows to fill parent container\n *\n * @tagname mdc-skeleton\n *\n * @slot - Content to wrap (optional). When provided, skeleton takes dimensions of this content.\n *\n * @cssproperty --mdc-skeleton-background-color - background color of the skeleton\n * @cssproperty --mdc-skeleton-height - height of the skeleton\n * @cssproperty --mdc-skeleton-width - width of the skeleton\n */",
34565
- "customElement": true
34566
- }
34567
- ],
34568
- "exports": [
34569
- {
34570
- "kind": "js",
34571
- "name": "default",
34572
- "declaration": {
34573
- "name": "Skeleton",
34574
- "module": "components/skeleton/skeleton.component.js"
34575
- }
34576
- }
34577
- ]
34578
- },
34579
34138
  {
34580
34139
  "kind": "javascript-module",
34581
34140
  "path": "components/spinner/spinner.component.js",