@momentum-design/components 0.121.8 → 0.122.0

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.
@@ -19372,27 +19372,6 @@
19372
19372
  }
19373
19373
  }
19374
19374
  },
19375
- {
19376
- "kind": "method",
19377
- "name": "onInput",
19378
- "privacy": "private",
19379
- "description": "Handles the input event of the input field.\nUpdates the value and sets the validity of the input field."
19380
- },
19381
- {
19382
- "kind": "method",
19383
- "name": "onChange",
19384
- "privacy": "private",
19385
- "parameters": [
19386
- {
19387
- "name": "event",
19388
- "type": {
19389
- "text": "Event"
19390
- },
19391
- "description": "Event which contains information about the value change."
19392
- }
19393
- ],
19394
- "description": "Handles the change event of the input field.\nUpdates the value and sets the validity of the input field.\n\nThe 'change' event does not bubble up through the shadow DOM as it was not composed.\nTherefore, we need to re-dispatch the same event to ensure it is propagated correctly.\nRead more: https://developer.mozilla.org/en-US/docs/Web/API/Event/composed"
19395
- },
19396
19375
  {
19397
19376
  "kind": "method",
19398
19377
  "name": "handleKeyDown",
@@ -32067,35 +32046,6 @@
32067
32046
  "module": "components/input/input.component.js"
32068
32047
  }
32069
32048
  },
32070
- {
32071
- "kind": "method",
32072
- "name": "onInput",
32073
- "privacy": "private",
32074
- "description": "Handles the input event of the input field.\nUpdates the value and sets the validity of the input field.",
32075
- "inheritedFrom": {
32076
- "name": "Input",
32077
- "module": "components/input/input.component.js"
32078
- }
32079
- },
32080
- {
32081
- "kind": "method",
32082
- "name": "onChange",
32083
- "privacy": "private",
32084
- "parameters": [
32085
- {
32086
- "name": "event",
32087
- "type": {
32088
- "text": "Event"
32089
- },
32090
- "description": "Event which contains information about the value change."
32091
- }
32092
- ],
32093
- "description": "Handles the change event of the input field.\nUpdates the value and sets the validity of the input field.\n\nThe 'change' event does not bubble up through the shadow DOM as it was not composed.\nTherefore, we need to re-dispatch the same event to ensure it is propagated correctly.\nRead more: https://developer.mozilla.org/en-US/docs/Web/API/Event/composed",
32094
- "inheritedFrom": {
32095
- "name": "Input",
32096
- "module": "components/input/input.component.js"
32097
- }
32098
- },
32099
32049
  {
32100
32050
  "kind": "method",
32101
32051
  "name": "handleKeyDown",
@@ -37973,7 +37923,7 @@
37973
37923
  "declarations": [
37974
37924
  {
37975
37925
  "kind": "class",
37976
- "description": "`mdc-searchfield` component is used as an input field for search functionality.\n\nIt supports `mdc-inputchip` as filters.\n\nThis component is built by extending the `mdc-input` component.",
37926
+ "description": "`mdc-searchfield` component is used as an input field for search functionality.\n\nIt supports `mdc-inputchip` as filters.\n\nThis component is built by extending the `mdc-input` component.\n\n**Accessibility:**\n\nNOTE: this component should not be used in combination with a Popover or Listbox component.\nSearch results should be shown permanently on the page if using this component.\n\nFor a search field that opens a Popover, use the `mdc-searchpopover` widget instead.",
37977
37927
  "name": "Searchfield",
37978
37928
  "cssProperties": [
37979
37929
  {
@@ -38308,12 +38258,6 @@
38308
38258
  "module": "components/input/input.component.js"
38309
38259
  }
38310
38260
  },
38311
- {
38312
- "kind": "method",
38313
- "name": "renderInputChips",
38314
- "privacy": "private",
38315
- "description": "This method is used to render the input chips inside filters slot.\nIt will remove any elements that are not input chips."
38316
- },
38317
38261
  {
38318
38262
  "kind": "method",
38319
38263
  "name": "clearInputText",
@@ -38668,35 +38612,6 @@
38668
38612
  "module": "components/input/input.component.js"
38669
38613
  }
38670
38614
  },
38671
- {
38672
- "kind": "method",
38673
- "name": "onInput",
38674
- "privacy": "private",
38675
- "description": "Handles the input event of the input field.\nUpdates the value and sets the validity of the input field.",
38676
- "inheritedFrom": {
38677
- "name": "Input",
38678
- "module": "components/input/input.component.js"
38679
- }
38680
- },
38681
- {
38682
- "kind": "method",
38683
- "name": "onChange",
38684
- "privacy": "private",
38685
- "parameters": [
38686
- {
38687
- "name": "event",
38688
- "type": {
38689
- "text": "Event"
38690
- },
38691
- "description": "Event which contains information about the value change."
38692
- }
38693
- ],
38694
- "description": "Handles the change event of the input field.\nUpdates the value and sets the validity of the input field.\n\nThe 'change' event does not bubble up through the shadow DOM as it was not composed.\nTherefore, we need to re-dispatch the same event to ensure it is propagated correctly.\nRead more: https://developer.mozilla.org/en-US/docs/Web/API/Event/composed",
38695
- "inheritedFrom": {
38696
- "name": "Input",
38697
- "module": "components/input/input.component.js"
38698
- }
38699
- },
38700
38615
  {
38701
38616
  "kind": "method",
38702
38617
  "name": "renderLeadingIcon",
@@ -39067,7 +38982,7 @@
39067
38982
  "module": "/src/components/input/input.component"
39068
38983
  },
39069
38984
  "tagName": "mdc-searchfield",
39070
- "jsDoc": "/**\n * `mdc-searchfield` component is used as an input field for search functionality.\n *\n * It supports `mdc-inputchip` as filters.\n *\n * This component is built by extending the `mdc-input` component.\n *\n * @tagname mdc-searchfield\n *\n * @event input - (React: onInput) This event is dispatched when the value of the input field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the input field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the input receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the input loses focus.\n * @event clear - (React: onClear) This event is dispatched when the input text is cleared.\n *\n * @slot filters - Slot for input chips\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n * @slot input - Slot for the input element. If not provided, the input field will be rendered.\n * @slot input-leading-icon - Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.\n * @slot input-prefix-text - Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.\n * @slot trailing-button - Slot for the trailing button to clear the input field. If not provided, the clear button will be rendered when `trailingButton` property is set to true.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-input-text-color - Text color for the input field\n * @cssproperty --mdc-input-border-color - Border color for the input container\n * @cssproperty --mdc-input-background-color - Background color for the input field\n * @cssproperty --mdc-input-support-text-color - Text color for the help text\n * @cssproperty --mdc-input-selection-text-color - Text color for the selected text\n * @cssproperty --mdc-input-selection-background-color - Background color for the selected text\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart leading-icon - The leading icon element that is displayed before the input field.\n * @csspart prefix-text - The prefix text element that is displayed before the input field.\n * @csspart input-container - The container for the input field, leading icon, prefix text, and trailing button elements.\n * @csspart input-section - The container for the input field, leading icon, and prefix text elements.\n * @csspart input-text - The input field element.\n * @csspart trailing-button - The trailing button element that is displayed to clear the input field when the `trailingButton` property is set to true.\n */",
38985
+ "jsDoc": "/**\n * `mdc-searchfield` component is used as an input field for search functionality.\n *\n * It supports `mdc-inputchip` as filters.\n *\n * This component is built by extending the `mdc-input` component.\n *\n * **Accessibility:**\n *\n * NOTE: this component should not be used in combination with a Popover or Listbox component.\n * Search results should be shown permanently on the page if using this component.\n *\n * For a search field that opens a Popover, use the `mdc-searchpopover` widget instead.\n *\n * @tagname mdc-searchfield\n *\n * @event input - (React: onInput) This event is dispatched when the value of the input field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the input field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the input receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the input loses focus.\n * @event clear - (React: onClear) This event is dispatched when the input text is cleared.\n *\n * @slot filters - Slot for input chips\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n * @slot input - Slot for the input element. If not provided, the input field will be rendered.\n * @slot input-leading-icon - Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.\n * @slot input-prefix-text - Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.\n * @slot trailing-button - Slot for the trailing button to clear the input field. If not provided, the clear button will be rendered when `trailingButton` property is set to true.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-input-text-color - Text color for the input field\n * @cssproperty --mdc-input-border-color - Border color for the input container\n * @cssproperty --mdc-input-background-color - Background color for the input field\n * @cssproperty --mdc-input-support-text-color - Text color for the help text\n * @cssproperty --mdc-input-selection-text-color - Text color for the selected text\n * @cssproperty --mdc-input-selection-background-color - Background color for the selected text\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart leading-icon - The leading icon element that is displayed before the input field.\n * @csspart prefix-text - The prefix text element that is displayed before the input field.\n * @csspart input-container - The container for the input field, leading icon, prefix text, and trailing button elements.\n * @csspart input-section - The container for the input field, leading icon, and prefix text elements.\n * @csspart input-text - The input field element.\n * @csspart trailing-button - The trailing button element that is displayed to clear the input field when the `trailingButton` property is set to true.\n */",
39071
38986
  "customElement": true,
39072
38987
  "attributes": [
39073
38988
  {
@@ -39461,12 +39376,12 @@
39461
39376
  },
39462
39377
  {
39463
39378
  "kind": "javascript-module",
39464
- "path": "components/select/select.component.js",
39379
+ "path": "components/searchpopover/searchpopover.component.js",
39465
39380
  "declarations": [
39466
39381
  {
39467
39382
  "kind": "class",
39468
- "description": "The mdc-select component is a dropdown selection control that allows users to pick an option from a predefined list.\nIt is designed to work with `mdc-option` for individual options and `mdc-optgroup` for grouping related options.\n\nEvery mdc-option should have a `value` attribute set to ensure proper form submission.\n\nTo set a default option, use the `selected` attribute on the `mdc-option` element.\nYou can also set the `value` attribute on the `mdc-select` element to match the value of the desired option. The component will select the corresponding option automatically.\n\n**Note:** Make sure to add `mdc-selectlistbox` as a child of `mdc-select` and wrap options/optgroup in it to ensure proper accessibility functionality. Read more about it in SelectListBox documentation.\n\nIf you need to use `mdc-tooltip` with any options, make sure to place the tooltip component outside the `mdc-select` element.",
39469
- "name": "Select",
39383
+ "description": "`mdc-searchpopover` widget is a combination of the Searchfield and Popover components, connected to ensure\nproper accessibility. This component should be used when search results or suggestions need to be displayed\nin a popover below the search input field, where the search results hold individual actions like navigating to a\na different url etc.\n\n- Don't use this when search results are displayed inline on the page -> use Searchfield component instead.\n- Don't use this when a list of options is filtered based on the search input -> use Combobox component instead.\n\nIt supports `mdc-inputchip` as filters.\n\nThis component is built by extending the `mdc-searchfield` component & rendering the mdc-popover component inside.",
39384
+ "name": "Searchpopover",
39470
39385
  "cssProperties": [
39471
39386
  {
39472
39387
  "description": "Font size for the label text.",
@@ -39541,28 +39456,64 @@
39541
39456
  }
39542
39457
  },
39543
39458
  {
39544
- "description": "The background color of the combobox of select.",
39545
- "name": "--mdc-select-background-color"
39459
+ "description": "Text color for the input field",
39460
+ "name": "--mdc-input-text-color",
39461
+ "inheritedFrom": {
39462
+ "name": "Input",
39463
+ "module": "src/components/input/input.component.ts"
39464
+ }
39546
39465
  },
39547
39466
  {
39548
- "description": "The text color of the select.",
39549
- "name": "--mdc-select-text-color"
39467
+ "description": "Border color for the input container",
39468
+ "name": "--mdc-input-border-color",
39469
+ "inheritedFrom": {
39470
+ "name": "Input",
39471
+ "module": "src/components/input/input.component.ts"
39472
+ }
39550
39473
  },
39551
39474
  {
39552
- "description": "The border color of the select.",
39553
- "name": "--mdc-select-border-color"
39475
+ "description": "Background color for the input field",
39476
+ "name": "--mdc-input-background-color",
39477
+ "inheritedFrom": {
39478
+ "name": "Input",
39479
+ "module": "src/components/input/input.component.ts"
39480
+ }
39554
39481
  },
39555
39482
  {
39556
- "description": "The width of the select.",
39557
- "name": "--mdc-select-width"
39483
+ "description": "Text color for the help text",
39484
+ "name": "--mdc-input-support-text-color",
39485
+ "inheritedFrom": {
39486
+ "name": "Input",
39487
+ "module": "src/components/input/input.component.ts"
39488
+ }
39558
39489
  },
39559
39490
  {
39560
- "description": "The height of the listbox inside the select.",
39561
- "name": "--mdc-select-listbox-height"
39491
+ "description": "Text color for the selected text",
39492
+ "name": "--mdc-input-selection-text-color",
39493
+ "inheritedFrom": {
39494
+ "name": "Input",
39495
+ "module": "src/components/input/input.component.ts"
39496
+ }
39562
39497
  },
39563
39498
  {
39564
- "description": "The width of the listbox inside the select (default: `--mdc-select-width`).",
39565
- "name": "--mdc-select-listbox-width"
39499
+ "description": "Background color for the selected text",
39500
+ "name": "--mdc-input-selection-background-color",
39501
+ "inheritedFrom": {
39502
+ "name": "Input",
39503
+ "module": "src/components/input/input.component.ts"
39504
+ }
39505
+ },
39506
+ {
39507
+ "description": "Width of the searchpopover component",
39508
+ "name": "--mdc-searchpopover-width"
39509
+ },
39510
+ {
39511
+ "description": "Width of the popover within the searchpopover component",
39512
+ "name": "--mdc-searchpopover-popover-width"
39513
+ },
39514
+ {
39515
+ "description": "Height of the popover within the searchpopover component",
39516
+ "name": "--mdc-searchpopover-popover-height"
39566
39517
  }
39567
39518
  ],
39568
39519
  "cssParts": [
@@ -39629,13 +39580,73 @@
39629
39580
  "name": "FormfieldWrapper",
39630
39581
  "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
39631
39582
  }
39583
+ },
39584
+ {
39585
+ "description": "The leading icon element that is displayed before the input field.",
39586
+ "name": "leading-icon",
39587
+ "inheritedFrom": {
39588
+ "name": "Input",
39589
+ "module": "src/components/input/input.component.ts"
39590
+ }
39591
+ },
39592
+ {
39593
+ "description": "The prefix text element that is displayed before the input field.",
39594
+ "name": "prefix-text",
39595
+ "inheritedFrom": {
39596
+ "name": "Input",
39597
+ "module": "src/components/input/input.component.ts"
39598
+ }
39599
+ },
39600
+ {
39601
+ "description": "The container for the input field, leading icon, prefix text, and trailing button elements.",
39602
+ "name": "input-container",
39603
+ "inheritedFrom": {
39604
+ "name": "Input",
39605
+ "module": "src/components/input/input.component.ts"
39606
+ }
39607
+ },
39608
+ {
39609
+ "description": "The container for the input field, leading icon, and prefix text elements.",
39610
+ "name": "input-section",
39611
+ "inheritedFrom": {
39612
+ "name": "Input",
39613
+ "module": "src/components/input/input.component.ts"
39614
+ }
39615
+ },
39616
+ {
39617
+ "description": "The input field element.",
39618
+ "name": "input-text",
39619
+ "inheritedFrom": {
39620
+ "name": "Input",
39621
+ "module": "src/components/input/input.component.ts"
39622
+ }
39623
+ },
39624
+ {
39625
+ "description": "The trailing button element that is displayed to clear the input field when the `trailingButton` property is set to true.",
39626
+ "name": "trailing-button",
39627
+ "inheritedFrom": {
39628
+ "name": "Input",
39629
+ "module": "src/components/input/input.component.ts"
39630
+ }
39631
+ },
39632
+ {
39633
+ "description": "The popover content element.",
39634
+ "name": "popover-content"
39632
39635
  }
39633
39636
  ],
39634
39637
  "slots": [
39635
39638
  {
39636
- "description": "This is a default/unnamed slot for Selectlistbox including options and/or option group.",
39639
+ "description": "Default slot (=children) for the popover content",
39637
39640
  "name": "default"
39638
39641
  },
39642
+ {
39643
+ "description": "Slot for input chips",
39644
+ "name": "filters",
39645
+ "inheritedFrom": {
39646
+ "name": "Searchfield",
39647
+ "module": "src/components/searchfield/searchfield.component.ts"
39648
+ }
39649
+ },
39639
39650
  {
39640
39651
  "description": "Slot for the label element. If not provided, the `label` property will be used to render the label.",
39641
39652
  "name": "label",
@@ -39667,17 +39678,51 @@
39667
39678
  "name": "FormfieldWrapper",
39668
39679
  "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
39669
39680
  }
39681
+ },
39682
+ {
39683
+ "description": "Slot for the input element. If not provided, the input field will be rendered.",
39684
+ "name": "input",
39685
+ "inheritedFrom": {
39686
+ "name": "Input",
39687
+ "module": "src/components/input/input.component.ts"
39688
+ }
39689
+ },
39690
+ {
39691
+ "description": "Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.",
39692
+ "name": "input-leading-icon",
39693
+ "inheritedFrom": {
39694
+ "name": "Input",
39695
+ "module": "src/components/input/input.component.ts"
39696
+ }
39697
+ },
39698
+ {
39699
+ "description": "Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.",
39700
+ "name": "input-prefix-text",
39701
+ "inheritedFrom": {
39702
+ "name": "Input",
39703
+ "module": "src/components/input/input.component.ts"
39704
+ }
39705
+ },
39706
+ {
39707
+ "description": "Slot for the trailing button to clear the input field. If not provided, the clear button will be rendered when `trailingButton` property is set to true.",
39708
+ "name": "trailing-button",
39709
+ "inheritedFrom": {
39710
+ "name": "Input",
39711
+ "module": "src/components/input/input.component.ts"
39712
+ }
39670
39713
  }
39671
39714
  ],
39672
39715
  "members": [
39673
39716
  {
39674
39717
  "kind": "field",
39675
- "name": "placeholder",
39718
+ "name": "displayPopover",
39676
39719
  "type": {
39677
- "text": "string | undefined"
39720
+ "text": "boolean | undefined"
39678
39721
  },
39679
- "description": "The placeholder text which will be shown on the text if provided.",
39680
- "attribute": "placeholder"
39722
+ "description": "Whether to display the popover.",
39723
+ "default": "false",
39724
+ "attribute": "display-popover",
39725
+ "reflects": true
39681
39726
  },
39682
39727
  {
39683
39728
  "kind": "field",
@@ -39685,47 +39730,1472 @@
39685
39730
  "type": {
39686
39731
  "text": "Placement"
39687
39732
  },
39688
- "description": "The placement of the popover within Select component.\nThis defines the position of the popover relative to the select input field.\n\nPossible values:\n - 'top-start'\n - 'bottom-start'",
39733
+ "description": "The placement of the popover within Searchpopover component.\nThis defines the position of the popover relative to the search input field.\n\nPossible values:\n - 'top-start'\n - 'bottom-start'",
39689
39734
  "default": "'bottom-start'",
39690
39735
  "attribute": "placement",
39691
39736
  "reflects": true
39692
39737
  },
39693
- {
39694
- "kind": "field",
39695
- "name": "boundary",
39696
- "type": {
39697
- "text": "'clippingAncestors' | string"
39698
- },
39699
- "description": "This describes the clipping element(s) or area that overflow of the used popover will be checked relative to.\nThe default is 'clippingAncestors', which are the overflow ancestors which will cause the\nelement to be clipped.\n\nPossible values:\n - 'clippingAncestors'\n - any css selector",
39700
- "default": "'clippingAncestors'",
39701
- "attribute": "boundary",
39702
- "reflects": true
39703
- },
39704
- {
39705
- "kind": "field",
39706
- "name": "strategy",
39707
- "type": {
39708
- "text": "PopoverStrategy"
39709
- },
39710
- "description": "The strategy of the popover within Select.\nThis determines how the popover is positioned in the DOM.\n\nIn case `boundary` is set to something other than 'clippingAncestors',\nit might be necessary to set the `strategy` to 'fixed' to ensure that the popover\nis not getting clipped by scrollable containers enclosing the select.",
39711
- "default": "absolute",
39712
- "attribute": "strategy",
39713
- "reflects": true
39714
- },
39715
39738
  {
39716
39739
  "kind": "field",
39717
39740
  "name": "popoverZIndex",
39718
39741
  "type": {
39719
39742
  "text": "number"
39720
39743
  },
39721
- "description": "The z-index of the popover within Select.\n\nOverride this to make sure this stays on top of other components.",
39744
+ "description": "The z-index of the popover within Searchpopover.\n\nOverride this to make sure this stays on top of other components.",
39722
39745
  "default": "1000",
39723
39746
  "attribute": "popover-z-index",
39724
39747
  "reflects": true
39725
39748
  },
39726
39749
  {
39727
- "kind": "field",
39728
- "name": "backdropAppendTo",
39750
+ "kind": "method",
39751
+ "name": "renderInputElement",
39752
+ "privacy": "protected",
39753
+ "parameters": [
39754
+ {
39755
+ "name": "type",
39756
+ "type": {
39757
+ "text": "InputType"
39758
+ }
39759
+ },
39760
+ {
39761
+ "name": "hidePlaceholder",
39762
+ "default": "false"
39763
+ }
39764
+ ],
39765
+ "inheritedFrom": {
39766
+ "name": "Input",
39767
+ "module": "components/input/input.component.js"
39768
+ }
39769
+ },
39770
+ {
39771
+ "kind": "field",
39772
+ "name": "inputChips",
39773
+ "type": {
39774
+ "text": "Array<HTMLElement> | undefined"
39775
+ },
39776
+ "inheritedFrom": {
39777
+ "name": "Searchfield",
39778
+ "module": "components/searchfield/searchfield.component.js"
39779
+ }
39780
+ },
39781
+ {
39782
+ "kind": "method",
39783
+ "name": "handleKeyDown",
39784
+ "privacy": "protected",
39785
+ "parameters": [
39786
+ {
39787
+ "name": "event",
39788
+ "type": {
39789
+ "text": "KeyboardEvent"
39790
+ },
39791
+ "description": "Keyboard event"
39792
+ }
39793
+ ],
39794
+ "description": "Handles the keydown event of the search field.\nIf the key pressed is 'Enter', it submits the form.\nIf the key pressed is 'Escape', it clears the input text.",
39795
+ "inheritedFrom": {
39796
+ "name": "Input",
39797
+ "module": "components/input/input.component.js"
39798
+ }
39799
+ },
39800
+ {
39801
+ "kind": "method",
39802
+ "name": "clearInputText",
39803
+ "privacy": "protected",
39804
+ "description": "Clears the input field.",
39805
+ "inheritedFrom": {
39806
+ "name": "Input",
39807
+ "module": "components/input/input.component.js"
39808
+ }
39809
+ },
39810
+ {
39811
+ "kind": "field",
39812
+ "name": "autoFocusOnMount",
39813
+ "type": {
39814
+ "text": "boolean"
39815
+ },
39816
+ "default": "false",
39817
+ "description": "This property indicates whether the element should receive focus automatically when it is mounted.\n\nIt will not focus if the element is re-attached to the DOM after being removed.",
39818
+ "attribute": "auto-focus-on-mount",
39819
+ "reflects": true,
39820
+ "inheritedFrom": {
39821
+ "name": "AutoFocusOnMountMixin",
39822
+ "module": "utils/mixins/AutoFocusOnMountMixin.js"
39823
+ }
39824
+ },
39825
+ {
39826
+ "kind": "field",
39827
+ "name": "name",
39828
+ "type": {
39829
+ "text": "string"
39830
+ },
39831
+ "default": "''",
39832
+ "description": "Indicates the name of the component group.\nThey are used to group elements in a form together.",
39833
+ "attribute": "name",
39834
+ "reflects": true,
39835
+ "inheritedFrom": {
39836
+ "name": "FormInternalsMixin",
39837
+ "module": "utils/mixins/FormInternalsMixin.js"
39838
+ }
39839
+ },
39840
+ {
39841
+ "kind": "field",
39842
+ "name": "value",
39843
+ "type": {
39844
+ "text": "string"
39845
+ },
39846
+ "default": "''",
39847
+ "description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
39848
+ "attribute": "value",
39849
+ "reflects": true,
39850
+ "inheritedFrom": {
39851
+ "name": "FormInternalsMixin",
39852
+ "module": "utils/mixins/FormInternalsMixin.js"
39853
+ }
39854
+ },
39855
+ {
39856
+ "kind": "field",
39857
+ "name": "validationMessage",
39858
+ "type": {
39859
+ "text": "string | undefined"
39860
+ },
39861
+ "description": "Custom validation message that will override the default message and displayed when the input is invalid.\n\nTo display custom validation messages, you must listen for input events (or other relevant events)\non your component and update the `validationMessage` property with the desired message string.\nUpdating this property will ensure that new validation messages are shown to the user.\n- The `validationMessage` property overrides the default browser validation message when set.\n- Consumers are responsible for updating `validationMessage` in response to input or validation state changes.",
39862
+ "attribute": "validation-message",
39863
+ "reflects": true,
39864
+ "inheritedFrom": {
39865
+ "name": "FormInternalsMixin",
39866
+ "module": "utils/mixins/FormInternalsMixin.js"
39867
+ }
39868
+ },
39869
+ {
39870
+ "kind": "field",
39871
+ "name": "validity",
39872
+ "type": {
39873
+ "text": "ValidityState"
39874
+ },
39875
+ "readonly": true,
39876
+ "inheritedFrom": {
39877
+ "name": "FormInternalsMixin",
39878
+ "module": "utils/mixins/FormInternalsMixin.js"
39879
+ }
39880
+ },
39881
+ {
39882
+ "kind": "field",
39883
+ "name": "willValidate",
39884
+ "readonly": true,
39885
+ "inheritedFrom": {
39886
+ "name": "FormInternalsMixin",
39887
+ "module": "utils/mixins/FormInternalsMixin.js"
39888
+ }
39889
+ },
39890
+ {
39891
+ "kind": "method",
39892
+ "name": "setValidity",
39893
+ "description": "Sets the validity of the input field based on the input field's validity.",
39894
+ "return": {
39895
+ "type": {
39896
+ "text": ""
39897
+ }
39898
+ },
39899
+ "inheritedFrom": {
39900
+ "name": "FormInternalsMixin",
39901
+ "module": "utils/mixins/FormInternalsMixin.js"
39902
+ }
39903
+ },
39904
+ {
39905
+ "kind": "method",
39906
+ "name": "checkValidity",
39907
+ "return": {
39908
+ "type": {
39909
+ "text": "boolean"
39910
+ }
39911
+ },
39912
+ "inheritedFrom": {
39913
+ "name": "FormInternalsMixin",
39914
+ "module": "utils/mixins/FormInternalsMixin.js"
39915
+ }
39916
+ },
39917
+ {
39918
+ "kind": "method",
39919
+ "name": "reportValidity",
39920
+ "inheritedFrom": {
39921
+ "name": "FormInternalsMixin",
39922
+ "module": "utils/mixins/FormInternalsMixin.js"
39923
+ }
39924
+ },
39925
+ {
39926
+ "kind": "field",
39927
+ "name": "dataAriaLabel",
39928
+ "type": {
39929
+ "text": "string | null"
39930
+ },
39931
+ "default": "null",
39932
+ "description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
39933
+ "attribute": "data-aria-label",
39934
+ "reflects": true,
39935
+ "inheritedFrom": {
39936
+ "name": "DataAriaLabelMixin",
39937
+ "module": "utils/mixins/DataAriaLabelMixin.js"
39938
+ }
39939
+ },
39940
+ {
39941
+ "kind": "field",
39942
+ "name": "placeholder",
39943
+ "type": {
39944
+ "text": "string"
39945
+ },
39946
+ "default": "''",
39947
+ "description": "The placeholder text that is displayed when the input field is empty.",
39948
+ "attribute": "placeholder",
39949
+ "inheritedFrom": {
39950
+ "name": "Input",
39951
+ "module": "components/input/input.component.js"
39952
+ }
39953
+ },
39954
+ {
39955
+ "kind": "field",
39956
+ "name": "prefixText",
39957
+ "type": {
39958
+ "text": "string | undefined"
39959
+ },
39960
+ "description": "The prefix text that is displayed before the input field. It has a max length of 10 characters.\nWhen the prefix text is set, make sure to set the 'data-aria-label'\nattribute with the appropriate value for accessibility.",
39961
+ "attribute": "prefix-text",
39962
+ "inheritedFrom": {
39963
+ "name": "Input",
39964
+ "module": "components/input/input.component.js"
39965
+ }
39966
+ },
39967
+ {
39968
+ "kind": "field",
39969
+ "name": "leadingIcon",
39970
+ "type": {
39971
+ "text": "IconNames | undefined"
39972
+ },
39973
+ "description": "The leading icon that is displayed before the input field.",
39974
+ "attribute": "leading-icon",
39975
+ "inheritedFrom": {
39976
+ "name": "Input",
39977
+ "module": "components/input/input.component.js"
39978
+ }
39979
+ },
39980
+ {
39981
+ "kind": "field",
39982
+ "name": "trailingButton",
39983
+ "type": {
39984
+ "text": "boolean"
39985
+ },
39986
+ "default": "false",
39987
+ "description": "The trailing button when set to true, shows a clear button that clears the input field.",
39988
+ "attribute": "trailing-button",
39989
+ "inheritedFrom": {
39990
+ "name": "Input",
39991
+ "module": "components/input/input.component.js"
39992
+ }
39993
+ },
39994
+ {
39995
+ "kind": "field",
39996
+ "name": "maxlength",
39997
+ "type": {
39998
+ "text": "number | undefined"
39999
+ },
40000
+ "description": "The maximum number of characters that the input field can accept.",
40001
+ "attribute": "maxlength",
40002
+ "inheritedFrom": {
40003
+ "name": "Input",
40004
+ "module": "components/input/input.component.js"
40005
+ }
40006
+ },
40007
+ {
40008
+ "kind": "field",
40009
+ "name": "minlength",
40010
+ "type": {
40011
+ "text": "number | undefined"
40012
+ },
40013
+ "description": "The minimum number of characters that the input field can accept.",
40014
+ "attribute": "minlength",
40015
+ "inheritedFrom": {
40016
+ "name": "Input",
40017
+ "module": "components/input/input.component.js"
40018
+ }
40019
+ },
40020
+ {
40021
+ "kind": "field",
40022
+ "name": "autocapitalize",
40023
+ "type": {
40024
+ "text": "AutoCapitalizeType"
40025
+ },
40026
+ "description": "The autocapitalize attribute of the input field.",
40027
+ "default": "'off'",
40028
+ "attribute": "autocapitalize",
40029
+ "inheritedFrom": {
40030
+ "name": "Input",
40031
+ "module": "components/input/input.component.js"
40032
+ }
40033
+ },
40034
+ {
40035
+ "kind": "field",
40036
+ "name": "autocomplete",
40037
+ "type": {
40038
+ "text": "AutoCompleteType"
40039
+ },
40040
+ "description": "The autocomplete attribute of the input field.",
40041
+ "default": "'off'",
40042
+ "attribute": "autocomplete",
40043
+ "inheritedFrom": {
40044
+ "name": "Input",
40045
+ "module": "components/input/input.component.js"
40046
+ }
40047
+ },
40048
+ {
40049
+ "kind": "field",
40050
+ "name": "dirname",
40051
+ "type": {
40052
+ "text": "string | undefined"
40053
+ },
40054
+ "description": "Specifies the name of the directionality of text for submission purposes (e.g., \"rtl\" for right-to-left).",
40055
+ "attribute": "dirname",
40056
+ "inheritedFrom": {
40057
+ "name": "Input",
40058
+ "module": "components/input/input.component.js"
40059
+ }
40060
+ },
40061
+ {
40062
+ "kind": "field",
40063
+ "name": "pattern",
40064
+ "type": {
40065
+ "text": "string | undefined"
40066
+ },
40067
+ "description": "The pattern attribute of the input field.\nSpecifies a regular expression that the input value must match for validation purposes.",
40068
+ "attribute": "pattern",
40069
+ "inheritedFrom": {
40070
+ "name": "Input",
40071
+ "module": "components/input/input.component.js"
40072
+ }
40073
+ },
40074
+ {
40075
+ "kind": "field",
40076
+ "name": "list",
40077
+ "type": {
40078
+ "text": "string | undefined"
40079
+ },
40080
+ "description": "The list attribute of the input field.\nIdentifies a list of pre-defined options to suggest to the user.",
40081
+ "attribute": "list",
40082
+ "inheritedFrom": {
40083
+ "name": "Input",
40084
+ "module": "components/input/input.component.js"
40085
+ }
40086
+ },
40087
+ {
40088
+ "kind": "field",
40089
+ "name": "size",
40090
+ "type": {
40091
+ "text": "number | undefined | undefined"
40092
+ },
40093
+ "description": "The size attribute of the input field.\nSpecifies the width of the input field.",
40094
+ "default": "undefined",
40095
+ "attribute": "size",
40096
+ "inheritedFrom": {
40097
+ "name": "Input",
40098
+ "module": "components/input/input.component.js"
40099
+ }
40100
+ },
40101
+ {
40102
+ "kind": "field",
40103
+ "name": "clearAriaLabel",
40104
+ "type": {
40105
+ "text": "string"
40106
+ },
40107
+ "default": "''",
40108
+ "description": "Aria label for the trailing button. If trailing button is set to true, this label is used for the clear button.",
40109
+ "attribute": "clear-aria-label",
40110
+ "inheritedFrom": {
40111
+ "name": "Input",
40112
+ "module": "components/input/input.component.js"
40113
+ }
40114
+ },
40115
+ {
40116
+ "kind": "field",
40117
+ "name": "dataAriaDescribedby",
40118
+ "type": {
40119
+ "text": "string | null"
40120
+ },
40121
+ "default": "null",
40122
+ "description": "Defines a id pointing to the element which describes the input element.\nThe AriaDescribedby attribute to be set for accessibility.",
40123
+ "attribute": "data-aria-describedby",
40124
+ "reflects": true,
40125
+ "inheritedFrom": {
40126
+ "name": "Input",
40127
+ "module": "components/input/input.component.js"
40128
+ }
40129
+ },
40130
+ {
40131
+ "kind": "method",
40132
+ "name": "setInputValidity",
40133
+ "privacy": "private",
40134
+ "inheritedFrom": {
40135
+ "name": "Input",
40136
+ "module": "components/input/input.component.js"
40137
+ }
40138
+ },
40139
+ {
40140
+ "kind": "method",
40141
+ "name": "updateValue",
40142
+ "privacy": "private",
40143
+ "description": "Updates the value of the input field.\nSets the form value.",
40144
+ "return": {
40145
+ "type": {
40146
+ "text": ""
40147
+ }
40148
+ },
40149
+ "inheritedFrom": {
40150
+ "name": "Input",
40151
+ "module": "components/input/input.component.js"
40152
+ }
40153
+ },
40154
+ {
40155
+ "kind": "method",
40156
+ "name": "renderLeadingIcon",
40157
+ "privacy": "protected",
40158
+ "description": "Renders the leading icon before the input field.\nIf the leading icon is not set, it will not be displayed.",
40159
+ "return": {
40160
+ "type": {
40161
+ "text": ""
40162
+ }
40163
+ },
40164
+ "inheritedFrom": {
40165
+ "name": "Input",
40166
+ "module": "components/input/input.component.js"
40167
+ }
40168
+ },
40169
+ {
40170
+ "kind": "method",
40171
+ "name": "renderPrefixText",
40172
+ "privacy": "protected",
40173
+ "description": "Renders the prefix text before the input field.\nIf the prefix text is more than 10 characters,\n- it will not be displayed.\n- the validation messsage will be displayed.\n\n Note: We are setting aria-hidden so that the screen reader does not read the prefix text.\n The consumers should set the appropriate aria-label for the input field using 'data-aria-label' attribute.",
40174
+ "return": {
40175
+ "type": {
40176
+ "text": ""
40177
+ }
40178
+ },
40179
+ "inheritedFrom": {
40180
+ "name": "Input",
40181
+ "module": "components/input/input.component.js"
40182
+ }
40183
+ },
40184
+ {
40185
+ "kind": "method",
40186
+ "name": "renderTrailingButton",
40187
+ "privacy": "protected",
40188
+ "parameters": [
40189
+ {
40190
+ "name": "show",
40191
+ "default": "false"
40192
+ }
40193
+ ],
40194
+ "description": "Renders the trailing button to clear the input field if the trailingButton is set to true.",
40195
+ "return": {
40196
+ "type": {
40197
+ "text": ""
40198
+ }
40199
+ },
40200
+ "inheritedFrom": {
40201
+ "name": "Input",
40202
+ "module": "components/input/input.component.js"
40203
+ }
40204
+ },
40205
+ {
40206
+ "kind": "field",
40207
+ "name": "disabled",
40208
+ "type": {
40209
+ "text": "boolean | undefined"
40210
+ },
40211
+ "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
40212
+ "default": "undefined",
40213
+ "attribute": "disabled",
40214
+ "reflects": true,
40215
+ "inheritedFrom": {
40216
+ "name": "FormfieldWrapper",
40217
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
40218
+ }
40219
+ },
40220
+ {
40221
+ "kind": "field",
40222
+ "name": "label",
40223
+ "type": {
40224
+ "text": "string | undefined"
40225
+ },
40226
+ "description": "The label of the input field. It is linked to the input field using the `for` attribute.",
40227
+ "attribute": "label",
40228
+ "reflects": true,
40229
+ "inheritedFrom": {
40230
+ "name": "FormfieldWrapper",
40231
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
40232
+ }
40233
+ },
40234
+ {
40235
+ "kind": "field",
40236
+ "name": "required",
40237
+ "type": {
40238
+ "text": "boolean"
40239
+ },
40240
+ "default": "false",
40241
+ "description": "The required attribute to indicate that the input field is required.\nIt is used to append a required indicator (*) to the label.",
40242
+ "attribute": "required",
40243
+ "reflects": true,
40244
+ "inheritedFrom": {
40245
+ "name": "FormfieldWrapper",
40246
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
40247
+ }
40248
+ },
40249
+ {
40250
+ "kind": "field",
40251
+ "name": "helpTextType",
40252
+ "type": {
40253
+ "text": "ValidationType"
40254
+ },
40255
+ "description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
40256
+ "attribute": "help-text-type",
40257
+ "reflects": true,
40258
+ "inheritedFrom": {
40259
+ "name": "FormfieldWrapper",
40260
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
40261
+ }
40262
+ },
40263
+ {
40264
+ "kind": "field",
40265
+ "name": "helpText",
40266
+ "type": {
40267
+ "text": "string | undefined"
40268
+ },
40269
+ "description": "The help text that is displayed below the input field.",
40270
+ "attribute": "help-text",
40271
+ "reflects": true,
40272
+ "inheritedFrom": {
40273
+ "name": "FormfieldWrapper",
40274
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
40275
+ }
40276
+ },
40277
+ {
40278
+ "kind": "field",
40279
+ "name": "toggletipText",
40280
+ "type": {
40281
+ "text": "string | undefined"
40282
+ },
40283
+ "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
40284
+ "attribute": "toggletip-text",
40285
+ "reflects": true,
40286
+ "inheritedFrom": {
40287
+ "name": "FormfieldWrapper",
40288
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
40289
+ }
40290
+ },
40291
+ {
40292
+ "kind": "field",
40293
+ "name": "toggletipPlacement",
40294
+ "type": {
40295
+ "text": "PopoverPlacement"
40296
+ },
40297
+ "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
40298
+ "default": "'top'",
40299
+ "attribute": "toggletip-placement",
40300
+ "reflects": true,
40301
+ "inheritedFrom": {
40302
+ "name": "FormfieldWrapper",
40303
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
40304
+ }
40305
+ },
40306
+ {
40307
+ "kind": "field",
40308
+ "name": "toggletipStrategy",
40309
+ "type": {
40310
+ "text": "PopoverStrategy"
40311
+ },
40312
+ "attribute": "toggletip-strategy",
40313
+ "reflects": true,
40314
+ "inheritedFrom": {
40315
+ "name": "FormfieldWrapper",
40316
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
40317
+ }
40318
+ },
40319
+ {
40320
+ "kind": "field",
40321
+ "name": "infoIconAriaLabel",
40322
+ "type": {
40323
+ "text": "string | undefined"
40324
+ },
40325
+ "description": "Aria label for the info icon that is displayed next to the label when `toggletipText` is set.\nThis is used for accessibility purposes to provide a description of the icon.",
40326
+ "attribute": "info-icon-aria-label",
40327
+ "reflects": true,
40328
+ "inheritedFrom": {
40329
+ "name": "FormfieldWrapper",
40330
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
40331
+ }
40332
+ },
40333
+ {
40334
+ "kind": "field",
40335
+ "name": "readonly",
40336
+ "type": {
40337
+ "text": "boolean"
40338
+ },
40339
+ "default": "false",
40340
+ "description": "Determines whether the form field is read-only.",
40341
+ "attribute": "readonly",
40342
+ "reflects": true,
40343
+ "inheritedFrom": {
40344
+ "name": "FormfieldWrapper",
40345
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
40346
+ }
40347
+ },
40348
+ {
40349
+ "kind": "field",
40350
+ "name": "softDisabled",
40351
+ "type": {
40352
+ "text": "boolean"
40353
+ },
40354
+ "default": "false",
40355
+ "description": "Determines whether the form field is soft-disabled.",
40356
+ "attribute": "soft-disabled",
40357
+ "reflects": true,
40358
+ "inheritedFrom": {
40359
+ "name": "FormfieldWrapper",
40360
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
40361
+ }
40362
+ },
40363
+ {
40364
+ "kind": "method",
40365
+ "name": "renderLabelElement",
40366
+ "privacy": "protected",
40367
+ "description": "creates the label element when the label property is set.\nid is used to link the label with the input field.",
40368
+ "return": {
40369
+ "type": {
40370
+ "text": ""
40371
+ }
40372
+ },
40373
+ "inheritedFrom": {
40374
+ "name": "FormfieldWrapper",
40375
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
40376
+ }
40377
+ },
40378
+ {
40379
+ "kind": "method",
40380
+ "name": "renderHelpTextIcon",
40381
+ "privacy": "protected",
40382
+ "description": "creates the helpertext icon based on the helpTextType for validation.\nIf the helpTextType is not set, it defaults to 'default' and it doesn't display any icon.",
40383
+ "return": {
40384
+ "type": {
40385
+ "text": ""
40386
+ }
40387
+ },
40388
+ "inheritedFrom": {
40389
+ "name": "FormfieldWrapper",
40390
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
40391
+ }
40392
+ },
40393
+ {
40394
+ "kind": "method",
40395
+ "name": "renderHelpText",
40396
+ "privacy": "protected",
40397
+ "description": "creates the helper text component when the helpertext value is set.\nIt is also used to display the validation message based on the helpTextType.",
40398
+ "return": {
40399
+ "type": {
40400
+ "text": ""
40401
+ }
40402
+ },
40403
+ "inheritedFrom": {
40404
+ "name": "FormfieldWrapper",
40405
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
40406
+ }
40407
+ },
40408
+ {
40409
+ "kind": "method",
40410
+ "name": "renderLabel",
40411
+ "privacy": "protected",
40412
+ "description": "renders the label container that contains the label and labelInfoToggleTip.",
40413
+ "return": {
40414
+ "type": {
40415
+ "text": ""
40416
+ }
40417
+ },
40418
+ "inheritedFrom": {
40419
+ "name": "FormfieldWrapper",
40420
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
40421
+ }
40422
+ },
40423
+ {
40424
+ "kind": "method",
40425
+ "name": "renderHelperText",
40426
+ "privacy": "protected",
40427
+ "description": "renders the help-text container that contains the helpertext icon and helpertext.",
40428
+ "return": {
40429
+ "type": {
40430
+ "text": ""
40431
+ }
40432
+ },
40433
+ "inheritedFrom": {
40434
+ "name": "FormfieldWrapper",
40435
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
40436
+ }
40437
+ }
40438
+ ],
40439
+ "events": [
40440
+ {
40441
+ "description": "(React: onInput) This event is dispatched when the value of the input field changes (every press).",
40442
+ "name": "input",
40443
+ "reactName": "onInput",
40444
+ "inheritedFrom": {
40445
+ "name": "Input",
40446
+ "module": "src/components/input/input.component.ts"
40447
+ }
40448
+ },
40449
+ {
40450
+ "description": "(React: onChange) This event is dispatched when the value of the input field changes (on blur).",
40451
+ "name": "change",
40452
+ "reactName": "onChange",
40453
+ "inheritedFrom": {
40454
+ "name": "Input",
40455
+ "module": "src/components/input/input.component.ts"
40456
+ }
40457
+ },
40458
+ {
40459
+ "description": "(React: onFocus) This event is dispatched when the input receives focus.",
40460
+ "name": "focus",
40461
+ "reactName": "onFocus",
40462
+ "inheritedFrom": {
40463
+ "name": "Input",
40464
+ "module": "src/components/input/input.component.ts"
40465
+ }
40466
+ },
40467
+ {
40468
+ "description": "(React: onBlur) This event is dispatched when the input loses focus.",
40469
+ "name": "blur",
40470
+ "reactName": "onBlur",
40471
+ "inheritedFrom": {
40472
+ "name": "Input",
40473
+ "module": "src/components/input/input.component.ts"
40474
+ }
40475
+ },
40476
+ {
40477
+ "name": "clear",
40478
+ "type": {
40479
+ "text": "CustomEvent"
40480
+ },
40481
+ "description": "(React: onClear) This event is dispatched when the input text is cleared.",
40482
+ "reactName": "onClear",
40483
+ "inheritedFrom": {
40484
+ "name": "Input",
40485
+ "module": "src/components/input/input.component.ts"
40486
+ }
40487
+ },
40488
+ {
40489
+ "description": "(React: onShown) This event is dispatched when the popover is shown",
40490
+ "name": "shown",
40491
+ "reactName": "onShown"
40492
+ },
40493
+ {
40494
+ "description": "(React: onHidden) This event is dispatched when the popover is hidden",
40495
+ "name": "hidden",
40496
+ "reactName": "onHidden"
40497
+ },
40498
+ {
40499
+ "type": {
40500
+ "text": "EventConstructor"
40501
+ },
40502
+ "inheritedFrom": {
40503
+ "name": "Input",
40504
+ "module": "src/components/input/input.component.ts"
40505
+ }
40506
+ }
40507
+ ],
40508
+ "attributes": [
40509
+ {
40510
+ "name": "display-popover",
40511
+ "type": {
40512
+ "text": "boolean | undefined"
40513
+ },
40514
+ "description": "Whether to display the popover.",
40515
+ "default": "false",
40516
+ "fieldName": "displayPopover"
40517
+ },
40518
+ {
40519
+ "name": "placement",
40520
+ "type": {
40521
+ "text": "Placement"
40522
+ },
40523
+ "description": "The placement of the popover within Searchpopover component.\nThis defines the position of the popover relative to the search input field.\n\nPossible values:\n - 'top-start'\n - 'bottom-start'",
40524
+ "default": "'bottom-start'",
40525
+ "fieldName": "placement"
40526
+ },
40527
+ {
40528
+ "name": "popover-z-index",
40529
+ "type": {
40530
+ "text": "number"
40531
+ },
40532
+ "description": "The z-index of the popover within Searchpopover.\n\nOverride this to make sure this stays on top of other components.",
40533
+ "default": "1000",
40534
+ "fieldName": "popoverZIndex"
40535
+ },
40536
+ {
40537
+ "name": "auto-focus-on-mount",
40538
+ "type": {
40539
+ "text": "boolean"
40540
+ },
40541
+ "default": "false",
40542
+ "description": "This property indicates whether the element should receive focus automatically when it is mounted.\n\nIt will not focus if the element is re-attached to the DOM after being removed.",
40543
+ "fieldName": "autoFocusOnMount",
40544
+ "inheritedFrom": {
40545
+ "name": "AutoFocusOnMountMixin",
40546
+ "module": "src/utils/mixins/AutoFocusOnMountMixin.ts"
40547
+ }
40548
+ },
40549
+ {
40550
+ "name": "name",
40551
+ "type": {
40552
+ "text": "string"
40553
+ },
40554
+ "default": "''",
40555
+ "description": "Indicates the name of the component group.\nThey are used to group elements in a form together.",
40556
+ "fieldName": "name",
40557
+ "inheritedFrom": {
40558
+ "name": "FormInternalsMixin",
40559
+ "module": "src/utils/mixins/FormInternalsMixin.ts"
40560
+ }
40561
+ },
40562
+ {
40563
+ "name": "value",
40564
+ "type": {
40565
+ "text": "string"
40566
+ },
40567
+ "default": "''",
40568
+ "description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
40569
+ "fieldName": "value",
40570
+ "inheritedFrom": {
40571
+ "name": "FormInternalsMixin",
40572
+ "module": "src/utils/mixins/FormInternalsMixin.ts"
40573
+ }
40574
+ },
40575
+ {
40576
+ "name": "validation-message",
40577
+ "type": {
40578
+ "text": "string | undefined"
40579
+ },
40580
+ "description": "Custom validation message that will override the default message and displayed when the input is invalid.\n\nTo display custom validation messages, you must listen for input events (or other relevant events)\non your component and update the `validationMessage` property with the desired message string.\nUpdating this property will ensure that new validation messages are shown to the user.\n- The `validationMessage` property overrides the default browser validation message when set.\n- Consumers are responsible for updating `validationMessage` in response to input or validation state changes.",
40581
+ "fieldName": "validationMessage",
40582
+ "inheritedFrom": {
40583
+ "name": "FormInternalsMixin",
40584
+ "module": "src/utils/mixins/FormInternalsMixin.ts"
40585
+ }
40586
+ },
40587
+ {
40588
+ "name": "data-aria-label",
40589
+ "type": {
40590
+ "text": "string | null"
40591
+ },
40592
+ "default": "null",
40593
+ "description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
40594
+ "fieldName": "dataAriaLabel",
40595
+ "inheritedFrom": {
40596
+ "name": "DataAriaLabelMixin",
40597
+ "module": "src/utils/mixins/DataAriaLabelMixin.ts"
40598
+ }
40599
+ },
40600
+ {
40601
+ "name": "placeholder",
40602
+ "type": {
40603
+ "text": "string"
40604
+ },
40605
+ "default": "''",
40606
+ "description": "The placeholder text that is displayed when the input field is empty.",
40607
+ "fieldName": "placeholder",
40608
+ "inheritedFrom": {
40609
+ "name": "Input",
40610
+ "module": "src/components/input/input.component.ts"
40611
+ }
40612
+ },
40613
+ {
40614
+ "name": "prefix-text",
40615
+ "type": {
40616
+ "text": "string | undefined"
40617
+ },
40618
+ "description": "The prefix text that is displayed before the input field. It has a max length of 10 characters.\nWhen the prefix text is set, make sure to set the 'data-aria-label'\nattribute with the appropriate value for accessibility.",
40619
+ "fieldName": "prefixText",
40620
+ "inheritedFrom": {
40621
+ "name": "Input",
40622
+ "module": "src/components/input/input.component.ts"
40623
+ }
40624
+ },
40625
+ {
40626
+ "name": "leading-icon",
40627
+ "type": {
40628
+ "text": "IconNames | undefined"
40629
+ },
40630
+ "description": "The leading icon that is displayed before the input field.",
40631
+ "fieldName": "leadingIcon",
40632
+ "inheritedFrom": {
40633
+ "name": "Input",
40634
+ "module": "src/components/input/input.component.ts"
40635
+ }
40636
+ },
40637
+ {
40638
+ "name": "trailing-button",
40639
+ "type": {
40640
+ "text": "boolean"
40641
+ },
40642
+ "default": "false",
40643
+ "description": "The trailing button when set to true, shows a clear button that clears the input field.",
40644
+ "fieldName": "trailingButton",
40645
+ "inheritedFrom": {
40646
+ "name": "Input",
40647
+ "module": "src/components/input/input.component.ts"
40648
+ }
40649
+ },
40650
+ {
40651
+ "name": "maxlength",
40652
+ "type": {
40653
+ "text": "number | undefined"
40654
+ },
40655
+ "description": "The maximum number of characters that the input field can accept.",
40656
+ "fieldName": "maxlength",
40657
+ "inheritedFrom": {
40658
+ "name": "Input",
40659
+ "module": "src/components/input/input.component.ts"
40660
+ }
40661
+ },
40662
+ {
40663
+ "name": "minlength",
40664
+ "type": {
40665
+ "text": "number | undefined"
40666
+ },
40667
+ "description": "The minimum number of characters that the input field can accept.",
40668
+ "fieldName": "minlength",
40669
+ "inheritedFrom": {
40670
+ "name": "Input",
40671
+ "module": "src/components/input/input.component.ts"
40672
+ }
40673
+ },
40674
+ {
40675
+ "name": "autocapitalize",
40676
+ "type": {
40677
+ "text": "AutoCapitalizeType"
40678
+ },
40679
+ "description": "The autocapitalize attribute of the input field.",
40680
+ "default": "'off'",
40681
+ "fieldName": "autocapitalize",
40682
+ "inheritedFrom": {
40683
+ "name": "Input",
40684
+ "module": "src/components/input/input.component.ts"
40685
+ }
40686
+ },
40687
+ {
40688
+ "name": "autocomplete",
40689
+ "type": {
40690
+ "text": "AutoCompleteType"
40691
+ },
40692
+ "description": "The autocomplete attribute of the input field.",
40693
+ "default": "'off'",
40694
+ "fieldName": "autocomplete",
40695
+ "inheritedFrom": {
40696
+ "name": "Input",
40697
+ "module": "src/components/input/input.component.ts"
40698
+ }
40699
+ },
40700
+ {
40701
+ "name": "dirname",
40702
+ "type": {
40703
+ "text": "string | undefined"
40704
+ },
40705
+ "description": "Specifies the name of the directionality of text for submission purposes (e.g., \"rtl\" for right-to-left).",
40706
+ "fieldName": "dirname",
40707
+ "inheritedFrom": {
40708
+ "name": "Input",
40709
+ "module": "src/components/input/input.component.ts"
40710
+ }
40711
+ },
40712
+ {
40713
+ "name": "pattern",
40714
+ "type": {
40715
+ "text": "string | undefined"
40716
+ },
40717
+ "description": "The pattern attribute of the input field.\nSpecifies a regular expression that the input value must match for validation purposes.",
40718
+ "fieldName": "pattern",
40719
+ "inheritedFrom": {
40720
+ "name": "Input",
40721
+ "module": "src/components/input/input.component.ts"
40722
+ }
40723
+ },
40724
+ {
40725
+ "name": "list",
40726
+ "type": {
40727
+ "text": "string | undefined"
40728
+ },
40729
+ "description": "The list attribute of the input field.\nIdentifies a list of pre-defined options to suggest to the user.",
40730
+ "fieldName": "list",
40731
+ "inheritedFrom": {
40732
+ "name": "Input",
40733
+ "module": "src/components/input/input.component.ts"
40734
+ }
40735
+ },
40736
+ {
40737
+ "name": "size",
40738
+ "type": {
40739
+ "text": "number | undefined | undefined"
40740
+ },
40741
+ "description": "The size attribute of the input field.\nSpecifies the width of the input field.",
40742
+ "default": "undefined",
40743
+ "fieldName": "size",
40744
+ "inheritedFrom": {
40745
+ "name": "Input",
40746
+ "module": "src/components/input/input.component.ts"
40747
+ }
40748
+ },
40749
+ {
40750
+ "name": "clear-aria-label",
40751
+ "type": {
40752
+ "text": "string"
40753
+ },
40754
+ "default": "''",
40755
+ "description": "Aria label for the trailing button. If trailing button is set to true, this label is used for the clear button.",
40756
+ "fieldName": "clearAriaLabel",
40757
+ "inheritedFrom": {
40758
+ "name": "Input",
40759
+ "module": "src/components/input/input.component.ts"
40760
+ }
40761
+ },
40762
+ {
40763
+ "name": "data-aria-describedby",
40764
+ "type": {
40765
+ "text": "string | null"
40766
+ },
40767
+ "default": "null",
40768
+ "description": "Defines a id pointing to the element which describes the input element.\nThe AriaDescribedby attribute to be set for accessibility.",
40769
+ "fieldName": "dataAriaDescribedby",
40770
+ "inheritedFrom": {
40771
+ "name": "Input",
40772
+ "module": "src/components/input/input.component.ts"
40773
+ }
40774
+ },
40775
+ {
40776
+ "name": "disabled",
40777
+ "type": {
40778
+ "text": "boolean | undefined"
40779
+ },
40780
+ "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
40781
+ "default": "undefined",
40782
+ "fieldName": "disabled",
40783
+ "inheritedFrom": {
40784
+ "name": "FormfieldWrapper",
40785
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
40786
+ }
40787
+ },
40788
+ {
40789
+ "name": "label",
40790
+ "type": {
40791
+ "text": "string | undefined"
40792
+ },
40793
+ "description": "The label of the input field. It is linked to the input field using the `for` attribute.",
40794
+ "fieldName": "label",
40795
+ "inheritedFrom": {
40796
+ "name": "FormfieldWrapper",
40797
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
40798
+ }
40799
+ },
40800
+ {
40801
+ "name": "required",
40802
+ "type": {
40803
+ "text": "boolean"
40804
+ },
40805
+ "default": "false",
40806
+ "description": "The required attribute to indicate that the input field is required.\nIt is used to append a required indicator (*) to the label.",
40807
+ "fieldName": "required",
40808
+ "inheritedFrom": {
40809
+ "name": "FormfieldWrapper",
40810
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
40811
+ }
40812
+ },
40813
+ {
40814
+ "name": "help-text-type",
40815
+ "type": {
40816
+ "text": "ValidationType"
40817
+ },
40818
+ "description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
40819
+ "fieldName": "helpTextType",
40820
+ "inheritedFrom": {
40821
+ "name": "FormfieldWrapper",
40822
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
40823
+ }
40824
+ },
40825
+ {
40826
+ "name": "help-text",
40827
+ "type": {
40828
+ "text": "string | undefined"
40829
+ },
40830
+ "description": "The help text that is displayed below the input field.",
40831
+ "fieldName": "helpText",
40832
+ "inheritedFrom": {
40833
+ "name": "FormfieldWrapper",
40834
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
40835
+ }
40836
+ },
40837
+ {
40838
+ "name": "toggletip-text",
40839
+ "type": {
40840
+ "text": "string | undefined"
40841
+ },
40842
+ "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
40843
+ "fieldName": "toggletipText",
40844
+ "inheritedFrom": {
40845
+ "name": "FormfieldWrapper",
40846
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
40847
+ }
40848
+ },
40849
+ {
40850
+ "name": "toggletip-placement",
40851
+ "type": {
40852
+ "text": "PopoverPlacement"
40853
+ },
40854
+ "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
40855
+ "default": "'top'",
40856
+ "fieldName": "toggletipPlacement",
40857
+ "inheritedFrom": {
40858
+ "name": "FormfieldWrapper",
40859
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
40860
+ }
40861
+ },
40862
+ {
40863
+ "name": "toggletip-strategy",
40864
+ "type": {
40865
+ "text": "PopoverStrategy"
40866
+ },
40867
+ "fieldName": "toggletipStrategy",
40868
+ "inheritedFrom": {
40869
+ "name": "FormfieldWrapper",
40870
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
40871
+ }
40872
+ },
40873
+ {
40874
+ "name": "info-icon-aria-label",
40875
+ "type": {
40876
+ "text": "string | undefined"
40877
+ },
40878
+ "description": "Aria label for the info icon that is displayed next to the label when `toggletipText` is set.\nThis is used for accessibility purposes to provide a description of the icon.",
40879
+ "fieldName": "infoIconAriaLabel",
40880
+ "inheritedFrom": {
40881
+ "name": "FormfieldWrapper",
40882
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
40883
+ }
40884
+ },
40885
+ {
40886
+ "name": "readonly",
40887
+ "type": {
40888
+ "text": "boolean"
40889
+ },
40890
+ "default": "false",
40891
+ "description": "Determines whether the form field is read-only.",
40892
+ "fieldName": "readonly",
40893
+ "inheritedFrom": {
40894
+ "name": "FormfieldWrapper",
40895
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
40896
+ }
40897
+ },
40898
+ {
40899
+ "name": "soft-disabled",
40900
+ "type": {
40901
+ "text": "boolean"
40902
+ },
40903
+ "default": "false",
40904
+ "description": "Determines whether the form field is soft-disabled.",
40905
+ "fieldName": "softDisabled",
40906
+ "inheritedFrom": {
40907
+ "name": "FormfieldWrapper",
40908
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
40909
+ }
40910
+ }
40911
+ ],
40912
+ "superclass": {
40913
+ "name": "Searchfield",
40914
+ "module": "/src/components/searchfield/searchfield.component"
40915
+ },
40916
+ "tagName": "mdc-searchpopover",
40917
+ "jsDoc": "/**\n * `mdc-searchpopover` widget is a combination of the Searchfield and Popover components, connected to ensure\n * proper accessibility. This component should be used when search results or suggestions need to be displayed\n * in a popover below the search input field, where the search results hold individual actions like navigating to a\n * a different url etc.\n *\n * - Don't use this when search results are displayed inline on the page -> use Searchfield component instead.\n * - Don't use this when a list of options is filtered based on the search input -> use Combobox component instead.\n *\n * It supports `mdc-inputchip` as filters.\n *\n * This component is built by extending the `mdc-searchfield` component & rendering the mdc-popover component inside.\n *\n * @tagname mdc-searchpopover\n *\n * @event input - (React: onInput) This event is dispatched when the value of the input field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the input field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the input receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the input loses focus.\n * @event clear - (React: onClear) This event is dispatched when the input text is cleared.\n * @event shown - (React: onShown) This event is dispatched when the popover is shown\n * @event hidden - (React: onHidden) This event is dispatched when the popover is hidden\n *\n * @slot default - Default slot (=children) for the popover content\n * @slot filters - Slot for input chips\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n * @slot input - Slot for the input element. If not provided, the input field will be rendered.\n * @slot input-leading-icon - Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.\n * @slot input-prefix-text - Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.\n * @slot trailing-button - Slot for the trailing button to clear the input field. If not provided, the clear button will be rendered when `trailingButton` property is set to true.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-input-text-color - Text color for the input field\n * @cssproperty --mdc-input-border-color - Border color for the input container\n * @cssproperty --mdc-input-background-color - Background color for the input field\n * @cssproperty --mdc-input-support-text-color - Text color for the help text\n * @cssproperty --mdc-input-selection-text-color - Text color for the selected text\n * @cssproperty --mdc-input-selection-background-color - Background color for the selected text\n * @cssproperty --mdc-searchpopover-width - Width of the searchpopover component\n * @cssproperty --mdc-searchpopover-popover-width - Width of the popover within the searchpopover component\n * @cssproperty --mdc-searchpopover-popover-height - Height of the popover within the searchpopover component\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart leading-icon - The leading icon element that is displayed before the input field.\n * @csspart prefix-text - The prefix text element that is displayed before the input field.\n * @csspart input-container - The container for the input field, leading icon, prefix text, and trailing button elements.\n * @csspart input-section - The container for the input field, leading icon, and prefix text elements.\n * @csspart input-text - The input field element.\n * @csspart trailing-button - The trailing button element that is displayed to clear the input field when the `trailingButton` property is set to true.\n * @csspart popover-content - The popover content element.\n */",
40918
+ "customElement": true
40919
+ }
40920
+ ],
40921
+ "exports": [
40922
+ {
40923
+ "kind": "js",
40924
+ "name": "default",
40925
+ "declaration": {
40926
+ "name": "Searchpopover",
40927
+ "module": "components/searchpopover/searchpopover.component.js"
40928
+ }
40929
+ }
40930
+ ]
40931
+ },
40932
+ {
40933
+ "kind": "javascript-module",
40934
+ "path": "components/select/select.component.js",
40935
+ "declarations": [
40936
+ {
40937
+ "kind": "class",
40938
+ "description": "The mdc-select component is a dropdown selection control that allows users to pick an option from a predefined list.\nIt is designed to work with `mdc-option` for individual options and `mdc-optgroup` for grouping related options.\n\nEvery mdc-option should have a `value` attribute set to ensure proper form submission.\n\nTo set a default option, use the `selected` attribute on the `mdc-option` element.\nYou can also set the `value` attribute on the `mdc-select` element to match the value of the desired option. The component will select the corresponding option automatically.\n\n**Note:** Make sure to add `mdc-selectlistbox` as a child of `mdc-select` and wrap options/optgroup in it to ensure proper accessibility functionality. Read more about it in SelectListBox documentation.\n\nIf you need to use `mdc-tooltip` with any options, make sure to place the tooltip component outside the `mdc-select` element.",
40939
+ "name": "Select",
40940
+ "cssProperties": [
40941
+ {
40942
+ "description": "Font size for the label text.",
40943
+ "name": "--mdc-label-font-size",
40944
+ "inheritedFrom": {
40945
+ "name": "FormfieldWrapper",
40946
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
40947
+ }
40948
+ },
40949
+ {
40950
+ "description": "Font weight for the label text.",
40951
+ "name": "--mdc-label-font-weight",
40952
+ "inheritedFrom": {
40953
+ "name": "FormfieldWrapper",
40954
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
40955
+ }
40956
+ },
40957
+ {
40958
+ "description": "Line height for the label text.",
40959
+ "name": "--mdc-label-line-height",
40960
+ "inheritedFrom": {
40961
+ "name": "FormfieldWrapper",
40962
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
40963
+ }
40964
+ },
40965
+ {
40966
+ "description": "Color for the label text.",
40967
+ "name": "--mdc-label-color",
40968
+ "inheritedFrom": {
40969
+ "name": "FormfieldWrapper",
40970
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
40971
+ }
40972
+ },
40973
+ {
40974
+ "description": "Font size for the help text.",
40975
+ "name": "--mdc-help-text-font-size",
40976
+ "inheritedFrom": {
40977
+ "name": "FormfieldWrapper",
40978
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
40979
+ }
40980
+ },
40981
+ {
40982
+ "description": "Font weight for the help text.",
40983
+ "name": "--mdc-help-text-font-weight",
40984
+ "inheritedFrom": {
40985
+ "name": "FormfieldWrapper",
40986
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
40987
+ }
40988
+ },
40989
+ {
40990
+ "description": "Line height for the help text.",
40991
+ "name": "--mdc-help-text-line-height",
40992
+ "inheritedFrom": {
40993
+ "name": "FormfieldWrapper",
40994
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
40995
+ }
40996
+ },
40997
+ {
40998
+ "description": "Color for the help text.",
40999
+ "name": "--mdc-help-text-color",
41000
+ "inheritedFrom": {
41001
+ "name": "FormfieldWrapper",
41002
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
41003
+ }
41004
+ },
41005
+ {
41006
+ "description": "Color for the required indicator text.",
41007
+ "name": "--mdc-required-indicator-color",
41008
+ "inheritedFrom": {
41009
+ "name": "FormfieldWrapper",
41010
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
41011
+ }
41012
+ },
41013
+ {
41014
+ "description": "The background color of the combobox of select.",
41015
+ "name": "--mdc-select-background-color"
41016
+ },
41017
+ {
41018
+ "description": "The text color of the select.",
41019
+ "name": "--mdc-select-text-color"
41020
+ },
41021
+ {
41022
+ "description": "The border color of the select.",
41023
+ "name": "--mdc-select-border-color"
41024
+ },
41025
+ {
41026
+ "description": "The width of the select.",
41027
+ "name": "--mdc-select-width"
41028
+ },
41029
+ {
41030
+ "description": "The height of the listbox inside the select.",
41031
+ "name": "--mdc-select-listbox-height"
41032
+ },
41033
+ {
41034
+ "description": "The width of the listbox inside the select (default: `--mdc-select-width`).",
41035
+ "name": "--mdc-select-listbox-width"
41036
+ }
41037
+ ],
41038
+ "cssParts": [
41039
+ {
41040
+ "description": "The label element.",
41041
+ "name": "label",
41042
+ "inheritedFrom": {
41043
+ "name": "FormfieldWrapper",
41044
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
41045
+ }
41046
+ },
41047
+ {
41048
+ "description": "The container for the label and required indicator elements.",
41049
+ "name": "label-text",
41050
+ "inheritedFrom": {
41051
+ "name": "FormfieldWrapper",
41052
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
41053
+ }
41054
+ },
41055
+ {
41056
+ "description": "The required indicator element that is displayed next to the label when the `required` property is set to true.",
41057
+ "name": "required-indicator",
41058
+ "inheritedFrom": {
41059
+ "name": "FormfieldWrapper",
41060
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
41061
+ }
41062
+ },
41063
+ {
41064
+ "description": "The info icon button element that is displayed next to the label when the `toggletip-text` property is set.",
41065
+ "name": "info-icon-btn",
41066
+ "inheritedFrom": {
41067
+ "name": "FormfieldWrapper",
41068
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
41069
+ }
41070
+ },
41071
+ {
41072
+ "description": "The toggletip element that is displayed when the info icon button is clicked.",
41073
+ "name": "label-toggletip",
41074
+ "inheritedFrom": {
41075
+ "name": "FormfieldWrapper",
41076
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
41077
+ }
41078
+ },
41079
+ {
41080
+ "description": "The helper/validation text element.",
41081
+ "name": "help-text",
41082
+ "inheritedFrom": {
41083
+ "name": "FormfieldWrapper",
41084
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
41085
+ }
41086
+ },
41087
+ {
41088
+ "description": "The helper/validation icon element that is displayed next to the helper/validation text.",
41089
+ "name": "helper-icon",
41090
+ "inheritedFrom": {
41091
+ "name": "FormfieldWrapper",
41092
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
41093
+ }
41094
+ },
41095
+ {
41096
+ "description": "The container for the helper/validation icon and text elements.",
41097
+ "name": "help-text-container",
41098
+ "inheritedFrom": {
41099
+ "name": "FormfieldWrapper",
41100
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
41101
+ }
41102
+ }
41103
+ ],
41104
+ "slots": [
41105
+ {
41106
+ "description": "This is a default/unnamed slot for Selectlistbox including options and/or option group.",
41107
+ "name": "default"
41108
+ },
41109
+ {
41110
+ "description": "Slot for the label element. If not provided, the `label` property will be used to render the label.",
41111
+ "name": "label",
41112
+ "inheritedFrom": {
41113
+ "name": "FormfieldWrapper",
41114
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
41115
+ }
41116
+ },
41117
+ {
41118
+ "description": "Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.",
41119
+ "name": "toggletip",
41120
+ "inheritedFrom": {
41121
+ "name": "FormfieldWrapper",
41122
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
41123
+ }
41124
+ },
41125
+ {
41126
+ "description": "Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.",
41127
+ "name": "help-icon",
41128
+ "inheritedFrom": {
41129
+ "name": "FormfieldWrapper",
41130
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
41131
+ }
41132
+ },
41133
+ {
41134
+ "description": "Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.",
41135
+ "name": "help-text",
41136
+ "inheritedFrom": {
41137
+ "name": "FormfieldWrapper",
41138
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
41139
+ }
41140
+ }
41141
+ ],
41142
+ "members": [
41143
+ {
41144
+ "kind": "field",
41145
+ "name": "placeholder",
41146
+ "type": {
41147
+ "text": "string | undefined"
41148
+ },
41149
+ "description": "The placeholder text which will be shown on the text if provided.",
41150
+ "attribute": "placeholder"
41151
+ },
41152
+ {
41153
+ "kind": "field",
41154
+ "name": "placement",
41155
+ "type": {
41156
+ "text": "Placement"
41157
+ },
41158
+ "description": "The placement of the popover within Select component.\nThis defines the position of the popover relative to the select input field.\n\nPossible values:\n - 'top-start'\n - 'bottom-start'",
41159
+ "default": "'bottom-start'",
41160
+ "attribute": "placement",
41161
+ "reflects": true
41162
+ },
41163
+ {
41164
+ "kind": "field",
41165
+ "name": "boundary",
41166
+ "type": {
41167
+ "text": "'clippingAncestors' | string"
41168
+ },
41169
+ "description": "This describes the clipping element(s) or area that overflow of the used popover will be checked relative to.\nThe default is 'clippingAncestors', which are the overflow ancestors which will cause the\nelement to be clipped.\n\nPossible values:\n - 'clippingAncestors'\n - any css selector",
41170
+ "default": "'clippingAncestors'",
41171
+ "attribute": "boundary",
41172
+ "reflects": true
41173
+ },
41174
+ {
41175
+ "kind": "field",
41176
+ "name": "strategy",
41177
+ "type": {
41178
+ "text": "PopoverStrategy"
41179
+ },
41180
+ "description": "The strategy of the popover within Select.\nThis determines how the popover is positioned in the DOM.\n\nIn case `boundary` is set to something other than 'clippingAncestors',\nit might be necessary to set the `strategy` to 'fixed' to ensure that the popover\nis not getting clipped by scrollable containers enclosing the select.",
41181
+ "default": "absolute",
41182
+ "attribute": "strategy",
41183
+ "reflects": true
41184
+ },
41185
+ {
41186
+ "kind": "field",
41187
+ "name": "popoverZIndex",
41188
+ "type": {
41189
+ "text": "number"
41190
+ },
41191
+ "description": "The z-index of the popover within Select.\n\nOverride this to make sure this stays on top of other components.",
41192
+ "default": "1000",
41193
+ "attribute": "popover-z-index",
41194
+ "reflects": true
41195
+ },
41196
+ {
41197
+ "kind": "field",
41198
+ "name": "backdropAppendTo",
39729
41199
  "type": {
39730
41200
  "text": "string | undefined"
39731
41201
  },
@@ -50821,238 +52291,81 @@
50821
52291
  },
50822
52292
  "default": "null",
50823
52293
  "description": "aria-describedby of the popover.",
50824
- "fieldName": "ariaDescribedby",
50825
- "inheritedFrom": {
50826
- "name": "Popover",
50827
- "module": "src/components/popover/popover.component.ts"
50828
- }
50829
- },
50830
- {
50831
- "name": "disable-aria-expanded",
50832
- "type": {
50833
- "text": "boolean"
50834
- },
50835
- "description": "Disable setting the `aria-expanded` attribute on trigger element.\n\nNote, when `disable-aria-expanded` is true\n - when its value change after first update to\n - `true`: popover will not remove the `aria-expanded` to avoid conflicts when there are more than one popover\n registered to the same trigger\n - `false`: check `aria-expanded` value and update it if necessary.\n - aria-haspopup will be disabled as well",
50836
- "default": "false",
50837
- "fieldName": "disableAriaExpanded",
50838
- "inheritedFrom": {
50839
- "name": "Popover",
50840
- "module": "src/components/popover/popover.component.ts"
50841
- }
50842
- },
50843
- {
50844
- "name": "keep-connected-tooltip-open",
50845
- "type": {
50846
- "text": "boolean"
50847
- },
50848
- "description": "Controls the visibility of a connected tooltip when this popover is open.\n- If set to `true`, the tooltip remains open alongside the popover.\n- If set to `false`, the tooltip will be closed when the popover opens.\nUseful for scenarios where both a popover and a tooltip are linked to the same trigger element.",
50849
- "fieldName": "keepConnectedTooltipOpen",
50850
- "inheritedFrom": {
50851
- "name": "Popover",
50852
- "module": "src/components/popover/popover.component.ts"
50853
- }
50854
- }
50855
- ],
50856
- "superclass": {
50857
- "name": "Popover",
50858
- "module": "/src/components/popover/popover.component"
50859
- },
50860
- "tagName": "mdc-tooltip",
50861
- "jsDoc": "/**\n * A tooltip is triggered by mouse hover or by keyboard focus\n * and will disappear upon mouse exit or focus change.\n *\n * Note: Tooltips cannot contain content that can be focused or interacted with.\n *\n * @tagname mdc-tooltip\n *\n * @event shown - (React: onShown) This event is dispatched when the tooltip is shown\n * @event hidden - (React: onHidden) This event is dispatched when the tooltip is hidden\n * @event created - (React: onCreated) This event is dispatched when the tooltip is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched when the tooltip is destroyed (removed from the DOM)\n *\n * @cssproperty --mdc-tooltip-max-width - The maximum width of the tooltip.\n * @cssproperty --mdc-tooltip-padding - The padding of the tooltip.\n * @cssproperty --mdc-tooltip-text-color - The text color of the tooltip.\n * @cssproperty --mdc-tooltip-text-color-contrast - The text color of the tooltip when the color is contrast.\n *\n */",
50862
- "customElement": true,
50863
- "slots": [
50864
- {
50865
- "description": "Default slot for the popover content",
50866
- "name": "",
50867
- "inheritedFrom": {
50868
- "name": "Popover",
50869
- "module": "src/components/popover/popover.component.ts"
50870
- }
50871
- }
50872
- ],
50873
- "cssParts": [
50874
- {
50875
- "description": "The close button of the popover.",
50876
- "name": "popover-close",
50877
- "inheritedFrom": {
50878
- "name": "Popover",
50879
- "module": "src/components/popover/popover.component.ts"
50880
- }
50881
- },
50882
- {
50883
- "description": "The content of the popover.",
50884
- "name": "popover-content",
50885
- "inheritedFrom": {
50886
- "name": "Popover",
50887
- "module": "src/components/popover/popover.component.ts"
50888
- }
50889
- },
50890
- {
50891
- "description": "The hover bridge of the popover.",
50892
- "name": "popover-hover-bridge",
50893
- "inheritedFrom": {
50894
- "name": "Popover",
50895
- "module": "src/components/popover/popover.component.ts"
50896
- }
50897
- }
50898
- ]
50899
- }
50900
- ],
50901
- "exports": [
50902
- {
50903
- "kind": "js",
50904
- "name": "default",
50905
- "declaration": {
50906
- "name": "Tooltip",
50907
- "module": "components/tooltip/tooltip.component.js"
50908
- }
50909
- }
50910
- ]
50911
- },
50912
- {
50913
- "kind": "javascript-module",
50914
- "path": "components/virtualizedlist/virtualizedlist.component.js",
50915
- "declarations": [
50916
- {
50917
- "kind": "class",
50918
- "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.",
50919
- "name": "VirtualizedList",
50920
- "cssParts": [
50921
- {
50922
- "description": "The container of the virtualized list.",
50923
- "name": "container"
50924
- },
50925
- {
50926
- "description": "The scrollable area of the virtualized list.",
50927
- "name": "scroll"
50928
- }
50929
- ],
50930
- "slots": [
50931
- {
50932
- "description": "Client side List with nested list items.",
50933
- "name": ""
50934
- }
50935
- ],
50936
- "members": [
50937
- {
50938
- "kind": "field",
50939
- "name": "virtualizerProps",
50940
- "type": {
50941
- "text": "VirtualizerProps"
50942
- },
50943
- "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)",
50944
- "attribute": "virtualizerprops"
50945
- },
50946
- {
50947
- "kind": "field",
50948
- "name": "setlistdata",
50949
- "type": {
50950
- "text": "(({ virtualItems, measureElement, listStyle }: SetListDataProps) => void) | null"
50951
- },
50952
- "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.",
50953
- "default": "null",
50954
- "attribute": "setlistdata"
50955
- },
50956
- {
50957
- "kind": "field",
50958
- "name": "scrollElementRef",
50959
- "type": {
50960
- "text": "Ref<HTMLDivElement>"
50961
- },
50962
- "privacy": "public"
50963
- },
50964
- {
50965
- "kind": "field",
50966
- "name": "virtualizer",
50967
- "type": {
50968
- "text": "Virtualizer<Element, Element> | null"
50969
- },
50970
- "privacy": "public",
50971
- "default": "null"
50972
- },
50973
- {
50974
- "kind": "field",
50975
- "name": "virtualItems",
50976
- "type": {
50977
- "text": "Array<VirtualItem>"
50978
- },
50979
- "privacy": "public",
50980
- "default": "[]"
50981
- },
50982
- {
50983
- "kind": "method",
50984
- "name": "handleScroll",
50985
- "privacy": "private",
50986
- "return": {
50987
- "type": {
50988
- "text": "void"
50989
- }
50990
- },
50991
- "parameters": [
50992
- {
50993
- "name": "event",
50994
- "type": {
50995
- "text": "Event"
50996
- }
50997
- }
50998
- ],
50999
- "description": "Refires the scroll event from the internal scroll container to the host element"
52294
+ "fieldName": "ariaDescribedby",
52295
+ "inheritedFrom": {
52296
+ "name": "Popover",
52297
+ "module": "src/components/popover/popover.component.ts"
52298
+ }
51000
52299
  },
51001
52300
  {
51002
- "kind": "field",
51003
- "name": "virtualizerController",
52301
+ "name": "disable-aria-expanded",
51004
52302
  "type": {
51005
- "text": "null"
52303
+ "text": "boolean"
51006
52304
  },
51007
- "default": "null"
52305
+ "description": "Disable setting the `aria-expanded` attribute on trigger element.\n\nNote, when `disable-aria-expanded` is true\n - when its value change after first update to\n - `true`: popover will not remove the `aria-expanded` to avoid conflicts when there are more than one popover\n registered to the same trigger\n - `false`: check `aria-expanded` value and update it if necessary.\n - aria-haspopup will be disabled as well",
52306
+ "default": "false",
52307
+ "fieldName": "disableAriaExpanded",
52308
+ "inheritedFrom": {
52309
+ "name": "Popover",
52310
+ "module": "src/components/popover/popover.component.ts"
52311
+ }
51008
52312
  },
51009
52313
  {
51010
- "kind": "field",
51011
- "name": "onscroll",
52314
+ "name": "keep-connected-tooltip-open",
51012
52315
  "type": {
51013
- "text": "null"
52316
+ "text": "boolean"
51014
52317
  },
51015
- "default": "null"
52318
+ "description": "Controls the visibility of a connected tooltip when this popover is open.\n- If set to `true`, the tooltip remains open alongside the popover.\n- If set to `false`, the tooltip will be closed when the popover opens.\nUseful for scenarios where both a popover and a tooltip are linked to the same trigger element.",
52319
+ "fieldName": "keepConnectedTooltipOpen",
52320
+ "inheritedFrom": {
52321
+ "name": "Popover",
52322
+ "module": "src/components/popover/popover.component.ts"
52323
+ }
51016
52324
  }
51017
52325
  ],
51018
- "events": [
52326
+ "superclass": {
52327
+ "name": "Popover",
52328
+ "module": "/src/components/popover/popover.component"
52329
+ },
52330
+ "tagName": "mdc-tooltip",
52331
+ "jsDoc": "/**\n * A tooltip is triggered by mouse hover or by keyboard focus\n * and will disappear upon mouse exit or focus change.\n *\n * Note: Tooltips cannot contain content that can be focused or interacted with.\n *\n * @tagname mdc-tooltip\n *\n * @event shown - (React: onShown) This event is dispatched when the tooltip is shown\n * @event hidden - (React: onHidden) This event is dispatched when the tooltip is hidden\n * @event created - (React: onCreated) This event is dispatched when the tooltip is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched when the tooltip is destroyed (removed from the DOM)\n *\n * @cssproperty --mdc-tooltip-max-width - The maximum width of the tooltip.\n * @cssproperty --mdc-tooltip-padding - The padding of the tooltip.\n * @cssproperty --mdc-tooltip-text-color - The text color of the tooltip.\n * @cssproperty --mdc-tooltip-text-color-contrast - The text color of the tooltip when the color is contrast.\n *\n */",
52332
+ "customElement": true,
52333
+ "slots": [
51019
52334
  {
51020
- "type": {
51021
- "text": "EventConstructor"
52335
+ "description": "Default slot for the popover content",
52336
+ "name": "",
52337
+ "inheritedFrom": {
52338
+ "name": "Popover",
52339
+ "module": "src/components/popover/popover.component.ts"
51022
52340
  }
51023
- },
51024
- {
51025
- "description": "(React: onScroll) Event that gets called when user scrolls inside of list.",
51026
- "name": "scroll",
51027
- "reactName": "onScroll"
51028
52341
  }
51029
52342
  ],
51030
- "attributes": [
52343
+ "cssParts": [
51031
52344
  {
51032
- "name": "virtualizerprops",
51033
- "type": {
51034
- "text": "VirtualizerProps"
51035
- },
51036
- "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)",
51037
- "fieldName": "virtualizerProps"
52345
+ "description": "The close button of the popover.",
52346
+ "name": "popover-close",
52347
+ "inheritedFrom": {
52348
+ "name": "Popover",
52349
+ "module": "src/components/popover/popover.component.ts"
52350
+ }
51038
52351
  },
51039
52352
  {
51040
- "name": "setlistdata",
51041
- "type": {
51042
- "text": "(({ virtualItems, measureElement, listStyle }: SetListDataProps) => void) | null"
51043
- },
51044
- "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.",
51045
- "default": "null",
51046
- "fieldName": "setlistdata"
52353
+ "description": "The content of the popover.",
52354
+ "name": "popover-content",
52355
+ "inheritedFrom": {
52356
+ "name": "Popover",
52357
+ "module": "src/components/popover/popover.component.ts"
52358
+ }
52359
+ },
52360
+ {
52361
+ "description": "The hover bridge of the popover.",
52362
+ "name": "popover-hover-bridge",
52363
+ "inheritedFrom": {
52364
+ "name": "Popover",
52365
+ "module": "src/components/popover/popover.component.ts"
52366
+ }
51047
52367
  }
51048
- ],
51049
- "superclass": {
51050
- "name": "Component",
51051
- "module": "/src/models"
51052
- },
51053
- "tagName": "mdc-virtualizedlist",
51054
- "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 scroll - (React: onScroll) Event that gets called when user scrolls inside of list.\n *\n * @slot - Client side List with nested list items.\n *\n * @csspart container - The container of the virtualized list.\n * @csspart scroll - The scrollable area of the virtualized list.\n */",
51055
- "customElement": true
52368
+ ]
51056
52369
  }
51057
52370
  ],
51058
52371
  "exports": [
@@ -51060,8 +52373,8 @@
51060
52373
  "kind": "js",
51061
52374
  "name": "default",
51062
52375
  "declaration": {
51063
- "name": "VirtualizedList",
51064
- "module": "components/virtualizedlist/virtualizedlist.component.js"
52376
+ "name": "Tooltip",
52377
+ "module": "components/tooltip/tooltip.component.js"
51065
52378
  }
51066
52379
  }
51067
52380
  ]
@@ -51406,6 +52719,163 @@
51406
52719
  }
51407
52720
  ]
51408
52721
  },
52722
+ {
52723
+ "kind": "javascript-module",
52724
+ "path": "components/virtualizedlist/virtualizedlist.component.js",
52725
+ "declarations": [
52726
+ {
52727
+ "kind": "class",
52728
+ "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.",
52729
+ "name": "VirtualizedList",
52730
+ "cssParts": [
52731
+ {
52732
+ "description": "The container of the virtualized list.",
52733
+ "name": "container"
52734
+ },
52735
+ {
52736
+ "description": "The scrollable area of the virtualized list.",
52737
+ "name": "scroll"
52738
+ }
52739
+ ],
52740
+ "slots": [
52741
+ {
52742
+ "description": "Client side List with nested list items.",
52743
+ "name": ""
52744
+ }
52745
+ ],
52746
+ "members": [
52747
+ {
52748
+ "kind": "field",
52749
+ "name": "virtualizerProps",
52750
+ "type": {
52751
+ "text": "VirtualizerProps"
52752
+ },
52753
+ "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)",
52754
+ "attribute": "virtualizerprops"
52755
+ },
52756
+ {
52757
+ "kind": "field",
52758
+ "name": "setlistdata",
52759
+ "type": {
52760
+ "text": "(({ virtualItems, measureElement, listStyle }: SetListDataProps) => void) | null"
52761
+ },
52762
+ "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.",
52763
+ "default": "null",
52764
+ "attribute": "setlistdata"
52765
+ },
52766
+ {
52767
+ "kind": "field",
52768
+ "name": "scrollElementRef",
52769
+ "type": {
52770
+ "text": "Ref<HTMLDivElement>"
52771
+ },
52772
+ "privacy": "public"
52773
+ },
52774
+ {
52775
+ "kind": "field",
52776
+ "name": "virtualizer",
52777
+ "type": {
52778
+ "text": "Virtualizer<Element, Element> | null"
52779
+ },
52780
+ "privacy": "public",
52781
+ "default": "null"
52782
+ },
52783
+ {
52784
+ "kind": "field",
52785
+ "name": "virtualItems",
52786
+ "type": {
52787
+ "text": "Array<VirtualItem>"
52788
+ },
52789
+ "privacy": "public",
52790
+ "default": "[]"
52791
+ },
52792
+ {
52793
+ "kind": "method",
52794
+ "name": "handleScroll",
52795
+ "privacy": "private",
52796
+ "return": {
52797
+ "type": {
52798
+ "text": "void"
52799
+ }
52800
+ },
52801
+ "parameters": [
52802
+ {
52803
+ "name": "event",
52804
+ "type": {
52805
+ "text": "Event"
52806
+ }
52807
+ }
52808
+ ],
52809
+ "description": "Refires the scroll event from the internal scroll container to the host element"
52810
+ },
52811
+ {
52812
+ "kind": "field",
52813
+ "name": "virtualizerController",
52814
+ "type": {
52815
+ "text": "null"
52816
+ },
52817
+ "default": "null"
52818
+ },
52819
+ {
52820
+ "kind": "field",
52821
+ "name": "onscroll",
52822
+ "type": {
52823
+ "text": "null"
52824
+ },
52825
+ "default": "null"
52826
+ }
52827
+ ],
52828
+ "events": [
52829
+ {
52830
+ "type": {
52831
+ "text": "EventConstructor"
52832
+ }
52833
+ },
52834
+ {
52835
+ "description": "(React: onScroll) Event that gets called when user scrolls inside of list.",
52836
+ "name": "scroll",
52837
+ "reactName": "onScroll"
52838
+ }
52839
+ ],
52840
+ "attributes": [
52841
+ {
52842
+ "name": "virtualizerprops",
52843
+ "type": {
52844
+ "text": "VirtualizerProps"
52845
+ },
52846
+ "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)",
52847
+ "fieldName": "virtualizerProps"
52848
+ },
52849
+ {
52850
+ "name": "setlistdata",
52851
+ "type": {
52852
+ "text": "(({ virtualItems, measureElement, listStyle }: SetListDataProps) => void) | null"
52853
+ },
52854
+ "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.",
52855
+ "default": "null",
52856
+ "fieldName": "setlistdata"
52857
+ }
52858
+ ],
52859
+ "superclass": {
52860
+ "name": "Component",
52861
+ "module": "/src/models"
52862
+ },
52863
+ "tagName": "mdc-virtualizedlist",
52864
+ "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 scroll - (React: onScroll) Event that gets called when user scrolls inside of list.\n *\n * @slot - Client side List with nested list items.\n *\n * @csspart container - The container of the virtualized list.\n * @csspart scroll - The scrollable area of the virtualized list.\n */",
52865
+ "customElement": true
52866
+ }
52867
+ ],
52868
+ "exports": [
52869
+ {
52870
+ "kind": "js",
52871
+ "name": "default",
52872
+ "declaration": {
52873
+ "name": "VirtualizedList",
52874
+ "module": "components/virtualizedlist/virtualizedlist.component.js"
52875
+ }
52876
+ }
52877
+ ]
52878
+ },
51409
52879
  {
51410
52880
  "kind": "javascript-module",
51411
52881
  "path": "utils/mixins/AutoFocusOnMountMixin.js",