@universal-material/web 3.5.9 → 3.6.0
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 +128 -595
- package/css/universal-material.min.css +128 -595
- package/custom-elements.json +7980 -7980
- package/package.json +1 -1
- package/scss/_css-vars.scss +5 -1
- package/scss/_reboot.scss +3 -4
- package/scss/mixins/_text-bg.scss +2 -12
- package/scss/table/_table.scss +3 -3
- package/scss/utilities/_divider.scss +1 -1
- package/theme/theme-builder.d.ts.map +1 -1
- package/theme/theme-builder.js +1 -2
- package/theme/theme-builder.js.map +1 -1
- package/vscode.html-custom-data.json +295 -295
|
@@ -3,51 +3,90 @@
|
|
|
3
3
|
"version": 1.1,
|
|
4
4
|
"tags": [
|
|
5
5
|
{
|
|
6
|
-
"name": "u-
|
|
6
|
+
"name": "u-badge",
|
|
7
7
|
"description": "\n---\n",
|
|
8
8
|
"attributes": [
|
|
9
9
|
{
|
|
10
|
-
"name": "
|
|
11
|
-
"values": [
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
10
|
+
"name": "static",
|
|
11
|
+
"values": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"references": []
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "u-button-field",
|
|
18
|
+
"description": "\n---\n",
|
|
19
|
+
"attributes": [
|
|
20
|
+
{
|
|
21
|
+
"name": "value",
|
|
22
|
+
"values": []
|
|
22
23
|
},
|
|
23
24
|
{
|
|
24
|
-
"name": "
|
|
25
|
+
"name": "placeholder",
|
|
26
|
+
"values": []
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "variant",
|
|
25
30
|
"values": [
|
|
26
31
|
{
|
|
27
|
-
"name": "
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"name": "medium"
|
|
32
|
+
"name": "filled"
|
|
31
33
|
},
|
|
32
34
|
{
|
|
33
|
-
"name": "
|
|
35
|
+
"name": "outlined"
|
|
34
36
|
}
|
|
35
37
|
]
|
|
36
38
|
},
|
|
37
39
|
{
|
|
38
|
-
"name": "
|
|
40
|
+
"name": "label",
|
|
41
|
+
"description": "The floating label for the field",
|
|
39
42
|
"values": []
|
|
40
43
|
},
|
|
41
44
|
{
|
|
42
|
-
"name": "
|
|
43
|
-
"values": [
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
45
|
+
"name": "counter",
|
|
46
|
+
"values": []
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "hide-counter",
|
|
50
|
+
"values": []
|
|
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": []
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"name": "has-trailing-icon",
|
|
83
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
84
|
+
"values": []
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "has-error-text",
|
|
88
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
89
|
+
"values": []
|
|
51
90
|
}
|
|
52
91
|
],
|
|
53
92
|
"references": []
|
|
@@ -495,90 +534,51 @@
|
|
|
495
534
|
"references": []
|
|
496
535
|
},
|
|
497
536
|
{
|
|
498
|
-
"name": "u-
|
|
537
|
+
"name": "u-top-app-bar",
|
|
499
538
|
"description": "\n---\n",
|
|
500
539
|
"attributes": [
|
|
501
540
|
{
|
|
502
|
-
"name": "
|
|
503
|
-
"values": []
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"name": "placeholder",
|
|
507
|
-
"values": []
|
|
508
|
-
},
|
|
509
|
-
{
|
|
510
|
-
"name": "variant",
|
|
541
|
+
"name": "position",
|
|
511
542
|
"values": [
|
|
512
543
|
{
|
|
513
|
-
"name": "
|
|
544
|
+
"name": "fixed"
|
|
514
545
|
},
|
|
515
546
|
{
|
|
516
|
-
"name": "
|
|
547
|
+
"name": "absolute"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"name": "static"
|
|
517
551
|
}
|
|
518
552
|
]
|
|
519
553
|
},
|
|
520
554
|
{
|
|
521
|
-
"name": "
|
|
522
|
-
"
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
{
|
|
534
|
-
"name": "supporting-text",
|
|
535
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
536
|
-
"values": []
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
"name": "error-text",
|
|
540
|
-
"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`",
|
|
541
|
-
"values": []
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
"name": "empty",
|
|
545
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
546
|
-
"values": []
|
|
547
|
-
},
|
|
548
|
-
{
|
|
549
|
-
"name": "disabled",
|
|
550
|
-
"values": []
|
|
551
|
-
},
|
|
552
|
-
{
|
|
553
|
-
"name": "invalid",
|
|
554
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
555
|
-
"values": []
|
|
556
|
-
},
|
|
557
|
-
{
|
|
558
|
-
"name": "has-leading-icon",
|
|
559
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
560
|
-
"values": []
|
|
555
|
+
"name": "size",
|
|
556
|
+
"values": [
|
|
557
|
+
{
|
|
558
|
+
"name": "small"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"name": "medium"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "large"
|
|
565
|
+
}
|
|
566
|
+
]
|
|
561
567
|
},
|
|
562
568
|
{
|
|
563
|
-
"name": "
|
|
564
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
569
|
+
"name": "headline",
|
|
565
570
|
"values": []
|
|
566
571
|
},
|
|
567
572
|
{
|
|
568
|
-
"name": "
|
|
569
|
-
"
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
"description": "\n---\n",
|
|
578
|
-
"attributes": [
|
|
579
|
-
{
|
|
580
|
-
"name": "static",
|
|
581
|
-
"values": []
|
|
573
|
+
"name": "scrollContainer",
|
|
574
|
+
"values": [
|
|
575
|
+
{
|
|
576
|
+
"name": "none"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"name": "window"
|
|
580
|
+
}
|
|
581
|
+
]
|
|
582
582
|
}
|
|
583
583
|
],
|
|
584
584
|
"references": []
|
|
@@ -666,55 +666,59 @@
|
|
|
666
666
|
"references": []
|
|
667
667
|
},
|
|
668
668
|
{
|
|
669
|
-
"name": "u-
|
|
670
|
-
"description": "\n---\n",
|
|
669
|
+
"name": "u-chip-field",
|
|
670
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
671
671
|
"attributes": [
|
|
672
672
|
{
|
|
673
|
-
"name": "
|
|
673
|
+
"name": "name",
|
|
674
674
|
"values": []
|
|
675
675
|
},
|
|
676
676
|
{
|
|
677
|
-
"name": "
|
|
677
|
+
"name": "manual",
|
|
678
|
+
"description": "If true, ignore enter key input",
|
|
678
679
|
"values": []
|
|
679
680
|
},
|
|
680
681
|
{
|
|
681
|
-
"name": "
|
|
682
|
+
"name": "placeholder",
|
|
682
683
|
"values": []
|
|
683
684
|
},
|
|
684
685
|
{
|
|
685
|
-
"name": "
|
|
686
|
-
"values": [
|
|
686
|
+
"name": "variant",
|
|
687
|
+
"values": [
|
|
688
|
+
{
|
|
689
|
+
"name": "filled"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"name": "outlined"
|
|
693
|
+
}
|
|
694
|
+
]
|
|
687
695
|
},
|
|
688
696
|
{
|
|
689
|
-
"name": "
|
|
697
|
+
"name": "label",
|
|
698
|
+
"description": "The floating label for the field",
|
|
690
699
|
"values": []
|
|
691
700
|
},
|
|
692
701
|
{
|
|
693
|
-
"name": "
|
|
694
|
-
"description": "The element value to use in form submission when checked.",
|
|
702
|
+
"name": "counter",
|
|
695
703
|
"values": []
|
|
696
704
|
},
|
|
697
705
|
{
|
|
698
|
-
"name": "
|
|
706
|
+
"name": "hide-counter",
|
|
699
707
|
"values": []
|
|
700
|
-
}
|
|
701
|
-
],
|
|
702
|
-
"references": []
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
"name": "u-checkbox",
|
|
706
|
-
"description": "\n---\n",
|
|
707
|
-
"attributes": [
|
|
708
|
+
},
|
|
708
709
|
{
|
|
709
|
-
"name": "
|
|
710
|
+
"name": "supporting-text",
|
|
711
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
710
712
|
"values": []
|
|
711
713
|
},
|
|
712
714
|
{
|
|
713
|
-
"name": "
|
|
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`",
|
|
714
717
|
"values": []
|
|
715
718
|
},
|
|
716
719
|
{
|
|
717
|
-
"name": "
|
|
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.",
|
|
718
722
|
"values": []
|
|
719
723
|
},
|
|
720
724
|
{
|
|
@@ -722,177 +726,185 @@
|
|
|
722
726
|
"values": []
|
|
723
727
|
},
|
|
724
728
|
{
|
|
725
|
-
"name": "
|
|
726
|
-
"description": "
|
|
729
|
+
"name": "invalid",
|
|
730
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
727
731
|
"values": []
|
|
728
732
|
},
|
|
729
733
|
{
|
|
730
|
-
"name": "
|
|
734
|
+
"name": "has-leading-icon",
|
|
735
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
731
736
|
"values": []
|
|
732
|
-
}
|
|
733
|
-
],
|
|
734
|
-
"references": []
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
"name": "u-chip-set",
|
|
738
|
-
"description": "\n---\n",
|
|
739
|
-
"attributes": [
|
|
737
|
+
},
|
|
740
738
|
{
|
|
741
|
-
"name": "
|
|
742
|
-
"description": "
|
|
743
|
-
"values": [
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
},
|
|
750
|
-
{
|
|
751
|
-
"name": "end"
|
|
752
|
-
}
|
|
753
|
-
]
|
|
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": []
|
|
754
747
|
}
|
|
755
748
|
],
|
|
756
749
|
"references": []
|
|
757
750
|
},
|
|
758
751
|
{
|
|
759
|
-
"name": "u-
|
|
760
|
-
"description": "\n---\n
|
|
752
|
+
"name": "u-checkbox-list-item",
|
|
753
|
+
"description": "\n---\n",
|
|
761
754
|
"attributes": [
|
|
762
755
|
{
|
|
763
|
-
"name": "
|
|
764
|
-
"description": "Whether the chip is selected or not",
|
|
756
|
+
"name": "leading",
|
|
765
757
|
"values": []
|
|
766
758
|
},
|
|
767
759
|
{
|
|
768
|
-
"name": "
|
|
760
|
+
"name": "hide-state-layer",
|
|
769
761
|
"values": []
|
|
770
762
|
},
|
|
771
763
|
{
|
|
772
|
-
"name": "
|
|
773
|
-
"description": "Adds elevation to the chip",
|
|
764
|
+
"name": "indeterminate",
|
|
774
765
|
"values": []
|
|
775
766
|
},
|
|
776
767
|
{
|
|
777
|
-
"name": "
|
|
778
|
-
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
768
|
+
"name": "name",
|
|
779
769
|
"values": []
|
|
780
770
|
},
|
|
781
771
|
{
|
|
782
|
-
"name": "
|
|
783
|
-
"description": "Add the remove icon",
|
|
772
|
+
"name": "disabled",
|
|
784
773
|
"values": []
|
|
785
774
|
},
|
|
786
775
|
{
|
|
787
|
-
"name": "
|
|
788
|
-
"description": "
|
|
776
|
+
"name": "value",
|
|
777
|
+
"description": "The element value to use in form submission when checked.",
|
|
789
778
|
"values": []
|
|
790
779
|
},
|
|
791
780
|
{
|
|
792
|
-
"name": "
|
|
793
|
-
"description": "Whether the button is disabled or not.",
|
|
781
|
+
"name": "checked",
|
|
794
782
|
"values": []
|
|
795
|
-
}
|
|
783
|
+
}
|
|
784
|
+
],
|
|
785
|
+
"references": []
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"name": "u-checkbox",
|
|
789
|
+
"description": "\n---\n",
|
|
790
|
+
"attributes": [
|
|
796
791
|
{
|
|
797
|
-
"name": "
|
|
798
|
-
"description": "The URL that the link button points to.",
|
|
792
|
+
"name": "hide-state-layer",
|
|
799
793
|
"values": []
|
|
800
794
|
},
|
|
801
795
|
{
|
|
802
|
-
"name": "
|
|
803
|
-
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
796
|
+
"name": "indeterminate",
|
|
804
797
|
"values": []
|
|
805
798
|
},
|
|
806
799
|
{
|
|
807
800
|
"name": "name",
|
|
808
801
|
"values": []
|
|
809
|
-
}
|
|
810
|
-
],
|
|
811
|
-
"references": []
|
|
812
|
-
},
|
|
813
|
-
{
|
|
814
|
-
"name": "u-chip-field",
|
|
815
|
-
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
816
|
-
"attributes": [
|
|
802
|
+
},
|
|
817
803
|
{
|
|
818
|
-
"name": "
|
|
804
|
+
"name": "disabled",
|
|
819
805
|
"values": []
|
|
820
806
|
},
|
|
821
807
|
{
|
|
822
|
-
"name": "
|
|
823
|
-
"description": "
|
|
808
|
+
"name": "value",
|
|
809
|
+
"description": "The element value to use in form submission when checked.",
|
|
824
810
|
"values": []
|
|
825
811
|
},
|
|
826
812
|
{
|
|
827
|
-
"name": "
|
|
813
|
+
"name": "checked",
|
|
828
814
|
"values": []
|
|
829
|
-
}
|
|
815
|
+
}
|
|
816
|
+
],
|
|
817
|
+
"references": []
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"name": "u-elevation",
|
|
821
|
+
"description": "\n---\n",
|
|
822
|
+
"attributes": [],
|
|
823
|
+
"references": []
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"name": "u-chip-set",
|
|
827
|
+
"description": "\n---\n",
|
|
828
|
+
"attributes": [
|
|
830
829
|
{
|
|
831
|
-
"name": "
|
|
830
|
+
"name": "alignment",
|
|
831
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
832
832
|
"values": [
|
|
833
833
|
{
|
|
834
|
-
"name": "
|
|
834
|
+
"name": "start"
|
|
835
835
|
},
|
|
836
836
|
{
|
|
837
|
-
"name": "
|
|
837
|
+
"name": "center"
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"name": "end"
|
|
838
841
|
}
|
|
839
842
|
]
|
|
840
|
-
}
|
|
843
|
+
}
|
|
844
|
+
],
|
|
845
|
+
"references": []
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"name": "u-chip",
|
|
849
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
850
|
+
"attributes": [
|
|
841
851
|
{
|
|
842
|
-
"name": "
|
|
843
|
-
"description": "
|
|
852
|
+
"name": "selected",
|
|
853
|
+
"description": "Whether the chip is selected or not",
|
|
844
854
|
"values": []
|
|
845
855
|
},
|
|
846
856
|
{
|
|
847
|
-
"name": "
|
|
857
|
+
"name": "clickable",
|
|
848
858
|
"values": []
|
|
849
859
|
},
|
|
850
860
|
{
|
|
851
|
-
"name": "
|
|
861
|
+
"name": "elevated",
|
|
862
|
+
"description": "Adds elevation to the chip",
|
|
852
863
|
"values": []
|
|
853
864
|
},
|
|
854
865
|
{
|
|
855
|
-
"name": "
|
|
856
|
-
"description": "
|
|
866
|
+
"name": "toggle",
|
|
867
|
+
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
857
868
|
"values": []
|
|
858
869
|
},
|
|
859
870
|
{
|
|
860
|
-
"name": "
|
|
861
|
-
"description": "
|
|
871
|
+
"name": "removable",
|
|
872
|
+
"description": "Add the remove icon",
|
|
862
873
|
"values": []
|
|
863
874
|
},
|
|
864
875
|
{
|
|
865
|
-
"name": "
|
|
866
|
-
"description": "
|
|
876
|
+
"name": "hide-selected-icon",
|
|
877
|
+
"description": "Hide the selected icon",
|
|
867
878
|
"values": []
|
|
868
879
|
},
|
|
869
880
|
{
|
|
870
881
|
"name": "disabled",
|
|
882
|
+
"description": "Whether the button is disabled or not.",
|
|
871
883
|
"values": []
|
|
872
884
|
},
|
|
873
885
|
{
|
|
874
|
-
"name": "
|
|
875
|
-
"description": "
|
|
876
|
-
"values": []
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"name": "has-leading-icon",
|
|
880
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
886
|
+
"name": "href",
|
|
887
|
+
"description": "The URL that the link button points to.",
|
|
881
888
|
"values": []
|
|
882
889
|
},
|
|
883
890
|
{
|
|
884
|
-
"name": "
|
|
885
|
-
"description": "
|
|
891
|
+
"name": "target",
|
|
892
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
886
893
|
"values": []
|
|
887
894
|
},
|
|
888
895
|
{
|
|
889
|
-
"name": "
|
|
890
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
896
|
+
"name": "name",
|
|
891
897
|
"values": []
|
|
892
898
|
}
|
|
893
899
|
],
|
|
894
900
|
"references": []
|
|
895
901
|
},
|
|
902
|
+
{
|
|
903
|
+
"name": "u-icon",
|
|
904
|
+
"description": "\n---\n",
|
|
905
|
+
"attributes": [],
|
|
906
|
+
"references": []
|
|
907
|
+
},
|
|
896
908
|
{
|
|
897
909
|
"name": "u-dialog",
|
|
898
910
|
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
@@ -914,12 +926,6 @@
|
|
|
914
926
|
],
|
|
915
927
|
"references": []
|
|
916
928
|
},
|
|
917
|
-
{
|
|
918
|
-
"name": "u-elevation",
|
|
919
|
-
"description": "\n---\n",
|
|
920
|
-
"attributes": [],
|
|
921
|
-
"references": []
|
|
922
|
-
},
|
|
923
929
|
{
|
|
924
930
|
"name": "u-field",
|
|
925
931
|
"description": "\n---\n",
|
|
@@ -994,12 +1000,6 @@
|
|
|
994
1000
|
],
|
|
995
1001
|
"references": []
|
|
996
1002
|
},
|
|
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,6 +1133,36 @@
|
|
|
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
|
+
},
|
|
1136
1166
|
{
|
|
1137
1167
|
"name": "u-drawer-headline",
|
|
1138
1168
|
"description": "\n---\n",
|
|
@@ -1214,36 +1244,6 @@
|
|
|
1214
1244
|
"attributes": [],
|
|
1215
1245
|
"references": []
|
|
1216
1246
|
},
|
|
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",
|
|
@@ -1554,25 +1554,6 @@
|
|
|
1554
1554
|
],
|
|
1555
1555
|
"references": []
|
|
1556
1556
|
},
|
|
1557
|
-
{
|
|
1558
|
-
"name": "u-snackbar",
|
|
1559
|
-
"description": "\n---\n",
|
|
1560
|
-
"attributes": [
|
|
1561
|
-
{
|
|
1562
|
-
"name": "message",
|
|
1563
|
-
"values": []
|
|
1564
|
-
},
|
|
1565
|
-
{
|
|
1566
|
-
"name": "action",
|
|
1567
|
-
"values": []
|
|
1568
|
-
},
|
|
1569
|
-
{
|
|
1570
|
-
"name": "show-close",
|
|
1571
|
-
"values": []
|
|
1572
|
-
}
|
|
1573
|
-
],
|
|
1574
|
-
"references": []
|
|
1575
|
-
},
|
|
1576
1557
|
{
|
|
1577
1558
|
"name": "u-switch-list-item",
|
|
1578
1559
|
"description": "\n---\n",
|
|
@@ -1626,48 +1607,19 @@
|
|
|
1626
1607
|
"references": []
|
|
1627
1608
|
},
|
|
1628
1609
|
{
|
|
1629
|
-
"name": "u-
|
|
1630
|
-
"description": "\n---\n",
|
|
1631
|
-
"attributes": [
|
|
1632
|
-
{
|
|
1633
|
-
"name": "variant",
|
|
1634
|
-
"values": [
|
|
1635
|
-
{
|
|
1636
|
-
"name": "primary"
|
|
1637
|
-
},
|
|
1638
|
-
{
|
|
1639
|
-
"name": "secondary"
|
|
1640
|
-
}
|
|
1641
|
-
]
|
|
1642
|
-
}
|
|
1643
|
-
],
|
|
1644
|
-
"references": []
|
|
1645
|
-
},
|
|
1646
|
-
{
|
|
1647
|
-
"name": "u-tab",
|
|
1610
|
+
"name": "u-snackbar",
|
|
1648
1611
|
"description": "\n---\n",
|
|
1649
1612
|
"attributes": [
|
|
1650
1613
|
{
|
|
1651
|
-
"name": "
|
|
1652
|
-
"values": []
|
|
1653
|
-
},
|
|
1654
|
-
{
|
|
1655
|
-
"name": "disabled",
|
|
1656
|
-
"description": "Whether the button is disabled or not.",
|
|
1657
|
-
"values": []
|
|
1658
|
-
},
|
|
1659
|
-
{
|
|
1660
|
-
"name": "href",
|
|
1661
|
-
"description": "The URL that the link button points to.",
|
|
1614
|
+
"name": "message",
|
|
1662
1615
|
"values": []
|
|
1663
1616
|
},
|
|
1664
1617
|
{
|
|
1665
|
-
"name": "
|
|
1666
|
-
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1618
|
+
"name": "action",
|
|
1667
1619
|
"values": []
|
|
1668
1620
|
},
|
|
1669
1621
|
{
|
|
1670
|
-
"name": "
|
|
1622
|
+
"name": "show-close",
|
|
1671
1623
|
"values": []
|
|
1672
1624
|
}
|
|
1673
1625
|
],
|
|
@@ -1991,6 +1943,54 @@
|
|
|
1991
1943
|
}
|
|
1992
1944
|
],
|
|
1993
1945
|
"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
|
}
|