@vaadin/combo-box 25.2.0-alpha1 → 25.2.0-alpha11

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.
@@ -36,11 +36,34 @@
36
36
  "description": "Set true to prevent the overlay from opening automatically.",
37
37
  "attribute": "auto-open-disabled"
38
38
  },
39
+ {
40
+ "kind": "method",
41
+ "name": "clear",
42
+ "description": "Clear the value of the field.",
43
+ "inheritedFrom": {
44
+ "name": "InputMixin",
45
+ "package": "@vaadin/field-base/src/input-mixin.js"
46
+ }
47
+ },
39
48
  {
40
49
  "kind": "method",
41
50
  "name": "close",
42
51
  "description": "Closes the dropdown list."
43
52
  },
53
+ {
54
+ "kind": "field",
55
+ "name": "disabled",
56
+ "privacy": "public",
57
+ "type": {
58
+ "text": "boolean"
59
+ },
60
+ "description": "If true, the user cannot interact with this element.",
61
+ "attribute": "disabled",
62
+ "inheritedFrom": {
63
+ "name": "DisabledMixin",
64
+ "package": "@vaadin/a11y-base/src/disabled-mixin.js"
65
+ }
66
+ },
44
67
  {
45
68
  "kind": "method",
46
69
  "name": "open",
@@ -65,6 +88,20 @@
65
88
  },
66
89
  "description": "When present, it specifies that the field is read-only.",
67
90
  "attribute": "readonly"
91
+ },
92
+ {
93
+ "kind": "field",
94
+ "name": "value",
95
+ "privacy": "public",
96
+ "type": {
97
+ "text": "string"
98
+ },
99
+ "description": "The value of the field.",
100
+ "attribute": "value",
101
+ "inheritedFrom": {
102
+ "name": "InputMixin",
103
+ "package": "@vaadin/field-base/src/input-mixin.js"
104
+ }
68
105
  }
69
106
  ],
70
107
  "attributes": [
@@ -76,6 +113,18 @@
76
113
  "description": "Set true to prevent the overlay from opening automatically.",
77
114
  "fieldName": "autoOpenDisabled"
78
115
  },
116
+ {
117
+ "name": "disabled",
118
+ "type": {
119
+ "text": "boolean"
120
+ },
121
+ "description": "If true, the user cannot interact with this element.",
122
+ "fieldName": "disabled",
123
+ "inheritedFrom": {
124
+ "name": "DisabledMixin",
125
+ "package": "@vaadin/a11y-base/src/disabled-mixin.js"
126
+ }
127
+ },
79
128
  {
80
129
  "name": "opened",
81
130
  "type": {
@@ -91,6 +140,18 @@
91
140
  },
92
141
  "description": "When present, it specifies that the field is read-only.",
93
142
  "fieldName": "readonly"
143
+ },
144
+ {
145
+ "name": "value",
146
+ "type": {
147
+ "text": "string"
148
+ },
149
+ "description": "The value of the field.",
150
+ "fieldName": "value",
151
+ "inheritedFrom": {
152
+ "name": "InputMixin",
153
+ "package": "@vaadin/field-base/src/input-mixin.js"
154
+ }
94
155
  }
95
156
  ],
96
157
  "mixins": [
@@ -113,10 +174,7 @@
113
174
  ],
114
175
  "parameters": [
115
176
  {
116
- "name": "superClass",
117
- "type": {
118
- "text": "function(new:HTMLElement)"
119
- }
177
+ "name": "superClass"
120
178
  }
121
179
  ]
122
180
  }
@@ -382,6 +440,15 @@
382
440
  "module": "src/vaadin-combo-box-base-mixin.js"
383
441
  }
384
442
  },
443
+ {
444
+ "kind": "method",
445
+ "name": "clear",
446
+ "description": "Clear the value of the field.",
447
+ "inheritedFrom": {
448
+ "name": "InputMixin",
449
+ "package": "@vaadin/field-base/src/input-mixin.js"
450
+ }
451
+ },
385
452
  {
386
453
  "kind": "method",
387
454
  "name": "close",
@@ -391,6 +458,20 @@
391
458
  "module": "src/vaadin-combo-box-base-mixin.js"
392
459
  }
393
460
  },
461
+ {
462
+ "kind": "field",
463
+ "name": "disabled",
464
+ "privacy": "public",
465
+ "type": {
466
+ "text": "boolean"
467
+ },
468
+ "description": "If true, the user cannot interact with this element.",
469
+ "attribute": "disabled",
470
+ "inheritedFrom": {
471
+ "name": "DisabledMixin",
472
+ "package": "@vaadin/a11y-base/src/disabled-mixin.js"
473
+ }
474
+ },
394
475
  {
395
476
  "kind": "field",
396
477
  "name": "filter",
@@ -487,6 +568,20 @@
487
568
  "name": "ComboBoxBaseMixin",
488
569
  "module": "src/vaadin-combo-box-base-mixin.js"
489
570
  }
571
+ },
572
+ {
573
+ "kind": "field",
574
+ "name": "value",
575
+ "privacy": "public",
576
+ "type": {
577
+ "text": "string"
578
+ },
579
+ "description": "The value of the field.",
580
+ "attribute": "value",
581
+ "inheritedFrom": {
582
+ "name": "InputMixin",
583
+ "package": "@vaadin/field-base/src/input-mixin.js"
584
+ }
490
585
  }
491
586
  ],
492
587
  "attributes": [
@@ -502,6 +597,18 @@
502
597
  "module": "src/vaadin-combo-box-base-mixin.js"
503
598
  }
504
599
  },
600
+ {
601
+ "name": "disabled",
602
+ "type": {
603
+ "text": "boolean"
604
+ },
605
+ "description": "If true, the user cannot interact with this element.",
606
+ "fieldName": "disabled",
607
+ "inheritedFrom": {
608
+ "name": "DisabledMixin",
609
+ "package": "@vaadin/a11y-base/src/disabled-mixin.js"
610
+ }
611
+ },
505
612
  {
506
613
  "name": "filter",
507
614
  "type": {
@@ -549,6 +656,18 @@
549
656
  "name": "ComboBoxBaseMixin",
550
657
  "module": "src/vaadin-combo-box-base-mixin.js"
551
658
  }
659
+ },
660
+ {
661
+ "name": "value",
662
+ "type": {
663
+ "text": "string"
664
+ },
665
+ "description": "The value of the field.",
666
+ "fieldName": "value",
667
+ "inheritedFrom": {
668
+ "name": "InputMixin",
669
+ "package": "@vaadin/field-base/src/input-mixin.js"
670
+ }
552
671
  }
553
672
  ],
554
673
  "mixins": [
@@ -613,6 +732,29 @@
613
732
  "name": "cancel",
614
733
  "description": "Reverts back to original value."
615
734
  },
735
+ {
736
+ "kind": "method",
737
+ "name": "checkValidity",
738
+ "description": "Returns true if the field value satisfies all constraints (if any).",
739
+ "return": {
740
+ "type": {
741
+ "text": "boolean"
742
+ }
743
+ },
744
+ "inheritedFrom": {
745
+ "name": "ValidateMixin",
746
+ "package": "@vaadin/field-base/src/validate-mixin.js"
747
+ }
748
+ },
749
+ {
750
+ "kind": "method",
751
+ "name": "clear",
752
+ "description": "Clear the value of the field.",
753
+ "inheritedFrom": {
754
+ "name": "InputMixin",
755
+ "package": "@vaadin/field-base/src/input-mixin.js"
756
+ }
757
+ },
616
758
  {
617
759
  "kind": "method",
618
760
  "name": "close",
@@ -622,6 +764,20 @@
622
764
  "module": "src/vaadin-combo-box-base-mixin.js"
623
765
  }
624
766
  },
767
+ {
768
+ "kind": "field",
769
+ "name": "disabled",
770
+ "privacy": "public",
771
+ "type": {
772
+ "text": "boolean"
773
+ },
774
+ "description": "If true, the user cannot interact with this element.",
775
+ "attribute": "disabled",
776
+ "inheritedFrom": {
777
+ "name": "DisabledMixin",
778
+ "package": "@vaadin/a11y-base/src/disabled-mixin.js"
779
+ }
780
+ },
625
781
  {
626
782
  "kind": "field",
627
783
  "name": "filter",
@@ -650,6 +806,20 @@
650
806
  "module": "src/vaadin-combo-box-items-mixin.js"
651
807
  }
652
808
  },
809
+ {
810
+ "kind": "field",
811
+ "name": "invalid",
812
+ "privacy": "public",
813
+ "type": {
814
+ "text": "boolean"
815
+ },
816
+ "description": "Set to true when the field is invalid.",
817
+ "attribute": "invalid",
818
+ "inheritedFrom": {
819
+ "name": "ValidateMixin",
820
+ "package": "@vaadin/field-base/src/validate-mixin.js"
821
+ }
822
+ },
653
823
  {
654
824
  "kind": "field",
655
825
  "name": "itemClassNameGenerator",
@@ -736,6 +906,20 @@
736
906
  "description": "When set to `true`, \"loading\" attribute is added to host and the overlay element.",
737
907
  "attribute": "loading"
738
908
  },
909
+ {
910
+ "kind": "field",
911
+ "name": "manualValidation",
912
+ "privacy": "public",
913
+ "type": {
914
+ "text": "boolean"
915
+ },
916
+ "description": "Set to true to enable manual validation mode. This mode disables automatic\nconstraint validation, allowing you to control the validation process yourself.\nYou can still trigger constraint validation manually with the `validate()` method\nor use `checkValidity()` to assess the component's validity without affecting\nthe invalid state. In manual validation mode, you can also manipulate\nthe `invalid` property directly through your application logic without conflicts\nwith the component's internal validation.",
917
+ "attribute": "manual-validation",
918
+ "inheritedFrom": {
919
+ "name": "ValidateMixin",
920
+ "package": "@vaadin/field-base/src/validate-mixin.js"
921
+ }
922
+ },
739
923
  {
740
924
  "kind": "method",
741
925
  "name": "open",
@@ -788,6 +972,20 @@
788
972
  "name": "requestContentUpdate",
789
973
  "description": "Requests an update for the content of items.\nWhile performing the update, it invokes the renderer (passed in the `renderer` property) once an item.\n\nIt is not guaranteed that the update happens immediately (synchronously) after it is requested."
790
974
  },
975
+ {
976
+ "kind": "field",
977
+ "name": "required",
978
+ "privacy": "public",
979
+ "type": {
980
+ "text": "boolean"
981
+ },
982
+ "description": "Specifies that the user must fill in a value.",
983
+ "attribute": "required",
984
+ "inheritedFrom": {
985
+ "name": "ValidateMixin",
986
+ "package": "@vaadin/field-base/src/validate-mixin.js"
987
+ }
988
+ },
791
989
  {
792
990
  "kind": "field",
793
991
  "name": "selectedItem",
@@ -797,6 +995,34 @@
797
995
  },
798
996
  "description": "The selected item from the `items` array.",
799
997
  "attribute": "selected-item"
998
+ },
999
+ {
1000
+ "kind": "method",
1001
+ "name": "validate",
1002
+ "description": "Validates the field and sets the `invalid` property based on the result.\n\nThe method fires a `validated` event with the result of the validation.",
1003
+ "return": {
1004
+ "type": {
1005
+ "text": "boolean"
1006
+ }
1007
+ },
1008
+ "inheritedFrom": {
1009
+ "name": "ValidateMixin",
1010
+ "package": "@vaadin/field-base/src/validate-mixin.js"
1011
+ }
1012
+ },
1013
+ {
1014
+ "kind": "field",
1015
+ "name": "value",
1016
+ "privacy": "public",
1017
+ "type": {
1018
+ "text": "string"
1019
+ },
1020
+ "description": "The value of the field.",
1021
+ "attribute": "value",
1022
+ "inheritedFrom": {
1023
+ "name": "InputMixin",
1024
+ "package": "@vaadin/field-base/src/input-mixin.js"
1025
+ }
800
1026
  }
801
1027
  ],
802
1028
  "events": [
@@ -817,6 +1043,16 @@
817
1043
  "type": {
818
1044
  "text": "CustomEvent"
819
1045
  }
1046
+ },
1047
+ {
1048
+ "name": "validated",
1049
+ "type": {
1050
+ "text": "CustomEvent"
1051
+ },
1052
+ "inheritedFrom": {
1053
+ "name": "ValidateMixin",
1054
+ "package": "@vaadin/field-base/src/validate-mixin.js"
1055
+ }
820
1056
  }
821
1057
  ],
822
1058
  "attributes": [
@@ -840,6 +1076,18 @@
840
1076
  "module": "src/vaadin-combo-box-base-mixin.js"
841
1077
  }
842
1078
  },
1079
+ {
1080
+ "name": "disabled",
1081
+ "type": {
1082
+ "text": "boolean"
1083
+ },
1084
+ "description": "If true, the user cannot interact with this element.",
1085
+ "fieldName": "disabled",
1086
+ "inheritedFrom": {
1087
+ "name": "DisabledMixin",
1088
+ "package": "@vaadin/a11y-base/src/disabled-mixin.js"
1089
+ }
1090
+ },
843
1091
  {
844
1092
  "name": "filter",
845
1093
  "type": {
@@ -852,6 +1100,18 @@
852
1100
  "module": "src/vaadin-combo-box-items-mixin.js"
853
1101
  }
854
1102
  },
1103
+ {
1104
+ "name": "invalid",
1105
+ "type": {
1106
+ "text": "boolean"
1107
+ },
1108
+ "description": "Set to true when the field is invalid.",
1109
+ "fieldName": "invalid",
1110
+ "inheritedFrom": {
1111
+ "name": "ValidateMixin",
1112
+ "package": "@vaadin/field-base/src/validate-mixin.js"
1113
+ }
1114
+ },
855
1115
  {
856
1116
  "name": "item-id-path",
857
1117
  "type": {
@@ -892,6 +1152,18 @@
892
1152
  "description": "When set to `true`, \"loading\" attribute is added to host and the overlay element.",
893
1153
  "fieldName": "loading"
894
1154
  },
1155
+ {
1156
+ "name": "manual-validation",
1157
+ "type": {
1158
+ "text": "boolean"
1159
+ },
1160
+ "description": "Set to true to enable manual validation mode. This mode disables automatic\nconstraint validation, allowing you to control the validation process yourself.\nYou can still trigger constraint validation manually with the `validate()` method\nor use `checkValidity()` to assess the component's validity without affecting\nthe invalid state. In manual validation mode, you can also manipulate\nthe `invalid` property directly through your application logic without conflicts\nwith the component's internal validation.",
1161
+ "fieldName": "manualValidation",
1162
+ "inheritedFrom": {
1163
+ "name": "ValidateMixin",
1164
+ "package": "@vaadin/field-base/src/validate-mixin.js"
1165
+ }
1166
+ },
895
1167
  {
896
1168
  "name": "opened",
897
1169
  "type": {
@@ -924,6 +1196,18 @@
924
1196
  "description": "Custom function for rendering the content of every item.\nReceives three arguments:\n\n- `root` The `<vaadin-combo-box-item>` internal container DOM element.\n- `comboBox` The reference to the `<vaadin-combo-box>` element.\n- `model` The object with the properties related with the rendered\n item, contains:\n - `model.index` The index of the rendered item.\n - `model.item` The item.",
925
1197
  "fieldName": "renderer"
926
1198
  },
1199
+ {
1200
+ "name": "required",
1201
+ "type": {
1202
+ "text": "boolean"
1203
+ },
1204
+ "description": "Specifies that the user must fill in a value.",
1205
+ "fieldName": "required",
1206
+ "inheritedFrom": {
1207
+ "name": "ValidateMixin",
1208
+ "package": "@vaadin/field-base/src/validate-mixin.js"
1209
+ }
1210
+ },
927
1211
  {
928
1212
  "name": "selected-item",
929
1213
  "type": {
@@ -931,6 +1215,18 @@
931
1215
  },
932
1216
  "description": "The selected item from the `items` array.",
933
1217
  "fieldName": "selectedItem"
1218
+ },
1219
+ {
1220
+ "name": "value",
1221
+ "type": {
1222
+ "text": "string"
1223
+ },
1224
+ "description": "The value of the field.",
1225
+ "fieldName": "value",
1226
+ "inheritedFrom": {
1227
+ "name": "InputMixin",
1228
+ "package": "@vaadin/field-base/src/input-mixin.js"
1229
+ }
934
1230
  }
935
1231
  ],
936
1232
  "mixins": [
@@ -945,10 +1241,7 @@
945
1241
  ],
946
1242
  "parameters": [
947
1243
  {
948
- "name": "superClass",
949
- "type": {
950
- "text": "function(new:HTMLElement)"
951
- }
1244
+ "name": "superClass"
952
1245
  }
953
1246
  ]
954
1247
  }
@@ -1166,6 +1459,48 @@
1166
1459
  }
1167
1460
  ]
1168
1461
  },
1462
+ {
1463
+ "kind": "javascript-module",
1464
+ "path": "src/vaadin-combo-box-scroll-to-index-mixin.js",
1465
+ "declarations": [
1466
+ {
1467
+ "kind": "mixin",
1468
+ "description": "",
1469
+ "name": "ComboBoxScrollToIndexMixin",
1470
+ "members": [
1471
+ {
1472
+ "kind": "method",
1473
+ "name": "scrollToIndex",
1474
+ "parameters": [
1475
+ {
1476
+ "name": "index",
1477
+ "description": "Index of the item to scroll to",
1478
+ "type": {
1479
+ "text": "number"
1480
+ }
1481
+ }
1482
+ ],
1483
+ "description": "Scrolls the dropdown to the item at the given index and sets it as the\nfocused (highlighted) item. Safe to call before the dropdown is opened\nor while the data provider is loading: the call is queued and executed\nonce the overlay is open and not loading.\n\nBecause this sets the focused item, closing the dropdown without an\nexplicit selection change (e.g. via outside click or blur) will commit\nthe focused item as `selectedItem`. In the typical use case (scroll to\nthe currently selected item) this is a no-op; callers scrolling to a\ndifferent index should be aware of this behavior."
1484
+ }
1485
+ ],
1486
+ "parameters": [
1487
+ {
1488
+ "name": "superClass"
1489
+ }
1490
+ ]
1491
+ }
1492
+ ],
1493
+ "exports": [
1494
+ {
1495
+ "kind": "js",
1496
+ "name": "ComboBoxScrollToIndexMixin",
1497
+ "declaration": {
1498
+ "name": "ComboBoxScrollToIndexMixin",
1499
+ "module": "src/vaadin-combo-box-scroll-to-index-mixin.js"
1500
+ }
1501
+ }
1502
+ ]
1503
+ },
1169
1504
  {
1170
1505
  "kind": "javascript-module",
1171
1506
  "path": "src/vaadin-combo-box-scroller-mixin.js",
@@ -1451,6 +1786,20 @@
1451
1786
  "package": "@vaadin/field-base/src/input-control-mixin.js"
1452
1787
  }
1453
1788
  },
1789
+ {
1790
+ "kind": "field",
1791
+ "name": "autofocus",
1792
+ "privacy": "public",
1793
+ "type": {
1794
+ "text": "boolean"
1795
+ },
1796
+ "description": "Specify that this control should have input focus when the page loads.",
1797
+ "attribute": "autofocus",
1798
+ "inheritedFrom": {
1799
+ "name": "DelegateFocusMixin",
1800
+ "package": "@vaadin/a11y-base/src/delegate-focus-mixin.js"
1801
+ }
1802
+ },
1454
1803
  {
1455
1804
  "kind": "field",
1456
1805
  "name": "autoOpenDisabled",
@@ -1488,6 +1837,29 @@
1488
1837
  "module": "src/vaadin-combo-box-mixin.js"
1489
1838
  }
1490
1839
  },
1840
+ {
1841
+ "kind": "method",
1842
+ "name": "checkValidity",
1843
+ "description": "Returns true if the field value satisfies all constraints (if any).",
1844
+ "return": {
1845
+ "type": {
1846
+ "text": "boolean"
1847
+ }
1848
+ },
1849
+ "inheritedFrom": {
1850
+ "name": "InputConstraintsMixin",
1851
+ "package": "@vaadin/field-base/src/input-constraints-mixin.js"
1852
+ }
1853
+ },
1854
+ {
1855
+ "kind": "method",
1856
+ "name": "clear",
1857
+ "description": "Clear the value of the field.",
1858
+ "inheritedFrom": {
1859
+ "name": "InputMixin",
1860
+ "package": "@vaadin/field-base/src/input-mixin.js"
1861
+ }
1862
+ },
1491
1863
  {
1492
1864
  "kind": "field",
1493
1865
  "name": "clearButtonVisible",
@@ -1534,6 +1906,20 @@
1534
1906
  "module": "src/vaadin-combo-box-data-provider-mixin.js"
1535
1907
  }
1536
1908
  },
1909
+ {
1910
+ "kind": "field",
1911
+ "name": "disabled",
1912
+ "privacy": "public",
1913
+ "type": {
1914
+ "text": "boolean"
1915
+ },
1916
+ "description": "If true, the user cannot interact with this element.",
1917
+ "attribute": "disabled",
1918
+ "inheritedFrom": {
1919
+ "name": "DisabledMixin",
1920
+ "package": "@vaadin/a11y-base/src/disabled-mixin.js"
1921
+ }
1922
+ },
1537
1923
  {
1538
1924
  "kind": "field",
1539
1925
  "name": "errorMessage",
@@ -1590,6 +1976,20 @@
1590
1976
  "package": "@vaadin/field-base/src/field-mixin.js"
1591
1977
  }
1592
1978
  },
1979
+ {
1980
+ "kind": "field",
1981
+ "name": "invalid",
1982
+ "privacy": "public",
1983
+ "type": {
1984
+ "text": "boolean"
1985
+ },
1986
+ "description": "Set to true when the field is invalid.",
1987
+ "attribute": "invalid",
1988
+ "inheritedFrom": {
1989
+ "name": "ValidateMixin",
1990
+ "package": "@vaadin/field-base/src/validate-mixin.js"
1991
+ }
1992
+ },
1593
1993
  {
1594
1994
  "kind": "field",
1595
1995
  "name": "itemClassNameGenerator",
@@ -1674,6 +2074,20 @@
1674
2074
  "module": "src/vaadin-combo-box-items-mixin.js"
1675
2075
  }
1676
2076
  },
2077
+ {
2078
+ "kind": "field",
2079
+ "name": "label",
2080
+ "privacy": "public",
2081
+ "type": {
2082
+ "text": "string"
2083
+ },
2084
+ "description": "The label text for the input node.\nWhen no light dom defined via [slot=label], this value will be used.",
2085
+ "attribute": "label",
2086
+ "inheritedFrom": {
2087
+ "name": "LabelMixin",
2088
+ "package": "@vaadin/field-base/src/label-mixin.js"
2089
+ }
2090
+ },
1677
2091
  {
1678
2092
  "kind": "field",
1679
2093
  "name": "loading",
@@ -1688,6 +2102,20 @@
1688
2102
  "module": "src/vaadin-combo-box-mixin.js"
1689
2103
  }
1690
2104
  },
2105
+ {
2106
+ "kind": "field",
2107
+ "name": "manualValidation",
2108
+ "privacy": "public",
2109
+ "type": {
2110
+ "text": "boolean"
2111
+ },
2112
+ "description": "Set to true to enable manual validation mode. This mode disables automatic\nconstraint validation, allowing you to control the validation process yourself.\nYou can still trigger constraint validation manually with the `validate()` method\nor use `checkValidity()` to assess the component's validity without affecting\nthe invalid state. In manual validation mode, you can also manipulate\nthe `invalid` property directly through your application logic without conflicts\nwith the component's internal validation.",
2113
+ "attribute": "manual-validation",
2114
+ "inheritedFrom": {
2115
+ "name": "ValidateMixin",
2116
+ "package": "@vaadin/field-base/src/validate-mixin.js"
2117
+ }
2118
+ },
1691
2119
  {
1692
2120
  "kind": "field",
1693
2121
  "name": "name",
@@ -1804,6 +2232,38 @@
1804
2232
  "module": "src/vaadin-combo-box-mixin.js"
1805
2233
  }
1806
2234
  },
2235
+ {
2236
+ "kind": "field",
2237
+ "name": "required",
2238
+ "privacy": "public",
2239
+ "type": {
2240
+ "text": "boolean"
2241
+ },
2242
+ "description": "Specifies that the user must fill in a value.",
2243
+ "attribute": "required",
2244
+ "inheritedFrom": {
2245
+ "name": "ValidateMixin",
2246
+ "package": "@vaadin/field-base/src/validate-mixin.js"
2247
+ }
2248
+ },
2249
+ {
2250
+ "kind": "method",
2251
+ "name": "scrollToIndex",
2252
+ "parameters": [
2253
+ {
2254
+ "name": "index",
2255
+ "description": "Index of the item to scroll to",
2256
+ "type": {
2257
+ "text": "number"
2258
+ }
2259
+ }
2260
+ ],
2261
+ "description": "Scrolls the dropdown to the item at the given index and sets it as the\nfocused (highlighted) item. Safe to call before the dropdown is opened\nor while the data provider is loading: the call is queued and executed\nonce the overlay is open and not loading.\n\nBecause this sets the focused item, closing the dropdown without an\nexplicit selection change (e.g. via outside click or blur) will commit\nthe focused item as `selectedItem`. In the typical use case (scroll to\nthe currently selected item) this is a no-op; callers scrolling to a\ndifferent index should be aware of this behavior.",
2262
+ "inheritedFrom": {
2263
+ "name": "ComboBoxScrollToIndexMixin",
2264
+ "module": "src/vaadin-combo-box-scroll-to-index-mixin.js"
2265
+ }
2266
+ },
1807
2267
  {
1808
2268
  "kind": "field",
1809
2269
  "name": "selectedItem",
@@ -1845,6 +2305,34 @@
1845
2305
  "name": "InputControlMixin",
1846
2306
  "package": "@vaadin/field-base/src/input-control-mixin.js"
1847
2307
  }
2308
+ },
2309
+ {
2310
+ "kind": "method",
2311
+ "name": "validate",
2312
+ "description": "Validates the field and sets the `invalid` property based on the result.\n\nThe method fires a `validated` event with the result of the validation.",
2313
+ "return": {
2314
+ "type": {
2315
+ "text": "boolean"
2316
+ }
2317
+ },
2318
+ "inheritedFrom": {
2319
+ "name": "ValidateMixin",
2320
+ "package": "@vaadin/field-base/src/validate-mixin.js"
2321
+ }
2322
+ },
2323
+ {
2324
+ "kind": "field",
2325
+ "name": "value",
2326
+ "privacy": "public",
2327
+ "type": {
2328
+ "text": "string"
2329
+ },
2330
+ "description": "The value of the field.",
2331
+ "attribute": "value",
2332
+ "inheritedFrom": {
2333
+ "name": "InputMixin",
2334
+ "package": "@vaadin/field-base/src/input-mixin.js"
2335
+ }
1848
2336
  }
1849
2337
  ],
1850
2338
  "events": [
@@ -1855,8 +2343,8 @@
1855
2343
  },
1856
2344
  "description": "Fired when the user commits a value change.",
1857
2345
  "inheritedFrom": {
1858
- "name": "ComboBoxMixin",
1859
- "module": "src/vaadin-combo-box-mixin.js"
2346
+ "name": "InputConstraintsMixin",
2347
+ "package": "@vaadin/field-base/src/input-constraints-mixin.js"
1860
2348
  }
1861
2349
  },
1862
2350
  {
@@ -1899,6 +2387,7 @@
1899
2387
  "type": {
1900
2388
  "text": "CustomEvent"
1901
2389
  },
2390
+ "description": "Fired after the `vaadin-combo-box-overlay` closes.",
1902
2391
  "inheritedFrom": {
1903
2392
  "name": "ComboBoxMixin",
1904
2393
  "module": "src/vaadin-combo-box-mixin.js"
@@ -1909,17 +2398,22 @@
1909
2398
  "type": {
1910
2399
  "text": "CustomEvent"
1911
2400
  },
2401
+ "description": "Fired after the `vaadin-combo-box-overlay` opens.",
1912
2402
  "inheritedFrom": {
1913
2403
  "name": "ComboBoxMixin",
1914
2404
  "module": "src/vaadin-combo-box-mixin.js"
1915
2405
  }
1916
2406
  },
1917
2407
  {
2408
+ "name": "validated",
1918
2409
  "type": {
1919
2410
  "text": "CustomEvent"
1920
2411
  },
1921
2412
  "description": "Fired whenever the field is validated.",
1922
- "name": "validated"
2413
+ "inheritedFrom": {
2414
+ "name": "ValidateMixin",
2415
+ "package": "@vaadin/field-base/src/validate-mixin.js"
2416
+ }
1923
2417
  },
1924
2418
  {
1925
2419
  "type": {
@@ -1990,6 +2484,18 @@
1990
2484
  "module": "src/vaadin-combo-box-base-mixin.js"
1991
2485
  }
1992
2486
  },
2487
+ {
2488
+ "name": "autofocus",
2489
+ "type": {
2490
+ "text": "boolean"
2491
+ },
2492
+ "description": "Specify that this control should have input focus when the page loads.",
2493
+ "fieldName": "autofocus",
2494
+ "inheritedFrom": {
2495
+ "name": "DelegateFocusMixin",
2496
+ "package": "@vaadin/a11y-base/src/delegate-focus-mixin.js"
2497
+ }
2498
+ },
1993
2499
  {
1994
2500
  "name": "autoselect",
1995
2501
  "type": {
@@ -2026,6 +2532,18 @@
2026
2532
  "module": "src/vaadin-combo-box-data-provider-mixin.js"
2027
2533
  }
2028
2534
  },
2535
+ {
2536
+ "name": "disabled",
2537
+ "type": {
2538
+ "text": "boolean"
2539
+ },
2540
+ "description": "If true, the user cannot interact with this element.",
2541
+ "fieldName": "disabled",
2542
+ "inheritedFrom": {
2543
+ "name": "DisabledMixin",
2544
+ "package": "@vaadin/a11y-base/src/disabled-mixin.js"
2545
+ }
2546
+ },
2029
2547
  {
2030
2548
  "name": "error-message",
2031
2549
  "type": {
@@ -2062,6 +2580,18 @@
2062
2580
  "package": "@vaadin/field-base/src/field-mixin.js"
2063
2581
  }
2064
2582
  },
2583
+ {
2584
+ "name": "invalid",
2585
+ "type": {
2586
+ "text": "boolean"
2587
+ },
2588
+ "description": "Set to true when the field is invalid.",
2589
+ "fieldName": "invalid",
2590
+ "inheritedFrom": {
2591
+ "name": "ValidateMixin",
2592
+ "package": "@vaadin/field-base/src/validate-mixin.js"
2593
+ }
2594
+ },
2065
2595
  {
2066
2596
  "name": "item-id-path",
2067
2597
  "type": {
@@ -2098,6 +2628,18 @@
2098
2628
  "module": "src/vaadin-combo-box-items-mixin.js"
2099
2629
  }
2100
2630
  },
2631
+ {
2632
+ "name": "label",
2633
+ "type": {
2634
+ "text": "string"
2635
+ },
2636
+ "description": "The label text for the input node.\nWhen no light dom defined via [slot=label], this value will be used.",
2637
+ "fieldName": "label",
2638
+ "inheritedFrom": {
2639
+ "name": "LabelMixin",
2640
+ "package": "@vaadin/field-base/src/label-mixin.js"
2641
+ }
2642
+ },
2101
2643
  {
2102
2644
  "name": "loading",
2103
2645
  "type": {
@@ -2110,6 +2652,18 @@
2110
2652
  "module": "src/vaadin-combo-box-mixin.js"
2111
2653
  }
2112
2654
  },
2655
+ {
2656
+ "name": "manual-validation",
2657
+ "type": {
2658
+ "text": "boolean"
2659
+ },
2660
+ "description": "Set to true to enable manual validation mode. This mode disables automatic\nconstraint validation, allowing you to control the validation process yourself.\nYou can still trigger constraint validation manually with the `validate()` method\nor use `checkValidity()` to assess the component's validity without affecting\nthe invalid state. In manual validation mode, you can also manipulate\nthe `invalid` property directly through your application logic without conflicts\nwith the component's internal validation.",
2661
+ "fieldName": "manualValidation",
2662
+ "inheritedFrom": {
2663
+ "name": "ValidateMixin",
2664
+ "package": "@vaadin/field-base/src/validate-mixin.js"
2665
+ }
2666
+ },
2113
2667
  {
2114
2668
  "name": "name",
2115
2669
  "type": {
@@ -2194,6 +2748,18 @@
2194
2748
  "module": "src/vaadin-combo-box-mixin.js"
2195
2749
  }
2196
2750
  },
2751
+ {
2752
+ "name": "required",
2753
+ "type": {
2754
+ "text": "boolean"
2755
+ },
2756
+ "description": "Specifies that the user must fill in a value.",
2757
+ "fieldName": "required",
2758
+ "inheritedFrom": {
2759
+ "name": "ValidateMixin",
2760
+ "package": "@vaadin/field-base/src/validate-mixin.js"
2761
+ }
2762
+ },
2197
2763
  {
2198
2764
  "name": "selected-item",
2199
2765
  "type": {
@@ -2229,9 +2795,25 @@
2229
2795
  "name": "InputControlMixin",
2230
2796
  "package": "@vaadin/field-base/src/input-control-mixin.js"
2231
2797
  }
2798
+ },
2799
+ {
2800
+ "name": "value",
2801
+ "type": {
2802
+ "text": "string"
2803
+ },
2804
+ "description": "The value of the field.",
2805
+ "fieldName": "value",
2806
+ "inheritedFrom": {
2807
+ "name": "InputMixin",
2808
+ "package": "@vaadin/field-base/src/input-mixin.js"
2809
+ }
2232
2810
  }
2233
2811
  ],
2234
2812
  "mixins": [
2813
+ {
2814
+ "name": "ComboBoxScrollToIndexMixin",
2815
+ "module": "src/vaadin-combo-box-scroll-to-index-mixin.js"
2816
+ },
2235
2817
  {
2236
2818
  "name": "ComboBoxDataProviderMixin",
2237
2819
  "module": "src/vaadin-combo-box-data-provider-mixin.js"