@universal-material/web 3.6.21 → 3.6.23
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/dist/css/universal-material.css +4109 -0
- package/dist/css/universal-material.min.css +4109 -0
- package/dist/custom-elements.json +25060 -0
- package/dist/package.json +17 -5
- package/dist/scss/_api.scss +2 -0
- package/dist/scss/_colors.scss +2 -0
- package/dist/scss/_css-vars.scss +53 -0
- package/dist/scss/_functions.scss +29 -0
- package/dist/scss/_global.scss +27 -0
- package/dist/scss/_layout.scss +5 -0
- package/dist/scss/_mixins.scss +3 -0
- package/dist/scss/_reboot.scss +498 -0
- package/dist/scss/_utilities.scss +4 -0
- package/dist/scss/_variables.scss +139 -0
- package/dist/scss/colors/_text-bg.scss +38 -0
- package/dist/scss/colors/_text.scss +52 -0
- package/dist/scss/functions/_font.scss +29 -0
- package/dist/scss/layout/_container.scss +14 -0
- package/dist/scss/layout/_grid.scss +12 -0
- package/dist/scss/layout/_margin-and-gutters.scss +37 -0
- package/dist/scss/mixins/_breakpoints.scss +71 -0
- package/dist/scss/mixins/_colors.scss +5 -0
- package/dist/scss/mixins/_text-bg.scss +34 -0
- package/dist/scss/mixins/_typo.scss +43 -0
- package/dist/scss/table/_table.scss +48 -0
- package/dist/scss/typo/_font.scss +5 -0
- package/dist/scss/typo/_typo.scss +19 -0
- package/dist/scss/typo/_variables.scss +19 -0
- package/dist/scss/universal-material.scss +16 -0
- package/dist/scss/utilities/_divider.scss +13 -0
- package/dist/scss/utilities/_scheme.scss +9 -0
- package/dist/scss/utilities/_spacing.scss +23 -0
- package/dist/scss/utilities/_text.scss +54 -0
- package/dist/vscode.html-custom-data.json +281 -281
- package/package.json +3 -3
- package/dist/config.js.map +0 -1
- package/dist/index.js.map +0 -1
|
@@ -52,95 +52,6 @@
|
|
|
52
52
|
],
|
|
53
53
|
"references": []
|
|
54
54
|
},
|
|
55
|
-
{
|
|
56
|
-
"name": "u-badge",
|
|
57
|
-
"description": "\n---\n",
|
|
58
|
-
"attributes": [
|
|
59
|
-
{
|
|
60
|
-
"name": "static",
|
|
61
|
-
"values": []
|
|
62
|
-
}
|
|
63
|
-
],
|
|
64
|
-
"references": []
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"name": "u-button-field",
|
|
68
|
-
"description": "\n---\n",
|
|
69
|
-
"attributes": [
|
|
70
|
-
{
|
|
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",
|
|
139
|
-
"values": []
|
|
140
|
-
}
|
|
141
|
-
],
|
|
142
|
-
"references": []
|
|
143
|
-
},
|
|
144
55
|
{
|
|
145
56
|
"name": "u-button-set",
|
|
146
57
|
"description": "\n---\n",
|
|
@@ -584,38 +495,89 @@
|
|
|
584
495
|
"references": []
|
|
585
496
|
},
|
|
586
497
|
{
|
|
587
|
-
"name": "u-
|
|
588
|
-
"description": "\n---\n
|
|
498
|
+
"name": "u-badge",
|
|
499
|
+
"description": "\n---\n",
|
|
589
500
|
"attributes": [
|
|
590
501
|
{
|
|
591
|
-
"name": "
|
|
592
|
-
"values": []
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
"name": "dateOutsideMonth",
|
|
596
|
-
"values": []
|
|
597
|
-
},
|
|
598
|
-
{
|
|
599
|
-
"name": "locale",
|
|
502
|
+
"name": "static",
|
|
600
503
|
"values": []
|
|
601
504
|
}
|
|
602
505
|
],
|
|
603
506
|
"references": []
|
|
604
507
|
},
|
|
605
508
|
{
|
|
606
|
-
"name": "u-
|
|
607
|
-
"description": "\n---\n
|
|
509
|
+
"name": "u-button-field",
|
|
510
|
+
"description": "\n---\n",
|
|
608
511
|
"attributes": [
|
|
609
512
|
{
|
|
610
513
|
"name": "value",
|
|
611
514
|
"values": []
|
|
612
515
|
},
|
|
613
516
|
{
|
|
614
|
-
"name": "
|
|
517
|
+
"name": "placeholder",
|
|
615
518
|
"values": []
|
|
616
519
|
},
|
|
617
520
|
{
|
|
618
|
-
"name": "
|
|
521
|
+
"name": "variant",
|
|
522
|
+
"values": [
|
|
523
|
+
{
|
|
524
|
+
"name": "filled"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"name": "outlined"
|
|
528
|
+
}
|
|
529
|
+
]
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"name": "label",
|
|
533
|
+
"description": "The floating label for the field",
|
|
534
|
+
"values": []
|
|
535
|
+
},
|
|
536
|
+
{
|
|
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",
|
|
619
581
|
"values": []
|
|
620
582
|
}
|
|
621
583
|
],
|
|
@@ -689,6 +651,44 @@
|
|
|
689
651
|
],
|
|
690
652
|
"references": []
|
|
691
653
|
},
|
|
654
|
+
{
|
|
655
|
+
"name": "u-calendar",
|
|
656
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
657
|
+
"attributes": [
|
|
658
|
+
{
|
|
659
|
+
"name": "value",
|
|
660
|
+
"values": []
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"name": "dateOutsideMonth",
|
|
664
|
+
"values": []
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"name": "locale",
|
|
668
|
+
"values": []
|
|
669
|
+
}
|
|
670
|
+
],
|
|
671
|
+
"references": []
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"name": "u-range-calendar",
|
|
675
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
676
|
+
"attributes": [
|
|
677
|
+
{
|
|
678
|
+
"name": "value",
|
|
679
|
+
"values": []
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"name": "dateOutsideMonth",
|
|
683
|
+
"values": []
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"name": "locale",
|
|
687
|
+
"values": []
|
|
688
|
+
}
|
|
689
|
+
],
|
|
690
|
+
"references": []
|
|
691
|
+
},
|
|
692
692
|
{
|
|
693
693
|
"name": "u-card-content",
|
|
694
694
|
"description": "\n---\n",
|
|
@@ -734,160 +734,160 @@
|
|
|
734
734
|
"references": []
|
|
735
735
|
},
|
|
736
736
|
{
|
|
737
|
-
"name": "u-chip-
|
|
738
|
-
"description": "\n---\n",
|
|
737
|
+
"name": "u-chip-field",
|
|
738
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
739
739
|
"attributes": [
|
|
740
740
|
{
|
|
741
|
-
"name": "
|
|
742
|
-
"
|
|
741
|
+
"name": "name",
|
|
742
|
+
"values": []
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"name": "manual",
|
|
746
|
+
"description": "If true, ignore enter key input",
|
|
747
|
+
"values": []
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"name": "placeholder",
|
|
751
|
+
"values": []
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"name": "variant",
|
|
743
755
|
"values": [
|
|
744
756
|
{
|
|
745
|
-
"name": "
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"name": "center"
|
|
757
|
+
"name": "filled"
|
|
749
758
|
},
|
|
750
759
|
{
|
|
751
|
-
"name": "
|
|
760
|
+
"name": "outlined"
|
|
752
761
|
}
|
|
753
762
|
]
|
|
754
|
-
}
|
|
755
|
-
],
|
|
756
|
-
"references": []
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
"name": "u-chip",
|
|
760
|
-
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
761
|
-
"attributes": [
|
|
763
|
+
},
|
|
762
764
|
{
|
|
763
|
-
"name": "
|
|
764
|
-
"description": "
|
|
765
|
+
"name": "label",
|
|
766
|
+
"description": "The floating label for the field",
|
|
765
767
|
"values": []
|
|
766
768
|
},
|
|
767
769
|
{
|
|
768
|
-
"name": "
|
|
770
|
+
"name": "counter",
|
|
769
771
|
"values": []
|
|
770
772
|
},
|
|
771
773
|
{
|
|
772
|
-
"name": "
|
|
773
|
-
"description": "Adds elevation to the chip",
|
|
774
|
+
"name": "hide-counter",
|
|
774
775
|
"values": []
|
|
775
776
|
},
|
|
776
777
|
{
|
|
777
|
-
"name": "
|
|
778
|
-
"description": "
|
|
778
|
+
"name": "supporting-text",
|
|
779
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
779
780
|
"values": []
|
|
780
781
|
},
|
|
781
782
|
{
|
|
782
|
-
"name": "
|
|
783
|
-
"description": "
|
|
783
|
+
"name": "error-text",
|
|
784
|
+
"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`",
|
|
784
785
|
"values": []
|
|
785
786
|
},
|
|
786
787
|
{
|
|
787
|
-
"name": "
|
|
788
|
-
"description": "
|
|
788
|
+
"name": "empty",
|
|
789
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
789
790
|
"values": []
|
|
790
791
|
},
|
|
791
792
|
{
|
|
792
793
|
"name": "disabled",
|
|
793
|
-
"description": "Whether the button is disabled or not.",
|
|
794
794
|
"values": []
|
|
795
795
|
},
|
|
796
796
|
{
|
|
797
|
-
"name": "
|
|
798
|
-
"description": "
|
|
797
|
+
"name": "invalid",
|
|
798
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
799
799
|
"values": []
|
|
800
800
|
},
|
|
801
801
|
{
|
|
802
|
-
"name": "
|
|
803
|
-
"description": "
|
|
802
|
+
"name": "has-leading-icon",
|
|
803
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
804
804
|
"values": []
|
|
805
805
|
},
|
|
806
806
|
{
|
|
807
|
-
"name": "
|
|
807
|
+
"name": "has-trailing-icon",
|
|
808
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
809
|
+
"values": []
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"name": "has-error-text",
|
|
813
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
808
814
|
"values": []
|
|
809
815
|
}
|
|
810
816
|
],
|
|
811
817
|
"references": []
|
|
812
818
|
},
|
|
813
819
|
{
|
|
814
|
-
"name": "u-chip-
|
|
815
|
-
"description": "\n---\n
|
|
820
|
+
"name": "u-chip-set",
|
|
821
|
+
"description": "\n---\n",
|
|
816
822
|
"attributes": [
|
|
817
823
|
{
|
|
818
|
-
"name": "
|
|
819
|
-
"
|
|
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",
|
|
824
|
+
"name": "alignment",
|
|
825
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
832
826
|
"values": [
|
|
833
827
|
{
|
|
834
|
-
"name": "
|
|
828
|
+
"name": "start"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"name": "center"
|
|
835
832
|
},
|
|
836
833
|
{
|
|
837
|
-
"name": "
|
|
834
|
+
"name": "end"
|
|
838
835
|
}
|
|
839
836
|
]
|
|
840
|
-
}
|
|
837
|
+
}
|
|
838
|
+
],
|
|
839
|
+
"references": []
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"name": "u-chip",
|
|
843
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
844
|
+
"attributes": [
|
|
841
845
|
{
|
|
842
|
-
"name": "
|
|
843
|
-
"description": "
|
|
846
|
+
"name": "selected",
|
|
847
|
+
"description": "Whether the chip is selected or not",
|
|
844
848
|
"values": []
|
|
845
849
|
},
|
|
846
850
|
{
|
|
847
|
-
"name": "
|
|
851
|
+
"name": "clickable",
|
|
848
852
|
"values": []
|
|
849
853
|
},
|
|
850
854
|
{
|
|
851
|
-
"name": "
|
|
855
|
+
"name": "elevated",
|
|
856
|
+
"description": "Adds elevation to the chip",
|
|
852
857
|
"values": []
|
|
853
858
|
},
|
|
854
859
|
{
|
|
855
|
-
"name": "
|
|
856
|
-
"description": "
|
|
860
|
+
"name": "toggle",
|
|
861
|
+
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
857
862
|
"values": []
|
|
858
863
|
},
|
|
859
864
|
{
|
|
860
|
-
"name": "
|
|
861
|
-
"description": "
|
|
865
|
+
"name": "removable",
|
|
866
|
+
"description": "Add the remove icon",
|
|
862
867
|
"values": []
|
|
863
868
|
},
|
|
864
869
|
{
|
|
865
|
-
"name": "
|
|
866
|
-
"description": "
|
|
870
|
+
"name": "hide-selected-icon",
|
|
871
|
+
"description": "Hide the selected icon",
|
|
867
872
|
"values": []
|
|
868
873
|
},
|
|
869
874
|
{
|
|
870
875
|
"name": "disabled",
|
|
876
|
+
"description": "Whether the button is disabled or not.",
|
|
871
877
|
"values": []
|
|
872
878
|
},
|
|
873
879
|
{
|
|
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",
|
|
880
|
+
"name": "href",
|
|
881
|
+
"description": "The URL that the link button points to.",
|
|
881
882
|
"values": []
|
|
882
883
|
},
|
|
883
884
|
{
|
|
884
|
-
"name": "
|
|
885
|
-
"description": "
|
|
885
|
+
"name": "target",
|
|
886
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
886
887
|
"values": []
|
|
887
888
|
},
|
|
888
889
|
{
|
|
889
|
-
"name": "
|
|
890
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
890
|
+
"name": "name",
|
|
891
891
|
"values": []
|
|
892
892
|
}
|
|
893
893
|
],
|
|
@@ -899,12 +899,6 @@
|
|
|
899
899
|
"attributes": [],
|
|
900
900
|
"references": []
|
|
901
901
|
},
|
|
902
|
-
{
|
|
903
|
-
"name": "u-elevation",
|
|
904
|
-
"description": "\n---\n",
|
|
905
|
-
"attributes": [],
|
|
906
|
-
"references": []
|
|
907
|
-
},
|
|
908
902
|
{
|
|
909
903
|
"name": "u-dialog",
|
|
910
904
|
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
@@ -1014,6 +1008,12 @@
|
|
|
1014
1008
|
"attributes": [],
|
|
1015
1009
|
"references": []
|
|
1016
1010
|
},
|
|
1011
|
+
{
|
|
1012
|
+
"name": "u-elevation",
|
|
1013
|
+
"description": "\n---\n",
|
|
1014
|
+
"attributes": [],
|
|
1015
|
+
"references": []
|
|
1016
|
+
},
|
|
1017
1017
|
{
|
|
1018
1018
|
"name": "u-list-item",
|
|
1019
1019
|
"description": "\n---\n",
|
|
@@ -1147,6 +1147,43 @@
|
|
|
1147
1147
|
],
|
|
1148
1148
|
"references": []
|
|
1149
1149
|
},
|
|
1150
|
+
{
|
|
1151
|
+
"name": "u-overflow-menu-item",
|
|
1152
|
+
"description": "\n---\n",
|
|
1153
|
+
"attributes": [
|
|
1154
|
+
{
|
|
1155
|
+
"name": "label",
|
|
1156
|
+
"values": []
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"name": "collapse",
|
|
1160
|
+
"values": [
|
|
1161
|
+
{
|
|
1162
|
+
"name": "auto"
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"name": "always"
|
|
1166
|
+
}
|
|
1167
|
+
]
|
|
1168
|
+
}
|
|
1169
|
+
],
|
|
1170
|
+
"references": []
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"name": "u-overflow-menu",
|
|
1174
|
+
"description": "\n---\n",
|
|
1175
|
+
"attributes": [
|
|
1176
|
+
{
|
|
1177
|
+
"name": "anchor",
|
|
1178
|
+
"values": [
|
|
1179
|
+
{
|
|
1180
|
+
"name": "HTMLElement"
|
|
1181
|
+
}
|
|
1182
|
+
]
|
|
1183
|
+
}
|
|
1184
|
+
],
|
|
1185
|
+
"references": []
|
|
1186
|
+
},
|
|
1150
1187
|
{
|
|
1151
1188
|
"name": "u-drawer-headline",
|
|
1152
1189
|
"description": "\n---\n",
|
|
@@ -1208,44 +1245,22 @@
|
|
|
1208
1245
|
"references": []
|
|
1209
1246
|
},
|
|
1210
1247
|
{
|
|
1211
|
-
"name": "u-
|
|
1248
|
+
"name": "u-circular-progress",
|
|
1212
1249
|
"description": "\n---\n",
|
|
1213
1250
|
"attributes": [
|
|
1214
1251
|
{
|
|
1215
|
-
"name": "
|
|
1252
|
+
"name": "value",
|
|
1216
1253
|
"values": []
|
|
1217
1254
|
},
|
|
1218
1255
|
{
|
|
1219
|
-
"name": "
|
|
1220
|
-
"values": [
|
|
1221
|
-
{
|
|
1222
|
-
"name": "auto"
|
|
1223
|
-
},
|
|
1224
|
-
{
|
|
1225
|
-
"name": "always"
|
|
1226
|
-
}
|
|
1227
|
-
]
|
|
1228
|
-
}
|
|
1229
|
-
],
|
|
1230
|
-
"references": []
|
|
1231
|
-
},
|
|
1232
|
-
{
|
|
1233
|
-
"name": "u-overflow-menu",
|
|
1234
|
-
"description": "\n---\n",
|
|
1235
|
-
"attributes": [
|
|
1236
|
-
{
|
|
1237
|
-
"name": "anchor",
|
|
1238
|
-
"values": [
|
|
1239
|
-
{
|
|
1240
|
-
"name": "HTMLElement"
|
|
1241
|
-
}
|
|
1242
|
-
]
|
|
1256
|
+
"name": "max",
|
|
1257
|
+
"values": []
|
|
1243
1258
|
}
|
|
1244
1259
|
],
|
|
1245
1260
|
"references": []
|
|
1246
1261
|
},
|
|
1247
1262
|
{
|
|
1248
|
-
"name": "u-
|
|
1263
|
+
"name": "u-progress-bar",
|
|
1249
1264
|
"description": "\n---\n",
|
|
1250
1265
|
"attributes": [
|
|
1251
1266
|
{
|
|
@@ -1260,15 +1275,12 @@
|
|
|
1260
1275
|
"references": []
|
|
1261
1276
|
},
|
|
1262
1277
|
{
|
|
1263
|
-
"name": "u-
|
|
1278
|
+
"name": "u-ripple",
|
|
1264
1279
|
"description": "\n---\n",
|
|
1265
1280
|
"attributes": [
|
|
1266
1281
|
{
|
|
1267
|
-
"name": "
|
|
1268
|
-
"
|
|
1269
|
-
},
|
|
1270
|
-
{
|
|
1271
|
-
"name": "max",
|
|
1282
|
+
"name": "disabled",
|
|
1283
|
+
"description": "Disables the ripple.",
|
|
1272
1284
|
"values": []
|
|
1273
1285
|
}
|
|
1274
1286
|
],
|
|
@@ -1334,18 +1346,6 @@
|
|
|
1334
1346
|
],
|
|
1335
1347
|
"references": []
|
|
1336
1348
|
},
|
|
1337
|
-
{
|
|
1338
|
-
"name": "u-ripple",
|
|
1339
|
-
"description": "\n---\n",
|
|
1340
|
-
"attributes": [
|
|
1341
|
-
{
|
|
1342
|
-
"name": "disabled",
|
|
1343
|
-
"description": "Disables the ripple.",
|
|
1344
|
-
"values": []
|
|
1345
|
-
}
|
|
1346
|
-
],
|
|
1347
|
-
"references": []
|
|
1348
|
-
},
|
|
1349
1349
|
{
|
|
1350
1350
|
"name": "u-search",
|
|
1351
1351
|
"description": "\n---\n",
|
|
@@ -1603,6 +1603,58 @@
|
|
|
1603
1603
|
],
|
|
1604
1604
|
"references": []
|
|
1605
1605
|
},
|
|
1606
|
+
{
|
|
1607
|
+
"name": "u-switch-list-item",
|
|
1608
|
+
"description": "\n---\n",
|
|
1609
|
+
"attributes": [
|
|
1610
|
+
{
|
|
1611
|
+
"name": "leading",
|
|
1612
|
+
"values": []
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"name": "name",
|
|
1616
|
+
"values": []
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"name": "disabled",
|
|
1620
|
+
"values": []
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"name": "value",
|
|
1624
|
+
"description": "The element value to use in form submission when checked.",
|
|
1625
|
+
"values": []
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"name": "checked",
|
|
1629
|
+
"values": []
|
|
1630
|
+
}
|
|
1631
|
+
],
|
|
1632
|
+
"references": []
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"name": "u-switch",
|
|
1636
|
+
"description": "\n---\n",
|
|
1637
|
+
"attributes": [
|
|
1638
|
+
{
|
|
1639
|
+
"name": "name",
|
|
1640
|
+
"values": []
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"name": "disabled",
|
|
1644
|
+
"values": []
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"name": "value",
|
|
1648
|
+
"description": "The element value to use in form submission when checked.",
|
|
1649
|
+
"values": []
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
"name": "checked",
|
|
1653
|
+
"values": []
|
|
1654
|
+
}
|
|
1655
|
+
],
|
|
1656
|
+
"references": []
|
|
1657
|
+
},
|
|
1606
1658
|
{
|
|
1607
1659
|
"name": "u-tab-bar",
|
|
1608
1660
|
"description": "\n---\n",
|
|
@@ -1869,58 +1921,6 @@
|
|
|
1869
1921
|
],
|
|
1870
1922
|
"references": []
|
|
1871
1923
|
},
|
|
1872
|
-
{
|
|
1873
|
-
"name": "u-switch-list-item",
|
|
1874
|
-
"description": "\n---\n",
|
|
1875
|
-
"attributes": [
|
|
1876
|
-
{
|
|
1877
|
-
"name": "leading",
|
|
1878
|
-
"values": []
|
|
1879
|
-
},
|
|
1880
|
-
{
|
|
1881
|
-
"name": "name",
|
|
1882
|
-
"values": []
|
|
1883
|
-
},
|
|
1884
|
-
{
|
|
1885
|
-
"name": "disabled",
|
|
1886
|
-
"values": []
|
|
1887
|
-
},
|
|
1888
|
-
{
|
|
1889
|
-
"name": "value",
|
|
1890
|
-
"description": "The element value to use in form submission when checked.",
|
|
1891
|
-
"values": []
|
|
1892
|
-
},
|
|
1893
|
-
{
|
|
1894
|
-
"name": "checked",
|
|
1895
|
-
"values": []
|
|
1896
|
-
}
|
|
1897
|
-
],
|
|
1898
|
-
"references": []
|
|
1899
|
-
},
|
|
1900
|
-
{
|
|
1901
|
-
"name": "u-switch",
|
|
1902
|
-
"description": "\n---\n",
|
|
1903
|
-
"attributes": [
|
|
1904
|
-
{
|
|
1905
|
-
"name": "name",
|
|
1906
|
-
"values": []
|
|
1907
|
-
},
|
|
1908
|
-
{
|
|
1909
|
-
"name": "disabled",
|
|
1910
|
-
"values": []
|
|
1911
|
-
},
|
|
1912
|
-
{
|
|
1913
|
-
"name": "value",
|
|
1914
|
-
"description": "The element value to use in form submission when checked.",
|
|
1915
|
-
"values": []
|
|
1916
|
-
},
|
|
1917
|
-
{
|
|
1918
|
-
"name": "checked",
|
|
1919
|
-
"values": []
|
|
1920
|
-
}
|
|
1921
|
-
],
|
|
1922
|
-
"references": []
|
|
1923
|
-
},
|
|
1924
1924
|
{
|
|
1925
1925
|
"name": "u-highlight",
|
|
1926
1926
|
"description": "\n---\n",
|