@universal-material/web 3.2.5 → 3.3.0

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.
@@ -0,0 +1,1831 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json",
3
+ "version": 1.1,
4
+ "tags": [
5
+ {
6
+ "name": "u-top-app-bar",
7
+ "description": "\n---\n",
8
+ "attributes": [
9
+ {
10
+ "name": "has-leading-icon",
11
+ "description": "Whether the app bar has leading icon or not\n\n_Note:_ Readonly",
12
+ "values": []
13
+ },
14
+ {
15
+ "name": "has-trailing-icon",
16
+ "description": "Whether the app bar has trailing icon or not\n\n_Note:_ Readonly",
17
+ "values": []
18
+ },
19
+ {
20
+ "name": "position",
21
+ "values": [
22
+ {
23
+ "name": "fixed"
24
+ },
25
+ {
26
+ "name": "absolute"
27
+ },
28
+ {
29
+ "name": "static"
30
+ }
31
+ ]
32
+ },
33
+ {
34
+ "name": "size",
35
+ "values": [
36
+ {
37
+ "name": "small"
38
+ },
39
+ {
40
+ "name": "medium"
41
+ },
42
+ {
43
+ "name": "large"
44
+ }
45
+ ]
46
+ },
47
+ {
48
+ "name": "headline",
49
+ "values": []
50
+ },
51
+ {
52
+ "name": "scrollContainer",
53
+ "values": [
54
+ {
55
+ "name": "none"
56
+ },
57
+ {
58
+ "name": "window"
59
+ }
60
+ ]
61
+ },
62
+ {
63
+ "name": "container-scrolled",
64
+ "values": []
65
+ }
66
+ ],
67
+ "references": []
68
+ },
69
+ {
70
+ "name": "u-badge",
71
+ "description": "\n---\n",
72
+ "attributes": [
73
+ {
74
+ "name": "static",
75
+ "values": []
76
+ }
77
+ ],
78
+ "references": []
79
+ },
80
+ {
81
+ "name": "u-button-field",
82
+ "description": "\n---\n",
83
+ "attributes": [
84
+ {
85
+ "name": "value",
86
+ "values": []
87
+ },
88
+ {
89
+ "name": "placeholder",
90
+ "values": []
91
+ },
92
+ {
93
+ "name": "variant",
94
+ "values": [
95
+ {
96
+ "name": "filled"
97
+ },
98
+ {
99
+ "name": "outlined"
100
+ }
101
+ ]
102
+ },
103
+ {
104
+ "name": "label",
105
+ "description": "The floating label for the field",
106
+ "values": []
107
+ },
108
+ {
109
+ "name": "counter",
110
+ "values": []
111
+ },
112
+ {
113
+ "name": "hide-counter",
114
+ "values": []
115
+ },
116
+ {
117
+ "name": "supporting-text",
118
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
119
+ "values": []
120
+ },
121
+ {
122
+ "name": "error-text",
123
+ "description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
124
+ "values": []
125
+ },
126
+ {
127
+ "name": "empty",
128
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
129
+ "values": []
130
+ },
131
+ {
132
+ "name": "disabled",
133
+ "values": []
134
+ },
135
+ {
136
+ "name": "invalid",
137
+ "description": "Get or sets where or not the field is in a visually invalid state.",
138
+ "values": []
139
+ },
140
+ {
141
+ "name": "has-leading-icon",
142
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
143
+ "values": []
144
+ },
145
+ {
146
+ "name": "has-trailing-icon",
147
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
148
+ "values": []
149
+ },
150
+ {
151
+ "name": "has-error-text",
152
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
153
+ "values": []
154
+ }
155
+ ],
156
+ "references": []
157
+ },
158
+ {
159
+ "name": "u-button-set",
160
+ "description": "\n---\n",
161
+ "attributes": [
162
+ {
163
+ "name": "stack",
164
+ "description": "Whether to render the buttons stacked or not",
165
+ "values": []
166
+ },
167
+ {
168
+ "name": "alignment",
169
+ "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
170
+ "values": [
171
+ {
172
+ "name": "start"
173
+ },
174
+ {
175
+ "name": "center"
176
+ },
177
+ {
178
+ "name": "end"
179
+ }
180
+ ]
181
+ }
182
+ ],
183
+ "references": []
184
+ },
185
+ {
186
+ "name": "u-button",
187
+ "description": "\n---\n\n\n### **Events:**\n - **change**",
188
+ "attributes": [
189
+ {
190
+ "name": "variant",
191
+ "description": "The Button variant to render",
192
+ "values": [
193
+ {
194
+ "name": "filled"
195
+ },
196
+ {
197
+ "name": "tonal"
198
+ },
199
+ {
200
+ "name": "elevated"
201
+ },
202
+ {
203
+ "name": "outlined"
204
+ },
205
+ {
206
+ "name": "text"
207
+ }
208
+ ]
209
+ },
210
+ {
211
+ "name": "color",
212
+ "description": "The Button color",
213
+ "values": [
214
+ {
215
+ "name": "primary"
216
+ },
217
+ {
218
+ "name": "secondary"
219
+ },
220
+ {
221
+ "name": "tertiary"
222
+ },
223
+ {
224
+ "name": "error"
225
+ }
226
+ ]
227
+ },
228
+ {
229
+ "name": "trailing-icon",
230
+ "values": []
231
+ },
232
+ {
233
+ "name": "has-icon",
234
+ "description": "Whether the button has icon or not\n\n_Note:_ Readonly",
235
+ "values": []
236
+ },
237
+ {
238
+ "name": "has-selection-label",
239
+ "values": []
240
+ },
241
+ {
242
+ "name": "toggle",
243
+ "description": "When true, the button will toggle between selected and unselected\nstates",
244
+ "values": []
245
+ },
246
+ {
247
+ "name": "toggle-shape",
248
+ "description": "When true, the button will toggle between round and square shapes",
249
+ "values": []
250
+ },
251
+ {
252
+ "name": "selected",
253
+ "description": "Sets the selected state",
254
+ "values": []
255
+ },
256
+ {
257
+ "name": "shape",
258
+ "description": "Sets the shape of the button",
259
+ "values": [
260
+ {
261
+ "name": "round"
262
+ },
263
+ {
264
+ "name": "square"
265
+ }
266
+ ]
267
+ },
268
+ {
269
+ "name": "size",
270
+ "description": "Sets the size of the button",
271
+ "values": [
272
+ {
273
+ "name": "extra-small"
274
+ },
275
+ {
276
+ "name": "small"
277
+ },
278
+ {
279
+ "name": "medium"
280
+ },
281
+ {
282
+ "name": "large"
283
+ },
284
+ {
285
+ "name": "extra-large"
286
+ }
287
+ ]
288
+ },
289
+ {
290
+ "name": "aria-label-selected",
291
+ "description": "The `aria-label` of the button when the button is toggleable and selected.",
292
+ "values": []
293
+ },
294
+ {
295
+ "name": "has-selection-icon",
296
+ "values": []
297
+ },
298
+ {
299
+ "name": "type",
300
+ "values": []
301
+ },
302
+ {
303
+ "name": "value",
304
+ "values": []
305
+ },
306
+ {
307
+ "name": "disabled",
308
+ "description": "Whether the button is disabled or not.",
309
+ "values": []
310
+ },
311
+ {
312
+ "name": "href",
313
+ "description": "The URL that the link button points to.",
314
+ "values": []
315
+ },
316
+ {
317
+ "name": "target",
318
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
319
+ "values": []
320
+ },
321
+ {
322
+ "name": "name",
323
+ "values": []
324
+ }
325
+ ],
326
+ "references": []
327
+ },
328
+ {
329
+ "name": "u-fab",
330
+ "description": "\n---\n",
331
+ "attributes": [
332
+ {
333
+ "name": "color",
334
+ "description": "The FAB color variant to render.",
335
+ "values": [
336
+ {
337
+ "name": "primary"
338
+ },
339
+ {
340
+ "name": "secondary"
341
+ },
342
+ {
343
+ "name": "tertiary"
344
+ },
345
+ {
346
+ "name": "surface"
347
+ },
348
+ {
349
+ "name": "branded"
350
+ }
351
+ ]
352
+ },
353
+ {
354
+ "name": "size",
355
+ "description": "The size of the FAB.",
356
+ "values": [
357
+ {
358
+ "name": "small"
359
+ },
360
+ {
361
+ "name": "medium"
362
+ },
363
+ {
364
+ "name": "large"
365
+ }
366
+ ]
367
+ },
368
+ {
369
+ "name": "label",
370
+ "description": "The text to display the FAB.",
371
+ "values": []
372
+ },
373
+ {
374
+ "name": "lowered",
375
+ "description": "Lowers the FAB's elevation.",
376
+ "values": []
377
+ },
378
+ {
379
+ "name": "extended",
380
+ "values": []
381
+ },
382
+ {
383
+ "name": "type",
384
+ "values": []
385
+ },
386
+ {
387
+ "name": "value",
388
+ "values": []
389
+ },
390
+ {
391
+ "name": "disabled",
392
+ "description": "Whether the button is disabled or not.",
393
+ "values": []
394
+ },
395
+ {
396
+ "name": "href",
397
+ "description": "The URL that the link button points to.",
398
+ "values": []
399
+ },
400
+ {
401
+ "name": "target",
402
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
403
+ "values": []
404
+ },
405
+ {
406
+ "name": "name",
407
+ "values": []
408
+ }
409
+ ],
410
+ "references": []
411
+ },
412
+ {
413
+ "name": "u-icon-button",
414
+ "description": "\n---\n\n\n### **Events:**\n - **change**",
415
+ "attributes": [
416
+ {
417
+ "name": "variant",
418
+ "values": [
419
+ {
420
+ "name": "filled"
421
+ },
422
+ {
423
+ "name": "tonal"
424
+ },
425
+ {
426
+ "name": "outlined"
427
+ },
428
+ {
429
+ "name": "standard"
430
+ }
431
+ ]
432
+ },
433
+ {
434
+ "name": "width",
435
+ "values": [
436
+ {
437
+ "name": "default"
438
+ },
439
+ {
440
+ "name": "narrow"
441
+ },
442
+ {
443
+ "name": "wide"
444
+ }
445
+ ]
446
+ },
447
+ {
448
+ "name": "toggle",
449
+ "description": "When true, the button will toggle between selected and unselected\nstates",
450
+ "values": []
451
+ },
452
+ {
453
+ "name": "toggle-shape",
454
+ "description": "When true, the button will toggle between round and square shapes",
455
+ "values": []
456
+ },
457
+ {
458
+ "name": "selected",
459
+ "description": "Sets the selected state",
460
+ "values": []
461
+ },
462
+ {
463
+ "name": "shape",
464
+ "description": "Sets the shape of the button",
465
+ "values": [
466
+ {
467
+ "name": "round"
468
+ },
469
+ {
470
+ "name": "square"
471
+ }
472
+ ]
473
+ },
474
+ {
475
+ "name": "size",
476
+ "description": "Sets the size of the button",
477
+ "values": [
478
+ {
479
+ "name": "extra-small"
480
+ },
481
+ {
482
+ "name": "small"
483
+ },
484
+ {
485
+ "name": "medium"
486
+ },
487
+ {
488
+ "name": "large"
489
+ },
490
+ {
491
+ "name": "extra-large"
492
+ }
493
+ ]
494
+ },
495
+ {
496
+ "name": "aria-label-selected",
497
+ "description": "The `aria-label` of the button when the button is toggleable and selected.",
498
+ "values": []
499
+ },
500
+ {
501
+ "name": "has-selection-icon",
502
+ "values": []
503
+ },
504
+ {
505
+ "name": "type",
506
+ "values": []
507
+ },
508
+ {
509
+ "name": "value",
510
+ "values": []
511
+ },
512
+ {
513
+ "name": "disabled",
514
+ "description": "Whether the button is disabled or not.",
515
+ "values": []
516
+ },
517
+ {
518
+ "name": "href",
519
+ "description": "The URL that the link button points to.",
520
+ "values": []
521
+ },
522
+ {
523
+ "name": "target",
524
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
525
+ "values": []
526
+ },
527
+ {
528
+ "name": "name",
529
+ "values": []
530
+ }
531
+ ],
532
+ "references": []
533
+ },
534
+ {
535
+ "name": "u-calendar",
536
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
537
+ "attributes": [
538
+ {
539
+ "name": "value",
540
+ "values": []
541
+ },
542
+ {
543
+ "name": "dateOutsideMonth",
544
+ "values": []
545
+ },
546
+ {
547
+ "name": "locale",
548
+ "values": []
549
+ }
550
+ ],
551
+ "references": []
552
+ },
553
+ {
554
+ "name": "u-range-calendar",
555
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
556
+ "attributes": [
557
+ {
558
+ "name": "value",
559
+ "values": []
560
+ },
561
+ {
562
+ "name": "dateOutsideMonth",
563
+ "values": []
564
+ },
565
+ {
566
+ "name": "locale",
567
+ "values": []
568
+ }
569
+ ],
570
+ "references": []
571
+ },
572
+ {
573
+ "name": "u-card-content",
574
+ "description": "\n---\n",
575
+ "attributes": [
576
+ {
577
+ "name": "has-content",
578
+ "values": []
579
+ }
580
+ ],
581
+ "references": []
582
+ },
583
+ {
584
+ "name": "u-card-media",
585
+ "description": "\n---\n",
586
+ "attributes": [
587
+ {
588
+ "name": "wide",
589
+ "values": []
590
+ }
591
+ ],
592
+ "references": []
593
+ },
594
+ {
595
+ "name": "u-card",
596
+ "description": "\n---\n",
597
+ "attributes": [
598
+ {
599
+ "name": "variant",
600
+ "description": "The Card variant to render.",
601
+ "values": [
602
+ {
603
+ "name": "filled"
604
+ },
605
+ {
606
+ "name": "elevated"
607
+ },
608
+ {
609
+ "name": "outlined"
610
+ }
611
+ ]
612
+ }
613
+ ],
614
+ "references": []
615
+ },
616
+ {
617
+ "name": "u-checkbox-list-item",
618
+ "description": "\n---\n",
619
+ "attributes": [
620
+ {
621
+ "name": "leading",
622
+ "values": []
623
+ },
624
+ {
625
+ "name": "hide-state-layer",
626
+ "values": []
627
+ },
628
+ {
629
+ "name": "indeterminate",
630
+ "values": []
631
+ },
632
+ {
633
+ "name": "name",
634
+ "values": []
635
+ },
636
+ {
637
+ "name": "disabled",
638
+ "values": []
639
+ },
640
+ {
641
+ "name": "value",
642
+ "description": "The element value to use in form submission when checked.",
643
+ "values": []
644
+ },
645
+ {
646
+ "name": "checked",
647
+ "values": []
648
+ }
649
+ ],
650
+ "references": []
651
+ },
652
+ {
653
+ "name": "u-checkbox",
654
+ "description": "\n---\n",
655
+ "attributes": [
656
+ {
657
+ "name": "hide-state-layer",
658
+ "values": []
659
+ },
660
+ {
661
+ "name": "indeterminate",
662
+ "values": []
663
+ },
664
+ {
665
+ "name": "name",
666
+ "values": []
667
+ },
668
+ {
669
+ "name": "disabled",
670
+ "values": []
671
+ },
672
+ {
673
+ "name": "value",
674
+ "description": "The element value to use in form submission when checked.",
675
+ "values": []
676
+ },
677
+ {
678
+ "name": "checked",
679
+ "values": []
680
+ }
681
+ ],
682
+ "references": []
683
+ },
684
+ {
685
+ "name": "u-chip-set",
686
+ "description": "\n---\n",
687
+ "attributes": [
688
+ {
689
+ "name": "alignment",
690
+ "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
691
+ "values": [
692
+ {
693
+ "name": "start"
694
+ },
695
+ {
696
+ "name": "center"
697
+ },
698
+ {
699
+ "name": "end"
700
+ }
701
+ ]
702
+ }
703
+ ],
704
+ "references": []
705
+ },
706
+ {
707
+ "name": "u-chip",
708
+ "description": "\n---\n\n\n### **Events:**\n - **change**",
709
+ "attributes": [
710
+ {
711
+ "name": "selected",
712
+ "description": "Whether the chip is selected or not",
713
+ "values": []
714
+ },
715
+ {
716
+ "name": "clickable",
717
+ "values": []
718
+ },
719
+ {
720
+ "name": "elevated",
721
+ "description": "Adds elevation to the chip",
722
+ "values": []
723
+ },
724
+ {
725
+ "name": "toggle",
726
+ "description": "When true, the chip will toggle between selected and unselected\nstates",
727
+ "values": []
728
+ },
729
+ {
730
+ "name": "removable",
731
+ "description": "Add the remove icon",
732
+ "values": []
733
+ },
734
+ {
735
+ "name": "hide-selected-icon",
736
+ "description": "Hide the selected icon",
737
+ "values": []
738
+ },
739
+ {
740
+ "name": "has-leading-icon",
741
+ "description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
742
+ "values": []
743
+ },
744
+ {
745
+ "name": "has-selected-icon",
746
+ "description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
747
+ "values": []
748
+ },
749
+ {
750
+ "name": "has-trailing-icon",
751
+ "description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
752
+ "values": []
753
+ },
754
+ {
755
+ "name": "disabled",
756
+ "description": "Whether the button is disabled or not.",
757
+ "values": []
758
+ },
759
+ {
760
+ "name": "href",
761
+ "description": "The URL that the link button points to.",
762
+ "values": []
763
+ },
764
+ {
765
+ "name": "target",
766
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
767
+ "values": []
768
+ },
769
+ {
770
+ "name": "name",
771
+ "values": []
772
+ }
773
+ ],
774
+ "references": []
775
+ },
776
+ {
777
+ "name": "u-chip-field",
778
+ "description": "\n---\n\n\n### **Events:**\n - **change**",
779
+ "attributes": [
780
+ {
781
+ "name": "name",
782
+ "values": []
783
+ },
784
+ {
785
+ "name": "manual",
786
+ "description": "If true, ignore enter key input",
787
+ "values": []
788
+ },
789
+ {
790
+ "name": "placeholder",
791
+ "values": []
792
+ },
793
+ {
794
+ "name": "variant",
795
+ "values": [
796
+ {
797
+ "name": "filled"
798
+ },
799
+ {
800
+ "name": "outlined"
801
+ }
802
+ ]
803
+ },
804
+ {
805
+ "name": "label",
806
+ "description": "The floating label for the field",
807
+ "values": []
808
+ },
809
+ {
810
+ "name": "counter",
811
+ "values": []
812
+ },
813
+ {
814
+ "name": "hide-counter",
815
+ "values": []
816
+ },
817
+ {
818
+ "name": "supporting-text",
819
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
820
+ "values": []
821
+ },
822
+ {
823
+ "name": "error-text",
824
+ "description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
825
+ "values": []
826
+ },
827
+ {
828
+ "name": "empty",
829
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
830
+ "values": []
831
+ },
832
+ {
833
+ "name": "disabled",
834
+ "values": []
835
+ },
836
+ {
837
+ "name": "invalid",
838
+ "description": "Get or sets where or not the field is in a visually invalid state.",
839
+ "values": []
840
+ },
841
+ {
842
+ "name": "has-leading-icon",
843
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
844
+ "values": []
845
+ },
846
+ {
847
+ "name": "has-trailing-icon",
848
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
849
+ "values": []
850
+ },
851
+ {
852
+ "name": "has-error-text",
853
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
854
+ "values": []
855
+ }
856
+ ],
857
+ "references": []
858
+ },
859
+ {
860
+ "name": "u-dialog",
861
+ "description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
862
+ "attributes": [
863
+ {
864
+ "name": "open",
865
+ "values": []
866
+ },
867
+ {
868
+ "name": "has-headline",
869
+ "description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
870
+ "values": []
871
+ },
872
+ {
873
+ "name": "has-icon",
874
+ "description": "Whether dialog has icon\n\n_Note:_ Readonly",
875
+ "values": []
876
+ }
877
+ ],
878
+ "references": []
879
+ },
880
+ {
881
+ "name": "u-elevation",
882
+ "description": "\n---\n",
883
+ "attributes": [],
884
+ "references": []
885
+ },
886
+ {
887
+ "name": "u-field",
888
+ "description": "\n---\n",
889
+ "attributes": [
890
+ {
891
+ "name": "autoEmpty",
892
+ "values": []
893
+ },
894
+ {
895
+ "name": "variant",
896
+ "values": [
897
+ {
898
+ "name": "filled"
899
+ },
900
+ {
901
+ "name": "outlined"
902
+ }
903
+ ]
904
+ },
905
+ {
906
+ "name": "label",
907
+ "description": "The floating label for the field",
908
+ "values": []
909
+ },
910
+ {
911
+ "name": "counter",
912
+ "values": []
913
+ },
914
+ {
915
+ "name": "hide-counter",
916
+ "values": []
917
+ },
918
+ {
919
+ "name": "supporting-text",
920
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
921
+ "values": []
922
+ },
923
+ {
924
+ "name": "error-text",
925
+ "description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
926
+ "values": []
927
+ },
928
+ {
929
+ "name": "empty",
930
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
931
+ "values": []
932
+ },
933
+ {
934
+ "name": "disabled",
935
+ "values": []
936
+ },
937
+ {
938
+ "name": "invalid",
939
+ "description": "Get or sets where or not the field is in a visually invalid state.",
940
+ "values": []
941
+ },
942
+ {
943
+ "name": "has-leading-icon",
944
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
945
+ "values": []
946
+ },
947
+ {
948
+ "name": "has-trailing-icon",
949
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
950
+ "values": []
951
+ },
952
+ {
953
+ "name": "has-error-text",
954
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
955
+ "values": []
956
+ }
957
+ ],
958
+ "references": []
959
+ },
960
+ {
961
+ "name": "u-list-item",
962
+ "description": "\n---\n",
963
+ "attributes": [
964
+ {
965
+ "name": "selectable",
966
+ "values": []
967
+ }
968
+ ],
969
+ "references": []
970
+ },
971
+ {
972
+ "name": "u-list",
973
+ "description": "\n---\n",
974
+ "attributes": [],
975
+ "references": []
976
+ },
977
+ {
978
+ "name": "u-menu-item",
979
+ "description": "\n---\n",
980
+ "attributes": [
981
+ {
982
+ "name": "active",
983
+ "description": "Force show focus ring",
984
+ "values": []
985
+ },
986
+ {
987
+ "name": "has-leading-icon",
988
+ "description": "Whether the menu item has leading icon or not\n\n_Note:_ Readonly",
989
+ "values": []
990
+ },
991
+ {
992
+ "name": "has-trailing-icon",
993
+ "description": "Whether the menu item has trailing icon or not\n\n_Note:_ Readonly",
994
+ "values": []
995
+ },
996
+ {
997
+ "name": "has-badge",
998
+ "description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
999
+ "values": []
1000
+ },
1001
+ {
1002
+ "name": "disabled",
1003
+ "description": "Whether the button is disabled or not.",
1004
+ "values": []
1005
+ },
1006
+ {
1007
+ "name": "href",
1008
+ "description": "The URL that the link button points to.",
1009
+ "values": []
1010
+ },
1011
+ {
1012
+ "name": "target",
1013
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1014
+ "values": []
1015
+ },
1016
+ {
1017
+ "name": "name",
1018
+ "values": []
1019
+ }
1020
+ ],
1021
+ "references": []
1022
+ },
1023
+ {
1024
+ "name": "u-menu",
1025
+ "description": "\n---\n",
1026
+ "attributes": [
1027
+ {
1028
+ "name": "open",
1029
+ "description": "Opens the menu and makes it visible. Alternative to the `.show()`, `.close()` and `.toggle()` methods",
1030
+ "values": []
1031
+ },
1032
+ {
1033
+ "name": "positioning",
1034
+ "values": [
1035
+ {
1036
+ "name": "relative"
1037
+ },
1038
+ {
1039
+ "name": "fixed"
1040
+ }
1041
+ ]
1042
+ },
1043
+ {
1044
+ "name": "manualFocus",
1045
+ "values": []
1046
+ },
1047
+ {
1048
+ "name": "anchor-corner",
1049
+ "description": "The corner of the anchor which to align the menu in the standard logical\nproperty style of <block>-<inline> e.g. `'end-start'`.",
1050
+ "values": [
1051
+ {
1052
+ "name": "auto-start"
1053
+ },
1054
+ {
1055
+ "name": "auto-end"
1056
+ },
1057
+ {
1058
+ "name": "start-start"
1059
+ },
1060
+ {
1061
+ "name": "start-end"
1062
+ },
1063
+ {
1064
+ "name": "end-start"
1065
+ },
1066
+ {
1067
+ "name": "end-end"
1068
+ }
1069
+ ]
1070
+ },
1071
+ {
1072
+ "name": "direction",
1073
+ "description": "The direction of the menu. e.g. `'down-end'`.\n\nNOTE: This value may not be respected by the menu positioning algorithm\nif the menu would render outside the viewport.",
1074
+ "values": [
1075
+ {
1076
+ "name": "up-start"
1077
+ },
1078
+ {
1079
+ "name": "up-end"
1080
+ },
1081
+ {
1082
+ "name": "down-start"
1083
+ },
1084
+ {
1085
+ "name": "down-end"
1086
+ }
1087
+ ]
1088
+ },
1089
+ {
1090
+ "name": "allow-overflow",
1091
+ "description": "Don't limit the height of the menu",
1092
+ "values": []
1093
+ }
1094
+ ],
1095
+ "references": []
1096
+ },
1097
+ {
1098
+ "name": "u-overflow-menu-item",
1099
+ "description": "\n---\n",
1100
+ "attributes": [
1101
+ {
1102
+ "name": "label",
1103
+ "values": []
1104
+ },
1105
+ {
1106
+ "name": "priority",
1107
+ "values": []
1108
+ }
1109
+ ],
1110
+ "references": []
1111
+ },
1112
+ {
1113
+ "name": "u-overflow-menu",
1114
+ "description": "\n---\n",
1115
+ "attributes": [],
1116
+ "references": []
1117
+ },
1118
+ {
1119
+ "name": "u-drawer-headline",
1120
+ "description": "\n---\n",
1121
+ "attributes": [],
1122
+ "references": []
1123
+ },
1124
+ {
1125
+ "name": "u-drawer-item",
1126
+ "description": "\n---\n",
1127
+ "attributes": [
1128
+ {
1129
+ "name": "has-icon",
1130
+ "description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
1131
+ "values": []
1132
+ },
1133
+ {
1134
+ "name": "has-badge",
1135
+ "description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
1136
+ "values": []
1137
+ },
1138
+ {
1139
+ "name": "active",
1140
+ "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
1141
+ "values": []
1142
+ },
1143
+ {
1144
+ "name": "keep-drawer-open",
1145
+ "description": "If true, it will not attempt to close de navigation drawer on click",
1146
+ "values": []
1147
+ },
1148
+ {
1149
+ "name": "disabled",
1150
+ "description": "Whether the button is disabled or not.",
1151
+ "values": []
1152
+ },
1153
+ {
1154
+ "name": "href",
1155
+ "description": "The URL that the link button points to.",
1156
+ "values": []
1157
+ },
1158
+ {
1159
+ "name": "target",
1160
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1161
+ "values": []
1162
+ },
1163
+ {
1164
+ "name": "name",
1165
+ "values": []
1166
+ }
1167
+ ],
1168
+ "references": []
1169
+ },
1170
+ {
1171
+ "name": "u-drawer",
1172
+ "description": "\n---\n",
1173
+ "attributes": [],
1174
+ "references": []
1175
+ },
1176
+ {
1177
+ "name": "u-side-navigation",
1178
+ "description": "\n---\n",
1179
+ "attributes": [
1180
+ {
1181
+ "name": "toggle-drawer",
1182
+ "description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
1183
+ "values": []
1184
+ }
1185
+ ],
1186
+ "references": []
1187
+ },
1188
+ {
1189
+ "name": "u-radio-list-item",
1190
+ "description": "\n---\n",
1191
+ "attributes": [
1192
+ {
1193
+ "name": "leading",
1194
+ "values": []
1195
+ },
1196
+ {
1197
+ "name": "hide-state-layer",
1198
+ "values": []
1199
+ },
1200
+ {
1201
+ "name": "name",
1202
+ "values": []
1203
+ },
1204
+ {
1205
+ "name": "disabled",
1206
+ "values": []
1207
+ },
1208
+ {
1209
+ "name": "value",
1210
+ "description": "The element value to use in form submission when checked.",
1211
+ "values": []
1212
+ },
1213
+ {
1214
+ "name": "checked",
1215
+ "values": []
1216
+ }
1217
+ ],
1218
+ "references": []
1219
+ },
1220
+ {
1221
+ "name": "u-radio",
1222
+ "description": "\n---\n",
1223
+ "attributes": [
1224
+ {
1225
+ "name": "hide-state-layer",
1226
+ "values": []
1227
+ },
1228
+ {
1229
+ "name": "name",
1230
+ "values": []
1231
+ },
1232
+ {
1233
+ "name": "disabled",
1234
+ "values": []
1235
+ },
1236
+ {
1237
+ "name": "value",
1238
+ "description": "The element value to use in form submission when checked.",
1239
+ "values": []
1240
+ },
1241
+ {
1242
+ "name": "checked",
1243
+ "values": []
1244
+ }
1245
+ ],
1246
+ "references": []
1247
+ },
1248
+ {
1249
+ "name": "u-circular-progress",
1250
+ "description": "\n---\n",
1251
+ "attributes": [
1252
+ {
1253
+ "name": "value",
1254
+ "values": []
1255
+ },
1256
+ {
1257
+ "name": "max",
1258
+ "values": []
1259
+ }
1260
+ ],
1261
+ "references": []
1262
+ },
1263
+ {
1264
+ "name": "u-progress-bar",
1265
+ "description": "\n---\n",
1266
+ "attributes": [
1267
+ {
1268
+ "name": "value",
1269
+ "values": []
1270
+ },
1271
+ {
1272
+ "name": "max",
1273
+ "values": []
1274
+ }
1275
+ ],
1276
+ "references": []
1277
+ },
1278
+ {
1279
+ "name": "u-ripple",
1280
+ "description": "\n---\n",
1281
+ "attributes": [
1282
+ {
1283
+ "name": "disabled",
1284
+ "description": "Disables the ripple.",
1285
+ "values": []
1286
+ }
1287
+ ],
1288
+ "references": []
1289
+ },
1290
+ {
1291
+ "name": "u-option",
1292
+ "description": "\n---\n",
1293
+ "attributes": [
1294
+ {
1295
+ "name": "value",
1296
+ "values": []
1297
+ },
1298
+ {
1299
+ "name": "selected",
1300
+ "values": []
1301
+ },
1302
+ {
1303
+ "name": "active",
1304
+ "description": "Force show focus ring",
1305
+ "values": []
1306
+ },
1307
+ {
1308
+ "name": "has-leading-icon",
1309
+ "description": "Whether the menu item has leading icon or not\n\n_Note:_ Readonly",
1310
+ "values": []
1311
+ },
1312
+ {
1313
+ "name": "has-trailing-icon",
1314
+ "description": "Whether the menu item has trailing icon or not\n\n_Note:_ Readonly",
1315
+ "values": []
1316
+ },
1317
+ {
1318
+ "name": "has-badge",
1319
+ "description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
1320
+ "values": []
1321
+ },
1322
+ {
1323
+ "name": "disabled",
1324
+ "description": "Whether the button is disabled or not.",
1325
+ "values": []
1326
+ },
1327
+ {
1328
+ "name": "href",
1329
+ "description": "The URL that the link button points to.",
1330
+ "values": []
1331
+ },
1332
+ {
1333
+ "name": "target",
1334
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1335
+ "values": []
1336
+ },
1337
+ {
1338
+ "name": "name",
1339
+ "values": []
1340
+ }
1341
+ ],
1342
+ "references": []
1343
+ },
1344
+ {
1345
+ "name": "u-select",
1346
+ "description": "\n---\n",
1347
+ "attributes": [
1348
+ {
1349
+ "name": "placeholder",
1350
+ "values": []
1351
+ },
1352
+ {
1353
+ "name": "variant",
1354
+ "values": [
1355
+ {
1356
+ "name": "filled"
1357
+ },
1358
+ {
1359
+ "name": "outlined"
1360
+ }
1361
+ ]
1362
+ },
1363
+ {
1364
+ "name": "label",
1365
+ "description": "The floating label for the field",
1366
+ "values": []
1367
+ },
1368
+ {
1369
+ "name": "counter",
1370
+ "values": []
1371
+ },
1372
+ {
1373
+ "name": "hide-counter",
1374
+ "values": []
1375
+ },
1376
+ {
1377
+ "name": "supporting-text",
1378
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
1379
+ "values": []
1380
+ },
1381
+ {
1382
+ "name": "error-text",
1383
+ "description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
1384
+ "values": []
1385
+ },
1386
+ {
1387
+ "name": "empty",
1388
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
1389
+ "values": []
1390
+ },
1391
+ {
1392
+ "name": "disabled",
1393
+ "values": []
1394
+ },
1395
+ {
1396
+ "name": "invalid",
1397
+ "description": "Get or sets where or not the field is in a visually invalid state.",
1398
+ "values": []
1399
+ },
1400
+ {
1401
+ "name": "has-leading-icon",
1402
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
1403
+ "values": []
1404
+ },
1405
+ {
1406
+ "name": "has-trailing-icon",
1407
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
1408
+ "values": []
1409
+ },
1410
+ {
1411
+ "name": "has-error-text",
1412
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
1413
+ "values": []
1414
+ }
1415
+ ],
1416
+ "references": []
1417
+ },
1418
+ {
1419
+ "name": "u-snackbar",
1420
+ "description": "\n---\n",
1421
+ "attributes": [
1422
+ {
1423
+ "name": "message",
1424
+ "values": []
1425
+ },
1426
+ {
1427
+ "name": "action",
1428
+ "values": []
1429
+ },
1430
+ {
1431
+ "name": "show-close",
1432
+ "values": []
1433
+ },
1434
+ {
1435
+ "name": "dismissed",
1436
+ "values": []
1437
+ }
1438
+ ],
1439
+ "references": []
1440
+ },
1441
+ {
1442
+ "name": "u-switch-list-item",
1443
+ "description": "\n---\n",
1444
+ "attributes": [
1445
+ {
1446
+ "name": "leading",
1447
+ "values": []
1448
+ },
1449
+ {
1450
+ "name": "name",
1451
+ "values": []
1452
+ },
1453
+ {
1454
+ "name": "disabled",
1455
+ "values": []
1456
+ },
1457
+ {
1458
+ "name": "value",
1459
+ "description": "The element value to use in form submission when checked.",
1460
+ "values": []
1461
+ },
1462
+ {
1463
+ "name": "checked",
1464
+ "values": []
1465
+ }
1466
+ ],
1467
+ "references": []
1468
+ },
1469
+ {
1470
+ "name": "u-switch",
1471
+ "description": "\n---\n",
1472
+ "attributes": [
1473
+ {
1474
+ "name": "name",
1475
+ "values": []
1476
+ },
1477
+ {
1478
+ "name": "disabled",
1479
+ "values": []
1480
+ },
1481
+ {
1482
+ "name": "value",
1483
+ "description": "The element value to use in form submission when checked.",
1484
+ "values": []
1485
+ },
1486
+ {
1487
+ "name": "checked",
1488
+ "values": []
1489
+ }
1490
+ ],
1491
+ "references": []
1492
+ },
1493
+ {
1494
+ "name": "u-tab-bar",
1495
+ "description": "\n---\n",
1496
+ "attributes": [
1497
+ {
1498
+ "name": "variant",
1499
+ "values": [
1500
+ {
1501
+ "name": "primary"
1502
+ },
1503
+ {
1504
+ "name": "secondary"
1505
+ }
1506
+ ]
1507
+ }
1508
+ ],
1509
+ "references": []
1510
+ },
1511
+ {
1512
+ "name": "u-tab",
1513
+ "description": "\n---\n",
1514
+ "attributes": [
1515
+ {
1516
+ "name": "hasIcon",
1517
+ "values": []
1518
+ },
1519
+ {
1520
+ "name": "disabled",
1521
+ "description": "Whether the button is disabled or not.",
1522
+ "values": []
1523
+ },
1524
+ {
1525
+ "name": "href",
1526
+ "description": "The URL that the link button points to.",
1527
+ "values": []
1528
+ },
1529
+ {
1530
+ "name": "target",
1531
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1532
+ "values": []
1533
+ },
1534
+ {
1535
+ "name": "name",
1536
+ "values": []
1537
+ }
1538
+ ],
1539
+ "references": []
1540
+ },
1541
+ {
1542
+ "name": "u-text-area",
1543
+ "description": "\n---\n",
1544
+ "attributes": [
1545
+ {
1546
+ "name": "rows",
1547
+ "values": []
1548
+ },
1549
+ {
1550
+ "name": "value",
1551
+ "values": []
1552
+ },
1553
+ {
1554
+ "name": "autocomplete",
1555
+ "values": [
1556
+ {
1557
+ "name": "on"
1558
+ },
1559
+ {
1560
+ "name": "off"
1561
+ }
1562
+ ]
1563
+ },
1564
+ {
1565
+ "name": "maxlength",
1566
+ "values": []
1567
+ },
1568
+ {
1569
+ "name": "role",
1570
+ "values": []
1571
+ },
1572
+ {
1573
+ "name": "placeholder",
1574
+ "values": []
1575
+ },
1576
+ {
1577
+ "name": "variant",
1578
+ "values": [
1579
+ {
1580
+ "name": "filled"
1581
+ },
1582
+ {
1583
+ "name": "outlined"
1584
+ }
1585
+ ]
1586
+ },
1587
+ {
1588
+ "name": "label",
1589
+ "description": "The floating label for the field",
1590
+ "values": []
1591
+ },
1592
+ {
1593
+ "name": "counter",
1594
+ "values": []
1595
+ },
1596
+ {
1597
+ "name": "hide-counter",
1598
+ "values": []
1599
+ },
1600
+ {
1601
+ "name": "supporting-text",
1602
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
1603
+ "values": []
1604
+ },
1605
+ {
1606
+ "name": "error-text",
1607
+ "description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
1608
+ "values": []
1609
+ },
1610
+ {
1611
+ "name": "empty",
1612
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
1613
+ "values": []
1614
+ },
1615
+ {
1616
+ "name": "disabled",
1617
+ "values": []
1618
+ },
1619
+ {
1620
+ "name": "invalid",
1621
+ "description": "Get or sets where or not the field is in a visually invalid state.",
1622
+ "values": []
1623
+ },
1624
+ {
1625
+ "name": "has-leading-icon",
1626
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
1627
+ "values": []
1628
+ },
1629
+ {
1630
+ "name": "has-trailing-icon",
1631
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
1632
+ "values": []
1633
+ },
1634
+ {
1635
+ "name": "has-error-text",
1636
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
1637
+ "values": []
1638
+ }
1639
+ ],
1640
+ "references": []
1641
+ },
1642
+ {
1643
+ "name": "u-text-field",
1644
+ "description": "\n---\n",
1645
+ "attributes": [
1646
+ {
1647
+ "name": "type",
1648
+ "values": []
1649
+ },
1650
+ {
1651
+ "name": "prefix-text",
1652
+ "values": []
1653
+ },
1654
+ {
1655
+ "name": "suffix-text",
1656
+ "values": []
1657
+ },
1658
+ {
1659
+ "name": "readOnly",
1660
+ "values": []
1661
+ },
1662
+ {
1663
+ "name": "autocapitalize",
1664
+ "values": []
1665
+ },
1666
+ {
1667
+ "name": "value",
1668
+ "values": []
1669
+ },
1670
+ {
1671
+ "name": "autocomplete",
1672
+ "values": [
1673
+ {
1674
+ "name": "on"
1675
+ },
1676
+ {
1677
+ "name": "off"
1678
+ }
1679
+ ]
1680
+ },
1681
+ {
1682
+ "name": "maxlength",
1683
+ "values": []
1684
+ },
1685
+ {
1686
+ "name": "role",
1687
+ "values": []
1688
+ },
1689
+ {
1690
+ "name": "placeholder",
1691
+ "values": []
1692
+ },
1693
+ {
1694
+ "name": "variant",
1695
+ "values": [
1696
+ {
1697
+ "name": "filled"
1698
+ },
1699
+ {
1700
+ "name": "outlined"
1701
+ }
1702
+ ]
1703
+ },
1704
+ {
1705
+ "name": "label",
1706
+ "description": "The floating label for the field",
1707
+ "values": []
1708
+ },
1709
+ {
1710
+ "name": "counter",
1711
+ "values": []
1712
+ },
1713
+ {
1714
+ "name": "hide-counter",
1715
+ "values": []
1716
+ },
1717
+ {
1718
+ "name": "supporting-text",
1719
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
1720
+ "values": []
1721
+ },
1722
+ {
1723
+ "name": "error-text",
1724
+ "description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
1725
+ "values": []
1726
+ },
1727
+ {
1728
+ "name": "empty",
1729
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
1730
+ "values": []
1731
+ },
1732
+ {
1733
+ "name": "disabled",
1734
+ "values": []
1735
+ },
1736
+ {
1737
+ "name": "invalid",
1738
+ "description": "Get or sets where or not the field is in a visually invalid state.",
1739
+ "values": []
1740
+ },
1741
+ {
1742
+ "name": "has-leading-icon",
1743
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
1744
+ "values": []
1745
+ },
1746
+ {
1747
+ "name": "has-trailing-icon",
1748
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
1749
+ "values": []
1750
+ },
1751
+ {
1752
+ "name": "has-error-text",
1753
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
1754
+ "values": []
1755
+ }
1756
+ ],
1757
+ "references": []
1758
+ },
1759
+ {
1760
+ "name": "u-highlight",
1761
+ "description": "\n---\n",
1762
+ "attributes": [
1763
+ {
1764
+ "name": "result",
1765
+ "description": "The result text to display. If the term is found inside this text, it's highlighted",
1766
+ "values": []
1767
+ },
1768
+ {
1769
+ "name": "term",
1770
+ "description": "The searched term",
1771
+ "values": []
1772
+ }
1773
+ ],
1774
+ "references": []
1775
+ },
1776
+ {
1777
+ "name": "u-typeahead",
1778
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
1779
+ "attributes": [
1780
+ {
1781
+ "name": "debounce",
1782
+ "description": "The time in milliseconds before triggering an update in the results.",
1783
+ "values": []
1784
+ },
1785
+ {
1786
+ "name": "limit",
1787
+ "description": "The number of suggestions to show",
1788
+ "values": []
1789
+ },
1790
+ {
1791
+ "name": "minLength",
1792
+ "description": "How many characters must be typed before show suggestions\n\n_Note:_ Not used when the source is a `Promise`",
1793
+ "values": []
1794
+ },
1795
+ {
1796
+ "name": "open-on-focus",
1797
+ "description": "Whether the menu will be show when the target get focus.\n\n_Note:_ The `minLength` will still be applied",
1798
+ "values": []
1799
+ },
1800
+ {
1801
+ "name": "editable",
1802
+ "description": "If `true`, model values will not be restricted only to items selected from the menu.",
1803
+ "values": []
1804
+ },
1805
+ {
1806
+ "name": "autocomplete",
1807
+ "description": "The value for the `autocomplete` attribute for the target element.",
1808
+ "values": [
1809
+ {
1810
+ "name": "on"
1811
+ },
1812
+ {
1813
+ "name": "off"
1814
+ }
1815
+ ]
1816
+ },
1817
+ {
1818
+ "name": "spellcheck",
1819
+ "description": "The value for the `spellcheck` attribute for the target element.",
1820
+ "values": []
1821
+ },
1822
+ {
1823
+ "name": "target-id",
1824
+ "description": "The id of the target element to attach the typeahead.",
1825
+ "values": []
1826
+ }
1827
+ ],
1828
+ "references": []
1829
+ }
1830
+ ]
1831
+ }