@momentum-design/components 0.127.4 → 0.127.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -513,157 +513,6 @@
513
513
  }
514
514
  ]
515
515
  },
516
- {
517
- "kind": "javascript-module",
518
- "path": "components/accordiongroup/accordiongroup.component.js",
519
- "declarations": [
520
- {
521
- "kind": "class",
522
- "description": "An accordion group is a vertically stacked set of interactive headings that each contain a header and body content.\nEach heading of the accordion acts as a control that enable users to expand or hide their associated body sections of content.\nAccordions are commonly used to reduce the need to scroll when presenting multiple sections of content on a single page.\n\n- Default Slot: The accordion group component only accepts, `accordion` and `accordionbutton` components as the children, rest are ignored.\n\nThere are three types of variants:\n- Stacked - Each accordion will have a gap of 1.5rem (24px).\n- Borderless - Each accordion will not have any border and the group will also not have any border.\n- Contained - Each accordion will have no gap in between them and the border of the entire accordiongroup will be continuous.\n\nThere are two types of sizes:\n- Small: Small size has a padding of 1rem (16px) for both heading and body sections.\n- Large: Large size has a padding of 1.5rem (24px) for both heading and body sections.\n\nThe variant and size will be applied to all accordions inside this accordion group.\nTo show/expand more than one accordion at any given time, then set `allow-multiple` to `true`. By default, it's `false`.\n\nIf you don't need any controls on your accordion heading, then it's advised to use `accordionbutton` component.\n\nIf the first accordion of the accordion group is expanded by default, then the screen reader might loose focus when toggling the visibilty of the first accordion.",
523
- "name": "AccordionGroup",
524
- "cssProperties": [
525
- {
526
- "description": "The border color of the entire accordiongroup",
527
- "name": "--mdc-accordiongroup-border-color"
528
- }
529
- ],
530
- "slots": [
531
- {
532
- "description": "The default slot can contain the `accordion` or `accordionbutton` components.",
533
- "name": "default"
534
- }
535
- ],
536
- "members": [
537
- {
538
- "kind": "field",
539
- "name": "size",
540
- "type": {
541
- "text": "Size"
542
- },
543
- "description": "The size of the accordion item.",
544
- "default": "'small'",
545
- "attribute": "size",
546
- "reflects": true
547
- },
548
- {
549
- "kind": "field",
550
- "name": "variant",
551
- "type": {
552
- "text": "Variant"
553
- },
554
- "description": "The variant of the accordion item. Based on the variant, the styling of the accordion gets changed.",
555
- "default": "'stacked'",
556
- "attribute": "variant",
557
- "reflects": true
558
- },
559
- {
560
- "kind": "field",
561
- "name": "allowMultiple",
562
- "type": {
563
- "text": "boolean"
564
- },
565
- "default": "false",
566
- "description": "If true, multiple accordion items can be visible at the same time.",
567
- "attribute": "allow-multiple",
568
- "reflects": true
569
- },
570
- {
571
- "kind": "method",
572
- "name": "handleAccordionExpanded",
573
- "privacy": "private",
574
- "return": {
575
- "type": {
576
- "text": "void"
577
- }
578
- },
579
- "parameters": [
580
- {
581
- "name": "event",
582
- "type": {
583
- "text": "Event"
584
- },
585
- "description": "The event object from the 'shown' event."
586
- }
587
- ],
588
- "description": "Handles the 'shown' event for accordion items.\nIf `allowMultiple` is false, ensures that only one accordion item\nremains expanded by collapsing all other expanded items when a new item is expanded."
589
- },
590
- {
591
- "kind": "method",
592
- "name": "setChildrenAccordionAttributes",
593
- "privacy": "private",
594
- "return": {
595
- "type": {
596
- "text": "void"
597
- }
598
- },
599
- "parameters": [
600
- {
601
- "name": "attributeName",
602
- "type": {
603
- "text": "string"
604
- },
605
- "description": "The name of the attribute to set."
606
- },
607
- {
608
- "name": "attributeValue",
609
- "type": {
610
- "text": "string"
611
- },
612
- "description": "The value to set the attribute to."
613
- }
614
- ],
615
- "description": "Sets the given attribute on all child accordion or accordionbutton components."
616
- }
617
- ],
618
- "attributes": [
619
- {
620
- "name": "size",
621
- "type": {
622
- "text": "Size"
623
- },
624
- "description": "The size of the accordion item.",
625
- "default": "'small'",
626
- "fieldName": "size"
627
- },
628
- {
629
- "name": "variant",
630
- "type": {
631
- "text": "Variant"
632
- },
633
- "description": "The variant of the accordion item. Based on the variant, the styling of the accordion gets changed.",
634
- "default": "'stacked'",
635
- "fieldName": "variant"
636
- },
637
- {
638
- "name": "allow-multiple",
639
- "type": {
640
- "text": "boolean"
641
- },
642
- "default": "false",
643
- "description": "If true, multiple accordion items can be visible at the same time.",
644
- "fieldName": "allowMultiple"
645
- }
646
- ],
647
- "superclass": {
648
- "name": "Component",
649
- "module": "/src/models"
650
- },
651
- "tagName": "mdc-accordiongroup",
652
- "jsDoc": "/**\n * An accordion group is a vertically stacked set of interactive headings that each contain a header and body content.\n * Each heading of the accordion acts as a control that enable users to expand or hide their associated body sections of content.\n * Accordions are commonly used to reduce the need to scroll when presenting multiple sections of content on a single page.\n *\n * - Default Slot: The accordion group component only accepts, `accordion` and `accordionbutton` components as the children, rest are ignored.\n *\n * There are three types of variants:\n * - Stacked - Each accordion will have a gap of 1.5rem (24px).\n * - Borderless - Each accordion will not have any border and the group will also not have any border.\n * - Contained - Each accordion will have no gap in between them and the border of the entire accordiongroup will be continuous.\n *\n * There are two types of sizes:\n * - Small: Small size has a padding of 1rem (16px) for both heading and body sections.\n * - Large: Large size has a padding of 1.5rem (24px) for both heading and body sections.\n *\n * The variant and size will be applied to all accordions inside this accordion group.\n * To show/expand more than one accordion at any given time, then set `allow-multiple` to `true`. By default, it's `false`.\n *\n * If you don't need any controls on your accordion heading, then it's advised to use `accordionbutton` component.\n *\n * If the first accordion of the accordion group is expanded by default, then the screen reader might loose focus when toggling the visibilty of the first accordion.\n *\n * @tagname mdc-accordiongroup\n *\n * @slot default - The default slot can contain the `accordion` or `accordionbutton` components.\n *\n * @cssproperty --mdc-accordiongroup-border-color - The border color of the entire accordiongroup\n */",
653
- "customElement": true
654
- }
655
- ],
656
- "exports": [
657
- {
658
- "kind": "js",
659
- "name": "default",
660
- "declaration": {
661
- "name": "AccordionGroup",
662
- "module": "components/accordiongroup/accordiongroup.component.js"
663
- }
664
- }
665
- ]
666
- },
667
516
  {
668
517
  "kind": "javascript-module",
669
518
  "path": "components/accordionbutton/accordionbutton.component.js",
@@ -1006,119 +855,270 @@
1006
855
  },
1007
856
  {
1008
857
  "kind": "javascript-module",
1009
- "path": "components/alertchip/alertchip.component.js",
858
+ "path": "components/accordiongroup/accordiongroup.component.js",
1010
859
  "declarations": [
1011
860
  {
1012
861
  "kind": "class",
1013
- "description": "mdc-alertchip component is an interactive chip that consumers can use to represent an alert.\n\n- It supports a leading icon along with label.\n- It supports 5 variants of alerts - neutral, warning, error, success, and informational\n\nThis component is built by extending Buttonsimple.",
1014
- "name": "AlertChip",
862
+ "description": "An accordion group is a vertically stacked set of interactive headings that each contain a header and body content.\nEach heading of the accordion acts as a control that enable users to expand or hide their associated body sections of content.\nAccordions are commonly used to reduce the need to scroll when presenting multiple sections of content on a single page.\n\n- Default Slot: The accordion group component only accepts, `accordion` and `accordionbutton` components as the children, rest are ignored.\n\nThere are three types of variants:\n- Stacked - Each accordion will have a gap of 1.5rem (24px).\n- Borderless - Each accordion will not have any border and the group will also not have any border.\n- Contained - Each accordion will have no gap in between them and the border of the entire accordiongroup will be continuous.\n\nThere are two types of sizes:\n- Small: Small size has a padding of 1rem (16px) for both heading and body sections.\n- Large: Large size has a padding of 1.5rem (24px) for both heading and body sections.\n\nThe variant and size will be applied to all accordions inside this accordion group.\nTo show/expand more than one accordion at any given time, then set `allow-multiple` to `true`. By default, it's `false`.\n\nIf you don't need any controls on your accordion heading, then it's advised to use `accordionbutton` component.\n\nIf the first accordion of the accordion group is expanded by default, then the screen reader might loose focus when toggling the visibilty of the first accordion.",
863
+ "name": "AccordionGroup",
1015
864
  "cssProperties": [
1016
865
  {
1017
- "description": "The color of the label text",
1018
- "name": "--mdc-chip-color"
1019
- },
1020
- {
1021
- "description": "The color of the icon",
1022
- "name": "--mdc-chip-icon-color"
1023
- },
1024
- {
1025
- "description": "The border color of the alertchip",
1026
- "name": "--mdc-chip-border-color"
1027
- },
1028
- {
1029
- "description": "The background color of the alertchip",
1030
- "name": "--mdc-chip-background-color"
1031
- },
1032
- {
1033
- "description": "Height for button size",
1034
- "name": "--mdc-button-height",
1035
- "inheritedFrom": {
1036
- "name": "Buttonsimple",
1037
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
1038
- }
1039
- },
1040
- {
1041
- "description": "Background color of the button",
1042
- "name": "--mdc-button-background",
1043
- "inheritedFrom": {
1044
- "name": "Buttonsimple",
1045
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
1046
- }
1047
- },
1048
- {
1049
- "description": "Borer color of the button",
1050
- "name": "--mdc-button-border-color",
1051
- "inheritedFrom": {
1052
- "name": "Buttonsimple",
1053
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
1054
- }
1055
- },
1056
- {
1057
- "description": "Text color of the button",
1058
- "name": "--mdc-button-text-color",
1059
- "inheritedFrom": {
1060
- "name": "Buttonsimple",
1061
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
1062
- }
866
+ "description": "The border color of the entire accordiongroup",
867
+ "name": "--mdc-accordiongroup-border-color"
1063
868
  }
1064
869
  ],
1065
- "cssParts": [
1066
- {
1067
- "description": "The alert icon",
1068
- "name": "icon"
1069
- },
870
+ "slots": [
1070
871
  {
1071
- "description": "The text label of the alertchip",
1072
- "name": "label"
872
+ "description": "The default slot can contain the `accordion` or `accordionbutton` components.",
873
+ "name": "default"
1073
874
  }
1074
875
  ],
1075
876
  "members": [
1076
877
  {
1077
878
  "kind": "field",
1078
- "name": "variant",
879
+ "name": "size",
1079
880
  "type": {
1080
- "text": "VariantType"
881
+ "text": "Size"
1081
882
  },
1082
- "description": "The variant of the alertchip. It supports 5 variants\n- neutral\n- warning\n- error\n- success\n- informational",
1083
- "default": "neutral",
1084
- "attribute": "variant",
883
+ "description": "The size of the accordion item.",
884
+ "default": "'small'",
885
+ "attribute": "size",
1085
886
  "reflects": true
1086
887
  },
1087
888
  {
1088
889
  "kind": "field",
1089
- "name": "label",
1090
- "type": {
1091
- "text": "string"
1092
- },
1093
- "default": "''",
1094
- "description": "The visible label text of the alertchip.\n\nWe recommend limiting the <b>maximum length of the label text to 20 characters</b>,\nincluding empty spaces to split words.",
1095
- "attribute": "label"
1096
- },
1097
- {
1098
- "kind": "field",
1099
- "name": "iconName",
890
+ "name": "variant",
1100
891
  "type": {
1101
- "text": "IconNames | undefined"
892
+ "text": "Variant"
1102
893
  },
1103
- "description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
1104
- "attribute": "icon-name",
1105
- "inheritedFrom": {
1106
- "name": "IconNameMixin",
1107
- "module": "utils/mixins/IconNameMixin.js"
1108
- }
894
+ "description": "The variant of the accordion item. Based on the variant, the styling of the accordion gets changed.",
895
+ "default": "'stacked'",
896
+ "attribute": "variant",
897
+ "reflects": true
1109
898
  },
1110
899
  {
1111
900
  "kind": "field",
1112
- "name": "autoFocusOnMount",
901
+ "name": "allowMultiple",
1113
902
  "type": {
1114
903
  "text": "boolean"
1115
904
  },
1116
905
  "default": "false",
1117
- "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.",
1118
- "attribute": "auto-focus-on-mount",
1119
- "reflects": true,
1120
- "inheritedFrom": {
1121
- "name": "AutoFocusOnMountMixin",
906
+ "description": "If true, multiple accordion items can be visible at the same time.",
907
+ "attribute": "allow-multiple",
908
+ "reflects": true
909
+ },
910
+ {
911
+ "kind": "method",
912
+ "name": "handleAccordionExpanded",
913
+ "privacy": "private",
914
+ "return": {
915
+ "type": {
916
+ "text": "void"
917
+ }
918
+ },
919
+ "parameters": [
920
+ {
921
+ "name": "event",
922
+ "type": {
923
+ "text": "Event"
924
+ },
925
+ "description": "The event object from the 'shown' event."
926
+ }
927
+ ],
928
+ "description": "Handles the 'shown' event for accordion items.\nIf `allowMultiple` is false, ensures that only one accordion item\nremains expanded by collapsing all other expanded items when a new item is expanded."
929
+ },
930
+ {
931
+ "kind": "method",
932
+ "name": "setChildrenAccordionAttributes",
933
+ "privacy": "private",
934
+ "return": {
935
+ "type": {
936
+ "text": "void"
937
+ }
938
+ },
939
+ "parameters": [
940
+ {
941
+ "name": "attributeName",
942
+ "type": {
943
+ "text": "string"
944
+ },
945
+ "description": "The name of the attribute to set."
946
+ },
947
+ {
948
+ "name": "attributeValue",
949
+ "type": {
950
+ "text": "string"
951
+ },
952
+ "description": "The value to set the attribute to."
953
+ }
954
+ ],
955
+ "description": "Sets the given attribute on all child accordion or accordionbutton components."
956
+ }
957
+ ],
958
+ "attributes": [
959
+ {
960
+ "name": "size",
961
+ "type": {
962
+ "text": "Size"
963
+ },
964
+ "description": "The size of the accordion item.",
965
+ "default": "'small'",
966
+ "fieldName": "size"
967
+ },
968
+ {
969
+ "name": "variant",
970
+ "type": {
971
+ "text": "Variant"
972
+ },
973
+ "description": "The variant of the accordion item. Based on the variant, the styling of the accordion gets changed.",
974
+ "default": "'stacked'",
975
+ "fieldName": "variant"
976
+ },
977
+ {
978
+ "name": "allow-multiple",
979
+ "type": {
980
+ "text": "boolean"
981
+ },
982
+ "default": "false",
983
+ "description": "If true, multiple accordion items can be visible at the same time.",
984
+ "fieldName": "allowMultiple"
985
+ }
986
+ ],
987
+ "superclass": {
988
+ "name": "Component",
989
+ "module": "/src/models"
990
+ },
991
+ "tagName": "mdc-accordiongroup",
992
+ "jsDoc": "/**\n * An accordion group is a vertically stacked set of interactive headings that each contain a header and body content.\n * Each heading of the accordion acts as a control that enable users to expand or hide their associated body sections of content.\n * Accordions are commonly used to reduce the need to scroll when presenting multiple sections of content on a single page.\n *\n * - Default Slot: The accordion group component only accepts, `accordion` and `accordionbutton` components as the children, rest are ignored.\n *\n * There are three types of variants:\n * - Stacked - Each accordion will have a gap of 1.5rem (24px).\n * - Borderless - Each accordion will not have any border and the group will also not have any border.\n * - Contained - Each accordion will have no gap in between them and the border of the entire accordiongroup will be continuous.\n *\n * There are two types of sizes:\n * - Small: Small size has a padding of 1rem (16px) for both heading and body sections.\n * - Large: Large size has a padding of 1.5rem (24px) for both heading and body sections.\n *\n * The variant and size will be applied to all accordions inside this accordion group.\n * To show/expand more than one accordion at any given time, then set `allow-multiple` to `true`. By default, it's `false`.\n *\n * If you don't need any controls on your accordion heading, then it's advised to use `accordionbutton` component.\n *\n * If the first accordion of the accordion group is expanded by default, then the screen reader might loose focus when toggling the visibilty of the first accordion.\n *\n * @tagname mdc-accordiongroup\n *\n * @slot default - The default slot can contain the `accordion` or `accordionbutton` components.\n *\n * @cssproperty --mdc-accordiongroup-border-color - The border color of the entire accordiongroup\n */",
993
+ "customElement": true
994
+ }
995
+ ],
996
+ "exports": [
997
+ {
998
+ "kind": "js",
999
+ "name": "default",
1000
+ "declaration": {
1001
+ "name": "AccordionGroup",
1002
+ "module": "components/accordiongroup/accordiongroup.component.js"
1003
+ }
1004
+ }
1005
+ ]
1006
+ },
1007
+ {
1008
+ "kind": "javascript-module",
1009
+ "path": "components/alertchip/alertchip.component.js",
1010
+ "declarations": [
1011
+ {
1012
+ "kind": "class",
1013
+ "description": "mdc-alertchip component is an interactive chip that consumers can use to represent an alert.\n\n- It supports a leading icon along with label.\n- It supports 5 variants of alerts - neutral, warning, error, success, and informational\n\nThis component is built by extending Buttonsimple.",
1014
+ "name": "AlertChip",
1015
+ "cssProperties": [
1016
+ {
1017
+ "description": "The color of the label text",
1018
+ "name": "--mdc-chip-color"
1019
+ },
1020
+ {
1021
+ "description": "The color of the icon",
1022
+ "name": "--mdc-chip-icon-color"
1023
+ },
1024
+ {
1025
+ "description": "The border color of the alertchip",
1026
+ "name": "--mdc-chip-border-color"
1027
+ },
1028
+ {
1029
+ "description": "The background color of the alertchip",
1030
+ "name": "--mdc-chip-background-color"
1031
+ },
1032
+ {
1033
+ "description": "Height for button size",
1034
+ "name": "--mdc-button-height",
1035
+ "inheritedFrom": {
1036
+ "name": "Buttonsimple",
1037
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
1038
+ }
1039
+ },
1040
+ {
1041
+ "description": "Background color of the button",
1042
+ "name": "--mdc-button-background",
1043
+ "inheritedFrom": {
1044
+ "name": "Buttonsimple",
1045
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
1046
+ }
1047
+ },
1048
+ {
1049
+ "description": "Borer color of the button",
1050
+ "name": "--mdc-button-border-color",
1051
+ "inheritedFrom": {
1052
+ "name": "Buttonsimple",
1053
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
1054
+ }
1055
+ },
1056
+ {
1057
+ "description": "Text color of the button",
1058
+ "name": "--mdc-button-text-color",
1059
+ "inheritedFrom": {
1060
+ "name": "Buttonsimple",
1061
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
1062
+ }
1063
+ }
1064
+ ],
1065
+ "cssParts": [
1066
+ {
1067
+ "description": "The alert icon",
1068
+ "name": "icon"
1069
+ },
1070
+ {
1071
+ "description": "The text label of the alertchip",
1072
+ "name": "label"
1073
+ }
1074
+ ],
1075
+ "members": [
1076
+ {
1077
+ "kind": "field",
1078
+ "name": "variant",
1079
+ "type": {
1080
+ "text": "VariantType"
1081
+ },
1082
+ "description": "The variant of the alertchip. It supports 5 variants\n- neutral\n- warning\n- error\n- success\n- informational",
1083
+ "default": "neutral",
1084
+ "attribute": "variant",
1085
+ "reflects": true
1086
+ },
1087
+ {
1088
+ "kind": "field",
1089
+ "name": "label",
1090
+ "type": {
1091
+ "text": "string"
1092
+ },
1093
+ "default": "''",
1094
+ "description": "The visible label text of the alertchip.\n\nWe recommend limiting the <b>maximum length of the label text to 20 characters</b>,\nincluding empty spaces to split words.",
1095
+ "attribute": "label"
1096
+ },
1097
+ {
1098
+ "kind": "field",
1099
+ "name": "iconName",
1100
+ "type": {
1101
+ "text": "IconNames | undefined"
1102
+ },
1103
+ "description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
1104
+ "attribute": "icon-name",
1105
+ "inheritedFrom": {
1106
+ "name": "IconNameMixin",
1107
+ "module": "utils/mixins/IconNameMixin.js"
1108
+ }
1109
+ },
1110
+ {
1111
+ "kind": "field",
1112
+ "name": "autoFocusOnMount",
1113
+ "type": {
1114
+ "text": "boolean"
1115
+ },
1116
+ "default": "false",
1117
+ "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.",
1118
+ "attribute": "auto-focus-on-mount",
1119
+ "reflects": true,
1120
+ "inheritedFrom": {
1121
+ "name": "AutoFocusOnMountMixin",
1122
1122
  "module": "utils/mixins/AutoFocusOnMountMixin.js"
1123
1123
  }
1124
1124
  },
@@ -4684,7 +4684,7 @@
4684
4684
  "declarations": [
4685
4685
  {
4686
4686
  "kind": "class",
4687
- "description": "`mdc-banner` is a component that allows applications to communicate important messages to users \nand requires user action to dismiss them. It supports different message types with appropriate styling \nand icons, and provides flexibility for customization through label, secondary label, icons, and actions.\n\nThey are designed to be noticeable yet non-intrusive, helping users stay informed without interrupting their workflow.\n\nThis component supports both structured content via properties and flexible customization via slots:\n- Use the properties (`label`, `secondaryLabel`, `variant`) for standard banner layouts with automatic icon selection.\n- Use slots for custom content and complete layout control.\n- Combine both approaches for maximum flexibility.\n- Create custom orientations and actions using CSS parts and slots.",
4687
+ "description": "`mdc-banner` is a component that allows applications to communicate important messages to users\nand requires user action to dismiss them. It supports different message types with appropriate styling\nand icons, and provides flexibility for customization through label, secondary label, icons, and actions.\n\nThey are designed to be noticeable yet non-intrusive, helping users stay informed without interrupting their workflow.\n\nThis component supports both structured content via properties and flexible customization via slots:\n- Use the properties (`label`, `secondaryLabel`, `variant`) for standard banner layouts with automatic icon selection.\n- Use slots for custom content and complete layout control.\n- Combine both approaches for maximum flexibility.\n- Create custom orientations and actions using CSS parts and slots.",
4688
4688
  "name": "Banner",
4689
4689
  "cssProperties": [
4690
4690
  {
@@ -4695,6 +4695,10 @@
4695
4695
  "description": "Border color of the banner.",
4696
4696
  "name": "--mdc-banner-border-color"
4697
4697
  },
4698
+ {
4699
+ "description": "Border width of the banner.",
4700
+ "name": "--mdc-banner-border-width"
4701
+ },
4698
4702
  {
4699
4703
  "description": "Color of the icon in the banner.",
4700
4704
  "name": "--mdc-banner-icon-color"
@@ -4823,7 +4827,7 @@
4823
4827
  "module": "/src/models"
4824
4828
  },
4825
4829
  "tagName": "mdc-banner",
4826
- "jsDoc": "/**\n * `mdc-banner` is a component that allows applications to communicate important messages to users \n * and requires user action to dismiss them. It supports different message types with appropriate styling \n * and icons, and provides flexibility for customization through label, secondary label, icons, and actions.\n * \n * They are designed to be noticeable yet non-intrusive, helping users stay informed without interrupting their workflow.\n *\n * This component supports both structured content via properties and flexible customization via slots:\n * - Use the properties (`label`, `secondaryLabel`, `variant`) for standard banner layouts with automatic icon selection.\n * - Use slots for custom content and complete layout control.\n * - Combine both approaches for maximum flexibility.\n * - Create custom orientations and actions using CSS parts and slots.\n * \n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @slot content - Complete content override. When used, it replaces all default banner content including icon, label, secondary label, and actions.\n * @slot leading-icon - Custom icon content. Overrides the default variant-based icon.\n * @slot leading-text - Custom text content. Overrides the label and secondaryLabel properties.\n * @slot trailing-actions - Custom action buttons and controls. Use this for dismiss buttons, reset buttons, or any other actions.\n *\n * @tagname mdc-banner\n *\n * @csspart leading - The leading section containing the icon and text.\n * @csspart leading-icon - The icon displayed for variants or custom icon slot.\n * @csspart leading-text - The leading section containing label and secondary label text.\n * @csspart trailing - The trailing section containing action buttons and controls.\n * @csspart leading-label - The label text of the banner.\n * @csspart leading-secondary-label - The secondary label text of the banner.\n *\n * @cssproperty --mdc-banner-background-color - Background color of the banner.\n * @cssproperty --mdc-banner-border-color - Border color of the banner.\n * @cssproperty --mdc-banner-icon-color - Color of the icon in the banner.\n * @cssproperty --mdc-banner-elevation - Elevation/shadow of the banner.\n * @cssproperty --mdc-banner-padding - Padding inside the banner.\n * @cssproperty --mdc-banner-gap - Gap between banner elements.\n */",
4830
+ "jsDoc": "/**\n * `mdc-banner` is a component that allows applications to communicate important messages to users\n * and requires user action to dismiss them. It supports different message types with appropriate styling\n * and icons, and provides flexibility for customization through label, secondary label, icons, and actions.\n *\n * They are designed to be noticeable yet non-intrusive, helping users stay informed without interrupting their workflow.\n *\n * This component supports both structured content via properties and flexible customization via slots:\n * - Use the properties (`label`, `secondaryLabel`, `variant`) for standard banner layouts with automatic icon selection.\n * - Use slots for custom content and complete layout control.\n * - Combine both approaches for maximum flexibility.\n * - Create custom orientations and actions using CSS parts and slots.\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @slot content - Complete content override. When used, it replaces all default banner content including icon, label, secondary label, and actions.\n * @slot leading-icon - Custom icon content. Overrides the default variant-based icon.\n * @slot leading-text - Custom text content. Overrides the label and secondaryLabel properties.\n * @slot trailing-actions - Custom action buttons and controls. Use this for dismiss buttons, reset buttons, or any other actions.\n *\n * @tagname mdc-banner\n *\n * @csspart leading - The leading section containing the icon and text.\n * @csspart leading-icon - The icon displayed for variants or custom icon slot.\n * @csspart leading-text - The leading section containing label and secondary label text.\n * @csspart trailing - The trailing section containing action buttons and controls.\n * @csspart leading-label - The label text of the banner.\n * @csspart leading-secondary-label - The secondary label text of the banner.\n *\n * @cssproperty --mdc-banner-background-color - Background color of the banner.\n * @cssproperty --mdc-banner-border-color - Border color of the banner.\n * @cssproperty --mdc-banner-border-width - Border width of the banner.\n * @cssproperty --mdc-banner-icon-color - Color of the icon in the banner.\n * @cssproperty --mdc-banner-elevation - Elevation/shadow of the banner.\n * @cssproperty --mdc-banner-padding - Padding inside the banner.\n * @cssproperty --mdc-banner-gap - Gap between banner elements.\n */",
4827
4831
  "customElement": true
4828
4832
  }
4829
4833
  ],
@@ -22853,208 +22857,116 @@
22853
22857
  },
22854
22858
  {
22855
22859
  "kind": "javascript-module",
22856
- "path": "components/listitem/listitem.component.js",
22860
+ "path": "components/marker/marker.component.js",
22857
22861
  "declarations": [
22858
22862
  {
22859
22863
  "kind": "class",
22860
- "description": "mdc-listitem component is used to display a label with different types of controls.\nThere can be three types of controls, a radio button, a checkbox on the\nleading side and a toggle on the trailing side.\nThe list item can contain an avatar on the leading side and a badge on the trailing side.\nAdditionally, the list item can contain a side header and a subline text.\n\nThe leading and trailing slots can be used to display controls and text. <br/>\nBased on the leading/trailing slot, the position of the controls and text can be adjusted. <br/>\nPlease use mdc-list as a parent element even when there is only listitem for a11y purpose.\n\n**Note**: If a listitem contains a long text, it is recommended to create a tooltip for the listitem that displays the full text on hover.\nConsumers need to add a unique ID to this listitem and use that ID in the tooltip's `triggerID` attribute. We are not creating the tooltip automatically, consumers need to add `<mdc-tooltip>` element manually and associate it with the listitem using the `triggerID` attribute.",
22861
- "name": "ListItem",
22864
+ "description": "`mdc-marker`, which is a vertical line and\nused to draw attention to specific parts of\nthe content or to signify important information.\n\n**Marker Variants**:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
22865
+ "name": "Marker",
22862
22866
  "cssProperties": [
22863
22867
  {
22864
- "description": "Allows customization of the default background color.",
22865
- "name": "--mdc-listitem-default-background-color"
22866
- },
22867
- {
22868
- "description": "Allows customization of the background color on hover.",
22869
- "name": "--mdc-listitem-background-color-hover"
22870
- },
22871
- {
22872
- "description": "Allows customization of the background color when pressed.",
22873
- "name": "--mdc-listitem-background-color-active"
22874
- },
22875
- {
22876
- "description": "Allows customization of the primary label, side header and subline text slot color.",
22877
- "name": "--mdc-listitem-primary-label-color"
22868
+ "description": "Allows customization of the default background color in solid variant.",
22869
+ "name": "--mdc-marker-solid-background-color"
22878
22870
  },
22879
22871
  {
22880
- "description": "Allows customization of the secondary and tertiary label text slot color.",
22881
- "name": "--mdc-listitem-secondary-label-color"
22872
+ "description": "Allows customization of the default stripes in striped variant.",
22873
+ "name": "--mdc-marker-striped-color"
22882
22874
  },
22883
22875
  {
22884
- "description": "Allows customization of the disabled color.",
22885
- "name": "--mdc-listitem-disabled-color"
22876
+ "description": "Allows customization of the default background color in striped variant.",
22877
+ "name": "--mdc-marker-striped-background-color"
22886
22878
  },
22887
22879
  {
22888
- "description": "Allows customization of column gap.",
22889
- "name": "--mdc-listitem-column-gap"
22890
- },
22891
- {
22892
- "description": "Allows customization of padding left and right.",
22893
- "name": "--mdc-listitem-padding-left-right"
22894
- },
22895
- {
22896
- "description": "Allows customization of padding top and bottom.",
22897
- "name": "--mdc-listitem-padding-top-bottom"
22898
- },
22899
- {
22900
- "description": "Allows customization of the cursor.",
22901
- "name": "--mdc-listitem-cursor"
22902
- },
22903
- {
22904
- "description": "Allows customization of the width of the list item.",
22905
- "name": "--mdc-listitem-width"
22906
- },
22907
- {
22908
- "description": "Allows customization of the height of the list item.",
22909
- "name": "--mdc-listitem-height"
22910
- }
22911
- ],
22912
- "cssParts": [
22913
- {
22914
- "description": "Allows customization of the leading part.",
22915
- "name": "leading"
22916
- },
22917
- {
22918
- "description": "Allows customization of the leading text part.",
22919
- "name": "leading-text"
22920
- },
22921
- {
22922
- "description": "Allows customization of the trailing part.",
22923
- "name": "trailing"
22924
- },
22925
- {
22926
- "description": "Allows customization of the trailing text part.",
22927
- "name": "trailing-text"
22928
- }
22929
- ],
22930
- "slots": [
22931
- {
22932
- "description": "slot for list item controls to appear of leading end.",
22933
- "name": "leading-controls"
22934
- },
22935
- {
22936
- "description": "slot for list item primary label.",
22937
- "name": "leading-text-primary-label"
22938
- },
22939
- {
22940
- "description": "slot for list item secondary label.",
22941
- "name": "leading-text-secondary-label"
22942
- },
22943
- {
22944
- "description": "slot for list item tertiary label.",
22945
- "name": "leading-text-tertiary-label"
22946
- },
22947
- {
22948
- "description": "slot for list item side header text.",
22949
- "name": "trailing-text-side-header"
22950
- },
22951
- {
22952
- "description": "slot for list item subline text.",
22953
- "name": "trailing-text-subline"
22954
- },
22955
- {
22956
- "description": "slot for list item controls to appear of trailing end.",
22957
- "name": "trailing-controls"
22958
- },
22959
- {
22960
- "description": "content slot can be used to override the content completely. Be aware that this will override the default content of the list item.",
22961
- "name": "content"
22962
- }
22963
- ],
22964
- "members": [
22880
+ "description": "Allows customization of the default width.",
22881
+ "name": "--mdc-marker-width"
22882
+ }
22883
+ ],
22884
+ "members": [
22965
22885
  {
22966
22886
  "kind": "field",
22967
22887
  "name": "variant",
22968
22888
  "type": {
22969
- "text": "ListItemVariants"
22889
+ "text": "MarkerVariants"
22970
22890
  },
22971
- "description": "The variant of the list item. It can be a pill, rectangle or a full-width.",
22972
- "default": "'full-width'",
22891
+ "privacy": "public",
22892
+ "description": "There are two variants of markers, each with a width of 0.25rem:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
22893
+ "default": "solid",
22973
22894
  "attribute": "variant",
22974
22895
  "reflects": true
22975
- },
22976
- {
22977
- "kind": "field",
22978
- "name": "label",
22979
- "type": {
22980
- "text": "string | undefined"
22981
- },
22982
- "description": "The primary label of the list item.\nThis appears on the leading side of the list item.",
22983
- "attribute": "label",
22984
- "reflects": true
22985
- },
22986
- {
22987
- "kind": "field",
22988
- "name": "secondaryLabel",
22989
- "type": {
22990
- "text": "string | undefined"
22991
- },
22992
- "description": "The secondary label of the list item.\nThis appears on the leading side of the list item.",
22993
- "attribute": "secondary-label",
22994
- "reflects": true
22995
- },
22996
- {
22997
- "kind": "field",
22998
- "name": "tertiaryLabel",
22999
- "type": {
23000
- "text": "string | undefined"
23001
- },
23002
- "description": "The tertiary label of the list item.\nThis appears on the leading side of the list item.",
23003
- "attribute": "tertiary-label",
23004
- "reflects": true
23005
- },
22896
+ }
22897
+ ],
22898
+ "attributes": [
23006
22899
  {
23007
- "kind": "field",
23008
- "name": "sideHeaderText",
22900
+ "name": "variant",
23009
22901
  "type": {
23010
- "text": "string | undefined"
22902
+ "text": "MarkerVariants"
23011
22903
  },
23012
- "description": "The header text of the list item.\nThis appears on the trailing side of the list item.",
23013
- "attribute": "side-header-text",
23014
- "reflects": true
23015
- },
22904
+ "description": "There are two variants of markers, each with a width of 0.25rem:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
22905
+ "default": "solid",
22906
+ "fieldName": "variant"
22907
+ }
22908
+ ],
22909
+ "superclass": {
22910
+ "name": "Component",
22911
+ "module": "/src/models"
22912
+ },
22913
+ "tagName": "mdc-marker",
22914
+ "jsDoc": "/**\n * `mdc-marker`, which is a vertical line and\n * used to draw attention to specific parts of\n * the content or to signify important information.\n *\n * **Marker Variants**:\n * - **solid**: Solid marker.\n * - **striped**: Striped marker.\n *\n * @tagname mdc-marker\n *\n * @cssproperty --mdc-marker-solid-background-color - Allows customization of the default background color\n * in solid variant.\n * @cssproperty --mdc-marker-striped-color - Allows customization of the default stripes in striped variant.\n * @cssproperty --mdc-marker-striped-background-color - Allows customization of the default background color\n * in striped variant.\n * @cssproperty --mdc-marker-width - Allows customization of the default width.\n */",
22915
+ "customElement": true
22916
+ }
22917
+ ],
22918
+ "exports": [
22919
+ {
22920
+ "kind": "js",
22921
+ "name": "default",
22922
+ "declaration": {
22923
+ "name": "Marker",
22924
+ "module": "components/marker/marker.component.js"
22925
+ }
22926
+ }
22927
+ ]
22928
+ },
22929
+ {
22930
+ "kind": "javascript-module",
22931
+ "path": "components/menubar/menubar.component.js",
22932
+ "declarations": [
22933
+ {
22934
+ "kind": "class",
22935
+ "description": "Menubar is a navigational menu component that provides a vertical fixed list of menu items,\nwith support for nested submenus and keyboard navigation. It serves as a container\nfor menu items and manages their interaction patterns, including:\n- Keyboard navigation (Arrow keys, Home, End)\n- Menu item activation (Enter/Space)\n- Submenu toggling (Right/Left arrow keys)\n- Focus management\n- Integration with MenuPopover for nested menus\n\nA menubar will contain a set of menu items and their associated popovers.\nEach menu item can have a popover for nested menus.\n\nThe component automatically handles ARIA attributes and follows WAI-ARIA menu design patterns.\nIt works in conjunction with `mdc-menuitem` and `mdc-menupopover` to create accessible menu structures.\n\n**Note:** A menubar contains three types of menu items, including menuitem, menuitemradio and menuitemcheckbox. These menu items may optionally be nested in one or more group containers. Groups or items may optionally by separated with separator elements.\n\n`mdc-menubar` contains a group that wraps all its chilren passed within the default slot. This has been added to ensure the right accessibility behavior while using screen readers.",
22936
+ "name": "MenuBar",
22937
+ "slots": [
23016
22938
  {
23017
- "kind": "field",
23018
- "name": "sublineText",
23019
- "type": {
23020
- "text": "string | undefined"
23021
- },
23022
- "description": "The subline text of the list item.\nThis appears on the trailing side of the list item.",
23023
- "attribute": "subline-text",
23024
- "reflects": true
23025
- },
22939
+ "description": "Contains the menu items and their associated popovers",
22940
+ "name": "default"
22941
+ }
22942
+ ],
22943
+ "members": [
23026
22944
  {
23027
22945
  "kind": "field",
23028
- "name": "softDisabled",
22946
+ "name": "menusections",
23029
22947
  "type": {
23030
- "text": "boolean | undefined"
23031
- },
23032
- "description": "Indicates whether the element is soft disabled.\nWhen set to `true`, the element appears visually disabled but still allows\nfocus, click, and keyboard actions to be passed through.\n\n**Important:** When using soft disabled, consumers must ensure that\nthe element behaves like a disabled element, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
23033
- "default": "undefined",
23034
- "attribute": "soft-disabled",
23035
- "reflects": true
22948
+ "text": "Array<HTMLElement>"
22949
+ }
23036
22950
  },
23037
22951
  {
23038
22952
  "kind": "field",
23039
- "name": "dataIndex",
22953
+ "name": "menuItems",
23040
22954
  "type": {
23041
- "text": "number | undefined"
22955
+ "text": "Array<HTMLElement>"
23042
22956
  },
23043
- "description": "Data attribute to define the index of the list item in a list.\nThis also set the `aria-posinset` attribute for accessibility purposes.\n\nIt is required when the list item is used inside a virtualized list where the items are not sequentially rendered.\nIt should be a zero-based index.",
23044
- "default": "undefined",
23045
- "attribute": "data-index",
23046
- "reflects": true
22957
+ "description": "Returns all menuitem elements, including those nested inside menusection.",
22958
+ "readonly": true
23047
22959
  },
23048
22960
  {
23049
- "kind": "field",
23050
- "name": "active",
23051
- "type": {
23052
- "text": "boolean | undefined"
22961
+ "kind": "method",
22962
+ "name": "getAllPopovers",
22963
+ "privacy": "private",
22964
+ "return": {
22965
+ "type": {
22966
+ "text": "Element[]"
22967
+ }
23053
22968
  },
23054
- "description": "Indicates whether the list item is active.\nWhen set to true, the list item appears in a active state.\n\nNOTE: this is a visual state only, it does not affect the behavior or a11y of the list item.",
23055
- "default": "undefined",
23056
- "attribute": "active",
23057
- "reflects": true
22969
+ "description": "Returns all menupopovers, including direct and slotted ones ."
23058
22970
  },
23059
22971
  {
23060
22972
  "kind": "method",
@@ -23070,90 +22982,72 @@
23070
22982
  "name": "event",
23071
22983
  "type": {
23072
22984
  "text": "MouseEvent"
23073
- },
23074
- "description": "The mouse event triggered when the list item is clicked."
22985
+ }
22986
+ },
22987
+ {
22988
+ "description": "The target menu item that was clicked.",
22989
+ "name": "target"
23075
22990
  }
23076
22991
  ],
23077
- "description": "Handles the click event on the list item.\nPrevents click when listitem is disabled"
22992
+ "description": "Closes all other submenus on the top level.\nThis method is used to ensure that only one topolevel submenu is open at a time.\nIt finds all other menu items with submenus and closes their submenus."
23078
22993
  },
23079
22994
  {
23080
22995
  "kind": "method",
23081
- "name": "handleKeyDown",
23082
- "privacy": "protected",
23083
- "return": {
23084
- "type": {
23085
- "text": "void"
23086
- }
23087
- },
22996
+ "name": "resetTabIndexAndSetActiveTabIndex",
22997
+ "privacy": "private",
23088
22998
  "parameters": [
23089
22999
  {
23090
- "name": "event",
23000
+ "name": "menuItems",
23091
23001
  "type": {
23092
- "text": "KeyboardEvent"
23093
- },
23094
- "description": "The keyboard event triggered when a key is pressed down."
23002
+ "text": "Array<HTMLElement>"
23003
+ }
23004
+ },
23005
+ {
23006
+ "description": "The index of the new active element in the list.",
23007
+ "name": "newIndex"
23095
23008
  }
23096
23009
  ],
23097
- "description": "Fires the click event when the enter or space key is pressed down.\nThis behavior is similar to a button click and key interaction."
23010
+ "description": "Resets all list items tabindex to -1 and sets the tabindex of the\nelement at the given index to 0, effectively setting the active\nelement. This is used when navigating the list via keyboard."
23098
23011
  },
23099
23012
  {
23100
23013
  "kind": "method",
23101
- "name": "triggerClickEvent",
23102
- "privacy": "protected",
23014
+ "name": "getCurrentIndex",
23015
+ "privacy": "private",
23103
23016
  "return": {
23104
23017
  "type": {
23105
- "text": ""
23018
+ "text": "number"
23106
23019
  }
23107
23020
  },
23108
23021
  "parameters": [
23109
23022
  {
23110
- "name": "event",
23023
+ "name": "target",
23111
23024
  "type": {
23112
- "text": "Event"
23113
- },
23114
- "description": "The event that triggered the click."
23025
+ "text": "EventTarget | null"
23026
+ }
23115
23027
  }
23116
- ],
23117
- "description": "Triggers a click event on the list item."
23028
+ ]
23118
23029
  },
23119
23030
  {
23120
23031
  "kind": "method",
23121
- "name": "getText",
23122
- "privacy": "protected",
23032
+ "name": "getSubmenu",
23033
+ "privacy": "private",
23123
23034
  "return": {
23124
23035
  "type": {
23125
- "text": ""
23036
+ "text": "MenuPopover | undefined"
23126
23037
  }
23127
23038
  },
23128
23039
  "parameters": [
23129
23040
  {
23130
- "name": "slotName",
23131
- "type": {
23132
- "text": "string"
23133
- },
23134
- "description": "The name of the slot to be used."
23135
- },
23136
- {
23137
- "name": "type",
23138
- "type": {
23139
- "text": "TextType"
23140
- },
23141
- "description": "The type of the text element."
23142
- },
23143
- {
23144
- "name": "content",
23145
- "optional": true,
23041
+ "name": "triggerId",
23146
23042
  "type": {
23147
- "text": "string"
23148
- },
23149
- "description": "The text content to be displayed within the slot."
23043
+ "text": "string | null"
23044
+ }
23150
23045
  }
23151
- ],
23152
- "description": "Generates a template for a text slot with the specified content."
23046
+ ]
23153
23047
  },
23154
23048
  {
23155
23049
  "kind": "method",
23156
- "name": "disableSlottedChildren",
23050
+ "name": "showSubmenu",
23157
23051
  "privacy": "private",
23158
23052
  "return": {
23159
23053
  "type": {
@@ -23162,42 +23056,57 @@
23162
23056
  },
23163
23057
  "parameters": [
23164
23058
  {
23165
- "name": "disabled",
23166
- "default": "false",
23059
+ "name": "triggerId",
23167
23060
  "type": {
23168
- "text": "boolean"
23169
- },
23170
- "description": "Whether to disable or enable the controls."
23061
+ "text": "string | null"
23062
+ }
23171
23063
  }
23172
- ],
23173
- "description": "Disable or enable all slotted elements in the leading and trailing slots.\nThis is useful when the list item is disabled, to prevent the user from interacting with the controls."
23064
+ ]
23174
23065
  },
23175
23066
  {
23176
23067
  "kind": "method",
23177
- "name": "renderTrailingControls",
23178
- "privacy": "protected",
23179
- "description": "Renders the trailing controls slot.",
23068
+ "name": "updatePopoverPlacement",
23069
+ "privacy": "private",
23180
23070
  "return": {
23181
23071
  "type": {
23182
- "text": ""
23072
+ "text": "void"
23183
23073
  }
23184
23074
  }
23185
23075
  },
23186
23076
  {
23187
23077
  "kind": "method",
23188
- "name": "renderLeadingControls",
23189
- "privacy": "protected",
23190
- "description": "Renders the leading controls slot.",
23078
+ "name": "updateTabIndexAndFocus",
23079
+ "privacy": "private",
23191
23080
  "return": {
23192
23081
  "type": {
23193
- "text": ""
23082
+ "text": "void"
23194
23083
  }
23195
- }
23084
+ },
23085
+ "parameters": [
23086
+ {
23087
+ "name": "menuItems",
23088
+ "type": {
23089
+ "text": "HTMLElement[]"
23090
+ }
23091
+ },
23092
+ {
23093
+ "name": "currentIndex",
23094
+ "type": {
23095
+ "text": "number"
23096
+ }
23097
+ },
23098
+ {
23099
+ "name": "newIndex",
23100
+ "type": {
23101
+ "text": "number"
23102
+ }
23103
+ }
23104
+ ]
23196
23105
  },
23197
23106
  {
23198
23107
  "kind": "method",
23199
- "name": "stopEventPropagation",
23200
- "privacy": "protected",
23108
+ "name": "navigateToMenuItem",
23109
+ "privacy": "private",
23201
23110
  "return": {
23202
23111
  "type": {
23203
23112
  "text": "void"
@@ -23205,448 +23114,523 @@
23205
23114
  },
23206
23115
  "parameters": [
23207
23116
  {
23208
- "name": "event",
23117
+ "name": "currentIndex",
23209
23118
  "type": {
23210
- "text": "Event"
23211
- },
23212
- "description": "The mouse event triggered when a click occurs."
23119
+ "text": "number"
23120
+ }
23121
+ },
23122
+ {
23123
+ "name": "direction",
23124
+ "type": {
23125
+ "text": "'prev' | 'next'"
23126
+ }
23127
+ },
23128
+ {
23129
+ "name": "shouldOpenSubmenu",
23130
+ "default": "false"
23213
23131
  }
23214
- ],
23215
- "description": "Stops the click event from propagating to parent elements. In case of keyboard events,\nit stops the propagation for Enter and Space keys.\nThis is useful when the list item contains controls that\nshould not trigger the click event on the list item itself."
23132
+ ]
23216
23133
  },
23217
23134
  {
23218
- "kind": "field",
23219
- "name": "disabled",
23220
- "type": {
23221
- "text": "boolean | undefined"
23135
+ "kind": "method",
23136
+ "name": "getKeyWithDirectionFix",
23137
+ "privacy": "private",
23138
+ "return": {
23139
+ "type": {
23140
+ "text": "string"
23141
+ }
23222
23142
  },
23223
- "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
23224
- "default": "undefined",
23225
- "attribute": "disabled",
23226
- "reflects": true,
23227
- "inheritedFrom": {
23228
- "name": "DisabledMixin",
23229
- "module": "utils/mixins/DisabledMixin.js"
23230
- }
23143
+ "parameters": [
23144
+ {
23145
+ "name": "originalKey",
23146
+ "type": {
23147
+ "text": "string"
23148
+ }
23149
+ }
23150
+ ]
23231
23151
  },
23232
23152
  {
23233
- "kind": "field",
23234
- "name": "tabIndex",
23235
- "type": {
23236
- "text": "number"
23153
+ "kind": "method",
23154
+ "name": "isTopLevelMenuItem",
23155
+ "privacy": "private",
23156
+ "return": {
23157
+ "type": {
23158
+ "text": "boolean"
23159
+ }
23237
23160
  },
23238
- "default": "0",
23239
- "description": "This property specifies the tab order of the element.",
23240
- "attribute": "tabIndex",
23241
- "reflects": true,
23242
- "inheritedFrom": {
23243
- "name": "TabIndexMixin",
23244
- "module": "utils/mixins/TabIndexMixin.js"
23245
- }
23246
- }
23247
- ],
23248
- "events": [
23249
- {
23250
- "description": "(React: onClick) This event is dispatched when the listitem is clicked.",
23251
- "name": "click",
23252
- "reactName": "onClick"
23253
- },
23254
- {
23255
- "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the listitem.",
23256
- "name": "keydown",
23257
- "reactName": "onKeyDown"
23161
+ "parameters": [
23162
+ {
23163
+ "name": "element",
23164
+ "type": {
23165
+ "text": "HTMLElement"
23166
+ }
23167
+ }
23168
+ ],
23169
+ "description": "Determines if a menuitem is a top-level menuitem (direct child of menubar or child of menusection whose parent is menubar)"
23258
23170
  },
23259
23171
  {
23260
- "description": "(React: onKeyUp) This event is dispatched when a key is released on the listitem.",
23261
- "name": "keyup",
23262
- "reactName": "onKeyUp"
23172
+ "kind": "method",
23173
+ "name": "isNestedMenuItem",
23174
+ "privacy": "private",
23175
+ "return": {
23176
+ "type": {
23177
+ "text": "boolean"
23178
+ }
23179
+ },
23180
+ "parameters": [
23181
+ {
23182
+ "name": "element",
23183
+ "type": {
23184
+ "text": "HTMLElement"
23185
+ }
23186
+ }
23187
+ ]
23263
23188
  },
23264
23189
  {
23265
- "description": "(React: onFocus) This event is dispatched when the listitem receives focus.",
23266
- "name": "focus",
23267
- "reactName": "onFocus"
23190
+ "kind": "method",
23191
+ "name": "closeAllMenuPopovers",
23192
+ "privacy": "private"
23268
23193
  },
23269
23194
  {
23270
- "description": "(React: onEnabled) This event is dispatched after the listitem is enabled",
23271
- "name": "enabled",
23272
- "reactName": "onEnabled"
23195
+ "kind": "method",
23196
+ "name": "crossMenubarNavigationOnLeft",
23197
+ "privacy": "private",
23198
+ "return": {
23199
+ "type": {
23200
+ "text": "Promise<void>"
23201
+ }
23202
+ },
23203
+ "parameters": [
23204
+ {
23205
+ "name": "element",
23206
+ "type": {
23207
+ "text": "HTMLElement"
23208
+ }
23209
+ }
23210
+ ]
23273
23211
  },
23274
23212
  {
23275
- "description": "(React: onDisabled) This event is dispatched after the listitem is disabled",
23276
- "name": "disabled",
23277
- "reactName": "onDisabled"
23213
+ "kind": "method",
23214
+ "name": "crossMenubarNavigationOnRight",
23215
+ "privacy": "private",
23216
+ "return": {
23217
+ "type": {
23218
+ "text": "Promise<void>"
23219
+ }
23220
+ },
23221
+ "parameters": [
23222
+ {
23223
+ "name": "element",
23224
+ "type": {
23225
+ "text": "HTMLElement"
23226
+ }
23227
+ }
23228
+ ]
23278
23229
  },
23279
23230
  {
23280
- "description": "(React: onCreated) This event is dispatched after the listitem is created (added to the DOM)",
23281
- "name": "created",
23282
- "reactName": "onCreated"
23231
+ "kind": "method",
23232
+ "name": "getParentMenuItemIndex",
23233
+ "privacy": "private",
23234
+ "return": {
23235
+ "type": {
23236
+ "text": "number"
23237
+ }
23238
+ },
23239
+ "parameters": [
23240
+ {
23241
+ "name": "element",
23242
+ "type": {
23243
+ "text": "HTMLElement"
23244
+ }
23245
+ }
23246
+ ]
23283
23247
  },
23284
23248
  {
23285
- "description": "(React: onDestroyed) This event is dispatched after the listitem is destroyed (removed from the DOM)",
23286
- "name": "destroyed",
23287
- "reactName": "onDestroyed"
23288
- }
23249
+ "kind": "method",
23250
+ "name": "handleKeyDown",
23251
+ "privacy": "private",
23252
+ "return": {
23253
+ "type": {
23254
+ "text": "Promise<void>"
23255
+ }
23256
+ },
23257
+ "parameters": [
23258
+ {
23259
+ "name": "event",
23260
+ "type": {
23261
+ "text": "KeyboardEvent"
23262
+ }
23263
+ }
23264
+ ]
23265
+ }
23289
23266
  ],
23290
- "attributes": [
23267
+ "superclass": {
23268
+ "name": "Component",
23269
+ "module": "/src/models"
23270
+ },
23271
+ "tagName": "mdc-menubar",
23272
+ "jsDoc": "/**\n * Menubar is a navigational menu component that provides a vertical fixed list of menu items,\n * with support for nested submenus and keyboard navigation. It serves as a container\n * for menu items and manages their interaction patterns, including:\n * - Keyboard navigation (Arrow keys, Home, End)\n * - Menu item activation (Enter/Space)\n * - Submenu toggling (Right/Left arrow keys)\n * - Focus management\n * - Integration with MenuPopover for nested menus\n *\n * A menubar will contain a set of menu items and their associated popovers.\n * Each menu item can have a popover for nested menus.\n *\n * The component automatically handles ARIA attributes and follows WAI-ARIA menu design patterns.\n * It works in conjunction with `mdc-menuitem` and `mdc-menupopover` to create accessible menu structures.\n *\n * **Note:** A menubar contains three types of menu items, including menuitem, menuitemradio and menuitemcheckbox. These menu items may optionally be nested in one or more group containers. Groups or items may optionally by separated with separator elements.\n *\n * `mdc-menubar` contains a group that wraps all its chilren passed within the default slot. This has been added to ensure the right accessibility behavior while using screen readers.\n *\n * @tagname mdc-menubar\n * @slot default - Contains the menu items and their associated popovers\n */",
23273
+ "customElement": true
23274
+ }
23275
+ ],
23276
+ "exports": [
23277
+ {
23278
+ "kind": "js",
23279
+ "name": "default",
23280
+ "declaration": {
23281
+ "name": "MenuBar",
23282
+ "module": "components/menubar/menubar.component.js"
23283
+ }
23284
+ }
23285
+ ]
23286
+ },
23287
+ {
23288
+ "kind": "javascript-module",
23289
+ "path": "components/listitem/listitem.component.js",
23290
+ "declarations": [
23291
+ {
23292
+ "kind": "class",
23293
+ "description": "mdc-listitem component is used to display a label with different types of controls.\nThere can be three types of controls, a radio button, a checkbox on the\nleading side and a toggle on the trailing side.\nThe list item can contain an avatar on the leading side and a badge on the trailing side.\nAdditionally, the list item can contain a side header and a subline text.\n\nThe leading and trailing slots can be used to display controls and text. <br/>\nBased on the leading/trailing slot, the position of the controls and text can be adjusted. <br/>\nPlease use mdc-list as a parent element even when there is only listitem for a11y purpose.\n\n**Note**: If a listitem contains a long text, it is recommended to create a tooltip for the listitem that displays the full text on hover.\nConsumers need to add a unique ID to this listitem and use that ID in the tooltip's `triggerID` attribute. We are not creating the tooltip automatically, consumers need to add `<mdc-tooltip>` element manually and associate it with the listitem using the `triggerID` attribute.",
23294
+ "name": "ListItem",
23295
+ "cssProperties": [
23296
+ {
23297
+ "description": "Allows customization of the default background color.",
23298
+ "name": "--mdc-listitem-default-background-color"
23299
+ },
23300
+ {
23301
+ "description": "Allows customization of the background color on hover.",
23302
+ "name": "--mdc-listitem-background-color-hover"
23303
+ },
23304
+ {
23305
+ "description": "Allows customization of the background color when pressed.",
23306
+ "name": "--mdc-listitem-background-color-active"
23307
+ },
23308
+ {
23309
+ "description": "Allows customization of the primary label, side header and subline text slot color.",
23310
+ "name": "--mdc-listitem-primary-label-color"
23311
+ },
23312
+ {
23313
+ "description": "Allows customization of the secondary and tertiary label text slot color.",
23314
+ "name": "--mdc-listitem-secondary-label-color"
23315
+ },
23316
+ {
23317
+ "description": "Allows customization of the disabled color.",
23318
+ "name": "--mdc-listitem-disabled-color"
23319
+ },
23320
+ {
23321
+ "description": "Allows customization of column gap.",
23322
+ "name": "--mdc-listitem-column-gap"
23323
+ },
23324
+ {
23325
+ "description": "Allows customization of padding left and right.",
23326
+ "name": "--mdc-listitem-padding-left-right"
23327
+ },
23328
+ {
23329
+ "description": "Allows customization of padding top and bottom.",
23330
+ "name": "--mdc-listitem-padding-top-bottom"
23331
+ },
23332
+ {
23333
+ "description": "Allows customization of the cursor.",
23334
+ "name": "--mdc-listitem-cursor"
23335
+ },
23336
+ {
23337
+ "description": "Allows customization of the width of the list item.",
23338
+ "name": "--mdc-listitem-width"
23339
+ },
23340
+ {
23341
+ "description": "Allows customization of the height of the list item.",
23342
+ "name": "--mdc-listitem-height"
23343
+ }
23344
+ ],
23345
+ "cssParts": [
23346
+ {
23347
+ "description": "Allows customization of the leading part.",
23348
+ "name": "leading"
23349
+ },
23350
+ {
23351
+ "description": "Allows customization of the leading text part.",
23352
+ "name": "leading-text"
23353
+ },
23354
+ {
23355
+ "description": "Allows customization of the trailing part.",
23356
+ "name": "trailing"
23357
+ },
23358
+ {
23359
+ "description": "Allows customization of the trailing text part.",
23360
+ "name": "trailing-text"
23361
+ }
23362
+ ],
23363
+ "slots": [
23364
+ {
23365
+ "description": "slot for list item controls to appear of leading end.",
23366
+ "name": "leading-controls"
23367
+ },
23368
+ {
23369
+ "description": "slot for list item primary label.",
23370
+ "name": "leading-text-primary-label"
23371
+ },
23372
+ {
23373
+ "description": "slot for list item secondary label.",
23374
+ "name": "leading-text-secondary-label"
23375
+ },
23376
+ {
23377
+ "description": "slot for list item tertiary label.",
23378
+ "name": "leading-text-tertiary-label"
23379
+ },
23380
+ {
23381
+ "description": "slot for list item side header text.",
23382
+ "name": "trailing-text-side-header"
23383
+ },
23384
+ {
23385
+ "description": "slot for list item subline text.",
23386
+ "name": "trailing-text-subline"
23387
+ },
23388
+ {
23389
+ "description": "slot for list item controls to appear of trailing end.",
23390
+ "name": "trailing-controls"
23391
+ },
23392
+ {
23393
+ "description": "content slot can be used to override the content completely. Be aware that this will override the default content of the list item.",
23394
+ "name": "content"
23395
+ }
23396
+ ],
23397
+ "members": [
23291
23398
  {
23399
+ "kind": "field",
23292
23400
  "name": "variant",
23293
23401
  "type": {
23294
23402
  "text": "ListItemVariants"
23295
23403
  },
23296
23404
  "description": "The variant of the list item. It can be a pill, rectangle or a full-width.",
23297
23405
  "default": "'full-width'",
23298
- "fieldName": "variant"
23406
+ "attribute": "variant",
23407
+ "reflects": true
23299
23408
  },
23300
23409
  {
23410
+ "kind": "field",
23301
23411
  "name": "label",
23302
23412
  "type": {
23303
23413
  "text": "string | undefined"
23304
23414
  },
23305
23415
  "description": "The primary label of the list item.\nThis appears on the leading side of the list item.",
23306
- "fieldName": "label"
23416
+ "attribute": "label",
23417
+ "reflects": true
23307
23418
  },
23308
23419
  {
23309
- "name": "secondary-label",
23420
+ "kind": "field",
23421
+ "name": "secondaryLabel",
23310
23422
  "type": {
23311
23423
  "text": "string | undefined"
23312
23424
  },
23313
23425
  "description": "The secondary label of the list item.\nThis appears on the leading side of the list item.",
23314
- "fieldName": "secondaryLabel"
23426
+ "attribute": "secondary-label",
23427
+ "reflects": true
23315
23428
  },
23316
23429
  {
23317
- "name": "tertiary-label",
23430
+ "kind": "field",
23431
+ "name": "tertiaryLabel",
23318
23432
  "type": {
23319
23433
  "text": "string | undefined"
23320
23434
  },
23321
23435
  "description": "The tertiary label of the list item.\nThis appears on the leading side of the list item.",
23322
- "fieldName": "tertiaryLabel"
23436
+ "attribute": "tertiary-label",
23437
+ "reflects": true
23323
23438
  },
23324
23439
  {
23325
- "name": "side-header-text",
23440
+ "kind": "field",
23441
+ "name": "sideHeaderText",
23326
23442
  "type": {
23327
23443
  "text": "string | undefined"
23328
23444
  },
23329
23445
  "description": "The header text of the list item.\nThis appears on the trailing side of the list item.",
23330
- "fieldName": "sideHeaderText"
23446
+ "attribute": "side-header-text",
23447
+ "reflects": true
23331
23448
  },
23332
23449
  {
23333
- "name": "subline-text",
23450
+ "kind": "field",
23451
+ "name": "sublineText",
23334
23452
  "type": {
23335
23453
  "text": "string | undefined"
23336
23454
  },
23337
23455
  "description": "The subline text of the list item.\nThis appears on the trailing side of the list item.",
23338
- "fieldName": "sublineText"
23456
+ "attribute": "subline-text",
23457
+ "reflects": true
23339
23458
  },
23340
23459
  {
23341
- "name": "soft-disabled",
23460
+ "kind": "field",
23461
+ "name": "softDisabled",
23342
23462
  "type": {
23343
23463
  "text": "boolean | undefined"
23344
23464
  },
23345
23465
  "description": "Indicates whether the element is soft disabled.\nWhen set to `true`, the element appears visually disabled but still allows\nfocus, click, and keyboard actions to be passed through.\n\n**Important:** When using soft disabled, consumers must ensure that\nthe element behaves like a disabled element, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
23346
23466
  "default": "undefined",
23347
- "fieldName": "softDisabled"
23467
+ "attribute": "soft-disabled",
23468
+ "reflects": true
23348
23469
  },
23349
23470
  {
23350
- "name": "data-index",
23471
+ "kind": "field",
23472
+ "name": "dataIndex",
23351
23473
  "type": {
23352
23474
  "text": "number | undefined"
23353
23475
  },
23354
23476
  "description": "Data attribute to define the index of the list item in a list.\nThis also set the `aria-posinset` attribute for accessibility purposes.\n\nIt is required when the list item is used inside a virtualized list where the items are not sequentially rendered.\nIt should be a zero-based index.",
23355
23477
  "default": "undefined",
23356
- "fieldName": "dataIndex"
23478
+ "attribute": "data-index",
23479
+ "reflects": true
23357
23480
  },
23358
23481
  {
23482
+ "kind": "field",
23359
23483
  "name": "active",
23360
23484
  "type": {
23361
23485
  "text": "boolean | undefined"
23362
23486
  },
23363
23487
  "description": "Indicates whether the list item is active.\nWhen set to true, the list item appears in a active state.\n\nNOTE: this is a visual state only, it does not affect the behavior or a11y of the list item.",
23364
23488
  "default": "undefined",
23365
- "fieldName": "active"
23489
+ "attribute": "active",
23490
+ "reflects": true
23366
23491
  },
23367
23492
  {
23368
- "name": "disabled",
23369
- "type": {
23370
- "text": "boolean | undefined"
23493
+ "kind": "method",
23494
+ "name": "handleClick",
23495
+ "privacy": "private",
23496
+ "return": {
23497
+ "type": {
23498
+ "text": "void"
23499
+ }
23371
23500
  },
23372
- "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
23373
- "default": "undefined",
23374
- "fieldName": "disabled",
23375
- "inheritedFrom": {
23376
- "name": "DisabledMixin",
23377
- "module": "src/utils/mixins/DisabledMixin.ts"
23378
- }
23501
+ "parameters": [
23502
+ {
23503
+ "name": "event",
23504
+ "type": {
23505
+ "text": "MouseEvent"
23506
+ },
23507
+ "description": "The mouse event triggered when the list item is clicked."
23508
+ }
23509
+ ],
23510
+ "description": "Handles the click event on the list item.\nPrevents click when listitem is disabled"
23379
23511
  },
23380
23512
  {
23381
- "name": "tabIndex",
23382
- "type": {
23383
- "text": "number"
23513
+ "kind": "method",
23514
+ "name": "handleKeyDown",
23515
+ "privacy": "protected",
23516
+ "return": {
23517
+ "type": {
23518
+ "text": "void"
23519
+ }
23384
23520
  },
23385
- "default": "0",
23386
- "description": "This property specifies the tab order of the element.",
23387
- "fieldName": "tabIndex",
23388
- "inheritedFrom": {
23389
- "name": "TabIndexMixin",
23390
- "module": "src/utils/mixins/TabIndexMixin.ts"
23391
- }
23392
- }
23393
- ],
23394
- "mixins": [
23395
- {
23396
- "name": "DisabledMixin",
23397
- "module": "/src/utils/mixins/DisabledMixin"
23398
- },
23399
- {
23400
- "name": "TabIndexMixin",
23401
- "module": "/src/utils/mixins/TabIndexMixin"
23402
- },
23403
- {
23404
- "name": "LifeCycleMixin",
23405
- "module": "/src/utils/mixins/lifecycle/LifeCycleMixin"
23406
- }
23407
- ],
23408
- "superclass": {
23409
- "name": "Component",
23410
- "module": "/src/models"
23411
- },
23412
- "tagName": "mdc-listitem",
23413
- "jsDoc": "/**\n * mdc-listitem component is used to display a label with different types of controls.\n * There can be three types of controls, a radio button, a checkbox on the\n * leading side and a toggle on the trailing side.\n * The list item can contain an avatar on the leading side and a badge on the trailing side.\n * Additionally, the list item can contain a side header and a subline text.\n *\n * The leading and trailing slots can be used to display controls and text. <br/>\n * Based on the leading/trailing slot, the position of the controls and text can be adjusted. <br/>\n * Please use mdc-list as a parent element even when there is only listitem for a11y purpose.\n *\n * **Note**: If a listitem contains a long text, it is recommended to create a tooltip for the listitem that displays the full text on hover.\n * Consumers need to add a unique ID to this listitem and use that ID in the tooltip's `triggerID` attribute. We are not creating the tooltip automatically, consumers need to add `<mdc-tooltip>` element manually and associate it with the listitem using the `triggerID` attribute.\n *\n * @tagname mdc-listitem\n *\n * @dependency mdc-text\n *\n * @slot leading-controls - slot for list item controls to appear of leading end.\n * @slot leading-text-primary-label - slot for list item primary label.\n * @slot leading-text-secondary-label - slot for list item secondary label.\n * @slot leading-text-tertiary-label - slot for list item tertiary label.\n * @slot trailing-text-side-header - slot for list item side header text.\n * @slot trailing-text-subline - slot for list item subline text.\n * @slot trailing-controls - slot for list item controls to appear of trailing end.\n * @slot content - content slot can be used to override the content completely. Be aware that\n * this will override the default content of the list item.\n *\n * @cssproperty --mdc-listitem-default-background-color - Allows customization of the default background color.\n * @cssproperty --mdc-listitem-background-color-hover - Allows customization of the background color on hover.\n * @cssproperty --mdc-listitem-background-color-active - Allows customization of the background color when pressed.\n * @cssproperty --mdc-listitem-primary-label-color\n * - Allows customization of the primary label, side header and subline text slot color.\n * @cssproperty --mdc-listitem-secondary-label-color\n * - Allows customization of the secondary and tertiary label text slot color.\n * @cssproperty --mdc-listitem-disabled-color - Allows customization of the disabled color.\n * @cssproperty --mdc-listitem-column-gap - Allows customization of column gap.\n * @cssproperty --mdc-listitem-padding-left-right - Allows customization of padding left and right.\n * @cssproperty --mdc-listitem-padding-top-bottom - Allows customization of padding top and bottom.\n * @cssproperty --mdc-listitem-cursor - Allows customization of the cursor.\n * @cssproperty --mdc-listitem-width - Allows customization of the width of the list item.\n * @cssproperty --mdc-listitem-height - Allows customization of the height of the list item.\n *\n * @csspart leading - Allows customization of the leading part.\n * @csspart leading-text - Allows customization of the leading text part.\n * @csspart trailing - Allows customization of the trailing part.\n * @csspart trailing-text - Allows customization of the trailing text part.\n *\n * @event click - (React: onClick) This event is dispatched when the listitem is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the listitem.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the listitem.\n * @event focus - (React: onFocus) This event is dispatched when the listitem receives focus.\n * @event enabled - (React: onEnabled) This event is dispatched after the listitem is enabled\n * @event disabled - (React: onDisabled) This event is dispatched after the listitem is disabled\n * @event created - (React: onCreated) This event is dispatched after the listitem is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched after the listitem is destroyed (removed from the DOM)\n */",
23414
- "customElement": true
23415
- }
23416
- ],
23417
- "exports": [
23418
- {
23419
- "kind": "js",
23420
- "name": "default",
23421
- "declaration": {
23422
- "name": "ListItem",
23423
- "module": "components/listitem/listitem.component.js"
23424
- }
23425
- }
23426
- ]
23427
- },
23428
- {
23429
- "kind": "javascript-module",
23430
- "path": "components/marker/marker.component.js",
23431
- "declarations": [
23432
- {
23433
- "kind": "class",
23434
- "description": "`mdc-marker`, which is a vertical line and\nused to draw attention to specific parts of\nthe content or to signify important information.\n\n**Marker Variants**:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
23435
- "name": "Marker",
23436
- "cssProperties": [
23437
- {
23438
- "description": "Allows customization of the default background color in solid variant.",
23439
- "name": "--mdc-marker-solid-background-color"
23440
- },
23441
- {
23442
- "description": "Allows customization of the default stripes in striped variant.",
23443
- "name": "--mdc-marker-striped-color"
23444
- },
23445
- {
23446
- "description": "Allows customization of the default background color in striped variant.",
23447
- "name": "--mdc-marker-striped-background-color"
23448
- },
23449
- {
23450
- "description": "Allows customization of the default width.",
23451
- "name": "--mdc-marker-width"
23452
- }
23453
- ],
23454
- "members": [
23455
- {
23456
- "kind": "field",
23457
- "name": "variant",
23458
- "type": {
23459
- "text": "MarkerVariants"
23460
- },
23461
- "privacy": "public",
23462
- "description": "There are two variants of markers, each with a width of 0.25rem:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
23463
- "default": "solid",
23464
- "attribute": "variant",
23465
- "reflects": true
23466
- }
23467
- ],
23468
- "attributes": [
23469
- {
23470
- "name": "variant",
23471
- "type": {
23472
- "text": "MarkerVariants"
23473
- },
23474
- "description": "There are two variants of markers, each with a width of 0.25rem:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
23475
- "default": "solid",
23476
- "fieldName": "variant"
23477
- }
23478
- ],
23479
- "superclass": {
23480
- "name": "Component",
23481
- "module": "/src/models"
23482
- },
23483
- "tagName": "mdc-marker",
23484
- "jsDoc": "/**\n * `mdc-marker`, which is a vertical line and\n * used to draw attention to specific parts of\n * the content or to signify important information.\n *\n * **Marker Variants**:\n * - **solid**: Solid marker.\n * - **striped**: Striped marker.\n *\n * @tagname mdc-marker\n *\n * @cssproperty --mdc-marker-solid-background-color - Allows customization of the default background color\n * in solid variant.\n * @cssproperty --mdc-marker-striped-color - Allows customization of the default stripes in striped variant.\n * @cssproperty --mdc-marker-striped-background-color - Allows customization of the default background color\n * in striped variant.\n * @cssproperty --mdc-marker-width - Allows customization of the default width.\n */",
23485
- "customElement": true
23486
- }
23487
- ],
23488
- "exports": [
23489
- {
23490
- "kind": "js",
23491
- "name": "default",
23492
- "declaration": {
23493
- "name": "Marker",
23494
- "module": "components/marker/marker.component.js"
23495
- }
23496
- }
23497
- ]
23498
- },
23499
- {
23500
- "kind": "javascript-module",
23501
- "path": "components/menubar/menubar.component.js",
23502
- "declarations": [
23503
- {
23504
- "kind": "class",
23505
- "description": "Menubar is a navigational menu component that provides a vertical fixed list of menu items,\nwith support for nested submenus and keyboard navigation. It serves as a container\nfor menu items and manages their interaction patterns, including:\n- Keyboard navigation (Arrow keys, Home, End)\n- Menu item activation (Enter/Space)\n- Submenu toggling (Right/Left arrow keys)\n- Focus management\n- Integration with MenuPopover for nested menus\n\nA menubar will contain a set of menu items and their associated popovers.\nEach menu item can have a popover for nested menus.\n\nThe component automatically handles ARIA attributes and follows WAI-ARIA menu design patterns.\nIt works in conjunction with `mdc-menuitem` and `mdc-menupopover` to create accessible menu structures.\n\n**Note:** A menubar contains three types of menu items, including menuitem, menuitemradio and menuitemcheckbox. These menu items may optionally be nested in one or more group containers. Groups or items may optionally by separated with separator elements.\n\n`mdc-menubar` contains a group that wraps all its chilren passed within the default slot. This has been added to ensure the right accessibility behavior while using screen readers.",
23506
- "name": "MenuBar",
23507
- "slots": [
23508
- {
23509
- "description": "Contains the menu items and their associated popovers",
23510
- "name": "default"
23511
- }
23512
- ],
23513
- "members": [
23514
- {
23515
- "kind": "field",
23516
- "name": "menusections",
23517
- "type": {
23518
- "text": "Array<HTMLElement>"
23519
- }
23520
- },
23521
- {
23522
- "kind": "field",
23523
- "name": "menuItems",
23524
- "type": {
23525
- "text": "Array<HTMLElement>"
23526
- },
23527
- "description": "Returns all menuitem elements, including those nested inside menusection.",
23528
- "readonly": true
23529
- },
23530
- {
23531
- "kind": "method",
23532
- "name": "getAllPopovers",
23533
- "privacy": "private",
23534
- "return": {
23535
- "type": {
23536
- "text": "Element[]"
23537
- }
23538
- },
23539
- "description": "Returns all menupopovers, including direct and slotted ones ."
23540
- },
23521
+ "parameters": [
23522
+ {
23523
+ "name": "event",
23524
+ "type": {
23525
+ "text": "KeyboardEvent"
23526
+ },
23527
+ "description": "The keyboard event triggered when a key is pressed down."
23528
+ }
23529
+ ],
23530
+ "description": "Fires the click event when the enter or space key is pressed down.\nThis behavior is similar to a button click and key interaction."
23531
+ },
23541
23532
  {
23542
23533
  "kind": "method",
23543
- "name": "handleClick",
23544
- "privacy": "private",
23534
+ "name": "triggerClickEvent",
23535
+ "privacy": "protected",
23545
23536
  "return": {
23546
23537
  "type": {
23547
- "text": "void"
23538
+ "text": ""
23548
23539
  }
23549
23540
  },
23550
23541
  "parameters": [
23551
23542
  {
23552
23543
  "name": "event",
23553
23544
  "type": {
23554
- "text": "MouseEvent"
23555
- }
23556
- },
23557
- {
23558
- "description": "The target menu item that was clicked.",
23559
- "name": "target"
23560
- }
23561
- ],
23562
- "description": "Closes all other submenus on the top level.\nThis method is used to ensure that only one topolevel submenu is open at a time.\nIt finds all other menu items with submenus and closes their submenus."
23563
- },
23564
- {
23565
- "kind": "method",
23566
- "name": "resetTabIndexAndSetActiveTabIndex",
23567
- "privacy": "private",
23568
- "parameters": [
23569
- {
23570
- "name": "menuItems",
23571
- "type": {
23572
- "text": "Array<HTMLElement>"
23573
- }
23574
- },
23575
- {
23576
- "description": "The index of the new active element in the list.",
23577
- "name": "newIndex"
23545
+ "text": "Event"
23546
+ },
23547
+ "description": "The event that triggered the click."
23578
23548
  }
23579
23549
  ],
23580
- "description": "Resets all list items tabindex to -1 and sets the tabindex of the\nelement at the given index to 0, effectively setting the active\nelement. This is used when navigating the list via keyboard."
23550
+ "description": "Triggers a click event on the list item."
23581
23551
  },
23582
23552
  {
23583
23553
  "kind": "method",
23584
- "name": "getCurrentIndex",
23585
- "privacy": "private",
23554
+ "name": "getText",
23555
+ "privacy": "protected",
23586
23556
  "return": {
23587
23557
  "type": {
23588
- "text": "number"
23558
+ "text": ""
23589
23559
  }
23590
23560
  },
23591
23561
  "parameters": [
23592
23562
  {
23593
- "name": "target",
23563
+ "name": "slotName",
23594
23564
  "type": {
23595
- "text": "EventTarget | null"
23596
- }
23565
+ "text": "string"
23566
+ },
23567
+ "description": "The name of the slot to be used."
23568
+ },
23569
+ {
23570
+ "name": "type",
23571
+ "type": {
23572
+ "text": "TextType"
23573
+ },
23574
+ "description": "The type of the text element."
23575
+ },
23576
+ {
23577
+ "name": "content",
23578
+ "optional": true,
23579
+ "type": {
23580
+ "text": "string"
23581
+ },
23582
+ "description": "The text content to be displayed within the slot."
23597
23583
  }
23598
- ]
23584
+ ],
23585
+ "description": "Generates a template for a text slot with the specified content."
23599
23586
  },
23600
23587
  {
23601
23588
  "kind": "method",
23602
- "name": "getSubmenu",
23589
+ "name": "disableSlottedChildren",
23603
23590
  "privacy": "private",
23604
23591
  "return": {
23605
23592
  "type": {
23606
- "text": "MenuPopover | undefined"
23593
+ "text": "void"
23607
23594
  }
23608
23595
  },
23609
23596
  "parameters": [
23610
23597
  {
23611
- "name": "triggerId",
23598
+ "name": "disabled",
23599
+ "default": "false",
23612
23600
  "type": {
23613
- "text": "string | null"
23614
- }
23601
+ "text": "boolean"
23602
+ },
23603
+ "description": "Whether to disable or enable the controls."
23615
23604
  }
23616
- ]
23605
+ ],
23606
+ "description": "Disable or enable all slotted elements in the leading and trailing slots.\nThis is useful when the list item is disabled, to prevent the user from interacting with the controls."
23617
23607
  },
23618
23608
  {
23619
23609
  "kind": "method",
23620
- "name": "showSubmenu",
23621
- "privacy": "private",
23610
+ "name": "renderTrailingControls",
23611
+ "privacy": "protected",
23612
+ "description": "Renders the trailing controls slot.",
23622
23613
  "return": {
23623
23614
  "type": {
23624
- "text": "void"
23625
- }
23626
- },
23627
- "parameters": [
23628
- {
23629
- "name": "triggerId",
23630
- "type": {
23631
- "text": "string | null"
23632
- }
23615
+ "text": ""
23633
23616
  }
23634
- ]
23617
+ }
23635
23618
  },
23636
23619
  {
23637
23620
  "kind": "method",
23638
- "name": "updatePopoverPlacement",
23639
- "privacy": "private",
23621
+ "name": "renderLeadingControls",
23622
+ "privacy": "protected",
23623
+ "description": "Renders the leading controls slot.",
23640
23624
  "return": {
23641
23625
  "type": {
23642
- "text": "void"
23626
+ "text": ""
23643
23627
  }
23644
23628
  }
23645
23629
  },
23646
23630
  {
23647
23631
  "kind": "method",
23648
- "name": "updateTabIndexAndFocus",
23649
- "privacy": "private",
23632
+ "name": "stopEventPropagation",
23633
+ "privacy": "protected",
23650
23634
  "return": {
23651
23635
  "type": {
23652
23636
  "text": "void"
@@ -23654,192 +23638,212 @@
23654
23638
  },
23655
23639
  "parameters": [
23656
23640
  {
23657
- "name": "menuItems",
23641
+ "name": "event",
23658
23642
  "type": {
23659
- "text": "HTMLElement[]"
23660
- }
23661
- },
23662
- {
23663
- "name": "currentIndex",
23664
- "type": {
23665
- "text": "number"
23666
- }
23667
- },
23668
- {
23669
- "name": "newIndex",
23670
- "type": {
23671
- "text": "number"
23672
- }
23643
+ "text": "Event"
23644
+ },
23645
+ "description": "The mouse event triggered when a click occurs."
23673
23646
  }
23674
- ]
23647
+ ],
23648
+ "description": "Stops the click event from propagating to parent elements. In case of keyboard events,\nit stops the propagation for Enter and Space keys.\nThis is useful when the list item contains controls that\nshould not trigger the click event on the list item itself."
23675
23649
  },
23676
23650
  {
23677
- "kind": "method",
23678
- "name": "navigateToMenuItem",
23679
- "privacy": "private",
23680
- "return": {
23681
- "type": {
23682
- "text": "void"
23683
- }
23651
+ "kind": "field",
23652
+ "name": "disabled",
23653
+ "type": {
23654
+ "text": "boolean | undefined"
23684
23655
  },
23685
- "parameters": [
23686
- {
23687
- "name": "currentIndex",
23688
- "type": {
23689
- "text": "number"
23690
- }
23691
- },
23692
- {
23693
- "name": "direction",
23694
- "type": {
23695
- "text": "'prev' | 'next'"
23696
- }
23697
- },
23698
- {
23699
- "name": "shouldOpenSubmenu",
23700
- "default": "false"
23701
- }
23702
- ]
23656
+ "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
23657
+ "default": "undefined",
23658
+ "attribute": "disabled",
23659
+ "reflects": true,
23660
+ "inheritedFrom": {
23661
+ "name": "DisabledMixin",
23662
+ "module": "utils/mixins/DisabledMixin.js"
23663
+ }
23703
23664
  },
23704
23665
  {
23705
- "kind": "method",
23706
- "name": "getKeyWithDirectionFix",
23707
- "privacy": "private",
23708
- "return": {
23709
- "type": {
23710
- "text": "string"
23711
- }
23666
+ "kind": "field",
23667
+ "name": "tabIndex",
23668
+ "type": {
23669
+ "text": "number"
23712
23670
  },
23713
- "parameters": [
23714
- {
23715
- "name": "originalKey",
23716
- "type": {
23717
- "text": "string"
23718
- }
23719
- }
23720
- ]
23671
+ "default": "0",
23672
+ "description": "This property specifies the tab order of the element.",
23673
+ "attribute": "tabIndex",
23674
+ "reflects": true,
23675
+ "inheritedFrom": {
23676
+ "name": "TabIndexMixin",
23677
+ "module": "utils/mixins/TabIndexMixin.js"
23678
+ }
23679
+ }
23680
+ ],
23681
+ "events": [
23682
+ {
23683
+ "description": "(React: onClick) This event is dispatched when the listitem is clicked.",
23684
+ "name": "click",
23685
+ "reactName": "onClick"
23721
23686
  },
23722
23687
  {
23723
- "kind": "method",
23724
- "name": "isTopLevelMenuItem",
23725
- "privacy": "private",
23726
- "return": {
23727
- "type": {
23728
- "text": "boolean"
23729
- }
23688
+ "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the listitem.",
23689
+ "name": "keydown",
23690
+ "reactName": "onKeyDown"
23691
+ },
23692
+ {
23693
+ "description": "(React: onKeyUp) This event is dispatched when a key is released on the listitem.",
23694
+ "name": "keyup",
23695
+ "reactName": "onKeyUp"
23696
+ },
23697
+ {
23698
+ "description": "(React: onFocus) This event is dispatched when the listitem receives focus.",
23699
+ "name": "focus",
23700
+ "reactName": "onFocus"
23701
+ },
23702
+ {
23703
+ "description": "(React: onEnabled) This event is dispatched after the listitem is enabled",
23704
+ "name": "enabled",
23705
+ "reactName": "onEnabled"
23706
+ },
23707
+ {
23708
+ "description": "(React: onDisabled) This event is dispatched after the listitem is disabled",
23709
+ "name": "disabled",
23710
+ "reactName": "onDisabled"
23711
+ },
23712
+ {
23713
+ "description": "(React: onCreated) This event is dispatched after the listitem is created (added to the DOM)",
23714
+ "name": "created",
23715
+ "reactName": "onCreated"
23716
+ },
23717
+ {
23718
+ "description": "(React: onDestroyed) This event is dispatched after the listitem is destroyed (removed from the DOM)",
23719
+ "name": "destroyed",
23720
+ "reactName": "onDestroyed"
23721
+ }
23722
+ ],
23723
+ "attributes": [
23724
+ {
23725
+ "name": "variant",
23726
+ "type": {
23727
+ "text": "ListItemVariants"
23730
23728
  },
23731
- "parameters": [
23732
- {
23733
- "name": "element",
23734
- "type": {
23735
- "text": "HTMLElement"
23736
- }
23737
- }
23738
- ],
23739
- "description": "Determines if a menuitem is a top-level menuitem (direct child of menubar or child of menusection whose parent is menubar)"
23729
+ "description": "The variant of the list item. It can be a pill, rectangle or a full-width.",
23730
+ "default": "'full-width'",
23731
+ "fieldName": "variant"
23740
23732
  },
23741
23733
  {
23742
- "kind": "method",
23743
- "name": "isNestedMenuItem",
23744
- "privacy": "private",
23745
- "return": {
23746
- "type": {
23747
- "text": "boolean"
23748
- }
23734
+ "name": "label",
23735
+ "type": {
23736
+ "text": "string | undefined"
23749
23737
  },
23750
- "parameters": [
23751
- {
23752
- "name": "element",
23753
- "type": {
23754
- "text": "HTMLElement"
23755
- }
23756
- }
23757
- ]
23738
+ "description": "The primary label of the list item.\nThis appears on the leading side of the list item.",
23739
+ "fieldName": "label"
23758
23740
  },
23759
23741
  {
23760
- "kind": "method",
23761
- "name": "closeAllMenuPopovers",
23762
- "privacy": "private"
23742
+ "name": "secondary-label",
23743
+ "type": {
23744
+ "text": "string | undefined"
23745
+ },
23746
+ "description": "The secondary label of the list item.\nThis appears on the leading side of the list item.",
23747
+ "fieldName": "secondaryLabel"
23763
23748
  },
23764
23749
  {
23765
- "kind": "method",
23766
- "name": "crossMenubarNavigationOnLeft",
23767
- "privacy": "private",
23768
- "return": {
23769
- "type": {
23770
- "text": "Promise<void>"
23771
- }
23750
+ "name": "tertiary-label",
23751
+ "type": {
23752
+ "text": "string | undefined"
23772
23753
  },
23773
- "parameters": [
23774
- {
23775
- "name": "element",
23776
- "type": {
23777
- "text": "HTMLElement"
23778
- }
23779
- }
23780
- ]
23754
+ "description": "The tertiary label of the list item.\nThis appears on the leading side of the list item.",
23755
+ "fieldName": "tertiaryLabel"
23781
23756
  },
23782
23757
  {
23783
- "kind": "method",
23784
- "name": "crossMenubarNavigationOnRight",
23785
- "privacy": "private",
23786
- "return": {
23787
- "type": {
23788
- "text": "Promise<void>"
23789
- }
23758
+ "name": "side-header-text",
23759
+ "type": {
23760
+ "text": "string | undefined"
23790
23761
  },
23791
- "parameters": [
23792
- {
23793
- "name": "element",
23794
- "type": {
23795
- "text": "HTMLElement"
23796
- }
23797
- }
23798
- ]
23762
+ "description": "The header text of the list item.\nThis appears on the trailing side of the list item.",
23763
+ "fieldName": "sideHeaderText"
23799
23764
  },
23800
23765
  {
23801
- "kind": "method",
23802
- "name": "getParentMenuItemIndex",
23803
- "privacy": "private",
23804
- "return": {
23805
- "type": {
23806
- "text": "number"
23807
- }
23766
+ "name": "subline-text",
23767
+ "type": {
23768
+ "text": "string | undefined"
23808
23769
  },
23809
- "parameters": [
23810
- {
23811
- "name": "element",
23812
- "type": {
23813
- "text": "HTMLElement"
23814
- }
23815
- }
23816
- ]
23770
+ "description": "The subline text of the list item.\nThis appears on the trailing side of the list item.",
23771
+ "fieldName": "sublineText"
23817
23772
  },
23818
23773
  {
23819
- "kind": "method",
23820
- "name": "handleKeyDown",
23821
- "privacy": "private",
23822
- "return": {
23823
- "type": {
23824
- "text": "Promise<void>"
23825
- }
23774
+ "name": "soft-disabled",
23775
+ "type": {
23776
+ "text": "boolean | undefined"
23826
23777
  },
23827
- "parameters": [
23828
- {
23829
- "name": "event",
23830
- "type": {
23831
- "text": "KeyboardEvent"
23832
- }
23833
- }
23834
- ]
23778
+ "description": "Indicates whether the element is soft disabled.\nWhen set to `true`, the element appears visually disabled but still allows\nfocus, click, and keyboard actions to be passed through.\n\n**Important:** When using soft disabled, consumers must ensure that\nthe element behaves like a disabled element, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
23779
+ "default": "undefined",
23780
+ "fieldName": "softDisabled"
23781
+ },
23782
+ {
23783
+ "name": "data-index",
23784
+ "type": {
23785
+ "text": "number | undefined"
23786
+ },
23787
+ "description": "Data attribute to define the index of the list item in a list.\nThis also set the `aria-posinset` attribute for accessibility purposes.\n\nIt is required when the list item is used inside a virtualized list where the items are not sequentially rendered.\nIt should be a zero-based index.",
23788
+ "default": "undefined",
23789
+ "fieldName": "dataIndex"
23790
+ },
23791
+ {
23792
+ "name": "active",
23793
+ "type": {
23794
+ "text": "boolean | undefined"
23795
+ },
23796
+ "description": "Indicates whether the list item is active.\nWhen set to true, the list item appears in a active state.\n\nNOTE: this is a visual state only, it does not affect the behavior or a11y of the list item.",
23797
+ "default": "undefined",
23798
+ "fieldName": "active"
23799
+ },
23800
+ {
23801
+ "name": "disabled",
23802
+ "type": {
23803
+ "text": "boolean | undefined"
23804
+ },
23805
+ "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
23806
+ "default": "undefined",
23807
+ "fieldName": "disabled",
23808
+ "inheritedFrom": {
23809
+ "name": "DisabledMixin",
23810
+ "module": "src/utils/mixins/DisabledMixin.ts"
23811
+ }
23812
+ },
23813
+ {
23814
+ "name": "tabIndex",
23815
+ "type": {
23816
+ "text": "number"
23817
+ },
23818
+ "default": "0",
23819
+ "description": "This property specifies the tab order of the element.",
23820
+ "fieldName": "tabIndex",
23821
+ "inheritedFrom": {
23822
+ "name": "TabIndexMixin",
23823
+ "module": "src/utils/mixins/TabIndexMixin.ts"
23824
+ }
23825
+ }
23826
+ ],
23827
+ "mixins": [
23828
+ {
23829
+ "name": "DisabledMixin",
23830
+ "module": "/src/utils/mixins/DisabledMixin"
23831
+ },
23832
+ {
23833
+ "name": "TabIndexMixin",
23834
+ "module": "/src/utils/mixins/TabIndexMixin"
23835
+ },
23836
+ {
23837
+ "name": "LifeCycleMixin",
23838
+ "module": "/src/utils/mixins/lifecycle/LifeCycleMixin"
23835
23839
  }
23836
23840
  ],
23837
23841
  "superclass": {
23838
23842
  "name": "Component",
23839
23843
  "module": "/src/models"
23840
23844
  },
23841
- "tagName": "mdc-menubar",
23842
- "jsDoc": "/**\n * Menubar is a navigational menu component that provides a vertical fixed list of menu items,\n * with support for nested submenus and keyboard navigation. It serves as a container\n * for menu items and manages their interaction patterns, including:\n * - Keyboard navigation (Arrow keys, Home, End)\n * - Menu item activation (Enter/Space)\n * - Submenu toggling (Right/Left arrow keys)\n * - Focus management\n * - Integration with MenuPopover for nested menus\n *\n * A menubar will contain a set of menu items and their associated popovers.\n * Each menu item can have a popover for nested menus.\n *\n * The component automatically handles ARIA attributes and follows WAI-ARIA menu design patterns.\n * It works in conjunction with `mdc-menuitem` and `mdc-menupopover` to create accessible menu structures.\n *\n * **Note:** A menubar contains three types of menu items, including menuitem, menuitemradio and menuitemcheckbox. These menu items may optionally be nested in one or more group containers. Groups or items may optionally by separated with separator elements.\n *\n * `mdc-menubar` contains a group that wraps all its chilren passed within the default slot. This has been added to ensure the right accessibility behavior while using screen readers.\n *\n * @tagname mdc-menubar\n * @slot default - Contains the menu items and their associated popovers\n */",
23845
+ "tagName": "mdc-listitem",
23846
+ "jsDoc": "/**\n * mdc-listitem component is used to display a label with different types of controls.\n * There can be three types of controls, a radio button, a checkbox on the\n * leading side and a toggle on the trailing side.\n * The list item can contain an avatar on the leading side and a badge on the trailing side.\n * Additionally, the list item can contain a side header and a subline text.\n *\n * The leading and trailing slots can be used to display controls and text. <br/>\n * Based on the leading/trailing slot, the position of the controls and text can be adjusted. <br/>\n * Please use mdc-list as a parent element even when there is only listitem for a11y purpose.\n *\n * **Note**: If a listitem contains a long text, it is recommended to create a tooltip for the listitem that displays the full text on hover.\n * Consumers need to add a unique ID to this listitem and use that ID in the tooltip's `triggerID` attribute. We are not creating the tooltip automatically, consumers need to add `<mdc-tooltip>` element manually and associate it with the listitem using the `triggerID` attribute.\n *\n * @tagname mdc-listitem\n *\n * @dependency mdc-text\n *\n * @slot leading-controls - slot for list item controls to appear of leading end.\n * @slot leading-text-primary-label - slot for list item primary label.\n * @slot leading-text-secondary-label - slot for list item secondary label.\n * @slot leading-text-tertiary-label - slot for list item tertiary label.\n * @slot trailing-text-side-header - slot for list item side header text.\n * @slot trailing-text-subline - slot for list item subline text.\n * @slot trailing-controls - slot for list item controls to appear of trailing end.\n * @slot content - content slot can be used to override the content completely. Be aware that\n * this will override the default content of the list item.\n *\n * @cssproperty --mdc-listitem-default-background-color - Allows customization of the default background color.\n * @cssproperty --mdc-listitem-background-color-hover - Allows customization of the background color on hover.\n * @cssproperty --mdc-listitem-background-color-active - Allows customization of the background color when pressed.\n * @cssproperty --mdc-listitem-primary-label-color\n * - Allows customization of the primary label, side header and subline text slot color.\n * @cssproperty --mdc-listitem-secondary-label-color\n * - Allows customization of the secondary and tertiary label text slot color.\n * @cssproperty --mdc-listitem-disabled-color - Allows customization of the disabled color.\n * @cssproperty --mdc-listitem-column-gap - Allows customization of column gap.\n * @cssproperty --mdc-listitem-padding-left-right - Allows customization of padding left and right.\n * @cssproperty --mdc-listitem-padding-top-bottom - Allows customization of padding top and bottom.\n * @cssproperty --mdc-listitem-cursor - Allows customization of the cursor.\n * @cssproperty --mdc-listitem-width - Allows customization of the width of the list item.\n * @cssproperty --mdc-listitem-height - Allows customization of the height of the list item.\n *\n * @csspart leading - Allows customization of the leading part.\n * @csspart leading-text - Allows customization of the leading text part.\n * @csspart trailing - Allows customization of the trailing part.\n * @csspart trailing-text - Allows customization of the trailing text part.\n *\n * @event click - (React: onClick) This event is dispatched when the listitem is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the listitem.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the listitem.\n * @event focus - (React: onFocus) This event is dispatched when the listitem receives focus.\n * @event enabled - (React: onEnabled) This event is dispatched after the listitem is enabled\n * @event disabled - (React: onDisabled) This event is dispatched after the listitem is disabled\n * @event created - (React: onCreated) This event is dispatched after the listitem is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched after the listitem is destroyed (removed from the DOM)\n */",
23843
23847
  "customElement": true
23844
23848
  }
23845
23849
  ],
@@ -23848,8 +23852,8 @@
23848
23852
  "kind": "js",
23849
23853
  "name": "default",
23850
23854
  "declaration": {
23851
- "name": "MenuBar",
23852
- "module": "components/menubar/menubar.component.js"
23855
+ "name": "ListItem",
23856
+ "module": "components/listitem/listitem.component.js"
23853
23857
  }
23854
23858
  }
23855
23859
  ]