@universal-material/web 3.3.9 → 3.3.11
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/card/card.js +1 -1
- package/card/card.js.map +1 -1
- package/custom-elements.json +1616 -1552
- package/package.json +1 -1
- package/search/search.d.ts.map +1 -1
- package/search/search.js +3 -1
- package/search/search.js.map +1 -1
- package/shared/char-count-text-field/native-text-field-wrapper.d.ts +1 -0
- package/shared/char-count-text-field/native-text-field-wrapper.d.ts.map +1 -1
- package/shared/char-count-text-field/native-text-field-wrapper.js +5 -0
- package/shared/char-count-text-field/native-text-field-wrapper.js.map +1 -1
- package/text-field/text-field.d.ts.map +1 -1
- package/text-field/text-field.js +3 -1
- package/text-field/text-field.js.map +1 -1
- package/vscode.html-custom-data.json +375 -375
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json",
|
|
3
3
|
"version": 1.1,
|
|
4
4
|
"tags": [
|
|
5
|
+
{
|
|
6
|
+
"name": "u-badge",
|
|
7
|
+
"description": "\n---\n",
|
|
8
|
+
"attributes": [
|
|
9
|
+
{
|
|
10
|
+
"name": "static",
|
|
11
|
+
"values": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"references": []
|
|
15
|
+
},
|
|
5
16
|
{
|
|
6
17
|
"name": "u-top-app-bar",
|
|
7
18
|
"description": "\n---\n",
|
|
@@ -66,133 +77,6 @@
|
|
|
66
77
|
],
|
|
67
78
|
"references": []
|
|
68
79
|
},
|
|
69
|
-
{
|
|
70
|
-
"name": "u-button-field",
|
|
71
|
-
"description": "\n---\n",
|
|
72
|
-
"attributes": [
|
|
73
|
-
{
|
|
74
|
-
"name": "value",
|
|
75
|
-
"values": []
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"name": "placeholder",
|
|
79
|
-
"values": []
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"name": "variant",
|
|
83
|
-
"values": [
|
|
84
|
-
{
|
|
85
|
-
"name": "filled"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"name": "outlined"
|
|
89
|
-
}
|
|
90
|
-
]
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"name": "label",
|
|
94
|
-
"description": "The floating label for the field",
|
|
95
|
-
"values": []
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"name": "counter",
|
|
99
|
-
"values": []
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"name": "hide-counter",
|
|
103
|
-
"values": []
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"name": "supporting-text",
|
|
107
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
108
|
-
"values": []
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"name": "error-text",
|
|
112
|
-
"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`",
|
|
113
|
-
"values": []
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"name": "empty",
|
|
117
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
118
|
-
"values": []
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"name": "disabled",
|
|
122
|
-
"values": []
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"name": "invalid",
|
|
126
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
127
|
-
"values": []
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"name": "has-leading-icon",
|
|
131
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
132
|
-
"values": []
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"name": "has-trailing-icon",
|
|
136
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
137
|
-
"values": []
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"name": "has-error-text",
|
|
141
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
142
|
-
"values": []
|
|
143
|
-
}
|
|
144
|
-
],
|
|
145
|
-
"references": []
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"name": "u-badge",
|
|
149
|
-
"description": "\n---\n",
|
|
150
|
-
"attributes": [
|
|
151
|
-
{
|
|
152
|
-
"name": "static",
|
|
153
|
-
"values": []
|
|
154
|
-
}
|
|
155
|
-
],
|
|
156
|
-
"references": []
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"name": "u-calendar",
|
|
160
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
161
|
-
"attributes": [
|
|
162
|
-
{
|
|
163
|
-
"name": "value",
|
|
164
|
-
"values": []
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"name": "dateOutsideMonth",
|
|
168
|
-
"values": []
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"name": "locale",
|
|
172
|
-
"values": []
|
|
173
|
-
}
|
|
174
|
-
],
|
|
175
|
-
"references": []
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"name": "u-range-calendar",
|
|
179
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
180
|
-
"attributes": [
|
|
181
|
-
{
|
|
182
|
-
"name": "value",
|
|
183
|
-
"values": []
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
"name": "dateOutsideMonth",
|
|
187
|
-
"values": []
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"name": "locale",
|
|
191
|
-
"values": []
|
|
192
|
-
}
|
|
193
|
-
],
|
|
194
|
-
"references": []
|
|
195
|
-
},
|
|
196
80
|
{
|
|
197
81
|
"name": "u-button-set",
|
|
198
82
|
"description": "\n---\n",
|
|
@@ -570,45 +454,117 @@
|
|
|
570
454
|
"references": []
|
|
571
455
|
},
|
|
572
456
|
{
|
|
573
|
-
"name": "u-
|
|
574
|
-
"description": "\n---\n",
|
|
457
|
+
"name": "u-calendar",
|
|
458
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
575
459
|
"attributes": [
|
|
576
460
|
{
|
|
577
|
-
"name": "
|
|
461
|
+
"name": "value",
|
|
462
|
+
"values": []
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"name": "dateOutsideMonth",
|
|
466
|
+
"values": []
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"name": "locale",
|
|
578
470
|
"values": []
|
|
579
471
|
}
|
|
580
472
|
],
|
|
581
473
|
"references": []
|
|
582
474
|
},
|
|
583
475
|
{
|
|
584
|
-
"name": "u-
|
|
585
|
-
"description": "\n---\n",
|
|
476
|
+
"name": "u-range-calendar",
|
|
477
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
586
478
|
"attributes": [
|
|
587
479
|
{
|
|
588
|
-
"name": "
|
|
480
|
+
"name": "value",
|
|
481
|
+
"values": []
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"name": "dateOutsideMonth",
|
|
485
|
+
"values": []
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"name": "locale",
|
|
589
489
|
"values": []
|
|
590
490
|
}
|
|
591
491
|
],
|
|
592
492
|
"references": []
|
|
593
493
|
},
|
|
594
494
|
{
|
|
595
|
-
"name": "u-
|
|
495
|
+
"name": "u-button-field",
|
|
596
496
|
"description": "\n---\n",
|
|
597
497
|
"attributes": [
|
|
498
|
+
{
|
|
499
|
+
"name": "value",
|
|
500
|
+
"values": []
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"name": "placeholder",
|
|
504
|
+
"values": []
|
|
505
|
+
},
|
|
598
506
|
{
|
|
599
507
|
"name": "variant",
|
|
600
|
-
"description": "The Card variant to render.",
|
|
601
508
|
"values": [
|
|
602
509
|
{
|
|
603
510
|
"name": "filled"
|
|
604
511
|
},
|
|
605
|
-
{
|
|
606
|
-
"name": "elevated"
|
|
607
|
-
},
|
|
608
512
|
{
|
|
609
513
|
"name": "outlined"
|
|
610
514
|
}
|
|
611
515
|
]
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"name": "label",
|
|
519
|
+
"description": "The floating label for the field",
|
|
520
|
+
"values": []
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"name": "counter",
|
|
524
|
+
"values": []
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"name": "hide-counter",
|
|
528
|
+
"values": []
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"name": "supporting-text",
|
|
532
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
533
|
+
"values": []
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"name": "error-text",
|
|
537
|
+
"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`",
|
|
538
|
+
"values": []
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"name": "empty",
|
|
542
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
543
|
+
"values": []
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"name": "disabled",
|
|
547
|
+
"values": []
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"name": "invalid",
|
|
551
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
552
|
+
"values": []
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"name": "has-leading-icon",
|
|
556
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
557
|
+
"values": []
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"name": "has-trailing-icon",
|
|
561
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
562
|
+
"values": []
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"name": "has-error-text",
|
|
566
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
567
|
+
"values": []
|
|
612
568
|
}
|
|
613
569
|
],
|
|
614
570
|
"references": []
|
|
@@ -682,93 +638,45 @@
|
|
|
682
638
|
"references": []
|
|
683
639
|
},
|
|
684
640
|
{
|
|
685
|
-
"name": "u-
|
|
641
|
+
"name": "u-card-content",
|
|
686
642
|
"description": "\n---\n",
|
|
687
643
|
"attributes": [
|
|
688
644
|
{
|
|
689
|
-
"name": "
|
|
690
|
-
"
|
|
691
|
-
"values": [
|
|
692
|
-
{
|
|
693
|
-
"name": "start"
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
"name": "center"
|
|
697
|
-
},
|
|
698
|
-
{
|
|
699
|
-
"name": "end"
|
|
700
|
-
}
|
|
701
|
-
]
|
|
645
|
+
"name": "has-content",
|
|
646
|
+
"values": []
|
|
702
647
|
}
|
|
703
648
|
],
|
|
704
649
|
"references": []
|
|
705
650
|
},
|
|
706
651
|
{
|
|
707
|
-
"name": "u-
|
|
708
|
-
"description": "\n---\n
|
|
652
|
+
"name": "u-card-media",
|
|
653
|
+
"description": "\n---\n",
|
|
709
654
|
"attributes": [
|
|
710
655
|
{
|
|
711
|
-
"name": "
|
|
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.",
|
|
656
|
+
"name": "wide",
|
|
767
657
|
"values": []
|
|
768
|
-
}
|
|
658
|
+
}
|
|
659
|
+
],
|
|
660
|
+
"references": []
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"name": "u-card",
|
|
664
|
+
"description": "\n---\n",
|
|
665
|
+
"attributes": [
|
|
769
666
|
{
|
|
770
|
-
"name": "
|
|
771
|
-
"
|
|
667
|
+
"name": "variant",
|
|
668
|
+
"description": "The Card variant to render.",
|
|
669
|
+
"values": [
|
|
670
|
+
{
|
|
671
|
+
"name": "filled"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"name": "elevated"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"name": "outlined"
|
|
678
|
+
}
|
|
679
|
+
]
|
|
772
680
|
}
|
|
773
681
|
],
|
|
774
682
|
"references": []
|
|
@@ -857,188 +765,193 @@
|
|
|
857
765
|
"references": []
|
|
858
766
|
},
|
|
859
767
|
{
|
|
860
|
-
"name": "u-
|
|
768
|
+
"name": "u-chip-set",
|
|
861
769
|
"description": "\n---\n",
|
|
862
|
-
"attributes": [],
|
|
863
|
-
"references": []
|
|
864
|
-
},
|
|
865
|
-
{
|
|
866
|
-
"name": "u-dialog",
|
|
867
|
-
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
868
770
|
"attributes": [
|
|
869
771
|
{
|
|
870
|
-
"name": "
|
|
871
|
-
"
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
772
|
+
"name": "alignment",
|
|
773
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
774
|
+
"values": [
|
|
775
|
+
{
|
|
776
|
+
"name": "start"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"name": "center"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"name": "end"
|
|
783
|
+
}
|
|
784
|
+
]
|
|
882
785
|
}
|
|
883
786
|
],
|
|
884
787
|
"references": []
|
|
885
788
|
},
|
|
886
789
|
{
|
|
887
|
-
"name": "u-
|
|
888
|
-
"description": "\n---\n",
|
|
790
|
+
"name": "u-chip",
|
|
791
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
889
792
|
"attributes": [
|
|
890
793
|
{
|
|
891
|
-
"name": "
|
|
794
|
+
"name": "selected",
|
|
795
|
+
"description": "Whether the chip is selected or not",
|
|
892
796
|
"values": []
|
|
893
797
|
},
|
|
894
798
|
{
|
|
895
|
-
"name": "
|
|
896
|
-
"values": [
|
|
897
|
-
{
|
|
898
|
-
"name": "filled"
|
|
899
|
-
},
|
|
900
|
-
{
|
|
901
|
-
"name": "outlined"
|
|
902
|
-
}
|
|
903
|
-
]
|
|
799
|
+
"name": "clickable",
|
|
800
|
+
"values": []
|
|
904
801
|
},
|
|
905
802
|
{
|
|
906
|
-
"name": "
|
|
907
|
-
"description": "
|
|
803
|
+
"name": "elevated",
|
|
804
|
+
"description": "Adds elevation to the chip",
|
|
908
805
|
"values": []
|
|
909
806
|
},
|
|
910
807
|
{
|
|
911
|
-
"name": "
|
|
808
|
+
"name": "toggle",
|
|
809
|
+
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
912
810
|
"values": []
|
|
913
811
|
},
|
|
914
812
|
{
|
|
915
|
-
"name": "
|
|
813
|
+
"name": "removable",
|
|
814
|
+
"description": "Add the remove icon",
|
|
916
815
|
"values": []
|
|
917
816
|
},
|
|
918
817
|
{
|
|
919
|
-
"name": "
|
|
920
|
-
"description": "
|
|
818
|
+
"name": "hide-selected-icon",
|
|
819
|
+
"description": "Hide the selected icon",
|
|
921
820
|
"values": []
|
|
922
821
|
},
|
|
923
822
|
{
|
|
924
|
-
"name": "
|
|
925
|
-
"description": "
|
|
823
|
+
"name": "has-leading-icon",
|
|
824
|
+
"description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
|
|
926
825
|
"values": []
|
|
927
826
|
},
|
|
928
827
|
{
|
|
929
|
-
"name": "
|
|
930
|
-
"description": "Whether the
|
|
828
|
+
"name": "has-selected-icon",
|
|
829
|
+
"description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
|
|
931
830
|
"values": []
|
|
932
831
|
},
|
|
933
832
|
{
|
|
934
|
-
"name": "
|
|
833
|
+
"name": "has-trailing-icon",
|
|
834
|
+
"description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
|
|
935
835
|
"values": []
|
|
936
836
|
},
|
|
937
837
|
{
|
|
938
|
-
"name": "
|
|
939
|
-
"description": "
|
|
838
|
+
"name": "disabled",
|
|
839
|
+
"description": "Whether the button is disabled or not.",
|
|
940
840
|
"values": []
|
|
941
841
|
},
|
|
942
842
|
{
|
|
943
|
-
"name": "
|
|
944
|
-
"description": "
|
|
843
|
+
"name": "href",
|
|
844
|
+
"description": "The URL that the link button points to.",
|
|
945
845
|
"values": []
|
|
946
846
|
},
|
|
947
847
|
{
|
|
948
|
-
"name": "
|
|
949
|
-
"description": "
|
|
848
|
+
"name": "target",
|
|
849
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
950
850
|
"values": []
|
|
951
851
|
},
|
|
952
852
|
{
|
|
953
|
-
"name": "
|
|
954
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
853
|
+
"name": "name",
|
|
955
854
|
"values": []
|
|
956
855
|
}
|
|
957
856
|
],
|
|
958
857
|
"references": []
|
|
959
858
|
},
|
|
960
859
|
{
|
|
961
|
-
"name": "u-
|
|
962
|
-
"description": "\n---\n",
|
|
860
|
+
"name": "u-dialog",
|
|
861
|
+
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
963
862
|
"attributes": [
|
|
964
863
|
{
|
|
965
|
-
"name": "
|
|
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",
|
|
966
875
|
"values": []
|
|
967
876
|
}
|
|
968
877
|
],
|
|
969
878
|
"references": []
|
|
970
879
|
},
|
|
971
880
|
{
|
|
972
|
-
"name": "u-
|
|
973
|
-
"description": "\n---\n",
|
|
974
|
-
"attributes": [],
|
|
975
|
-
"references": []
|
|
976
|
-
},
|
|
977
|
-
{
|
|
978
|
-
"name": "u-drawer-headline",
|
|
881
|
+
"name": "u-elevation",
|
|
979
882
|
"description": "\n---\n",
|
|
980
883
|
"attributes": [],
|
|
981
884
|
"references": []
|
|
982
885
|
},
|
|
983
886
|
{
|
|
984
|
-
"name": "u-
|
|
887
|
+
"name": "u-field",
|
|
985
888
|
"description": "\n---\n",
|
|
986
889
|
"attributes": [
|
|
987
890
|
{
|
|
988
|
-
"name": "
|
|
989
|
-
"description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
|
|
891
|
+
"name": "autoEmpty",
|
|
990
892
|
"values": []
|
|
991
893
|
},
|
|
992
894
|
{
|
|
993
|
-
"name": "
|
|
994
|
-
"
|
|
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",
|
|
995
908
|
"values": []
|
|
996
909
|
},
|
|
997
910
|
{
|
|
998
|
-
"name": "
|
|
999
|
-
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
911
|
+
"name": "counter",
|
|
1000
912
|
"values": []
|
|
1001
913
|
},
|
|
1002
914
|
{
|
|
1003
|
-
"name": "
|
|
1004
|
-
"
|
|
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.",
|
|
1005
931
|
"values": []
|
|
1006
932
|
},
|
|
1007
933
|
{
|
|
1008
934
|
"name": "disabled",
|
|
1009
|
-
"description": "Whether the button is disabled or not.",
|
|
1010
935
|
"values": []
|
|
1011
936
|
},
|
|
1012
937
|
{
|
|
1013
|
-
"name": "
|
|
1014
|
-
"description": "
|
|
938
|
+
"name": "invalid",
|
|
939
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
1015
940
|
"values": []
|
|
1016
941
|
},
|
|
1017
942
|
{
|
|
1018
|
-
"name": "
|
|
1019
|
-
"description": "
|
|
943
|
+
"name": "has-leading-icon",
|
|
944
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
1020
945
|
"values": []
|
|
1021
946
|
},
|
|
1022
947
|
{
|
|
1023
|
-
"name": "
|
|
948
|
+
"name": "has-trailing-icon",
|
|
949
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
1024
950
|
"values": []
|
|
1025
|
-
}
|
|
1026
|
-
],
|
|
1027
|
-
"references": []
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
"name": "u-drawer",
|
|
1031
|
-
"description": "\n---\n",
|
|
1032
|
-
"attributes": [],
|
|
1033
|
-
"references": []
|
|
1034
|
-
},
|
|
1035
|
-
{
|
|
1036
|
-
"name": "u-side-navigation",
|
|
1037
|
-
"description": "\n---\n",
|
|
1038
|
-
"attributes": [
|
|
951
|
+
},
|
|
1039
952
|
{
|
|
1040
|
-
"name": "
|
|
1041
|
-
"description": "
|
|
953
|
+
"name": "has-error-text",
|
|
954
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
1042
955
|
"values": []
|
|
1043
956
|
}
|
|
1044
957
|
],
|
|
@@ -1164,6 +1077,93 @@
|
|
|
1164
1077
|
],
|
|
1165
1078
|
"references": []
|
|
1166
1079
|
},
|
|
1080
|
+
{
|
|
1081
|
+
"name": "u-list-item",
|
|
1082
|
+
"description": "\n---\n",
|
|
1083
|
+
"attributes": [
|
|
1084
|
+
{
|
|
1085
|
+
"name": "selectable",
|
|
1086
|
+
"values": []
|
|
1087
|
+
}
|
|
1088
|
+
],
|
|
1089
|
+
"references": []
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"name": "u-list",
|
|
1093
|
+
"description": "\n---\n",
|
|
1094
|
+
"attributes": [],
|
|
1095
|
+
"references": []
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"name": "u-drawer-headline",
|
|
1099
|
+
"description": "\n---\n",
|
|
1100
|
+
"attributes": [],
|
|
1101
|
+
"references": []
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"name": "u-drawer-item",
|
|
1105
|
+
"description": "\n---\n",
|
|
1106
|
+
"attributes": [
|
|
1107
|
+
{
|
|
1108
|
+
"name": "has-icon",
|
|
1109
|
+
"description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
|
|
1110
|
+
"values": []
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"name": "has-badge",
|
|
1114
|
+
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
1115
|
+
"values": []
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"name": "active",
|
|
1119
|
+
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
1120
|
+
"values": []
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"name": "keep-drawer-open",
|
|
1124
|
+
"description": "If true, it will not attempt to close de navigation drawer on click",
|
|
1125
|
+
"values": []
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"name": "disabled",
|
|
1129
|
+
"description": "Whether the button is disabled or not.",
|
|
1130
|
+
"values": []
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"name": "href",
|
|
1134
|
+
"description": "The URL that the link button points to.",
|
|
1135
|
+
"values": []
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"name": "target",
|
|
1139
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1140
|
+
"values": []
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"name": "name",
|
|
1144
|
+
"values": []
|
|
1145
|
+
}
|
|
1146
|
+
],
|
|
1147
|
+
"references": []
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"name": "u-drawer",
|
|
1151
|
+
"description": "\n---\n",
|
|
1152
|
+
"attributes": [],
|
|
1153
|
+
"references": []
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"name": "u-side-navigation",
|
|
1157
|
+
"description": "\n---\n",
|
|
1158
|
+
"attributes": [
|
|
1159
|
+
{
|
|
1160
|
+
"name": "toggle-drawer",
|
|
1161
|
+
"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`",
|
|
1162
|
+
"values": []
|
|
1163
|
+
}
|
|
1164
|
+
],
|
|
1165
|
+
"references": []
|
|
1166
|
+
},
|
|
1167
1167
|
{
|
|
1168
1168
|
"name": "u-overflow-menu-item",
|
|
1169
1169
|
"description": "\n---\n",
|
|
@@ -1757,6 +1757,77 @@
|
|
|
1757
1757
|
],
|
|
1758
1758
|
"references": []
|
|
1759
1759
|
},
|
|
1760
|
+
{
|
|
1761
|
+
"name": "u-highlight",
|
|
1762
|
+
"description": "\n---\n",
|
|
1763
|
+
"attributes": [
|
|
1764
|
+
{
|
|
1765
|
+
"name": "result",
|
|
1766
|
+
"description": "The result text to display. If the term is found inside this text, it's highlighted",
|
|
1767
|
+
"values": []
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"name": "term",
|
|
1771
|
+
"description": "The searched term",
|
|
1772
|
+
"values": []
|
|
1773
|
+
}
|
|
1774
|
+
],
|
|
1775
|
+
"references": []
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"name": "u-typeahead",
|
|
1779
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
1780
|
+
"attributes": [
|
|
1781
|
+
{
|
|
1782
|
+
"name": "debounce",
|
|
1783
|
+
"description": "The time in milliseconds before triggering an update in the results.",
|
|
1784
|
+
"values": []
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"name": "limit",
|
|
1788
|
+
"description": "The number of suggestions to show",
|
|
1789
|
+
"values": []
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"name": "minLength",
|
|
1793
|
+
"description": "How many characters must be typed before show suggestions\n\n_Note:_ Not used when the source is a `Promise`",
|
|
1794
|
+
"values": []
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"name": "open-on-focus",
|
|
1798
|
+
"description": "Whether the menu will be show when the target get focus.\n\n_Note:_ The `minLength` will still be applied",
|
|
1799
|
+
"values": []
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
"name": "editable",
|
|
1803
|
+
"description": "If `true`, model values will not be restricted only to items selected from the menu.",
|
|
1804
|
+
"values": []
|
|
1805
|
+
},
|
|
1806
|
+
{
|
|
1807
|
+
"name": "autocomplete",
|
|
1808
|
+
"description": "The value for the `autocomplete` attribute for the target element.",
|
|
1809
|
+
"values": [
|
|
1810
|
+
{
|
|
1811
|
+
"name": "on"
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"name": "off"
|
|
1815
|
+
}
|
|
1816
|
+
]
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"name": "spellcheck",
|
|
1820
|
+
"description": "The value for the `spellcheck` attribute for the target element.",
|
|
1821
|
+
"values": []
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"name": "target-id",
|
|
1825
|
+
"description": "The id of the target element to attach the typeahead.",
|
|
1826
|
+
"values": []
|
|
1827
|
+
}
|
|
1828
|
+
],
|
|
1829
|
+
"references": []
|
|
1830
|
+
},
|
|
1760
1831
|
{
|
|
1761
1832
|
"name": "u-text-field",
|
|
1762
1833
|
"description": "\n---\n",
|
|
@@ -1873,77 +1944,6 @@
|
|
|
1873
1944
|
}
|
|
1874
1945
|
],
|
|
1875
1946
|
"references": []
|
|
1876
|
-
},
|
|
1877
|
-
{
|
|
1878
|
-
"name": "u-highlight",
|
|
1879
|
-
"description": "\n---\n",
|
|
1880
|
-
"attributes": [
|
|
1881
|
-
{
|
|
1882
|
-
"name": "result",
|
|
1883
|
-
"description": "The result text to display. If the term is found inside this text, it's highlighted",
|
|
1884
|
-
"values": []
|
|
1885
|
-
},
|
|
1886
|
-
{
|
|
1887
|
-
"name": "term",
|
|
1888
|
-
"description": "The searched term",
|
|
1889
|
-
"values": []
|
|
1890
|
-
}
|
|
1891
|
-
],
|
|
1892
|
-
"references": []
|
|
1893
|
-
},
|
|
1894
|
-
{
|
|
1895
|
-
"name": "u-typeahead",
|
|
1896
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
1897
|
-
"attributes": [
|
|
1898
|
-
{
|
|
1899
|
-
"name": "debounce",
|
|
1900
|
-
"description": "The time in milliseconds before triggering an update in the results.",
|
|
1901
|
-
"values": []
|
|
1902
|
-
},
|
|
1903
|
-
{
|
|
1904
|
-
"name": "limit",
|
|
1905
|
-
"description": "The number of suggestions to show",
|
|
1906
|
-
"values": []
|
|
1907
|
-
},
|
|
1908
|
-
{
|
|
1909
|
-
"name": "minLength",
|
|
1910
|
-
"description": "How many characters must be typed before show suggestions\n\n_Note:_ Not used when the source is a `Promise`",
|
|
1911
|
-
"values": []
|
|
1912
|
-
},
|
|
1913
|
-
{
|
|
1914
|
-
"name": "open-on-focus",
|
|
1915
|
-
"description": "Whether the menu will be show when the target get focus.\n\n_Note:_ The `minLength` will still be applied",
|
|
1916
|
-
"values": []
|
|
1917
|
-
},
|
|
1918
|
-
{
|
|
1919
|
-
"name": "editable",
|
|
1920
|
-
"description": "If `true`, model values will not be restricted only to items selected from the menu.",
|
|
1921
|
-
"values": []
|
|
1922
|
-
},
|
|
1923
|
-
{
|
|
1924
|
-
"name": "autocomplete",
|
|
1925
|
-
"description": "The value for the `autocomplete` attribute for the target element.",
|
|
1926
|
-
"values": [
|
|
1927
|
-
{
|
|
1928
|
-
"name": "on"
|
|
1929
|
-
},
|
|
1930
|
-
{
|
|
1931
|
-
"name": "off"
|
|
1932
|
-
}
|
|
1933
|
-
]
|
|
1934
|
-
},
|
|
1935
|
-
{
|
|
1936
|
-
"name": "spellcheck",
|
|
1937
|
-
"description": "The value for the `spellcheck` attribute for the target element.",
|
|
1938
|
-
"values": []
|
|
1939
|
-
},
|
|
1940
|
-
{
|
|
1941
|
-
"name": "target-id",
|
|
1942
|
-
"description": "The id of the target element to attach the typeahead.",
|
|
1943
|
-
"values": []
|
|
1944
|
-
}
|
|
1945
|
-
],
|
|
1946
|
-
"references": []
|
|
1947
1947
|
}
|
|
1948
1948
|
]
|
|
1949
1949
|
}
|