@vaadin/time-picker 25.1.0-beta1 → 25.1.0-beta3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +555 -946
- package/package.json +15 -15
- package/src/vaadin-time-picker-mixin.js +1 -4
- package/src/vaadin-time-picker.d.ts +8 -0
- package/src/vaadin-time-picker.js +1 -0
- package/web-types.json +38 -11
- package/web-types.lit.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -111,1220 +111,571 @@
|
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"kind": "javascript-module",
|
|
114
|
-
"path": "src/vaadin-time-picker-
|
|
115
|
-
"declarations": [
|
|
116
|
-
{
|
|
117
|
-
"kind": "
|
|
118
|
-
"
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
"type": {
|
|
126
|
-
"text": "boolean"
|
|
127
|
-
},
|
|
128
|
-
"description": "True when item is focused.",
|
|
129
|
-
"attribute": "focused",
|
|
130
|
-
"inheritedFrom": {
|
|
131
|
-
"name": "ComboBoxItemMixin",
|
|
132
|
-
"package": "@vaadin/combo-box/src/vaadin-combo-box-item-mixin.js"
|
|
133
|
-
}
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"kind": "field",
|
|
137
|
-
"name": "index",
|
|
138
|
-
"privacy": "public",
|
|
139
|
-
"type": {
|
|
140
|
-
"text": "number"
|
|
141
|
-
},
|
|
142
|
-
"description": "The index of the item.",
|
|
143
|
-
"attribute": "index",
|
|
144
|
-
"inheritedFrom": {
|
|
145
|
-
"name": "ComboBoxItemMixin",
|
|
146
|
-
"package": "@vaadin/combo-box/src/vaadin-combo-box-item-mixin.js"
|
|
147
|
-
}
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"kind": "field",
|
|
151
|
-
"name": "item",
|
|
152
|
-
"privacy": "public",
|
|
153
|
-
"type": {
|
|
154
|
-
"text": "object"
|
|
155
|
-
},
|
|
156
|
-
"description": "The item to render.",
|
|
157
|
-
"attribute": "item",
|
|
158
|
-
"inheritedFrom": {
|
|
159
|
-
"name": "ComboBoxItemMixin",
|
|
160
|
-
"package": "@vaadin/combo-box/src/vaadin-combo-box-item-mixin.js"
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"kind": "field",
|
|
165
|
-
"name": "label",
|
|
166
|
-
"privacy": "public",
|
|
167
|
-
"type": {
|
|
168
|
-
"text": "string"
|
|
169
|
-
},
|
|
170
|
-
"description": "The text to render in the item.",
|
|
171
|
-
"attribute": "label",
|
|
172
|
-
"inheritedFrom": {
|
|
173
|
-
"name": "ComboBoxItemMixin",
|
|
174
|
-
"package": "@vaadin/combo-box/src/vaadin-combo-box-item-mixin.js"
|
|
175
|
-
}
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"kind": "field",
|
|
179
|
-
"name": "renderer",
|
|
180
|
-
"privacy": "public",
|
|
181
|
-
"type": {
|
|
182
|
-
"text": "function"
|
|
183
|
-
},
|
|
184
|
-
"description": "Custom function for rendering the item content.",
|
|
185
|
-
"attribute": "renderer",
|
|
186
|
-
"inheritedFrom": {
|
|
187
|
-
"name": "ComboBoxItemMixin",
|
|
188
|
-
"package": "@vaadin/combo-box/src/vaadin-combo-box-item-mixin.js"
|
|
189
|
-
}
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"kind": "method",
|
|
193
|
-
"name": "requestContentUpdate",
|
|
194
|
-
"description": "Requests an update for the content of the item.\nWhile performing the update, it invokes the renderer passed in the `renderer` property.\n\nIt is not guaranteed that the update happens immediately (synchronously) after it is requested.",
|
|
195
|
-
"inheritedFrom": {
|
|
196
|
-
"name": "ComboBoxItemMixin",
|
|
197
|
-
"package": "@vaadin/combo-box/src/vaadin-combo-box-item-mixin.js"
|
|
198
|
-
}
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"kind": "field",
|
|
202
|
-
"name": "selected",
|
|
203
|
-
"privacy": "public",
|
|
204
|
-
"type": {
|
|
205
|
-
"text": "boolean"
|
|
206
|
-
},
|
|
207
|
-
"description": "True when item is selected.",
|
|
208
|
-
"attribute": "selected",
|
|
209
|
-
"inheritedFrom": {
|
|
210
|
-
"name": "ComboBoxItemMixin",
|
|
211
|
-
"package": "@vaadin/combo-box/src/vaadin-combo-box-item-mixin.js"
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
],
|
|
215
|
-
"mixins": [
|
|
216
|
-
{
|
|
217
|
-
"name": "ComboBoxItemMixin",
|
|
218
|
-
"package": "@vaadin/combo-box/src/vaadin-combo-box-item-mixin.js"
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
"name": "ThemableMixin",
|
|
222
|
-
"package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"name": "DirMixin",
|
|
226
|
-
"package": "@vaadin/component-base/src/dir-mixin.js"
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
"name": "PolylitMixin",
|
|
230
|
-
"package": "@vaadin/component-base/src/polylit-mixin.js"
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"name": "LumoInjectionMixin",
|
|
234
|
-
"package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
|
|
235
|
-
}
|
|
236
|
-
],
|
|
237
|
-
"superclass": {
|
|
238
|
-
"name": "LitElement",
|
|
239
|
-
"package": "lit"
|
|
240
|
-
},
|
|
241
|
-
"tagName": "vaadin-time-picker-item",
|
|
242
|
-
"customElement": true,
|
|
243
|
-
"attributes": [
|
|
244
|
-
{
|
|
245
|
-
"name": "focused",
|
|
246
|
-
"type": {
|
|
247
|
-
"text": "boolean"
|
|
248
|
-
},
|
|
249
|
-
"description": "True when item is focused.",
|
|
250
|
-
"fieldName": "focused",
|
|
251
|
-
"inheritedFrom": {
|
|
252
|
-
"name": "ComboBoxItemMixin",
|
|
253
|
-
"package": "@vaadin/combo-box/src/vaadin-combo-box-item-mixin.js"
|
|
254
|
-
}
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"name": "hidden",
|
|
258
|
-
"inheritedFrom": {
|
|
259
|
-
"name": "ComboBoxItemMixin",
|
|
260
|
-
"package": "@vaadin/combo-box/src/vaadin-combo-box-item-mixin.js"
|
|
261
|
-
}
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
"name": "index",
|
|
265
|
-
"type": {
|
|
266
|
-
"text": "number"
|
|
267
|
-
},
|
|
268
|
-
"description": "The index of the item.",
|
|
269
|
-
"fieldName": "index",
|
|
270
|
-
"inheritedFrom": {
|
|
271
|
-
"name": "ComboBoxItemMixin",
|
|
272
|
-
"package": "@vaadin/combo-box/src/vaadin-combo-box-item-mixin.js"
|
|
273
|
-
}
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"name": "label",
|
|
277
|
-
"type": {
|
|
278
|
-
"text": "string"
|
|
279
|
-
},
|
|
280
|
-
"description": "The text to render in the item.",
|
|
281
|
-
"fieldName": "label",
|
|
282
|
-
"inheritedFrom": {
|
|
283
|
-
"name": "ComboBoxItemMixin",
|
|
284
|
-
"package": "@vaadin/combo-box/src/vaadin-combo-box-item-mixin.js"
|
|
285
|
-
}
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"name": "renderer",
|
|
289
|
-
"type": {
|
|
290
|
-
"text": "function"
|
|
291
|
-
},
|
|
292
|
-
"description": "Custom function for rendering the item content.",
|
|
293
|
-
"fieldName": "renderer",
|
|
294
|
-
"inheritedFrom": {
|
|
295
|
-
"name": "ComboBoxItemMixin",
|
|
296
|
-
"package": "@vaadin/combo-box/src/vaadin-combo-box-item-mixin.js"
|
|
297
|
-
}
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"name": "selected",
|
|
301
|
-
"type": {
|
|
302
|
-
"text": "boolean"
|
|
303
|
-
},
|
|
304
|
-
"description": "True when item is selected.",
|
|
305
|
-
"fieldName": "selected",
|
|
306
|
-
"inheritedFrom": {
|
|
307
|
-
"name": "ComboBoxItemMixin",
|
|
308
|
-
"package": "@vaadin/combo-box/src/vaadin-combo-box-item-mixin.js"
|
|
309
|
-
}
|
|
310
|
-
}
|
|
311
|
-
],
|
|
312
|
-
"events": []
|
|
313
|
-
}
|
|
314
|
-
],
|
|
315
|
-
"exports": [
|
|
316
|
-
{
|
|
317
|
-
"kind": "js",
|
|
318
|
-
"name": "TimePickerItem",
|
|
319
|
-
"declaration": {
|
|
320
|
-
"name": "TimePickerItem",
|
|
321
|
-
"module": "src/vaadin-time-picker-item.js"
|
|
322
|
-
}
|
|
323
|
-
}
|
|
324
|
-
]
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"kind": "javascript-module",
|
|
328
|
-
"path": "src/vaadin-time-picker-mixin.js",
|
|
329
|
-
"declarations": [
|
|
330
|
-
{
|
|
331
|
-
"kind": "variable",
|
|
332
|
-
"name": "timePickerI18nDefaults"
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"kind": "mixin",
|
|
336
|
-
"description": "A mixin providing common time-picker functionality.",
|
|
337
|
-
"name": "TimePickerMixin",
|
|
338
|
-
"members": [
|
|
339
|
-
{
|
|
340
|
-
"kind": "method",
|
|
341
|
-
"name": "checkValidity",
|
|
342
|
-
"description": "Returns true if the current input value satisfies all constraints (if any).\nYou can override this method for custom validations.",
|
|
343
|
-
"return": {
|
|
344
|
-
"type": {
|
|
345
|
-
"text": "boolean"
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"kind": "field",
|
|
351
|
-
"name": "i18n",
|
|
352
|
-
"description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides both the\ntime parsing and formatting functions.\n\nThe object has the following JSON structure:\n\n```js\n{\n // A function to format given `Object` as\n // time string. Object is in the format `{ hours: ..., minutes: ..., seconds: ..., milliseconds: ... }`\n formatTime: (time) => {\n // returns a string representation of the given\n // object in `hh` / 'hh:mm' / 'hh:mm:ss' / 'hh:mm:ss.fff' - formats\n },\n\n // A function to parse the given text to an `Object` in the format\n // `{ hours: ..., minutes: ..., seconds: ..., milliseconds: ... }`.\n // Must properly parse (at least) text\n // formatted by `formatTime`.\n parseTime: text => {\n // Parses a string in object/string that can be formatted by`formatTime`.\n }\n}\n```\n\nNOTE: `formatTime` and `parseTime` must be implemented in a\ncompatible manner to ensure the component works properly.",
|
|
353
|
-
"return": {
|
|
354
|
-
"type": {
|
|
355
|
-
"text": "!TimePickerI18n"
|
|
356
|
-
}
|
|
357
|
-
},
|
|
358
|
-
"parameters": [
|
|
359
|
-
{
|
|
360
|
-
"name": "value",
|
|
361
|
-
"type": {
|
|
362
|
-
"text": "Object"
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
],
|
|
366
|
-
"inheritedFrom": {
|
|
367
|
-
"name": "I18nMixin",
|
|
368
|
-
"package": "@vaadin/component-base/src/i18n-mixin.js"
|
|
369
|
-
}
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"kind": "field",
|
|
373
|
-
"name": "max",
|
|
374
|
-
"privacy": "public",
|
|
375
|
-
"type": {
|
|
376
|
-
"text": "string"
|
|
377
|
-
},
|
|
378
|
-
"description": "Maximum time allowed.\n\nSupported time formats are in ISO 8601:\n- `hh:mm`\n- `hh:mm:ss`\n- `hh:mm:ss.fff`",
|
|
379
|
-
"attribute": "max"
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
"kind": "field",
|
|
383
|
-
"name": "min",
|
|
384
|
-
"privacy": "public",
|
|
385
|
-
"type": {
|
|
386
|
-
"text": "string"
|
|
387
|
-
},
|
|
388
|
-
"description": "Minimum time allowed.\n\nSupported time formats are in ISO 8601:\n- `hh:mm`\n- `hh:mm:ss`\n- `hh:mm:ss.fff`",
|
|
389
|
-
"attribute": "min"
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"kind": "field",
|
|
393
|
-
"name": "step",
|
|
394
|
-
"privacy": "public",
|
|
395
|
-
"type": {
|
|
396
|
-
"text": "number"
|
|
397
|
-
},
|
|
398
|
-
"description": "Defines the time interval (in seconds) between the items displayed\nin the time selection box. The default is 1 hour (i.e. `3600`).\n\nIt also configures the precision of the value string. By default\nthe component formats values as `hh:mm` but setting a step value\nlower than one minute or one second, format resolution changes to\n`hh:mm:ss` and `hh:mm:ss.fff` respectively.\n\nUnit must be set in seconds, and for correctly configuring intervals\nin the dropdown, it need to evenly divide a day.\n\nNote: it is possible to define step that is dividing an hour in inexact\nfragments (i.e. 5760 seconds which equals 1 hour 36 minutes), but it is\nnot recommended to use it for better UX experience.",
|
|
399
|
-
"attribute": "step"
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
"kind": "field",
|
|
403
|
-
"name": "value",
|
|
404
|
-
"privacy": "public",
|
|
405
|
-
"type": {
|
|
406
|
-
"text": "string"
|
|
407
|
-
},
|
|
408
|
-
"description": "The time value for this element.\n\nSupported time formats are in ISO 8601:\n- `hh:mm` (default)\n- `hh:mm:ss`\n- `hh:mm:ss.fff`",
|
|
409
|
-
"attribute": "value"
|
|
410
|
-
}
|
|
411
|
-
],
|
|
412
|
-
"events": [
|
|
413
|
-
{
|
|
414
|
-
"name": "change",
|
|
415
|
-
"type": {
|
|
416
|
-
"text": "CustomEvent"
|
|
417
|
-
}
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"name": "unparsable-change",
|
|
421
|
-
"type": {
|
|
422
|
-
"text": "CustomEvent"
|
|
423
|
-
}
|
|
424
|
-
}
|
|
425
|
-
],
|
|
426
|
-
"attributes": [
|
|
427
|
-
{
|
|
428
|
-
"name": "i18n",
|
|
429
|
-
"inheritedFrom": {
|
|
430
|
-
"name": "I18nMixin",
|
|
431
|
-
"package": "@vaadin/component-base/src/i18n-mixin.js"
|
|
432
|
-
}
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"name": "max",
|
|
436
|
-
"type": {
|
|
437
|
-
"text": "string"
|
|
438
|
-
},
|
|
439
|
-
"description": "Maximum time allowed.\n\nSupported time formats are in ISO 8601:\n- `hh:mm`\n- `hh:mm:ss`\n- `hh:mm:ss.fff`",
|
|
440
|
-
"fieldName": "max"
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
"name": "min",
|
|
444
|
-
"type": {
|
|
445
|
-
"text": "string"
|
|
446
|
-
},
|
|
447
|
-
"description": "Minimum time allowed.\n\nSupported time formats are in ISO 8601:\n- `hh:mm`\n- `hh:mm:ss`\n- `hh:mm:ss.fff`",
|
|
448
|
-
"fieldName": "min"
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"name": "step",
|
|
452
|
-
"type": {
|
|
453
|
-
"text": "number"
|
|
454
|
-
},
|
|
455
|
-
"description": "Defines the time interval (in seconds) between the items displayed\nin the time selection box. The default is 1 hour (i.e. `3600`).\n\nIt also configures the precision of the value string. By default\nthe component formats values as `hh:mm` but setting a step value\nlower than one minute or one second, format resolution changes to\n`hh:mm:ss` and `hh:mm:ss.fff` respectively.\n\nUnit must be set in seconds, and for correctly configuring intervals\nin the dropdown, it need to evenly divide a day.\n\nNote: it is possible to define step that is dividing an hour in inexact\nfragments (i.e. 5760 seconds which equals 1 hour 36 minutes), but it is\nnot recommended to use it for better UX experience.",
|
|
456
|
-
"fieldName": "step"
|
|
457
|
-
},
|
|
458
|
-
{
|
|
459
|
-
"name": "value",
|
|
460
|
-
"type": {
|
|
461
|
-
"text": "string"
|
|
462
|
-
},
|
|
463
|
-
"description": "The time value for this element.\n\nSupported time formats are in ISO 8601:\n- `hh:mm` (default)\n- `hh:mm:ss`\n- `hh:mm:ss.fff`",
|
|
464
|
-
"fieldName": "value"
|
|
465
|
-
}
|
|
466
|
-
],
|
|
467
|
-
"mixins": [
|
|
468
|
-
{
|
|
469
|
-
"name": "I18nMixin",
|
|
470
|
-
"package": "@vaadin/component-base/src/i18n-mixin.js"
|
|
471
|
-
}
|
|
472
|
-
],
|
|
473
|
-
"parameters": [
|
|
474
|
-
{
|
|
475
|
-
"name": "superClass"
|
|
476
|
-
}
|
|
477
|
-
]
|
|
478
|
-
}
|
|
479
|
-
],
|
|
480
|
-
"exports": [
|
|
481
|
-
{
|
|
482
|
-
"kind": "js",
|
|
483
|
-
"name": "timePickerI18nDefaults",
|
|
484
|
-
"declaration": {
|
|
485
|
-
"name": "timePickerI18nDefaults",
|
|
486
|
-
"module": "src/vaadin-time-picker-mixin.js"
|
|
487
|
-
}
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"kind": "js",
|
|
491
|
-
"name": "TimePickerMixin",
|
|
492
|
-
"declaration": {
|
|
493
|
-
"name": "TimePickerMixin",
|
|
494
|
-
"module": "src/vaadin-time-picker-mixin.js"
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
]
|
|
498
|
-
},
|
|
499
|
-
{
|
|
500
|
-
"kind": "javascript-module",
|
|
501
|
-
"path": "src/vaadin-time-picker-overlay.js",
|
|
502
|
-
"declarations": [
|
|
503
|
-
{
|
|
504
|
-
"kind": "class",
|
|
505
|
-
"description": "An element used internally by `<vaadin-time-picker>`. Not intended to be used separately.",
|
|
506
|
-
"name": "TimePickerOverlay",
|
|
507
|
-
"members": [
|
|
508
|
-
{
|
|
509
|
-
"kind": "method",
|
|
510
|
-
"name": "bringToFront",
|
|
511
|
-
"description": "Brings the overlay as visually the frontmost one.",
|
|
512
|
-
"inheritedFrom": {
|
|
513
|
-
"name": "OverlayStackMixin",
|
|
514
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-stack-mixin.js"
|
|
515
|
-
}
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
"kind": "method",
|
|
519
|
-
"name": "close",
|
|
520
|
-
"parameters": [
|
|
521
|
-
{
|
|
522
|
-
"name": "sourceEvent",
|
|
523
|
-
"type": {
|
|
524
|
-
"text": "Event="
|
|
525
|
-
}
|
|
526
|
-
}
|
|
527
|
-
],
|
|
528
|
-
"inheritedFrom": {
|
|
529
|
-
"name": "OverlayMixin",
|
|
530
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
531
|
-
}
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
"kind": "field",
|
|
535
|
-
"name": "focusTrap",
|
|
536
|
-
"privacy": "public",
|
|
537
|
-
"type": {
|
|
538
|
-
"text": "boolean"
|
|
539
|
-
},
|
|
540
|
-
"description": "When true, opening the overlay moves focus to the first focusable child,\nor to the overlay part with tabindex if there are no focusable children.",
|
|
541
|
-
"attribute": "focus-trap",
|
|
542
|
-
"inheritedFrom": {
|
|
543
|
-
"name": "OverlayFocusMixin",
|
|
544
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-focus-mixin.js"
|
|
545
|
-
}
|
|
546
|
-
},
|
|
114
|
+
"path": "src/vaadin-time-picker-mixin.js",
|
|
115
|
+
"declarations": [
|
|
116
|
+
{
|
|
117
|
+
"kind": "variable",
|
|
118
|
+
"name": "timePickerI18nDefaults"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"kind": "mixin",
|
|
122
|
+
"description": "A mixin providing common time-picker functionality.",
|
|
123
|
+
"name": "TimePickerMixin",
|
|
124
|
+
"members": [
|
|
547
125
|
{
|
|
548
126
|
"kind": "field",
|
|
549
|
-
"name": "
|
|
127
|
+
"name": "accessibleName",
|
|
550
128
|
"privacy": "public",
|
|
551
129
|
"type": {
|
|
552
|
-
"text": "
|
|
130
|
+
"text": "string"
|
|
553
131
|
},
|
|
554
|
-
"description": "
|
|
555
|
-
"attribute": "
|
|
132
|
+
"description": "String used to label the component to screen reader users.",
|
|
133
|
+
"attribute": "accessible-name",
|
|
556
134
|
"inheritedFrom": {
|
|
557
|
-
"name": "
|
|
558
|
-
"package": "@vaadin/
|
|
135
|
+
"name": "FieldMixin",
|
|
136
|
+
"package": "@vaadin/field-base/src/field-mixin.js"
|
|
559
137
|
}
|
|
560
138
|
},
|
|
561
139
|
{
|
|
562
140
|
"kind": "field",
|
|
563
|
-
"name": "
|
|
141
|
+
"name": "accessibleNameRef",
|
|
564
142
|
"privacy": "public",
|
|
565
143
|
"type": {
|
|
566
144
|
"text": "string"
|
|
567
145
|
},
|
|
568
|
-
"description": "
|
|
569
|
-
"attribute": "
|
|
146
|
+
"description": "Id of the element used as label of the component to screen reader users.",
|
|
147
|
+
"attribute": "accessible-name-ref",
|
|
570
148
|
"inheritedFrom": {
|
|
571
|
-
"name": "
|
|
572
|
-
"package": "@vaadin/
|
|
149
|
+
"name": "FieldMixin",
|
|
150
|
+
"package": "@vaadin/field-base/src/field-mixin.js"
|
|
573
151
|
}
|
|
574
152
|
},
|
|
575
153
|
{
|
|
576
154
|
"kind": "field",
|
|
577
|
-
"name": "
|
|
155
|
+
"name": "allowedCharPattern",
|
|
578
156
|
"privacy": "public",
|
|
579
157
|
"type": {
|
|
580
|
-
"text": "
|
|
158
|
+
"text": "string"
|
|
581
159
|
},
|
|
582
|
-
"description": "
|
|
583
|
-
"attribute": "
|
|
160
|
+
"description": "A pattern matched against individual characters the user inputs.\n\nWhen set, the field will prevent:\n- `keydown` events if the entered key doesn't match `/^allowedCharPattern$/`\n- `paste` events if the pasted text doesn't match `/^allowedCharPattern*$/`\n- `drop` events if the dropped text doesn't match `/^allowedCharPattern*$/`\n\nFor example, to allow entering only numbers and minus signs, use:\n`allowedCharPattern = \"[\\\\d-]\"`",
|
|
161
|
+
"attribute": "allowed-char-pattern",
|
|
584
162
|
"inheritedFrom": {
|
|
585
|
-
"name": "
|
|
586
|
-
"package": "@vaadin/
|
|
163
|
+
"name": "InputControlMixin",
|
|
164
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
587
165
|
}
|
|
588
166
|
},
|
|
589
167
|
{
|
|
590
168
|
"kind": "field",
|
|
591
|
-
"name": "
|
|
169
|
+
"name": "autoOpenDisabled",
|
|
592
170
|
"privacy": "public",
|
|
593
171
|
"type": {
|
|
594
172
|
"text": "boolean"
|
|
595
173
|
},
|
|
596
|
-
"description": "
|
|
597
|
-
"attribute": "
|
|
174
|
+
"description": "Set true to prevent the overlay from opening automatically.",
|
|
175
|
+
"attribute": "auto-open-disabled",
|
|
598
176
|
"inheritedFrom": {
|
|
599
|
-
"name": "
|
|
600
|
-
"package": "@vaadin/
|
|
177
|
+
"name": "ComboBoxBaseMixin",
|
|
178
|
+
"package": "@vaadin/combo-box/src/vaadin-combo-box-base-mixin.js"
|
|
601
179
|
}
|
|
602
180
|
},
|
|
603
181
|
{
|
|
604
182
|
"kind": "field",
|
|
605
|
-
"name": "
|
|
183
|
+
"name": "autoselect",
|
|
606
184
|
"privacy": "public",
|
|
607
185
|
"type": {
|
|
608
186
|
"text": "boolean"
|
|
609
187
|
},
|
|
610
|
-
"description": "
|
|
611
|
-
"attribute": "
|
|
188
|
+
"description": "If true, the input text gets fully selected when the field is focused using click or touch / tap.",
|
|
189
|
+
"attribute": "autoselect",
|
|
612
190
|
"inheritedFrom": {
|
|
613
|
-
"name": "
|
|
614
|
-
"package": "@vaadin/
|
|
191
|
+
"name": "InputControlMixin",
|
|
192
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
615
193
|
}
|
|
616
194
|
},
|
|
617
195
|
{
|
|
618
|
-
"kind": "
|
|
619
|
-
"name": "
|
|
620
|
-
"
|
|
621
|
-
"
|
|
622
|
-
"
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
"attribute": "no-vertical-overlap",
|
|
626
|
-
"inheritedFrom": {
|
|
627
|
-
"name": "PositionMixin",
|
|
628
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-position-mixin.js"
|
|
196
|
+
"kind": "method",
|
|
197
|
+
"name": "checkValidity",
|
|
198
|
+
"description": "Returns true if the current input value satisfies all constraints (if any).\nYou can override this method for custom validations.",
|
|
199
|
+
"return": {
|
|
200
|
+
"type": {
|
|
201
|
+
"text": "boolean"
|
|
202
|
+
}
|
|
629
203
|
}
|
|
630
204
|
},
|
|
631
205
|
{
|
|
632
206
|
"kind": "field",
|
|
633
|
-
"name": "
|
|
207
|
+
"name": "clearButtonVisible",
|
|
634
208
|
"privacy": "public",
|
|
635
209
|
"type": {
|
|
636
210
|
"text": "boolean"
|
|
637
211
|
},
|
|
638
|
-
"description": "
|
|
639
|
-
"attribute": "
|
|
212
|
+
"description": "Set to true to display the clear icon which clears the input.\n\nIt is up to the component to choose where to place the clear icon:\nin the Shadow DOM or in the light DOM. In any way, a reference to\nthe clear icon element should be provided via the `clearElement` getter.",
|
|
213
|
+
"attribute": "clear-button-visible",
|
|
640
214
|
"inheritedFrom": {
|
|
641
|
-
"name": "
|
|
642
|
-
"package": "@vaadin/
|
|
215
|
+
"name": "ClearButtonMixin",
|
|
216
|
+
"package": "@vaadin/field-base/src/clear-button-mixin.js"
|
|
643
217
|
}
|
|
644
218
|
},
|
|
645
219
|
{
|
|
646
|
-
"kind": "
|
|
647
|
-
"name": "
|
|
648
|
-
"
|
|
649
|
-
"type": {
|
|
650
|
-
"text": "HTMLElement"
|
|
651
|
-
},
|
|
652
|
-
"description": "Owner element passed with renderer function",
|
|
653
|
-
"attribute": "owner",
|
|
220
|
+
"kind": "method",
|
|
221
|
+
"name": "close",
|
|
222
|
+
"description": "Closes the dropdown list.",
|
|
654
223
|
"inheritedFrom": {
|
|
655
|
-
"name": "
|
|
656
|
-
"package": "@vaadin/
|
|
224
|
+
"name": "ComboBoxBaseMixin",
|
|
225
|
+
"package": "@vaadin/combo-box/src/vaadin-combo-box-base-mixin.js"
|
|
657
226
|
}
|
|
658
227
|
},
|
|
659
228
|
{
|
|
660
229
|
"kind": "field",
|
|
661
|
-
"name": "
|
|
230
|
+
"name": "errorMessage",
|
|
662
231
|
"privacy": "public",
|
|
663
232
|
"type": {
|
|
664
|
-
"text": "
|
|
233
|
+
"text": "string"
|
|
665
234
|
},
|
|
666
|
-
"description": "
|
|
667
|
-
"attribute": "
|
|
235
|
+
"description": "Error to show when the field is invalid.",
|
|
236
|
+
"attribute": "error-message",
|
|
668
237
|
"inheritedFrom": {
|
|
669
|
-
"name": "
|
|
670
|
-
"package": "@vaadin/
|
|
238
|
+
"name": "FieldMixin",
|
|
239
|
+
"package": "@vaadin/field-base/src/field-mixin.js"
|
|
671
240
|
}
|
|
672
241
|
},
|
|
673
242
|
{
|
|
674
243
|
"kind": "field",
|
|
675
|
-
"name": "
|
|
244
|
+
"name": "helperText",
|
|
676
245
|
"privacy": "public",
|
|
677
246
|
"type": {
|
|
678
|
-
"text": "
|
|
247
|
+
"text": "string"
|
|
679
248
|
},
|
|
680
|
-
"description": "
|
|
681
|
-
"attribute": "
|
|
249
|
+
"description": "String used for the helper text.",
|
|
250
|
+
"attribute": "helper-text",
|
|
682
251
|
"inheritedFrom": {
|
|
683
|
-
"name": "
|
|
684
|
-
"package": "@vaadin/
|
|
685
|
-
}
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"kind": "method",
|
|
689
|
-
"name": "requestContentUpdate",
|
|
690
|
-
"description": "Requests an update for the content of the overlay.\nWhile performing the update, it invokes the renderer passed in the `renderer` property.\n\nIt is not guaranteed that the update happens immediately (synchronously) after it is requested.",
|
|
691
|
-
"inheritedFrom": {
|
|
692
|
-
"name": "OverlayMixin",
|
|
693
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
252
|
+
"name": "FieldMixin",
|
|
253
|
+
"package": "@vaadin/field-base/src/field-mixin.js"
|
|
694
254
|
}
|
|
695
255
|
},
|
|
696
256
|
{
|
|
697
257
|
"kind": "field",
|
|
698
|
-
"name": "
|
|
258
|
+
"name": "i18n",
|
|
699
259
|
"privacy": "public",
|
|
700
260
|
"type": {
|
|
701
|
-
"text": "
|
|
261
|
+
"text": "Object"
|
|
702
262
|
},
|
|
703
|
-
"description": "
|
|
704
|
-
"attribute": "
|
|
705
|
-
"default": "200",
|
|
263
|
+
"description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides both the\ntime parsing and formatting functions.\n\nThe object has the following JSON structure:\n\n```js\n{\n // A function to format given `Object` as\n // time string. Object is in the format `{ hours: ..., minutes: ..., seconds: ..., milliseconds: ... }`\n formatTime: (time) => {\n // returns a string representation of the given\n // object in `hh` / 'hh:mm' / 'hh:mm:ss' / 'hh:mm:ss.fff' - formats\n },\n\n // A function to parse the given text to an `Object` in the format\n // `{ hours: ..., minutes: ..., seconds: ..., milliseconds: ... }`.\n // Must properly parse (at least) text\n // formatted by `formatTime`.\n parseTime: text => {\n // Parses a string in object/string that can be formatted by`formatTime`.\n }\n}\n```\n\nNOTE: `formatTime` and `parseTime` must be implemented in a\ncompatible manner to ensure the component works properly.",
|
|
264
|
+
"attribute": "i18n",
|
|
706
265
|
"inheritedFrom": {
|
|
707
|
-
"name": "
|
|
708
|
-
"package": "@vaadin/
|
|
266
|
+
"name": "I18nMixin",
|
|
267
|
+
"package": "@vaadin/component-base/src/i18n-mixin.js"
|
|
709
268
|
}
|
|
710
269
|
},
|
|
711
270
|
{
|
|
712
271
|
"kind": "field",
|
|
713
|
-
"name": "
|
|
272
|
+
"name": "label",
|
|
714
273
|
"privacy": "public",
|
|
715
274
|
"type": {
|
|
716
|
-
"text": "
|
|
275
|
+
"text": "string"
|
|
717
276
|
},
|
|
718
|
-
"description": "
|
|
719
|
-
"attribute": "
|
|
277
|
+
"description": "The label text for the input node.\nWhen no light dom defined via [slot=label], this value will be used.",
|
|
278
|
+
"attribute": "label",
|
|
720
279
|
"inheritedFrom": {
|
|
721
|
-
"name": "
|
|
722
|
-
"package": "@vaadin/
|
|
280
|
+
"name": "FieldMixin",
|
|
281
|
+
"package": "@vaadin/field-base/src/field-mixin.js"
|
|
723
282
|
}
|
|
724
283
|
},
|
|
725
284
|
{
|
|
726
285
|
"kind": "field",
|
|
727
|
-
"name": "
|
|
286
|
+
"name": "max",
|
|
728
287
|
"privacy": "public",
|
|
729
288
|
"type": {
|
|
730
|
-
"text": "
|
|
289
|
+
"text": "string"
|
|
731
290
|
},
|
|
732
|
-
"description": "
|
|
733
|
-
"attribute": "
|
|
734
|
-
"inheritedFrom": {
|
|
735
|
-
"name": "OverlayFocusMixin",
|
|
736
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-focus-mixin.js"
|
|
737
|
-
}
|
|
738
|
-
},
|
|
739
|
-
{
|
|
740
|
-
"kind": "method",
|
|
741
|
-
"name": "setBounds",
|
|
742
|
-
"parameters": [
|
|
743
|
-
{
|
|
744
|
-
"name": "bounds",
|
|
745
|
-
"type": {
|
|
746
|
-
"text": "!OverlayBoundsParam"
|
|
747
|
-
}
|
|
748
|
-
},
|
|
749
|
-
{
|
|
750
|
-
"name": "absolute",
|
|
751
|
-
"default": "true",
|
|
752
|
-
"type": {
|
|
753
|
-
"text": "boolean"
|
|
754
|
-
}
|
|
755
|
-
}
|
|
756
|
-
],
|
|
757
|
-
"description": "Updates the coordinates of the overlay.",
|
|
758
|
-
"inheritedFrom": {
|
|
759
|
-
"name": "OverlayMixin",
|
|
760
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
761
|
-
}
|
|
291
|
+
"description": "Maximum time allowed.\n\nSupported time formats are in ISO 8601:\n- `hh:mm`\n- `hh:mm:ss`\n- `hh:mm:ss.fff`",
|
|
292
|
+
"attribute": "max"
|
|
762
293
|
},
|
|
763
294
|
{
|
|
764
295
|
"kind": "field",
|
|
765
|
-
"name": "
|
|
296
|
+
"name": "min",
|
|
766
297
|
"privacy": "public",
|
|
767
298
|
"type": {
|
|
768
299
|
"text": "string"
|
|
769
300
|
},
|
|
770
|
-
"description": "
|
|
771
|
-
"attribute": "
|
|
772
|
-
"inheritedFrom": {
|
|
773
|
-
"name": "PositionMixin",
|
|
774
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-position-mixin.js"
|
|
775
|
-
}
|
|
301
|
+
"description": "Minimum time allowed.\n\nSupported time formats are in ISO 8601:\n- `hh:mm`\n- `hh:mm:ss`\n- `hh:mm:ss.fff`",
|
|
302
|
+
"attribute": "min"
|
|
776
303
|
},
|
|
777
304
|
{
|
|
778
305
|
"kind": "field",
|
|
779
|
-
"name": "
|
|
306
|
+
"name": "name",
|
|
780
307
|
"privacy": "public",
|
|
781
308
|
"type": {
|
|
782
|
-
"text": "
|
|
309
|
+
"text": "string"
|
|
783
310
|
},
|
|
784
|
-
"description": "
|
|
785
|
-
"attribute": "
|
|
311
|
+
"description": "The name of this field.",
|
|
312
|
+
"attribute": "name",
|
|
786
313
|
"inheritedFrom": {
|
|
787
|
-
"name": "
|
|
788
|
-
"package": "@vaadin/
|
|
314
|
+
"name": "InputControlMixin",
|
|
315
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
789
316
|
}
|
|
790
|
-
}
|
|
791
|
-
],
|
|
792
|
-
"mixins": [
|
|
793
|
-
{
|
|
794
|
-
"name": "ComboBoxOverlayMixin",
|
|
795
|
-
"package": "@vaadin/combo-box/src/vaadin-combo-box-overlay-mixin.js"
|
|
796
|
-
},
|
|
797
|
-
{
|
|
798
|
-
"name": "OverlayMixin",
|
|
799
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
800
|
-
},
|
|
801
|
-
{
|
|
802
|
-
"name": "DirMixin",
|
|
803
|
-
"package": "@vaadin/component-base/src/dir-mixin.js"
|
|
804
|
-
},
|
|
805
|
-
{
|
|
806
|
-
"name": "ThemableMixin",
|
|
807
|
-
"package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
|
|
808
|
-
},
|
|
809
|
-
{
|
|
810
|
-
"name": "PolylitMixin",
|
|
811
|
-
"package": "@vaadin/component-base/src/polylit-mixin.js"
|
|
812
317
|
},
|
|
813
318
|
{
|
|
814
|
-
"
|
|
815
|
-
"
|
|
816
|
-
|
|
817
|
-
],
|
|
818
|
-
"superclass": {
|
|
819
|
-
"name": "LitElement",
|
|
820
|
-
"package": "lit"
|
|
821
|
-
},
|
|
822
|
-
"customElement": true,
|
|
823
|
-
"attributes": [
|
|
824
|
-
{
|
|
825
|
-
"name": "focus-trap",
|
|
826
|
-
"type": {
|
|
827
|
-
"text": "boolean"
|
|
828
|
-
},
|
|
829
|
-
"description": "When true, opening the overlay moves focus to the first focusable child,\nor to the overlay part with tabindex if there are no focusable children.",
|
|
830
|
-
"fieldName": "focusTrap",
|
|
319
|
+
"kind": "method",
|
|
320
|
+
"name": "open",
|
|
321
|
+
"description": "Opens the dropdown list.",
|
|
831
322
|
"inheritedFrom": {
|
|
832
|
-
"name": "
|
|
833
|
-
"package": "@vaadin/
|
|
323
|
+
"name": "ComboBoxBaseMixin",
|
|
324
|
+
"package": "@vaadin/combo-box/src/vaadin-combo-box-base-mixin.js"
|
|
834
325
|
}
|
|
835
326
|
},
|
|
836
327
|
{
|
|
837
|
-
"
|
|
328
|
+
"kind": "field",
|
|
329
|
+
"name": "opened",
|
|
330
|
+
"privacy": "public",
|
|
838
331
|
"type": {
|
|
839
332
|
"text": "boolean"
|
|
840
333
|
},
|
|
841
|
-
"description": "
|
|
842
|
-
"
|
|
334
|
+
"description": "True if the dropdown is open, false otherwise.",
|
|
335
|
+
"attribute": "opened",
|
|
843
336
|
"inheritedFrom": {
|
|
844
|
-
"name": "
|
|
845
|
-
"package": "@vaadin/
|
|
337
|
+
"name": "ComboBoxBaseMixin",
|
|
338
|
+
"package": "@vaadin/combo-box/src/vaadin-combo-box-base-mixin.js"
|
|
846
339
|
}
|
|
847
340
|
},
|
|
848
341
|
{
|
|
849
|
-
"
|
|
342
|
+
"kind": "field",
|
|
343
|
+
"name": "pattern",
|
|
344
|
+
"privacy": "public",
|
|
850
345
|
"type": {
|
|
851
346
|
"text": "string"
|
|
852
347
|
},
|
|
853
|
-
"description": "
|
|
854
|
-
"
|
|
855
|
-
"inheritedFrom": {
|
|
856
|
-
"name": "PositionMixin",
|
|
857
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-position-mixin.js"
|
|
858
|
-
}
|
|
859
|
-
},
|
|
860
|
-
{
|
|
861
|
-
"name": "modeless",
|
|
862
|
-
"type": {
|
|
863
|
-
"text": "boolean"
|
|
864
|
-
},
|
|
865
|
-
"description": "When true the overlay won't disable the main content, showing\nit doesn't change the functionality of the user interface.",
|
|
866
|
-
"fieldName": "modeless",
|
|
867
|
-
"inheritedFrom": {
|
|
868
|
-
"name": "OverlayMixin",
|
|
869
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
870
|
-
}
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
"name": "no-horizontal-overlap",
|
|
874
|
-
"type": {
|
|
875
|
-
"text": "boolean"
|
|
876
|
-
},
|
|
877
|
-
"description": "When `positionTarget` is set, this property defines whether the overlay should overlap\nthe target element in the x-axis, or be positioned right next to it.",
|
|
878
|
-
"fieldName": "noHorizontalOverlap",
|
|
348
|
+
"description": "A regular expression that the value is checked against.\nThe pattern must match the entire value, not just some subset.",
|
|
349
|
+
"attribute": "pattern",
|
|
879
350
|
"inheritedFrom": {
|
|
880
|
-
"name": "
|
|
881
|
-
"package": "@vaadin/
|
|
351
|
+
"name": "PatternMixin",
|
|
352
|
+
"package": "@vaadin/field-base/src/pattern-mixin.js"
|
|
882
353
|
}
|
|
883
354
|
},
|
|
884
355
|
{
|
|
885
|
-
"
|
|
356
|
+
"kind": "field",
|
|
357
|
+
"name": "placeholder",
|
|
358
|
+
"privacy": "public",
|
|
886
359
|
"type": {
|
|
887
|
-
"text": "
|
|
360
|
+
"text": "string"
|
|
888
361
|
},
|
|
889
|
-
"description": "
|
|
890
|
-
"
|
|
362
|
+
"description": "A hint to the user of what can be entered in the field.",
|
|
363
|
+
"attribute": "placeholder",
|
|
891
364
|
"inheritedFrom": {
|
|
892
|
-
"name": "
|
|
893
|
-
"package": "@vaadin/
|
|
365
|
+
"name": "InputControlMixin",
|
|
366
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
894
367
|
}
|
|
895
368
|
},
|
|
896
369
|
{
|
|
897
|
-
"
|
|
370
|
+
"kind": "field",
|
|
371
|
+
"name": "readonly",
|
|
372
|
+
"privacy": "public",
|
|
898
373
|
"type": {
|
|
899
374
|
"text": "boolean"
|
|
900
375
|
},
|
|
901
|
-
"description": "When
|
|
902
|
-
"
|
|
903
|
-
"inheritedFrom": {
|
|
904
|
-
"name": "OverlayMixin",
|
|
905
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
906
|
-
}
|
|
907
|
-
},
|
|
908
|
-
{
|
|
909
|
-
"name": "owner",
|
|
910
|
-
"type": {
|
|
911
|
-
"text": "HTMLElement"
|
|
912
|
-
},
|
|
913
|
-
"description": "Owner element passed with renderer function",
|
|
914
|
-
"fieldName": "owner",
|
|
915
|
-
"inheritedFrom": {
|
|
916
|
-
"name": "OverlayMixin",
|
|
917
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
918
|
-
}
|
|
919
|
-
},
|
|
920
|
-
{
|
|
921
|
-
"name": "renderer",
|
|
922
|
-
"type": {
|
|
923
|
-
"text": "OverlayRenderer | null | undefined"
|
|
924
|
-
},
|
|
925
|
-
"description": "Custom function for rendering the content of the overlay.\nReceives three arguments:\n\n- `root` The root container DOM element. Append your content to it.\n- `owner` The host element of the renderer function.\n- `model` The object with the properties related with rendering.",
|
|
926
|
-
"fieldName": "renderer",
|
|
376
|
+
"description": "When present, it specifies that the field is read-only.",
|
|
377
|
+
"attribute": "readonly",
|
|
927
378
|
"inheritedFrom": {
|
|
928
|
-
"name": "
|
|
929
|
-
"package": "@vaadin/
|
|
379
|
+
"name": "InputControlMixin",
|
|
380
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
930
381
|
}
|
|
931
382
|
},
|
|
932
383
|
{
|
|
933
|
-
"
|
|
384
|
+
"kind": "field",
|
|
385
|
+
"name": "step",
|
|
386
|
+
"privacy": "public",
|
|
934
387
|
"type": {
|
|
935
388
|
"text": "number"
|
|
936
389
|
},
|
|
937
|
-
"description": "
|
|
938
|
-
"
|
|
939
|
-
"inheritedFrom": {
|
|
940
|
-
"name": "PositionMixin",
|
|
941
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-position-mixin.js"
|
|
942
|
-
}
|
|
943
|
-
},
|
|
944
|
-
{
|
|
945
|
-
"name": "restore-focus-node",
|
|
946
|
-
"type": {
|
|
947
|
-
"text": "HTMLElement"
|
|
948
|
-
},
|
|
949
|
-
"description": "Set to specify the element which should be focused on overlay close,\nif `restoreFocusOnClose` is set to true.",
|
|
950
|
-
"fieldName": "restoreFocusNode",
|
|
951
|
-
"inheritedFrom": {
|
|
952
|
-
"name": "OverlayFocusMixin",
|
|
953
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-focus-mixin.js"
|
|
954
|
-
}
|
|
955
|
-
},
|
|
956
|
-
{
|
|
957
|
-
"name": "restore-focus-on-close",
|
|
958
|
-
"type": {
|
|
959
|
-
"text": "boolean"
|
|
960
|
-
},
|
|
961
|
-
"description": "Set to true to enable restoring of focus when overlay is closed.",
|
|
962
|
-
"fieldName": "restoreFocusOnClose",
|
|
963
|
-
"inheritedFrom": {
|
|
964
|
-
"name": "OverlayFocusMixin",
|
|
965
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-focus-mixin.js"
|
|
966
|
-
}
|
|
390
|
+
"description": "Defines the time interval (in seconds) between the items displayed\nin the time selection box. The default is 1 hour (i.e. `3600`).\n\nIt also configures the precision of the value string. By default\nthe component formats values as `hh:mm` but setting a step value\nlower than one minute or one second, format resolution changes to\n`hh:mm:ss` and `hh:mm:ss.fff` respectively.\n\nUnit must be set in seconds, and for correctly configuring intervals\nin the dropdown, it need to evenly divide a day.\n\nNote: it is possible to define step that is dividing an hour in inexact\nfragments (i.e. 5760 seconds which equals 1 hour 36 minutes), but it is\nnot recommended to use it for better UX experience.",
|
|
391
|
+
"attribute": "step"
|
|
967
392
|
},
|
|
968
393
|
{
|
|
969
|
-
"
|
|
394
|
+
"kind": "field",
|
|
395
|
+
"name": "title",
|
|
396
|
+
"privacy": "public",
|
|
970
397
|
"type": {
|
|
971
398
|
"text": "string"
|
|
972
399
|
},
|
|
973
|
-
"description": "
|
|
974
|
-
"
|
|
400
|
+
"description": "The text usually displayed in a tooltip popup when the mouse is over the field.",
|
|
401
|
+
"attribute": "title",
|
|
975
402
|
"inheritedFrom": {
|
|
976
|
-
"name": "
|
|
977
|
-
"package": "@vaadin/
|
|
403
|
+
"name": "InputControlMixin",
|
|
404
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
978
405
|
}
|
|
979
406
|
},
|
|
980
407
|
{
|
|
981
|
-
"
|
|
408
|
+
"kind": "field",
|
|
409
|
+
"name": "value",
|
|
410
|
+
"privacy": "public",
|
|
982
411
|
"type": {
|
|
983
|
-
"text": "
|
|
412
|
+
"text": "string"
|
|
984
413
|
},
|
|
985
|
-
"description": "
|
|
986
|
-
"
|
|
987
|
-
"inheritedFrom": {
|
|
988
|
-
"name": "OverlayMixin",
|
|
989
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
990
|
-
}
|
|
414
|
+
"description": "The time value for this element.\n\nSupported time formats are in ISO 8601:\n- `hh:mm` (default)\n- `hh:mm:ss`\n- `hh:mm:ss.fff`",
|
|
415
|
+
"attribute": "value"
|
|
991
416
|
}
|
|
992
417
|
],
|
|
993
418
|
"events": [
|
|
994
419
|
{
|
|
995
|
-
"name": "
|
|
420
|
+
"name": "change",
|
|
996
421
|
"type": {
|
|
997
422
|
"text": "CustomEvent"
|
|
998
|
-
},
|
|
999
|
-
"inheritedFrom": {
|
|
1000
|
-
"name": "OverlayMixin",
|
|
1001
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
1002
423
|
}
|
|
1003
424
|
},
|
|
1004
425
|
{
|
|
1005
|
-
"name": "
|
|
426
|
+
"name": "unparsable-change",
|
|
1006
427
|
"type": {
|
|
1007
428
|
"text": "CustomEvent"
|
|
1008
|
-
},
|
|
1009
|
-
"inheritedFrom": {
|
|
1010
|
-
"name": "OverlayMixin",
|
|
1011
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
1012
429
|
}
|
|
1013
430
|
}
|
|
1014
|
-
]
|
|
1015
|
-
|
|
1016
|
-
],
|
|
1017
|
-
"exports": [
|
|
1018
|
-
{
|
|
1019
|
-
"kind": "js",
|
|
1020
|
-
"name": "TimePickerOverlay",
|
|
1021
|
-
"declaration": {
|
|
1022
|
-
"name": "TimePickerOverlay",
|
|
1023
|
-
"module": "src/vaadin-time-picker-overlay.js"
|
|
1024
|
-
}
|
|
1025
|
-
}
|
|
1026
|
-
]
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
"kind": "javascript-module",
|
|
1030
|
-
"path": "src/vaadin-time-picker-scroller.js",
|
|
1031
|
-
"declarations": [
|
|
1032
|
-
{
|
|
1033
|
-
"kind": "class",
|
|
1034
|
-
"description": "An element used internally by `<vaadin-time-picker>`. Not intended to be used separately.",
|
|
1035
|
-
"name": "TimePickerScroller",
|
|
1036
|
-
"members": [
|
|
431
|
+
],
|
|
432
|
+
"attributes": [
|
|
1037
433
|
{
|
|
1038
|
-
"
|
|
1039
|
-
"name": "focusedIndex",
|
|
1040
|
-
"privacy": "public",
|
|
434
|
+
"name": "accessible-name",
|
|
1041
435
|
"type": {
|
|
1042
|
-
"text": "
|
|
436
|
+
"text": "string"
|
|
1043
437
|
},
|
|
1044
|
-
"description": "
|
|
1045
|
-
"
|
|
438
|
+
"description": "String used to label the component to screen reader users.",
|
|
439
|
+
"fieldName": "accessibleName",
|
|
1046
440
|
"inheritedFrom": {
|
|
1047
|
-
"name": "
|
|
1048
|
-
"package": "@vaadin/
|
|
441
|
+
"name": "FieldMixin",
|
|
442
|
+
"package": "@vaadin/field-base/src/field-mixin.js"
|
|
1049
443
|
}
|
|
1050
444
|
},
|
|
1051
445
|
{
|
|
1052
|
-
"
|
|
1053
|
-
"name": "getItemLabel",
|
|
1054
|
-
"privacy": "public",
|
|
446
|
+
"name": "accessible-name-ref",
|
|
1055
447
|
"type": {
|
|
1056
|
-
"text": "
|
|
448
|
+
"text": "string"
|
|
1057
449
|
},
|
|
1058
|
-
"description": "
|
|
1059
|
-
"
|
|
450
|
+
"description": "Id of the element used as label of the component to screen reader users.",
|
|
451
|
+
"fieldName": "accessibleNameRef",
|
|
1060
452
|
"inheritedFrom": {
|
|
1061
|
-
"name": "
|
|
1062
|
-
"package": "@vaadin/
|
|
453
|
+
"name": "FieldMixin",
|
|
454
|
+
"package": "@vaadin/field-base/src/field-mixin.js"
|
|
1063
455
|
}
|
|
1064
456
|
},
|
|
1065
457
|
{
|
|
1066
|
-
"
|
|
1067
|
-
"name": "itemClassNameGenerator",
|
|
1068
|
-
"privacy": "public",
|
|
458
|
+
"name": "allowed-char-pattern",
|
|
1069
459
|
"type": {
|
|
1070
|
-
"text": "
|
|
460
|
+
"text": "string"
|
|
1071
461
|
},
|
|
1072
|
-
"description": "A
|
|
1073
|
-
"
|
|
462
|
+
"description": "A pattern matched against individual characters the user inputs.\n\nWhen set, the field will prevent:\n- `keydown` events if the entered key doesn't match `/^allowedCharPattern$/`\n- `paste` events if the pasted text doesn't match `/^allowedCharPattern*$/`\n- `drop` events if the dropped text doesn't match `/^allowedCharPattern*$/`\n\nFor example, to allow entering only numbers and minus signs, use:\n`allowedCharPattern = \"[\\\\d-]\"`",
|
|
463
|
+
"fieldName": "allowedCharPattern",
|
|
1074
464
|
"inheritedFrom": {
|
|
1075
|
-
"name": "
|
|
1076
|
-
"package": "@vaadin/
|
|
465
|
+
"name": "InputControlMixin",
|
|
466
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
1077
467
|
}
|
|
1078
468
|
},
|
|
1079
469
|
{
|
|
1080
|
-
"
|
|
1081
|
-
"name": "itemIdPath",
|
|
1082
|
-
"privacy": "public",
|
|
470
|
+
"name": "auto-open-disabled",
|
|
1083
471
|
"type": {
|
|
1084
|
-
"text": "
|
|
472
|
+
"text": "boolean"
|
|
1085
473
|
},
|
|
1086
|
-
"description": "
|
|
1087
|
-
"
|
|
474
|
+
"description": "Set true to prevent the overlay from opening automatically.",
|
|
475
|
+
"fieldName": "autoOpenDisabled",
|
|
1088
476
|
"inheritedFrom": {
|
|
1089
|
-
"name": "
|
|
1090
|
-
"package": "@vaadin/combo-box/src/vaadin-combo-box-
|
|
477
|
+
"name": "ComboBoxBaseMixin",
|
|
478
|
+
"package": "@vaadin/combo-box/src/vaadin-combo-box-base-mixin.js"
|
|
1091
479
|
}
|
|
1092
480
|
},
|
|
1093
481
|
{
|
|
1094
|
-
"
|
|
1095
|
-
"name": "items",
|
|
1096
|
-
"privacy": "public",
|
|
482
|
+
"name": "autoselect",
|
|
1097
483
|
"type": {
|
|
1098
|
-
"text": "
|
|
484
|
+
"text": "boolean"
|
|
1099
485
|
},
|
|
1100
|
-
"description": "
|
|
1101
|
-
"
|
|
486
|
+
"description": "If true, the input text gets fully selected when the field is focused using click or touch / tap.",
|
|
487
|
+
"fieldName": "autoselect",
|
|
1102
488
|
"inheritedFrom": {
|
|
1103
|
-
"name": "
|
|
1104
|
-
"package": "@vaadin/
|
|
489
|
+
"name": "InputControlMixin",
|
|
490
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
1105
491
|
}
|
|
1106
492
|
},
|
|
1107
493
|
{
|
|
1108
|
-
"
|
|
1109
|
-
"name": "loading",
|
|
1110
|
-
"privacy": "public",
|
|
494
|
+
"name": "clear-button-visible",
|
|
1111
495
|
"type": {
|
|
1112
496
|
"text": "boolean"
|
|
1113
497
|
},
|
|
1114
|
-
"description": "Set to true
|
|
1115
|
-
"
|
|
498
|
+
"description": "Set to true to display the clear icon which clears the input.\n\nIt is up to the component to choose where to place the clear icon:\nin the Shadow DOM or in the light DOM. In any way, a reference to\nthe clear icon element should be provided via the `clearElement` getter.",
|
|
499
|
+
"fieldName": "clearButtonVisible",
|
|
1116
500
|
"inheritedFrom": {
|
|
1117
|
-
"name": "
|
|
1118
|
-
"package": "@vaadin/
|
|
501
|
+
"name": "ClearButtonMixin",
|
|
502
|
+
"package": "@vaadin/field-base/src/clear-button-mixin.js"
|
|
1119
503
|
}
|
|
1120
504
|
},
|
|
1121
505
|
{
|
|
1122
|
-
"
|
|
1123
|
-
"name": "opened",
|
|
1124
|
-
"privacy": "public",
|
|
506
|
+
"name": "error-message",
|
|
1125
507
|
"type": {
|
|
1126
|
-
"text": "
|
|
508
|
+
"text": "string"
|
|
1127
509
|
},
|
|
1128
|
-
"description": "
|
|
1129
|
-
"
|
|
510
|
+
"description": "Error to show when the field is invalid.",
|
|
511
|
+
"fieldName": "errorMessage",
|
|
1130
512
|
"inheritedFrom": {
|
|
1131
|
-
"name": "
|
|
1132
|
-
"package": "@vaadin/
|
|
513
|
+
"name": "FieldMixin",
|
|
514
|
+
"package": "@vaadin/field-base/src/field-mixin.js"
|
|
1133
515
|
}
|
|
1134
516
|
},
|
|
1135
517
|
{
|
|
1136
|
-
"
|
|
1137
|
-
"name": "owner",
|
|
1138
|
-
"privacy": "public",
|
|
518
|
+
"name": "helper-text",
|
|
1139
519
|
"type": {
|
|
1140
|
-
"text": "
|
|
520
|
+
"text": "string"
|
|
1141
521
|
},
|
|
1142
|
-
"description": "
|
|
1143
|
-
"
|
|
522
|
+
"description": "String used for the helper text.",
|
|
523
|
+
"fieldName": "helperText",
|
|
1144
524
|
"inheritedFrom": {
|
|
1145
|
-
"name": "
|
|
1146
|
-
"package": "@vaadin/
|
|
525
|
+
"name": "FieldMixin",
|
|
526
|
+
"package": "@vaadin/field-base/src/field-mixin.js"
|
|
1147
527
|
}
|
|
1148
528
|
},
|
|
1149
529
|
{
|
|
1150
|
-
"
|
|
1151
|
-
"name": "renderer",
|
|
1152
|
-
"privacy": "public",
|
|
530
|
+
"name": "i18n",
|
|
1153
531
|
"type": {
|
|
1154
|
-
"text": "
|
|
532
|
+
"text": "Object"
|
|
1155
533
|
},
|
|
1156
|
-
"description": "
|
|
1157
|
-
"
|
|
534
|
+
"description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nShould be overridden by subclasses to provide a custom JSDoc with the\ndefault I18N properties.",
|
|
535
|
+
"fieldName": "i18n",
|
|
1158
536
|
"inheritedFrom": {
|
|
1159
|
-
"name": "
|
|
1160
|
-
"package": "@vaadin/
|
|
537
|
+
"name": "I18nMixin",
|
|
538
|
+
"package": "@vaadin/component-base/src/i18n-mixin.js"
|
|
1161
539
|
}
|
|
1162
540
|
},
|
|
1163
541
|
{
|
|
1164
|
-
"
|
|
1165
|
-
"
|
|
1166
|
-
|
|
542
|
+
"name": "label",
|
|
543
|
+
"type": {
|
|
544
|
+
"text": "string"
|
|
545
|
+
},
|
|
546
|
+
"description": "The label text for the input node.\nWhen no light dom defined via [slot=label], this value will be used.",
|
|
547
|
+
"fieldName": "label",
|
|
1167
548
|
"inheritedFrom": {
|
|
1168
|
-
"name": "
|
|
1169
|
-
"package": "@vaadin/
|
|
549
|
+
"name": "FieldMixin",
|
|
550
|
+
"package": "@vaadin/field-base/src/field-mixin.js"
|
|
1170
551
|
}
|
|
1171
552
|
},
|
|
1172
553
|
{
|
|
1173
|
-
"
|
|
1174
|
-
"
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
"text": "number"
|
|
1180
|
-
}
|
|
1181
|
-
}
|
|
1182
|
-
],
|
|
1183
|
-
"description": "Scrolls an item at given index into view and adjusts `scrollTop`\nso that the element gets fully visible on Arrow Down key press.",
|
|
1184
|
-
"inheritedFrom": {
|
|
1185
|
-
"name": "ComboBoxScrollerMixin",
|
|
1186
|
-
"package": "@vaadin/combo-box/src/vaadin-combo-box-scroller-mixin.js"
|
|
1187
|
-
}
|
|
554
|
+
"name": "max",
|
|
555
|
+
"type": {
|
|
556
|
+
"text": "string"
|
|
557
|
+
},
|
|
558
|
+
"description": "Maximum time allowed.\n\nSupported time formats are in ISO 8601:\n- `hh:mm`\n- `hh:mm:ss`\n- `hh:mm:ss.fff`",
|
|
559
|
+
"fieldName": "max"
|
|
1188
560
|
},
|
|
1189
561
|
{
|
|
1190
|
-
"
|
|
1191
|
-
"name": "selectedItem",
|
|
1192
|
-
"privacy": "public",
|
|
562
|
+
"name": "min",
|
|
1193
563
|
"type": {
|
|
1194
|
-
"text": "
|
|
564
|
+
"text": "string"
|
|
1195
565
|
},
|
|
1196
|
-
"description": "
|
|
1197
|
-
"
|
|
1198
|
-
"inheritedFrom": {
|
|
1199
|
-
"name": "ComboBoxScrollerMixin",
|
|
1200
|
-
"package": "@vaadin/combo-box/src/vaadin-combo-box-scroller-mixin.js"
|
|
1201
|
-
}
|
|
566
|
+
"description": "Minimum time allowed.\n\nSupported time formats are in ISO 8601:\n- `hh:mm`\n- `hh:mm:ss`\n- `hh:mm:ss.fff`",
|
|
567
|
+
"fieldName": "min"
|
|
1202
568
|
},
|
|
1203
569
|
{
|
|
1204
|
-
"
|
|
1205
|
-
"name": "theme",
|
|
1206
|
-
"privacy": "public",
|
|
570
|
+
"name": "name",
|
|
1207
571
|
"type": {
|
|
1208
572
|
"text": "string"
|
|
1209
573
|
},
|
|
1210
|
-
"description": "
|
|
1211
|
-
"
|
|
574
|
+
"description": "The name of this field.",
|
|
575
|
+
"fieldName": "name",
|
|
1212
576
|
"inheritedFrom": {
|
|
1213
|
-
"name": "
|
|
1214
|
-
"package": "@vaadin/
|
|
577
|
+
"name": "InputControlMixin",
|
|
578
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
1215
579
|
}
|
|
1216
|
-
}
|
|
1217
|
-
],
|
|
1218
|
-
"mixins": [
|
|
1219
|
-
{
|
|
1220
|
-
"name": "ComboBoxScrollerMixin",
|
|
1221
|
-
"package": "@vaadin/combo-box/src/vaadin-combo-box-scroller-mixin.js"
|
|
1222
580
|
},
|
|
1223
581
|
{
|
|
1224
|
-
"name": "
|
|
1225
|
-
"package": "@vaadin/component-base/src/polylit-mixin.js"
|
|
1226
|
-
}
|
|
1227
|
-
],
|
|
1228
|
-
"superclass": {
|
|
1229
|
-
"name": "LitElement",
|
|
1230
|
-
"package": "lit"
|
|
1231
|
-
},
|
|
1232
|
-
"tagName": "vaadin-time-picker-scroller",
|
|
1233
|
-
"customElement": true,
|
|
1234
|
-
"attributes": [
|
|
1235
|
-
{
|
|
1236
|
-
"name": "focused-index",
|
|
582
|
+
"name": "opened",
|
|
1237
583
|
"type": {
|
|
1238
|
-
"text": "
|
|
584
|
+
"text": "boolean"
|
|
1239
585
|
},
|
|
1240
|
-
"description": "
|
|
1241
|
-
"fieldName": "
|
|
586
|
+
"description": "True if the dropdown is open, false otherwise.",
|
|
587
|
+
"fieldName": "opened",
|
|
1242
588
|
"inheritedFrom": {
|
|
1243
|
-
"name": "
|
|
1244
|
-
"package": "@vaadin/combo-box/src/vaadin-combo-box-
|
|
589
|
+
"name": "ComboBoxBaseMixin",
|
|
590
|
+
"package": "@vaadin/combo-box/src/vaadin-combo-box-base-mixin.js"
|
|
1245
591
|
}
|
|
1246
592
|
},
|
|
1247
593
|
{
|
|
1248
|
-
"name": "
|
|
594
|
+
"name": "pattern",
|
|
1249
595
|
"type": {
|
|
1250
596
|
"text": "string"
|
|
1251
597
|
},
|
|
1252
|
-
"description": "
|
|
1253
|
-
"fieldName": "
|
|
598
|
+
"description": "A regular expression that the value is checked against.\nThe pattern must match the entire value, not just some subset.",
|
|
599
|
+
"fieldName": "pattern",
|
|
1254
600
|
"inheritedFrom": {
|
|
1255
|
-
"name": "
|
|
1256
|
-
"package": "@vaadin/
|
|
601
|
+
"name": "PatternMixin",
|
|
602
|
+
"package": "@vaadin/field-base/src/pattern-mixin.js"
|
|
1257
603
|
}
|
|
1258
604
|
},
|
|
1259
605
|
{
|
|
1260
|
-
"name": "
|
|
606
|
+
"name": "placeholder",
|
|
1261
607
|
"type": {
|
|
1262
|
-
"text": "
|
|
608
|
+
"text": "string"
|
|
1263
609
|
},
|
|
1264
|
-
"description": "A
|
|
1265
|
-
"fieldName": "
|
|
610
|
+
"description": "A hint to the user of what can be entered in the field.",
|
|
611
|
+
"fieldName": "placeholder",
|
|
1266
612
|
"inheritedFrom": {
|
|
1267
|
-
"name": "
|
|
1268
|
-
"package": "@vaadin/
|
|
613
|
+
"name": "InputControlMixin",
|
|
614
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
1269
615
|
}
|
|
1270
616
|
},
|
|
1271
617
|
{
|
|
1272
|
-
"name": "
|
|
618
|
+
"name": "readonly",
|
|
1273
619
|
"type": {
|
|
1274
620
|
"text": "boolean"
|
|
1275
621
|
},
|
|
1276
|
-
"description": "
|
|
1277
|
-
"fieldName": "
|
|
622
|
+
"description": "When present, it specifies that the field is read-only.",
|
|
623
|
+
"fieldName": "readonly",
|
|
1278
624
|
"inheritedFrom": {
|
|
1279
|
-
"name": "
|
|
1280
|
-
"package": "@vaadin/
|
|
625
|
+
"name": "InputControlMixin",
|
|
626
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
1281
627
|
}
|
|
1282
628
|
},
|
|
1283
629
|
{
|
|
1284
|
-
"name": "
|
|
630
|
+
"name": "step",
|
|
1285
631
|
"type": {
|
|
1286
|
-
"text": "
|
|
632
|
+
"text": "number"
|
|
1287
633
|
},
|
|
1288
|
-
"description": "
|
|
1289
|
-
"fieldName": "
|
|
1290
|
-
"inheritedFrom": {
|
|
1291
|
-
"name": "ComboBoxScrollerMixin",
|
|
1292
|
-
"package": "@vaadin/combo-box/src/vaadin-combo-box-scroller-mixin.js"
|
|
1293
|
-
}
|
|
634
|
+
"description": "Defines the time interval (in seconds) between the items displayed\nin the time selection box. The default is 1 hour (i.e. `3600`).\n\nIt also configures the precision of the value string. By default\nthe component formats values as `hh:mm` but setting a step value\nlower than one minute or one second, format resolution changes to\n`hh:mm:ss` and `hh:mm:ss.fff` respectively.\n\nUnit must be set in seconds, and for correctly configuring intervals\nin the dropdown, it need to evenly divide a day.\n\nNote: it is possible to define step that is dividing an hour in inexact\nfragments (i.e. 5760 seconds which equals 1 hour 36 minutes), but it is\nnot recommended to use it for better UX experience.",
|
|
635
|
+
"fieldName": "step"
|
|
1294
636
|
},
|
|
1295
637
|
{
|
|
1296
|
-
"name": "
|
|
638
|
+
"name": "title",
|
|
1297
639
|
"type": {
|
|
1298
640
|
"text": "string"
|
|
1299
641
|
},
|
|
1300
|
-
"description": "
|
|
1301
|
-
"fieldName": "
|
|
642
|
+
"description": "The text usually displayed in a tooltip popup when the mouse is over the field.",
|
|
643
|
+
"fieldName": "title",
|
|
1302
644
|
"inheritedFrom": {
|
|
1303
|
-
"name": "
|
|
1304
|
-
"package": "@vaadin/
|
|
645
|
+
"name": "InputControlMixin",
|
|
646
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
1305
647
|
}
|
|
1306
|
-
}
|
|
1307
|
-
],
|
|
1308
|
-
"events": [
|
|
648
|
+
},
|
|
1309
649
|
{
|
|
1310
|
-
"name": "
|
|
650
|
+
"name": "value",
|
|
1311
651
|
"type": {
|
|
1312
|
-
"text": "
|
|
652
|
+
"text": "string"
|
|
1313
653
|
},
|
|
1314
|
-
"
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
654
|
+
"description": "The time value for this element.\n\nSupported time formats are in ISO 8601:\n- `hh:mm` (default)\n- `hh:mm:ss`\n- `hh:mm:ss.fff`",
|
|
655
|
+
"fieldName": "value"
|
|
656
|
+
}
|
|
657
|
+
],
|
|
658
|
+
"mixins": [
|
|
659
|
+
{
|
|
660
|
+
"name": "I18nMixin",
|
|
661
|
+
"package": "@vaadin/component-base/src/i18n-mixin.js"
|
|
1318
662
|
},
|
|
1319
663
|
{
|
|
1320
|
-
"name": "
|
|
1321
|
-
"
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
"
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
664
|
+
"name": "ComboBoxBaseMixin",
|
|
665
|
+
"package": "@vaadin/combo-box/src/vaadin-combo-box-base-mixin.js"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"name": "InputControlMixin",
|
|
669
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"name": "PatternMixin",
|
|
673
|
+
"package": "@vaadin/field-base/src/pattern-mixin.js"
|
|
674
|
+
}
|
|
675
|
+
],
|
|
676
|
+
"parameters": [
|
|
677
|
+
{
|
|
678
|
+
"name": "superClass"
|
|
1328
679
|
}
|
|
1329
680
|
]
|
|
1330
681
|
}
|
|
@@ -1332,10 +683,18 @@
|
|
|
1332
683
|
"exports": [
|
|
1333
684
|
{
|
|
1334
685
|
"kind": "js",
|
|
1335
|
-
"name": "
|
|
686
|
+
"name": "timePickerI18nDefaults",
|
|
687
|
+
"declaration": {
|
|
688
|
+
"name": "timePickerI18nDefaults",
|
|
689
|
+
"module": "src/vaadin-time-picker-mixin.js"
|
|
690
|
+
}
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"kind": "js",
|
|
694
|
+
"name": "TimePickerMixin",
|
|
1336
695
|
"declaration": {
|
|
1337
|
-
"name": "
|
|
1338
|
-
"module": "src/vaadin-time-picker-
|
|
696
|
+
"name": "TimePickerMixin",
|
|
697
|
+
"module": "src/vaadin-time-picker-mixin.js"
|
|
1339
698
|
}
|
|
1340
699
|
}
|
|
1341
700
|
]
|
|
@@ -1349,6 +708,48 @@
|
|
|
1349
708
|
"description": "`<vaadin-time-picker>` is a Web Component providing a time-selection field.\n\n```html\n<vaadin-time-picker></vaadin-time-picker>\n```\n```js\ntimePicker.value = '14:30';\n```\n\nWhen the selected `value` is changed, a `value-changed` event is triggered.\n\n### Styling\n\nThe following custom properties are available for styling:\n\nCustom property | Description | Default\n-----------------------------------------|----------------------------|---------\n`--vaadin-field-default-width` | Default width of the field | `12em`\n`--vaadin-time-picker-overlay-width` | Width of the overlay | `auto`\n`--vaadin-time-picker-overlay-max-height`| Max height of the overlay | `65vh`\n\nThe following shadow DOM parts are available for styling:\n\nPart name | Description\n---------------------|----------------\n`label` | The label element\n`input-field` | The element that wraps prefix, value and buttons\n`field-button` | Set on both clear and toggle buttons\n`clear-button` | The clear button\n`error-message` | The error message element\n`helper-text` | The helper text element wrapper\n`required-indicator` | The `required` state indicator element\n`toggle-button` | The toggle button\n`overlay` | The overlay container\n`content` | The overlay content\n\nThe following state attributes are available for styling:\n\nAttribute | Description\n---------------------|---------------------------------\n`disabled` | Set when the element is disabled\n`has-value` | Set when the element has a value\n`has-label` | Set when the element has a label\n`has-helper` | Set when the element has helper text or slot\n`has-error-message` | Set when the element has an error message\n`has-tooltip` | Set when the element has a slotted tooltip\n`invalid` | Set when the element is invalid\n`focused` | Set when the element is focused\n`focus-ring` | Set when the element is keyboard focused\n`readonly` | Set when the element is readonly\n`opened` | Set when the overlay is opened\n\n### Internal components\n\nIn addition to `<vaadin-time-picker>` itself, the following internal\ncomponents are themable:\n\n- `<vaadin-time-picker-item>` - has the same API as [`<vaadin-item>`](#/elements/vaadin-item).\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.\n\n### Change events\n\nDepending on the nature of the value change that the user attempts to commit e.g. by pressing Enter,\nthe component can fire either a `change` event or an `unparsable-change` event:\n\nValue change | Event\n:------------------------|:------------------\nempty => parsable | change\nempty => unparsable | unparsable-change\nparsable => empty | change\nparsable => parsable | change\nparsable => unparsable | change\nunparsable => empty | unparsable-change\nunparsable => parsable | change\nunparsable => unparsable | unparsable-change",
|
|
1350
709
|
"name": "TimePicker",
|
|
1351
710
|
"members": [
|
|
711
|
+
{
|
|
712
|
+
"kind": "field",
|
|
713
|
+
"name": "allowedCharPattern",
|
|
714
|
+
"privacy": "public",
|
|
715
|
+
"type": {
|
|
716
|
+
"text": "string"
|
|
717
|
+
},
|
|
718
|
+
"description": "A pattern matched against individual characters the user inputs.\n\nWhen set, the field will prevent:\n- `keydown` events if the entered key doesn't match `/^allowedCharPattern$/`\n- `paste` events if the pasted text doesn't match `/^allowedCharPattern*$/`\n- `drop` events if the dropped text doesn't match `/^allowedCharPattern*$/`\n\nFor example, to allow entering only numbers and minus signs, use:\n`allowedCharPattern = \"[\\\\d-]\"`",
|
|
719
|
+
"attribute": "allowed-char-pattern",
|
|
720
|
+
"inheritedFrom": {
|
|
721
|
+
"name": "InputControlMixin",
|
|
722
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
723
|
+
}
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"kind": "field",
|
|
727
|
+
"name": "autoOpenDisabled",
|
|
728
|
+
"privacy": "public",
|
|
729
|
+
"type": {
|
|
730
|
+
"text": "boolean"
|
|
731
|
+
},
|
|
732
|
+
"description": "Set true to prevent the overlay from opening automatically.",
|
|
733
|
+
"attribute": "auto-open-disabled",
|
|
734
|
+
"inheritedFrom": {
|
|
735
|
+
"name": "ComboBoxBaseMixin",
|
|
736
|
+
"package": "@vaadin/combo-box/src/vaadin-combo-box-base-mixin.js"
|
|
737
|
+
}
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"kind": "field",
|
|
741
|
+
"name": "autoselect",
|
|
742
|
+
"privacy": "public",
|
|
743
|
+
"type": {
|
|
744
|
+
"text": "boolean"
|
|
745
|
+
},
|
|
746
|
+
"description": "If true, the input text gets fully selected when the field is focused using click or touch / tap.",
|
|
747
|
+
"attribute": "autoselect",
|
|
748
|
+
"inheritedFrom": {
|
|
749
|
+
"name": "InputControlMixin",
|
|
750
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
751
|
+
}
|
|
752
|
+
},
|
|
1352
753
|
{
|
|
1353
754
|
"kind": "method",
|
|
1354
755
|
"name": "checkValidity",
|
|
@@ -1363,23 +764,24 @@
|
|
|
1363
764
|
"module": "src/vaadin-time-picker-mixin.js"
|
|
1364
765
|
}
|
|
1365
766
|
},
|
|
767
|
+
{
|
|
768
|
+
"kind": "method",
|
|
769
|
+
"name": "close",
|
|
770
|
+
"description": "Closes the dropdown list.",
|
|
771
|
+
"inheritedFrom": {
|
|
772
|
+
"name": "ComboBoxBaseMixin",
|
|
773
|
+
"package": "@vaadin/combo-box/src/vaadin-combo-box-base-mixin.js"
|
|
774
|
+
}
|
|
775
|
+
},
|
|
1366
776
|
{
|
|
1367
777
|
"kind": "field",
|
|
1368
778
|
"name": "i18n",
|
|
1369
|
-
"
|
|
1370
|
-
"
|
|
1371
|
-
"
|
|
1372
|
-
"text": "!TimePickerI18n"
|
|
1373
|
-
}
|
|
779
|
+
"privacy": "public",
|
|
780
|
+
"type": {
|
|
781
|
+
"text": "Object"
|
|
1374
782
|
},
|
|
1375
|
-
"
|
|
1376
|
-
|
|
1377
|
-
"name": "value",
|
|
1378
|
-
"type": {
|
|
1379
|
-
"text": "Object"
|
|
1380
|
-
}
|
|
1381
|
-
}
|
|
1382
|
-
],
|
|
783
|
+
"description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides both the\ntime parsing and formatting functions.\n\nThe object has the following JSON structure:\n\n```js\n{\n // A function to format given `Object` as\n // time string. Object is in the format `{ hours: ..., minutes: ..., seconds: ..., milliseconds: ... }`\n formatTime: (time) => {\n // returns a string representation of the given\n // object in `hh` / 'hh:mm' / 'hh:mm:ss' / 'hh:mm:ss.fff' - formats\n },\n\n // A function to parse the given text to an `Object` in the format\n // `{ hours: ..., minutes: ..., seconds: ..., milliseconds: ... }`.\n // Must properly parse (at least) text\n // formatted by `formatTime`.\n parseTime: text => {\n // Parses a string in object/string that can be formatted by`formatTime`.\n }\n}\n```\n\nNOTE: `formatTime` and `parseTime` must be implemented in a\ncompatible manner to ensure the component works properly.",
|
|
784
|
+
"attribute": "i18n",
|
|
1383
785
|
"inheritedFrom": {
|
|
1384
786
|
"name": "I18nMixin",
|
|
1385
787
|
"package": "@vaadin/component-base/src/i18n-mixin.js"
|
|
@@ -1413,6 +815,85 @@
|
|
|
1413
815
|
"module": "src/vaadin-time-picker-mixin.js"
|
|
1414
816
|
}
|
|
1415
817
|
},
|
|
818
|
+
{
|
|
819
|
+
"kind": "field",
|
|
820
|
+
"name": "name",
|
|
821
|
+
"privacy": "public",
|
|
822
|
+
"type": {
|
|
823
|
+
"text": "string"
|
|
824
|
+
},
|
|
825
|
+
"description": "The name of this field.",
|
|
826
|
+
"attribute": "name",
|
|
827
|
+
"inheritedFrom": {
|
|
828
|
+
"name": "InputControlMixin",
|
|
829
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"kind": "method",
|
|
834
|
+
"name": "open",
|
|
835
|
+
"description": "Opens the dropdown list.",
|
|
836
|
+
"inheritedFrom": {
|
|
837
|
+
"name": "ComboBoxBaseMixin",
|
|
838
|
+
"package": "@vaadin/combo-box/src/vaadin-combo-box-base-mixin.js"
|
|
839
|
+
}
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"kind": "field",
|
|
843
|
+
"name": "opened",
|
|
844
|
+
"privacy": "public",
|
|
845
|
+
"type": {
|
|
846
|
+
"text": "boolean"
|
|
847
|
+
},
|
|
848
|
+
"description": "True if the dropdown is open, false otherwise.",
|
|
849
|
+
"attribute": "opened",
|
|
850
|
+
"inheritedFrom": {
|
|
851
|
+
"name": "ComboBoxBaseMixin",
|
|
852
|
+
"package": "@vaadin/combo-box/src/vaadin-combo-box-base-mixin.js"
|
|
853
|
+
}
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"kind": "field",
|
|
857
|
+
"name": "pattern",
|
|
858
|
+
"privacy": "public",
|
|
859
|
+
"type": {
|
|
860
|
+
"text": "string"
|
|
861
|
+
},
|
|
862
|
+
"description": "A regular expression that the value is checked against.\nThe pattern must match the entire value, not just some subset.",
|
|
863
|
+
"attribute": "pattern",
|
|
864
|
+
"inheritedFrom": {
|
|
865
|
+
"name": "PatternMixin",
|
|
866
|
+
"package": "@vaadin/field-base/src/pattern-mixin.js"
|
|
867
|
+
}
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"kind": "field",
|
|
871
|
+
"name": "placeholder",
|
|
872
|
+
"privacy": "public",
|
|
873
|
+
"type": {
|
|
874
|
+
"text": "string"
|
|
875
|
+
},
|
|
876
|
+
"description": "A hint to the user of what can be entered in the field.",
|
|
877
|
+
"attribute": "placeholder",
|
|
878
|
+
"inheritedFrom": {
|
|
879
|
+
"name": "InputControlMixin",
|
|
880
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
881
|
+
}
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"kind": "field",
|
|
885
|
+
"name": "readonly",
|
|
886
|
+
"privacy": "public",
|
|
887
|
+
"type": {
|
|
888
|
+
"text": "boolean"
|
|
889
|
+
},
|
|
890
|
+
"description": "When present, it specifies that the field is read-only.",
|
|
891
|
+
"attribute": "readonly",
|
|
892
|
+
"inheritedFrom": {
|
|
893
|
+
"name": "InputControlMixin",
|
|
894
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
1416
897
|
{
|
|
1417
898
|
"kind": "field",
|
|
1418
899
|
"name": "step",
|
|
@@ -1427,6 +908,20 @@
|
|
|
1427
908
|
"module": "src/vaadin-time-picker-mixin.js"
|
|
1428
909
|
}
|
|
1429
910
|
},
|
|
911
|
+
{
|
|
912
|
+
"kind": "field",
|
|
913
|
+
"name": "title",
|
|
914
|
+
"privacy": "public",
|
|
915
|
+
"type": {
|
|
916
|
+
"text": "string"
|
|
917
|
+
},
|
|
918
|
+
"description": "The text usually displayed in a tooltip popup when the mouse is over the field.",
|
|
919
|
+
"attribute": "title",
|
|
920
|
+
"inheritedFrom": {
|
|
921
|
+
"name": "InputControlMixin",
|
|
922
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
923
|
+
}
|
|
924
|
+
},
|
|
1430
925
|
{
|
|
1431
926
|
"kind": "field",
|
|
1432
927
|
"name": "value",
|
|
@@ -1473,6 +968,7 @@
|
|
|
1473
968
|
"type": {
|
|
1474
969
|
"text": "CustomEvent"
|
|
1475
970
|
},
|
|
971
|
+
"description": "Fired when the user commits an unparsable value change and there is no change event.",
|
|
1476
972
|
"inheritedFrom": {
|
|
1477
973
|
"name": "TimePickerMixin",
|
|
1478
974
|
"module": "src/vaadin-time-picker-mixin.js"
|
|
@@ -1522,8 +1018,49 @@
|
|
|
1522
1018
|
"tagName": "vaadin-time-picker",
|
|
1523
1019
|
"customElement": true,
|
|
1524
1020
|
"attributes": [
|
|
1021
|
+
{
|
|
1022
|
+
"name": "allowed-char-pattern",
|
|
1023
|
+
"type": {
|
|
1024
|
+
"text": "string"
|
|
1025
|
+
},
|
|
1026
|
+
"description": "A pattern matched against individual characters the user inputs.\n\nWhen set, the field will prevent:\n- `keydown` events if the entered key doesn't match `/^allowedCharPattern$/`\n- `paste` events if the pasted text doesn't match `/^allowedCharPattern*$/`\n- `drop` events if the dropped text doesn't match `/^allowedCharPattern*$/`\n\nFor example, to allow entering only numbers and minus signs, use:\n`allowedCharPattern = \"[\\\\d-]\"`",
|
|
1027
|
+
"fieldName": "allowedCharPattern",
|
|
1028
|
+
"inheritedFrom": {
|
|
1029
|
+
"name": "InputControlMixin",
|
|
1030
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
1031
|
+
}
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"name": "auto-open-disabled",
|
|
1035
|
+
"type": {
|
|
1036
|
+
"text": "boolean"
|
|
1037
|
+
},
|
|
1038
|
+
"description": "Set true to prevent the overlay from opening automatically.",
|
|
1039
|
+
"fieldName": "autoOpenDisabled",
|
|
1040
|
+
"inheritedFrom": {
|
|
1041
|
+
"name": "ComboBoxBaseMixin",
|
|
1042
|
+
"package": "@vaadin/combo-box/src/vaadin-combo-box-base-mixin.js"
|
|
1043
|
+
}
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"name": "autoselect",
|
|
1047
|
+
"type": {
|
|
1048
|
+
"text": "boolean"
|
|
1049
|
+
},
|
|
1050
|
+
"description": "If true, the input text gets fully selected when the field is focused using click or touch / tap.",
|
|
1051
|
+
"fieldName": "autoselect",
|
|
1052
|
+
"inheritedFrom": {
|
|
1053
|
+
"name": "InputControlMixin",
|
|
1054
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
1055
|
+
}
|
|
1056
|
+
},
|
|
1525
1057
|
{
|
|
1526
1058
|
"name": "i18n",
|
|
1059
|
+
"type": {
|
|
1060
|
+
"text": "Object"
|
|
1061
|
+
},
|
|
1062
|
+
"description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nShould be overridden by subclasses to provide a custom JSDoc with the\ndefault I18N properties.",
|
|
1063
|
+
"fieldName": "i18n",
|
|
1527
1064
|
"inheritedFrom": {
|
|
1528
1065
|
"name": "I18nMixin",
|
|
1529
1066
|
"package": "@vaadin/component-base/src/i18n-mixin.js"
|
|
@@ -1553,6 +1090,66 @@
|
|
|
1553
1090
|
"module": "src/vaadin-time-picker-mixin.js"
|
|
1554
1091
|
}
|
|
1555
1092
|
},
|
|
1093
|
+
{
|
|
1094
|
+
"name": "name",
|
|
1095
|
+
"type": {
|
|
1096
|
+
"text": "string"
|
|
1097
|
+
},
|
|
1098
|
+
"description": "The name of this field.",
|
|
1099
|
+
"fieldName": "name",
|
|
1100
|
+
"inheritedFrom": {
|
|
1101
|
+
"name": "InputControlMixin",
|
|
1102
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
1103
|
+
}
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"name": "opened",
|
|
1107
|
+
"type": {
|
|
1108
|
+
"text": "boolean"
|
|
1109
|
+
},
|
|
1110
|
+
"description": "True if the dropdown is open, false otherwise.",
|
|
1111
|
+
"fieldName": "opened",
|
|
1112
|
+
"inheritedFrom": {
|
|
1113
|
+
"name": "ComboBoxBaseMixin",
|
|
1114
|
+
"package": "@vaadin/combo-box/src/vaadin-combo-box-base-mixin.js"
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"name": "pattern",
|
|
1119
|
+
"type": {
|
|
1120
|
+
"text": "string"
|
|
1121
|
+
},
|
|
1122
|
+
"description": "A regular expression that the value is checked against.\nThe pattern must match the entire value, not just some subset.",
|
|
1123
|
+
"fieldName": "pattern",
|
|
1124
|
+
"inheritedFrom": {
|
|
1125
|
+
"name": "PatternMixin",
|
|
1126
|
+
"package": "@vaadin/field-base/src/pattern-mixin.js"
|
|
1127
|
+
}
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"name": "placeholder",
|
|
1131
|
+
"type": {
|
|
1132
|
+
"text": "string"
|
|
1133
|
+
},
|
|
1134
|
+
"description": "A hint to the user of what can be entered in the field.",
|
|
1135
|
+
"fieldName": "placeholder",
|
|
1136
|
+
"inheritedFrom": {
|
|
1137
|
+
"name": "InputControlMixin",
|
|
1138
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
1139
|
+
}
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"name": "readonly",
|
|
1143
|
+
"type": {
|
|
1144
|
+
"text": "boolean"
|
|
1145
|
+
},
|
|
1146
|
+
"description": "When present, it specifies that the field is read-only.",
|
|
1147
|
+
"fieldName": "readonly",
|
|
1148
|
+
"inheritedFrom": {
|
|
1149
|
+
"name": "InputControlMixin",
|
|
1150
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
1151
|
+
}
|
|
1152
|
+
},
|
|
1556
1153
|
{
|
|
1557
1154
|
"name": "step",
|
|
1558
1155
|
"type": {
|
|
@@ -1565,6 +1162,18 @@
|
|
|
1565
1162
|
"module": "src/vaadin-time-picker-mixin.js"
|
|
1566
1163
|
}
|
|
1567
1164
|
},
|
|
1165
|
+
{
|
|
1166
|
+
"name": "title",
|
|
1167
|
+
"type": {
|
|
1168
|
+
"text": "string"
|
|
1169
|
+
},
|
|
1170
|
+
"description": "The text usually displayed in a tooltip popup when the mouse is over the field.",
|
|
1171
|
+
"fieldName": "title",
|
|
1172
|
+
"inheritedFrom": {
|
|
1173
|
+
"name": "InputControlMixin",
|
|
1174
|
+
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
1175
|
+
}
|
|
1176
|
+
},
|
|
1568
1177
|
{
|
|
1569
1178
|
"name": "value",
|
|
1570
1179
|
"type": {
|