@universal-material/web 3.3.5 → 3.3.7
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 +1618 -1604
- package/package.json +1 -1
- package/search/search.d.ts +2 -0
- package/search/search.d.ts.map +1 -1
- package/search/search.js +13 -1
- package/search/search.js.map +1 -1
- package/vscode.html-custom-data.json +484 -484
|
@@ -77,6 +77,196 @@
|
|
|
77
77
|
],
|
|
78
78
|
"references": []
|
|
79
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-card-content",
|
|
160
|
+
"description": "\n---\n",
|
|
161
|
+
"attributes": [
|
|
162
|
+
{
|
|
163
|
+
"name": "has-content",
|
|
164
|
+
"values": []
|
|
165
|
+
}
|
|
166
|
+
],
|
|
167
|
+
"references": []
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"name": "u-card-media",
|
|
171
|
+
"description": "\n---\n",
|
|
172
|
+
"attributes": [
|
|
173
|
+
{
|
|
174
|
+
"name": "wide",
|
|
175
|
+
"values": []
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"references": []
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"name": "u-card",
|
|
182
|
+
"description": "\n---\n",
|
|
183
|
+
"attributes": [
|
|
184
|
+
{
|
|
185
|
+
"name": "variant",
|
|
186
|
+
"description": "The Card variant to render.",
|
|
187
|
+
"values": [
|
|
188
|
+
{
|
|
189
|
+
"name": "filled"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"name": "elevated"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "outlined"
|
|
196
|
+
}
|
|
197
|
+
]
|
|
198
|
+
}
|
|
199
|
+
],
|
|
200
|
+
"references": []
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "u-checkbox-list-item",
|
|
204
|
+
"description": "\n---\n",
|
|
205
|
+
"attributes": [
|
|
206
|
+
{
|
|
207
|
+
"name": "leading",
|
|
208
|
+
"values": []
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "hide-state-layer",
|
|
212
|
+
"values": []
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "indeterminate",
|
|
216
|
+
"values": []
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"name": "name",
|
|
220
|
+
"values": []
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"name": "disabled",
|
|
224
|
+
"values": []
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "value",
|
|
228
|
+
"description": "The element value to use in form submission when checked.",
|
|
229
|
+
"values": []
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "checked",
|
|
233
|
+
"values": []
|
|
234
|
+
}
|
|
235
|
+
],
|
|
236
|
+
"references": []
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"name": "u-checkbox",
|
|
240
|
+
"description": "\n---\n",
|
|
241
|
+
"attributes": [
|
|
242
|
+
{
|
|
243
|
+
"name": "hide-state-layer",
|
|
244
|
+
"values": []
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "indeterminate",
|
|
248
|
+
"values": []
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "name",
|
|
252
|
+
"values": []
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"name": "disabled",
|
|
256
|
+
"values": []
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"name": "value",
|
|
260
|
+
"description": "The element value to use in form submission when checked.",
|
|
261
|
+
"values": []
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"name": "checked",
|
|
265
|
+
"values": []
|
|
266
|
+
}
|
|
267
|
+
],
|
|
268
|
+
"references": []
|
|
269
|
+
},
|
|
80
270
|
{
|
|
81
271
|
"name": "u-button-set",
|
|
82
272
|
"description": "\n---\n",
|
|
@@ -492,200 +682,78 @@
|
|
|
492
682
|
"references": []
|
|
493
683
|
},
|
|
494
684
|
{
|
|
495
|
-
"name": "u-
|
|
685
|
+
"name": "u-chip-set",
|
|
496
686
|
"description": "\n---\n",
|
|
497
687
|
"attributes": [
|
|
498
688
|
{
|
|
499
|
-
"name": "
|
|
500
|
-
"
|
|
501
|
-
},
|
|
502
|
-
{
|
|
503
|
-
"name": "placeholder",
|
|
504
|
-
"values": []
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
"name": "variant",
|
|
689
|
+
"name": "alignment",
|
|
690
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
508
691
|
"values": [
|
|
509
692
|
{
|
|
510
|
-
"name": "
|
|
693
|
+
"name": "start"
|
|
511
694
|
},
|
|
512
695
|
{
|
|
513
|
-
"name": "
|
|
696
|
+
"name": "center"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"name": "end"
|
|
514
700
|
}
|
|
515
701
|
]
|
|
516
|
-
}
|
|
702
|
+
}
|
|
703
|
+
],
|
|
704
|
+
"references": []
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "u-chip",
|
|
708
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
709
|
+
"attributes": [
|
|
517
710
|
{
|
|
518
|
-
"name": "
|
|
519
|
-
"description": "
|
|
711
|
+
"name": "selected",
|
|
712
|
+
"description": "Whether the chip is selected or not",
|
|
520
713
|
"values": []
|
|
521
714
|
},
|
|
522
715
|
{
|
|
523
|
-
"name": "
|
|
716
|
+
"name": "clickable",
|
|
524
717
|
"values": []
|
|
525
718
|
},
|
|
526
719
|
{
|
|
527
|
-
"name": "
|
|
720
|
+
"name": "elevated",
|
|
721
|
+
"description": "Adds elevation to the chip",
|
|
528
722
|
"values": []
|
|
529
723
|
},
|
|
530
724
|
{
|
|
531
|
-
"name": "
|
|
532
|
-
"description": "
|
|
725
|
+
"name": "toggle",
|
|
726
|
+
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
533
727
|
"values": []
|
|
534
728
|
},
|
|
535
729
|
{
|
|
536
|
-
"name": "
|
|
537
|
-
"description": "
|
|
730
|
+
"name": "removable",
|
|
731
|
+
"description": "Add the remove icon",
|
|
538
732
|
"values": []
|
|
539
733
|
},
|
|
540
734
|
{
|
|
541
|
-
"name": "
|
|
542
|
-
"description": "
|
|
735
|
+
"name": "hide-selected-icon",
|
|
736
|
+
"description": "Hide the selected icon",
|
|
543
737
|
"values": []
|
|
544
738
|
},
|
|
545
739
|
{
|
|
546
|
-
"name": "
|
|
740
|
+
"name": "has-leading-icon",
|
|
741
|
+
"description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
|
|
547
742
|
"values": []
|
|
548
743
|
},
|
|
549
744
|
{
|
|
550
|
-
"name": "
|
|
551
|
-
"description": "
|
|
745
|
+
"name": "has-selected-icon",
|
|
746
|
+
"description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
|
|
552
747
|
"values": []
|
|
553
748
|
},
|
|
554
749
|
{
|
|
555
|
-
"name": "has-
|
|
556
|
-
"description": "Whether the
|
|
750
|
+
"name": "has-trailing-icon",
|
|
751
|
+
"description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
|
|
557
752
|
"values": []
|
|
558
753
|
},
|
|
559
754
|
{
|
|
560
|
-
"name": "
|
|
561
|
-
"description": "Whether the
|
|
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": []
|
|
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-chip-set",
|
|
618
|
-
"description": "\n---\n",
|
|
619
|
-
"attributes": [
|
|
620
|
-
{
|
|
621
|
-
"name": "alignment",
|
|
622
|
-
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
623
|
-
"values": [
|
|
624
|
-
{
|
|
625
|
-
"name": "start"
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"name": "center"
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"name": "end"
|
|
632
|
-
}
|
|
633
|
-
]
|
|
634
|
-
}
|
|
635
|
-
],
|
|
636
|
-
"references": []
|
|
637
|
-
},
|
|
638
|
-
{
|
|
639
|
-
"name": "u-chip",
|
|
640
|
-
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
641
|
-
"attributes": [
|
|
642
|
-
{
|
|
643
|
-
"name": "selected",
|
|
644
|
-
"description": "Whether the chip is selected or not",
|
|
645
|
-
"values": []
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"name": "clickable",
|
|
649
|
-
"values": []
|
|
650
|
-
},
|
|
651
|
-
{
|
|
652
|
-
"name": "elevated",
|
|
653
|
-
"description": "Adds elevation to the chip",
|
|
654
|
-
"values": []
|
|
655
|
-
},
|
|
656
|
-
{
|
|
657
|
-
"name": "toggle",
|
|
658
|
-
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
659
|
-
"values": []
|
|
660
|
-
},
|
|
661
|
-
{
|
|
662
|
-
"name": "removable",
|
|
663
|
-
"description": "Add the remove icon",
|
|
664
|
-
"values": []
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
"name": "hide-selected-icon",
|
|
668
|
-
"description": "Hide the selected icon",
|
|
669
|
-
"values": []
|
|
670
|
-
},
|
|
671
|
-
{
|
|
672
|
-
"name": "has-leading-icon",
|
|
673
|
-
"description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
|
|
674
|
-
"values": []
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
"name": "has-selected-icon",
|
|
678
|
-
"description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
|
|
679
|
-
"values": []
|
|
680
|
-
},
|
|
681
|
-
{
|
|
682
|
-
"name": "has-trailing-icon",
|
|
683
|
-
"description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
|
|
684
|
-
"values": []
|
|
685
|
-
},
|
|
686
|
-
{
|
|
687
|
-
"name": "disabled",
|
|
688
|
-
"description": "Whether the button is disabled or not.",
|
|
755
|
+
"name": "disabled",
|
|
756
|
+
"description": "Whether the button is disabled or not.",
|
|
689
757
|
"values": []
|
|
690
758
|
},
|
|
691
759
|
{
|
|
@@ -788,74 +856,6 @@
|
|
|
788
856
|
],
|
|
789
857
|
"references": []
|
|
790
858
|
},
|
|
791
|
-
{
|
|
792
|
-
"name": "u-checkbox-list-item",
|
|
793
|
-
"description": "\n---\n",
|
|
794
|
-
"attributes": [
|
|
795
|
-
{
|
|
796
|
-
"name": "leading",
|
|
797
|
-
"values": []
|
|
798
|
-
},
|
|
799
|
-
{
|
|
800
|
-
"name": "hide-state-layer",
|
|
801
|
-
"values": []
|
|
802
|
-
},
|
|
803
|
-
{
|
|
804
|
-
"name": "indeterminate",
|
|
805
|
-
"values": []
|
|
806
|
-
},
|
|
807
|
-
{
|
|
808
|
-
"name": "name",
|
|
809
|
-
"values": []
|
|
810
|
-
},
|
|
811
|
-
{
|
|
812
|
-
"name": "disabled",
|
|
813
|
-
"values": []
|
|
814
|
-
},
|
|
815
|
-
{
|
|
816
|
-
"name": "value",
|
|
817
|
-
"description": "The element value to use in form submission when checked.",
|
|
818
|
-
"values": []
|
|
819
|
-
},
|
|
820
|
-
{
|
|
821
|
-
"name": "checked",
|
|
822
|
-
"values": []
|
|
823
|
-
}
|
|
824
|
-
],
|
|
825
|
-
"references": []
|
|
826
|
-
},
|
|
827
|
-
{
|
|
828
|
-
"name": "u-checkbox",
|
|
829
|
-
"description": "\n---\n",
|
|
830
|
-
"attributes": [
|
|
831
|
-
{
|
|
832
|
-
"name": "hide-state-layer",
|
|
833
|
-
"values": []
|
|
834
|
-
},
|
|
835
|
-
{
|
|
836
|
-
"name": "indeterminate",
|
|
837
|
-
"values": []
|
|
838
|
-
},
|
|
839
|
-
{
|
|
840
|
-
"name": "name",
|
|
841
|
-
"values": []
|
|
842
|
-
},
|
|
843
|
-
{
|
|
844
|
-
"name": "disabled",
|
|
845
|
-
"values": []
|
|
846
|
-
},
|
|
847
|
-
{
|
|
848
|
-
"name": "value",
|
|
849
|
-
"description": "The element value to use in form submission when checked.",
|
|
850
|
-
"values": []
|
|
851
|
-
},
|
|
852
|
-
{
|
|
853
|
-
"name": "checked",
|
|
854
|
-
"values": []
|
|
855
|
-
}
|
|
856
|
-
],
|
|
857
|
-
"references": []
|
|
858
|
-
},
|
|
859
859
|
{
|
|
860
860
|
"name": "u-dialog",
|
|
861
861
|
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
@@ -877,12 +877,6 @@
|
|
|
877
877
|
],
|
|
878
878
|
"references": []
|
|
879
879
|
},
|
|
880
|
-
{
|
|
881
|
-
"name": "u-elevation",
|
|
882
|
-
"description": "\n---\n",
|
|
883
|
-
"attributes": [],
|
|
884
|
-
"references": []
|
|
885
|
-
},
|
|
886
880
|
{
|
|
887
881
|
"name": "u-field",
|
|
888
882
|
"description": "\n---\n",
|
|
@@ -957,6 +951,12 @@
|
|
|
957
951
|
],
|
|
958
952
|
"references": []
|
|
959
953
|
},
|
|
954
|
+
{
|
|
955
|
+
"name": "u-elevation",
|
|
956
|
+
"description": "\n---\n",
|
|
957
|
+
"attributes": [],
|
|
958
|
+
"references": []
|
|
959
|
+
},
|
|
960
960
|
{
|
|
961
961
|
"name": "u-list-item",
|
|
962
962
|
"description": "\n---\n",
|
|
@@ -974,6 +974,97 @@
|
|
|
974
974
|
"attributes": [],
|
|
975
975
|
"references": []
|
|
976
976
|
},
|
|
977
|
+
{
|
|
978
|
+
"name": "u-overflow-menu-item",
|
|
979
|
+
"description": "\n---\n",
|
|
980
|
+
"attributes": [
|
|
981
|
+
{
|
|
982
|
+
"name": "label",
|
|
983
|
+
"values": []
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"name": "priority",
|
|
987
|
+
"values": []
|
|
988
|
+
}
|
|
989
|
+
],
|
|
990
|
+
"references": []
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"name": "u-overflow-menu",
|
|
994
|
+
"description": "\n---\n",
|
|
995
|
+
"attributes": [],
|
|
996
|
+
"references": []
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"name": "u-drawer-headline",
|
|
1000
|
+
"description": "\n---\n",
|
|
1001
|
+
"attributes": [],
|
|
1002
|
+
"references": []
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"name": "u-drawer-item",
|
|
1006
|
+
"description": "\n---\n",
|
|
1007
|
+
"attributes": [
|
|
1008
|
+
{
|
|
1009
|
+
"name": "has-icon",
|
|
1010
|
+
"description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
|
|
1011
|
+
"values": []
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"name": "has-badge",
|
|
1015
|
+
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
1016
|
+
"values": []
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"name": "active",
|
|
1020
|
+
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
1021
|
+
"values": []
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"name": "keep-drawer-open",
|
|
1025
|
+
"description": "If true, it will not attempt to close de navigation drawer on click",
|
|
1026
|
+
"values": []
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"name": "disabled",
|
|
1030
|
+
"description": "Whether the button is disabled or not.",
|
|
1031
|
+
"values": []
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"name": "href",
|
|
1035
|
+
"description": "The URL that the link button points to.",
|
|
1036
|
+
"values": []
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"name": "target",
|
|
1040
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1041
|
+
"values": []
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"name": "name",
|
|
1045
|
+
"values": []
|
|
1046
|
+
}
|
|
1047
|
+
],
|
|
1048
|
+
"references": []
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "u-drawer",
|
|
1052
|
+
"description": "\n---\n",
|
|
1053
|
+
"attributes": [],
|
|
1054
|
+
"references": []
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"name": "u-side-navigation",
|
|
1058
|
+
"description": "\n---\n",
|
|
1059
|
+
"attributes": [
|
|
1060
|
+
{
|
|
1061
|
+
"name": "toggle-drawer",
|
|
1062
|
+
"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`",
|
|
1063
|
+
"values": []
|
|
1064
|
+
}
|
|
1065
|
+
],
|
|
1066
|
+
"references": []
|
|
1067
|
+
},
|
|
977
1068
|
{
|
|
978
1069
|
"name": "u-menu-item",
|
|
979
1070
|
"description": "\n---\n",
|
|
@@ -1095,121 +1186,153 @@
|
|
|
1095
1186
|
"references": []
|
|
1096
1187
|
},
|
|
1097
1188
|
{
|
|
1098
|
-
"name": "u-
|
|
1189
|
+
"name": "u-ripple",
|
|
1099
1190
|
"description": "\n---\n",
|
|
1100
|
-
"attributes": [
|
|
1191
|
+
"attributes": [
|
|
1192
|
+
{
|
|
1193
|
+
"name": "disabled",
|
|
1194
|
+
"description": "Disables the ripple.",
|
|
1195
|
+
"values": []
|
|
1196
|
+
}
|
|
1197
|
+
],
|
|
1101
1198
|
"references": []
|
|
1102
1199
|
},
|
|
1103
1200
|
{
|
|
1104
|
-
"name": "u-
|
|
1201
|
+
"name": "u-circular-progress",
|
|
1105
1202
|
"description": "\n---\n",
|
|
1106
1203
|
"attributes": [
|
|
1107
1204
|
{
|
|
1108
|
-
"name": "
|
|
1109
|
-
"description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
|
|
1205
|
+
"name": "value",
|
|
1110
1206
|
"values": []
|
|
1111
1207
|
},
|
|
1112
1208
|
{
|
|
1113
|
-
"name": "
|
|
1114
|
-
"
|
|
1209
|
+
"name": "max",
|
|
1210
|
+
"values": []
|
|
1211
|
+
}
|
|
1212
|
+
],
|
|
1213
|
+
"references": []
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"name": "u-progress-bar",
|
|
1217
|
+
"description": "\n---\n",
|
|
1218
|
+
"attributes": [
|
|
1219
|
+
{
|
|
1220
|
+
"name": "value",
|
|
1115
1221
|
"values": []
|
|
1116
1222
|
},
|
|
1117
1223
|
{
|
|
1118
|
-
"name": "
|
|
1119
|
-
"
|
|
1224
|
+
"name": "max",
|
|
1225
|
+
"values": []
|
|
1226
|
+
}
|
|
1227
|
+
],
|
|
1228
|
+
"references": []
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"name": "u-search",
|
|
1232
|
+
"description": "\n---\n",
|
|
1233
|
+
"attributes": [
|
|
1234
|
+
{
|
|
1235
|
+
"name": "position",
|
|
1236
|
+
"values": [
|
|
1237
|
+
{
|
|
1238
|
+
"name": "fixed"
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"name": "absolute"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"name": "static"
|
|
1245
|
+
}
|
|
1246
|
+
]
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"name": "value",
|
|
1120
1250
|
"values": []
|
|
1121
1251
|
},
|
|
1122
1252
|
{
|
|
1123
|
-
"name": "
|
|
1124
|
-
"
|
|
1253
|
+
"name": "autocomplete",
|
|
1254
|
+
"values": [
|
|
1255
|
+
{
|
|
1256
|
+
"name": "on"
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"name": "off"
|
|
1260
|
+
}
|
|
1261
|
+
]
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
"name": "maxlength",
|
|
1125
1265
|
"values": []
|
|
1126
1266
|
},
|
|
1127
1267
|
{
|
|
1128
|
-
"name": "
|
|
1129
|
-
"description": "Whether the button is disabled or not.",
|
|
1268
|
+
"name": "role",
|
|
1130
1269
|
"values": []
|
|
1131
1270
|
},
|
|
1132
1271
|
{
|
|
1133
|
-
"name": "
|
|
1134
|
-
"description": "The URL that the link button points to.",
|
|
1272
|
+
"name": "placeholder",
|
|
1135
1273
|
"values": []
|
|
1136
1274
|
},
|
|
1137
1275
|
{
|
|
1138
|
-
"name": "
|
|
1139
|
-
"
|
|
1276
|
+
"name": "variant",
|
|
1277
|
+
"values": [
|
|
1278
|
+
{
|
|
1279
|
+
"name": "filled"
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"name": "outlined"
|
|
1283
|
+
}
|
|
1284
|
+
]
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
"name": "label",
|
|
1288
|
+
"description": "The floating label for the field",
|
|
1140
1289
|
"values": []
|
|
1141
1290
|
},
|
|
1142
1291
|
{
|
|
1143
|
-
"name": "
|
|
1292
|
+
"name": "counter",
|
|
1144
1293
|
"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": [
|
|
1294
|
+
},
|
|
1159
1295
|
{
|
|
1160
|
-
"name": "
|
|
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`",
|
|
1296
|
+
"name": "hide-counter",
|
|
1162
1297
|
"values": []
|
|
1163
|
-
}
|
|
1164
|
-
],
|
|
1165
|
-
"references": []
|
|
1166
|
-
},
|
|
1167
|
-
{
|
|
1168
|
-
"name": "u-overflow-menu-item",
|
|
1169
|
-
"description": "\n---\n",
|
|
1170
|
-
"attributes": [
|
|
1298
|
+
},
|
|
1171
1299
|
{
|
|
1172
|
-
"name": "
|
|
1300
|
+
"name": "supporting-text",
|
|
1301
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
1173
1302
|
"values": []
|
|
1174
1303
|
},
|
|
1175
1304
|
{
|
|
1176
|
-
"name": "
|
|
1305
|
+
"name": "error-text",
|
|
1306
|
+
"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`",
|
|
1177
1307
|
"values": []
|
|
1178
|
-
}
|
|
1179
|
-
],
|
|
1180
|
-
"references": []
|
|
1181
|
-
},
|
|
1182
|
-
{
|
|
1183
|
-
"name": "u-overflow-menu",
|
|
1184
|
-
"description": "\n---\n",
|
|
1185
|
-
"attributes": [],
|
|
1186
|
-
"references": []
|
|
1187
|
-
},
|
|
1188
|
-
{
|
|
1189
|
-
"name": "u-circular-progress",
|
|
1190
|
-
"description": "\n---\n",
|
|
1191
|
-
"attributes": [
|
|
1308
|
+
},
|
|
1192
1309
|
{
|
|
1193
|
-
"name": "
|
|
1310
|
+
"name": "empty",
|
|
1311
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
1312
|
+
"values": []
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"name": "disabled",
|
|
1316
|
+
"values": []
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"name": "invalid",
|
|
1320
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
1321
|
+
"values": []
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"name": "has-leading-icon",
|
|
1325
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
1194
1326
|
"values": []
|
|
1195
1327
|
},
|
|
1196
1328
|
{
|
|
1197
|
-
"name": "
|
|
1198
|
-
"
|
|
1199
|
-
}
|
|
1200
|
-
],
|
|
1201
|
-
"references": []
|
|
1202
|
-
},
|
|
1203
|
-
{
|
|
1204
|
-
"name": "u-progress-bar",
|
|
1205
|
-
"description": "\n---\n",
|
|
1206
|
-
"attributes": [
|
|
1207
|
-
{
|
|
1208
|
-
"name": "value",
|
|
1329
|
+
"name": "has-trailing-icon",
|
|
1330
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
1209
1331
|
"values": []
|
|
1210
1332
|
},
|
|
1211
1333
|
{
|
|
1212
|
-
"name": "
|
|
1334
|
+
"name": "has-error-text",
|
|
1335
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
1213
1336
|
"values": []
|
|
1214
1337
|
}
|
|
1215
1338
|
],
|
|
@@ -1276,12 +1399,19 @@
|
|
|
1276
1399
|
"references": []
|
|
1277
1400
|
},
|
|
1278
1401
|
{
|
|
1279
|
-
"name": "u-
|
|
1402
|
+
"name": "u-snackbar",
|
|
1280
1403
|
"description": "\n---\n",
|
|
1281
1404
|
"attributes": [
|
|
1282
1405
|
{
|
|
1283
|
-
"name": "
|
|
1284
|
-
"
|
|
1406
|
+
"name": "message",
|
|
1407
|
+
"values": []
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"name": "action",
|
|
1411
|
+
"values": []
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"name": "show-close",
|
|
1285
1415
|
"values": []
|
|
1286
1416
|
}
|
|
1287
1417
|
],
|
|
@@ -1426,136 +1556,6 @@
|
|
|
1426
1556
|
],
|
|
1427
1557
|
"references": []
|
|
1428
1558
|
},
|
|
1429
|
-
{
|
|
1430
|
-
"name": "u-search",
|
|
1431
|
-
"description": "\n---\n",
|
|
1432
|
-
"attributes": [
|
|
1433
|
-
{
|
|
1434
|
-
"name": "position",
|
|
1435
|
-
"values": [
|
|
1436
|
-
{
|
|
1437
|
-
"name": "fixed"
|
|
1438
|
-
},
|
|
1439
|
-
{
|
|
1440
|
-
"name": "absolute"
|
|
1441
|
-
},
|
|
1442
|
-
{
|
|
1443
|
-
"name": "static"
|
|
1444
|
-
}
|
|
1445
|
-
]
|
|
1446
|
-
},
|
|
1447
|
-
{
|
|
1448
|
-
"name": "value",
|
|
1449
|
-
"values": []
|
|
1450
|
-
},
|
|
1451
|
-
{
|
|
1452
|
-
"name": "autocomplete",
|
|
1453
|
-
"values": [
|
|
1454
|
-
{
|
|
1455
|
-
"name": "on"
|
|
1456
|
-
},
|
|
1457
|
-
{
|
|
1458
|
-
"name": "off"
|
|
1459
|
-
}
|
|
1460
|
-
]
|
|
1461
|
-
},
|
|
1462
|
-
{
|
|
1463
|
-
"name": "maxlength",
|
|
1464
|
-
"values": []
|
|
1465
|
-
},
|
|
1466
|
-
{
|
|
1467
|
-
"name": "role",
|
|
1468
|
-
"values": []
|
|
1469
|
-
},
|
|
1470
|
-
{
|
|
1471
|
-
"name": "placeholder",
|
|
1472
|
-
"values": []
|
|
1473
|
-
},
|
|
1474
|
-
{
|
|
1475
|
-
"name": "variant",
|
|
1476
|
-
"values": [
|
|
1477
|
-
{
|
|
1478
|
-
"name": "filled"
|
|
1479
|
-
},
|
|
1480
|
-
{
|
|
1481
|
-
"name": "outlined"
|
|
1482
|
-
}
|
|
1483
|
-
]
|
|
1484
|
-
},
|
|
1485
|
-
{
|
|
1486
|
-
"name": "label",
|
|
1487
|
-
"description": "The floating label for the field",
|
|
1488
|
-
"values": []
|
|
1489
|
-
},
|
|
1490
|
-
{
|
|
1491
|
-
"name": "counter",
|
|
1492
|
-
"values": []
|
|
1493
|
-
},
|
|
1494
|
-
{
|
|
1495
|
-
"name": "hide-counter",
|
|
1496
|
-
"values": []
|
|
1497
|
-
},
|
|
1498
|
-
{
|
|
1499
|
-
"name": "supporting-text",
|
|
1500
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
1501
|
-
"values": []
|
|
1502
|
-
},
|
|
1503
|
-
{
|
|
1504
|
-
"name": "error-text",
|
|
1505
|
-
"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`",
|
|
1506
|
-
"values": []
|
|
1507
|
-
},
|
|
1508
|
-
{
|
|
1509
|
-
"name": "empty",
|
|
1510
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
1511
|
-
"values": []
|
|
1512
|
-
},
|
|
1513
|
-
{
|
|
1514
|
-
"name": "disabled",
|
|
1515
|
-
"values": []
|
|
1516
|
-
},
|
|
1517
|
-
{
|
|
1518
|
-
"name": "invalid",
|
|
1519
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
1520
|
-
"values": []
|
|
1521
|
-
},
|
|
1522
|
-
{
|
|
1523
|
-
"name": "has-leading-icon",
|
|
1524
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
1525
|
-
"values": []
|
|
1526
|
-
},
|
|
1527
|
-
{
|
|
1528
|
-
"name": "has-trailing-icon",
|
|
1529
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
1530
|
-
"values": []
|
|
1531
|
-
},
|
|
1532
|
-
{
|
|
1533
|
-
"name": "has-error-text",
|
|
1534
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
1535
|
-
"values": []
|
|
1536
|
-
}
|
|
1537
|
-
],
|
|
1538
|
-
"references": []
|
|
1539
|
-
},
|
|
1540
|
-
{
|
|
1541
|
-
"name": "u-snackbar",
|
|
1542
|
-
"description": "\n---\n",
|
|
1543
|
-
"attributes": [
|
|
1544
|
-
{
|
|
1545
|
-
"name": "message",
|
|
1546
|
-
"values": []
|
|
1547
|
-
},
|
|
1548
|
-
{
|
|
1549
|
-
"name": "action",
|
|
1550
|
-
"values": []
|
|
1551
|
-
},
|
|
1552
|
-
{
|
|
1553
|
-
"name": "show-close",
|
|
1554
|
-
"values": []
|
|
1555
|
-
}
|
|
1556
|
-
],
|
|
1557
|
-
"references": []
|
|
1558
|
-
},
|
|
1559
1559
|
{
|
|
1560
1560
|
"name": "u-switch-list-item",
|
|
1561
1561
|
"description": "\n---\n",
|
|
@@ -1608,54 +1608,6 @@
|
|
|
1608
1608
|
],
|
|
1609
1609
|
"references": []
|
|
1610
1610
|
},
|
|
1611
|
-
{
|
|
1612
|
-
"name": "u-tab-bar",
|
|
1613
|
-
"description": "\n---\n",
|
|
1614
|
-
"attributes": [
|
|
1615
|
-
{
|
|
1616
|
-
"name": "variant",
|
|
1617
|
-
"values": [
|
|
1618
|
-
{
|
|
1619
|
-
"name": "primary"
|
|
1620
|
-
},
|
|
1621
|
-
{
|
|
1622
|
-
"name": "secondary"
|
|
1623
|
-
}
|
|
1624
|
-
]
|
|
1625
|
-
}
|
|
1626
|
-
],
|
|
1627
|
-
"references": []
|
|
1628
|
-
},
|
|
1629
|
-
{
|
|
1630
|
-
"name": "u-tab",
|
|
1631
|
-
"description": "\n---\n",
|
|
1632
|
-
"attributes": [
|
|
1633
|
-
{
|
|
1634
|
-
"name": "hasIcon",
|
|
1635
|
-
"values": []
|
|
1636
|
-
},
|
|
1637
|
-
{
|
|
1638
|
-
"name": "disabled",
|
|
1639
|
-
"description": "Whether the button is disabled or not.",
|
|
1640
|
-
"values": []
|
|
1641
|
-
},
|
|
1642
|
-
{
|
|
1643
|
-
"name": "href",
|
|
1644
|
-
"description": "The URL that the link button points to.",
|
|
1645
|
-
"values": []
|
|
1646
|
-
},
|
|
1647
|
-
{
|
|
1648
|
-
"name": "target",
|
|
1649
|
-
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1650
|
-
"values": []
|
|
1651
|
-
},
|
|
1652
|
-
{
|
|
1653
|
-
"name": "name",
|
|
1654
|
-
"values": []
|
|
1655
|
-
}
|
|
1656
|
-
],
|
|
1657
|
-
"references": []
|
|
1658
|
-
},
|
|
1659
1611
|
{
|
|
1660
1612
|
"name": "u-text-area",
|
|
1661
1613
|
"description": "\n---\n",
|
|
@@ -1757,6 +1709,54 @@
|
|
|
1757
1709
|
],
|
|
1758
1710
|
"references": []
|
|
1759
1711
|
},
|
|
1712
|
+
{
|
|
1713
|
+
"name": "u-tab-bar",
|
|
1714
|
+
"description": "\n---\n",
|
|
1715
|
+
"attributes": [
|
|
1716
|
+
{
|
|
1717
|
+
"name": "variant",
|
|
1718
|
+
"values": [
|
|
1719
|
+
{
|
|
1720
|
+
"name": "primary"
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"name": "secondary"
|
|
1724
|
+
}
|
|
1725
|
+
]
|
|
1726
|
+
}
|
|
1727
|
+
],
|
|
1728
|
+
"references": []
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"name": "u-tab",
|
|
1732
|
+
"description": "\n---\n",
|
|
1733
|
+
"attributes": [
|
|
1734
|
+
{
|
|
1735
|
+
"name": "hasIcon",
|
|
1736
|
+
"values": []
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"name": "disabled",
|
|
1740
|
+
"description": "Whether the button is disabled or not.",
|
|
1741
|
+
"values": []
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"name": "href",
|
|
1745
|
+
"description": "The URL that the link button points to.",
|
|
1746
|
+
"values": []
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"name": "target",
|
|
1750
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1751
|
+
"values": []
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"name": "name",
|
|
1755
|
+
"values": []
|
|
1756
|
+
}
|
|
1757
|
+
],
|
|
1758
|
+
"references": []
|
|
1759
|
+
},
|
|
1760
1760
|
{
|
|
1761
1761
|
"name": "u-text-field",
|
|
1762
1762
|
"description": "\n---\n",
|