@momentum-design/components 0.120.7 → 0.120.8

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.
@@ -4273,26 +4273,6 @@
4273
4273
  "description": "The icon badge.",
4274
4274
  "name": "badge-icon"
4275
4275
  },
4276
- {
4277
- "description": "The error icon badge.",
4278
- "name": "badge-icon__error"
4279
- },
4280
- {
4281
- "description": "The primary icon badge.",
4282
- "name": "badge-icon__primary"
4283
- },
4284
- {
4285
- "description": "The secondary icon badge.",
4286
- "name": "badge-icon__secondary"
4287
- },
4288
- {
4289
- "description": "The success icon badge.",
4290
- "name": "badge-icon__success"
4291
- },
4292
- {
4293
- "description": "The warning icon badge.",
4294
- "name": "badge-icon__warning"
4295
- },
4296
4276
  {
4297
4277
  "description": "The overlay badge.",
4298
4278
  "name": "badge-overlay"
@@ -4408,13 +4388,6 @@
4408
4388
  "text": "string"
4409
4389
  },
4410
4390
  "description": "the name of the icon from the icon set"
4411
- },
4412
- {
4413
- "name": "backgroundPartPostfix",
4414
- "type": {
4415
- "text": "string"
4416
- },
4417
- "description": "postfix for the part to style the badge icon."
4418
4391
  }
4419
4392
  ],
4420
4393
  "description": "Method to generate the badge icon."
@@ -4554,7 +4527,7 @@
4554
4527
  "module": "/src/models"
4555
4528
  },
4556
4529
  "tagName": "mdc-badge",
4557
- "jsDoc": "/**\n * The `mdc-badge` component is a versatile UI element used to\n * display dot, icons, counters, success, warning and error type badge.\n *\n * Supported badge types:\n * - `dot`: Displays a dot notification badge with a blue color.\n * - `icon`: Displays a badge with a specified icon using the `icon-name` attribute.\n * - `counter`: Displays a badge with a counter value. If the counter exceeds the `max-counter`,\n * it shows `maxCounter+`. The maximum value of the counter is 999 and anything above that will be set to `999+`.\n * - `success`: Displays a success badge with a check circle icon and green color.\n * - `warning`: Displays a warning badge with a warning icon and yellow color.\n * - `error`: Displays a error badge with a error legacy icon and red color.\n *\n * For `icon`, `success`, `warning` and `error` types, the `mdc-icon` component is used to render the icon.\n *\n * For the `counter` type, the `mdc-text` component is used to render the counter value.\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @tagname mdc-badge\n *\n * @cssproperty --mdc-badge-primary-foreground-color - The foreground color of the primary badge.\n * @cssproperty --mdc-badge-primary-background-color - The background color of the primary badge.\n * @cssproperty --mdc-badge-secondary-foreground-color - The foreground color of the secondary badge.\n * @cssproperty --mdc-badge-secondary-background-color - The background color of the secondary badge.\n * @cssproperty --mdc-badge-success-foreground-color - The foreground color of the success badge.\n * @cssproperty --mdc-badge-success-background-color - The background color of the success badge.\n * @cssproperty --mdc-badge-warning-foreground-color - The foreground color of the warning badge.\n * @cssproperty --mdc-badge-warning-background-color - The background color of the warning badge.\n * @cssproperty --mdc-badge-error-foreground-color - The foreground color of the error badge.\n * @cssproperty --mdc-badge-error-background-color - The background color of the error badge.\n * @cssproperty --mdc-badge-overlay-background-color - The background color of the badge overlay.\n *\n * @csspart badge-dot - The dot notification badge.\n * @csspart badge-icon - The icon badge.\n * @csspart badge-icon__error - The error icon badge.\n * @csspart badge-icon__primary - The primary icon badge.\n * @csspart badge-icon__secondary - The secondary icon badge.\n * @csspart badge-icon__success - The success icon badge.\n * @csspart badge-icon__warning - The warning icon badge.\n * @csspart badge-overlay - The overlay badge.\n * @csspart badge-text - The text badge.\n */",
4530
+ "jsDoc": "/**\n * The `mdc-badge` component is a versatile UI element used to\n * display dot, icons, counters, success, warning and error type badge.\n *\n * Supported badge types:\n * - `dot`: Displays a dot notification badge with a blue color.\n * - `icon`: Displays a badge with a specified icon using the `icon-name` attribute.\n * - `counter`: Displays a badge with a counter value. If the counter exceeds the `max-counter`,\n * it shows `maxCounter+`. The maximum value of the counter is 999 and anything above that will be set to `999+`.\n * - `success`: Displays a success badge with a check circle icon and green color.\n * - `warning`: Displays a warning badge with a warning icon and yellow color.\n * - `error`: Displays a error badge with a error legacy icon and red color.\n *\n * For `icon`, `success`, `warning` and `error` types, the `mdc-icon` component is used to render the icon.\n *\n * For the `counter` type, the `mdc-text` component is used to render the counter value.\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @tagname mdc-badge\n *\n * @cssproperty --mdc-badge-primary-foreground-color - The foreground color of the primary badge.\n * @cssproperty --mdc-badge-primary-background-color - The background color of the primary badge.\n * @cssproperty --mdc-badge-secondary-foreground-color - The foreground color of the secondary badge.\n * @cssproperty --mdc-badge-secondary-background-color - The background color of the secondary badge.\n * @cssproperty --mdc-badge-success-foreground-color - The foreground color of the success badge.\n * @cssproperty --mdc-badge-success-background-color - The background color of the success badge.\n * @cssproperty --mdc-badge-warning-foreground-color - The foreground color of the warning badge.\n * @cssproperty --mdc-badge-warning-background-color - The background color of the warning badge.\n * @cssproperty --mdc-badge-error-foreground-color - The foreground color of the error badge.\n * @cssproperty --mdc-badge-error-background-color - The background color of the error badge.\n * @cssproperty --mdc-badge-overlay-background-color - The background color of the badge overlay.\n *\n * @csspart badge-dot - The dot notification badge.\n * @csspart badge-icon - The icon badge.\n * @csspart badge-overlay - The overlay badge.\n * @csspart badge-text - The text badge.\n */",
4558
4531
  "customElement": true
4559
4532
  }
4560
4533
  ],
@@ -36502,89 +36475,67 @@
36502
36475
  },
36503
36476
  {
36504
36477
  "kind": "javascript-module",
36505
- "path": "components/select/select.component.js",
36478
+ "path": "components/searchfield/searchfield.component.js",
36506
36479
  "declarations": [
36507
36480
  {
36508
36481
  "kind": "class",
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
- {
36513
- "description": "The background color of the combobox of select.",
36514
- "name": "--mdc-select-background-color"
36515
- },
36516
- {
36517
- "description": "The background color of the combobox of select when hovered.",
36518
- "name": "--mdc-select-background-color-hover"
36519
- },
36520
- {
36521
- "description": "The background color of the combobox of select when active.",
36522
- "name": "--mdc-select-background-color-active"
36523
- },
36524
- {
36525
- "description": "The background color of the combobox of select when disabled.",
36526
- "name": "--mdc-select-background-color-disabled"
36527
- },
36528
- {
36529
- "description": "The text color of the select.",
36530
- "name": "--mdc-select-text-color"
36531
- },
36532
- {
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
- },
36482
+ "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.",
36483
+ "name": "Searchfield",
36484
+ "cssParts": [
36548
36485
  {
36549
- "description": "The border color of the select when in success state.",
36550
- "name": "--mdc-select-border-color-success"
36486
+ "description": "The label element.",
36487
+ "name": "label",
36488
+ "inheritedFrom": {
36489
+ "name": "FormfieldWrapper",
36490
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
36491
+ }
36551
36492
  },
36552
36493
  {
36553
- "description": "The border color of the select when in warning state.",
36554
- "name": "--mdc-select-border-color-warning"
36494
+ "description": "The container for the label and required indicator elements.",
36495
+ "name": "label-text",
36496
+ "inheritedFrom": {
36497
+ "name": "FormfieldWrapper",
36498
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
36499
+ }
36555
36500
  },
36556
36501
  {
36557
- "description": "The border color of the select when in error state.",
36558
- "name": "--mdc-select-border-color-error"
36502
+ "description": "The leading icon element that is displayed before the input field.",
36503
+ "name": "leading-icon",
36504
+ "inheritedFrom": {
36505
+ "name": "Input",
36506
+ "module": "src/components/input/input.component.ts"
36507
+ }
36559
36508
  },
36560
36509
  {
36561
- "description": "The width of the select.",
36562
- "name": "--mdc-select-width"
36510
+ "description": "The container for the input field, leading icon, prefix text, and trailing button elements.",
36511
+ "name": "input-container",
36512
+ "inheritedFrom": {
36513
+ "name": "Input",
36514
+ "module": "src/components/input/input.component.ts"
36515
+ }
36563
36516
  },
36564
36517
  {
36565
- "description": "The height of the listbox inside the select.",
36566
- "name": "--mdc-select-listbox-height"
36518
+ "description": "The container for the input field, leading icon, and prefix text elements.",
36519
+ "name": "input-section",
36520
+ "inheritedFrom": {
36521
+ "name": "Input",
36522
+ "module": "src/components/input/input.component.ts"
36523
+ }
36567
36524
  },
36568
36525
  {
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",
36526
+ "description": "The input field element.",
36527
+ "name": "input-text",
36577
36528
  "inheritedFrom": {
36578
- "name": "FormfieldWrapper",
36579
- "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
36529
+ "name": "Input",
36530
+ "module": "src/components/input/input.component.ts"
36580
36531
  }
36581
36532
  },
36582
36533
  {
36583
- "description": "The container for the label and required indicator elements.",
36584
- "name": "label-text",
36534
+ "description": "The trailing button element that is displayed to clear the input field when the `trailingButton` property is set to true.",
36535
+ "name": "trailing-button",
36585
36536
  "inheritedFrom": {
36586
- "name": "FormfieldWrapper",
36587
- "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
36537
+ "name": "Input",
36538
+ "module": "src/components/input/input.component.ts"
36588
36539
  }
36589
36540
  },
36590
36541
  {
@@ -36636,34 +36587,18 @@
36636
36587
  }
36637
36588
  },
36638
36589
  {
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"
36590
+ "description": "The prefix text element that is displayed before the input field.",
36591
+ "name": "prefix-text",
36592
+ "inheritedFrom": {
36593
+ "name": "Input",
36594
+ "module": "src/components/input/input.component.ts"
36595
+ }
36661
36596
  }
36662
36597
  ],
36663
36598
  "slots": [
36664
36599
  {
36665
- "description": "This is a default/unnamed slot for Selectlistbox including options and/or option group.",
36666
- "name": "default"
36600
+ "description": "Slot for input chips",
36601
+ "name": "filters"
36667
36602
  },
36668
36603
  {
36669
36604
  "description": "Slot for the label element. If not provided, the `label` property will be used to render the label.",
@@ -36696,488 +36631,525 @@
36696
36631
  "name": "FormfieldWrapper",
36697
36632
  "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
36698
36633
  }
36634
+ },
36635
+ {
36636
+ "description": "Slot for the input element. If not provided, the input field will be rendered.",
36637
+ "name": "input",
36638
+ "inheritedFrom": {
36639
+ "name": "Input",
36640
+ "module": "src/components/input/input.component.ts"
36641
+ }
36642
+ },
36643
+ {
36644
+ "description": "Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.",
36645
+ "name": "input-leading-icon",
36646
+ "inheritedFrom": {
36647
+ "name": "Input",
36648
+ "module": "src/components/input/input.component.ts"
36649
+ }
36650
+ },
36651
+ {
36652
+ "description": "Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.",
36653
+ "name": "input-prefix-text",
36654
+ "inheritedFrom": {
36655
+ "name": "Input",
36656
+ "module": "src/components/input/input.component.ts"
36657
+ }
36658
+ },
36659
+ {
36660
+ "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.",
36661
+ "name": "trailing-button",
36662
+ "inheritedFrom": {
36663
+ "name": "Input",
36664
+ "module": "src/components/input/input.component.ts"
36665
+ }
36699
36666
  }
36700
36667
  ],
36701
36668
  "members": [
36702
36669
  {
36703
36670
  "kind": "field",
36704
- "name": "placeholder",
36671
+ "name": "inputChips",
36705
36672
  "type": {
36706
- "text": "string | undefined"
36707
- },
36708
- "description": "The placeholder text which will be shown on the text if provided.",
36709
- "attribute": "placeholder"
36673
+ "text": "Array<HTMLElement> | undefined"
36674
+ }
36710
36675
  },
36711
36676
  {
36712
- "kind": "field",
36713
- "name": "readonly",
36714
- "type": {
36715
- "text": "boolean"
36716
- },
36717
- "default": "false",
36718
- "description": "readonly attribute of the select field. If true, the select is read-only.",
36719
- "attribute": "readonly"
36677
+ "kind": "method",
36678
+ "name": "handleKeyDown",
36679
+ "privacy": "protected",
36680
+ "parameters": [
36681
+ {
36682
+ "name": "event",
36683
+ "type": {
36684
+ "text": "KeyboardEvent"
36685
+ },
36686
+ "description": "Keyboard event"
36687
+ }
36688
+ ],
36689
+ "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.",
36690
+ "inheritedFrom": {
36691
+ "name": "Input",
36692
+ "module": "components/input/input.component.js"
36693
+ }
36694
+ },
36695
+ {
36696
+ "kind": "method",
36697
+ "name": "renderInputChips",
36698
+ "privacy": "private",
36699
+ "description": "This method is used to render the input chips inside filters slot.\nIt will remove any elements that are not input chips."
36700
+ },
36701
+ {
36702
+ "kind": "method",
36703
+ "name": "clearInputText",
36704
+ "privacy": "protected",
36705
+ "description": "Clears the input field.",
36706
+ "inheritedFrom": {
36707
+ "name": "Input",
36708
+ "module": "components/input/input.component.js"
36709
+ }
36720
36710
  },
36721
36711
  {
36722
36712
  "kind": "field",
36723
- "name": "placement",
36713
+ "name": "autoFocusOnMount",
36724
36714
  "type": {
36725
- "text": "Placement"
36715
+ "text": "boolean"
36726
36716
  },
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
36717
+ "default": "false",
36718
+ "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.",
36719
+ "attribute": "auto-focus-on-mount",
36720
+ "reflects": true,
36721
+ "inheritedFrom": {
36722
+ "name": "AutoFocusOnMountMixin",
36723
+ "module": "utils/mixins/AutoFocusOnMountMixin.js"
36724
+ }
36731
36725
  },
36732
36726
  {
36733
36727
  "kind": "field",
36734
- "name": "softDisabled",
36728
+ "name": "name",
36735
36729
  "type": {
36736
- "text": "boolean | undefined"
36730
+ "text": "string"
36737
36731
  },
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
36732
+ "default": "''",
36733
+ "description": "Indicates the name of the component group.\nThey are used to group elements in a form together.",
36734
+ "attribute": "name",
36735
+ "reflects": true,
36736
+ "inheritedFrom": {
36737
+ "name": "FormInternalsMixin",
36738
+ "module": "utils/mixins/FormInternalsMixin.js"
36739
+ }
36742
36740
  },
36743
36741
  {
36744
36742
  "kind": "field",
36745
- "name": "boundary",
36743
+ "name": "value",
36746
36744
  "type": {
36747
- "text": "'clippingAncestors' | string"
36745
+ "text": "string"
36748
36746
  },
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
36747
+ "default": "''",
36748
+ "description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
36749
+ "attribute": "value",
36750
+ "reflects": true,
36751
+ "inheritedFrom": {
36752
+ "name": "FormInternalsMixin",
36753
+ "module": "utils/mixins/FormInternalsMixin.js"
36754
+ }
36753
36755
  },
36754
36756
  {
36755
36757
  "kind": "field",
36756
- "name": "strategy",
36758
+ "name": "validationMessage",
36757
36759
  "type": {
36758
- "text": "PopoverStrategy"
36760
+ "text": "string | undefined"
36759
36761
  },
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
36762
+ "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.",
36763
+ "attribute": "validation-message",
36764
+ "reflects": true,
36765
+ "inheritedFrom": {
36766
+ "name": "FormInternalsMixin",
36767
+ "module": "utils/mixins/FormInternalsMixin.js"
36768
+ }
36764
36769
  },
36765
36770
  {
36766
36771
  "kind": "field",
36767
- "name": "popoverZIndex",
36772
+ "name": "validity",
36768
36773
  "type": {
36769
- "text": "number"
36774
+ "text": "ValidityState"
36770
36775
  },
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
36776
+ "readonly": true,
36777
+ "inheritedFrom": {
36778
+ "name": "FormInternalsMixin",
36779
+ "module": "utils/mixins/FormInternalsMixin.js"
36780
+ }
36775
36781
  },
36776
36782
  {
36777
36783
  "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
36784
+ "name": "willValidate",
36785
+ "readonly": true,
36786
+ "inheritedFrom": {
36787
+ "name": "FormInternalsMixin",
36788
+ "module": "utils/mixins/FormInternalsMixin.js"
36789
+ }
36785
36790
  },
36786
36791
  {
36787
36792
  "kind": "method",
36788
- "name": "handleOptionsClick",
36789
- "privacy": "private",
36793
+ "name": "setValidity",
36794
+ "description": "Sets the validity of the input field based on the input field's validity.",
36790
36795
  "return": {
36791
36796
  "type": {
36792
- "text": "void"
36797
+ "text": ""
36793
36798
  }
36794
36799
  },
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."
36800
+ "inheritedFrom": {
36801
+ "name": "FormInternalsMixin",
36802
+ "module": "utils/mixins/FormInternalsMixin.js"
36803
+ }
36805
36804
  },
36806
36805
  {
36807
36806
  "kind": "method",
36808
- "name": "setSelectedOption",
36809
- "privacy": "private",
36807
+ "name": "checkValidity",
36810
36808
  "return": {
36811
36809
  "type": {
36812
- "text": "void"
36810
+ "text": "boolean"
36813
36811
  }
36814
36812
  },
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."
36813
+ "inheritedFrom": {
36814
+ "name": "FormInternalsMixin",
36815
+ "module": "utils/mixins/FormInternalsMixin.js"
36816
+ }
36825
36817
  },
36826
36818
  {
36827
36819
  "kind": "method",
36828
- "name": "updateSelectedInChildOptions",
36829
- "privacy": "private",
36830
- "return": {
36831
- "type": {
36832
- "text": "void"
36833
- }
36834
- },
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"
36820
+ "name": "reportValidity",
36821
+ "inheritedFrom": {
36822
+ "name": "FormInternalsMixin",
36823
+ "module": "utils/mixins/FormInternalsMixin.js"
36824
+ }
36845
36825
  },
36846
36826
  {
36847
- "kind": "method",
36848
- "name": "fireEvents",
36849
- "privacy": "private",
36850
- "return": {
36851
- "type": {
36852
- "text": "void"
36853
- }
36827
+ "kind": "field",
36828
+ "name": "dataAriaLabel",
36829
+ "type": {
36830
+ "text": "string | null"
36854
36831
  },
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."
36832
+ "default": "null",
36833
+ "description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
36834
+ "attribute": "data-aria-label",
36835
+ "reflects": true,
36836
+ "inheritedFrom": {
36837
+ "name": "DataAriaLabelMixin",
36838
+ "module": "utils/mixins/DataAriaLabelMixin.js"
36839
+ }
36856
36840
  },
36857
36841
  {
36858
- "kind": "method",
36859
- "name": "dispatchChange",
36860
- "privacy": "private",
36861
- "return": {
36862
- "type": {
36863
- "text": "void"
36864
- }
36842
+ "kind": "field",
36843
+ "name": "placeholder",
36844
+ "type": {
36845
+ "text": "string"
36865
36846
  },
36866
- "parameters": [
36867
- {
36868
- "name": "option",
36869
- "type": {
36870
- "text": "Option"
36871
- }
36872
- }
36873
- ]
36847
+ "default": "''",
36848
+ "description": "The placeholder text that is displayed when the input field is empty.",
36849
+ "attribute": "placeholder",
36850
+ "inheritedFrom": {
36851
+ "name": "Input",
36852
+ "module": "components/input/input.component.js"
36853
+ }
36874
36854
  },
36875
36855
  {
36876
- "kind": "method",
36877
- "name": "dispatchInput",
36878
- "privacy": "private",
36879
- "return": {
36880
- "type": {
36881
- "text": "void"
36882
- }
36856
+ "kind": "field",
36857
+ "name": "readonly",
36858
+ "type": {
36859
+ "text": "boolean"
36883
36860
  },
36884
- "parameters": [
36885
- {
36886
- "name": "option",
36887
- "type": {
36888
- "text": "Option"
36889
- }
36890
- }
36891
- ]
36861
+ "default": "false",
36862
+ "description": "readonly attribute of the input field. If true, the input field is read-only.",
36863
+ "attribute": "readonly",
36864
+ "inheritedFrom": {
36865
+ "name": "Input",
36866
+ "module": "components/input/input.component.js"
36867
+ }
36892
36868
  },
36893
36869
  {
36894
- "kind": "method",
36895
- "name": "handleClickCombobox",
36896
- "privacy": "private",
36897
- "return": {
36898
- "type": {
36899
- "text": "void"
36900
- }
36870
+ "kind": "field",
36871
+ "name": "prefixText",
36872
+ "type": {
36873
+ "text": "string | undefined"
36901
36874
  },
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."
36875
+ "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.",
36876
+ "attribute": "prefix-text",
36877
+ "inheritedFrom": {
36878
+ "name": "Input",
36879
+ "module": "components/input/input.component.js"
36880
+ }
36912
36881
  },
36913
36882
  {
36914
- "kind": "method",
36915
- "name": "handleKeydownCombobox",
36916
- "privacy": "private",
36917
- "return": {
36918
- "type": {
36919
- "text": "void"
36920
- }
36883
+ "kind": "field",
36884
+ "name": "leadingIcon",
36885
+ "type": {
36886
+ "text": "IconNames | undefined"
36921
36887
  },
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."
36888
+ "description": "The leading icon that is displayed before the input field.",
36889
+ "attribute": "leading-icon",
36890
+ "inheritedFrom": {
36891
+ "name": "Input",
36892
+ "module": "components/input/input.component.js"
36893
+ }
36932
36894
  },
36933
36895
  {
36934
- "kind": "method",
36935
- "name": "getCurrentIndex",
36936
- "privacy": "private",
36937
- "return": {
36938
- "type": {
36939
- "text": ""
36940
- }
36896
+ "kind": "field",
36897
+ "name": "trailingButton",
36898
+ "type": {
36899
+ "text": "boolean"
36941
36900
  },
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.",
36901
+ "default": "false",
36902
+ "description": "The trailing button when set to true, shows a clear button that clears the input field.",
36903
+ "attribute": "trailing-button",
36952
36904
  "inheritedFrom": {
36953
- "name": "ListNavigationMixin",
36954
- "module": "utils/mixins/ListNavigationMixin.js"
36905
+ "name": "Input",
36906
+ "module": "components/input/input.component.js"
36955
36907
  }
36956
36908
  },
36957
36909
  {
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",
36910
+ "kind": "field",
36911
+ "name": "maxlength",
36912
+ "type": {
36913
+ "text": "number | undefined"
36914
+ },
36915
+ "description": "The maximum number of characters that the input field can accept.",
36916
+ "attribute": "maxlength",
36971
36917
  "inheritedFrom": {
36972
- "name": "ListNavigationMixin",
36973
- "module": "utils/mixins/ListNavigationMixin.js"
36918
+ "name": "Input",
36919
+ "module": "components/input/input.component.js"
36974
36920
  }
36975
36921
  },
36976
36922
  {
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
- }
36923
+ "kind": "field",
36924
+ "name": "minlength",
36925
+ "type": {
36926
+ "text": "number | undefined"
37007
36927
  },
36928
+ "description": "The minimum number of characters that the input field can accept.",
36929
+ "attribute": "minlength",
37008
36930
  "inheritedFrom": {
37009
- "name": "ListNavigationMixin",
37010
- "module": "utils/mixins/ListNavigationMixin.js"
36931
+ "name": "Input",
36932
+ "module": "components/input/input.component.js"
37011
36933
  }
37012
36934
  },
37013
36935
  {
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
- }
36936
+ "kind": "field",
36937
+ "name": "autocapitalize",
36938
+ "type": {
36939
+ "text": "AutoCapitalizeType"
37038
36940
  },
36941
+ "description": "The autocapitalize attribute of the input field.",
36942
+ "default": "'off'",
36943
+ "attribute": "autocapitalize",
37039
36944
  "inheritedFrom": {
37040
- "name": "ListNavigationMixin",
37041
- "module": "utils/mixins/ListNavigationMixin.js"
36945
+ "name": "Input",
36946
+ "module": "components/input/input.component.js"
37042
36947
  }
37043
36948
  },
37044
36949
  {
37045
- "kind": "method",
37046
- "name": "shouldLoop",
37047
- "privacy": "private",
36950
+ "kind": "field",
36951
+ "name": "autocomplete",
36952
+ "type": {
36953
+ "text": "AutoCompleteType"
36954
+ },
36955
+ "description": "The autocomplete attribute of the input field.",
36956
+ "default": "'off'",
36957
+ "attribute": "autocomplete",
37048
36958
  "inheritedFrom": {
37049
- "name": "ListNavigationMixin",
37050
- "module": "utils/mixins/ListNavigationMixin.js"
36959
+ "name": "Input",
36960
+ "module": "components/input/input.component.js"
37051
36961
  }
37052
36962
  },
37053
36963
  {
37054
36964
  "kind": "field",
37055
- "name": "autoFocusOnMount",
36965
+ "name": "dirname",
37056
36966
  "type": {
37057
- "text": "boolean"
36967
+ "text": "string | undefined"
37058
36968
  },
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,
36969
+ "description": "Specifies the name of the directionality of text for submission purposes (e.g., \"rtl\" for right-to-left).",
36970
+ "attribute": "dirname",
37063
36971
  "inheritedFrom": {
37064
- "name": "AutoFocusOnMountMixin",
37065
- "module": "utils/mixins/AutoFocusOnMountMixin.js"
36972
+ "name": "Input",
36973
+ "module": "components/input/input.component.js"
37066
36974
  }
37067
36975
  },
37068
36976
  {
37069
36977
  "kind": "field",
37070
- "name": "name",
36978
+ "name": "pattern",
37071
36979
  "type": {
37072
- "text": "string"
36980
+ "text": "string | undefined"
37073
36981
  },
37074
- "default": "''",
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,
36982
+ "description": "The pattern attribute of the input field.\nSpecifies a regular expression that the input value must match for validation purposes.",
36983
+ "attribute": "pattern",
37078
36984
  "inheritedFrom": {
37079
- "name": "FormInternalsMixin",
37080
- "module": "utils/mixins/FormInternalsMixin.js"
36985
+ "name": "Input",
36986
+ "module": "components/input/input.component.js"
37081
36987
  }
37082
36988
  },
37083
36989
  {
37084
36990
  "kind": "field",
37085
- "name": "value",
36991
+ "name": "list",
37086
36992
  "type": {
37087
- "text": "string"
36993
+ "text": "string | undefined"
37088
36994
  },
37089
- "default": "''",
37090
- "description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
37091
- "attribute": "value",
37092
- "reflects": true,
36995
+ "description": "The list attribute of the input field.\nIdentifies a list of pre-defined options to suggest to the user.",
36996
+ "attribute": "list",
37093
36997
  "inheritedFrom": {
37094
- "name": "FormInternalsMixin",
37095
- "module": "utils/mixins/FormInternalsMixin.js"
36998
+ "name": "Input",
36999
+ "module": "components/input/input.component.js"
37096
37000
  }
37097
37001
  },
37098
37002
  {
37099
37003
  "kind": "field",
37100
- "name": "validationMessage",
37004
+ "name": "size",
37101
37005
  "type": {
37102
- "text": "string | undefined"
37006
+ "text": "number | undefined | undefined"
37103
37007
  },
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,
37008
+ "description": "The size attribute of the input field.\nSpecifies the width of the input field.",
37009
+ "default": "undefined",
37010
+ "attribute": "size",
37107
37011
  "inheritedFrom": {
37108
- "name": "FormInternalsMixin",
37109
- "module": "utils/mixins/FormInternalsMixin.js"
37012
+ "name": "Input",
37013
+ "module": "components/input/input.component.js"
37110
37014
  }
37111
37015
  },
37112
37016
  {
37113
37017
  "kind": "field",
37114
- "name": "validity",
37018
+ "name": "clearAriaLabel",
37115
37019
  "type": {
37116
- "text": "ValidityState"
37020
+ "text": "string"
37117
37021
  },
37118
- "readonly": true,
37022
+ "default": "''",
37023
+ "description": "Aria label for the trailing button. If trailing button is set to true, this label is used for the clear button.",
37024
+ "attribute": "clear-aria-label",
37119
37025
  "inheritedFrom": {
37120
- "name": "FormInternalsMixin",
37121
- "module": "utils/mixins/FormInternalsMixin.js"
37026
+ "name": "Input",
37027
+ "module": "components/input/input.component.js"
37122
37028
  }
37123
37029
  },
37124
37030
  {
37125
- "kind": "field",
37126
- "name": "willValidate",
37127
- "readonly": true,
37031
+ "kind": "method",
37032
+ "name": "setInputValidity",
37033
+ "privacy": "private",
37128
37034
  "inheritedFrom": {
37129
- "name": "FormInternalsMixin",
37130
- "module": "utils/mixins/FormInternalsMixin.js"
37035
+ "name": "Input",
37036
+ "module": "components/input/input.component.js"
37131
37037
  }
37132
37038
  },
37133
37039
  {
37134
37040
  "kind": "method",
37135
- "name": "setValidity",
37136
- "description": "Sets the validity of the input field based on the input field's validity.",
37041
+ "name": "updateValue",
37042
+ "privacy": "private",
37043
+ "description": "Updates the value of the input field.\nSets the form value.",
37137
37044
  "return": {
37138
37045
  "type": {
37139
37046
  "text": ""
37140
37047
  }
37141
37048
  },
37142
37049
  "inheritedFrom": {
37143
- "name": "FormInternalsMixin",
37144
- "module": "utils/mixins/FormInternalsMixin.js"
37050
+ "name": "Input",
37051
+ "module": "components/input/input.component.js"
37145
37052
  }
37146
37053
  },
37147
37054
  {
37148
37055
  "kind": "method",
37149
- "name": "checkValidity",
37056
+ "name": "onInput",
37057
+ "privacy": "private",
37058
+ "description": "Handles the input event of the input field.\nUpdates the value and sets the validity of the input field.",
37059
+ "inheritedFrom": {
37060
+ "name": "Input",
37061
+ "module": "components/input/input.component.js"
37062
+ }
37063
+ },
37064
+ {
37065
+ "kind": "method",
37066
+ "name": "onChange",
37067
+ "privacy": "private",
37068
+ "parameters": [
37069
+ {
37070
+ "name": "event",
37071
+ "type": {
37072
+ "text": "Event"
37073
+ },
37074
+ "description": "Event which contains information about the value change."
37075
+ }
37076
+ ],
37077
+ "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",
37078
+ "inheritedFrom": {
37079
+ "name": "Input",
37080
+ "module": "components/input/input.component.js"
37081
+ }
37082
+ },
37083
+ {
37084
+ "kind": "method",
37085
+ "name": "renderLeadingIcon",
37086
+ "privacy": "protected",
37087
+ "description": "Renders the leading icon before the input field.\nIf the leading icon is not set, it will not be displayed.",
37150
37088
  "return": {
37151
37089
  "type": {
37152
- "text": "boolean"
37090
+ "text": ""
37153
37091
  }
37154
37092
  },
37155
37093
  "inheritedFrom": {
37156
- "name": "FormInternalsMixin",
37157
- "module": "utils/mixins/FormInternalsMixin.js"
37094
+ "name": "Input",
37095
+ "module": "components/input/input.component.js"
37158
37096
  }
37159
37097
  },
37160
37098
  {
37161
37099
  "kind": "method",
37162
- "name": "reportValidity",
37100
+ "name": "renderPrefixText",
37101
+ "privacy": "protected",
37102
+ "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.",
37103
+ "return": {
37104
+ "type": {
37105
+ "text": ""
37106
+ }
37107
+ },
37163
37108
  "inheritedFrom": {
37164
- "name": "FormInternalsMixin",
37165
- "module": "utils/mixins/FormInternalsMixin.js"
37109
+ "name": "Input",
37110
+ "module": "components/input/input.component.js"
37166
37111
  }
37167
37112
  },
37168
37113
  {
37169
- "kind": "field",
37170
- "name": "dataAriaLabel",
37171
- "type": {
37172
- "text": "string | null"
37114
+ "kind": "method",
37115
+ "name": "renderTrailingButton",
37116
+ "privacy": "protected",
37117
+ "parameters": [
37118
+ {
37119
+ "name": "show",
37120
+ "default": "false"
37121
+ }
37122
+ ],
37123
+ "description": "Renders the trailing button to clear the input field if the trailingButton is set to true.",
37124
+ "return": {
37125
+ "type": {
37126
+ "text": ""
37127
+ }
37173
37128
  },
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,
37178
37129
  "inheritedFrom": {
37179
- "name": "DataAriaLabelMixin",
37180
- "module": "utils/mixins/DataAriaLabelMixin.js"
37130
+ "name": "Input",
37131
+ "module": "components/input/input.component.js"
37132
+ }
37133
+ },
37134
+ {
37135
+ "kind": "method",
37136
+ "name": "renderInputElement",
37137
+ "privacy": "protected",
37138
+ "parameters": [
37139
+ {
37140
+ "name": "type",
37141
+ "type": {
37142
+ "text": "InputType"
37143
+ }
37144
+ },
37145
+ {
37146
+ "name": "hidePlaceholder",
37147
+ "default": "false"
37148
+ }
37149
+ ],
37150
+ "inheritedFrom": {
37151
+ "name": "Input",
37152
+ "module": "components/input/input.component.js"
37181
37153
  }
37182
37154
  },
37183
37155
  {
@@ -37386,108 +37358,71 @@
37386
37358
  ],
37387
37359
  "events": [
37388
37360
  {
37389
- "name": "change",
37390
- "type": {
37391
- "text": "CustomEvent"
37392
- },
37393
- "description": "(React: onChange) This event is dispatched when the select is changed.",
37394
- "reactName": "onChange"
37395
- },
37396
- {
37361
+ "description": "(React: onInput) This event is dispatched when the value of the input field changes (every press).",
37397
37362
  "name": "input",
37398
- "type": {
37399
- "text": "CustomEvent"
37400
- },
37401
- "description": "(React: onInput) This event is dispatched when the select is changed.",
37402
- "reactName": "onInput"
37403
- },
37404
- {
37405
- "description": "(React: onClick) This event is dispatched when the select is clicked.",
37406
- "name": "click",
37407
- "reactName": "onClick"
37363
+ "reactName": "onInput",
37364
+ "inheritedFrom": {
37365
+ "name": "Input",
37366
+ "module": "src/components/input/input.component.ts"
37367
+ }
37408
37368
  },
37409
37369
  {
37410
- "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the select.",
37411
- "name": "keydown",
37412
- "reactName": "onKeyDown"
37370
+ "description": "(React: onChange) This event is dispatched when the value of the input field changes (on blur).",
37371
+ "name": "change",
37372
+ "reactName": "onChange",
37373
+ "inheritedFrom": {
37374
+ "name": "Input",
37375
+ "module": "src/components/input/input.component.ts"
37376
+ }
37413
37377
  },
37414
37378
  {
37415
- "description": "(React: onFocus) This event is dispatched when the select receives focus.",
37379
+ "description": "(React: onFocus) This event is dispatched when the input receives focus.",
37416
37380
  "name": "focus",
37417
- "reactName": "onFocus"
37418
- }
37419
- ],
37420
- "attributes": [
37421
- {
37422
- "name": "placeholder",
37423
- "type": {
37424
- "text": "string | undefined"
37425
- },
37426
- "description": "The placeholder text which will be shown on the text if provided.",
37427
- "fieldName": "placeholder"
37428
- },
37429
- {
37430
- "name": "readonly",
37431
- "type": {
37432
- "text": "boolean"
37433
- },
37434
- "default": "false",
37435
- "description": "readonly attribute of the select field. If true, the select is read-only.",
37436
- "fieldName": "readonly"
37437
- },
37438
- {
37439
- "name": "placement",
37440
- "type": {
37441
- "text": "Placement"
37442
- },
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"
37446
- },
37447
- {
37448
- "name": "soft-disabled",
37449
- "type": {
37450
- "text": "boolean | undefined"
37451
- },
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"
37455
- },
37456
- {
37457
- "name": "boundary",
37458
- "type": {
37459
- "text": "'clippingAncestors' | string"
37460
- },
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"
37381
+ "reactName": "onFocus",
37382
+ "inheritedFrom": {
37383
+ "name": "Input",
37384
+ "module": "src/components/input/input.component.ts"
37385
+ }
37464
37386
  },
37465
37387
  {
37466
- "name": "strategy",
37467
- "type": {
37468
- "text": "PopoverStrategy"
37469
- },
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"
37388
+ "description": "(React: onBlur) This event is dispatched when the input loses focus.",
37389
+ "name": "blur",
37390
+ "reactName": "onBlur",
37391
+ "inheritedFrom": {
37392
+ "name": "Input",
37393
+ "module": "src/components/input/input.component.ts"
37394
+ }
37473
37395
  },
37474
37396
  {
37475
- "name": "popover-z-index",
37397
+ "name": "clear",
37476
37398
  "type": {
37477
- "text": "number"
37399
+ "text": "CustomEvent"
37478
37400
  },
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"
37401
+ "description": "(React: onClear) This event is dispatched when the input text is cleared.",
37402
+ "reactName": "onClear",
37403
+ "inheritedFrom": {
37404
+ "name": "Input",
37405
+ "module": "src/components/input/input.component.ts"
37406
+ }
37482
37407
  },
37483
37408
  {
37484
- "name": "backdrop-append-to",
37485
37409
  "type": {
37486
- "text": "string | undefined"
37410
+ "text": "EventConstructor"
37487
37411
  },
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"
37490
- },
37412
+ "inheritedFrom": {
37413
+ "name": "Input",
37414
+ "module": "src/components/input/input.component.ts"
37415
+ }
37416
+ }
37417
+ ],
37418
+ "superclass": {
37419
+ "name": "Input",
37420
+ "module": "/src/components/input/input.component"
37421
+ },
37422
+ "tagName": "mdc-searchfield",
37423
+ "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 */",
37424
+ "customElement": true,
37425
+ "attributes": [
37491
37426
  {
37492
37427
  "name": "auto-focus-on-mount",
37493
37428
  "type": {
@@ -37553,59 +37488,234 @@
37553
37488
  }
37554
37489
  },
37555
37490
  {
37556
- "name": "disabled",
37557
- "type": {
37558
- "text": "boolean | undefined"
37559
- },
37560
- "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
37561
- "default": "undefined",
37562
- "fieldName": "disabled",
37563
- "inheritedFrom": {
37564
- "name": "FormfieldWrapper",
37565
- "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
37566
- }
37567
- },
37568
- {
37569
- "name": "label",
37491
+ "name": "placeholder",
37570
37492
  "type": {
37571
- "text": "string | undefined"
37493
+ "text": "string"
37572
37494
  },
37573
- "description": "The label of the input field. It is linked to the input field using the `for` attribute.",
37574
- "fieldName": "label",
37495
+ "default": "''",
37496
+ "description": "The placeholder text that is displayed when the input field is empty.",
37497
+ "fieldName": "placeholder",
37575
37498
  "inheritedFrom": {
37576
- "name": "FormfieldWrapper",
37577
- "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
37499
+ "name": "Input",
37500
+ "module": "src/components/input/input.component.ts"
37578
37501
  }
37579
37502
  },
37580
37503
  {
37581
- "name": "required",
37504
+ "name": "readonly",
37582
37505
  "type": {
37583
37506
  "text": "boolean"
37584
37507
  },
37585
37508
  "default": "false",
37586
- "description": "The required attribute to indicate that the input field is required.\nIt is used to append a required indicator (*) to the label.",
37587
- "fieldName": "required",
37509
+ "description": "readonly attribute of the input field. If true, the input field is read-only.",
37510
+ "fieldName": "readonly",
37588
37511
  "inheritedFrom": {
37589
- "name": "FormfieldWrapper",
37590
- "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
37512
+ "name": "Input",
37513
+ "module": "src/components/input/input.component.ts"
37591
37514
  }
37592
37515
  },
37593
37516
  {
37594
- "name": "help-text-type",
37517
+ "name": "prefix-text",
37595
37518
  "type": {
37596
- "text": "ValidationType"
37519
+ "text": "string | undefined"
37597
37520
  },
37598
- "description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
37599
- "fieldName": "helpTextType",
37521
+ "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.",
37522
+ "fieldName": "prefixText",
37600
37523
  "inheritedFrom": {
37601
- "name": "FormfieldWrapper",
37602
- "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
37524
+ "name": "Input",
37525
+ "module": "src/components/input/input.component.ts"
37603
37526
  }
37604
37527
  },
37605
37528
  {
37606
- "name": "help-text",
37529
+ "name": "leading-icon",
37607
37530
  "type": {
37608
- "text": "string | undefined"
37531
+ "text": "IconNames | undefined"
37532
+ },
37533
+ "description": "The leading icon that is displayed before the input field.",
37534
+ "fieldName": "leadingIcon",
37535
+ "inheritedFrom": {
37536
+ "name": "Input",
37537
+ "module": "src/components/input/input.component.ts"
37538
+ }
37539
+ },
37540
+ {
37541
+ "name": "trailing-button",
37542
+ "type": {
37543
+ "text": "boolean"
37544
+ },
37545
+ "default": "false",
37546
+ "description": "The trailing button when set to true, shows a clear button that clears the input field.",
37547
+ "fieldName": "trailingButton",
37548
+ "inheritedFrom": {
37549
+ "name": "Input",
37550
+ "module": "src/components/input/input.component.ts"
37551
+ }
37552
+ },
37553
+ {
37554
+ "name": "maxlength",
37555
+ "type": {
37556
+ "text": "number | undefined"
37557
+ },
37558
+ "description": "The maximum number of characters that the input field can accept.",
37559
+ "fieldName": "maxlength",
37560
+ "inheritedFrom": {
37561
+ "name": "Input",
37562
+ "module": "src/components/input/input.component.ts"
37563
+ }
37564
+ },
37565
+ {
37566
+ "name": "minlength",
37567
+ "type": {
37568
+ "text": "number | undefined"
37569
+ },
37570
+ "description": "The minimum number of characters that the input field can accept.",
37571
+ "fieldName": "minlength",
37572
+ "inheritedFrom": {
37573
+ "name": "Input",
37574
+ "module": "src/components/input/input.component.ts"
37575
+ }
37576
+ },
37577
+ {
37578
+ "name": "autocapitalize",
37579
+ "type": {
37580
+ "text": "AutoCapitalizeType"
37581
+ },
37582
+ "description": "The autocapitalize attribute of the input field.",
37583
+ "default": "'off'",
37584
+ "fieldName": "autocapitalize",
37585
+ "inheritedFrom": {
37586
+ "name": "Input",
37587
+ "module": "src/components/input/input.component.ts"
37588
+ }
37589
+ },
37590
+ {
37591
+ "name": "autocomplete",
37592
+ "type": {
37593
+ "text": "AutoCompleteType"
37594
+ },
37595
+ "description": "The autocomplete attribute of the input field.",
37596
+ "default": "'off'",
37597
+ "fieldName": "autocomplete",
37598
+ "inheritedFrom": {
37599
+ "name": "Input",
37600
+ "module": "src/components/input/input.component.ts"
37601
+ }
37602
+ },
37603
+ {
37604
+ "name": "dirname",
37605
+ "type": {
37606
+ "text": "string | undefined"
37607
+ },
37608
+ "description": "Specifies the name of the directionality of text for submission purposes (e.g., \"rtl\" for right-to-left).",
37609
+ "fieldName": "dirname",
37610
+ "inheritedFrom": {
37611
+ "name": "Input",
37612
+ "module": "src/components/input/input.component.ts"
37613
+ }
37614
+ },
37615
+ {
37616
+ "name": "pattern",
37617
+ "type": {
37618
+ "text": "string | undefined"
37619
+ },
37620
+ "description": "The pattern attribute of the input field.\nSpecifies a regular expression that the input value must match for validation purposes.",
37621
+ "fieldName": "pattern",
37622
+ "inheritedFrom": {
37623
+ "name": "Input",
37624
+ "module": "src/components/input/input.component.ts"
37625
+ }
37626
+ },
37627
+ {
37628
+ "name": "list",
37629
+ "type": {
37630
+ "text": "string | undefined"
37631
+ },
37632
+ "description": "The list attribute of the input field.\nIdentifies a list of pre-defined options to suggest to the user.",
37633
+ "fieldName": "list",
37634
+ "inheritedFrom": {
37635
+ "name": "Input",
37636
+ "module": "src/components/input/input.component.ts"
37637
+ }
37638
+ },
37639
+ {
37640
+ "name": "size",
37641
+ "type": {
37642
+ "text": "number | undefined | undefined"
37643
+ },
37644
+ "description": "The size attribute of the input field.\nSpecifies the width of the input field.",
37645
+ "default": "undefined",
37646
+ "fieldName": "size",
37647
+ "inheritedFrom": {
37648
+ "name": "Input",
37649
+ "module": "src/components/input/input.component.ts"
37650
+ }
37651
+ },
37652
+ {
37653
+ "name": "clear-aria-label",
37654
+ "type": {
37655
+ "text": "string"
37656
+ },
37657
+ "default": "''",
37658
+ "description": "Aria label for the trailing button. If trailing button is set to true, this label is used for the clear button.",
37659
+ "fieldName": "clearAriaLabel",
37660
+ "inheritedFrom": {
37661
+ "name": "Input",
37662
+ "module": "src/components/input/input.component.ts"
37663
+ }
37664
+ },
37665
+ {
37666
+ "name": "disabled",
37667
+ "type": {
37668
+ "text": "boolean | undefined"
37669
+ },
37670
+ "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
37671
+ "default": "undefined",
37672
+ "fieldName": "disabled",
37673
+ "inheritedFrom": {
37674
+ "name": "FormfieldWrapper",
37675
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
37676
+ }
37677
+ },
37678
+ {
37679
+ "name": "label",
37680
+ "type": {
37681
+ "text": "string | undefined"
37682
+ },
37683
+ "description": "The label of the input field. It is linked to the input field using the `for` attribute.",
37684
+ "fieldName": "label",
37685
+ "inheritedFrom": {
37686
+ "name": "FormfieldWrapper",
37687
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
37688
+ }
37689
+ },
37690
+ {
37691
+ "name": "required",
37692
+ "type": {
37693
+ "text": "boolean"
37694
+ },
37695
+ "default": "false",
37696
+ "description": "The required attribute to indicate that the input field is required.\nIt is used to append a required indicator (*) to the label.",
37697
+ "fieldName": "required",
37698
+ "inheritedFrom": {
37699
+ "name": "FormfieldWrapper",
37700
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
37701
+ }
37702
+ },
37703
+ {
37704
+ "name": "help-text-type",
37705
+ "type": {
37706
+ "text": "ValidationType"
37707
+ },
37708
+ "description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
37709
+ "fieldName": "helpTextType",
37710
+ "inheritedFrom": {
37711
+ "name": "FormfieldWrapper",
37712
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
37713
+ }
37714
+ },
37715
+ {
37716
+ "name": "help-text",
37717
+ "type": {
37718
+ "text": "string | undefined"
37609
37719
  },
37610
37720
  "description": "The help text that is displayed below the input field.",
37611
37721
  "fieldName": "helpText",
@@ -37663,113 +37773,236 @@
37663
37773
  }
37664
37774
  }
37665
37775
  ],
37666
- "mixins": [
37776
+ "cssProperties": [
37667
37777
  {
37668
- "name": "ListNavigationMixin",
37669
- "module": "/src/utils/mixins/ListNavigationMixin"
37778
+ "description": "Border color for the input container when disabled",
37779
+ "name": "--mdc-input-disabled-border-color",
37780
+ "inheritedFrom": {
37781
+ "name": "Input",
37782
+ "module": "src/components/input/input.component.ts"
37783
+ }
37670
37784
  },
37671
37785
  {
37672
- "name": "CaptureDestroyEventForChildElement",
37673
- "module": "/src/utils/mixins/lifecycle/CaptureDestroyEventForChildElement"
37786
+ "description": "Text color for the input field when disabled",
37787
+ "name": "--mdc-input-disabled-text-color",
37788
+ "inheritedFrom": {
37789
+ "name": "Input",
37790
+ "module": "src/components/input/input.component.ts"
37791
+ }
37674
37792
  },
37675
37793
  {
37676
- "name": "AutoFocusOnMountMixin",
37677
- "module": "/src/utils/mixins/AutoFocusOnMountMixin"
37794
+ "description": "Background color for the input field when disabled",
37795
+ "name": "--mdc-input-disabled-background-color",
37796
+ "inheritedFrom": {
37797
+ "name": "Input",
37798
+ "module": "src/components/input/input.component.ts"
37799
+ }
37678
37800
  },
37679
37801
  {
37680
- "name": "FormInternalsMixin",
37681
- "module": "/src/utils/mixins/FormInternalsMixin"
37802
+ "description": "Border color for the input container",
37803
+ "name": "--mdc-input-border-color",
37804
+ "inheritedFrom": {
37805
+ "name": "Input",
37806
+ "module": "src/components/input/input.component.ts"
37807
+ }
37682
37808
  },
37683
37809
  {
37684
- "name": "DataAriaLabelMixin",
37685
- "module": "/src/utils/mixins/DataAriaLabelMixin"
37686
- }
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",
37716
- "cssParts": [
37810
+ "description": "Text color for the input field",
37811
+ "name": "--mdc-input-text-color",
37812
+ "inheritedFrom": {
37813
+ "name": "Input",
37814
+ "module": "src/components/input/input.component.ts"
37815
+ }
37816
+ },
37717
37817
  {
37718
- "description": "The label element.",
37719
- "name": "label",
37818
+ "description": "Background color for the input field",
37819
+ "name": "--mdc-input-background-color",
37720
37820
  "inheritedFrom": {
37721
- "name": "FormfieldWrapper",
37722
- "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
37821
+ "name": "Input",
37822
+ "module": "src/components/input/input.component.ts"
37723
37823
  }
37724
37824
  },
37725
37825
  {
37726
- "description": "The container for the label and required indicator elements.",
37727
- "name": "label-text",
37826
+ "description": "Background color for the selected text",
37827
+ "name": "--mdc-input-selection-background-color",
37728
37828
  "inheritedFrom": {
37729
- "name": "FormfieldWrapper",
37730
- "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
37829
+ "name": "Input",
37830
+ "module": "src/components/input/input.component.ts"
37731
37831
  }
37732
37832
  },
37733
37833
  {
37734
- "description": "The leading icon element that is displayed before the input field.",
37735
- "name": "leading-icon",
37834
+ "description": "Text color for the selected text",
37835
+ "name": "--mdc-input-selection-text-color",
37736
37836
  "inheritedFrom": {
37737
37837
  "name": "Input",
37738
37838
  "module": "src/components/input/input.component.ts"
37739
37839
  }
37740
37840
  },
37741
37841
  {
37742
- "description": "The container for the input field, leading icon, prefix text, and trailing button elements.",
37743
- "name": "input-container",
37842
+ "description": "Text color for the help text",
37843
+ "name": "--mdc-input-support-text-color",
37744
37844
  "inheritedFrom": {
37745
37845
  "name": "Input",
37746
37846
  "module": "src/components/input/input.component.ts"
37747
37847
  }
37748
37848
  },
37749
37849
  {
37750
- "description": "The container for the input field, leading icon, and prefix text elements.",
37751
- "name": "input-section",
37850
+ "description": "Background color for the input field when hovered",
37851
+ "name": "--mdc-input-hover-background-color",
37752
37852
  "inheritedFrom": {
37753
37853
  "name": "Input",
37754
37854
  "module": "src/components/input/input.component.ts"
37755
37855
  }
37756
37856
  },
37757
37857
  {
37758
- "description": "The input field element.",
37759
- "name": "input-text",
37858
+ "description": "Background color for the input field when focused",
37859
+ "name": "--mdc-input-focused-background-color",
37760
37860
  "inheritedFrom": {
37761
37861
  "name": "Input",
37762
37862
  "module": "src/components/input/input.component.ts"
37763
37863
  }
37764
37864
  },
37765
37865
  {
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",
37866
+ "description": "Border color for the input container when focused",
37867
+ "name": "--mdc-input-focused-border-color",
37868
+ "inheritedFrom": {
37869
+ "name": "Input",
37870
+ "module": "src/components/input/input.component.ts"
37871
+ }
37872
+ },
37873
+ {
37874
+ "description": "Border color for the input container when error",
37875
+ "name": "--mdc-input-error-border-color",
37876
+ "inheritedFrom": {
37877
+ "name": "Input",
37878
+ "module": "src/components/input/input.component.ts"
37879
+ }
37880
+ },
37881
+ {
37882
+ "description": "Border color for the input container when warning",
37883
+ "name": "--mdc-input-warning-border-color",
37768
37884
  "inheritedFrom": {
37769
37885
  "name": "Input",
37770
37886
  "module": "src/components/input/input.component.ts"
37771
37887
  }
37772
37888
  },
37889
+ {
37890
+ "description": "Border color for the input container when success",
37891
+ "name": "--mdc-input-success-border-color",
37892
+ "inheritedFrom": {
37893
+ "name": "Input",
37894
+ "module": "src/components/input/input.component.ts"
37895
+ }
37896
+ },
37897
+ {
37898
+ "description": "Border color for the input container when primary",
37899
+ "name": "--mdc-input-primary-border-color",
37900
+ "inheritedFrom": {
37901
+ "name": "Input",
37902
+ "module": "src/components/input/input.component.ts"
37903
+ }
37904
+ }
37905
+ ]
37906
+ }
37907
+ ],
37908
+ "exports": [
37909
+ {
37910
+ "kind": "js",
37911
+ "name": "default",
37912
+ "declaration": {
37913
+ "name": "Searchfield",
37914
+ "module": "components/searchfield/searchfield.component.js"
37915
+ }
37916
+ }
37917
+ ]
37918
+ },
37919
+ {
37920
+ "kind": "javascript-module",
37921
+ "path": "components/select/select.component.js",
37922
+ "declarations": [
37923
+ {
37924
+ "kind": "class",
37925
+ "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.",
37926
+ "name": "Select",
37927
+ "cssProperties": [
37928
+ {
37929
+ "description": "The background color of the combobox of select.",
37930
+ "name": "--mdc-select-background-color"
37931
+ },
37932
+ {
37933
+ "description": "The background color of the combobox of select when hovered.",
37934
+ "name": "--mdc-select-background-color-hover"
37935
+ },
37936
+ {
37937
+ "description": "The background color of the combobox of select when active.",
37938
+ "name": "--mdc-select-background-color-active"
37939
+ },
37940
+ {
37941
+ "description": "The background color of the combobox of select when disabled.",
37942
+ "name": "--mdc-select-background-color-disabled"
37943
+ },
37944
+ {
37945
+ "description": "The text color of the select.",
37946
+ "name": "--mdc-select-text-color"
37947
+ },
37948
+ {
37949
+ "description": "The text color of the selected option in the select.",
37950
+ "name": "--mdc-select-text-color-selected"
37951
+ },
37952
+ {
37953
+ "description": "The text color of the select when disabled.",
37954
+ "name": "--mdc-select-text-color-disabled"
37955
+ },
37956
+ {
37957
+ "description": "The border color of the select.",
37958
+ "name": "--mdc-select-border-color"
37959
+ },
37960
+ {
37961
+ "description": "The border color of the select when disabled.",
37962
+ "name": "--mdc-select-border-color-disabled"
37963
+ },
37964
+ {
37965
+ "description": "The border color of the select when in success state.",
37966
+ "name": "--mdc-select-border-color-success"
37967
+ },
37968
+ {
37969
+ "description": "The border color of the select when in warning state.",
37970
+ "name": "--mdc-select-border-color-warning"
37971
+ },
37972
+ {
37973
+ "description": "The border color of the select when in error state.",
37974
+ "name": "--mdc-select-border-color-error"
37975
+ },
37976
+ {
37977
+ "description": "The width of the select.",
37978
+ "name": "--mdc-select-width"
37979
+ },
37980
+ {
37981
+ "description": "The height of the listbox inside the select.",
37982
+ "name": "--mdc-select-listbox-height"
37983
+ },
37984
+ {
37985
+ "description": "The width of the listbox inside the select (default: `--mdc-select-width`).",
37986
+ "name": "--mdc-select-listbox-width"
37987
+ }
37988
+ ],
37989
+ "cssParts": [
37990
+ {
37991
+ "description": "The label element.",
37992
+ "name": "label",
37993
+ "inheritedFrom": {
37994
+ "name": "FormfieldWrapper",
37995
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
37996
+ }
37997
+ },
37998
+ {
37999
+ "description": "The container for the label and required indicator elements.",
38000
+ "name": "label-text",
38001
+ "inheritedFrom": {
38002
+ "name": "FormfieldWrapper",
38003
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
38004
+ }
38005
+ },
37773
38006
  {
37774
38007
  "description": "The required indicator element that is displayed next to the label when the `required` property is set to true.",
37775
38008
  "name": "required-indicator",
@@ -37819,18 +38052,34 @@
37819
38052
  }
37820
38053
  },
37821
38054
  {
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
- }
38055
+ "description": "The container element that wraps the visual combobox and the dropdown icon.",
38056
+ "name": "container"
38057
+ },
38058
+ {
38059
+ "description": "The container element that wraps the visual combobox, dropdown icon, and the popover.",
38060
+ "name": "base-container"
38061
+ },
38062
+ {
38063
+ "description": "The icon element that is displayed next to the selected option in the dropdown list.",
38064
+ "name": "selected-icon"
38065
+ },
38066
+ {
38067
+ "description": "The text element that displays the selected option or placeholder in the visual combobox.",
38068
+ "name": "base-text"
38069
+ },
38070
+ {
38071
+ "description": "The container element that wraps the dropdown icon.",
38072
+ "name": "icon-container"
38073
+ },
38074
+ {
38075
+ "description": "The native hidden input element.",
38076
+ "name": "native-input"
37828
38077
  }
37829
38078
  ],
37830
38079
  "slots": [
37831
38080
  {
37832
- "description": "Slot for input chips",
37833
- "name": "filters"
38081
+ "description": "This is a default/unnamed slot for Selectlistbox including options and/or option group.",
38082
+ "name": "default"
37834
38083
  },
37835
38084
  {
37836
38085
  "description": "Slot for the label element. If not provided, the `label` property will be used to render the label.",
@@ -37863,525 +38112,488 @@
37863
38112
  "name": "FormfieldWrapper",
37864
38113
  "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
37865
38114
  }
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
- }
37898
38115
  }
37899
38116
  ],
37900
38117
  "members": [
37901
38118
  {
37902
38119
  "kind": "field",
37903
- "name": "inputChips",
38120
+ "name": "placeholder",
37904
38121
  "type": {
37905
- "text": "Array<HTMLElement> | undefined"
37906
- }
37907
- },
37908
- {
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
- }
38122
+ "text": "string | undefined"
38123
+ },
38124
+ "description": "The placeholder text which will be shown on the text if provided.",
38125
+ "attribute": "placeholder"
37942
38126
  },
37943
38127
  {
37944
38128
  "kind": "field",
37945
- "name": "autoFocusOnMount",
38129
+ "name": "readonly",
37946
38130
  "type": {
37947
38131
  "text": "boolean"
37948
38132
  },
37949
38133
  "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
- }
38134
+ "description": "readonly attribute of the select field. If true, the select is read-only.",
38135
+ "attribute": "readonly"
37957
38136
  },
37958
38137
  {
37959
38138
  "kind": "field",
37960
- "name": "name",
38139
+ "name": "placement",
37961
38140
  "type": {
37962
- "text": "string"
38141
+ "text": "Placement"
37963
38142
  },
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
- }
38143
+ "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'",
38144
+ "default": "'bottom-start'",
38145
+ "attribute": "placement",
38146
+ "reflects": true
37972
38147
  },
37973
38148
  {
37974
38149
  "kind": "field",
37975
- "name": "value",
38150
+ "name": "softDisabled",
37976
38151
  "type": {
37977
- "text": "string"
38152
+ "text": "boolean | undefined"
37978
38153
  },
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
- }
38154
+ "description": "Indicates whether the select is soft disabled.\nWhen set to `true`, the select appears visually disabled but still allows\nfocus.",
38155
+ "default": "undefined",
38156
+ "attribute": "soft-disabled",
38157
+ "reflects": true
37987
38158
  },
37988
38159
  {
37989
38160
  "kind": "field",
37990
- "name": "validationMessage",
38161
+ "name": "boundary",
37991
38162
  "type": {
37992
- "text": "string | undefined"
38163
+ "text": "'clippingAncestors' | string"
37993
38164
  },
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
- }
38165
+ "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",
38166
+ "default": "'clippingAncestors'",
38167
+ "attribute": "boundary",
38168
+ "reflects": true
38001
38169
  },
38002
38170
  {
38003
38171
  "kind": "field",
38004
- "name": "validity",
38172
+ "name": "strategy",
38005
38173
  "type": {
38006
- "text": "ValidityState"
38174
+ "text": "PopoverStrategy"
38007
38175
  },
38008
- "readonly": true,
38009
- "inheritedFrom": {
38010
- "name": "FormInternalsMixin",
38011
- "module": "utils/mixins/FormInternalsMixin.js"
38012
- }
38176
+ "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.",
38177
+ "default": "absolute",
38178
+ "attribute": "strategy",
38179
+ "reflects": true
38013
38180
  },
38014
38181
  {
38015
38182
  "kind": "field",
38016
- "name": "willValidate",
38017
- "readonly": true,
38018
- "inheritedFrom": {
38019
- "name": "FormInternalsMixin",
38020
- "module": "utils/mixins/FormInternalsMixin.js"
38021
- }
38183
+ "name": "popoverZIndex",
38184
+ "type": {
38185
+ "text": "number"
38186
+ },
38187
+ "description": "The z-index of the popover within Select.\n\nOverride this to make sure this stays on top of other components.",
38188
+ "default": "1000",
38189
+ "attribute": "popover-z-index",
38190
+ "reflects": true
38191
+ },
38192
+ {
38193
+ "kind": "field",
38194
+ "name": "backdropAppendTo",
38195
+ "type": {
38196
+ "text": "string | undefined"
38197
+ },
38198
+ "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.",
38199
+ "attribute": "backdrop-append-to",
38200
+ "reflects": true
38022
38201
  },
38023
38202
  {
38024
38203
  "kind": "method",
38025
- "name": "setValidity",
38026
- "description": "Sets the validity of the input field based on the input field's validity.",
38204
+ "name": "handleOptionsClick",
38205
+ "privacy": "private",
38027
38206
  "return": {
38028
38207
  "type": {
38029
- "text": ""
38208
+ "text": "void"
38030
38209
  }
38031
38210
  },
38032
- "inheritedFrom": {
38033
- "name": "FormInternalsMixin",
38034
- "module": "utils/mixins/FormInternalsMixin.js"
38035
- }
38211
+ "parameters": [
38212
+ {
38213
+ "name": "event",
38214
+ "type": {
38215
+ "text": "MouseEvent"
38216
+ },
38217
+ "description": "The event which triggered this function."
38218
+ }
38219
+ ],
38220
+ "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."
38036
38221
  },
38037
38222
  {
38038
38223
  "kind": "method",
38039
- "name": "checkValidity",
38224
+ "name": "setSelectedOption",
38225
+ "privacy": "private",
38040
38226
  "return": {
38041
38227
  "type": {
38042
- "text": "boolean"
38228
+ "text": "void"
38043
38229
  }
38044
38230
  },
38045
- "inheritedFrom": {
38046
- "name": "FormInternalsMixin",
38047
- "module": "utils/mixins/FormInternalsMixin.js"
38048
- }
38231
+ "parameters": [
38232
+ {
38233
+ "name": "option",
38234
+ "type": {
38235
+ "text": "Option | null"
38236
+ },
38237
+ "description": "The option element in DOM which gets selected."
38238
+ }
38239
+ ],
38240
+ "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."
38049
38241
  },
38050
38242
  {
38051
38243
  "kind": "method",
38052
- "name": "reportValidity",
38053
- "inheritedFrom": {
38054
- "name": "FormInternalsMixin",
38055
- "module": "utils/mixins/FormInternalsMixin.js"
38056
- }
38244
+ "name": "updateSelectedInChildOptions",
38245
+ "privacy": "private",
38246
+ "return": {
38247
+ "type": {
38248
+ "text": "void"
38249
+ }
38250
+ },
38251
+ "parameters": [
38252
+ {
38253
+ "name": "selectedOption",
38254
+ "type": {
38255
+ "text": "Option | null"
38256
+ },
38257
+ "description": "The option which gets selected"
38258
+ }
38259
+ ],
38260
+ "description": "Sets selected attribute on the selected option and removes it from all options"
38057
38261
  },
38058
38262
  {
38059
- "kind": "field",
38060
- "name": "dataAriaLabel",
38061
- "type": {
38062
- "text": "string | null"
38263
+ "kind": "method",
38264
+ "name": "fireEvents",
38265
+ "privacy": "private",
38266
+ "return": {
38267
+ "type": {
38268
+ "text": "void"
38269
+ }
38063
38270
  },
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
- }
38271
+ "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."
38072
38272
  },
38073
38273
  {
38074
- "kind": "field",
38075
- "name": "placeholder",
38076
- "type": {
38077
- "text": "string"
38274
+ "kind": "method",
38275
+ "name": "dispatchChange",
38276
+ "privacy": "private",
38277
+ "return": {
38278
+ "type": {
38279
+ "text": "void"
38280
+ }
38078
38281
  },
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
- }
38282
+ "parameters": [
38283
+ {
38284
+ "name": "option",
38285
+ "type": {
38286
+ "text": "Option"
38287
+ }
38288
+ }
38289
+ ]
38086
38290
  },
38087
38291
  {
38088
- "kind": "field",
38089
- "name": "readonly",
38090
- "type": {
38091
- "text": "boolean"
38292
+ "kind": "method",
38293
+ "name": "dispatchInput",
38294
+ "privacy": "private",
38295
+ "return": {
38296
+ "type": {
38297
+ "text": "void"
38298
+ }
38092
38299
  },
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
- }
38300
+ "parameters": [
38301
+ {
38302
+ "name": "option",
38303
+ "type": {
38304
+ "text": "Option"
38305
+ }
38306
+ }
38307
+ ]
38100
38308
  },
38101
38309
  {
38102
- "kind": "field",
38103
- "name": "prefixText",
38104
- "type": {
38105
- "text": "string | undefined"
38310
+ "kind": "method",
38311
+ "name": "handleClickCombobox",
38312
+ "privacy": "private",
38313
+ "return": {
38314
+ "type": {
38315
+ "text": "void"
38316
+ }
38106
38317
  },
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
- }
38318
+ "parameters": [
38319
+ {
38320
+ "name": "event",
38321
+ "type": {
38322
+ "text": "MouseEvent"
38323
+ },
38324
+ "description": "The mouse event which triggered this function."
38325
+ }
38326
+ ],
38327
+ "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."
38113
38328
  },
38114
38329
  {
38115
- "kind": "field",
38116
- "name": "leadingIcon",
38117
- "type": {
38118
- "text": "IconNames | undefined"
38330
+ "kind": "method",
38331
+ "name": "handleKeydownCombobox",
38332
+ "privacy": "private",
38333
+ "return": {
38334
+ "type": {
38335
+ "text": "void"
38336
+ }
38119
38337
  },
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
- }
38338
+ "parameters": [
38339
+ {
38340
+ "name": "event",
38341
+ "type": {
38342
+ "text": "KeyboardEvent"
38343
+ },
38344
+ "description": "The keyboard event."
38345
+ }
38346
+ ],
38347
+ "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."
38126
38348
  },
38127
38349
  {
38128
- "kind": "field",
38129
- "name": "trailingButton",
38130
- "type": {
38131
- "text": "boolean"
38350
+ "kind": "method",
38351
+ "name": "getCurrentIndex",
38352
+ "privacy": "private",
38353
+ "return": {
38354
+ "type": {
38355
+ "text": ""
38356
+ }
38132
38357
  },
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",
38358
+ "parameters": [
38359
+ {
38360
+ "name": "target",
38361
+ "type": {
38362
+ "text": "EventTarget | null"
38363
+ },
38364
+ "description": "The target element that triggered the event."
38365
+ }
38366
+ ],
38367
+ "description": "Retrieves the current index of the item that triggered the event.",
38136
38368
  "inheritedFrom": {
38137
- "name": "Input",
38138
- "module": "components/input/input.component.js"
38369
+ "name": "ListNavigationMixin",
38370
+ "module": "utils/mixins/ListNavigationMixin.js"
38139
38371
  }
38140
38372
  },
38141
38373
  {
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",
38374
+ "kind": "method",
38375
+ "name": "resetTabIndexes",
38376
+ "privacy": "protected",
38377
+ "parameters": [
38378
+ {
38379
+ "name": "index",
38380
+ "type": {
38381
+ "text": "number"
38382
+ },
38383
+ "description": "The index of the currently focused item."
38384
+ }
38385
+ ],
38386
+ "description": "Reset all tabindex to -1 and set the tabindex of the current item to 0",
38149
38387
  "inheritedFrom": {
38150
- "name": "Input",
38151
- "module": "components/input/input.component.js"
38388
+ "name": "ListNavigationMixin",
38389
+ "module": "utils/mixins/ListNavigationMixin.js"
38152
38390
  }
38153
38391
  },
38154
38392
  {
38155
- "kind": "field",
38156
- "name": "minlength",
38157
- "type": {
38158
- "text": "number | undefined"
38393
+ "kind": "method",
38394
+ "name": "resetTabIndexAndSetFocus",
38395
+ "privacy": "protected",
38396
+ "parameters": [
38397
+ {
38398
+ "name": "newIndex",
38399
+ "type": {
38400
+ "text": "number"
38401
+ },
38402
+ "description": "The index of the new item to focus."
38403
+ },
38404
+ {
38405
+ "name": "oldIndex",
38406
+ "optional": true,
38407
+ "type": {
38408
+ "text": "number"
38409
+ },
38410
+ "description": "The index of the currently focused item."
38411
+ },
38412
+ {
38413
+ "name": "focusNewItem",
38414
+ "default": "true",
38415
+ "description": "Call focus() on the new item or not. It should be false during firstUpdate"
38416
+ }
38417
+ ],
38418
+ "description": "Resets the tabindex of the currently focused item and sets focus to a new item.",
38419
+ "return": {
38420
+ "type": {
38421
+ "text": ""
38422
+ }
38159
38423
  },
38160
- "description": "The minimum number of characters that the input field can accept.",
38161
- "attribute": "minlength",
38162
38424
  "inheritedFrom": {
38163
- "name": "Input",
38164
- "module": "components/input/input.component.js"
38425
+ "name": "ListNavigationMixin",
38426
+ "module": "utils/mixins/ListNavigationMixin.js"
38165
38427
  }
38166
38428
  },
38167
38429
  {
38168
- "kind": "field",
38169
- "name": "autocapitalize",
38170
- "type": {
38171
- "text": "AutoCapitalizeType"
38430
+ "kind": "method",
38431
+ "name": "resolveDirectionKey",
38432
+ "privacy": "private",
38433
+ "parameters": [
38434
+ {
38435
+ "name": "key",
38436
+ "type": {
38437
+ "text": "string"
38438
+ },
38439
+ "description": "The key pressed by the user."
38440
+ },
38441
+ {
38442
+ "name": "isRtl",
38443
+ "type": {
38444
+ "text": "boolean"
38445
+ },
38446
+ "description": "A boolean indicating if the layout is right-to-left (RTL)."
38447
+ }
38448
+ ],
38449
+ "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.",
38450
+ "return": {
38451
+ "type": {
38452
+ "text": ""
38453
+ }
38172
38454
  },
38173
- "description": "The autocapitalize attribute of the input field.",
38174
- "default": "'off'",
38175
- "attribute": "autocapitalize",
38176
- "inheritedFrom": {
38177
- "name": "Input",
38178
- "module": "components/input/input.component.js"
38455
+ "inheritedFrom": {
38456
+ "name": "ListNavigationMixin",
38457
+ "module": "utils/mixins/ListNavigationMixin.js"
38179
38458
  }
38180
38459
  },
38181
38460
  {
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",
38461
+ "kind": "method",
38462
+ "name": "shouldLoop",
38463
+ "privacy": "private",
38190
38464
  "inheritedFrom": {
38191
- "name": "Input",
38192
- "module": "components/input/input.component.js"
38465
+ "name": "ListNavigationMixin",
38466
+ "module": "utils/mixins/ListNavigationMixin.js"
38193
38467
  }
38194
38468
  },
38195
38469
  {
38196
38470
  "kind": "field",
38197
- "name": "dirname",
38471
+ "name": "autoFocusOnMount",
38198
38472
  "type": {
38199
- "text": "string | undefined"
38473
+ "text": "boolean"
38200
38474
  },
38201
- "description": "Specifies the name of the directionality of text for submission purposes (e.g., \"rtl\" for right-to-left).",
38202
- "attribute": "dirname",
38475
+ "default": "false",
38476
+ "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.",
38477
+ "attribute": "auto-focus-on-mount",
38478
+ "reflects": true,
38203
38479
  "inheritedFrom": {
38204
- "name": "Input",
38205
- "module": "components/input/input.component.js"
38480
+ "name": "AutoFocusOnMountMixin",
38481
+ "module": "utils/mixins/AutoFocusOnMountMixin.js"
38206
38482
  }
38207
38483
  },
38208
38484
  {
38209
38485
  "kind": "field",
38210
- "name": "pattern",
38486
+ "name": "name",
38211
38487
  "type": {
38212
- "text": "string | undefined"
38488
+ "text": "string"
38213
38489
  },
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",
38490
+ "default": "''",
38491
+ "description": "Indicates the name of the component group.\nThey are used to group elements in a form together.",
38492
+ "attribute": "name",
38493
+ "reflects": true,
38216
38494
  "inheritedFrom": {
38217
- "name": "Input",
38218
- "module": "components/input/input.component.js"
38495
+ "name": "FormInternalsMixin",
38496
+ "module": "utils/mixins/FormInternalsMixin.js"
38219
38497
  }
38220
38498
  },
38221
38499
  {
38222
38500
  "kind": "field",
38223
- "name": "list",
38501
+ "name": "value",
38224
38502
  "type": {
38225
- "text": "string | undefined"
38503
+ "text": "string"
38226
38504
  },
38227
- "description": "The list attribute of the input field.\nIdentifies a list of pre-defined options to suggest to the user.",
38228
- "attribute": "list",
38505
+ "default": "''",
38506
+ "description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
38507
+ "attribute": "value",
38508
+ "reflects": true,
38229
38509
  "inheritedFrom": {
38230
- "name": "Input",
38231
- "module": "components/input/input.component.js"
38510
+ "name": "FormInternalsMixin",
38511
+ "module": "utils/mixins/FormInternalsMixin.js"
38232
38512
  }
38233
38513
  },
38234
38514
  {
38235
38515
  "kind": "field",
38236
- "name": "size",
38516
+ "name": "validationMessage",
38237
38517
  "type": {
38238
- "text": "number | undefined | undefined"
38518
+ "text": "string | undefined"
38239
38519
  },
38240
- "description": "The size attribute of the input field.\nSpecifies the width of the input field.",
38241
- "default": "undefined",
38242
- "attribute": "size",
38520
+ "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.",
38521
+ "attribute": "validation-message",
38522
+ "reflects": true,
38243
38523
  "inheritedFrom": {
38244
- "name": "Input",
38245
- "module": "components/input/input.component.js"
38524
+ "name": "FormInternalsMixin",
38525
+ "module": "utils/mixins/FormInternalsMixin.js"
38246
38526
  }
38247
38527
  },
38248
38528
  {
38249
38529
  "kind": "field",
38250
- "name": "clearAriaLabel",
38530
+ "name": "validity",
38251
38531
  "type": {
38252
- "text": "string"
38532
+ "text": "ValidityState"
38253
38533
  },
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",
38534
+ "readonly": true,
38257
38535
  "inheritedFrom": {
38258
- "name": "Input",
38259
- "module": "components/input/input.component.js"
38536
+ "name": "FormInternalsMixin",
38537
+ "module": "utils/mixins/FormInternalsMixin.js"
38260
38538
  }
38261
38539
  },
38262
38540
  {
38263
- "kind": "method",
38264
- "name": "setInputValidity",
38265
- "privacy": "private",
38541
+ "kind": "field",
38542
+ "name": "willValidate",
38543
+ "readonly": true,
38266
38544
  "inheritedFrom": {
38267
- "name": "Input",
38268
- "module": "components/input/input.component.js"
38545
+ "name": "FormInternalsMixin",
38546
+ "module": "utils/mixins/FormInternalsMixin.js"
38269
38547
  }
38270
38548
  },
38271
38549
  {
38272
38550
  "kind": "method",
38273
- "name": "updateValue",
38274
- "privacy": "private",
38275
- "description": "Updates the value of the input field.\nSets the form value.",
38551
+ "name": "setValidity",
38552
+ "description": "Sets the validity of the input field based on the input field's validity.",
38276
38553
  "return": {
38277
38554
  "type": {
38278
38555
  "text": ""
38279
38556
  }
38280
38557
  },
38281
38558
  "inheritedFrom": {
38282
- "name": "Input",
38283
- "module": "components/input/input.component.js"
38284
- }
38285
- },
38286
- {
38287
- "kind": "method",
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"
38559
+ "name": "FormInternalsMixin",
38560
+ "module": "utils/mixins/FormInternalsMixin.js"
38313
38561
  }
38314
38562
  },
38315
38563
  {
38316
38564
  "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.",
38565
+ "name": "checkValidity",
38320
38566
  "return": {
38321
38567
  "type": {
38322
- "text": ""
38568
+ "text": "boolean"
38323
38569
  }
38324
38570
  },
38325
38571
  "inheritedFrom": {
38326
- "name": "Input",
38327
- "module": "components/input/input.component.js"
38572
+ "name": "FormInternalsMixin",
38573
+ "module": "utils/mixins/FormInternalsMixin.js"
38328
38574
  }
38329
38575
  },
38330
38576
  {
38331
38577
  "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.",
38335
- "return": {
38336
- "type": {
38337
- "text": ""
38338
- }
38339
- },
38578
+ "name": "reportValidity",
38340
38579
  "inheritedFrom": {
38341
- "name": "Input",
38342
- "module": "components/input/input.component.js"
38580
+ "name": "FormInternalsMixin",
38581
+ "module": "utils/mixins/FormInternalsMixin.js"
38343
38582
  }
38344
38583
  },
38345
38584
  {
38346
- "kind": "method",
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
- }
38585
+ "kind": "field",
38586
+ "name": "dataAriaLabel",
38587
+ "type": {
38588
+ "text": "string | null"
38360
38589
  },
38590
+ "default": "null",
38591
+ "description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
38592
+ "attribute": "data-aria-label",
38593
+ "reflects": true,
38361
38594
  "inheritedFrom": {
38362
- "name": "Input",
38363
- "module": "components/input/input.component.js"
38364
- }
38365
- },
38366
- {
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
- ],
38382
- "inheritedFrom": {
38383
- "name": "Input",
38384
- "module": "components/input/input.component.js"
38595
+ "name": "DataAriaLabelMixin",
38596
+ "module": "utils/mixins/DataAriaLabelMixin.js"
38385
38597
  }
38386
38598
  },
38387
38599
  {
@@ -38590,147 +38802,45 @@
38590
38802
  ],
38591
38803
  "events": [
38592
38804
  {
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).",
38603
38805
  "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",
38630
38806
  "type": {
38631
38807
  "text": "CustomEvent"
38632
38808
  },
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
- }
38639
- },
38640
- {
38641
- "type": {
38642
- "text": "EventConstructor"
38643
- },
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
- }
38809
+ "description": "(React: onChange) This event is dispatched when the select is changed.",
38810
+ "reactName": "onChange"
38670
38811
  },
38671
38812
  {
38672
- "name": "name",
38813
+ "name": "input",
38673
38814
  "type": {
38674
- "text": "string"
38815
+ "text": "CustomEvent"
38675
38816
  },
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
- }
38817
+ "description": "(React: onInput) This event is dispatched when the select is changed.",
38818
+ "reactName": "onInput"
38683
38819
  },
38684
38820
  {
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
- }
38821
+ "description": "(React: onClick) This event is dispatched when the select is clicked.",
38822
+ "name": "click",
38823
+ "reactName": "onClick"
38696
38824
  },
38697
38825
  {
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
- }
38826
+ "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the select.",
38827
+ "name": "keydown",
38828
+ "reactName": "onKeyDown"
38708
38829
  },
38709
38830
  {
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
- },
38831
+ "description": "(React: onFocus) This event is dispatched when the select receives focus.",
38832
+ "name": "focus",
38833
+ "reactName": "onFocus"
38834
+ }
38835
+ ],
38836
+ "attributes": [
38722
38837
  {
38723
38838
  "name": "placeholder",
38724
38839
  "type": {
38725
- "text": "string"
38840
+ "text": "string | undefined"
38726
38841
  },
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
- }
38842
+ "description": "The placeholder text which will be shown on the text if provided.",
38843
+ "fieldName": "placeholder"
38734
38844
  },
38735
38845
  {
38736
38846
  "name": "readonly",
@@ -38738,160 +38848,124 @@
38738
38848
  "text": "boolean"
38739
38849
  },
38740
38850
  "default": "false",
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
- }
38851
+ "description": "readonly attribute of the select field. If true, the select is read-only.",
38852
+ "fieldName": "readonly"
38747
38853
  },
38748
38854
  {
38749
- "name": "prefix-text",
38855
+ "name": "placement",
38750
38856
  "type": {
38751
- "text": "string | undefined"
38857
+ "text": "Placement"
38752
38858
  },
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
- }
38859
+ "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'",
38860
+ "default": "'bottom-start'",
38861
+ "fieldName": "placement"
38759
38862
  },
38760
38863
  {
38761
- "name": "leading-icon",
38864
+ "name": "soft-disabled",
38762
38865
  "type": {
38763
- "text": "IconNames | undefined"
38866
+ "text": "boolean | undefined"
38764
38867
  },
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
- }
38868
+ "description": "Indicates whether the select is soft disabled.\nWhen set to `true`, the select appears visually disabled but still allows\nfocus.",
38869
+ "default": "undefined",
38870
+ "fieldName": "softDisabled"
38771
38871
  },
38772
38872
  {
38773
- "name": "trailing-button",
38873
+ "name": "boundary",
38774
38874
  "type": {
38775
- "text": "boolean"
38875
+ "text": "'clippingAncestors' | string"
38776
38876
  },
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
- }
38877
+ "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",
38878
+ "default": "'clippingAncestors'",
38879
+ "fieldName": "boundary"
38784
38880
  },
38785
38881
  {
38786
- "name": "maxlength",
38882
+ "name": "strategy",
38787
38883
  "type": {
38788
- "text": "number | undefined"
38884
+ "text": "PopoverStrategy"
38789
38885
  },
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
- }
38886
+ "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.",
38887
+ "default": "absolute",
38888
+ "fieldName": "strategy"
38796
38889
  },
38797
38890
  {
38798
- "name": "minlength",
38891
+ "name": "popover-z-index",
38799
38892
  "type": {
38800
- "text": "number | undefined"
38893
+ "text": "number"
38801
38894
  },
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
- }
38895
+ "description": "The z-index of the popover within Select.\n\nOverride this to make sure this stays on top of other components.",
38896
+ "default": "1000",
38897
+ "fieldName": "popoverZIndex"
38808
38898
  },
38809
38899
  {
38810
- "name": "autocapitalize",
38900
+ "name": "backdrop-append-to",
38811
38901
  "type": {
38812
- "text": "AutoCapitalizeType"
38902
+ "text": "string | undefined"
38813
38903
  },
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
- }
38904
+ "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.",
38905
+ "fieldName": "backdropAppendTo"
38821
38906
  },
38822
38907
  {
38823
- "name": "autocomplete",
38908
+ "name": "auto-focus-on-mount",
38824
38909
  "type": {
38825
- "text": "AutoCompleteType"
38910
+ "text": "boolean"
38826
38911
  },
38827
- "description": "The autocomplete attribute of the input field.",
38828
- "default": "'off'",
38829
- "fieldName": "autocomplete",
38912
+ "default": "false",
38913
+ "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.",
38914
+ "fieldName": "autoFocusOnMount",
38830
38915
  "inheritedFrom": {
38831
- "name": "Input",
38832
- "module": "src/components/input/input.component.ts"
38916
+ "name": "AutoFocusOnMountMixin",
38917
+ "module": "src/utils/mixins/AutoFocusOnMountMixin.ts"
38833
38918
  }
38834
38919
  },
38835
38920
  {
38836
- "name": "dirname",
38921
+ "name": "name",
38837
38922
  "type": {
38838
- "text": "string | undefined"
38923
+ "text": "string"
38839
38924
  },
38840
- "description": "Specifies the name of the directionality of text for submission purposes (e.g., \"rtl\" for right-to-left).",
38841
- "fieldName": "dirname",
38925
+ "default": "''",
38926
+ "description": "Indicates the name of the component group.\nThey are used to group elements in a form together.",
38927
+ "fieldName": "name",
38842
38928
  "inheritedFrom": {
38843
- "name": "Input",
38844
- "module": "src/components/input/input.component.ts"
38929
+ "name": "FormInternalsMixin",
38930
+ "module": "src/utils/mixins/FormInternalsMixin.ts"
38845
38931
  }
38846
38932
  },
38847
38933
  {
38848
- "name": "pattern",
38934
+ "name": "value",
38849
38935
  "type": {
38850
- "text": "string | undefined"
38936
+ "text": "string"
38851
38937
  },
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",
38938
+ "default": "''",
38939
+ "description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
38940
+ "fieldName": "value",
38854
38941
  "inheritedFrom": {
38855
- "name": "Input",
38856
- "module": "src/components/input/input.component.ts"
38942
+ "name": "FormInternalsMixin",
38943
+ "module": "src/utils/mixins/FormInternalsMixin.ts"
38857
38944
  }
38858
38945
  },
38859
38946
  {
38860
- "name": "list",
38947
+ "name": "validation-message",
38861
38948
  "type": {
38862
38949
  "text": "string | undefined"
38863
38950
  },
38864
- "description": "The list attribute of the input field.\nIdentifies a list of pre-defined options to suggest to the user.",
38865
- "fieldName": "list",
38866
- "inheritedFrom": {
38867
- "name": "Input",
38868
- "module": "src/components/input/input.component.ts"
38869
- }
38870
- },
38871
- {
38872
- "name": "size",
38873
- "type": {
38874
- "text": "number | undefined | undefined"
38875
- },
38876
- "description": "The size attribute of the input field.\nSpecifies the width of the input field.",
38877
- "default": "undefined",
38878
- "fieldName": "size",
38951
+ "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.",
38952
+ "fieldName": "validationMessage",
38879
38953
  "inheritedFrom": {
38880
- "name": "Input",
38881
- "module": "src/components/input/input.component.ts"
38954
+ "name": "FormInternalsMixin",
38955
+ "module": "src/utils/mixins/FormInternalsMixin.ts"
38882
38956
  }
38883
38957
  },
38884
38958
  {
38885
- "name": "clear-aria-label",
38959
+ "name": "data-aria-label",
38886
38960
  "type": {
38887
- "text": "string"
38961
+ "text": "string | null"
38888
38962
  },
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",
38963
+ "default": "null",
38964
+ "description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
38965
+ "fieldName": "dataAriaLabel",
38892
38966
  "inheritedFrom": {
38893
- "name": "Input",
38894
- "module": "src/components/input/input.component.ts"
38967
+ "name": "DataAriaLabelMixin",
38968
+ "module": "src/utils/mixins/DataAriaLabelMixin.ts"
38895
38969
  }
38896
38970
  },
38897
38971
  {
@@ -39005,136 +39079,35 @@
39005
39079
  }
39006
39080
  }
39007
39081
  ],
39008
- "cssProperties": [
39009
- {
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
- }
39016
- },
39017
- {
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
- }
39024
- },
39025
- {
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
- }
39032
- },
39033
- {
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
- }
39040
- },
39041
- {
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
- },
39082
+ "mixins": [
39097
39083
  {
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
- }
39084
+ "name": "ListNavigationMixin",
39085
+ "module": "/src/utils/mixins/ListNavigationMixin"
39104
39086
  },
39105
39087
  {
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
- }
39088
+ "name": "CaptureDestroyEventForChildElement",
39089
+ "module": "/src/utils/mixins/lifecycle/CaptureDestroyEventForChildElement"
39112
39090
  },
39113
39091
  {
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
- }
39092
+ "name": "AutoFocusOnMountMixin",
39093
+ "module": "/src/utils/mixins/AutoFocusOnMountMixin"
39120
39094
  },
39121
39095
  {
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
- }
39096
+ "name": "FormInternalsMixin",
39097
+ "module": "/src/utils/mixins/FormInternalsMixin"
39128
39098
  },
39129
39099
  {
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
- }
39100
+ "name": "DataAriaLabelMixin",
39101
+ "module": "/src/utils/mixins/DataAriaLabelMixin"
39136
39102
  }
39137
- ]
39103
+ ],
39104
+ "superclass": {
39105
+ "name": "FormfieldWrapper",
39106
+ "module": "/src/components/formfieldwrapper/formfieldwrapper.component"
39107
+ },
39108
+ "tagName": "mdc-select",
39109
+ "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 */",
39110
+ "customElement": true
39138
39111
  }
39139
39112
  ],
39140
39113
  "exports": [
@@ -39142,8 +39115,8 @@
39142
39115
  "kind": "js",
39143
39116
  "name": "default",
39144
39117
  "declaration": {
39145
- "name": "Searchfield",
39146
- "module": "components/searchfield/searchfield.component.js"
39118
+ "name": "Select",
39119
+ "module": "components/select/select.component.js"
39147
39120
  }
39148
39121
  }
39149
39122
  ]
@@ -41049,6 +41022,94 @@
41049
41022
  }
41050
41023
  ]
41051
41024
  },
41025
+ {
41026
+ "kind": "javascript-module",
41027
+ "path": "components/stepperconnector/stepperconnector.component.js",
41028
+ "declarations": [
41029
+ {
41030
+ "kind": "class",
41031
+ "description": "StepperConnector component visually represents the connection between two stepper items.\nIndicates whether the connection is complete or incomplete, and supports vertical or horizontal orientation.\nThey are used between 2 `mdc-stepperitem` components to visually connect them and wrapped in a `mdc-stepper` component.",
41032
+ "name": "StepperConnector",
41033
+ "cssProperties": [
41034
+ {
41035
+ "description": "Background color for the complete connector",
41036
+ "name": "--mdc-stepperconnector-complete-background"
41037
+ },
41038
+ {
41039
+ "description": "Background color for the incomplete connector",
41040
+ "name": "--mdc-stepperconnector-incomplete-background"
41041
+ }
41042
+ ],
41043
+ "cssParts": [
41044
+ {
41045
+ "description": "The main connector line between steps",
41046
+ "name": "connector"
41047
+ }
41048
+ ],
41049
+ "members": [
41050
+ {
41051
+ "kind": "field",
41052
+ "name": "status",
41053
+ "type": {
41054
+ "text": "StatusType"
41055
+ },
41056
+ "description": "The status of the connector (complete or incomplete)",
41057
+ "default": "\"incomplete\"",
41058
+ "attribute": "status",
41059
+ "reflects": true
41060
+ },
41061
+ {
41062
+ "kind": "field",
41063
+ "name": "orientation",
41064
+ "type": {
41065
+ "text": "OrientationType"
41066
+ },
41067
+ "description": "The orientation of the connector (vertical or horizontal)",
41068
+ "default": "\"horizontal\"",
41069
+ "attribute": "orientation",
41070
+ "reflects": true
41071
+ }
41072
+ ],
41073
+ "attributes": [
41074
+ {
41075
+ "name": "status",
41076
+ "type": {
41077
+ "text": "StatusType"
41078
+ },
41079
+ "description": "The status of the connector (complete or incomplete)",
41080
+ "default": "\"incomplete\"",
41081
+ "fieldName": "status"
41082
+ },
41083
+ {
41084
+ "name": "orientation",
41085
+ "type": {
41086
+ "text": "OrientationType"
41087
+ },
41088
+ "description": "The orientation of the connector (vertical or horizontal)",
41089
+ "default": "\"horizontal\"",
41090
+ "fieldName": "orientation"
41091
+ }
41092
+ ],
41093
+ "superclass": {
41094
+ "name": "Component",
41095
+ "module": "/src/models"
41096
+ },
41097
+ "tagName": "mdc-stepperconnector",
41098
+ "jsDoc": "/**\n * StepperConnector component visually represents the connection between two stepper items.\n * Indicates whether the connection is complete or incomplete, and supports vertical or horizontal orientation.\n * They are used between 2 `mdc-stepperitem` components to visually connect them and wrapped in a `mdc-stepper` component.\n *\n * @tagname mdc-stepperconnector\n *\n * @csspart connector - The main connector line between steps\n *\n * @cssproperty --mdc-stepperconnector-complete-background - Background color for the complete connector\n * @cssproperty --mdc-stepperconnector-incomplete-background - Background color for the incomplete connector\n */",
41099
+ "customElement": true
41100
+ }
41101
+ ],
41102
+ "exports": [
41103
+ {
41104
+ "kind": "js",
41105
+ "name": "default",
41106
+ "declaration": {
41107
+ "name": "StepperConnector",
41108
+ "module": "components/stepperconnector/stepperconnector.component.js"
41109
+ }
41110
+ }
41111
+ ]
41112
+ },
41052
41113
  {
41053
41114
  "kind": "javascript-module",
41054
41115
  "path": "components/stepper/stepper.component.js",
@@ -41146,94 +41207,6 @@
41146
41207
  }
41147
41208
  ]
41148
41209
  },
41149
- {
41150
- "kind": "javascript-module",
41151
- "path": "components/stepperconnector/stepperconnector.component.js",
41152
- "declarations": [
41153
- {
41154
- "kind": "class",
41155
- "description": "StepperConnector component visually represents the connection between two stepper items.\nIndicates whether the connection is complete or incomplete, and supports vertical or horizontal orientation.\nThey are used between 2 `mdc-stepperitem` components to visually connect them and wrapped in a `mdc-stepper` component.",
41156
- "name": "StepperConnector",
41157
- "cssProperties": [
41158
- {
41159
- "description": "Background color for the complete connector",
41160
- "name": "--mdc-stepperconnector-complete-background"
41161
- },
41162
- {
41163
- "description": "Background color for the incomplete connector",
41164
- "name": "--mdc-stepperconnector-incomplete-background"
41165
- }
41166
- ],
41167
- "cssParts": [
41168
- {
41169
- "description": "The main connector line between steps",
41170
- "name": "connector"
41171
- }
41172
- ],
41173
- "members": [
41174
- {
41175
- "kind": "field",
41176
- "name": "status",
41177
- "type": {
41178
- "text": "StatusType"
41179
- },
41180
- "description": "The status of the connector (complete or incomplete)",
41181
- "default": "\"incomplete\"",
41182
- "attribute": "status",
41183
- "reflects": true
41184
- },
41185
- {
41186
- "kind": "field",
41187
- "name": "orientation",
41188
- "type": {
41189
- "text": "OrientationType"
41190
- },
41191
- "description": "The orientation of the connector (vertical or horizontal)",
41192
- "default": "\"horizontal\"",
41193
- "attribute": "orientation",
41194
- "reflects": true
41195
- }
41196
- ],
41197
- "attributes": [
41198
- {
41199
- "name": "status",
41200
- "type": {
41201
- "text": "StatusType"
41202
- },
41203
- "description": "The status of the connector (complete or incomplete)",
41204
- "default": "\"incomplete\"",
41205
- "fieldName": "status"
41206
- },
41207
- {
41208
- "name": "orientation",
41209
- "type": {
41210
- "text": "OrientationType"
41211
- },
41212
- "description": "The orientation of the connector (vertical or horizontal)",
41213
- "default": "\"horizontal\"",
41214
- "fieldName": "orientation"
41215
- }
41216
- ],
41217
- "superclass": {
41218
- "name": "Component",
41219
- "module": "/src/models"
41220
- },
41221
- "tagName": "mdc-stepperconnector",
41222
- "jsDoc": "/**\n * StepperConnector component visually represents the connection between two stepper items.\n * Indicates whether the connection is complete or incomplete, and supports vertical or horizontal orientation.\n * They are used between 2 `mdc-stepperitem` components to visually connect them and wrapped in a `mdc-stepper` component.\n *\n * @tagname mdc-stepperconnector\n *\n * @csspart connector - The main connector line between steps\n *\n * @cssproperty --mdc-stepperconnector-complete-background - Background color for the complete connector\n * @cssproperty --mdc-stepperconnector-incomplete-background - Background color for the incomplete connector\n */",
41223
- "customElement": true
41224
- }
41225
- ],
41226
- "exports": [
41227
- {
41228
- "kind": "js",
41229
- "name": "default",
41230
- "declaration": {
41231
- "name": "StepperConnector",
41232
- "module": "components/stepperconnector/stepperconnector.component.js"
41233
- }
41234
- }
41235
- ]
41236
- },
41237
41210
  {
41238
41211
  "kind": "javascript-module",
41239
41212
  "path": "components/stepperitem/stepperitem.component.js",