@universal-material/web 3.6.7 → 3.6.9

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.
@@ -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",
@@ -53,11 +64,78 @@
53
64
  "references": []
54
65
  },
55
66
  {
56
- "name": "u-badge",
67
+ "name": "u-button-field",
57
68
  "description": "\n---\n",
58
69
  "attributes": [
59
70
  {
60
- "name": "static",
71
+ "name": "value",
72
+ "values": []
73
+ },
74
+ {
75
+ "name": "placeholder",
76
+ "values": []
77
+ },
78
+ {
79
+ "name": "variant",
80
+ "values": [
81
+ {
82
+ "name": "filled"
83
+ },
84
+ {
85
+ "name": "outlined"
86
+ }
87
+ ]
88
+ },
89
+ {
90
+ "name": "label",
91
+ "description": "The floating label for the field",
92
+ "values": []
93
+ },
94
+ {
95
+ "name": "counter",
96
+ "values": []
97
+ },
98
+ {
99
+ "name": "hide-counter",
100
+ "values": []
101
+ },
102
+ {
103
+ "name": "supporting-text",
104
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
105
+ "values": []
106
+ },
107
+ {
108
+ "name": "error-text",
109
+ "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`",
110
+ "values": []
111
+ },
112
+ {
113
+ "name": "empty",
114
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
115
+ "values": []
116
+ },
117
+ {
118
+ "name": "disabled",
119
+ "values": []
120
+ },
121
+ {
122
+ "name": "invalid",
123
+ "description": "Get or sets where or not the field is in a visually invalid state.",
124
+ "values": []
125
+ },
126
+ {
127
+ "name": "has-leading-icon",
128
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
129
+ "values": []
130
+ },
131
+ {
132
+ "name": "has-trailing-icon",
133
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
134
+ "values": []
135
+ },
136
+ {
137
+ "name": "has-error-text",
138
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
61
139
  "values": []
62
140
  }
63
141
  ],
@@ -544,127 +622,117 @@
544
622
  "references": []
545
623
  },
546
624
  {
547
- "name": "u-button-field",
625
+ "name": "u-card-content",
548
626
  "description": "\n---\n",
549
627
  "attributes": [
550
628
  {
551
- "name": "value",
629
+ "name": "has-content",
552
630
  "values": []
553
- },
631
+ }
632
+ ],
633
+ "references": []
634
+ },
635
+ {
636
+ "name": "u-card-media",
637
+ "description": "\n---\n",
638
+ "attributes": [
554
639
  {
555
- "name": "placeholder",
640
+ "name": "wide",
556
641
  "values": []
557
- },
642
+ }
643
+ ],
644
+ "references": []
645
+ },
646
+ {
647
+ "name": "u-card",
648
+ "description": "\n---\n",
649
+ "attributes": [
558
650
  {
559
651
  "name": "variant",
652
+ "description": "The Card variant to render.",
560
653
  "values": [
561
654
  {
562
655
  "name": "filled"
563
656
  },
657
+ {
658
+ "name": "elevated"
659
+ },
564
660
  {
565
661
  "name": "outlined"
566
662
  }
567
663
  ]
568
- },
664
+ }
665
+ ],
666
+ "references": []
667
+ },
668
+ {
669
+ "name": "u-checkbox-list-item",
670
+ "description": "\n---\n",
671
+ "attributes": [
569
672
  {
570
- "name": "label",
571
- "description": "The floating label for the field",
673
+ "name": "leading",
572
674
  "values": []
573
675
  },
574
676
  {
575
- "name": "counter",
677
+ "name": "hide-state-layer",
576
678
  "values": []
577
679
  },
578
680
  {
579
- "name": "hide-counter",
681
+ "name": "indeterminate",
580
682
  "values": []
581
683
  },
582
684
  {
583
- "name": "supporting-text",
584
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
685
+ "name": "name",
585
686
  "values": []
586
687
  },
587
688
  {
588
- "name": "error-text",
589
- "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`",
689
+ "name": "disabled",
590
690
  "values": []
591
691
  },
592
692
  {
593
- "name": "empty",
594
- "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
693
+ "name": "value",
694
+ "description": "The element value to use in form submission when checked.",
595
695
  "values": []
596
696
  },
597
697
  {
598
- "name": "disabled",
698
+ "name": "checked",
599
699
  "values": []
600
- },
700
+ }
701
+ ],
702
+ "references": []
703
+ },
704
+ {
705
+ "name": "u-checkbox",
706
+ "description": "\n---\n",
707
+ "attributes": [
601
708
  {
602
- "name": "invalid",
603
- "description": "Get or sets where or not the field is in a visually invalid state.",
709
+ "name": "hide-state-layer",
604
710
  "values": []
605
711
  },
606
712
  {
607
- "name": "has-leading-icon",
608
- "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
713
+ "name": "indeterminate",
609
714
  "values": []
610
715
  },
611
716
  {
612
- "name": "has-trailing-icon",
613
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
717
+ "name": "name",
614
718
  "values": []
615
719
  },
616
720
  {
617
- "name": "has-error-text",
618
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
721
+ "name": "disabled",
619
722
  "values": []
620
- }
621
- ],
622
- "references": []
623
- },
624
- {
625
- "name": "u-card-content",
626
- "description": "\n---\n",
627
- "attributes": [
723
+ },
628
724
  {
629
- "name": "has-content",
725
+ "name": "value",
726
+ "description": "The element value to use in form submission when checked.",
630
727
  "values": []
631
- }
632
- ],
633
- "references": []
634
- },
635
- {
636
- "name": "u-card-media",
637
- "description": "\n---\n",
638
- "attributes": [
728
+ },
639
729
  {
640
- "name": "wide",
730
+ "name": "checked",
641
731
  "values": []
642
732
  }
643
733
  ],
644
734
  "references": []
645
735
  },
646
- {
647
- "name": "u-card",
648
- "description": "\n---\n",
649
- "attributes": [
650
- {
651
- "name": "variant",
652
- "description": "The Card variant to render.",
653
- "values": [
654
- {
655
- "name": "filled"
656
- },
657
- {
658
- "name": "elevated"
659
- },
660
- {
661
- "name": "outlined"
662
- }
663
- ]
664
- }
665
- ],
666
- "references": []
667
- },
668
736
  {
669
737
  "name": "u-chip-set",
670
738
  "description": "\n---\n",
@@ -743,55 +811,59 @@
743
811
  "references": []
744
812
  },
745
813
  {
746
- "name": "u-checkbox-list-item",
747
- "description": "\n---\n",
814
+ "name": "u-chip-field",
815
+ "description": "\n---\n\n\n### **Events:**\n - **change**",
748
816
  "attributes": [
749
817
  {
750
- "name": "leading",
818
+ "name": "name",
751
819
  "values": []
752
820
  },
753
821
  {
754
- "name": "hide-state-layer",
822
+ "name": "manual",
823
+ "description": "If true, ignore enter key input",
755
824
  "values": []
756
825
  },
757
826
  {
758
- "name": "indeterminate",
827
+ "name": "placeholder",
759
828
  "values": []
760
829
  },
761
830
  {
762
- "name": "name",
763
- "values": []
831
+ "name": "variant",
832
+ "values": [
833
+ {
834
+ "name": "filled"
835
+ },
836
+ {
837
+ "name": "outlined"
838
+ }
839
+ ]
764
840
  },
765
841
  {
766
- "name": "disabled",
842
+ "name": "label",
843
+ "description": "The floating label for the field",
767
844
  "values": []
768
845
  },
769
846
  {
770
- "name": "value",
771
- "description": "The element value to use in form submission when checked.",
847
+ "name": "counter",
772
848
  "values": []
773
849
  },
774
850
  {
775
- "name": "checked",
851
+ "name": "hide-counter",
776
852
  "values": []
777
- }
778
- ],
779
- "references": []
780
- },
781
- {
782
- "name": "u-checkbox",
783
- "description": "\n---\n",
784
- "attributes": [
853
+ },
785
854
  {
786
- "name": "hide-state-layer",
855
+ "name": "supporting-text",
856
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
787
857
  "values": []
788
858
  },
789
859
  {
790
- "name": "indeterminate",
860
+ "name": "error-text",
861
+ "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`",
791
862
  "values": []
792
863
  },
793
864
  {
794
- "name": "name",
865
+ "name": "empty",
866
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
795
867
  "values": []
796
868
  },
797
869
  {
@@ -799,80 +871,8 @@
799
871
  "values": []
800
872
  },
801
873
  {
802
- "name": "value",
803
- "description": "The element value to use in form submission when checked.",
804
- "values": []
805
- },
806
- {
807
- "name": "checked",
808
- "values": []
809
- }
810
- ],
811
- "references": []
812
- },
813
- {
814
- "name": "u-chip-field",
815
- "description": "\n---\n\n\n### **Events:**\n - **change**",
816
- "attributes": [
817
- {
818
- "name": "name",
819
- "values": []
820
- },
821
- {
822
- "name": "manual",
823
- "description": "If true, ignore enter key input",
824
- "values": []
825
- },
826
- {
827
- "name": "placeholder",
828
- "values": []
829
- },
830
- {
831
- "name": "variant",
832
- "values": [
833
- {
834
- "name": "filled"
835
- },
836
- {
837
- "name": "outlined"
838
- }
839
- ]
840
- },
841
- {
842
- "name": "label",
843
- "description": "The floating label for the field",
844
- "values": []
845
- },
846
- {
847
- "name": "counter",
848
- "values": []
849
- },
850
- {
851
- "name": "hide-counter",
852
- "values": []
853
- },
854
- {
855
- "name": "supporting-text",
856
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
857
- "values": []
858
- },
859
- {
860
- "name": "error-text",
861
- "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`",
862
- "values": []
863
- },
864
- {
865
- "name": "empty",
866
- "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
867
- "values": []
868
- },
869
- {
870
- "name": "disabled",
871
- "values": []
872
- },
873
- {
874
- "name": "invalid",
875
- "description": "Get or sets where or not the field is in a visually invalid state.",
874
+ "name": "invalid",
875
+ "description": "Get or sets where or not the field is in a visually invalid state.",
876
876
  "values": []
877
877
  },
878
878
  {
@@ -893,6 +893,12 @@
893
893
  ],
894
894
  "references": []
895
895
  },
896
+ {
897
+ "name": "u-datepicker",
898
+ "description": "\n---\n",
899
+ "attributes": [],
900
+ "references": []
901
+ },
896
902
  {
897
903
  "name": "u-dialog",
898
904
  "description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
@@ -914,12 +920,6 @@
914
920
  ],
915
921
  "references": []
916
922
  },
917
- {
918
- "name": "u-elevation",
919
- "description": "\n---\n",
920
- "attributes": [],
921
- "references": []
922
- },
923
923
  {
924
924
  "name": "u-field",
925
925
  "description": "\n---\n",
@@ -1001,22 +1001,71 @@
1001
1001
  "references": []
1002
1002
  },
1003
1003
  {
1004
- "name": "u-list-item",
1004
+ "name": "u-elevation",
1005
+ "description": "\n---\n",
1006
+ "attributes": [],
1007
+ "references": []
1008
+ },
1009
+ {
1010
+ "name": "u-drawer-headline",
1011
+ "description": "\n---\n",
1012
+ "attributes": [],
1013
+ "references": []
1014
+ },
1015
+ {
1016
+ "name": "u-drawer-item",
1005
1017
  "description": "\n---\n",
1006
1018
  "attributes": [
1007
1019
  {
1008
- "name": "selectable",
1020
+ "name": "active",
1021
+ "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
1022
+ "values": []
1023
+ },
1024
+ {
1025
+ "name": "keep-drawer-open",
1026
+ "description": "If true, it will not attempt to close de navigation drawer on click",
1027
+ "values": []
1028
+ },
1029
+ {
1030
+ "name": "disabled",
1031
+ "description": "Whether the button is disabled or not.",
1032
+ "values": []
1033
+ },
1034
+ {
1035
+ "name": "href",
1036
+ "description": "The URL that the link button points to.",
1037
+ "values": []
1038
+ },
1039
+ {
1040
+ "name": "target",
1041
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1042
+ "values": []
1043
+ },
1044
+ {
1045
+ "name": "name",
1009
1046
  "values": []
1010
1047
  }
1011
1048
  ],
1012
1049
  "references": []
1013
1050
  },
1014
1051
  {
1015
- "name": "u-list",
1052
+ "name": "u-drawer",
1016
1053
  "description": "\n---\n",
1017
1054
  "attributes": [],
1018
1055
  "references": []
1019
1056
  },
1057
+ {
1058
+ "name": "u-side-navigation",
1059
+ "description": "\n---\n",
1060
+ "attributes": [
1061
+ {
1062
+ "name": "toggle-drawer",
1063
+ "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`",
1064
+ "values": []
1065
+ }
1066
+ ],
1067
+ "references": []
1068
+ },
1020
1069
  {
1021
1070
  "name": "u-menu-item",
1022
1071
  "description": "\n---\n",
@@ -1134,112 +1183,78 @@
1134
1183
  "references": []
1135
1184
  },
1136
1185
  {
1137
- "name": "u-drawer-headline",
1138
- "description": "\n---\n",
1139
- "attributes": [],
1140
- "references": []
1141
- },
1142
- {
1143
- "name": "u-drawer-item",
1186
+ "name": "u-list-item",
1144
1187
  "description": "\n---\n",
1145
1188
  "attributes": [
1146
1189
  {
1147
- "name": "active",
1148
- "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
1149
- "values": []
1150
- },
1151
- {
1152
- "name": "keep-drawer-open",
1153
- "description": "If true, it will not attempt to close de navigation drawer on click",
1154
- "values": []
1155
- },
1156
- {
1157
- "name": "disabled",
1158
- "description": "Whether the button is disabled or not.",
1159
- "values": []
1160
- },
1161
- {
1162
- "name": "href",
1163
- "description": "The URL that the link button points to.",
1164
- "values": []
1165
- },
1166
- {
1167
- "name": "target",
1168
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1169
- "values": []
1170
- },
1171
- {
1172
- "name": "name",
1190
+ "name": "selectable",
1173
1191
  "values": []
1174
1192
  }
1175
1193
  ],
1176
1194
  "references": []
1177
1195
  },
1178
1196
  {
1179
- "name": "u-drawer",
1197
+ "name": "u-list",
1180
1198
  "description": "\n---\n",
1181
1199
  "attributes": [],
1182
1200
  "references": []
1183
1201
  },
1184
1202
  {
1185
- "name": "u-side-navigation",
1203
+ "name": "u-circular-progress",
1186
1204
  "description": "\n---\n",
1187
1205
  "attributes": [
1188
1206
  {
1189
- "name": "toggle-drawer",
1190
- "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`",
1207
+ "name": "value",
1208
+ "values": []
1209
+ },
1210
+ {
1211
+ "name": "max",
1191
1212
  "values": []
1192
1213
  }
1193
1214
  ],
1194
1215
  "references": []
1195
1216
  },
1196
1217
  {
1197
- "name": "u-overflow-menu-item",
1218
+ "name": "u-progress-bar",
1198
1219
  "description": "\n---\n",
1199
1220
  "attributes": [
1200
1221
  {
1201
- "name": "label",
1222
+ "name": "value",
1202
1223
  "values": []
1203
1224
  },
1204
1225
  {
1205
- "name": "priority",
1226
+ "name": "max",
1206
1227
  "values": []
1207
1228
  }
1208
1229
  ],
1209
1230
  "references": []
1210
1231
  },
1211
1232
  {
1212
- "name": "u-overflow-menu",
1213
- "description": "\n---\n",
1214
- "attributes": [],
1215
- "references": []
1216
- },
1217
- {
1218
- "name": "u-circular-progress",
1233
+ "name": "u-overflow-menu-item",
1219
1234
  "description": "\n---\n",
1220
1235
  "attributes": [
1221
1236
  {
1222
- "name": "value",
1237
+ "name": "label",
1223
1238
  "values": []
1224
1239
  },
1225
1240
  {
1226
- "name": "max",
1241
+ "name": "priority",
1227
1242
  "values": []
1228
1243
  }
1229
1244
  ],
1230
1245
  "references": []
1231
1246
  },
1232
1247
  {
1233
- "name": "u-progress-bar",
1248
+ "name": "u-overflow-menu",
1234
1249
  "description": "\n---\n",
1235
1250
  "attributes": [
1236
1251
  {
1237
- "name": "value",
1238
- "values": []
1239
- },
1240
- {
1241
- "name": "max",
1242
- "values": []
1252
+ "name": "anchor",
1253
+ "values": [
1254
+ {
1255
+ "name": "HTMLElement"
1256
+ }
1257
+ ]
1243
1258
  }
1244
1259
  ],
1245
1260
  "references": []
@@ -1305,58 +1320,62 @@
1305
1320
  "references": []
1306
1321
  },
1307
1322
  {
1308
- "name": "u-ripple",
1323
+ "name": "u-option",
1309
1324
  "description": "\n---\n",
1310
1325
  "attributes": [
1326
+ {
1327
+ "name": "value",
1328
+ "values": []
1329
+ },
1330
+ {
1331
+ "name": "selected",
1332
+ "values": []
1333
+ },
1334
+ {
1335
+ "name": "active",
1336
+ "values": []
1337
+ },
1338
+ {
1339
+ "name": "has-badge",
1340
+ "values": []
1341
+ },
1311
1342
  {
1312
1343
  "name": "disabled",
1313
- "description": "Disables the ripple.",
1344
+ "description": "Whether the button is disabled or not.",
1345
+ "values": []
1346
+ },
1347
+ {
1348
+ "name": "href",
1349
+ "description": "The URL that the link button points to.",
1350
+ "values": []
1351
+ },
1352
+ {
1353
+ "name": "target",
1354
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1355
+ "values": []
1356
+ },
1357
+ {
1358
+ "name": "name",
1314
1359
  "values": []
1315
1360
  }
1316
1361
  ],
1317
1362
  "references": []
1318
1363
  },
1319
1364
  {
1320
- "name": "u-search",
1365
+ "name": "u-select",
1321
1366
  "description": "\n---\n",
1322
1367
  "attributes": [
1323
1368
  {
1324
- "name": "position",
1369
+ "name": "menu-positioning",
1325
1370
  "values": [
1326
1371
  {
1327
- "name": "fixed"
1372
+ "name": "relative"
1328
1373
  },
1329
1374
  {
1330
- "name": "absolute"
1331
- },
1332
- {
1333
- "name": "static"
1334
- }
1335
- ]
1336
- },
1337
- {
1338
- "name": "value",
1339
- "values": []
1340
- },
1341
- {
1342
- "name": "autocomplete",
1343
- "values": [
1344
- {
1345
- "name": "on"
1346
- },
1347
- {
1348
- "name": "off"
1375
+ "name": "fixed"
1349
1376
  }
1350
1377
  ]
1351
1378
  },
1352
- {
1353
- "name": "maxlength",
1354
- "values": []
1355
- },
1356
- {
1357
- "name": "role",
1358
- "values": []
1359
- },
1360
1379
  {
1361
1380
  "name": "placeholder",
1362
1381
  "values": []
@@ -1428,62 +1447,58 @@
1428
1447
  "references": []
1429
1448
  },
1430
1449
  {
1431
- "name": "u-option",
1450
+ "name": "u-ripple",
1432
1451
  "description": "\n---\n",
1433
1452
  "attributes": [
1434
- {
1435
- "name": "value",
1436
- "values": []
1437
- },
1438
- {
1439
- "name": "selected",
1440
- "values": []
1441
- },
1442
- {
1443
- "name": "active",
1444
- "values": []
1445
- },
1446
- {
1447
- "name": "has-badge",
1448
- "values": []
1449
- },
1450
1453
  {
1451
1454
  "name": "disabled",
1452
- "description": "Whether the button is disabled or not.",
1453
- "values": []
1454
- },
1455
- {
1456
- "name": "href",
1457
- "description": "The URL that the link button points to.",
1458
- "values": []
1459
- },
1460
- {
1461
- "name": "target",
1462
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1463
- "values": []
1464
- },
1465
- {
1466
- "name": "name",
1455
+ "description": "Disables the ripple.",
1467
1456
  "values": []
1468
1457
  }
1469
1458
  ],
1470
1459
  "references": []
1471
1460
  },
1472
1461
  {
1473
- "name": "u-select",
1462
+ "name": "u-search",
1474
1463
  "description": "\n---\n",
1475
1464
  "attributes": [
1476
1465
  {
1477
- "name": "menu-positioning",
1466
+ "name": "position",
1478
1467
  "values": [
1479
1468
  {
1480
- "name": "relative"
1469
+ "name": "fixed"
1481
1470
  },
1482
1471
  {
1483
- "name": "fixed"
1472
+ "name": "absolute"
1473
+ },
1474
+ {
1475
+ "name": "static"
1476
+ }
1477
+ ]
1478
+ },
1479
+ {
1480
+ "name": "value",
1481
+ "values": []
1482
+ },
1483
+ {
1484
+ "name": "autocomplete",
1485
+ "values": [
1486
+ {
1487
+ "name": "on"
1488
+ },
1489
+ {
1490
+ "name": "off"
1484
1491
  }
1485
1492
  ]
1486
1493
  },
1494
+ {
1495
+ "name": "maxlength",
1496
+ "values": []
1497
+ },
1498
+ {
1499
+ "name": "role",
1500
+ "values": []
1501
+ },
1487
1502
  {
1488
1503
  "name": "placeholder",
1489
1504
  "values": []
@@ -1574,77 +1589,39 @@
1574
1589
  "references": []
1575
1590
  },
1576
1591
  {
1577
- "name": "u-text-area",
1592
+ "name": "u-switch-list-item",
1578
1593
  "description": "\n---\n",
1579
1594
  "attributes": [
1580
1595
  {
1581
- "name": "rows",
1582
- "values": []
1583
- },
1584
- {
1585
- "name": "value",
1586
- "values": []
1587
- },
1588
- {
1589
- "name": "autocomplete",
1590
- "values": [
1591
- {
1592
- "name": "on"
1593
- },
1594
- {
1595
- "name": "off"
1596
- }
1597
- ]
1598
- },
1599
- {
1600
- "name": "maxlength",
1601
- "values": []
1602
- },
1603
- {
1604
- "name": "role",
1605
- "values": []
1606
- },
1607
- {
1608
- "name": "placeholder",
1609
- "values": []
1610
- },
1611
- {
1612
- "name": "variant",
1613
- "values": [
1614
- {
1615
- "name": "filled"
1616
- },
1617
- {
1618
- "name": "outlined"
1619
- }
1620
- ]
1621
- },
1622
- {
1623
- "name": "label",
1624
- "description": "The floating label for the field",
1596
+ "name": "leading",
1625
1597
  "values": []
1626
1598
  },
1627
1599
  {
1628
- "name": "counter",
1600
+ "name": "name",
1629
1601
  "values": []
1630
1602
  },
1631
1603
  {
1632
- "name": "hide-counter",
1604
+ "name": "disabled",
1633
1605
  "values": []
1634
1606
  },
1635
1607
  {
1636
- "name": "supporting-text",
1637
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
1608
+ "name": "value",
1609
+ "description": "The element value to use in form submission when checked.",
1638
1610
  "values": []
1639
1611
  },
1640
1612
  {
1641
- "name": "error-text",
1642
- "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`",
1613
+ "name": "checked",
1643
1614
  "values": []
1644
- },
1615
+ }
1616
+ ],
1617
+ "references": []
1618
+ },
1619
+ {
1620
+ "name": "u-switch",
1621
+ "description": "\n---\n",
1622
+ "attributes": [
1645
1623
  {
1646
- "name": "empty",
1647
- "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
1624
+ "name": "name",
1648
1625
  "values": []
1649
1626
  },
1650
1627
  {
@@ -1652,23 +1629,12 @@
1652
1629
  "values": []
1653
1630
  },
1654
1631
  {
1655
- "name": "invalid",
1656
- "description": "Get or sets where or not the field is in a visually invalid state.",
1657
- "values": []
1658
- },
1659
- {
1660
- "name": "has-leading-icon",
1661
- "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
1662
- "values": []
1663
- },
1664
- {
1665
- "name": "has-trailing-icon",
1666
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
1632
+ "name": "value",
1633
+ "description": "The element value to use in form submission when checked.",
1667
1634
  "values": []
1668
1635
  },
1669
1636
  {
1670
- "name": "has-error-text",
1671
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
1637
+ "name": "checked",
1672
1638
  "values": []
1673
1639
  }
1674
1640
  ],
@@ -1723,39 +1689,77 @@
1723
1689
  "references": []
1724
1690
  },
1725
1691
  {
1726
- "name": "u-switch-list-item",
1692
+ "name": "u-text-area",
1727
1693
  "description": "\n---\n",
1728
1694
  "attributes": [
1729
1695
  {
1730
- "name": "leading",
1696
+ "name": "rows",
1731
1697
  "values": []
1732
1698
  },
1733
1699
  {
1734
- "name": "name",
1700
+ "name": "value",
1735
1701
  "values": []
1736
1702
  },
1737
1703
  {
1738
- "name": "disabled",
1704
+ "name": "autocomplete",
1705
+ "values": [
1706
+ {
1707
+ "name": "on"
1708
+ },
1709
+ {
1710
+ "name": "off"
1711
+ }
1712
+ ]
1713
+ },
1714
+ {
1715
+ "name": "maxlength",
1739
1716
  "values": []
1740
1717
  },
1741
1718
  {
1742
- "name": "value",
1743
- "description": "The element value to use in form submission when checked.",
1719
+ "name": "role",
1744
1720
  "values": []
1745
1721
  },
1746
1722
  {
1747
- "name": "checked",
1723
+ "name": "placeholder",
1748
1724
  "values": []
1749
- }
1750
- ],
1751
- "references": []
1752
- },
1753
- {
1754
- "name": "u-switch",
1755
- "description": "\n---\n",
1756
- "attributes": [
1725
+ },
1757
1726
  {
1758
- "name": "name",
1727
+ "name": "variant",
1728
+ "values": [
1729
+ {
1730
+ "name": "filled"
1731
+ },
1732
+ {
1733
+ "name": "outlined"
1734
+ }
1735
+ ]
1736
+ },
1737
+ {
1738
+ "name": "label",
1739
+ "description": "The floating label for the field",
1740
+ "values": []
1741
+ },
1742
+ {
1743
+ "name": "counter",
1744
+ "values": []
1745
+ },
1746
+ {
1747
+ "name": "hide-counter",
1748
+ "values": []
1749
+ },
1750
+ {
1751
+ "name": "supporting-text",
1752
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
1753
+ "values": []
1754
+ },
1755
+ {
1756
+ "name": "error-text",
1757
+ "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`",
1758
+ "values": []
1759
+ },
1760
+ {
1761
+ "name": "empty",
1762
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
1759
1763
  "values": []
1760
1764
  },
1761
1765
  {
@@ -1763,12 +1767,23 @@
1763
1767
  "values": []
1764
1768
  },
1765
1769
  {
1766
- "name": "value",
1767
- "description": "The element value to use in form submission when checked.",
1770
+ "name": "invalid",
1771
+ "description": "Get or sets where or not the field is in a visually invalid state.",
1768
1772
  "values": []
1769
1773
  },
1770
1774
  {
1771
- "name": "checked",
1775
+ "name": "has-leading-icon",
1776
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
1777
+ "values": []
1778
+ },
1779
+ {
1780
+ "name": "has-trailing-icon",
1781
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
1782
+ "values": []
1783
+ },
1784
+ {
1785
+ "name": "has-error-text",
1786
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
1772
1787
  "values": []
1773
1788
  }
1774
1789
  ],