@vaadin/combo-box 25.2.0-alpha9 → 25.2.0-beta2

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
  }
@@ -221,6 +279,33 @@
221
279
  }
222
280
  ]
223
281
  },
282
+ {
283
+ "kind": "javascript-module",
284
+ "path": "src/vaadin-combo-box-focus-index-mixin.js",
285
+ "declarations": [
286
+ {
287
+ "kind": "mixin",
288
+ "description": "",
289
+ "name": "ComboBoxFocusIndexMixin",
290
+ "members": [],
291
+ "parameters": [
292
+ {
293
+ "name": "superClass"
294
+ }
295
+ ]
296
+ }
297
+ ],
298
+ "exports": [
299
+ {
300
+ "kind": "js",
301
+ "name": "ComboBoxFocusIndexMixin",
302
+ "declaration": {
303
+ "name": "ComboBoxFocusIndexMixin",
304
+ "module": "src/vaadin-combo-box-focus-index-mixin.js"
305
+ }
306
+ }
307
+ ]
308
+ },
224
309
  {
225
310
  "kind": "javascript-module",
226
311
  "path": "src/vaadin-combo-box-item-mixin.js",
@@ -382,6 +467,15 @@
382
467
  "module": "src/vaadin-combo-box-base-mixin.js"
383
468
  }
384
469
  },
470
+ {
471
+ "kind": "method",
472
+ "name": "clear",
473
+ "description": "Clear the value of the field.",
474
+ "inheritedFrom": {
475
+ "name": "InputMixin",
476
+ "package": "@vaadin/field-base/src/input-mixin.js"
477
+ }
478
+ },
385
479
  {
386
480
  "kind": "method",
387
481
  "name": "close",
@@ -391,6 +485,20 @@
391
485
  "module": "src/vaadin-combo-box-base-mixin.js"
392
486
  }
393
487
  },
488
+ {
489
+ "kind": "field",
490
+ "name": "disabled",
491
+ "privacy": "public",
492
+ "type": {
493
+ "text": "boolean"
494
+ },
495
+ "description": "If true, the user cannot interact with this element.",
496
+ "attribute": "disabled",
497
+ "inheritedFrom": {
498
+ "name": "DisabledMixin",
499
+ "package": "@vaadin/a11y-base/src/disabled-mixin.js"
500
+ }
501
+ },
394
502
  {
395
503
  "kind": "field",
396
504
  "name": "filter",
@@ -487,6 +595,20 @@
487
595
  "name": "ComboBoxBaseMixin",
488
596
  "module": "src/vaadin-combo-box-base-mixin.js"
489
597
  }
598
+ },
599
+ {
600
+ "kind": "field",
601
+ "name": "value",
602
+ "privacy": "public",
603
+ "type": {
604
+ "text": "string"
605
+ },
606
+ "description": "The value of the field.",
607
+ "attribute": "value",
608
+ "inheritedFrom": {
609
+ "name": "InputMixin",
610
+ "package": "@vaadin/field-base/src/input-mixin.js"
611
+ }
490
612
  }
491
613
  ],
492
614
  "attributes": [
@@ -502,6 +624,18 @@
502
624
  "module": "src/vaadin-combo-box-base-mixin.js"
503
625
  }
504
626
  },
627
+ {
628
+ "name": "disabled",
629
+ "type": {
630
+ "text": "boolean"
631
+ },
632
+ "description": "If true, the user cannot interact with this element.",
633
+ "fieldName": "disabled",
634
+ "inheritedFrom": {
635
+ "name": "DisabledMixin",
636
+ "package": "@vaadin/a11y-base/src/disabled-mixin.js"
637
+ }
638
+ },
505
639
  {
506
640
  "name": "filter",
507
641
  "type": {
@@ -549,6 +683,18 @@
549
683
  "name": "ComboBoxBaseMixin",
550
684
  "module": "src/vaadin-combo-box-base-mixin.js"
551
685
  }
686
+ },
687
+ {
688
+ "name": "value",
689
+ "type": {
690
+ "text": "string"
691
+ },
692
+ "description": "The value of the field.",
693
+ "fieldName": "value",
694
+ "inheritedFrom": {
695
+ "name": "InputMixin",
696
+ "package": "@vaadin/field-base/src/input-mixin.js"
697
+ }
552
698
  }
553
699
  ],
554
700
  "mixins": [
@@ -613,6 +759,29 @@
613
759
  "name": "cancel",
614
760
  "description": "Reverts back to original value."
615
761
  },
762
+ {
763
+ "kind": "method",
764
+ "name": "checkValidity",
765
+ "description": "Returns true if the field value satisfies all constraints (if any).",
766
+ "return": {
767
+ "type": {
768
+ "text": "boolean"
769
+ }
770
+ },
771
+ "inheritedFrom": {
772
+ "name": "ValidateMixin",
773
+ "package": "@vaadin/field-base/src/validate-mixin.js"
774
+ }
775
+ },
776
+ {
777
+ "kind": "method",
778
+ "name": "clear",
779
+ "description": "Clear the value of the field.",
780
+ "inheritedFrom": {
781
+ "name": "InputMixin",
782
+ "package": "@vaadin/field-base/src/input-mixin.js"
783
+ }
784
+ },
616
785
  {
617
786
  "kind": "method",
618
787
  "name": "close",
@@ -622,6 +791,20 @@
622
791
  "module": "src/vaadin-combo-box-base-mixin.js"
623
792
  }
624
793
  },
794
+ {
795
+ "kind": "field",
796
+ "name": "disabled",
797
+ "privacy": "public",
798
+ "type": {
799
+ "text": "boolean"
800
+ },
801
+ "description": "If true, the user cannot interact with this element.",
802
+ "attribute": "disabled",
803
+ "inheritedFrom": {
804
+ "name": "DisabledMixin",
805
+ "package": "@vaadin/a11y-base/src/disabled-mixin.js"
806
+ }
807
+ },
625
808
  {
626
809
  "kind": "field",
627
810
  "name": "filter",
@@ -650,6 +833,20 @@
650
833
  "module": "src/vaadin-combo-box-items-mixin.js"
651
834
  }
652
835
  },
836
+ {
837
+ "kind": "field",
838
+ "name": "invalid",
839
+ "privacy": "public",
840
+ "type": {
841
+ "text": "boolean"
842
+ },
843
+ "description": "Set to true when the field is invalid.",
844
+ "attribute": "invalid",
845
+ "inheritedFrom": {
846
+ "name": "ValidateMixin",
847
+ "package": "@vaadin/field-base/src/validate-mixin.js"
848
+ }
849
+ },
653
850
  {
654
851
  "kind": "field",
655
852
  "name": "itemClassNameGenerator",
@@ -736,6 +933,20 @@
736
933
  "description": "When set to `true`, \"loading\" attribute is added to host and the overlay element.",
737
934
  "attribute": "loading"
738
935
  },
936
+ {
937
+ "kind": "field",
938
+ "name": "manualValidation",
939
+ "privacy": "public",
940
+ "type": {
941
+ "text": "boolean"
942
+ },
943
+ "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.",
944
+ "attribute": "manual-validation",
945
+ "inheritedFrom": {
946
+ "name": "ValidateMixin",
947
+ "package": "@vaadin/field-base/src/validate-mixin.js"
948
+ }
949
+ },
739
950
  {
740
951
  "kind": "method",
741
952
  "name": "open",
@@ -788,6 +999,20 @@
788
999
  "name": "requestContentUpdate",
789
1000
  "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
1001
  },
1002
+ {
1003
+ "kind": "field",
1004
+ "name": "required",
1005
+ "privacy": "public",
1006
+ "type": {
1007
+ "text": "boolean"
1008
+ },
1009
+ "description": "Specifies that the user must fill in a value.",
1010
+ "attribute": "required",
1011
+ "inheritedFrom": {
1012
+ "name": "ValidateMixin",
1013
+ "package": "@vaadin/field-base/src/validate-mixin.js"
1014
+ }
1015
+ },
791
1016
  {
792
1017
  "kind": "field",
793
1018
  "name": "selectedItem",
@@ -797,6 +1022,34 @@
797
1022
  },
798
1023
  "description": "The selected item from the `items` array.",
799
1024
  "attribute": "selected-item"
1025
+ },
1026
+ {
1027
+ "kind": "method",
1028
+ "name": "validate",
1029
+ "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.",
1030
+ "return": {
1031
+ "type": {
1032
+ "text": "boolean"
1033
+ }
1034
+ },
1035
+ "inheritedFrom": {
1036
+ "name": "ValidateMixin",
1037
+ "package": "@vaadin/field-base/src/validate-mixin.js"
1038
+ }
1039
+ },
1040
+ {
1041
+ "kind": "field",
1042
+ "name": "value",
1043
+ "privacy": "public",
1044
+ "type": {
1045
+ "text": "string"
1046
+ },
1047
+ "description": "The value of the field.",
1048
+ "attribute": "value",
1049
+ "inheritedFrom": {
1050
+ "name": "InputMixin",
1051
+ "package": "@vaadin/field-base/src/input-mixin.js"
1052
+ }
800
1053
  }
801
1054
  ],
802
1055
  "events": [
@@ -817,6 +1070,16 @@
817
1070
  "type": {
818
1071
  "text": "CustomEvent"
819
1072
  }
1073
+ },
1074
+ {
1075
+ "name": "validated",
1076
+ "type": {
1077
+ "text": "CustomEvent"
1078
+ },
1079
+ "inheritedFrom": {
1080
+ "name": "ValidateMixin",
1081
+ "package": "@vaadin/field-base/src/validate-mixin.js"
1082
+ }
820
1083
  }
821
1084
  ],
822
1085
  "attributes": [
@@ -840,6 +1103,18 @@
840
1103
  "module": "src/vaadin-combo-box-base-mixin.js"
841
1104
  }
842
1105
  },
1106
+ {
1107
+ "name": "disabled",
1108
+ "type": {
1109
+ "text": "boolean"
1110
+ },
1111
+ "description": "If true, the user cannot interact with this element.",
1112
+ "fieldName": "disabled",
1113
+ "inheritedFrom": {
1114
+ "name": "DisabledMixin",
1115
+ "package": "@vaadin/a11y-base/src/disabled-mixin.js"
1116
+ }
1117
+ },
843
1118
  {
844
1119
  "name": "filter",
845
1120
  "type": {
@@ -852,6 +1127,18 @@
852
1127
  "module": "src/vaadin-combo-box-items-mixin.js"
853
1128
  }
854
1129
  },
1130
+ {
1131
+ "name": "invalid",
1132
+ "type": {
1133
+ "text": "boolean"
1134
+ },
1135
+ "description": "Set to true when the field is invalid.",
1136
+ "fieldName": "invalid",
1137
+ "inheritedFrom": {
1138
+ "name": "ValidateMixin",
1139
+ "package": "@vaadin/field-base/src/validate-mixin.js"
1140
+ }
1141
+ },
855
1142
  {
856
1143
  "name": "item-id-path",
857
1144
  "type": {
@@ -892,6 +1179,18 @@
892
1179
  "description": "When set to `true`, \"loading\" attribute is added to host and the overlay element.",
893
1180
  "fieldName": "loading"
894
1181
  },
1182
+ {
1183
+ "name": "manual-validation",
1184
+ "type": {
1185
+ "text": "boolean"
1186
+ },
1187
+ "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.",
1188
+ "fieldName": "manualValidation",
1189
+ "inheritedFrom": {
1190
+ "name": "ValidateMixin",
1191
+ "package": "@vaadin/field-base/src/validate-mixin.js"
1192
+ }
1193
+ },
895
1194
  {
896
1195
  "name": "opened",
897
1196
  "type": {
@@ -924,6 +1223,18 @@
924
1223
  "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
1224
  "fieldName": "renderer"
926
1225
  },
1226
+ {
1227
+ "name": "required",
1228
+ "type": {
1229
+ "text": "boolean"
1230
+ },
1231
+ "description": "Specifies that the user must fill in a value.",
1232
+ "fieldName": "required",
1233
+ "inheritedFrom": {
1234
+ "name": "ValidateMixin",
1235
+ "package": "@vaadin/field-base/src/validate-mixin.js"
1236
+ }
1237
+ },
927
1238
  {
928
1239
  "name": "selected-item",
929
1240
  "type": {
@@ -931,6 +1242,18 @@
931
1242
  },
932
1243
  "description": "The selected item from the `items` array.",
933
1244
  "fieldName": "selectedItem"
1245
+ },
1246
+ {
1247
+ "name": "value",
1248
+ "type": {
1249
+ "text": "string"
1250
+ },
1251
+ "description": "The value of the field.",
1252
+ "fieldName": "value",
1253
+ "inheritedFrom": {
1254
+ "name": "InputMixin",
1255
+ "package": "@vaadin/field-base/src/input-mixin.js"
1256
+ }
934
1257
  }
935
1258
  ],
936
1259
  "mixins": [
@@ -945,10 +1268,7 @@
945
1268
  ],
946
1269
  "parameters": [
947
1270
  {
948
- "name": "superClass",
949
- "type": {
950
- "text": "function(new:HTMLElement)"
951
- }
1271
+ "name": "superClass"
952
1272
  }
953
1273
  ]
954
1274
  }
@@ -1451,6 +1771,20 @@
1451
1771
  "package": "@vaadin/field-base/src/input-control-mixin.js"
1452
1772
  }
1453
1773
  },
1774
+ {
1775
+ "kind": "field",
1776
+ "name": "autofocus",
1777
+ "privacy": "public",
1778
+ "type": {
1779
+ "text": "boolean"
1780
+ },
1781
+ "description": "Specify that this control should have input focus when the page loads.",
1782
+ "attribute": "autofocus",
1783
+ "inheritedFrom": {
1784
+ "name": "DelegateFocusMixin",
1785
+ "package": "@vaadin/a11y-base/src/delegate-focus-mixin.js"
1786
+ }
1787
+ },
1454
1788
  {
1455
1789
  "kind": "field",
1456
1790
  "name": "autoOpenDisabled",
@@ -1488,6 +1822,29 @@
1488
1822
  "module": "src/vaadin-combo-box-mixin.js"
1489
1823
  }
1490
1824
  },
1825
+ {
1826
+ "kind": "method",
1827
+ "name": "checkValidity",
1828
+ "description": "Returns true if the field value satisfies all constraints (if any).",
1829
+ "return": {
1830
+ "type": {
1831
+ "text": "boolean"
1832
+ }
1833
+ },
1834
+ "inheritedFrom": {
1835
+ "name": "InputConstraintsMixin",
1836
+ "package": "@vaadin/field-base/src/input-constraints-mixin.js"
1837
+ }
1838
+ },
1839
+ {
1840
+ "kind": "method",
1841
+ "name": "clear",
1842
+ "description": "Clear the value of the field.",
1843
+ "inheritedFrom": {
1844
+ "name": "InputMixin",
1845
+ "package": "@vaadin/field-base/src/input-mixin.js"
1846
+ }
1847
+ },
1491
1848
  {
1492
1849
  "kind": "field",
1493
1850
  "name": "clearButtonVisible",
@@ -1534,6 +1891,20 @@
1534
1891
  "module": "src/vaadin-combo-box-data-provider-mixin.js"
1535
1892
  }
1536
1893
  },
1894
+ {
1895
+ "kind": "field",
1896
+ "name": "disabled",
1897
+ "privacy": "public",
1898
+ "type": {
1899
+ "text": "boolean"
1900
+ },
1901
+ "description": "If true, the user cannot interact with this element.",
1902
+ "attribute": "disabled",
1903
+ "inheritedFrom": {
1904
+ "name": "DisabledMixin",
1905
+ "package": "@vaadin/a11y-base/src/disabled-mixin.js"
1906
+ }
1907
+ },
1537
1908
  {
1538
1909
  "kind": "field",
1539
1910
  "name": "errorMessage",
@@ -1590,6 +1961,20 @@
1590
1961
  "package": "@vaadin/field-base/src/field-mixin.js"
1591
1962
  }
1592
1963
  },
1964
+ {
1965
+ "kind": "field",
1966
+ "name": "invalid",
1967
+ "privacy": "public",
1968
+ "type": {
1969
+ "text": "boolean"
1970
+ },
1971
+ "description": "Set to true when the field is invalid.",
1972
+ "attribute": "invalid",
1973
+ "inheritedFrom": {
1974
+ "name": "ValidateMixin",
1975
+ "package": "@vaadin/field-base/src/validate-mixin.js"
1976
+ }
1977
+ },
1593
1978
  {
1594
1979
  "kind": "field",
1595
1980
  "name": "itemClassNameGenerator",
@@ -1702,6 +2087,20 @@
1702
2087
  "module": "src/vaadin-combo-box-mixin.js"
1703
2088
  }
1704
2089
  },
2090
+ {
2091
+ "kind": "field",
2092
+ "name": "manualValidation",
2093
+ "privacy": "public",
2094
+ "type": {
2095
+ "text": "boolean"
2096
+ },
2097
+ "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.",
2098
+ "attribute": "manual-validation",
2099
+ "inheritedFrom": {
2100
+ "name": "ValidateMixin",
2101
+ "package": "@vaadin/field-base/src/validate-mixin.js"
2102
+ }
2103
+ },
1705
2104
  {
1706
2105
  "kind": "field",
1707
2106
  "name": "name",
@@ -1818,6 +2217,20 @@
1818
2217
  "module": "src/vaadin-combo-box-mixin.js"
1819
2218
  }
1820
2219
  },
2220
+ {
2221
+ "kind": "field",
2222
+ "name": "required",
2223
+ "privacy": "public",
2224
+ "type": {
2225
+ "text": "boolean"
2226
+ },
2227
+ "description": "Specifies that the user must fill in a value.",
2228
+ "attribute": "required",
2229
+ "inheritedFrom": {
2230
+ "name": "ValidateMixin",
2231
+ "package": "@vaadin/field-base/src/validate-mixin.js"
2232
+ }
2233
+ },
1821
2234
  {
1822
2235
  "kind": "field",
1823
2236
  "name": "selectedItem",
@@ -1859,6 +2272,34 @@
1859
2272
  "name": "InputControlMixin",
1860
2273
  "package": "@vaadin/field-base/src/input-control-mixin.js"
1861
2274
  }
2275
+ },
2276
+ {
2277
+ "kind": "method",
2278
+ "name": "validate",
2279
+ "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.",
2280
+ "return": {
2281
+ "type": {
2282
+ "text": "boolean"
2283
+ }
2284
+ },
2285
+ "inheritedFrom": {
2286
+ "name": "ValidateMixin",
2287
+ "package": "@vaadin/field-base/src/validate-mixin.js"
2288
+ }
2289
+ },
2290
+ {
2291
+ "kind": "field",
2292
+ "name": "value",
2293
+ "privacy": "public",
2294
+ "type": {
2295
+ "text": "string"
2296
+ },
2297
+ "description": "The value of the field.",
2298
+ "attribute": "value",
2299
+ "inheritedFrom": {
2300
+ "name": "InputMixin",
2301
+ "package": "@vaadin/field-base/src/input-mixin.js"
2302
+ }
1862
2303
  }
1863
2304
  ],
1864
2305
  "events": [
@@ -1869,8 +2310,8 @@
1869
2310
  },
1870
2311
  "description": "Fired when the user commits a value change.",
1871
2312
  "inheritedFrom": {
1872
- "name": "ComboBoxMixin",
1873
- "module": "src/vaadin-combo-box-mixin.js"
2313
+ "name": "InputConstraintsMixin",
2314
+ "package": "@vaadin/field-base/src/input-constraints-mixin.js"
1874
2315
  }
1875
2316
  },
1876
2317
  {
@@ -1913,6 +2354,7 @@
1913
2354
  "type": {
1914
2355
  "text": "CustomEvent"
1915
2356
  },
2357
+ "description": "Fired after the `vaadin-combo-box-overlay` closes.",
1916
2358
  "inheritedFrom": {
1917
2359
  "name": "ComboBoxMixin",
1918
2360
  "module": "src/vaadin-combo-box-mixin.js"
@@ -1923,17 +2365,22 @@
1923
2365
  "type": {
1924
2366
  "text": "CustomEvent"
1925
2367
  },
2368
+ "description": "Fired after the `vaadin-combo-box-overlay` opens.",
1926
2369
  "inheritedFrom": {
1927
2370
  "name": "ComboBoxMixin",
1928
2371
  "module": "src/vaadin-combo-box-mixin.js"
1929
2372
  }
1930
2373
  },
1931
2374
  {
2375
+ "name": "validated",
1932
2376
  "type": {
1933
2377
  "text": "CustomEvent"
1934
2378
  },
1935
2379
  "description": "Fired whenever the field is validated.",
1936
- "name": "validated"
2380
+ "inheritedFrom": {
2381
+ "name": "ValidateMixin",
2382
+ "package": "@vaadin/field-base/src/validate-mixin.js"
2383
+ }
1937
2384
  },
1938
2385
  {
1939
2386
  "type": {
@@ -2004,6 +2451,18 @@
2004
2451
  "module": "src/vaadin-combo-box-base-mixin.js"
2005
2452
  }
2006
2453
  },
2454
+ {
2455
+ "name": "autofocus",
2456
+ "type": {
2457
+ "text": "boolean"
2458
+ },
2459
+ "description": "Specify that this control should have input focus when the page loads.",
2460
+ "fieldName": "autofocus",
2461
+ "inheritedFrom": {
2462
+ "name": "DelegateFocusMixin",
2463
+ "package": "@vaadin/a11y-base/src/delegate-focus-mixin.js"
2464
+ }
2465
+ },
2007
2466
  {
2008
2467
  "name": "autoselect",
2009
2468
  "type": {
@@ -2040,6 +2499,18 @@
2040
2499
  "module": "src/vaadin-combo-box-data-provider-mixin.js"
2041
2500
  }
2042
2501
  },
2502
+ {
2503
+ "name": "disabled",
2504
+ "type": {
2505
+ "text": "boolean"
2506
+ },
2507
+ "description": "If true, the user cannot interact with this element.",
2508
+ "fieldName": "disabled",
2509
+ "inheritedFrom": {
2510
+ "name": "DisabledMixin",
2511
+ "package": "@vaadin/a11y-base/src/disabled-mixin.js"
2512
+ }
2513
+ },
2043
2514
  {
2044
2515
  "name": "error-message",
2045
2516
  "type": {
@@ -2076,6 +2547,18 @@
2076
2547
  "package": "@vaadin/field-base/src/field-mixin.js"
2077
2548
  }
2078
2549
  },
2550
+ {
2551
+ "name": "invalid",
2552
+ "type": {
2553
+ "text": "boolean"
2554
+ },
2555
+ "description": "Set to true when the field is invalid.",
2556
+ "fieldName": "invalid",
2557
+ "inheritedFrom": {
2558
+ "name": "ValidateMixin",
2559
+ "package": "@vaadin/field-base/src/validate-mixin.js"
2560
+ }
2561
+ },
2079
2562
  {
2080
2563
  "name": "item-id-path",
2081
2564
  "type": {
@@ -2136,6 +2619,18 @@
2136
2619
  "module": "src/vaadin-combo-box-mixin.js"
2137
2620
  }
2138
2621
  },
2622
+ {
2623
+ "name": "manual-validation",
2624
+ "type": {
2625
+ "text": "boolean"
2626
+ },
2627
+ "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.",
2628
+ "fieldName": "manualValidation",
2629
+ "inheritedFrom": {
2630
+ "name": "ValidateMixin",
2631
+ "package": "@vaadin/field-base/src/validate-mixin.js"
2632
+ }
2633
+ },
2139
2634
  {
2140
2635
  "name": "name",
2141
2636
  "type": {
@@ -2220,6 +2715,18 @@
2220
2715
  "module": "src/vaadin-combo-box-mixin.js"
2221
2716
  }
2222
2717
  },
2718
+ {
2719
+ "name": "required",
2720
+ "type": {
2721
+ "text": "boolean"
2722
+ },
2723
+ "description": "Specifies that the user must fill in a value.",
2724
+ "fieldName": "required",
2725
+ "inheritedFrom": {
2726
+ "name": "ValidateMixin",
2727
+ "package": "@vaadin/field-base/src/validate-mixin.js"
2728
+ }
2729
+ },
2223
2730
  {
2224
2731
  "name": "selected-item",
2225
2732
  "type": {
@@ -2255,9 +2762,25 @@
2255
2762
  "name": "InputControlMixin",
2256
2763
  "package": "@vaadin/field-base/src/input-control-mixin.js"
2257
2764
  }
2765
+ },
2766
+ {
2767
+ "name": "value",
2768
+ "type": {
2769
+ "text": "string"
2770
+ },
2771
+ "description": "The value of the field.",
2772
+ "fieldName": "value",
2773
+ "inheritedFrom": {
2774
+ "name": "InputMixin",
2775
+ "package": "@vaadin/field-base/src/input-mixin.js"
2776
+ }
2258
2777
  }
2259
2778
  ],
2260
2779
  "mixins": [
2780
+ {
2781
+ "name": "ComboBoxFocusIndexMixin",
2782
+ "module": "src/vaadin-combo-box-focus-index-mixin.js"
2783
+ },
2261
2784
  {
2262
2785
  "name": "ComboBoxDataProviderMixin",
2263
2786
  "module": "src/vaadin-combo-box-data-provider-mixin.js"