@universal-material/web 3.5.8 → 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/app-bar/top-app-bar.styles.js +2 -2
- package/app-bar/top-app-bar.styles.js.map +1 -1
- package/css/universal-material.css +128 -595
- package/css/universal-material.min.css +128 -595
- package/custom-elements.json +1368 -1368
- 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 +315 -325
|
@@ -3,71 +3,89 @@
|
|
|
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
|
-
"
|
|
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",
|
|
12
22
|
"values": []
|
|
13
23
|
},
|
|
14
24
|
{
|
|
15
|
-
"name": "
|
|
16
|
-
"description": "Whether the app bar has trailing icon or not\n\n_Note:_ Readonly",
|
|
25
|
+
"name": "placeholder",
|
|
17
26
|
"values": []
|
|
18
27
|
},
|
|
19
28
|
{
|
|
20
|
-
"name": "
|
|
29
|
+
"name": "variant",
|
|
21
30
|
"values": [
|
|
22
31
|
{
|
|
23
|
-
"name": "
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "absolute"
|
|
32
|
+
"name": "filled"
|
|
27
33
|
},
|
|
28
34
|
{
|
|
29
|
-
"name": "
|
|
35
|
+
"name": "outlined"
|
|
30
36
|
}
|
|
31
37
|
]
|
|
32
38
|
},
|
|
33
39
|
{
|
|
34
|
-
"name": "
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
"name": "small"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"name": "medium"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "large"
|
|
44
|
-
}
|
|
45
|
-
]
|
|
40
|
+
"name": "label",
|
|
41
|
+
"description": "The floating label for the field",
|
|
42
|
+
"values": []
|
|
46
43
|
},
|
|
47
44
|
{
|
|
48
|
-
"name": "
|
|
45
|
+
"name": "counter",
|
|
49
46
|
"values": []
|
|
50
47
|
},
|
|
51
48
|
{
|
|
52
|
-
"name": "
|
|
53
|
-
"values": [
|
|
54
|
-
|
|
55
|
-
"name": "none"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"name": "window"
|
|
59
|
-
}
|
|
60
|
-
]
|
|
61
|
-
}
|
|
62
|
-
],
|
|
63
|
-
"references": []
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"name": "u-badge",
|
|
67
|
-
"description": "\n---\n",
|
|
68
|
-
"attributes": [
|
|
49
|
+
"name": "hide-counter",
|
|
50
|
+
"values": []
|
|
51
|
+
},
|
|
69
52
|
{
|
|
70
|
-
"name": "
|
|
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",
|
|
71
89
|
"values": []
|
|
72
90
|
}
|
|
73
91
|
],
|
|
@@ -516,79 +534,51 @@
|
|
|
516
534
|
"references": []
|
|
517
535
|
},
|
|
518
536
|
{
|
|
519
|
-
"name": "u-
|
|
537
|
+
"name": "u-top-app-bar",
|
|
520
538
|
"description": "\n---\n",
|
|
521
539
|
"attributes": [
|
|
522
540
|
{
|
|
523
|
-
"name": "
|
|
524
|
-
"values": []
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"name": "placeholder",
|
|
528
|
-
"values": []
|
|
529
|
-
},
|
|
530
|
-
{
|
|
531
|
-
"name": "variant",
|
|
541
|
+
"name": "position",
|
|
532
542
|
"values": [
|
|
533
543
|
{
|
|
534
|
-
"name": "
|
|
544
|
+
"name": "fixed"
|
|
535
545
|
},
|
|
536
546
|
{
|
|
537
|
-
"name": "
|
|
547
|
+
"name": "absolute"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"name": "static"
|
|
538
551
|
}
|
|
539
552
|
]
|
|
540
553
|
},
|
|
541
554
|
{
|
|
542
|
-
"name": "
|
|
543
|
-
"
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
{
|
|
555
|
-
"name": "supporting-text",
|
|
556
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
557
|
-
"values": []
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
"name": "error-text",
|
|
561
|
-
"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`",
|
|
562
|
-
"values": []
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"name": "empty",
|
|
566
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
567
|
-
"values": []
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
"name": "disabled",
|
|
571
|
-
"values": []
|
|
572
|
-
},
|
|
573
|
-
{
|
|
574
|
-
"name": "invalid",
|
|
575
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
576
|
-
"values": []
|
|
577
|
-
},
|
|
578
|
-
{
|
|
579
|
-
"name": "has-leading-icon",
|
|
580
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
581
|
-
"values": []
|
|
555
|
+
"name": "size",
|
|
556
|
+
"values": [
|
|
557
|
+
{
|
|
558
|
+
"name": "small"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"name": "medium"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "large"
|
|
565
|
+
}
|
|
566
|
+
]
|
|
582
567
|
},
|
|
583
568
|
{
|
|
584
|
-
"name": "
|
|
585
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
569
|
+
"name": "headline",
|
|
586
570
|
"values": []
|
|
587
571
|
},
|
|
588
572
|
{
|
|
589
|
-
"name": "
|
|
590
|
-
"
|
|
591
|
-
|
|
573
|
+
"name": "scrollContainer",
|
|
574
|
+
"values": [
|
|
575
|
+
{
|
|
576
|
+
"name": "none"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"name": "window"
|
|
580
|
+
}
|
|
581
|
+
]
|
|
592
582
|
}
|
|
593
583
|
],
|
|
594
584
|
"references": []
|
|
@@ -631,74 +621,6 @@
|
|
|
631
621
|
],
|
|
632
622
|
"references": []
|
|
633
623
|
},
|
|
634
|
-
{
|
|
635
|
-
"name": "u-checkbox-list-item",
|
|
636
|
-
"description": "\n---\n",
|
|
637
|
-
"attributes": [
|
|
638
|
-
{
|
|
639
|
-
"name": "leading",
|
|
640
|
-
"values": []
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"name": "hide-state-layer",
|
|
644
|
-
"values": []
|
|
645
|
-
},
|
|
646
|
-
{
|
|
647
|
-
"name": "indeterminate",
|
|
648
|
-
"values": []
|
|
649
|
-
},
|
|
650
|
-
{
|
|
651
|
-
"name": "name",
|
|
652
|
-
"values": []
|
|
653
|
-
},
|
|
654
|
-
{
|
|
655
|
-
"name": "disabled",
|
|
656
|
-
"values": []
|
|
657
|
-
},
|
|
658
|
-
{
|
|
659
|
-
"name": "value",
|
|
660
|
-
"description": "The element value to use in form submission when checked.",
|
|
661
|
-
"values": []
|
|
662
|
-
},
|
|
663
|
-
{
|
|
664
|
-
"name": "checked",
|
|
665
|
-
"values": []
|
|
666
|
-
}
|
|
667
|
-
],
|
|
668
|
-
"references": []
|
|
669
|
-
},
|
|
670
|
-
{
|
|
671
|
-
"name": "u-checkbox",
|
|
672
|
-
"description": "\n---\n",
|
|
673
|
-
"attributes": [
|
|
674
|
-
{
|
|
675
|
-
"name": "hide-state-layer",
|
|
676
|
-
"values": []
|
|
677
|
-
},
|
|
678
|
-
{
|
|
679
|
-
"name": "indeterminate",
|
|
680
|
-
"values": []
|
|
681
|
-
},
|
|
682
|
-
{
|
|
683
|
-
"name": "name",
|
|
684
|
-
"values": []
|
|
685
|
-
},
|
|
686
|
-
{
|
|
687
|
-
"name": "disabled",
|
|
688
|
-
"values": []
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"name": "value",
|
|
692
|
-
"description": "The element value to use in form submission when checked.",
|
|
693
|
-
"values": []
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
"name": "checked",
|
|
697
|
-
"values": []
|
|
698
|
-
}
|
|
699
|
-
],
|
|
700
|
-
"references": []
|
|
701
|
-
},
|
|
702
624
|
{
|
|
703
625
|
"name": "u-card-content",
|
|
704
626
|
"description": "\n---\n",
|
|
@@ -744,165 +666,245 @@
|
|
|
744
666
|
"references": []
|
|
745
667
|
},
|
|
746
668
|
{
|
|
747
|
-
"name": "u-chip-
|
|
748
|
-
"description": "\n---\n",
|
|
669
|
+
"name": "u-chip-field",
|
|
670
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
749
671
|
"attributes": [
|
|
750
672
|
{
|
|
751
|
-
"name": "
|
|
752
|
-
"
|
|
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",
|
|
753
687
|
"values": [
|
|
754
688
|
{
|
|
755
|
-
"name": "
|
|
756
|
-
},
|
|
757
|
-
{
|
|
758
|
-
"name": "center"
|
|
689
|
+
"name": "filled"
|
|
759
690
|
},
|
|
760
691
|
{
|
|
761
|
-
"name": "
|
|
692
|
+
"name": "outlined"
|
|
762
693
|
}
|
|
763
694
|
]
|
|
764
|
-
}
|
|
765
|
-
],
|
|
766
|
-
"references": []
|
|
767
|
-
},
|
|
768
|
-
{
|
|
769
|
-
"name": "u-chip",
|
|
770
|
-
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
771
|
-
"attributes": [
|
|
695
|
+
},
|
|
772
696
|
{
|
|
773
|
-
"name": "
|
|
774
|
-
"description": "
|
|
697
|
+
"name": "label",
|
|
698
|
+
"description": "The floating label for the field",
|
|
775
699
|
"values": []
|
|
776
700
|
},
|
|
777
701
|
{
|
|
778
|
-
"name": "
|
|
702
|
+
"name": "counter",
|
|
779
703
|
"values": []
|
|
780
704
|
},
|
|
781
705
|
{
|
|
782
|
-
"name": "
|
|
783
|
-
"description": "Adds elevation to the chip",
|
|
706
|
+
"name": "hide-counter",
|
|
784
707
|
"values": []
|
|
785
708
|
},
|
|
786
709
|
{
|
|
787
|
-
"name": "
|
|
788
|
-
"description": "
|
|
710
|
+
"name": "supporting-text",
|
|
711
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
789
712
|
"values": []
|
|
790
713
|
},
|
|
791
714
|
{
|
|
792
|
-
"name": "
|
|
793
|
-
"description": "
|
|
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`",
|
|
794
717
|
"values": []
|
|
795
718
|
},
|
|
796
719
|
{
|
|
797
|
-
"name": "
|
|
798
|
-
"description": "
|
|
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.",
|
|
799
722
|
"values": []
|
|
800
723
|
},
|
|
801
724
|
{
|
|
802
725
|
"name": "disabled",
|
|
803
|
-
"description": "Whether the button is disabled or not.",
|
|
804
726
|
"values": []
|
|
805
727
|
},
|
|
806
728
|
{
|
|
807
|
-
"name": "
|
|
808
|
-
"description": "
|
|
729
|
+
"name": "invalid",
|
|
730
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
809
731
|
"values": []
|
|
810
732
|
},
|
|
811
733
|
{
|
|
812
|
-
"name": "
|
|
813
|
-
"description": "
|
|
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
|
+
{
|
|
752
|
+
"name": "u-checkbox-list-item",
|
|
753
|
+
"description": "\n---\n",
|
|
754
|
+
"attributes": [
|
|
755
|
+
{
|
|
756
|
+
"name": "leading",
|
|
757
|
+
"values": []
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"name": "hide-state-layer",
|
|
761
|
+
"values": []
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"name": "indeterminate",
|
|
814
765
|
"values": []
|
|
815
766
|
},
|
|
816
767
|
{
|
|
817
768
|
"name": "name",
|
|
818
769
|
"values": []
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"name": "disabled",
|
|
773
|
+
"values": []
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"name": "value",
|
|
777
|
+
"description": "The element value to use in form submission when checked.",
|
|
778
|
+
"values": []
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"name": "checked",
|
|
782
|
+
"values": []
|
|
819
783
|
}
|
|
820
784
|
],
|
|
821
785
|
"references": []
|
|
822
786
|
},
|
|
823
787
|
{
|
|
824
|
-
"name": "u-
|
|
825
|
-
"description": "\n---\n
|
|
788
|
+
"name": "u-checkbox",
|
|
789
|
+
"description": "\n---\n",
|
|
826
790
|
"attributes": [
|
|
791
|
+
{
|
|
792
|
+
"name": "hide-state-layer",
|
|
793
|
+
"values": []
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"name": "indeterminate",
|
|
797
|
+
"values": []
|
|
798
|
+
},
|
|
827
799
|
{
|
|
828
800
|
"name": "name",
|
|
829
801
|
"values": []
|
|
830
802
|
},
|
|
831
803
|
{
|
|
832
|
-
"name": "
|
|
833
|
-
"
|
|
804
|
+
"name": "disabled",
|
|
805
|
+
"values": []
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"name": "value",
|
|
809
|
+
"description": "The element value to use in form submission when checked.",
|
|
834
810
|
"values": []
|
|
835
811
|
},
|
|
836
812
|
{
|
|
837
|
-
"name": "
|
|
813
|
+
"name": "checked",
|
|
838
814
|
"values": []
|
|
839
|
-
}
|
|
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": [
|
|
840
829
|
{
|
|
841
|
-
"name": "
|
|
830
|
+
"name": "alignment",
|
|
831
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
842
832
|
"values": [
|
|
843
833
|
{
|
|
844
|
-
"name": "
|
|
834
|
+
"name": "start"
|
|
845
835
|
},
|
|
846
836
|
{
|
|
847
|
-
"name": "
|
|
837
|
+
"name": "center"
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"name": "end"
|
|
848
841
|
}
|
|
849
842
|
]
|
|
850
|
-
}
|
|
843
|
+
}
|
|
844
|
+
],
|
|
845
|
+
"references": []
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"name": "u-chip",
|
|
849
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
850
|
+
"attributes": [
|
|
851
851
|
{
|
|
852
|
-
"name": "
|
|
853
|
-
"description": "
|
|
852
|
+
"name": "selected",
|
|
853
|
+
"description": "Whether the chip is selected or not",
|
|
854
854
|
"values": []
|
|
855
855
|
},
|
|
856
856
|
{
|
|
857
|
-
"name": "
|
|
857
|
+
"name": "clickable",
|
|
858
858
|
"values": []
|
|
859
859
|
},
|
|
860
860
|
{
|
|
861
|
-
"name": "
|
|
861
|
+
"name": "elevated",
|
|
862
|
+
"description": "Adds elevation to the chip",
|
|
862
863
|
"values": []
|
|
863
864
|
},
|
|
864
865
|
{
|
|
865
|
-
"name": "
|
|
866
|
-
"description": "
|
|
866
|
+
"name": "toggle",
|
|
867
|
+
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
867
868
|
"values": []
|
|
868
869
|
},
|
|
869
870
|
{
|
|
870
|
-
"name": "
|
|
871
|
-
"description": "
|
|
871
|
+
"name": "removable",
|
|
872
|
+
"description": "Add the remove icon",
|
|
872
873
|
"values": []
|
|
873
874
|
},
|
|
874
875
|
{
|
|
875
|
-
"name": "
|
|
876
|
-
"description": "
|
|
876
|
+
"name": "hide-selected-icon",
|
|
877
|
+
"description": "Hide the selected icon",
|
|
877
878
|
"values": []
|
|
878
879
|
},
|
|
879
880
|
{
|
|
880
881
|
"name": "disabled",
|
|
882
|
+
"description": "Whether the button is disabled or not.",
|
|
881
883
|
"values": []
|
|
882
884
|
},
|
|
883
885
|
{
|
|
884
|
-
"name": "
|
|
885
|
-
"description": "
|
|
886
|
-
"values": []
|
|
887
|
-
},
|
|
888
|
-
{
|
|
889
|
-
"name": "has-leading-icon",
|
|
890
|
-
"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.",
|
|
891
888
|
"values": []
|
|
892
889
|
},
|
|
893
890
|
{
|
|
894
|
-
"name": "
|
|
895
|
-
"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.",
|
|
896
893
|
"values": []
|
|
897
894
|
},
|
|
898
895
|
{
|
|
899
|
-
"name": "
|
|
900
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
896
|
+
"name": "name",
|
|
901
897
|
"values": []
|
|
902
898
|
}
|
|
903
899
|
],
|
|
904
900
|
"references": []
|
|
905
901
|
},
|
|
902
|
+
{
|
|
903
|
+
"name": "u-icon",
|
|
904
|
+
"description": "\n---\n",
|
|
905
|
+
"attributes": [],
|
|
906
|
+
"references": []
|
|
907
|
+
},
|
|
906
908
|
{
|
|
907
909
|
"name": "u-dialog",
|
|
908
910
|
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
@@ -924,12 +926,6 @@
|
|
|
924
926
|
],
|
|
925
927
|
"references": []
|
|
926
928
|
},
|
|
927
|
-
{
|
|
928
|
-
"name": "u-elevation",
|
|
929
|
-
"description": "\n---\n",
|
|
930
|
-
"attributes": [],
|
|
931
|
-
"references": []
|
|
932
|
-
},
|
|
933
929
|
{
|
|
934
930
|
"name": "u-field",
|
|
935
931
|
"description": "\n---\n",
|
|
@@ -1004,12 +1000,6 @@
|
|
|
1004
1000
|
],
|
|
1005
1001
|
"references": []
|
|
1006
1002
|
},
|
|
1007
|
-
{
|
|
1008
|
-
"name": "u-icon",
|
|
1009
|
-
"description": "\n---\n",
|
|
1010
|
-
"attributes": [],
|
|
1011
|
-
"references": []
|
|
1012
|
-
},
|
|
1013
1003
|
{
|
|
1014
1004
|
"name": "u-list-item",
|
|
1015
1005
|
"description": "\n---\n",
|
|
@@ -1143,6 +1133,36 @@
|
|
|
1143
1133
|
],
|
|
1144
1134
|
"references": []
|
|
1145
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
|
+
},
|
|
1146
1166
|
{
|
|
1147
1167
|
"name": "u-drawer-headline",
|
|
1148
1168
|
"description": "\n---\n",
|
|
@@ -1224,36 +1244,6 @@
|
|
|
1224
1244
|
"attributes": [],
|
|
1225
1245
|
"references": []
|
|
1226
1246
|
},
|
|
1227
|
-
{
|
|
1228
|
-
"name": "u-circular-progress",
|
|
1229
|
-
"description": "\n---\n",
|
|
1230
|
-
"attributes": [
|
|
1231
|
-
{
|
|
1232
|
-
"name": "value",
|
|
1233
|
-
"values": []
|
|
1234
|
-
},
|
|
1235
|
-
{
|
|
1236
|
-
"name": "max",
|
|
1237
|
-
"values": []
|
|
1238
|
-
}
|
|
1239
|
-
],
|
|
1240
|
-
"references": []
|
|
1241
|
-
},
|
|
1242
|
-
{
|
|
1243
|
-
"name": "u-progress-bar",
|
|
1244
|
-
"description": "\n---\n",
|
|
1245
|
-
"attributes": [
|
|
1246
|
-
{
|
|
1247
|
-
"name": "value",
|
|
1248
|
-
"values": []
|
|
1249
|
-
},
|
|
1250
|
-
{
|
|
1251
|
-
"name": "max",
|
|
1252
|
-
"values": []
|
|
1253
|
-
}
|
|
1254
|
-
],
|
|
1255
|
-
"references": []
|
|
1256
|
-
},
|
|
1257
1247
|
{
|
|
1258
1248
|
"name": "u-radio-list-item",
|
|
1259
1249
|
"description": "\n---\n",
|
|
@@ -1437,25 +1427,6 @@
|
|
|
1437
1427
|
],
|
|
1438
1428
|
"references": []
|
|
1439
1429
|
},
|
|
1440
|
-
{
|
|
1441
|
-
"name": "u-snackbar",
|
|
1442
|
-
"description": "\n---\n",
|
|
1443
|
-
"attributes": [
|
|
1444
|
-
{
|
|
1445
|
-
"name": "message",
|
|
1446
|
-
"values": []
|
|
1447
|
-
},
|
|
1448
|
-
{
|
|
1449
|
-
"name": "action",
|
|
1450
|
-
"values": []
|
|
1451
|
-
},
|
|
1452
|
-
{
|
|
1453
|
-
"name": "show-close",
|
|
1454
|
-
"values": []
|
|
1455
|
-
}
|
|
1456
|
-
],
|
|
1457
|
-
"references": []
|
|
1458
|
-
},
|
|
1459
1430
|
{
|
|
1460
1431
|
"name": "u-option",
|
|
1461
1432
|
"description": "\n---\n",
|
|
@@ -1636,48 +1607,19 @@
|
|
|
1636
1607
|
"references": []
|
|
1637
1608
|
},
|
|
1638
1609
|
{
|
|
1639
|
-
"name": "u-
|
|
1640
|
-
"description": "\n---\n",
|
|
1641
|
-
"attributes": [
|
|
1642
|
-
{
|
|
1643
|
-
"name": "variant",
|
|
1644
|
-
"values": [
|
|
1645
|
-
{
|
|
1646
|
-
"name": "primary"
|
|
1647
|
-
},
|
|
1648
|
-
{
|
|
1649
|
-
"name": "secondary"
|
|
1650
|
-
}
|
|
1651
|
-
]
|
|
1652
|
-
}
|
|
1653
|
-
],
|
|
1654
|
-
"references": []
|
|
1655
|
-
},
|
|
1656
|
-
{
|
|
1657
|
-
"name": "u-tab",
|
|
1610
|
+
"name": "u-snackbar",
|
|
1658
1611
|
"description": "\n---\n",
|
|
1659
1612
|
"attributes": [
|
|
1660
1613
|
{
|
|
1661
|
-
"name": "
|
|
1662
|
-
"values": []
|
|
1663
|
-
},
|
|
1664
|
-
{
|
|
1665
|
-
"name": "disabled",
|
|
1666
|
-
"description": "Whether the button is disabled or not.",
|
|
1667
|
-
"values": []
|
|
1668
|
-
},
|
|
1669
|
-
{
|
|
1670
|
-
"name": "href",
|
|
1671
|
-
"description": "The URL that the link button points to.",
|
|
1614
|
+
"name": "message",
|
|
1672
1615
|
"values": []
|
|
1673
1616
|
},
|
|
1674
1617
|
{
|
|
1675
|
-
"name": "
|
|
1676
|
-
"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",
|
|
1677
1619
|
"values": []
|
|
1678
1620
|
},
|
|
1679
1621
|
{
|
|
1680
|
-
"name": "
|
|
1622
|
+
"name": "show-close",
|
|
1681
1623
|
"values": []
|
|
1682
1624
|
}
|
|
1683
1625
|
],
|
|
@@ -2001,6 +1943,54 @@
|
|
|
2001
1943
|
}
|
|
2002
1944
|
],
|
|
2003
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": []
|
|
2004
1994
|
}
|
|
2005
1995
|
]
|
|
2006
1996
|
}
|