@universal-material/web 3.6.0 → 3.6.1
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/css/universal-material.css +2 -5
- package/css/universal-material.min.css +2 -5
- package/custom-elements.json +2586 -2586
- package/package.json +1 -1
- package/scss/_global.scss +1 -1
- package/scss/_reboot.scss +0 -1
- package/scss/utilities/_scheme.scss +0 -2
- package/scss/utilities/_text.scss +1 -0
- package/vscode.html-custom-data.json +305 -305
|
@@ -3,90 +3,51 @@
|
|
|
3
3
|
"version": 1.1,
|
|
4
4
|
"tags": [
|
|
5
5
|
{
|
|
6
|
-
"name": "u-
|
|
7
|
-
"description": "\n---\n",
|
|
8
|
-
"attributes": [
|
|
9
|
-
{
|
|
10
|
-
"name": "static",
|
|
11
|
-
"values": []
|
|
12
|
-
}
|
|
13
|
-
],
|
|
14
|
-
"references": []
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"name": "u-button-field",
|
|
6
|
+
"name": "u-top-app-bar",
|
|
18
7
|
"description": "\n---\n",
|
|
19
8
|
"attributes": [
|
|
20
9
|
{
|
|
21
|
-
"name": "
|
|
22
|
-
"values": []
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"name": "placeholder",
|
|
26
|
-
"values": []
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "variant",
|
|
10
|
+
"name": "position",
|
|
30
11
|
"values": [
|
|
31
12
|
{
|
|
32
|
-
"name": "
|
|
13
|
+
"name": "fixed"
|
|
33
14
|
},
|
|
34
15
|
{
|
|
35
|
-
"name": "
|
|
16
|
+
"name": "absolute"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "static"
|
|
36
20
|
}
|
|
37
21
|
]
|
|
38
22
|
},
|
|
39
23
|
{
|
|
40
|
-
"name": "
|
|
41
|
-
"
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
{
|
|
53
|
-
"name": "supporting-text",
|
|
54
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
55
|
-
"values": []
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"name": "error-text",
|
|
59
|
-
"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`",
|
|
60
|
-
"values": []
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"name": "empty",
|
|
64
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
65
|
-
"values": []
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"name": "disabled",
|
|
69
|
-
"values": []
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"name": "invalid",
|
|
73
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
74
|
-
"values": []
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"name": "has-leading-icon",
|
|
78
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
79
|
-
"values": []
|
|
24
|
+
"name": "size",
|
|
25
|
+
"values": [
|
|
26
|
+
{
|
|
27
|
+
"name": "small"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "medium"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "large"
|
|
34
|
+
}
|
|
35
|
+
]
|
|
80
36
|
},
|
|
81
37
|
{
|
|
82
|
-
"name": "
|
|
83
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
38
|
+
"name": "headline",
|
|
84
39
|
"values": []
|
|
85
40
|
},
|
|
86
41
|
{
|
|
87
|
-
"name": "
|
|
88
|
-
"
|
|
89
|
-
|
|
42
|
+
"name": "scrollContainer",
|
|
43
|
+
"values": [
|
|
44
|
+
{
|
|
45
|
+
"name": "none"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "window"
|
|
49
|
+
}
|
|
50
|
+
]
|
|
90
51
|
}
|
|
91
52
|
],
|
|
92
53
|
"references": []
|
|
@@ -534,51 +495,90 @@
|
|
|
534
495
|
"references": []
|
|
535
496
|
},
|
|
536
497
|
{
|
|
537
|
-
"name": "u-
|
|
498
|
+
"name": "u-badge",
|
|
538
499
|
"description": "\n---\n",
|
|
539
500
|
"attributes": [
|
|
540
501
|
{
|
|
541
|
-
"name": "
|
|
542
|
-
"values": [
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
502
|
+
"name": "static",
|
|
503
|
+
"values": []
|
|
504
|
+
}
|
|
505
|
+
],
|
|
506
|
+
"references": []
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"name": "u-button-field",
|
|
510
|
+
"description": "\n---\n",
|
|
511
|
+
"attributes": [
|
|
512
|
+
{
|
|
513
|
+
"name": "value",
|
|
514
|
+
"values": []
|
|
553
515
|
},
|
|
554
516
|
{
|
|
555
|
-
"name": "
|
|
517
|
+
"name": "placeholder",
|
|
518
|
+
"values": []
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"name": "variant",
|
|
556
522
|
"values": [
|
|
557
523
|
{
|
|
558
|
-
"name": "
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
"name": "medium"
|
|
524
|
+
"name": "filled"
|
|
562
525
|
},
|
|
563
526
|
{
|
|
564
|
-
"name": "
|
|
527
|
+
"name": "outlined"
|
|
565
528
|
}
|
|
566
529
|
]
|
|
567
530
|
},
|
|
568
531
|
{
|
|
569
|
-
"name": "
|
|
532
|
+
"name": "label",
|
|
533
|
+
"description": "The floating label for the field",
|
|
570
534
|
"values": []
|
|
571
535
|
},
|
|
572
536
|
{
|
|
573
|
-
"name": "
|
|
574
|
-
"values": [
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
537
|
+
"name": "counter",
|
|
538
|
+
"values": []
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"name": "hide-counter",
|
|
542
|
+
"values": []
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"name": "supporting-text",
|
|
546
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
547
|
+
"values": []
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"name": "error-text",
|
|
551
|
+
"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`",
|
|
552
|
+
"values": []
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"name": "empty",
|
|
556
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
557
|
+
"values": []
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"name": "disabled",
|
|
561
|
+
"values": []
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "invalid",
|
|
565
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
566
|
+
"values": []
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"name": "has-leading-icon",
|
|
570
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
571
|
+
"values": []
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"name": "has-trailing-icon",
|
|
575
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
576
|
+
"values": []
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"name": "has-error-text",
|
|
580
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
581
|
+
"values": []
|
|
582
582
|
}
|
|
583
583
|
],
|
|
584
584
|
"references": []
|
|
@@ -665,89 +665,6 @@
|
|
|
665
665
|
],
|
|
666
666
|
"references": []
|
|
667
667
|
},
|
|
668
|
-
{
|
|
669
|
-
"name": "u-chip-field",
|
|
670
|
-
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
671
|
-
"attributes": [
|
|
672
|
-
{
|
|
673
|
-
"name": "name",
|
|
674
|
-
"values": []
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
"name": "manual",
|
|
678
|
-
"description": "If true, ignore enter key input",
|
|
679
|
-
"values": []
|
|
680
|
-
},
|
|
681
|
-
{
|
|
682
|
-
"name": "placeholder",
|
|
683
|
-
"values": []
|
|
684
|
-
},
|
|
685
|
-
{
|
|
686
|
-
"name": "variant",
|
|
687
|
-
"values": [
|
|
688
|
-
{
|
|
689
|
-
"name": "filled"
|
|
690
|
-
},
|
|
691
|
-
{
|
|
692
|
-
"name": "outlined"
|
|
693
|
-
}
|
|
694
|
-
]
|
|
695
|
-
},
|
|
696
|
-
{
|
|
697
|
-
"name": "label",
|
|
698
|
-
"description": "The floating label for the field",
|
|
699
|
-
"values": []
|
|
700
|
-
},
|
|
701
|
-
{
|
|
702
|
-
"name": "counter",
|
|
703
|
-
"values": []
|
|
704
|
-
},
|
|
705
|
-
{
|
|
706
|
-
"name": "hide-counter",
|
|
707
|
-
"values": []
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
"name": "supporting-text",
|
|
711
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
712
|
-
"values": []
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
"name": "error-text",
|
|
716
|
-
"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`",
|
|
717
|
-
"values": []
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
"name": "empty",
|
|
721
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
722
|
-
"values": []
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"name": "disabled",
|
|
726
|
-
"values": []
|
|
727
|
-
},
|
|
728
|
-
{
|
|
729
|
-
"name": "invalid",
|
|
730
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
731
|
-
"values": []
|
|
732
|
-
},
|
|
733
|
-
{
|
|
734
|
-
"name": "has-leading-icon",
|
|
735
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
736
|
-
"values": []
|
|
737
|
-
},
|
|
738
|
-
{
|
|
739
|
-
"name": "has-trailing-icon",
|
|
740
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
741
|
-
"values": []
|
|
742
|
-
},
|
|
743
|
-
{
|
|
744
|
-
"name": "has-error-text",
|
|
745
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
746
|
-
"values": []
|
|
747
|
-
}
|
|
748
|
-
],
|
|
749
|
-
"references": []
|
|
750
|
-
},
|
|
751
668
|
{
|
|
752
669
|
"name": "u-checkbox-list-item",
|
|
753
670
|
"description": "\n---\n",
|
|
@@ -816,12 +733,6 @@
|
|
|
816
733
|
],
|
|
817
734
|
"references": []
|
|
818
735
|
},
|
|
819
|
-
{
|
|
820
|
-
"name": "u-elevation",
|
|
821
|
-
"description": "\n---\n",
|
|
822
|
-
"attributes": [],
|
|
823
|
-
"references": []
|
|
824
|
-
},
|
|
825
736
|
{
|
|
826
737
|
"name": "u-chip-set",
|
|
827
738
|
"description": "\n---\n",
|
|
@@ -849,62 +760,139 @@
|
|
|
849
760
|
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
850
761
|
"attributes": [
|
|
851
762
|
{
|
|
852
|
-
"name": "selected",
|
|
853
|
-
"description": "Whether the chip is selected or not",
|
|
763
|
+
"name": "selected",
|
|
764
|
+
"description": "Whether the chip is selected or not",
|
|
765
|
+
"values": []
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"name": "clickable",
|
|
769
|
+
"values": []
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"name": "elevated",
|
|
773
|
+
"description": "Adds elevation to the chip",
|
|
774
|
+
"values": []
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"name": "toggle",
|
|
778
|
+
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
779
|
+
"values": []
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"name": "removable",
|
|
783
|
+
"description": "Add the remove icon",
|
|
784
|
+
"values": []
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"name": "hide-selected-icon",
|
|
788
|
+
"description": "Hide the selected icon",
|
|
789
|
+
"values": []
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"name": "disabled",
|
|
793
|
+
"description": "Whether the button is disabled or not.",
|
|
794
|
+
"values": []
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"name": "href",
|
|
798
|
+
"description": "The URL that the link button points to.",
|
|
799
|
+
"values": []
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"name": "target",
|
|
803
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
804
|
+
"values": []
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"name": "name",
|
|
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",
|
|
854
844
|
"values": []
|
|
855
845
|
},
|
|
856
846
|
{
|
|
857
|
-
"name": "
|
|
847
|
+
"name": "counter",
|
|
858
848
|
"values": []
|
|
859
849
|
},
|
|
860
850
|
{
|
|
861
|
-
"name": "
|
|
862
|
-
"description": "Adds elevation to the chip",
|
|
851
|
+
"name": "hide-counter",
|
|
863
852
|
"values": []
|
|
864
853
|
},
|
|
865
854
|
{
|
|
866
|
-
"name": "
|
|
867
|
-
"description": "
|
|
855
|
+
"name": "supporting-text",
|
|
856
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
868
857
|
"values": []
|
|
869
858
|
},
|
|
870
859
|
{
|
|
871
|
-
"name": "
|
|
872
|
-
"description": "
|
|
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`",
|
|
873
862
|
"values": []
|
|
874
863
|
},
|
|
875
864
|
{
|
|
876
|
-
"name": "
|
|
877
|
-
"description": "
|
|
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.",
|
|
878
867
|
"values": []
|
|
879
868
|
},
|
|
880
869
|
{
|
|
881
870
|
"name": "disabled",
|
|
882
|
-
"description": "Whether the button is disabled or not.",
|
|
883
871
|
"values": []
|
|
884
872
|
},
|
|
885
873
|
{
|
|
886
|
-
"name": "
|
|
887
|
-
"description": "
|
|
874
|
+
"name": "invalid",
|
|
875
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
888
876
|
"values": []
|
|
889
877
|
},
|
|
890
878
|
{
|
|
891
|
-
"name": "
|
|
892
|
-
"description": "
|
|
879
|
+
"name": "has-leading-icon",
|
|
880
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
893
881
|
"values": []
|
|
894
882
|
},
|
|
895
883
|
{
|
|
896
|
-
"name": "
|
|
884
|
+
"name": "has-trailing-icon",
|
|
885
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
886
|
+
"values": []
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"name": "has-error-text",
|
|
890
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
897
891
|
"values": []
|
|
898
892
|
}
|
|
899
893
|
],
|
|
900
894
|
"references": []
|
|
901
895
|
},
|
|
902
|
-
{
|
|
903
|
-
"name": "u-icon",
|
|
904
|
-
"description": "\n---\n",
|
|
905
|
-
"attributes": [],
|
|
906
|
-
"references": []
|
|
907
|
-
},
|
|
908
896
|
{
|
|
909
897
|
"name": "u-dialog",
|
|
910
898
|
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
@@ -926,6 +914,12 @@
|
|
|
926
914
|
],
|
|
927
915
|
"references": []
|
|
928
916
|
},
|
|
917
|
+
{
|
|
918
|
+
"name": "u-elevation",
|
|
919
|
+
"description": "\n---\n",
|
|
920
|
+
"attributes": [],
|
|
921
|
+
"references": []
|
|
922
|
+
},
|
|
929
923
|
{
|
|
930
924
|
"name": "u-field",
|
|
931
925
|
"description": "\n---\n",
|
|
@@ -1000,6 +994,12 @@
|
|
|
1000
994
|
],
|
|
1001
995
|
"references": []
|
|
1002
996
|
},
|
|
997
|
+
{
|
|
998
|
+
"name": "u-icon",
|
|
999
|
+
"description": "\n---\n",
|
|
1000
|
+
"attributes": [],
|
|
1001
|
+
"references": []
|
|
1002
|
+
},
|
|
1003
1003
|
{
|
|
1004
1004
|
"name": "u-list-item",
|
|
1005
1005
|
"description": "\n---\n",
|
|
@@ -1133,36 +1133,6 @@
|
|
|
1133
1133
|
],
|
|
1134
1134
|
"references": []
|
|
1135
1135
|
},
|
|
1136
|
-
{
|
|
1137
|
-
"name": "u-circular-progress",
|
|
1138
|
-
"description": "\n---\n",
|
|
1139
|
-
"attributes": [
|
|
1140
|
-
{
|
|
1141
|
-
"name": "value",
|
|
1142
|
-
"values": []
|
|
1143
|
-
},
|
|
1144
|
-
{
|
|
1145
|
-
"name": "max",
|
|
1146
|
-
"values": []
|
|
1147
|
-
}
|
|
1148
|
-
],
|
|
1149
|
-
"references": []
|
|
1150
|
-
},
|
|
1151
|
-
{
|
|
1152
|
-
"name": "u-progress-bar",
|
|
1153
|
-
"description": "\n---\n",
|
|
1154
|
-
"attributes": [
|
|
1155
|
-
{
|
|
1156
|
-
"name": "value",
|
|
1157
|
-
"values": []
|
|
1158
|
-
},
|
|
1159
|
-
{
|
|
1160
|
-
"name": "max",
|
|
1161
|
-
"values": []
|
|
1162
|
-
}
|
|
1163
|
-
],
|
|
1164
|
-
"references": []
|
|
1165
|
-
},
|
|
1166
1136
|
{
|
|
1167
1137
|
"name": "u-drawer-headline",
|
|
1168
1138
|
"description": "\n---\n",
|
|
@@ -1244,6 +1214,36 @@
|
|
|
1244
1214
|
"attributes": [],
|
|
1245
1215
|
"references": []
|
|
1246
1216
|
},
|
|
1217
|
+
{
|
|
1218
|
+
"name": "u-circular-progress",
|
|
1219
|
+
"description": "\n---\n",
|
|
1220
|
+
"attributes": [
|
|
1221
|
+
{
|
|
1222
|
+
"name": "value",
|
|
1223
|
+
"values": []
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"name": "max",
|
|
1227
|
+
"values": []
|
|
1228
|
+
}
|
|
1229
|
+
],
|
|
1230
|
+
"references": []
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"name": "u-progress-bar",
|
|
1234
|
+
"description": "\n---\n",
|
|
1235
|
+
"attributes": [
|
|
1236
|
+
{
|
|
1237
|
+
"name": "value",
|
|
1238
|
+
"values": []
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"name": "max",
|
|
1242
|
+
"values": []
|
|
1243
|
+
}
|
|
1244
|
+
],
|
|
1245
|
+
"references": []
|
|
1246
|
+
},
|
|
1247
1247
|
{
|
|
1248
1248
|
"name": "u-radio-list-item",
|
|
1249
1249
|
"description": "\n---\n",
|
|
@@ -1555,37 +1555,32 @@
|
|
|
1555
1555
|
"references": []
|
|
1556
1556
|
},
|
|
1557
1557
|
{
|
|
1558
|
-
"name": "u-
|
|
1558
|
+
"name": "u-snackbar",
|
|
1559
1559
|
"description": "\n---\n",
|
|
1560
1560
|
"attributes": [
|
|
1561
1561
|
{
|
|
1562
|
-
"name": "
|
|
1563
|
-
"values": []
|
|
1564
|
-
},
|
|
1565
|
-
{
|
|
1566
|
-
"name": "name",
|
|
1567
|
-
"values": []
|
|
1568
|
-
},
|
|
1569
|
-
{
|
|
1570
|
-
"name": "disabled",
|
|
1562
|
+
"name": "message",
|
|
1571
1563
|
"values": []
|
|
1572
1564
|
},
|
|
1573
1565
|
{
|
|
1574
|
-
"name": "
|
|
1575
|
-
"description": "The element value to use in form submission when checked.",
|
|
1566
|
+
"name": "action",
|
|
1576
1567
|
"values": []
|
|
1577
1568
|
},
|
|
1578
1569
|
{
|
|
1579
|
-
"name": "
|
|
1570
|
+
"name": "show-close",
|
|
1580
1571
|
"values": []
|
|
1581
1572
|
}
|
|
1582
1573
|
],
|
|
1583
1574
|
"references": []
|
|
1584
1575
|
},
|
|
1585
1576
|
{
|
|
1586
|
-
"name": "u-switch",
|
|
1577
|
+
"name": "u-switch-list-item",
|
|
1587
1578
|
"description": "\n---\n",
|
|
1588
1579
|
"attributes": [
|
|
1580
|
+
{
|
|
1581
|
+
"name": "leading",
|
|
1582
|
+
"values": []
|
|
1583
|
+
},
|
|
1589
1584
|
{
|
|
1590
1585
|
"name": "name",
|
|
1591
1586
|
"values": []
|
|
@@ -1607,19 +1602,24 @@
|
|
|
1607
1602
|
"references": []
|
|
1608
1603
|
},
|
|
1609
1604
|
{
|
|
1610
|
-
"name": "u-
|
|
1605
|
+
"name": "u-switch",
|
|
1611
1606
|
"description": "\n---\n",
|
|
1612
1607
|
"attributes": [
|
|
1613
1608
|
{
|
|
1614
|
-
"name": "
|
|
1609
|
+
"name": "name",
|
|
1615
1610
|
"values": []
|
|
1616
1611
|
},
|
|
1617
1612
|
{
|
|
1618
|
-
"name": "
|
|
1613
|
+
"name": "disabled",
|
|
1619
1614
|
"values": []
|
|
1620
1615
|
},
|
|
1621
1616
|
{
|
|
1622
|
-
"name": "
|
|
1617
|
+
"name": "value",
|
|
1618
|
+
"description": "The element value to use in form submission when checked.",
|
|
1619
|
+
"values": []
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
"name": "checked",
|
|
1623
1623
|
"values": []
|
|
1624
1624
|
}
|
|
1625
1625
|
],
|
|
@@ -1726,6 +1726,54 @@
|
|
|
1726
1726
|
],
|
|
1727
1727
|
"references": []
|
|
1728
1728
|
},
|
|
1729
|
+
{
|
|
1730
|
+
"name": "u-tab-bar",
|
|
1731
|
+
"description": "\n---\n",
|
|
1732
|
+
"attributes": [
|
|
1733
|
+
{
|
|
1734
|
+
"name": "variant",
|
|
1735
|
+
"values": [
|
|
1736
|
+
{
|
|
1737
|
+
"name": "primary"
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"name": "secondary"
|
|
1741
|
+
}
|
|
1742
|
+
]
|
|
1743
|
+
}
|
|
1744
|
+
],
|
|
1745
|
+
"references": []
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
"name": "u-tab",
|
|
1749
|
+
"description": "\n---\n",
|
|
1750
|
+
"attributes": [
|
|
1751
|
+
{
|
|
1752
|
+
"name": "hasIcon",
|
|
1753
|
+
"values": []
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"name": "disabled",
|
|
1757
|
+
"description": "Whether the button is disabled or not.",
|
|
1758
|
+
"values": []
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"name": "href",
|
|
1762
|
+
"description": "The URL that the link button points to.",
|
|
1763
|
+
"values": []
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
"name": "target",
|
|
1767
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1768
|
+
"values": []
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"name": "name",
|
|
1772
|
+
"values": []
|
|
1773
|
+
}
|
|
1774
|
+
],
|
|
1775
|
+
"references": []
|
|
1776
|
+
},
|
|
1729
1777
|
{
|
|
1730
1778
|
"name": "u-text-field",
|
|
1731
1779
|
"description": "\n---\n",
|
|
@@ -1943,54 +1991,6 @@
|
|
|
1943
1991
|
}
|
|
1944
1992
|
],
|
|
1945
1993
|
"references": []
|
|
1946
|
-
},
|
|
1947
|
-
{
|
|
1948
|
-
"name": "u-tab-bar",
|
|
1949
|
-
"description": "\n---\n",
|
|
1950
|
-
"attributes": [
|
|
1951
|
-
{
|
|
1952
|
-
"name": "variant",
|
|
1953
|
-
"values": [
|
|
1954
|
-
{
|
|
1955
|
-
"name": "primary"
|
|
1956
|
-
},
|
|
1957
|
-
{
|
|
1958
|
-
"name": "secondary"
|
|
1959
|
-
}
|
|
1960
|
-
]
|
|
1961
|
-
}
|
|
1962
|
-
],
|
|
1963
|
-
"references": []
|
|
1964
|
-
},
|
|
1965
|
-
{
|
|
1966
|
-
"name": "u-tab",
|
|
1967
|
-
"description": "\n---\n",
|
|
1968
|
-
"attributes": [
|
|
1969
|
-
{
|
|
1970
|
-
"name": "hasIcon",
|
|
1971
|
-
"values": []
|
|
1972
|
-
},
|
|
1973
|
-
{
|
|
1974
|
-
"name": "disabled",
|
|
1975
|
-
"description": "Whether the button is disabled or not.",
|
|
1976
|
-
"values": []
|
|
1977
|
-
},
|
|
1978
|
-
{
|
|
1979
|
-
"name": "href",
|
|
1980
|
-
"description": "The URL that the link button points to.",
|
|
1981
|
-
"values": []
|
|
1982
|
-
},
|
|
1983
|
-
{
|
|
1984
|
-
"name": "target",
|
|
1985
|
-
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1986
|
-
"values": []
|
|
1987
|
-
},
|
|
1988
|
-
{
|
|
1989
|
-
"name": "name",
|
|
1990
|
-
"values": []
|
|
1991
|
-
}
|
|
1992
|
-
],
|
|
1993
|
-
"references": []
|
|
1994
1994
|
}
|
|
1995
1995
|
]
|
|
1996
1996
|
}
|