@universal-material/web 3.3.0 → 3.3.2
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/app-bar/top-app-bar.styles.d.ts.map +1 -1
- package/app-bar/top-app-bar.styles.js +1 -0
- package/app-bar/top-app-bar.styles.js.map +1 -1
- package/custom-elements.json +7099 -7081
- package/package.json +1 -1
- package/select/select.d.ts +1 -0
- package/select/select.d.ts.map +1 -1
- package/select/select.js +6 -2
- package/select/select.js.map +1 -1
- package/typeahead/highlight.d.ts.map +1 -1
- package/typeahead/highlight.js +2 -0
- package/typeahead/highlight.js.map +1 -1
- package/vscode.html-custom-data.json +226 -215
|
@@ -77,84 +77,6 @@
|
|
|
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
80
|
{
|
|
159
81
|
"name": "u-button-set",
|
|
160
82
|
"description": "\n---\n",
|
|
@@ -570,117 +492,127 @@
|
|
|
570
492
|
"references": []
|
|
571
493
|
},
|
|
572
494
|
{
|
|
573
|
-
"name": "u-
|
|
495
|
+
"name": "u-button-field",
|
|
574
496
|
"description": "\n---\n",
|
|
575
497
|
"attributes": [
|
|
576
498
|
{
|
|
577
|
-
"name": "
|
|
499
|
+
"name": "value",
|
|
578
500
|
"values": []
|
|
579
|
-
}
|
|
580
|
-
],
|
|
581
|
-
"references": []
|
|
582
|
-
},
|
|
583
|
-
{
|
|
584
|
-
"name": "u-card-media",
|
|
585
|
-
"description": "\n---\n",
|
|
586
|
-
"attributes": [
|
|
501
|
+
},
|
|
587
502
|
{
|
|
588
|
-
"name": "
|
|
503
|
+
"name": "placeholder",
|
|
589
504
|
"values": []
|
|
590
|
-
}
|
|
591
|
-
],
|
|
592
|
-
"references": []
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
"name": "u-card",
|
|
596
|
-
"description": "\n---\n",
|
|
597
|
-
"attributes": [
|
|
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
|
]
|
|
612
|
-
}
|
|
613
|
-
],
|
|
614
|
-
"references": []
|
|
615
|
-
},
|
|
616
|
-
{
|
|
617
|
-
"name": "u-checkbox-list-item",
|
|
618
|
-
"description": "\n---\n",
|
|
619
|
-
"attributes": [
|
|
516
|
+
},
|
|
620
517
|
{
|
|
621
|
-
"name": "
|
|
518
|
+
"name": "label",
|
|
519
|
+
"description": "The floating label for the field",
|
|
622
520
|
"values": []
|
|
623
521
|
},
|
|
624
522
|
{
|
|
625
|
-
"name": "
|
|
523
|
+
"name": "counter",
|
|
626
524
|
"values": []
|
|
627
525
|
},
|
|
628
526
|
{
|
|
629
|
-
"name": "
|
|
527
|
+
"name": "hide-counter",
|
|
630
528
|
"values": []
|
|
631
529
|
},
|
|
632
530
|
{
|
|
633
|
-
"name": "
|
|
531
|
+
"name": "supporting-text",
|
|
532
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
634
533
|
"values": []
|
|
635
534
|
},
|
|
636
535
|
{
|
|
637
|
-
"name": "
|
|
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`",
|
|
638
538
|
"values": []
|
|
639
539
|
},
|
|
640
540
|
{
|
|
641
|
-
"name": "
|
|
642
|
-
"description": "
|
|
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.",
|
|
643
543
|
"values": []
|
|
644
544
|
},
|
|
645
545
|
{
|
|
646
|
-
"name": "
|
|
546
|
+
"name": "disabled",
|
|
647
547
|
"values": []
|
|
648
|
-
}
|
|
649
|
-
],
|
|
650
|
-
"references": []
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"name": "u-checkbox",
|
|
654
|
-
"description": "\n---\n",
|
|
655
|
-
"attributes": [
|
|
548
|
+
},
|
|
656
549
|
{
|
|
657
|
-
"name": "
|
|
550
|
+
"name": "invalid",
|
|
551
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
658
552
|
"values": []
|
|
659
553
|
},
|
|
660
554
|
{
|
|
661
|
-
"name": "
|
|
555
|
+
"name": "has-leading-icon",
|
|
556
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
662
557
|
"values": []
|
|
663
558
|
},
|
|
664
559
|
{
|
|
665
|
-
"name": "
|
|
560
|
+
"name": "has-trailing-icon",
|
|
561
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
666
562
|
"values": []
|
|
667
563
|
},
|
|
668
564
|
{
|
|
669
|
-
"name": "
|
|
565
|
+
"name": "has-error-text",
|
|
566
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
670
567
|
"values": []
|
|
671
|
-
}
|
|
568
|
+
}
|
|
569
|
+
],
|
|
570
|
+
"references": []
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"name": "u-card-content",
|
|
574
|
+
"description": "\n---\n",
|
|
575
|
+
"attributes": [
|
|
672
576
|
{
|
|
673
|
-
"name": "
|
|
674
|
-
"description": "The element value to use in form submission when checked.",
|
|
577
|
+
"name": "has-content",
|
|
675
578
|
"values": []
|
|
676
|
-
}
|
|
579
|
+
}
|
|
580
|
+
],
|
|
581
|
+
"references": []
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"name": "u-card-media",
|
|
585
|
+
"description": "\n---\n",
|
|
586
|
+
"attributes": [
|
|
677
587
|
{
|
|
678
|
-
"name": "
|
|
588
|
+
"name": "wide",
|
|
679
589
|
"values": []
|
|
680
590
|
}
|
|
681
591
|
],
|
|
682
592
|
"references": []
|
|
683
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
|
+
},
|
|
684
616
|
{
|
|
685
617
|
"name": "u-chip-set",
|
|
686
618
|
"description": "\n---\n",
|
|
@@ -773,6 +705,74 @@
|
|
|
773
705
|
],
|
|
774
706
|
"references": []
|
|
775
707
|
},
|
|
708
|
+
{
|
|
709
|
+
"name": "u-checkbox-list-item",
|
|
710
|
+
"description": "\n---\n",
|
|
711
|
+
"attributes": [
|
|
712
|
+
{
|
|
713
|
+
"name": "leading",
|
|
714
|
+
"values": []
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"name": "hide-state-layer",
|
|
718
|
+
"values": []
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"name": "indeterminate",
|
|
722
|
+
"values": []
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"name": "name",
|
|
726
|
+
"values": []
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "disabled",
|
|
730
|
+
"values": []
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"name": "value",
|
|
734
|
+
"description": "The element value to use in form submission when checked.",
|
|
735
|
+
"values": []
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"name": "checked",
|
|
739
|
+
"values": []
|
|
740
|
+
}
|
|
741
|
+
],
|
|
742
|
+
"references": []
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"name": "u-checkbox",
|
|
746
|
+
"description": "\n---\n",
|
|
747
|
+
"attributes": [
|
|
748
|
+
{
|
|
749
|
+
"name": "hide-state-layer",
|
|
750
|
+
"values": []
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"name": "indeterminate",
|
|
754
|
+
"values": []
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"name": "name",
|
|
758
|
+
"values": []
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"name": "disabled",
|
|
762
|
+
"values": []
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"name": "value",
|
|
766
|
+
"description": "The element value to use in form submission when checked.",
|
|
767
|
+
"values": []
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"name": "checked",
|
|
771
|
+
"values": []
|
|
772
|
+
}
|
|
773
|
+
],
|
|
774
|
+
"references": []
|
|
775
|
+
},
|
|
776
776
|
{
|
|
777
777
|
"name": "u-chip-field",
|
|
778
778
|
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
@@ -1116,83 +1116,41 @@
|
|
|
1116
1116
|
"references": []
|
|
1117
1117
|
},
|
|
1118
1118
|
{
|
|
1119
|
-
"name": "u-
|
|
1120
|
-
"description": "\n---\n",
|
|
1121
|
-
"attributes": [],
|
|
1122
|
-
"references": []
|
|
1123
|
-
},
|
|
1124
|
-
{
|
|
1125
|
-
"name": "u-drawer-item",
|
|
1119
|
+
"name": "u-radio-list-item",
|
|
1126
1120
|
"description": "\n---\n",
|
|
1127
1121
|
"attributes": [
|
|
1128
1122
|
{
|
|
1129
|
-
"name": "
|
|
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",
|
|
1123
|
+
"name": "leading",
|
|
1136
1124
|
"values": []
|
|
1137
1125
|
},
|
|
1138
1126
|
{
|
|
1139
|
-
"name": "
|
|
1140
|
-
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
1127
|
+
"name": "hide-state-layer",
|
|
1141
1128
|
"values": []
|
|
1142
1129
|
},
|
|
1143
1130
|
{
|
|
1144
|
-
"name": "
|
|
1145
|
-
"description": "If true, it will not attempt to close de navigation drawer on click",
|
|
1131
|
+
"name": "name",
|
|
1146
1132
|
"values": []
|
|
1147
1133
|
},
|
|
1148
1134
|
{
|
|
1149
1135
|
"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
1136
|
"values": []
|
|
1157
1137
|
},
|
|
1158
1138
|
{
|
|
1159
|
-
"name": "
|
|
1160
|
-
"description": "
|
|
1139
|
+
"name": "value",
|
|
1140
|
+
"description": "The element value to use in form submission when checked.",
|
|
1161
1141
|
"values": []
|
|
1162
1142
|
},
|
|
1163
1143
|
{
|
|
1164
|
-
"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`",
|
|
1144
|
+
"name": "checked",
|
|
1183
1145
|
"values": []
|
|
1184
1146
|
}
|
|
1185
1147
|
],
|
|
1186
1148
|
"references": []
|
|
1187
1149
|
},
|
|
1188
1150
|
{
|
|
1189
|
-
"name": "u-radio
|
|
1151
|
+
"name": "u-radio",
|
|
1190
1152
|
"description": "\n---\n",
|
|
1191
1153
|
"attributes": [
|
|
1192
|
-
{
|
|
1193
|
-
"name": "leading",
|
|
1194
|
-
"values": []
|
|
1195
|
-
},
|
|
1196
1154
|
{
|
|
1197
1155
|
"name": "hide-state-layer",
|
|
1198
1156
|
"values": []
|
|
@@ -1218,70 +1176,82 @@
|
|
|
1218
1176
|
"references": []
|
|
1219
1177
|
},
|
|
1220
1178
|
{
|
|
1221
|
-
"name": "u-
|
|
1179
|
+
"name": "u-ripple",
|
|
1222
1180
|
"description": "\n---\n",
|
|
1223
1181
|
"attributes": [
|
|
1224
1182
|
{
|
|
1225
|
-
"name": "
|
|
1183
|
+
"name": "disabled",
|
|
1184
|
+
"description": "Disables the ripple.",
|
|
1226
1185
|
"values": []
|
|
1227
|
-
}
|
|
1186
|
+
}
|
|
1187
|
+
],
|
|
1188
|
+
"references": []
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"name": "u-drawer-headline",
|
|
1192
|
+
"description": "\n---\n",
|
|
1193
|
+
"attributes": [],
|
|
1194
|
+
"references": []
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"name": "u-drawer-item",
|
|
1198
|
+
"description": "\n---\n",
|
|
1199
|
+
"attributes": [
|
|
1228
1200
|
{
|
|
1229
|
-
"name": "
|
|
1201
|
+
"name": "has-icon",
|
|
1202
|
+
"description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
|
|
1230
1203
|
"values": []
|
|
1231
1204
|
},
|
|
1232
1205
|
{
|
|
1233
|
-
"name": "
|
|
1206
|
+
"name": "has-badge",
|
|
1207
|
+
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
1234
1208
|
"values": []
|
|
1235
1209
|
},
|
|
1236
1210
|
{
|
|
1237
|
-
"name": "
|
|
1238
|
-
"description": "
|
|
1211
|
+
"name": "active",
|
|
1212
|
+
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
1239
1213
|
"values": []
|
|
1240
1214
|
},
|
|
1241
1215
|
{
|
|
1242
|
-
"name": "
|
|
1216
|
+
"name": "keep-drawer-open",
|
|
1217
|
+
"description": "If true, it will not attempt to close de navigation drawer on click",
|
|
1243
1218
|
"values": []
|
|
1244
|
-
}
|
|
1245
|
-
],
|
|
1246
|
-
"references": []
|
|
1247
|
-
},
|
|
1248
|
-
{
|
|
1249
|
-
"name": "u-circular-progress",
|
|
1250
|
-
"description": "\n---\n",
|
|
1251
|
-
"attributes": [
|
|
1219
|
+
},
|
|
1252
1220
|
{
|
|
1253
|
-
"name": "
|
|
1221
|
+
"name": "disabled",
|
|
1222
|
+
"description": "Whether the button is disabled or not.",
|
|
1254
1223
|
"values": []
|
|
1255
1224
|
},
|
|
1256
1225
|
{
|
|
1257
|
-
"name": "
|
|
1226
|
+
"name": "href",
|
|
1227
|
+
"description": "The URL that the link button points to.",
|
|
1258
1228
|
"values": []
|
|
1259
|
-
}
|
|
1260
|
-
],
|
|
1261
|
-
"references": []
|
|
1262
|
-
},
|
|
1263
|
-
{
|
|
1264
|
-
"name": "u-progress-bar",
|
|
1265
|
-
"description": "\n---\n",
|
|
1266
|
-
"attributes": [
|
|
1229
|
+
},
|
|
1267
1230
|
{
|
|
1268
|
-
"name": "
|
|
1231
|
+
"name": "target",
|
|
1232
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1269
1233
|
"values": []
|
|
1270
1234
|
},
|
|
1271
1235
|
{
|
|
1272
|
-
"name": "
|
|
1236
|
+
"name": "name",
|
|
1273
1237
|
"values": []
|
|
1274
1238
|
}
|
|
1275
1239
|
],
|
|
1276
1240
|
"references": []
|
|
1277
1241
|
},
|
|
1278
1242
|
{
|
|
1279
|
-
"name": "u-
|
|
1243
|
+
"name": "u-drawer",
|
|
1244
|
+
"description": "\n---\n",
|
|
1245
|
+
"attributes": [],
|
|
1246
|
+
"references": []
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"name": "u-side-navigation",
|
|
1280
1250
|
"description": "\n---\n",
|
|
1281
1251
|
"attributes": [
|
|
1282
1252
|
{
|
|
1283
|
-
"name": "
|
|
1284
|
-
"description": "
|
|
1253
|
+
"name": "toggle-drawer",
|
|
1254
|
+
"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`",
|
|
1285
1255
|
"values": []
|
|
1286
1256
|
}
|
|
1287
1257
|
],
|
|
@@ -1345,6 +1315,17 @@
|
|
|
1345
1315
|
"name": "u-select",
|
|
1346
1316
|
"description": "\n---\n",
|
|
1347
1317
|
"attributes": [
|
|
1318
|
+
{
|
|
1319
|
+
"name": "menu-positioning",
|
|
1320
|
+
"values": [
|
|
1321
|
+
{
|
|
1322
|
+
"name": "relative"
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"name": "fixed"
|
|
1326
|
+
}
|
|
1327
|
+
]
|
|
1328
|
+
},
|
|
1348
1329
|
{
|
|
1349
1330
|
"name": "placeholder",
|
|
1350
1331
|
"values": []
|
|
@@ -1415,6 +1396,36 @@
|
|
|
1415
1396
|
],
|
|
1416
1397
|
"references": []
|
|
1417
1398
|
},
|
|
1399
|
+
{
|
|
1400
|
+
"name": "u-circular-progress",
|
|
1401
|
+
"description": "\n---\n",
|
|
1402
|
+
"attributes": [
|
|
1403
|
+
{
|
|
1404
|
+
"name": "value",
|
|
1405
|
+
"values": []
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
"name": "max",
|
|
1409
|
+
"values": []
|
|
1410
|
+
}
|
|
1411
|
+
],
|
|
1412
|
+
"references": []
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"name": "u-progress-bar",
|
|
1416
|
+
"description": "\n---\n",
|
|
1417
|
+
"attributes": [
|
|
1418
|
+
{
|
|
1419
|
+
"name": "value",
|
|
1420
|
+
"values": []
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"name": "max",
|
|
1424
|
+
"values": []
|
|
1425
|
+
}
|
|
1426
|
+
],
|
|
1427
|
+
"references": []
|
|
1428
|
+
},
|
|
1418
1429
|
{
|
|
1419
1430
|
"name": "u-snackbar",
|
|
1420
1431
|
"description": "\n---\n",
|