@momentum-design/components 0.104.0 → 0.104.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/dist/browser/index.js +86 -82
  2. package/dist/browser/index.js.map +3 -3
  3. package/dist/components/accordionbutton/accordionbutton.types.d.ts +5 -2
  4. package/dist/components/animation/animation.types.d.ts +11 -3
  5. package/dist/components/brandvisual/brandvisual.types.d.ts +8 -2
  6. package/dist/components/button/button.component.d.ts +5 -1
  7. package/dist/components/button/button.component.js +19 -11
  8. package/dist/components/buttonlink/buttonlink.types.d.ts +6 -4
  9. package/dist/components/buttonsimple/buttonsimple.types.d.ts +6 -5
  10. package/dist/components/cardbutton/cardbutton.types.d.ts +6 -4
  11. package/dist/components/cardcheckbox/cardcheckbox.component.d.ts +0 -1
  12. package/dist/components/cardcheckbox/cardcheckbox.component.js +0 -1
  13. package/dist/components/cardcheckbox/cardcheckbox.types.d.ts +6 -6
  14. package/dist/components/cardradio/cardradio.component.d.ts +0 -1
  15. package/dist/components/cardradio/cardradio.component.js +0 -1
  16. package/dist/components/cardradio/cardradio.types.d.ts +6 -5
  17. package/dist/components/checkbox/checkbox.types.d.ts +4 -2
  18. package/dist/components/dialog/dialog.types.d.ts +17 -6
  19. package/dist/components/input/input.types.d.ts +6 -6
  20. package/dist/components/inputchip/inputchip.types.d.ts +3 -1
  21. package/dist/components/link/link.types.d.ts +6 -5
  22. package/dist/components/linkbutton/linkbutton.types.d.ts +6 -5
  23. package/dist/components/linksimple/linksimple.types.d.ts +6 -4
  24. package/dist/components/listitem/listitem.types.d.ts +14 -13
  25. package/dist/components/menuitem/menuitem.component.d.ts +4 -0
  26. package/dist/components/menuitem/menuitem.component.js +4 -0
  27. package/dist/components/menuitem/menuitem.types.d.ts +10 -4
  28. package/dist/components/menuitemcheckbox/menuitemcheckbox.types.d.ts +5 -4
  29. package/dist/components/menuitemradio/menuitemradio.types.d.ts +5 -4
  30. package/dist/components/menupopover/menupopover.types.d.ts +4 -7
  31. package/dist/components/menusection/menusection.types.d.ts +3 -4
  32. package/dist/components/navmenuitem/navmenuitem.types.d.ts +10 -6
  33. package/dist/components/option/option.types.d.ts +6 -4
  34. package/dist/components/password/password.types.d.ts +6 -4
  35. package/dist/components/popover/popover.types.d.ts +5 -5
  36. package/dist/components/radio/radio.types.d.ts +4 -2
  37. package/dist/components/select/select.types.d.ts +6 -6
  38. package/dist/components/sidenavigation/sidenavigation.types.d.ts +6 -2
  39. package/dist/components/stepperitem/stepperitem.types.d.ts +5 -4
  40. package/dist/components/tab/tab.types.d.ts +6 -2
  41. package/dist/components/tablist/tablist.types.d.ts +5 -2
  42. package/dist/components/textarea/textarea.types.d.ts +7 -6
  43. package/dist/components/toast/toast.types.d.ts +3 -2
  44. package/dist/components/toggle/toggle.types.d.ts +4 -3
  45. package/dist/components/toggletip/toggletip.types.d.ts +6 -4
  46. package/dist/components/typewriter/typewriter.types.d.ts +3 -5
  47. package/dist/components/virtualizedlist/virtualizedlist.types.d.ts +3 -1
  48. package/dist/custom-elements.json +947 -941
  49. package/dist/react/accordion/index.d.ts +3 -1
  50. package/dist/react/accordionbutton/index.d.ts +3 -1
  51. package/dist/react/alertchip/index.d.ts +4 -4
  52. package/dist/react/animation/index.d.ts +9 -3
  53. package/dist/react/avatarbutton/index.d.ts +4 -4
  54. package/dist/react/brandvisual/index.d.ts +6 -2
  55. package/dist/react/button/index.d.ts +9 -5
  56. package/dist/react/button/index.js +5 -1
  57. package/dist/react/buttonlink/index.d.ts +4 -4
  58. package/dist/react/buttonsimple/index.d.ts +4 -4
  59. package/dist/react/cardbutton/index.d.ts +4 -4
  60. package/dist/react/cardcheckbox/index.d.ts +4 -6
  61. package/dist/react/cardcheckbox/index.js +0 -2
  62. package/dist/react/cardradio/index.d.ts +4 -6
  63. package/dist/react/cardradio/index.js +0 -2
  64. package/dist/react/checkbox/index.d.ts +2 -2
  65. package/dist/react/chip/index.d.ts +4 -4
  66. package/dist/react/dialog/index.d.ts +15 -5
  67. package/dist/react/filterchip/index.d.ts +4 -4
  68. package/dist/react/index.d.ts +3 -3
  69. package/dist/react/index.js +3 -3
  70. package/dist/react/input/index.d.ts +3 -3
  71. package/dist/react/inputchip/index.d.ts +1 -1
  72. package/dist/react/link/index.d.ts +4 -4
  73. package/dist/react/linkbutton/index.d.ts +4 -4
  74. package/dist/react/linksimple/index.d.ts +4 -4
  75. package/dist/react/listitem/index.d.ts +8 -8
  76. package/dist/react/menuitem/index.d.ts +12 -8
  77. package/dist/react/menuitem/index.js +4 -0
  78. package/dist/react/menuitemcheckbox/index.d.ts +9 -9
  79. package/dist/react/menuitemradio/index.d.ts +9 -9
  80. package/dist/react/navmenuitem/index.d.ts +12 -9
  81. package/dist/react/option/index.d.ts +8 -8
  82. package/dist/react/password/index.d.ts +3 -3
  83. package/dist/react/radio/index.d.ts +2 -2
  84. package/dist/react/searchfield/index.d.ts +3 -3
  85. package/dist/react/select/index.d.ts +3 -3
  86. package/dist/react/sidenavigation/index.d.ts +4 -1
  87. package/dist/react/stepperitem/index.d.ts +3 -3
  88. package/dist/react/tab/index.d.ts +8 -5
  89. package/dist/react/tablist/index.d.ts +3 -1
  90. package/dist/react/textarea/index.d.ts +5 -5
  91. package/dist/react/toast/index.d.ts +1 -1
  92. package/dist/react/toggle/index.d.ts +2 -2
  93. package/dist/react/virtualizedlist/index.d.ts +1 -1
  94. package/dist/utils/mixins/ButtonComponentMixin.js +11 -4
  95. package/dist/utils/types.d.ts +9 -1
  96. package/package.json +1 -1
  97. package/dist/components/selectlistbox/selectlistbox.types.d.ts +0 -3
  98. package/dist/components/selectlistbox/selectlistbox.types.js +0 -1
@@ -477,6 +477,157 @@
477
477
  }
478
478
  ]
479
479
  },
480
+ {
481
+ "kind": "javascript-module",
482
+ "path": "components/accordiongroup/accordiongroup.component.js",
483
+ "declarations": [
484
+ {
485
+ "kind": "class",
486
+ "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.",
487
+ "name": "AccordionGroup",
488
+ "cssProperties": [
489
+ {
490
+ "description": "The border color of the entire accordiongroup",
491
+ "name": "--mdc-accordiongroup-border-color"
492
+ }
493
+ ],
494
+ "slots": [
495
+ {
496
+ "description": "The default slot can contain the `accordion` or `accordionbutton` components.",
497
+ "name": "default"
498
+ }
499
+ ],
500
+ "members": [
501
+ {
502
+ "kind": "field",
503
+ "name": "size",
504
+ "type": {
505
+ "text": "Size"
506
+ },
507
+ "description": "The size of the accordion item.",
508
+ "default": "'small'",
509
+ "attribute": "size",
510
+ "reflects": true
511
+ },
512
+ {
513
+ "kind": "field",
514
+ "name": "variant",
515
+ "type": {
516
+ "text": "Variant"
517
+ },
518
+ "description": "The variant of the accordion item. Based on the variant, the styling of the accordion gets changed.",
519
+ "default": "'stacked'",
520
+ "attribute": "variant",
521
+ "reflects": true
522
+ },
523
+ {
524
+ "kind": "field",
525
+ "name": "allowMultiple",
526
+ "type": {
527
+ "text": "boolean"
528
+ },
529
+ "default": "false",
530
+ "description": "If true, multiple accordion items can be visible at the same time.",
531
+ "attribute": "allow-multiple",
532
+ "reflects": true
533
+ },
534
+ {
535
+ "kind": "method",
536
+ "name": "handleAccordionExpanded",
537
+ "privacy": "private",
538
+ "return": {
539
+ "type": {
540
+ "text": "void"
541
+ }
542
+ },
543
+ "parameters": [
544
+ {
545
+ "name": "event",
546
+ "type": {
547
+ "text": "Event"
548
+ },
549
+ "description": "The event object from the 'shown' event."
550
+ }
551
+ ],
552
+ "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."
553
+ },
554
+ {
555
+ "kind": "method",
556
+ "name": "setChildrenAccordionAttributes",
557
+ "privacy": "private",
558
+ "return": {
559
+ "type": {
560
+ "text": "void"
561
+ }
562
+ },
563
+ "parameters": [
564
+ {
565
+ "name": "attributeName",
566
+ "type": {
567
+ "text": "string"
568
+ },
569
+ "description": "The name of the attribute to set."
570
+ },
571
+ {
572
+ "name": "attributeValue",
573
+ "type": {
574
+ "text": "string"
575
+ },
576
+ "description": "The value to set the attribute to."
577
+ }
578
+ ],
579
+ "description": "Sets the given attribute on all child accordion or accordionbutton components."
580
+ }
581
+ ],
582
+ "attributes": [
583
+ {
584
+ "name": "size",
585
+ "type": {
586
+ "text": "Size"
587
+ },
588
+ "description": "The size of the accordion item.",
589
+ "default": "'small'",
590
+ "fieldName": "size"
591
+ },
592
+ {
593
+ "name": "variant",
594
+ "type": {
595
+ "text": "Variant"
596
+ },
597
+ "description": "The variant of the accordion item. Based on the variant, the styling of the accordion gets changed.",
598
+ "default": "'stacked'",
599
+ "fieldName": "variant"
600
+ },
601
+ {
602
+ "name": "allow-multiple",
603
+ "type": {
604
+ "text": "boolean"
605
+ },
606
+ "default": "false",
607
+ "description": "If true, multiple accordion items can be visible at the same time.",
608
+ "fieldName": "allowMultiple"
609
+ }
610
+ ],
611
+ "superclass": {
612
+ "name": "Component",
613
+ "module": "/src/models"
614
+ },
615
+ "tagName": "mdc-accordiongroup",
616
+ "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 */",
617
+ "customElement": true
618
+ }
619
+ ],
620
+ "exports": [
621
+ {
622
+ "kind": "js",
623
+ "name": "default",
624
+ "declaration": {
625
+ "name": "AccordionGroup",
626
+ "module": "components/accordiongroup/accordiongroup.component.js"
627
+ }
628
+ }
629
+ ]
630
+ },
480
631
  {
481
632
  "kind": "javascript-module",
482
633
  "path": "components/accordionbutton/accordionbutton.component.js",
@@ -817,157 +968,6 @@
817
968
  }
818
969
  ]
819
970
  },
820
- {
821
- "kind": "javascript-module",
822
- "path": "components/accordiongroup/accordiongroup.component.js",
823
- "declarations": [
824
- {
825
- "kind": "class",
826
- "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.",
827
- "name": "AccordionGroup",
828
- "cssProperties": [
829
- {
830
- "description": "The border color of the entire accordiongroup",
831
- "name": "--mdc-accordiongroup-border-color"
832
- }
833
- ],
834
- "slots": [
835
- {
836
- "description": "The default slot can contain the `accordion` or `accordionbutton` components.",
837
- "name": "default"
838
- }
839
- ],
840
- "members": [
841
- {
842
- "kind": "field",
843
- "name": "size",
844
- "type": {
845
- "text": "Size"
846
- },
847
- "description": "The size of the accordion item.",
848
- "default": "'small'",
849
- "attribute": "size",
850
- "reflects": true
851
- },
852
- {
853
- "kind": "field",
854
- "name": "variant",
855
- "type": {
856
- "text": "Variant"
857
- },
858
- "description": "The variant of the accordion item. Based on the variant, the styling of the accordion gets changed.",
859
- "default": "'stacked'",
860
- "attribute": "variant",
861
- "reflects": true
862
- },
863
- {
864
- "kind": "field",
865
- "name": "allowMultiple",
866
- "type": {
867
- "text": "boolean"
868
- },
869
- "default": "false",
870
- "description": "If true, multiple accordion items can be visible at the same time.",
871
- "attribute": "allow-multiple",
872
- "reflects": true
873
- },
874
- {
875
- "kind": "method",
876
- "name": "handleAccordionExpanded",
877
- "privacy": "private",
878
- "return": {
879
- "type": {
880
- "text": "void"
881
- }
882
- },
883
- "parameters": [
884
- {
885
- "name": "event",
886
- "type": {
887
- "text": "Event"
888
- },
889
- "description": "The event object from the 'shown' event."
890
- }
891
- ],
892
- "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."
893
- },
894
- {
895
- "kind": "method",
896
- "name": "setChildrenAccordionAttributes",
897
- "privacy": "private",
898
- "return": {
899
- "type": {
900
- "text": "void"
901
- }
902
- },
903
- "parameters": [
904
- {
905
- "name": "attributeName",
906
- "type": {
907
- "text": "string"
908
- },
909
- "description": "The name of the attribute to set."
910
- },
911
- {
912
- "name": "attributeValue",
913
- "type": {
914
- "text": "string"
915
- },
916
- "description": "The value to set the attribute to."
917
- }
918
- ],
919
- "description": "Sets the given attribute on all child accordion or accordionbutton components."
920
- }
921
- ],
922
- "attributes": [
923
- {
924
- "name": "size",
925
- "type": {
926
- "text": "Size"
927
- },
928
- "description": "The size of the accordion item.",
929
- "default": "'small'",
930
- "fieldName": "size"
931
- },
932
- {
933
- "name": "variant",
934
- "type": {
935
- "text": "Variant"
936
- },
937
- "description": "The variant of the accordion item. Based on the variant, the styling of the accordion gets changed.",
938
- "default": "'stacked'",
939
- "fieldName": "variant"
940
- },
941
- {
942
- "name": "allow-multiple",
943
- "type": {
944
- "text": "boolean"
945
- },
946
- "default": "false",
947
- "description": "If true, multiple accordion items can be visible at the same time.",
948
- "fieldName": "allowMultiple"
949
- }
950
- ],
951
- "superclass": {
952
- "name": "Component",
953
- "module": "/src/models"
954
- },
955
- "tagName": "mdc-accordiongroup",
956
- "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 */",
957
- "customElement": true
958
- }
959
- ],
960
- "exports": [
961
- {
962
- "kind": "js",
963
- "name": "default",
964
- "declaration": {
965
- "name": "AccordionGroup",
966
- "module": "components/accordiongroup/accordiongroup.component.js"
967
- }
968
- }
969
- ]
970
- },
971
971
  {
972
972
  "kind": "javascript-module",
973
973
  "path": "components/alertchip/alertchip.component.js",
@@ -3245,18 +3245,34 @@
3245
3245
  "declarations": [
3246
3246
  {
3247
3247
  "kind": "class",
3248
- "description": "`mdc-button` is a component that can be configured in various ways to suit different use cases.\n\nButton Variants:\n- **Primary**: Solid background color.\n- **Secondary**: Transparent background with a solid border.\n- **Tertiary**: No background or border, appears as plain text but retains all button functionalities.\n\nButton Colors:\n- **Positive**: Green color.\n- **Negative**: Red color.\n- **Accent**: Blue color.\n- **Promotional**: Purple color.\n- **Default**: White color.\n\nButton Sizes (in REM units):\n- **Pill button**: 40, 32, 28, 24.\n- **Icon button**: 64, 52, 40, 32, 28, 24.\n- **Tertiary icon button**: 20.\n\nButton Types:\n- **Pill button**: A button that contains text value. Commonly used for call to action, tags, or filters.\n- **Pill button with icons**: A button containing an icon either on the left or right side of the button.\n- **Icon button**: A button represented by just an icon without any text.\nThe type of button is inferred based on the presence of slot and/or prefix and postfix icons.",
3248
+ "description": "`mdc-button` is a component that can be configured in various ways to suit different use cases.\n\nButton Variants:\n- **Primary**: Solid background color.\n- **Secondary**: Transparent background with a solid border.\n- **Tertiary**: No background or border, appears as plain text but retains all button functionalities.\n\nButton Colors:\n- **Positive**: Green color.\n- **Negative**: Red color.\n- **Accent**: Blue color.\n- **Promotional**: Purple color.\n- **Default**: White color.\n\nButton Sizes (in REM units):\n- **Pill button**: 40, 32, 28, 24.\n- **Icon button**: 64, 52, 40, 32, 28, 24.\n- **Tertiary icon button**: 20.\n\nButton Types:\n- **Pill button**: A button that contains text value. Commonly used for call to action, tags, or filters.\n- **Pill button with icons**: A button containing an icon either on the left or right side of the button.\n- **Icon button**: A button represented by just an icon without any text.\nThe type of button is inferred based on the presence of slot and/or prefix and postfix icons/slots.",
3249
3249
  "name": "Button",
3250
3250
  "cssParts": [
3251
3251
  {
3252
3252
  "description": "Text label of the button, passed in default slot",
3253
3253
  "name": "button-text"
3254
+ },
3255
+ {
3256
+ "description": "Content before the text label, passed in `prefix` slot",
3257
+ "name": "prefix"
3258
+ },
3259
+ {
3260
+ "description": "Content after the text label, passed in `postfix` slot",
3261
+ "name": "postfix"
3254
3262
  }
3255
3263
  ],
3256
3264
  "slots": [
3257
3265
  {
3258
3266
  "description": "Text label of the button.",
3259
3267
  "name": ""
3268
+ },
3269
+ {
3270
+ "description": "Content to be displayed before the text label.",
3271
+ "name": "prefix"
3272
+ },
3273
+ {
3274
+ "description": "Content to be displayed after the text label.",
3275
+ "name": "postfix"
3260
3276
  }
3261
3277
  ],
3262
3278
  "members": [
@@ -3887,7 +3903,7 @@
3887
3903
  "module": "/src/components/buttonsimple/buttonsimple.component"
3888
3904
  },
3889
3905
  "tagName": "mdc-button",
3890
- "jsDoc": "/**\n * `mdc-button` is a component that can be configured in various ways to suit different use cases.\n *\n * Button Variants:\n * - **Primary**: Solid background color.\n * - **Secondary**: Transparent background with a solid border.\n * - **Tertiary**: No background or border, appears as plain text but retains all button functionalities.\n *\n * Button Colors:\n * - **Positive**: Green color.\n * - **Negative**: Red color.\n * - **Accent**: Blue color.\n * - **Promotional**: Purple color.\n * - **Default**: White color.\n *\n * Button Sizes (in REM units):\n * - **Pill button**: 40, 32, 28, 24.\n * - **Icon button**: 64, 52, 40, 32, 28, 24.\n * - **Tertiary icon button**: 20.\n *\n * Button Types:\n * - **Pill button**: A button that contains text value. Commonly used for call to action, tags, or filters.\n * - **Pill button with icons**: A button containing an icon either on the left or right side of the button.\n * - **Icon button**: A button represented by just an icon without any text.\n * The type of button is inferred based on the presence of slot and/or prefix and postfix icons.\n *\n * @dependency mdc-icon\n *\n * @tagname mdc-button\n *\n * @slot - Text label of the button.\n *\n * @csspart button-text - Text label of the button, passed in default slot\n */",
3906
+ "jsDoc": "/**\n * `mdc-button` is a component that can be configured in various ways to suit different use cases.\n *\n * Button Variants:\n * - **Primary**: Solid background color.\n * - **Secondary**: Transparent background with a solid border.\n * - **Tertiary**: No background or border, appears as plain text but retains all button functionalities.\n *\n * Button Colors:\n * - **Positive**: Green color.\n * - **Negative**: Red color.\n * - **Accent**: Blue color.\n * - **Promotional**: Purple color.\n * - **Default**: White color.\n *\n * Button Sizes (in REM units):\n * - **Pill button**: 40, 32, 28, 24.\n * - **Icon button**: 64, 52, 40, 32, 28, 24.\n * - **Tertiary icon button**: 20.\n *\n * Button Types:\n * - **Pill button**: A button that contains text value. Commonly used for call to action, tags, or filters.\n * - **Pill button with icons**: A button containing an icon either on the left or right side of the button.\n * - **Icon button**: A button represented by just an icon without any text.\n * The type of button is inferred based on the presence of slot and/or prefix and postfix icons/slots.\n *\n * @dependency mdc-icon\n *\n * @tagname mdc-button\n *\n * @slot - Text label of the button.\n * @slot prefix - Content to be displayed before the text label.\n * @slot postfix - Content to be displayed after the text label.\n *\n * @csspart button-text - Text label of the button, passed in default slot\n * @csspart prefix - Content before the text label, passed in `prefix` slot\n * @csspart postfix - Content after the text label, passed in `postfix` slot\n */",
3891
3907
  "customElement": true,
3892
3908
  "events": [
3893
3909
  {
@@ -6872,11 +6888,6 @@
6872
6888
  "name": "keyup",
6873
6889
  "reactName": "onKeyUp"
6874
6890
  },
6875
- {
6876
- "description": "(React: onChange) Event that gets dispatched when the card state changes.",
6877
- "name": "change",
6878
- "reactName": "onChange"
6879
- },
6880
6891
  {
6881
6892
  "description": "(React: onFocus) Event that gets dispatched when the card receives focus.",
6882
6893
  "name": "focus",
@@ -7060,7 +7071,7 @@
7060
7071
  "module": "/src/components/card/card.component"
7061
7072
  },
7062
7073
  "tagName": "mdc-cardcheckbox",
7063
- "jsDoc": "/**\n * cardcheckbox component extends `mdc-card` and supports checkbox selection interaction addtionally.\n *\n * While using this component within a form or group of cards, make sure cards are in a role = \"checkbox-group\".\n * This card would have events for selected and unselected (similar to checkbox)\n *\n * **Note**: This is a single selection card i.e. interacting anywhere on the card would toggle the checked state.\n * Make sure to pass only non-interactable elements within the slots.\n *\n * Make sure to pass the `card-title` mandatorily for this card.\n *\n * @tagname mdc-cardcheckbox\n *\n * @dependency mdc-icon\n * @dependency mdc-staticcheckbox\n * @dependency mdc-text\n *\n * @slot before-body - This slot is for passing the content before the body\n * @slot body - This slot is for passing the text content for the card\n * @slot after-body - This slot is for passing the content after the body\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of `mdc-button` component within the footer section.\n *\n * @csspart header - The header part of the card\n * @csspart icon - The icon part of the card header\n * @csspart body - The body part of the card\n * @csspart image - The image part of the card\n * @csspart footer - The footer part of the card\n * @csspart footer-link - The link part of the card footer\n * @csspart footer-button-primary - The primary button part of the card footer\n * @csspart footer-button-secondary - The secondary button part of the card footer\n * @csspart icon-button - The icon button part of the card header\n * @csspart text - The text part of the card\n * @csspart check - The check part of the card\n * @csspart check-icon - The check icon part of the card\n * @csspart check-icon-button - The check icon button part of the card\n *\n * @cssproperty --mdc-card-width - The width of the card\n *\n * @event click - (React: onClick) Event that gets dispatched when the card is clicked. It toggles the checked state.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the card.\n * It toggles the checked state when enter key is used.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the card.\n * It toggles the checked state when space key is used.\n * @event change - (React: onChange) Event that gets dispatched when the card state changes.\n * @event focus - (React: onFocus) Event that gets dispatched when the card receives focus.\n *\n */",
7074
+ "jsDoc": "/**\n * cardcheckbox component extends `mdc-card` and supports checkbox selection interaction addtionally.\n *\n * While using this component within a form or group of cards, make sure cards are in a role = \"checkbox-group\".\n * This card would have events for selected and unselected (similar to checkbox)\n *\n * **Note**: This is a single selection card i.e. interacting anywhere on the card would toggle the checked state.\n * Make sure to pass only non-interactable elements within the slots.\n *\n * Make sure to pass the `card-title` mandatorily for this card.\n *\n * @tagname mdc-cardcheckbox\n *\n * @dependency mdc-icon\n * @dependency mdc-staticcheckbox\n * @dependency mdc-text\n *\n * @slot before-body - This slot is for passing the content before the body\n * @slot body - This slot is for passing the text content for the card\n * @slot after-body - This slot is for passing the content after the body\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of `mdc-button` component within the footer section.\n *\n * @csspart header - The header part of the card\n * @csspart icon - The icon part of the card header\n * @csspart body - The body part of the card\n * @csspart image - The image part of the card\n * @csspart footer - The footer part of the card\n * @csspart footer-link - The link part of the card footer\n * @csspart footer-button-primary - The primary button part of the card footer\n * @csspart footer-button-secondary - The secondary button part of the card footer\n * @csspart icon-button - The icon button part of the card header\n * @csspart text - The text part of the card\n * @csspart check - The check part of the card\n * @csspart check-icon - The check icon part of the card\n * @csspart check-icon-button - The check icon button part of the card\n *\n * @cssproperty --mdc-card-width - The width of the card\n *\n * @event click - (React: onClick) Event that gets dispatched when the card is clicked. It toggles the checked state.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the card.\n * It toggles the checked state when enter key is used.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the card.\n * It toggles the checked state when space key is used.\n * @event focus - (React: onFocus) Event that gets dispatched when the card receives focus.\n *\n */",
7064
7075
  "customElement": true
7065
7076
  }
7066
7077
  ],
@@ -7616,11 +7627,6 @@
7616
7627
  "name": "keyup",
7617
7628
  "reactName": "onKeyUp"
7618
7629
  },
7619
- {
7620
- "description": "(React: onChange) Event that gets dispatched when the card state changes.",
7621
- "name": "change",
7622
- "reactName": "onChange"
7623
- },
7624
7630
  {
7625
7631
  "description": "(React: onFocus) Event that gets dispatched when the card receives focus.",
7626
7632
  "name": "focus",
@@ -7804,7 +7810,7 @@
7804
7810
  "module": "/src/components/card/card.component"
7805
7811
  },
7806
7812
  "tagName": "mdc-cardradio",
7807
- "jsDoc": "/**\n * cardradio component extends `mdc-card` and supports radio selection interaction addtionally.\n *\n * While using this component within a form or group of cards, make sure cards are in a role = \"radio-group\".\n * This card would have events for selected and unselected (similar to radio)\n *\n * **Note**: This is a single selection card i.e. interacting anywhere on the card would toggle the checked state.\n * Make sure to pass only non-interactable elements within the slots.\n *\n * Make sure to pass the `card-title` mandatorily for this card.\n *\n * @tagname mdc-cardradio\n *\n * @dependency mdc-icon\n * @dependency mdc-staticradio\n * @dependency mdc-text\n *\n * @slot before-body - This slot is for passing the content before the body\n * @slot body - This slot is for passing the text content for the card\n * @slot after-body - This slot is for passing the content after the body\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of `mdc-button` component within the footer section.\n *\n * @csspart header - The header part of the card\n * @csspart icon - The icon part of the card header\n * @csspart body - The body part of the card\n * @csspart image - The image part of the card\n * @csspart footer - The footer part of the card\n * @csspart footer-link - The link part of the card footer\n * @csspart footer-button-primary - The primary button part of the card footer\n * @csspart footer-button-secondary - The secondary button part of the card footer\n * @csspart icon-button - The icon button part of the card header\n * @csspart text - The text part of the card\n * @csspart check - The check part of the card\n * @csspart check-icon - The check icon part of the card\n * @csspart check-icon-button - The check icon button part of the card\n *\n * @cssproperty --mdc-card-width - The width of the card\n *\n * @event click - (React: onClick) Event that gets dispatched when the card is clicked. It toggles the checked state.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the card.\n * It toggles the checked state when enter key is used.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the card.\n * It toggles the checked state when space key is used.\n * @event change - (React: onChange) Event that gets dispatched when the card state changes.\n * @event focus - (React: onFocus) Event that gets dispatched when the card receives focus.\n *\n */",
7813
+ "jsDoc": "/**\n * cardradio component extends `mdc-card` and supports radio selection interaction addtionally.\n *\n * While using this component within a form or group of cards, make sure cards are in a role = \"radio-group\".\n * This card would have events for selected and unselected (similar to radio)\n *\n * **Note**: This is a single selection card i.e. interacting anywhere on the card would toggle the checked state.\n * Make sure to pass only non-interactable elements within the slots.\n *\n * Make sure to pass the `card-title` mandatorily for this card.\n *\n * @tagname mdc-cardradio\n *\n * @dependency mdc-icon\n * @dependency mdc-staticradio\n * @dependency mdc-text\n *\n * @slot before-body - This slot is for passing the content before the body\n * @slot body - This slot is for passing the text content for the card\n * @slot after-body - This slot is for passing the content after the body\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of `mdc-button` component within the footer section.\n *\n * @csspart header - The header part of the card\n * @csspart icon - The icon part of the card header\n * @csspart body - The body part of the card\n * @csspart image - The image part of the card\n * @csspart footer - The footer part of the card\n * @csspart footer-link - The link part of the card footer\n * @csspart footer-button-primary - The primary button part of the card footer\n * @csspart footer-button-secondary - The secondary button part of the card footer\n * @csspart icon-button - The icon button part of the card header\n * @csspart text - The text part of the card\n * @csspart check - The check part of the card\n * @csspart check-icon - The check icon part of the card\n * @csspart check-icon-button - The check icon button part of the card\n *\n * @cssproperty --mdc-card-width - The width of the card\n *\n * @event click - (React: onClick) Event that gets dispatched when the card is clicked. It toggles the checked state.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the card.\n * It toggles the checked state when enter key is used.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the card.\n * It toggles the checked state when space key is used.\n * @event focus - (React: onFocus) Event that gets dispatched when the card receives focus.\n *\n */",
7808
7814
  "customElement": true
7809
7815
  }
7810
7816
  ],
@@ -16284,6 +16290,295 @@
16284
16290
  }
16285
16291
  ]
16286
16292
  },
16293
+ {
16294
+ "kind": "javascript-module",
16295
+ "path": "components/linksimple/linksimple.component.js",
16296
+ "declarations": [
16297
+ {
16298
+ "kind": "class",
16299
+ "description": "`mdc-linksimple` is a lightweight link component that can be used to navigate\nwithin the application or to an external URL. It does not have any predefined default size.\n\nThe `children` of the `mdc-linksimple` component can be customized to suit\ndifferent use cases, including text, icons, or other inline content. For the child to be an icon,\nthe `mdc-icon` component should be used to render.",
16300
+ "name": "Linksimple",
16301
+ "cssProperties": [
16302
+ {
16303
+ "description": "Border radius of the link.",
16304
+ "name": "--mdc-link-border-radius"
16305
+ },
16306
+ {
16307
+ "description": "Color of the link’s child content in the active state.",
16308
+ "name": "--mdc-link-color-active"
16309
+ },
16310
+ {
16311
+ "description": "Color of the link’s child content in the disabled state.",
16312
+ "name": "--mdc-link-color-disabled"
16313
+ },
16314
+ {
16315
+ "description": "Color of the link’s child content in the hover state.",
16316
+ "name": "--mdc-link-color-hover"
16317
+ },
16318
+ {
16319
+ "description": "Color of the link’s child content in the normal state.",
16320
+ "name": "--mdc-link-color-normal"
16321
+ },
16322
+ {
16323
+ "description": "Color of the inverted link’s child content in the active state.",
16324
+ "name": "--mdc-link-inverted-color-active"
16325
+ },
16326
+ {
16327
+ "description": "Color of the inverted link’s child content in the disabled state.",
16328
+ "name": "--mdc-link-inverted-color-disabled"
16329
+ },
16330
+ {
16331
+ "description": "Color of the inverted link’s child content in the hover state.",
16332
+ "name": "--mdc-link-inverted-color-hover"
16333
+ },
16334
+ {
16335
+ "description": "Color of the inverted link’s child content in the normal state.",
16336
+ "name": "--mdc-link-inverted-color-normal"
16337
+ }
16338
+ ],
16339
+ "members": [
16340
+ {
16341
+ "kind": "field",
16342
+ "name": "inline",
16343
+ "type": {
16344
+ "text": "boolean"
16345
+ },
16346
+ "description": "The link can be inline or standalone.",
16347
+ "default": "false",
16348
+ "attribute": "inline",
16349
+ "reflects": true
16350
+ },
16351
+ {
16352
+ "kind": "field",
16353
+ "name": "inverted",
16354
+ "type": {
16355
+ "text": "boolean"
16356
+ },
16357
+ "description": "The link color can be inverted by setting the inverted attribute to true.",
16358
+ "default": "false",
16359
+ "attribute": "inverted",
16360
+ "reflects": true
16361
+ },
16362
+ {
16363
+ "kind": "field",
16364
+ "name": "href",
16365
+ "type": {
16366
+ "text": "string"
16367
+ },
16368
+ "default": "'#'",
16369
+ "description": "Href for navigation. The URL that the hyperlink points to",
16370
+ "attribute": "href",
16371
+ "reflects": true
16372
+ },
16373
+ {
16374
+ "kind": "field",
16375
+ "name": "target",
16376
+ "type": {
16377
+ "text": "string"
16378
+ },
16379
+ "default": "'_self'",
16380
+ "description": "Optional target: _blank, _self, _parent, _top and _unfencedTop",
16381
+ "attribute": "target",
16382
+ "reflects": true
16383
+ },
16384
+ {
16385
+ "kind": "field",
16386
+ "name": "rel",
16387
+ "type": {
16388
+ "text": "string | undefined"
16389
+ },
16390
+ "description": "Optional rel attribute that defines the relationship of the linked URL as space-separated link types.",
16391
+ "attribute": "rel",
16392
+ "reflects": true
16393
+ },
16394
+ {
16395
+ "kind": "method",
16396
+ "name": "handleNavigation",
16397
+ "privacy": "private",
16398
+ "return": {
16399
+ "type": {
16400
+ "text": "void"
16401
+ }
16402
+ },
16403
+ "parameters": [
16404
+ {
16405
+ "name": "e",
16406
+ "type": {
16407
+ "text": "MouseEvent | KeyboardEvent"
16408
+ }
16409
+ }
16410
+ ]
16411
+ },
16412
+ {
16413
+ "kind": "method",
16414
+ "name": "setDisabled",
16415
+ "privacy": "private",
16416
+ "parameters": [
16417
+ {
16418
+ "name": "disabled",
16419
+ "type": {
16420
+ "text": "boolean"
16421
+ },
16422
+ "description": "Whether the element should be disabled"
16423
+ }
16424
+ ],
16425
+ "description": "Sets or removes `aria-disabled` and updates `tabIndex` to reflect\nthe disabled state. When disabled, the element becomes unfocusable;\nwhen enabled, the previous `tabIndex` is restored."
16426
+ },
16427
+ {
16428
+ "kind": "field",
16429
+ "name": "disabled",
16430
+ "type": {
16431
+ "text": "boolean | undefined"
16432
+ },
16433
+ "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
16434
+ "default": "undefined",
16435
+ "attribute": "disabled",
16436
+ "reflects": true,
16437
+ "inheritedFrom": {
16438
+ "name": "DisabledMixin",
16439
+ "module": "utils/mixins/DisabledMixin.js"
16440
+ }
16441
+ },
16442
+ {
16443
+ "kind": "field",
16444
+ "name": "tabIndex",
16445
+ "type": {
16446
+ "text": "number"
16447
+ },
16448
+ "default": "0",
16449
+ "description": "This property specifies the tab order of the element.",
16450
+ "attribute": "tabIndex",
16451
+ "reflects": true,
16452
+ "inheritedFrom": {
16453
+ "name": "TabIndexMixin",
16454
+ "module": "utils/mixins/TabIndexMixin.js"
16455
+ }
16456
+ }
16457
+ ],
16458
+ "events": [
16459
+ {
16460
+ "description": "(React: onClick) Fired when the user activates the buttonLink using a mouse or assistive technology.",
16461
+ "name": "click",
16462
+ "reactName": "onClick"
16463
+ },
16464
+ {
16465
+ "description": "(React: onKeyDown) Fired when the user presses a key while the buttonLink has focus.",
16466
+ "name": "keydown",
16467
+ "reactName": "onKeyDown"
16468
+ },
16469
+ {
16470
+ "description": "(React: onFocus) Fired when the buttonLink receives keyboard or mouse focus.",
16471
+ "name": "focus",
16472
+ "reactName": "onFocus"
16473
+ },
16474
+ {
16475
+ "description": "(React: onBlur) Fired when the buttonLink loses keyboard or mouse focus.",
16476
+ "name": "blur",
16477
+ "reactName": "onBlur"
16478
+ }
16479
+ ],
16480
+ "attributes": [
16481
+ {
16482
+ "name": "inline",
16483
+ "type": {
16484
+ "text": "boolean"
16485
+ },
16486
+ "description": "The link can be inline or standalone.",
16487
+ "default": "false",
16488
+ "fieldName": "inline"
16489
+ },
16490
+ {
16491
+ "name": "inverted",
16492
+ "type": {
16493
+ "text": "boolean"
16494
+ },
16495
+ "description": "The link color can be inverted by setting the inverted attribute to true.",
16496
+ "default": "false",
16497
+ "fieldName": "inverted"
16498
+ },
16499
+ {
16500
+ "name": "href",
16501
+ "type": {
16502
+ "text": "string"
16503
+ },
16504
+ "default": "'#'",
16505
+ "description": "Href for navigation. The URL that the hyperlink points to",
16506
+ "fieldName": "href"
16507
+ },
16508
+ {
16509
+ "name": "target",
16510
+ "type": {
16511
+ "text": "string"
16512
+ },
16513
+ "default": "'_self'",
16514
+ "description": "Optional target: _blank, _self, _parent, _top and _unfencedTop",
16515
+ "fieldName": "target"
16516
+ },
16517
+ {
16518
+ "name": "rel",
16519
+ "type": {
16520
+ "text": "string | undefined"
16521
+ },
16522
+ "description": "Optional rel attribute that defines the relationship of the linked URL as space-separated link types.",
16523
+ "fieldName": "rel"
16524
+ },
16525
+ {
16526
+ "name": "disabled",
16527
+ "type": {
16528
+ "text": "boolean | undefined"
16529
+ },
16530
+ "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
16531
+ "default": "undefined",
16532
+ "fieldName": "disabled",
16533
+ "inheritedFrom": {
16534
+ "name": "DisabledMixin",
16535
+ "module": "src/utils/mixins/DisabledMixin.ts"
16536
+ }
16537
+ },
16538
+ {
16539
+ "name": "tabIndex",
16540
+ "type": {
16541
+ "text": "number"
16542
+ },
16543
+ "default": "0",
16544
+ "description": "This property specifies the tab order of the element.",
16545
+ "fieldName": "tabIndex",
16546
+ "inheritedFrom": {
16547
+ "name": "TabIndexMixin",
16548
+ "module": "src/utils/mixins/TabIndexMixin.ts"
16549
+ }
16550
+ }
16551
+ ],
16552
+ "mixins": [
16553
+ {
16554
+ "name": "DisabledMixin",
16555
+ "module": "/src/utils/mixins/DisabledMixin"
16556
+ },
16557
+ {
16558
+ "name": "TabIndexMixin",
16559
+ "module": "/src/utils/mixins/TabIndexMixin"
16560
+ }
16561
+ ],
16562
+ "superclass": {
16563
+ "name": "Component",
16564
+ "module": "/src/models"
16565
+ },
16566
+ "tagName": "mdc-linksimple",
16567
+ "jsDoc": "/**\n * `mdc-linksimple` is a lightweight link component that can be used to navigate\n * within the application or to an external URL. It does not have any predefined default size.\n *\n * The `children` of the `mdc-linksimple` component can be customized to suit\n * different use cases, including text, icons, or other inline content. For the child to be an icon,\n * the `mdc-icon` component should be used to render.\n *\n * @tagname mdc-linksimple\n *\n * @event click - (React: onClick) Fired when the user activates the buttonLink using a mouse or assistive technology.\n * @event keydown - (React: onKeyDown) Fired when the user presses a key while the buttonLink has focus.\n * @event focus - (React: onFocus) Fired when the buttonLink receives keyboard or mouse focus.\n * @event blur - (React: onBlur) Fired when the buttonLink loses keyboard or mouse focus.\n *\n * @cssproperty --mdc-link-border-radius - Border radius of the link.\n * @cssproperty --mdc-link-color-active - Color of the link’s child content in the active state.\n * @cssproperty --mdc-link-color-disabled - Color of the link’s child content in the disabled state.\n * @cssproperty --mdc-link-color-hover - Color of the link’s child content in the hover state.\n * @cssproperty --mdc-link-color-normal - Color of the link’s child content in the normal state.\n * @cssproperty --mdc-link-inverted-color-active - Color of the inverted link’s child content in the active state.\n * @cssproperty --mdc-link-inverted-color-disabled - Color of the inverted link’s child content in the disabled state.\n * @cssproperty --mdc-link-inverted-color-hover - Color of the inverted link’s child content in the hover state.\n * @cssproperty --mdc-link-inverted-color-normal - Color of the inverted link’s child content in the normal state.\n */",
16568
+ "customElement": true
16569
+ }
16570
+ ],
16571
+ "exports": [
16572
+ {
16573
+ "kind": "js",
16574
+ "name": "default",
16575
+ "declaration": {
16576
+ "name": "Linksimple",
16577
+ "module": "components/linksimple/linksimple.component.js"
16578
+ }
16579
+ }
16580
+ ]
16581
+ },
16287
16582
  {
16288
16583
  "kind": "javascript-module",
16289
16584
  "path": "components/list/list.component.js",
@@ -16439,295 +16734,6 @@
16439
16734
  }
16440
16735
  ]
16441
16736
  },
16442
- {
16443
- "kind": "javascript-module",
16444
- "path": "components/linksimple/linksimple.component.js",
16445
- "declarations": [
16446
- {
16447
- "kind": "class",
16448
- "description": "`mdc-linksimple` is a lightweight link component that can be used to navigate\nwithin the application or to an external URL. It does not have any predefined default size.\n\nThe `children` of the `mdc-linksimple` component can be customized to suit\ndifferent use cases, including text, icons, or other inline content. For the child to be an icon,\nthe `mdc-icon` component should be used to render.",
16449
- "name": "Linksimple",
16450
- "cssProperties": [
16451
- {
16452
- "description": "Border radius of the link.",
16453
- "name": "--mdc-link-border-radius"
16454
- },
16455
- {
16456
- "description": "Color of the link’s child content in the active state.",
16457
- "name": "--mdc-link-color-active"
16458
- },
16459
- {
16460
- "description": "Color of the link’s child content in the disabled state.",
16461
- "name": "--mdc-link-color-disabled"
16462
- },
16463
- {
16464
- "description": "Color of the link’s child content in the hover state.",
16465
- "name": "--mdc-link-color-hover"
16466
- },
16467
- {
16468
- "description": "Color of the link’s child content in the normal state.",
16469
- "name": "--mdc-link-color-normal"
16470
- },
16471
- {
16472
- "description": "Color of the inverted link’s child content in the active state.",
16473
- "name": "--mdc-link-inverted-color-active"
16474
- },
16475
- {
16476
- "description": "Color of the inverted link’s child content in the disabled state.",
16477
- "name": "--mdc-link-inverted-color-disabled"
16478
- },
16479
- {
16480
- "description": "Color of the inverted link’s child content in the hover state.",
16481
- "name": "--mdc-link-inverted-color-hover"
16482
- },
16483
- {
16484
- "description": "Color of the inverted link’s child content in the normal state.",
16485
- "name": "--mdc-link-inverted-color-normal"
16486
- }
16487
- ],
16488
- "members": [
16489
- {
16490
- "kind": "field",
16491
- "name": "inline",
16492
- "type": {
16493
- "text": "boolean"
16494
- },
16495
- "description": "The link can be inline or standalone.",
16496
- "default": "false",
16497
- "attribute": "inline",
16498
- "reflects": true
16499
- },
16500
- {
16501
- "kind": "field",
16502
- "name": "inverted",
16503
- "type": {
16504
- "text": "boolean"
16505
- },
16506
- "description": "The link color can be inverted by setting the inverted attribute to true.",
16507
- "default": "false",
16508
- "attribute": "inverted",
16509
- "reflects": true
16510
- },
16511
- {
16512
- "kind": "field",
16513
- "name": "href",
16514
- "type": {
16515
- "text": "string"
16516
- },
16517
- "default": "'#'",
16518
- "description": "Href for navigation. The URL that the hyperlink points to",
16519
- "attribute": "href",
16520
- "reflects": true
16521
- },
16522
- {
16523
- "kind": "field",
16524
- "name": "target",
16525
- "type": {
16526
- "text": "string"
16527
- },
16528
- "default": "'_self'",
16529
- "description": "Optional target: _blank, _self, _parent, _top and _unfencedTop",
16530
- "attribute": "target",
16531
- "reflects": true
16532
- },
16533
- {
16534
- "kind": "field",
16535
- "name": "rel",
16536
- "type": {
16537
- "text": "string | undefined"
16538
- },
16539
- "description": "Optional rel attribute that defines the relationship of the linked URL as space-separated link types.",
16540
- "attribute": "rel",
16541
- "reflects": true
16542
- },
16543
- {
16544
- "kind": "method",
16545
- "name": "handleNavigation",
16546
- "privacy": "private",
16547
- "return": {
16548
- "type": {
16549
- "text": "void"
16550
- }
16551
- },
16552
- "parameters": [
16553
- {
16554
- "name": "e",
16555
- "type": {
16556
- "text": "MouseEvent | KeyboardEvent"
16557
- }
16558
- }
16559
- ]
16560
- },
16561
- {
16562
- "kind": "method",
16563
- "name": "setDisabled",
16564
- "privacy": "private",
16565
- "parameters": [
16566
- {
16567
- "name": "disabled",
16568
- "type": {
16569
- "text": "boolean"
16570
- },
16571
- "description": "Whether the element should be disabled"
16572
- }
16573
- ],
16574
- "description": "Sets or removes `aria-disabled` and updates `tabIndex` to reflect\nthe disabled state. When disabled, the element becomes unfocusable;\nwhen enabled, the previous `tabIndex` is restored."
16575
- },
16576
- {
16577
- "kind": "field",
16578
- "name": "disabled",
16579
- "type": {
16580
- "text": "boolean | undefined"
16581
- },
16582
- "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
16583
- "default": "undefined",
16584
- "attribute": "disabled",
16585
- "reflects": true,
16586
- "inheritedFrom": {
16587
- "name": "DisabledMixin",
16588
- "module": "utils/mixins/DisabledMixin.js"
16589
- }
16590
- },
16591
- {
16592
- "kind": "field",
16593
- "name": "tabIndex",
16594
- "type": {
16595
- "text": "number"
16596
- },
16597
- "default": "0",
16598
- "description": "This property specifies the tab order of the element.",
16599
- "attribute": "tabIndex",
16600
- "reflects": true,
16601
- "inheritedFrom": {
16602
- "name": "TabIndexMixin",
16603
- "module": "utils/mixins/TabIndexMixin.js"
16604
- }
16605
- }
16606
- ],
16607
- "events": [
16608
- {
16609
- "description": "(React: onClick) Fired when the user activates the buttonLink using a mouse or assistive technology.",
16610
- "name": "click",
16611
- "reactName": "onClick"
16612
- },
16613
- {
16614
- "description": "(React: onKeyDown) Fired when the user presses a key while the buttonLink has focus.",
16615
- "name": "keydown",
16616
- "reactName": "onKeyDown"
16617
- },
16618
- {
16619
- "description": "(React: onFocus) Fired when the buttonLink receives keyboard or mouse focus.",
16620
- "name": "focus",
16621
- "reactName": "onFocus"
16622
- },
16623
- {
16624
- "description": "(React: onBlur) Fired when the buttonLink loses keyboard or mouse focus.",
16625
- "name": "blur",
16626
- "reactName": "onBlur"
16627
- }
16628
- ],
16629
- "attributes": [
16630
- {
16631
- "name": "inline",
16632
- "type": {
16633
- "text": "boolean"
16634
- },
16635
- "description": "The link can be inline or standalone.",
16636
- "default": "false",
16637
- "fieldName": "inline"
16638
- },
16639
- {
16640
- "name": "inverted",
16641
- "type": {
16642
- "text": "boolean"
16643
- },
16644
- "description": "The link color can be inverted by setting the inverted attribute to true.",
16645
- "default": "false",
16646
- "fieldName": "inverted"
16647
- },
16648
- {
16649
- "name": "href",
16650
- "type": {
16651
- "text": "string"
16652
- },
16653
- "default": "'#'",
16654
- "description": "Href for navigation. The URL that the hyperlink points to",
16655
- "fieldName": "href"
16656
- },
16657
- {
16658
- "name": "target",
16659
- "type": {
16660
- "text": "string"
16661
- },
16662
- "default": "'_self'",
16663
- "description": "Optional target: _blank, _self, _parent, _top and _unfencedTop",
16664
- "fieldName": "target"
16665
- },
16666
- {
16667
- "name": "rel",
16668
- "type": {
16669
- "text": "string | undefined"
16670
- },
16671
- "description": "Optional rel attribute that defines the relationship of the linked URL as space-separated link types.",
16672
- "fieldName": "rel"
16673
- },
16674
- {
16675
- "name": "disabled",
16676
- "type": {
16677
- "text": "boolean | undefined"
16678
- },
16679
- "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
16680
- "default": "undefined",
16681
- "fieldName": "disabled",
16682
- "inheritedFrom": {
16683
- "name": "DisabledMixin",
16684
- "module": "src/utils/mixins/DisabledMixin.ts"
16685
- }
16686
- },
16687
- {
16688
- "name": "tabIndex",
16689
- "type": {
16690
- "text": "number"
16691
- },
16692
- "default": "0",
16693
- "description": "This property specifies the tab order of the element.",
16694
- "fieldName": "tabIndex",
16695
- "inheritedFrom": {
16696
- "name": "TabIndexMixin",
16697
- "module": "src/utils/mixins/TabIndexMixin.ts"
16698
- }
16699
- }
16700
- ],
16701
- "mixins": [
16702
- {
16703
- "name": "DisabledMixin",
16704
- "module": "/src/utils/mixins/DisabledMixin"
16705
- },
16706
- {
16707
- "name": "TabIndexMixin",
16708
- "module": "/src/utils/mixins/TabIndexMixin"
16709
- }
16710
- ],
16711
- "superclass": {
16712
- "name": "Component",
16713
- "module": "/src/models"
16714
- },
16715
- "tagName": "mdc-linksimple",
16716
- "jsDoc": "/**\n * `mdc-linksimple` is a lightweight link component that can be used to navigate\n * within the application or to an external URL. It does not have any predefined default size.\n *\n * The `children` of the `mdc-linksimple` component can be customized to suit\n * different use cases, including text, icons, or other inline content. For the child to be an icon,\n * the `mdc-icon` component should be used to render.\n *\n * @tagname mdc-linksimple\n *\n * @event click - (React: onClick) Fired when the user activates the buttonLink using a mouse or assistive technology.\n * @event keydown - (React: onKeyDown) Fired when the user presses a key while the buttonLink has focus.\n * @event focus - (React: onFocus) Fired when the buttonLink receives keyboard or mouse focus.\n * @event blur - (React: onBlur) Fired when the buttonLink loses keyboard or mouse focus.\n *\n * @cssproperty --mdc-link-border-radius - Border radius of the link.\n * @cssproperty --mdc-link-color-active - Color of the link’s child content in the active state.\n * @cssproperty --mdc-link-color-disabled - Color of the link’s child content in the disabled state.\n * @cssproperty --mdc-link-color-hover - Color of the link’s child content in the hover state.\n * @cssproperty --mdc-link-color-normal - Color of the link’s child content in the normal state.\n * @cssproperty --mdc-link-inverted-color-active - Color of the inverted link’s child content in the active state.\n * @cssproperty --mdc-link-inverted-color-disabled - Color of the inverted link’s child content in the disabled state.\n * @cssproperty --mdc-link-inverted-color-hover - Color of the inverted link’s child content in the hover state.\n * @cssproperty --mdc-link-inverted-color-normal - Color of the inverted link’s child content in the normal state.\n */",
16717
- "customElement": true
16718
- }
16719
- ],
16720
- "exports": [
16721
- {
16722
- "kind": "js",
16723
- "name": "default",
16724
- "declaration": {
16725
- "name": "Linksimple",
16726
- "module": "components/linksimple/linksimple.component.js"
16727
- }
16728
- }
16729
- ]
16730
- },
16731
16737
  {
16732
16738
  "kind": "javascript-module",
16733
16739
  "path": "components/listheader/listheader.component.js",
@@ -18377,7 +18383,7 @@
18377
18383
  }
18378
18384
  },
18379
18385
  {
18380
- "description": "(React: onEnabled) This event is dispatched after the listitem is enabled",
18386
+ "description": "(React: onEnabled) This event is dispatched after the menuitem is enabled",
18381
18387
  "name": "enabled",
18382
18388
  "reactName": "onEnabled",
18383
18389
  "inheritedFrom": {
@@ -18386,7 +18392,7 @@
18386
18392
  }
18387
18393
  },
18388
18394
  {
18389
- "description": "(React: onDisabled) This event is dispatched after the listitem is disabled",
18395
+ "description": "(React: onDisabled) This event is dispatched after the menuitem is disabled",
18390
18396
  "name": "disabled",
18391
18397
  "reactName": "onDisabled",
18392
18398
  "inheritedFrom": {
@@ -18395,7 +18401,7 @@
18395
18401
  }
18396
18402
  },
18397
18403
  {
18398
- "description": "(React: onCreated) This event is dispatched after the listitem is created (added to the DOM)",
18404
+ "description": "(React: onCreated) This event is dispatched after the menuitem is created (added to the DOM)",
18399
18405
  "name": "created",
18400
18406
  "reactName": "onCreated",
18401
18407
  "inheritedFrom": {
@@ -18404,7 +18410,7 @@
18404
18410
  }
18405
18411
  },
18406
18412
  {
18407
- "description": "(React: onDestroyed) This event is dispatched after the listitem is destroyed (removed from the DOM)",
18413
+ "description": "(React: onDestroyed) This event is dispatched after the menuitem is destroyed (removed from the DOM)",
18408
18414
  "name": "destroyed",
18409
18415
  "reactName": "onDestroyed",
18410
18416
  "inheritedFrom": {
@@ -18591,7 +18597,7 @@
18591
18597
  "module": "/src/components/listitem/listitem.component"
18592
18598
  },
18593
18599
  "tagName": "mdc-menuitem",
18594
- "jsDoc": "/**\n * menuitem component is inherited by listitem component with the role set `menuitem`.<br/>\n * A menu item can contain an icon on the leading or trailing side.\n *\n * The leading and trailing slots can be used to display controls and text.<br/>\n * Based on the leading/trailing slot, the position of the controls and text can be adjusted.\n *\n * Please use element with role=menu as a parent element even when there is only menuitem for a11y purpose.\n * For example mdc-menupopover or mdc-menubar.\n *\n * Menu item has `name` and `value` attribute that can be used to identify the menu item when it is selected.\n *\n * @dependency mdc-text\n * @dependency mdc-icon\n * @dependency mdc-tooltip\n *\n * @tagname mdc-menuitem\n *\n * @slot leading-controls - slot for menu item controls to appear of leading end.\n * @slot leading-text-primary-label - slot for menu item primary label.\n * @slot leading-text-secondary-label - slot for menu item secondary label.\n * @slot leading-text-tertiary-label - slot for menu item tertiary label.\n * @slot trailing-text-side-header - slot for menu item side header text.\n * @slot trailing-text-subline - slot for menu item subline text.\n * @slot trailing-controls - slot for menu item controls to appear of trailing end.\n *\n * @event click - (React: onClick) This event is dispatched when the menuitem is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the menuitem.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the menuitem.\n * @event focus - (React: onFocus) This event is dispatched when the menuitem receives focus.\n */",
18600
+ "jsDoc": "/**\n * menuitem component is inherited by listitem component with the role set `menuitem`.<br/>\n * A menu item can contain an icon on the leading or trailing side.\n *\n * The leading and trailing slots can be used to display controls and text.<br/>\n * Based on the leading/trailing slot, the position of the controls and text can be adjusted.\n *\n * Please use element with role=menu as a parent element even when there is only menuitem for a11y purpose.\n * For example mdc-menupopover or mdc-menubar.\n *\n * Menu item has `name` and `value` attribute that can be used to identify the menu item when it is selected.\n *\n * @dependency mdc-text\n * @dependency mdc-icon\n * @dependency mdc-tooltip\n *\n * @tagname mdc-menuitem\n *\n * @slot leading-controls - slot for menu item controls to appear of leading end.\n * @slot leading-text-primary-label - slot for menu item primary label.\n * @slot leading-text-secondary-label - slot for menu item secondary label.\n * @slot leading-text-tertiary-label - slot for menu item tertiary label.\n * @slot trailing-text-side-header - slot for menu item side header text.\n * @slot trailing-text-subline - slot for menu item subline text.\n * @slot trailing-controls - slot for menu item controls to appear of trailing end.\n *\n * @event click - (React: onClick) This event is dispatched when the menuitem is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the menuitem.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the menuitem.\n * @event focus - (React: onFocus) This event is dispatched when the menuitem receives focus.\n * @event enabled - (React: onEnabled) This event is dispatched after the menuitem is enabled\n * @event disabled - (React: onDisabled) This event is dispatched after the menuitem is disabled\n * @event created - (React: onCreated) This event is dispatched after the menuitem is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched after the menuitem is destroyed (removed from the DOM)\n */",
18595
18601
  "customElement": true,
18596
18602
  "cssProperties": [
18597
18603
  {
@@ -19333,7 +19339,7 @@
19333
19339
  }
19334
19340
  },
19335
19341
  {
19336
- "description": "(React: onEnabled) This event is dispatched after the listitem is enabled",
19342
+ "description": "(React: onEnabled) This event is dispatched after the menuitem is enabled",
19337
19343
  "name": "enabled",
19338
19344
  "reactName": "onEnabled",
19339
19345
  "inheritedFrom": {
@@ -19342,7 +19348,7 @@
19342
19348
  }
19343
19349
  },
19344
19350
  {
19345
- "description": "(React: onDisabled) This event is dispatched after the listitem is disabled",
19351
+ "description": "(React: onDisabled) This event is dispatched after the menuitem is disabled",
19346
19352
  "name": "disabled",
19347
19353
  "reactName": "onDisabled",
19348
19354
  "inheritedFrom": {
@@ -19351,7 +19357,7 @@
19351
19357
  }
19352
19358
  },
19353
19359
  {
19354
- "description": "(React: onCreated) This event is dispatched after the listitem is created (added to the DOM)",
19360
+ "description": "(React: onCreated) This event is dispatched after the menuitem is created (added to the DOM)",
19355
19361
  "name": "created",
19356
19362
  "reactName": "onCreated",
19357
19363
  "inheritedFrom": {
@@ -19360,7 +19366,7 @@
19360
19366
  }
19361
19367
  },
19362
19368
  {
19363
- "description": "(React: onDestroyed) This event is dispatched after the listitem is destroyed (removed from the DOM)",
19369
+ "description": "(React: onDestroyed) This event is dispatched after the menuitem is destroyed (removed from the DOM)",
19364
19370
  "name": "destroyed",
19365
19371
  "reactName": "onDestroyed",
19366
19372
  "inheritedFrom": {
@@ -20334,7 +20340,7 @@
20334
20340
  }
20335
20341
  },
20336
20342
  {
20337
- "description": "(React: onEnabled) This event is dispatched after the listitem is enabled",
20343
+ "description": "(React: onEnabled) This event is dispatched after the menuitem is enabled",
20338
20344
  "name": "enabled",
20339
20345
  "reactName": "onEnabled",
20340
20346
  "inheritedFrom": {
@@ -20343,7 +20349,7 @@
20343
20349
  }
20344
20350
  },
20345
20351
  {
20346
- "description": "(React: onDisabled) This event is dispatched after the listitem is disabled",
20352
+ "description": "(React: onDisabled) This event is dispatched after the menuitem is disabled",
20347
20353
  "name": "disabled",
20348
20354
  "reactName": "onDisabled",
20349
20355
  "inheritedFrom": {
@@ -20352,7 +20358,7 @@
20352
20358
  }
20353
20359
  },
20354
20360
  {
20355
- "description": "(React: onCreated) This event is dispatched after the listitem is created (added to the DOM)",
20361
+ "description": "(React: onCreated) This event is dispatched after the menuitem is created (added to the DOM)",
20356
20362
  "name": "created",
20357
20363
  "reactName": "onCreated",
20358
20364
  "inheritedFrom": {
@@ -20361,7 +20367,7 @@
20361
20367
  }
20362
20368
  },
20363
20369
  {
20364
- "description": "(React: onDestroyed) This event is dispatched after the listitem is destroyed (removed from the DOM)",
20370
+ "description": "(React: onDestroyed) This event is dispatched after the menuitem is destroyed (removed from the DOM)",
20365
20371
  "name": "destroyed",
20366
20372
  "reactName": "onDestroyed",
20367
20373
  "inheritedFrom": {
@@ -23805,7 +23811,7 @@
23805
23811
  "reactName": "onActiveChange"
23806
23812
  },
23807
23813
  {
23808
- "description": "(React: onEnabled) This event is dispatched after the listitem is enabled",
23814
+ "description": "(React: onEnabled) This event is dispatched after the menuitem is enabled",
23809
23815
  "name": "enabled",
23810
23816
  "reactName": "onEnabled",
23811
23817
  "inheritedFrom": {
@@ -23814,7 +23820,7 @@
23814
23820
  }
23815
23821
  },
23816
23822
  {
23817
- "description": "(React: onDisabled) This event is dispatched after the listitem is disabled",
23823
+ "description": "(React: onDisabled) This event is dispatched after the menuitem is disabled",
23818
23824
  "name": "disabled",
23819
23825
  "reactName": "onDisabled",
23820
23826
  "inheritedFrom": {
@@ -23823,7 +23829,7 @@
23823
23829
  }
23824
23830
  },
23825
23831
  {
23826
- "description": "(React: onCreated) This event is dispatched after the listitem is created (added to the DOM)",
23832
+ "description": "(React: onCreated) This event is dispatched after the menuitem is created (added to the DOM)",
23827
23833
  "name": "created",
23828
23834
  "reactName": "onCreated",
23829
23835
  "inheritedFrom": {
@@ -23832,7 +23838,7 @@
23832
23838
  }
23833
23839
  },
23834
23840
  {
23835
- "description": "(React: onDestroyed) This event is dispatched after the listitem is destroyed (removed from the DOM)",
23841
+ "description": "(React: onDestroyed) This event is dispatched after the menuitem is destroyed (removed from the DOM)",
23836
23842
  "name": "destroyed",
23837
23843
  "reactName": "onDestroyed",
23838
23844
  "inheritedFrom": {
@@ -39495,476 +39501,6 @@
39495
39501
  }
39496
39502
  ]
39497
39503
  },
39498
- {
39499
- "kind": "javascript-module",
39500
- "path": "components/typewriter/typewriter.component.js",
39501
- "declarations": [
39502
- {
39503
- "kind": "class",
39504
- "description": "Typewriter component that creates a typewriter effect on text content.\nIt uses the Text component internally, adding a progressive typing effect.\n\nThe `type` attribute allows changing the text style (passed to the internal Text component).\nThe `tagname` attribute allows changing the tag name of the text element (passed to the internal Text component).\nThe default tag name is `p`.\n\nThe `speed` attribute controls typing speed in milliseconds per character:\n- 'very-slow' = 240ms per character\n- 'slow' = 120ms per character\n- 'normal' = 60ms per character (default)\n- 'fast' = 20ms per character\n- 'very-fast' = 1ms per character\n- Or any numeric string representing milliseconds\n\nAdvanced features:\n- Dynamic speed adjustment during typing\n- Chunked text addition via addTextChunk() method\n- Instant text addition via addInstantTextChunk() method or instant parameter\n- Mixed instant and animated chunks in queue\n- Continues typing in background tabs\n- Performance optimized for large text\n- maxQueueSize to limit memory usage from excessive queuing\n- event handling for typing completion and content changes\n\nThe component includes accessibility features:\n- Screen readers announce the complete text, not character by character\n- Uses aria-live=\"polite\" for dynamic content updates\n- Sets aria-busy during typing animation",
39505
- "name": "Typewriter",
39506
- "cssParts": [
39507
- {
39508
- "description": "Container for the text element",
39509
- "name": "container"
39510
- },
39511
- {
39512
- "description": "The text element (forwarded to mdc-text)",
39513
- "name": "text"
39514
- }
39515
- ],
39516
- "slots": [
39517
- {
39518
- "description": "Default slot for text content",
39519
- "name": ""
39520
- }
39521
- ],
39522
- "members": [
39523
- {
39524
- "kind": "field",
39525
- "name": "type",
39526
- "type": {
39527
- "text": "TextType"
39528
- },
39529
- "privacy": "public",
39530
- "description": "Specifies the text style to be applied to the internal text component.\nUses the same types as the Text component.",
39531
- "default": "body-large-regular",
39532
- "attribute": "type",
39533
- "reflects": true
39534
- },
39535
- {
39536
- "kind": "field",
39537
- "name": "tagname",
39538
- "type": {
39539
- "text": "TagName | undefined"
39540
- },
39541
- "privacy": "public",
39542
- "description": "Specifies the HTML tag name for the text element. The default tag name is `p`.\nThis attribute is optional. When set, it changes the tag name of the internal text element.\n\nAcceptable values include all valid tag names from the Text component.",
39543
- "attribute": "tagname",
39544
- "reflects": true
39545
- },
39546
- {
39547
- "kind": "field",
39548
- "name": "speed",
39549
- "type": {
39550
- "text": "TypewriterSpeed"
39551
- },
39552
- "privacy": "public",
39553
- "description": "Speed of the typewriter effect in milliseconds per character.\nCan be a string preset or a numeric string in milliseconds.\n- 'very-slow' = 240ms per character\n- 'slow' = 120ms per character\n- 'normal' = 60ms per character (default)\n- 'fast' = 20ms per character\n- 'very-fast' = 1ms per character\n- Or any numeric string representing milliseconds (e.g., '100')",
39554
- "default": "'normal' (60ms per character)",
39555
- "attribute": "speed",
39556
- "reflects": true
39557
- },
39558
- {
39559
- "kind": "field",
39560
- "name": "maxQueueSize",
39561
- "type": {
39562
- "text": "number"
39563
- },
39564
- "privacy": "public",
39565
- "description": "Maximum number of text chunks that can be queued before oldest chunks are dropped.\nSet to prevent memory accumulation from excessive queuing.",
39566
- "default": "Number.MAX_SAFE_INTEGER (effectively unlimited)",
39567
- "attribute": "max-queue-size",
39568
- "reflects": true
39569
- },
39570
- {
39571
- "kind": "method",
39572
- "name": "createTimeout",
39573
- "privacy": "private",
39574
- "return": {
39575
- "type": {
39576
- "text": "number"
39577
- }
39578
- },
39579
- "parameters": [
39580
- {
39581
- "name": "callback",
39582
- "type": {
39583
- "text": "() => void"
39584
- }
39585
- },
39586
- {
39587
- "name": "delay",
39588
- "type": {
39589
- "text": "number"
39590
- }
39591
- }
39592
- ],
39593
- "description": "Helper to create tracked setTimeout that will be cleaned up on disconnect"
39594
- },
39595
- {
39596
- "kind": "method",
39597
- "name": "clearAllTimeouts",
39598
- "privacy": "private",
39599
- "return": {
39600
- "type": {
39601
- "text": "void"
39602
- }
39603
- },
39604
- "description": "Clear all pending timeouts"
39605
- },
39606
- {
39607
- "kind": "method",
39608
- "name": "clearQueue",
39609
- "privacy": "public",
39610
- "return": {
39611
- "type": {
39612
- "text": "void"
39613
- }
39614
- },
39615
- "description": "Clears the text chunk queue and stops processing\nUseful for resetting the component state"
39616
- },
39617
- {
39618
- "kind": "method",
39619
- "name": "addTextChunk",
39620
- "privacy": "public",
39621
- "return": {
39622
- "type": {
39623
- "text": "void"
39624
- }
39625
- },
39626
- "parameters": [
39627
- {
39628
- "name": "text",
39629
- "type": {
39630
- "text": "string"
39631
- },
39632
- "description": "The text to add"
39633
- },
39634
- {
39635
- "name": "speed",
39636
- "optional": true,
39637
- "type": {
39638
- "text": "TypewriterSpeed"
39639
- },
39640
- "description": "Optional speed override for this chunk"
39641
- },
39642
- {
39643
- "name": "instant",
39644
- "optional": true,
39645
- "type": {
39646
- "text": "boolean"
39647
- },
39648
- "description": "If true, text appears instantly without animation"
39649
- }
39650
- ],
39651
- "description": "Adds a chunk of text to be typed out, optionally with a different speed"
39652
- },
39653
- {
39654
- "kind": "method",
39655
- "name": "addInstantTextChunk",
39656
- "privacy": "public",
39657
- "return": {
39658
- "type": {
39659
- "text": "void"
39660
- }
39661
- },
39662
- "parameters": [
39663
- {
39664
- "name": "text",
39665
- "type": {
39666
- "text": "string"
39667
- },
39668
- "description": "The text to add instantly"
39669
- }
39670
- ],
39671
- "description": "Adds a chunk of text instantly without typing animation"
39672
- },
39673
- {
39674
- "kind": "method",
39675
- "name": "processChunkQueue",
39676
- "privacy": "private",
39677
- "return": {
39678
- "type": {
39679
- "text": "void"
39680
- }
39681
- },
39682
- "description": "Processes all chunks in the queue"
39683
- },
39684
- {
39685
- "kind": "method",
39686
- "name": "processNextChunk",
39687
- "privacy": "private",
39688
- "return": {
39689
- "type": {
39690
- "text": "void"
39691
- }
39692
- },
39693
- "description": "Processes the next chunk in the queue"
39694
- },
39695
- {
39696
- "kind": "method",
39697
- "name": "getTypingDelayMs",
39698
- "privacy": "private",
39699
- "return": {
39700
- "type": {
39701
- "text": "number"
39702
- }
39703
- },
39704
- "description": "Gets the typing delay in milliseconds per character"
39705
- },
39706
- {
39707
- "kind": "method",
39708
- "name": "captureAndProcessContent",
39709
- "privacy": "private",
39710
- "return": {
39711
- "type": {
39712
- "text": "void"
39713
- }
39714
- },
39715
- "description": "Captures slot content and starts typewriter animation"
39716
- },
39717
- {
39718
- "kind": "method",
39719
- "name": "startTypingAnimation",
39720
- "privacy": "private",
39721
- "return": {
39722
- "type": {
39723
- "text": "void"
39724
- }
39725
- },
39726
- "parameters": [
39727
- {
39728
- "name": "onComplete",
39729
- "optional": true,
39730
- "type": {
39731
- "text": "() => void"
39732
- }
39733
- }
39734
- ],
39735
- "description": "Starts the typewriter animation"
39736
- },
39737
- {
39738
- "kind": "method",
39739
- "name": "clearTypingAnimation",
39740
- "privacy": "private",
39741
- "return": {
39742
- "type": {
39743
- "text": "void"
39744
- }
39745
- },
39746
- "description": "Clears the typing animation timeout"
39747
- },
39748
- {
39749
- "kind": "method",
39750
- "name": "handleSlotChange",
39751
- "privacy": "private",
39752
- "return": {
39753
- "type": {
39754
- "text": "void"
39755
- }
39756
- },
39757
- "description": "Handler for slotchange event"
39758
- }
39759
- ],
39760
- "events": [
39761
- {
39762
- "type": {
39763
- "text": "CustomEvent"
39764
- }
39765
- },
39766
- {
39767
- "description": "(React: onTypingComplete) Fired when the typewriter finishes typing all content. Detail: \\{ finalContent: string \\}",
39768
- "name": "typing-complete",
39769
- "reactName": "onTypingComplete"
39770
- },
39771
- {
39772
- "description": "(React: onChange) Fired when the content of the typewriter changes. Detail: \\{ content: string, isTyping: boolean \\}",
39773
- "name": "change",
39774
- "reactName": "onChange"
39775
- }
39776
- ],
39777
- "attributes": [
39778
- {
39779
- "name": "type",
39780
- "type": {
39781
- "text": "TextType"
39782
- },
39783
- "description": "Specifies the text style to be applied to the internal text component.\nUses the same types as the Text component.",
39784
- "default": "body-large-regular",
39785
- "fieldName": "type"
39786
- },
39787
- {
39788
- "name": "tagname",
39789
- "type": {
39790
- "text": "TagName | undefined"
39791
- },
39792
- "description": "Specifies the HTML tag name for the text element. The default tag name is `p`.\nThis attribute is optional. When set, it changes the tag name of the internal text element.\n\nAcceptable values include all valid tag names from the Text component.",
39793
- "fieldName": "tagname"
39794
- },
39795
- {
39796
- "name": "speed",
39797
- "type": {
39798
- "text": "TypewriterSpeed"
39799
- },
39800
- "description": "Speed of the typewriter effect in milliseconds per character.\nCan be a string preset or a numeric string in milliseconds.\n- 'very-slow' = 240ms per character\n- 'slow' = 120ms per character\n- 'normal' = 60ms per character (default)\n- 'fast' = 20ms per character\n- 'very-fast' = 1ms per character\n- Or any numeric string representing milliseconds (e.g., '100')",
39801
- "default": "'normal' (60ms per character)",
39802
- "fieldName": "speed"
39803
- },
39804
- {
39805
- "name": "max-queue-size",
39806
- "type": {
39807
- "text": "number"
39808
- },
39809
- "description": "Maximum number of text chunks that can be queued before oldest chunks are dropped.\nSet to prevent memory accumulation from excessive queuing.",
39810
- "default": "Number.MAX_SAFE_INTEGER (effectively unlimited)",
39811
- "fieldName": "maxQueueSize"
39812
- }
39813
- ],
39814
- "superclass": {
39815
- "name": "Component",
39816
- "module": "/src/models"
39817
- },
39818
- "tagName": "mdc-typewriter",
39819
- "jsDoc": "/**\n * Typewriter component that creates a typewriter effect on text content.\n * It uses the Text component internally, adding a progressive typing effect.\n *\n * The `type` attribute allows changing the text style (passed to the internal Text component).\n * The `tagname` attribute allows changing the tag name of the text element (passed to the internal Text component).\n * The default tag name is `p`.\n *\n * The `speed` attribute controls typing speed in milliseconds per character:\n * - 'very-slow' = 240ms per character\n * - 'slow' = 120ms per character\n * - 'normal' = 60ms per character (default)\n * - 'fast' = 20ms per character\n * - 'very-fast' = 1ms per character\n * - Or any numeric string representing milliseconds\n *\n * Advanced features:\n * - Dynamic speed adjustment during typing\n * - Chunked text addition via addTextChunk() method\n * - Instant text addition via addInstantTextChunk() method or instant parameter\n * - Mixed instant and animated chunks in queue\n * - Continues typing in background tabs\n * - Performance optimized for large text\n * - maxQueueSize to limit memory usage from excessive queuing\n * - event handling for typing completion and content changes\n *\n * The component includes accessibility features:\n * - Screen readers announce the complete text, not character by character\n * - Uses aria-live=\"polite\" for dynamic content updates\n * - Sets aria-busy during typing animation\n *\n * @dependency mdc-text\n *\n * @tagname mdc-typewriter\n * @slot - Default slot for text content\n *\n * @csspart container - Container for the text element\n * @csspart text - The text element (forwarded to mdc-text)\n *\n * @event typing-complete - (React: onTypingComplete) Fired when the typewriter finishes typing all content.\n * Detail: \\{ finalContent: string \\}\n * @event change - (React: onChange) Fired when the content of the typewriter changes.\n * Detail: \\{ content: string, isTyping: boolean \\}\n */",
39820
- "customElement": true
39821
- }
39822
- ],
39823
- "exports": [
39824
- {
39825
- "kind": "js",
39826
- "name": "default",
39827
- "declaration": {
39828
- "name": "Typewriter",
39829
- "module": "components/typewriter/typewriter.component.js"
39830
- }
39831
- }
39832
- ]
39833
- },
39834
- {
39835
- "kind": "javascript-module",
39836
- "path": "components/virtualizedlist/virtualizedlist.component.js",
39837
- "declarations": [
39838
- {
39839
- "kind": "class",
39840
- "description": "`mdc-virtualizedlist` component for creating custom virtualized lists.\nIMPORTANT: This component does not create it's own list/list items.\nUse the setlistdata callback prop to update client state in order to\nPass list/listitems as a child of this component, which this will virtuailze\nThis implementation handles dynamic lists as well as fixed sized lists.\nPlease refer to [Tanstack Virtual Docs](https://tanstack.com/virtual/latest) for more in depth documentation.",
39841
- "name": "VirtualizedList",
39842
- "slots": [
39843
- {
39844
- "description": "Client side List with nested list items.",
39845
- "name": ""
39846
- }
39847
- ],
39848
- "members": [
39849
- {
39850
- "kind": "field",
39851
- "name": "onscroll",
39852
- "type": {
39853
- "text": "((this: GlobalEventHandlers, ev: Event) => void) | null"
39854
- },
39855
- "description": "Callback that gets called when user scrolls inside of list. This gives access to the scroll container element\nas well via the event. Particularly useful for\nhandling logic related when the user scrolls to the top or bottom of a list.",
39856
- "default": "null",
39857
- "attribute": "onscroll"
39858
- },
39859
- {
39860
- "kind": "field",
39861
- "name": "virtualizerProps",
39862
- "type": {
39863
- "text": "VirtualizerProps"
39864
- },
39865
- "description": "Object that sets and updates the virtualizer with any relevant props.\nThere are two required object props in order to get virtualization to work properly.\ncount - The length of your list that you are virtualizing.\nAs your list grows/shrinks, this component must be updated with the appropriate value\n(Same with any other updated prop).\nestimateSize - A function that returns the estimated size of your items.\nIf your list is fixed, this will just be the size of your items.\nIf your list is dynamic, try to return approximate the size of each item.\n\nA full list of possible props can be in\n[Tanstack Virtualizer API Docs](https://tanstack.com/virtual/latest/docs/api/virtualizer)",
39866
- "attribute": "virtualizerprops"
39867
- },
39868
- {
39869
- "kind": "field",
39870
- "name": "setlistdata",
39871
- "type": {
39872
- "text": "(({ virtualItems, measureElement, listStyle }: SetListDataProps) => void) | null"
39873
- },
39874
- "description": "Callback that gets envoked when updates to the virtualizer interally occur.\nThis must be implemented in such a way that this function will trigger update to parent.\n\nvirtualItems - Array that will be what the client displays on screen. Use this to render\na List of your choosing with these items nested inside as your ListItems.\nmeasureElement - Ref to pass to each ListItem rendered client side.\nEach ListItem should also be be passed key and a data-index (which can be found on the virtualItem).\nlistStyle - This should be passed as the style attribute to your List.",
39875
- "default": "null",
39876
- "attribute": "setlistdata"
39877
- },
39878
- {
39879
- "kind": "field",
39880
- "name": "scrollElementRef",
39881
- "type": {
39882
- "text": "Ref<HTMLDivElement>"
39883
- },
39884
- "privacy": "public"
39885
- },
39886
- {
39887
- "kind": "field",
39888
- "name": "virtualizer",
39889
- "type": {
39890
- "text": "Virtualizer<Element, Element> | null"
39891
- },
39892
- "privacy": "public",
39893
- "default": "null"
39894
- },
39895
- {
39896
- "kind": "field",
39897
- "name": "virtualItems",
39898
- "type": {
39899
- "text": "Array<VirtualItem>"
39900
- },
39901
- "privacy": "public",
39902
- "default": "[]"
39903
- },
39904
- {
39905
- "kind": "field",
39906
- "name": "virtualizerController",
39907
- "type": {
39908
- "text": "null"
39909
- },
39910
- "default": "null"
39911
- }
39912
- ],
39913
- "events": [
39914
- {
39915
- "description": "(React: onScroll) Event that gets called when user scrolls inside of list.",
39916
- "name": "onscroll",
39917
- "reactName": "onScroll"
39918
- }
39919
- ],
39920
- "attributes": [
39921
- {
39922
- "name": "onscroll",
39923
- "type": {
39924
- "text": "((this: GlobalEventHandlers, ev: Event) => void) | null"
39925
- },
39926
- "description": "Callback that gets called when user scrolls inside of list. This gives access to the scroll container element\nas well via the event. Particularly useful for\nhandling logic related when the user scrolls to the top or bottom of a list.",
39927
- "default": "null",
39928
- "fieldName": "onscroll"
39929
- },
39930
- {
39931
- "name": "virtualizerprops",
39932
- "type": {
39933
- "text": "VirtualizerProps"
39934
- },
39935
- "description": "Object that sets and updates the virtualizer with any relevant props.\nThere are two required object props in order to get virtualization to work properly.\ncount - The length of your list that you are virtualizing.\nAs your list grows/shrinks, this component must be updated with the appropriate value\n(Same with any other updated prop).\nestimateSize - A function that returns the estimated size of your items.\nIf your list is fixed, this will just be the size of your items.\nIf your list is dynamic, try to return approximate the size of each item.\n\nA full list of possible props can be in\n[Tanstack Virtualizer API Docs](https://tanstack.com/virtual/latest/docs/api/virtualizer)",
39936
- "fieldName": "virtualizerProps"
39937
- },
39938
- {
39939
- "name": "setlistdata",
39940
- "type": {
39941
- "text": "(({ virtualItems, measureElement, listStyle }: SetListDataProps) => void) | null"
39942
- },
39943
- "description": "Callback that gets envoked when updates to the virtualizer interally occur.\nThis must be implemented in such a way that this function will trigger update to parent.\n\nvirtualItems - Array that will be what the client displays on screen. Use this to render\na List of your choosing with these items nested inside as your ListItems.\nmeasureElement - Ref to pass to each ListItem rendered client side.\nEach ListItem should also be be passed key and a data-index (which can be found on the virtualItem).\nlistStyle - This should be passed as the style attribute to your List.",
39944
- "default": "null",
39945
- "fieldName": "setlistdata"
39946
- }
39947
- ],
39948
- "superclass": {
39949
- "name": "Component",
39950
- "module": "/src/models"
39951
- },
39952
- "tagName": "mdc-virtualizedlist",
39953
- "jsDoc": "/**\n * `mdc-virtualizedlist` component for creating custom virtualized lists.\n * IMPORTANT: This component does not create it's own list/list items.\n * Use the setlistdata callback prop to update client state in order to\n * Pass list/listitems as a child of this component, which this will virtuailze\n * This implementation handles dynamic lists as well as fixed sized lists.\n * Please refer to [Tanstack Virtual Docs](https://tanstack.com/virtual/latest) for more in depth documentation.\n *\n * @tagname mdc-virtualizedlist\n *\n * @event onscroll - (React: onScroll) Event that gets called when user scrolls inside of list.\n *\n * @slot - Client side List with nested list items.\n */",
39954
- "customElement": true
39955
- }
39956
- ],
39957
- "exports": [
39958
- {
39959
- "kind": "js",
39960
- "name": "default",
39961
- "declaration": {
39962
- "name": "VirtualizedList",
39963
- "module": "components/virtualizedlist/virtualizedlist.component.js"
39964
- }
39965
- }
39966
- ]
39967
- },
39968
39504
  {
39969
39505
  "kind": "javascript-module",
39970
39506
  "path": "components/tooltip/tooltip.component.js",
@@ -42004,6 +41540,476 @@
42004
41540
  }
42005
41541
  ]
42006
41542
  },
41543
+ {
41544
+ "kind": "javascript-module",
41545
+ "path": "components/typewriter/typewriter.component.js",
41546
+ "declarations": [
41547
+ {
41548
+ "kind": "class",
41549
+ "description": "Typewriter component that creates a typewriter effect on text content.\nIt uses the Text component internally, adding a progressive typing effect.\n\nThe `type` attribute allows changing the text style (passed to the internal Text component).\nThe `tagname` attribute allows changing the tag name of the text element (passed to the internal Text component).\nThe default tag name is `p`.\n\nThe `speed` attribute controls typing speed in milliseconds per character:\n- 'very-slow' = 240ms per character\n- 'slow' = 120ms per character\n- 'normal' = 60ms per character (default)\n- 'fast' = 20ms per character\n- 'very-fast' = 1ms per character\n- Or any numeric string representing milliseconds\n\nAdvanced features:\n- Dynamic speed adjustment during typing\n- Chunked text addition via addTextChunk() method\n- Instant text addition via addInstantTextChunk() method or instant parameter\n- Mixed instant and animated chunks in queue\n- Continues typing in background tabs\n- Performance optimized for large text\n- maxQueueSize to limit memory usage from excessive queuing\n- event handling for typing completion and content changes\n\nThe component includes accessibility features:\n- Screen readers announce the complete text, not character by character\n- Uses aria-live=\"polite\" for dynamic content updates\n- Sets aria-busy during typing animation",
41550
+ "name": "Typewriter",
41551
+ "cssParts": [
41552
+ {
41553
+ "description": "Container for the text element",
41554
+ "name": "container"
41555
+ },
41556
+ {
41557
+ "description": "The text element (forwarded to mdc-text)",
41558
+ "name": "text"
41559
+ }
41560
+ ],
41561
+ "slots": [
41562
+ {
41563
+ "description": "Default slot for text content",
41564
+ "name": ""
41565
+ }
41566
+ ],
41567
+ "members": [
41568
+ {
41569
+ "kind": "field",
41570
+ "name": "type",
41571
+ "type": {
41572
+ "text": "TextType"
41573
+ },
41574
+ "privacy": "public",
41575
+ "description": "Specifies the text style to be applied to the internal text component.\nUses the same types as the Text component.",
41576
+ "default": "body-large-regular",
41577
+ "attribute": "type",
41578
+ "reflects": true
41579
+ },
41580
+ {
41581
+ "kind": "field",
41582
+ "name": "tagname",
41583
+ "type": {
41584
+ "text": "TagName | undefined"
41585
+ },
41586
+ "privacy": "public",
41587
+ "description": "Specifies the HTML tag name for the text element. The default tag name is `p`.\nThis attribute is optional. When set, it changes the tag name of the internal text element.\n\nAcceptable values include all valid tag names from the Text component.",
41588
+ "attribute": "tagname",
41589
+ "reflects": true
41590
+ },
41591
+ {
41592
+ "kind": "field",
41593
+ "name": "speed",
41594
+ "type": {
41595
+ "text": "TypewriterSpeed"
41596
+ },
41597
+ "privacy": "public",
41598
+ "description": "Speed of the typewriter effect in milliseconds per character.\nCan be a string preset or a numeric string in milliseconds.\n- 'very-slow' = 240ms per character\n- 'slow' = 120ms per character\n- 'normal' = 60ms per character (default)\n- 'fast' = 20ms per character\n- 'very-fast' = 1ms per character\n- Or any numeric string representing milliseconds (e.g., '100')",
41599
+ "default": "'normal' (60ms per character)",
41600
+ "attribute": "speed",
41601
+ "reflects": true
41602
+ },
41603
+ {
41604
+ "kind": "field",
41605
+ "name": "maxQueueSize",
41606
+ "type": {
41607
+ "text": "number"
41608
+ },
41609
+ "privacy": "public",
41610
+ "description": "Maximum number of text chunks that can be queued before oldest chunks are dropped.\nSet to prevent memory accumulation from excessive queuing.",
41611
+ "default": "Number.MAX_SAFE_INTEGER (effectively unlimited)",
41612
+ "attribute": "max-queue-size",
41613
+ "reflects": true
41614
+ },
41615
+ {
41616
+ "kind": "method",
41617
+ "name": "createTimeout",
41618
+ "privacy": "private",
41619
+ "return": {
41620
+ "type": {
41621
+ "text": "number"
41622
+ }
41623
+ },
41624
+ "parameters": [
41625
+ {
41626
+ "name": "callback",
41627
+ "type": {
41628
+ "text": "() => void"
41629
+ }
41630
+ },
41631
+ {
41632
+ "name": "delay",
41633
+ "type": {
41634
+ "text": "number"
41635
+ }
41636
+ }
41637
+ ],
41638
+ "description": "Helper to create tracked setTimeout that will be cleaned up on disconnect"
41639
+ },
41640
+ {
41641
+ "kind": "method",
41642
+ "name": "clearAllTimeouts",
41643
+ "privacy": "private",
41644
+ "return": {
41645
+ "type": {
41646
+ "text": "void"
41647
+ }
41648
+ },
41649
+ "description": "Clear all pending timeouts"
41650
+ },
41651
+ {
41652
+ "kind": "method",
41653
+ "name": "clearQueue",
41654
+ "privacy": "public",
41655
+ "return": {
41656
+ "type": {
41657
+ "text": "void"
41658
+ }
41659
+ },
41660
+ "description": "Clears the text chunk queue and stops processing\nUseful for resetting the component state"
41661
+ },
41662
+ {
41663
+ "kind": "method",
41664
+ "name": "addTextChunk",
41665
+ "privacy": "public",
41666
+ "return": {
41667
+ "type": {
41668
+ "text": "void"
41669
+ }
41670
+ },
41671
+ "parameters": [
41672
+ {
41673
+ "name": "text",
41674
+ "type": {
41675
+ "text": "string"
41676
+ },
41677
+ "description": "The text to add"
41678
+ },
41679
+ {
41680
+ "name": "speed",
41681
+ "optional": true,
41682
+ "type": {
41683
+ "text": "TypewriterSpeed"
41684
+ },
41685
+ "description": "Optional speed override for this chunk"
41686
+ },
41687
+ {
41688
+ "name": "instant",
41689
+ "optional": true,
41690
+ "type": {
41691
+ "text": "boolean"
41692
+ },
41693
+ "description": "If true, text appears instantly without animation"
41694
+ }
41695
+ ],
41696
+ "description": "Adds a chunk of text to be typed out, optionally with a different speed"
41697
+ },
41698
+ {
41699
+ "kind": "method",
41700
+ "name": "addInstantTextChunk",
41701
+ "privacy": "public",
41702
+ "return": {
41703
+ "type": {
41704
+ "text": "void"
41705
+ }
41706
+ },
41707
+ "parameters": [
41708
+ {
41709
+ "name": "text",
41710
+ "type": {
41711
+ "text": "string"
41712
+ },
41713
+ "description": "The text to add instantly"
41714
+ }
41715
+ ],
41716
+ "description": "Adds a chunk of text instantly without typing animation"
41717
+ },
41718
+ {
41719
+ "kind": "method",
41720
+ "name": "processChunkQueue",
41721
+ "privacy": "private",
41722
+ "return": {
41723
+ "type": {
41724
+ "text": "void"
41725
+ }
41726
+ },
41727
+ "description": "Processes all chunks in the queue"
41728
+ },
41729
+ {
41730
+ "kind": "method",
41731
+ "name": "processNextChunk",
41732
+ "privacy": "private",
41733
+ "return": {
41734
+ "type": {
41735
+ "text": "void"
41736
+ }
41737
+ },
41738
+ "description": "Processes the next chunk in the queue"
41739
+ },
41740
+ {
41741
+ "kind": "method",
41742
+ "name": "getTypingDelayMs",
41743
+ "privacy": "private",
41744
+ "return": {
41745
+ "type": {
41746
+ "text": "number"
41747
+ }
41748
+ },
41749
+ "description": "Gets the typing delay in milliseconds per character"
41750
+ },
41751
+ {
41752
+ "kind": "method",
41753
+ "name": "captureAndProcessContent",
41754
+ "privacy": "private",
41755
+ "return": {
41756
+ "type": {
41757
+ "text": "void"
41758
+ }
41759
+ },
41760
+ "description": "Captures slot content and starts typewriter animation"
41761
+ },
41762
+ {
41763
+ "kind": "method",
41764
+ "name": "startTypingAnimation",
41765
+ "privacy": "private",
41766
+ "return": {
41767
+ "type": {
41768
+ "text": "void"
41769
+ }
41770
+ },
41771
+ "parameters": [
41772
+ {
41773
+ "name": "onComplete",
41774
+ "optional": true,
41775
+ "type": {
41776
+ "text": "() => void"
41777
+ }
41778
+ }
41779
+ ],
41780
+ "description": "Starts the typewriter animation"
41781
+ },
41782
+ {
41783
+ "kind": "method",
41784
+ "name": "clearTypingAnimation",
41785
+ "privacy": "private",
41786
+ "return": {
41787
+ "type": {
41788
+ "text": "void"
41789
+ }
41790
+ },
41791
+ "description": "Clears the typing animation timeout"
41792
+ },
41793
+ {
41794
+ "kind": "method",
41795
+ "name": "handleSlotChange",
41796
+ "privacy": "private",
41797
+ "return": {
41798
+ "type": {
41799
+ "text": "void"
41800
+ }
41801
+ },
41802
+ "description": "Handler for slotchange event"
41803
+ }
41804
+ ],
41805
+ "events": [
41806
+ {
41807
+ "type": {
41808
+ "text": "CustomEvent"
41809
+ }
41810
+ },
41811
+ {
41812
+ "description": "(React: onTypingComplete) Fired when the typewriter finishes typing all content. Detail: \\{ finalContent: string \\}",
41813
+ "name": "typing-complete",
41814
+ "reactName": "onTypingComplete"
41815
+ },
41816
+ {
41817
+ "description": "(React: onChange) Fired when the content of the typewriter changes. Detail: \\{ content: string, isTyping: boolean \\}",
41818
+ "name": "change",
41819
+ "reactName": "onChange"
41820
+ }
41821
+ ],
41822
+ "attributes": [
41823
+ {
41824
+ "name": "type",
41825
+ "type": {
41826
+ "text": "TextType"
41827
+ },
41828
+ "description": "Specifies the text style to be applied to the internal text component.\nUses the same types as the Text component.",
41829
+ "default": "body-large-regular",
41830
+ "fieldName": "type"
41831
+ },
41832
+ {
41833
+ "name": "tagname",
41834
+ "type": {
41835
+ "text": "TagName | undefined"
41836
+ },
41837
+ "description": "Specifies the HTML tag name for the text element. The default tag name is `p`.\nThis attribute is optional. When set, it changes the tag name of the internal text element.\n\nAcceptable values include all valid tag names from the Text component.",
41838
+ "fieldName": "tagname"
41839
+ },
41840
+ {
41841
+ "name": "speed",
41842
+ "type": {
41843
+ "text": "TypewriterSpeed"
41844
+ },
41845
+ "description": "Speed of the typewriter effect in milliseconds per character.\nCan be a string preset or a numeric string in milliseconds.\n- 'very-slow' = 240ms per character\n- 'slow' = 120ms per character\n- 'normal' = 60ms per character (default)\n- 'fast' = 20ms per character\n- 'very-fast' = 1ms per character\n- Or any numeric string representing milliseconds (e.g., '100')",
41846
+ "default": "'normal' (60ms per character)",
41847
+ "fieldName": "speed"
41848
+ },
41849
+ {
41850
+ "name": "max-queue-size",
41851
+ "type": {
41852
+ "text": "number"
41853
+ },
41854
+ "description": "Maximum number of text chunks that can be queued before oldest chunks are dropped.\nSet to prevent memory accumulation from excessive queuing.",
41855
+ "default": "Number.MAX_SAFE_INTEGER (effectively unlimited)",
41856
+ "fieldName": "maxQueueSize"
41857
+ }
41858
+ ],
41859
+ "superclass": {
41860
+ "name": "Component",
41861
+ "module": "/src/models"
41862
+ },
41863
+ "tagName": "mdc-typewriter",
41864
+ "jsDoc": "/**\n * Typewriter component that creates a typewriter effect on text content.\n * It uses the Text component internally, adding a progressive typing effect.\n *\n * The `type` attribute allows changing the text style (passed to the internal Text component).\n * The `tagname` attribute allows changing the tag name of the text element (passed to the internal Text component).\n * The default tag name is `p`.\n *\n * The `speed` attribute controls typing speed in milliseconds per character:\n * - 'very-slow' = 240ms per character\n * - 'slow' = 120ms per character\n * - 'normal' = 60ms per character (default)\n * - 'fast' = 20ms per character\n * - 'very-fast' = 1ms per character\n * - Or any numeric string representing milliseconds\n *\n * Advanced features:\n * - Dynamic speed adjustment during typing\n * - Chunked text addition via addTextChunk() method\n * - Instant text addition via addInstantTextChunk() method or instant parameter\n * - Mixed instant and animated chunks in queue\n * - Continues typing in background tabs\n * - Performance optimized for large text\n * - maxQueueSize to limit memory usage from excessive queuing\n * - event handling for typing completion and content changes\n *\n * The component includes accessibility features:\n * - Screen readers announce the complete text, not character by character\n * - Uses aria-live=\"polite\" for dynamic content updates\n * - Sets aria-busy during typing animation\n *\n * @dependency mdc-text\n *\n * @tagname mdc-typewriter\n * @slot - Default slot for text content\n *\n * @csspart container - Container for the text element\n * @csspart text - The text element (forwarded to mdc-text)\n *\n * @event typing-complete - (React: onTypingComplete) Fired when the typewriter finishes typing all content.\n * Detail: \\{ finalContent: string \\}\n * @event change - (React: onChange) Fired when the content of the typewriter changes.\n * Detail: \\{ content: string, isTyping: boolean \\}\n */",
41865
+ "customElement": true
41866
+ }
41867
+ ],
41868
+ "exports": [
41869
+ {
41870
+ "kind": "js",
41871
+ "name": "default",
41872
+ "declaration": {
41873
+ "name": "Typewriter",
41874
+ "module": "components/typewriter/typewriter.component.js"
41875
+ }
41876
+ }
41877
+ ]
41878
+ },
41879
+ {
41880
+ "kind": "javascript-module",
41881
+ "path": "components/virtualizedlist/virtualizedlist.component.js",
41882
+ "declarations": [
41883
+ {
41884
+ "kind": "class",
41885
+ "description": "`mdc-virtualizedlist` component for creating custom virtualized lists.\nIMPORTANT: This component does not create it's own list/list items.\nUse the setlistdata callback prop to update client state in order to\nPass list/listitems as a child of this component, which this will virtuailze\nThis implementation handles dynamic lists as well as fixed sized lists.\nPlease refer to [Tanstack Virtual Docs](https://tanstack.com/virtual/latest) for more in depth documentation.",
41886
+ "name": "VirtualizedList",
41887
+ "slots": [
41888
+ {
41889
+ "description": "Client side List with nested list items.",
41890
+ "name": ""
41891
+ }
41892
+ ],
41893
+ "members": [
41894
+ {
41895
+ "kind": "field",
41896
+ "name": "onscroll",
41897
+ "type": {
41898
+ "text": "((this: GlobalEventHandlers, ev: Event) => void) | null"
41899
+ },
41900
+ "description": "Callback that gets called when user scrolls inside of list. This gives access to the scroll container element\nas well via the event. Particularly useful for\nhandling logic related when the user scrolls to the top or bottom of a list.",
41901
+ "default": "null",
41902
+ "attribute": "onscroll"
41903
+ },
41904
+ {
41905
+ "kind": "field",
41906
+ "name": "virtualizerProps",
41907
+ "type": {
41908
+ "text": "VirtualizerProps"
41909
+ },
41910
+ "description": "Object that sets and updates the virtualizer with any relevant props.\nThere are two required object props in order to get virtualization to work properly.\ncount - The length of your list that you are virtualizing.\nAs your list grows/shrinks, this component must be updated with the appropriate value\n(Same with any other updated prop).\nestimateSize - A function that returns the estimated size of your items.\nIf your list is fixed, this will just be the size of your items.\nIf your list is dynamic, try to return approximate the size of each item.\n\nA full list of possible props can be in\n[Tanstack Virtualizer API Docs](https://tanstack.com/virtual/latest/docs/api/virtualizer)",
41911
+ "attribute": "virtualizerprops"
41912
+ },
41913
+ {
41914
+ "kind": "field",
41915
+ "name": "setlistdata",
41916
+ "type": {
41917
+ "text": "(({ virtualItems, measureElement, listStyle }: SetListDataProps) => void) | null"
41918
+ },
41919
+ "description": "Callback that gets envoked when updates to the virtualizer interally occur.\nThis must be implemented in such a way that this function will trigger update to parent.\n\nvirtualItems - Array that will be what the client displays on screen. Use this to render\na List of your choosing with these items nested inside as your ListItems.\nmeasureElement - Ref to pass to each ListItem rendered client side.\nEach ListItem should also be be passed key and a data-index (which can be found on the virtualItem).\nlistStyle - This should be passed as the style attribute to your List.",
41920
+ "default": "null",
41921
+ "attribute": "setlistdata"
41922
+ },
41923
+ {
41924
+ "kind": "field",
41925
+ "name": "scrollElementRef",
41926
+ "type": {
41927
+ "text": "Ref<HTMLDivElement>"
41928
+ },
41929
+ "privacy": "public"
41930
+ },
41931
+ {
41932
+ "kind": "field",
41933
+ "name": "virtualizer",
41934
+ "type": {
41935
+ "text": "Virtualizer<Element, Element> | null"
41936
+ },
41937
+ "privacy": "public",
41938
+ "default": "null"
41939
+ },
41940
+ {
41941
+ "kind": "field",
41942
+ "name": "virtualItems",
41943
+ "type": {
41944
+ "text": "Array<VirtualItem>"
41945
+ },
41946
+ "privacy": "public",
41947
+ "default": "[]"
41948
+ },
41949
+ {
41950
+ "kind": "field",
41951
+ "name": "virtualizerController",
41952
+ "type": {
41953
+ "text": "null"
41954
+ },
41955
+ "default": "null"
41956
+ }
41957
+ ],
41958
+ "events": [
41959
+ {
41960
+ "description": "(React: onScroll) Event that gets called when user scrolls inside of list.",
41961
+ "name": "onscroll",
41962
+ "reactName": "onScroll"
41963
+ }
41964
+ ],
41965
+ "attributes": [
41966
+ {
41967
+ "name": "onscroll",
41968
+ "type": {
41969
+ "text": "((this: GlobalEventHandlers, ev: Event) => void) | null"
41970
+ },
41971
+ "description": "Callback that gets called when user scrolls inside of list. This gives access to the scroll container element\nas well via the event. Particularly useful for\nhandling logic related when the user scrolls to the top or bottom of a list.",
41972
+ "default": "null",
41973
+ "fieldName": "onscroll"
41974
+ },
41975
+ {
41976
+ "name": "virtualizerprops",
41977
+ "type": {
41978
+ "text": "VirtualizerProps"
41979
+ },
41980
+ "description": "Object that sets and updates the virtualizer with any relevant props.\nThere are two required object props in order to get virtualization to work properly.\ncount - The length of your list that you are virtualizing.\nAs your list grows/shrinks, this component must be updated with the appropriate value\n(Same with any other updated prop).\nestimateSize - A function that returns the estimated size of your items.\nIf your list is fixed, this will just be the size of your items.\nIf your list is dynamic, try to return approximate the size of each item.\n\nA full list of possible props can be in\n[Tanstack Virtualizer API Docs](https://tanstack.com/virtual/latest/docs/api/virtualizer)",
41981
+ "fieldName": "virtualizerProps"
41982
+ },
41983
+ {
41984
+ "name": "setlistdata",
41985
+ "type": {
41986
+ "text": "(({ virtualItems, measureElement, listStyle }: SetListDataProps) => void) | null"
41987
+ },
41988
+ "description": "Callback that gets envoked when updates to the virtualizer interally occur.\nThis must be implemented in such a way that this function will trigger update to parent.\n\nvirtualItems - Array that will be what the client displays on screen. Use this to render\na List of your choosing with these items nested inside as your ListItems.\nmeasureElement - Ref to pass to each ListItem rendered client side.\nEach ListItem should also be be passed key and a data-index (which can be found on the virtualItem).\nlistStyle - This should be passed as the style attribute to your List.",
41989
+ "default": "null",
41990
+ "fieldName": "setlistdata"
41991
+ }
41992
+ ],
41993
+ "superclass": {
41994
+ "name": "Component",
41995
+ "module": "/src/models"
41996
+ },
41997
+ "tagName": "mdc-virtualizedlist",
41998
+ "jsDoc": "/**\n * `mdc-virtualizedlist` component for creating custom virtualized lists.\n * IMPORTANT: This component does not create it's own list/list items.\n * Use the setlistdata callback prop to update client state in order to\n * Pass list/listitems as a child of this component, which this will virtuailze\n * This implementation handles dynamic lists as well as fixed sized lists.\n * Please refer to [Tanstack Virtual Docs](https://tanstack.com/virtual/latest) for more in depth documentation.\n *\n * @tagname mdc-virtualizedlist\n *\n * @event onscroll - (React: onScroll) Event that gets called when user scrolls inside of list.\n *\n * @slot - Client side List with nested list items.\n */",
41999
+ "customElement": true
42000
+ }
42001
+ ],
42002
+ "exports": [
42003
+ {
42004
+ "kind": "js",
42005
+ "name": "default",
42006
+ "declaration": {
42007
+ "name": "VirtualizedList",
42008
+ "module": "components/virtualizedlist/virtualizedlist.component.js"
42009
+ }
42010
+ }
42011
+ ]
42012
+ },
42007
42013
  {
42008
42014
  "kind": "javascript-module",
42009
42015
  "path": "utils/mixins/AutoFocusMixin.js",