@momentum-design/components 0.120.31 → 0.120.33

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 (73) hide show
  1. package/dist/browser/index.js +227 -367
  2. package/dist/browser/index.js.map +2 -2
  3. package/dist/components/checkbox/checkbox.component.d.ts +2 -0
  4. package/dist/components/checkbox/checkbox.component.js +3 -0
  5. package/dist/components/checkbox/checkbox.styles.js +14 -52
  6. package/dist/components/combobox/combobox.component.d.ts +1 -0
  7. package/dist/components/combobox/combobox.component.js +1 -0
  8. package/dist/components/formfieldgroup/formfieldgroup.component.d.ts +1 -0
  9. package/dist/components/formfieldgroup/formfieldgroup.component.js +1 -0
  10. package/dist/components/formfieldwrapper/formfieldwrapper.component.d.ts +1 -0
  11. package/dist/components/formfieldwrapper/formfieldwrapper.component.js +1 -0
  12. package/dist/components/formfieldwrapper/formfieldwrapper.styles.js +8 -4
  13. package/dist/components/input/input.component.d.ts +1 -0
  14. package/dist/components/input/input.component.js +1 -0
  15. package/dist/components/password/password.component.d.ts +1 -0
  16. package/dist/components/password/password.component.js +1 -0
  17. package/dist/components/progressbar/progressbar.component.d.ts +1 -0
  18. package/dist/components/progressbar/progressbar.component.js +1 -0
  19. package/dist/components/radio/radio.component.d.ts +5 -8
  20. package/dist/components/radio/radio.component.js +6 -8
  21. package/dist/components/radio/radio.styles.js +16 -74
  22. package/dist/components/searchfield/searchfield.component.d.ts +1 -0
  23. package/dist/components/searchfield/searchfield.component.js +1 -0
  24. package/dist/components/select/select.component.d.ts +1 -0
  25. package/dist/components/select/select.component.js +1 -0
  26. package/dist/components/staticcheckbox/staticcheckbox.component.d.ts +4 -9
  27. package/dist/components/staticcheckbox/staticcheckbox.component.js +4 -9
  28. package/dist/components/staticcheckbox/staticcheckbox.styles.js +54 -56
  29. package/dist/components/staticradio/staticradio.component.d.ts +5 -12
  30. package/dist/components/staticradio/staticradio.component.js +5 -12
  31. package/dist/components/staticradio/staticradio.styles.js +65 -58
  32. package/dist/components/statictoggle/statictoggle.component.d.ts +7 -15
  33. package/dist/components/statictoggle/statictoggle.component.js +7 -15
  34. package/dist/components/statictoggle/statictoggle.styles.js +55 -64
  35. package/dist/components/textarea/textarea.component.d.ts +1 -0
  36. package/dist/components/textarea/textarea.component.js +1 -0
  37. package/dist/components/toggle/toggle.component.d.ts +8 -11
  38. package/dist/components/toggle/toggle.component.js +10 -13
  39. package/dist/components/toggle/toggle.styles.js +12 -58
  40. package/dist/custom-elements.json +1099 -1083
  41. package/dist/react/checkbox/index.d.ts +2 -0
  42. package/dist/react/checkbox/index.js +2 -0
  43. package/dist/react/combobox/index.d.ts +1 -0
  44. package/dist/react/combobox/index.js +1 -0
  45. package/dist/react/formfieldgroup/index.d.ts +1 -0
  46. package/dist/react/formfieldgroup/index.js +1 -0
  47. package/dist/react/formfieldwrapper/index.d.ts +1 -0
  48. package/dist/react/formfieldwrapper/index.js +1 -0
  49. package/dist/react/index.d.ts +3 -3
  50. package/dist/react/index.js +3 -3
  51. package/dist/react/input/index.d.ts +1 -0
  52. package/dist/react/input/index.js +1 -0
  53. package/dist/react/password/index.d.ts +1 -0
  54. package/dist/react/password/index.js +1 -0
  55. package/dist/react/progressbar/index.d.ts +1 -0
  56. package/dist/react/progressbar/index.js +1 -0
  57. package/dist/react/radio/index.d.ts +5 -8
  58. package/dist/react/radio/index.js +5 -8
  59. package/dist/react/searchfield/index.d.ts +1 -0
  60. package/dist/react/searchfield/index.js +1 -0
  61. package/dist/react/select/index.d.ts +1 -0
  62. package/dist/react/select/index.js +1 -0
  63. package/dist/react/staticcheckbox/index.d.ts +4 -9
  64. package/dist/react/staticcheckbox/index.js +4 -9
  65. package/dist/react/staticradio/index.d.ts +5 -12
  66. package/dist/react/staticradio/index.js +5 -12
  67. package/dist/react/statictoggle/index.d.ts +7 -15
  68. package/dist/react/statictoggle/index.js +7 -15
  69. package/dist/react/textarea/index.d.ts +1 -0
  70. package/dist/react/textarea/index.js +1 -0
  71. package/dist/react/toggle/index.d.ts +8 -11
  72. package/dist/react/toggle/index.js +8 -11
  73. package/package.json +1 -1
@@ -4762,6 +4762,182 @@
4762
4762
  }
4763
4763
  ]
4764
4764
  },
4765
+ {
4766
+ "kind": "javascript-module",
4767
+ "path": "components/brandvisual/brandvisual.component.js",
4768
+ "declarations": [
4769
+ {
4770
+ "kind": "class",
4771
+ "description": "The `mdc-brandvisual` component is responsible for rendering logos dynamically & ensures they are\ndisplayed correctly within applications.\n\nFeatures:\n- Dynamically loads brandvisuals based on the `name` attribute.\n- Emits a `load` event when the brandvisual is successfully fetched.\n- Emits an `error` event when the brandvisual import fails.\n- Supports accessibility best practices.\n- Used for brand representation within the design system.",
4772
+ "name": "Brandvisual",
4773
+ "members": [
4774
+ {
4775
+ "kind": "field",
4776
+ "name": "brandVisualData",
4777
+ "type": {
4778
+ "text": "Element | TemplateResult | undefined"
4779
+ },
4780
+ "privacy": "private"
4781
+ },
4782
+ {
4783
+ "kind": "field",
4784
+ "name": "name",
4785
+ "type": {
4786
+ "text": "BrandVisualNames | undefined"
4787
+ },
4788
+ "description": "Name of the brandVisual (= filename)",
4789
+ "attribute": "name",
4790
+ "reflects": true
4791
+ },
4792
+ {
4793
+ "kind": "field",
4794
+ "name": "altText",
4795
+ "type": {
4796
+ "text": "string | undefined"
4797
+ },
4798
+ "description": "Alt text for the brandvisual image for accessibility.\nThis will only be set if the brandvisual is an image (png).",
4799
+ "attribute": "altText",
4800
+ "reflects": true
4801
+ },
4802
+ {
4803
+ "kind": "method",
4804
+ "name": "getBrandVisualData",
4805
+ "privacy": "private"
4806
+ },
4807
+ {
4808
+ "kind": "method",
4809
+ "name": "injectTemplateAttributes",
4810
+ "privacy": "private",
4811
+ "return": {
4812
+ "type": {
4813
+ "text": "Element | TemplateResult"
4814
+ }
4815
+ },
4816
+ "parameters": [
4817
+ {
4818
+ "name": "litTemplate",
4819
+ "type": {
4820
+ "text": "TemplateResult"
4821
+ }
4822
+ },
4823
+ {
4824
+ "name": "tag",
4825
+ "type": {
4826
+ "text": "string"
4827
+ }
4828
+ },
4829
+ {
4830
+ "name": "props",
4831
+ "type": {
4832
+ "text": "any"
4833
+ }
4834
+ }
4835
+ ]
4836
+ },
4837
+ {
4838
+ "kind": "method",
4839
+ "name": "injectHtmlAttributes",
4840
+ "privacy": "private",
4841
+ "return": {
4842
+ "type": {
4843
+ "text": "Element"
4844
+ }
4845
+ },
4846
+ "parameters": [
4847
+ {
4848
+ "name": "html",
4849
+ "type": {
4850
+ "text": "Element"
4851
+ }
4852
+ },
4853
+ {
4854
+ "name": "props",
4855
+ "type": {
4856
+ "text": "imageProps"
4857
+ }
4858
+ }
4859
+ ]
4860
+ },
4861
+ {
4862
+ "kind": "method",
4863
+ "name": "handleBrandVisualLoadedSuccess",
4864
+ "privacy": "private",
4865
+ "parameters": [
4866
+ {
4867
+ "name": "brandVisualHtml",
4868
+ "type": {
4869
+ "text": "TemplateResult"
4870
+ },
4871
+ "description": "The brandvisual html element which has been fetched from the brandvisual provider."
4872
+ }
4873
+ ],
4874
+ "description": "Sets the brandVisualData state to the fetched brandvisual.\nDispatches a 'load' event on the component once the brandvisual has been successfully loaded."
4875
+ },
4876
+ {
4877
+ "kind": "method",
4878
+ "name": "handleBrandVisualLoadedFailure",
4879
+ "privacy": "private",
4880
+ "parameters": [
4881
+ {
4882
+ "name": "error",
4883
+ "type": {
4884
+ "text": "unknown"
4885
+ }
4886
+ }
4887
+ ],
4888
+ "description": "Dispatches an 'error' event on the component when the brandvisual import has failed.\nThis event bubbles and is cancelable.\nThe error detail is set to the error object."
4889
+ }
4890
+ ],
4891
+ "events": [
4892
+ {
4893
+ "description": "(React: onLoad) This event is dispatched when the brandvisual has been successfully loaded.",
4894
+ "name": "load",
4895
+ "reactName": "onLoad"
4896
+ },
4897
+ {
4898
+ "description": "(React: onError) This event is dispatched when the brandvisual fetching has failed.",
4899
+ "name": "error",
4900
+ "reactName": "onError"
4901
+ }
4902
+ ],
4903
+ "attributes": [
4904
+ {
4905
+ "name": "name",
4906
+ "type": {
4907
+ "text": "BrandVisualNames | undefined"
4908
+ },
4909
+ "description": "Name of the brandVisual (= filename)",
4910
+ "fieldName": "name"
4911
+ },
4912
+ {
4913
+ "name": "altText",
4914
+ "type": {
4915
+ "text": "string | undefined"
4916
+ },
4917
+ "description": "Alt text for the brandvisual image for accessibility.\nThis will only be set if the brandvisual is an image (png).",
4918
+ "fieldName": "altText"
4919
+ }
4920
+ ],
4921
+ "superclass": {
4922
+ "name": "Component",
4923
+ "module": "/src/models"
4924
+ },
4925
+ "tagName": "mdc-brandvisual",
4926
+ "jsDoc": "/**\n * The `mdc-brandvisual` component is responsible for rendering logos dynamically & ensures they are\n * displayed correctly within applications.\n *\n * Features:\n * - Dynamically loads brandvisuals based on the `name` attribute.\n * - Emits a `load` event when the brandvisual is successfully fetched.\n * - Emits an `error` event when the brandvisual import fails.\n * - Supports accessibility best practices.\n * - Used for brand representation within the design system.\n *\n * @tagname mdc-brandvisual\n *\n * @event load - (React: onLoad) This event is dispatched when the brandvisual has been successfully loaded.\n * @event error - (React: onError) This event is dispatched when the brandvisual fetching has failed.\n *\n */",
4927
+ "customElement": true
4928
+ }
4929
+ ],
4930
+ "exports": [
4931
+ {
4932
+ "kind": "js",
4933
+ "name": "default",
4934
+ "declaration": {
4935
+ "name": "Brandvisual",
4936
+ "module": "components/brandvisual/brandvisual.component.js"
4937
+ }
4938
+ }
4939
+ ]
4940
+ },
4765
4941
  {
4766
4942
  "kind": "javascript-module",
4767
4943
  "path": "components/bullet/bullet.component.js",
@@ -5648,182 +5824,6 @@
5648
5824
  }
5649
5825
  ]
5650
5826
  },
5651
- {
5652
- "kind": "javascript-module",
5653
- "path": "components/brandvisual/brandvisual.component.js",
5654
- "declarations": [
5655
- {
5656
- "kind": "class",
5657
- "description": "The `mdc-brandvisual` component is responsible for rendering logos dynamically & ensures they are\ndisplayed correctly within applications.\n\nFeatures:\n- Dynamically loads brandvisuals based on the `name` attribute.\n- Emits a `load` event when the brandvisual is successfully fetched.\n- Emits an `error` event when the brandvisual import fails.\n- Supports accessibility best practices.\n- Used for brand representation within the design system.",
5658
- "name": "Brandvisual",
5659
- "members": [
5660
- {
5661
- "kind": "field",
5662
- "name": "brandVisualData",
5663
- "type": {
5664
- "text": "Element | TemplateResult | undefined"
5665
- },
5666
- "privacy": "private"
5667
- },
5668
- {
5669
- "kind": "field",
5670
- "name": "name",
5671
- "type": {
5672
- "text": "BrandVisualNames | undefined"
5673
- },
5674
- "description": "Name of the brandVisual (= filename)",
5675
- "attribute": "name",
5676
- "reflects": true
5677
- },
5678
- {
5679
- "kind": "field",
5680
- "name": "altText",
5681
- "type": {
5682
- "text": "string | undefined"
5683
- },
5684
- "description": "Alt text for the brandvisual image for accessibility.\nThis will only be set if the brandvisual is an image (png).",
5685
- "attribute": "altText",
5686
- "reflects": true
5687
- },
5688
- {
5689
- "kind": "method",
5690
- "name": "getBrandVisualData",
5691
- "privacy": "private"
5692
- },
5693
- {
5694
- "kind": "method",
5695
- "name": "injectTemplateAttributes",
5696
- "privacy": "private",
5697
- "return": {
5698
- "type": {
5699
- "text": "Element | TemplateResult"
5700
- }
5701
- },
5702
- "parameters": [
5703
- {
5704
- "name": "litTemplate",
5705
- "type": {
5706
- "text": "TemplateResult"
5707
- }
5708
- },
5709
- {
5710
- "name": "tag",
5711
- "type": {
5712
- "text": "string"
5713
- }
5714
- },
5715
- {
5716
- "name": "props",
5717
- "type": {
5718
- "text": "any"
5719
- }
5720
- }
5721
- ]
5722
- },
5723
- {
5724
- "kind": "method",
5725
- "name": "injectHtmlAttributes",
5726
- "privacy": "private",
5727
- "return": {
5728
- "type": {
5729
- "text": "Element"
5730
- }
5731
- },
5732
- "parameters": [
5733
- {
5734
- "name": "html",
5735
- "type": {
5736
- "text": "Element"
5737
- }
5738
- },
5739
- {
5740
- "name": "props",
5741
- "type": {
5742
- "text": "imageProps"
5743
- }
5744
- }
5745
- ]
5746
- },
5747
- {
5748
- "kind": "method",
5749
- "name": "handleBrandVisualLoadedSuccess",
5750
- "privacy": "private",
5751
- "parameters": [
5752
- {
5753
- "name": "brandVisualHtml",
5754
- "type": {
5755
- "text": "TemplateResult"
5756
- },
5757
- "description": "The brandvisual html element which has been fetched from the brandvisual provider."
5758
- }
5759
- ],
5760
- "description": "Sets the brandVisualData state to the fetched brandvisual.\nDispatches a 'load' event on the component once the brandvisual has been successfully loaded."
5761
- },
5762
- {
5763
- "kind": "method",
5764
- "name": "handleBrandVisualLoadedFailure",
5765
- "privacy": "private",
5766
- "parameters": [
5767
- {
5768
- "name": "error",
5769
- "type": {
5770
- "text": "unknown"
5771
- }
5772
- }
5773
- ],
5774
- "description": "Dispatches an 'error' event on the component when the brandvisual import has failed.\nThis event bubbles and is cancelable.\nThe error detail is set to the error object."
5775
- }
5776
- ],
5777
- "events": [
5778
- {
5779
- "description": "(React: onLoad) This event is dispatched when the brandvisual has been successfully loaded.",
5780
- "name": "load",
5781
- "reactName": "onLoad"
5782
- },
5783
- {
5784
- "description": "(React: onError) This event is dispatched when the brandvisual fetching has failed.",
5785
- "name": "error",
5786
- "reactName": "onError"
5787
- }
5788
- ],
5789
- "attributes": [
5790
- {
5791
- "name": "name",
5792
- "type": {
5793
- "text": "BrandVisualNames | undefined"
5794
- },
5795
- "description": "Name of the brandVisual (= filename)",
5796
- "fieldName": "name"
5797
- },
5798
- {
5799
- "name": "altText",
5800
- "type": {
5801
- "text": "string | undefined"
5802
- },
5803
- "description": "Alt text for the brandvisual image for accessibility.\nThis will only be set if the brandvisual is an image (png).",
5804
- "fieldName": "altText"
5805
- }
5806
- ],
5807
- "superclass": {
5808
- "name": "Component",
5809
- "module": "/src/models"
5810
- },
5811
- "tagName": "mdc-brandvisual",
5812
- "jsDoc": "/**\n * The `mdc-brandvisual` component is responsible for rendering logos dynamically & ensures they are\n * displayed correctly within applications.\n *\n * Features:\n * - Dynamically loads brandvisuals based on the `name` attribute.\n * - Emits a `load` event when the brandvisual is successfully fetched.\n * - Emits an `error` event when the brandvisual import fails.\n * - Supports accessibility best practices.\n * - Used for brand representation within the design system.\n *\n * @tagname mdc-brandvisual\n *\n * @event load - (React: onLoad) This event is dispatched when the brandvisual has been successfully loaded.\n * @event error - (React: onError) This event is dispatched when the brandvisual fetching has failed.\n *\n */",
5813
- "customElement": true
5814
- }
5815
- ],
5816
- "exports": [
5817
- {
5818
- "kind": "js",
5819
- "name": "default",
5820
- "declaration": {
5821
- "name": "Brandvisual",
5822
- "module": "components/brandvisual/brandvisual.component.js"
5823
- }
5824
- }
5825
- ]
5826
- },
5827
5827
  {
5828
5828
  "kind": "javascript-module",
5829
5829
  "path": "components/buttongroup/buttongroup.component.js",
@@ -7214,16 +7214,48 @@
7214
7214
  },
7215
7215
  {
7216
7216
  "kind": "javascript-module",
7217
- "path": "components/card/card.component.js",
7217
+ "path": "components/cardbutton/cardbutton.component.js",
7218
7218
  "declarations": [
7219
7219
  {
7220
7220
  "kind": "class",
7221
- "description": "The card component allows users to organize information in a structured and tangible\nformat that is visually appealing. `mdc-card` is a static component that supports\nthe following features:\n- Image\n- Header\n - Icon\n - Title\n - Subtitle\n- Body\n\nThe card can either be vertically or horizontally oriented. The vertical card has a min-width of 20rem and the horizontal card has a min-width of 40rem.\n\nThere are 2 variants for the card that represent the border styling - 'border' and 'ghost'.\n\nTo make this card interactive, use the following slots:\n- `icon-button`: This slot supports action icon buttons in the header section (maximum of 3 buttons).\n- `footer-link`: This slot is for passing `mdc-link` component within the footer section.\n- `footer-button-primary`: This slot is for passing primary variant of `mdc-button` component within the footer section.\n- `footer-button-secondary`: This slot is for passing secondary variant of `mdc-button` component\nwithin the footer section.\n\nInteractive card additionally supports 'promotional' variant that represents the border styling - 'promotional'.",
7222
- "name": "Card",
7221
+ "description": "cardbutton component looks like a card and behaves as a button component.\n\n**Note**: This is a single selection card i.e. interacting anywhere on the card would trigger the click event.\nMake sure to pass only non-interactable elements within the slots.",
7222
+ "name": "CardButton",
7223
7223
  "cssProperties": [
7224
7224
  {
7225
7225
  "description": "The width of the card",
7226
7226
  "name": "--mdc-card-width"
7227
+ },
7228
+ {
7229
+ "description": "Height for button size",
7230
+ "name": "--mdc-button-height",
7231
+ "inheritedFrom": {
7232
+ "name": "Buttonsimple",
7233
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
7234
+ }
7235
+ },
7236
+ {
7237
+ "description": "Background color of the button",
7238
+ "name": "--mdc-button-background",
7239
+ "inheritedFrom": {
7240
+ "name": "Buttonsimple",
7241
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
7242
+ }
7243
+ },
7244
+ {
7245
+ "description": "Borer color of the button",
7246
+ "name": "--mdc-button-border-color",
7247
+ "inheritedFrom": {
7248
+ "name": "Buttonsimple",
7249
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
7250
+ }
7251
+ },
7252
+ {
7253
+ "description": "Text color of the button",
7254
+ "name": "--mdc-button-text-color",
7255
+ "inheritedFrom": {
7256
+ "name": "Buttonsimple",
7257
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
7258
+ }
7227
7259
  }
7228
7260
  ],
7229
7261
  "cssParts": [
@@ -7288,14 +7320,6 @@
7288
7320
  {
7289
7321
  "description": "This slot is for passing primary variant of `mdc-button` component within the footer section.",
7290
7322
  "name": "footer-button-primary"
7291
- },
7292
- {
7293
- "description": "This slot is for passing secondary variant of `mdc-button` component within the footer section.",
7294
- "name": "footer-button-secondary"
7295
- },
7296
- {
7297
- "description": " This slot is for passing custom footer content. Only use this if really needed, using the footer-link and footer-button slots is preferred.",
7298
- "name": "footer"
7299
7323
  }
7300
7324
  ],
7301
7325
  "members": [
@@ -7489,19 +7513,351 @@
7489
7513
  "module": "utils/mixins/CardComponentMixin.js"
7490
7514
  }
7491
7515
  },
7516
+ {
7517
+ "kind": "field",
7518
+ "name": "autoFocusOnMount",
7519
+ "type": {
7520
+ "text": "boolean"
7521
+ },
7522
+ "default": "false",
7523
+ "description": "This property indicates whether the element should receive focus automatically when it is mounted.\n\nIt will not focus if the element is re-attached to the DOM after being removed.",
7524
+ "attribute": "auto-focus-on-mount",
7525
+ "reflects": true,
7526
+ "inheritedFrom": {
7527
+ "name": "Buttonsimple",
7528
+ "module": "components/buttonsimple/buttonsimple.component.js"
7529
+ }
7530
+ },
7531
+ {
7532
+ "kind": "field",
7533
+ "name": "tabIndex",
7534
+ "type": {
7535
+ "text": "number"
7536
+ },
7537
+ "default": "0",
7538
+ "description": "This property specifies the tab order of the element.",
7539
+ "attribute": "tabIndex",
7540
+ "reflects": true,
7541
+ "inheritedFrom": {
7542
+ "name": "Buttonsimple",
7543
+ "module": "components/buttonsimple/buttonsimple.component.js"
7544
+ }
7545
+ },
7546
+ {
7547
+ "kind": "field",
7548
+ "name": "disabled",
7549
+ "type": {
7550
+ "text": "boolean | undefined"
7551
+ },
7552
+ "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
7553
+ "default": "undefined",
7554
+ "attribute": "disabled",
7555
+ "reflects": true,
7556
+ "inheritedFrom": {
7557
+ "name": "Buttonsimple",
7558
+ "module": "components/buttonsimple/buttonsimple.component.js"
7559
+ }
7560
+ },
7561
+ {
7562
+ "kind": "field",
7563
+ "name": "active",
7564
+ "type": {
7565
+ "text": "boolean | undefined"
7566
+ },
7567
+ "description": "The button's active state indicates whether it is currently toggled on (active) or off (inactive).\nWhen the active state is true, the button is considered to be in an active state, meaning it is toggled on.\nConversely, when the active state is false, the button is in an inactive state, indicating it is toggled off.\n\nThis attribute is used to set the provided `ariaStateKey` to true or false.",
7568
+ "default": "undefined",
7569
+ "attribute": "active",
7570
+ "reflects": true,
7571
+ "inheritedFrom": {
7572
+ "name": "Buttonsimple",
7573
+ "module": "components/buttonsimple/buttonsimple.component.js"
7574
+ }
7575
+ },
7576
+ {
7577
+ "kind": "field",
7578
+ "name": "softDisabled",
7579
+ "type": {
7580
+ "text": "boolean | undefined"
7581
+ },
7582
+ "description": "Indicates whether the button is soft disabled.\nWhen set to `true`, the button appears visually disabled but still allows\nfocus, click, and keyboard actions to be passed through.\n\n**Important:** When using soft disabled, consumers must ensure that\nthe button behaves like a disabled button, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
7583
+ "default": "undefined",
7584
+ "attribute": "soft-disabled",
7585
+ "reflects": true,
7586
+ "inheritedFrom": {
7587
+ "name": "Buttonsimple",
7588
+ "module": "components/buttonsimple/buttonsimple.component.js"
7589
+ }
7590
+ },
7591
+ {
7592
+ "kind": "field",
7593
+ "name": "size",
7594
+ "type": {
7595
+ "text": "ButtonSize"
7596
+ },
7597
+ "description": "Simplebutton size is a super set of all the sizes supported by children components.",
7598
+ "default": "32",
7599
+ "attribute": "size",
7600
+ "reflects": true,
7601
+ "inheritedFrom": {
7602
+ "name": "Buttonsimple",
7603
+ "module": "components/buttonsimple/buttonsimple.component.js"
7604
+ }
7605
+ },
7606
+ {
7607
+ "kind": "field",
7608
+ "name": "role",
7609
+ "type": {
7610
+ "text": "RoleType"
7611
+ },
7612
+ "description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
7613
+ "default": "button",
7614
+ "attribute": "role",
7615
+ "reflects": true,
7616
+ "inheritedFrom": {
7617
+ "name": "Buttonsimple",
7618
+ "module": "components/buttonsimple/buttonsimple.component.js"
7619
+ }
7620
+ },
7621
+ {
7622
+ "kind": "field",
7623
+ "name": "ariaStateKey",
7624
+ "type": {
7625
+ "text": "string | undefined"
7626
+ },
7627
+ "description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
7628
+ "default": "'aria-pressed' (when)",
7629
+ "attribute": "ariaStateKey",
7630
+ "reflects": true,
7631
+ "inheritedFrom": {
7632
+ "name": "Buttonsimple",
7633
+ "module": "components/buttonsimple/buttonsimple.component.js"
7634
+ }
7635
+ },
7636
+ {
7637
+ "kind": "field",
7638
+ "name": "type",
7639
+ "type": {
7640
+ "text": "ButtonType"
7641
+ },
7642
+ "description": "This property defines the type attribute for the button element.\nThe type attribute specifies the behavior of the button when it is clicked.\n- **submit**: The button submits the form data to the server.\n- **reset**: The button resets the form data to its initial state.\n- **button**: The button does nothing when clicked.",
7643
+ "default": "button",
7644
+ "attribute": "type",
7645
+ "reflects": true,
7646
+ "inheritedFrom": {
7647
+ "name": "Buttonsimple",
7648
+ "module": "components/buttonsimple/buttonsimple.component.js"
7649
+ }
7650
+ },
7651
+ {
7652
+ "kind": "field",
7653
+ "name": "name",
7654
+ "type": {
7655
+ "text": "string | undefined"
7656
+ },
7657
+ "description": "The name of the button, submitted as a pair with the button's value as part of the form data,\nwhen that button is used to submit the form.",
7658
+ "attribute": "name",
7659
+ "reflects": true,
7660
+ "inheritedFrom": {
7661
+ "name": "Buttonsimple",
7662
+ "module": "components/buttonsimple/buttonsimple.component.js"
7663
+ }
7664
+ },
7665
+ {
7666
+ "kind": "field",
7667
+ "name": "value",
7668
+ "type": {
7669
+ "text": "string | undefined"
7670
+ },
7671
+ "description": "Defines the value associated with the button's name when it's submitted with the form data.\nThis value is passed to the server in params when the form is submitted using this button.",
7672
+ "attribute": "value",
7673
+ "reflects": true,
7674
+ "inheritedFrom": {
7675
+ "name": "Buttonsimple",
7676
+ "module": "components/buttonsimple/buttonsimple.component.js"
7677
+ }
7678
+ },
7492
7679
  {
7493
7680
  "kind": "method",
7494
- "name": "renderFooter",
7681
+ "name": "executeAction",
7495
7682
  "privacy": "protected",
7496
- "description": "Renders the footer of the card if footer-link,\nfooter-button-primary, or footer-button-secondary slots are provided",
7497
- "return": {
7498
- "type": {
7499
- "text": ""
7683
+ "inheritedFrom": {
7684
+ "name": "Buttonsimple",
7685
+ "module": "components/buttonsimple/buttonsimple.component.js"
7686
+ }
7687
+ },
7688
+ {
7689
+ "kind": "method",
7690
+ "name": "setActive",
7691
+ "privacy": "protected",
7692
+ "parameters": [
7693
+ {
7694
+ "name": "element",
7695
+ "type": {
7696
+ "text": "HTMLElement"
7697
+ },
7698
+ "description": "The button element"
7699
+ },
7700
+ {
7701
+ "name": "active",
7702
+ "optional": true,
7703
+ "type": {
7704
+ "text": "boolean"
7705
+ },
7706
+ "description": "The active state of the element"
7500
7707
  }
7501
- },
7708
+ ],
7709
+ "description": "Sets the ariaStateKey attributes based on the active state of the button.",
7502
7710
  "inheritedFrom": {
7503
- "name": "FooterMixin",
7504
- "module": "utils/mixins/FooterMixin.js"
7711
+ "name": "Buttonsimple",
7712
+ "module": "components/buttonsimple/buttonsimple.component.js"
7713
+ }
7714
+ },
7715
+ {
7716
+ "kind": "method",
7717
+ "name": "setSoftDisabled",
7718
+ "privacy": "private",
7719
+ "parameters": [
7720
+ {
7721
+ "name": "element",
7722
+ "type": {
7723
+ "text": "HTMLElement"
7724
+ },
7725
+ "description": "The button element."
7726
+ },
7727
+ {
7728
+ "name": "softDisabled",
7729
+ "optional": true,
7730
+ "type": {
7731
+ "text": "boolean"
7732
+ },
7733
+ "description": "The soft-disabled state."
7734
+ }
7735
+ ],
7736
+ "description": "Sets the soft-disabled attribute for the button.\nWhen soft-disabled, the button looks to be disabled but remains focusable and clickable.\nAlso sets/removes aria-disabled attribute.",
7737
+ "inheritedFrom": {
7738
+ "name": "Buttonsimple",
7739
+ "module": "components/buttonsimple/buttonsimple.component.js"
7740
+ }
7741
+ },
7742
+ {
7743
+ "kind": "method",
7744
+ "name": "setDisabled",
7745
+ "privacy": "private",
7746
+ "parameters": [
7747
+ {
7748
+ "name": "element",
7749
+ "type": {
7750
+ "text": "HTMLElement"
7751
+ },
7752
+ "description": "The button element."
7753
+ },
7754
+ {
7755
+ "name": "disabled",
7756
+ "type": {
7757
+ "text": "boolean"
7758
+ },
7759
+ "description": "The disabled state."
7760
+ }
7761
+ ],
7762
+ "description": "Sets the disabled attribute for the button.\nWhen disabled, the button is not focusable or clickable, and tabindex is set to -1.\nThe previous tabindex is stored and restored when enabled.\nAlso sets/removes aria-disabled attribute.",
7763
+ "inheritedFrom": {
7764
+ "name": "Buttonsimple",
7765
+ "module": "components/buttonsimple/buttonsimple.component.js"
7766
+ }
7767
+ },
7768
+ {
7769
+ "kind": "method",
7770
+ "name": "triggerClickEvent",
7771
+ "privacy": "private",
7772
+ "inheritedFrom": {
7773
+ "name": "Buttonsimple",
7774
+ "module": "components/buttonsimple/buttonsimple.component.js"
7775
+ }
7776
+ },
7777
+ {
7778
+ "kind": "method",
7779
+ "name": "handleBlur",
7780
+ "privacy": "private",
7781
+ "description": "In case the button is pressed and the focus is lost while pressing,\nthe pressed class is removed.",
7782
+ "inheritedFrom": {
7783
+ "name": "Buttonsimple",
7784
+ "module": "components/buttonsimple/buttonsimple.component.js"
7785
+ }
7786
+ },
7787
+ {
7788
+ "kind": "method",
7789
+ "name": "handleKeyDown",
7790
+ "privacy": "private",
7791
+ "parameters": [
7792
+ {
7793
+ "name": "event",
7794
+ "type": {
7795
+ "text": "KeyboardEvent"
7796
+ },
7797
+ "description": "The keyboard event."
7798
+ }
7799
+ ],
7800
+ "description": "Handles the keydown event on the button.\nIf the key is 'Enter' or 'Space', the button is pressed.\nIf the key is 'Enter', the button is pressed. The native HTML button works in the same way.\nIf the key is 'Space', the button's default is prevent to avoid scrolling etc in the host application.",
7801
+ "inheritedFrom": {
7802
+ "name": "Buttonsimple",
7803
+ "module": "components/buttonsimple/buttonsimple.component.js"
7804
+ }
7805
+ },
7806
+ {
7807
+ "kind": "method",
7808
+ "name": "handleKeyUp",
7809
+ "privacy": "private",
7810
+ "parameters": [
7811
+ {
7812
+ "name": "event",
7813
+ "type": {
7814
+ "text": "KeyboardEvent"
7815
+ },
7816
+ "description": "The keyboard event."
7817
+ }
7818
+ ],
7819
+ "description": "Handles the keyup event on the button.\nIf the key is 'Enter' or 'Space', the button is clicked.\nIf the key is 'Space', the button is pressed. The native HTML button works in the same way.",
7820
+ "inheritedFrom": {
7821
+ "name": "Buttonsimple",
7822
+ "module": "components/buttonsimple/buttonsimple.component.js"
7823
+ }
7824
+ }
7825
+ ],
7826
+ "events": [
7827
+ {
7828
+ "description": "(React: onClick) Event that gets dispatched when the card is clicked.",
7829
+ "name": "click",
7830
+ "reactName": "onClick",
7831
+ "inheritedFrom": {
7832
+ "name": "Buttonsimple",
7833
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
7834
+ }
7835
+ },
7836
+ {
7837
+ "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the card. It fires the click event when enter key is used.",
7838
+ "name": "keydown",
7839
+ "reactName": "onKeyDown",
7840
+ "inheritedFrom": {
7841
+ "name": "Buttonsimple",
7842
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
7843
+ }
7844
+ },
7845
+ {
7846
+ "description": "(React: onKeyUp) This event is dispatched when a key is released on the card. It fires the click event when space key is used.",
7847
+ "name": "keyup",
7848
+ "reactName": "onKeyUp",
7849
+ "inheritedFrom": {
7850
+ "name": "Buttonsimple",
7851
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
7852
+ }
7853
+ },
7854
+ {
7855
+ "description": "(React: onFocus) Event that gets dispatched when the card receives focus.",
7856
+ "name": "focus",
7857
+ "reactName": "onFocus",
7858
+ "inheritedFrom": {
7859
+ "name": "Buttonsimple",
7860
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
7505
7861
  }
7506
7862
  }
7507
7863
  ],
@@ -7509,18 +7865,14 @@
7509
7865
  {
7510
7866
  "name": "CardComponentMixin",
7511
7867
  "module": "/src/utils/mixins/CardComponentMixin"
7512
- },
7513
- {
7514
- "name": "FooterMixin",
7515
- "module": "/src/utils/mixins/FooterMixin"
7516
7868
  }
7517
7869
  ],
7518
7870
  "superclass": {
7519
- "name": "Component",
7520
- "module": "/src/models"
7871
+ "name": "Buttonsimple",
7872
+ "module": "/src/components/buttonsimple/buttonsimple.component"
7521
7873
  },
7522
- "tagName": "mdc-card",
7523
- "jsDoc": "/**\n * The card component allows users to organize information in a structured and tangible\n * format that is visually appealing. `mdc-card` is a static component that supports\n * the following features:\n * - Image\n * - Header\n * - Icon\n * - Title\n * - Subtitle\n * - Body\n *\n * The card can either be vertically or horizontally oriented. The vertical card has a min-width of 20rem and the horizontal card has a min-width of 40rem.\n *\n * There are 2 variants for the card that represent the border styling - 'border' and 'ghost'.\n *\n * To make this card interactive, use the following slots:\n * - `icon-button`: This slot supports action icon buttons in the header section (maximum of 3 buttons).\n * - `footer-link`: This slot is for passing `mdc-link` component within the footer section.\n * - `footer-button-primary`: This slot is for passing primary variant of `mdc-button` component within the footer section.\n * - `footer-button-secondary`: This slot is for passing secondary variant of `mdc-button` component\n * within the footer section.\n *\n * Interactive card additionally supports 'promotional' variant that represents the border styling - 'promotional'.\n *\n * @slot before-body - This slot is for passing the content before the body\n * @slot body - This slot is for passing the text content for the card\n * @slot after-body - This slot is for passing the content after the body\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of\n * `mdc-button` component within the footer section.\n * @slot footer-button-secondary - This slot is for passing secondary variant of `mdc-button` component\n * within the footer section.\n * @slot footer - This slot is for passing custom footer content. Only use this if really needed,\n * using the footer-link and footer-button slots is preferred.\n *\n * @csspart header - The header part of the card\n * @csspart icon - The icon part of the card header\n * @csspart body - The body part of the card\n * @csspart image - The image part of the card\n * @csspart footer - The footer part of the card\n * @csspart footer-link - The link part of the card footer\n * @csspart footer-button-primary - The primary button part of the card footer\n * @csspart footer-button-secondary - The secondary button part of the card footer\n * @csspart icon-button - The icon button part of the card header\n * @csspart text - The text part of the card\n *\n * @tagname mdc-card\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @cssproperty --mdc-card-width - The width of the card\n *\n */",
7874
+ "tagName": "mdc-cardbutton",
7875
+ "jsDoc": "/**\n * cardbutton component looks like a card and behaves as a button component.\n *\n * **Note**: This is a single selection card i.e. interacting anywhere on the card would trigger the click event.\n * Make sure to pass only non-interactable elements within the slots.\n *\n * @tagname mdc-cardbutton\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @event click - (React: onClick) Event that gets dispatched when the card is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the card.\n * It fires the click event when enter key is used.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the card.\n * It fires the click event when space key is used.\n * @event focus - (React: onFocus) Event that gets dispatched when the card receives focus.\n *\n * @slot before-body - This slot is for passing the content before the body\n * @slot body - This slot is for passing the text content for the card\n * @slot after-body - This slot is for passing the content after the body\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of `mdc-button` component within the footer section.\n *\n * @csspart header - The header part of the card\n * @csspart icon - The icon part of the card header\n * @csspart body - The body part of the card\n * @csspart image - The image part of the card\n * @csspart footer - The footer part of the card\n * @csspart footer-link - The link part of the card footer\n * @csspart footer-button-primary - The primary button part of the card footer\n * @csspart footer-button-secondary - The secondary button part of the card footer\n * @csspart icon-button - The icon button part of the card header\n * @csspart text - The text part of the card\n *\n * @cssproperty --mdc-card-width - The width of the card\n */",
7524
7876
  "customElement": true,
7525
7877
  "attributes": [
7526
7878
  {
@@ -7638,66 +7990,175 @@
7638
7990
  "name": "CardComponentMixin",
7639
7991
  "module": "src/utils/mixins/CardComponentMixin.ts"
7640
7992
  }
7641
- }
7642
- ]
7643
- }
7644
- ],
7645
- "exports": [
7646
- {
7647
- "kind": "js",
7648
- "name": "default",
7649
- "declaration": {
7650
- "name": "Card",
7651
- "module": "components/card/card.component.js"
7652
- }
7653
- }
7654
- ]
7655
- },
7656
- {
7657
- "kind": "javascript-module",
7658
- "path": "components/cardbutton/cardbutton.component.js",
7659
- "declarations": [
7660
- {
7661
- "kind": "class",
7662
- "description": "cardbutton component looks like a card and behaves as a button component.\n\n**Note**: This is a single selection card i.e. interacting anywhere on the card would trigger the click event.\nMake sure to pass only non-interactable elements within the slots.",
7663
- "name": "CardButton",
7664
- "cssProperties": [
7993
+ },
7665
7994
  {
7666
- "description": "The width of the card",
7667
- "name": "--mdc-card-width"
7995
+ "name": "auto-focus-on-mount",
7996
+ "type": {
7997
+ "text": "boolean"
7998
+ },
7999
+ "default": "false",
8000
+ "description": "This property indicates whether the element should receive focus automatically when it is mounted.\n\nIt will not focus if the element is re-attached to the DOM after being removed.",
8001
+ "fieldName": "autoFocusOnMount",
8002
+ "inheritedFrom": {
8003
+ "name": "Buttonsimple",
8004
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
8005
+ }
7668
8006
  },
7669
8007
  {
7670
- "description": "Height for button size",
7671
- "name": "--mdc-button-height",
8008
+ "name": "tabIndex",
8009
+ "type": {
8010
+ "text": "number"
8011
+ },
8012
+ "default": "0",
8013
+ "description": "This property specifies the tab order of the element.",
8014
+ "fieldName": "tabIndex",
7672
8015
  "inheritedFrom": {
7673
8016
  "name": "Buttonsimple",
7674
8017
  "module": "src/components/buttonsimple/buttonsimple.component.ts"
7675
8018
  }
7676
8019
  },
7677
8020
  {
7678
- "description": "Background color of the button",
7679
- "name": "--mdc-button-background",
8021
+ "name": "disabled",
8022
+ "type": {
8023
+ "text": "boolean | undefined"
8024
+ },
8025
+ "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
8026
+ "default": "undefined",
8027
+ "fieldName": "disabled",
7680
8028
  "inheritedFrom": {
7681
8029
  "name": "Buttonsimple",
7682
8030
  "module": "src/components/buttonsimple/buttonsimple.component.ts"
7683
8031
  }
7684
8032
  },
7685
8033
  {
7686
- "description": "Borer color of the button",
7687
- "name": "--mdc-button-border-color",
8034
+ "name": "active",
8035
+ "type": {
8036
+ "text": "boolean | undefined"
8037
+ },
8038
+ "description": "The button's active state indicates whether it is currently toggled on (active) or off (inactive).\nWhen the active state is true, the button is considered to be in an active state, meaning it is toggled on.\nConversely, when the active state is false, the button is in an inactive state, indicating it is toggled off.\n\nThis attribute is used to set the provided `ariaStateKey` to true or false.",
8039
+ "default": "undefined",
8040
+ "fieldName": "active",
7688
8041
  "inheritedFrom": {
7689
8042
  "name": "Buttonsimple",
7690
8043
  "module": "src/components/buttonsimple/buttonsimple.component.ts"
7691
8044
  }
7692
8045
  },
7693
8046
  {
7694
- "description": "Text color of the button",
7695
- "name": "--mdc-button-text-color",
8047
+ "name": "soft-disabled",
8048
+ "type": {
8049
+ "text": "boolean | undefined"
8050
+ },
8051
+ "description": "Indicates whether the button is soft disabled.\nWhen set to `true`, the button appears visually disabled but still allows\nfocus, click, and keyboard actions to be passed through.\n\n**Important:** When using soft disabled, consumers must ensure that\nthe button behaves like a disabled button, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
8052
+ "default": "undefined",
8053
+ "fieldName": "softDisabled",
8054
+ "inheritedFrom": {
8055
+ "name": "Buttonsimple",
8056
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
8057
+ }
8058
+ },
8059
+ {
8060
+ "name": "size",
8061
+ "type": {
8062
+ "text": "ButtonSize"
8063
+ },
8064
+ "description": "Simplebutton size is a super set of all the sizes supported by children components.",
8065
+ "default": "32",
8066
+ "fieldName": "size",
8067
+ "inheritedFrom": {
8068
+ "name": "Buttonsimple",
8069
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
8070
+ }
8071
+ },
8072
+ {
8073
+ "name": "role",
8074
+ "type": {
8075
+ "text": "RoleType"
8076
+ },
8077
+ "description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
8078
+ "default": "button",
8079
+ "fieldName": "role",
8080
+ "inheritedFrom": {
8081
+ "name": "Buttonsimple",
8082
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
8083
+ }
8084
+ },
8085
+ {
8086
+ "name": "ariaStateKey",
8087
+ "type": {
8088
+ "text": "string | undefined"
8089
+ },
8090
+ "description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
8091
+ "default": "'aria-pressed' (when)",
8092
+ "fieldName": "ariaStateKey",
8093
+ "inheritedFrom": {
8094
+ "name": "Buttonsimple",
8095
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
8096
+ }
8097
+ },
8098
+ {
8099
+ "name": "type",
8100
+ "type": {
8101
+ "text": "ButtonType"
8102
+ },
8103
+ "description": "This property defines the type attribute for the button element.\nThe type attribute specifies the behavior of the button when it is clicked.\n- **submit**: The button submits the form data to the server.\n- **reset**: The button resets the form data to its initial state.\n- **button**: The button does nothing when clicked.",
8104
+ "default": "button",
8105
+ "fieldName": "type",
8106
+ "inheritedFrom": {
8107
+ "name": "Buttonsimple",
8108
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
8109
+ }
8110
+ },
8111
+ {
8112
+ "name": "name",
8113
+ "type": {
8114
+ "text": "string | undefined"
8115
+ },
8116
+ "description": "The name of the button, submitted as a pair with the button's value as part of the form data,\nwhen that button is used to submit the form.",
8117
+ "fieldName": "name",
8118
+ "inheritedFrom": {
8119
+ "name": "Buttonsimple",
8120
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
8121
+ }
8122
+ },
8123
+ {
8124
+ "name": "value",
8125
+ "type": {
8126
+ "text": "string | undefined"
8127
+ },
8128
+ "description": "Defines the value associated with the button's name when it's submitted with the form data.\nThis value is passed to the server in params when the form is submitted using this button.",
8129
+ "fieldName": "value",
7696
8130
  "inheritedFrom": {
7697
8131
  "name": "Buttonsimple",
7698
8132
  "module": "src/components/buttonsimple/buttonsimple.component.ts"
7699
8133
  }
7700
8134
  }
8135
+ ]
8136
+ }
8137
+ ],
8138
+ "exports": [
8139
+ {
8140
+ "kind": "js",
8141
+ "name": "default",
8142
+ "declaration": {
8143
+ "name": "CardButton",
8144
+ "module": "components/cardbutton/cardbutton.component.js"
8145
+ }
8146
+ }
8147
+ ]
8148
+ },
8149
+ {
8150
+ "kind": "javascript-module",
8151
+ "path": "components/card/card.component.js",
8152
+ "declarations": [
8153
+ {
8154
+ "kind": "class",
8155
+ "description": "The card component allows users to organize information in a structured and tangible\nformat that is visually appealing. `mdc-card` is a static component that supports\nthe following features:\n- Image\n- Header\n - Icon\n - Title\n - Subtitle\n- Body\n\nThe card can either be vertically or horizontally oriented. The vertical card has a min-width of 20rem and the horizontal card has a min-width of 40rem.\n\nThere are 2 variants for the card that represent the border styling - 'border' and 'ghost'.\n\nTo make this card interactive, use the following slots:\n- `icon-button`: This slot supports action icon buttons in the header section (maximum of 3 buttons).\n- `footer-link`: This slot is for passing `mdc-link` component within the footer section.\n- `footer-button-primary`: This slot is for passing primary variant of `mdc-button` component within the footer section.\n- `footer-button-secondary`: This slot is for passing secondary variant of `mdc-button` component\nwithin the footer section.\n\nInteractive card additionally supports 'promotional' variant that represents the border styling - 'promotional'.",
8156
+ "name": "Card",
8157
+ "cssProperties": [
8158
+ {
8159
+ "description": "The width of the card",
8160
+ "name": "--mdc-card-width"
8161
+ }
7701
8162
  ],
7702
8163
  "cssParts": [
7703
8164
  {
@@ -7761,6 +8222,14 @@
7761
8222
  {
7762
8223
  "description": "This slot is for passing primary variant of `mdc-button` component within the footer section.",
7763
8224
  "name": "footer-button-primary"
8225
+ },
8226
+ {
8227
+ "description": "This slot is for passing secondary variant of `mdc-button` component within the footer section.",
8228
+ "name": "footer-button-secondary"
8229
+ },
8230
+ {
8231
+ "description": " This slot is for passing custom footer content. Only use this if really needed, using the footer-link and footer-button slots is preferred.",
8232
+ "name": "footer"
7764
8233
  }
7765
8234
  ],
7766
8235
  "members": [
@@ -7954,351 +8423,19 @@
7954
8423
  "module": "utils/mixins/CardComponentMixin.js"
7955
8424
  }
7956
8425
  },
7957
- {
7958
- "kind": "field",
7959
- "name": "autoFocusOnMount",
7960
- "type": {
7961
- "text": "boolean"
7962
- },
7963
- "default": "false",
7964
- "description": "This property indicates whether the element should receive focus automatically when it is mounted.\n\nIt will not focus if the element is re-attached to the DOM after being removed.",
7965
- "attribute": "auto-focus-on-mount",
7966
- "reflects": true,
7967
- "inheritedFrom": {
7968
- "name": "Buttonsimple",
7969
- "module": "components/buttonsimple/buttonsimple.component.js"
7970
- }
7971
- },
7972
- {
7973
- "kind": "field",
7974
- "name": "tabIndex",
7975
- "type": {
7976
- "text": "number"
7977
- },
7978
- "default": "0",
7979
- "description": "This property specifies the tab order of the element.",
7980
- "attribute": "tabIndex",
7981
- "reflects": true,
7982
- "inheritedFrom": {
7983
- "name": "Buttonsimple",
7984
- "module": "components/buttonsimple/buttonsimple.component.js"
7985
- }
7986
- },
7987
- {
7988
- "kind": "field",
7989
- "name": "disabled",
7990
- "type": {
7991
- "text": "boolean | undefined"
7992
- },
7993
- "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
7994
- "default": "undefined",
7995
- "attribute": "disabled",
7996
- "reflects": true,
7997
- "inheritedFrom": {
7998
- "name": "Buttonsimple",
7999
- "module": "components/buttonsimple/buttonsimple.component.js"
8000
- }
8001
- },
8002
- {
8003
- "kind": "field",
8004
- "name": "active",
8005
- "type": {
8006
- "text": "boolean | undefined"
8007
- },
8008
- "description": "The button's active state indicates whether it is currently toggled on (active) or off (inactive).\nWhen the active state is true, the button is considered to be in an active state, meaning it is toggled on.\nConversely, when the active state is false, the button is in an inactive state, indicating it is toggled off.\n\nThis attribute is used to set the provided `ariaStateKey` to true or false.",
8009
- "default": "undefined",
8010
- "attribute": "active",
8011
- "reflects": true,
8012
- "inheritedFrom": {
8013
- "name": "Buttonsimple",
8014
- "module": "components/buttonsimple/buttonsimple.component.js"
8015
- }
8016
- },
8017
- {
8018
- "kind": "field",
8019
- "name": "softDisabled",
8020
- "type": {
8021
- "text": "boolean | undefined"
8022
- },
8023
- "description": "Indicates whether the button is soft disabled.\nWhen set to `true`, the button appears visually disabled but still allows\nfocus, click, and keyboard actions to be passed through.\n\n**Important:** When using soft disabled, consumers must ensure that\nthe button behaves like a disabled button, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
8024
- "default": "undefined",
8025
- "attribute": "soft-disabled",
8026
- "reflects": true,
8027
- "inheritedFrom": {
8028
- "name": "Buttonsimple",
8029
- "module": "components/buttonsimple/buttonsimple.component.js"
8030
- }
8031
- },
8032
- {
8033
- "kind": "field",
8034
- "name": "size",
8035
- "type": {
8036
- "text": "ButtonSize"
8037
- },
8038
- "description": "Simplebutton size is a super set of all the sizes supported by children components.",
8039
- "default": "32",
8040
- "attribute": "size",
8041
- "reflects": true,
8042
- "inheritedFrom": {
8043
- "name": "Buttonsimple",
8044
- "module": "components/buttonsimple/buttonsimple.component.js"
8045
- }
8046
- },
8047
- {
8048
- "kind": "field",
8049
- "name": "role",
8050
- "type": {
8051
- "text": "RoleType"
8052
- },
8053
- "description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
8054
- "default": "button",
8055
- "attribute": "role",
8056
- "reflects": true,
8057
- "inheritedFrom": {
8058
- "name": "Buttonsimple",
8059
- "module": "components/buttonsimple/buttonsimple.component.js"
8060
- }
8061
- },
8062
- {
8063
- "kind": "field",
8064
- "name": "ariaStateKey",
8065
- "type": {
8066
- "text": "string | undefined"
8067
- },
8068
- "description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
8069
- "default": "'aria-pressed' (when)",
8070
- "attribute": "ariaStateKey",
8071
- "reflects": true,
8072
- "inheritedFrom": {
8073
- "name": "Buttonsimple",
8074
- "module": "components/buttonsimple/buttonsimple.component.js"
8075
- }
8076
- },
8077
- {
8078
- "kind": "field",
8079
- "name": "type",
8080
- "type": {
8081
- "text": "ButtonType"
8082
- },
8083
- "description": "This property defines the type attribute for the button element.\nThe type attribute specifies the behavior of the button when it is clicked.\n- **submit**: The button submits the form data to the server.\n- **reset**: The button resets the form data to its initial state.\n- **button**: The button does nothing when clicked.",
8084
- "default": "button",
8085
- "attribute": "type",
8086
- "reflects": true,
8087
- "inheritedFrom": {
8088
- "name": "Buttonsimple",
8089
- "module": "components/buttonsimple/buttonsimple.component.js"
8090
- }
8091
- },
8092
- {
8093
- "kind": "field",
8094
- "name": "name",
8095
- "type": {
8096
- "text": "string | undefined"
8097
- },
8098
- "description": "The name of the button, submitted as a pair with the button's value as part of the form data,\nwhen that button is used to submit the form.",
8099
- "attribute": "name",
8100
- "reflects": true,
8101
- "inheritedFrom": {
8102
- "name": "Buttonsimple",
8103
- "module": "components/buttonsimple/buttonsimple.component.js"
8104
- }
8105
- },
8106
- {
8107
- "kind": "field",
8108
- "name": "value",
8109
- "type": {
8110
- "text": "string | undefined"
8111
- },
8112
- "description": "Defines the value associated with the button's name when it's submitted with the form data.\nThis value is passed to the server in params when the form is submitted using this button.",
8113
- "attribute": "value",
8114
- "reflects": true,
8115
- "inheritedFrom": {
8116
- "name": "Buttonsimple",
8117
- "module": "components/buttonsimple/buttonsimple.component.js"
8118
- }
8119
- },
8120
- {
8121
- "kind": "method",
8122
- "name": "executeAction",
8123
- "privacy": "protected",
8124
- "inheritedFrom": {
8125
- "name": "Buttonsimple",
8126
- "module": "components/buttonsimple/buttonsimple.component.js"
8127
- }
8128
- },
8129
8426
  {
8130
8427
  "kind": "method",
8131
- "name": "setActive",
8428
+ "name": "renderFooter",
8132
8429
  "privacy": "protected",
8133
- "parameters": [
8134
- {
8135
- "name": "element",
8136
- "type": {
8137
- "text": "HTMLElement"
8138
- },
8139
- "description": "The button element"
8140
- },
8141
- {
8142
- "name": "active",
8143
- "optional": true,
8144
- "type": {
8145
- "text": "boolean"
8146
- },
8147
- "description": "The active state of the element"
8148
- }
8149
- ],
8150
- "description": "Sets the ariaStateKey attributes based on the active state of the button.",
8151
- "inheritedFrom": {
8152
- "name": "Buttonsimple",
8153
- "module": "components/buttonsimple/buttonsimple.component.js"
8154
- }
8155
- },
8156
- {
8157
- "kind": "method",
8158
- "name": "setSoftDisabled",
8159
- "privacy": "private",
8160
- "parameters": [
8161
- {
8162
- "name": "element",
8163
- "type": {
8164
- "text": "HTMLElement"
8165
- },
8166
- "description": "The button element."
8167
- },
8168
- {
8169
- "name": "softDisabled",
8170
- "optional": true,
8171
- "type": {
8172
- "text": "boolean"
8173
- },
8174
- "description": "The soft-disabled state."
8175
- }
8176
- ],
8177
- "description": "Sets the soft-disabled attribute for the button.\nWhen soft-disabled, the button looks to be disabled but remains focusable and clickable.\nAlso sets/removes aria-disabled attribute.",
8178
- "inheritedFrom": {
8179
- "name": "Buttonsimple",
8180
- "module": "components/buttonsimple/buttonsimple.component.js"
8181
- }
8182
- },
8183
- {
8184
- "kind": "method",
8185
- "name": "setDisabled",
8186
- "privacy": "private",
8187
- "parameters": [
8188
- {
8189
- "name": "element",
8190
- "type": {
8191
- "text": "HTMLElement"
8192
- },
8193
- "description": "The button element."
8194
- },
8195
- {
8196
- "name": "disabled",
8197
- "type": {
8198
- "text": "boolean"
8199
- },
8200
- "description": "The disabled state."
8201
- }
8202
- ],
8203
- "description": "Sets the disabled attribute for the button.\nWhen disabled, the button is not focusable or clickable, and tabindex is set to -1.\nThe previous tabindex is stored and restored when enabled.\nAlso sets/removes aria-disabled attribute.",
8204
- "inheritedFrom": {
8205
- "name": "Buttonsimple",
8206
- "module": "components/buttonsimple/buttonsimple.component.js"
8207
- }
8208
- },
8209
- {
8210
- "kind": "method",
8211
- "name": "triggerClickEvent",
8212
- "privacy": "private",
8213
- "inheritedFrom": {
8214
- "name": "Buttonsimple",
8215
- "module": "components/buttonsimple/buttonsimple.component.js"
8216
- }
8217
- },
8218
- {
8219
- "kind": "method",
8220
- "name": "handleBlur",
8221
- "privacy": "private",
8222
- "description": "In case the button is pressed and the focus is lost while pressing,\nthe pressed class is removed.",
8223
- "inheritedFrom": {
8224
- "name": "Buttonsimple",
8225
- "module": "components/buttonsimple/buttonsimple.component.js"
8226
- }
8227
- },
8228
- {
8229
- "kind": "method",
8230
- "name": "handleKeyDown",
8231
- "privacy": "private",
8232
- "parameters": [
8233
- {
8234
- "name": "event",
8235
- "type": {
8236
- "text": "KeyboardEvent"
8237
- },
8238
- "description": "The keyboard event."
8239
- }
8240
- ],
8241
- "description": "Handles the keydown event on the button.\nIf the key is 'Enter' or 'Space', the button is pressed.\nIf the key is 'Enter', the button is pressed. The native HTML button works in the same way.\nIf the key is 'Space', the button's default is prevent to avoid scrolling etc in the host application.",
8242
- "inheritedFrom": {
8243
- "name": "Buttonsimple",
8244
- "module": "components/buttonsimple/buttonsimple.component.js"
8245
- }
8246
- },
8247
- {
8248
- "kind": "method",
8249
- "name": "handleKeyUp",
8250
- "privacy": "private",
8251
- "parameters": [
8252
- {
8253
- "name": "event",
8254
- "type": {
8255
- "text": "KeyboardEvent"
8256
- },
8257
- "description": "The keyboard event."
8430
+ "description": "Renders the footer of the card if footer-link,\nfooter-button-primary, or footer-button-secondary slots are provided",
8431
+ "return": {
8432
+ "type": {
8433
+ "text": ""
8258
8434
  }
8259
- ],
8260
- "description": "Handles the keyup event on the button.\nIf the key is 'Enter' or 'Space', the button is clicked.\nIf the key is 'Space', the button is pressed. The native HTML button works in the same way.",
8261
- "inheritedFrom": {
8262
- "name": "Buttonsimple",
8263
- "module": "components/buttonsimple/buttonsimple.component.js"
8264
- }
8265
- }
8266
- ],
8267
- "events": [
8268
- {
8269
- "description": "(React: onClick) Event that gets dispatched when the card is clicked.",
8270
- "name": "click",
8271
- "reactName": "onClick",
8272
- "inheritedFrom": {
8273
- "name": "Buttonsimple",
8274
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
8275
- }
8276
- },
8277
- {
8278
- "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the card. It fires the click event when enter key is used.",
8279
- "name": "keydown",
8280
- "reactName": "onKeyDown",
8281
- "inheritedFrom": {
8282
- "name": "Buttonsimple",
8283
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
8284
- }
8285
- },
8286
- {
8287
- "description": "(React: onKeyUp) This event is dispatched when a key is released on the card. It fires the click event when space key is used.",
8288
- "name": "keyup",
8289
- "reactName": "onKeyUp",
8290
- "inheritedFrom": {
8291
- "name": "Buttonsimple",
8292
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
8293
- }
8294
- },
8295
- {
8296
- "description": "(React: onFocus) Event that gets dispatched when the card receives focus.",
8297
- "name": "focus",
8298
- "reactName": "onFocus",
8435
+ },
8299
8436
  "inheritedFrom": {
8300
- "name": "Buttonsimple",
8301
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
8437
+ "name": "FooterMixin",
8438
+ "module": "utils/mixins/FooterMixin.js"
8302
8439
  }
8303
8440
  }
8304
8441
  ],
@@ -8306,14 +8443,18 @@
8306
8443
  {
8307
8444
  "name": "CardComponentMixin",
8308
8445
  "module": "/src/utils/mixins/CardComponentMixin"
8446
+ },
8447
+ {
8448
+ "name": "FooterMixin",
8449
+ "module": "/src/utils/mixins/FooterMixin"
8309
8450
  }
8310
8451
  ],
8311
8452
  "superclass": {
8312
- "name": "Buttonsimple",
8313
- "module": "/src/components/buttonsimple/buttonsimple.component"
8453
+ "name": "Component",
8454
+ "module": "/src/models"
8314
8455
  },
8315
- "tagName": "mdc-cardbutton",
8316
- "jsDoc": "/**\n * cardbutton component looks like a card and behaves as a button component.\n *\n * **Note**: This is a single selection card i.e. interacting anywhere on the card would trigger the click event.\n * Make sure to pass only non-interactable elements within the slots.\n *\n * @tagname mdc-cardbutton\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @event click - (React: onClick) Event that gets dispatched when the card is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the card.\n * It fires the click event when enter key is used.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the card.\n * It fires the click event when space key is used.\n * @event focus - (React: onFocus) Event that gets dispatched when the card receives focus.\n *\n * @slot before-body - This slot is for passing the content before the body\n * @slot body - This slot is for passing the text content for the card\n * @slot after-body - This slot is for passing the content after the body\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of `mdc-button` component within the footer section.\n *\n * @csspart header - The header part of the card\n * @csspart icon - The icon part of the card header\n * @csspart body - The body part of the card\n * @csspart image - The image part of the card\n * @csspart footer - The footer part of the card\n * @csspart footer-link - The link part of the card footer\n * @csspart footer-button-primary - The primary button part of the card footer\n * @csspart footer-button-secondary - The secondary button part of the card footer\n * @csspart icon-button - The icon button part of the card header\n * @csspart text - The text part of the card\n *\n * @cssproperty --mdc-card-width - The width of the card\n */",
8456
+ "tagName": "mdc-card",
8457
+ "jsDoc": "/**\n * The card component allows users to organize information in a structured and tangible\n * format that is visually appealing. `mdc-card` is a static component that supports\n * the following features:\n * - Image\n * - Header\n * - Icon\n * - Title\n * - Subtitle\n * - Body\n *\n * The card can either be vertically or horizontally oriented. The vertical card has a min-width of 20rem and the horizontal card has a min-width of 40rem.\n *\n * There are 2 variants for the card that represent the border styling - 'border' and 'ghost'.\n *\n * To make this card interactive, use the following slots:\n * - `icon-button`: This slot supports action icon buttons in the header section (maximum of 3 buttons).\n * - `footer-link`: This slot is for passing `mdc-link` component within the footer section.\n * - `footer-button-primary`: This slot is for passing primary variant of `mdc-button` component within the footer section.\n * - `footer-button-secondary`: This slot is for passing secondary variant of `mdc-button` component\n * within the footer section.\n *\n * Interactive card additionally supports 'promotional' variant that represents the border styling - 'promotional'.\n *\n * @slot before-body - This slot is for passing the content before the body\n * @slot body - This slot is for passing the text content for the card\n * @slot after-body - This slot is for passing the content after the body\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of\n * `mdc-button` component within the footer section.\n * @slot footer-button-secondary - This slot is for passing secondary variant of `mdc-button` component\n * within the footer section.\n * @slot footer - This slot is for passing custom footer content. Only use this if really needed,\n * using the footer-link and footer-button slots is preferred.\n *\n * @csspart header - The header part of the card\n * @csspart icon - The icon part of the card header\n * @csspart body - The body part of the card\n * @csspart image - The image part of the card\n * @csspart footer - The footer part of the card\n * @csspart footer-link - The link part of the card footer\n * @csspart footer-button-primary - The primary button part of the card footer\n * @csspart footer-button-secondary - The secondary button part of the card footer\n * @csspart icon-button - The icon button part of the card header\n * @csspart text - The text part of the card\n *\n * @tagname mdc-card\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @cssproperty --mdc-card-width - The width of the card\n *\n */",
8317
8458
  "customElement": true,
8318
8459
  "attributes": [
8319
8460
  {
@@ -8431,147 +8572,6 @@
8431
8572
  "name": "CardComponentMixin",
8432
8573
  "module": "src/utils/mixins/CardComponentMixin.ts"
8433
8574
  }
8434
- },
8435
- {
8436
- "name": "auto-focus-on-mount",
8437
- "type": {
8438
- "text": "boolean"
8439
- },
8440
- "default": "false",
8441
- "description": "This property indicates whether the element should receive focus automatically when it is mounted.\n\nIt will not focus if the element is re-attached to the DOM after being removed.",
8442
- "fieldName": "autoFocusOnMount",
8443
- "inheritedFrom": {
8444
- "name": "Buttonsimple",
8445
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
8446
- }
8447
- },
8448
- {
8449
- "name": "tabIndex",
8450
- "type": {
8451
- "text": "number"
8452
- },
8453
- "default": "0",
8454
- "description": "This property specifies the tab order of the element.",
8455
- "fieldName": "tabIndex",
8456
- "inheritedFrom": {
8457
- "name": "Buttonsimple",
8458
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
8459
- }
8460
- },
8461
- {
8462
- "name": "disabled",
8463
- "type": {
8464
- "text": "boolean | undefined"
8465
- },
8466
- "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
8467
- "default": "undefined",
8468
- "fieldName": "disabled",
8469
- "inheritedFrom": {
8470
- "name": "Buttonsimple",
8471
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
8472
- }
8473
- },
8474
- {
8475
- "name": "active",
8476
- "type": {
8477
- "text": "boolean | undefined"
8478
- },
8479
- "description": "The button's active state indicates whether it is currently toggled on (active) or off (inactive).\nWhen the active state is true, the button is considered to be in an active state, meaning it is toggled on.\nConversely, when the active state is false, the button is in an inactive state, indicating it is toggled off.\n\nThis attribute is used to set the provided `ariaStateKey` to true or false.",
8480
- "default": "undefined",
8481
- "fieldName": "active",
8482
- "inheritedFrom": {
8483
- "name": "Buttonsimple",
8484
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
8485
- }
8486
- },
8487
- {
8488
- "name": "soft-disabled",
8489
- "type": {
8490
- "text": "boolean | undefined"
8491
- },
8492
- "description": "Indicates whether the button is soft disabled.\nWhen set to `true`, the button appears visually disabled but still allows\nfocus, click, and keyboard actions to be passed through.\n\n**Important:** When using soft disabled, consumers must ensure that\nthe button behaves like a disabled button, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
8493
- "default": "undefined",
8494
- "fieldName": "softDisabled",
8495
- "inheritedFrom": {
8496
- "name": "Buttonsimple",
8497
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
8498
- }
8499
- },
8500
- {
8501
- "name": "size",
8502
- "type": {
8503
- "text": "ButtonSize"
8504
- },
8505
- "description": "Simplebutton size is a super set of all the sizes supported by children components.",
8506
- "default": "32",
8507
- "fieldName": "size",
8508
- "inheritedFrom": {
8509
- "name": "Buttonsimple",
8510
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
8511
- }
8512
- },
8513
- {
8514
- "name": "role",
8515
- "type": {
8516
- "text": "RoleType"
8517
- },
8518
- "description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
8519
- "default": "button",
8520
- "fieldName": "role",
8521
- "inheritedFrom": {
8522
- "name": "Buttonsimple",
8523
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
8524
- }
8525
- },
8526
- {
8527
- "name": "ariaStateKey",
8528
- "type": {
8529
- "text": "string | undefined"
8530
- },
8531
- "description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
8532
- "default": "'aria-pressed' (when)",
8533
- "fieldName": "ariaStateKey",
8534
- "inheritedFrom": {
8535
- "name": "Buttonsimple",
8536
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
8537
- }
8538
- },
8539
- {
8540
- "name": "type",
8541
- "type": {
8542
- "text": "ButtonType"
8543
- },
8544
- "description": "This property defines the type attribute for the button element.\nThe type attribute specifies the behavior of the button when it is clicked.\n- **submit**: The button submits the form data to the server.\n- **reset**: The button resets the form data to its initial state.\n- **button**: The button does nothing when clicked.",
8545
- "default": "button",
8546
- "fieldName": "type",
8547
- "inheritedFrom": {
8548
- "name": "Buttonsimple",
8549
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
8550
- }
8551
- },
8552
- {
8553
- "name": "name",
8554
- "type": {
8555
- "text": "string | undefined"
8556
- },
8557
- "description": "The name of the button, submitted as a pair with the button's value as part of the form data,\nwhen that button is used to submit the form.",
8558
- "fieldName": "name",
8559
- "inheritedFrom": {
8560
- "name": "Buttonsimple",
8561
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
8562
- }
8563
- },
8564
- {
8565
- "name": "value",
8566
- "type": {
8567
- "text": "string | undefined"
8568
- },
8569
- "description": "Defines the value associated with the button's name when it's submitted with the form data.\nThis value is passed to the server in params when the form is submitted using this button.",
8570
- "fieldName": "value",
8571
- "inheritedFrom": {
8572
- "name": "Buttonsimple",
8573
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
8574
- }
8575
8575
  }
8576
8576
  ]
8577
8577
  }
@@ -8581,8 +8581,8 @@
8581
8581
  "kind": "js",
8582
8582
  "name": "default",
8583
8583
  "declaration": {
8584
- "name": "CardButton",
8585
- "module": "components/cardbutton/cardbutton.component.js"
8584
+ "name": "Card",
8585
+ "module": "components/card/card.component.js"
8586
8586
  }
8587
8587
  }
8588
8588
  ]
@@ -10128,6 +10128,14 @@
10128
10128
  "name": "FormfieldWrapper",
10129
10129
  "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
10130
10130
  }
10131
+ },
10132
+ {
10133
+ "description": "Color for the required indicator text.",
10134
+ "name": "--mdc-required-indicator-color",
10135
+ "inheritedFrom": {
10136
+ "name": "FormfieldWrapper",
10137
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
10138
+ }
10131
10139
  }
10132
10140
  ],
10133
10141
  "cssParts": [
@@ -10202,6 +10210,10 @@
10202
10210
  {
10203
10211
  "description": "The container for the label and helper text elements.",
10204
10212
  "name": "text-container"
10213
+ },
10214
+ {
10215
+ "description": "The static checkbox element.",
10216
+ "name": "static-checkbox"
10205
10217
  }
10206
10218
  ],
10207
10219
  "slots": [
@@ -10968,7 +10980,7 @@
10968
10980
  "module": "/src/components/formfieldwrapper/formfieldwrapper.component"
10969
10981
  },
10970
10982
  "tagName": "mdc-checkbox",
10971
- "jsDoc": "/**\n * Checkboxes allow users to select multiple options from a list or turn an item/feature on or off.\n * These are often used in forms, settings, and selections in lists.\n *\n * A checkbox component contains an optional label and an optional helper text.\n *\n * To create a group of checkboxes, use the FormFieldGroup component.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-staticcheckbox\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @tagname mdc-checkbox\n *\n * @event change - (React: onChange) Event that gets dispatched when the checkbox state changes.\n * @event focus - (React: onFocus) Event that gets dispatched when the checkbox receives focus.\n *\n * @cssproperty --mdc-checkbox-background-color-hover - Allows customization of the background color on hover.\n * @cssproperty --mdc-checkbox-checked-background-color-hover - Background color for a selected checkbox when hovered.\n * @cssproperty --mdc-checkbox-checked-pressed-icon-color - Background color for a selected checkbox when pressed.\n * @cssproperty --mdc-checkbox-pressed-icon-color - Background color for a selected checkbox when pressed.\n * @cssproperty --mdc-checkbox-disabled-checked-icon-color - Background color for a selected checkbox when disabled.\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n *\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart checkbox-input - The native checkbox input element.\n * @csspart text-container - The container for the label and helper text elements.\n */",
10983
+ "jsDoc": "/**\n * Checkboxes allow users to select multiple options from a list or turn an item/feature on or off.\n * These are often used in forms, settings, and selections in lists.\n *\n * A checkbox component contains an optional label and an optional helper text.\n *\n * To create a group of checkboxes, use the FormFieldGroup component.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-staticcheckbox\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @tagname mdc-checkbox\n *\n * @event change - (React: onChange) Event that gets dispatched when the checkbox state changes.\n * @event focus - (React: onFocus) Event that gets dispatched when the checkbox receives focus.\n *\n * @cssproperty --mdc-checkbox-background-color-hover - Allows customization of the background color on hover.\n * @cssproperty --mdc-checkbox-checked-background-color-hover - Background color for a selected checkbox when hovered.\n * @cssproperty --mdc-checkbox-checked-pressed-icon-color - Background color for a selected checkbox when pressed.\n * @cssproperty --mdc-checkbox-pressed-icon-color - Background color for a selected checkbox when pressed.\n * @cssproperty --mdc-checkbox-disabled-checked-icon-color - Background color for a selected checkbox when disabled.\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n *\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart checkbox-input - The native checkbox input element.\n * @csspart text-container - The container for the label and helper text elements.\n * @csspart static-checkbox - The static checkbox element.\n */",
10972
10984
  "customElement": true
10973
10985
  }
10974
10986
  ],
@@ -13702,6 +13714,14 @@
13702
13714
  "name": "FormfieldWrapper",
13703
13715
  "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
13704
13716
  }
13717
+ },
13718
+ {
13719
+ "description": "Color for the required indicator text.",
13720
+ "name": "--mdc-required-indicator-color",
13721
+ "inheritedFrom": {
13722
+ "name": "FormfieldWrapper",
13723
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
13724
+ }
13705
13725
  }
13706
13726
  ],
13707
13727
  "cssParts": [
@@ -14976,7 +14996,7 @@
14976
14996
  "module": "/src/components/formfieldwrapper/formfieldwrapper.component"
14977
14997
  },
14978
14998
  "tagName": "mdc-combobox",
14979
- "jsDoc": "/**\n * The Combobox component is a text-based dropdown control that allows users to select an option from a predefined list.\n * Users can type text to filter the options and select their desired choice.\n *\n * When the user starts typing, the filter uses a \"starts with\" search and displays options based on the text entered by the user.\n * If the user entered text that doesn't match with any of the options, then the text in the `no-result-text` attribute will be displayed.\n *\n * If there is no text in the `no-result-text` attribute then nothing will be shown.\n *\n * Combobox 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, 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-combobox` 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-selectlistbox` element. Read more about it in Options documentation.\n *\n * To understand more about combobox and its patterns, refer to this [WCAG example](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list/).\n *\n * @dependency mdc-buttonsimple\n * @dependency mdc-icon\n * @dependency mdc-input\n * @dependency mdc-listitem\n * @dependency mdc-popover\n *\n * @tagname mdc-combobox\n *\n * @slot default - This is a default/unnamed slot for Selectlistbox including options and/or option group.\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @event click - (React: onClick) This event is dispatched when the combobox is clicked.\n * @event change - (React: onChange) This event is dispatched when the combobox is changed.\n * @event input - (React: onInput) This event is dispatched when the combobox is changed.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the combobox.\n * @event focus - (React: onFocus) This event is dispatched when the combobox receives focus.\n *\n * @cssproperty --mdc-combobox-border-color - The border color of the combobox\n * @cssproperty --mdc-combobox-icon-color - The icon color of the combobox\n * @cssproperty --mdc-combobox-listbox-height - The height of the listbox inside the combobox\n * @cssproperty --mdc-combobox-listbox-width - The width of the listbox inside the combobox\n * @cssproperty --mdc-combobox-width - The width of the combobox\n * @cssproperty --mdc-combobox-hover-background-color - The background color of the combobox when hovered\n * @cssproperty --mdc-combobox-text-color-disabled - The text color of the combobox when disabled\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart internal-native-input - The internal native input element of the combobox.\n * @csspart input-text - The input element of the combobox.\n * @csspart no-result-text - The no result text element of the combobox.\n * @csspart combobox__base - The base container element of the combobox.\n * @csspart combobox__button - The button element of the combobox.\n * @csspart combobox__button-icon - The icon element of the button of the combobox.\n */",
14999
+ "jsDoc": "/**\n * The Combobox component is a text-based dropdown control that allows users to select an option from a predefined list.\n * Users can type text to filter the options and select their desired choice.\n *\n * When the user starts typing, the filter uses a \"starts with\" search and displays options based on the text entered by the user.\n * If the user entered text that doesn't match with any of the options, then the text in the `no-result-text` attribute will be displayed.\n *\n * If there is no text in the `no-result-text` attribute then nothing will be shown.\n *\n * Combobox 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, 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-combobox` 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-selectlistbox` element. Read more about it in Options documentation.\n *\n * To understand more about combobox and its patterns, refer to this [WCAG example](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list/).\n *\n * @dependency mdc-buttonsimple\n * @dependency mdc-icon\n * @dependency mdc-input\n * @dependency mdc-listitem\n * @dependency mdc-popover\n *\n * @tagname mdc-combobox\n *\n * @slot default - This is a default/unnamed slot for Selectlistbox including options and/or option group.\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @event click - (React: onClick) This event is dispatched when the combobox is clicked.\n * @event change - (React: onChange) This event is dispatched when the combobox is changed.\n * @event input - (React: onInput) This event is dispatched when the combobox is changed.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the combobox.\n * @event focus - (React: onFocus) This event is dispatched when the combobox receives focus.\n *\n * @cssproperty --mdc-combobox-border-color - The border color of the combobox\n * @cssproperty --mdc-combobox-icon-color - The icon color of the combobox\n * @cssproperty --mdc-combobox-listbox-height - The height of the listbox inside the combobox\n * @cssproperty --mdc-combobox-listbox-width - The width of the listbox inside the combobox\n * @cssproperty --mdc-combobox-width - The width of the combobox\n * @cssproperty --mdc-combobox-hover-background-color - The background color of the combobox when hovered\n * @cssproperty --mdc-combobox-text-color-disabled - The text color of the combobox when disabled\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart internal-native-input - The internal native input element of the combobox.\n * @csspart input-text - The input element of the combobox.\n * @csspart no-result-text - The no result text element of the combobox.\n * @csspart combobox__base - The base container element of the combobox.\n * @csspart combobox__button - The button element of the combobox.\n * @csspart combobox__button-icon - The icon element of the button of the combobox.\n */",
14980
15000
  "customElement": true
14981
15001
  }
14982
15002
  ],
@@ -17193,6 +17213,14 @@
17193
17213
  "name": "FormfieldWrapper",
17194
17214
  "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
17195
17215
  }
17216
+ },
17217
+ {
17218
+ "description": "Color for the required indicator text.",
17219
+ "name": "--mdc-required-indicator-color",
17220
+ "inheritedFrom": {
17221
+ "name": "FormfieldWrapper",
17222
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
17223
+ }
17196
17224
  }
17197
17225
  ],
17198
17226
  "cssParts": [
@@ -17568,7 +17596,7 @@
17568
17596
  "module": "/src/components/formfieldwrapper/formfieldwrapper.component"
17569
17597
  },
17570
17598
  "tagName": "mdc-formfieldgroup",
17571
- "jsDoc": "/**\n * `mdc-formfieldgroup` component, groups the form field components together.\n * All passed in children will have a gap of 12px (0.75rem) each applied.\n *\n * This component is specifically for creating a `checkbox` group and a `toggle` group component.\n * For the radiogroup use the RadioGroup component instead.\n *\n * The header text and description text are displayed above the items with accessible labels.<br/>\n * The consumer has to provide atleast the header-text or the aria-label,\n * like one of them <b>has</b> to be passed in always, otherwise its not accessible.\n *\n * The role will be set to `group`.\n * The aria-label will be set with the data-aria-label property.\n * The aria-labelledby will be set with the header id which contains the header text information.\n * The aria-describedby will be set with the description id which contains the description text information.\n *\n * @tagname mdc-formfieldgroup\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @slot default - This is a default slot for checkbox or toggle components.\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart container - Formfieldgroup host container\n * @csspart group-header - This contains the label and help text for the group\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n */",
17599
+ "jsDoc": "/**\n * `mdc-formfieldgroup` component, groups the form field components together.\n * All passed in children will have a gap of 12px (0.75rem) each applied.\n *\n * This component is specifically for creating a `checkbox` group and a `toggle` group component.\n * For the radiogroup use the RadioGroup component instead.\n *\n * The header text and description text are displayed above the items with accessible labels.<br/>\n * The consumer has to provide atleast the header-text or the aria-label,\n * like one of them <b>has</b> to be passed in always, otherwise its not accessible.\n *\n * The role will be set to `group`.\n * The aria-label will be set with the data-aria-label property.\n * The aria-labelledby will be set with the header id which contains the header text information.\n * The aria-describedby will be set with the description id which contains the description text information.\n *\n * @tagname mdc-formfieldgroup\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @slot default - This is a default slot for checkbox or toggle components.\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart container - Formfieldgroup host container\n * @csspart group-header - This contains the label and help text for the group\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n */",
17572
17600
  "customElement": true,
17573
17601
  "attributes": [
17574
17602
  {
@@ -17774,6 +17802,10 @@
17774
17802
  {
17775
17803
  "description": "Color for the help text.",
17776
17804
  "name": "--mdc-help-text-color"
17805
+ },
17806
+ {
17807
+ "description": "Color for the required indicator text.",
17808
+ "name": "--mdc-required-indicator-color"
17777
17809
  }
17778
17810
  ],
17779
17811
  "cssParts": [
@@ -18112,7 +18144,7 @@
18112
18144
  "module": "/src/models"
18113
18145
  },
18114
18146
  "tagName": "mdc-formfieldwrapper",
18115
- "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 * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n */",
18147
+ "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 * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n */",
18116
18148
  "customElement": true
18117
18149
  }
18118
18150
  ],
@@ -18978,6 +19010,14 @@
18978
19010
  "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
18979
19011
  }
18980
19012
  },
19013
+ {
19014
+ "description": "Color for the required indicator text.",
19015
+ "name": "--mdc-required-indicator-color",
19016
+ "inheritedFrom": {
19017
+ "name": "FormfieldWrapper",
19018
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
19019
+ }
19020
+ },
18981
19021
  {
18982
19022
  "description": "Text color for the input field",
18983
19023
  "name": "--mdc-input-text-color"
@@ -20111,7 +20151,7 @@
20111
20151
  "module": "/src/components/formfieldwrapper"
20112
20152
  },
20113
20153
  "tagName": "mdc-input",
20114
- "jsDoc": "/**\n * mdc-input is a component that allows users to input text.\n * It contains:\n * - label field - describe the input field.\n * - input field - contains the value\n * - help text or validation message - displayed below the input field.\n * - trailing button - it displays a clear the input field.\n * - prefix text - displayed before the input field.\n * - leading icon - displayed before the input field.\n * - clear-aria-label - aria label for the trailing button.\n * - all the attributes of the input field.\n *\n * @tagname mdc-input\n *\n * @event input - (React: onInput) This event is dispatched when the value of the input field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the input field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the input receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the input loses focus.\n * @event clear - (React: onClear) This event is dispatched when the input text is cleared.\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-button\n * @dependency mdc-toggletip\n *\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n * @slot input - Slot for the input element. If not provided, the input field will be rendered.\n * @slot input-leading-icon - Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.\n * @slot input-prefix-text - Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.\n * @slot trailing-button - Slot for the trailing button to clear the input field. If not provided, the clear button will be rendered when `trailingButton` property is set to true.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-input-text-color - Text color for the input field\n * @cssproperty --mdc-input-border-color - Border color for the input container\n * @cssproperty --mdc-input-background-color - Background color for the input field\n * @cssproperty --mdc-input-support-text-color - Text color for the help text\n * @cssproperty --mdc-input-selection-text-color - Text color for the selected text\n * @cssproperty --mdc-input-selection-background-color - Background color for the selected text\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart leading-icon - The leading icon element that is displayed before the input field.\n * @csspart prefix-text - The prefix text element that is displayed before the input field.\n * @csspart input-container - The container for the input field, leading icon, prefix text, and trailing button elements.\n * @csspart input-section - The container for the input field, leading icon, and prefix text elements.\n * @csspart input-text - The input field element.\n * @csspart trailing-button - The trailing button element that is displayed to clear the input field when the `trailingButton` property is set to true.\n */",
20154
+ "jsDoc": "/**\n * mdc-input is a component that allows users to input text.\n * It contains:\n * - label field - describe the input field.\n * - input field - contains the value\n * - help text or validation message - displayed below the input field.\n * - trailing button - it displays a clear the input field.\n * - prefix text - displayed before the input field.\n * - leading icon - displayed before the input field.\n * - clear-aria-label - aria label for the trailing button.\n * - all the attributes of the input field.\n *\n * @tagname mdc-input\n *\n * @event input - (React: onInput) This event is dispatched when the value of the input field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the input field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the input receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the input loses focus.\n * @event clear - (React: onClear) This event is dispatched when the input text is cleared.\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-button\n * @dependency mdc-toggletip\n *\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n * @slot input - Slot for the input element. If not provided, the input field will be rendered.\n * @slot input-leading-icon - Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.\n * @slot input-prefix-text - Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.\n * @slot trailing-button - Slot for the trailing button to clear the input field. If not provided, the clear button will be rendered when `trailingButton` property is set to true.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-input-text-color - Text color for the input field\n * @cssproperty --mdc-input-border-color - Border color for the input container\n * @cssproperty --mdc-input-background-color - Background color for the input field\n * @cssproperty --mdc-input-support-text-color - Text color for the help text\n * @cssproperty --mdc-input-selection-text-color - Text color for the selected text\n * @cssproperty --mdc-input-selection-background-color - Background color for the selected text\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart leading-icon - The leading icon element that is displayed before the input field.\n * @csspart prefix-text - The prefix text element that is displayed before the input field.\n * @csspart input-container - The container for the input field, leading icon, prefix text, and trailing button elements.\n * @csspart input-section - The container for the input field, leading icon, and prefix text elements.\n * @csspart input-text - The input field element.\n * @csspart trailing-button - The trailing button element that is displayed to clear the input field when the `trailingButton` property is set to true.\n */",
20115
20155
  "customElement": true
20116
20156
  }
20117
20157
  ],
@@ -31226,6 +31266,14 @@
31226
31266
  "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
31227
31267
  }
31228
31268
  },
31269
+ {
31270
+ "description": "Color for the required indicator text.",
31271
+ "name": "--mdc-required-indicator-color",
31272
+ "inheritedFrom": {
31273
+ "name": "FormfieldWrapper",
31274
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
31275
+ }
31276
+ },
31229
31277
  {
31230
31278
  "description": "Text color for the input field",
31231
31279
  "name": "--mdc-input-text-color",
@@ -32628,7 +32676,7 @@
32628
32676
  "module": "/src/components/input/input.component"
32629
32677
  },
32630
32678
  "tagName": "mdc-password",
32631
- "jsDoc": "/**\n * `mdc-password` is a component that allows users to input their password.\n * It extends the `mdc-input` component and provides additional features specific to password fields.\n * It contains:\n * - `label` field - describe the password field.\n * - `password` field - contains the value\n * - `help-text` or `validation-message` - displayed below the password field.\n * - `help-text-type` - type of the help text, can be 'default', 'error', 'warning', 'success', 'priority'.\n * - `show-hide-button-aria-label` - aria label for the trailing show/hide button.\n * - all the attributes of the native password field.\n *\n * @tagname mdc-password\n *\n * @event input - (React: onInput) This event is dispatched when the value of the password field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the password field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the password receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the password loses focus.\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-button\n * @dependency mdc-toggletip\n *\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n * @slot input - Slot for the input element. If not provided, the input field will be rendered.\n * @slot input-leading-icon - Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.\n * @slot input-prefix-text - Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.\n * @slot trailing-button - Slot for the trailing button to clear the input field. If not provided, the clear button will be rendered when `trailingButton` property is set to true.\n *\n * @csspart input-container - The container that wraps the input field, leading icon, prefix text, and trailing button.\n * @csspart input-section - The container that wraps the input field and prefix text.\n * @csspart input-text - The input field element.\n * @csspart trailing-button - The trailing button element.\n * @csspart label - The label element.\n * @csspart helper-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element.\n * @csspart toggletip - The toggletip icon button element.\n * @csspart toggletip-text - The toggletip text element.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-input-text-color - Text color for the input field\n * @cssproperty --mdc-input-border-color - Border color for the input container\n * @cssproperty --mdc-input-background-color - Background color for the input field\n * @cssproperty --mdc-input-selection-text-color - Text color for the selected text\n * @cssproperty --mdc-input-selection-background-color - Background color for the selected text\n *\n */",
32679
+ "jsDoc": "/**\n * `mdc-password` is a component that allows users to input their password.\n * It extends the `mdc-input` component and provides additional features specific to password fields.\n * It contains:\n * - `label` field - describe the password field.\n * - `password` field - contains the value\n * - `help-text` or `validation-message` - displayed below the password field.\n * - `help-text-type` - type of the help text, can be 'default', 'error', 'warning', 'success', 'priority'.\n * - `show-hide-button-aria-label` - aria label for the trailing show/hide button.\n * - all the attributes of the native password field.\n *\n * @tagname mdc-password\n *\n * @event input - (React: onInput) This event is dispatched when the value of the password field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the password field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the password receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the password loses focus.\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-button\n * @dependency mdc-toggletip\n *\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n * @slot input - Slot for the input element. If not provided, the input field will be rendered.\n * @slot input-leading-icon - Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.\n * @slot input-prefix-text - Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.\n * @slot trailing-button - Slot for the trailing button to clear the input field. If not provided, the clear button will be rendered when `trailingButton` property is set to true.\n *\n * @csspart input-container - The container that wraps the input field, leading icon, prefix text, and trailing button.\n * @csspart input-section - The container that wraps the input field and prefix text.\n * @csspart input-text - The input field element.\n * @csspart trailing-button - The trailing button element.\n * @csspart label - The label element.\n * @csspart helper-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element.\n * @csspart toggletip - The toggletip icon button element.\n * @csspart toggletip-text - The toggletip text element.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-input-text-color - Text color for the input field\n * @cssproperty --mdc-input-border-color - Border color for the input container\n * @cssproperty --mdc-input-background-color - Background color for the input field\n * @cssproperty --mdc-input-selection-text-color - Text color for the selected text\n * @cssproperty --mdc-input-selection-background-color - Background color for the selected text\n *\n */",
32632
32680
  "customElement": true
32633
32681
  }
32634
32682
  ],
@@ -34527,6 +34575,14 @@
34527
34575
  "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
34528
34576
  }
34529
34577
  },
34578
+ {
34579
+ "description": "Color for the required indicator text.",
34580
+ "name": "--mdc-required-indicator-color",
34581
+ "inheritedFrom": {
34582
+ "name": "FormfieldWrapper",
34583
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
34584
+ }
34585
+ },
34530
34586
  {
34531
34587
  "description": "Background color of the remaining progressbar portion.",
34532
34588
  "name": "--mdc-progressbar-background-color"
@@ -35126,7 +35182,7 @@
35126
35182
  "module": "/src/components/formfieldwrapper"
35127
35183
  },
35128
35184
  "tagName": "mdc-progressbar",
35129
- "jsDoc": "/**\n * mdc-progressbar component visually represents a progress indicator, typically used to show\n * the completion state of an ongoing process (e.g., loading, file upload, etc.).\n * It contains an optional label and an optional helper text.\n *\n * - It supports mainly two types: Default and Inline\n * - It supports three validation variants: Default, Success and Error.\n *\n * This component is created by extending FormfieldWrapper.\n *\n * @tagname mdc-progressbar\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart help-text - The helper/validation text element.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-progressbar-background-color - Background color of the remaining progressbar portion.\n * @cssproperty --mdc-progressbar-progress-background-color - Background color of the elapsed progressbar portion.\n * @cssproperty --mdc-progressbar-height - The height of the progressbar.\n * @cssproperty --mdc-progressbar-border-radius - The border radius of the progressbar.\n */",
35185
+ "jsDoc": "/**\n * mdc-progressbar component visually represents a progress indicator, typically used to show\n * the completion state of an ongoing process (e.g., loading, file upload, etc.).\n * It contains an optional label and an optional helper text.\n *\n * - It supports mainly two types: Default and Inline\n * - It supports three validation variants: Default, Success and Error.\n *\n * This component is created by extending FormfieldWrapper.\n *\n * @tagname mdc-progressbar\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart help-text - The helper/validation text element.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-progressbar-background-color - Background color of the remaining progressbar portion.\n * @cssproperty --mdc-progressbar-progress-background-color - Background color of the elapsed progressbar portion.\n * @cssproperty --mdc-progressbar-height - The height of the progressbar.\n * @cssproperty --mdc-progressbar-border-radius - The border radius of the progressbar.\n */",
35130
35186
  "customElement": true
35131
35187
  }
35132
35188
  ],
@@ -35234,6 +35290,14 @@
35234
35290
  "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
35235
35291
  }
35236
35292
  },
35293
+ {
35294
+ "description": "Color for the required indicator text.",
35295
+ "name": "--mdc-required-indicator-color",
35296
+ "inheritedFrom": {
35297
+ "name": "FormfieldWrapper",
35298
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
35299
+ }
35300
+ },
35237
35301
  {
35238
35302
  "description": "Background color of the remaining progressbar portion.",
35239
35303
  "name": "--mdc-progressbar-background-color",
@@ -35947,36 +36011,24 @@
35947
36011
  "name": "Radio",
35948
36012
  "cssProperties": [
35949
36013
  {
35950
- "description": "color of the label when disabled",
35951
- "name": "--mdc-radio-text-disabled-color"
35952
- },
35953
- {
35954
- "description": "color of the radio button when inactive and hovered",
35955
- "name": "--mdc-radio-control-inactive-hover"
35956
- },
35957
- {
35958
- "description": "color of the radio button when inactive and pressed",
35959
- "name": "--mdc-radio-control-inactive-pressed-color"
35960
- },
35961
- {
35962
- "description": "color of the radio button when active and hovered",
35963
- "name": "--mdc-radio-control-active-hover-color"
36014
+ "description": "size of the inner circle",
36015
+ "name": "--mdc-radio-inner-circle-size"
35964
36016
  },
35965
36017
  {
35966
- "description": "color of the radio button when active and pressed",
35967
- "name": "--mdc-radio-control-active-pressed-color"
36018
+ "description": "size of the outer circle",
36019
+ "name": "--mdc-radio-outer-circle-size"
35968
36020
  },
35969
36021
  {
35970
- "description": "color of the radio button when disabled",
35971
- "name": "--mdc-radio-disabled-border-color"
36022
+ "description": "background color of the inner circle",
36023
+ "name": "--mdc-radio-inner-circle-background-color"
35972
36024
  },
35973
36025
  {
35974
- "description": "color of the radio button when active and disabled",
35975
- "name": "--mdc-radio-control-active-disabled-background"
36026
+ "description": "border color of the outer circle",
36027
+ "name": "--mdc-radio-outer-circle-border-color"
35976
36028
  },
35977
36029
  {
35978
- "description": "color of the radio button when inactive and disabled",
35979
- "name": "--mdc-radio-control-inactive-disabled-background"
36030
+ "description": "background color of the outer circle",
36031
+ "name": "--mdc-radio-outer-circle-background-color"
35980
36032
  },
35981
36033
  {
35982
36034
  "description": "Font size for the label text.",
@@ -36041,6 +36093,14 @@
36041
36093
  "name": "FormfieldWrapper",
36042
36094
  "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
36043
36095
  }
36096
+ },
36097
+ {
36098
+ "description": "Color for the required indicator text.",
36099
+ "name": "--mdc-required-indicator-color",
36100
+ "inheritedFrom": {
36101
+ "name": "FormfieldWrapper",
36102
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
36103
+ }
36044
36104
  }
36045
36105
  ],
36046
36106
  "cssParts": [
@@ -36845,7 +36905,7 @@
36845
36905
  "module": "/src/components/formfieldwrapper/formfieldwrapper.component"
36846
36906
  },
36847
36907
  "tagName": "mdc-radio",
36848
- "jsDoc": "/**\n * Radio allow users to select single options from a list or turn an item/feature on or off.\n * These are often used in forms, settings, and selection in lists.\n *\n * A radio component contains an optional label, optional info icon and an optional helper text.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-staticradio\n * @dependency mdc-toggletip\n *\n * @tagname mdc-radio\n *\n * @event change - (React: onChange) Event that gets dispatched when the radio state changes.\n * @event focus - (React: onFocus) Event that gets dispatched when the radio receives focus.\n *\n * @cssproperty --mdc-radio-text-disabled-color - color of the label when disabled\n * @cssproperty --mdc-radio-control-inactive-hover - color of the radio button when inactive and hovered\n * @cssproperty --mdc-radio-control-inactive-pressed-color - color of the radio button when inactive and pressed\n * @cssproperty --mdc-radio-control-active-hover-color - color of the radio button when active and hovered\n * @cssproperty --mdc-radio-control-active-pressed-color - color of the radio button when active and pressed\n * @cssproperty --mdc-radio-disabled-border-color - color of the radio button when disabled\n * @cssproperty --mdc-radio-control-active-disabled-background - color of the radio button when active and disabled\n * @cssproperty --mdc-radio-control-inactive-disabled-background - color of the radio button when inactive and disabled\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart radio-input - The native radio input element.\n * @csspart text-container - The container for the label and helper text elements.\n */",
36908
+ "jsDoc": "/**\n * Radio allow users to select single options from a list or turn an item/feature on or off.\n * These are often used in forms, settings, and selection in lists.\n *\n * A radio component contains an optional label, optional info icon and an optional helper text.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-staticradio\n * @dependency mdc-toggletip\n *\n * @tagname mdc-radio\n *\n * @event change - (React: onChange) Event that gets dispatched when the radio state changes.\n * @event focus - (React: onFocus) Event that gets dispatched when the radio receives focus.\n *\n * @cssproperty --mdc-radio-inner-circle-size - size of the inner circle\n * @cssproperty --mdc-radio-outer-circle-size - size of the outer circle\n * @cssproperty --mdc-radio-inner-circle-background-color - background color of the inner circle\n * @cssproperty --mdc-radio-outer-circle-border-color - border color of the outer circle\n * @cssproperty --mdc-radio-outer-circle-background-color - background color of the outer circle\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart radio-input - The native radio input element.\n * @csspart text-container - The container for the label and helper text elements.\n */",
36849
36909
  "customElement": true,
36850
36910
  "slots": [
36851
36911
  {
@@ -36970,6 +37030,14 @@
36970
37030
  "name": "FormfieldWrapper",
36971
37031
  "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
36972
37032
  }
37033
+ },
37034
+ {
37035
+ "description": "Color for the required indicator text.",
37036
+ "name": "--mdc-required-indicator-color",
37037
+ "inheritedFrom": {
37038
+ "name": "FormfieldWrapper",
37039
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
37040
+ }
36973
37041
  }
36974
37042
  ],
36975
37043
  "members": [
@@ -37814,6 +37882,14 @@
37814
37882
  "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
37815
37883
  }
37816
37884
  },
37885
+ {
37886
+ "description": "Color for the required indicator text.",
37887
+ "name": "--mdc-required-indicator-color",
37888
+ "inheritedFrom": {
37889
+ "name": "FormfieldWrapper",
37890
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
37891
+ }
37892
+ },
37817
37893
  {
37818
37894
  "description": "Text color for the input field",
37819
37895
  "name": "--mdc-input-text-color",
@@ -38818,7 +38894,7 @@
38818
38894
  "module": "/src/components/input/input.component"
38819
38895
  },
38820
38896
  "tagName": "mdc-searchfield",
38821
- "jsDoc": "/**\n * `mdc-searchfield` component is used as an input field for search functionality.\n *\n * It supports `mdc-inputchip` as filters.\n *\n * This component is built by extending the `mdc-input` component.\n *\n * @tagname mdc-searchfield\n *\n * @event input - (React: onInput) This event is dispatched when the value of the input field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the input field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the input receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the input loses focus.\n * @event clear - (React: onClear) This event is dispatched when the input text is cleared.\n *\n * @slot filters - Slot for input chips\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n * @slot input - Slot for the input element. If not provided, the input field will be rendered.\n * @slot input-leading-icon - Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.\n * @slot input-prefix-text - Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.\n * @slot trailing-button - Slot for the trailing button to clear the input field. If not provided, the clear button will be rendered when `trailingButton` property is set to true.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-input-text-color - Text color for the input field\n * @cssproperty --mdc-input-border-color - Border color for the input container\n * @cssproperty --mdc-input-background-color - Background color for the input field\n * @cssproperty --mdc-input-support-text-color - Text color for the help text\n * @cssproperty --mdc-input-selection-text-color - Text color for the selected text\n * @cssproperty --mdc-input-selection-background-color - Background color for the selected text\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart leading-icon - The leading icon element that is displayed before the input field.\n * @csspart prefix-text - The prefix text element that is displayed before the input field.\n * @csspart input-container - The container for the input field, leading icon, prefix text, and trailing button elements.\n * @csspart input-section - The container for the input field, leading icon, and prefix text elements.\n * @csspart input-text - The input field element.\n * @csspart trailing-button - The trailing button element that is displayed to clear the input field when the `trailingButton` property is set to true.\n */",
38897
+ "jsDoc": "/**\n * `mdc-searchfield` component is used as an input field for search functionality.\n *\n * It supports `mdc-inputchip` as filters.\n *\n * This component is built by extending the `mdc-input` component.\n *\n * @tagname mdc-searchfield\n *\n * @event input - (React: onInput) This event is dispatched when the value of the input field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the input field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the input receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the input loses focus.\n * @event clear - (React: onClear) This event is dispatched when the input text is cleared.\n *\n * @slot filters - Slot for input chips\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n * @slot input - Slot for the input element. If not provided, the input field will be rendered.\n * @slot input-leading-icon - Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.\n * @slot input-prefix-text - Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.\n * @slot trailing-button - Slot for the trailing button to clear the input field. If not provided, the clear button will be rendered when `trailingButton` property is set to true.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-input-text-color - Text color for the input field\n * @cssproperty --mdc-input-border-color - Border color for the input container\n * @cssproperty --mdc-input-background-color - Background color for the input field\n * @cssproperty --mdc-input-support-text-color - Text color for the help text\n * @cssproperty --mdc-input-selection-text-color - Text color for the selected text\n * @cssproperty --mdc-input-selection-background-color - Background color for the selected text\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart leading-icon - The leading icon element that is displayed before the input field.\n * @csspart prefix-text - The prefix text element that is displayed before the input field.\n * @csspart input-container - The container for the input field, leading icon, prefix text, and trailing button elements.\n * @csspart input-section - The container for the input field, leading icon, and prefix text elements.\n * @csspart input-text - The input field element.\n * @csspart trailing-button - The trailing button element that is displayed to clear the input field when the `trailingButton` property is set to true.\n */",
38822
38898
  "customElement": true,
38823
38899
  "attributes": [
38824
38900
  {
@@ -39270,6 +39346,14 @@
39270
39346
  "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
39271
39347
  }
39272
39348
  },
39349
+ {
39350
+ "description": "Color for the required indicator text.",
39351
+ "name": "--mdc-required-indicator-color",
39352
+ "inheritedFrom": {
39353
+ "name": "FormfieldWrapper",
39354
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
39355
+ }
39356
+ },
39273
39357
  {
39274
39358
  "description": "The background color of the combobox of select.",
39275
39359
  "name": "--mdc-select-background-color"
@@ -40408,7 +40492,7 @@
40408
40492
  "module": "/src/components/formfieldwrapper/formfieldwrapper.component"
40409
40493
  },
40410
40494
  "tagName": "mdc-select",
40411
- "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 * You can also set the `value` attribute on the `mdc-select` element to match the value of the desired option. The component will select the corresponding option automatically.\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 * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-select-background-color - The background color of the combobox of select.\n * @cssproperty --mdc-select-text-color - The text color of the select.\n * @cssproperty --mdc-select-border-color - The border color of the select.\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 */",
40495
+ "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 * You can also set the `value` attribute on the `mdc-select` element to match the value of the desired option. The component will select the corresponding option automatically.\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 * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-select-background-color - The background color of the combobox of select.\n * @cssproperty --mdc-select-text-color - The text color of the select.\n * @cssproperty --mdc-select-border-color - The border color of the select.\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 */",
40412
40496
  "customElement": true
40413
40497
  }
40414
40498
  ],
@@ -41693,40 +41777,20 @@
41693
41777
  "name": "StaticCheckbox",
41694
41778
  "cssProperties": [
41695
41779
  {
41696
- "description": "Border color in high contrast.",
41697
- "name": "--mdc-staticcheckbox-border-color"
41698
- },
41699
- {
41700
- "description": "Background color for a selected checkbox.",
41701
- "name": "--mdc-staticcheckbox-checked-background-color"
41780
+ "description": "Controls the border color of the checkbox.",
41781
+ "name": "--mdc-checkbox-border-color"
41702
41782
  },
41703
41783
  {
41704
- "description": "Background color for a disabled checkbox.",
41705
- "name": "--mdc-staticcheckbox-disabled-background-color"
41784
+ "description": "Controls the background color of the checkbox.",
41785
+ "name": "--mdc-checkbox-background-color"
41706
41786
  },
41707
41787
  {
41708
- "description": "Border color for a disabled checkbox.",
41709
- "name": "--mdc-checkbox-disabled-border-color"
41788
+ "description": "Controls the icon color of the checkbox.",
41789
+ "name": "--mdc-checkbox-icon-color"
41710
41790
  },
41711
41791
  {
41712
- "description": "Background color for a disabled, selected checkbox.",
41713
- "name": "--mdc-checkbox-disabled-checked-icon-color"
41714
- },
41715
- {
41716
- "description": "Icon color for a disabled checkbox.",
41717
- "name": "--mdc-staticcheckbox-disabled-icon-color"
41718
- },
41719
- {
41720
- "description": "Background color for an unselected checkbox.",
41721
- "name": "--mdc-staticcheckbox-icon-background-color"
41722
- },
41723
- {
41724
- "description": "Default background color for an unselected checkbox.",
41725
- "name": "--mdc-staticcheckbox-icon-border-color"
41726
- },
41727
- {
41728
- "description": "Icon color for an unselected checkbox.",
41729
- "name": "--mdc-staticcheckbox-icon-color"
41792
+ "description": "Controls the size of the checkbox.",
41793
+ "name": "--mdc-checkbox-size"
41730
41794
  }
41731
41795
  ],
41732
41796
  "cssParts": [
@@ -41868,7 +41932,7 @@
41868
41932
  "module": "/src/models"
41869
41933
  },
41870
41934
  "tagName": "mdc-staticcheckbox",
41871
- "jsDoc": "/**\n * This is a decorative component that is styled to look as a checkbox.\n *\n * It has 5 properties - checked, indeterminate, disabled, readonly and soft-disabled.\n *\n * We are using the same styling that has been created for the `mdc-checkbox` component.\n *\n * @tagname mdc-staticcheckbox\n *\n * @dependency mdc-icon\n *\n * @cssproperty --mdc-staticcheckbox-border-color - Border color in high contrast.\n * @cssproperty --mdc-staticcheckbox-checked-background-color - Background color for a selected checkbox.\n * @cssproperty --mdc-staticcheckbox-disabled-background-color - Background color for a disabled checkbox.\n * @cssproperty --mdc-checkbox-disabled-border-color - Border color for a disabled checkbox.\n * @cssproperty --mdc-checkbox-disabled-checked-icon-color - Background color for a disabled, selected checkbox.\n * @cssproperty --mdc-staticcheckbox-disabled-icon-color - Icon color for a disabled checkbox.\n * @cssproperty --mdc-staticcheckbox-icon-background-color - Background color for an unselected checkbox.\n * @cssproperty --mdc-staticcheckbox-icon-border-color - Default background color for an unselected checkbox.\n * @cssproperty --mdc-staticcheckbox-icon-color - Icon color for an unselected checkbox.\n *\n * @csspart icon-container - The container for the checkbox icon.\n * @csspart checkbox-icon - The checkbox icon.\n *\n * @slot - Default slot for adding label text.\n */",
41935
+ "jsDoc": "/**\n * This is a decorative component that is styled to look as a checkbox.\n *\n * It has 5 properties - checked, indeterminate, disabled, readonly and soft-disabled.\n *\n * We are using the same styling that has been created for the `mdc-checkbox` component.\n *\n * @tagname mdc-staticcheckbox\n *\n * @dependency mdc-icon\n *\n * @cssproperty --mdc-checkbox-border-color - Controls the border color of the checkbox.\n * @cssproperty --mdc-checkbox-background-color - Controls the background color of the checkbox.\n * @cssproperty --mdc-checkbox-icon-color - Controls the icon color of the checkbox.\n * @cssproperty --mdc-checkbox-size - Controls the size of the checkbox.\n *\n * @csspart icon-container - The container for the checkbox icon.\n * @csspart checkbox-icon - The checkbox icon.\n *\n * @slot - Default slot for adding label text.\n */",
41872
41936
  "customElement": true
41873
41937
  }
41874
41938
  ],
@@ -42027,43 +42091,23 @@
42027
42091
  "cssProperties": [
42028
42092
  {
42029
42093
  "description": "size of the inner circle",
42030
- "name": "--mdc-staticradio-inner-circle-size"
42031
- },
42032
- {
42033
- "description": "color of the label when disabled",
42034
- "name": "--mdc-staticradio-text-disabled-color"
42035
- },
42036
- {
42037
- "description": "color of the radio button border when normal",
42038
- "name": "--mdc-staticradio-normal-border-color"
42094
+ "name": "--mdc-radio-inner-circle-size"
42039
42095
  },
42040
42096
  {
42041
- "description": "color of the radio button border when disabled",
42042
- "name": "--mdc-staticradio-disabled-border-color"
42097
+ "description": "size of the outer circle",
42098
+ "name": "--mdc-radio-outer-circle-size"
42043
42099
  },
42044
42100
  {
42045
- "description": "background color of the inner circle when normal",
42046
- "name": "--mdc-staticradio-inner-circle-normal-background"
42101
+ "description": "background color of the inner circle",
42102
+ "name": "--mdc-radio-inner-circle-background-color"
42047
42103
  },
42048
42104
  {
42049
- "description": "background color of the inner circle when disabled",
42050
- "name": "--mdc-staticradio-inner-circle-disabled-background"
42105
+ "description": "border color of the outer circle",
42106
+ "name": "--mdc-radio-outer-circle-border-color"
42051
42107
  },
42052
42108
  {
42053
- "description": "color of the radio button when inactive",
42054
- "name": "--mdc-staticradio-control-inactive-color"
42055
- },
42056
- {
42057
- "description": "background color of the radio button when inactive and disabled",
42058
- "name": "--mdc-staticradio-control-inactive-disabled-background"
42059
- },
42060
- {
42061
- "description": "color of the radio button when active",
42062
- "name": "--mdc-staticradio-control-active-color"
42063
- },
42064
- {
42065
- "description": "background color of the radio button when active and disabled",
42066
- "name": "--mdc-staticradio-control-active-disabled-background"
42109
+ "description": "background color of the outer circle",
42110
+ "name": "--mdc-radio-outer-circle-background-color"
42067
42111
  }
42068
42112
  ],
42069
42113
  "cssParts": [
@@ -42181,7 +42225,7 @@
42181
42225
  "module": "/src/models"
42182
42226
  },
42183
42227
  "tagName": "mdc-staticradio",
42184
- "jsDoc": "/**\n * This is a decorative component that is styled to look as a radio.\n * It has 4 properties - checked, disabled, readonly and soft-disabled.\n *\n * We are using the same styling that has been created for the `mdc-radio` component.\n *\n * @tagname mdc-staticradio\n *\n * @cssproperty --mdc-staticradio-inner-circle-size - size of the inner circle\n * @cssproperty --mdc-staticradio-text-disabled-color - color of the label when disabled\n * @cssproperty --mdc-staticradio-normal-border-color - color of the radio button border when normal\n * @cssproperty --mdc-staticradio-disabled-border-color - color of the radio button border when disabled\n * @cssproperty --mdc-staticradio-inner-circle-normal-background - background color of the inner circle when normal\n * @cssproperty --mdc-staticradio-inner-circle-disabled-background - background color of the inner circle when disabled\n * @cssproperty --mdc-staticradio-control-inactive-color - color of the radio button when inactive\n * @cssproperty --mdc-staticradio-control-inactive-disabled-background - background color of the radio button when\n * inactive and disabled\n * @cssproperty --mdc-staticradio-control-active-color - color of the radio button when active\n * @cssproperty --mdc-staticradio-control-active-disabled-background - background color of the radio button\n * when active and disabled\n *\n * @csspart radio-icon - The radio icon.\n *\n * @slot - Default slot for the label of the radio.\n */",
42228
+ "jsDoc": "/**\n * This is a decorative component that is styled to look as a radio.\n * It has 4 properties - checked, disabled, readonly and soft-disabled.\n *\n * We are using the same styling that has been created for the `mdc-radio` component.\n *\n * @tagname mdc-staticradio\n *\n * @cssproperty --mdc-radio-inner-circle-size - size of the inner circle\n * @cssproperty --mdc-radio-outer-circle-size - size of the outer circle\n * @cssproperty --mdc-radio-inner-circle-background-color - background color of the inner circle\n * @cssproperty --mdc-radio-outer-circle-border-color - border color of the outer circle\n * @cssproperty --mdc-radio-outer-circle-background-color - background color of the outer circle\n *\n * @csspart radio-icon - The radio icon.\n *\n * @slot - Default slot for the label of the radio.\n */",
42185
42229
  "customElement": true
42186
42230
  }
42187
42231
  ],
@@ -42206,64 +42250,32 @@
42206
42250
  "name": "StaticToggle",
42207
42251
  "cssProperties": [
42208
42252
  {
42209
- "description": "Width of the toggle",
42210
- "name": "--mdc-statictoggle-width"
42211
- },
42212
- {
42213
- "description": "Height of the toggle",
42214
- "name": "--mdc-statictoggle-height"
42215
- },
42216
- {
42217
- "description": "Width of the toggle when it's size is compact",
42218
- "name": "--mdc-statictoggle-width-compact"
42219
- },
42220
- {
42221
- "description": "Height of the toggle when it's size is compact",
42222
- "name": "--mdc-statictoggle-height-compact"
42223
- },
42224
- {
42225
- "description": "Border radius of the toggle",
42226
- "name": "--mdc-statictoggle-border-radius"
42227
- },
42228
- {
42229
- "description": "Border radius of the toggle when it's size is compact",
42230
- "name": "--mdc-statictoggle-border-radius-compact"
42231
- },
42232
- {
42233
- "description": "Border of the toggle",
42234
- "name": "--mdc-statictoggle-border"
42235
- },
42236
- {
42237
- "description": "Background color of the inactive toggle in rest state",
42238
- "name": "--mdc-statictoggle-inactive-rest-color"
42239
- },
42240
- {
42241
- "description": "Background color of the inactive toggle in disabled state",
42242
- "name": "--mdc-statictoggle-inactive-disabled-color"
42253
+ "description": "The width of the toggle",
42254
+ "name": "--mdc-toggle-width"
42243
42255
  },
42244
42256
  {
42245
- "description": "Background color of the active toggle in rest state",
42246
- "name": "--mdc-statictoggle-active-rest-color"
42257
+ "description": "The height of the toggle",
42258
+ "name": "--mdc-toggle-height"
42247
42259
  },
42248
42260
  {
42249
- "description": "Background color of the active toggle in disabled state",
42250
- "name": "--mdc-statictoggle-active-disabled-color"
42261
+ "description": "The border radius of the toggle",
42262
+ "name": "--mdc-toggle-border-radius"
42251
42263
  },
42252
42264
  {
42253
- "description": "Color of the icon in normal state",
42254
- "name": "--mdc-statictoggle-icon-color-normal"
42265
+ "description": "The border color of the toggle",
42266
+ "name": "--mdc-toggle-border-color"
42255
42267
  },
42256
42268
  {
42257
- "description": "Color of the icon in disabled state",
42258
- "name": "--mdc-statictoggle-icon-color-disabled"
42269
+ "description": "The background color of the toggle",
42270
+ "name": "--mdc-toggle-background-color"
42259
42271
  },
42260
42272
  {
42261
- "description": "Background color of the icon in normal state",
42262
- "name": "--mdc-statictoggle-icon-background-color-normal"
42273
+ "description": "The icon color of the toggle",
42274
+ "name": "--mdc-toggle-icon-color"
42263
42275
  },
42264
42276
  {
42265
- "description": "Background color of the icon in disabled state",
42266
- "name": "--mdc-statictoggle-icon-background-color-disabled"
42277
+ "description": "The icon background color of the toggle",
42278
+ "name": "--mdc-toggle-icon-background-color"
42267
42279
  }
42268
42280
  ],
42269
42281
  "cssParts": [
@@ -42409,7 +42421,7 @@
42409
42421
  "module": "/src/models"
42410
42422
  },
42411
42423
  "tagName": "mdc-statictoggle",
42412
- "jsDoc": "/**\n * This is a decorative component that is styled to look as a toggle. <br/>\n * It has 5 properties - checked, size, disabled, readonly and soft-disabled. <br/>\n * We are using the same styling that has been created for the `mdc-toggle` component.\n *\n * @dependency mdc-icon\n *\n * @tagname mdc-statictoggle\n *\n * @slot default - This is a default/unnamed slot\n *\n * @cssproperty --mdc-statictoggle-width - Width of the toggle\n * @cssproperty --mdc-statictoggle-height - Height of the toggle\n * @cssproperty --mdc-statictoggle-width-compact - Width of the toggle when it's size is compact\n * @cssproperty --mdc-statictoggle-height-compact - Height of the toggle when it's size is compact\n * @cssproperty --mdc-statictoggle-border-radius - Border radius of the toggle\n * @cssproperty --mdc-statictoggle-border-radius-compact - Border radius of the toggle when it's size is compact\n * @cssproperty --mdc-statictoggle-border - Border of the toggle\n * @cssproperty --mdc-statictoggle-inactive-rest-color - Background color of the inactive toggle in rest state\n * @cssproperty --mdc-statictoggle-inactive-disabled-color - Background color of the inactive toggle in disabled state\n * @cssproperty --mdc-statictoggle-active-rest-color - Background color of the active toggle in rest state\n * @cssproperty --mdc-statictoggle-active-disabled-color - Background color of the active toggle in disabled state\n * @cssproperty --mdc-statictoggle-icon-color-normal - Color of the icon in normal state\n * @cssproperty --mdc-statictoggle-icon-color-disabled - Color of the icon in disabled state\n * @cssproperty --mdc-statictoggle-icon-background-color-normal - Background color of the icon in normal state\n * @cssproperty --mdc-statictoggle-icon-background-color-disabled - Background color of the icon in disabled state\n *\n * @csspart slider - The slider part of the toggle\n * @csspart toggle-icon - The icon part of the toggle\n *\n * @slot - Default slot for adding label text.\n */",
42424
+ "jsDoc": "/**\n * This is a decorative component that is styled to look as a toggle. <br/>\n * It has 5 properties - checked, size, disabled, readonly and soft-disabled. <br/>\n * We are using the same styling that has been created for the `mdc-toggle` component.\n *\n * @dependency mdc-icon\n *\n * @tagname mdc-statictoggle\n *\n * @slot default - This is a default/unnamed slot\n *\n * @cssproperty --mdc-toggle-width - The width of the toggle\n * @cssproperty --mdc-toggle-height - The height of the toggle\n * @cssproperty --mdc-toggle-border-radius - The border radius of the toggle\n * @cssproperty --mdc-toggle-border-color - The border color of the toggle\n * @cssproperty --mdc-toggle-background-color - The background color of the toggle\n * @cssproperty --mdc-toggle-icon-color - The icon color of the toggle\n * @cssproperty --mdc-toggle-icon-background-color - The icon background color of the toggle\n *\n * @csspart slider - The slider part of the toggle\n * @csspart toggle-icon - The icon part of the toggle\n *\n * @slot - Default slot for adding label text.\n */",
42413
42425
  "customElement": true
42414
42426
  }
42415
42427
  ],
@@ -44080,6 +44092,14 @@
44080
44092
  "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
44081
44093
  }
44082
44094
  },
44095
+ {
44096
+ "description": "Color for the required indicator text.",
44097
+ "name": "--mdc-required-indicator-color",
44098
+ "inheritedFrom": {
44099
+ "name": "FormfieldWrapper",
44100
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
44101
+ }
44102
+ },
44083
44103
  {
44084
44104
  "description": "Text color for the textarea field",
44085
44105
  "name": "--mdc-textarea-text-color"
@@ -45115,7 +45135,7 @@
45115
45135
  "module": "/src/components/formfieldwrapper"
45116
45136
  },
45117
45137
  "tagName": "mdc-textarea",
45118
- "jsDoc": "/**\n * mdc-textarea component, which is used to get the multi-line text input from the user.\n * It contains:\n * - label: It is the title of the textarea field.\n * - required: A boolean attribute depicting that the textarea field is required.\n * - Textarea: It is the multi-line text input field.\n * - helper-text: It is the text that provides additional information about the textarea field.\n * - max-character-limit: It is the text that shows the character count of the textarea field.\n * - Error, Warning, Success, Priority Help Text type: It is the text that provides additional information\n * about the textarea field based on the validation state.\n * - limitexceeded: It is the event that is dispatched when the character limit exceeds or restored.\n * This event exposes 3 properties:\n * - currentCharacterCount - the current number of characters in the textarea field,\n * - maxCharacterLimit - the maximum number of characters allowed in the textarea field,\n * - value - the current value of the textarea field,\n *\n * **Note**: Consumers must set the help-text-type with 'error' and\n * help-text attribute with the error message using limitexceeded event.\n * The same help-text value will be used for the validation message to be displayed.\n *\n * @tagname mdc-textarea\n *\n * @event input - (React: onInput) This event is dispatched when the value of the textarea field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the textarea field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the textarea receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the textarea loses focus.\n * @event limitexceeded - (React: onLimitExceeded) This event is dispatched once when the character limit\n * exceeds or restored.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-textarea-text-color - Text color for the textarea field\n * @cssproperty --mdc-textarea-background-color - Background color for the textarea field\n * @cssproperty --mdc-textarea-border-color - Border color for the textarea field\n * @cssproperty --mdc-textarea-text-secondary-normal - Text color for the character counter\n * @cssproperty --mdc-textarea-text-font-size - Font size for the textarea field\n * @cssproperty --mdc-textarea-text-line-height - Line height for the textarea field\n * @cssproperty --mdc-textarea-container-background-color - Background color for the textarea container\n */",
45138
+ "jsDoc": "/**\n * mdc-textarea component, which is used to get the multi-line text input from the user.\n * It contains:\n * - label: It is the title of the textarea field.\n * - required: A boolean attribute depicting that the textarea field is required.\n * - Textarea: It is the multi-line text input field.\n * - helper-text: It is the text that provides additional information about the textarea field.\n * - max-character-limit: It is the text that shows the character count of the textarea field.\n * - Error, Warning, Success, Priority Help Text type: It is the text that provides additional information\n * about the textarea field based on the validation state.\n * - limitexceeded: It is the event that is dispatched when the character limit exceeds or restored.\n * This event exposes 3 properties:\n * - currentCharacterCount - the current number of characters in the textarea field,\n * - maxCharacterLimit - the maximum number of characters allowed in the textarea field,\n * - value - the current value of the textarea field,\n *\n * **Note**: Consumers must set the help-text-type with 'error' and\n * help-text attribute with the error message using limitexceeded event.\n * The same help-text value will be used for the validation message to be displayed.\n *\n * @tagname mdc-textarea\n *\n * @event input - (React: onInput) This event is dispatched when the value of the textarea field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the textarea field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the textarea receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the textarea loses focus.\n * @event limitexceeded - (React: onLimitExceeded) This event is dispatched once when the character limit\n * exceeds or restored.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-textarea-text-color - Text color for the textarea field\n * @cssproperty --mdc-textarea-background-color - Background color for the textarea field\n * @cssproperty --mdc-textarea-border-color - Border color for the textarea field\n * @cssproperty --mdc-textarea-text-secondary-normal - Text color for the character counter\n * @cssproperty --mdc-textarea-text-font-size - Font size for the textarea field\n * @cssproperty --mdc-textarea-text-line-height - Line height for the textarea field\n * @cssproperty --mdc-textarea-container-background-color - Background color for the textarea container\n */",
45119
45139
  "customElement": true
45120
45140
  }
45121
45141
  ],
@@ -45640,44 +45660,32 @@
45640
45660
  "name": "Toggle",
45641
45661
  "cssProperties": [
45642
45662
  {
45643
- "description": "Width of the toggle",
45663
+ "description": "The width of the toggle",
45644
45664
  "name": "--mdc-toggle-width"
45645
45665
  },
45646
45666
  {
45647
- "description": "Height of the toggle",
45667
+ "description": "The height of the toggle",
45648
45668
  "name": "--mdc-toggle-height"
45649
45669
  },
45650
45670
  {
45651
- "description": "Width of the toggle when it's size is compact",
45652
- "name": "--mdc-toggle-width-compact"
45653
- },
45654
- {
45655
- "description": "Height of the toggle when it's size is compact",
45656
- "name": "--mdc-toggle-height-compact"
45657
- },
45658
- {
45659
- "description": "Color of the toggle label and help text in disabled state",
45660
- "name": "--mdc-toggle-label-color-disabled"
45671
+ "description": "The border radius of the toggle",
45672
+ "name": "--mdc-toggle-border-radius"
45661
45673
  },
45662
45674
  {
45663
- "description": "Color of the help text label",
45664
- "name": "--mdc-toggle-help-text-color"
45675
+ "description": "The border color of the toggle",
45676
+ "name": "--mdc-toggle-border-color"
45665
45677
  },
45666
45678
  {
45667
- "description": "Background color of the active toggle in hover state",
45668
- "name": "--mdc-toggle-active-hover-color"
45679
+ "description": "The background color of the toggle",
45680
+ "name": "--mdc-toggle-background-color"
45669
45681
  },
45670
45682
  {
45671
- "description": "Background color of the active toggle in pressed state",
45672
- "name": "--mdc-toggle-active-pressed-color"
45683
+ "description": "The icon color of the toggle",
45684
+ "name": "--mdc-toggle-icon-color"
45673
45685
  },
45674
45686
  {
45675
- "description": "Background color of the inactive toggle in hover state",
45676
- "name": "--mdc-toggle-inactive-hover-color"
45677
- },
45678
- {
45679
- "description": "Background color of the inactive toggle in pressed state",
45680
- "name": "--mdc-toggle-inactive-pressed-color"
45687
+ "description": "The icon background color of the toggle",
45688
+ "name": "--mdc-toggle-icon-background-color"
45681
45689
  },
45682
45690
  {
45683
45691
  "description": "Font size for the label text.",
@@ -45742,6 +45750,14 @@
45742
45750
  "name": "FormfieldWrapper",
45743
45751
  "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
45744
45752
  }
45753
+ },
45754
+ {
45755
+ "description": "Color for the required indicator text.",
45756
+ "name": "--mdc-required-indicator-color",
45757
+ "inheritedFrom": {
45758
+ "name": "FormfieldWrapper",
45759
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
45760
+ }
45745
45761
  }
45746
45762
  ],
45747
45763
  "cssParts": [
@@ -45810,8 +45826,8 @@
45810
45826
  }
45811
45827
  },
45812
45828
  {
45813
- "description": "The container element that wraps the toggle input.",
45814
- "name": "container"
45829
+ "description": "The static-toggle element that wraps the toggle input.",
45830
+ "name": "static-toggle"
45815
45831
  },
45816
45832
  {
45817
45833
  "description": "The native checkbox input element styled as a toggle switch.",
@@ -46533,7 +46549,7 @@
46533
46549
  "module": "/src/components/formfieldwrapper"
46534
46550
  },
46535
46551
  "tagName": "mdc-toggle",
46536
- "jsDoc": "/**\n * Toggle Component is an interactive control used to switch between two mutually exclusive options,\n * such as On/Off, Active/Inactive. These are commonly used in settings panels, forms, and preference selections\n * where users need to enable or disable a feature.\n * It contains an optional label and an optional helper text.\n *\n * To create a group of toggles, use the FormFieldGroup component.\n *\n * Note: It internally renders a checkbox styled as a toggle switch.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-statictoggle\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @tagname mdc-toggle\n *\n * @event change - (React: onChange) Event that gets dispatched when the toggle state changes.\n * @event focus - (React: onFocus) Event that gets dispatched when the toggle receives focus.\n *\n * @cssproperty --mdc-toggle-width - Width of the toggle\n * @cssproperty --mdc-toggle-height - Height of the toggle\n * @cssproperty --mdc-toggle-width-compact - Width of the toggle when it's size is compact\n * @cssproperty --mdc-toggle-height-compact - Height of the toggle when it's size is compact\n * @cssproperty --mdc-toggle-label-color-disabled - Color of the toggle label and help text in disabled state\n * @cssproperty --mdc-toggle-help-text-color - Color of the help text label\n * @cssproperty --mdc-toggle-active-hover-color - Background color of the active toggle in hover state\n * @cssproperty --mdc-toggle-active-pressed-color - Background color of the active toggle in pressed state\n * @cssproperty --mdc-toggle-inactive-hover-color - Background color of the inactive toggle in hover state\n * @cssproperty --mdc-toggle-inactive-pressed-color - Background color of the inactive toggle in pressed state\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart container - The container element that wraps the toggle input.\n * @csspart toggle-input - The native checkbox input element styled as a toggle switch.\n */",
46552
+ "jsDoc": "/**\n * Toggle Component is an interactive control used to switch between two mutually exclusive options,\n * such as On/Off, Active/Inactive. These are commonly used in settings panels, forms, and preference selections\n * where users need to enable or disable a feature.\n * It contains an optional label and an optional helper text.\n *\n * To create a group of toggles, use the FormFieldGroup component.\n *\n * Note: It internally renders a checkbox styled as a toggle switch.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-statictoggle\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @tagname mdc-toggle\n *\n * @event change - (React: onChange) Event that gets dispatched when the toggle state changes.\n * @event focus - (React: onFocus) Event that gets dispatched when the toggle receives focus.\n *\n * @cssproperty --mdc-toggle-width - The width of the toggle\n * @cssproperty --mdc-toggle-height - The height of the toggle\n * @cssproperty --mdc-toggle-border-radius - The border radius of the toggle\n * @cssproperty --mdc-toggle-border-color - The border color of the toggle\n * @cssproperty --mdc-toggle-background-color - The background color of the toggle\n * @cssproperty --mdc-toggle-icon-color - The icon color of the toggle\n * @cssproperty --mdc-toggle-icon-background-color - The icon background color of the toggle\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart static-toggle - The static-toggle element that wraps the toggle input.\n * @csspart toggle-input - The native checkbox input element styled as a toggle switch.\n */",
46537
46553
  "customElement": true,
46538
46554
  "slots": [
46539
46555
  {
@@ -46584,28 +46600,24 @@
46584
46600
  },
46585
46601
  {
46586
46602
  "kind": "javascript-module",
46587
- "path": "components/tooltip/tooltip.component.js",
46603
+ "path": "components/toggletip/toggletip.component.js",
46588
46604
  "declarations": [
46589
46605
  {
46590
46606
  "kind": "class",
46591
- "description": "A tooltip is triggered by mouse hover or by keyboard focus\nand will disappear upon mouse exit or focus change.\n\nNote: Tooltips cannot contain content that can be focused or interacted with.",
46592
- "name": "Tooltip",
46607
+ "description": "A toggletip is triggered by clicking a trigger element.\n\nIt can contain interactive content and can be closed by\nclicking outside the toggletip or pressing the escape key.\n\nIt can have optional close button to close the toggletip.\n\nToggletip component uses `mdc-screenreaderannouncer` internally to\nannounce the toggletip text content with screen readers when the toggletip is shown.\n\n`screenreader-announcer-identity` attribute can be used to provide ID of an element\nin DOM to which announcement elements are added. If not set, a visually hidden\ndiv element is created in DOM to which announcement elements are added.\n\nPlease refer to the `mdc-screenreaderannouncer` component for more details.",
46608
+ "name": "ToggleTip",
46593
46609
  "cssProperties": [
46594
46610
  {
46595
- "description": "The maximum width of the tooltip.",
46596
- "name": "--mdc-tooltip-max-width"
46597
- },
46598
- {
46599
- "description": "The padding of the tooltip.",
46600
- "name": "--mdc-tooltip-padding"
46611
+ "description": "The maximum width of the toggletip.",
46612
+ "name": "--mdc-toggletip-max-width"
46601
46613
  },
46602
46614
  {
46603
- "description": "The text color of the tooltip.",
46604
- "name": "--mdc-tooltip-text-color"
46615
+ "description": "The text color of the toggletip.",
46616
+ "name": "--mdc-toggletip-text-color"
46605
46617
  },
46606
46618
  {
46607
- "description": "The text color of the tooltip when the color is contrast.",
46608
- "name": "--mdc-tooltip-text-color-contrast"
46619
+ "description": "The text color of the toggletip when the color is contrast.",
46620
+ "name": "--mdc-toggletip-text-color-contrast"
46609
46621
  },
46610
46622
  {
46611
46623
  "description": "radius of the arrow border",
@@ -46696,18 +46708,17 @@
46696
46708
  }
46697
46709
  }
46698
46710
  ],
46699
- "members": [
46711
+ "slots": [
46700
46712
  {
46701
- "kind": "field",
46702
- "name": "tooltipType",
46703
- "type": {
46704
- "text": "TooltipType"
46705
- },
46706
- "description": "The type of tooltip.\n- **description** sets aria-describedby on the trigger component which refers to the tooltip id.\n- **label** sets aria-labelledby on the trigger component which refers to the tooltip id.\n- **none** no aria props set on trigger component referring to the tooltip id.",
46707
- "default": "'description'",
46708
- "attribute": "tooltip-type",
46709
- "reflects": true
46710
- },
46713
+ "description": "Default slot for the toggletip content",
46714
+ "name": "",
46715
+ "inheritedFrom": {
46716
+ "name": "Popover",
46717
+ "module": "src/components/popover/popover.component.ts"
46718
+ }
46719
+ }
46720
+ ],
46721
+ "members": [
46711
46722
  {
46712
46723
  "kind": "field",
46713
46724
  "name": "defaultSlotNodes",
@@ -46717,76 +46728,50 @@
46717
46728
  "privacy": "private"
46718
46729
  },
46719
46730
  {
46720
- "kind": "method",
46721
- "name": "getTooltipText",
46722
- "privacy": "private",
46723
- "return": {
46724
- "type": {
46725
- "text": ""
46726
- }
46727
- }
46728
- },
46729
- {
46730
- "kind": "method",
46731
- "name": "setTooltipType",
46732
- "privacy": "private",
46733
- "return": {
46734
- "type": {
46735
- "text": "void"
46736
- }
46731
+ "kind": "field",
46732
+ "name": "screenreaderAnnouncerIdentity",
46733
+ "type": {
46734
+ "text": "string | undefined"
46737
46735
  },
46738
- "parameters": [
46739
- {
46740
- "name": "type",
46741
- "type": {
46742
- "text": "TooltipType"
46743
- },
46744
- "description": "The type to set."
46745
- }
46746
- ],
46747
- "description": "Sets the type attribute for the tooltip component.\nIf the provided type is not included in the TOOLTIP_TYPES,\nit defaults to the value specified in DEFAULTS.TOOLTIP_TYPE."
46736
+ "description": "Set this attribute with the id of the element in the DOM, to which announcement\nelements will be appended.\nIf an id is provided, the announcement elements will be appended to this element.\nIf id is not provided, a visually hidden div element will be created in the DOM.\n\nPlease refer to the `mdc-screenreaderannouncer` component for more details.",
46737
+ "attribute": "screenreader-announcer-identity",
46738
+ "reflects": true
46748
46739
  },
46749
46740
  {
46750
- "kind": "method",
46751
- "name": "onIdUpdated",
46752
- "privacy": "private",
46753
- "return": {
46754
- "type": {
46755
- "text": "Promise<void>"
46756
- }
46741
+ "kind": "field",
46742
+ "name": "placement",
46743
+ "type": {
46744
+ "text": "PopoverPlacement"
46757
46745
  },
46758
- "description": "Updates the tooltip id if it is empty."
46746
+ "description": "The placement of the popover.\n- **top**\n- **top-start**\n- **top-end**\n- **bottom**\n- **bottom-start**\n- **bottom-end**\n- **left**\n- **left-start**\n- **left-end**\n- **right**\n- **right-start**\n- **right-end**",
46747
+ "default": "bottom",
46748
+ "attribute": "placement",
46749
+ "reflects": true,
46750
+ "inheritedFrom": {
46751
+ "name": "Popover",
46752
+ "module": "components/popover/popover.component.js"
46753
+ }
46759
46754
  },
46760
46755
  {
46761
46756
  "kind": "method",
46762
- "name": "onPlacementUpdated",
46757
+ "name": "getToggleTipText",
46763
46758
  "privacy": "private",
46764
46759
  "return": {
46765
46760
  "type": {
46766
- "text": "void"
46761
+ "text": ""
46767
46762
  }
46768
- },
46769
- "description": "Updates the placement attribute if it is not a valid placement.\nOverriding the default from Popover"
46763
+ }
46770
46764
  },
46771
46765
  {
46772
46766
  "kind": "method",
46773
- "name": "onTooltipTypeUpdated",
46767
+ "name": "onPlacementUpdated",
46774
46768
  "privacy": "private",
46775
46769
  "return": {
46776
46770
  "type": {
46777
46771
  "text": "void"
46778
46772
  }
46779
46773
  },
46780
- "parameters": [
46781
- {
46782
- "name": "changedProperties",
46783
- "type": {
46784
- "text": "PropertyValues"
46785
- },
46786
- "description": "The changed properties."
46787
- }
46788
- ],
46789
- "description": "Updates the tooltip type attribute and sets the appropriate aria props on the trigger component."
46774
+ "description": "Updates the placement attribute if it is not a valid placement.\nDefault placement for toggle tip is top."
46790
46775
  },
46791
46776
  {
46792
46777
  "kind": "field",
@@ -47378,21 +47363,6 @@
47378
47363
  "module": "components/popover/popover.component.js"
47379
47364
  }
47380
47365
  },
47381
- {
47382
- "kind": "field",
47383
- "name": "placement",
47384
- "type": {
47385
- "text": "PopoverPlacement"
47386
- },
47387
- "description": "The placement of the popover.\n- **top**\n- **top-start**\n- **top-end**\n- **bottom**\n- **bottom-start**\n- **bottom-end**\n- **left**\n- **left-start**\n- **left-end**\n- **right**\n- **right-start**\n- **right-end**",
47388
- "default": "bottom",
47389
- "attribute": "placement",
47390
- "reflects": true,
47391
- "inheritedFrom": {
47392
- "name": "Popover",
47393
- "module": "components/popover/popover.component.js"
47394
- }
47395
- },
47396
47366
  {
47397
47367
  "kind": "field",
47398
47368
  "name": "color",
@@ -48094,7 +48064,7 @@
48094
48064
  ],
48095
48065
  "events": [
48096
48066
  {
48097
- "description": "(React: onShown) This event is dispatched when the tooltip is shown",
48067
+ "description": "(React: onShown) This event is dispatched when the toggletip is shown",
48098
48068
  "name": "shown",
48099
48069
  "reactName": "onShown",
48100
48070
  "inheritedFrom": {
@@ -48103,7 +48073,7 @@
48103
48073
  }
48104
48074
  },
48105
48075
  {
48106
- "description": "(React: onHidden) This event is dispatched when the tooltip is hidden",
48076
+ "description": "(React: onHidden) This event is dispatched when the toggletip is hidden",
48107
48077
  "name": "hidden",
48108
48078
  "reactName": "onHidden",
48109
48079
  "inheritedFrom": {
@@ -48112,7 +48082,7 @@
48112
48082
  }
48113
48083
  },
48114
48084
  {
48115
- "description": "(React: onCreated) This event is dispatched when the tooltip is created (added to the DOM)",
48085
+ "description": "(React: onCreated) This event is dispatched when the toggletip is created (added to the DOM)",
48116
48086
  "name": "created",
48117
48087
  "reactName": "onCreated",
48118
48088
  "inheritedFrom": {
@@ -48121,7 +48091,7 @@
48121
48091
  }
48122
48092
  },
48123
48093
  {
48124
- "description": "(React: onDestroyed) This event is dispatched when the tooltip is destroyed (removed from the DOM)",
48094
+ "description": "(React: onDestroyed) This event is dispatched when the toggletip is destroyed (removed from the DOM)",
48125
48095
  "name": "destroyed",
48126
48096
  "reactName": "onDestroyed",
48127
48097
  "inheritedFrom": {
@@ -48132,13 +48102,25 @@
48132
48102
  ],
48133
48103
  "attributes": [
48134
48104
  {
48135
- "name": "tooltip-type",
48105
+ "name": "screenreader-announcer-identity",
48136
48106
  "type": {
48137
- "text": "TooltipType"
48107
+ "text": "string | undefined"
48138
48108
  },
48139
- "description": "The type of tooltip.\n- **description** sets aria-describedby on the trigger component which refers to the tooltip id.\n- **label** sets aria-labelledby on the trigger component which refers to the tooltip id.\n- **none** no aria props set on trigger component referring to the tooltip id.",
48140
- "default": "'description'",
48141
- "fieldName": "tooltipType"
48109
+ "description": "Set this attribute with the id of the element in the DOM, to which announcement\nelements will be appended.\nIf an id is provided, the announcement elements will be appended to this element.\nIf id is not provided, a visually hidden div element will be created in the DOM.\n\nPlease refer to the `mdc-screenreaderannouncer` component for more details.",
48110
+ "fieldName": "screenreaderAnnouncerIdentity"
48111
+ },
48112
+ {
48113
+ "name": "placement",
48114
+ "type": {
48115
+ "text": "PopoverPlacement"
48116
+ },
48117
+ "description": "The placement of the popover.\n- **top**\n- **top-start**\n- **top-end**\n- **bottom**\n- **bottom-start**\n- **bottom-end**\n- **left**\n- **left-start**\n- **left-end**\n- **right**\n- **right-start**\n- **right-end**",
48118
+ "default": "bottom",
48119
+ "fieldName": "placement",
48120
+ "inheritedFrom": {
48121
+ "name": "Popover",
48122
+ "module": "src/components/popover/popover.component.ts"
48123
+ }
48142
48124
  },
48143
48125
  {
48144
48126
  "name": "should-focus-trap-wrap",
@@ -48192,19 +48174,6 @@
48192
48174
  "module": "src/components/popover/popover.component.ts"
48193
48175
  }
48194
48176
  },
48195
- {
48196
- "name": "placement",
48197
- "type": {
48198
- "text": "PopoverPlacement"
48199
- },
48200
- "description": "The placement of the popover.\n- **top**\n- **top-start**\n- **top-end**\n- **bottom**\n- **bottom-start**\n- **bottom-end**\n- **left**\n- **left-start**\n- **left-end**\n- **right**\n- **right-start**\n- **right-end**",
48201
- "default": "bottom",
48202
- "fieldName": "placement",
48203
- "inheritedFrom": {
48204
- "name": "Popover",
48205
- "module": "src/components/popover/popover.component.ts"
48206
- }
48207
- },
48208
48177
  {
48209
48178
  "name": "color",
48210
48179
  "type": {
@@ -48612,19 +48581,9 @@
48612
48581
  "name": "Popover",
48613
48582
  "module": "/src/components/popover/popover.component"
48614
48583
  },
48615
- "tagName": "mdc-tooltip",
48616
- "jsDoc": "/**\n * A tooltip is triggered by mouse hover or by keyboard focus\n * and will disappear upon mouse exit or focus change.\n *\n * Note: Tooltips cannot contain content that can be focused or interacted with.\n *\n * @tagname mdc-tooltip\n *\n * @event shown - (React: onShown) This event is dispatched when the tooltip is shown\n * @event hidden - (React: onHidden) This event is dispatched when the tooltip is hidden\n * @event created - (React: onCreated) This event is dispatched when the tooltip is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched when the tooltip is destroyed (removed from the DOM)\n *\n * @cssproperty --mdc-tooltip-max-width - The maximum width of the tooltip.\n * @cssproperty --mdc-tooltip-padding - The padding of the tooltip.\n * @cssproperty --mdc-tooltip-text-color - The text color of the tooltip.\n * @cssproperty --mdc-tooltip-text-color-contrast - The text color of the tooltip when the color is contrast.\n *\n */",
48584
+ "tagName": "mdc-toggletip",
48585
+ "jsDoc": "/**\n * A toggletip is triggered by clicking a trigger element.\n *\n * It can contain interactive content and can be closed by\n * clicking outside the toggletip or pressing the escape key.\n *\n * It can have optional close button to close the toggletip.\n *\n * Toggletip component uses `mdc-screenreaderannouncer` internally to\n * announce the toggletip text content with screen readers when the toggletip is shown.\n *\n * `screenreader-announcer-identity` attribute can be used to provide ID of an element\n * in DOM to which announcement elements are added. If not set, a visually hidden\n * div element is created in DOM to which announcement elements are added.\n *\n * Please refer to the `mdc-screenreaderannouncer` component for more details.\n *\n * @dependency mdc-screenreaderannouncer\n * @dependency mdc-button\n *\n * @tagname mdc-toggletip\n *\n * @event shown - (React: onShown) This event is dispatched when the toggletip is shown\n * @event hidden - (React: onHidden) This event is dispatched when the toggletip is hidden\n * @event created - (React: onCreated) This event is dispatched when the toggletip is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched when the toggletip\n * is destroyed (removed from the DOM)\n *\n * @cssproperty --mdc-toggletip-max-width - The maximum width of the toggletip.\n * @cssproperty --mdc-toggletip-text-color - The text color of the toggletip.\n * @cssproperty --mdc-toggletip-text-color-contrast - The text color of the toggletip\n * when the color is contrast.\n *\n * @slot - Default slot for the toggletip content\n */",
48617
48586
  "customElement": true,
48618
- "slots": [
48619
- {
48620
- "description": "Default slot for the popover content",
48621
- "name": "",
48622
- "inheritedFrom": {
48623
- "name": "Popover",
48624
- "module": "src/components/popover/popover.component.ts"
48625
- }
48626
- }
48627
- ],
48628
48587
  "cssParts": [
48629
48588
  {
48630
48589
  "description": "The close button of the popover.",
@@ -48658,32 +48617,36 @@
48658
48617
  "kind": "js",
48659
48618
  "name": "default",
48660
48619
  "declaration": {
48661
- "name": "Tooltip",
48662
- "module": "components/tooltip/tooltip.component.js"
48620
+ "name": "ToggleTip",
48621
+ "module": "components/toggletip/toggletip.component.js"
48663
48622
  }
48664
48623
  }
48665
48624
  ]
48666
48625
  },
48667
48626
  {
48668
48627
  "kind": "javascript-module",
48669
- "path": "components/toggletip/toggletip.component.js",
48628
+ "path": "components/tooltip/tooltip.component.js",
48670
48629
  "declarations": [
48671
48630
  {
48672
48631
  "kind": "class",
48673
- "description": "A toggletip is triggered by clicking a trigger element.\n\nIt can contain interactive content and can be closed by\nclicking outside the toggletip or pressing the escape key.\n\nIt can have optional close button to close the toggletip.\n\nToggletip component uses `mdc-screenreaderannouncer` internally to\nannounce the toggletip text content with screen readers when the toggletip is shown.\n\n`screenreader-announcer-identity` attribute can be used to provide ID of an element\nin DOM to which announcement elements are added. If not set, a visually hidden\ndiv element is created in DOM to which announcement elements are added.\n\nPlease refer to the `mdc-screenreaderannouncer` component for more details.",
48674
- "name": "ToggleTip",
48632
+ "description": "A tooltip is triggered by mouse hover or by keyboard focus\nand will disappear upon mouse exit or focus change.\n\nNote: Tooltips cannot contain content that can be focused or interacted with.",
48633
+ "name": "Tooltip",
48675
48634
  "cssProperties": [
48676
48635
  {
48677
- "description": "The maximum width of the toggletip.",
48678
- "name": "--mdc-toggletip-max-width"
48636
+ "description": "The maximum width of the tooltip.",
48637
+ "name": "--mdc-tooltip-max-width"
48679
48638
  },
48680
48639
  {
48681
- "description": "The text color of the toggletip.",
48682
- "name": "--mdc-toggletip-text-color"
48640
+ "description": "The padding of the tooltip.",
48641
+ "name": "--mdc-tooltip-padding"
48683
48642
  },
48684
48643
  {
48685
- "description": "The text color of the toggletip when the color is contrast.",
48686
- "name": "--mdc-toggletip-text-color-contrast"
48644
+ "description": "The text color of the tooltip.",
48645
+ "name": "--mdc-tooltip-text-color"
48646
+ },
48647
+ {
48648
+ "description": "The text color of the tooltip when the color is contrast.",
48649
+ "name": "--mdc-tooltip-text-color-contrast"
48687
48650
  },
48688
48651
  {
48689
48652
  "description": "radius of the arrow border",
@@ -48774,53 +48737,29 @@
48774
48737
  }
48775
48738
  }
48776
48739
  ],
48777
- "slots": [
48778
- {
48779
- "description": "Default slot for the toggletip content",
48780
- "name": "",
48781
- "inheritedFrom": {
48782
- "name": "Popover",
48783
- "module": "src/components/popover/popover.component.ts"
48784
- }
48785
- }
48786
- ],
48787
48740
  "members": [
48788
48741
  {
48789
48742
  "kind": "field",
48790
- "name": "defaultSlotNodes",
48791
- "type": {
48792
- "text": "Array<Node>"
48793
- },
48794
- "privacy": "private"
48795
- },
48796
- {
48797
- "kind": "field",
48798
- "name": "screenreaderAnnouncerIdentity",
48743
+ "name": "tooltipType",
48799
48744
  "type": {
48800
- "text": "string | undefined"
48745
+ "text": "TooltipType"
48801
48746
  },
48802
- "description": "Set this attribute with the id of the element in the DOM, to which announcement\nelements will be appended.\nIf an id is provided, the announcement elements will be appended to this element.\nIf id is not provided, a visually hidden div element will be created in the DOM.\n\nPlease refer to the `mdc-screenreaderannouncer` component for more details.",
48803
- "attribute": "screenreader-announcer-identity",
48747
+ "description": "The type of tooltip.\n- **description** sets aria-describedby on the trigger component which refers to the tooltip id.\n- **label** sets aria-labelledby on the trigger component which refers to the tooltip id.\n- **none** no aria props set on trigger component referring to the tooltip id.",
48748
+ "default": "'description'",
48749
+ "attribute": "tooltip-type",
48804
48750
  "reflects": true
48805
48751
  },
48806
48752
  {
48807
48753
  "kind": "field",
48808
- "name": "placement",
48754
+ "name": "defaultSlotNodes",
48809
48755
  "type": {
48810
- "text": "PopoverPlacement"
48756
+ "text": "Array<Node>"
48811
48757
  },
48812
- "description": "The placement of the popover.\n- **top**\n- **top-start**\n- **top-end**\n- **bottom**\n- **bottom-start**\n- **bottom-end**\n- **left**\n- **left-start**\n- **left-end**\n- **right**\n- **right-start**\n- **right-end**",
48813
- "default": "bottom",
48814
- "attribute": "placement",
48815
- "reflects": true,
48816
- "inheritedFrom": {
48817
- "name": "Popover",
48818
- "module": "components/popover/popover.component.js"
48819
- }
48758
+ "privacy": "private"
48820
48759
  },
48821
48760
  {
48822
48761
  "kind": "method",
48823
- "name": "getToggleTipText",
48762
+ "name": "getTooltipText",
48824
48763
  "privacy": "private",
48825
48764
  "return": {
48826
48765
  "type": {
@@ -48828,6 +48767,37 @@
48828
48767
  }
48829
48768
  }
48830
48769
  },
48770
+ {
48771
+ "kind": "method",
48772
+ "name": "setTooltipType",
48773
+ "privacy": "private",
48774
+ "return": {
48775
+ "type": {
48776
+ "text": "void"
48777
+ }
48778
+ },
48779
+ "parameters": [
48780
+ {
48781
+ "name": "type",
48782
+ "type": {
48783
+ "text": "TooltipType"
48784
+ },
48785
+ "description": "The type to set."
48786
+ }
48787
+ ],
48788
+ "description": "Sets the type attribute for the tooltip component.\nIf the provided type is not included in the TOOLTIP_TYPES,\nit defaults to the value specified in DEFAULTS.TOOLTIP_TYPE."
48789
+ },
48790
+ {
48791
+ "kind": "method",
48792
+ "name": "onIdUpdated",
48793
+ "privacy": "private",
48794
+ "return": {
48795
+ "type": {
48796
+ "text": "Promise<void>"
48797
+ }
48798
+ },
48799
+ "description": "Updates the tooltip id if it is empty."
48800
+ },
48831
48801
  {
48832
48802
  "kind": "method",
48833
48803
  "name": "onPlacementUpdated",
@@ -48837,7 +48807,27 @@
48837
48807
  "text": "void"
48838
48808
  }
48839
48809
  },
48840
- "description": "Updates the placement attribute if it is not a valid placement.\nDefault placement for toggle tip is top."
48810
+ "description": "Updates the placement attribute if it is not a valid placement.\nOverriding the default from Popover"
48811
+ },
48812
+ {
48813
+ "kind": "method",
48814
+ "name": "onTooltipTypeUpdated",
48815
+ "privacy": "private",
48816
+ "return": {
48817
+ "type": {
48818
+ "text": "void"
48819
+ }
48820
+ },
48821
+ "parameters": [
48822
+ {
48823
+ "name": "changedProperties",
48824
+ "type": {
48825
+ "text": "PropertyValues"
48826
+ },
48827
+ "description": "The changed properties."
48828
+ }
48829
+ ],
48830
+ "description": "Updates the tooltip type attribute and sets the appropriate aria props on the trigger component."
48841
48831
  },
48842
48832
  {
48843
48833
  "kind": "field",
@@ -49429,6 +49419,21 @@
49429
49419
  "module": "components/popover/popover.component.js"
49430
49420
  }
49431
49421
  },
49422
+ {
49423
+ "kind": "field",
49424
+ "name": "placement",
49425
+ "type": {
49426
+ "text": "PopoverPlacement"
49427
+ },
49428
+ "description": "The placement of the popover.\n- **top**\n- **top-start**\n- **top-end**\n- **bottom**\n- **bottom-start**\n- **bottom-end**\n- **left**\n- **left-start**\n- **left-end**\n- **right**\n- **right-start**\n- **right-end**",
49429
+ "default": "bottom",
49430
+ "attribute": "placement",
49431
+ "reflects": true,
49432
+ "inheritedFrom": {
49433
+ "name": "Popover",
49434
+ "module": "components/popover/popover.component.js"
49435
+ }
49436
+ },
49432
49437
  {
49433
49438
  "kind": "field",
49434
49439
  "name": "color",
@@ -50130,7 +50135,7 @@
50130
50135
  ],
50131
50136
  "events": [
50132
50137
  {
50133
- "description": "(React: onShown) This event is dispatched when the toggletip is shown",
50138
+ "description": "(React: onShown) This event is dispatched when the tooltip is shown",
50134
50139
  "name": "shown",
50135
50140
  "reactName": "onShown",
50136
50141
  "inheritedFrom": {
@@ -50139,7 +50144,7 @@
50139
50144
  }
50140
50145
  },
50141
50146
  {
50142
- "description": "(React: onHidden) This event is dispatched when the toggletip is hidden",
50147
+ "description": "(React: onHidden) This event is dispatched when the tooltip is hidden",
50143
50148
  "name": "hidden",
50144
50149
  "reactName": "onHidden",
50145
50150
  "inheritedFrom": {
@@ -50148,7 +50153,7 @@
50148
50153
  }
50149
50154
  },
50150
50155
  {
50151
- "description": "(React: onCreated) This event is dispatched when the toggletip is created (added to the DOM)",
50156
+ "description": "(React: onCreated) This event is dispatched when the tooltip is created (added to the DOM)",
50152
50157
  "name": "created",
50153
50158
  "reactName": "onCreated",
50154
50159
  "inheritedFrom": {
@@ -50157,7 +50162,7 @@
50157
50162
  }
50158
50163
  },
50159
50164
  {
50160
- "description": "(React: onDestroyed) This event is dispatched when the toggletip is destroyed (removed from the DOM)",
50165
+ "description": "(React: onDestroyed) This event is dispatched when the tooltip is destroyed (removed from the DOM)",
50161
50166
  "name": "destroyed",
50162
50167
  "reactName": "onDestroyed",
50163
50168
  "inheritedFrom": {
@@ -50168,25 +50173,13 @@
50168
50173
  ],
50169
50174
  "attributes": [
50170
50175
  {
50171
- "name": "screenreader-announcer-identity",
50172
- "type": {
50173
- "text": "string | undefined"
50174
- },
50175
- "description": "Set this attribute with the id of the element in the DOM, to which announcement\nelements will be appended.\nIf an id is provided, the announcement elements will be appended to this element.\nIf id is not provided, a visually hidden div element will be created in the DOM.\n\nPlease refer to the `mdc-screenreaderannouncer` component for more details.",
50176
- "fieldName": "screenreaderAnnouncerIdentity"
50177
- },
50178
- {
50179
- "name": "placement",
50176
+ "name": "tooltip-type",
50180
50177
  "type": {
50181
- "text": "PopoverPlacement"
50178
+ "text": "TooltipType"
50182
50179
  },
50183
- "description": "The placement of the popover.\n- **top**\n- **top-start**\n- **top-end**\n- **bottom**\n- **bottom-start**\n- **bottom-end**\n- **left**\n- **left-start**\n- **left-end**\n- **right**\n- **right-start**\n- **right-end**",
50184
- "default": "bottom",
50185
- "fieldName": "placement",
50186
- "inheritedFrom": {
50187
- "name": "Popover",
50188
- "module": "src/components/popover/popover.component.ts"
50189
- }
50180
+ "description": "The type of tooltip.\n- **description** sets aria-describedby on the trigger component which refers to the tooltip id.\n- **label** sets aria-labelledby on the trigger component which refers to the tooltip id.\n- **none** no aria props set on trigger component referring to the tooltip id.",
50181
+ "default": "'description'",
50182
+ "fieldName": "tooltipType"
50190
50183
  },
50191
50184
  {
50192
50185
  "name": "should-focus-trap-wrap",
@@ -50240,6 +50233,19 @@
50240
50233
  "module": "src/components/popover/popover.component.ts"
50241
50234
  }
50242
50235
  },
50236
+ {
50237
+ "name": "placement",
50238
+ "type": {
50239
+ "text": "PopoverPlacement"
50240
+ },
50241
+ "description": "The placement of the popover.\n- **top**\n- **top-start**\n- **top-end**\n- **bottom**\n- **bottom-start**\n- **bottom-end**\n- **left**\n- **left-start**\n- **left-end**\n- **right**\n- **right-start**\n- **right-end**",
50242
+ "default": "bottom",
50243
+ "fieldName": "placement",
50244
+ "inheritedFrom": {
50245
+ "name": "Popover",
50246
+ "module": "src/components/popover/popover.component.ts"
50247
+ }
50248
+ },
50243
50249
  {
50244
50250
  "name": "color",
50245
50251
  "type": {
@@ -50647,9 +50653,19 @@
50647
50653
  "name": "Popover",
50648
50654
  "module": "/src/components/popover/popover.component"
50649
50655
  },
50650
- "tagName": "mdc-toggletip",
50651
- "jsDoc": "/**\n * A toggletip is triggered by clicking a trigger element.\n *\n * It can contain interactive content and can be closed by\n * clicking outside the toggletip or pressing the escape key.\n *\n * It can have optional close button to close the toggletip.\n *\n * Toggletip component uses `mdc-screenreaderannouncer` internally to\n * announce the toggletip text content with screen readers when the toggletip is shown.\n *\n * `screenreader-announcer-identity` attribute can be used to provide ID of an element\n * in DOM to which announcement elements are added. If not set, a visually hidden\n * div element is created in DOM to which announcement elements are added.\n *\n * Please refer to the `mdc-screenreaderannouncer` component for more details.\n *\n * @dependency mdc-screenreaderannouncer\n * @dependency mdc-button\n *\n * @tagname mdc-toggletip\n *\n * @event shown - (React: onShown) This event is dispatched when the toggletip is shown\n * @event hidden - (React: onHidden) This event is dispatched when the toggletip is hidden\n * @event created - (React: onCreated) This event is dispatched when the toggletip is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched when the toggletip\n * is destroyed (removed from the DOM)\n *\n * @cssproperty --mdc-toggletip-max-width - The maximum width of the toggletip.\n * @cssproperty --mdc-toggletip-text-color - The text color of the toggletip.\n * @cssproperty --mdc-toggletip-text-color-contrast - The text color of the toggletip\n * when the color is contrast.\n *\n * @slot - Default slot for the toggletip content\n */",
50656
+ "tagName": "mdc-tooltip",
50657
+ "jsDoc": "/**\n * A tooltip is triggered by mouse hover or by keyboard focus\n * and will disappear upon mouse exit or focus change.\n *\n * Note: Tooltips cannot contain content that can be focused or interacted with.\n *\n * @tagname mdc-tooltip\n *\n * @event shown - (React: onShown) This event is dispatched when the tooltip is shown\n * @event hidden - (React: onHidden) This event is dispatched when the tooltip is hidden\n * @event created - (React: onCreated) This event is dispatched when the tooltip is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched when the tooltip is destroyed (removed from the DOM)\n *\n * @cssproperty --mdc-tooltip-max-width - The maximum width of the tooltip.\n * @cssproperty --mdc-tooltip-padding - The padding of the tooltip.\n * @cssproperty --mdc-tooltip-text-color - The text color of the tooltip.\n * @cssproperty --mdc-tooltip-text-color-contrast - The text color of the tooltip when the color is contrast.\n *\n */",
50652
50658
  "customElement": true,
50659
+ "slots": [
50660
+ {
50661
+ "description": "Default slot for the popover content",
50662
+ "name": "",
50663
+ "inheritedFrom": {
50664
+ "name": "Popover",
50665
+ "module": "src/components/popover/popover.component.ts"
50666
+ }
50667
+ }
50668
+ ],
50653
50669
  "cssParts": [
50654
50670
  {
50655
50671
  "description": "The close button of the popover.",
@@ -50683,8 +50699,8 @@
50683
50699
  "kind": "js",
50684
50700
  "name": "default",
50685
50701
  "declaration": {
50686
- "name": "ToggleTip",
50687
- "module": "components/toggletip/toggletip.component.js"
50702
+ "name": "Tooltip",
50703
+ "module": "components/tooltip/tooltip.component.js"
50688
50704
  }
50689
50705
  }
50690
50706
  ]