@momentum-design/components 0.121.7 → 0.122.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/index.js +409 -322
- package/dist/browser/index.js.map +4 -4
- package/dist/components/input/input.component.d.ts +4 -3
- package/dist/components/input/input.component.js +2 -1
- package/dist/components/searchfield/searchfield.component.d.ts +9 -1
- package/dist/components/searchfield/searchfield.component.js +8 -0
- package/dist/components/searchpopover/index.d.ts +11 -0
- package/dist/components/searchpopover/index.js +8 -0
- package/dist/components/searchpopover/searchpopover.component.d.ts +100 -0
- package/dist/components/searchpopover/searchpopover.component.js +208 -0
- package/dist/components/searchpopover/searchpopover.constants.d.ts +8 -0
- package/dist/components/searchpopover/searchpopover.constants.js +10 -0
- package/dist/components/searchpopover/searchpopover.styles.d.ts +2 -0
- package/dist/components/searchpopover/searchpopover.styles.js +23 -0
- package/dist/components/searchpopover/searchpopover.types.d.ts +8 -0
- package/dist/components/searchpopover/searchpopover.types.js +1 -0
- package/dist/custom-elements.json +1557 -87
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/react/index.d.ts +1 -0
- package/dist/react/index.js +1 -0
- package/dist/react/searchfield/index.d.ts +7 -0
- package/dist/react/searchfield/index.js +7 -0
- package/dist/react/searchpopover/index.d.ts +83 -0
- package/dist/react/searchpopover/index.js +89 -0
- package/package.json +1 -1
|
@@ -19372,27 +19372,6 @@
|
|
|
19372
19372
|
}
|
|
19373
19373
|
}
|
|
19374
19374
|
},
|
|
19375
|
-
{
|
|
19376
|
-
"kind": "method",
|
|
19377
|
-
"name": "onInput",
|
|
19378
|
-
"privacy": "private",
|
|
19379
|
-
"description": "Handles the input event of the input field.\nUpdates the value and sets the validity of the input field."
|
|
19380
|
-
},
|
|
19381
|
-
{
|
|
19382
|
-
"kind": "method",
|
|
19383
|
-
"name": "onChange",
|
|
19384
|
-
"privacy": "private",
|
|
19385
|
-
"parameters": [
|
|
19386
|
-
{
|
|
19387
|
-
"name": "event",
|
|
19388
|
-
"type": {
|
|
19389
|
-
"text": "Event"
|
|
19390
|
-
},
|
|
19391
|
-
"description": "Event which contains information about the value change."
|
|
19392
|
-
}
|
|
19393
|
-
],
|
|
19394
|
-
"description": "Handles the change event of the input field.\nUpdates the value and sets the validity of the input field.\n\nThe 'change' event does not bubble up through the shadow DOM as it was not composed.\nTherefore, we need to re-dispatch the same event to ensure it is propagated correctly.\nRead more: https://developer.mozilla.org/en-US/docs/Web/API/Event/composed"
|
|
19395
|
-
},
|
|
19396
19375
|
{
|
|
19397
19376
|
"kind": "method",
|
|
19398
19377
|
"name": "handleKeyDown",
|
|
@@ -32067,35 +32046,6 @@
|
|
|
32067
32046
|
"module": "components/input/input.component.js"
|
|
32068
32047
|
}
|
|
32069
32048
|
},
|
|
32070
|
-
{
|
|
32071
|
-
"kind": "method",
|
|
32072
|
-
"name": "onInput",
|
|
32073
|
-
"privacy": "private",
|
|
32074
|
-
"description": "Handles the input event of the input field.\nUpdates the value and sets the validity of the input field.",
|
|
32075
|
-
"inheritedFrom": {
|
|
32076
|
-
"name": "Input",
|
|
32077
|
-
"module": "components/input/input.component.js"
|
|
32078
|
-
}
|
|
32079
|
-
},
|
|
32080
|
-
{
|
|
32081
|
-
"kind": "method",
|
|
32082
|
-
"name": "onChange",
|
|
32083
|
-
"privacy": "private",
|
|
32084
|
-
"parameters": [
|
|
32085
|
-
{
|
|
32086
|
-
"name": "event",
|
|
32087
|
-
"type": {
|
|
32088
|
-
"text": "Event"
|
|
32089
|
-
},
|
|
32090
|
-
"description": "Event which contains information about the value change."
|
|
32091
|
-
}
|
|
32092
|
-
],
|
|
32093
|
-
"description": "Handles the change event of the input field.\nUpdates the value and sets the validity of the input field.\n\nThe 'change' event does not bubble up through the shadow DOM as it was not composed.\nTherefore, we need to re-dispatch the same event to ensure it is propagated correctly.\nRead more: https://developer.mozilla.org/en-US/docs/Web/API/Event/composed",
|
|
32094
|
-
"inheritedFrom": {
|
|
32095
|
-
"name": "Input",
|
|
32096
|
-
"module": "components/input/input.component.js"
|
|
32097
|
-
}
|
|
32098
|
-
},
|
|
32099
32049
|
{
|
|
32100
32050
|
"kind": "method",
|
|
32101
32051
|
"name": "handleKeyDown",
|
|
@@ -37973,7 +37923,7 @@
|
|
|
37973
37923
|
"declarations": [
|
|
37974
37924
|
{
|
|
37975
37925
|
"kind": "class",
|
|
37976
|
-
"description": "`mdc-searchfield` component is used as an input field for search functionality.\n\nIt supports `mdc-inputchip` as filters.\n\nThis component is built by extending the `mdc-input` component.",
|
|
37926
|
+
"description": "`mdc-searchfield` component is used as an input field for search functionality.\n\nIt supports `mdc-inputchip` as filters.\n\nThis component is built by extending the `mdc-input` component.\n\n**Accessibility:**\n\nNOTE: this component should not be used in combination with a Popover or Listbox component.\nSearch results should be shown permanently on the page if using this component.\n\nFor a search field that opens a Popover, use the `mdc-searchpopover` widget instead.",
|
|
37977
37927
|
"name": "Searchfield",
|
|
37978
37928
|
"cssProperties": [
|
|
37979
37929
|
{
|
|
@@ -38308,12 +38258,6 @@
|
|
|
38308
38258
|
"module": "components/input/input.component.js"
|
|
38309
38259
|
}
|
|
38310
38260
|
},
|
|
38311
|
-
{
|
|
38312
|
-
"kind": "method",
|
|
38313
|
-
"name": "renderInputChips",
|
|
38314
|
-
"privacy": "private",
|
|
38315
|
-
"description": "This method is used to render the input chips inside filters slot.\nIt will remove any elements that are not input chips."
|
|
38316
|
-
},
|
|
38317
38261
|
{
|
|
38318
38262
|
"kind": "method",
|
|
38319
38263
|
"name": "clearInputText",
|
|
@@ -38668,35 +38612,6 @@
|
|
|
38668
38612
|
"module": "components/input/input.component.js"
|
|
38669
38613
|
}
|
|
38670
38614
|
},
|
|
38671
|
-
{
|
|
38672
|
-
"kind": "method",
|
|
38673
|
-
"name": "onInput",
|
|
38674
|
-
"privacy": "private",
|
|
38675
|
-
"description": "Handles the input event of the input field.\nUpdates the value and sets the validity of the input field.",
|
|
38676
|
-
"inheritedFrom": {
|
|
38677
|
-
"name": "Input",
|
|
38678
|
-
"module": "components/input/input.component.js"
|
|
38679
|
-
}
|
|
38680
|
-
},
|
|
38681
|
-
{
|
|
38682
|
-
"kind": "method",
|
|
38683
|
-
"name": "onChange",
|
|
38684
|
-
"privacy": "private",
|
|
38685
|
-
"parameters": [
|
|
38686
|
-
{
|
|
38687
|
-
"name": "event",
|
|
38688
|
-
"type": {
|
|
38689
|
-
"text": "Event"
|
|
38690
|
-
},
|
|
38691
|
-
"description": "Event which contains information about the value change."
|
|
38692
|
-
}
|
|
38693
|
-
],
|
|
38694
|
-
"description": "Handles the change event of the input field.\nUpdates the value and sets the validity of the input field.\n\nThe 'change' event does not bubble up through the shadow DOM as it was not composed.\nTherefore, we need to re-dispatch the same event to ensure it is propagated correctly.\nRead more: https://developer.mozilla.org/en-US/docs/Web/API/Event/composed",
|
|
38695
|
-
"inheritedFrom": {
|
|
38696
|
-
"name": "Input",
|
|
38697
|
-
"module": "components/input/input.component.js"
|
|
38698
|
-
}
|
|
38699
|
-
},
|
|
38700
38615
|
{
|
|
38701
38616
|
"kind": "method",
|
|
38702
38617
|
"name": "renderLeadingIcon",
|
|
@@ -39067,7 +38982,7 @@
|
|
|
39067
38982
|
"module": "/src/components/input/input.component"
|
|
39068
38983
|
},
|
|
39069
38984
|
"tagName": "mdc-searchfield",
|
|
39070
|
-
"jsDoc": "/**\n * `mdc-searchfield` component is used as an input field for search functionality.\n *\n * It supports `mdc-inputchip` as filters.\n *\n * This component is built by extending the `mdc-input` component.\n *\n * @tagname mdc-searchfield\n *\n * @event input - (React: onInput) This event is dispatched when the value of the input field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the input field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the input receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the input loses focus.\n * @event clear - (React: onClear) This event is dispatched when the input text is cleared.\n *\n * @slot filters - Slot for input chips\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n * @slot input - Slot for the input element. If not provided, the input field will be rendered.\n * @slot input-leading-icon - Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.\n * @slot input-prefix-text - Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.\n * @slot trailing-button - Slot for the trailing button to clear the input field. If not provided, the clear button will be rendered when `trailingButton` property is set to true.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-input-text-color - Text color for the input field\n * @cssproperty --mdc-input-border-color - Border color for the input container\n * @cssproperty --mdc-input-background-color - Background color for the input field\n * @cssproperty --mdc-input-support-text-color - Text color for the help text\n * @cssproperty --mdc-input-selection-text-color - Text color for the selected text\n * @cssproperty --mdc-input-selection-background-color - Background color for the selected text\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart leading-icon - The leading icon element that is displayed before the input field.\n * @csspart prefix-text - The prefix text element that is displayed before the input field.\n * @csspart input-container - The container for the input field, leading icon, prefix text, and trailing button elements.\n * @csspart input-section - The container for the input field, leading icon, and prefix text elements.\n * @csspart input-text - The input field element.\n * @csspart trailing-button - The trailing button element that is displayed to clear the input field when the `trailingButton` property is set to true.\n */",
|
|
38985
|
+
"jsDoc": "/**\n * `mdc-searchfield` component is used as an input field for search functionality.\n *\n * It supports `mdc-inputchip` as filters.\n *\n * This component is built by extending the `mdc-input` component.\n *\n * **Accessibility:**\n *\n * NOTE: this component should not be used in combination with a Popover or Listbox component.\n * Search results should be shown permanently on the page if using this component.\n *\n * For a search field that opens a Popover, use the `mdc-searchpopover` widget instead.\n *\n * @tagname mdc-searchfield\n *\n * @event input - (React: onInput) This event is dispatched when the value of the input field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the input field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the input receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the input loses focus.\n * @event clear - (React: onClear) This event is dispatched when the input text is cleared.\n *\n * @slot filters - Slot for input chips\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n * @slot input - Slot for the input element. If not provided, the input field will be rendered.\n * @slot input-leading-icon - Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.\n * @slot input-prefix-text - Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.\n * @slot trailing-button - Slot for the trailing button to clear the input field. If not provided, the clear button will be rendered when `trailingButton` property is set to true.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-input-text-color - Text color for the input field\n * @cssproperty --mdc-input-border-color - Border color for the input container\n * @cssproperty --mdc-input-background-color - Background color for the input field\n * @cssproperty --mdc-input-support-text-color - Text color for the help text\n * @cssproperty --mdc-input-selection-text-color - Text color for the selected text\n * @cssproperty --mdc-input-selection-background-color - Background color for the selected text\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart leading-icon - The leading icon element that is displayed before the input field.\n * @csspart prefix-text - The prefix text element that is displayed before the input field.\n * @csspart input-container - The container for the input field, leading icon, prefix text, and trailing button elements.\n * @csspart input-section - The container for the input field, leading icon, and prefix text elements.\n * @csspart input-text - The input field element.\n * @csspart trailing-button - The trailing button element that is displayed to clear the input field when the `trailingButton` property is set to true.\n */",
|
|
39071
38986
|
"customElement": true,
|
|
39072
38987
|
"attributes": [
|
|
39073
38988
|
{
|
|
@@ -39459,6 +39374,1561 @@
|
|
|
39459
39374
|
}
|
|
39460
39375
|
]
|
|
39461
39376
|
},
|
|
39377
|
+
{
|
|
39378
|
+
"kind": "javascript-module",
|
|
39379
|
+
"path": "components/searchpopover/searchpopover.component.js",
|
|
39380
|
+
"declarations": [
|
|
39381
|
+
{
|
|
39382
|
+
"kind": "class",
|
|
39383
|
+
"description": "`mdc-searchpopover` widget is a combination of the Searchfield and Popover components, connected to ensure\nproper accessibility. This component should be used when search results or suggestions need to be displayed\nin a popover below the search input field, where the search results hold individual actions like navigating to a\na different url etc.\n\n- Don't use this when search results are displayed inline on the page -> use Searchfield component instead.\n- Don't use this when a list of options is filtered based on the search input -> use Combobox component instead.\n\nIt supports `mdc-inputchip` as filters.\n\nThis component is built by extending the `mdc-searchfield` component & rendering the mdc-popover component inside.",
|
|
39384
|
+
"name": "Searchpopover",
|
|
39385
|
+
"cssProperties": [
|
|
39386
|
+
{
|
|
39387
|
+
"description": "Font size for the label text.",
|
|
39388
|
+
"name": "--mdc-label-font-size",
|
|
39389
|
+
"inheritedFrom": {
|
|
39390
|
+
"name": "FormfieldWrapper",
|
|
39391
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
39392
|
+
}
|
|
39393
|
+
},
|
|
39394
|
+
{
|
|
39395
|
+
"description": "Font weight for the label text.",
|
|
39396
|
+
"name": "--mdc-label-font-weight",
|
|
39397
|
+
"inheritedFrom": {
|
|
39398
|
+
"name": "FormfieldWrapper",
|
|
39399
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
39400
|
+
}
|
|
39401
|
+
},
|
|
39402
|
+
{
|
|
39403
|
+
"description": "Line height for the label text.",
|
|
39404
|
+
"name": "--mdc-label-line-height",
|
|
39405
|
+
"inheritedFrom": {
|
|
39406
|
+
"name": "FormfieldWrapper",
|
|
39407
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
39408
|
+
}
|
|
39409
|
+
},
|
|
39410
|
+
{
|
|
39411
|
+
"description": "Color for the label text.",
|
|
39412
|
+
"name": "--mdc-label-color",
|
|
39413
|
+
"inheritedFrom": {
|
|
39414
|
+
"name": "FormfieldWrapper",
|
|
39415
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
39416
|
+
}
|
|
39417
|
+
},
|
|
39418
|
+
{
|
|
39419
|
+
"description": "Font size for the help text.",
|
|
39420
|
+
"name": "--mdc-help-text-font-size",
|
|
39421
|
+
"inheritedFrom": {
|
|
39422
|
+
"name": "FormfieldWrapper",
|
|
39423
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
39424
|
+
}
|
|
39425
|
+
},
|
|
39426
|
+
{
|
|
39427
|
+
"description": "Font weight for the help text.",
|
|
39428
|
+
"name": "--mdc-help-text-font-weight",
|
|
39429
|
+
"inheritedFrom": {
|
|
39430
|
+
"name": "FormfieldWrapper",
|
|
39431
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
39432
|
+
}
|
|
39433
|
+
},
|
|
39434
|
+
{
|
|
39435
|
+
"description": "Line height for the help text.",
|
|
39436
|
+
"name": "--mdc-help-text-line-height",
|
|
39437
|
+
"inheritedFrom": {
|
|
39438
|
+
"name": "FormfieldWrapper",
|
|
39439
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
39440
|
+
}
|
|
39441
|
+
},
|
|
39442
|
+
{
|
|
39443
|
+
"description": "Color for the help text.",
|
|
39444
|
+
"name": "--mdc-help-text-color",
|
|
39445
|
+
"inheritedFrom": {
|
|
39446
|
+
"name": "FormfieldWrapper",
|
|
39447
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
39448
|
+
}
|
|
39449
|
+
},
|
|
39450
|
+
{
|
|
39451
|
+
"description": "Color for the required indicator text.",
|
|
39452
|
+
"name": "--mdc-required-indicator-color",
|
|
39453
|
+
"inheritedFrom": {
|
|
39454
|
+
"name": "FormfieldWrapper",
|
|
39455
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
39456
|
+
}
|
|
39457
|
+
},
|
|
39458
|
+
{
|
|
39459
|
+
"description": "Text color for the input field",
|
|
39460
|
+
"name": "--mdc-input-text-color",
|
|
39461
|
+
"inheritedFrom": {
|
|
39462
|
+
"name": "Input",
|
|
39463
|
+
"module": "src/components/input/input.component.ts"
|
|
39464
|
+
}
|
|
39465
|
+
},
|
|
39466
|
+
{
|
|
39467
|
+
"description": "Border color for the input container",
|
|
39468
|
+
"name": "--mdc-input-border-color",
|
|
39469
|
+
"inheritedFrom": {
|
|
39470
|
+
"name": "Input",
|
|
39471
|
+
"module": "src/components/input/input.component.ts"
|
|
39472
|
+
}
|
|
39473
|
+
},
|
|
39474
|
+
{
|
|
39475
|
+
"description": "Background color for the input field",
|
|
39476
|
+
"name": "--mdc-input-background-color",
|
|
39477
|
+
"inheritedFrom": {
|
|
39478
|
+
"name": "Input",
|
|
39479
|
+
"module": "src/components/input/input.component.ts"
|
|
39480
|
+
}
|
|
39481
|
+
},
|
|
39482
|
+
{
|
|
39483
|
+
"description": "Text color for the help text",
|
|
39484
|
+
"name": "--mdc-input-support-text-color",
|
|
39485
|
+
"inheritedFrom": {
|
|
39486
|
+
"name": "Input",
|
|
39487
|
+
"module": "src/components/input/input.component.ts"
|
|
39488
|
+
}
|
|
39489
|
+
},
|
|
39490
|
+
{
|
|
39491
|
+
"description": "Text color for the selected text",
|
|
39492
|
+
"name": "--mdc-input-selection-text-color",
|
|
39493
|
+
"inheritedFrom": {
|
|
39494
|
+
"name": "Input",
|
|
39495
|
+
"module": "src/components/input/input.component.ts"
|
|
39496
|
+
}
|
|
39497
|
+
},
|
|
39498
|
+
{
|
|
39499
|
+
"description": "Background color for the selected text",
|
|
39500
|
+
"name": "--mdc-input-selection-background-color",
|
|
39501
|
+
"inheritedFrom": {
|
|
39502
|
+
"name": "Input",
|
|
39503
|
+
"module": "src/components/input/input.component.ts"
|
|
39504
|
+
}
|
|
39505
|
+
},
|
|
39506
|
+
{
|
|
39507
|
+
"description": "Width of the searchpopover component",
|
|
39508
|
+
"name": "--mdc-searchpopover-width"
|
|
39509
|
+
},
|
|
39510
|
+
{
|
|
39511
|
+
"description": "Width of the popover within the searchpopover component",
|
|
39512
|
+
"name": "--mdc-searchpopover-popover-width"
|
|
39513
|
+
},
|
|
39514
|
+
{
|
|
39515
|
+
"description": "Height of the popover within the searchpopover component",
|
|
39516
|
+
"name": "--mdc-searchpopover-popover-height"
|
|
39517
|
+
}
|
|
39518
|
+
],
|
|
39519
|
+
"cssParts": [
|
|
39520
|
+
{
|
|
39521
|
+
"description": "The label element.",
|
|
39522
|
+
"name": "label",
|
|
39523
|
+
"inheritedFrom": {
|
|
39524
|
+
"name": "FormfieldWrapper",
|
|
39525
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
39526
|
+
}
|
|
39527
|
+
},
|
|
39528
|
+
{
|
|
39529
|
+
"description": "The container for the label and required indicator elements.",
|
|
39530
|
+
"name": "label-text",
|
|
39531
|
+
"inheritedFrom": {
|
|
39532
|
+
"name": "FormfieldWrapper",
|
|
39533
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
39534
|
+
}
|
|
39535
|
+
},
|
|
39536
|
+
{
|
|
39537
|
+
"description": "The required indicator element that is displayed next to the label when the `required` property is set to true.",
|
|
39538
|
+
"name": "required-indicator",
|
|
39539
|
+
"inheritedFrom": {
|
|
39540
|
+
"name": "FormfieldWrapper",
|
|
39541
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
39542
|
+
}
|
|
39543
|
+
},
|
|
39544
|
+
{
|
|
39545
|
+
"description": "The info icon button element that is displayed next to the label when the `toggletip-text` property is set.",
|
|
39546
|
+
"name": "info-icon-btn",
|
|
39547
|
+
"inheritedFrom": {
|
|
39548
|
+
"name": "FormfieldWrapper",
|
|
39549
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
39550
|
+
}
|
|
39551
|
+
},
|
|
39552
|
+
{
|
|
39553
|
+
"description": "The toggletip element that is displayed when the info icon button is clicked.",
|
|
39554
|
+
"name": "label-toggletip",
|
|
39555
|
+
"inheritedFrom": {
|
|
39556
|
+
"name": "FormfieldWrapper",
|
|
39557
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
39558
|
+
}
|
|
39559
|
+
},
|
|
39560
|
+
{
|
|
39561
|
+
"description": "The helper/validation text element.",
|
|
39562
|
+
"name": "help-text",
|
|
39563
|
+
"inheritedFrom": {
|
|
39564
|
+
"name": "FormfieldWrapper",
|
|
39565
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
39566
|
+
}
|
|
39567
|
+
},
|
|
39568
|
+
{
|
|
39569
|
+
"description": "The helper/validation icon element that is displayed next to the helper/validation text.",
|
|
39570
|
+
"name": "helper-icon",
|
|
39571
|
+
"inheritedFrom": {
|
|
39572
|
+
"name": "FormfieldWrapper",
|
|
39573
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
39574
|
+
}
|
|
39575
|
+
},
|
|
39576
|
+
{
|
|
39577
|
+
"description": "The container for the helper/validation icon and text elements.",
|
|
39578
|
+
"name": "help-text-container",
|
|
39579
|
+
"inheritedFrom": {
|
|
39580
|
+
"name": "FormfieldWrapper",
|
|
39581
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
39582
|
+
}
|
|
39583
|
+
},
|
|
39584
|
+
{
|
|
39585
|
+
"description": "The leading icon element that is displayed before the input field.",
|
|
39586
|
+
"name": "leading-icon",
|
|
39587
|
+
"inheritedFrom": {
|
|
39588
|
+
"name": "Input",
|
|
39589
|
+
"module": "src/components/input/input.component.ts"
|
|
39590
|
+
}
|
|
39591
|
+
},
|
|
39592
|
+
{
|
|
39593
|
+
"description": "The prefix text element that is displayed before the input field.",
|
|
39594
|
+
"name": "prefix-text",
|
|
39595
|
+
"inheritedFrom": {
|
|
39596
|
+
"name": "Input",
|
|
39597
|
+
"module": "src/components/input/input.component.ts"
|
|
39598
|
+
}
|
|
39599
|
+
},
|
|
39600
|
+
{
|
|
39601
|
+
"description": "The container for the input field, leading icon, prefix text, and trailing button elements.",
|
|
39602
|
+
"name": "input-container",
|
|
39603
|
+
"inheritedFrom": {
|
|
39604
|
+
"name": "Input",
|
|
39605
|
+
"module": "src/components/input/input.component.ts"
|
|
39606
|
+
}
|
|
39607
|
+
},
|
|
39608
|
+
{
|
|
39609
|
+
"description": "The container for the input field, leading icon, and prefix text elements.",
|
|
39610
|
+
"name": "input-section",
|
|
39611
|
+
"inheritedFrom": {
|
|
39612
|
+
"name": "Input",
|
|
39613
|
+
"module": "src/components/input/input.component.ts"
|
|
39614
|
+
}
|
|
39615
|
+
},
|
|
39616
|
+
{
|
|
39617
|
+
"description": "The input field element.",
|
|
39618
|
+
"name": "input-text",
|
|
39619
|
+
"inheritedFrom": {
|
|
39620
|
+
"name": "Input",
|
|
39621
|
+
"module": "src/components/input/input.component.ts"
|
|
39622
|
+
}
|
|
39623
|
+
},
|
|
39624
|
+
{
|
|
39625
|
+
"description": "The trailing button element that is displayed to clear the input field when the `trailingButton` property is set to true.",
|
|
39626
|
+
"name": "trailing-button",
|
|
39627
|
+
"inheritedFrom": {
|
|
39628
|
+
"name": "Input",
|
|
39629
|
+
"module": "src/components/input/input.component.ts"
|
|
39630
|
+
}
|
|
39631
|
+
},
|
|
39632
|
+
{
|
|
39633
|
+
"description": "The popover content element.",
|
|
39634
|
+
"name": "popover-content"
|
|
39635
|
+
}
|
|
39636
|
+
],
|
|
39637
|
+
"slots": [
|
|
39638
|
+
{
|
|
39639
|
+
"description": "Default slot (=children) for the popover content",
|
|
39640
|
+
"name": "default"
|
|
39641
|
+
},
|
|
39642
|
+
{
|
|
39643
|
+
"description": "Slot for input chips",
|
|
39644
|
+
"name": "filters",
|
|
39645
|
+
"inheritedFrom": {
|
|
39646
|
+
"name": "Searchfield",
|
|
39647
|
+
"module": "src/components/searchfield/searchfield.component.ts"
|
|
39648
|
+
}
|
|
39649
|
+
},
|
|
39650
|
+
{
|
|
39651
|
+
"description": "Slot for the label element. If not provided, the `label` property will be used to render the label.",
|
|
39652
|
+
"name": "label",
|
|
39653
|
+
"inheritedFrom": {
|
|
39654
|
+
"name": "FormfieldWrapper",
|
|
39655
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
39656
|
+
}
|
|
39657
|
+
},
|
|
39658
|
+
{
|
|
39659
|
+
"description": "Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.",
|
|
39660
|
+
"name": "toggletip",
|
|
39661
|
+
"inheritedFrom": {
|
|
39662
|
+
"name": "FormfieldWrapper",
|
|
39663
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
39664
|
+
}
|
|
39665
|
+
},
|
|
39666
|
+
{
|
|
39667
|
+
"description": "Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.",
|
|
39668
|
+
"name": "help-icon",
|
|
39669
|
+
"inheritedFrom": {
|
|
39670
|
+
"name": "FormfieldWrapper",
|
|
39671
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
39672
|
+
}
|
|
39673
|
+
},
|
|
39674
|
+
{
|
|
39675
|
+
"description": "Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.",
|
|
39676
|
+
"name": "help-text",
|
|
39677
|
+
"inheritedFrom": {
|
|
39678
|
+
"name": "FormfieldWrapper",
|
|
39679
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
39680
|
+
}
|
|
39681
|
+
},
|
|
39682
|
+
{
|
|
39683
|
+
"description": "Slot for the input element. If not provided, the input field will be rendered.",
|
|
39684
|
+
"name": "input",
|
|
39685
|
+
"inheritedFrom": {
|
|
39686
|
+
"name": "Input",
|
|
39687
|
+
"module": "src/components/input/input.component.ts"
|
|
39688
|
+
}
|
|
39689
|
+
},
|
|
39690
|
+
{
|
|
39691
|
+
"description": "Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.",
|
|
39692
|
+
"name": "input-leading-icon",
|
|
39693
|
+
"inheritedFrom": {
|
|
39694
|
+
"name": "Input",
|
|
39695
|
+
"module": "src/components/input/input.component.ts"
|
|
39696
|
+
}
|
|
39697
|
+
},
|
|
39698
|
+
{
|
|
39699
|
+
"description": "Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.",
|
|
39700
|
+
"name": "input-prefix-text",
|
|
39701
|
+
"inheritedFrom": {
|
|
39702
|
+
"name": "Input",
|
|
39703
|
+
"module": "src/components/input/input.component.ts"
|
|
39704
|
+
}
|
|
39705
|
+
},
|
|
39706
|
+
{
|
|
39707
|
+
"description": "Slot for the trailing button to clear the input field. If not provided, the clear button will be rendered when `trailingButton` property is set to true.",
|
|
39708
|
+
"name": "trailing-button",
|
|
39709
|
+
"inheritedFrom": {
|
|
39710
|
+
"name": "Input",
|
|
39711
|
+
"module": "src/components/input/input.component.ts"
|
|
39712
|
+
}
|
|
39713
|
+
}
|
|
39714
|
+
],
|
|
39715
|
+
"members": [
|
|
39716
|
+
{
|
|
39717
|
+
"kind": "field",
|
|
39718
|
+
"name": "displayPopover",
|
|
39719
|
+
"type": {
|
|
39720
|
+
"text": "boolean | undefined"
|
|
39721
|
+
},
|
|
39722
|
+
"description": "Whether to display the popover.",
|
|
39723
|
+
"default": "false",
|
|
39724
|
+
"attribute": "display-popover",
|
|
39725
|
+
"reflects": true
|
|
39726
|
+
},
|
|
39727
|
+
{
|
|
39728
|
+
"kind": "field",
|
|
39729
|
+
"name": "placement",
|
|
39730
|
+
"type": {
|
|
39731
|
+
"text": "Placement"
|
|
39732
|
+
},
|
|
39733
|
+
"description": "The placement of the popover within Searchpopover component.\nThis defines the position of the popover relative to the search input field.\n\nPossible values:\n - 'top-start'\n - 'bottom-start'",
|
|
39734
|
+
"default": "'bottom-start'",
|
|
39735
|
+
"attribute": "placement",
|
|
39736
|
+
"reflects": true
|
|
39737
|
+
},
|
|
39738
|
+
{
|
|
39739
|
+
"kind": "field",
|
|
39740
|
+
"name": "popoverZIndex",
|
|
39741
|
+
"type": {
|
|
39742
|
+
"text": "number"
|
|
39743
|
+
},
|
|
39744
|
+
"description": "The z-index of the popover within Searchpopover.\n\nOverride this to make sure this stays on top of other components.",
|
|
39745
|
+
"default": "1000",
|
|
39746
|
+
"attribute": "popover-z-index",
|
|
39747
|
+
"reflects": true
|
|
39748
|
+
},
|
|
39749
|
+
{
|
|
39750
|
+
"kind": "method",
|
|
39751
|
+
"name": "renderInputElement",
|
|
39752
|
+
"privacy": "protected",
|
|
39753
|
+
"parameters": [
|
|
39754
|
+
{
|
|
39755
|
+
"name": "type",
|
|
39756
|
+
"type": {
|
|
39757
|
+
"text": "InputType"
|
|
39758
|
+
}
|
|
39759
|
+
},
|
|
39760
|
+
{
|
|
39761
|
+
"name": "hidePlaceholder",
|
|
39762
|
+
"default": "false"
|
|
39763
|
+
}
|
|
39764
|
+
],
|
|
39765
|
+
"inheritedFrom": {
|
|
39766
|
+
"name": "Input",
|
|
39767
|
+
"module": "components/input/input.component.js"
|
|
39768
|
+
}
|
|
39769
|
+
},
|
|
39770
|
+
{
|
|
39771
|
+
"kind": "field",
|
|
39772
|
+
"name": "inputChips",
|
|
39773
|
+
"type": {
|
|
39774
|
+
"text": "Array<HTMLElement> | undefined"
|
|
39775
|
+
},
|
|
39776
|
+
"inheritedFrom": {
|
|
39777
|
+
"name": "Searchfield",
|
|
39778
|
+
"module": "components/searchfield/searchfield.component.js"
|
|
39779
|
+
}
|
|
39780
|
+
},
|
|
39781
|
+
{
|
|
39782
|
+
"kind": "method",
|
|
39783
|
+
"name": "handleKeyDown",
|
|
39784
|
+
"privacy": "protected",
|
|
39785
|
+
"parameters": [
|
|
39786
|
+
{
|
|
39787
|
+
"name": "event",
|
|
39788
|
+
"type": {
|
|
39789
|
+
"text": "KeyboardEvent"
|
|
39790
|
+
},
|
|
39791
|
+
"description": "Keyboard event"
|
|
39792
|
+
}
|
|
39793
|
+
],
|
|
39794
|
+
"description": "Handles the keydown event of the search field.\nIf the key pressed is 'Enter', it submits the form.\nIf the key pressed is 'Escape', it clears the input text.",
|
|
39795
|
+
"inheritedFrom": {
|
|
39796
|
+
"name": "Input",
|
|
39797
|
+
"module": "components/input/input.component.js"
|
|
39798
|
+
}
|
|
39799
|
+
},
|
|
39800
|
+
{
|
|
39801
|
+
"kind": "method",
|
|
39802
|
+
"name": "clearInputText",
|
|
39803
|
+
"privacy": "protected",
|
|
39804
|
+
"description": "Clears the input field.",
|
|
39805
|
+
"inheritedFrom": {
|
|
39806
|
+
"name": "Input",
|
|
39807
|
+
"module": "components/input/input.component.js"
|
|
39808
|
+
}
|
|
39809
|
+
},
|
|
39810
|
+
{
|
|
39811
|
+
"kind": "field",
|
|
39812
|
+
"name": "autoFocusOnMount",
|
|
39813
|
+
"type": {
|
|
39814
|
+
"text": "boolean"
|
|
39815
|
+
},
|
|
39816
|
+
"default": "false",
|
|
39817
|
+
"description": "This property indicates whether the element should receive focus automatically when it is mounted.\n\nIt will not focus if the element is re-attached to the DOM after being removed.",
|
|
39818
|
+
"attribute": "auto-focus-on-mount",
|
|
39819
|
+
"reflects": true,
|
|
39820
|
+
"inheritedFrom": {
|
|
39821
|
+
"name": "AutoFocusOnMountMixin",
|
|
39822
|
+
"module": "utils/mixins/AutoFocusOnMountMixin.js"
|
|
39823
|
+
}
|
|
39824
|
+
},
|
|
39825
|
+
{
|
|
39826
|
+
"kind": "field",
|
|
39827
|
+
"name": "name",
|
|
39828
|
+
"type": {
|
|
39829
|
+
"text": "string"
|
|
39830
|
+
},
|
|
39831
|
+
"default": "''",
|
|
39832
|
+
"description": "Indicates the name of the component group.\nThey are used to group elements in a form together.",
|
|
39833
|
+
"attribute": "name",
|
|
39834
|
+
"reflects": true,
|
|
39835
|
+
"inheritedFrom": {
|
|
39836
|
+
"name": "FormInternalsMixin",
|
|
39837
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
|
39838
|
+
}
|
|
39839
|
+
},
|
|
39840
|
+
{
|
|
39841
|
+
"kind": "field",
|
|
39842
|
+
"name": "value",
|
|
39843
|
+
"type": {
|
|
39844
|
+
"text": "string"
|
|
39845
|
+
},
|
|
39846
|
+
"default": "''",
|
|
39847
|
+
"description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
|
|
39848
|
+
"attribute": "value",
|
|
39849
|
+
"reflects": true,
|
|
39850
|
+
"inheritedFrom": {
|
|
39851
|
+
"name": "FormInternalsMixin",
|
|
39852
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
|
39853
|
+
}
|
|
39854
|
+
},
|
|
39855
|
+
{
|
|
39856
|
+
"kind": "field",
|
|
39857
|
+
"name": "validationMessage",
|
|
39858
|
+
"type": {
|
|
39859
|
+
"text": "string | undefined"
|
|
39860
|
+
},
|
|
39861
|
+
"description": "Custom validation message that will override the default message and displayed when the input is invalid.\n\nTo display custom validation messages, you must listen for input events (or other relevant events)\non your component and update the `validationMessage` property with the desired message string.\nUpdating this property will ensure that new validation messages are shown to the user.\n- The `validationMessage` property overrides the default browser validation message when set.\n- Consumers are responsible for updating `validationMessage` in response to input or validation state changes.",
|
|
39862
|
+
"attribute": "validation-message",
|
|
39863
|
+
"reflects": true,
|
|
39864
|
+
"inheritedFrom": {
|
|
39865
|
+
"name": "FormInternalsMixin",
|
|
39866
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
|
39867
|
+
}
|
|
39868
|
+
},
|
|
39869
|
+
{
|
|
39870
|
+
"kind": "field",
|
|
39871
|
+
"name": "validity",
|
|
39872
|
+
"type": {
|
|
39873
|
+
"text": "ValidityState"
|
|
39874
|
+
},
|
|
39875
|
+
"readonly": true,
|
|
39876
|
+
"inheritedFrom": {
|
|
39877
|
+
"name": "FormInternalsMixin",
|
|
39878
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
|
39879
|
+
}
|
|
39880
|
+
},
|
|
39881
|
+
{
|
|
39882
|
+
"kind": "field",
|
|
39883
|
+
"name": "willValidate",
|
|
39884
|
+
"readonly": true,
|
|
39885
|
+
"inheritedFrom": {
|
|
39886
|
+
"name": "FormInternalsMixin",
|
|
39887
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
|
39888
|
+
}
|
|
39889
|
+
},
|
|
39890
|
+
{
|
|
39891
|
+
"kind": "method",
|
|
39892
|
+
"name": "setValidity",
|
|
39893
|
+
"description": "Sets the validity of the input field based on the input field's validity.",
|
|
39894
|
+
"return": {
|
|
39895
|
+
"type": {
|
|
39896
|
+
"text": ""
|
|
39897
|
+
}
|
|
39898
|
+
},
|
|
39899
|
+
"inheritedFrom": {
|
|
39900
|
+
"name": "FormInternalsMixin",
|
|
39901
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
|
39902
|
+
}
|
|
39903
|
+
},
|
|
39904
|
+
{
|
|
39905
|
+
"kind": "method",
|
|
39906
|
+
"name": "checkValidity",
|
|
39907
|
+
"return": {
|
|
39908
|
+
"type": {
|
|
39909
|
+
"text": "boolean"
|
|
39910
|
+
}
|
|
39911
|
+
},
|
|
39912
|
+
"inheritedFrom": {
|
|
39913
|
+
"name": "FormInternalsMixin",
|
|
39914
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
|
39915
|
+
}
|
|
39916
|
+
},
|
|
39917
|
+
{
|
|
39918
|
+
"kind": "method",
|
|
39919
|
+
"name": "reportValidity",
|
|
39920
|
+
"inheritedFrom": {
|
|
39921
|
+
"name": "FormInternalsMixin",
|
|
39922
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
|
39923
|
+
}
|
|
39924
|
+
},
|
|
39925
|
+
{
|
|
39926
|
+
"kind": "field",
|
|
39927
|
+
"name": "dataAriaLabel",
|
|
39928
|
+
"type": {
|
|
39929
|
+
"text": "string | null"
|
|
39930
|
+
},
|
|
39931
|
+
"default": "null",
|
|
39932
|
+
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
|
39933
|
+
"attribute": "data-aria-label",
|
|
39934
|
+
"reflects": true,
|
|
39935
|
+
"inheritedFrom": {
|
|
39936
|
+
"name": "DataAriaLabelMixin",
|
|
39937
|
+
"module": "utils/mixins/DataAriaLabelMixin.js"
|
|
39938
|
+
}
|
|
39939
|
+
},
|
|
39940
|
+
{
|
|
39941
|
+
"kind": "field",
|
|
39942
|
+
"name": "placeholder",
|
|
39943
|
+
"type": {
|
|
39944
|
+
"text": "string"
|
|
39945
|
+
},
|
|
39946
|
+
"default": "''",
|
|
39947
|
+
"description": "The placeholder text that is displayed when the input field is empty.",
|
|
39948
|
+
"attribute": "placeholder",
|
|
39949
|
+
"inheritedFrom": {
|
|
39950
|
+
"name": "Input",
|
|
39951
|
+
"module": "components/input/input.component.js"
|
|
39952
|
+
}
|
|
39953
|
+
},
|
|
39954
|
+
{
|
|
39955
|
+
"kind": "field",
|
|
39956
|
+
"name": "prefixText",
|
|
39957
|
+
"type": {
|
|
39958
|
+
"text": "string | undefined"
|
|
39959
|
+
},
|
|
39960
|
+
"description": "The prefix text that is displayed before the input field. It has a max length of 10 characters.\nWhen the prefix text is set, make sure to set the 'data-aria-label'\nattribute with the appropriate value for accessibility.",
|
|
39961
|
+
"attribute": "prefix-text",
|
|
39962
|
+
"inheritedFrom": {
|
|
39963
|
+
"name": "Input",
|
|
39964
|
+
"module": "components/input/input.component.js"
|
|
39965
|
+
}
|
|
39966
|
+
},
|
|
39967
|
+
{
|
|
39968
|
+
"kind": "field",
|
|
39969
|
+
"name": "leadingIcon",
|
|
39970
|
+
"type": {
|
|
39971
|
+
"text": "IconNames | undefined"
|
|
39972
|
+
},
|
|
39973
|
+
"description": "The leading icon that is displayed before the input field.",
|
|
39974
|
+
"attribute": "leading-icon",
|
|
39975
|
+
"inheritedFrom": {
|
|
39976
|
+
"name": "Input",
|
|
39977
|
+
"module": "components/input/input.component.js"
|
|
39978
|
+
}
|
|
39979
|
+
},
|
|
39980
|
+
{
|
|
39981
|
+
"kind": "field",
|
|
39982
|
+
"name": "trailingButton",
|
|
39983
|
+
"type": {
|
|
39984
|
+
"text": "boolean"
|
|
39985
|
+
},
|
|
39986
|
+
"default": "false",
|
|
39987
|
+
"description": "The trailing button when set to true, shows a clear button that clears the input field.",
|
|
39988
|
+
"attribute": "trailing-button",
|
|
39989
|
+
"inheritedFrom": {
|
|
39990
|
+
"name": "Input",
|
|
39991
|
+
"module": "components/input/input.component.js"
|
|
39992
|
+
}
|
|
39993
|
+
},
|
|
39994
|
+
{
|
|
39995
|
+
"kind": "field",
|
|
39996
|
+
"name": "maxlength",
|
|
39997
|
+
"type": {
|
|
39998
|
+
"text": "number | undefined"
|
|
39999
|
+
},
|
|
40000
|
+
"description": "The maximum number of characters that the input field can accept.",
|
|
40001
|
+
"attribute": "maxlength",
|
|
40002
|
+
"inheritedFrom": {
|
|
40003
|
+
"name": "Input",
|
|
40004
|
+
"module": "components/input/input.component.js"
|
|
40005
|
+
}
|
|
40006
|
+
},
|
|
40007
|
+
{
|
|
40008
|
+
"kind": "field",
|
|
40009
|
+
"name": "minlength",
|
|
40010
|
+
"type": {
|
|
40011
|
+
"text": "number | undefined"
|
|
40012
|
+
},
|
|
40013
|
+
"description": "The minimum number of characters that the input field can accept.",
|
|
40014
|
+
"attribute": "minlength",
|
|
40015
|
+
"inheritedFrom": {
|
|
40016
|
+
"name": "Input",
|
|
40017
|
+
"module": "components/input/input.component.js"
|
|
40018
|
+
}
|
|
40019
|
+
},
|
|
40020
|
+
{
|
|
40021
|
+
"kind": "field",
|
|
40022
|
+
"name": "autocapitalize",
|
|
40023
|
+
"type": {
|
|
40024
|
+
"text": "AutoCapitalizeType"
|
|
40025
|
+
},
|
|
40026
|
+
"description": "The autocapitalize attribute of the input field.",
|
|
40027
|
+
"default": "'off'",
|
|
40028
|
+
"attribute": "autocapitalize",
|
|
40029
|
+
"inheritedFrom": {
|
|
40030
|
+
"name": "Input",
|
|
40031
|
+
"module": "components/input/input.component.js"
|
|
40032
|
+
}
|
|
40033
|
+
},
|
|
40034
|
+
{
|
|
40035
|
+
"kind": "field",
|
|
40036
|
+
"name": "autocomplete",
|
|
40037
|
+
"type": {
|
|
40038
|
+
"text": "AutoCompleteType"
|
|
40039
|
+
},
|
|
40040
|
+
"description": "The autocomplete attribute of the input field.",
|
|
40041
|
+
"default": "'off'",
|
|
40042
|
+
"attribute": "autocomplete",
|
|
40043
|
+
"inheritedFrom": {
|
|
40044
|
+
"name": "Input",
|
|
40045
|
+
"module": "components/input/input.component.js"
|
|
40046
|
+
}
|
|
40047
|
+
},
|
|
40048
|
+
{
|
|
40049
|
+
"kind": "field",
|
|
40050
|
+
"name": "dirname",
|
|
40051
|
+
"type": {
|
|
40052
|
+
"text": "string | undefined"
|
|
40053
|
+
},
|
|
40054
|
+
"description": "Specifies the name of the directionality of text for submission purposes (e.g., \"rtl\" for right-to-left).",
|
|
40055
|
+
"attribute": "dirname",
|
|
40056
|
+
"inheritedFrom": {
|
|
40057
|
+
"name": "Input",
|
|
40058
|
+
"module": "components/input/input.component.js"
|
|
40059
|
+
}
|
|
40060
|
+
},
|
|
40061
|
+
{
|
|
40062
|
+
"kind": "field",
|
|
40063
|
+
"name": "pattern",
|
|
40064
|
+
"type": {
|
|
40065
|
+
"text": "string | undefined"
|
|
40066
|
+
},
|
|
40067
|
+
"description": "The pattern attribute of the input field.\nSpecifies a regular expression that the input value must match for validation purposes.",
|
|
40068
|
+
"attribute": "pattern",
|
|
40069
|
+
"inheritedFrom": {
|
|
40070
|
+
"name": "Input",
|
|
40071
|
+
"module": "components/input/input.component.js"
|
|
40072
|
+
}
|
|
40073
|
+
},
|
|
40074
|
+
{
|
|
40075
|
+
"kind": "field",
|
|
40076
|
+
"name": "list",
|
|
40077
|
+
"type": {
|
|
40078
|
+
"text": "string | undefined"
|
|
40079
|
+
},
|
|
40080
|
+
"description": "The list attribute of the input field.\nIdentifies a list of pre-defined options to suggest to the user.",
|
|
40081
|
+
"attribute": "list",
|
|
40082
|
+
"inheritedFrom": {
|
|
40083
|
+
"name": "Input",
|
|
40084
|
+
"module": "components/input/input.component.js"
|
|
40085
|
+
}
|
|
40086
|
+
},
|
|
40087
|
+
{
|
|
40088
|
+
"kind": "field",
|
|
40089
|
+
"name": "size",
|
|
40090
|
+
"type": {
|
|
40091
|
+
"text": "number | undefined | undefined"
|
|
40092
|
+
},
|
|
40093
|
+
"description": "The size attribute of the input field.\nSpecifies the width of the input field.",
|
|
40094
|
+
"default": "undefined",
|
|
40095
|
+
"attribute": "size",
|
|
40096
|
+
"inheritedFrom": {
|
|
40097
|
+
"name": "Input",
|
|
40098
|
+
"module": "components/input/input.component.js"
|
|
40099
|
+
}
|
|
40100
|
+
},
|
|
40101
|
+
{
|
|
40102
|
+
"kind": "field",
|
|
40103
|
+
"name": "clearAriaLabel",
|
|
40104
|
+
"type": {
|
|
40105
|
+
"text": "string"
|
|
40106
|
+
},
|
|
40107
|
+
"default": "''",
|
|
40108
|
+
"description": "Aria label for the trailing button. If trailing button is set to true, this label is used for the clear button.",
|
|
40109
|
+
"attribute": "clear-aria-label",
|
|
40110
|
+
"inheritedFrom": {
|
|
40111
|
+
"name": "Input",
|
|
40112
|
+
"module": "components/input/input.component.js"
|
|
40113
|
+
}
|
|
40114
|
+
},
|
|
40115
|
+
{
|
|
40116
|
+
"kind": "field",
|
|
40117
|
+
"name": "dataAriaDescribedby",
|
|
40118
|
+
"type": {
|
|
40119
|
+
"text": "string | null"
|
|
40120
|
+
},
|
|
40121
|
+
"default": "null",
|
|
40122
|
+
"description": "Defines a id pointing to the element which describes the input element.\nThe AriaDescribedby attribute to be set for accessibility.",
|
|
40123
|
+
"attribute": "data-aria-describedby",
|
|
40124
|
+
"reflects": true,
|
|
40125
|
+
"inheritedFrom": {
|
|
40126
|
+
"name": "Input",
|
|
40127
|
+
"module": "components/input/input.component.js"
|
|
40128
|
+
}
|
|
40129
|
+
},
|
|
40130
|
+
{
|
|
40131
|
+
"kind": "method",
|
|
40132
|
+
"name": "setInputValidity",
|
|
40133
|
+
"privacy": "private",
|
|
40134
|
+
"inheritedFrom": {
|
|
40135
|
+
"name": "Input",
|
|
40136
|
+
"module": "components/input/input.component.js"
|
|
40137
|
+
}
|
|
40138
|
+
},
|
|
40139
|
+
{
|
|
40140
|
+
"kind": "method",
|
|
40141
|
+
"name": "updateValue",
|
|
40142
|
+
"privacy": "private",
|
|
40143
|
+
"description": "Updates the value of the input field.\nSets the form value.",
|
|
40144
|
+
"return": {
|
|
40145
|
+
"type": {
|
|
40146
|
+
"text": ""
|
|
40147
|
+
}
|
|
40148
|
+
},
|
|
40149
|
+
"inheritedFrom": {
|
|
40150
|
+
"name": "Input",
|
|
40151
|
+
"module": "components/input/input.component.js"
|
|
40152
|
+
}
|
|
40153
|
+
},
|
|
40154
|
+
{
|
|
40155
|
+
"kind": "method",
|
|
40156
|
+
"name": "renderLeadingIcon",
|
|
40157
|
+
"privacy": "protected",
|
|
40158
|
+
"description": "Renders the leading icon before the input field.\nIf the leading icon is not set, it will not be displayed.",
|
|
40159
|
+
"return": {
|
|
40160
|
+
"type": {
|
|
40161
|
+
"text": ""
|
|
40162
|
+
}
|
|
40163
|
+
},
|
|
40164
|
+
"inheritedFrom": {
|
|
40165
|
+
"name": "Input",
|
|
40166
|
+
"module": "components/input/input.component.js"
|
|
40167
|
+
}
|
|
40168
|
+
},
|
|
40169
|
+
{
|
|
40170
|
+
"kind": "method",
|
|
40171
|
+
"name": "renderPrefixText",
|
|
40172
|
+
"privacy": "protected",
|
|
40173
|
+
"description": "Renders the prefix text before the input field.\nIf the prefix text is more than 10 characters,\n- it will not be displayed.\n- the validation messsage will be displayed.\n\n Note: We are setting aria-hidden so that the screen reader does not read the prefix text.\n The consumers should set the appropriate aria-label for the input field using 'data-aria-label' attribute.",
|
|
40174
|
+
"return": {
|
|
40175
|
+
"type": {
|
|
40176
|
+
"text": ""
|
|
40177
|
+
}
|
|
40178
|
+
},
|
|
40179
|
+
"inheritedFrom": {
|
|
40180
|
+
"name": "Input",
|
|
40181
|
+
"module": "components/input/input.component.js"
|
|
40182
|
+
}
|
|
40183
|
+
},
|
|
40184
|
+
{
|
|
40185
|
+
"kind": "method",
|
|
40186
|
+
"name": "renderTrailingButton",
|
|
40187
|
+
"privacy": "protected",
|
|
40188
|
+
"parameters": [
|
|
40189
|
+
{
|
|
40190
|
+
"name": "show",
|
|
40191
|
+
"default": "false"
|
|
40192
|
+
}
|
|
40193
|
+
],
|
|
40194
|
+
"description": "Renders the trailing button to clear the input field if the trailingButton is set to true.",
|
|
40195
|
+
"return": {
|
|
40196
|
+
"type": {
|
|
40197
|
+
"text": ""
|
|
40198
|
+
}
|
|
40199
|
+
},
|
|
40200
|
+
"inheritedFrom": {
|
|
40201
|
+
"name": "Input",
|
|
40202
|
+
"module": "components/input/input.component.js"
|
|
40203
|
+
}
|
|
40204
|
+
},
|
|
40205
|
+
{
|
|
40206
|
+
"kind": "field",
|
|
40207
|
+
"name": "disabled",
|
|
40208
|
+
"type": {
|
|
40209
|
+
"text": "boolean | undefined"
|
|
40210
|
+
},
|
|
40211
|
+
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
|
40212
|
+
"default": "undefined",
|
|
40213
|
+
"attribute": "disabled",
|
|
40214
|
+
"reflects": true,
|
|
40215
|
+
"inheritedFrom": {
|
|
40216
|
+
"name": "FormfieldWrapper",
|
|
40217
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
40218
|
+
}
|
|
40219
|
+
},
|
|
40220
|
+
{
|
|
40221
|
+
"kind": "field",
|
|
40222
|
+
"name": "label",
|
|
40223
|
+
"type": {
|
|
40224
|
+
"text": "string | undefined"
|
|
40225
|
+
},
|
|
40226
|
+
"description": "The label of the input field. It is linked to the input field using the `for` attribute.",
|
|
40227
|
+
"attribute": "label",
|
|
40228
|
+
"reflects": true,
|
|
40229
|
+
"inheritedFrom": {
|
|
40230
|
+
"name": "FormfieldWrapper",
|
|
40231
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
40232
|
+
}
|
|
40233
|
+
},
|
|
40234
|
+
{
|
|
40235
|
+
"kind": "field",
|
|
40236
|
+
"name": "required",
|
|
40237
|
+
"type": {
|
|
40238
|
+
"text": "boolean"
|
|
40239
|
+
},
|
|
40240
|
+
"default": "false",
|
|
40241
|
+
"description": "The required attribute to indicate that the input field is required.\nIt is used to append a required indicator (*) to the label.",
|
|
40242
|
+
"attribute": "required",
|
|
40243
|
+
"reflects": true,
|
|
40244
|
+
"inheritedFrom": {
|
|
40245
|
+
"name": "FormfieldWrapper",
|
|
40246
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
40247
|
+
}
|
|
40248
|
+
},
|
|
40249
|
+
{
|
|
40250
|
+
"kind": "field",
|
|
40251
|
+
"name": "helpTextType",
|
|
40252
|
+
"type": {
|
|
40253
|
+
"text": "ValidationType"
|
|
40254
|
+
},
|
|
40255
|
+
"description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
|
|
40256
|
+
"attribute": "help-text-type",
|
|
40257
|
+
"reflects": true,
|
|
40258
|
+
"inheritedFrom": {
|
|
40259
|
+
"name": "FormfieldWrapper",
|
|
40260
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
40261
|
+
}
|
|
40262
|
+
},
|
|
40263
|
+
{
|
|
40264
|
+
"kind": "field",
|
|
40265
|
+
"name": "helpText",
|
|
40266
|
+
"type": {
|
|
40267
|
+
"text": "string | undefined"
|
|
40268
|
+
},
|
|
40269
|
+
"description": "The help text that is displayed below the input field.",
|
|
40270
|
+
"attribute": "help-text",
|
|
40271
|
+
"reflects": true,
|
|
40272
|
+
"inheritedFrom": {
|
|
40273
|
+
"name": "FormfieldWrapper",
|
|
40274
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
40275
|
+
}
|
|
40276
|
+
},
|
|
40277
|
+
{
|
|
40278
|
+
"kind": "field",
|
|
40279
|
+
"name": "toggletipText",
|
|
40280
|
+
"type": {
|
|
40281
|
+
"text": "string | undefined"
|
|
40282
|
+
},
|
|
40283
|
+
"description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
|
|
40284
|
+
"attribute": "toggletip-text",
|
|
40285
|
+
"reflects": true,
|
|
40286
|
+
"inheritedFrom": {
|
|
40287
|
+
"name": "FormfieldWrapper",
|
|
40288
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
40289
|
+
}
|
|
40290
|
+
},
|
|
40291
|
+
{
|
|
40292
|
+
"kind": "field",
|
|
40293
|
+
"name": "toggletipPlacement",
|
|
40294
|
+
"type": {
|
|
40295
|
+
"text": "PopoverPlacement"
|
|
40296
|
+
},
|
|
40297
|
+
"description": "The placement of the toggletip that is displayed when the info icon is hovered.",
|
|
40298
|
+
"default": "'top'",
|
|
40299
|
+
"attribute": "toggletip-placement",
|
|
40300
|
+
"reflects": true,
|
|
40301
|
+
"inheritedFrom": {
|
|
40302
|
+
"name": "FormfieldWrapper",
|
|
40303
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
40304
|
+
}
|
|
40305
|
+
},
|
|
40306
|
+
{
|
|
40307
|
+
"kind": "field",
|
|
40308
|
+
"name": "toggletipStrategy",
|
|
40309
|
+
"type": {
|
|
40310
|
+
"text": "PopoverStrategy"
|
|
40311
|
+
},
|
|
40312
|
+
"attribute": "toggletip-strategy",
|
|
40313
|
+
"reflects": true,
|
|
40314
|
+
"inheritedFrom": {
|
|
40315
|
+
"name": "FormfieldWrapper",
|
|
40316
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
40317
|
+
}
|
|
40318
|
+
},
|
|
40319
|
+
{
|
|
40320
|
+
"kind": "field",
|
|
40321
|
+
"name": "infoIconAriaLabel",
|
|
40322
|
+
"type": {
|
|
40323
|
+
"text": "string | undefined"
|
|
40324
|
+
},
|
|
40325
|
+
"description": "Aria label for the info icon that is displayed next to the label when `toggletipText` is set.\nThis is used for accessibility purposes to provide a description of the icon.",
|
|
40326
|
+
"attribute": "info-icon-aria-label",
|
|
40327
|
+
"reflects": true,
|
|
40328
|
+
"inheritedFrom": {
|
|
40329
|
+
"name": "FormfieldWrapper",
|
|
40330
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
40331
|
+
}
|
|
40332
|
+
},
|
|
40333
|
+
{
|
|
40334
|
+
"kind": "field",
|
|
40335
|
+
"name": "readonly",
|
|
40336
|
+
"type": {
|
|
40337
|
+
"text": "boolean"
|
|
40338
|
+
},
|
|
40339
|
+
"default": "false",
|
|
40340
|
+
"description": "Determines whether the form field is read-only.",
|
|
40341
|
+
"attribute": "readonly",
|
|
40342
|
+
"reflects": true,
|
|
40343
|
+
"inheritedFrom": {
|
|
40344
|
+
"name": "FormfieldWrapper",
|
|
40345
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
40346
|
+
}
|
|
40347
|
+
},
|
|
40348
|
+
{
|
|
40349
|
+
"kind": "field",
|
|
40350
|
+
"name": "softDisabled",
|
|
40351
|
+
"type": {
|
|
40352
|
+
"text": "boolean"
|
|
40353
|
+
},
|
|
40354
|
+
"default": "false",
|
|
40355
|
+
"description": "Determines whether the form field is soft-disabled.",
|
|
40356
|
+
"attribute": "soft-disabled",
|
|
40357
|
+
"reflects": true,
|
|
40358
|
+
"inheritedFrom": {
|
|
40359
|
+
"name": "FormfieldWrapper",
|
|
40360
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
40361
|
+
}
|
|
40362
|
+
},
|
|
40363
|
+
{
|
|
40364
|
+
"kind": "method",
|
|
40365
|
+
"name": "renderLabelElement",
|
|
40366
|
+
"privacy": "protected",
|
|
40367
|
+
"description": "creates the label element when the label property is set.\nid is used to link the label with the input field.",
|
|
40368
|
+
"return": {
|
|
40369
|
+
"type": {
|
|
40370
|
+
"text": ""
|
|
40371
|
+
}
|
|
40372
|
+
},
|
|
40373
|
+
"inheritedFrom": {
|
|
40374
|
+
"name": "FormfieldWrapper",
|
|
40375
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
40376
|
+
}
|
|
40377
|
+
},
|
|
40378
|
+
{
|
|
40379
|
+
"kind": "method",
|
|
40380
|
+
"name": "renderHelpTextIcon",
|
|
40381
|
+
"privacy": "protected",
|
|
40382
|
+
"description": "creates the helpertext icon based on the helpTextType for validation.\nIf the helpTextType is not set, it defaults to 'default' and it doesn't display any icon.",
|
|
40383
|
+
"return": {
|
|
40384
|
+
"type": {
|
|
40385
|
+
"text": ""
|
|
40386
|
+
}
|
|
40387
|
+
},
|
|
40388
|
+
"inheritedFrom": {
|
|
40389
|
+
"name": "FormfieldWrapper",
|
|
40390
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
40391
|
+
}
|
|
40392
|
+
},
|
|
40393
|
+
{
|
|
40394
|
+
"kind": "method",
|
|
40395
|
+
"name": "renderHelpText",
|
|
40396
|
+
"privacy": "protected",
|
|
40397
|
+
"description": "creates the helper text component when the helpertext value is set.\nIt is also used to display the validation message based on the helpTextType.",
|
|
40398
|
+
"return": {
|
|
40399
|
+
"type": {
|
|
40400
|
+
"text": ""
|
|
40401
|
+
}
|
|
40402
|
+
},
|
|
40403
|
+
"inheritedFrom": {
|
|
40404
|
+
"name": "FormfieldWrapper",
|
|
40405
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
40406
|
+
}
|
|
40407
|
+
},
|
|
40408
|
+
{
|
|
40409
|
+
"kind": "method",
|
|
40410
|
+
"name": "renderLabel",
|
|
40411
|
+
"privacy": "protected",
|
|
40412
|
+
"description": "renders the label container that contains the label and labelInfoToggleTip.",
|
|
40413
|
+
"return": {
|
|
40414
|
+
"type": {
|
|
40415
|
+
"text": ""
|
|
40416
|
+
}
|
|
40417
|
+
},
|
|
40418
|
+
"inheritedFrom": {
|
|
40419
|
+
"name": "FormfieldWrapper",
|
|
40420
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
40421
|
+
}
|
|
40422
|
+
},
|
|
40423
|
+
{
|
|
40424
|
+
"kind": "method",
|
|
40425
|
+
"name": "renderHelperText",
|
|
40426
|
+
"privacy": "protected",
|
|
40427
|
+
"description": "renders the help-text container that contains the helpertext icon and helpertext.",
|
|
40428
|
+
"return": {
|
|
40429
|
+
"type": {
|
|
40430
|
+
"text": ""
|
|
40431
|
+
}
|
|
40432
|
+
},
|
|
40433
|
+
"inheritedFrom": {
|
|
40434
|
+
"name": "FormfieldWrapper",
|
|
40435
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
40436
|
+
}
|
|
40437
|
+
}
|
|
40438
|
+
],
|
|
40439
|
+
"events": [
|
|
40440
|
+
{
|
|
40441
|
+
"description": "(React: onInput) This event is dispatched when the value of the input field changes (every press).",
|
|
40442
|
+
"name": "input",
|
|
40443
|
+
"reactName": "onInput",
|
|
40444
|
+
"inheritedFrom": {
|
|
40445
|
+
"name": "Input",
|
|
40446
|
+
"module": "src/components/input/input.component.ts"
|
|
40447
|
+
}
|
|
40448
|
+
},
|
|
40449
|
+
{
|
|
40450
|
+
"description": "(React: onChange) This event is dispatched when the value of the input field changes (on blur).",
|
|
40451
|
+
"name": "change",
|
|
40452
|
+
"reactName": "onChange",
|
|
40453
|
+
"inheritedFrom": {
|
|
40454
|
+
"name": "Input",
|
|
40455
|
+
"module": "src/components/input/input.component.ts"
|
|
40456
|
+
}
|
|
40457
|
+
},
|
|
40458
|
+
{
|
|
40459
|
+
"description": "(React: onFocus) This event is dispatched when the input receives focus.",
|
|
40460
|
+
"name": "focus",
|
|
40461
|
+
"reactName": "onFocus",
|
|
40462
|
+
"inheritedFrom": {
|
|
40463
|
+
"name": "Input",
|
|
40464
|
+
"module": "src/components/input/input.component.ts"
|
|
40465
|
+
}
|
|
40466
|
+
},
|
|
40467
|
+
{
|
|
40468
|
+
"description": "(React: onBlur) This event is dispatched when the input loses focus.",
|
|
40469
|
+
"name": "blur",
|
|
40470
|
+
"reactName": "onBlur",
|
|
40471
|
+
"inheritedFrom": {
|
|
40472
|
+
"name": "Input",
|
|
40473
|
+
"module": "src/components/input/input.component.ts"
|
|
40474
|
+
}
|
|
40475
|
+
},
|
|
40476
|
+
{
|
|
40477
|
+
"name": "clear",
|
|
40478
|
+
"type": {
|
|
40479
|
+
"text": "CustomEvent"
|
|
40480
|
+
},
|
|
40481
|
+
"description": "(React: onClear) This event is dispatched when the input text is cleared.",
|
|
40482
|
+
"reactName": "onClear",
|
|
40483
|
+
"inheritedFrom": {
|
|
40484
|
+
"name": "Input",
|
|
40485
|
+
"module": "src/components/input/input.component.ts"
|
|
40486
|
+
}
|
|
40487
|
+
},
|
|
40488
|
+
{
|
|
40489
|
+
"description": "(React: onShown) This event is dispatched when the popover is shown",
|
|
40490
|
+
"name": "shown",
|
|
40491
|
+
"reactName": "onShown"
|
|
40492
|
+
},
|
|
40493
|
+
{
|
|
40494
|
+
"description": "(React: onHidden) This event is dispatched when the popover is hidden",
|
|
40495
|
+
"name": "hidden",
|
|
40496
|
+
"reactName": "onHidden"
|
|
40497
|
+
},
|
|
40498
|
+
{
|
|
40499
|
+
"type": {
|
|
40500
|
+
"text": "EventConstructor"
|
|
40501
|
+
},
|
|
40502
|
+
"inheritedFrom": {
|
|
40503
|
+
"name": "Input",
|
|
40504
|
+
"module": "src/components/input/input.component.ts"
|
|
40505
|
+
}
|
|
40506
|
+
}
|
|
40507
|
+
],
|
|
40508
|
+
"attributes": [
|
|
40509
|
+
{
|
|
40510
|
+
"name": "display-popover",
|
|
40511
|
+
"type": {
|
|
40512
|
+
"text": "boolean | undefined"
|
|
40513
|
+
},
|
|
40514
|
+
"description": "Whether to display the popover.",
|
|
40515
|
+
"default": "false",
|
|
40516
|
+
"fieldName": "displayPopover"
|
|
40517
|
+
},
|
|
40518
|
+
{
|
|
40519
|
+
"name": "placement",
|
|
40520
|
+
"type": {
|
|
40521
|
+
"text": "Placement"
|
|
40522
|
+
},
|
|
40523
|
+
"description": "The placement of the popover within Searchpopover component.\nThis defines the position of the popover relative to the search input field.\n\nPossible values:\n - 'top-start'\n - 'bottom-start'",
|
|
40524
|
+
"default": "'bottom-start'",
|
|
40525
|
+
"fieldName": "placement"
|
|
40526
|
+
},
|
|
40527
|
+
{
|
|
40528
|
+
"name": "popover-z-index",
|
|
40529
|
+
"type": {
|
|
40530
|
+
"text": "number"
|
|
40531
|
+
},
|
|
40532
|
+
"description": "The z-index of the popover within Searchpopover.\n\nOverride this to make sure this stays on top of other components.",
|
|
40533
|
+
"default": "1000",
|
|
40534
|
+
"fieldName": "popoverZIndex"
|
|
40535
|
+
},
|
|
40536
|
+
{
|
|
40537
|
+
"name": "auto-focus-on-mount",
|
|
40538
|
+
"type": {
|
|
40539
|
+
"text": "boolean"
|
|
40540
|
+
},
|
|
40541
|
+
"default": "false",
|
|
40542
|
+
"description": "This property indicates whether the element should receive focus automatically when it is mounted.\n\nIt will not focus if the element is re-attached to the DOM after being removed.",
|
|
40543
|
+
"fieldName": "autoFocusOnMount",
|
|
40544
|
+
"inheritedFrom": {
|
|
40545
|
+
"name": "AutoFocusOnMountMixin",
|
|
40546
|
+
"module": "src/utils/mixins/AutoFocusOnMountMixin.ts"
|
|
40547
|
+
}
|
|
40548
|
+
},
|
|
40549
|
+
{
|
|
40550
|
+
"name": "name",
|
|
40551
|
+
"type": {
|
|
40552
|
+
"text": "string"
|
|
40553
|
+
},
|
|
40554
|
+
"default": "''",
|
|
40555
|
+
"description": "Indicates the name of the component group.\nThey are used to group elements in a form together.",
|
|
40556
|
+
"fieldName": "name",
|
|
40557
|
+
"inheritedFrom": {
|
|
40558
|
+
"name": "FormInternalsMixin",
|
|
40559
|
+
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
|
40560
|
+
}
|
|
40561
|
+
},
|
|
40562
|
+
{
|
|
40563
|
+
"name": "value",
|
|
40564
|
+
"type": {
|
|
40565
|
+
"text": "string"
|
|
40566
|
+
},
|
|
40567
|
+
"default": "''",
|
|
40568
|
+
"description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
|
|
40569
|
+
"fieldName": "value",
|
|
40570
|
+
"inheritedFrom": {
|
|
40571
|
+
"name": "FormInternalsMixin",
|
|
40572
|
+
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
|
40573
|
+
}
|
|
40574
|
+
},
|
|
40575
|
+
{
|
|
40576
|
+
"name": "validation-message",
|
|
40577
|
+
"type": {
|
|
40578
|
+
"text": "string | undefined"
|
|
40579
|
+
},
|
|
40580
|
+
"description": "Custom validation message that will override the default message and displayed when the input is invalid.\n\nTo display custom validation messages, you must listen for input events (or other relevant events)\non your component and update the `validationMessage` property with the desired message string.\nUpdating this property will ensure that new validation messages are shown to the user.\n- The `validationMessage` property overrides the default browser validation message when set.\n- Consumers are responsible for updating `validationMessage` in response to input or validation state changes.",
|
|
40581
|
+
"fieldName": "validationMessage",
|
|
40582
|
+
"inheritedFrom": {
|
|
40583
|
+
"name": "FormInternalsMixin",
|
|
40584
|
+
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
|
40585
|
+
}
|
|
40586
|
+
},
|
|
40587
|
+
{
|
|
40588
|
+
"name": "data-aria-label",
|
|
40589
|
+
"type": {
|
|
40590
|
+
"text": "string | null"
|
|
40591
|
+
},
|
|
40592
|
+
"default": "null",
|
|
40593
|
+
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
|
40594
|
+
"fieldName": "dataAriaLabel",
|
|
40595
|
+
"inheritedFrom": {
|
|
40596
|
+
"name": "DataAriaLabelMixin",
|
|
40597
|
+
"module": "src/utils/mixins/DataAriaLabelMixin.ts"
|
|
40598
|
+
}
|
|
40599
|
+
},
|
|
40600
|
+
{
|
|
40601
|
+
"name": "placeholder",
|
|
40602
|
+
"type": {
|
|
40603
|
+
"text": "string"
|
|
40604
|
+
},
|
|
40605
|
+
"default": "''",
|
|
40606
|
+
"description": "The placeholder text that is displayed when the input field is empty.",
|
|
40607
|
+
"fieldName": "placeholder",
|
|
40608
|
+
"inheritedFrom": {
|
|
40609
|
+
"name": "Input",
|
|
40610
|
+
"module": "src/components/input/input.component.ts"
|
|
40611
|
+
}
|
|
40612
|
+
},
|
|
40613
|
+
{
|
|
40614
|
+
"name": "prefix-text",
|
|
40615
|
+
"type": {
|
|
40616
|
+
"text": "string | undefined"
|
|
40617
|
+
},
|
|
40618
|
+
"description": "The prefix text that is displayed before the input field. It has a max length of 10 characters.\nWhen the prefix text is set, make sure to set the 'data-aria-label'\nattribute with the appropriate value for accessibility.",
|
|
40619
|
+
"fieldName": "prefixText",
|
|
40620
|
+
"inheritedFrom": {
|
|
40621
|
+
"name": "Input",
|
|
40622
|
+
"module": "src/components/input/input.component.ts"
|
|
40623
|
+
}
|
|
40624
|
+
},
|
|
40625
|
+
{
|
|
40626
|
+
"name": "leading-icon",
|
|
40627
|
+
"type": {
|
|
40628
|
+
"text": "IconNames | undefined"
|
|
40629
|
+
},
|
|
40630
|
+
"description": "The leading icon that is displayed before the input field.",
|
|
40631
|
+
"fieldName": "leadingIcon",
|
|
40632
|
+
"inheritedFrom": {
|
|
40633
|
+
"name": "Input",
|
|
40634
|
+
"module": "src/components/input/input.component.ts"
|
|
40635
|
+
}
|
|
40636
|
+
},
|
|
40637
|
+
{
|
|
40638
|
+
"name": "trailing-button",
|
|
40639
|
+
"type": {
|
|
40640
|
+
"text": "boolean"
|
|
40641
|
+
},
|
|
40642
|
+
"default": "false",
|
|
40643
|
+
"description": "The trailing button when set to true, shows a clear button that clears the input field.",
|
|
40644
|
+
"fieldName": "trailingButton",
|
|
40645
|
+
"inheritedFrom": {
|
|
40646
|
+
"name": "Input",
|
|
40647
|
+
"module": "src/components/input/input.component.ts"
|
|
40648
|
+
}
|
|
40649
|
+
},
|
|
40650
|
+
{
|
|
40651
|
+
"name": "maxlength",
|
|
40652
|
+
"type": {
|
|
40653
|
+
"text": "number | undefined"
|
|
40654
|
+
},
|
|
40655
|
+
"description": "The maximum number of characters that the input field can accept.",
|
|
40656
|
+
"fieldName": "maxlength",
|
|
40657
|
+
"inheritedFrom": {
|
|
40658
|
+
"name": "Input",
|
|
40659
|
+
"module": "src/components/input/input.component.ts"
|
|
40660
|
+
}
|
|
40661
|
+
},
|
|
40662
|
+
{
|
|
40663
|
+
"name": "minlength",
|
|
40664
|
+
"type": {
|
|
40665
|
+
"text": "number | undefined"
|
|
40666
|
+
},
|
|
40667
|
+
"description": "The minimum number of characters that the input field can accept.",
|
|
40668
|
+
"fieldName": "minlength",
|
|
40669
|
+
"inheritedFrom": {
|
|
40670
|
+
"name": "Input",
|
|
40671
|
+
"module": "src/components/input/input.component.ts"
|
|
40672
|
+
}
|
|
40673
|
+
},
|
|
40674
|
+
{
|
|
40675
|
+
"name": "autocapitalize",
|
|
40676
|
+
"type": {
|
|
40677
|
+
"text": "AutoCapitalizeType"
|
|
40678
|
+
},
|
|
40679
|
+
"description": "The autocapitalize attribute of the input field.",
|
|
40680
|
+
"default": "'off'",
|
|
40681
|
+
"fieldName": "autocapitalize",
|
|
40682
|
+
"inheritedFrom": {
|
|
40683
|
+
"name": "Input",
|
|
40684
|
+
"module": "src/components/input/input.component.ts"
|
|
40685
|
+
}
|
|
40686
|
+
},
|
|
40687
|
+
{
|
|
40688
|
+
"name": "autocomplete",
|
|
40689
|
+
"type": {
|
|
40690
|
+
"text": "AutoCompleteType"
|
|
40691
|
+
},
|
|
40692
|
+
"description": "The autocomplete attribute of the input field.",
|
|
40693
|
+
"default": "'off'",
|
|
40694
|
+
"fieldName": "autocomplete",
|
|
40695
|
+
"inheritedFrom": {
|
|
40696
|
+
"name": "Input",
|
|
40697
|
+
"module": "src/components/input/input.component.ts"
|
|
40698
|
+
}
|
|
40699
|
+
},
|
|
40700
|
+
{
|
|
40701
|
+
"name": "dirname",
|
|
40702
|
+
"type": {
|
|
40703
|
+
"text": "string | undefined"
|
|
40704
|
+
},
|
|
40705
|
+
"description": "Specifies the name of the directionality of text for submission purposes (e.g., \"rtl\" for right-to-left).",
|
|
40706
|
+
"fieldName": "dirname",
|
|
40707
|
+
"inheritedFrom": {
|
|
40708
|
+
"name": "Input",
|
|
40709
|
+
"module": "src/components/input/input.component.ts"
|
|
40710
|
+
}
|
|
40711
|
+
},
|
|
40712
|
+
{
|
|
40713
|
+
"name": "pattern",
|
|
40714
|
+
"type": {
|
|
40715
|
+
"text": "string | undefined"
|
|
40716
|
+
},
|
|
40717
|
+
"description": "The pattern attribute of the input field.\nSpecifies a regular expression that the input value must match for validation purposes.",
|
|
40718
|
+
"fieldName": "pattern",
|
|
40719
|
+
"inheritedFrom": {
|
|
40720
|
+
"name": "Input",
|
|
40721
|
+
"module": "src/components/input/input.component.ts"
|
|
40722
|
+
}
|
|
40723
|
+
},
|
|
40724
|
+
{
|
|
40725
|
+
"name": "list",
|
|
40726
|
+
"type": {
|
|
40727
|
+
"text": "string | undefined"
|
|
40728
|
+
},
|
|
40729
|
+
"description": "The list attribute of the input field.\nIdentifies a list of pre-defined options to suggest to the user.",
|
|
40730
|
+
"fieldName": "list",
|
|
40731
|
+
"inheritedFrom": {
|
|
40732
|
+
"name": "Input",
|
|
40733
|
+
"module": "src/components/input/input.component.ts"
|
|
40734
|
+
}
|
|
40735
|
+
},
|
|
40736
|
+
{
|
|
40737
|
+
"name": "size",
|
|
40738
|
+
"type": {
|
|
40739
|
+
"text": "number | undefined | undefined"
|
|
40740
|
+
},
|
|
40741
|
+
"description": "The size attribute of the input field.\nSpecifies the width of the input field.",
|
|
40742
|
+
"default": "undefined",
|
|
40743
|
+
"fieldName": "size",
|
|
40744
|
+
"inheritedFrom": {
|
|
40745
|
+
"name": "Input",
|
|
40746
|
+
"module": "src/components/input/input.component.ts"
|
|
40747
|
+
}
|
|
40748
|
+
},
|
|
40749
|
+
{
|
|
40750
|
+
"name": "clear-aria-label",
|
|
40751
|
+
"type": {
|
|
40752
|
+
"text": "string"
|
|
40753
|
+
},
|
|
40754
|
+
"default": "''",
|
|
40755
|
+
"description": "Aria label for the trailing button. If trailing button is set to true, this label is used for the clear button.",
|
|
40756
|
+
"fieldName": "clearAriaLabel",
|
|
40757
|
+
"inheritedFrom": {
|
|
40758
|
+
"name": "Input",
|
|
40759
|
+
"module": "src/components/input/input.component.ts"
|
|
40760
|
+
}
|
|
40761
|
+
},
|
|
40762
|
+
{
|
|
40763
|
+
"name": "data-aria-describedby",
|
|
40764
|
+
"type": {
|
|
40765
|
+
"text": "string | null"
|
|
40766
|
+
},
|
|
40767
|
+
"default": "null",
|
|
40768
|
+
"description": "Defines a id pointing to the element which describes the input element.\nThe AriaDescribedby attribute to be set for accessibility.",
|
|
40769
|
+
"fieldName": "dataAriaDescribedby",
|
|
40770
|
+
"inheritedFrom": {
|
|
40771
|
+
"name": "Input",
|
|
40772
|
+
"module": "src/components/input/input.component.ts"
|
|
40773
|
+
}
|
|
40774
|
+
},
|
|
40775
|
+
{
|
|
40776
|
+
"name": "disabled",
|
|
40777
|
+
"type": {
|
|
40778
|
+
"text": "boolean | undefined"
|
|
40779
|
+
},
|
|
40780
|
+
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
|
40781
|
+
"default": "undefined",
|
|
40782
|
+
"fieldName": "disabled",
|
|
40783
|
+
"inheritedFrom": {
|
|
40784
|
+
"name": "FormfieldWrapper",
|
|
40785
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
40786
|
+
}
|
|
40787
|
+
},
|
|
40788
|
+
{
|
|
40789
|
+
"name": "label",
|
|
40790
|
+
"type": {
|
|
40791
|
+
"text": "string | undefined"
|
|
40792
|
+
},
|
|
40793
|
+
"description": "The label of the input field. It is linked to the input field using the `for` attribute.",
|
|
40794
|
+
"fieldName": "label",
|
|
40795
|
+
"inheritedFrom": {
|
|
40796
|
+
"name": "FormfieldWrapper",
|
|
40797
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
40798
|
+
}
|
|
40799
|
+
},
|
|
40800
|
+
{
|
|
40801
|
+
"name": "required",
|
|
40802
|
+
"type": {
|
|
40803
|
+
"text": "boolean"
|
|
40804
|
+
},
|
|
40805
|
+
"default": "false",
|
|
40806
|
+
"description": "The required attribute to indicate that the input field is required.\nIt is used to append a required indicator (*) to the label.",
|
|
40807
|
+
"fieldName": "required",
|
|
40808
|
+
"inheritedFrom": {
|
|
40809
|
+
"name": "FormfieldWrapper",
|
|
40810
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
40811
|
+
}
|
|
40812
|
+
},
|
|
40813
|
+
{
|
|
40814
|
+
"name": "help-text-type",
|
|
40815
|
+
"type": {
|
|
40816
|
+
"text": "ValidationType"
|
|
40817
|
+
},
|
|
40818
|
+
"description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
|
|
40819
|
+
"fieldName": "helpTextType",
|
|
40820
|
+
"inheritedFrom": {
|
|
40821
|
+
"name": "FormfieldWrapper",
|
|
40822
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
40823
|
+
}
|
|
40824
|
+
},
|
|
40825
|
+
{
|
|
40826
|
+
"name": "help-text",
|
|
40827
|
+
"type": {
|
|
40828
|
+
"text": "string | undefined"
|
|
40829
|
+
},
|
|
40830
|
+
"description": "The help text that is displayed below the input field.",
|
|
40831
|
+
"fieldName": "helpText",
|
|
40832
|
+
"inheritedFrom": {
|
|
40833
|
+
"name": "FormfieldWrapper",
|
|
40834
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
40835
|
+
}
|
|
40836
|
+
},
|
|
40837
|
+
{
|
|
40838
|
+
"name": "toggletip-text",
|
|
40839
|
+
"type": {
|
|
40840
|
+
"text": "string | undefined"
|
|
40841
|
+
},
|
|
40842
|
+
"description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
|
|
40843
|
+
"fieldName": "toggletipText",
|
|
40844
|
+
"inheritedFrom": {
|
|
40845
|
+
"name": "FormfieldWrapper",
|
|
40846
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
40847
|
+
}
|
|
40848
|
+
},
|
|
40849
|
+
{
|
|
40850
|
+
"name": "toggletip-placement",
|
|
40851
|
+
"type": {
|
|
40852
|
+
"text": "PopoverPlacement"
|
|
40853
|
+
},
|
|
40854
|
+
"description": "The placement of the toggletip that is displayed when the info icon is hovered.",
|
|
40855
|
+
"default": "'top'",
|
|
40856
|
+
"fieldName": "toggletipPlacement",
|
|
40857
|
+
"inheritedFrom": {
|
|
40858
|
+
"name": "FormfieldWrapper",
|
|
40859
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
40860
|
+
}
|
|
40861
|
+
},
|
|
40862
|
+
{
|
|
40863
|
+
"name": "toggletip-strategy",
|
|
40864
|
+
"type": {
|
|
40865
|
+
"text": "PopoverStrategy"
|
|
40866
|
+
},
|
|
40867
|
+
"fieldName": "toggletipStrategy",
|
|
40868
|
+
"inheritedFrom": {
|
|
40869
|
+
"name": "FormfieldWrapper",
|
|
40870
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
40871
|
+
}
|
|
40872
|
+
},
|
|
40873
|
+
{
|
|
40874
|
+
"name": "info-icon-aria-label",
|
|
40875
|
+
"type": {
|
|
40876
|
+
"text": "string | undefined"
|
|
40877
|
+
},
|
|
40878
|
+
"description": "Aria label for the info icon that is displayed next to the label when `toggletipText` is set.\nThis is used for accessibility purposes to provide a description of the icon.",
|
|
40879
|
+
"fieldName": "infoIconAriaLabel",
|
|
40880
|
+
"inheritedFrom": {
|
|
40881
|
+
"name": "FormfieldWrapper",
|
|
40882
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
40883
|
+
}
|
|
40884
|
+
},
|
|
40885
|
+
{
|
|
40886
|
+
"name": "readonly",
|
|
40887
|
+
"type": {
|
|
40888
|
+
"text": "boolean"
|
|
40889
|
+
},
|
|
40890
|
+
"default": "false",
|
|
40891
|
+
"description": "Determines whether the form field is read-only.",
|
|
40892
|
+
"fieldName": "readonly",
|
|
40893
|
+
"inheritedFrom": {
|
|
40894
|
+
"name": "FormfieldWrapper",
|
|
40895
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
40896
|
+
}
|
|
40897
|
+
},
|
|
40898
|
+
{
|
|
40899
|
+
"name": "soft-disabled",
|
|
40900
|
+
"type": {
|
|
40901
|
+
"text": "boolean"
|
|
40902
|
+
},
|
|
40903
|
+
"default": "false",
|
|
40904
|
+
"description": "Determines whether the form field is soft-disabled.",
|
|
40905
|
+
"fieldName": "softDisabled",
|
|
40906
|
+
"inheritedFrom": {
|
|
40907
|
+
"name": "FormfieldWrapper",
|
|
40908
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
40909
|
+
}
|
|
40910
|
+
}
|
|
40911
|
+
],
|
|
40912
|
+
"superclass": {
|
|
40913
|
+
"name": "Searchfield",
|
|
40914
|
+
"module": "/src/components/searchfield/searchfield.component"
|
|
40915
|
+
},
|
|
40916
|
+
"tagName": "mdc-searchpopover",
|
|
40917
|
+
"jsDoc": "/**\n * `mdc-searchpopover` widget is a combination of the Searchfield and Popover components, connected to ensure\n * proper accessibility. This component should be used when search results or suggestions need to be displayed\n * in a popover below the search input field, where the search results hold individual actions like navigating to a\n * a different url etc.\n *\n * - Don't use this when search results are displayed inline on the page -> use Searchfield component instead.\n * - Don't use this when a list of options is filtered based on the search input -> use Combobox component instead.\n *\n * It supports `mdc-inputchip` as filters.\n *\n * This component is built by extending the `mdc-searchfield` component & rendering the mdc-popover component inside.\n *\n * @tagname mdc-searchpopover\n *\n * @event input - (React: onInput) This event is dispatched when the value of the input field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the input field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the input receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the input loses focus.\n * @event clear - (React: onClear) This event is dispatched when the input text is cleared.\n * @event shown - (React: onShown) This event is dispatched when the popover is shown\n * @event hidden - (React: onHidden) This event is dispatched when the popover is hidden\n *\n * @slot default - Default slot (=children) for the popover content\n * @slot filters - Slot for input chips\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n * @slot input - Slot for the input element. If not provided, the input field will be rendered.\n * @slot input-leading-icon - Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.\n * @slot input-prefix-text - Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.\n * @slot trailing-button - Slot for the trailing button to clear the input field. If not provided, the clear button will be rendered when `trailingButton` property is set to true.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-input-text-color - Text color for the input field\n * @cssproperty --mdc-input-border-color - Border color for the input container\n * @cssproperty --mdc-input-background-color - Background color for the input field\n * @cssproperty --mdc-input-support-text-color - Text color for the help text\n * @cssproperty --mdc-input-selection-text-color - Text color for the selected text\n * @cssproperty --mdc-input-selection-background-color - Background color for the selected text\n * @cssproperty --mdc-searchpopover-width - Width of the searchpopover component\n * @cssproperty --mdc-searchpopover-popover-width - Width of the popover within the searchpopover component\n * @cssproperty --mdc-searchpopover-popover-height - Height of the popover within the searchpopover component\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart leading-icon - The leading icon element that is displayed before the input field.\n * @csspart prefix-text - The prefix text element that is displayed before the input field.\n * @csspart input-container - The container for the input field, leading icon, prefix text, and trailing button elements.\n * @csspart input-section - The container for the input field, leading icon, and prefix text elements.\n * @csspart input-text - The input field element.\n * @csspart trailing-button - The trailing button element that is displayed to clear the input field when the `trailingButton` property is set to true.\n * @csspart popover-content - The popover content element.\n */",
|
|
40918
|
+
"customElement": true
|
|
40919
|
+
}
|
|
40920
|
+
],
|
|
40921
|
+
"exports": [
|
|
40922
|
+
{
|
|
40923
|
+
"kind": "js",
|
|
40924
|
+
"name": "default",
|
|
40925
|
+
"declaration": {
|
|
40926
|
+
"name": "Searchpopover",
|
|
40927
|
+
"module": "components/searchpopover/searchpopover.component.js"
|
|
40928
|
+
}
|
|
40929
|
+
}
|
|
40930
|
+
]
|
|
40931
|
+
},
|
|
39462
40932
|
{
|
|
39463
40933
|
"kind": "javascript-module",
|
|
39464
40934
|
"path": "components/select/select.component.js",
|