@momentum-design/components 0.120.6 → 0.120.7
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/custom-elements.json +1352 -1352
- package/dist/react/index.d.ts +1 -1
- package/dist/react/index.js +1 -1
- package/package.json +1 -1
@@ -36502,67 +36502,89 @@
|
|
36502
36502
|
},
|
36503
36503
|
{
|
36504
36504
|
"kind": "javascript-module",
|
36505
|
-
"path": "components/
|
36505
|
+
"path": "components/select/select.component.js",
|
36506
36506
|
"declarations": [
|
36507
36507
|
{
|
36508
36508
|
"kind": "class",
|
36509
|
-
"description": "
|
36510
|
-
"name": "
|
36511
|
-
"
|
36509
|
+
"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.",
|
36510
|
+
"name": "Select",
|
36511
|
+
"cssProperties": [
|
36512
36512
|
{
|
36513
|
-
"description": "The
|
36514
|
-
"name": "
|
36515
|
-
"inheritedFrom": {
|
36516
|
-
"name": "FormfieldWrapper",
|
36517
|
-
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
36518
|
-
}
|
36513
|
+
"description": "The background color of the combobox of select.",
|
36514
|
+
"name": "--mdc-select-background-color"
|
36519
36515
|
},
|
36520
36516
|
{
|
36521
|
-
"description": "The
|
36522
|
-
"name": "
|
36523
|
-
"inheritedFrom": {
|
36524
|
-
"name": "FormfieldWrapper",
|
36525
|
-
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
36526
|
-
}
|
36517
|
+
"description": "The background color of the combobox of select when hovered.",
|
36518
|
+
"name": "--mdc-select-background-color-hover"
|
36527
36519
|
},
|
36528
36520
|
{
|
36529
|
-
"description": "The
|
36530
|
-
"name": "
|
36531
|
-
"inheritedFrom": {
|
36532
|
-
"name": "Input",
|
36533
|
-
"module": "src/components/input/input.component.ts"
|
36534
|
-
}
|
36521
|
+
"description": "The background color of the combobox of select when active.",
|
36522
|
+
"name": "--mdc-select-background-color-active"
|
36535
36523
|
},
|
36536
36524
|
{
|
36537
|
-
"description": "The
|
36538
|
-
"name": "
|
36539
|
-
"inheritedFrom": {
|
36540
|
-
"name": "Input",
|
36541
|
-
"module": "src/components/input/input.component.ts"
|
36542
|
-
}
|
36525
|
+
"description": "The background color of the combobox of select when disabled.",
|
36526
|
+
"name": "--mdc-select-background-color-disabled"
|
36543
36527
|
},
|
36544
36528
|
{
|
36545
|
-
"description": "The
|
36546
|
-
"name": "
|
36547
|
-
"inheritedFrom": {
|
36548
|
-
"name": "Input",
|
36549
|
-
"module": "src/components/input/input.component.ts"
|
36550
|
-
}
|
36529
|
+
"description": "The text color of the select.",
|
36530
|
+
"name": "--mdc-select-text-color"
|
36551
36531
|
},
|
36552
36532
|
{
|
36553
|
-
"description": "The
|
36554
|
-
"name": "
|
36533
|
+
"description": "The text color of the selected option in the select.",
|
36534
|
+
"name": "--mdc-select-text-color-selected"
|
36535
|
+
},
|
36536
|
+
{
|
36537
|
+
"description": "The text color of the select when disabled.",
|
36538
|
+
"name": "--mdc-select-text-color-disabled"
|
36539
|
+
},
|
36540
|
+
{
|
36541
|
+
"description": "The border color of the select.",
|
36542
|
+
"name": "--mdc-select-border-color"
|
36543
|
+
},
|
36544
|
+
{
|
36545
|
+
"description": "The border color of the select when disabled.",
|
36546
|
+
"name": "--mdc-select-border-color-disabled"
|
36547
|
+
},
|
36548
|
+
{
|
36549
|
+
"description": "The border color of the select when in success state.",
|
36550
|
+
"name": "--mdc-select-border-color-success"
|
36551
|
+
},
|
36552
|
+
{
|
36553
|
+
"description": "The border color of the select when in warning state.",
|
36554
|
+
"name": "--mdc-select-border-color-warning"
|
36555
|
+
},
|
36556
|
+
{
|
36557
|
+
"description": "The border color of the select when in error state.",
|
36558
|
+
"name": "--mdc-select-border-color-error"
|
36559
|
+
},
|
36560
|
+
{
|
36561
|
+
"description": "The width of the select.",
|
36562
|
+
"name": "--mdc-select-width"
|
36563
|
+
},
|
36564
|
+
{
|
36565
|
+
"description": "The height of the listbox inside the select.",
|
36566
|
+
"name": "--mdc-select-listbox-height"
|
36567
|
+
},
|
36568
|
+
{
|
36569
|
+
"description": "The width of the listbox inside the select (default: `--mdc-select-width`).",
|
36570
|
+
"name": "--mdc-select-listbox-width"
|
36571
|
+
}
|
36572
|
+
],
|
36573
|
+
"cssParts": [
|
36574
|
+
{
|
36575
|
+
"description": "The label element.",
|
36576
|
+
"name": "label",
|
36555
36577
|
"inheritedFrom": {
|
36556
|
-
"name": "
|
36557
|
-
"module": "src/components/
|
36578
|
+
"name": "FormfieldWrapper",
|
36579
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
36558
36580
|
}
|
36559
36581
|
},
|
36560
36582
|
{
|
36561
|
-
"description": "The
|
36562
|
-
"name": "
|
36583
|
+
"description": "The container for the label and required indicator elements.",
|
36584
|
+
"name": "label-text",
|
36563
36585
|
"inheritedFrom": {
|
36564
|
-
"name": "
|
36565
|
-
"module": "src/components/
|
36586
|
+
"name": "FormfieldWrapper",
|
36587
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
36566
36588
|
}
|
36567
36589
|
},
|
36568
36590
|
{
|
@@ -36614,18 +36636,34 @@
|
|
36614
36636
|
}
|
36615
36637
|
},
|
36616
36638
|
{
|
36617
|
-
"description": "The
|
36618
|
-
"name": "
|
36619
|
-
|
36620
|
-
|
36621
|
-
|
36622
|
-
|
36639
|
+
"description": "The container element that wraps the visual combobox and the dropdown icon.",
|
36640
|
+
"name": "container"
|
36641
|
+
},
|
36642
|
+
{
|
36643
|
+
"description": "The container element that wraps the visual combobox, dropdown icon, and the popover.",
|
36644
|
+
"name": "base-container"
|
36645
|
+
},
|
36646
|
+
{
|
36647
|
+
"description": "The icon element that is displayed next to the selected option in the dropdown list.",
|
36648
|
+
"name": "selected-icon"
|
36649
|
+
},
|
36650
|
+
{
|
36651
|
+
"description": "The text element that displays the selected option or placeholder in the visual combobox.",
|
36652
|
+
"name": "base-text"
|
36653
|
+
},
|
36654
|
+
{
|
36655
|
+
"description": "The container element that wraps the dropdown icon.",
|
36656
|
+
"name": "icon-container"
|
36657
|
+
},
|
36658
|
+
{
|
36659
|
+
"description": "The native hidden input element.",
|
36660
|
+
"name": "native-input"
|
36623
36661
|
}
|
36624
36662
|
],
|
36625
36663
|
"slots": [
|
36626
36664
|
{
|
36627
|
-
"description": "
|
36628
|
-
"name": "
|
36665
|
+
"description": "This is a default/unnamed slot for Selectlistbox including options and/or option group.",
|
36666
|
+
"name": "default"
|
36629
36667
|
},
|
36630
36668
|
{
|
36631
36669
|
"description": "Slot for the label element. If not provided, the `label` property will be used to render the label.",
|
@@ -36658,525 +36696,488 @@
|
|
36658
36696
|
"name": "FormfieldWrapper",
|
36659
36697
|
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
36660
36698
|
}
|
36661
|
-
},
|
36662
|
-
{
|
36663
|
-
"description": "Slot for the input element. If not provided, the input field will be rendered.",
|
36664
|
-
"name": "input",
|
36665
|
-
"inheritedFrom": {
|
36666
|
-
"name": "Input",
|
36667
|
-
"module": "src/components/input/input.component.ts"
|
36668
|
-
}
|
36669
|
-
},
|
36670
|
-
{
|
36671
|
-
"description": "Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.",
|
36672
|
-
"name": "input-leading-icon",
|
36673
|
-
"inheritedFrom": {
|
36674
|
-
"name": "Input",
|
36675
|
-
"module": "src/components/input/input.component.ts"
|
36676
|
-
}
|
36677
|
-
},
|
36678
|
-
{
|
36679
|
-
"description": "Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.",
|
36680
|
-
"name": "input-prefix-text",
|
36681
|
-
"inheritedFrom": {
|
36682
|
-
"name": "Input",
|
36683
|
-
"module": "src/components/input/input.component.ts"
|
36684
|
-
}
|
36685
|
-
},
|
36686
|
-
{
|
36687
|
-
"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.",
|
36688
|
-
"name": "trailing-button",
|
36689
|
-
"inheritedFrom": {
|
36690
|
-
"name": "Input",
|
36691
|
-
"module": "src/components/input/input.component.ts"
|
36692
|
-
}
|
36693
36699
|
}
|
36694
36700
|
],
|
36695
36701
|
"members": [
|
36696
36702
|
{
|
36697
36703
|
"kind": "field",
|
36698
|
-
"name": "
|
36704
|
+
"name": "placeholder",
|
36699
36705
|
"type": {
|
36700
|
-
"text": "
|
36701
|
-
}
|
36702
|
-
|
36703
|
-
|
36704
|
-
"kind": "method",
|
36705
|
-
"name": "handleKeyDown",
|
36706
|
-
"privacy": "protected",
|
36707
|
-
"parameters": [
|
36708
|
-
{
|
36709
|
-
"name": "event",
|
36710
|
-
"type": {
|
36711
|
-
"text": "KeyboardEvent"
|
36712
|
-
},
|
36713
|
-
"description": "Keyboard event"
|
36714
|
-
}
|
36715
|
-
],
|
36716
|
-
"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.",
|
36717
|
-
"inheritedFrom": {
|
36718
|
-
"name": "Input",
|
36719
|
-
"module": "components/input/input.component.js"
|
36720
|
-
}
|
36721
|
-
},
|
36722
|
-
{
|
36723
|
-
"kind": "method",
|
36724
|
-
"name": "renderInputChips",
|
36725
|
-
"privacy": "private",
|
36726
|
-
"description": "This method is used to render the input chips inside filters slot.\nIt will remove any elements that are not input chips."
|
36727
|
-
},
|
36728
|
-
{
|
36729
|
-
"kind": "method",
|
36730
|
-
"name": "clearInputText",
|
36731
|
-
"privacy": "protected",
|
36732
|
-
"description": "Clears the input field.",
|
36733
|
-
"inheritedFrom": {
|
36734
|
-
"name": "Input",
|
36735
|
-
"module": "components/input/input.component.js"
|
36736
|
-
}
|
36706
|
+
"text": "string | undefined"
|
36707
|
+
},
|
36708
|
+
"description": "The placeholder text which will be shown on the text if provided.",
|
36709
|
+
"attribute": "placeholder"
|
36737
36710
|
},
|
36738
36711
|
{
|
36739
36712
|
"kind": "field",
|
36740
|
-
"name": "
|
36713
|
+
"name": "readonly",
|
36741
36714
|
"type": {
|
36742
36715
|
"text": "boolean"
|
36743
36716
|
},
|
36744
36717
|
"default": "false",
|
36745
|
-
"description": "
|
36746
|
-
"attribute": "
|
36747
|
-
"reflects": true,
|
36748
|
-
"inheritedFrom": {
|
36749
|
-
"name": "AutoFocusOnMountMixin",
|
36750
|
-
"module": "utils/mixins/AutoFocusOnMountMixin.js"
|
36751
|
-
}
|
36718
|
+
"description": "readonly attribute of the select field. If true, the select is read-only.",
|
36719
|
+
"attribute": "readonly"
|
36752
36720
|
},
|
36753
36721
|
{
|
36754
36722
|
"kind": "field",
|
36755
|
-
"name": "
|
36723
|
+
"name": "placement",
|
36756
36724
|
"type": {
|
36757
|
-
"text": "
|
36725
|
+
"text": "Placement"
|
36758
36726
|
},
|
36759
|
-
"
|
36760
|
-
"
|
36761
|
-
"attribute": "
|
36762
|
-
"reflects": true
|
36763
|
-
"inheritedFrom": {
|
36764
|
-
"name": "FormInternalsMixin",
|
36765
|
-
"module": "utils/mixins/FormInternalsMixin.js"
|
36766
|
-
}
|
36727
|
+
"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'",
|
36728
|
+
"default": "'bottom-start'",
|
36729
|
+
"attribute": "placement",
|
36730
|
+
"reflects": true
|
36767
36731
|
},
|
36768
36732
|
{
|
36769
36733
|
"kind": "field",
|
36770
|
-
"name": "
|
36734
|
+
"name": "softDisabled",
|
36771
36735
|
"type": {
|
36772
|
-
"text": "
|
36736
|
+
"text": "boolean | undefined"
|
36773
36737
|
},
|
36774
|
-
"
|
36775
|
-
"
|
36776
|
-
"attribute": "
|
36777
|
-
"reflects": true
|
36778
|
-
"inheritedFrom": {
|
36779
|
-
"name": "FormInternalsMixin",
|
36780
|
-
"module": "utils/mixins/FormInternalsMixin.js"
|
36781
|
-
}
|
36738
|
+
"description": "Indicates whether the select is soft disabled.\nWhen set to `true`, the select appears visually disabled but still allows\nfocus.",
|
36739
|
+
"default": "undefined",
|
36740
|
+
"attribute": "soft-disabled",
|
36741
|
+
"reflects": true
|
36782
36742
|
},
|
36783
36743
|
{
|
36784
36744
|
"kind": "field",
|
36785
|
-
"name": "
|
36745
|
+
"name": "boundary",
|
36786
36746
|
"type": {
|
36787
|
-
"text": "
|
36747
|
+
"text": "'clippingAncestors' | string"
|
36788
36748
|
},
|
36789
|
-
"description": "
|
36790
|
-
"
|
36791
|
-
"
|
36792
|
-
"
|
36793
|
-
"name": "FormInternalsMixin",
|
36794
|
-
"module": "utils/mixins/FormInternalsMixin.js"
|
36795
|
-
}
|
36749
|
+
"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",
|
36750
|
+
"default": "'clippingAncestors'",
|
36751
|
+
"attribute": "boundary",
|
36752
|
+
"reflects": true
|
36796
36753
|
},
|
36797
36754
|
{
|
36798
36755
|
"kind": "field",
|
36799
|
-
"name": "
|
36756
|
+
"name": "strategy",
|
36800
36757
|
"type": {
|
36801
|
-
"text": "
|
36758
|
+
"text": "PopoverStrategy"
|
36802
36759
|
},
|
36803
|
-
"
|
36804
|
-
"
|
36805
|
-
|
36806
|
-
|
36807
|
-
}
|
36760
|
+
"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.",
|
36761
|
+
"default": "absolute",
|
36762
|
+
"attribute": "strategy",
|
36763
|
+
"reflects": true
|
36808
36764
|
},
|
36809
36765
|
{
|
36810
36766
|
"kind": "field",
|
36811
|
-
"name": "
|
36812
|
-
"
|
36813
|
-
|
36814
|
-
|
36815
|
-
|
36816
|
-
|
36767
|
+
"name": "popoverZIndex",
|
36768
|
+
"type": {
|
36769
|
+
"text": "number"
|
36770
|
+
},
|
36771
|
+
"description": "The z-index of the popover within Select.\n\nOverride this to make sure this stays on top of other components.",
|
36772
|
+
"default": "1000",
|
36773
|
+
"attribute": "popover-z-index",
|
36774
|
+
"reflects": true
|
36775
|
+
},
|
36776
|
+
{
|
36777
|
+
"kind": "field",
|
36778
|
+
"name": "backdropAppendTo",
|
36779
|
+
"type": {
|
36780
|
+
"text": "string | undefined"
|
36781
|
+
},
|
36782
|
+
"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.",
|
36783
|
+
"attribute": "backdrop-append-to",
|
36784
|
+
"reflects": true
|
36817
36785
|
},
|
36818
36786
|
{
|
36819
36787
|
"kind": "method",
|
36820
|
-
"name": "
|
36821
|
-
"
|
36788
|
+
"name": "handleOptionsClick",
|
36789
|
+
"privacy": "private",
|
36822
36790
|
"return": {
|
36823
36791
|
"type": {
|
36824
|
-
"text": ""
|
36792
|
+
"text": "void"
|
36825
36793
|
}
|
36826
36794
|
},
|
36827
|
-
"
|
36828
|
-
|
36829
|
-
|
36830
|
-
|
36795
|
+
"parameters": [
|
36796
|
+
{
|
36797
|
+
"name": "event",
|
36798
|
+
"type": {
|
36799
|
+
"text": "MouseEvent"
|
36800
|
+
},
|
36801
|
+
"description": "The event which triggered this function."
|
36802
|
+
}
|
36803
|
+
],
|
36804
|
+
"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."
|
36831
36805
|
},
|
36832
36806
|
{
|
36833
36807
|
"kind": "method",
|
36834
|
-
"name": "
|
36808
|
+
"name": "setSelectedOption",
|
36809
|
+
"privacy": "private",
|
36835
36810
|
"return": {
|
36836
36811
|
"type": {
|
36837
|
-
"text": "
|
36812
|
+
"text": "void"
|
36838
36813
|
}
|
36839
36814
|
},
|
36840
|
-
"
|
36841
|
-
|
36842
|
-
|
36843
|
-
|
36815
|
+
"parameters": [
|
36816
|
+
{
|
36817
|
+
"name": "option",
|
36818
|
+
"type": {
|
36819
|
+
"text": "Option | null"
|
36820
|
+
},
|
36821
|
+
"description": "The option element in DOM which gets selected."
|
36822
|
+
}
|
36823
|
+
],
|
36824
|
+
"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."
|
36844
36825
|
},
|
36845
36826
|
{
|
36846
36827
|
"kind": "method",
|
36847
|
-
"name": "
|
36848
|
-
"
|
36849
|
-
|
36850
|
-
"
|
36851
|
-
|
36852
|
-
|
36853
|
-
{
|
36854
|
-
"kind": "field",
|
36855
|
-
"name": "dataAriaLabel",
|
36856
|
-
"type": {
|
36857
|
-
"text": "string | null"
|
36858
|
-
},
|
36859
|
-
"default": "null",
|
36860
|
-
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
36861
|
-
"attribute": "data-aria-label",
|
36862
|
-
"reflects": true,
|
36863
|
-
"inheritedFrom": {
|
36864
|
-
"name": "DataAriaLabelMixin",
|
36865
|
-
"module": "utils/mixins/DataAriaLabelMixin.js"
|
36866
|
-
}
|
36867
|
-
},
|
36868
|
-
{
|
36869
|
-
"kind": "field",
|
36870
|
-
"name": "placeholder",
|
36871
|
-
"type": {
|
36872
|
-
"text": "string"
|
36873
|
-
},
|
36874
|
-
"default": "''",
|
36875
|
-
"description": "The placeholder text that is displayed when the input field is empty.",
|
36876
|
-
"attribute": "placeholder",
|
36877
|
-
"inheritedFrom": {
|
36878
|
-
"name": "Input",
|
36879
|
-
"module": "components/input/input.component.js"
|
36880
|
-
}
|
36881
|
-
},
|
36882
|
-
{
|
36883
|
-
"kind": "field",
|
36884
|
-
"name": "readonly",
|
36885
|
-
"type": {
|
36886
|
-
"text": "boolean"
|
36828
|
+
"name": "updateSelectedInChildOptions",
|
36829
|
+
"privacy": "private",
|
36830
|
+
"return": {
|
36831
|
+
"type": {
|
36832
|
+
"text": "void"
|
36833
|
+
}
|
36887
36834
|
},
|
36888
|
-
"
|
36889
|
-
|
36890
|
-
|
36891
|
-
|
36892
|
-
|
36893
|
-
|
36894
|
-
|
36835
|
+
"parameters": [
|
36836
|
+
{
|
36837
|
+
"name": "selectedOption",
|
36838
|
+
"type": {
|
36839
|
+
"text": "Option | null"
|
36840
|
+
},
|
36841
|
+
"description": "The option which gets selected"
|
36842
|
+
}
|
36843
|
+
],
|
36844
|
+
"description": "Sets selected attribute on the selected option and removes it from all options"
|
36895
36845
|
},
|
36896
36846
|
{
|
36897
|
-
"kind": "
|
36898
|
-
"name": "
|
36899
|
-
"
|
36900
|
-
|
36847
|
+
"kind": "method",
|
36848
|
+
"name": "fireEvents",
|
36849
|
+
"privacy": "private",
|
36850
|
+
"return": {
|
36851
|
+
"type": {
|
36852
|
+
"text": "void"
|
36853
|
+
}
|
36901
36854
|
},
|
36902
|
-
"description": "
|
36903
|
-
"attribute": "prefix-text",
|
36904
|
-
"inheritedFrom": {
|
36905
|
-
"name": "Input",
|
36906
|
-
"module": "components/input/input.component.js"
|
36907
|
-
}
|
36855
|
+
"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."
|
36908
36856
|
},
|
36909
36857
|
{
|
36910
|
-
"kind": "
|
36911
|
-
"name": "
|
36912
|
-
"
|
36913
|
-
|
36858
|
+
"kind": "method",
|
36859
|
+
"name": "dispatchChange",
|
36860
|
+
"privacy": "private",
|
36861
|
+
"return": {
|
36862
|
+
"type": {
|
36863
|
+
"text": "void"
|
36864
|
+
}
|
36914
36865
|
},
|
36915
|
-
"
|
36916
|
-
|
36917
|
-
|
36918
|
-
|
36919
|
-
|
36920
|
-
|
36866
|
+
"parameters": [
|
36867
|
+
{
|
36868
|
+
"name": "option",
|
36869
|
+
"type": {
|
36870
|
+
"text": "Option"
|
36871
|
+
}
|
36872
|
+
}
|
36873
|
+
]
|
36921
36874
|
},
|
36922
36875
|
{
|
36923
|
-
"kind": "
|
36924
|
-
"name": "
|
36925
|
-
"
|
36926
|
-
|
36876
|
+
"kind": "method",
|
36877
|
+
"name": "dispatchInput",
|
36878
|
+
"privacy": "private",
|
36879
|
+
"return": {
|
36880
|
+
"type": {
|
36881
|
+
"text": "void"
|
36882
|
+
}
|
36927
36883
|
},
|
36928
|
-
"
|
36929
|
-
|
36930
|
-
|
36931
|
-
|
36932
|
-
|
36933
|
-
|
36934
|
-
|
36884
|
+
"parameters": [
|
36885
|
+
{
|
36886
|
+
"name": "option",
|
36887
|
+
"type": {
|
36888
|
+
"text": "Option"
|
36889
|
+
}
|
36890
|
+
}
|
36891
|
+
]
|
36935
36892
|
},
|
36936
36893
|
{
|
36937
|
-
"kind": "
|
36938
|
-
"name": "
|
36939
|
-
"
|
36940
|
-
|
36894
|
+
"kind": "method",
|
36895
|
+
"name": "handleClickCombobox",
|
36896
|
+
"privacy": "private",
|
36897
|
+
"return": {
|
36898
|
+
"type": {
|
36899
|
+
"text": "void"
|
36900
|
+
}
|
36941
36901
|
},
|
36942
|
-
"
|
36943
|
-
|
36944
|
-
|
36945
|
-
|
36946
|
-
|
36947
|
-
|
36902
|
+
"parameters": [
|
36903
|
+
{
|
36904
|
+
"name": "event",
|
36905
|
+
"type": {
|
36906
|
+
"text": "MouseEvent"
|
36907
|
+
},
|
36908
|
+
"description": "The mouse event which triggered this function."
|
36909
|
+
}
|
36910
|
+
],
|
36911
|
+
"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."
|
36948
36912
|
},
|
36949
36913
|
{
|
36950
|
-
"kind": "
|
36951
|
-
"name": "
|
36952
|
-
"
|
36953
|
-
|
36914
|
+
"kind": "method",
|
36915
|
+
"name": "handleKeydownCombobox",
|
36916
|
+
"privacy": "private",
|
36917
|
+
"return": {
|
36918
|
+
"type": {
|
36919
|
+
"text": "void"
|
36920
|
+
}
|
36954
36921
|
},
|
36955
|
-
"
|
36956
|
-
|
36957
|
-
|
36958
|
-
|
36959
|
-
|
36960
|
-
|
36922
|
+
"parameters": [
|
36923
|
+
{
|
36924
|
+
"name": "event",
|
36925
|
+
"type": {
|
36926
|
+
"text": "KeyboardEvent"
|
36927
|
+
},
|
36928
|
+
"description": "The keyboard event."
|
36929
|
+
}
|
36930
|
+
],
|
36931
|
+
"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."
|
36961
36932
|
},
|
36962
36933
|
{
|
36963
|
-
"kind": "
|
36964
|
-
"name": "
|
36965
|
-
"
|
36966
|
-
|
36934
|
+
"kind": "method",
|
36935
|
+
"name": "getCurrentIndex",
|
36936
|
+
"privacy": "private",
|
36937
|
+
"return": {
|
36938
|
+
"type": {
|
36939
|
+
"text": ""
|
36940
|
+
}
|
36967
36941
|
},
|
36968
|
-
"
|
36969
|
-
|
36970
|
-
|
36942
|
+
"parameters": [
|
36943
|
+
{
|
36944
|
+
"name": "target",
|
36945
|
+
"type": {
|
36946
|
+
"text": "EventTarget | null"
|
36947
|
+
},
|
36948
|
+
"description": "The target element that triggered the event."
|
36949
|
+
}
|
36950
|
+
],
|
36951
|
+
"description": "Retrieves the current index of the item that triggered the event.",
|
36971
36952
|
"inheritedFrom": {
|
36972
|
-
"name": "
|
36973
|
-
"module": "
|
36953
|
+
"name": "ListNavigationMixin",
|
36954
|
+
"module": "utils/mixins/ListNavigationMixin.js"
|
36974
36955
|
}
|
36975
36956
|
},
|
36976
36957
|
{
|
36977
|
-
"kind": "
|
36978
|
-
"name": "
|
36979
|
-
"
|
36980
|
-
|
36981
|
-
|
36982
|
-
|
36983
|
-
|
36984
|
-
|
36958
|
+
"kind": "method",
|
36959
|
+
"name": "resetTabIndexes",
|
36960
|
+
"privacy": "protected",
|
36961
|
+
"parameters": [
|
36962
|
+
{
|
36963
|
+
"name": "index",
|
36964
|
+
"type": {
|
36965
|
+
"text": "number"
|
36966
|
+
},
|
36967
|
+
"description": "The index of the currently focused item."
|
36968
|
+
}
|
36969
|
+
],
|
36970
|
+
"description": "Reset all tabindex to -1 and set the tabindex of the current item to 0",
|
36985
36971
|
"inheritedFrom": {
|
36986
|
-
"name": "
|
36987
|
-
"module": "
|
36972
|
+
"name": "ListNavigationMixin",
|
36973
|
+
"module": "utils/mixins/ListNavigationMixin.js"
|
36988
36974
|
}
|
36989
36975
|
},
|
36990
36976
|
{
|
36991
|
-
"kind": "
|
36992
|
-
"name": "
|
36993
|
-
"
|
36994
|
-
|
36977
|
+
"kind": "method",
|
36978
|
+
"name": "resetTabIndexAndSetFocus",
|
36979
|
+
"privacy": "protected",
|
36980
|
+
"parameters": [
|
36981
|
+
{
|
36982
|
+
"name": "newIndex",
|
36983
|
+
"type": {
|
36984
|
+
"text": "number"
|
36985
|
+
},
|
36986
|
+
"description": "The index of the new item to focus."
|
36987
|
+
},
|
36988
|
+
{
|
36989
|
+
"name": "oldIndex",
|
36990
|
+
"optional": true,
|
36991
|
+
"type": {
|
36992
|
+
"text": "number"
|
36993
|
+
},
|
36994
|
+
"description": "The index of the currently focused item."
|
36995
|
+
},
|
36996
|
+
{
|
36997
|
+
"name": "focusNewItem",
|
36998
|
+
"default": "true",
|
36999
|
+
"description": "Call focus() on the new item or not. It should be false during firstUpdate"
|
37000
|
+
}
|
37001
|
+
],
|
37002
|
+
"description": "Resets the tabindex of the currently focused item and sets focus to a new item.",
|
37003
|
+
"return": {
|
37004
|
+
"type": {
|
37005
|
+
"text": ""
|
37006
|
+
}
|
36995
37007
|
},
|
36996
|
-
"description": "Specifies the name of the directionality of text for submission purposes (e.g., \"rtl\" for right-to-left).",
|
36997
|
-
"attribute": "dirname",
|
36998
37008
|
"inheritedFrom": {
|
36999
|
-
"name": "
|
37000
|
-
"module": "
|
37009
|
+
"name": "ListNavigationMixin",
|
37010
|
+
"module": "utils/mixins/ListNavigationMixin.js"
|
37001
37011
|
}
|
37002
37012
|
},
|
37003
37013
|
{
|
37004
|
-
"kind": "
|
37005
|
-
"name": "
|
37006
|
-
"
|
37007
|
-
|
37014
|
+
"kind": "method",
|
37015
|
+
"name": "resolveDirectionKey",
|
37016
|
+
"privacy": "private",
|
37017
|
+
"parameters": [
|
37018
|
+
{
|
37019
|
+
"name": "key",
|
37020
|
+
"type": {
|
37021
|
+
"text": "string"
|
37022
|
+
},
|
37023
|
+
"description": "The key pressed by the user."
|
37024
|
+
},
|
37025
|
+
{
|
37026
|
+
"name": "isRtl",
|
37027
|
+
"type": {
|
37028
|
+
"text": "boolean"
|
37029
|
+
},
|
37030
|
+
"description": "A boolean indicating if the layout is right-to-left (RTL)."
|
37031
|
+
}
|
37032
|
+
],
|
37033
|
+
"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.",
|
37034
|
+
"return": {
|
37035
|
+
"type": {
|
37036
|
+
"text": ""
|
37037
|
+
}
|
37008
37038
|
},
|
37009
|
-
"description": "The pattern attribute of the input field.\nSpecifies a regular expression that the input value must match for validation purposes.",
|
37010
|
-
"attribute": "pattern",
|
37011
37039
|
"inheritedFrom": {
|
37012
|
-
"name": "
|
37013
|
-
"module": "
|
37040
|
+
"name": "ListNavigationMixin",
|
37041
|
+
"module": "utils/mixins/ListNavigationMixin.js"
|
37014
37042
|
}
|
37015
37043
|
},
|
37016
37044
|
{
|
37017
|
-
"kind": "
|
37018
|
-
"name": "
|
37019
|
-
"
|
37020
|
-
"text": "string | undefined"
|
37021
|
-
},
|
37022
|
-
"description": "The list attribute of the input field.\nIdentifies a list of pre-defined options to suggest to the user.",
|
37023
|
-
"attribute": "list",
|
37045
|
+
"kind": "method",
|
37046
|
+
"name": "shouldLoop",
|
37047
|
+
"privacy": "private",
|
37024
37048
|
"inheritedFrom": {
|
37025
|
-
"name": "
|
37026
|
-
"module": "
|
37049
|
+
"name": "ListNavigationMixin",
|
37050
|
+
"module": "utils/mixins/ListNavigationMixin.js"
|
37027
37051
|
}
|
37028
37052
|
},
|
37029
37053
|
{
|
37030
37054
|
"kind": "field",
|
37031
|
-
"name": "
|
37055
|
+
"name": "autoFocusOnMount",
|
37032
37056
|
"type": {
|
37033
|
-
"text": "
|
37057
|
+
"text": "boolean"
|
37034
37058
|
},
|
37035
|
-
"
|
37036
|
-
"
|
37037
|
-
"attribute": "
|
37059
|
+
"default": "false",
|
37060
|
+
"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.",
|
37061
|
+
"attribute": "auto-focus-on-mount",
|
37062
|
+
"reflects": true,
|
37038
37063
|
"inheritedFrom": {
|
37039
|
-
"name": "
|
37040
|
-
"module": "
|
37064
|
+
"name": "AutoFocusOnMountMixin",
|
37065
|
+
"module": "utils/mixins/AutoFocusOnMountMixin.js"
|
37041
37066
|
}
|
37042
37067
|
},
|
37043
37068
|
{
|
37044
37069
|
"kind": "field",
|
37045
|
-
"name": "
|
37070
|
+
"name": "name",
|
37046
37071
|
"type": {
|
37047
37072
|
"text": "string"
|
37048
37073
|
},
|
37049
37074
|
"default": "''",
|
37050
|
-
"description": "
|
37051
|
-
"attribute": "
|
37075
|
+
"description": "Indicates the name of the component group.\nThey are used to group elements in a form together.",
|
37076
|
+
"attribute": "name",
|
37077
|
+
"reflects": true,
|
37052
37078
|
"inheritedFrom": {
|
37053
|
-
"name": "
|
37054
|
-
"module": "
|
37079
|
+
"name": "FormInternalsMixin",
|
37080
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
37055
37081
|
}
|
37056
37082
|
},
|
37057
37083
|
{
|
37058
|
-
"kind": "
|
37059
|
-
"name": "
|
37060
|
-
"
|
37084
|
+
"kind": "field",
|
37085
|
+
"name": "value",
|
37086
|
+
"type": {
|
37087
|
+
"text": "string"
|
37088
|
+
},
|
37089
|
+
"default": "''",
|
37090
|
+
"description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
|
37091
|
+
"attribute": "value",
|
37092
|
+
"reflects": true,
|
37061
37093
|
"inheritedFrom": {
|
37062
|
-
"name": "
|
37063
|
-
"module": "
|
37094
|
+
"name": "FormInternalsMixin",
|
37095
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
37064
37096
|
}
|
37065
37097
|
},
|
37066
37098
|
{
|
37067
|
-
"kind": "
|
37068
|
-
"name": "
|
37069
|
-
"
|
37070
|
-
|
37071
|
-
"return": {
|
37072
|
-
"type": {
|
37073
|
-
"text": ""
|
37074
|
-
}
|
37099
|
+
"kind": "field",
|
37100
|
+
"name": "validationMessage",
|
37101
|
+
"type": {
|
37102
|
+
"text": "string | undefined"
|
37075
37103
|
},
|
37104
|
+
"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.",
|
37105
|
+
"attribute": "validation-message",
|
37106
|
+
"reflects": true,
|
37076
37107
|
"inheritedFrom": {
|
37077
|
-
"name": "
|
37078
|
-
"module": "
|
37108
|
+
"name": "FormInternalsMixin",
|
37109
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
37079
37110
|
}
|
37080
37111
|
},
|
37081
37112
|
{
|
37082
|
-
"kind": "
|
37083
|
-
"name": "
|
37084
|
-
"
|
37085
|
-
|
37113
|
+
"kind": "field",
|
37114
|
+
"name": "validity",
|
37115
|
+
"type": {
|
37116
|
+
"text": "ValidityState"
|
37117
|
+
},
|
37118
|
+
"readonly": true,
|
37086
37119
|
"inheritedFrom": {
|
37087
|
-
"name": "
|
37088
|
-
"module": "
|
37120
|
+
"name": "FormInternalsMixin",
|
37121
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
37089
37122
|
}
|
37090
37123
|
},
|
37091
37124
|
{
|
37092
|
-
"kind": "
|
37093
|
-
"name": "
|
37094
|
-
"
|
37095
|
-
"parameters": [
|
37096
|
-
{
|
37097
|
-
"name": "event",
|
37098
|
-
"type": {
|
37099
|
-
"text": "Event"
|
37100
|
-
},
|
37101
|
-
"description": "Event which contains information about the value change."
|
37102
|
-
}
|
37103
|
-
],
|
37104
|
-
"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",
|
37125
|
+
"kind": "field",
|
37126
|
+
"name": "willValidate",
|
37127
|
+
"readonly": true,
|
37105
37128
|
"inheritedFrom": {
|
37106
|
-
"name": "
|
37107
|
-
"module": "
|
37129
|
+
"name": "FormInternalsMixin",
|
37130
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
37108
37131
|
}
|
37109
37132
|
},
|
37110
37133
|
{
|
37111
37134
|
"kind": "method",
|
37112
|
-
"name": "
|
37113
|
-
"
|
37114
|
-
"description": "Renders the leading icon before the input field.\nIf the leading icon is not set, it will not be displayed.",
|
37135
|
+
"name": "setValidity",
|
37136
|
+
"description": "Sets the validity of the input field based on the input field's validity.",
|
37115
37137
|
"return": {
|
37116
37138
|
"type": {
|
37117
37139
|
"text": ""
|
37118
37140
|
}
|
37119
37141
|
},
|
37120
37142
|
"inheritedFrom": {
|
37121
|
-
"name": "
|
37122
|
-
"module": "
|
37143
|
+
"name": "FormInternalsMixin",
|
37144
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
37123
37145
|
}
|
37124
37146
|
},
|
37125
37147
|
{
|
37126
37148
|
"kind": "method",
|
37127
|
-
"name": "
|
37128
|
-
"privacy": "protected",
|
37129
|
-
"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.",
|
37149
|
+
"name": "checkValidity",
|
37130
37150
|
"return": {
|
37131
37151
|
"type": {
|
37132
|
-
"text": ""
|
37152
|
+
"text": "boolean"
|
37133
37153
|
}
|
37134
37154
|
},
|
37135
37155
|
"inheritedFrom": {
|
37136
|
-
"name": "
|
37137
|
-
"module": "
|
37156
|
+
"name": "FormInternalsMixin",
|
37157
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
37138
37158
|
}
|
37139
37159
|
},
|
37140
37160
|
{
|
37141
37161
|
"kind": "method",
|
37142
|
-
"name": "
|
37143
|
-
"privacy": "protected",
|
37144
|
-
"parameters": [
|
37145
|
-
{
|
37146
|
-
"name": "show",
|
37147
|
-
"default": "false"
|
37148
|
-
}
|
37149
|
-
],
|
37150
|
-
"description": "Renders the trailing button to clear the input field if the trailingButton is set to true.",
|
37151
|
-
"return": {
|
37152
|
-
"type": {
|
37153
|
-
"text": ""
|
37154
|
-
}
|
37155
|
-
},
|
37162
|
+
"name": "reportValidity",
|
37156
37163
|
"inheritedFrom": {
|
37157
|
-
"name": "
|
37158
|
-
"module": "
|
37164
|
+
"name": "FormInternalsMixin",
|
37165
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
37159
37166
|
}
|
37160
37167
|
},
|
37161
37168
|
{
|
37162
|
-
"kind": "
|
37163
|
-
"name": "
|
37164
|
-
"
|
37165
|
-
|
37166
|
-
|
37167
|
-
|
37168
|
-
|
37169
|
-
|
37170
|
-
|
37171
|
-
},
|
37172
|
-
{
|
37173
|
-
"name": "hidePlaceholder",
|
37174
|
-
"default": "false"
|
37175
|
-
}
|
37176
|
-
],
|
37169
|
+
"kind": "field",
|
37170
|
+
"name": "dataAriaLabel",
|
37171
|
+
"type": {
|
37172
|
+
"text": "string | null"
|
37173
|
+
},
|
37174
|
+
"default": "null",
|
37175
|
+
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
37176
|
+
"attribute": "data-aria-label",
|
37177
|
+
"reflects": true,
|
37177
37178
|
"inheritedFrom": {
|
37178
|
-
"name": "
|
37179
|
-
"module": "
|
37179
|
+
"name": "DataAriaLabelMixin",
|
37180
|
+
"module": "utils/mixins/DataAriaLabelMixin.js"
|
37180
37181
|
}
|
37181
37182
|
},
|
37182
37183
|
{
|
@@ -37332,200 +37333,98 @@
|
|
37332
37333
|
"text": ""
|
37333
37334
|
}
|
37334
37335
|
},
|
37335
|
-
"inheritedFrom": {
|
37336
|
-
"name": "FormfieldWrapper",
|
37337
|
-
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
37338
|
-
}
|
37339
|
-
},
|
37340
|
-
{
|
37341
|
-
"kind": "method",
|
37342
|
-
"name": "renderHelpText",
|
37343
|
-
"privacy": "protected",
|
37344
|
-
"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.",
|
37345
|
-
"return": {
|
37346
|
-
"type": {
|
37347
|
-
"text": ""
|
37348
|
-
}
|
37349
|
-
},
|
37350
|
-
"inheritedFrom": {
|
37351
|
-
"name": "FormfieldWrapper",
|
37352
|
-
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
37353
|
-
}
|
37354
|
-
},
|
37355
|
-
{
|
37356
|
-
"kind": "method",
|
37357
|
-
"name": "renderLabel",
|
37358
|
-
"privacy": "protected",
|
37359
|
-
"description": "renders the label container that contains the label and labelInfoToggleTip.",
|
37360
|
-
"return": {
|
37361
|
-
"type": {
|
37362
|
-
"text": ""
|
37363
|
-
}
|
37364
|
-
},
|
37365
|
-
"inheritedFrom": {
|
37366
|
-
"name": "FormfieldWrapper",
|
37367
|
-
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
37368
|
-
}
|
37369
|
-
},
|
37370
|
-
{
|
37371
|
-
"kind": "method",
|
37372
|
-
"name": "renderHelperText",
|
37373
|
-
"privacy": "protected",
|
37374
|
-
"description": "renders the help-text container that contains the helpertext icon and helpertext.",
|
37375
|
-
"return": {
|
37376
|
-
"type": {
|
37377
|
-
"text": ""
|
37378
|
-
}
|
37379
|
-
},
|
37380
|
-
"inheritedFrom": {
|
37381
|
-
"name": "FormfieldWrapper",
|
37382
|
-
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
37383
|
-
}
|
37384
|
-
}
|
37385
|
-
],
|
37386
|
-
"events": [
|
37387
|
-
{
|
37388
|
-
"description": "(React: onInput) This event is dispatched when the value of the input field changes (every press).",
|
37389
|
-
"name": "input",
|
37390
|
-
"reactName": "onInput",
|
37391
|
-
"inheritedFrom": {
|
37392
|
-
"name": "Input",
|
37393
|
-
"module": "src/components/input/input.component.ts"
|
37394
|
-
}
|
37395
|
-
},
|
37396
|
-
{
|
37397
|
-
"description": "(React: onChange) This event is dispatched when the value of the input field changes (on blur).",
|
37398
|
-
"name": "change",
|
37399
|
-
"reactName": "onChange",
|
37400
|
-
"inheritedFrom": {
|
37401
|
-
"name": "Input",
|
37402
|
-
"module": "src/components/input/input.component.ts"
|
37403
|
-
}
|
37404
|
-
},
|
37405
|
-
{
|
37406
|
-
"description": "(React: onFocus) This event is dispatched when the input receives focus.",
|
37407
|
-
"name": "focus",
|
37408
|
-
"reactName": "onFocus",
|
37409
|
-
"inheritedFrom": {
|
37410
|
-
"name": "Input",
|
37411
|
-
"module": "src/components/input/input.component.ts"
|
37336
|
+
"inheritedFrom": {
|
37337
|
+
"name": "FormfieldWrapper",
|
37338
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
37412
37339
|
}
|
37413
37340
|
},
|
37414
37341
|
{
|
37415
|
-
"
|
37416
|
-
"name": "
|
37417
|
-
"
|
37342
|
+
"kind": "method",
|
37343
|
+
"name": "renderHelpText",
|
37344
|
+
"privacy": "protected",
|
37345
|
+
"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.",
|
37346
|
+
"return": {
|
37347
|
+
"type": {
|
37348
|
+
"text": ""
|
37349
|
+
}
|
37350
|
+
},
|
37418
37351
|
"inheritedFrom": {
|
37419
|
-
"name": "
|
37420
|
-
"module": "
|
37352
|
+
"name": "FormfieldWrapper",
|
37353
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
37421
37354
|
}
|
37422
37355
|
},
|
37423
37356
|
{
|
37424
|
-
"
|
37425
|
-
"
|
37426
|
-
|
37357
|
+
"kind": "method",
|
37358
|
+
"name": "renderLabel",
|
37359
|
+
"privacy": "protected",
|
37360
|
+
"description": "renders the label container that contains the label and labelInfoToggleTip.",
|
37361
|
+
"return": {
|
37362
|
+
"type": {
|
37363
|
+
"text": ""
|
37364
|
+
}
|
37427
37365
|
},
|
37428
|
-
"description": "(React: onClear) This event is dispatched when the input text is cleared.",
|
37429
|
-
"reactName": "onClear",
|
37430
37366
|
"inheritedFrom": {
|
37431
|
-
"name": "
|
37432
|
-
"module": "
|
37367
|
+
"name": "FormfieldWrapper",
|
37368
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
37433
37369
|
}
|
37434
37370
|
},
|
37435
37371
|
{
|
37436
|
-
"
|
37437
|
-
|
37372
|
+
"kind": "method",
|
37373
|
+
"name": "renderHelperText",
|
37374
|
+
"privacy": "protected",
|
37375
|
+
"description": "renders the help-text container that contains the helpertext icon and helpertext.",
|
37376
|
+
"return": {
|
37377
|
+
"type": {
|
37378
|
+
"text": ""
|
37379
|
+
}
|
37438
37380
|
},
|
37439
37381
|
"inheritedFrom": {
|
37440
|
-
"name": "
|
37441
|
-
"module": "
|
37382
|
+
"name": "FormfieldWrapper",
|
37383
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
37442
37384
|
}
|
37443
37385
|
}
|
37444
37386
|
],
|
37445
|
-
"
|
37446
|
-
"name": "Input",
|
37447
|
-
"module": "/src/components/input/input.component"
|
37448
|
-
},
|
37449
|
-
"tagName": "mdc-searchfield",
|
37450
|
-
"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 *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart leading-icon - The leading icon 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 */",
|
37451
|
-
"customElement": true,
|
37452
|
-
"attributes": [
|
37387
|
+
"events": [
|
37453
37388
|
{
|
37454
|
-
"name": "
|
37389
|
+
"name": "change",
|
37455
37390
|
"type": {
|
37456
|
-
"text": "
|
37391
|
+
"text": "CustomEvent"
|
37457
37392
|
},
|
37458
|
-
"
|
37459
|
-
"
|
37460
|
-
"fieldName": "autoFocusOnMount",
|
37461
|
-
"inheritedFrom": {
|
37462
|
-
"name": "AutoFocusOnMountMixin",
|
37463
|
-
"module": "src/utils/mixins/AutoFocusOnMountMixin.ts"
|
37464
|
-
}
|
37393
|
+
"description": "(React: onChange) This event is dispatched when the select is changed.",
|
37394
|
+
"reactName": "onChange"
|
37465
37395
|
},
|
37466
37396
|
{
|
37467
|
-
"name": "
|
37397
|
+
"name": "input",
|
37468
37398
|
"type": {
|
37469
|
-
"text": "
|
37399
|
+
"text": "CustomEvent"
|
37470
37400
|
},
|
37471
|
-
"
|
37472
|
-
"
|
37473
|
-
"fieldName": "name",
|
37474
|
-
"inheritedFrom": {
|
37475
|
-
"name": "FormInternalsMixin",
|
37476
|
-
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
37477
|
-
}
|
37401
|
+
"description": "(React: onInput) This event is dispatched when the select is changed.",
|
37402
|
+
"reactName": "onInput"
|
37478
37403
|
},
|
37479
37404
|
{
|
37480
|
-
"
|
37481
|
-
"
|
37482
|
-
|
37483
|
-
},
|
37484
|
-
"default": "''",
|
37485
|
-
"description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
|
37486
|
-
"fieldName": "value",
|
37487
|
-
"inheritedFrom": {
|
37488
|
-
"name": "FormInternalsMixin",
|
37489
|
-
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
37490
|
-
}
|
37405
|
+
"description": "(React: onClick) This event is dispatched when the select is clicked.",
|
37406
|
+
"name": "click",
|
37407
|
+
"reactName": "onClick"
|
37491
37408
|
},
|
37492
37409
|
{
|
37493
|
-
"
|
37494
|
-
"
|
37495
|
-
|
37496
|
-
},
|
37497
|
-
"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.",
|
37498
|
-
"fieldName": "validationMessage",
|
37499
|
-
"inheritedFrom": {
|
37500
|
-
"name": "FormInternalsMixin",
|
37501
|
-
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
37502
|
-
}
|
37410
|
+
"description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the select.",
|
37411
|
+
"name": "keydown",
|
37412
|
+
"reactName": "onKeyDown"
|
37503
37413
|
},
|
37504
37414
|
{
|
37505
|
-
"
|
37506
|
-
"
|
37507
|
-
|
37508
|
-
|
37509
|
-
|
37510
|
-
|
37511
|
-
"fieldName": "dataAriaLabel",
|
37512
|
-
"inheritedFrom": {
|
37513
|
-
"name": "DataAriaLabelMixin",
|
37514
|
-
"module": "src/utils/mixins/DataAriaLabelMixin.ts"
|
37515
|
-
}
|
37516
|
-
},
|
37415
|
+
"description": "(React: onFocus) This event is dispatched when the select receives focus.",
|
37416
|
+
"name": "focus",
|
37417
|
+
"reactName": "onFocus"
|
37418
|
+
}
|
37419
|
+
],
|
37420
|
+
"attributes": [
|
37517
37421
|
{
|
37518
37422
|
"name": "placeholder",
|
37519
37423
|
"type": {
|
37520
|
-
"text": "string"
|
37424
|
+
"text": "string | undefined"
|
37521
37425
|
},
|
37522
|
-
"
|
37523
|
-
"
|
37524
|
-
"fieldName": "placeholder",
|
37525
|
-
"inheritedFrom": {
|
37526
|
-
"name": "Input",
|
37527
|
-
"module": "src/components/input/input.component.ts"
|
37528
|
-
}
|
37426
|
+
"description": "The placeholder text which will be shown on the text if provided.",
|
37427
|
+
"fieldName": "placeholder"
|
37529
37428
|
},
|
37530
37429
|
{
|
37531
37430
|
"name": "readonly",
|
@@ -37533,160 +37432,124 @@
|
|
37533
37432
|
"text": "boolean"
|
37534
37433
|
},
|
37535
37434
|
"default": "false",
|
37536
|
-
"description": "readonly attribute of the
|
37537
|
-
"fieldName": "readonly"
|
37538
|
-
"inheritedFrom": {
|
37539
|
-
"name": "Input",
|
37540
|
-
"module": "src/components/input/input.component.ts"
|
37541
|
-
}
|
37542
|
-
},
|
37543
|
-
{
|
37544
|
-
"name": "prefix-text",
|
37545
|
-
"type": {
|
37546
|
-
"text": "string | undefined"
|
37547
|
-
},
|
37548
|
-
"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.",
|
37549
|
-
"fieldName": "prefixText",
|
37550
|
-
"inheritedFrom": {
|
37551
|
-
"name": "Input",
|
37552
|
-
"module": "src/components/input/input.component.ts"
|
37553
|
-
}
|
37435
|
+
"description": "readonly attribute of the select field. If true, the select is read-only.",
|
37436
|
+
"fieldName": "readonly"
|
37554
37437
|
},
|
37555
37438
|
{
|
37556
|
-
"name": "
|
37439
|
+
"name": "placement",
|
37557
37440
|
"type": {
|
37558
|
-
"text": "
|
37441
|
+
"text": "Placement"
|
37559
37442
|
},
|
37560
|
-
"description": "The
|
37561
|
-
"
|
37562
|
-
"
|
37563
|
-
"name": "Input",
|
37564
|
-
"module": "src/components/input/input.component.ts"
|
37565
|
-
}
|
37443
|
+
"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'",
|
37444
|
+
"default": "'bottom-start'",
|
37445
|
+
"fieldName": "placement"
|
37566
37446
|
},
|
37567
37447
|
{
|
37568
|
-
"name": "
|
37448
|
+
"name": "soft-disabled",
|
37569
37449
|
"type": {
|
37570
|
-
"text": "boolean"
|
37450
|
+
"text": "boolean | undefined"
|
37571
37451
|
},
|
37572
|
-
"
|
37573
|
-
"
|
37574
|
-
"fieldName": "
|
37575
|
-
"inheritedFrom": {
|
37576
|
-
"name": "Input",
|
37577
|
-
"module": "src/components/input/input.component.ts"
|
37578
|
-
}
|
37452
|
+
"description": "Indicates whether the select is soft disabled.\nWhen set to `true`, the select appears visually disabled but still allows\nfocus.",
|
37453
|
+
"default": "undefined",
|
37454
|
+
"fieldName": "softDisabled"
|
37579
37455
|
},
|
37580
37456
|
{
|
37581
|
-
"name": "
|
37457
|
+
"name": "boundary",
|
37582
37458
|
"type": {
|
37583
|
-
"text": "
|
37459
|
+
"text": "'clippingAncestors' | string"
|
37584
37460
|
},
|
37585
|
-
"description": "
|
37586
|
-
"
|
37587
|
-
"
|
37588
|
-
"name": "Input",
|
37589
|
-
"module": "src/components/input/input.component.ts"
|
37590
|
-
}
|
37461
|
+
"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",
|
37462
|
+
"default": "'clippingAncestors'",
|
37463
|
+
"fieldName": "boundary"
|
37591
37464
|
},
|
37592
37465
|
{
|
37593
|
-
"name": "
|
37466
|
+
"name": "strategy",
|
37594
37467
|
"type": {
|
37595
|
-
"text": "
|
37468
|
+
"text": "PopoverStrategy"
|
37596
37469
|
},
|
37597
|
-
"description": "The
|
37598
|
-
"
|
37599
|
-
"
|
37600
|
-
"name": "Input",
|
37601
|
-
"module": "src/components/input/input.component.ts"
|
37602
|
-
}
|
37470
|
+
"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.",
|
37471
|
+
"default": "absolute",
|
37472
|
+
"fieldName": "strategy"
|
37603
37473
|
},
|
37604
37474
|
{
|
37605
|
-
"name": "
|
37475
|
+
"name": "popover-z-index",
|
37606
37476
|
"type": {
|
37607
|
-
"text": "
|
37477
|
+
"text": "number"
|
37608
37478
|
},
|
37609
|
-
"description": "The
|
37610
|
-
"default": "
|
37611
|
-
"fieldName": "
|
37612
|
-
"inheritedFrom": {
|
37613
|
-
"name": "Input",
|
37614
|
-
"module": "src/components/input/input.component.ts"
|
37615
|
-
}
|
37479
|
+
"description": "The z-index of the popover within Select.\n\nOverride this to make sure this stays on top of other components.",
|
37480
|
+
"default": "1000",
|
37481
|
+
"fieldName": "popoverZIndex"
|
37616
37482
|
},
|
37617
37483
|
{
|
37618
|
-
"name": "
|
37484
|
+
"name": "backdrop-append-to",
|
37619
37485
|
"type": {
|
37620
|
-
"text": "
|
37486
|
+
"text": "string | undefined"
|
37621
37487
|
},
|
37622
|
-
"description": "
|
37623
|
-
"
|
37624
|
-
"fieldName": "autocomplete",
|
37625
|
-
"inheritedFrom": {
|
37626
|
-
"name": "Input",
|
37627
|
-
"module": "src/components/input/input.component.ts"
|
37628
|
-
}
|
37488
|
+
"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.",
|
37489
|
+
"fieldName": "backdropAppendTo"
|
37629
37490
|
},
|
37630
37491
|
{
|
37631
|
-
"name": "
|
37492
|
+
"name": "auto-focus-on-mount",
|
37632
37493
|
"type": {
|
37633
|
-
"text": "
|
37494
|
+
"text": "boolean"
|
37634
37495
|
},
|
37635
|
-
"
|
37636
|
-
"
|
37496
|
+
"default": "false",
|
37497
|
+
"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.",
|
37498
|
+
"fieldName": "autoFocusOnMount",
|
37637
37499
|
"inheritedFrom": {
|
37638
|
-
"name": "
|
37639
|
-
"module": "src/
|
37500
|
+
"name": "AutoFocusOnMountMixin",
|
37501
|
+
"module": "src/utils/mixins/AutoFocusOnMountMixin.ts"
|
37640
37502
|
}
|
37641
37503
|
},
|
37642
37504
|
{
|
37643
|
-
"name": "
|
37505
|
+
"name": "name",
|
37644
37506
|
"type": {
|
37645
|
-
"text": "string
|
37507
|
+
"text": "string"
|
37646
37508
|
},
|
37647
|
-
"
|
37648
|
-
"
|
37509
|
+
"default": "''",
|
37510
|
+
"description": "Indicates the name of the component group.\nThey are used to group elements in a form together.",
|
37511
|
+
"fieldName": "name",
|
37649
37512
|
"inheritedFrom": {
|
37650
|
-
"name": "
|
37651
|
-
"module": "src/
|
37513
|
+
"name": "FormInternalsMixin",
|
37514
|
+
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
37652
37515
|
}
|
37653
37516
|
},
|
37654
37517
|
{
|
37655
|
-
"name": "
|
37518
|
+
"name": "value",
|
37656
37519
|
"type": {
|
37657
|
-
"text": "string
|
37520
|
+
"text": "string"
|
37658
37521
|
},
|
37659
|
-
"
|
37660
|
-
"
|
37522
|
+
"default": "''",
|
37523
|
+
"description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
|
37524
|
+
"fieldName": "value",
|
37661
37525
|
"inheritedFrom": {
|
37662
|
-
"name": "
|
37663
|
-
"module": "src/
|
37526
|
+
"name": "FormInternalsMixin",
|
37527
|
+
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
37664
37528
|
}
|
37665
37529
|
},
|
37666
37530
|
{
|
37667
|
-
"name": "
|
37531
|
+
"name": "validation-message",
|
37668
37532
|
"type": {
|
37669
|
-
"text": "
|
37533
|
+
"text": "string | undefined"
|
37670
37534
|
},
|
37671
|
-
"description": "
|
37672
|
-
"
|
37673
|
-
"fieldName": "size",
|
37535
|
+
"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.",
|
37536
|
+
"fieldName": "validationMessage",
|
37674
37537
|
"inheritedFrom": {
|
37675
|
-
"name": "
|
37676
|
-
"module": "src/
|
37538
|
+
"name": "FormInternalsMixin",
|
37539
|
+
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
37677
37540
|
}
|
37678
37541
|
},
|
37679
37542
|
{
|
37680
|
-
"name": "
|
37543
|
+
"name": "data-aria-label",
|
37681
37544
|
"type": {
|
37682
|
-
"text": "string"
|
37545
|
+
"text": "string | null"
|
37683
37546
|
},
|
37684
|
-
"default": "
|
37685
|
-
"description": "
|
37686
|
-
"fieldName": "
|
37547
|
+
"default": "null",
|
37548
|
+
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
37549
|
+
"fieldName": "dataAriaLabel",
|
37687
37550
|
"inheritedFrom": {
|
37688
|
-
"name": "
|
37689
|
-
"module": "src/
|
37551
|
+
"name": "DataAriaLabelMixin",
|
37552
|
+
"module": "src/utils/mixins/DataAriaLabelMixin.ts"
|
37690
37553
|
}
|
37691
37554
|
},
|
37692
37555
|
{
|
@@ -37788,231 +37651,68 @@
|
|
37788
37651
|
}
|
37789
37652
|
},
|
37790
37653
|
{
|
37791
|
-
"name": "info-icon-aria-label",
|
37792
|
-
"type": {
|
37793
|
-
"text": "string | undefined"
|
37794
|
-
},
|
37795
|
-
"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.",
|
37796
|
-
"fieldName": "infoIconAriaLabel",
|
37797
|
-
"inheritedFrom": {
|
37798
|
-
"name": "FormfieldWrapper",
|
37799
|
-
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
37800
|
-
}
|
37801
|
-
}
|
37802
|
-
],
|
37803
|
-
"
|
37804
|
-
{
|
37805
|
-
"
|
37806
|
-
"
|
37807
|
-
"inheritedFrom": {
|
37808
|
-
"name": "Input",
|
37809
|
-
"module": "src/components/input/input.component.ts"
|
37810
|
-
}
|
37811
|
-
},
|
37812
|
-
{
|
37813
|
-
"description": "Text color for the input field when disabled",
|
37814
|
-
"name": "--mdc-input-disabled-text-color",
|
37815
|
-
"inheritedFrom": {
|
37816
|
-
"name": "Input",
|
37817
|
-
"module": "src/components/input/input.component.ts"
|
37818
|
-
}
|
37819
|
-
},
|
37820
|
-
{
|
37821
|
-
"description": "Background color for the input field when disabled",
|
37822
|
-
"name": "--mdc-input-disabled-background-color",
|
37823
|
-
"inheritedFrom": {
|
37824
|
-
"name": "Input",
|
37825
|
-
"module": "src/components/input/input.component.ts"
|
37826
|
-
}
|
37827
|
-
},
|
37828
|
-
{
|
37829
|
-
"description": "Border color for the input container",
|
37830
|
-
"name": "--mdc-input-border-color",
|
37831
|
-
"inheritedFrom": {
|
37832
|
-
"name": "Input",
|
37833
|
-
"module": "src/components/input/input.component.ts"
|
37834
|
-
}
|
37835
|
-
},
|
37836
|
-
{
|
37837
|
-
"description": "Text color for the input field",
|
37838
|
-
"name": "--mdc-input-text-color",
|
37839
|
-
"inheritedFrom": {
|
37840
|
-
"name": "Input",
|
37841
|
-
"module": "src/components/input/input.component.ts"
|
37842
|
-
}
|
37843
|
-
},
|
37844
|
-
{
|
37845
|
-
"description": "Background color for the input field",
|
37846
|
-
"name": "--mdc-input-background-color",
|
37847
|
-
"inheritedFrom": {
|
37848
|
-
"name": "Input",
|
37849
|
-
"module": "src/components/input/input.component.ts"
|
37850
|
-
}
|
37851
|
-
},
|
37852
|
-
{
|
37853
|
-
"description": "Background color for the selected text",
|
37854
|
-
"name": "--mdc-input-selection-background-color",
|
37855
|
-
"inheritedFrom": {
|
37856
|
-
"name": "Input",
|
37857
|
-
"module": "src/components/input/input.component.ts"
|
37858
|
-
}
|
37859
|
-
},
|
37860
|
-
{
|
37861
|
-
"description": "Text color for the selected text",
|
37862
|
-
"name": "--mdc-input-selection-text-color",
|
37863
|
-
"inheritedFrom": {
|
37864
|
-
"name": "Input",
|
37865
|
-
"module": "src/components/input/input.component.ts"
|
37866
|
-
}
|
37867
|
-
},
|
37868
|
-
{
|
37869
|
-
"description": "Text color for the help text",
|
37870
|
-
"name": "--mdc-input-support-text-color",
|
37871
|
-
"inheritedFrom": {
|
37872
|
-
"name": "Input",
|
37873
|
-
"module": "src/components/input/input.component.ts"
|
37874
|
-
}
|
37875
|
-
},
|
37876
|
-
{
|
37877
|
-
"description": "Background color for the input field when hovered",
|
37878
|
-
"name": "--mdc-input-hover-background-color",
|
37879
|
-
"inheritedFrom": {
|
37880
|
-
"name": "Input",
|
37881
|
-
"module": "src/components/input/input.component.ts"
|
37882
|
-
}
|
37883
|
-
},
|
37884
|
-
{
|
37885
|
-
"description": "Background color for the input field when focused",
|
37886
|
-
"name": "--mdc-input-focused-background-color",
|
37887
|
-
"inheritedFrom": {
|
37888
|
-
"name": "Input",
|
37889
|
-
"module": "src/components/input/input.component.ts"
|
37890
|
-
}
|
37891
|
-
},
|
37892
|
-
{
|
37893
|
-
"description": "Border color for the input container when focused",
|
37894
|
-
"name": "--mdc-input-focused-border-color",
|
37895
|
-
"inheritedFrom": {
|
37896
|
-
"name": "Input",
|
37897
|
-
"module": "src/components/input/input.component.ts"
|
37898
|
-
}
|
37899
|
-
},
|
37900
|
-
{
|
37901
|
-
"description": "Border color for the input container when error",
|
37902
|
-
"name": "--mdc-input-error-border-color",
|
37903
|
-
"inheritedFrom": {
|
37904
|
-
"name": "Input",
|
37905
|
-
"module": "src/components/input/input.component.ts"
|
37906
|
-
}
|
37907
|
-
},
|
37908
|
-
{
|
37909
|
-
"description": "Border color for the input container when warning",
|
37910
|
-
"name": "--mdc-input-warning-border-color",
|
37911
|
-
"inheritedFrom": {
|
37912
|
-
"name": "Input",
|
37913
|
-
"module": "src/components/input/input.component.ts"
|
37914
|
-
}
|
37915
|
-
},
|
37916
|
-
{
|
37917
|
-
"description": "Border color for the input container when success",
|
37918
|
-
"name": "--mdc-input-success-border-color",
|
37919
|
-
"inheritedFrom": {
|
37920
|
-
"name": "Input",
|
37921
|
-
"module": "src/components/input/input.component.ts"
|
37922
|
-
}
|
37923
|
-
},
|
37924
|
-
{
|
37925
|
-
"description": "Border color for the input container when primary",
|
37926
|
-
"name": "--mdc-input-primary-border-color",
|
37927
|
-
"inheritedFrom": {
|
37928
|
-
"name": "Input",
|
37929
|
-
"module": "src/components/input/input.component.ts"
|
37930
|
-
}
|
37931
|
-
}
|
37932
|
-
]
|
37933
|
-
}
|
37934
|
-
],
|
37935
|
-
"exports": [
|
37936
|
-
{
|
37937
|
-
"kind": "js",
|
37938
|
-
"name": "default",
|
37939
|
-
"declaration": {
|
37940
|
-
"name": "Searchfield",
|
37941
|
-
"module": "components/searchfield/searchfield.component.js"
|
37942
|
-
}
|
37943
|
-
}
|
37944
|
-
]
|
37945
|
-
},
|
37946
|
-
{
|
37947
|
-
"kind": "javascript-module",
|
37948
|
-
"path": "components/select/select.component.js",
|
37949
|
-
"declarations": [
|
37950
|
-
{
|
37951
|
-
"kind": "class",
|
37952
|
-
"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.",
|
37953
|
-
"name": "Select",
|
37954
|
-
"cssProperties": [
|
37955
|
-
{
|
37956
|
-
"description": "The background color of the combobox of select.",
|
37957
|
-
"name": "--mdc-select-background-color"
|
37958
|
-
},
|
37959
|
-
{
|
37960
|
-
"description": "The background color of the combobox of select when hovered.",
|
37961
|
-
"name": "--mdc-select-background-color-hover"
|
37962
|
-
},
|
37963
|
-
{
|
37964
|
-
"description": "The background color of the combobox of select when active.",
|
37965
|
-
"name": "--mdc-select-background-color-active"
|
37966
|
-
},
|
37967
|
-
{
|
37968
|
-
"description": "The background color of the combobox of select when disabled.",
|
37969
|
-
"name": "--mdc-select-background-color-disabled"
|
37970
|
-
},
|
37971
|
-
{
|
37972
|
-
"description": "The text color of the select.",
|
37973
|
-
"name": "--mdc-select-text-color"
|
37974
|
-
},
|
37975
|
-
{
|
37976
|
-
"description": "The text color of the selected option in the select.",
|
37977
|
-
"name": "--mdc-select-text-color-selected"
|
37978
|
-
},
|
37979
|
-
{
|
37980
|
-
"description": "The text color of the select when disabled.",
|
37981
|
-
"name": "--mdc-select-text-color-disabled"
|
37982
|
-
},
|
37983
|
-
{
|
37984
|
-
"description": "The border color of the select.",
|
37985
|
-
"name": "--mdc-select-border-color"
|
37986
|
-
},
|
37987
|
-
{
|
37988
|
-
"description": "The border color of the select when disabled.",
|
37989
|
-
"name": "--mdc-select-border-color-disabled"
|
37990
|
-
},
|
37991
|
-
{
|
37992
|
-
"description": "The border color of the select when in success state.",
|
37993
|
-
"name": "--mdc-select-border-color-success"
|
37994
|
-
},
|
37995
|
-
{
|
37996
|
-
"description": "The border color of the select when in warning state.",
|
37997
|
-
"name": "--mdc-select-border-color-warning"
|
37654
|
+
"name": "info-icon-aria-label",
|
37655
|
+
"type": {
|
37656
|
+
"text": "string | undefined"
|
37657
|
+
},
|
37658
|
+
"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.",
|
37659
|
+
"fieldName": "infoIconAriaLabel",
|
37660
|
+
"inheritedFrom": {
|
37661
|
+
"name": "FormfieldWrapper",
|
37662
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
37663
|
+
}
|
37664
|
+
}
|
37665
|
+
],
|
37666
|
+
"mixins": [
|
37667
|
+
{
|
37668
|
+
"name": "ListNavigationMixin",
|
37669
|
+
"module": "/src/utils/mixins/ListNavigationMixin"
|
37998
37670
|
},
|
37999
37671
|
{
|
38000
|
-
"
|
38001
|
-
"
|
37672
|
+
"name": "CaptureDestroyEventForChildElement",
|
37673
|
+
"module": "/src/utils/mixins/lifecycle/CaptureDestroyEventForChildElement"
|
38002
37674
|
},
|
38003
37675
|
{
|
38004
|
-
"
|
38005
|
-
"
|
37676
|
+
"name": "AutoFocusOnMountMixin",
|
37677
|
+
"module": "/src/utils/mixins/AutoFocusOnMountMixin"
|
38006
37678
|
},
|
38007
37679
|
{
|
38008
|
-
"
|
38009
|
-
"
|
37680
|
+
"name": "FormInternalsMixin",
|
37681
|
+
"module": "/src/utils/mixins/FormInternalsMixin"
|
38010
37682
|
},
|
38011
37683
|
{
|
38012
|
-
"
|
38013
|
-
"
|
37684
|
+
"name": "DataAriaLabelMixin",
|
37685
|
+
"module": "/src/utils/mixins/DataAriaLabelMixin"
|
38014
37686
|
}
|
38015
37687
|
],
|
37688
|
+
"superclass": {
|
37689
|
+
"name": "FormfieldWrapper",
|
37690
|
+
"module": "/src/components/formfieldwrapper/formfieldwrapper.component"
|
37691
|
+
},
|
37692
|
+
"tagName": "mdc-select",
|
37693
|
+
"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 * @cssproperty --mdc-select-background-color - The background color of the combobox of select.\n * @cssproperty --mdc-select-background-color-hover - The background color of the combobox of select when hovered.\n * @cssproperty --mdc-select-background-color-active - The background color of the combobox of select when active.\n * @cssproperty --mdc-select-background-color-disabled - The background color of the combobox of select when disabled.\n * @cssproperty --mdc-select-text-color - The text color of the select.\n * @cssproperty --mdc-select-text-color-selected - The text color of the selected option in the select.\n * @cssproperty --mdc-select-text-color-disabled - The text color of the select when disabled.\n * @cssproperty --mdc-select-border-color - The border color of the select.\n * @cssproperty --mdc-select-border-color-disabled - The border color of the select when disabled.\n * @cssproperty --mdc-select-border-color-success - The border color of the select when in success state.\n * @cssproperty --mdc-select-border-color-warning - The border color of the select when in warning state.\n * @cssproperty --mdc-select-border-color-error - The border color of the select when in error state.\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 *\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 container - The container element that wraps the visual combobox and the dropdown icon.\n * @csspart base-container - The container element that wraps the visual combobox, dropdown icon, and the popover.\n * @csspart selected-icon - The icon element that is displayed next to the selected option in the dropdown list.\n * @csspart base-text - The text element that displays the selected option or placeholder in the visual combobox.\n * @csspart icon-container - The container element that wraps the dropdown icon.\n * @csspart native-input - The native hidden input element.\n */",
|
37694
|
+
"customElement": true
|
37695
|
+
}
|
37696
|
+
],
|
37697
|
+
"exports": [
|
37698
|
+
{
|
37699
|
+
"kind": "js",
|
37700
|
+
"name": "default",
|
37701
|
+
"declaration": {
|
37702
|
+
"name": "Select",
|
37703
|
+
"module": "components/select/select.component.js"
|
37704
|
+
}
|
37705
|
+
}
|
37706
|
+
]
|
37707
|
+
},
|
37708
|
+
{
|
37709
|
+
"kind": "javascript-module",
|
37710
|
+
"path": "components/searchfield/searchfield.component.js",
|
37711
|
+
"declarations": [
|
37712
|
+
{
|
37713
|
+
"kind": "class",
|
37714
|
+
"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.",
|
37715
|
+
"name": "Searchfield",
|
38016
37716
|
"cssParts": [
|
38017
37717
|
{
|
38018
37718
|
"description": "The label element.",
|
@@ -38030,6 +37730,46 @@
|
|
38030
37730
|
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
38031
37731
|
}
|
38032
37732
|
},
|
37733
|
+
{
|
37734
|
+
"description": "The leading icon element that is displayed before the input field.",
|
37735
|
+
"name": "leading-icon",
|
37736
|
+
"inheritedFrom": {
|
37737
|
+
"name": "Input",
|
37738
|
+
"module": "src/components/input/input.component.ts"
|
37739
|
+
}
|
37740
|
+
},
|
37741
|
+
{
|
37742
|
+
"description": "The container for the input field, leading icon, prefix text, and trailing button elements.",
|
37743
|
+
"name": "input-container",
|
37744
|
+
"inheritedFrom": {
|
37745
|
+
"name": "Input",
|
37746
|
+
"module": "src/components/input/input.component.ts"
|
37747
|
+
}
|
37748
|
+
},
|
37749
|
+
{
|
37750
|
+
"description": "The container for the input field, leading icon, and prefix text elements.",
|
37751
|
+
"name": "input-section",
|
37752
|
+
"inheritedFrom": {
|
37753
|
+
"name": "Input",
|
37754
|
+
"module": "src/components/input/input.component.ts"
|
37755
|
+
}
|
37756
|
+
},
|
37757
|
+
{
|
37758
|
+
"description": "The input field element.",
|
37759
|
+
"name": "input-text",
|
37760
|
+
"inheritedFrom": {
|
37761
|
+
"name": "Input",
|
37762
|
+
"module": "src/components/input/input.component.ts"
|
37763
|
+
}
|
37764
|
+
},
|
37765
|
+
{
|
37766
|
+
"description": "The trailing button element that is displayed to clear the input field when the `trailingButton` property is set to true.",
|
37767
|
+
"name": "trailing-button",
|
37768
|
+
"inheritedFrom": {
|
37769
|
+
"name": "Input",
|
37770
|
+
"module": "src/components/input/input.component.ts"
|
37771
|
+
}
|
37772
|
+
},
|
38033
37773
|
{
|
38034
37774
|
"description": "The required indicator element that is displayed next to the label when the `required` property is set to true.",
|
38035
37775
|
"name": "required-indicator",
|
@@ -38079,34 +37819,18 @@
|
|
38079
37819
|
}
|
38080
37820
|
},
|
38081
37821
|
{
|
38082
|
-
"description": "The
|
38083
|
-
"name": "
|
38084
|
-
|
38085
|
-
|
38086
|
-
|
38087
|
-
|
38088
|
-
},
|
38089
|
-
{
|
38090
|
-
"description": "The icon element that is displayed next to the selected option in the dropdown list.",
|
38091
|
-
"name": "selected-icon"
|
38092
|
-
},
|
38093
|
-
{
|
38094
|
-
"description": "The text element that displays the selected option or placeholder in the visual combobox.",
|
38095
|
-
"name": "base-text"
|
38096
|
-
},
|
38097
|
-
{
|
38098
|
-
"description": "The container element that wraps the dropdown icon.",
|
38099
|
-
"name": "icon-container"
|
38100
|
-
},
|
38101
|
-
{
|
38102
|
-
"description": "The native hidden input element.",
|
38103
|
-
"name": "native-input"
|
37822
|
+
"description": "The prefix text element that is displayed before the input field.",
|
37823
|
+
"name": "prefix-text",
|
37824
|
+
"inheritedFrom": {
|
37825
|
+
"name": "Input",
|
37826
|
+
"module": "src/components/input/input.component.ts"
|
37827
|
+
}
|
38104
37828
|
}
|
38105
37829
|
],
|
38106
37830
|
"slots": [
|
38107
37831
|
{
|
38108
|
-
"description": "
|
38109
|
-
"name": "
|
37832
|
+
"description": "Slot for input chips",
|
37833
|
+
"name": "filters"
|
38110
37834
|
},
|
38111
37835
|
{
|
38112
37836
|
"description": "Slot for the label element. If not provided, the `label` property will be used to render the label.",
|
@@ -38139,488 +37863,525 @@
|
|
38139
37863
|
"name": "FormfieldWrapper",
|
38140
37864
|
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
38141
37865
|
}
|
37866
|
+
},
|
37867
|
+
{
|
37868
|
+
"description": "Slot for the input element. If not provided, the input field will be rendered.",
|
37869
|
+
"name": "input",
|
37870
|
+
"inheritedFrom": {
|
37871
|
+
"name": "Input",
|
37872
|
+
"module": "src/components/input/input.component.ts"
|
37873
|
+
}
|
37874
|
+
},
|
37875
|
+
{
|
37876
|
+
"description": "Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.",
|
37877
|
+
"name": "input-leading-icon",
|
37878
|
+
"inheritedFrom": {
|
37879
|
+
"name": "Input",
|
37880
|
+
"module": "src/components/input/input.component.ts"
|
37881
|
+
}
|
37882
|
+
},
|
37883
|
+
{
|
37884
|
+
"description": "Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.",
|
37885
|
+
"name": "input-prefix-text",
|
37886
|
+
"inheritedFrom": {
|
37887
|
+
"name": "Input",
|
37888
|
+
"module": "src/components/input/input.component.ts"
|
37889
|
+
}
|
37890
|
+
},
|
37891
|
+
{
|
37892
|
+
"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.",
|
37893
|
+
"name": "trailing-button",
|
37894
|
+
"inheritedFrom": {
|
37895
|
+
"name": "Input",
|
37896
|
+
"module": "src/components/input/input.component.ts"
|
37897
|
+
}
|
38142
37898
|
}
|
38143
37899
|
],
|
38144
37900
|
"members": [
|
38145
37901
|
{
|
38146
37902
|
"kind": "field",
|
38147
|
-
"name": "
|
37903
|
+
"name": "inputChips",
|
38148
37904
|
"type": {
|
38149
|
-
"text": "
|
38150
|
-
}
|
38151
|
-
"description": "The placeholder text which will be shown on the text if provided.",
|
38152
|
-
"attribute": "placeholder"
|
37905
|
+
"text": "Array<HTMLElement> | undefined"
|
37906
|
+
}
|
38153
37907
|
},
|
38154
37908
|
{
|
38155
|
-
"kind": "
|
38156
|
-
"name": "
|
38157
|
-
"
|
38158
|
-
|
38159
|
-
|
38160
|
-
|
38161
|
-
|
38162
|
-
|
37909
|
+
"kind": "method",
|
37910
|
+
"name": "handleKeyDown",
|
37911
|
+
"privacy": "protected",
|
37912
|
+
"parameters": [
|
37913
|
+
{
|
37914
|
+
"name": "event",
|
37915
|
+
"type": {
|
37916
|
+
"text": "KeyboardEvent"
|
37917
|
+
},
|
37918
|
+
"description": "Keyboard event"
|
37919
|
+
}
|
37920
|
+
],
|
37921
|
+
"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.",
|
37922
|
+
"inheritedFrom": {
|
37923
|
+
"name": "Input",
|
37924
|
+
"module": "components/input/input.component.js"
|
37925
|
+
}
|
37926
|
+
},
|
37927
|
+
{
|
37928
|
+
"kind": "method",
|
37929
|
+
"name": "renderInputChips",
|
37930
|
+
"privacy": "private",
|
37931
|
+
"description": "This method is used to render the input chips inside filters slot.\nIt will remove any elements that are not input chips."
|
37932
|
+
},
|
37933
|
+
{
|
37934
|
+
"kind": "method",
|
37935
|
+
"name": "clearInputText",
|
37936
|
+
"privacy": "protected",
|
37937
|
+
"description": "Clears the input field.",
|
37938
|
+
"inheritedFrom": {
|
37939
|
+
"name": "Input",
|
37940
|
+
"module": "components/input/input.component.js"
|
37941
|
+
}
|
38163
37942
|
},
|
38164
37943
|
{
|
38165
37944
|
"kind": "field",
|
38166
|
-
"name": "
|
37945
|
+
"name": "autoFocusOnMount",
|
38167
37946
|
"type": {
|
38168
|
-
"text": "
|
37947
|
+
"text": "boolean"
|
38169
37948
|
},
|
38170
|
-
"
|
38171
|
-
"
|
38172
|
-
"attribute": "
|
38173
|
-
"reflects": true
|
37949
|
+
"default": "false",
|
37950
|
+
"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.",
|
37951
|
+
"attribute": "auto-focus-on-mount",
|
37952
|
+
"reflects": true,
|
37953
|
+
"inheritedFrom": {
|
37954
|
+
"name": "AutoFocusOnMountMixin",
|
37955
|
+
"module": "utils/mixins/AutoFocusOnMountMixin.js"
|
37956
|
+
}
|
38174
37957
|
},
|
38175
37958
|
{
|
38176
37959
|
"kind": "field",
|
38177
|
-
"name": "
|
37960
|
+
"name": "name",
|
38178
37961
|
"type": {
|
38179
|
-
"text": "
|
37962
|
+
"text": "string"
|
38180
37963
|
},
|
38181
|
-
"
|
38182
|
-
"
|
38183
|
-
"attribute": "
|
38184
|
-
"reflects": true
|
37964
|
+
"default": "''",
|
37965
|
+
"description": "Indicates the name of the component group.\nThey are used to group elements in a form together.",
|
37966
|
+
"attribute": "name",
|
37967
|
+
"reflects": true,
|
37968
|
+
"inheritedFrom": {
|
37969
|
+
"name": "FormInternalsMixin",
|
37970
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
37971
|
+
}
|
38185
37972
|
},
|
38186
37973
|
{
|
38187
37974
|
"kind": "field",
|
38188
|
-
"name": "
|
37975
|
+
"name": "value",
|
38189
37976
|
"type": {
|
38190
|
-
"text": "
|
37977
|
+
"text": "string"
|
38191
37978
|
},
|
38192
|
-
"
|
38193
|
-
"
|
38194
|
-
"attribute": "
|
38195
|
-
"reflects": true
|
37979
|
+
"default": "''",
|
37980
|
+
"description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
|
37981
|
+
"attribute": "value",
|
37982
|
+
"reflects": true,
|
37983
|
+
"inheritedFrom": {
|
37984
|
+
"name": "FormInternalsMixin",
|
37985
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
37986
|
+
}
|
38196
37987
|
},
|
38197
37988
|
{
|
38198
37989
|
"kind": "field",
|
38199
|
-
"name": "
|
37990
|
+
"name": "validationMessage",
|
38200
37991
|
"type": {
|
38201
|
-
"text": "
|
37992
|
+
"text": "string | undefined"
|
38202
37993
|
},
|
38203
|
-
"description": "
|
38204
|
-
"
|
38205
|
-
"
|
38206
|
-
"
|
37994
|
+
"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.",
|
37995
|
+
"attribute": "validation-message",
|
37996
|
+
"reflects": true,
|
37997
|
+
"inheritedFrom": {
|
37998
|
+
"name": "FormInternalsMixin",
|
37999
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
38000
|
+
}
|
38207
38001
|
},
|
38208
38002
|
{
|
38209
38003
|
"kind": "field",
|
38210
|
-
"name": "
|
38004
|
+
"name": "validity",
|
38211
38005
|
"type": {
|
38212
|
-
"text": "
|
38006
|
+
"text": "ValidityState"
|
38213
38007
|
},
|
38214
|
-
"
|
38215
|
-
"
|
38216
|
-
|
38217
|
-
|
38008
|
+
"readonly": true,
|
38009
|
+
"inheritedFrom": {
|
38010
|
+
"name": "FormInternalsMixin",
|
38011
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
38012
|
+
}
|
38218
38013
|
},
|
38219
38014
|
{
|
38220
38015
|
"kind": "field",
|
38221
|
-
"name": "
|
38222
|
-
"
|
38223
|
-
|
38224
|
-
|
38225
|
-
|
38226
|
-
|
38227
|
-
"reflects": true
|
38016
|
+
"name": "willValidate",
|
38017
|
+
"readonly": true,
|
38018
|
+
"inheritedFrom": {
|
38019
|
+
"name": "FormInternalsMixin",
|
38020
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
38021
|
+
}
|
38228
38022
|
},
|
38229
38023
|
{
|
38230
38024
|
"kind": "method",
|
38231
|
-
"name": "
|
38232
|
-
"
|
38025
|
+
"name": "setValidity",
|
38026
|
+
"description": "Sets the validity of the input field based on the input field's validity.",
|
38233
38027
|
"return": {
|
38234
38028
|
"type": {
|
38235
|
-
"text": "
|
38029
|
+
"text": ""
|
38236
38030
|
}
|
38237
38031
|
},
|
38238
|
-
"
|
38239
|
-
|
38240
|
-
|
38241
|
-
|
38242
|
-
"text": "MouseEvent"
|
38243
|
-
},
|
38244
|
-
"description": "The event which triggered this function."
|
38245
|
-
}
|
38246
|
-
],
|
38247
|
-
"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."
|
38032
|
+
"inheritedFrom": {
|
38033
|
+
"name": "FormInternalsMixin",
|
38034
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
38035
|
+
}
|
38248
38036
|
},
|
38249
38037
|
{
|
38250
38038
|
"kind": "method",
|
38251
|
-
"name": "
|
38252
|
-
"privacy": "private",
|
38039
|
+
"name": "checkValidity",
|
38253
38040
|
"return": {
|
38254
38041
|
"type": {
|
38255
|
-
"text": "
|
38042
|
+
"text": "boolean"
|
38256
38043
|
}
|
38257
38044
|
},
|
38258
|
-
"
|
38259
|
-
|
38260
|
-
|
38261
|
-
|
38262
|
-
"text": "Option | null"
|
38263
|
-
},
|
38264
|
-
"description": "The option element in DOM which gets selected."
|
38265
|
-
}
|
38266
|
-
],
|
38267
|
-
"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."
|
38045
|
+
"inheritedFrom": {
|
38046
|
+
"name": "FormInternalsMixin",
|
38047
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
38048
|
+
}
|
38268
38049
|
},
|
38269
38050
|
{
|
38270
38051
|
"kind": "method",
|
38271
|
-
"name": "
|
38272
|
-
"
|
38273
|
-
|
38274
|
-
"
|
38275
|
-
|
38276
|
-
}
|
38277
|
-
},
|
38278
|
-
"parameters": [
|
38279
|
-
{
|
38280
|
-
"name": "selectedOption",
|
38281
|
-
"type": {
|
38282
|
-
"text": "Option | null"
|
38283
|
-
},
|
38284
|
-
"description": "The option which gets selected"
|
38285
|
-
}
|
38286
|
-
],
|
38287
|
-
"description": "Sets selected attribute on the selected option and removes it from all options"
|
38052
|
+
"name": "reportValidity",
|
38053
|
+
"inheritedFrom": {
|
38054
|
+
"name": "FormInternalsMixin",
|
38055
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
38056
|
+
}
|
38288
38057
|
},
|
38289
38058
|
{
|
38290
|
-
"kind": "
|
38291
|
-
"name": "
|
38292
|
-
"
|
38293
|
-
|
38294
|
-
"type": {
|
38295
|
-
"text": "void"
|
38296
|
-
}
|
38059
|
+
"kind": "field",
|
38060
|
+
"name": "dataAriaLabel",
|
38061
|
+
"type": {
|
38062
|
+
"text": "string | null"
|
38297
38063
|
},
|
38298
|
-
"
|
38064
|
+
"default": "null",
|
38065
|
+
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
38066
|
+
"attribute": "data-aria-label",
|
38067
|
+
"reflects": true,
|
38068
|
+
"inheritedFrom": {
|
38069
|
+
"name": "DataAriaLabelMixin",
|
38070
|
+
"module": "utils/mixins/DataAriaLabelMixin.js"
|
38071
|
+
}
|
38299
38072
|
},
|
38300
38073
|
{
|
38301
|
-
"kind": "
|
38302
|
-
"name": "
|
38303
|
-
"
|
38304
|
-
|
38305
|
-
"type": {
|
38306
|
-
"text": "void"
|
38307
|
-
}
|
38074
|
+
"kind": "field",
|
38075
|
+
"name": "placeholder",
|
38076
|
+
"type": {
|
38077
|
+
"text": "string"
|
38308
38078
|
},
|
38309
|
-
"
|
38310
|
-
|
38311
|
-
|
38312
|
-
|
38313
|
-
|
38314
|
-
|
38315
|
-
|
38316
|
-
]
|
38079
|
+
"default": "''",
|
38080
|
+
"description": "The placeholder text that is displayed when the input field is empty.",
|
38081
|
+
"attribute": "placeholder",
|
38082
|
+
"inheritedFrom": {
|
38083
|
+
"name": "Input",
|
38084
|
+
"module": "components/input/input.component.js"
|
38085
|
+
}
|
38317
38086
|
},
|
38318
38087
|
{
|
38319
|
-
"kind": "
|
38320
|
-
"name": "
|
38321
|
-
"
|
38322
|
-
|
38323
|
-
"type": {
|
38324
|
-
"text": "void"
|
38325
|
-
}
|
38088
|
+
"kind": "field",
|
38089
|
+
"name": "readonly",
|
38090
|
+
"type": {
|
38091
|
+
"text": "boolean"
|
38326
38092
|
},
|
38327
|
-
"
|
38328
|
-
|
38329
|
-
|
38330
|
-
|
38331
|
-
|
38332
|
-
|
38333
|
-
|
38334
|
-
]
|
38093
|
+
"default": "false",
|
38094
|
+
"description": "readonly attribute of the input field. If true, the input field is read-only.",
|
38095
|
+
"attribute": "readonly",
|
38096
|
+
"inheritedFrom": {
|
38097
|
+
"name": "Input",
|
38098
|
+
"module": "components/input/input.component.js"
|
38099
|
+
}
|
38335
38100
|
},
|
38336
38101
|
{
|
38337
|
-
"kind": "
|
38338
|
-
"name": "
|
38339
|
-
"
|
38340
|
-
|
38341
|
-
"type": {
|
38342
|
-
"text": "void"
|
38343
|
-
}
|
38102
|
+
"kind": "field",
|
38103
|
+
"name": "prefixText",
|
38104
|
+
"type": {
|
38105
|
+
"text": "string | undefined"
|
38344
38106
|
},
|
38345
|
-
"
|
38346
|
-
|
38347
|
-
|
38348
|
-
|
38349
|
-
|
38350
|
-
|
38351
|
-
"description": "The mouse event which triggered this function."
|
38352
|
-
}
|
38353
|
-
],
|
38354
|
-
"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."
|
38107
|
+
"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.",
|
38108
|
+
"attribute": "prefix-text",
|
38109
|
+
"inheritedFrom": {
|
38110
|
+
"name": "Input",
|
38111
|
+
"module": "components/input/input.component.js"
|
38112
|
+
}
|
38355
38113
|
},
|
38356
38114
|
{
|
38357
|
-
"kind": "
|
38358
|
-
"name": "
|
38359
|
-
"
|
38360
|
-
|
38361
|
-
"type": {
|
38362
|
-
"text": "void"
|
38363
|
-
}
|
38115
|
+
"kind": "field",
|
38116
|
+
"name": "leadingIcon",
|
38117
|
+
"type": {
|
38118
|
+
"text": "IconNames | undefined"
|
38364
38119
|
},
|
38365
|
-
"
|
38366
|
-
|
38367
|
-
|
38368
|
-
|
38369
|
-
|
38370
|
-
|
38371
|
-
"description": "The keyboard event."
|
38372
|
-
}
|
38373
|
-
],
|
38374
|
-
"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."
|
38120
|
+
"description": "The leading icon that is displayed before the input field.",
|
38121
|
+
"attribute": "leading-icon",
|
38122
|
+
"inheritedFrom": {
|
38123
|
+
"name": "Input",
|
38124
|
+
"module": "components/input/input.component.js"
|
38125
|
+
}
|
38375
38126
|
},
|
38376
38127
|
{
|
38377
|
-
"kind": "
|
38378
|
-
"name": "
|
38379
|
-
"
|
38380
|
-
|
38381
|
-
"type": {
|
38382
|
-
"text": ""
|
38383
|
-
}
|
38128
|
+
"kind": "field",
|
38129
|
+
"name": "trailingButton",
|
38130
|
+
"type": {
|
38131
|
+
"text": "boolean"
|
38384
38132
|
},
|
38385
|
-
"
|
38386
|
-
|
38387
|
-
|
38388
|
-
"type": {
|
38389
|
-
"text": "EventTarget | null"
|
38390
|
-
},
|
38391
|
-
"description": "The target element that triggered the event."
|
38392
|
-
}
|
38393
|
-
],
|
38394
|
-
"description": "Retrieves the current index of the item that triggered the event.",
|
38133
|
+
"default": "false",
|
38134
|
+
"description": "The trailing button when set to true, shows a clear button that clears the input field.",
|
38135
|
+
"attribute": "trailing-button",
|
38395
38136
|
"inheritedFrom": {
|
38396
|
-
"name": "
|
38397
|
-
"module": "
|
38137
|
+
"name": "Input",
|
38138
|
+
"module": "components/input/input.component.js"
|
38398
38139
|
}
|
38399
38140
|
},
|
38400
38141
|
{
|
38401
|
-
"kind": "
|
38402
|
-
"name": "
|
38403
|
-
"
|
38404
|
-
|
38405
|
-
|
38406
|
-
|
38407
|
-
|
38408
|
-
"text": "number"
|
38409
|
-
},
|
38410
|
-
"description": "The index of the currently focused item."
|
38411
|
-
}
|
38412
|
-
],
|
38413
|
-
"description": "Reset all tabindex to -1 and set the tabindex of the current item to 0",
|
38142
|
+
"kind": "field",
|
38143
|
+
"name": "maxlength",
|
38144
|
+
"type": {
|
38145
|
+
"text": "number | undefined"
|
38146
|
+
},
|
38147
|
+
"description": "The maximum number of characters that the input field can accept.",
|
38148
|
+
"attribute": "maxlength",
|
38414
38149
|
"inheritedFrom": {
|
38415
|
-
"name": "
|
38416
|
-
"module": "
|
38150
|
+
"name": "Input",
|
38151
|
+
"module": "components/input/input.component.js"
|
38417
38152
|
}
|
38418
38153
|
},
|
38419
38154
|
{
|
38420
|
-
"kind": "
|
38421
|
-
"name": "
|
38422
|
-
"
|
38423
|
-
|
38424
|
-
{
|
38425
|
-
"name": "newIndex",
|
38426
|
-
"type": {
|
38427
|
-
"text": "number"
|
38428
|
-
},
|
38429
|
-
"description": "The index of the new item to focus."
|
38430
|
-
},
|
38431
|
-
{
|
38432
|
-
"name": "oldIndex",
|
38433
|
-
"optional": true,
|
38434
|
-
"type": {
|
38435
|
-
"text": "number"
|
38436
|
-
},
|
38437
|
-
"description": "The index of the currently focused item."
|
38438
|
-
},
|
38439
|
-
{
|
38440
|
-
"name": "focusNewItem",
|
38441
|
-
"default": "true",
|
38442
|
-
"description": "Call focus() on the new item or not. It should be false during firstUpdate"
|
38443
|
-
}
|
38444
|
-
],
|
38445
|
-
"description": "Resets the tabindex of the currently focused item and sets focus to a new item.",
|
38446
|
-
"return": {
|
38447
|
-
"type": {
|
38448
|
-
"text": ""
|
38449
|
-
}
|
38155
|
+
"kind": "field",
|
38156
|
+
"name": "minlength",
|
38157
|
+
"type": {
|
38158
|
+
"text": "number | undefined"
|
38450
38159
|
},
|
38160
|
+
"description": "The minimum number of characters that the input field can accept.",
|
38161
|
+
"attribute": "minlength",
|
38451
38162
|
"inheritedFrom": {
|
38452
|
-
"name": "
|
38453
|
-
"module": "
|
38163
|
+
"name": "Input",
|
38164
|
+
"module": "components/input/input.component.js"
|
38454
38165
|
}
|
38455
38166
|
},
|
38456
38167
|
{
|
38457
|
-
"kind": "
|
38458
|
-
"name": "
|
38459
|
-
"
|
38460
|
-
|
38461
|
-
{
|
38462
|
-
"name": "key",
|
38463
|
-
"type": {
|
38464
|
-
"text": "string"
|
38465
|
-
},
|
38466
|
-
"description": "The key pressed by the user."
|
38467
|
-
},
|
38468
|
-
{
|
38469
|
-
"name": "isRtl",
|
38470
|
-
"type": {
|
38471
|
-
"text": "boolean"
|
38472
|
-
},
|
38473
|
-
"description": "A boolean indicating if the layout is right-to-left (RTL)."
|
38474
|
-
}
|
38475
|
-
],
|
38476
|
-
"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.",
|
38477
|
-
"return": {
|
38478
|
-
"type": {
|
38479
|
-
"text": ""
|
38480
|
-
}
|
38168
|
+
"kind": "field",
|
38169
|
+
"name": "autocapitalize",
|
38170
|
+
"type": {
|
38171
|
+
"text": "AutoCapitalizeType"
|
38481
38172
|
},
|
38173
|
+
"description": "The autocapitalize attribute of the input field.",
|
38174
|
+
"default": "'off'",
|
38175
|
+
"attribute": "autocapitalize",
|
38482
38176
|
"inheritedFrom": {
|
38483
|
-
"name": "
|
38484
|
-
"module": "
|
38177
|
+
"name": "Input",
|
38178
|
+
"module": "components/input/input.component.js"
|
38485
38179
|
}
|
38486
38180
|
},
|
38487
38181
|
{
|
38488
|
-
"kind": "
|
38489
|
-
"name": "
|
38490
|
-
"
|
38182
|
+
"kind": "field",
|
38183
|
+
"name": "autocomplete",
|
38184
|
+
"type": {
|
38185
|
+
"text": "AutoCompleteType"
|
38186
|
+
},
|
38187
|
+
"description": "The autocomplete attribute of the input field.",
|
38188
|
+
"default": "'off'",
|
38189
|
+
"attribute": "autocomplete",
|
38491
38190
|
"inheritedFrom": {
|
38492
|
-
"name": "
|
38493
|
-
"module": "
|
38191
|
+
"name": "Input",
|
38192
|
+
"module": "components/input/input.component.js"
|
38494
38193
|
}
|
38495
38194
|
},
|
38496
38195
|
{
|
38497
38196
|
"kind": "field",
|
38498
|
-
"name": "
|
38197
|
+
"name": "dirname",
|
38499
38198
|
"type": {
|
38500
|
-
"text": "
|
38199
|
+
"text": "string | undefined"
|
38501
38200
|
},
|
38502
|
-
"
|
38503
|
-
"
|
38504
|
-
"attribute": "auto-focus-on-mount",
|
38505
|
-
"reflects": true,
|
38201
|
+
"description": "Specifies the name of the directionality of text for submission purposes (e.g., \"rtl\" for right-to-left).",
|
38202
|
+
"attribute": "dirname",
|
38506
38203
|
"inheritedFrom": {
|
38507
|
-
"name": "
|
38508
|
-
"module": "
|
38204
|
+
"name": "Input",
|
38205
|
+
"module": "components/input/input.component.js"
|
38509
38206
|
}
|
38510
38207
|
},
|
38511
38208
|
{
|
38512
38209
|
"kind": "field",
|
38513
|
-
"name": "
|
38210
|
+
"name": "pattern",
|
38514
38211
|
"type": {
|
38515
|
-
"text": "string"
|
38212
|
+
"text": "string | undefined"
|
38516
38213
|
},
|
38517
|
-
"
|
38518
|
-
"
|
38519
|
-
"attribute": "name",
|
38520
|
-
"reflects": true,
|
38214
|
+
"description": "The pattern attribute of the input field.\nSpecifies a regular expression that the input value must match for validation purposes.",
|
38215
|
+
"attribute": "pattern",
|
38521
38216
|
"inheritedFrom": {
|
38522
|
-
"name": "
|
38523
|
-
"module": "
|
38217
|
+
"name": "Input",
|
38218
|
+
"module": "components/input/input.component.js"
|
38524
38219
|
}
|
38525
38220
|
},
|
38526
38221
|
{
|
38527
38222
|
"kind": "field",
|
38528
|
-
"name": "
|
38223
|
+
"name": "list",
|
38529
38224
|
"type": {
|
38530
|
-
"text": "string"
|
38225
|
+
"text": "string | undefined"
|
38531
38226
|
},
|
38532
|
-
"
|
38533
|
-
"
|
38534
|
-
"attribute": "value",
|
38535
|
-
"reflects": true,
|
38227
|
+
"description": "The list attribute of the input field.\nIdentifies a list of pre-defined options to suggest to the user.",
|
38228
|
+
"attribute": "list",
|
38536
38229
|
"inheritedFrom": {
|
38537
|
-
"name": "
|
38538
|
-
"module": "
|
38230
|
+
"name": "Input",
|
38231
|
+
"module": "components/input/input.component.js"
|
38539
38232
|
}
|
38540
38233
|
},
|
38541
38234
|
{
|
38542
38235
|
"kind": "field",
|
38543
|
-
"name": "
|
38236
|
+
"name": "size",
|
38544
38237
|
"type": {
|
38545
|
-
"text": "
|
38238
|
+
"text": "number | undefined | undefined"
|
38546
38239
|
},
|
38547
|
-
"description": "
|
38548
|
-
"
|
38549
|
-
"
|
38240
|
+
"description": "The size attribute of the input field.\nSpecifies the width of the input field.",
|
38241
|
+
"default": "undefined",
|
38242
|
+
"attribute": "size",
|
38550
38243
|
"inheritedFrom": {
|
38551
|
-
"name": "
|
38552
|
-
"module": "
|
38244
|
+
"name": "Input",
|
38245
|
+
"module": "components/input/input.component.js"
|
38553
38246
|
}
|
38554
38247
|
},
|
38555
38248
|
{
|
38556
38249
|
"kind": "field",
|
38557
|
-
"name": "
|
38250
|
+
"name": "clearAriaLabel",
|
38558
38251
|
"type": {
|
38559
|
-
"text": "
|
38252
|
+
"text": "string"
|
38560
38253
|
},
|
38561
|
-
"
|
38254
|
+
"default": "''",
|
38255
|
+
"description": "Aria label for the trailing button. If trailing button is set to true, this label is used for the clear button.",
|
38256
|
+
"attribute": "clear-aria-label",
|
38562
38257
|
"inheritedFrom": {
|
38563
|
-
"name": "
|
38564
|
-
"module": "
|
38258
|
+
"name": "Input",
|
38259
|
+
"module": "components/input/input.component.js"
|
38565
38260
|
}
|
38566
38261
|
},
|
38567
38262
|
{
|
38568
|
-
"kind": "
|
38569
|
-
"name": "
|
38570
|
-
"
|
38263
|
+
"kind": "method",
|
38264
|
+
"name": "setInputValidity",
|
38265
|
+
"privacy": "private",
|
38571
38266
|
"inheritedFrom": {
|
38572
|
-
"name": "
|
38573
|
-
"module": "
|
38267
|
+
"name": "Input",
|
38268
|
+
"module": "components/input/input.component.js"
|
38574
38269
|
}
|
38575
38270
|
},
|
38576
38271
|
{
|
38577
38272
|
"kind": "method",
|
38578
|
-
"name": "
|
38579
|
-
"
|
38273
|
+
"name": "updateValue",
|
38274
|
+
"privacy": "private",
|
38275
|
+
"description": "Updates the value of the input field.\nSets the form value.",
|
38580
38276
|
"return": {
|
38581
38277
|
"type": {
|
38582
38278
|
"text": ""
|
38583
38279
|
}
|
38584
38280
|
},
|
38585
38281
|
"inheritedFrom": {
|
38586
|
-
"name": "
|
38587
|
-
"module": "
|
38282
|
+
"name": "Input",
|
38283
|
+
"module": "components/input/input.component.js"
|
38588
38284
|
}
|
38589
38285
|
},
|
38590
38286
|
{
|
38591
38287
|
"kind": "method",
|
38592
|
-
"name": "
|
38288
|
+
"name": "onInput",
|
38289
|
+
"privacy": "private",
|
38290
|
+
"description": "Handles the input event of the input field.\nUpdates the value and sets the validity of the input field.",
|
38291
|
+
"inheritedFrom": {
|
38292
|
+
"name": "Input",
|
38293
|
+
"module": "components/input/input.component.js"
|
38294
|
+
}
|
38295
|
+
},
|
38296
|
+
{
|
38297
|
+
"kind": "method",
|
38298
|
+
"name": "onChange",
|
38299
|
+
"privacy": "private",
|
38300
|
+
"parameters": [
|
38301
|
+
{
|
38302
|
+
"name": "event",
|
38303
|
+
"type": {
|
38304
|
+
"text": "Event"
|
38305
|
+
},
|
38306
|
+
"description": "Event which contains information about the value change."
|
38307
|
+
}
|
38308
|
+
],
|
38309
|
+
"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",
|
38310
|
+
"inheritedFrom": {
|
38311
|
+
"name": "Input",
|
38312
|
+
"module": "components/input/input.component.js"
|
38313
|
+
}
|
38314
|
+
},
|
38315
|
+
{
|
38316
|
+
"kind": "method",
|
38317
|
+
"name": "renderLeadingIcon",
|
38318
|
+
"privacy": "protected",
|
38319
|
+
"description": "Renders the leading icon before the input field.\nIf the leading icon is not set, it will not be displayed.",
|
38320
|
+
"return": {
|
38321
|
+
"type": {
|
38322
|
+
"text": ""
|
38323
|
+
}
|
38324
|
+
},
|
38325
|
+
"inheritedFrom": {
|
38326
|
+
"name": "Input",
|
38327
|
+
"module": "components/input/input.component.js"
|
38328
|
+
}
|
38329
|
+
},
|
38330
|
+
{
|
38331
|
+
"kind": "method",
|
38332
|
+
"name": "renderPrefixText",
|
38333
|
+
"privacy": "protected",
|
38334
|
+
"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.",
|
38593
38335
|
"return": {
|
38594
38336
|
"type": {
|
38595
|
-
"text": "
|
38337
|
+
"text": ""
|
38596
38338
|
}
|
38597
38339
|
},
|
38598
38340
|
"inheritedFrom": {
|
38599
|
-
"name": "
|
38600
|
-
"module": "
|
38341
|
+
"name": "Input",
|
38342
|
+
"module": "components/input/input.component.js"
|
38601
38343
|
}
|
38602
38344
|
},
|
38603
38345
|
{
|
38604
38346
|
"kind": "method",
|
38605
|
-
"name": "
|
38347
|
+
"name": "renderTrailingButton",
|
38348
|
+
"privacy": "protected",
|
38349
|
+
"parameters": [
|
38350
|
+
{
|
38351
|
+
"name": "show",
|
38352
|
+
"default": "false"
|
38353
|
+
}
|
38354
|
+
],
|
38355
|
+
"description": "Renders the trailing button to clear the input field if the trailingButton is set to true.",
|
38356
|
+
"return": {
|
38357
|
+
"type": {
|
38358
|
+
"text": ""
|
38359
|
+
}
|
38360
|
+
},
|
38606
38361
|
"inheritedFrom": {
|
38607
|
-
"name": "
|
38608
|
-
"module": "
|
38362
|
+
"name": "Input",
|
38363
|
+
"module": "components/input/input.component.js"
|
38609
38364
|
}
|
38610
38365
|
},
|
38611
38366
|
{
|
38612
|
-
"kind": "
|
38613
|
-
"name": "
|
38614
|
-
"
|
38615
|
-
|
38616
|
-
|
38617
|
-
|
38618
|
-
|
38619
|
-
|
38620
|
-
|
38367
|
+
"kind": "method",
|
38368
|
+
"name": "renderInputElement",
|
38369
|
+
"privacy": "protected",
|
38370
|
+
"parameters": [
|
38371
|
+
{
|
38372
|
+
"name": "type",
|
38373
|
+
"type": {
|
38374
|
+
"text": "InputType"
|
38375
|
+
}
|
38376
|
+
},
|
38377
|
+
{
|
38378
|
+
"name": "hidePlaceholder",
|
38379
|
+
"default": "false"
|
38380
|
+
}
|
38381
|
+
],
|
38621
38382
|
"inheritedFrom": {
|
38622
|
-
"name": "
|
38623
|
-
"module": "
|
38383
|
+
"name": "Input",
|
38384
|
+
"module": "components/input/input.component.js"
|
38624
38385
|
}
|
38625
38386
|
},
|
38626
38387
|
{
|
@@ -38829,45 +38590,147 @@
|
|
38829
38590
|
],
|
38830
38591
|
"events": [
|
38831
38592
|
{
|
38593
|
+
"description": "(React: onInput) This event is dispatched when the value of the input field changes (every press).",
|
38594
|
+
"name": "input",
|
38595
|
+
"reactName": "onInput",
|
38596
|
+
"inheritedFrom": {
|
38597
|
+
"name": "Input",
|
38598
|
+
"module": "src/components/input/input.component.ts"
|
38599
|
+
}
|
38600
|
+
},
|
38601
|
+
{
|
38602
|
+
"description": "(React: onChange) This event is dispatched when the value of the input field changes (on blur).",
|
38832
38603
|
"name": "change",
|
38604
|
+
"reactName": "onChange",
|
38605
|
+
"inheritedFrom": {
|
38606
|
+
"name": "Input",
|
38607
|
+
"module": "src/components/input/input.component.ts"
|
38608
|
+
}
|
38609
|
+
},
|
38610
|
+
{
|
38611
|
+
"description": "(React: onFocus) This event is dispatched when the input receives focus.",
|
38612
|
+
"name": "focus",
|
38613
|
+
"reactName": "onFocus",
|
38614
|
+
"inheritedFrom": {
|
38615
|
+
"name": "Input",
|
38616
|
+
"module": "src/components/input/input.component.ts"
|
38617
|
+
}
|
38618
|
+
},
|
38619
|
+
{
|
38620
|
+
"description": "(React: onBlur) This event is dispatched when the input loses focus.",
|
38621
|
+
"name": "blur",
|
38622
|
+
"reactName": "onBlur",
|
38623
|
+
"inheritedFrom": {
|
38624
|
+
"name": "Input",
|
38625
|
+
"module": "src/components/input/input.component.ts"
|
38626
|
+
}
|
38627
|
+
},
|
38628
|
+
{
|
38629
|
+
"name": "clear",
|
38833
38630
|
"type": {
|
38834
38631
|
"text": "CustomEvent"
|
38835
38632
|
},
|
38836
|
-
"description": "(React:
|
38837
|
-
"reactName": "
|
38633
|
+
"description": "(React: onClear) This event is dispatched when the input text is cleared.",
|
38634
|
+
"reactName": "onClear",
|
38635
|
+
"inheritedFrom": {
|
38636
|
+
"name": "Input",
|
38637
|
+
"module": "src/components/input/input.component.ts"
|
38638
|
+
}
|
38838
38639
|
},
|
38839
38640
|
{
|
38840
|
-
"name": "input",
|
38841
38641
|
"type": {
|
38842
|
-
"text": "
|
38642
|
+
"text": "EventConstructor"
|
38843
38643
|
},
|
38844
|
-
"
|
38845
|
-
|
38644
|
+
"inheritedFrom": {
|
38645
|
+
"name": "Input",
|
38646
|
+
"module": "src/components/input/input.component.ts"
|
38647
|
+
}
|
38648
|
+
}
|
38649
|
+
],
|
38650
|
+
"superclass": {
|
38651
|
+
"name": "Input",
|
38652
|
+
"module": "/src/components/input/input.component"
|
38653
|
+
},
|
38654
|
+
"tagName": "mdc-searchfield",
|
38655
|
+
"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 *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart leading-icon - The leading icon 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 */",
|
38656
|
+
"customElement": true,
|
38657
|
+
"attributes": [
|
38658
|
+
{
|
38659
|
+
"name": "auto-focus-on-mount",
|
38660
|
+
"type": {
|
38661
|
+
"text": "boolean"
|
38662
|
+
},
|
38663
|
+
"default": "false",
|
38664
|
+
"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.",
|
38665
|
+
"fieldName": "autoFocusOnMount",
|
38666
|
+
"inheritedFrom": {
|
38667
|
+
"name": "AutoFocusOnMountMixin",
|
38668
|
+
"module": "src/utils/mixins/AutoFocusOnMountMixin.ts"
|
38669
|
+
}
|
38846
38670
|
},
|
38847
38671
|
{
|
38848
|
-
"
|
38849
|
-
"
|
38850
|
-
|
38672
|
+
"name": "name",
|
38673
|
+
"type": {
|
38674
|
+
"text": "string"
|
38675
|
+
},
|
38676
|
+
"default": "''",
|
38677
|
+
"description": "Indicates the name of the component group.\nThey are used to group elements in a form together.",
|
38678
|
+
"fieldName": "name",
|
38679
|
+
"inheritedFrom": {
|
38680
|
+
"name": "FormInternalsMixin",
|
38681
|
+
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
38682
|
+
}
|
38851
38683
|
},
|
38852
38684
|
{
|
38853
|
-
"
|
38854
|
-
"
|
38855
|
-
|
38685
|
+
"name": "value",
|
38686
|
+
"type": {
|
38687
|
+
"text": "string"
|
38688
|
+
},
|
38689
|
+
"default": "''",
|
38690
|
+
"description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
|
38691
|
+
"fieldName": "value",
|
38692
|
+
"inheritedFrom": {
|
38693
|
+
"name": "FormInternalsMixin",
|
38694
|
+
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
38695
|
+
}
|
38856
38696
|
},
|
38857
38697
|
{
|
38858
|
-
"
|
38859
|
-
"
|
38860
|
-
|
38861
|
-
|
38862
|
-
|
38863
|
-
|
38698
|
+
"name": "validation-message",
|
38699
|
+
"type": {
|
38700
|
+
"text": "string | undefined"
|
38701
|
+
},
|
38702
|
+
"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.",
|
38703
|
+
"fieldName": "validationMessage",
|
38704
|
+
"inheritedFrom": {
|
38705
|
+
"name": "FormInternalsMixin",
|
38706
|
+
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
38707
|
+
}
|
38708
|
+
},
|
38709
|
+
{
|
38710
|
+
"name": "data-aria-label",
|
38711
|
+
"type": {
|
38712
|
+
"text": "string | null"
|
38713
|
+
},
|
38714
|
+
"default": "null",
|
38715
|
+
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
38716
|
+
"fieldName": "dataAriaLabel",
|
38717
|
+
"inheritedFrom": {
|
38718
|
+
"name": "DataAriaLabelMixin",
|
38719
|
+
"module": "src/utils/mixins/DataAriaLabelMixin.ts"
|
38720
|
+
}
|
38721
|
+
},
|
38864
38722
|
{
|
38865
38723
|
"name": "placeholder",
|
38866
38724
|
"type": {
|
38867
|
-
"text": "string
|
38725
|
+
"text": "string"
|
38868
38726
|
},
|
38869
|
-
"
|
38870
|
-
"
|
38727
|
+
"default": "''",
|
38728
|
+
"description": "The placeholder text that is displayed when the input field is empty.",
|
38729
|
+
"fieldName": "placeholder",
|
38730
|
+
"inheritedFrom": {
|
38731
|
+
"name": "Input",
|
38732
|
+
"module": "src/components/input/input.component.ts"
|
38733
|
+
}
|
38871
38734
|
},
|
38872
38735
|
{
|
38873
38736
|
"name": "readonly",
|
@@ -38875,124 +38738,160 @@
|
|
38875
38738
|
"text": "boolean"
|
38876
38739
|
},
|
38877
38740
|
"default": "false",
|
38878
|
-
"description": "readonly attribute of the
|
38879
|
-
"fieldName": "readonly"
|
38741
|
+
"description": "readonly attribute of the input field. If true, the input field is read-only.",
|
38742
|
+
"fieldName": "readonly",
|
38743
|
+
"inheritedFrom": {
|
38744
|
+
"name": "Input",
|
38745
|
+
"module": "src/components/input/input.component.ts"
|
38746
|
+
}
|
38880
38747
|
},
|
38881
38748
|
{
|
38882
|
-
"name": "
|
38749
|
+
"name": "prefix-text",
|
38883
38750
|
"type": {
|
38884
|
-
"text": "
|
38751
|
+
"text": "string | undefined"
|
38885
38752
|
},
|
38886
|
-
"description": "The
|
38887
|
-
"
|
38888
|
-
"
|
38753
|
+
"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.",
|
38754
|
+
"fieldName": "prefixText",
|
38755
|
+
"inheritedFrom": {
|
38756
|
+
"name": "Input",
|
38757
|
+
"module": "src/components/input/input.component.ts"
|
38758
|
+
}
|
38889
38759
|
},
|
38890
38760
|
{
|
38891
|
-
"name": "
|
38761
|
+
"name": "leading-icon",
|
38892
38762
|
"type": {
|
38893
|
-
"text": "
|
38763
|
+
"text": "IconNames | undefined"
|
38894
38764
|
},
|
38895
|
-
"description": "
|
38896
|
-
"
|
38897
|
-
"
|
38765
|
+
"description": "The leading icon that is displayed before the input field.",
|
38766
|
+
"fieldName": "leadingIcon",
|
38767
|
+
"inheritedFrom": {
|
38768
|
+
"name": "Input",
|
38769
|
+
"module": "src/components/input/input.component.ts"
|
38770
|
+
}
|
38771
|
+
},
|
38772
|
+
{
|
38773
|
+
"name": "trailing-button",
|
38774
|
+
"type": {
|
38775
|
+
"text": "boolean"
|
38776
|
+
},
|
38777
|
+
"default": "false",
|
38778
|
+
"description": "The trailing button when set to true, shows a clear button that clears the input field.",
|
38779
|
+
"fieldName": "trailingButton",
|
38780
|
+
"inheritedFrom": {
|
38781
|
+
"name": "Input",
|
38782
|
+
"module": "src/components/input/input.component.ts"
|
38783
|
+
}
|
38784
|
+
},
|
38785
|
+
{
|
38786
|
+
"name": "maxlength",
|
38787
|
+
"type": {
|
38788
|
+
"text": "number | undefined"
|
38789
|
+
},
|
38790
|
+
"description": "The maximum number of characters that the input field can accept.",
|
38791
|
+
"fieldName": "maxlength",
|
38792
|
+
"inheritedFrom": {
|
38793
|
+
"name": "Input",
|
38794
|
+
"module": "src/components/input/input.component.ts"
|
38795
|
+
}
|
38898
38796
|
},
|
38899
38797
|
{
|
38900
|
-
"name": "
|
38798
|
+
"name": "minlength",
|
38901
38799
|
"type": {
|
38902
|
-
"text": "
|
38800
|
+
"text": "number | undefined"
|
38903
38801
|
},
|
38904
|
-
"description": "
|
38905
|
-
"
|
38906
|
-
"
|
38802
|
+
"description": "The minimum number of characters that the input field can accept.",
|
38803
|
+
"fieldName": "minlength",
|
38804
|
+
"inheritedFrom": {
|
38805
|
+
"name": "Input",
|
38806
|
+
"module": "src/components/input/input.component.ts"
|
38807
|
+
}
|
38907
38808
|
},
|
38908
38809
|
{
|
38909
|
-
"name": "
|
38810
|
+
"name": "autocapitalize",
|
38910
38811
|
"type": {
|
38911
|
-
"text": "
|
38812
|
+
"text": "AutoCapitalizeType"
|
38912
38813
|
},
|
38913
|
-
"description": "The
|
38914
|
-
"default": "
|
38915
|
-
"fieldName": "
|
38814
|
+
"description": "The autocapitalize attribute of the input field.",
|
38815
|
+
"default": "'off'",
|
38816
|
+
"fieldName": "autocapitalize",
|
38817
|
+
"inheritedFrom": {
|
38818
|
+
"name": "Input",
|
38819
|
+
"module": "src/components/input/input.component.ts"
|
38820
|
+
}
|
38916
38821
|
},
|
38917
38822
|
{
|
38918
|
-
"name": "
|
38823
|
+
"name": "autocomplete",
|
38919
38824
|
"type": {
|
38920
|
-
"text": "
|
38825
|
+
"text": "AutoCompleteType"
|
38921
38826
|
},
|
38922
|
-
"description": "The
|
38923
|
-
"default": "
|
38924
|
-
"fieldName": "
|
38827
|
+
"description": "The autocomplete attribute of the input field.",
|
38828
|
+
"default": "'off'",
|
38829
|
+
"fieldName": "autocomplete",
|
38830
|
+
"inheritedFrom": {
|
38831
|
+
"name": "Input",
|
38832
|
+
"module": "src/components/input/input.component.ts"
|
38833
|
+
}
|
38925
38834
|
},
|
38926
38835
|
{
|
38927
|
-
"name": "
|
38836
|
+
"name": "dirname",
|
38928
38837
|
"type": {
|
38929
38838
|
"text": "string | undefined"
|
38930
38839
|
},
|
38931
|
-
"description": "
|
38932
|
-
"fieldName": "
|
38933
|
-
},
|
38934
|
-
{
|
38935
|
-
"name": "auto-focus-on-mount",
|
38936
|
-
"type": {
|
38937
|
-
"text": "boolean"
|
38938
|
-
},
|
38939
|
-
"default": "false",
|
38940
|
-
"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.",
|
38941
|
-
"fieldName": "autoFocusOnMount",
|
38840
|
+
"description": "Specifies the name of the directionality of text for submission purposes (e.g., \"rtl\" for right-to-left).",
|
38841
|
+
"fieldName": "dirname",
|
38942
38842
|
"inheritedFrom": {
|
38943
|
-
"name": "
|
38944
|
-
"module": "src/
|
38843
|
+
"name": "Input",
|
38844
|
+
"module": "src/components/input/input.component.ts"
|
38945
38845
|
}
|
38946
38846
|
},
|
38947
38847
|
{
|
38948
|
-
"name": "
|
38848
|
+
"name": "pattern",
|
38949
38849
|
"type": {
|
38950
|
-
"text": "string"
|
38850
|
+
"text": "string | undefined"
|
38951
38851
|
},
|
38952
|
-
"
|
38953
|
-
"
|
38954
|
-
"fieldName": "name",
|
38852
|
+
"description": "The pattern attribute of the input field.\nSpecifies a regular expression that the input value must match for validation purposes.",
|
38853
|
+
"fieldName": "pattern",
|
38955
38854
|
"inheritedFrom": {
|
38956
|
-
"name": "
|
38957
|
-
"module": "src/
|
38855
|
+
"name": "Input",
|
38856
|
+
"module": "src/components/input/input.component.ts"
|
38958
38857
|
}
|
38959
38858
|
},
|
38960
38859
|
{
|
38961
|
-
"name": "
|
38860
|
+
"name": "list",
|
38962
38861
|
"type": {
|
38963
|
-
"text": "string"
|
38862
|
+
"text": "string | undefined"
|
38964
38863
|
},
|
38965
|
-
"
|
38966
|
-
"
|
38967
|
-
"fieldName": "value",
|
38864
|
+
"description": "The list attribute of the input field.\nIdentifies a list of pre-defined options to suggest to the user.",
|
38865
|
+
"fieldName": "list",
|
38968
38866
|
"inheritedFrom": {
|
38969
|
-
"name": "
|
38970
|
-
"module": "src/
|
38867
|
+
"name": "Input",
|
38868
|
+
"module": "src/components/input/input.component.ts"
|
38971
38869
|
}
|
38972
38870
|
},
|
38973
38871
|
{
|
38974
|
-
"name": "
|
38872
|
+
"name": "size",
|
38975
38873
|
"type": {
|
38976
|
-
"text": "
|
38874
|
+
"text": "number | undefined | undefined"
|
38977
38875
|
},
|
38978
|
-
"description": "
|
38979
|
-
"
|
38876
|
+
"description": "The size attribute of the input field.\nSpecifies the width of the input field.",
|
38877
|
+
"default": "undefined",
|
38878
|
+
"fieldName": "size",
|
38980
38879
|
"inheritedFrom": {
|
38981
|
-
"name": "
|
38982
|
-
"module": "src/
|
38880
|
+
"name": "Input",
|
38881
|
+
"module": "src/components/input/input.component.ts"
|
38983
38882
|
}
|
38984
38883
|
},
|
38985
38884
|
{
|
38986
|
-
"name": "
|
38885
|
+
"name": "clear-aria-label",
|
38987
38886
|
"type": {
|
38988
|
-
"text": "string
|
38887
|
+
"text": "string"
|
38989
38888
|
},
|
38990
|
-
"default": "
|
38991
|
-
"description": "
|
38992
|
-
"fieldName": "
|
38889
|
+
"default": "''",
|
38890
|
+
"description": "Aria label for the trailing button. If trailing button is set to true, this label is used for the clear button.",
|
38891
|
+
"fieldName": "clearAriaLabel",
|
38993
38892
|
"inheritedFrom": {
|
38994
|
-
"name": "
|
38995
|
-
"module": "src/
|
38893
|
+
"name": "Input",
|
38894
|
+
"module": "src/components/input/input.component.ts"
|
38996
38895
|
}
|
38997
38896
|
},
|
38998
38897
|
{
|
@@ -39106,35 +39005,136 @@
|
|
39106
39005
|
}
|
39107
39006
|
}
|
39108
39007
|
],
|
39109
|
-
"
|
39008
|
+
"cssProperties": [
|
39110
39009
|
{
|
39111
|
-
"
|
39112
|
-
"
|
39010
|
+
"description": "Border color for the input container when disabled",
|
39011
|
+
"name": "--mdc-input-disabled-border-color",
|
39012
|
+
"inheritedFrom": {
|
39013
|
+
"name": "Input",
|
39014
|
+
"module": "src/components/input/input.component.ts"
|
39015
|
+
}
|
39113
39016
|
},
|
39114
39017
|
{
|
39115
|
-
"
|
39116
|
-
"
|
39018
|
+
"description": "Text color for the input field when disabled",
|
39019
|
+
"name": "--mdc-input-disabled-text-color",
|
39020
|
+
"inheritedFrom": {
|
39021
|
+
"name": "Input",
|
39022
|
+
"module": "src/components/input/input.component.ts"
|
39023
|
+
}
|
39117
39024
|
},
|
39118
39025
|
{
|
39119
|
-
"
|
39120
|
-
"
|
39026
|
+
"description": "Background color for the input field when disabled",
|
39027
|
+
"name": "--mdc-input-disabled-background-color",
|
39028
|
+
"inheritedFrom": {
|
39029
|
+
"name": "Input",
|
39030
|
+
"module": "src/components/input/input.component.ts"
|
39031
|
+
}
|
39121
39032
|
},
|
39122
39033
|
{
|
39123
|
-
"
|
39124
|
-
"
|
39034
|
+
"description": "Border color for the input container",
|
39035
|
+
"name": "--mdc-input-border-color",
|
39036
|
+
"inheritedFrom": {
|
39037
|
+
"name": "Input",
|
39038
|
+
"module": "src/components/input/input.component.ts"
|
39039
|
+
}
|
39125
39040
|
},
|
39126
39041
|
{
|
39127
|
-
"
|
39128
|
-
"
|
39042
|
+
"description": "Text color for the input field",
|
39043
|
+
"name": "--mdc-input-text-color",
|
39044
|
+
"inheritedFrom": {
|
39045
|
+
"name": "Input",
|
39046
|
+
"module": "src/components/input/input.component.ts"
|
39047
|
+
}
|
39048
|
+
},
|
39049
|
+
{
|
39050
|
+
"description": "Background color for the input field",
|
39051
|
+
"name": "--mdc-input-background-color",
|
39052
|
+
"inheritedFrom": {
|
39053
|
+
"name": "Input",
|
39054
|
+
"module": "src/components/input/input.component.ts"
|
39055
|
+
}
|
39056
|
+
},
|
39057
|
+
{
|
39058
|
+
"description": "Background color for the selected text",
|
39059
|
+
"name": "--mdc-input-selection-background-color",
|
39060
|
+
"inheritedFrom": {
|
39061
|
+
"name": "Input",
|
39062
|
+
"module": "src/components/input/input.component.ts"
|
39063
|
+
}
|
39064
|
+
},
|
39065
|
+
{
|
39066
|
+
"description": "Text color for the selected text",
|
39067
|
+
"name": "--mdc-input-selection-text-color",
|
39068
|
+
"inheritedFrom": {
|
39069
|
+
"name": "Input",
|
39070
|
+
"module": "src/components/input/input.component.ts"
|
39071
|
+
}
|
39072
|
+
},
|
39073
|
+
{
|
39074
|
+
"description": "Text color for the help text",
|
39075
|
+
"name": "--mdc-input-support-text-color",
|
39076
|
+
"inheritedFrom": {
|
39077
|
+
"name": "Input",
|
39078
|
+
"module": "src/components/input/input.component.ts"
|
39079
|
+
}
|
39080
|
+
},
|
39081
|
+
{
|
39082
|
+
"description": "Background color for the input field when hovered",
|
39083
|
+
"name": "--mdc-input-hover-background-color",
|
39084
|
+
"inheritedFrom": {
|
39085
|
+
"name": "Input",
|
39086
|
+
"module": "src/components/input/input.component.ts"
|
39087
|
+
}
|
39088
|
+
},
|
39089
|
+
{
|
39090
|
+
"description": "Background color for the input field when focused",
|
39091
|
+
"name": "--mdc-input-focused-background-color",
|
39092
|
+
"inheritedFrom": {
|
39093
|
+
"name": "Input",
|
39094
|
+
"module": "src/components/input/input.component.ts"
|
39095
|
+
}
|
39096
|
+
},
|
39097
|
+
{
|
39098
|
+
"description": "Border color for the input container when focused",
|
39099
|
+
"name": "--mdc-input-focused-border-color",
|
39100
|
+
"inheritedFrom": {
|
39101
|
+
"name": "Input",
|
39102
|
+
"module": "src/components/input/input.component.ts"
|
39103
|
+
}
|
39104
|
+
},
|
39105
|
+
{
|
39106
|
+
"description": "Border color for the input container when error",
|
39107
|
+
"name": "--mdc-input-error-border-color",
|
39108
|
+
"inheritedFrom": {
|
39109
|
+
"name": "Input",
|
39110
|
+
"module": "src/components/input/input.component.ts"
|
39111
|
+
}
|
39112
|
+
},
|
39113
|
+
{
|
39114
|
+
"description": "Border color for the input container when warning",
|
39115
|
+
"name": "--mdc-input-warning-border-color",
|
39116
|
+
"inheritedFrom": {
|
39117
|
+
"name": "Input",
|
39118
|
+
"module": "src/components/input/input.component.ts"
|
39119
|
+
}
|
39120
|
+
},
|
39121
|
+
{
|
39122
|
+
"description": "Border color for the input container when success",
|
39123
|
+
"name": "--mdc-input-success-border-color",
|
39124
|
+
"inheritedFrom": {
|
39125
|
+
"name": "Input",
|
39126
|
+
"module": "src/components/input/input.component.ts"
|
39127
|
+
}
|
39128
|
+
},
|
39129
|
+
{
|
39130
|
+
"description": "Border color for the input container when primary",
|
39131
|
+
"name": "--mdc-input-primary-border-color",
|
39132
|
+
"inheritedFrom": {
|
39133
|
+
"name": "Input",
|
39134
|
+
"module": "src/components/input/input.component.ts"
|
39135
|
+
}
|
39129
39136
|
}
|
39130
|
-
]
|
39131
|
-
"superclass": {
|
39132
|
-
"name": "FormfieldWrapper",
|
39133
|
-
"module": "/src/components/formfieldwrapper/formfieldwrapper.component"
|
39134
|
-
},
|
39135
|
-
"tagName": "mdc-select",
|
39136
|
-
"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 * @cssproperty --mdc-select-background-color - The background color of the combobox of select.\n * @cssproperty --mdc-select-background-color-hover - The background color of the combobox of select when hovered.\n * @cssproperty --mdc-select-background-color-active - The background color of the combobox of select when active.\n * @cssproperty --mdc-select-background-color-disabled - The background color of the combobox of select when disabled.\n * @cssproperty --mdc-select-text-color - The text color of the select.\n * @cssproperty --mdc-select-text-color-selected - The text color of the selected option in the select.\n * @cssproperty --mdc-select-text-color-disabled - The text color of the select when disabled.\n * @cssproperty --mdc-select-border-color - The border color of the select.\n * @cssproperty --mdc-select-border-color-disabled - The border color of the select when disabled.\n * @cssproperty --mdc-select-border-color-success - The border color of the select when in success state.\n * @cssproperty --mdc-select-border-color-warning - The border color of the select when in warning state.\n * @cssproperty --mdc-select-border-color-error - The border color of the select when in error state.\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 *\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 container - The container element that wraps the visual combobox and the dropdown icon.\n * @csspart base-container - The container element that wraps the visual combobox, dropdown icon, and the popover.\n * @csspart selected-icon - The icon element that is displayed next to the selected option in the dropdown list.\n * @csspart base-text - The text element that displays the selected option or placeholder in the visual combobox.\n * @csspart icon-container - The container element that wraps the dropdown icon.\n * @csspart native-input - The native hidden input element.\n */",
|
39137
|
-
"customElement": true
|
39137
|
+
]
|
39138
39138
|
}
|
39139
39139
|
],
|
39140
39140
|
"exports": [
|
@@ -39142,8 +39142,8 @@
|
|
39142
39142
|
"kind": "js",
|
39143
39143
|
"name": "default",
|
39144
39144
|
"declaration": {
|
39145
|
-
"name": "
|
39146
|
-
"module": "components/
|
39145
|
+
"name": "Searchfield",
|
39146
|
+
"module": "components/searchfield/searchfield.component.js"
|
39147
39147
|
}
|
39148
39148
|
}
|
39149
39149
|
]
|