@momentum-design/components 0.122.13 → 0.122.14
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.
- package/dist/browser/index.js +32 -18
 - package/dist/browser/index.js.map +4 -4
 - package/dist/components/alertchip/alertchip.component.d.ts +2 -1
 - package/dist/components/alertchip/alertchip.component.js +3 -2
 - package/dist/components/alertchip/alertchip.styles.js +4 -0
 - package/dist/components/chip/chip.component.js +1 -1
 - package/dist/components/staticchip/staticchip.component.js +1 -1
 - package/dist/components/staticchip/staticchip.styles.js +10 -0
 - package/dist/custom-elements.json +1351 -1320
 - package/dist/react/index.d.ts +2 -2
 - package/dist/react/index.js +2 -2
 - package/package.json +1 -1
 
| 
         @@ -1093,6 +1093,19 @@ 
     | 
|
| 
       1093 
1093 
     | 
    
         
             
                          "description": "The visible label text of the alertchip.\n\nWe recommend limiting the <b>maximum length of the label text to 20 characters</b>,\nincluding empty spaces to split words.",
         
     | 
| 
       1094 
1094 
     | 
    
         
             
                          "attribute": "label"
         
     | 
| 
       1095 
1095 
     | 
    
         
             
                        },
         
     | 
| 
      
 1096 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1097 
     | 
    
         
            +
                          "kind": "field",
         
     | 
| 
      
 1098 
     | 
    
         
            +
                          "name": "iconName",
         
     | 
| 
      
 1099 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 1100 
     | 
    
         
            +
                            "text": "IconNames | undefined"
         
     | 
| 
      
 1101 
     | 
    
         
            +
                          },
         
     | 
| 
      
 1102 
     | 
    
         
            +
                          "description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
         
     | 
| 
      
 1103 
     | 
    
         
            +
                          "attribute": "icon-name",
         
     | 
| 
      
 1104 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 1105 
     | 
    
         
            +
                            "name": "IconNameMixin",
         
     | 
| 
      
 1106 
     | 
    
         
            +
                            "module": "utils/mixins/IconNameMixin.js"
         
     | 
| 
      
 1107 
     | 
    
         
            +
                          }
         
     | 
| 
      
 1108 
     | 
    
         
            +
                        },
         
     | 
| 
       1096 
1109 
     | 
    
         
             
                        {
         
     | 
| 
       1097 
1110 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       1098 
1111 
     | 
    
         
             
                          "name": "autoFocusOnMount",
         
     | 
| 
         @@ -1460,6 +1473,18 @@ 
     | 
|
| 
       1460 
1473 
     | 
    
         
             
                          "description": "The visible label text of the alertchip.\n\nWe recommend limiting the <b>maximum length of the label text to 20 characters</b>,\nincluding empty spaces to split words.",
         
     | 
| 
       1461 
1474 
     | 
    
         
             
                          "fieldName": "label"
         
     | 
| 
       1462 
1475 
     | 
    
         
             
                        },
         
     | 
| 
      
 1476 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1477 
     | 
    
         
            +
                          "name": "icon-name",
         
     | 
| 
      
 1478 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 1479 
     | 
    
         
            +
                            "text": "IconNames | undefined"
         
     | 
| 
      
 1480 
     | 
    
         
            +
                          },
         
     | 
| 
      
 1481 
     | 
    
         
            +
                          "description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
         
     | 
| 
      
 1482 
     | 
    
         
            +
                          "fieldName": "iconName",
         
     | 
| 
      
 1483 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 1484 
     | 
    
         
            +
                            "name": "IconNameMixin",
         
     | 
| 
      
 1485 
     | 
    
         
            +
                            "module": "src/utils/mixins/IconNameMixin.ts"
         
     | 
| 
      
 1486 
     | 
    
         
            +
                          }
         
     | 
| 
      
 1487 
     | 
    
         
            +
                        },
         
     | 
| 
       1463 
1488 
     | 
    
         
             
                        {
         
     | 
| 
       1464 
1489 
     | 
    
         
             
                          "name": "auto-focus-on-mount",
         
     | 
| 
       1465 
1490 
     | 
    
         
             
                          "type": {
         
     | 
| 
         @@ -1602,6 +1627,12 @@ 
     | 
|
| 
       1602 
1627 
     | 
    
         
             
                          }
         
     | 
| 
       1603 
1628 
     | 
    
         
             
                        }
         
     | 
| 
       1604 
1629 
     | 
    
         
             
                      ],
         
     | 
| 
      
 1630 
     | 
    
         
            +
                      "mixins": [
         
     | 
| 
      
 1631 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1632 
     | 
    
         
            +
                          "name": "IconNameMixin",
         
     | 
| 
      
 1633 
     | 
    
         
            +
                          "module": "/src/utils/mixins/IconNameMixin"
         
     | 
| 
      
 1634 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1635 
     | 
    
         
            +
                      ],
         
     | 
| 
       1605 
1636 
     | 
    
         
             
                      "superclass": {
         
     | 
| 
       1606 
1637 
     | 
    
         
             
                        "name": "Buttonsimple",
         
     | 
| 
       1607 
1638 
     | 
    
         
             
                        "module": "/src/components/buttonsimple/buttonsimple.component"
         
     | 
| 
         @@ -1834,6 +1865,67 @@ 
     | 
|
| 
       1834 
1865 
     | 
    
         
             
                    }
         
     | 
| 
       1835 
1866 
     | 
    
         
             
                  ]
         
     | 
| 
       1836 
1867 
     | 
    
         
             
                },
         
     | 
| 
      
 1868 
     | 
    
         
            +
                {
         
     | 
| 
      
 1869 
     | 
    
         
            +
                  "kind": "javascript-module",
         
     | 
| 
      
 1870 
     | 
    
         
            +
                  "path": "components/appheader/appheader.component.js",
         
     | 
| 
      
 1871 
     | 
    
         
            +
                  "declarations": [
         
     | 
| 
      
 1872 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1873 
     | 
    
         
            +
                      "kind": "class",
         
     | 
| 
      
 1874 
     | 
    
         
            +
                      "description": "The `mdc-appheader` component provides a structured and accessible app header layout.\nIt consists of three primary sections: leading, center, and trailing.\n\n- The **leading section** typically holds a **brand logo**, **brand name** or **menu icon**.\n- The **center section** can contain a **search bar**, **icons** or action controls.\n- The **trailing section** generally includes a **profile avatar**, **additional icons** or **action controls**.",
         
     | 
| 
      
 1875 
     | 
    
         
            +
                      "name": "Appheader",
         
     | 
| 
      
 1876 
     | 
    
         
            +
                      "cssParts": [
         
     | 
| 
      
 1877 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1878 
     | 
    
         
            +
                          "description": "The main container for styling the header.",
         
     | 
| 
      
 1879 
     | 
    
         
            +
                          "name": "container"
         
     | 
| 
      
 1880 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1881 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1882 
     | 
    
         
            +
                          "description": "The leading section of the header.",
         
     | 
| 
      
 1883 
     | 
    
         
            +
                          "name": "leading-section"
         
     | 
| 
      
 1884 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1885 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1886 
     | 
    
         
            +
                          "description": "The center section of the header.",
         
     | 
| 
      
 1887 
     | 
    
         
            +
                          "name": "center-section"
         
     | 
| 
      
 1888 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1889 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1890 
     | 
    
         
            +
                          "description": "The trailing section of the header.",
         
     | 
| 
      
 1891 
     | 
    
         
            +
                          "name": "trailing-section"
         
     | 
| 
      
 1892 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1893 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1894 
     | 
    
         
            +
                      "slots": [
         
     | 
| 
      
 1895 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1896 
     | 
    
         
            +
                          "description": "Slot for the leading section (e.g., brand logo, brand name).",
         
     | 
| 
      
 1897 
     | 
    
         
            +
                          "name": "leading"
         
     | 
| 
      
 1898 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1899 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1900 
     | 
    
         
            +
                          "description": "Slot for the center section (e.g., search bar, icons).",
         
     | 
| 
      
 1901 
     | 
    
         
            +
                          "name": "center"
         
     | 
| 
      
 1902 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1903 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1904 
     | 
    
         
            +
                          "description": "Slot for the trailing section (e.g., profile avatar, icons).",
         
     | 
| 
      
 1905 
     | 
    
         
            +
                          "name": "trailing"
         
     | 
| 
      
 1906 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1907 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1908 
     | 
    
         
            +
                      "members": [],
         
     | 
| 
      
 1909 
     | 
    
         
            +
                      "superclass": {
         
     | 
| 
      
 1910 
     | 
    
         
            +
                        "name": "Component",
         
     | 
| 
      
 1911 
     | 
    
         
            +
                        "module": "/src/models"
         
     | 
| 
      
 1912 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1913 
     | 
    
         
            +
                      "tagName": "mdc-appheader",
         
     | 
| 
      
 1914 
     | 
    
         
            +
                      "jsDoc": "/**\n * The `mdc-appheader` component provides a structured and accessible app header layout.\n * It consists of three primary sections: leading, center, and trailing.\n *\n * - The **leading section** typically holds a **brand logo**, **brand name** or **menu icon**.\n * - The **center section** can contain a **search bar**, **icons** or action controls.\n * - The **trailing section** generally includes a **profile avatar**, **additional icons** or **action controls**.\n *\n * @tagname mdc-appheader\n *\n * @slot leading - Slot for the leading section (e.g., brand logo, brand name).\n * @slot center - Slot for the center section (e.g., search bar, icons).\n * @slot trailing - Slot for the trailing section (e.g., profile avatar, icons).\n *\n * @csspart container - The main container for styling the header.\n * @csspart leading-section - The leading section of the header.\n * @csspart center-section - The center section of the header.\n * @csspart trailing-section - The trailing section of the header.\n */",
         
     | 
| 
      
 1915 
     | 
    
         
            +
                      "customElement": true
         
     | 
| 
      
 1916 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1917 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1918 
     | 
    
         
            +
                  "exports": [
         
     | 
| 
      
 1919 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1920 
     | 
    
         
            +
                      "kind": "js",
         
     | 
| 
      
 1921 
     | 
    
         
            +
                      "name": "default",
         
     | 
| 
      
 1922 
     | 
    
         
            +
                      "declaration": {
         
     | 
| 
      
 1923 
     | 
    
         
            +
                        "name": "Appheader",
         
     | 
| 
      
 1924 
     | 
    
         
            +
                        "module": "components/appheader/appheader.component.js"
         
     | 
| 
      
 1925 
     | 
    
         
            +
                      }
         
     | 
| 
      
 1926 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1927 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1928 
     | 
    
         
            +
                },
         
     | 
| 
       1837 
1929 
     | 
    
         
             
                {
         
     | 
| 
       1838 
1930 
     | 
    
         
             
                  "kind": "javascript-module",
         
     | 
| 
       1839 
1931 
     | 
    
         
             
                  "path": "components/announcementdialog/announcementdialog.component.js",
         
     | 
| 
         @@ -3197,67 +3289,6 @@ 
     | 
|
| 
       3197 
3289 
     | 
    
         
             
                    }
         
     | 
| 
       3198 
3290 
     | 
    
         
             
                  ]
         
     | 
| 
       3199 
3291 
     | 
    
         
             
                },
         
     | 
| 
       3200 
     | 
    
         
            -
                {
         
     | 
| 
       3201 
     | 
    
         
            -
                  "kind": "javascript-module",
         
     | 
| 
       3202 
     | 
    
         
            -
                  "path": "components/appheader/appheader.component.js",
         
     | 
| 
       3203 
     | 
    
         
            -
                  "declarations": [
         
     | 
| 
       3204 
     | 
    
         
            -
                    {
         
     | 
| 
       3205 
     | 
    
         
            -
                      "kind": "class",
         
     | 
| 
       3206 
     | 
    
         
            -
                      "description": "The `mdc-appheader` component provides a structured and accessible app header layout.\nIt consists of three primary sections: leading, center, and trailing.\n\n- The **leading section** typically holds a **brand logo**, **brand name** or **menu icon**.\n- The **center section** can contain a **search bar**, **icons** or action controls.\n- The **trailing section** generally includes a **profile avatar**, **additional icons** or **action controls**.",
         
     | 
| 
       3207 
     | 
    
         
            -
                      "name": "Appheader",
         
     | 
| 
       3208 
     | 
    
         
            -
                      "cssParts": [
         
     | 
| 
       3209 
     | 
    
         
            -
                        {
         
     | 
| 
       3210 
     | 
    
         
            -
                          "description": "The main container for styling the header.",
         
     | 
| 
       3211 
     | 
    
         
            -
                          "name": "container"
         
     | 
| 
       3212 
     | 
    
         
            -
                        },
         
     | 
| 
       3213 
     | 
    
         
            -
                        {
         
     | 
| 
       3214 
     | 
    
         
            -
                          "description": "The leading section of the header.",
         
     | 
| 
       3215 
     | 
    
         
            -
                          "name": "leading-section"
         
     | 
| 
       3216 
     | 
    
         
            -
                        },
         
     | 
| 
       3217 
     | 
    
         
            -
                        {
         
     | 
| 
       3218 
     | 
    
         
            -
                          "description": "The center section of the header.",
         
     | 
| 
       3219 
     | 
    
         
            -
                          "name": "center-section"
         
     | 
| 
       3220 
     | 
    
         
            -
                        },
         
     | 
| 
       3221 
     | 
    
         
            -
                        {
         
     | 
| 
       3222 
     | 
    
         
            -
                          "description": "The trailing section of the header.",
         
     | 
| 
       3223 
     | 
    
         
            -
                          "name": "trailing-section"
         
     | 
| 
       3224 
     | 
    
         
            -
                        }
         
     | 
| 
       3225 
     | 
    
         
            -
                      ],
         
     | 
| 
       3226 
     | 
    
         
            -
                      "slots": [
         
     | 
| 
       3227 
     | 
    
         
            -
                        {
         
     | 
| 
       3228 
     | 
    
         
            -
                          "description": "Slot for the leading section (e.g., brand logo, brand name).",
         
     | 
| 
       3229 
     | 
    
         
            -
                          "name": "leading"
         
     | 
| 
       3230 
     | 
    
         
            -
                        },
         
     | 
| 
       3231 
     | 
    
         
            -
                        {
         
     | 
| 
       3232 
     | 
    
         
            -
                          "description": "Slot for the center section (e.g., search bar, icons).",
         
     | 
| 
       3233 
     | 
    
         
            -
                          "name": "center"
         
     | 
| 
       3234 
     | 
    
         
            -
                        },
         
     | 
| 
       3235 
     | 
    
         
            -
                        {
         
     | 
| 
       3236 
     | 
    
         
            -
                          "description": "Slot for the trailing section (e.g., profile avatar, icons).",
         
     | 
| 
       3237 
     | 
    
         
            -
                          "name": "trailing"
         
     | 
| 
       3238 
     | 
    
         
            -
                        }
         
     | 
| 
       3239 
     | 
    
         
            -
                      ],
         
     | 
| 
       3240 
     | 
    
         
            -
                      "members": [],
         
     | 
| 
       3241 
     | 
    
         
            -
                      "superclass": {
         
     | 
| 
       3242 
     | 
    
         
            -
                        "name": "Component",
         
     | 
| 
       3243 
     | 
    
         
            -
                        "module": "/src/models"
         
     | 
| 
       3244 
     | 
    
         
            -
                      },
         
     | 
| 
       3245 
     | 
    
         
            -
                      "tagName": "mdc-appheader",
         
     | 
| 
       3246 
     | 
    
         
            -
                      "jsDoc": "/**\n * The `mdc-appheader` component provides a structured and accessible app header layout.\n * It consists of three primary sections: leading, center, and trailing.\n *\n * - The **leading section** typically holds a **brand logo**, **brand name** or **menu icon**.\n * - The **center section** can contain a **search bar**, **icons** or action controls.\n * - The **trailing section** generally includes a **profile avatar**, **additional icons** or **action controls**.\n *\n * @tagname mdc-appheader\n *\n * @slot leading - Slot for the leading section (e.g., brand logo, brand name).\n * @slot center - Slot for the center section (e.g., search bar, icons).\n * @slot trailing - Slot for the trailing section (e.g., profile avatar, icons).\n *\n * @csspart container - The main container for styling the header.\n * @csspart leading-section - The leading section of the header.\n * @csspart center-section - The center section of the header.\n * @csspart trailing-section - The trailing section of the header.\n */",
         
     | 
| 
       3247 
     | 
    
         
            -
                      "customElement": true
         
     | 
| 
       3248 
     | 
    
         
            -
                    }
         
     | 
| 
       3249 
     | 
    
         
            -
                  ],
         
     | 
| 
       3250 
     | 
    
         
            -
                  "exports": [
         
     | 
| 
       3251 
     | 
    
         
            -
                    {
         
     | 
| 
       3252 
     | 
    
         
            -
                      "kind": "js",
         
     | 
| 
       3253 
     | 
    
         
            -
                      "name": "default",
         
     | 
| 
       3254 
     | 
    
         
            -
                      "declaration": {
         
     | 
| 
       3255 
     | 
    
         
            -
                        "name": "Appheader",
         
     | 
| 
       3256 
     | 
    
         
            -
                        "module": "components/appheader/appheader.component.js"
         
     | 
| 
       3257 
     | 
    
         
            -
                      }
         
     | 
| 
       3258 
     | 
    
         
            -
                    }
         
     | 
| 
       3259 
     | 
    
         
            -
                  ]
         
     | 
| 
       3260 
     | 
    
         
            -
                },
         
     | 
| 
       3261 
3292 
     | 
    
         
             
                {
         
     | 
| 
       3262 
3293 
     | 
    
         
             
                  "kind": "javascript-module",
         
     | 
| 
       3263 
3294 
     | 
    
         
             
                  "path": "components/avatar/avatar.component.js",
         
     | 
| 
         @@ -39665,12 +39696,12 @@ 
     | 
|
| 
       39665 
39696 
     | 
    
         
             
                },
         
     | 
| 
       39666 
39697 
     | 
    
         
             
                {
         
     | 
| 
       39667 
39698 
     | 
    
         
             
                  "kind": "javascript-module",
         
     | 
| 
       39668 
     | 
    
         
            -
                  "path": "components/ 
     | 
| 
      
 39699 
     | 
    
         
            +
                  "path": "components/select/select.component.js",
         
     | 
| 
       39669 
39700 
     | 
    
         
             
                  "declarations": [
         
     | 
| 
       39670 
39701 
     | 
    
         
             
                    {
         
     | 
| 
       39671 
39702 
     | 
    
         
             
                      "kind": "class",
         
     | 
| 
       39672 
     | 
    
         
            -
                      "description": " 
     | 
| 
       39673 
     | 
    
         
            -
                      "name": " 
     | 
| 
      
 39703 
     | 
    
         
            +
                      "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.",
         
     | 
| 
      
 39704 
     | 
    
         
            +
                      "name": "Select",
         
     | 
| 
       39674 
39705 
     | 
    
         
             
                      "cssProperties": [
         
     | 
| 
       39675 
39706 
     | 
    
         
             
                        {
         
     | 
| 
       39676 
39707 
     | 
    
         
             
                          "description": "Font size for the label text.",
         
     | 
| 
         @@ -39745,64 +39776,28 @@ 
     | 
|
| 
       39745 
39776 
     | 
    
         
             
                          }
         
     | 
| 
       39746 
39777 
     | 
    
         
             
                        },
         
     | 
| 
       39747 
39778 
     | 
    
         
             
                        {
         
     | 
| 
       39748 
     | 
    
         
            -
                          "description": " 
     | 
| 
       39749 
     | 
    
         
            -
                          "name": "--mdc- 
     | 
| 
       39750 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       39751 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       39752 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       39753 
     | 
    
         
            -
                          }
         
     | 
| 
       39754 
     | 
    
         
            -
                        },
         
     | 
| 
       39755 
     | 
    
         
            -
                        {
         
     | 
| 
       39756 
     | 
    
         
            -
                          "description": "Border color for the input container",
         
     | 
| 
       39757 
     | 
    
         
            -
                          "name": "--mdc-input-border-color",
         
     | 
| 
       39758 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       39759 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       39760 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       39761 
     | 
    
         
            -
                          }
         
     | 
| 
       39762 
     | 
    
         
            -
                        },
         
     | 
| 
       39763 
     | 
    
         
            -
                        {
         
     | 
| 
       39764 
     | 
    
         
            -
                          "description": "Background color for the input field",
         
     | 
| 
       39765 
     | 
    
         
            -
                          "name": "--mdc-input-background-color",
         
     | 
| 
       39766 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       39767 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       39768 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       39769 
     | 
    
         
            -
                          }
         
     | 
| 
       39770 
     | 
    
         
            -
                        },
         
     | 
| 
       39771 
     | 
    
         
            -
                        {
         
     | 
| 
       39772 
     | 
    
         
            -
                          "description": "Text color for the help text",
         
     | 
| 
       39773 
     | 
    
         
            -
                          "name": "--mdc-input-support-text-color",
         
     | 
| 
       39774 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       39775 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       39776 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       39777 
     | 
    
         
            -
                          }
         
     | 
| 
      
 39779 
     | 
    
         
            +
                          "description": "The background color of the combobox of select.",
         
     | 
| 
      
 39780 
     | 
    
         
            +
                          "name": "--mdc-select-background-color"
         
     | 
| 
       39778 
39781 
     | 
    
         
             
                        },
         
     | 
| 
       39779 
39782 
     | 
    
         
             
                        {
         
     | 
| 
       39780 
     | 
    
         
            -
                          "description": " 
     | 
| 
       39781 
     | 
    
         
            -
                          "name": "--mdc- 
     | 
| 
       39782 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       39783 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       39784 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       39785 
     | 
    
         
            -
                          }
         
     | 
| 
      
 39783 
     | 
    
         
            +
                          "description": "The text color of the select.",
         
     | 
| 
      
 39784 
     | 
    
         
            +
                          "name": "--mdc-select-text-color"
         
     | 
| 
       39786 
39785 
     | 
    
         
             
                        },
         
     | 
| 
       39787 
39786 
     | 
    
         
             
                        {
         
     | 
| 
       39788 
     | 
    
         
            -
                          "description": " 
     | 
| 
       39789 
     | 
    
         
            -
                          "name": "--mdc- 
     | 
| 
       39790 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       39791 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       39792 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       39793 
     | 
    
         
            -
                          }
         
     | 
| 
      
 39787 
     | 
    
         
            +
                          "description": "The border color of the select.",
         
     | 
| 
      
 39788 
     | 
    
         
            +
                          "name": "--mdc-select-border-color"
         
     | 
| 
       39794 
39789 
     | 
    
         
             
                        },
         
     | 
| 
       39795 
39790 
     | 
    
         
             
                        {
         
     | 
| 
       39796 
     | 
    
         
            -
                          "description": " 
     | 
| 
       39797 
     | 
    
         
            -
                          "name": "--mdc- 
     | 
| 
      
 39791 
     | 
    
         
            +
                          "description": "The width of the select.",
         
     | 
| 
      
 39792 
     | 
    
         
            +
                          "name": "--mdc-select-width"
         
     | 
| 
       39798 
39793 
     | 
    
         
             
                        },
         
     | 
| 
       39799 
39794 
     | 
    
         
             
                        {
         
     | 
| 
       39800 
     | 
    
         
            -
                          "description": " 
     | 
| 
       39801 
     | 
    
         
            -
                          "name": "--mdc- 
     | 
| 
      
 39795 
     | 
    
         
            +
                          "description": "The height of the listbox inside the select.",
         
     | 
| 
      
 39796 
     | 
    
         
            +
                          "name": "--mdc-select-listbox-height"
         
     | 
| 
       39802 
39797 
     | 
    
         
             
                        },
         
     | 
| 
       39803 
39798 
     | 
    
         
             
                        {
         
     | 
| 
       39804 
     | 
    
         
            -
                          "description": " 
     | 
| 
       39805 
     | 
    
         
            -
                          "name": "--mdc- 
     | 
| 
      
 39799 
     | 
    
         
            +
                          "description": "The width of the listbox inside the select (default: `--mdc-select-width`).",
         
     | 
| 
      
 39800 
     | 
    
         
            +
                          "name": "--mdc-select-listbox-width"
         
     | 
| 
       39806 
39801 
     | 
    
         
             
                        }
         
     | 
| 
       39807 
39802 
     | 
    
         
             
                      ],
         
     | 
| 
       39808 
39803 
     | 
    
         
             
                      "cssParts": [
         
     | 
| 
         @@ -39869,73 +39864,13 @@ 
     | 
|
| 
       39869 
39864 
     | 
    
         
             
                            "name": "FormfieldWrapper",
         
     | 
| 
       39870 
39865 
     | 
    
         
             
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       39871 
39866 
     | 
    
         
             
                          }
         
     | 
| 
       39872 
     | 
    
         
            -
                        },
         
     | 
| 
       39873 
     | 
    
         
            -
                        {
         
     | 
| 
       39874 
     | 
    
         
            -
                          "description": "The leading icon element that is displayed before the input field.",
         
     | 
| 
       39875 
     | 
    
         
            -
                          "name": "leading-icon",
         
     | 
| 
       39876 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       39877 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       39878 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       39879 
     | 
    
         
            -
                          }
         
     | 
| 
       39880 
     | 
    
         
            -
                        },
         
     | 
| 
       39881 
     | 
    
         
            -
                        {
         
     | 
| 
       39882 
     | 
    
         
            -
                          "description": "The prefix text element that is displayed before the input field.",
         
     | 
| 
       39883 
     | 
    
         
            -
                          "name": "prefix-text",
         
     | 
| 
       39884 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       39885 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       39886 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       39887 
     | 
    
         
            -
                          }
         
     | 
| 
       39888 
     | 
    
         
            -
                        },
         
     | 
| 
       39889 
     | 
    
         
            -
                        {
         
     | 
| 
       39890 
     | 
    
         
            -
                          "description": "The container for the input field, leading icon, prefix text, and trailing button elements.",
         
     | 
| 
       39891 
     | 
    
         
            -
                          "name": "input-container",
         
     | 
| 
       39892 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       39893 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       39894 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       39895 
     | 
    
         
            -
                          }
         
     | 
| 
       39896 
     | 
    
         
            -
                        },
         
     | 
| 
       39897 
     | 
    
         
            -
                        {
         
     | 
| 
       39898 
     | 
    
         
            -
                          "description": "The container for the input field, leading icon, and prefix text elements.",
         
     | 
| 
       39899 
     | 
    
         
            -
                          "name": "input-section",
         
     | 
| 
       39900 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       39901 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       39902 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       39903 
     | 
    
         
            -
                          }
         
     | 
| 
       39904 
     | 
    
         
            -
                        },
         
     | 
| 
       39905 
     | 
    
         
            -
                        {
         
     | 
| 
       39906 
     | 
    
         
            -
                          "description": "The input field element.",
         
     | 
| 
       39907 
     | 
    
         
            -
                          "name": "input-text",
         
     | 
| 
       39908 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       39909 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       39910 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       39911 
     | 
    
         
            -
                          }
         
     | 
| 
       39912 
     | 
    
         
            -
                        },
         
     | 
| 
       39913 
     | 
    
         
            -
                        {
         
     | 
| 
       39914 
     | 
    
         
            -
                          "description": "The trailing button element that is displayed to clear the input field when the `trailingButton` property is set to true.",
         
     | 
| 
       39915 
     | 
    
         
            -
                          "name": "trailing-button",
         
     | 
| 
       39916 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       39917 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       39918 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       39919 
     | 
    
         
            -
                          }
         
     | 
| 
       39920 
     | 
    
         
            -
                        },
         
     | 
| 
       39921 
     | 
    
         
            -
                        {
         
     | 
| 
       39922 
     | 
    
         
            -
                          "description": "The popover content element.",
         
     | 
| 
       39923 
     | 
    
         
            -
                          "name": "popover-content"
         
     | 
| 
       39924 
39867 
     | 
    
         
             
                        }
         
     | 
| 
       39925 
39868 
     | 
    
         
             
                      ],
         
     | 
| 
       39926 
39869 
     | 
    
         
             
                      "slots": [
         
     | 
| 
       39927 
39870 
     | 
    
         
             
                        {
         
     | 
| 
       39928 
     | 
    
         
            -
                          "description": " 
     | 
| 
      
 39871 
     | 
    
         
            +
                          "description": "This is a default/unnamed slot for Selectlistbox including options and/or option group.",
         
     | 
| 
       39929 
39872 
     | 
    
         
             
                          "name": "default"
         
     | 
| 
       39930 
39873 
     | 
    
         
             
                        },
         
     | 
| 
       39931 
     | 
    
         
            -
                        {
         
     | 
| 
       39932 
     | 
    
         
            -
                          "description": "Slot for input chips",
         
     | 
| 
       39933 
     | 
    
         
            -
                          "name": "filters",
         
     | 
| 
       39934 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       39935 
     | 
    
         
            -
                            "name": "Searchfield",
         
     | 
| 
       39936 
     | 
    
         
            -
                            "module": "src/components/searchfield/searchfield.component.ts"
         
     | 
| 
       39937 
     | 
    
         
            -
                          }
         
     | 
| 
       39938 
     | 
    
         
            -
                        },
         
     | 
| 
       39939 
39874 
     | 
    
         
             
                        {
         
     | 
| 
       39940 
39875 
     | 
    
         
             
                          "description": "Slot for the label element. If not provided, the `label` property will be used to render the label.",
         
     | 
| 
       39941 
39876 
     | 
    
         
             
                          "name": "label",
         
     | 
| 
         @@ -39967,51 +39902,17 @@ 
     | 
|
| 
       39967 
39902 
     | 
    
         
             
                            "name": "FormfieldWrapper",
         
     | 
| 
       39968 
39903 
     | 
    
         
             
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       39969 
39904 
     | 
    
         
             
                          }
         
     | 
| 
       39970 
     | 
    
         
            -
                        },
         
     | 
| 
       39971 
     | 
    
         
            -
                        {
         
     | 
| 
       39972 
     | 
    
         
            -
                          "description": "Slot for the input element. If not provided, the input field will be rendered.",
         
     | 
| 
       39973 
     | 
    
         
            -
                          "name": "input",
         
     | 
| 
       39974 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       39975 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       39976 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       39977 
     | 
    
         
            -
                          }
         
     | 
| 
       39978 
     | 
    
         
            -
                        },
         
     | 
| 
       39979 
     | 
    
         
            -
                        {
         
     | 
| 
       39980 
     | 
    
         
            -
                          "description": "Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.",
         
     | 
| 
       39981 
     | 
    
         
            -
                          "name": "input-leading-icon",
         
     | 
| 
       39982 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       39983 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       39984 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       39985 
     | 
    
         
            -
                          }
         
     | 
| 
       39986 
     | 
    
         
            -
                        },
         
     | 
| 
       39987 
     | 
    
         
            -
                        {
         
     | 
| 
       39988 
     | 
    
         
            -
                          "description": "Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.",
         
     | 
| 
       39989 
     | 
    
         
            -
                          "name": "input-prefix-text",
         
     | 
| 
       39990 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       39991 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       39992 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       39993 
     | 
    
         
            -
                          }
         
     | 
| 
       39994 
     | 
    
         
            -
                        },
         
     | 
| 
       39995 
     | 
    
         
            -
                        {
         
     | 
| 
       39996 
     | 
    
         
            -
                          "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.",
         
     | 
| 
       39997 
     | 
    
         
            -
                          "name": "trailing-button",
         
     | 
| 
       39998 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       39999 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       40000 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       40001 
     | 
    
         
            -
                          }
         
     | 
| 
       40002 
39905 
     | 
    
         
             
                        }
         
     | 
| 
       40003 
39906 
     | 
    
         
             
                      ],
         
     | 
| 
       40004 
39907 
     | 
    
         
             
                      "members": [
         
     | 
| 
       40005 
39908 
     | 
    
         
             
                        {
         
     | 
| 
       40006 
39909 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       40007 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 39910 
     | 
    
         
            +
                          "name": "placeholder",
         
     | 
| 
       40008 
39911 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40009 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 39912 
     | 
    
         
            +
                            "text": "string | undefined"
         
     | 
| 
       40010 
39913 
     | 
    
         
             
                          },
         
     | 
| 
       40011 
     | 
    
         
            -
                          "description": " 
     | 
| 
       40012 
     | 
    
         
            -
                          " 
     | 
| 
       40013 
     | 
    
         
            -
                          "attribute": "display-popover",
         
     | 
| 
       40014 
     | 
    
         
            -
                          "reflects": true
         
     | 
| 
      
 39914 
     | 
    
         
            +
                          "description": "The placeholder text which will be shown on the text if provided.",
         
     | 
| 
      
 39915 
     | 
    
         
            +
                          "attribute": "placeholder"
         
     | 
| 
       40015 
39916 
     | 
    
         
             
                        },
         
     | 
| 
       40016 
39917 
     | 
    
         
             
                        {
         
     | 
| 
       40017 
39918 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
         @@ -40019,91 +39920,333 @@ 
     | 
|
| 
       40019 
39920 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40020 
39921 
     | 
    
         
             
                            "text": "Placement"
         
     | 
| 
       40021 
39922 
     | 
    
         
             
                          },
         
     | 
| 
       40022 
     | 
    
         
            -
                          "description": "The placement of the popover within  
     | 
| 
      
 39923 
     | 
    
         
            +
                          "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'",
         
     | 
| 
       40023 
39924 
     | 
    
         
             
                          "default": "'bottom-start'",
         
     | 
| 
       40024 
39925 
     | 
    
         
             
                          "attribute": "placement",
         
     | 
| 
       40025 
39926 
     | 
    
         
             
                          "reflects": true
         
     | 
| 
       40026 
39927 
     | 
    
         
             
                        },
         
     | 
| 
      
 39928 
     | 
    
         
            +
                        {
         
     | 
| 
      
 39929 
     | 
    
         
            +
                          "kind": "field",
         
     | 
| 
      
 39930 
     | 
    
         
            +
                          "name": "boundary",
         
     | 
| 
      
 39931 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 39932 
     | 
    
         
            +
                            "text": "'clippingAncestors' | string"
         
     | 
| 
      
 39933 
     | 
    
         
            +
                          },
         
     | 
| 
      
 39934 
     | 
    
         
            +
                          "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",
         
     | 
| 
      
 39935 
     | 
    
         
            +
                          "default": "'clippingAncestors'",
         
     | 
| 
      
 39936 
     | 
    
         
            +
                          "attribute": "boundary",
         
     | 
| 
      
 39937 
     | 
    
         
            +
                          "reflects": true
         
     | 
| 
      
 39938 
     | 
    
         
            +
                        },
         
     | 
| 
      
 39939 
     | 
    
         
            +
                        {
         
     | 
| 
      
 39940 
     | 
    
         
            +
                          "kind": "field",
         
     | 
| 
      
 39941 
     | 
    
         
            +
                          "name": "strategy",
         
     | 
| 
      
 39942 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 39943 
     | 
    
         
            +
                            "text": "PopoverStrategy"
         
     | 
| 
      
 39944 
     | 
    
         
            +
                          },
         
     | 
| 
      
 39945 
     | 
    
         
            +
                          "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.",
         
     | 
| 
      
 39946 
     | 
    
         
            +
                          "default": "absolute",
         
     | 
| 
      
 39947 
     | 
    
         
            +
                          "attribute": "strategy",
         
     | 
| 
      
 39948 
     | 
    
         
            +
                          "reflects": true
         
     | 
| 
      
 39949 
     | 
    
         
            +
                        },
         
     | 
| 
       40027 
39950 
     | 
    
         
             
                        {
         
     | 
| 
       40028 
39951 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       40029 
39952 
     | 
    
         
             
                          "name": "popoverZIndex",
         
     | 
| 
       40030 
39953 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40031 
39954 
     | 
    
         
             
                            "text": "number"
         
     | 
| 
       40032 
39955 
     | 
    
         
             
                          },
         
     | 
| 
       40033 
     | 
    
         
            -
                          "description": "The z-index of the popover within  
     | 
| 
      
 39956 
     | 
    
         
            +
                          "description": "The z-index of the popover within Select.\n\nOverride this to make sure this stays on top of other components.",
         
     | 
| 
       40034 
39957 
     | 
    
         
             
                          "default": "1000",
         
     | 
| 
       40035 
39958 
     | 
    
         
             
                          "attribute": "popover-z-index",
         
     | 
| 
       40036 
39959 
     | 
    
         
             
                          "reflects": true
         
     | 
| 
       40037 
39960 
     | 
    
         
             
                        },
         
     | 
| 
       40038 
39961 
     | 
    
         
             
                        {
         
     | 
| 
       40039 
39962 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       40040 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 39963 
     | 
    
         
            +
                          "name": "backdropAppendTo",
         
     | 
| 
       40041 
39964 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40042 
39965 
     | 
    
         
             
                            "text": "string | undefined"
         
     | 
| 
       40043 
39966 
     | 
    
         
             
                          },
         
     | 
| 
       40044 
     | 
    
         
            -
                          "description": " 
     | 
| 
       40045 
     | 
    
         
            -
                          "attribute": " 
     | 
| 
      
 39967 
     | 
    
         
            +
                          "description": "ID of the element where the backdrop will be appended to.\nThis is useful to ensure that the backdrop is appended to the correct element in the DOM.\nIf not set, the backdrop will be appended to the parent element of the select.",
         
     | 
| 
      
 39968 
     | 
    
         
            +
                          "attribute": "backdrop-append-to",
         
     | 
| 
       40046 
39969 
     | 
    
         
             
                          "reflects": true
         
     | 
| 
       40047 
39970 
     | 
    
         
             
                        },
         
     | 
| 
       40048 
39971 
     | 
    
         
             
                        {
         
     | 
| 
       40049 
39972 
     | 
    
         
             
                          "kind": "method",
         
     | 
| 
       40050 
     | 
    
         
            -
                          "name": " 
     | 
| 
       40051 
     | 
    
         
            -
                          "privacy": " 
     | 
| 
      
 39973 
     | 
    
         
            +
                          "name": "handleOptionsClick",
         
     | 
| 
      
 39974 
     | 
    
         
            +
                          "privacy": "private",
         
     | 
| 
      
 39975 
     | 
    
         
            +
                          "return": {
         
     | 
| 
      
 39976 
     | 
    
         
            +
                            "type": {
         
     | 
| 
      
 39977 
     | 
    
         
            +
                              "text": "void"
         
     | 
| 
      
 39978 
     | 
    
         
            +
                            }
         
     | 
| 
      
 39979 
     | 
    
         
            +
                          },
         
     | 
| 
       40052 
39980 
     | 
    
         
             
                          "parameters": [
         
     | 
| 
       40053 
39981 
     | 
    
         
             
                            {
         
     | 
| 
       40054 
     | 
    
         
            -
                              "name": " 
     | 
| 
      
 39982 
     | 
    
         
            +
                              "name": "event",
         
     | 
| 
       40055 
39983 
     | 
    
         
             
                              "type": {
         
     | 
| 
       40056 
     | 
    
         
            -
                                "text": " 
     | 
| 
      
 39984 
     | 
    
         
            +
                                "text": "MouseEvent"
         
     | 
| 
      
 39985 
     | 
    
         
            +
                              },
         
     | 
| 
      
 39986 
     | 
    
         
            +
                              "description": "The event which triggered this function."
         
     | 
| 
      
 39987 
     | 
    
         
            +
                            }
         
     | 
| 
      
 39988 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 39989 
     | 
    
         
            +
                          "description": "A private method which is called when an option is clicked.\nIt sets the selected option, removes selected from other options, updates the tabindex for all options,\ncloses the popover, and fires the change and input events."
         
     | 
| 
      
 39990 
     | 
    
         
            +
                        },
         
     | 
| 
      
 39991 
     | 
    
         
            +
                        {
         
     | 
| 
      
 39992 
     | 
    
         
            +
                          "kind": "method",
         
     | 
| 
      
 39993 
     | 
    
         
            +
                          "name": "setSelectedOption",
         
     | 
| 
      
 39994 
     | 
    
         
            +
                          "privacy": "private",
         
     | 
| 
      
 39995 
     | 
    
         
            +
                          "return": {
         
     | 
| 
      
 39996 
     | 
    
         
            +
                            "type": {
         
     | 
| 
      
 39997 
     | 
    
         
            +
                              "text": "void"
         
     | 
| 
      
 39998 
     | 
    
         
            +
                            }
         
     | 
| 
      
 39999 
     | 
    
         
            +
                          },
         
     | 
| 
      
 40000 
     | 
    
         
            +
                          "parameters": [
         
     | 
| 
      
 40001 
     | 
    
         
            +
                            {
         
     | 
| 
      
 40002 
     | 
    
         
            +
                              "name": "option",
         
     | 
| 
      
 40003 
     | 
    
         
            +
                              "type": {
         
     | 
| 
      
 40004 
     | 
    
         
            +
                                "text": "Option | null"
         
     | 
| 
      
 40005 
     | 
    
         
            +
                              },
         
     | 
| 
      
 40006 
     | 
    
         
            +
                              "description": "The option element in DOM which gets selected."
         
     | 
| 
      
 40007 
     | 
    
         
            +
                            }
         
     | 
| 
      
 40008 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 40009 
     | 
    
         
            +
                          "description": "Sets the selected option in the component state and updates the input element's value.\nThis method ensures that only the selected option is marked as selected in the DOM,\nand updates the tabindex for all options accordingly.\nIt also updates the validity of the input element based on the selected option.\nThis method is called when an option is selected."
         
     | 
| 
      
 40010 
     | 
    
         
            +
                        },
         
     | 
| 
      
 40011 
     | 
    
         
            +
                        {
         
     | 
| 
      
 40012 
     | 
    
         
            +
                          "kind": "method",
         
     | 
| 
      
 40013 
     | 
    
         
            +
                          "name": "updateSelectedInChildOptions",
         
     | 
| 
      
 40014 
     | 
    
         
            +
                          "privacy": "private",
         
     | 
| 
      
 40015 
     | 
    
         
            +
                          "return": {
         
     | 
| 
      
 40016 
     | 
    
         
            +
                            "type": {
         
     | 
| 
      
 40017 
     | 
    
         
            +
                              "text": "void"
         
     | 
| 
      
 40018 
     | 
    
         
            +
                            }
         
     | 
| 
      
 40019 
     | 
    
         
            +
                          },
         
     | 
| 
      
 40020 
     | 
    
         
            +
                          "parameters": [
         
     | 
| 
      
 40021 
     | 
    
         
            +
                            {
         
     | 
| 
      
 40022 
     | 
    
         
            +
                              "name": "selectedOption",
         
     | 
| 
      
 40023 
     | 
    
         
            +
                              "type": {
         
     | 
| 
      
 40024 
     | 
    
         
            +
                                "text": "Option | null"
         
     | 
| 
      
 40025 
     | 
    
         
            +
                              },
         
     | 
| 
      
 40026 
     | 
    
         
            +
                              "description": "The option which gets selected"
         
     | 
| 
      
 40027 
     | 
    
         
            +
                            }
         
     | 
| 
      
 40028 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 40029 
     | 
    
         
            +
                          "description": "Sets selected attribute on the selected option and removes it from all options"
         
     | 
| 
      
 40030 
     | 
    
         
            +
                        },
         
     | 
| 
      
 40031 
     | 
    
         
            +
                        {
         
     | 
| 
      
 40032 
     | 
    
         
            +
                          "kind": "method",
         
     | 
| 
      
 40033 
     | 
    
         
            +
                          "name": "fireEvents",
         
     | 
| 
      
 40034 
     | 
    
         
            +
                          "privacy": "private",
         
     | 
| 
      
 40035 
     | 
    
         
            +
                          "return": {
         
     | 
| 
      
 40036 
     | 
    
         
            +
                            "type": {
         
     | 
| 
      
 40037 
     | 
    
         
            +
                              "text": "void"
         
     | 
| 
      
 40038 
     | 
    
         
            +
                            }
         
     | 
| 
      
 40039 
     | 
    
         
            +
                          },
         
     | 
| 
      
 40040 
     | 
    
         
            +
                          "description": "A private method which is called to fire the change and input events.\nIt dispatches the input and change events with the selected option's value and label."
         
     | 
| 
      
 40041 
     | 
    
         
            +
                        },
         
     | 
| 
      
 40042 
     | 
    
         
            +
                        {
         
     | 
| 
      
 40043 
     | 
    
         
            +
                          "kind": "method",
         
     | 
| 
      
 40044 
     | 
    
         
            +
                          "name": "dispatchChange",
         
     | 
| 
      
 40045 
     | 
    
         
            +
                          "privacy": "private",
         
     | 
| 
      
 40046 
     | 
    
         
            +
                          "return": {
         
     | 
| 
      
 40047 
     | 
    
         
            +
                            "type": {
         
     | 
| 
      
 40048 
     | 
    
         
            +
                              "text": "void"
         
     | 
| 
      
 40049 
     | 
    
         
            +
                            }
         
     | 
| 
      
 40050 
     | 
    
         
            +
                          },
         
     | 
| 
      
 40051 
     | 
    
         
            +
                          "parameters": [
         
     | 
| 
      
 40052 
     | 
    
         
            +
                            {
         
     | 
| 
      
 40053 
     | 
    
         
            +
                              "name": "option",
         
     | 
| 
      
 40054 
     | 
    
         
            +
                              "type": {
         
     | 
| 
      
 40055 
     | 
    
         
            +
                                "text": "Option"
         
     | 
| 
       40057 
40056 
     | 
    
         
             
                              }
         
     | 
| 
       40058 
     | 
    
         
            -
                            } 
     | 
| 
      
 40057 
     | 
    
         
            +
                            }
         
     | 
| 
      
 40058 
     | 
    
         
            +
                          ]
         
     | 
| 
      
 40059 
     | 
    
         
            +
                        },
         
     | 
| 
      
 40060 
     | 
    
         
            +
                        {
         
     | 
| 
      
 40061 
     | 
    
         
            +
                          "kind": "method",
         
     | 
| 
      
 40062 
     | 
    
         
            +
                          "name": "dispatchInput",
         
     | 
| 
      
 40063 
     | 
    
         
            +
                          "privacy": "private",
         
     | 
| 
      
 40064 
     | 
    
         
            +
                          "return": {
         
     | 
| 
      
 40065 
     | 
    
         
            +
                            "type": {
         
     | 
| 
      
 40066 
     | 
    
         
            +
                              "text": "void"
         
     | 
| 
      
 40067 
     | 
    
         
            +
                            }
         
     | 
| 
      
 40068 
     | 
    
         
            +
                          },
         
     | 
| 
      
 40069 
     | 
    
         
            +
                          "parameters": [
         
     | 
| 
       40059 
40070 
     | 
    
         
             
                            {
         
     | 
| 
       40060 
     | 
    
         
            -
                              "name": " 
     | 
| 
       40061 
     | 
    
         
            -
                              " 
     | 
| 
      
 40071 
     | 
    
         
            +
                              "name": "option",
         
     | 
| 
      
 40072 
     | 
    
         
            +
                              "type": {
         
     | 
| 
      
 40073 
     | 
    
         
            +
                                "text": "Option"
         
     | 
| 
      
 40074 
     | 
    
         
            +
                              }
         
     | 
| 
      
 40075 
     | 
    
         
            +
                            }
         
     | 
| 
      
 40076 
     | 
    
         
            +
                          ]
         
     | 
| 
      
 40077 
     | 
    
         
            +
                        },
         
     | 
| 
      
 40078 
     | 
    
         
            +
                        {
         
     | 
| 
      
 40079 
     | 
    
         
            +
                          "kind": "method",
         
     | 
| 
      
 40080 
     | 
    
         
            +
                          "name": "handleClickCombobox",
         
     | 
| 
      
 40081 
     | 
    
         
            +
                          "privacy": "private",
         
     | 
| 
      
 40082 
     | 
    
         
            +
                          "return": {
         
     | 
| 
      
 40083 
     | 
    
         
            +
                            "type": {
         
     | 
| 
      
 40084 
     | 
    
         
            +
                              "text": "void"
         
     | 
| 
      
 40085 
     | 
    
         
            +
                            }
         
     | 
| 
      
 40086 
     | 
    
         
            +
                          },
         
     | 
| 
      
 40087 
     | 
    
         
            +
                          "parameters": [
         
     | 
| 
      
 40088 
     | 
    
         
            +
                            {
         
     | 
| 
      
 40089 
     | 
    
         
            +
                              "name": "event",
         
     | 
| 
      
 40090 
     | 
    
         
            +
                              "type": {
         
     | 
| 
      
 40091 
     | 
    
         
            +
                                "text": "MouseEvent"
         
     | 
| 
      
 40092 
     | 
    
         
            +
                              },
         
     | 
| 
      
 40093 
     | 
    
         
            +
                              "description": "The mouse event which triggered this function."
         
     | 
| 
      
 40094 
     | 
    
         
            +
                            }
         
     | 
| 
      
 40095 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 40096 
     | 
    
         
            +
                          "description": "Handles the click event on the visual combobox.\nIf the select is disabled, soft-disabled or readonly, it does nothing.\nIf the popover is already open, it closes it.\nIf it is closed, it opens it."
         
     | 
| 
      
 40097 
     | 
    
         
            +
                        },
         
     | 
| 
      
 40098 
     | 
    
         
            +
                        {
         
     | 
| 
      
 40099 
     | 
    
         
            +
                          "kind": "method",
         
     | 
| 
      
 40100 
     | 
    
         
            +
                          "name": "handleKeydownCombobox",
         
     | 
| 
      
 40101 
     | 
    
         
            +
                          "privacy": "private",
         
     | 
| 
      
 40102 
     | 
    
         
            +
                          "return": {
         
     | 
| 
      
 40103 
     | 
    
         
            +
                            "type": {
         
     | 
| 
      
 40104 
     | 
    
         
            +
                              "text": "void"
         
     | 
| 
      
 40105 
     | 
    
         
            +
                            }
         
     | 
| 
      
 40106 
     | 
    
         
            +
                          },
         
     | 
| 
      
 40107 
     | 
    
         
            +
                          "parameters": [
         
     | 
| 
      
 40108 
     | 
    
         
            +
                            {
         
     | 
| 
      
 40109 
     | 
    
         
            +
                              "name": "event",
         
     | 
| 
      
 40110 
     | 
    
         
            +
                              "type": {
         
     | 
| 
      
 40111 
     | 
    
         
            +
                                "text": "KeyboardEvent"
         
     | 
| 
      
 40112 
     | 
    
         
            +
                              },
         
     | 
| 
      
 40113 
     | 
    
         
            +
                              "description": "The keyboard event."
         
     | 
| 
       40062 
40114 
     | 
    
         
             
                            }
         
     | 
| 
       40063 
40115 
     | 
    
         
             
                          ],
         
     | 
| 
      
 40116 
     | 
    
         
            +
                          "description": "Handles the keydown event on the select element when the popover is closed.\nThe options are as follows:\n- ARROW_DOWN, ARROW_UP, SPACE: Opens the popover and prevents the default scrolling behavior.\n- ENTER: Opens the popover, prevents default scrolling, and submits the form if the popover is closed.\n- HOME: Opens the popover and sets focus and tabindex on the first option.\n- END: Opens the popover and sets focus and tabindex on the last option."
         
     | 
| 
      
 40117 
     | 
    
         
            +
                        },
         
     | 
| 
      
 40118 
     | 
    
         
            +
                        {
         
     | 
| 
      
 40119 
     | 
    
         
            +
                          "kind": "method",
         
     | 
| 
      
 40120 
     | 
    
         
            +
                          "name": "setInitialFocus",
         
     | 
| 
      
 40121 
     | 
    
         
            +
                          "privacy": "protected",
         
     | 
| 
       40064 
40122 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40065 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40066 
     | 
    
         
            -
                            "module": " 
     | 
| 
      
 40123 
     | 
    
         
            +
                            "name": "ListNavigationMixin",
         
     | 
| 
      
 40124 
     | 
    
         
            +
                            "module": "utils/mixins/ListNavigationMixin.js"
         
     | 
| 
       40067 
40125 
     | 
    
         
             
                          }
         
     | 
| 
       40068 
40126 
     | 
    
         
             
                        },
         
     | 
| 
       40069 
40127 
     | 
    
         
             
                        {
         
     | 
| 
       40070 
     | 
    
         
            -
                          "kind": " 
     | 
| 
       40071 
     | 
    
         
            -
                          "name": " 
     | 
| 
       40072 
     | 
    
         
            -
                          " 
     | 
| 
       40073 
     | 
    
         
            -
             
     | 
| 
      
 40128 
     | 
    
         
            +
                          "kind": "method",
         
     | 
| 
      
 40129 
     | 
    
         
            +
                          "name": "getCurrentIndex",
         
     | 
| 
      
 40130 
     | 
    
         
            +
                          "privacy": "private",
         
     | 
| 
      
 40131 
     | 
    
         
            +
                          "return": {
         
     | 
| 
      
 40132 
     | 
    
         
            +
                            "type": {
         
     | 
| 
      
 40133 
     | 
    
         
            +
                              "text": ""
         
     | 
| 
      
 40134 
     | 
    
         
            +
                            }
         
     | 
| 
       40074 
40135 
     | 
    
         
             
                          },
         
     | 
| 
      
 40136 
     | 
    
         
            +
                          "parameters": [
         
     | 
| 
      
 40137 
     | 
    
         
            +
                            {
         
     | 
| 
      
 40138 
     | 
    
         
            +
                              "name": "target",
         
     | 
| 
      
 40139 
     | 
    
         
            +
                              "type": {
         
     | 
| 
      
 40140 
     | 
    
         
            +
                                "text": "HTMLElement | null"
         
     | 
| 
      
 40141 
     | 
    
         
            +
                              },
         
     | 
| 
      
 40142 
     | 
    
         
            +
                              "description": "The target element that triggered the event."
         
     | 
| 
      
 40143 
     | 
    
         
            +
                            }
         
     | 
| 
      
 40144 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 40145 
     | 
    
         
            +
                          "description": "Retrieves the current index of the item that triggered the event.",
         
     | 
| 
       40075 
40146 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40076 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40077 
     | 
    
         
            -
                            "module": " 
     | 
| 
      
 40147 
     | 
    
         
            +
                            "name": "ListNavigationMixin",
         
     | 
| 
      
 40148 
     | 
    
         
            +
                            "module": "utils/mixins/ListNavigationMixin.js"
         
     | 
| 
       40078 
40149 
     | 
    
         
             
                          }
         
     | 
| 
       40079 
40150 
     | 
    
         
             
                        },
         
     | 
| 
       40080 
40151 
     | 
    
         
             
                        {
         
     | 
| 
       40081 
40152 
     | 
    
         
             
                          "kind": "method",
         
     | 
| 
       40082 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40153 
     | 
    
         
            +
                          "name": "resetTabIndexes",
         
     | 
| 
       40083 
40154 
     | 
    
         
             
                          "privacy": "protected",
         
     | 
| 
       40084 
40155 
     | 
    
         
             
                          "parameters": [
         
     | 
| 
       40085 
40156 
     | 
    
         
             
                            {
         
     | 
| 
       40086 
     | 
    
         
            -
                              "name": " 
     | 
| 
      
 40157 
     | 
    
         
            +
                              "name": "index",
         
     | 
| 
       40087 
40158 
     | 
    
         
             
                              "type": {
         
     | 
| 
       40088 
     | 
    
         
            -
                                "text": " 
     | 
| 
      
 40159 
     | 
    
         
            +
                                "text": "number"
         
     | 
| 
       40089 
40160 
     | 
    
         
             
                              },
         
     | 
| 
       40090 
     | 
    
         
            -
                              "description": " 
     | 
| 
      
 40161 
     | 
    
         
            +
                              "description": "The index of the currently focused item."
         
     | 
| 
      
 40162 
     | 
    
         
            +
                            },
         
     | 
| 
      
 40163 
     | 
    
         
            +
                            {
         
     | 
| 
      
 40164 
     | 
    
         
            +
                              "name": "focusElement",
         
     | 
| 
      
 40165 
     | 
    
         
            +
                              "default": "true",
         
     | 
| 
      
 40166 
     | 
    
         
            +
                              "description": "Call focus() on the current item or not."
         
     | 
| 
       40091 
40167 
     | 
    
         
             
                            }
         
     | 
| 
       40092 
40168 
     | 
    
         
             
                          ],
         
     | 
| 
       40093 
     | 
    
         
            -
                          "description": " 
     | 
| 
      
 40169 
     | 
    
         
            +
                          "description": "Reset all tabindex to -1 and set the tabindex of the current item to 0",
         
     | 
| 
       40094 
40170 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40095 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40096 
     | 
    
         
            -
                            "module": " 
     | 
| 
      
 40171 
     | 
    
         
            +
                            "name": "ListNavigationMixin",
         
     | 
| 
      
 40172 
     | 
    
         
            +
                            "module": "utils/mixins/ListNavigationMixin.js"
         
     | 
| 
       40097 
40173 
     | 
    
         
             
                          }
         
     | 
| 
       40098 
40174 
     | 
    
         
             
                        },
         
     | 
| 
       40099 
40175 
     | 
    
         
             
                        {
         
     | 
| 
       40100 
40176 
     | 
    
         
             
                          "kind": "method",
         
     | 
| 
       40101 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40177 
     | 
    
         
            +
                          "name": "resetTabIndexAndSetFocus",
         
     | 
| 
       40102 
40178 
     | 
    
         
             
                          "privacy": "protected",
         
     | 
| 
       40103 
     | 
    
         
            -
                          " 
     | 
| 
      
 40179 
     | 
    
         
            +
                          "parameters": [
         
     | 
| 
      
 40180 
     | 
    
         
            +
                            {
         
     | 
| 
      
 40181 
     | 
    
         
            +
                              "name": "newIndex",
         
     | 
| 
      
 40182 
     | 
    
         
            +
                              "type": {
         
     | 
| 
      
 40183 
     | 
    
         
            +
                                "text": "number"
         
     | 
| 
      
 40184 
     | 
    
         
            +
                              },
         
     | 
| 
      
 40185 
     | 
    
         
            +
                              "description": "The index of the new item to focus."
         
     | 
| 
      
 40186 
     | 
    
         
            +
                            },
         
     | 
| 
      
 40187 
     | 
    
         
            +
                            {
         
     | 
| 
      
 40188 
     | 
    
         
            +
                              "name": "oldIndex",
         
     | 
| 
      
 40189 
     | 
    
         
            +
                              "optional": true,
         
     | 
| 
      
 40190 
     | 
    
         
            +
                              "type": {
         
     | 
| 
      
 40191 
     | 
    
         
            +
                                "text": "number"
         
     | 
| 
      
 40192 
     | 
    
         
            +
                              },
         
     | 
| 
      
 40193 
     | 
    
         
            +
                              "description": "The index of the currently focused item."
         
     | 
| 
      
 40194 
     | 
    
         
            +
                            },
         
     | 
| 
      
 40195 
     | 
    
         
            +
                            {
         
     | 
| 
      
 40196 
     | 
    
         
            +
                              "name": "focusNewItem",
         
     | 
| 
      
 40197 
     | 
    
         
            +
                              "default": "true",
         
     | 
| 
      
 40198 
     | 
    
         
            +
                              "description": "Call focus() on the new item or not. It should be false during firstUpdate"
         
     | 
| 
      
 40199 
     | 
    
         
            +
                            }
         
     | 
| 
      
 40200 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 40201 
     | 
    
         
            +
                          "description": "Resets the tabindex of the currently focused item and sets focus to a new item.",
         
     | 
| 
      
 40202 
     | 
    
         
            +
                          "return": {
         
     | 
| 
      
 40203 
     | 
    
         
            +
                            "type": {
         
     | 
| 
      
 40204 
     | 
    
         
            +
                              "text": ""
         
     | 
| 
      
 40205 
     | 
    
         
            +
                            }
         
     | 
| 
      
 40206 
     | 
    
         
            +
                          },
         
     | 
| 
       40104 
40207 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40105 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40106 
     | 
    
         
            -
                            "module": " 
     | 
| 
      
 40208 
     | 
    
         
            +
                            "name": "ListNavigationMixin",
         
     | 
| 
      
 40209 
     | 
    
         
            +
                            "module": "utils/mixins/ListNavigationMixin.js"
         
     | 
| 
      
 40210 
     | 
    
         
            +
                          }
         
     | 
| 
      
 40211 
     | 
    
         
            +
                        },
         
     | 
| 
      
 40212 
     | 
    
         
            +
                        {
         
     | 
| 
      
 40213 
     | 
    
         
            +
                          "kind": "method",
         
     | 
| 
      
 40214 
     | 
    
         
            +
                          "name": "resolveDirectionKey",
         
     | 
| 
      
 40215 
     | 
    
         
            +
                          "privacy": "private",
         
     | 
| 
      
 40216 
     | 
    
         
            +
                          "parameters": [
         
     | 
| 
      
 40217 
     | 
    
         
            +
                            {
         
     | 
| 
      
 40218 
     | 
    
         
            +
                              "name": "key",
         
     | 
| 
      
 40219 
     | 
    
         
            +
                              "type": {
         
     | 
| 
      
 40220 
     | 
    
         
            +
                                "text": "string"
         
     | 
| 
      
 40221 
     | 
    
         
            +
                              },
         
     | 
| 
      
 40222 
     | 
    
         
            +
                              "description": "The key pressed by the user."
         
     | 
| 
      
 40223 
     | 
    
         
            +
                            },
         
     | 
| 
      
 40224 
     | 
    
         
            +
                            {
         
     | 
| 
      
 40225 
     | 
    
         
            +
                              "name": "isRtl",
         
     | 
| 
      
 40226 
     | 
    
         
            +
                              "type": {
         
     | 
| 
      
 40227 
     | 
    
         
            +
                                "text": "boolean"
         
     | 
| 
      
 40228 
     | 
    
         
            +
                              },
         
     | 
| 
      
 40229 
     | 
    
         
            +
                              "description": "A boolean indicating if the layout is right-to-left (RTL)."
         
     | 
| 
      
 40230 
     | 
    
         
            +
                            }
         
     | 
| 
      
 40231 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 40232 
     | 
    
         
            +
                          "description": "Resolves the key pressed by the user based on the direction of the layout.\nThis method is used to handle keyboard navigation in a right-to-left (RTL) layout.\nIt checks if the layout is RTL and adjusts the arrow keys accordingly.\nFor example, in RTL, the left arrow key behaves like the right arrow key and vice versa.",
         
     | 
| 
      
 40233 
     | 
    
         
            +
                          "return": {
         
     | 
| 
      
 40234 
     | 
    
         
            +
                            "type": {
         
     | 
| 
      
 40235 
     | 
    
         
            +
                              "text": ""
         
     | 
| 
      
 40236 
     | 
    
         
            +
                            }
         
     | 
| 
      
 40237 
     | 
    
         
            +
                          },
         
     | 
| 
      
 40238 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 40239 
     | 
    
         
            +
                            "name": "ListNavigationMixin",
         
     | 
| 
      
 40240 
     | 
    
         
            +
                            "module": "utils/mixins/ListNavigationMixin.js"
         
     | 
| 
      
 40241 
     | 
    
         
            +
                          }
         
     | 
| 
      
 40242 
     | 
    
         
            +
                        },
         
     | 
| 
      
 40243 
     | 
    
         
            +
                        {
         
     | 
| 
      
 40244 
     | 
    
         
            +
                          "kind": "method",
         
     | 
| 
      
 40245 
     | 
    
         
            +
                          "name": "shouldLoop",
         
     | 
| 
      
 40246 
     | 
    
         
            +
                          "privacy": "private",
         
     | 
| 
      
 40247 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 40248 
     | 
    
         
            +
                            "name": "ListNavigationMixin",
         
     | 
| 
      
 40249 
     | 
    
         
            +
                            "module": "utils/mixins/ListNavigationMixin.js"
         
     | 
| 
       40107 
40250 
     | 
    
         
             
                          }
         
     | 
| 
       40108 
40251 
     | 
    
         
             
                        },
         
     | 
| 
       40109 
40252 
     | 
    
         
             
                        {
         
     | 
| 
         @@ -40238,440 +40381,175 @@ 
     | 
|
| 
       40238 
40381 
     | 
    
         
             
                        },
         
     | 
| 
       40239 
40382 
     | 
    
         
             
                        {
         
     | 
| 
       40240 
40383 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       40241 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40384 
     | 
    
         
            +
                          "name": "disabled",
         
     | 
| 
       40242 
40385 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40243 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 40386 
     | 
    
         
            +
                            "text": "boolean | undefined"
         
     | 
| 
       40244 
40387 
     | 
    
         
             
                          },
         
     | 
| 
       40245 
     | 
    
         
            -
                          " 
     | 
| 
       40246 
     | 
    
         
            -
                          " 
     | 
| 
       40247 
     | 
    
         
            -
                          "attribute": " 
     | 
| 
      
 40388 
     | 
    
         
            +
                          "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
         
     | 
| 
      
 40389 
     | 
    
         
            +
                          "default": "undefined",
         
     | 
| 
      
 40390 
     | 
    
         
            +
                          "attribute": "disabled",
         
     | 
| 
      
 40391 
     | 
    
         
            +
                          "reflects": true,
         
     | 
| 
       40248 
40392 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40249 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40250 
     | 
    
         
            -
                            "module": "components/ 
     | 
| 
      
 40393 
     | 
    
         
            +
                            "name": "FormfieldWrapper",
         
     | 
| 
      
 40394 
     | 
    
         
            +
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40251 
40395 
     | 
    
         
             
                          }
         
     | 
| 
       40252 
40396 
     | 
    
         
             
                        },
         
     | 
| 
       40253 
40397 
     | 
    
         
             
                        {
         
     | 
| 
       40254 
40398 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       40255 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40399 
     | 
    
         
            +
                          "name": "label",
         
     | 
| 
       40256 
40400 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40257 
40401 
     | 
    
         
             
                            "text": "string | undefined"
         
     | 
| 
       40258 
40402 
     | 
    
         
             
                          },
         
     | 
| 
       40259 
     | 
    
         
            -
                          "description": "The  
     | 
| 
       40260 
     | 
    
         
            -
                          "attribute": " 
     | 
| 
      
 40403 
     | 
    
         
            +
                          "description": "The label of the input field. It is linked to the input field using the `for` attribute.",
         
     | 
| 
      
 40404 
     | 
    
         
            +
                          "attribute": "label",
         
     | 
| 
      
 40405 
     | 
    
         
            +
                          "reflects": true,
         
     | 
| 
       40261 
40406 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40262 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40263 
     | 
    
         
            -
                            "module": "components/ 
     | 
| 
      
 40407 
     | 
    
         
            +
                            "name": "FormfieldWrapper",
         
     | 
| 
      
 40408 
     | 
    
         
            +
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40264 
40409 
     | 
    
         
             
                          }
         
     | 
| 
       40265 
40410 
     | 
    
         
             
                        },
         
     | 
| 
       40266 
40411 
     | 
    
         
             
                        {
         
     | 
| 
       40267 
40412 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       40268 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40413 
     | 
    
         
            +
                          "name": "required",
         
     | 
| 
       40269 
40414 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40270 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 40415 
     | 
    
         
            +
                            "text": "boolean"
         
     | 
| 
       40271 
40416 
     | 
    
         
             
                          },
         
     | 
| 
       40272 
     | 
    
         
            -
                          " 
     | 
| 
       40273 
     | 
    
         
            -
                          " 
     | 
| 
      
 40417 
     | 
    
         
            +
                          "default": "false",
         
     | 
| 
      
 40418 
     | 
    
         
            +
                          "description": "The required attribute to indicate that the input field is required.\nIt is used to append a required indicator (*) to the label.",
         
     | 
| 
      
 40419 
     | 
    
         
            +
                          "attribute": "required",
         
     | 
| 
      
 40420 
     | 
    
         
            +
                          "reflects": true,
         
     | 
| 
       40274 
40421 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40275 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40276 
     | 
    
         
            -
                            "module": "components/ 
     | 
| 
      
 40422 
     | 
    
         
            +
                            "name": "FormfieldWrapper",
         
     | 
| 
      
 40423 
     | 
    
         
            +
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40277 
40424 
     | 
    
         
             
                          }
         
     | 
| 
       40278 
40425 
     | 
    
         
             
                        },
         
     | 
| 
       40279 
40426 
     | 
    
         
             
                        {
         
     | 
| 
       40280 
40427 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       40281 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40428 
     | 
    
         
            +
                          "name": "helpTextType",
         
     | 
| 
       40282 
40429 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40283 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 40430 
     | 
    
         
            +
                            "text": "ValidationType"
         
     | 
| 
       40284 
40431 
     | 
    
         
             
                          },
         
     | 
| 
       40285 
     | 
    
         
            -
                          " 
     | 
| 
       40286 
     | 
    
         
            -
                          " 
     | 
| 
       40287 
     | 
    
         
            -
                          " 
     | 
| 
      
 40432 
     | 
    
         
            +
                          "description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
         
     | 
| 
      
 40433 
     | 
    
         
            +
                          "attribute": "help-text-type",
         
     | 
| 
      
 40434 
     | 
    
         
            +
                          "reflects": true,
         
     | 
| 
       40288 
40435 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40289 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40290 
     | 
    
         
            -
                            "module": "components/ 
     | 
| 
      
 40436 
     | 
    
         
            +
                            "name": "FormfieldWrapper",
         
     | 
| 
      
 40437 
     | 
    
         
            +
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40291 
40438 
     | 
    
         
             
                          }
         
     | 
| 
       40292 
40439 
     | 
    
         
             
                        },
         
     | 
| 
       40293 
40440 
     | 
    
         
             
                        {
         
     | 
| 
       40294 
40441 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       40295 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40442 
     | 
    
         
            +
                          "name": "helpText",
         
     | 
| 
       40296 
40443 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40297 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 40444 
     | 
    
         
            +
                            "text": "string | undefined"
         
     | 
| 
       40298 
40445 
     | 
    
         
             
                          },
         
     | 
| 
       40299 
     | 
    
         
            -
                          "description": "The  
     | 
| 
       40300 
     | 
    
         
            -
                          "attribute": " 
     | 
| 
      
 40446 
     | 
    
         
            +
                          "description": "The help text that is displayed below the input field.",
         
     | 
| 
      
 40447 
     | 
    
         
            +
                          "attribute": "help-text",
         
     | 
| 
      
 40448 
     | 
    
         
            +
                          "reflects": true,
         
     | 
| 
       40301 
40449 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40302 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40303 
     | 
    
         
            -
                            "module": "components/ 
     | 
| 
      
 40450 
     | 
    
         
            +
                            "name": "FormfieldWrapper",
         
     | 
| 
      
 40451 
     | 
    
         
            +
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40304 
40452 
     | 
    
         
             
                          }
         
     | 
| 
       40305 
40453 
     | 
    
         
             
                        },
         
     | 
| 
       40306 
40454 
     | 
    
         
             
                        {
         
     | 
| 
       40307 
40455 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       40308 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40456 
     | 
    
         
            +
                          "name": "toggletipText",
         
     | 
| 
       40309 
40457 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40310 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 40458 
     | 
    
         
            +
                            "text": "string | undefined"
         
     | 
| 
       40311 
40459 
     | 
    
         
             
                          },
         
     | 
| 
       40312 
     | 
    
         
            -
                          "description": "The  
     | 
| 
       40313 
     | 
    
         
            -
                          "attribute": " 
     | 
| 
      
 40460 
     | 
    
         
            +
                          "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
         
     | 
| 
      
 40461 
     | 
    
         
            +
                          "attribute": "toggletip-text",
         
     | 
| 
      
 40462 
     | 
    
         
            +
                          "reflects": true,
         
     | 
| 
       40314 
40463 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40315 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40316 
     | 
    
         
            -
                            "module": "components/ 
     | 
| 
      
 40464 
     | 
    
         
            +
                            "name": "FormfieldWrapper",
         
     | 
| 
      
 40465 
     | 
    
         
            +
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40317 
40466 
     | 
    
         
             
                          }
         
     | 
| 
       40318 
40467 
     | 
    
         
             
                        },
         
     | 
| 
       40319 
40468 
     | 
    
         
             
                        {
         
     | 
| 
       40320 
40469 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       40321 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40470 
     | 
    
         
            +
                          "name": "toggletipPlacement",
         
     | 
| 
       40322 
40471 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40323 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 40472 
     | 
    
         
            +
                            "text": "PopoverPlacement"
         
     | 
| 
       40324 
40473 
     | 
    
         
             
                          },
         
     | 
| 
       40325 
     | 
    
         
            -
                          "description": "The  
     | 
| 
       40326 
     | 
    
         
            -
                          "default": "' 
     | 
| 
       40327 
     | 
    
         
            -
                          "attribute": " 
     | 
| 
      
 40474 
     | 
    
         
            +
                          "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
         
     | 
| 
      
 40475 
     | 
    
         
            +
                          "default": "'top'",
         
     | 
| 
      
 40476 
     | 
    
         
            +
                          "attribute": "toggletip-placement",
         
     | 
| 
      
 40477 
     | 
    
         
            +
                          "reflects": true,
         
     | 
| 
       40328 
40478 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40329 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40330 
     | 
    
         
            -
                            "module": "components/ 
     | 
| 
      
 40479 
     | 
    
         
            +
                            "name": "FormfieldWrapper",
         
     | 
| 
      
 40480 
     | 
    
         
            +
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40331 
40481 
     | 
    
         
             
                          }
         
     | 
| 
       40332 
40482 
     | 
    
         
             
                        },
         
     | 
| 
       40333 
40483 
     | 
    
         
             
                        {
         
     | 
| 
       40334 
40484 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       40335 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40485 
     | 
    
         
            +
                          "name": "toggletipStrategy",
         
     | 
| 
       40336 
40486 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40337 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 40487 
     | 
    
         
            +
                            "text": "PopoverStrategy"
         
     | 
| 
       40338 
40488 
     | 
    
         
             
                          },
         
     | 
| 
       40339 
     | 
    
         
            -
                          " 
     | 
| 
       40340 
     | 
    
         
            -
                          " 
     | 
| 
       40341 
     | 
    
         
            -
                          "attribute": "autocomplete",
         
     | 
| 
      
 40489 
     | 
    
         
            +
                          "attribute": "toggletip-strategy",
         
     | 
| 
      
 40490 
     | 
    
         
            +
                          "reflects": true,
         
     | 
| 
       40342 
40491 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40343 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40344 
     | 
    
         
            -
                            "module": "components/ 
     | 
| 
      
 40492 
     | 
    
         
            +
                            "name": "FormfieldWrapper",
         
     | 
| 
      
 40493 
     | 
    
         
            +
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40345 
40494 
     | 
    
         
             
                          }
         
     | 
| 
       40346 
40495 
     | 
    
         
             
                        },
         
     | 
| 
       40347 
40496 
     | 
    
         
             
                        {
         
     | 
| 
       40348 
40497 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       40349 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40498 
     | 
    
         
            +
                          "name": "infoIconAriaLabel",
         
     | 
| 
       40350 
40499 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40351 
40500 
     | 
    
         
             
                            "text": "string | undefined"
         
     | 
| 
       40352 
40501 
     | 
    
         
             
                          },
         
     | 
| 
       40353 
     | 
    
         
            -
                          "description": " 
     | 
| 
       40354 
     | 
    
         
            -
                          "attribute": " 
     | 
| 
      
 40502 
     | 
    
         
            +
                          "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.",
         
     | 
| 
      
 40503 
     | 
    
         
            +
                          "attribute": "info-icon-aria-label",
         
     | 
| 
      
 40504 
     | 
    
         
            +
                          "reflects": true,
         
     | 
| 
       40355 
40505 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40356 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40357 
     | 
    
         
            -
                            "module": "components/ 
     | 
| 
      
 40506 
     | 
    
         
            +
                            "name": "FormfieldWrapper",
         
     | 
| 
      
 40507 
     | 
    
         
            +
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40358 
40508 
     | 
    
         
             
                          }
         
     | 
| 
       40359 
40509 
     | 
    
         
             
                        },
         
     | 
| 
       40360 
40510 
     | 
    
         
             
                        {
         
     | 
| 
       40361 
40511 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       40362 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40512 
     | 
    
         
            +
                          "name": "readonly",
         
     | 
| 
       40363 
40513 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40364 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 40514 
     | 
    
         
            +
                            "text": "boolean"
         
     | 
| 
       40365 
40515 
     | 
    
         
             
                          },
         
     | 
| 
       40366 
     | 
    
         
            -
                          " 
     | 
| 
       40367 
     | 
    
         
            -
                          " 
     | 
| 
      
 40516 
     | 
    
         
            +
                          "default": "false",
         
     | 
| 
      
 40517 
     | 
    
         
            +
                          "description": "Determines whether the form field is read-only.",
         
     | 
| 
      
 40518 
     | 
    
         
            +
                          "attribute": "readonly",
         
     | 
| 
      
 40519 
     | 
    
         
            +
                          "reflects": true,
         
     | 
| 
       40368 
40520 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40369 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40370 
     | 
    
         
            -
                            "module": "components/ 
     | 
| 
      
 40521 
     | 
    
         
            +
                            "name": "FormfieldWrapper",
         
     | 
| 
      
 40522 
     | 
    
         
            +
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40371 
40523 
     | 
    
         
             
                          }
         
     | 
| 
       40372 
40524 
     | 
    
         
             
                        },
         
     | 
| 
       40373 
40525 
     | 
    
         
             
                        {
         
     | 
| 
       40374 
40526 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       40375 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40527 
     | 
    
         
            +
                          "name": "softDisabled",
         
     | 
| 
       40376 
40528 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40377 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 40529 
     | 
    
         
            +
                            "text": "boolean"
         
     | 
| 
       40378 
40530 
     | 
    
         
             
                          },
         
     | 
| 
       40379 
     | 
    
         
            -
                          " 
     | 
| 
       40380 
     | 
    
         
            -
                          " 
     | 
| 
      
 40531 
     | 
    
         
            +
                          "default": "false",
         
     | 
| 
      
 40532 
     | 
    
         
            +
                          "description": "Determines whether the form field is soft-disabled.",
         
     | 
| 
      
 40533 
     | 
    
         
            +
                          "attribute": "soft-disabled",
         
     | 
| 
      
 40534 
     | 
    
         
            +
                          "reflects": true,
         
     | 
| 
       40381 
40535 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40382 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40383 
     | 
    
         
            -
                            "module": "components/ 
     | 
| 
      
 40536 
     | 
    
         
            +
                            "name": "FormfieldWrapper",
         
     | 
| 
      
 40537 
     | 
    
         
            +
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40384 
40538 
     | 
    
         
             
                          }
         
     | 
| 
       40385 
40539 
     | 
    
         
             
                        },
         
     | 
| 
       40386 
40540 
     | 
    
         
             
                        {
         
     | 
| 
       40387 
     | 
    
         
            -
                          "kind": " 
     | 
| 
       40388 
     | 
    
         
            -
                          "name": " 
     | 
| 
       40389 
     | 
    
         
            -
                          " 
     | 
| 
       40390 
     | 
    
         
            -
             
     | 
| 
      
 40541 
     | 
    
         
            +
                          "kind": "method",
         
     | 
| 
      
 40542 
     | 
    
         
            +
                          "name": "renderLabelElement",
         
     | 
| 
      
 40543 
     | 
    
         
            +
                          "privacy": "protected",
         
     | 
| 
      
 40544 
     | 
    
         
            +
                          "description": "creates the label element when the label property is set.\nid is used to link the label with the input field.",
         
     | 
| 
      
 40545 
     | 
    
         
            +
                          "return": {
         
     | 
| 
      
 40546 
     | 
    
         
            +
                            "type": {
         
     | 
| 
      
 40547 
     | 
    
         
            +
                              "text": ""
         
     | 
| 
      
 40548 
     | 
    
         
            +
                            }
         
     | 
| 
       40391 
40549 
     | 
    
         
             
                          },
         
     | 
| 
       40392 
     | 
    
         
            -
                          "description": "The size attribute of the input field.\nSpecifies the width of the input field.",
         
     | 
| 
       40393 
     | 
    
         
            -
                          "default": "undefined",
         
     | 
| 
       40394 
     | 
    
         
            -
                          "attribute": "size",
         
     | 
| 
       40395 
40550 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40396 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40397 
     | 
    
         
            -
                            "module": "components/ 
     | 
| 
       40398 
     | 
    
         
            -
                          }
         
     | 
| 
       40399 
     | 
    
         
            -
                        },
         
     | 
| 
       40400 
     | 
    
         
            -
                        {
         
     | 
| 
       40401 
     | 
    
         
            -
                          "kind": "field",
         
     | 
| 
       40402 
     | 
    
         
            -
                          "name": "clearAriaLabel",
         
     | 
| 
       40403 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       40404 
     | 
    
         
            -
                            "text": "string"
         
     | 
| 
       40405 
     | 
    
         
            -
                          },
         
     | 
| 
       40406 
     | 
    
         
            -
                          "default": "''",
         
     | 
| 
       40407 
     | 
    
         
            -
                          "description": "Aria label for the trailing button. If trailing button is set to true, this label is used for the clear button.",
         
     | 
| 
       40408 
     | 
    
         
            -
                          "attribute": "clear-aria-label",
         
     | 
| 
       40409 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40410 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       40411 
     | 
    
         
            -
                            "module": "components/input/input.component.js"
         
     | 
| 
       40412 
     | 
    
         
            -
                          }
         
     | 
| 
       40413 
     | 
    
         
            -
                        },
         
     | 
| 
       40414 
     | 
    
         
            -
                        {
         
     | 
| 
       40415 
     | 
    
         
            -
                          "kind": "field",
         
     | 
| 
       40416 
     | 
    
         
            -
                          "name": "dataAriaDescribedby",
         
     | 
| 
       40417 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       40418 
     | 
    
         
            -
                            "text": "string | null"
         
     | 
| 
       40419 
     | 
    
         
            -
                          },
         
     | 
| 
       40420 
     | 
    
         
            -
                          "default": "null",
         
     | 
| 
       40421 
     | 
    
         
            -
                          "description": "Defines a id pointing to the element which describes the input element.\nThe AriaDescribedby attribute to be set for accessibility.",
         
     | 
| 
       40422 
     | 
    
         
            -
                          "attribute": "data-aria-describedby",
         
     | 
| 
       40423 
     | 
    
         
            -
                          "reflects": true,
         
     | 
| 
       40424 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40425 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       40426 
     | 
    
         
            -
                            "module": "components/input/input.component.js"
         
     | 
| 
       40427 
     | 
    
         
            -
                          }
         
     | 
| 
       40428 
     | 
    
         
            -
                        },
         
     | 
| 
       40429 
     | 
    
         
            -
                        {
         
     | 
| 
       40430 
     | 
    
         
            -
                          "kind": "method",
         
     | 
| 
       40431 
     | 
    
         
            -
                          "name": "setInputValidity",
         
     | 
| 
       40432 
     | 
    
         
            -
                          "privacy": "private",
         
     | 
| 
       40433 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40434 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       40435 
     | 
    
         
            -
                            "module": "components/input/input.component.js"
         
     | 
| 
       40436 
     | 
    
         
            -
                          }
         
     | 
| 
       40437 
     | 
    
         
            -
                        },
         
     | 
| 
       40438 
     | 
    
         
            -
                        {
         
     | 
| 
       40439 
     | 
    
         
            -
                          "kind": "method",
         
     | 
| 
       40440 
     | 
    
         
            -
                          "name": "updateValue",
         
     | 
| 
       40441 
     | 
    
         
            -
                          "privacy": "private",
         
     | 
| 
       40442 
     | 
    
         
            -
                          "description": "Updates the value of the input field.\nSets the form value.",
         
     | 
| 
       40443 
     | 
    
         
            -
                          "return": {
         
     | 
| 
       40444 
     | 
    
         
            -
                            "type": {
         
     | 
| 
       40445 
     | 
    
         
            -
                              "text": ""
         
     | 
| 
       40446 
     | 
    
         
            -
                            }
         
     | 
| 
       40447 
     | 
    
         
            -
                          },
         
     | 
| 
       40448 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40449 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       40450 
     | 
    
         
            -
                            "module": "components/input/input.component.js"
         
     | 
| 
       40451 
     | 
    
         
            -
                          }
         
     | 
| 
       40452 
     | 
    
         
            -
                        },
         
     | 
| 
       40453 
     | 
    
         
            -
                        {
         
     | 
| 
       40454 
     | 
    
         
            -
                          "kind": "method",
         
     | 
| 
       40455 
     | 
    
         
            -
                          "name": "renderLeadingIcon",
         
     | 
| 
       40456 
     | 
    
         
            -
                          "privacy": "protected",
         
     | 
| 
       40457 
     | 
    
         
            -
                          "description": "Renders the leading icon before the input field.\nIf the leading icon is not set, it will not be displayed.",
         
     | 
| 
       40458 
     | 
    
         
            -
                          "return": {
         
     | 
| 
       40459 
     | 
    
         
            -
                            "type": {
         
     | 
| 
       40460 
     | 
    
         
            -
                              "text": ""
         
     | 
| 
       40461 
     | 
    
         
            -
                            }
         
     | 
| 
       40462 
     | 
    
         
            -
                          },
         
     | 
| 
       40463 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40464 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       40465 
     | 
    
         
            -
                            "module": "components/input/input.component.js"
         
     | 
| 
       40466 
     | 
    
         
            -
                          }
         
     | 
| 
       40467 
     | 
    
         
            -
                        },
         
     | 
| 
       40468 
     | 
    
         
            -
                        {
         
     | 
| 
       40469 
     | 
    
         
            -
                          "kind": "method",
         
     | 
| 
       40470 
     | 
    
         
            -
                          "name": "renderPrefixText",
         
     | 
| 
       40471 
     | 
    
         
            -
                          "privacy": "protected",
         
     | 
| 
       40472 
     | 
    
         
            -
                          "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.",
         
     | 
| 
       40473 
     | 
    
         
            -
                          "return": {
         
     | 
| 
       40474 
     | 
    
         
            -
                            "type": {
         
     | 
| 
       40475 
     | 
    
         
            -
                              "text": ""
         
     | 
| 
       40476 
     | 
    
         
            -
                            }
         
     | 
| 
       40477 
     | 
    
         
            -
                          },
         
     | 
| 
       40478 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40479 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       40480 
     | 
    
         
            -
                            "module": "components/input/input.component.js"
         
     | 
| 
       40481 
     | 
    
         
            -
                          }
         
     | 
| 
       40482 
     | 
    
         
            -
                        },
         
     | 
| 
       40483 
     | 
    
         
            -
                        {
         
     | 
| 
       40484 
     | 
    
         
            -
                          "kind": "method",
         
     | 
| 
       40485 
     | 
    
         
            -
                          "name": "renderTrailingButton",
         
     | 
| 
       40486 
     | 
    
         
            -
                          "privacy": "protected",
         
     | 
| 
       40487 
     | 
    
         
            -
                          "parameters": [
         
     | 
| 
       40488 
     | 
    
         
            -
                            {
         
     | 
| 
       40489 
     | 
    
         
            -
                              "name": "show",
         
     | 
| 
       40490 
     | 
    
         
            -
                              "default": "false"
         
     | 
| 
       40491 
     | 
    
         
            -
                            }
         
     | 
| 
       40492 
     | 
    
         
            -
                          ],
         
     | 
| 
       40493 
     | 
    
         
            -
                          "description": "Renders the trailing button to clear the input field if the trailingButton is set to true.",
         
     | 
| 
       40494 
     | 
    
         
            -
                          "return": {
         
     | 
| 
       40495 
     | 
    
         
            -
                            "type": {
         
     | 
| 
       40496 
     | 
    
         
            -
                              "text": ""
         
     | 
| 
       40497 
     | 
    
         
            -
                            }
         
     | 
| 
       40498 
     | 
    
         
            -
                          },
         
     | 
| 
       40499 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40500 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       40501 
     | 
    
         
            -
                            "module": "components/input/input.component.js"
         
     | 
| 
       40502 
     | 
    
         
            -
                          }
         
     | 
| 
       40503 
     | 
    
         
            -
                        },
         
     | 
| 
       40504 
     | 
    
         
            -
                        {
         
     | 
| 
       40505 
     | 
    
         
            -
                          "kind": "field",
         
     | 
| 
       40506 
     | 
    
         
            -
                          "name": "disabled",
         
     | 
| 
       40507 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       40508 
     | 
    
         
            -
                            "text": "boolean | undefined"
         
     | 
| 
       40509 
     | 
    
         
            -
                          },
         
     | 
| 
       40510 
     | 
    
         
            -
                          "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
         
     | 
| 
       40511 
     | 
    
         
            -
                          "default": "undefined",
         
     | 
| 
       40512 
     | 
    
         
            -
                          "attribute": "disabled",
         
     | 
| 
       40513 
     | 
    
         
            -
                          "reflects": true,
         
     | 
| 
       40514 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40515 
     | 
    
         
            -
                            "name": "FormfieldWrapper",
         
     | 
| 
       40516 
     | 
    
         
            -
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40517 
     | 
    
         
            -
                          }
         
     | 
| 
       40518 
     | 
    
         
            -
                        },
         
     | 
| 
       40519 
     | 
    
         
            -
                        {
         
     | 
| 
       40520 
     | 
    
         
            -
                          "kind": "field",
         
     | 
| 
       40521 
     | 
    
         
            -
                          "name": "label",
         
     | 
| 
       40522 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       40523 
     | 
    
         
            -
                            "text": "string | undefined"
         
     | 
| 
       40524 
     | 
    
         
            -
                          },
         
     | 
| 
       40525 
     | 
    
         
            -
                          "description": "The label of the input field. It is linked to the input field using the `for` attribute.",
         
     | 
| 
       40526 
     | 
    
         
            -
                          "attribute": "label",
         
     | 
| 
       40527 
     | 
    
         
            -
                          "reflects": true,
         
     | 
| 
       40528 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40529 
     | 
    
         
            -
                            "name": "FormfieldWrapper",
         
     | 
| 
       40530 
     | 
    
         
            -
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40531 
     | 
    
         
            -
                          }
         
     | 
| 
       40532 
     | 
    
         
            -
                        },
         
     | 
| 
       40533 
     | 
    
         
            -
                        {
         
     | 
| 
       40534 
     | 
    
         
            -
                          "kind": "field",
         
     | 
| 
       40535 
     | 
    
         
            -
                          "name": "required",
         
     | 
| 
       40536 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       40537 
     | 
    
         
            -
                            "text": "boolean"
         
     | 
| 
       40538 
     | 
    
         
            -
                          },
         
     | 
| 
       40539 
     | 
    
         
            -
                          "default": "false",
         
     | 
| 
       40540 
     | 
    
         
            -
                          "description": "The required attribute to indicate that the input field is required.\nIt is used to append a required indicator (*) to the label.",
         
     | 
| 
       40541 
     | 
    
         
            -
                          "attribute": "required",
         
     | 
| 
       40542 
     | 
    
         
            -
                          "reflects": true,
         
     | 
| 
       40543 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40544 
     | 
    
         
            -
                            "name": "FormfieldWrapper",
         
     | 
| 
       40545 
     | 
    
         
            -
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40546 
     | 
    
         
            -
                          }
         
     | 
| 
       40547 
     | 
    
         
            -
                        },
         
     | 
| 
       40548 
     | 
    
         
            -
                        {
         
     | 
| 
       40549 
     | 
    
         
            -
                          "kind": "field",
         
     | 
| 
       40550 
     | 
    
         
            -
                          "name": "helpTextType",
         
     | 
| 
       40551 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       40552 
     | 
    
         
            -
                            "text": "ValidationType"
         
     | 
| 
       40553 
     | 
    
         
            -
                          },
         
     | 
| 
       40554 
     | 
    
         
            -
                          "description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
         
     | 
| 
       40555 
     | 
    
         
            -
                          "attribute": "help-text-type",
         
     | 
| 
       40556 
     | 
    
         
            -
                          "reflects": true,
         
     | 
| 
       40557 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40558 
     | 
    
         
            -
                            "name": "FormfieldWrapper",
         
     | 
| 
       40559 
     | 
    
         
            -
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40560 
     | 
    
         
            -
                          }
         
     | 
| 
       40561 
     | 
    
         
            -
                        },
         
     | 
| 
       40562 
     | 
    
         
            -
                        {
         
     | 
| 
       40563 
     | 
    
         
            -
                          "kind": "field",
         
     | 
| 
       40564 
     | 
    
         
            -
                          "name": "helpText",
         
     | 
| 
       40565 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       40566 
     | 
    
         
            -
                            "text": "string | undefined"
         
     | 
| 
       40567 
     | 
    
         
            -
                          },
         
     | 
| 
       40568 
     | 
    
         
            -
                          "description": "The help text that is displayed below the input field.",
         
     | 
| 
       40569 
     | 
    
         
            -
                          "attribute": "help-text",
         
     | 
| 
       40570 
     | 
    
         
            -
                          "reflects": true,
         
     | 
| 
       40571 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40572 
     | 
    
         
            -
                            "name": "FormfieldWrapper",
         
     | 
| 
       40573 
     | 
    
         
            -
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40574 
     | 
    
         
            -
                          }
         
     | 
| 
       40575 
     | 
    
         
            -
                        },
         
     | 
| 
       40576 
     | 
    
         
            -
                        {
         
     | 
| 
       40577 
     | 
    
         
            -
                          "kind": "field",
         
     | 
| 
       40578 
     | 
    
         
            -
                          "name": "toggletipText",
         
     | 
| 
       40579 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       40580 
     | 
    
         
            -
                            "text": "string | undefined"
         
     | 
| 
       40581 
     | 
    
         
            -
                          },
         
     | 
| 
       40582 
     | 
    
         
            -
                          "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
         
     | 
| 
       40583 
     | 
    
         
            -
                          "attribute": "toggletip-text",
         
     | 
| 
       40584 
     | 
    
         
            -
                          "reflects": true,
         
     | 
| 
       40585 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40586 
     | 
    
         
            -
                            "name": "FormfieldWrapper",
         
     | 
| 
       40587 
     | 
    
         
            -
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40588 
     | 
    
         
            -
                          }
         
     | 
| 
       40589 
     | 
    
         
            -
                        },
         
     | 
| 
       40590 
     | 
    
         
            -
                        {
         
     | 
| 
       40591 
     | 
    
         
            -
                          "kind": "field",
         
     | 
| 
       40592 
     | 
    
         
            -
                          "name": "toggletipPlacement",
         
     | 
| 
       40593 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       40594 
     | 
    
         
            -
                            "text": "PopoverPlacement"
         
     | 
| 
       40595 
     | 
    
         
            -
                          },
         
     | 
| 
       40596 
     | 
    
         
            -
                          "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
         
     | 
| 
       40597 
     | 
    
         
            -
                          "default": "'top'",
         
     | 
| 
       40598 
     | 
    
         
            -
                          "attribute": "toggletip-placement",
         
     | 
| 
       40599 
     | 
    
         
            -
                          "reflects": true,
         
     | 
| 
       40600 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40601 
     | 
    
         
            -
                            "name": "FormfieldWrapper",
         
     | 
| 
       40602 
     | 
    
         
            -
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40603 
     | 
    
         
            -
                          }
         
     | 
| 
       40604 
     | 
    
         
            -
                        },
         
     | 
| 
       40605 
     | 
    
         
            -
                        {
         
     | 
| 
       40606 
     | 
    
         
            -
                          "kind": "field",
         
     | 
| 
       40607 
     | 
    
         
            -
                          "name": "toggletipStrategy",
         
     | 
| 
       40608 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       40609 
     | 
    
         
            -
                            "text": "PopoverStrategy"
         
     | 
| 
       40610 
     | 
    
         
            -
                          },
         
     | 
| 
       40611 
     | 
    
         
            -
                          "attribute": "toggletip-strategy",
         
     | 
| 
       40612 
     | 
    
         
            -
                          "reflects": true,
         
     | 
| 
       40613 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40614 
     | 
    
         
            -
                            "name": "FormfieldWrapper",
         
     | 
| 
       40615 
     | 
    
         
            -
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40616 
     | 
    
         
            -
                          }
         
     | 
| 
       40617 
     | 
    
         
            -
                        },
         
     | 
| 
       40618 
     | 
    
         
            -
                        {
         
     | 
| 
       40619 
     | 
    
         
            -
                          "kind": "field",
         
     | 
| 
       40620 
     | 
    
         
            -
                          "name": "infoIconAriaLabel",
         
     | 
| 
       40621 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       40622 
     | 
    
         
            -
                            "text": "string | undefined"
         
     | 
| 
       40623 
     | 
    
         
            -
                          },
         
     | 
| 
       40624 
     | 
    
         
            -
                          "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.",
         
     | 
| 
       40625 
     | 
    
         
            -
                          "attribute": "info-icon-aria-label",
         
     | 
| 
       40626 
     | 
    
         
            -
                          "reflects": true,
         
     | 
| 
       40627 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40628 
     | 
    
         
            -
                            "name": "FormfieldWrapper",
         
     | 
| 
       40629 
     | 
    
         
            -
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40630 
     | 
    
         
            -
                          }
         
     | 
| 
       40631 
     | 
    
         
            -
                        },
         
     | 
| 
       40632 
     | 
    
         
            -
                        {
         
     | 
| 
       40633 
     | 
    
         
            -
                          "kind": "field",
         
     | 
| 
       40634 
     | 
    
         
            -
                          "name": "readonly",
         
     | 
| 
       40635 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       40636 
     | 
    
         
            -
                            "text": "boolean"
         
     | 
| 
       40637 
     | 
    
         
            -
                          },
         
     | 
| 
       40638 
     | 
    
         
            -
                          "default": "false",
         
     | 
| 
       40639 
     | 
    
         
            -
                          "description": "Determines whether the form field is read-only.",
         
     | 
| 
       40640 
     | 
    
         
            -
                          "attribute": "readonly",
         
     | 
| 
       40641 
     | 
    
         
            -
                          "reflects": true,
         
     | 
| 
       40642 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40643 
     | 
    
         
            -
                            "name": "FormfieldWrapper",
         
     | 
| 
       40644 
     | 
    
         
            -
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40645 
     | 
    
         
            -
                          }
         
     | 
| 
       40646 
     | 
    
         
            -
                        },
         
     | 
| 
       40647 
     | 
    
         
            -
                        {
         
     | 
| 
       40648 
     | 
    
         
            -
                          "kind": "field",
         
     | 
| 
       40649 
     | 
    
         
            -
                          "name": "softDisabled",
         
     | 
| 
       40650 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       40651 
     | 
    
         
            -
                            "text": "boolean"
         
     | 
| 
       40652 
     | 
    
         
            -
                          },
         
     | 
| 
       40653 
     | 
    
         
            -
                          "default": "false",
         
     | 
| 
       40654 
     | 
    
         
            -
                          "description": "Determines whether the form field is soft-disabled.",
         
     | 
| 
       40655 
     | 
    
         
            -
                          "attribute": "soft-disabled",
         
     | 
| 
       40656 
     | 
    
         
            -
                          "reflects": true,
         
     | 
| 
       40657 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40658 
     | 
    
         
            -
                            "name": "FormfieldWrapper",
         
     | 
| 
       40659 
     | 
    
         
            -
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40660 
     | 
    
         
            -
                          }
         
     | 
| 
       40661 
     | 
    
         
            -
                        },
         
     | 
| 
       40662 
     | 
    
         
            -
                        {
         
     | 
| 
       40663 
     | 
    
         
            -
                          "kind": "method",
         
     | 
| 
       40664 
     | 
    
         
            -
                          "name": "renderLabelElement",
         
     | 
| 
       40665 
     | 
    
         
            -
                          "privacy": "protected",
         
     | 
| 
       40666 
     | 
    
         
            -
                          "description": "creates the label element when the label property is set.\nid is used to link the label with the input field.",
         
     | 
| 
       40667 
     | 
    
         
            -
                          "return": {
         
     | 
| 
       40668 
     | 
    
         
            -
                            "type": {
         
     | 
| 
       40669 
     | 
    
         
            -
                              "text": ""
         
     | 
| 
       40670 
     | 
    
         
            -
                            }
         
     | 
| 
       40671 
     | 
    
         
            -
                          },
         
     | 
| 
       40672 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40673 
     | 
    
         
            -
                            "name": "FormfieldWrapper",
         
     | 
| 
       40674 
     | 
    
         
            -
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
      
 40551 
     | 
    
         
            +
                            "name": "FormfieldWrapper",
         
     | 
| 
      
 40552 
     | 
    
         
            +
                            "module": "components/formfieldwrapper/formfieldwrapper.component.js"
         
     | 
| 
       40675 
40553 
     | 
    
         
             
                          }
         
     | 
| 
       40676 
40554 
     | 
    
         
             
                        },
         
     | 
| 
       40677 
40555 
     | 
    
         
             
                        {
         
     | 
| 
         @@ -40737,108 +40615,89 @@ 
     | 
|
| 
       40737 
40615 
     | 
    
         
             
                      ],
         
     | 
| 
       40738 
40616 
     | 
    
         
             
                      "events": [
         
     | 
| 
       40739 
40617 
     | 
    
         
             
                        {
         
     | 
| 
       40740 
     | 
    
         
            -
                          "description": "(React: onInput) This event is dispatched when the value of the input field changes (every press).",
         
     | 
| 
       40741 
     | 
    
         
            -
                          "name": "input",
         
     | 
| 
       40742 
     | 
    
         
            -
                          "reactName": "onInput",
         
     | 
| 
       40743 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40744 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       40745 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       40746 
     | 
    
         
            -
                          }
         
     | 
| 
       40747 
     | 
    
         
            -
                        },
         
     | 
| 
       40748 
     | 
    
         
            -
                        {
         
     | 
| 
       40749 
     | 
    
         
            -
                          "description": "(React: onChange) This event is dispatched when the value of the input field changes (on blur).",
         
     | 
| 
       40750 
40618 
     | 
    
         
             
                          "name": "change",
         
     | 
| 
       40751 
     | 
    
         
            -
                          " 
     | 
| 
       40752 
     | 
    
         
            -
             
     | 
| 
       40753 
     | 
    
         
            -
             
     | 
| 
       40754 
     | 
    
         
            -
             
     | 
| 
       40755 
     | 
    
         
            -
                           
     | 
| 
       40756 
     | 
    
         
            -
                        },
         
     | 
| 
       40757 
     | 
    
         
            -
                        {
         
     | 
| 
       40758 
     | 
    
         
            -
                          "description": "(React: onFocus) This event is dispatched when the input receives focus.",
         
     | 
| 
       40759 
     | 
    
         
            -
                          "name": "focus",
         
     | 
| 
       40760 
     | 
    
         
            -
                          "reactName": "onFocus",
         
     | 
| 
       40761 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40762 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       40763 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       40764 
     | 
    
         
            -
                          }
         
     | 
| 
       40765 
     | 
    
         
            -
                        },
         
     | 
| 
       40766 
     | 
    
         
            -
                        {
         
     | 
| 
       40767 
     | 
    
         
            -
                          "description": "(React: onBlur) This event is dispatched when the input loses focus.",
         
     | 
| 
       40768 
     | 
    
         
            -
                          "name": "blur",
         
     | 
| 
       40769 
     | 
    
         
            -
                          "reactName": "onBlur",
         
     | 
| 
       40770 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40771 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       40772 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       40773 
     | 
    
         
            -
                          }
         
     | 
| 
      
 40619 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 40620 
     | 
    
         
            +
                            "text": "CustomEvent"
         
     | 
| 
      
 40621 
     | 
    
         
            +
                          },
         
     | 
| 
      
 40622 
     | 
    
         
            +
                          "description": "(React: onChange) This event is dispatched when the select is changed.",
         
     | 
| 
      
 40623 
     | 
    
         
            +
                          "reactName": "onChange"
         
     | 
| 
       40774 
40624 
     | 
    
         
             
                        },
         
     | 
| 
       40775 
40625 
     | 
    
         
             
                        {
         
     | 
| 
       40776 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40626 
     | 
    
         
            +
                          "name": "input",
         
     | 
| 
       40777 
40627 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40778 
40628 
     | 
    
         
             
                            "text": "CustomEvent"
         
     | 
| 
       40779 
40629 
     | 
    
         
             
                          },
         
     | 
| 
       40780 
     | 
    
         
            -
                          "description": "(React:  
     | 
| 
       40781 
     | 
    
         
            -
                          "reactName": " 
     | 
| 
       40782 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40783 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       40784 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       40785 
     | 
    
         
            -
                          }
         
     | 
| 
      
 40630 
     | 
    
         
            +
                          "description": "(React: onInput) This event is dispatched when the select is changed.",
         
     | 
| 
      
 40631 
     | 
    
         
            +
                          "reactName": "onInput"
         
     | 
| 
       40786 
40632 
     | 
    
         
             
                        },
         
     | 
| 
       40787 
40633 
     | 
    
         
             
                        {
         
     | 
| 
       40788 
     | 
    
         
            -
                          "description": "(React:  
     | 
| 
       40789 
     | 
    
         
            -
                          "name": " 
     | 
| 
       40790 
     | 
    
         
            -
                          "reactName": " 
     | 
| 
      
 40634 
     | 
    
         
            +
                          "description": "(React: onClick) This event is dispatched when the select is clicked.",
         
     | 
| 
      
 40635 
     | 
    
         
            +
                          "name": "click",
         
     | 
| 
      
 40636 
     | 
    
         
            +
                          "reactName": "onClick"
         
     | 
| 
       40791 
40637 
     | 
    
         
             
                        },
         
     | 
| 
       40792 
40638 
     | 
    
         
             
                        {
         
     | 
| 
       40793 
     | 
    
         
            -
                          "description": "(React:  
     | 
| 
       40794 
     | 
    
         
            -
                          "name": " 
     | 
| 
       40795 
     | 
    
         
            -
                          "reactName": " 
     | 
| 
      
 40639 
     | 
    
         
            +
                          "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the select.",
         
     | 
| 
      
 40640 
     | 
    
         
            +
                          "name": "keydown",
         
     | 
| 
      
 40641 
     | 
    
         
            +
                          "reactName": "onKeyDown"
         
     | 
| 
       40796 
40642 
     | 
    
         
             
                        },
         
     | 
| 
       40797 
40643 
     | 
    
         
             
                        {
         
     | 
| 
       40798 
     | 
    
         
            -
                          " 
     | 
| 
       40799 
     | 
    
         
            -
             
     | 
| 
       40800 
     | 
    
         
            -
                           
     | 
| 
       40801 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       40802 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       40803 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       40804 
     | 
    
         
            -
                          }
         
     | 
| 
      
 40644 
     | 
    
         
            +
                          "description": "(React: onFocus) This event is dispatched when the select receives focus.",
         
     | 
| 
      
 40645 
     | 
    
         
            +
                          "name": "focus",
         
     | 
| 
      
 40646 
     | 
    
         
            +
                          "reactName": "onFocus"
         
     | 
| 
       40805 
40647 
     | 
    
         
             
                        }
         
     | 
| 
       40806 
40648 
     | 
    
         
             
                      ],
         
     | 
| 
       40807 
40649 
     | 
    
         
             
                      "attributes": [
         
     | 
| 
       40808 
40650 
     | 
    
         
             
                        {
         
     | 
| 
       40809 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40651 
     | 
    
         
            +
                          "name": "placeholder",
         
     | 
| 
       40810 
40652 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40811 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 40653 
     | 
    
         
            +
                            "text": "string | undefined"
         
     | 
| 
       40812 
40654 
     | 
    
         
             
                          },
         
     | 
| 
       40813 
     | 
    
         
            -
                          "description": " 
     | 
| 
       40814 
     | 
    
         
            -
                          " 
     | 
| 
       40815 
     | 
    
         
            -
                          "fieldName": "displayPopover"
         
     | 
| 
      
 40655 
     | 
    
         
            +
                          "description": "The placeholder text which will be shown on the text if provided.",
         
     | 
| 
      
 40656 
     | 
    
         
            +
                          "fieldName": "placeholder"
         
     | 
| 
       40816 
40657 
     | 
    
         
             
                        },
         
     | 
| 
       40817 
40658 
     | 
    
         
             
                        {
         
     | 
| 
       40818 
40659 
     | 
    
         
             
                          "name": "placement",
         
     | 
| 
       40819 
40660 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40820 
40661 
     | 
    
         
             
                            "text": "Placement"
         
     | 
| 
       40821 
40662 
     | 
    
         
             
                          },
         
     | 
| 
       40822 
     | 
    
         
            -
                          "description": "The placement of the popover within  
     | 
| 
      
 40663 
     | 
    
         
            +
                          "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'",
         
     | 
| 
       40823 
40664 
     | 
    
         
             
                          "default": "'bottom-start'",
         
     | 
| 
       40824 
40665 
     | 
    
         
             
                          "fieldName": "placement"
         
     | 
| 
       40825 
40666 
     | 
    
         
             
                        },
         
     | 
| 
      
 40667 
     | 
    
         
            +
                        {
         
     | 
| 
      
 40668 
     | 
    
         
            +
                          "name": "boundary",
         
     | 
| 
      
 40669 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 40670 
     | 
    
         
            +
                            "text": "'clippingAncestors' | string"
         
     | 
| 
      
 40671 
     | 
    
         
            +
                          },
         
     | 
| 
      
 40672 
     | 
    
         
            +
                          "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",
         
     | 
| 
      
 40673 
     | 
    
         
            +
                          "default": "'clippingAncestors'",
         
     | 
| 
      
 40674 
     | 
    
         
            +
                          "fieldName": "boundary"
         
     | 
| 
      
 40675 
     | 
    
         
            +
                        },
         
     | 
| 
      
 40676 
     | 
    
         
            +
                        {
         
     | 
| 
      
 40677 
     | 
    
         
            +
                          "name": "strategy",
         
     | 
| 
      
 40678 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 40679 
     | 
    
         
            +
                            "text": "PopoverStrategy"
         
     | 
| 
      
 40680 
     | 
    
         
            +
                          },
         
     | 
| 
      
 40681 
     | 
    
         
            +
                          "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.",
         
     | 
| 
      
 40682 
     | 
    
         
            +
                          "default": "absolute",
         
     | 
| 
      
 40683 
     | 
    
         
            +
                          "fieldName": "strategy"
         
     | 
| 
      
 40684 
     | 
    
         
            +
                        },
         
     | 
| 
       40826 
40685 
     | 
    
         
             
                        {
         
     | 
| 
       40827 
40686 
     | 
    
         
             
                          "name": "popover-z-index",
         
     | 
| 
       40828 
40687 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40829 
40688 
     | 
    
         
             
                            "text": "number"
         
     | 
| 
       40830 
40689 
     | 
    
         
             
                          },
         
     | 
| 
       40831 
     | 
    
         
            -
                          "description": "The z-index of the popover within  
     | 
| 
      
 40690 
     | 
    
         
            +
                          "description": "The z-index of the popover within Select.\n\nOverride this to make sure this stays on top of other components.",
         
     | 
| 
       40832 
40691 
     | 
    
         
             
                          "default": "1000",
         
     | 
| 
       40833 
40692 
     | 
    
         
             
                          "fieldName": "popoverZIndex"
         
     | 
| 
       40834 
40693 
     | 
    
         
             
                        },
         
     | 
| 
       40835 
40694 
     | 
    
         
             
                        {
         
     | 
| 
       40836 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40695 
     | 
    
         
            +
                          "name": "backdrop-append-to",
         
     | 
| 
       40837 
40696 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40838 
40697 
     | 
    
         
             
                            "text": "string | undefined"
         
     | 
| 
       40839 
40698 
     | 
    
         
             
                          },
         
     | 
| 
       40840 
     | 
    
         
            -
                          "description": " 
     | 
| 
       40841 
     | 
    
         
            -
                          "fieldName": " 
     | 
| 
      
 40699 
     | 
    
         
            +
                          "description": "ID of the element where the backdrop will be appended to.\nThis is useful to ensure that the backdrop is appended to the correct element in the DOM.\nIf not set, the backdrop will be appended to the parent element of the select.",
         
     | 
| 
      
 40700 
     | 
    
         
            +
                          "fieldName": "backdropAppendTo"
         
     | 
| 
       40842 
40701 
     | 
    
         
             
                        },
         
     | 
| 
       40843 
40702 
     | 
    
         
             
                        {
         
     | 
| 
       40844 
40703 
     | 
    
         
             
                          "name": "auto-focus-on-mount",
         
     | 
| 
         @@ -40905,323 +40764,205 @@ 
     | 
|
| 
       40905 
40764 
     | 
    
         
             
                          }
         
     | 
| 
       40906 
40765 
     | 
    
         
             
                        },
         
     | 
| 
       40907 
40766 
     | 
    
         
             
                        {
         
     | 
| 
       40908 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40767 
     | 
    
         
            +
                          "name": "disabled",
         
     | 
| 
       40909 
40768 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40910 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 40769 
     | 
    
         
            +
                            "text": "boolean | undefined"
         
     | 
| 
       40911 
40770 
     | 
    
         
             
                          },
         
     | 
| 
       40912 
     | 
    
         
            -
                          " 
     | 
| 
       40913 
     | 
    
         
            -
                          " 
     | 
| 
       40914 
     | 
    
         
            -
                          "fieldName": " 
     | 
| 
      
 40771 
     | 
    
         
            +
                          "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
         
     | 
| 
      
 40772 
     | 
    
         
            +
                          "default": "undefined",
         
     | 
| 
      
 40773 
     | 
    
         
            +
                          "fieldName": "disabled",
         
     | 
| 
       40915 
40774 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40916 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40917 
     | 
    
         
            -
                            "module": "src/components/ 
     | 
| 
      
 40775 
     | 
    
         
            +
                            "name": "FormfieldWrapper",
         
     | 
| 
      
 40776 
     | 
    
         
            +
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       40918 
40777 
     | 
    
         
             
                          }
         
     | 
| 
       40919 
40778 
     | 
    
         
             
                        },
         
     | 
| 
       40920 
40779 
     | 
    
         
             
                        {
         
     | 
| 
       40921 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40780 
     | 
    
         
            +
                          "name": "label",
         
     | 
| 
       40922 
40781 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40923 
40782 
     | 
    
         
             
                            "text": "string | undefined"
         
     | 
| 
       40924 
40783 
     | 
    
         
             
                          },
         
     | 
| 
       40925 
     | 
    
         
            -
                          "description": "The  
     | 
| 
       40926 
     | 
    
         
            -
                          "fieldName": " 
     | 
| 
      
 40784 
     | 
    
         
            +
                          "description": "The label of the input field. It is linked to the input field using the `for` attribute.",
         
     | 
| 
      
 40785 
     | 
    
         
            +
                          "fieldName": "label",
         
     | 
| 
       40927 
40786 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40928 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40929 
     | 
    
         
            -
                            "module": "src/components/ 
     | 
| 
      
 40787 
     | 
    
         
            +
                            "name": "FormfieldWrapper",
         
     | 
| 
      
 40788 
     | 
    
         
            +
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       40930 
40789 
     | 
    
         
             
                          }
         
     | 
| 
       40931 
40790 
     | 
    
         
             
                        },
         
     | 
| 
       40932 
40791 
     | 
    
         
             
                        {
         
     | 
| 
       40933 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40792 
     | 
    
         
            +
                          "name": "required",
         
     | 
| 
       40934 
40793 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40935 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 40794 
     | 
    
         
            +
                            "text": "boolean"
         
     | 
| 
       40936 
40795 
     | 
    
         
             
                          },
         
     | 
| 
       40937 
     | 
    
         
            -
                          " 
     | 
| 
       40938 
     | 
    
         
            -
                          " 
     | 
| 
      
 40796 
     | 
    
         
            +
                          "default": "false",
         
     | 
| 
      
 40797 
     | 
    
         
            +
                          "description": "The required attribute to indicate that the input field is required.\nIt is used to append a required indicator (*) to the label.",
         
     | 
| 
      
 40798 
     | 
    
         
            +
                          "fieldName": "required",
         
     | 
| 
       40939 
40799 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40940 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40941 
     | 
    
         
            -
                            "module": "src/components/ 
     | 
| 
      
 40800 
     | 
    
         
            +
                            "name": "FormfieldWrapper",
         
     | 
| 
      
 40801 
     | 
    
         
            +
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       40942 
40802 
     | 
    
         
             
                          }
         
     | 
| 
       40943 
40803 
     | 
    
         
             
                        },
         
     | 
| 
       40944 
40804 
     | 
    
         
             
                        {
         
     | 
| 
       40945 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40805 
     | 
    
         
            +
                          "name": "help-text-type",
         
     | 
| 
       40946 
40806 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40947 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 40807 
     | 
    
         
            +
                            "text": "ValidationType"
         
     | 
| 
       40948 
40808 
     | 
    
         
             
                          },
         
     | 
| 
       40949 
     | 
    
         
            -
                          " 
     | 
| 
       40950 
     | 
    
         
            -
                          " 
     | 
| 
       40951 
     | 
    
         
            -
                          "fieldName": "trailingButton",
         
     | 
| 
      
 40809 
     | 
    
         
            +
                          "description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
         
     | 
| 
      
 40810 
     | 
    
         
            +
                          "fieldName": "helpTextType",
         
     | 
| 
       40952 
40811 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40953 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40954 
     | 
    
         
            -
                            "module": "src/components/ 
     | 
| 
      
 40812 
     | 
    
         
            +
                            "name": "FormfieldWrapper",
         
     | 
| 
      
 40813 
     | 
    
         
            +
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       40955 
40814 
     | 
    
         
             
                          }
         
     | 
| 
       40956 
40815 
     | 
    
         
             
                        },
         
     | 
| 
       40957 
40816 
     | 
    
         
             
                        {
         
     | 
| 
       40958 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40817 
     | 
    
         
            +
                          "name": "help-text",
         
     | 
| 
       40959 
40818 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40960 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 40819 
     | 
    
         
            +
                            "text": "string | undefined"
         
     | 
| 
       40961 
40820 
     | 
    
         
             
                          },
         
     | 
| 
       40962 
     | 
    
         
            -
                          "description": "The  
     | 
| 
       40963 
     | 
    
         
            -
                          "fieldName": " 
     | 
| 
      
 40821 
     | 
    
         
            +
                          "description": "The help text that is displayed below the input field.",
         
     | 
| 
      
 40822 
     | 
    
         
            +
                          "fieldName": "helpText",
         
     | 
| 
       40964 
40823 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40965 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40966 
     | 
    
         
            -
                            "module": "src/components/ 
     | 
| 
      
 40824 
     | 
    
         
            +
                            "name": "FormfieldWrapper",
         
     | 
| 
      
 40825 
     | 
    
         
            +
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       40967 
40826 
     | 
    
         
             
                          }
         
     | 
| 
       40968 
40827 
     | 
    
         
             
                        },
         
     | 
| 
       40969 
40828 
     | 
    
         
             
                        {
         
     | 
| 
       40970 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40829 
     | 
    
         
            +
                          "name": "toggletip-text",
         
     | 
| 
       40971 
40830 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40972 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 40831 
     | 
    
         
            +
                            "text": "string | undefined"
         
     | 
| 
       40973 
40832 
     | 
    
         
             
                          },
         
     | 
| 
       40974 
     | 
    
         
            -
                          "description": "The  
     | 
| 
       40975 
     | 
    
         
            -
                          "fieldName": " 
     | 
| 
      
 40833 
     | 
    
         
            +
                          "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
         
     | 
| 
      
 40834 
     | 
    
         
            +
                          "fieldName": "toggletipText",
         
     | 
| 
       40976 
40835 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40977 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40978 
     | 
    
         
            -
                            "module": "src/components/ 
     | 
| 
      
 40836 
     | 
    
         
            +
                            "name": "FormfieldWrapper",
         
     | 
| 
      
 40837 
     | 
    
         
            +
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       40979 
40838 
     | 
    
         
             
                          }
         
     | 
| 
       40980 
40839 
     | 
    
         
             
                        },
         
     | 
| 
       40981 
40840 
     | 
    
         
             
                        {
         
     | 
| 
       40982 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40841 
     | 
    
         
            +
                          "name": "toggletip-placement",
         
     | 
| 
       40983 
40842 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40984 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 40843 
     | 
    
         
            +
                            "text": "PopoverPlacement"
         
     | 
| 
       40985 
40844 
     | 
    
         
             
                          },
         
     | 
| 
       40986 
     | 
    
         
            -
                          "description": "The  
     | 
| 
       40987 
     | 
    
         
            -
                          "default": "' 
     | 
| 
       40988 
     | 
    
         
            -
                          "fieldName": " 
     | 
| 
      
 40845 
     | 
    
         
            +
                          "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
         
     | 
| 
      
 40846 
     | 
    
         
            +
                          "default": "'top'",
         
     | 
| 
      
 40847 
     | 
    
         
            +
                          "fieldName": "toggletipPlacement",
         
     | 
| 
       40989 
40848 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       40990 
     | 
    
         
            -
                            "name": " 
     | 
| 
       40991 
     | 
    
         
            -
                            "module": "src/components/ 
     | 
| 
      
 40849 
     | 
    
         
            +
                            "name": "FormfieldWrapper",
         
     | 
| 
      
 40850 
     | 
    
         
            +
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       40992 
40851 
     | 
    
         
             
                          }
         
     | 
| 
       40993 
40852 
     | 
    
         
             
                        },
         
     | 
| 
       40994 
40853 
     | 
    
         
             
                        {
         
     | 
| 
       40995 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40854 
     | 
    
         
            +
                          "name": "toggletip-strategy",
         
     | 
| 
       40996 
40855 
     | 
    
         
             
                          "type": {
         
     | 
| 
       40997 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 40856 
     | 
    
         
            +
                            "text": "PopoverStrategy"
         
     | 
| 
       40998 
40857 
     | 
    
         
             
                          },
         
     | 
| 
       40999 
     | 
    
         
            -
                          " 
     | 
| 
       41000 
     | 
    
         
            -
                          "default": "'off'",
         
     | 
| 
       41001 
     | 
    
         
            -
                          "fieldName": "autocomplete",
         
     | 
| 
      
 40858 
     | 
    
         
            +
                          "fieldName": "toggletipStrategy",
         
     | 
| 
       41002 
40859 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       41003 
     | 
    
         
            -
                            "name": " 
     | 
| 
       41004 
     | 
    
         
            -
                            "module": "src/components/ 
     | 
| 
      
 40860 
     | 
    
         
            +
                            "name": "FormfieldWrapper",
         
     | 
| 
      
 40861 
     | 
    
         
            +
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       41005 
40862 
     | 
    
         
             
                          }
         
     | 
| 
       41006 
40863 
     | 
    
         
             
                        },
         
     | 
| 
       41007 
40864 
     | 
    
         
             
                        {
         
     | 
| 
       41008 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40865 
     | 
    
         
            +
                          "name": "info-icon-aria-label",
         
     | 
| 
       41009 
40866 
     | 
    
         
             
                          "type": {
         
     | 
| 
       41010 
40867 
     | 
    
         
             
                            "text": "string | undefined"
         
     | 
| 
       41011 
40868 
     | 
    
         
             
                          },
         
     | 
| 
       41012 
     | 
    
         
            -
                          "description": " 
     | 
| 
       41013 
     | 
    
         
            -
                          "fieldName": " 
     | 
| 
      
 40869 
     | 
    
         
            +
                          "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.",
         
     | 
| 
      
 40870 
     | 
    
         
            +
                          "fieldName": "infoIconAriaLabel",
         
     | 
| 
       41014 
40871 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       41015 
     | 
    
         
            -
                            "name": " 
     | 
| 
       41016 
     | 
    
         
            -
                            "module": "src/components/ 
     | 
| 
      
 40872 
     | 
    
         
            +
                            "name": "FormfieldWrapper",
         
     | 
| 
      
 40873 
     | 
    
         
            +
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       41017 
40874 
     | 
    
         
             
                          }
         
     | 
| 
       41018 
40875 
     | 
    
         
             
                        },
         
     | 
| 
       41019 
40876 
     | 
    
         
             
                        {
         
     | 
| 
       41020 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40877 
     | 
    
         
            +
                          "name": "readonly",
         
     | 
| 
       41021 
40878 
     | 
    
         
             
                          "type": {
         
     | 
| 
       41022 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 40879 
     | 
    
         
            +
                            "text": "boolean"
         
     | 
| 
       41023 
40880 
     | 
    
         
             
                          },
         
     | 
| 
       41024 
     | 
    
         
            -
                          " 
     | 
| 
       41025 
     | 
    
         
            -
                          " 
     | 
| 
      
 40881 
     | 
    
         
            +
                          "default": "false",
         
     | 
| 
      
 40882 
     | 
    
         
            +
                          "description": "Determines whether the form field is read-only.",
         
     | 
| 
      
 40883 
     | 
    
         
            +
                          "fieldName": "readonly",
         
     | 
| 
       41026 
40884 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       41027 
     | 
    
         
            -
                            "name": " 
     | 
| 
       41028 
     | 
    
         
            -
                            "module": "src/components/ 
     | 
| 
      
 40885 
     | 
    
         
            +
                            "name": "FormfieldWrapper",
         
     | 
| 
      
 40886 
     | 
    
         
            +
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       41029 
40887 
     | 
    
         
             
                          }
         
     | 
| 
       41030 
40888 
     | 
    
         
             
                        },
         
     | 
| 
       41031 
40889 
     | 
    
         
             
                        {
         
     | 
| 
       41032 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 40890 
     | 
    
         
            +
                          "name": "soft-disabled",
         
     | 
| 
       41033 
40891 
     | 
    
         
             
                          "type": {
         
     | 
| 
       41034 
     | 
    
         
            -
                            "text": " 
     | 
| 
       41035 
     | 
    
         
            -
                          },
         
     | 
| 
       41036 
     | 
    
         
            -
                          "description": "The list attribute of the input field.\nIdentifies a list of pre-defined options to suggest to the user.",
         
     | 
| 
       41037 
     | 
    
         
            -
                          "fieldName": "list",
         
     | 
| 
       41038 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       41039 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       41040 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       41041 
     | 
    
         
            -
                          }
         
     | 
| 
       41042 
     | 
    
         
            -
                        },
         
     | 
| 
       41043 
     | 
    
         
            -
                        {
         
     | 
| 
       41044 
     | 
    
         
            -
                          "name": "size",
         
     | 
| 
       41045 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       41046 
     | 
    
         
            -
                            "text": "number | undefined | undefined"
         
     | 
| 
       41047 
     | 
    
         
            -
                          },
         
     | 
| 
       41048 
     | 
    
         
            -
                          "description": "The size attribute of the input field.\nSpecifies the width of the input field.",
         
     | 
| 
       41049 
     | 
    
         
            -
                          "default": "undefined",
         
     | 
| 
       41050 
     | 
    
         
            -
                          "fieldName": "size",
         
     | 
| 
       41051 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       41052 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       41053 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       41054 
     | 
    
         
            -
                          }
         
     | 
| 
       41055 
     | 
    
         
            -
                        },
         
     | 
| 
       41056 
     | 
    
         
            -
                        {
         
     | 
| 
       41057 
     | 
    
         
            -
                          "name": "clear-aria-label",
         
     | 
| 
       41058 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       41059 
     | 
    
         
            -
                            "text": "string"
         
     | 
| 
       41060 
     | 
    
         
            -
                          },
         
     | 
| 
       41061 
     | 
    
         
            -
                          "default": "''",
         
     | 
| 
       41062 
     | 
    
         
            -
                          "description": "Aria label for the trailing button. If trailing button is set to true, this label is used for the clear button.",
         
     | 
| 
       41063 
     | 
    
         
            -
                          "fieldName": "clearAriaLabel",
         
     | 
| 
       41064 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       41065 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       41066 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       41067 
     | 
    
         
            -
                          }
         
     | 
| 
       41068 
     | 
    
         
            -
                        },
         
     | 
| 
       41069 
     | 
    
         
            -
                        {
         
     | 
| 
       41070 
     | 
    
         
            -
                          "name": "data-aria-describedby",
         
     | 
| 
       41071 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       41072 
     | 
    
         
            -
                            "text": "string | null"
         
     | 
| 
       41073 
     | 
    
         
            -
                          },
         
     | 
| 
       41074 
     | 
    
         
            -
                          "default": "null",
         
     | 
| 
       41075 
     | 
    
         
            -
                          "description": "Defines a id pointing to the element which describes the input element.\nThe AriaDescribedby attribute to be set for accessibility.",
         
     | 
| 
       41076 
     | 
    
         
            -
                          "fieldName": "dataAriaDescribedby",
         
     | 
| 
       41077 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       41078 
     | 
    
         
            -
                            "name": "Input",
         
     | 
| 
       41079 
     | 
    
         
            -
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
       41080 
     | 
    
         
            -
                          }
         
     | 
| 
       41081 
     | 
    
         
            -
                        },
         
     | 
| 
       41082 
     | 
    
         
            -
                        {
         
     | 
| 
       41083 
     | 
    
         
            -
                          "name": "disabled",
         
     | 
| 
       41084 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       41085 
     | 
    
         
            -
                            "text": "boolean | undefined"
         
     | 
| 
       41086 
     | 
    
         
            -
                          },
         
     | 
| 
       41087 
     | 
    
         
            -
                          "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
         
     | 
| 
       41088 
     | 
    
         
            -
                          "default": "undefined",
         
     | 
| 
       41089 
     | 
    
         
            -
                          "fieldName": "disabled",
         
     | 
| 
       41090 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       41091 
     | 
    
         
            -
                            "name": "FormfieldWrapper",
         
     | 
| 
       41092 
     | 
    
         
            -
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       41093 
     | 
    
         
            -
                          }
         
     | 
| 
       41094 
     | 
    
         
            -
                        },
         
     | 
| 
       41095 
     | 
    
         
            -
                        {
         
     | 
| 
       41096 
     | 
    
         
            -
                          "name": "label",
         
     | 
| 
       41097 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       41098 
     | 
    
         
            -
                            "text": "string | undefined"
         
     | 
| 
       41099 
     | 
    
         
            -
                          },
         
     | 
| 
       41100 
     | 
    
         
            -
                          "description": "The label of the input field. It is linked to the input field using the `for` attribute.",
         
     | 
| 
       41101 
     | 
    
         
            -
                          "fieldName": "label",
         
     | 
| 
       41102 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       41103 
     | 
    
         
            -
                            "name": "FormfieldWrapper",
         
     | 
| 
       41104 
     | 
    
         
            -
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       41105 
     | 
    
         
            -
                          }
         
     | 
| 
       41106 
     | 
    
         
            -
                        },
         
     | 
| 
       41107 
     | 
    
         
            -
                        {
         
     | 
| 
       41108 
     | 
    
         
            -
                          "name": "required",
         
     | 
| 
       41109 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       41110 
     | 
    
         
            -
                            "text": "boolean"
         
     | 
| 
      
 40892 
     | 
    
         
            +
                            "text": "boolean"
         
     | 
| 
       41111 
40893 
     | 
    
         
             
                          },
         
     | 
| 
       41112 
40894 
     | 
    
         
             
                          "default": "false",
         
     | 
| 
       41113 
     | 
    
         
            -
                          "description": " 
     | 
| 
       41114 
     | 
    
         
            -
                          "fieldName": " 
     | 
| 
       41115 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       41116 
     | 
    
         
            -
                            "name": "FormfieldWrapper",
         
     | 
| 
       41117 
     | 
    
         
            -
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       41118 
     | 
    
         
            -
                          }
         
     | 
| 
       41119 
     | 
    
         
            -
                        },
         
     | 
| 
       41120 
     | 
    
         
            -
                        {
         
     | 
| 
       41121 
     | 
    
         
            -
                          "name": "help-text-type",
         
     | 
| 
       41122 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       41123 
     | 
    
         
            -
                            "text": "ValidationType"
         
     | 
| 
       41124 
     | 
    
         
            -
                          },
         
     | 
| 
       41125 
     | 
    
         
            -
                          "description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
         
     | 
| 
       41126 
     | 
    
         
            -
                          "fieldName": "helpTextType",
         
     | 
| 
       41127 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       41128 
     | 
    
         
            -
                            "name": "FormfieldWrapper",
         
     | 
| 
       41129 
     | 
    
         
            -
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       41130 
     | 
    
         
            -
                          }
         
     | 
| 
       41131 
     | 
    
         
            -
                        },
         
     | 
| 
       41132 
     | 
    
         
            -
                        {
         
     | 
| 
       41133 
     | 
    
         
            -
                          "name": "help-text",
         
     | 
| 
       41134 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       41135 
     | 
    
         
            -
                            "text": "string | undefined"
         
     | 
| 
       41136 
     | 
    
         
            -
                          },
         
     | 
| 
       41137 
     | 
    
         
            -
                          "description": "The help text that is displayed below the input field.",
         
     | 
| 
       41138 
     | 
    
         
            -
                          "fieldName": "helpText",
         
     | 
| 
      
 40895 
     | 
    
         
            +
                          "description": "Determines whether the form field is soft-disabled.",
         
     | 
| 
      
 40896 
     | 
    
         
            +
                          "fieldName": "softDisabled",
         
     | 
| 
       41139 
40897 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       41140 
40898 
     | 
    
         
             
                            "name": "FormfieldWrapper",
         
     | 
| 
       41141 
40899 
     | 
    
         
             
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       41142 
40900 
     | 
    
         
             
                          }
         
     | 
| 
       41143 
     | 
    
         
            -
                        } 
     | 
| 
      
 40901 
     | 
    
         
            +
                        }
         
     | 
| 
      
 40902 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 40903 
     | 
    
         
            +
                      "mixins": [
         
     | 
| 
       41144 
40904 
     | 
    
         
             
                        {
         
     | 
| 
       41145 
     | 
    
         
            -
                          "name": " 
     | 
| 
       41146 
     | 
    
         
            -
                          " 
     | 
| 
       41147 
     | 
    
         
            -
                            "text": "string | undefined"
         
     | 
| 
       41148 
     | 
    
         
            -
                          },
         
     | 
| 
       41149 
     | 
    
         
            -
                          "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
         
     | 
| 
       41150 
     | 
    
         
            -
                          "fieldName": "toggletipText",
         
     | 
| 
       41151 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       41152 
     | 
    
         
            -
                            "name": "FormfieldWrapper",
         
     | 
| 
       41153 
     | 
    
         
            -
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       41154 
     | 
    
         
            -
                          }
         
     | 
| 
      
 40905 
     | 
    
         
            +
                          "name": "ListNavigationMixin",
         
     | 
| 
      
 40906 
     | 
    
         
            +
                          "module": "/src/utils/mixins/ListNavigationMixin"
         
     | 
| 
       41155 
40907 
     | 
    
         
             
                        },
         
     | 
| 
       41156 
40908 
     | 
    
         
             
                        {
         
     | 
| 
       41157 
     | 
    
         
            -
                          "name": " 
     | 
| 
       41158 
     | 
    
         
            -
                          " 
     | 
| 
       41159 
     | 
    
         
            -
                            "text": "PopoverPlacement"
         
     | 
| 
       41160 
     | 
    
         
            -
                          },
         
     | 
| 
       41161 
     | 
    
         
            -
                          "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
         
     | 
| 
       41162 
     | 
    
         
            -
                          "default": "'top'",
         
     | 
| 
       41163 
     | 
    
         
            -
                          "fieldName": "toggletipPlacement",
         
     | 
| 
       41164 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       41165 
     | 
    
         
            -
                            "name": "FormfieldWrapper",
         
     | 
| 
       41166 
     | 
    
         
            -
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       41167 
     | 
    
         
            -
                          }
         
     | 
| 
      
 40909 
     | 
    
         
            +
                          "name": "CaptureDestroyEventForChildElement",
         
     | 
| 
      
 40910 
     | 
    
         
            +
                          "module": "/src/utils/mixins/lifecycle/CaptureDestroyEventForChildElement"
         
     | 
| 
       41168 
40911 
     | 
    
         
             
                        },
         
     | 
| 
       41169 
40912 
     | 
    
         
             
                        {
         
     | 
| 
       41170 
     | 
    
         
            -
                          "name": " 
     | 
| 
       41171 
     | 
    
         
            -
                          " 
     | 
| 
       41172 
     | 
    
         
            -
                            "text": "PopoverStrategy"
         
     | 
| 
       41173 
     | 
    
         
            -
                          },
         
     | 
| 
       41174 
     | 
    
         
            -
                          "fieldName": "toggletipStrategy",
         
     | 
| 
       41175 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       41176 
     | 
    
         
            -
                            "name": "FormfieldWrapper",
         
     | 
| 
       41177 
     | 
    
         
            -
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       41178 
     | 
    
         
            -
                          }
         
     | 
| 
      
 40913 
     | 
    
         
            +
                          "name": "AutoFocusOnMountMixin",
         
     | 
| 
      
 40914 
     | 
    
         
            +
                          "module": "/src/utils/mixins/AutoFocusOnMountMixin"
         
     | 
| 
       41179 
40915 
     | 
    
         
             
                        },
         
     | 
| 
       41180 
40916 
     | 
    
         
             
                        {
         
     | 
| 
       41181 
     | 
    
         
            -
                          "name": " 
     | 
| 
       41182 
     | 
    
         
            -
                          " 
     | 
| 
       41183 
     | 
    
         
            -
                            "text": "string | undefined"
         
     | 
| 
       41184 
     | 
    
         
            -
                          },
         
     | 
| 
       41185 
     | 
    
         
            -
                          "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.",
         
     | 
| 
       41186 
     | 
    
         
            -
                          "fieldName": "infoIconAriaLabel",
         
     | 
| 
       41187 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       41188 
     | 
    
         
            -
                            "name": "FormfieldWrapper",
         
     | 
| 
       41189 
     | 
    
         
            -
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       41190 
     | 
    
         
            -
                          }
         
     | 
| 
      
 40917 
     | 
    
         
            +
                          "name": "FormInternalsMixin",
         
     | 
| 
      
 40918 
     | 
    
         
            +
                          "module": "/src/utils/mixins/FormInternalsMixin"
         
     | 
| 
       41191 
40919 
     | 
    
         
             
                        },
         
     | 
| 
       41192 
40920 
     | 
    
         
             
                        {
         
     | 
| 
       41193 
     | 
    
         
            -
                          "name": " 
     | 
| 
       41194 
     | 
    
         
            -
                          " 
     | 
| 
       41195 
     | 
    
         
            -
             
     | 
| 
       41196 
     | 
    
         
            -
             
     | 
| 
       41197 
     | 
    
         
            -
             
     | 
| 
       41198 
     | 
    
         
            -
             
     | 
| 
       41199 
     | 
    
         
            -
             
     | 
| 
       41200 
     | 
    
         
            -
             
     | 
| 
       41201 
     | 
    
         
            -
             
     | 
| 
       41202 
     | 
    
         
            -
             
     | 
| 
       41203 
     | 
    
         
            -
             
     | 
| 
       41204 
     | 
    
         
            -
             
     | 
| 
      
 40921 
     | 
    
         
            +
                          "name": "DataAriaLabelMixin",
         
     | 
| 
      
 40922 
     | 
    
         
            +
                          "module": "/src/utils/mixins/DataAriaLabelMixin"
         
     | 
| 
      
 40923 
     | 
    
         
            +
                        }
         
     | 
| 
      
 40924 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 40925 
     | 
    
         
            +
                      "superclass": {
         
     | 
| 
      
 40926 
     | 
    
         
            +
                        "name": "FormfieldWrapper",
         
     | 
| 
      
 40927 
     | 
    
         
            +
                        "module": "/src/components/formfieldwrapper/formfieldwrapper.component"
         
     | 
| 
      
 40928 
     | 
    
         
            +
                      },
         
     | 
| 
      
 40929 
     | 
    
         
            +
                      "tagName": "mdc-select",
         
     | 
| 
      
 40930 
     | 
    
         
            +
                      "jsDoc": "/**\n * The mdc-select component is a dropdown selection control that allows users to pick an option from a predefined list.\n * It is designed to work with `mdc-option` for individual options and `mdc-optgroup` for grouping related options.\n *\n * Every mdc-option should have a `value` attribute set to ensure proper form submission.\n *\n * To set a default option, use the `selected` attribute on the `mdc-option` element.\n * You can also set the `value` attribute on the `mdc-select` element to match the value of the desired option. The component will select the corresponding option automatically.\n *\n * **Note:** Make sure to add `mdc-selectlistbox` as a child of `mdc-select` and wrap options/optgroup in it to ensure proper accessibility functionality. Read more about it in SelectListBox documentation.\n *\n * If you need to use `mdc-tooltip` with any options, make sure to place the tooltip component outside the `mdc-select` element.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-popover\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @tagname mdc-select\n *\n * @slot default - This is a default/unnamed slot for Selectlistbox including options and/or option group.\n *\n * @event click - (React: onClick) This event is dispatched when the select is clicked.\n * @event change - (React: onChange) This event is dispatched when the select is changed.\n * @event input - (React: onInput) This event is dispatched when the select is changed.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the select.\n * @event focus - (React: onFocus) This event is dispatched when the select receives focus.\n *\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-select-background-color - The background color of the combobox of select.\n * @cssproperty --mdc-select-text-color - The text color of the select.\n * @cssproperty --mdc-select-border-color - The border color of the select.\n * @cssproperty --mdc-select-width - The width of the select.\n * @cssproperty --mdc-select-listbox-height - The height of the listbox inside the select.\n * @cssproperty --mdc-select-listbox-width - The width of the listbox inside the select (default: `--mdc-select-width`).\n */",
         
     | 
| 
      
 40931 
     | 
    
         
            +
                      "customElement": true
         
     | 
| 
      
 40932 
     | 
    
         
            +
                    }
         
     | 
| 
      
 40933 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 40934 
     | 
    
         
            +
                  "exports": [
         
     | 
| 
      
 40935 
     | 
    
         
            +
                    {
         
     | 
| 
      
 40936 
     | 
    
         
            +
                      "kind": "js",
         
     | 
| 
      
 40937 
     | 
    
         
            +
                      "name": "default",
         
     | 
| 
      
 40938 
     | 
    
         
            +
                      "declaration": {
         
     | 
| 
      
 40939 
     | 
    
         
            +
                        "name": "Select",
         
     | 
| 
      
 40940 
     | 
    
         
            +
                        "module": "components/select/select.component.js"
         
     | 
| 
      
 40941 
     | 
    
         
            +
                      }
         
     | 
| 
      
 40942 
     | 
    
         
            +
                    }
         
     | 
| 
      
 40943 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 40944 
     | 
    
         
            +
                },
         
     | 
| 
      
 40945 
     | 
    
         
            +
                {
         
     | 
| 
      
 40946 
     | 
    
         
            +
                  "kind": "javascript-module",
         
     | 
| 
      
 40947 
     | 
    
         
            +
                  "path": "components/selectlistbox/selectlistbox.component.js",
         
     | 
| 
      
 40948 
     | 
    
         
            +
                  "declarations": [
         
     | 
| 
      
 40949 
     | 
    
         
            +
                    {
         
     | 
| 
      
 40950 
     | 
    
         
            +
                      "kind": "class",
         
     | 
| 
      
 40951 
     | 
    
         
            +
                      "description": "Selectlistbox component as Light DOM component to act as a simple wrapper\nfor mdc-option components to ensure accessibility and proper role assignment.\n\nOnce [ariaOwnsElements](https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/ariaOwnsElements) is supported in browsers, this component can be removed\nand mdc-option can be used directly in the select component with a listbox in a different\nshadow root and aria-owns attribute to connect them.",
         
     | 
| 
      
 40952 
     | 
    
         
            +
                      "name": "Selectlistbox",
         
     | 
| 
      
 40953 
     | 
    
         
            +
                      "slots": [
         
     | 
| 
       41205 
40954 
     | 
    
         
             
                        {
         
     | 
| 
       41206 
     | 
    
         
            -
                          " 
     | 
| 
       41207 
     | 
    
         
            -
                          " 
     | 
| 
       41208 
     | 
    
         
            -
                            "text": "boolean"
         
     | 
| 
       41209 
     | 
    
         
            -
                          },
         
     | 
| 
       41210 
     | 
    
         
            -
                          "default": "false",
         
     | 
| 
       41211 
     | 
    
         
            -
                          "description": "Determines whether the form field is soft-disabled.",
         
     | 
| 
       41212 
     | 
    
         
            -
                          "fieldName": "softDisabled",
         
     | 
| 
       41213 
     | 
    
         
            -
                          "inheritedFrom": {
         
     | 
| 
       41214 
     | 
    
         
            -
                            "name": "FormfieldWrapper",
         
     | 
| 
       41215 
     | 
    
         
            -
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       41216 
     | 
    
         
            -
                          }
         
     | 
| 
      
 40955 
     | 
    
         
            +
                          "description": "This is a default/unnamed slot, which can be used to insert mdc-option components.",
         
     | 
| 
      
 40956 
     | 
    
         
            +
                          "name": "default"
         
     | 
| 
       41217 
40957 
     | 
    
         
             
                        }
         
     | 
| 
       41218 
40958 
     | 
    
         
             
                      ],
         
     | 
| 
      
 40959 
     | 
    
         
            +
                      "members": [],
         
     | 
| 
       41219 
40960 
     | 
    
         
             
                      "superclass": {
         
     | 
| 
       41220 
     | 
    
         
            -
                        "name": " 
     | 
| 
       41221 
     | 
    
         
            -
                        "module": "/src/ 
     | 
| 
      
 40961 
     | 
    
         
            +
                        "name": "Component",
         
     | 
| 
      
 40962 
     | 
    
         
            +
                        "module": "/src/models"
         
     | 
| 
       41222 
40963 
     | 
    
         
             
                      },
         
     | 
| 
       41223 
     | 
    
         
            -
                      "tagName": "mdc- 
     | 
| 
       41224 
     | 
    
         
            -
                      "jsDoc": "/**\n *  
     | 
| 
      
 40964 
     | 
    
         
            +
                      "tagName": "mdc-selectlistbox",
         
     | 
| 
      
 40965 
     | 
    
         
            +
                      "jsDoc": "/**\n * Selectlistbox component as Light DOM component to act as a simple wrapper\n * for mdc-option components to ensure accessibility and proper role assignment.\n *\n * Once [ariaOwnsElements](https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/ariaOwnsElements) is supported in browsers, this component can be removed\n * and mdc-option can be used directly in the select component with a listbox in a different\n * shadow root and aria-owns attribute to connect them.\n *\n * @tagname mdc-selectlistbox\n *\n * @slot default - This is a default/unnamed slot, which can be used to insert mdc-option components.\n */",
         
     | 
| 
       41225 
40966 
     | 
    
         
             
                      "customElement": true
         
     | 
| 
       41226 
40967 
     | 
    
         
             
                    }
         
     | 
| 
       41227 
40968 
     | 
    
         
             
                  ],
         
     | 
| 
         @@ -41230,20 +40971,20 @@ 
     | 
|
| 
       41230 
40971 
     | 
    
         
             
                      "kind": "js",
         
     | 
| 
       41231 
40972 
     | 
    
         
             
                      "name": "default",
         
     | 
| 
       41232 
40973 
     | 
    
         
             
                      "declaration": {
         
     | 
| 
       41233 
     | 
    
         
            -
                        "name": " 
     | 
| 
       41234 
     | 
    
         
            -
                        "module": "components/ 
     | 
| 
      
 40974 
     | 
    
         
            +
                        "name": "Selectlistbox",
         
     | 
| 
      
 40975 
     | 
    
         
            +
                        "module": "components/selectlistbox/selectlistbox.component.js"
         
     | 
| 
       41235 
40976 
     | 
    
         
             
                      }
         
     | 
| 
       41236 
40977 
     | 
    
         
             
                    }
         
     | 
| 
       41237 
40978 
     | 
    
         
             
                  ]
         
     | 
| 
       41238 
40979 
     | 
    
         
             
                },
         
     | 
| 
       41239 
40980 
     | 
    
         
             
                {
         
     | 
| 
       41240 
40981 
     | 
    
         
             
                  "kind": "javascript-module",
         
     | 
| 
       41241 
     | 
    
         
            -
                  "path": "components/ 
     | 
| 
      
 40982 
     | 
    
         
            +
                  "path": "components/searchpopover/searchpopover.component.js",
         
     | 
| 
       41242 
40983 
     | 
    
         
             
                  "declarations": [
         
     | 
| 
       41243 
40984 
     | 
    
         
             
                    {
         
     | 
| 
       41244 
40985 
     | 
    
         
             
                      "kind": "class",
         
     | 
| 
       41245 
     | 
    
         
            -
                      "description": " 
     | 
| 
       41246 
     | 
    
         
            -
                      "name": " 
     | 
| 
      
 40986 
     | 
    
         
            +
                      "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.",
         
     | 
| 
      
 40987 
     | 
    
         
            +
                      "name": "Searchpopover",
         
     | 
| 
       41247 
40988 
     | 
    
         
             
                      "cssProperties": [
         
     | 
| 
       41248 
40989 
     | 
    
         
             
                        {
         
     | 
| 
       41249 
40990 
     | 
    
         
             
                          "description": "Font size for the label text.",
         
     | 
| 
         @@ -41318,28 +41059,64 @@ 
     | 
|
| 
       41318 
41059 
     | 
    
         
             
                          }
         
     | 
| 
       41319 
41060 
     | 
    
         
             
                        },
         
     | 
| 
       41320 
41061 
     | 
    
         
             
                        {
         
     | 
| 
       41321 
     | 
    
         
            -
                          "description": " 
     | 
| 
       41322 
     | 
    
         
            -
                          "name": "--mdc- 
     | 
| 
      
 41062 
     | 
    
         
            +
                          "description": "Text color for the input field",
         
     | 
| 
      
 41063 
     | 
    
         
            +
                          "name": "--mdc-input-text-color",
         
     | 
| 
      
 41064 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41065 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41066 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 41067 
     | 
    
         
            +
                          }
         
     | 
| 
       41323 
41068 
     | 
    
         
             
                        },
         
     | 
| 
       41324 
41069 
     | 
    
         
             
                        {
         
     | 
| 
       41325 
     | 
    
         
            -
                          "description": " 
     | 
| 
       41326 
     | 
    
         
            -
                          "name": "--mdc- 
     | 
| 
      
 41070 
     | 
    
         
            +
                          "description": "Border color for the input container",
         
     | 
| 
      
 41071 
     | 
    
         
            +
                          "name": "--mdc-input-border-color",
         
     | 
| 
      
 41072 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41073 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41074 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 41075 
     | 
    
         
            +
                          }
         
     | 
| 
       41327 
41076 
     | 
    
         
             
                        },
         
     | 
| 
       41328 
41077 
     | 
    
         
             
                        {
         
     | 
| 
       41329 
     | 
    
         
            -
                          "description": " 
     | 
| 
       41330 
     | 
    
         
            -
                          "name": "--mdc- 
     | 
| 
      
 41078 
     | 
    
         
            +
                          "description": "Background color for the input field",
         
     | 
| 
      
 41079 
     | 
    
         
            +
                          "name": "--mdc-input-background-color",
         
     | 
| 
      
 41080 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41081 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41082 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 41083 
     | 
    
         
            +
                          }
         
     | 
| 
       41331 
41084 
     | 
    
         
             
                        },
         
     | 
| 
       41332 
41085 
     | 
    
         
             
                        {
         
     | 
| 
       41333 
     | 
    
         
            -
                          "description": " 
     | 
| 
       41334 
     | 
    
         
            -
                          "name": "--mdc- 
     | 
| 
      
 41086 
     | 
    
         
            +
                          "description": "Text color for the help text",
         
     | 
| 
      
 41087 
     | 
    
         
            +
                          "name": "--mdc-input-support-text-color",
         
     | 
| 
      
 41088 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41089 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41090 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 41091 
     | 
    
         
            +
                          }
         
     | 
| 
       41335 
41092 
     | 
    
         
             
                        },
         
     | 
| 
       41336 
41093 
     | 
    
         
             
                        {
         
     | 
| 
       41337 
     | 
    
         
            -
                          "description": " 
     | 
| 
       41338 
     | 
    
         
            -
                          "name": "--mdc- 
     | 
| 
      
 41094 
     | 
    
         
            +
                          "description": "Text color for the selected text",
         
     | 
| 
      
 41095 
     | 
    
         
            +
                          "name": "--mdc-input-selection-text-color",
         
     | 
| 
      
 41096 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41097 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41098 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 41099 
     | 
    
         
            +
                          }
         
     | 
| 
       41339 
41100 
     | 
    
         
             
                        },
         
     | 
| 
       41340 
41101 
     | 
    
         
             
                        {
         
     | 
| 
       41341 
     | 
    
         
            -
                          "description": " 
     | 
| 
       41342 
     | 
    
         
            -
                          "name": "--mdc- 
     | 
| 
      
 41102 
     | 
    
         
            +
                          "description": "Background color for the selected text",
         
     | 
| 
      
 41103 
     | 
    
         
            +
                          "name": "--mdc-input-selection-background-color",
         
     | 
| 
      
 41104 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41105 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41106 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 41107 
     | 
    
         
            +
                          }
         
     | 
| 
      
 41108 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41109 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41110 
     | 
    
         
            +
                          "description": "Width of the searchpopover component",
         
     | 
| 
      
 41111 
     | 
    
         
            +
                          "name": "--mdc-searchpopover-width"
         
     | 
| 
      
 41112 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41113 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41114 
     | 
    
         
            +
                          "description": "Width of the popover within the searchpopover component",
         
     | 
| 
      
 41115 
     | 
    
         
            +
                          "name": "--mdc-searchpopover-popover-width"
         
     | 
| 
      
 41116 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41117 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41118 
     | 
    
         
            +
                          "description": "Height of the popover within the searchpopover component",
         
     | 
| 
      
 41119 
     | 
    
         
            +
                          "name": "--mdc-searchpopover-popover-height"
         
     | 
| 
       41343 
41120 
     | 
    
         
             
                        }
         
     | 
| 
       41344 
41121 
     | 
    
         
             
                      ],
         
     | 
| 
       41345 
41122 
     | 
    
         
             
                      "cssParts": [
         
     | 
| 
         @@ -41406,13 +41183,73 @@ 
     | 
|
| 
       41406 
41183 
     | 
    
         
             
                            "name": "FormfieldWrapper",
         
     | 
| 
       41407 
41184 
     | 
    
         
             
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       41408 
41185 
     | 
    
         
             
                          }
         
     | 
| 
      
 41186 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41187 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41188 
     | 
    
         
            +
                          "description": "The leading icon element that is displayed before the input field.",
         
     | 
| 
      
 41189 
     | 
    
         
            +
                          "name": "leading-icon",
         
     | 
| 
      
 41190 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41191 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41192 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 41193 
     | 
    
         
            +
                          }
         
     | 
| 
      
 41194 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41195 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41196 
     | 
    
         
            +
                          "description": "The prefix text element that is displayed before the input field.",
         
     | 
| 
      
 41197 
     | 
    
         
            +
                          "name": "prefix-text",
         
     | 
| 
      
 41198 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41199 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41200 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 41201 
     | 
    
         
            +
                          }
         
     | 
| 
      
 41202 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41203 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41204 
     | 
    
         
            +
                          "description": "The container for the input field, leading icon, prefix text, and trailing button elements.",
         
     | 
| 
      
 41205 
     | 
    
         
            +
                          "name": "input-container",
         
     | 
| 
      
 41206 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41207 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41208 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 41209 
     | 
    
         
            +
                          }
         
     | 
| 
      
 41210 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41211 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41212 
     | 
    
         
            +
                          "description": "The container for the input field, leading icon, and prefix text elements.",
         
     | 
| 
      
 41213 
     | 
    
         
            +
                          "name": "input-section",
         
     | 
| 
      
 41214 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41215 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41216 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 41217 
     | 
    
         
            +
                          }
         
     | 
| 
      
 41218 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41219 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41220 
     | 
    
         
            +
                          "description": "The input field element.",
         
     | 
| 
      
 41221 
     | 
    
         
            +
                          "name": "input-text",
         
     | 
| 
      
 41222 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41223 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41224 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 41225 
     | 
    
         
            +
                          }
         
     | 
| 
      
 41226 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41227 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41228 
     | 
    
         
            +
                          "description": "The trailing button element that is displayed to clear the input field when the `trailingButton` property is set to true.",
         
     | 
| 
      
 41229 
     | 
    
         
            +
                          "name": "trailing-button",
         
     | 
| 
      
 41230 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41231 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41232 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 41233 
     | 
    
         
            +
                          }
         
     | 
| 
      
 41234 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41235 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41236 
     | 
    
         
            +
                          "description": "The popover content element.",
         
     | 
| 
      
 41237 
     | 
    
         
            +
                          "name": "popover-content"
         
     | 
| 
       41409 
41238 
     | 
    
         
             
                        }
         
     | 
| 
       41410 
41239 
     | 
    
         
             
                      ],
         
     | 
| 
       41411 
41240 
     | 
    
         
             
                      "slots": [
         
     | 
| 
       41412 
41241 
     | 
    
         
             
                        {
         
     | 
| 
       41413 
     | 
    
         
            -
                          "description": " 
     | 
| 
      
 41242 
     | 
    
         
            +
                          "description": "Default slot (=children) for the popover content",
         
     | 
| 
       41414 
41243 
     | 
    
         
             
                          "name": "default"
         
     | 
| 
       41415 
41244 
     | 
    
         
             
                        },
         
     | 
| 
      
 41245 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41246 
     | 
    
         
            +
                          "description": "Slot for input chips",
         
     | 
| 
      
 41247 
     | 
    
         
            +
                          "name": "filters",
         
     | 
| 
      
 41248 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41249 
     | 
    
         
            +
                            "name": "Searchfield",
         
     | 
| 
      
 41250 
     | 
    
         
            +
                            "module": "src/components/searchfield/searchfield.component.ts"
         
     | 
| 
      
 41251 
     | 
    
         
            +
                          }
         
     | 
| 
      
 41252 
     | 
    
         
            +
                        },
         
     | 
| 
       41416 
41253 
     | 
    
         
             
                        {
         
     | 
| 
       41417 
41254 
     | 
    
         
             
                          "description": "Slot for the label element. If not provided, the `label` property will be used to render the label.",
         
     | 
| 
       41418 
41255 
     | 
    
         
             
                          "name": "label",
         
     | 
| 
         @@ -41444,17 +41281,51 @@ 
     | 
|
| 
       41444 
41281 
     | 
    
         
             
                            "name": "FormfieldWrapper",
         
     | 
| 
       41445 
41282 
     | 
    
         
             
                            "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
         
     | 
| 
       41446 
41283 
     | 
    
         
             
                          }
         
     | 
| 
      
 41284 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41285 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41286 
     | 
    
         
            +
                          "description": "Slot for the input element. If not provided, the input field will be rendered.",
         
     | 
| 
      
 41287 
     | 
    
         
            +
                          "name": "input",
         
     | 
| 
      
 41288 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41289 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41290 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 41291 
     | 
    
         
            +
                          }
         
     | 
| 
      
 41292 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41293 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41294 
     | 
    
         
            +
                          "description": "Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.",
         
     | 
| 
      
 41295 
     | 
    
         
            +
                          "name": "input-leading-icon",
         
     | 
| 
      
 41296 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41297 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41298 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 41299 
     | 
    
         
            +
                          }
         
     | 
| 
      
 41300 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41301 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41302 
     | 
    
         
            +
                          "description": "Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.",
         
     | 
| 
      
 41303 
     | 
    
         
            +
                          "name": "input-prefix-text",
         
     | 
| 
      
 41304 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41305 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41306 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 41307 
     | 
    
         
            +
                          }
         
     | 
| 
      
 41308 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41309 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41310 
     | 
    
         
            +
                          "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.",
         
     | 
| 
      
 41311 
     | 
    
         
            +
                          "name": "trailing-button",
         
     | 
| 
      
 41312 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41313 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41314 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 41315 
     | 
    
         
            +
                          }
         
     | 
| 
       41447 
41316 
     | 
    
         
             
                        }
         
     | 
| 
       41448 
41317 
     | 
    
         
             
                      ],
         
     | 
| 
       41449 
41318 
     | 
    
         
             
                      "members": [
         
     | 
| 
       41450 
41319 
     | 
    
         
             
                        {
         
     | 
| 
       41451 
41320 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       41452 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 41321 
     | 
    
         
            +
                          "name": "displayPopover",
         
     | 
| 
       41453 
41322 
     | 
    
         
             
                          "type": {
         
     | 
| 
       41454 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 41323 
     | 
    
         
            +
                            "text": "boolean | undefined"
         
     | 
| 
       41455 
41324 
     | 
    
         
             
                          },
         
     | 
| 
       41456 
     | 
    
         
            -
                          "description": " 
     | 
| 
       41457 
     | 
    
         
            -
                          " 
     | 
| 
      
 41325 
     | 
    
         
            +
                          "description": "Whether to display the popover.",
         
     | 
| 
      
 41326 
     | 
    
         
            +
                          "default": "false",
         
     | 
| 
      
 41327 
     | 
    
         
            +
                          "attribute": "display-popover",
         
     | 
| 
      
 41328 
     | 
    
         
            +
                          "reflects": true
         
     | 
| 
       41458 
41329 
     | 
    
         
             
                        },
         
     | 
| 
       41459 
41330 
     | 
    
         
             
                        {
         
     | 
| 
       41460 
41331 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
         @@ -41462,463 +41333,486 @@ 
     | 
|
| 
       41462 
41333 
     | 
    
         
             
                          "type": {
         
     | 
| 
       41463 
41334 
     | 
    
         
             
                            "text": "Placement"
         
     | 
| 
       41464 
41335 
     | 
    
         
             
                          },
         
     | 
| 
       41465 
     | 
    
         
            -
                          "description": "The placement of the popover within  
     | 
| 
      
 41336 
     | 
    
         
            +
                          "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'",
         
     | 
| 
       41466 
41337 
     | 
    
         
             
                          "default": "'bottom-start'",
         
     | 
| 
       41467 
41338 
     | 
    
         
             
                          "attribute": "placement",
         
     | 
| 
       41468 
41339 
     | 
    
         
             
                          "reflects": true
         
     | 
| 
       41469 
41340 
     | 
    
         
             
                        },
         
     | 
| 
       41470 
     | 
    
         
            -
                        {
         
     | 
| 
       41471 
     | 
    
         
            -
                          "kind": "field",
         
     | 
| 
       41472 
     | 
    
         
            -
                          "name": "boundary",
         
     | 
| 
       41473 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       41474 
     | 
    
         
            -
                            "text": "'clippingAncestors' | string"
         
     | 
| 
       41475 
     | 
    
         
            -
                          },
         
     | 
| 
       41476 
     | 
    
         
            -
                          "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",
         
     | 
| 
       41477 
     | 
    
         
            -
                          "default": "'clippingAncestors'",
         
     | 
| 
       41478 
     | 
    
         
            -
                          "attribute": "boundary",
         
     | 
| 
       41479 
     | 
    
         
            -
                          "reflects": true
         
     | 
| 
       41480 
     | 
    
         
            -
                        },
         
     | 
| 
       41481 
     | 
    
         
            -
                        {
         
     | 
| 
       41482 
     | 
    
         
            -
                          "kind": "field",
         
     | 
| 
       41483 
     | 
    
         
            -
                          "name": "strategy",
         
     | 
| 
       41484 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       41485 
     | 
    
         
            -
                            "text": "PopoverStrategy"
         
     | 
| 
       41486 
     | 
    
         
            -
                          },
         
     | 
| 
       41487 
     | 
    
         
            -
                          "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.",
         
     | 
| 
       41488 
     | 
    
         
            -
                          "default": "absolute",
         
     | 
| 
       41489 
     | 
    
         
            -
                          "attribute": "strategy",
         
     | 
| 
       41490 
     | 
    
         
            -
                          "reflects": true
         
     | 
| 
       41491 
     | 
    
         
            -
                        },
         
     | 
| 
       41492 
41341 
     | 
    
         
             
                        {
         
     | 
| 
       41493 
41342 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       41494 
41343 
     | 
    
         
             
                          "name": "popoverZIndex",
         
     | 
| 
       41495 
41344 
     | 
    
         
             
                          "type": {
         
     | 
| 
       41496 
41345 
     | 
    
         
             
                            "text": "number"
         
     | 
| 
       41497 
41346 
     | 
    
         
             
                          },
         
     | 
| 
       41498 
     | 
    
         
            -
                          "description": "The z-index of the popover within  
     | 
| 
      
 41347 
     | 
    
         
            +
                          "description": "The z-index of the popover within Searchpopover.\n\nOverride this to make sure this stays on top of other components.",
         
     | 
| 
       41499 
41348 
     | 
    
         
             
                          "default": "1000",
         
     | 
| 
       41500 
41349 
     | 
    
         
             
                          "attribute": "popover-z-index",
         
     | 
| 
       41501 
41350 
     | 
    
         
             
                          "reflects": true
         
     | 
| 
       41502 
41351 
     | 
    
         
             
                        },
         
     | 
| 
       41503 
41352 
     | 
    
         
             
                        {
         
     | 
| 
       41504 
41353 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       41505 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 41354 
     | 
    
         
            +
                          "name": "popoverAriaLabel",
         
     | 
| 
       41506 
41355 
     | 
    
         
             
                          "type": {
         
     | 
| 
       41507 
41356 
     | 
    
         
             
                            "text": "string | undefined"
         
     | 
| 
       41508 
41357 
     | 
    
         
             
                          },
         
     | 
| 
       41509 
     | 
    
         
            -
                          "description": " 
     | 
| 
       41510 
     | 
    
         
            -
                          "attribute": " 
     | 
| 
      
 41358 
     | 
    
         
            +
                          "description": "The aria-label for the popover within Searchpopover.\nUse to provide an accessible name for the popover i.e. \"Search results\".",
         
     | 
| 
      
 41359 
     | 
    
         
            +
                          "attribute": "popover-aria-label",
         
     | 
| 
       41511 
41360 
     | 
    
         
             
                          "reflects": true
         
     | 
| 
       41512 
41361 
     | 
    
         
             
                        },
         
     | 
| 
       41513 
41362 
     | 
    
         
             
                        {
         
     | 
| 
       41514 
41363 
     | 
    
         
             
                          "kind": "method",
         
     | 
| 
       41515 
     | 
    
         
            -
                          "name": " 
     | 
| 
       41516 
     | 
    
         
            -
                          "privacy": " 
     | 
| 
       41517 
     | 
    
         
            -
                          "return": {
         
     | 
| 
       41518 
     | 
    
         
            -
                            "type": {
         
     | 
| 
       41519 
     | 
    
         
            -
                              "text": "void"
         
     | 
| 
       41520 
     | 
    
         
            -
                            }
         
     | 
| 
       41521 
     | 
    
         
            -
                          },
         
     | 
| 
      
 41364 
     | 
    
         
            +
                          "name": "renderInputElement",
         
     | 
| 
      
 41365 
     | 
    
         
            +
                          "privacy": "protected",
         
     | 
| 
       41522 
41366 
     | 
    
         
             
                          "parameters": [
         
     | 
| 
       41523 
41367 
     | 
    
         
             
                            {
         
     | 
| 
       41524 
     | 
    
         
            -
                              "name": " 
     | 
| 
      
 41368 
     | 
    
         
            +
                              "name": "type",
         
     | 
| 
       41525 
41369 
     | 
    
         
             
                              "type": {
         
     | 
| 
       41526 
     | 
    
         
            -
                                "text": " 
     | 
| 
       41527 
     | 
    
         
            -
                              } 
     | 
| 
       41528 
     | 
    
         
            -
             
     | 
| 
      
 41370 
     | 
    
         
            +
                                "text": "InputType"
         
     | 
| 
      
 41371 
     | 
    
         
            +
                              }
         
     | 
| 
      
 41372 
     | 
    
         
            +
                            },
         
     | 
| 
      
 41373 
     | 
    
         
            +
                            {
         
     | 
| 
      
 41374 
     | 
    
         
            +
                              "name": "hidePlaceholder",
         
     | 
| 
      
 41375 
     | 
    
         
            +
                              "default": "false"
         
     | 
| 
       41529 
41376 
     | 
    
         
             
                            }
         
     | 
| 
       41530 
41377 
     | 
    
         
             
                          ],
         
     | 
| 
       41531 
     | 
    
         
            -
                          " 
     | 
| 
      
 41378 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41379 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41380 
     | 
    
         
            +
                            "module": "components/input/input.component.js"
         
     | 
| 
      
 41381 
     | 
    
         
            +
                          }
         
     | 
| 
       41532 
41382 
     | 
    
         
             
                        },
         
     | 
| 
       41533 
41383 
     | 
    
         
             
                        {
         
     | 
| 
       41534 
     | 
    
         
            -
                          "kind": " 
     | 
| 
       41535 
     | 
    
         
            -
                          "name": " 
     | 
| 
       41536 
     | 
    
         
            -
                          " 
     | 
| 
       41537 
     | 
    
         
            -
             
     | 
| 
       41538 
     | 
    
         
            -
                            "type": {
         
     | 
| 
       41539 
     | 
    
         
            -
                              "text": "void"
         
     | 
| 
       41540 
     | 
    
         
            -
                            }
         
     | 
| 
      
 41384 
     | 
    
         
            +
                          "kind": "field",
         
     | 
| 
      
 41385 
     | 
    
         
            +
                          "name": "inputChips",
         
     | 
| 
      
 41386 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 41387 
     | 
    
         
            +
                            "text": "Array<HTMLElement> | undefined"
         
     | 
| 
       41541 
41388 
     | 
    
         
             
                          },
         
     | 
| 
       41542 
     | 
    
         
            -
                          " 
     | 
| 
       41543 
     | 
    
         
            -
                             
     | 
| 
       41544 
     | 
    
         
            -
             
     | 
| 
       41545 
     | 
    
         
            -
             
     | 
| 
       41546 
     | 
    
         
            -
                                "text": "Option | null"
         
     | 
| 
       41547 
     | 
    
         
            -
                              },
         
     | 
| 
       41548 
     | 
    
         
            -
                              "description": "The option element in DOM which gets selected."
         
     | 
| 
       41549 
     | 
    
         
            -
                            }
         
     | 
| 
       41550 
     | 
    
         
            -
                          ],
         
     | 
| 
       41551 
     | 
    
         
            -
                          "description": "Sets the selected option in the component state and updates the input element's value.\nThis method ensures that only the selected option is marked as selected in the DOM,\nand updates the tabindex for all options accordingly.\nIt also updates the validity of the input element based on the selected option.\nThis method is called when an option is selected."
         
     | 
| 
      
 41389 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41390 
     | 
    
         
            +
                            "name": "Searchfield",
         
     | 
| 
      
 41391 
     | 
    
         
            +
                            "module": "components/searchfield/searchfield.component.js"
         
     | 
| 
      
 41392 
     | 
    
         
            +
                          }
         
     | 
| 
       41552 
41393 
     | 
    
         
             
                        },
         
     | 
| 
       41553 
41394 
     | 
    
         
             
                        {
         
     | 
| 
       41554 
41395 
     | 
    
         
             
                          "kind": "method",
         
     | 
| 
       41555 
     | 
    
         
            -
                          "name": " 
     | 
| 
       41556 
     | 
    
         
            -
                          "privacy": " 
     | 
| 
       41557 
     | 
    
         
            -
                          "return": {
         
     | 
| 
       41558 
     | 
    
         
            -
                            "type": {
         
     | 
| 
       41559 
     | 
    
         
            -
                              "text": "void"
         
     | 
| 
       41560 
     | 
    
         
            -
                            }
         
     | 
| 
       41561 
     | 
    
         
            -
                          },
         
     | 
| 
      
 41396 
     | 
    
         
            +
                          "name": "handleKeyDown",
         
     | 
| 
      
 41397 
     | 
    
         
            +
                          "privacy": "protected",
         
     | 
| 
       41562 
41398 
     | 
    
         
             
                          "parameters": [
         
     | 
| 
       41563 
41399 
     | 
    
         
             
                            {
         
     | 
| 
       41564 
     | 
    
         
            -
                              "name": " 
     | 
| 
      
 41400 
     | 
    
         
            +
                              "name": "event",
         
     | 
| 
       41565 
41401 
     | 
    
         
             
                              "type": {
         
     | 
| 
       41566 
     | 
    
         
            -
                                "text": " 
     | 
| 
      
 41402 
     | 
    
         
            +
                                "text": "KeyboardEvent"
         
     | 
| 
       41567 
41403 
     | 
    
         
             
                              },
         
     | 
| 
       41568 
     | 
    
         
            -
                              "description": " 
     | 
| 
      
 41404 
     | 
    
         
            +
                              "description": "Keyboard event"
         
     | 
| 
       41569 
41405 
     | 
    
         
             
                            }
         
     | 
| 
       41570 
41406 
     | 
    
         
             
                          ],
         
     | 
| 
       41571 
     | 
    
         
            -
                          "description": " 
     | 
| 
      
 41407 
     | 
    
         
            +
                          "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.",
         
     | 
| 
      
 41408 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41409 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41410 
     | 
    
         
            +
                            "module": "components/input/input.component.js"
         
     | 
| 
      
 41411 
     | 
    
         
            +
                          }
         
     | 
| 
       41572 
41412 
     | 
    
         
             
                        },
         
     | 
| 
       41573 
41413 
     | 
    
         
             
                        {
         
     | 
| 
       41574 
41414 
     | 
    
         
             
                          "kind": "method",
         
     | 
| 
       41575 
     | 
    
         
            -
                          "name": " 
     | 
| 
       41576 
     | 
    
         
            -
                          "privacy": " 
     | 
| 
       41577 
     | 
    
         
            -
                          " 
     | 
| 
       41578 
     | 
    
         
            -
             
     | 
| 
       41579 
     | 
    
         
            -
             
     | 
| 
       41580 
     | 
    
         
            -
                             
     | 
| 
      
 41415 
     | 
    
         
            +
                          "name": "clearInputText",
         
     | 
| 
      
 41416 
     | 
    
         
            +
                          "privacy": "protected",
         
     | 
| 
      
 41417 
     | 
    
         
            +
                          "description": "Clears the input field.",
         
     | 
| 
      
 41418 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41419 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41420 
     | 
    
         
            +
                            "module": "components/input/input.component.js"
         
     | 
| 
      
 41421 
     | 
    
         
            +
                          }
         
     | 
| 
      
 41422 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41423 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41424 
     | 
    
         
            +
                          "kind": "field",
         
     | 
| 
      
 41425 
     | 
    
         
            +
                          "name": "autoFocusOnMount",
         
     | 
| 
      
 41426 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 41427 
     | 
    
         
            +
                            "text": "boolean"
         
     | 
| 
       41581 
41428 
     | 
    
         
             
                          },
         
     | 
| 
       41582 
     | 
    
         
            -
                          " 
     | 
| 
      
 41429 
     | 
    
         
            +
                          "default": "false",
         
     | 
| 
      
 41430 
     | 
    
         
            +
                          "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.",
         
     | 
| 
      
 41431 
     | 
    
         
            +
                          "attribute": "auto-focus-on-mount",
         
     | 
| 
      
 41432 
     | 
    
         
            +
                          "reflects": true,
         
     | 
| 
      
 41433 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41434 
     | 
    
         
            +
                            "name": "AutoFocusOnMountMixin",
         
     | 
| 
      
 41435 
     | 
    
         
            +
                            "module": "utils/mixins/AutoFocusOnMountMixin.js"
         
     | 
| 
      
 41436 
     | 
    
         
            +
                          }
         
     | 
| 
       41583 
41437 
     | 
    
         
             
                        },
         
     | 
| 
       41584 
41438 
     | 
    
         
             
                        {
         
     | 
| 
       41585 
     | 
    
         
            -
                          "kind": " 
     | 
| 
       41586 
     | 
    
         
            -
                          "name": " 
     | 
| 
       41587 
     | 
    
         
            -
                          " 
     | 
| 
       41588 
     | 
    
         
            -
             
     | 
| 
       41589 
     | 
    
         
            -
                            "type": {
         
     | 
| 
       41590 
     | 
    
         
            -
                              "text": "void"
         
     | 
| 
       41591 
     | 
    
         
            -
                            }
         
     | 
| 
      
 41439 
     | 
    
         
            +
                          "kind": "field",
         
     | 
| 
      
 41440 
     | 
    
         
            +
                          "name": "name",
         
     | 
| 
      
 41441 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 41442 
     | 
    
         
            +
                            "text": "string"
         
     | 
| 
       41592 
41443 
     | 
    
         
             
                          },
         
     | 
| 
       41593 
     | 
    
         
            -
                          " 
     | 
| 
       41594 
     | 
    
         
            -
             
     | 
| 
       41595 
     | 
    
         
            -
             
     | 
| 
       41596 
     | 
    
         
            -
             
     | 
| 
       41597 
     | 
    
         
            -
             
     | 
| 
       41598 
     | 
    
         
            -
             
     | 
| 
       41599 
     | 
    
         
            -
                             
     | 
| 
       41600 
     | 
    
         
            -
                           
     | 
| 
      
 41444 
     | 
    
         
            +
                          "default": "''",
         
     | 
| 
      
 41445 
     | 
    
         
            +
                          "description": "Indicates the name of the component group.\nThey are used to group elements in a form together.",
         
     | 
| 
      
 41446 
     | 
    
         
            +
                          "attribute": "name",
         
     | 
| 
      
 41447 
     | 
    
         
            +
                          "reflects": true,
         
     | 
| 
      
 41448 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41449 
     | 
    
         
            +
                            "name": "FormInternalsMixin",
         
     | 
| 
      
 41450 
     | 
    
         
            +
                            "module": "utils/mixins/FormInternalsMixin.js"
         
     | 
| 
      
 41451 
     | 
    
         
            +
                          }
         
     | 
| 
       41601 
41452 
     | 
    
         
             
                        },
         
     | 
| 
       41602 
41453 
     | 
    
         
             
                        {
         
     | 
| 
       41603 
     | 
    
         
            -
                          "kind": " 
     | 
| 
       41604 
     | 
    
         
            -
                          "name": " 
     | 
| 
       41605 
     | 
    
         
            -
                          " 
     | 
| 
       41606 
     | 
    
         
            -
             
     | 
| 
       41607 
     | 
    
         
            -
                            "type": {
         
     | 
| 
       41608 
     | 
    
         
            -
                              "text": "void"
         
     | 
| 
       41609 
     | 
    
         
            -
                            }
         
     | 
| 
      
 41454 
     | 
    
         
            +
                          "kind": "field",
         
     | 
| 
      
 41455 
     | 
    
         
            +
                          "name": "value",
         
     | 
| 
      
 41456 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 41457 
     | 
    
         
            +
                            "text": "string"
         
     | 
| 
       41610 
41458 
     | 
    
         
             
                          },
         
     | 
| 
       41611 
     | 
    
         
            -
                          " 
     | 
| 
       41612 
     | 
    
         
            -
             
     | 
| 
       41613 
     | 
    
         
            -
             
     | 
| 
       41614 
     | 
    
         
            -
             
     | 
| 
       41615 
     | 
    
         
            -
             
     | 
| 
       41616 
     | 
    
         
            -
             
     | 
| 
       41617 
     | 
    
         
            -
                             
     | 
| 
       41618 
     | 
    
         
            -
                           
     | 
| 
      
 41459 
     | 
    
         
            +
                          "default": "''",
         
     | 
| 
      
 41460 
     | 
    
         
            +
                          "description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
         
     | 
| 
      
 41461 
     | 
    
         
            +
                          "attribute": "value",
         
     | 
| 
      
 41462 
     | 
    
         
            +
                          "reflects": true,
         
     | 
| 
      
 41463 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41464 
     | 
    
         
            +
                            "name": "FormInternalsMixin",
         
     | 
| 
      
 41465 
     | 
    
         
            +
                            "module": "utils/mixins/FormInternalsMixin.js"
         
     | 
| 
      
 41466 
     | 
    
         
            +
                          }
         
     | 
| 
      
 41467 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41468 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41469 
     | 
    
         
            +
                          "kind": "field",
         
     | 
| 
      
 41470 
     | 
    
         
            +
                          "name": "validationMessage",
         
     | 
| 
      
 41471 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 41472 
     | 
    
         
            +
                            "text": "string | undefined"
         
     | 
| 
      
 41473 
     | 
    
         
            +
                          },
         
     | 
| 
      
 41474 
     | 
    
         
            +
                          "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.",
         
     | 
| 
      
 41475 
     | 
    
         
            +
                          "attribute": "validation-message",
         
     | 
| 
      
 41476 
     | 
    
         
            +
                          "reflects": true,
         
     | 
| 
      
 41477 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41478 
     | 
    
         
            +
                            "name": "FormInternalsMixin",
         
     | 
| 
      
 41479 
     | 
    
         
            +
                            "module": "utils/mixins/FormInternalsMixin.js"
         
     | 
| 
      
 41480 
     | 
    
         
            +
                          }
         
     | 
| 
      
 41481 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41482 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41483 
     | 
    
         
            +
                          "kind": "field",
         
     | 
| 
      
 41484 
     | 
    
         
            +
                          "name": "validity",
         
     | 
| 
      
 41485 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 41486 
     | 
    
         
            +
                            "text": "ValidityState"
         
     | 
| 
      
 41487 
     | 
    
         
            +
                          },
         
     | 
| 
      
 41488 
     | 
    
         
            +
                          "readonly": true,
         
     | 
| 
      
 41489 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41490 
     | 
    
         
            +
                            "name": "FormInternalsMixin",
         
     | 
| 
      
 41491 
     | 
    
         
            +
                            "module": "utils/mixins/FormInternalsMixin.js"
         
     | 
| 
      
 41492 
     | 
    
         
            +
                          }
         
     | 
| 
      
 41493 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41494 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41495 
     | 
    
         
            +
                          "kind": "field",
         
     | 
| 
      
 41496 
     | 
    
         
            +
                          "name": "willValidate",
         
     | 
| 
      
 41497 
     | 
    
         
            +
                          "readonly": true,
         
     | 
| 
      
 41498 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41499 
     | 
    
         
            +
                            "name": "FormInternalsMixin",
         
     | 
| 
      
 41500 
     | 
    
         
            +
                            "module": "utils/mixins/FormInternalsMixin.js"
         
     | 
| 
      
 41501 
     | 
    
         
            +
                          }
         
     | 
| 
       41619 
41502 
     | 
    
         
             
                        },
         
     | 
| 
       41620 
41503 
     | 
    
         
             
                        {
         
     | 
| 
       41621 
41504 
     | 
    
         
             
                          "kind": "method",
         
     | 
| 
       41622 
     | 
    
         
            -
                          "name": " 
     | 
| 
       41623 
     | 
    
         
            -
                          " 
     | 
| 
      
 41505 
     | 
    
         
            +
                          "name": "setValidity",
         
     | 
| 
      
 41506 
     | 
    
         
            +
                          "description": "Sets the validity of the input field based on the input field's validity.",
         
     | 
| 
       41624 
41507 
     | 
    
         
             
                          "return": {
         
     | 
| 
       41625 
41508 
     | 
    
         
             
                            "type": {
         
     | 
| 
       41626 
     | 
    
         
            -
                              "text": " 
     | 
| 
      
 41509 
     | 
    
         
            +
                              "text": ""
         
     | 
| 
       41627 
41510 
     | 
    
         
             
                            }
         
     | 
| 
       41628 
41511 
     | 
    
         
             
                          },
         
     | 
| 
       41629 
     | 
    
         
            -
                          " 
     | 
| 
       41630 
     | 
    
         
            -
                             
     | 
| 
       41631 
     | 
    
         
            -
             
     | 
| 
       41632 
     | 
    
         
            -
             
     | 
| 
       41633 
     | 
    
         
            -
                                "text": "MouseEvent"
         
     | 
| 
       41634 
     | 
    
         
            -
                              },
         
     | 
| 
       41635 
     | 
    
         
            -
                              "description": "The mouse event which triggered this function."
         
     | 
| 
       41636 
     | 
    
         
            -
                            }
         
     | 
| 
       41637 
     | 
    
         
            -
                          ],
         
     | 
| 
       41638 
     | 
    
         
            -
                          "description": "Handles the click event on the visual combobox.\nIf the select is disabled, soft-disabled or readonly, it does nothing.\nIf the popover is already open, it closes it.\nIf it is closed, it opens it."
         
     | 
| 
      
 41512 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41513 
     | 
    
         
            +
                            "name": "FormInternalsMixin",
         
     | 
| 
      
 41514 
     | 
    
         
            +
                            "module": "utils/mixins/FormInternalsMixin.js"
         
     | 
| 
      
 41515 
     | 
    
         
            +
                          }
         
     | 
| 
       41639 
41516 
     | 
    
         
             
                        },
         
     | 
| 
       41640 
41517 
     | 
    
         
             
                        {
         
     | 
| 
       41641 
41518 
     | 
    
         
             
                          "kind": "method",
         
     | 
| 
       41642 
     | 
    
         
            -
                          "name": " 
     | 
| 
       41643 
     | 
    
         
            -
                          "privacy": "private",
         
     | 
| 
      
 41519 
     | 
    
         
            +
                          "name": "checkValidity",
         
     | 
| 
       41644 
41520 
     | 
    
         
             
                          "return": {
         
     | 
| 
       41645 
41521 
     | 
    
         
             
                            "type": {
         
     | 
| 
       41646 
     | 
    
         
            -
                              "text": " 
     | 
| 
      
 41522 
     | 
    
         
            +
                              "text": "boolean"
         
     | 
| 
       41647 
41523 
     | 
    
         
             
                            }
         
     | 
| 
       41648 
41524 
     | 
    
         
             
                          },
         
     | 
| 
       41649 
     | 
    
         
            -
                          " 
     | 
| 
       41650 
     | 
    
         
            -
                             
     | 
| 
       41651 
     | 
    
         
            -
             
     | 
| 
       41652 
     | 
    
         
            -
             
     | 
| 
       41653 
     | 
    
         
            -
                                "text": "KeyboardEvent"
         
     | 
| 
       41654 
     | 
    
         
            -
                              },
         
     | 
| 
       41655 
     | 
    
         
            -
                              "description": "The keyboard event."
         
     | 
| 
       41656 
     | 
    
         
            -
                            }
         
     | 
| 
       41657 
     | 
    
         
            -
                          ],
         
     | 
| 
       41658 
     | 
    
         
            -
                          "description": "Handles the keydown event on the select element when the popover is closed.\nThe options are as follows:\n- ARROW_DOWN, ARROW_UP, SPACE: Opens the popover and prevents the default scrolling behavior.\n- ENTER: Opens the popover, prevents default scrolling, and submits the form if the popover is closed.\n- HOME: Opens the popover and sets focus and tabindex on the first option.\n- END: Opens the popover and sets focus and tabindex on the last option."
         
     | 
| 
      
 41525 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41526 
     | 
    
         
            +
                            "name": "FormInternalsMixin",
         
     | 
| 
      
 41527 
     | 
    
         
            +
                            "module": "utils/mixins/FormInternalsMixin.js"
         
     | 
| 
      
 41528 
     | 
    
         
            +
                          }
         
     | 
| 
       41659 
41529 
     | 
    
         
             
                        },
         
     | 
| 
       41660 
41530 
     | 
    
         
             
                        {
         
     | 
| 
       41661 
41531 
     | 
    
         
             
                          "kind": "method",
         
     | 
| 
       41662 
     | 
    
         
            -
                          "name": " 
     | 
| 
       41663 
     | 
    
         
            -
                          "privacy": "protected",
         
     | 
| 
      
 41532 
     | 
    
         
            +
                          "name": "reportValidity",
         
     | 
| 
       41664 
41533 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       41665 
     | 
    
         
            -
                            "name": " 
     | 
| 
       41666 
     | 
    
         
            -
                            "module": "utils/mixins/ 
     | 
| 
      
 41534 
     | 
    
         
            +
                            "name": "FormInternalsMixin",
         
     | 
| 
      
 41535 
     | 
    
         
            +
                            "module": "utils/mixins/FormInternalsMixin.js"
         
     | 
| 
       41667 
41536 
     | 
    
         
             
                          }
         
     | 
| 
       41668 
41537 
     | 
    
         
             
                        },
         
     | 
| 
       41669 
41538 
     | 
    
         
             
                        {
         
     | 
| 
       41670 
     | 
    
         
            -
                          "kind": " 
     | 
| 
       41671 
     | 
    
         
            -
                          "name": " 
     | 
| 
       41672 
     | 
    
         
            -
                          " 
     | 
| 
       41673 
     | 
    
         
            -
             
     | 
| 
       41674 
     | 
    
         
            -
                            "type": {
         
     | 
| 
       41675 
     | 
    
         
            -
                              "text": ""
         
     | 
| 
       41676 
     | 
    
         
            -
                            }
         
     | 
| 
      
 41539 
     | 
    
         
            +
                          "kind": "field",
         
     | 
| 
      
 41540 
     | 
    
         
            +
                          "name": "dataAriaLabel",
         
     | 
| 
      
 41541 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 41542 
     | 
    
         
            +
                            "text": "string | null"
         
     | 
| 
       41677 
41543 
     | 
    
         
             
                          },
         
     | 
| 
       41678 
     | 
    
         
            -
                          " 
     | 
| 
       41679 
     | 
    
         
            -
             
     | 
| 
       41680 
     | 
    
         
            -
             
     | 
| 
       41681 
     | 
    
         
            -
             
     | 
| 
       41682 
     | 
    
         
            -
                                "text": "HTMLElement | null"
         
     | 
| 
       41683 
     | 
    
         
            -
                              },
         
     | 
| 
       41684 
     | 
    
         
            -
                              "description": "The target element that triggered the event."
         
     | 
| 
       41685 
     | 
    
         
            -
                            }
         
     | 
| 
       41686 
     | 
    
         
            -
                          ],
         
     | 
| 
       41687 
     | 
    
         
            -
                          "description": "Retrieves the current index of the item that triggered the event.",
         
     | 
| 
      
 41544 
     | 
    
         
            +
                          "default": "null",
         
     | 
| 
      
 41545 
     | 
    
         
            +
                          "description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
         
     | 
| 
      
 41546 
     | 
    
         
            +
                          "attribute": "data-aria-label",
         
     | 
| 
      
 41547 
     | 
    
         
            +
                          "reflects": true,
         
     | 
| 
       41688 
41548 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       41689 
     | 
    
         
            -
                            "name": " 
     | 
| 
       41690 
     | 
    
         
            -
                            "module": "utils/mixins/ 
     | 
| 
      
 41549 
     | 
    
         
            +
                            "name": "DataAriaLabelMixin",
         
     | 
| 
      
 41550 
     | 
    
         
            +
                            "module": "utils/mixins/DataAriaLabelMixin.js"
         
     | 
| 
       41691 
41551 
     | 
    
         
             
                          }
         
     | 
| 
       41692 
41552 
     | 
    
         
             
                        },
         
     | 
| 
       41693 
41553 
     | 
    
         
             
                        {
         
     | 
| 
       41694 
     | 
    
         
            -
                          "kind": " 
     | 
| 
       41695 
     | 
    
         
            -
                          "name": " 
     | 
| 
       41696 
     | 
    
         
            -
                          " 
     | 
| 
       41697 
     | 
    
         
            -
             
     | 
| 
       41698 
     | 
    
         
            -
             
     | 
| 
       41699 
     | 
    
         
            -
             
     | 
| 
       41700 
     | 
    
         
            -
             
     | 
| 
       41701 
     | 
    
         
            -
             
     | 
| 
       41702 
     | 
    
         
            -
                              },
         
     | 
| 
       41703 
     | 
    
         
            -
                              "description": "The index of the currently focused item."
         
     | 
| 
       41704 
     | 
    
         
            -
                            },
         
     | 
| 
       41705 
     | 
    
         
            -
                            {
         
     | 
| 
       41706 
     | 
    
         
            -
                              "name": "focusElement",
         
     | 
| 
       41707 
     | 
    
         
            -
                              "default": "true",
         
     | 
| 
       41708 
     | 
    
         
            -
                              "description": "Call focus() on the current item or not."
         
     | 
| 
       41709 
     | 
    
         
            -
                            }
         
     | 
| 
       41710 
     | 
    
         
            -
                          ],
         
     | 
| 
       41711 
     | 
    
         
            -
                          "description": "Reset all tabindex to -1 and set the tabindex of the current item to 0",
         
     | 
| 
      
 41554 
     | 
    
         
            +
                          "kind": "field",
         
     | 
| 
      
 41555 
     | 
    
         
            +
                          "name": "placeholder",
         
     | 
| 
      
 41556 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 41557 
     | 
    
         
            +
                            "text": "string"
         
     | 
| 
      
 41558 
     | 
    
         
            +
                          },
         
     | 
| 
      
 41559 
     | 
    
         
            +
                          "default": "''",
         
     | 
| 
      
 41560 
     | 
    
         
            +
                          "description": "The placeholder text that is displayed when the input field is empty.",
         
     | 
| 
      
 41561 
     | 
    
         
            +
                          "attribute": "placeholder",
         
     | 
| 
       41712 
41562 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       41713 
     | 
    
         
            -
                            "name": " 
     | 
| 
       41714 
     | 
    
         
            -
                            "module": " 
     | 
| 
      
 41563 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41564 
     | 
    
         
            +
                            "module": "components/input/input.component.js"
         
     | 
| 
       41715 
41565 
     | 
    
         
             
                          }
         
     | 
| 
       41716 
41566 
     | 
    
         
             
                        },
         
     | 
| 
       41717 
41567 
     | 
    
         
             
                        {
         
     | 
| 
       41718 
     | 
    
         
            -
                          "kind": " 
     | 
| 
       41719 
     | 
    
         
            -
                          "name": " 
     | 
| 
       41720 
     | 
    
         
            -
                          " 
     | 
| 
       41721 
     | 
    
         
            -
             
     | 
| 
       41722 
     | 
    
         
            -
                            {
         
     | 
| 
       41723 
     | 
    
         
            -
                              "name": "newIndex",
         
     | 
| 
       41724 
     | 
    
         
            -
                              "type": {
         
     | 
| 
       41725 
     | 
    
         
            -
                                "text": "number"
         
     | 
| 
       41726 
     | 
    
         
            -
                              },
         
     | 
| 
       41727 
     | 
    
         
            -
                              "description": "The index of the new item to focus."
         
     | 
| 
       41728 
     | 
    
         
            -
                            },
         
     | 
| 
       41729 
     | 
    
         
            -
                            {
         
     | 
| 
       41730 
     | 
    
         
            -
                              "name": "oldIndex",
         
     | 
| 
       41731 
     | 
    
         
            -
                              "optional": true,
         
     | 
| 
       41732 
     | 
    
         
            -
                              "type": {
         
     | 
| 
       41733 
     | 
    
         
            -
                                "text": "number"
         
     | 
| 
       41734 
     | 
    
         
            -
                              },
         
     | 
| 
       41735 
     | 
    
         
            -
                              "description": "The index of the currently focused item."
         
     | 
| 
       41736 
     | 
    
         
            -
                            },
         
     | 
| 
       41737 
     | 
    
         
            -
                            {
         
     | 
| 
       41738 
     | 
    
         
            -
                              "name": "focusNewItem",
         
     | 
| 
       41739 
     | 
    
         
            -
                              "default": "true",
         
     | 
| 
       41740 
     | 
    
         
            -
                              "description": "Call focus() on the new item or not. It should be false during firstUpdate"
         
     | 
| 
       41741 
     | 
    
         
            -
                            }
         
     | 
| 
       41742 
     | 
    
         
            -
                          ],
         
     | 
| 
       41743 
     | 
    
         
            -
                          "description": "Resets the tabindex of the currently focused item and sets focus to a new item.",
         
     | 
| 
       41744 
     | 
    
         
            -
                          "return": {
         
     | 
| 
       41745 
     | 
    
         
            -
                            "type": {
         
     | 
| 
       41746 
     | 
    
         
            -
                              "text": ""
         
     | 
| 
       41747 
     | 
    
         
            -
                            }
         
     | 
| 
      
 41568 
     | 
    
         
            +
                          "kind": "field",
         
     | 
| 
      
 41569 
     | 
    
         
            +
                          "name": "prefixText",
         
     | 
| 
      
 41570 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 41571 
     | 
    
         
            +
                            "text": "string | undefined"
         
     | 
| 
       41748 
41572 
     | 
    
         
             
                          },
         
     | 
| 
      
 41573 
     | 
    
         
            +
                          "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.",
         
     | 
| 
      
 41574 
     | 
    
         
            +
                          "attribute": "prefix-text",
         
     | 
| 
       41749 
41575 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       41750 
     | 
    
         
            -
                            "name": " 
     | 
| 
       41751 
     | 
    
         
            -
                            "module": " 
     | 
| 
      
 41576 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41577 
     | 
    
         
            +
                            "module": "components/input/input.component.js"
         
     | 
| 
       41752 
41578 
     | 
    
         
             
                          }
         
     | 
| 
       41753 
41579 
     | 
    
         
             
                        },
         
     | 
| 
       41754 
41580 
     | 
    
         
             
                        {
         
     | 
| 
       41755 
     | 
    
         
            -
                          "kind": " 
     | 
| 
       41756 
     | 
    
         
            -
                          "name": " 
     | 
| 
       41757 
     | 
    
         
            -
                          " 
     | 
| 
       41758 
     | 
    
         
            -
             
     | 
| 
       41759 
     | 
    
         
            -
             
     | 
| 
       41760 
     | 
    
         
            -
             
     | 
| 
       41761 
     | 
    
         
            -
             
     | 
| 
       41762 
     | 
    
         
            -
             
     | 
| 
       41763 
     | 
    
         
            -
             
     | 
| 
       41764 
     | 
    
         
            -
             
     | 
| 
       41765 
     | 
    
         
            -
             
     | 
| 
       41766 
     | 
    
         
            -
             
     | 
| 
       41767 
     | 
    
         
            -
             
     | 
| 
       41768 
     | 
    
         
            -
             
     | 
| 
       41769 
     | 
    
         
            -
             
     | 
| 
       41770 
     | 
    
         
            -
             
     | 
| 
       41771 
     | 
    
         
            -
             
     | 
| 
       41772 
     | 
    
         
            -
             
     | 
| 
       41773 
     | 
    
         
            -
                           
     | 
| 
       41774 
     | 
    
         
            -
                          "description": " 
     | 
| 
       41775 
     | 
    
         
            -
                          " 
     | 
| 
       41776 
     | 
    
         
            -
             
     | 
| 
       41777 
     | 
    
         
            -
             
     | 
| 
       41778 
     | 
    
         
            -
                             
     | 
| 
      
 41581 
     | 
    
         
            +
                          "kind": "field",
         
     | 
| 
      
 41582 
     | 
    
         
            +
                          "name": "leadingIcon",
         
     | 
| 
      
 41583 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 41584 
     | 
    
         
            +
                            "text": "IconNames | undefined"
         
     | 
| 
      
 41585 
     | 
    
         
            +
                          },
         
     | 
| 
      
 41586 
     | 
    
         
            +
                          "description": "The leading icon that is displayed before the input field.",
         
     | 
| 
      
 41587 
     | 
    
         
            +
                          "attribute": "leading-icon",
         
     | 
| 
      
 41588 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41589 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41590 
     | 
    
         
            +
                            "module": "components/input/input.component.js"
         
     | 
| 
      
 41591 
     | 
    
         
            +
                          }
         
     | 
| 
      
 41592 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41593 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41594 
     | 
    
         
            +
                          "kind": "field",
         
     | 
| 
      
 41595 
     | 
    
         
            +
                          "name": "trailingButton",
         
     | 
| 
      
 41596 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 41597 
     | 
    
         
            +
                            "text": "boolean"
         
     | 
| 
      
 41598 
     | 
    
         
            +
                          },
         
     | 
| 
      
 41599 
     | 
    
         
            +
                          "default": "false",
         
     | 
| 
      
 41600 
     | 
    
         
            +
                          "description": "The trailing button when set to true, shows a clear button that clears the input field.",
         
     | 
| 
      
 41601 
     | 
    
         
            +
                          "attribute": "trailing-button",
         
     | 
| 
      
 41602 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41603 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41604 
     | 
    
         
            +
                            "module": "components/input/input.component.js"
         
     | 
| 
      
 41605 
     | 
    
         
            +
                          }
         
     | 
| 
      
 41606 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41607 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41608 
     | 
    
         
            +
                          "kind": "field",
         
     | 
| 
      
 41609 
     | 
    
         
            +
                          "name": "maxlength",
         
     | 
| 
      
 41610 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 41611 
     | 
    
         
            +
                            "text": "number | undefined"
         
     | 
| 
      
 41612 
     | 
    
         
            +
                          },
         
     | 
| 
      
 41613 
     | 
    
         
            +
                          "description": "The maximum number of characters that the input field can accept.",
         
     | 
| 
      
 41614 
     | 
    
         
            +
                          "attribute": "maxlength",
         
     | 
| 
      
 41615 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41616 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41617 
     | 
    
         
            +
                            "module": "components/input/input.component.js"
         
     | 
| 
      
 41618 
     | 
    
         
            +
                          }
         
     | 
| 
      
 41619 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41620 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41621 
     | 
    
         
            +
                          "kind": "field",
         
     | 
| 
      
 41622 
     | 
    
         
            +
                          "name": "minlength",
         
     | 
| 
      
 41623 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 41624 
     | 
    
         
            +
                            "text": "number | undefined"
         
     | 
| 
      
 41625 
     | 
    
         
            +
                          },
         
     | 
| 
      
 41626 
     | 
    
         
            +
                          "description": "The minimum number of characters that the input field can accept.",
         
     | 
| 
      
 41627 
     | 
    
         
            +
                          "attribute": "minlength",
         
     | 
| 
      
 41628 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41629 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41630 
     | 
    
         
            +
                            "module": "components/input/input.component.js"
         
     | 
| 
      
 41631 
     | 
    
         
            +
                          }
         
     | 
| 
      
 41632 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41633 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41634 
     | 
    
         
            +
                          "kind": "field",
         
     | 
| 
      
 41635 
     | 
    
         
            +
                          "name": "autocapitalize",
         
     | 
| 
      
 41636 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 41637 
     | 
    
         
            +
                            "text": "AutoCapitalizeType"
         
     | 
| 
      
 41638 
     | 
    
         
            +
                          },
         
     | 
| 
      
 41639 
     | 
    
         
            +
                          "description": "The autocapitalize attribute of the input field.",
         
     | 
| 
      
 41640 
     | 
    
         
            +
                          "default": "'off'",
         
     | 
| 
      
 41641 
     | 
    
         
            +
                          "attribute": "autocapitalize",
         
     | 
| 
      
 41642 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 41643 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41644 
     | 
    
         
            +
                            "module": "components/input/input.component.js"
         
     | 
| 
      
 41645 
     | 
    
         
            +
                          }
         
     | 
| 
      
 41646 
     | 
    
         
            +
                        },
         
     | 
| 
      
 41647 
     | 
    
         
            +
                        {
         
     | 
| 
      
 41648 
     | 
    
         
            +
                          "kind": "field",
         
     | 
| 
      
 41649 
     | 
    
         
            +
                          "name": "autocomplete",
         
     | 
| 
      
 41650 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 41651 
     | 
    
         
            +
                            "text": "AutoCompleteType"
         
     | 
| 
       41779 
41652 
     | 
    
         
             
                          },
         
     | 
| 
      
 41653 
     | 
    
         
            +
                          "description": "The autocomplete attribute of the input field.",
         
     | 
| 
      
 41654 
     | 
    
         
            +
                          "default": "'off'",
         
     | 
| 
      
 41655 
     | 
    
         
            +
                          "attribute": "autocomplete",
         
     | 
| 
       41780 
41656 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       41781 
     | 
    
         
            -
                            "name": " 
     | 
| 
       41782 
     | 
    
         
            -
                            "module": " 
     | 
| 
      
 41657 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41658 
     | 
    
         
            +
                            "module": "components/input/input.component.js"
         
     | 
| 
       41783 
41659 
     | 
    
         
             
                          }
         
     | 
| 
       41784 
41660 
     | 
    
         
             
                        },
         
     | 
| 
       41785 
41661 
     | 
    
         
             
                        {
         
     | 
| 
       41786 
     | 
    
         
            -
                          "kind": " 
     | 
| 
       41787 
     | 
    
         
            -
                          "name": " 
     | 
| 
       41788 
     | 
    
         
            -
                          " 
     | 
| 
      
 41662 
     | 
    
         
            +
                          "kind": "field",
         
     | 
| 
      
 41663 
     | 
    
         
            +
                          "name": "dirname",
         
     | 
| 
      
 41664 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 41665 
     | 
    
         
            +
                            "text": "string | undefined"
         
     | 
| 
      
 41666 
     | 
    
         
            +
                          },
         
     | 
| 
      
 41667 
     | 
    
         
            +
                          "description": "Specifies the name of the directionality of text for submission purposes (e.g., \"rtl\" for right-to-left).",
         
     | 
| 
      
 41668 
     | 
    
         
            +
                          "attribute": "dirname",
         
     | 
| 
       41789 
41669 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       41790 
     | 
    
         
            -
                            "name": " 
     | 
| 
       41791 
     | 
    
         
            -
                            "module": " 
     | 
| 
      
 41670 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41671 
     | 
    
         
            +
                            "module": "components/input/input.component.js"
         
     | 
| 
       41792 
41672 
     | 
    
         
             
                          }
         
     | 
| 
       41793 
41673 
     | 
    
         
             
                        },
         
     | 
| 
       41794 
41674 
     | 
    
         
             
                        {
         
     | 
| 
       41795 
41675 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       41796 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 41676 
     | 
    
         
            +
                          "name": "pattern",
         
     | 
| 
       41797 
41677 
     | 
    
         
             
                          "type": {
         
     | 
| 
       41798 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 41678 
     | 
    
         
            +
                            "text": "string | undefined"
         
     | 
| 
       41799 
41679 
     | 
    
         
             
                          },
         
     | 
| 
       41800 
     | 
    
         
            -
                          " 
     | 
| 
       41801 
     | 
    
         
            -
                          " 
     | 
| 
       41802 
     | 
    
         
            -
                          "attribute": "auto-focus-on-mount",
         
     | 
| 
       41803 
     | 
    
         
            -
                          "reflects": true,
         
     | 
| 
      
 41680 
     | 
    
         
            +
                          "description": "The pattern attribute of the input field.\nSpecifies a regular expression that the input value must match for validation purposes.",
         
     | 
| 
      
 41681 
     | 
    
         
            +
                          "attribute": "pattern",
         
     | 
| 
       41804 
41682 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       41805 
     | 
    
         
            -
                            "name": " 
     | 
| 
       41806 
     | 
    
         
            -
                            "module": " 
     | 
| 
      
 41683 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41684 
     | 
    
         
            +
                            "module": "components/input/input.component.js"
         
     | 
| 
       41807 
41685 
     | 
    
         
             
                          }
         
     | 
| 
       41808 
41686 
     | 
    
         
             
                        },
         
     | 
| 
       41809 
41687 
     | 
    
         
             
                        {
         
     | 
| 
       41810 
41688 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       41811 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 41689 
     | 
    
         
            +
                          "name": "list",
         
     | 
| 
       41812 
41690 
     | 
    
         
             
                          "type": {
         
     | 
| 
       41813 
     | 
    
         
            -
                            "text": "string"
         
     | 
| 
      
 41691 
     | 
    
         
            +
                            "text": "string | undefined"
         
     | 
| 
       41814 
41692 
     | 
    
         
             
                          },
         
     | 
| 
       41815 
     | 
    
         
            -
                          " 
     | 
| 
       41816 
     | 
    
         
            -
                          " 
     | 
| 
       41817 
     | 
    
         
            -
                          "attribute": "name",
         
     | 
| 
       41818 
     | 
    
         
            -
                          "reflects": true,
         
     | 
| 
      
 41693 
     | 
    
         
            +
                          "description": "The list attribute of the input field.\nIdentifies a list of pre-defined options to suggest to the user.",
         
     | 
| 
      
 41694 
     | 
    
         
            +
                          "attribute": "list",
         
     | 
| 
       41819 
41695 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       41820 
     | 
    
         
            -
                            "name": " 
     | 
| 
       41821 
     | 
    
         
            -
                            "module": " 
     | 
| 
      
 41696 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41697 
     | 
    
         
            +
                            "module": "components/input/input.component.js"
         
     | 
| 
       41822 
41698 
     | 
    
         
             
                          }
         
     | 
| 
       41823 
41699 
     | 
    
         
             
                        },
         
     | 
| 
       41824 
41700 
     | 
    
         
             
                        {
         
     | 
| 
       41825 
41701 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       41826 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 41702 
     | 
    
         
            +
                          "name": "size",
         
     | 
| 
       41827 
41703 
     | 
    
         
             
                          "type": {
         
     | 
| 
       41828 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 41704 
     | 
    
         
            +
                            "text": "number | undefined | undefined"
         
     | 
| 
       41829 
41705 
     | 
    
         
             
                          },
         
     | 
| 
       41830 
     | 
    
         
            -
                          " 
     | 
| 
       41831 
     | 
    
         
            -
                          " 
     | 
| 
       41832 
     | 
    
         
            -
                          "attribute": " 
     | 
| 
       41833 
     | 
    
         
            -
                          "reflects": true,
         
     | 
| 
      
 41706 
     | 
    
         
            +
                          "description": "The size attribute of the input field.\nSpecifies the width of the input field.",
         
     | 
| 
      
 41707 
     | 
    
         
            +
                          "default": "undefined",
         
     | 
| 
      
 41708 
     | 
    
         
            +
                          "attribute": "size",
         
     | 
| 
       41834 
41709 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       41835 
     | 
    
         
            -
                            "name": " 
     | 
| 
       41836 
     | 
    
         
            -
                            "module": " 
     | 
| 
      
 41710 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41711 
     | 
    
         
            +
                            "module": "components/input/input.component.js"
         
     | 
| 
       41837 
41712 
     | 
    
         
             
                          }
         
     | 
| 
       41838 
41713 
     | 
    
         
             
                        },
         
     | 
| 
       41839 
41714 
     | 
    
         
             
                        {
         
     | 
| 
       41840 
41715 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       41841 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 41716 
     | 
    
         
            +
                          "name": "clearAriaLabel",
         
     | 
| 
       41842 
41717 
     | 
    
         
             
                          "type": {
         
     | 
| 
       41843 
     | 
    
         
            -
                            "text": "string 
     | 
| 
      
 41718 
     | 
    
         
            +
                            "text": "string"
         
     | 
| 
       41844 
41719 
     | 
    
         
             
                          },
         
     | 
| 
       41845 
     | 
    
         
            -
                          " 
     | 
| 
       41846 
     | 
    
         
            -
                          " 
     | 
| 
       41847 
     | 
    
         
            -
                          " 
     | 
| 
      
 41720 
     | 
    
         
            +
                          "default": "''",
         
     | 
| 
      
 41721 
     | 
    
         
            +
                          "description": "Aria label for the trailing button. If trailing button is set to true, this label is used for the clear button.",
         
     | 
| 
      
 41722 
     | 
    
         
            +
                          "attribute": "clear-aria-label",
         
     | 
| 
       41848 
41723 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       41849 
     | 
    
         
            -
                            "name": " 
     | 
| 
       41850 
     | 
    
         
            -
                            "module": " 
     | 
| 
      
 41724 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41725 
     | 
    
         
            +
                            "module": "components/input/input.component.js"
         
     | 
| 
       41851 
41726 
     | 
    
         
             
                          }
         
     | 
| 
       41852 
41727 
     | 
    
         
             
                        },
         
     | 
| 
       41853 
41728 
     | 
    
         
             
                        {
         
     | 
| 
       41854 
41729 
     | 
    
         
             
                          "kind": "field",
         
     | 
| 
       41855 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 41730 
     | 
    
         
            +
                          "name": "dataAriaDescribedby",
         
     | 
| 
       41856 
41731 
     | 
    
         
             
                          "type": {
         
     | 
| 
       41857 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 41732 
     | 
    
         
            +
                            "text": "string | null"
         
     | 
| 
       41858 
41733 
     | 
    
         
             
                          },
         
     | 
| 
       41859 
     | 
    
         
            -
                          " 
     | 
| 
      
 41734 
     | 
    
         
            +
                          "default": "null",
         
     | 
| 
      
 41735 
     | 
    
         
            +
                          "description": "Defines a id pointing to the element which describes the input element.\nThe AriaDescribedby attribute to be set for accessibility.",
         
     | 
| 
      
 41736 
     | 
    
         
            +
                          "attribute": "data-aria-describedby",
         
     | 
| 
      
 41737 
     | 
    
         
            +
                          "reflects": true,
         
     | 
| 
       41860 
41738 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       41861 
     | 
    
         
            -
                            "name": " 
     | 
| 
       41862 
     | 
    
         
            -
                            "module": " 
     | 
| 
      
 41739 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41740 
     | 
    
         
            +
                            "module": "components/input/input.component.js"
         
     | 
| 
       41863 
41741 
     | 
    
         
             
                          }
         
     | 
| 
       41864 
41742 
     | 
    
         
             
                        },
         
     | 
| 
       41865 
41743 
     | 
    
         
             
                        {
         
     | 
| 
       41866 
     | 
    
         
            -
                          "kind": " 
     | 
| 
       41867 
     | 
    
         
            -
                          "name": " 
     | 
| 
       41868 
     | 
    
         
            -
                          " 
     | 
| 
      
 41744 
     | 
    
         
            +
                          "kind": "method",
         
     | 
| 
      
 41745 
     | 
    
         
            +
                          "name": "setInputValidity",
         
     | 
| 
      
 41746 
     | 
    
         
            +
                          "privacy": "private",
         
     | 
| 
       41869 
41747 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       41870 
     | 
    
         
            -
                            "name": " 
     | 
| 
       41871 
     | 
    
         
            -
                            "module": " 
     | 
| 
      
 41748 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41749 
     | 
    
         
            +
                            "module": "components/input/input.component.js"
         
     | 
| 
       41872 
41750 
     | 
    
         
             
                          }
         
     | 
| 
       41873 
41751 
     | 
    
         
             
                        },
         
     | 
| 
       41874 
41752 
     | 
    
         
             
                        {
         
     | 
| 
       41875 
41753 
     | 
    
         
             
                          "kind": "method",
         
     | 
| 
       41876 
     | 
    
         
            -
                          "name": " 
     | 
| 
       41877 
     | 
    
         
            -
                          " 
     | 
| 
      
 41754 
     | 
    
         
            +
                          "name": "updateValue",
         
     | 
| 
      
 41755 
     | 
    
         
            +
                          "privacy": "private",
         
     | 
| 
      
 41756 
     | 
    
         
            +
                          "description": "Updates the value of the input field.\nSets the form value.",
         
     | 
| 
       41878 
41757 
     | 
    
         
             
                          "return": {
         
     | 
| 
       41879 
41758 
     | 
    
         
             
                            "type": {
         
     | 
| 
       41880 
41759 
     | 
    
         
             
                              "text": ""
         
     | 
| 
       41881 
41760 
     | 
    
         
             
                            }
         
     | 
| 
       41882 
41761 
     | 
    
         
             
                          },
         
     | 
| 
       41883 
41762 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       41884 
     | 
    
         
            -
                            "name": " 
     | 
| 
       41885 
     | 
    
         
            -
                            "module": " 
     | 
| 
      
 41763 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41764 
     | 
    
         
            +
                            "module": "components/input/input.component.js"
         
     | 
| 
       41886 
41765 
     | 
    
         
             
                          }
         
     | 
| 
       41887 
41766 
     | 
    
         
             
                        },
         
     | 
| 
       41888 
41767 
     | 
    
         
             
                        {
         
     | 
| 
       41889 
41768 
     | 
    
         
             
                          "kind": "method",
         
     | 
| 
       41890 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 41769 
     | 
    
         
            +
                          "name": "renderLeadingIcon",
         
     | 
| 
      
 41770 
     | 
    
         
            +
                          "privacy": "protected",
         
     | 
| 
      
 41771 
     | 
    
         
            +
                          "description": "Renders the leading icon before the input field.\nIf the leading icon is not set, it will not be displayed.",
         
     | 
| 
       41891 
41772 
     | 
    
         
             
                          "return": {
         
     | 
| 
       41892 
41773 
     | 
    
         
             
                            "type": {
         
     | 
| 
       41893 
     | 
    
         
            -
                              "text": " 
     | 
| 
      
 41774 
     | 
    
         
            +
                              "text": ""
         
     | 
| 
       41894 
41775 
     | 
    
         
             
                            }
         
     | 
| 
       41895 
41776 
     | 
    
         
             
                          },
         
     | 
| 
       41896 
41777 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       41897 
     | 
    
         
            -
                            "name": " 
     | 
| 
       41898 
     | 
    
         
            -
                            "module": " 
     | 
| 
      
 41778 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41779 
     | 
    
         
            +
                            "module": "components/input/input.component.js"
         
     | 
| 
       41899 
41780 
     | 
    
         
             
                          }
         
     | 
| 
       41900 
41781 
     | 
    
         
             
                        },
         
     | 
| 
       41901 
41782 
     | 
    
         
             
                        {
         
     | 
| 
       41902 
41783 
     | 
    
         
             
                          "kind": "method",
         
     | 
| 
       41903 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 41784 
     | 
    
         
            +
                          "name": "renderPrefixText",
         
     | 
| 
      
 41785 
     | 
    
         
            +
                          "privacy": "protected",
         
     | 
| 
      
 41786 
     | 
    
         
            +
                          "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.",
         
     | 
| 
      
 41787 
     | 
    
         
            +
                          "return": {
         
     | 
| 
      
 41788 
     | 
    
         
            +
                            "type": {
         
     | 
| 
      
 41789 
     | 
    
         
            +
                              "text": ""
         
     | 
| 
      
 41790 
     | 
    
         
            +
                            }
         
     | 
| 
      
 41791 
     | 
    
         
            +
                          },
         
     | 
| 
       41904 
41792 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       41905 
     | 
    
         
            -
                            "name": " 
     | 
| 
       41906 
     | 
    
         
            -
                            "module": " 
     | 
| 
      
 41793 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41794 
     | 
    
         
            +
                            "module": "components/input/input.component.js"
         
     | 
| 
       41907 
41795 
     | 
    
         
             
                          }
         
     | 
| 
       41908 
41796 
     | 
    
         
             
                        },
         
     | 
| 
       41909 
41797 
     | 
    
         
             
                        {
         
     | 
| 
       41910 
     | 
    
         
            -
                          "kind": " 
     | 
| 
       41911 
     | 
    
         
            -
                          "name": " 
     | 
| 
       41912 
     | 
    
         
            -
                          " 
     | 
| 
       41913 
     | 
    
         
            -
             
     | 
| 
      
 41798 
     | 
    
         
            +
                          "kind": "method",
         
     | 
| 
      
 41799 
     | 
    
         
            +
                          "name": "renderTrailingButton",
         
     | 
| 
      
 41800 
     | 
    
         
            +
                          "privacy": "protected",
         
     | 
| 
      
 41801 
     | 
    
         
            +
                          "parameters": [
         
     | 
| 
      
 41802 
     | 
    
         
            +
                            {
         
     | 
| 
      
 41803 
     | 
    
         
            +
                              "name": "show",
         
     | 
| 
      
 41804 
     | 
    
         
            +
                              "default": "false"
         
     | 
| 
      
 41805 
     | 
    
         
            +
                            }
         
     | 
| 
      
 41806 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 41807 
     | 
    
         
            +
                          "description": "Renders the trailing button to clear the input field if the trailingButton is set to true.",
         
     | 
| 
      
 41808 
     | 
    
         
            +
                          "return": {
         
     | 
| 
      
 41809 
     | 
    
         
            +
                            "type": {
         
     | 
| 
      
 41810 
     | 
    
         
            +
                              "text": ""
         
     | 
| 
      
 41811 
     | 
    
         
            +
                            }
         
     | 
| 
       41914 
41812 
     | 
    
         
             
                          },
         
     | 
| 
       41915 
     | 
    
         
            -
                          "default": "null",
         
     | 
| 
       41916 
     | 
    
         
            -
                          "description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
         
     | 
| 
       41917 
     | 
    
         
            -
                          "attribute": "data-aria-label",
         
     | 
| 
       41918 
     | 
    
         
            -
                          "reflects": true,
         
     | 
| 
       41919 
41813 
     | 
    
         
             
                          "inheritedFrom": {
         
     | 
| 
       41920 
     | 
    
         
            -
                            "name": " 
     | 
| 
       41921 
     | 
    
         
            -
                            "module": " 
     | 
| 
      
 41814 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 41815 
     | 
    
         
            +
                            "module": "components/input/input.component.js"
         
     | 
| 
       41922 
41816 
     | 
    
         
             
                          }
         
     | 
| 
       41923 
41817 
     | 
    
         
             
                        },
         
     | 
| 
       41924 
41818 
     | 
    
         
             
                        {
         
     | 
| 
         @@ -42157,89 +42051,108 @@ 
     | 
|
| 
       42157 
42051 
     | 
    
         
             
                      ],
         
     | 
| 
       42158 
42052 
     | 
    
         
             
                      "events": [
         
     | 
| 
       42159 
42053 
     | 
    
         
             
                        {
         
     | 
| 
      
 42054 
     | 
    
         
            +
                          "description": "(React: onInput) This event is dispatched when the value of the input field changes (every press).",
         
     | 
| 
      
 42055 
     | 
    
         
            +
                          "name": "input",
         
     | 
| 
      
 42056 
     | 
    
         
            +
                          "reactName": "onInput",
         
     | 
| 
      
 42057 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 42058 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 42059 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 42060 
     | 
    
         
            +
                          }
         
     | 
| 
      
 42061 
     | 
    
         
            +
                        },
         
     | 
| 
      
 42062 
     | 
    
         
            +
                        {
         
     | 
| 
      
 42063 
     | 
    
         
            +
                          "description": "(React: onChange) This event is dispatched when the value of the input field changes (on blur).",
         
     | 
| 
       42160 
42064 
     | 
    
         
             
                          "name": "change",
         
     | 
| 
       42161 
     | 
    
         
            -
                          " 
     | 
| 
       42162 
     | 
    
         
            -
             
     | 
| 
       42163 
     | 
    
         
            -
             
     | 
| 
       42164 
     | 
    
         
            -
             
     | 
| 
       42165 
     | 
    
         
            -
                           
     | 
| 
      
 42065 
     | 
    
         
            +
                          "reactName": "onChange",
         
     | 
| 
      
 42066 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 42067 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 42068 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 42069 
     | 
    
         
            +
                          }
         
     | 
| 
       42166 
42070 
     | 
    
         
             
                        },
         
     | 
| 
       42167 
42071 
     | 
    
         
             
                        {
         
     | 
| 
       42168 
     | 
    
         
            -
                          " 
     | 
| 
      
 42072 
     | 
    
         
            +
                          "description": "(React: onFocus) This event is dispatched when the input receives focus.",
         
     | 
| 
      
 42073 
     | 
    
         
            +
                          "name": "focus",
         
     | 
| 
      
 42074 
     | 
    
         
            +
                          "reactName": "onFocus",
         
     | 
| 
      
 42075 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 42076 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 42077 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 42078 
     | 
    
         
            +
                          }
         
     | 
| 
      
 42079 
     | 
    
         
            +
                        },
         
     | 
| 
      
 42080 
     | 
    
         
            +
                        {
         
     | 
| 
      
 42081 
     | 
    
         
            +
                          "description": "(React: onBlur) This event is dispatched when the input loses focus.",
         
     | 
| 
      
 42082 
     | 
    
         
            +
                          "name": "blur",
         
     | 
| 
      
 42083 
     | 
    
         
            +
                          "reactName": "onBlur",
         
     | 
| 
      
 42084 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 42085 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 42086 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 42087 
     | 
    
         
            +
                          }
         
     | 
| 
      
 42088 
     | 
    
         
            +
                        },
         
     | 
| 
      
 42089 
     | 
    
         
            +
                        {
         
     | 
| 
      
 42090 
     | 
    
         
            +
                          "name": "clear",
         
     | 
| 
       42169 
42091 
     | 
    
         
             
                          "type": {
         
     | 
| 
       42170 
42092 
     | 
    
         
             
                            "text": "CustomEvent"
         
     | 
| 
       42171 
42093 
     | 
    
         
             
                          },
         
     | 
| 
       42172 
     | 
    
         
            -
                          "description": "(React:  
     | 
| 
       42173 
     | 
    
         
            -
                          "reactName": " 
     | 
| 
      
 42094 
     | 
    
         
            +
                          "description": "(React: onClear) This event is dispatched when the input text is cleared.",
         
     | 
| 
      
 42095 
     | 
    
         
            +
                          "reactName": "onClear",
         
     | 
| 
      
 42096 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 42097 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 42098 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 42099 
     | 
    
         
            +
                          }
         
     | 
| 
       42174 
42100 
     | 
    
         
             
                        },
         
     | 
| 
       42175 
42101 
     | 
    
         
             
                        {
         
     | 
| 
       42176 
     | 
    
         
            -
                          "description": "(React:  
     | 
| 
       42177 
     | 
    
         
            -
                          "name": " 
     | 
| 
       42178 
     | 
    
         
            -
                          "reactName": " 
     | 
| 
      
 42102 
     | 
    
         
            +
                          "description": "(React: onShown) This event is dispatched when the popover is shown",
         
     | 
| 
      
 42103 
     | 
    
         
            +
                          "name": "shown",
         
     | 
| 
      
 42104 
     | 
    
         
            +
                          "reactName": "onShown"
         
     | 
| 
       42179 
42105 
     | 
    
         
             
                        },
         
     | 
| 
       42180 
42106 
     | 
    
         
             
                        {
         
     | 
| 
       42181 
     | 
    
         
            -
                          "description": "(React:  
     | 
| 
       42182 
     | 
    
         
            -
                          "name": " 
     | 
| 
       42183 
     | 
    
         
            -
                          "reactName": " 
     | 
| 
      
 42107 
     | 
    
         
            +
                          "description": "(React: onHidden) This event is dispatched when the popover is hidden",
         
     | 
| 
      
 42108 
     | 
    
         
            +
                          "name": "hidden",
         
     | 
| 
      
 42109 
     | 
    
         
            +
                          "reactName": "onHidden"
         
     | 
| 
       42184 
42110 
     | 
    
         
             
                        },
         
     | 
| 
       42185 
42111 
     | 
    
         
             
                        {
         
     | 
| 
       42186 
     | 
    
         
            -
                          " 
     | 
| 
       42187 
     | 
    
         
            -
             
     | 
| 
       42188 
     | 
    
         
            -
                           
     | 
| 
      
 42112 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 42113 
     | 
    
         
            +
                            "text": "EventConstructor"
         
     | 
| 
      
 42114 
     | 
    
         
            +
                          },
         
     | 
| 
      
 42115 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 42116 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 42117 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 42118 
     | 
    
         
            +
                          }
         
     | 
| 
       42189 
42119 
     | 
    
         
             
                        }
         
     | 
| 
       42190 
42120 
     | 
    
         
             
                      ],
         
     | 
| 
       42191 
42121 
     | 
    
         
             
                      "attributes": [
         
     | 
| 
       42192 
42122 
     | 
    
         
             
                        {
         
     | 
| 
       42193 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 42123 
     | 
    
         
            +
                          "name": "display-popover",
         
     | 
| 
       42194 
42124 
     | 
    
         
             
                          "type": {
         
     | 
| 
       42195 
     | 
    
         
            -
                            "text": " 
     | 
| 
      
 42125 
     | 
    
         
            +
                            "text": "boolean | undefined"
         
     | 
| 
       42196 
42126 
     | 
    
         
             
                          },
         
     | 
| 
       42197 
     | 
    
         
            -
                          "description": " 
     | 
| 
       42198 
     | 
    
         
            -
                          " 
     | 
| 
      
 42127 
     | 
    
         
            +
                          "description": "Whether to display the popover.",
         
     | 
| 
      
 42128 
     | 
    
         
            +
                          "default": "false",
         
     | 
| 
      
 42129 
     | 
    
         
            +
                          "fieldName": "displayPopover"
         
     | 
| 
       42199 
42130 
     | 
    
         
             
                        },
         
     | 
| 
       42200 
42131 
     | 
    
         
             
                        {
         
     | 
| 
       42201 
42132 
     | 
    
         
             
                          "name": "placement",
         
     | 
| 
       42202 
42133 
     | 
    
         
             
                          "type": {
         
     | 
| 
       42203 
42134 
     | 
    
         
             
                            "text": "Placement"
         
     | 
| 
       42204 
42135 
     | 
    
         
             
                          },
         
     | 
| 
       42205 
     | 
    
         
            -
                          "description": "The placement of the popover within  
     | 
| 
      
 42136 
     | 
    
         
            +
                          "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'",
         
     | 
| 
       42206 
42137 
     | 
    
         
             
                          "default": "'bottom-start'",
         
     | 
| 
       42207 
42138 
     | 
    
         
             
                          "fieldName": "placement"
         
     | 
| 
       42208 
42139 
     | 
    
         
             
                        },
         
     | 
| 
       42209 
     | 
    
         
            -
                        {
         
     | 
| 
       42210 
     | 
    
         
            -
                          "name": "boundary",
         
     | 
| 
       42211 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       42212 
     | 
    
         
            -
                            "text": "'clippingAncestors' | string"
         
     | 
| 
       42213 
     | 
    
         
            -
                          },
         
     | 
| 
       42214 
     | 
    
         
            -
                          "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",
         
     | 
| 
       42215 
     | 
    
         
            -
                          "default": "'clippingAncestors'",
         
     | 
| 
       42216 
     | 
    
         
            -
                          "fieldName": "boundary"
         
     | 
| 
       42217 
     | 
    
         
            -
                        },
         
     | 
| 
       42218 
     | 
    
         
            -
                        {
         
     | 
| 
       42219 
     | 
    
         
            -
                          "name": "strategy",
         
     | 
| 
       42220 
     | 
    
         
            -
                          "type": {
         
     | 
| 
       42221 
     | 
    
         
            -
                            "text": "PopoverStrategy"
         
     | 
| 
       42222 
     | 
    
         
            -
                          },
         
     | 
| 
       42223 
     | 
    
         
            -
                          "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.",
         
     | 
| 
       42224 
     | 
    
         
            -
                          "default": "absolute",
         
     | 
| 
       42225 
     | 
    
         
            -
                          "fieldName": "strategy"
         
     | 
| 
       42226 
     | 
    
         
            -
                        },
         
     | 
| 
       42227 
42140 
     | 
    
         
             
                        {
         
     | 
| 
       42228 
42141 
     | 
    
         
             
                          "name": "popover-z-index",
         
     | 
| 
       42229 
42142 
     | 
    
         
             
                          "type": {
         
     | 
| 
       42230 
42143 
     | 
    
         
             
                            "text": "number"
         
     | 
| 
       42231 
42144 
     | 
    
         
             
                          },
         
     | 
| 
       42232 
     | 
    
         
            -
                          "description": "The z-index of the popover within  
     | 
| 
      
 42145 
     | 
    
         
            +
                          "description": "The z-index of the popover within Searchpopover.\n\nOverride this to make sure this stays on top of other components.",
         
     | 
| 
       42233 
42146 
     | 
    
         
             
                          "default": "1000",
         
     | 
| 
       42234 
42147 
     | 
    
         
             
                          "fieldName": "popoverZIndex"
         
     | 
| 
       42235 
42148 
     | 
    
         
             
                        },
         
     | 
| 
       42236 
42149 
     | 
    
         
             
                        {
         
     | 
| 
       42237 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 42150 
     | 
    
         
            +
                          "name": "popover-aria-label",
         
     | 
| 
       42238 
42151 
     | 
    
         
             
                          "type": {
         
     | 
| 
       42239 
42152 
     | 
    
         
             
                            "text": "string | undefined"
         
     | 
| 
       42240 
42153 
     | 
    
         
             
                          },
         
     | 
| 
       42241 
     | 
    
         
            -
                          "description": " 
     | 
| 
       42242 
     | 
    
         
            -
                          "fieldName": " 
     | 
| 
      
 42154 
     | 
    
         
            +
                          "description": "The aria-label for the popover within Searchpopover.\nUse to provide an accessible name for the popover i.e. \"Search results\".",
         
     | 
| 
      
 42155 
     | 
    
         
            +
                          "fieldName": "popoverAriaLabel"
         
     | 
| 
       42243 
42156 
     | 
    
         
             
                        },
         
     | 
| 
       42244 
42157 
     | 
    
         
             
                        {
         
     | 
| 
       42245 
42158 
     | 
    
         
             
                          "name": "auto-focus-on-mount",
         
     | 
| 
         @@ -42305,6 +42218,181 @@ 
     | 
|
| 
       42305 
42218 
     | 
    
         
             
                            "module": "src/utils/mixins/DataAriaLabelMixin.ts"
         
     | 
| 
       42306 
42219 
     | 
    
         
             
                          }
         
     | 
| 
       42307 
42220 
     | 
    
         
             
                        },
         
     | 
| 
      
 42221 
     | 
    
         
            +
                        {
         
     | 
| 
      
 42222 
     | 
    
         
            +
                          "name": "placeholder",
         
     | 
| 
      
 42223 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 42224 
     | 
    
         
            +
                            "text": "string"
         
     | 
| 
      
 42225 
     | 
    
         
            +
                          },
         
     | 
| 
      
 42226 
     | 
    
         
            +
                          "default": "''",
         
     | 
| 
      
 42227 
     | 
    
         
            +
                          "description": "The placeholder text that is displayed when the input field is empty.",
         
     | 
| 
      
 42228 
     | 
    
         
            +
                          "fieldName": "placeholder",
         
     | 
| 
      
 42229 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 42230 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 42231 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 42232 
     | 
    
         
            +
                          }
         
     | 
| 
      
 42233 
     | 
    
         
            +
                        },
         
     | 
| 
      
 42234 
     | 
    
         
            +
                        {
         
     | 
| 
      
 42235 
     | 
    
         
            +
                          "name": "prefix-text",
         
     | 
| 
      
 42236 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 42237 
     | 
    
         
            +
                            "text": "string | undefined"
         
     | 
| 
      
 42238 
     | 
    
         
            +
                          },
         
     | 
| 
      
 42239 
     | 
    
         
            +
                          "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.",
         
     | 
| 
      
 42240 
     | 
    
         
            +
                          "fieldName": "prefixText",
         
     | 
| 
      
 42241 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 42242 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 42243 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 42244 
     | 
    
         
            +
                          }
         
     | 
| 
      
 42245 
     | 
    
         
            +
                        },
         
     | 
| 
      
 42246 
     | 
    
         
            +
                        {
         
     | 
| 
      
 42247 
     | 
    
         
            +
                          "name": "leading-icon",
         
     | 
| 
      
 42248 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 42249 
     | 
    
         
            +
                            "text": "IconNames | undefined"
         
     | 
| 
      
 42250 
     | 
    
         
            +
                          },
         
     | 
| 
      
 42251 
     | 
    
         
            +
                          "description": "The leading icon that is displayed before the input field.",
         
     | 
| 
      
 42252 
     | 
    
         
            +
                          "fieldName": "leadingIcon",
         
     | 
| 
      
 42253 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 42254 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 42255 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 42256 
     | 
    
         
            +
                          }
         
     | 
| 
      
 42257 
     | 
    
         
            +
                        },
         
     | 
| 
      
 42258 
     | 
    
         
            +
                        {
         
     | 
| 
      
 42259 
     | 
    
         
            +
                          "name": "trailing-button",
         
     | 
| 
      
 42260 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 42261 
     | 
    
         
            +
                            "text": "boolean"
         
     | 
| 
      
 42262 
     | 
    
         
            +
                          },
         
     | 
| 
      
 42263 
     | 
    
         
            +
                          "default": "false",
         
     | 
| 
      
 42264 
     | 
    
         
            +
                          "description": "The trailing button when set to true, shows a clear button that clears the input field.",
         
     | 
| 
      
 42265 
     | 
    
         
            +
                          "fieldName": "trailingButton",
         
     | 
| 
      
 42266 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 42267 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 42268 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 42269 
     | 
    
         
            +
                          }
         
     | 
| 
      
 42270 
     | 
    
         
            +
                        },
         
     | 
| 
      
 42271 
     | 
    
         
            +
                        {
         
     | 
| 
      
 42272 
     | 
    
         
            +
                          "name": "maxlength",
         
     | 
| 
      
 42273 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 42274 
     | 
    
         
            +
                            "text": "number | undefined"
         
     | 
| 
      
 42275 
     | 
    
         
            +
                          },
         
     | 
| 
      
 42276 
     | 
    
         
            +
                          "description": "The maximum number of characters that the input field can accept.",
         
     | 
| 
      
 42277 
     | 
    
         
            +
                          "fieldName": "maxlength",
         
     | 
| 
      
 42278 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 42279 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 42280 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 42281 
     | 
    
         
            +
                          }
         
     | 
| 
      
 42282 
     | 
    
         
            +
                        },
         
     | 
| 
      
 42283 
     | 
    
         
            +
                        {
         
     | 
| 
      
 42284 
     | 
    
         
            +
                          "name": "minlength",
         
     | 
| 
      
 42285 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 42286 
     | 
    
         
            +
                            "text": "number | undefined"
         
     | 
| 
      
 42287 
     | 
    
         
            +
                          },
         
     | 
| 
      
 42288 
     | 
    
         
            +
                          "description": "The minimum number of characters that the input field can accept.",
         
     | 
| 
      
 42289 
     | 
    
         
            +
                          "fieldName": "minlength",
         
     | 
| 
      
 42290 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 42291 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 42292 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 42293 
     | 
    
         
            +
                          }
         
     | 
| 
      
 42294 
     | 
    
         
            +
                        },
         
     | 
| 
      
 42295 
     | 
    
         
            +
                        {
         
     | 
| 
      
 42296 
     | 
    
         
            +
                          "name": "autocapitalize",
         
     | 
| 
      
 42297 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 42298 
     | 
    
         
            +
                            "text": "AutoCapitalizeType"
         
     | 
| 
      
 42299 
     | 
    
         
            +
                          },
         
     | 
| 
      
 42300 
     | 
    
         
            +
                          "description": "The autocapitalize attribute of the input field.",
         
     | 
| 
      
 42301 
     | 
    
         
            +
                          "default": "'off'",
         
     | 
| 
      
 42302 
     | 
    
         
            +
                          "fieldName": "autocapitalize",
         
     | 
| 
      
 42303 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 42304 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 42305 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 42306 
     | 
    
         
            +
                          }
         
     | 
| 
      
 42307 
     | 
    
         
            +
                        },
         
     | 
| 
      
 42308 
     | 
    
         
            +
                        {
         
     | 
| 
      
 42309 
     | 
    
         
            +
                          "name": "autocomplete",
         
     | 
| 
      
 42310 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 42311 
     | 
    
         
            +
                            "text": "AutoCompleteType"
         
     | 
| 
      
 42312 
     | 
    
         
            +
                          },
         
     | 
| 
      
 42313 
     | 
    
         
            +
                          "description": "The autocomplete attribute of the input field.",
         
     | 
| 
      
 42314 
     | 
    
         
            +
                          "default": "'off'",
         
     | 
| 
      
 42315 
     | 
    
         
            +
                          "fieldName": "autocomplete",
         
     | 
| 
      
 42316 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 42317 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 42318 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 42319 
     | 
    
         
            +
                          }
         
     | 
| 
      
 42320 
     | 
    
         
            +
                        },
         
     | 
| 
      
 42321 
     | 
    
         
            +
                        {
         
     | 
| 
      
 42322 
     | 
    
         
            +
                          "name": "dirname",
         
     | 
| 
      
 42323 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 42324 
     | 
    
         
            +
                            "text": "string | undefined"
         
     | 
| 
      
 42325 
     | 
    
         
            +
                          },
         
     | 
| 
      
 42326 
     | 
    
         
            +
                          "description": "Specifies the name of the directionality of text for submission purposes (e.g., \"rtl\" for right-to-left).",
         
     | 
| 
      
 42327 
     | 
    
         
            +
                          "fieldName": "dirname",
         
     | 
| 
      
 42328 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 42329 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 42330 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 42331 
     | 
    
         
            +
                          }
         
     | 
| 
      
 42332 
     | 
    
         
            +
                        },
         
     | 
| 
      
 42333 
     | 
    
         
            +
                        {
         
     | 
| 
      
 42334 
     | 
    
         
            +
                          "name": "pattern",
         
     | 
| 
      
 42335 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 42336 
     | 
    
         
            +
                            "text": "string | undefined"
         
     | 
| 
      
 42337 
     | 
    
         
            +
                          },
         
     | 
| 
      
 42338 
     | 
    
         
            +
                          "description": "The pattern attribute of the input field.\nSpecifies a regular expression that the input value must match for validation purposes.",
         
     | 
| 
      
 42339 
     | 
    
         
            +
                          "fieldName": "pattern",
         
     | 
| 
      
 42340 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 42341 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 42342 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 42343 
     | 
    
         
            +
                          }
         
     | 
| 
      
 42344 
     | 
    
         
            +
                        },
         
     | 
| 
      
 42345 
     | 
    
         
            +
                        {
         
     | 
| 
      
 42346 
     | 
    
         
            +
                          "name": "list",
         
     | 
| 
      
 42347 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 42348 
     | 
    
         
            +
                            "text": "string | undefined"
         
     | 
| 
      
 42349 
     | 
    
         
            +
                          },
         
     | 
| 
      
 42350 
     | 
    
         
            +
                          "description": "The list attribute of the input field.\nIdentifies a list of pre-defined options to suggest to the user.",
         
     | 
| 
      
 42351 
     | 
    
         
            +
                          "fieldName": "list",
         
     | 
| 
      
 42352 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 42353 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 42354 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 42355 
     | 
    
         
            +
                          }
         
     | 
| 
      
 42356 
     | 
    
         
            +
                        },
         
     | 
| 
      
 42357 
     | 
    
         
            +
                        {
         
     | 
| 
      
 42358 
     | 
    
         
            +
                          "name": "size",
         
     | 
| 
      
 42359 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 42360 
     | 
    
         
            +
                            "text": "number | undefined | undefined"
         
     | 
| 
      
 42361 
     | 
    
         
            +
                          },
         
     | 
| 
      
 42362 
     | 
    
         
            +
                          "description": "The size attribute of the input field.\nSpecifies the width of the input field.",
         
     | 
| 
      
 42363 
     | 
    
         
            +
                          "default": "undefined",
         
     | 
| 
      
 42364 
     | 
    
         
            +
                          "fieldName": "size",
         
     | 
| 
      
 42365 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 42366 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 42367 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 42368 
     | 
    
         
            +
                          }
         
     | 
| 
      
 42369 
     | 
    
         
            +
                        },
         
     | 
| 
      
 42370 
     | 
    
         
            +
                        {
         
     | 
| 
      
 42371 
     | 
    
         
            +
                          "name": "clear-aria-label",
         
     | 
| 
      
 42372 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 42373 
     | 
    
         
            +
                            "text": "string"
         
     | 
| 
      
 42374 
     | 
    
         
            +
                          },
         
     | 
| 
      
 42375 
     | 
    
         
            +
                          "default": "''",
         
     | 
| 
      
 42376 
     | 
    
         
            +
                          "description": "Aria label for the trailing button. If trailing button is set to true, this label is used for the clear button.",
         
     | 
| 
      
 42377 
     | 
    
         
            +
                          "fieldName": "clearAriaLabel",
         
     | 
| 
      
 42378 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 42379 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 42380 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 42381 
     | 
    
         
            +
                          }
         
     | 
| 
      
 42382 
     | 
    
         
            +
                        },
         
     | 
| 
      
 42383 
     | 
    
         
            +
                        {
         
     | 
| 
      
 42384 
     | 
    
         
            +
                          "name": "data-aria-describedby",
         
     | 
| 
      
 42385 
     | 
    
         
            +
                          "type": {
         
     | 
| 
      
 42386 
     | 
    
         
            +
                            "text": "string | null"
         
     | 
| 
      
 42387 
     | 
    
         
            +
                          },
         
     | 
| 
      
 42388 
     | 
    
         
            +
                          "default": "null",
         
     | 
| 
      
 42389 
     | 
    
         
            +
                          "description": "Defines a id pointing to the element which describes the input element.\nThe AriaDescribedby attribute to be set for accessibility.",
         
     | 
| 
      
 42390 
     | 
    
         
            +
                          "fieldName": "dataAriaDescribedby",
         
     | 
| 
      
 42391 
     | 
    
         
            +
                          "inheritedFrom": {
         
     | 
| 
      
 42392 
     | 
    
         
            +
                            "name": "Input",
         
     | 
| 
      
 42393 
     | 
    
         
            +
                            "module": "src/components/input/input.component.ts"
         
     | 
| 
      
 42394 
     | 
    
         
            +
                          }
         
     | 
| 
      
 42395 
     | 
    
         
            +
                        },
         
     | 
| 
       42308 
42396 
     | 
    
         
             
                        {
         
     | 
| 
       42309 
42397 
     | 
    
         
             
                          "name": "disabled",
         
     | 
| 
       42310 
42398 
     | 
    
         
             
                          "type": {
         
     | 
| 
         @@ -42442,69 +42530,12 @@ 
     | 
|
| 
       42442 
42530 
     | 
    
         
             
                          }
         
     | 
| 
       42443 
42531 
     | 
    
         
             
                        }
         
     | 
| 
       42444 
42532 
     | 
    
         
             
                      ],
         
     | 
| 
       42445 
     | 
    
         
            -
                      "mixins": [
         
     | 
| 
       42446 
     | 
    
         
            -
                        {
         
     | 
| 
       42447 
     | 
    
         
            -
                          "name": "ListNavigationMixin",
         
     | 
| 
       42448 
     | 
    
         
            -
                          "module": "/src/utils/mixins/ListNavigationMixin"
         
     | 
| 
       42449 
     | 
    
         
            -
                        },
         
     | 
| 
       42450 
     | 
    
         
            -
                        {
         
     | 
| 
       42451 
     | 
    
         
            -
                          "name": "CaptureDestroyEventForChildElement",
         
     | 
| 
       42452 
     | 
    
         
            -
                          "module": "/src/utils/mixins/lifecycle/CaptureDestroyEventForChildElement"
         
     | 
| 
       42453 
     | 
    
         
            -
                        },
         
     | 
| 
       42454 
     | 
    
         
            -
                        {
         
     | 
| 
       42455 
     | 
    
         
            -
                          "name": "AutoFocusOnMountMixin",
         
     | 
| 
       42456 
     | 
    
         
            -
                          "module": "/src/utils/mixins/AutoFocusOnMountMixin"
         
     | 
| 
       42457 
     | 
    
         
            -
                        },
         
     | 
| 
       42458 
     | 
    
         
            -
                        {
         
     | 
| 
       42459 
     | 
    
         
            -
                          "name": "FormInternalsMixin",
         
     | 
| 
       42460 
     | 
    
         
            -
                          "module": "/src/utils/mixins/FormInternalsMixin"
         
     | 
| 
       42461 
     | 
    
         
            -
                        },
         
     | 
| 
       42462 
     | 
    
         
            -
                        {
         
     | 
| 
       42463 
     | 
    
         
            -
                          "name": "DataAriaLabelMixin",
         
     | 
| 
       42464 
     | 
    
         
            -
                          "module": "/src/utils/mixins/DataAriaLabelMixin"
         
     | 
| 
       42465 
     | 
    
         
            -
                        }
         
     | 
| 
       42466 
     | 
    
         
            -
                      ],
         
     | 
| 
       42467 
     | 
    
         
            -
                      "superclass": {
         
     | 
| 
       42468 
     | 
    
         
            -
                        "name": "FormfieldWrapper",
         
     | 
| 
       42469 
     | 
    
         
            -
                        "module": "/src/components/formfieldwrapper/formfieldwrapper.component"
         
     | 
| 
       42470 
     | 
    
         
            -
                      },
         
     | 
| 
       42471 
     | 
    
         
            -
                      "tagName": "mdc-select",
         
     | 
| 
       42472 
     | 
    
         
            -
                      "jsDoc": "/**\n * The mdc-select component is a dropdown selection control that allows users to pick an option from a predefined list.\n * It is designed to work with `mdc-option` for individual options and `mdc-optgroup` for grouping related options.\n *\n * Every mdc-option should have a `value` attribute set to ensure proper form submission.\n *\n * To set a default option, use the `selected` attribute on the `mdc-option` element.\n * You can also set the `value` attribute on the `mdc-select` element to match the value of the desired option. The component will select the corresponding option automatically.\n *\n * **Note:** Make sure to add `mdc-selectlistbox` as a child of `mdc-select` and wrap options/optgroup in it to ensure proper accessibility functionality. Read more about it in SelectListBox documentation.\n *\n * If you need to use `mdc-tooltip` with any options, make sure to place the tooltip component outside the `mdc-select` element.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-popover\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @tagname mdc-select\n *\n * @slot default - This is a default/unnamed slot for Selectlistbox including options and/or option group.\n *\n * @event click - (React: onClick) This event is dispatched when the select is clicked.\n * @event change - (React: onChange) This event is dispatched when the select is changed.\n * @event input - (React: onInput) This event is dispatched when the select is changed.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the select.\n * @event focus - (React: onFocus) This event is dispatched when the select receives focus.\n *\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-select-background-color - The background color of the combobox of select.\n * @cssproperty --mdc-select-text-color - The text color of the select.\n * @cssproperty --mdc-select-border-color - The border color of the select.\n * @cssproperty --mdc-select-width - The width of the select.\n * @cssproperty --mdc-select-listbox-height - The height of the listbox inside the select.\n * @cssproperty --mdc-select-listbox-width - The width of the listbox inside the select (default: `--mdc-select-width`).\n */",
         
     | 
| 
       42473 
     | 
    
         
            -
                      "customElement": true
         
     | 
| 
       42474 
     | 
    
         
            -
                    }
         
     | 
| 
       42475 
     | 
    
         
            -
                  ],
         
     | 
| 
       42476 
     | 
    
         
            -
                  "exports": [
         
     | 
| 
       42477 
     | 
    
         
            -
                    {
         
     | 
| 
       42478 
     | 
    
         
            -
                      "kind": "js",
         
     | 
| 
       42479 
     | 
    
         
            -
                      "name": "default",
         
     | 
| 
       42480 
     | 
    
         
            -
                      "declaration": {
         
     | 
| 
       42481 
     | 
    
         
            -
                        "name": "Select",
         
     | 
| 
       42482 
     | 
    
         
            -
                        "module": "components/select/select.component.js"
         
     | 
| 
       42483 
     | 
    
         
            -
                      }
         
     | 
| 
       42484 
     | 
    
         
            -
                    }
         
     | 
| 
       42485 
     | 
    
         
            -
                  ]
         
     | 
| 
       42486 
     | 
    
         
            -
                },
         
     | 
| 
       42487 
     | 
    
         
            -
                {
         
     | 
| 
       42488 
     | 
    
         
            -
                  "kind": "javascript-module",
         
     | 
| 
       42489 
     | 
    
         
            -
                  "path": "components/selectlistbox/selectlistbox.component.js",
         
     | 
| 
       42490 
     | 
    
         
            -
                  "declarations": [
         
     | 
| 
       42491 
     | 
    
         
            -
                    {
         
     | 
| 
       42492 
     | 
    
         
            -
                      "kind": "class",
         
     | 
| 
       42493 
     | 
    
         
            -
                      "description": "Selectlistbox component as Light DOM component to act as a simple wrapper\nfor mdc-option components to ensure accessibility and proper role assignment.\n\nOnce [ariaOwnsElements](https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/ariaOwnsElements) is supported in browsers, this component can be removed\nand mdc-option can be used directly in the select component with a listbox in a different\nshadow root and aria-owns attribute to connect them.",
         
     | 
| 
       42494 
     | 
    
         
            -
                      "name": "Selectlistbox",
         
     | 
| 
       42495 
     | 
    
         
            -
                      "slots": [
         
     | 
| 
       42496 
     | 
    
         
            -
                        {
         
     | 
| 
       42497 
     | 
    
         
            -
                          "description": "This is a default/unnamed slot, which can be used to insert mdc-option components.",
         
     | 
| 
       42498 
     | 
    
         
            -
                          "name": "default"
         
     | 
| 
       42499 
     | 
    
         
            -
                        }
         
     | 
| 
       42500 
     | 
    
         
            -
                      ],
         
     | 
| 
       42501 
     | 
    
         
            -
                      "members": [],
         
     | 
| 
       42502 
42533 
     | 
    
         
             
                      "superclass": {
         
     | 
| 
       42503 
     | 
    
         
            -
                        "name": " 
     | 
| 
       42504 
     | 
    
         
            -
                        "module": "/src/ 
     | 
| 
      
 42534 
     | 
    
         
            +
                        "name": "Searchfield",
         
     | 
| 
      
 42535 
     | 
    
         
            +
                        "module": "/src/components/searchfield/searchfield.component"
         
     | 
| 
       42505 
42536 
     | 
    
         
             
                      },
         
     | 
| 
       42506 
     | 
    
         
            -
                      "tagName": "mdc- 
     | 
| 
       42507 
     | 
    
         
            -
                      "jsDoc": "/**\n *  
     | 
| 
      
 42537 
     | 
    
         
            +
                      "tagName": "mdc-searchpopover",
         
     | 
| 
      
 42538 
     | 
    
         
            +
                      "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 */",
         
     | 
| 
       42508 
42539 
     | 
    
         
             
                      "customElement": true
         
     | 
| 
       42509 
42540 
     | 
    
         
             
                    }
         
     | 
| 
       42510 
42541 
     | 
    
         
             
                  ],
         
     | 
| 
         @@ -42513,8 +42544,8 @@ 
     | 
|
| 
       42513 
42544 
     | 
    
         
             
                      "kind": "js",
         
     | 
| 
       42514 
42545 
     | 
    
         
             
                      "name": "default",
         
     | 
| 
       42515 
42546 
     | 
    
         
             
                      "declaration": {
         
     | 
| 
       42516 
     | 
    
         
            -
                        "name": " 
     | 
| 
       42517 
     | 
    
         
            -
                        "module": "components/ 
     | 
| 
      
 42547 
     | 
    
         
            +
                        "name": "Searchpopover",
         
     | 
| 
      
 42548 
     | 
    
         
            +
                        "module": "components/searchpopover/searchpopover.component.js"
         
     | 
| 
       42518 
42549 
     | 
    
         
             
                      }
         
     | 
| 
       42519 
42550 
     | 
    
         
             
                    }
         
     | 
| 
       42520 
42551 
     | 
    
         
             
                  ]
         
     |