@universal-material/web 3.6.10 → 3.6.11
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/custom-elements.json +6918 -6918
- package/dialog/dialog.js +4 -4
- package/dialog/dialog.js.map +1 -1
- package/package.json +1 -1
- package/vscode.html-custom-data.json +235 -235
|
@@ -2,17 +2,6 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json",
|
|
3
3
|
"version": 1.1,
|
|
4
4
|
"tags": [
|
|
5
|
-
{
|
|
6
|
-
"name": "u-badge",
|
|
7
|
-
"description": "\n---\n",
|
|
8
|
-
"attributes": [
|
|
9
|
-
{
|
|
10
|
-
"name": "static",
|
|
11
|
-
"values": []
|
|
12
|
-
}
|
|
13
|
-
],
|
|
14
|
-
"references": []
|
|
15
|
-
},
|
|
16
5
|
{
|
|
17
6
|
"name": "u-top-app-bar",
|
|
18
7
|
"description": "\n---\n",
|
|
@@ -64,78 +53,11 @@
|
|
|
64
53
|
"references": []
|
|
65
54
|
},
|
|
66
55
|
{
|
|
67
|
-
"name": "u-
|
|
56
|
+
"name": "u-badge",
|
|
68
57
|
"description": "\n---\n",
|
|
69
58
|
"attributes": [
|
|
70
59
|
{
|
|
71
|
-
"name": "
|
|
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",
|
|
60
|
+
"name": "static",
|
|
139
61
|
"values": []
|
|
140
62
|
}
|
|
141
63
|
],
|
|
@@ -584,106 +506,116 @@
|
|
|
584
506
|
"references": []
|
|
585
507
|
},
|
|
586
508
|
{
|
|
587
|
-
"name": "u-
|
|
588
|
-
"description": "\n---\n
|
|
509
|
+
"name": "u-button-field",
|
|
510
|
+
"description": "\n---\n",
|
|
589
511
|
"attributes": [
|
|
590
512
|
{
|
|
591
513
|
"name": "value",
|
|
592
514
|
"values": []
|
|
593
515
|
},
|
|
594
516
|
{
|
|
595
|
-
"name": "
|
|
517
|
+
"name": "placeholder",
|
|
596
518
|
"values": []
|
|
597
519
|
},
|
|
598
520
|
{
|
|
599
|
-
"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",
|
|
600
534
|
"values": []
|
|
601
|
-
}
|
|
602
|
-
],
|
|
603
|
-
"references": []
|
|
604
|
-
},
|
|
605
|
-
{
|
|
606
|
-
"name": "u-range-calendar",
|
|
607
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
608
|
-
"attributes": [
|
|
535
|
+
},
|
|
609
536
|
{
|
|
610
|
-
"name": "
|
|
537
|
+
"name": "counter",
|
|
611
538
|
"values": []
|
|
612
539
|
},
|
|
613
540
|
{
|
|
614
|
-
"name": "
|
|
541
|
+
"name": "hide-counter",
|
|
615
542
|
"values": []
|
|
616
543
|
},
|
|
617
544
|
{
|
|
618
|
-
"name": "
|
|
545
|
+
"name": "supporting-text",
|
|
546
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
619
547
|
"values": []
|
|
620
|
-
}
|
|
621
|
-
],
|
|
622
|
-
"references": []
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"name": "u-checkbox-list-item",
|
|
626
|
-
"description": "\n---\n",
|
|
627
|
-
"attributes": [
|
|
548
|
+
},
|
|
628
549
|
{
|
|
629
|
-
"name": "
|
|
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`",
|
|
630
552
|
"values": []
|
|
631
553
|
},
|
|
632
554
|
{
|
|
633
|
-
"name": "
|
|
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.",
|
|
634
557
|
"values": []
|
|
635
558
|
},
|
|
636
559
|
{
|
|
637
|
-
"name": "
|
|
560
|
+
"name": "disabled",
|
|
638
561
|
"values": []
|
|
639
562
|
},
|
|
640
563
|
{
|
|
641
|
-
"name": "
|
|
564
|
+
"name": "invalid",
|
|
565
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
642
566
|
"values": []
|
|
643
567
|
},
|
|
644
568
|
{
|
|
645
|
-
"name": "
|
|
569
|
+
"name": "has-leading-icon",
|
|
570
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
646
571
|
"values": []
|
|
647
572
|
},
|
|
648
573
|
{
|
|
649
|
-
"name": "
|
|
650
|
-
"description": "
|
|
574
|
+
"name": "has-trailing-icon",
|
|
575
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
651
576
|
"values": []
|
|
652
577
|
},
|
|
653
578
|
{
|
|
654
|
-
"name": "
|
|
579
|
+
"name": "has-error-text",
|
|
580
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
655
581
|
"values": []
|
|
656
582
|
}
|
|
657
583
|
],
|
|
658
584
|
"references": []
|
|
659
585
|
},
|
|
660
586
|
{
|
|
661
|
-
"name": "u-
|
|
662
|
-
"description": "\n---\n",
|
|
587
|
+
"name": "u-calendar",
|
|
588
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
663
589
|
"attributes": [
|
|
664
590
|
{
|
|
665
|
-
"name": "
|
|
591
|
+
"name": "value",
|
|
666
592
|
"values": []
|
|
667
593
|
},
|
|
668
594
|
{
|
|
669
|
-
"name": "
|
|
595
|
+
"name": "dateOutsideMonth",
|
|
670
596
|
"values": []
|
|
671
597
|
},
|
|
672
598
|
{
|
|
673
|
-
"name": "
|
|
599
|
+
"name": "locale",
|
|
674
600
|
"values": []
|
|
675
|
-
}
|
|
601
|
+
}
|
|
602
|
+
],
|
|
603
|
+
"references": []
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"name": "u-range-calendar",
|
|
607
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
608
|
+
"attributes": [
|
|
676
609
|
{
|
|
677
|
-
"name": "
|
|
610
|
+
"name": "value",
|
|
678
611
|
"values": []
|
|
679
612
|
},
|
|
680
613
|
{
|
|
681
|
-
"name": "
|
|
682
|
-
"description": "The element value to use in form submission when checked.",
|
|
614
|
+
"name": "dateOutsideMonth",
|
|
683
615
|
"values": []
|
|
684
616
|
},
|
|
685
617
|
{
|
|
686
|
-
"name": "
|
|
618
|
+
"name": "locale",
|
|
687
619
|
"values": []
|
|
688
620
|
}
|
|
689
621
|
],
|
|
@@ -734,171 +666,239 @@
|
|
|
734
666
|
"references": []
|
|
735
667
|
},
|
|
736
668
|
{
|
|
737
|
-
"name": "u-chip-
|
|
669
|
+
"name": "u-chip-set",
|
|
670
|
+
"description": "\n---\n",
|
|
671
|
+
"attributes": [
|
|
672
|
+
{
|
|
673
|
+
"name": "alignment",
|
|
674
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
675
|
+
"values": [
|
|
676
|
+
{
|
|
677
|
+
"name": "start"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"name": "center"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"name": "end"
|
|
684
|
+
}
|
|
685
|
+
]
|
|
686
|
+
}
|
|
687
|
+
],
|
|
688
|
+
"references": []
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"name": "u-chip",
|
|
738
692
|
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
739
693
|
"attributes": [
|
|
740
694
|
{
|
|
741
|
-
"name": "
|
|
695
|
+
"name": "selected",
|
|
696
|
+
"description": "Whether the chip is selected or not",
|
|
742
697
|
"values": []
|
|
743
698
|
},
|
|
744
699
|
{
|
|
745
|
-
"name": "
|
|
746
|
-
"description": "If true, ignore enter key input",
|
|
700
|
+
"name": "clickable",
|
|
747
701
|
"values": []
|
|
748
702
|
},
|
|
749
703
|
{
|
|
750
|
-
"name": "
|
|
704
|
+
"name": "elevated",
|
|
705
|
+
"description": "Adds elevation to the chip",
|
|
751
706
|
"values": []
|
|
752
707
|
},
|
|
753
708
|
{
|
|
754
|
-
"name": "
|
|
755
|
-
"
|
|
756
|
-
|
|
757
|
-
"name": "filled"
|
|
758
|
-
},
|
|
759
|
-
{
|
|
760
|
-
"name": "outlined"
|
|
761
|
-
}
|
|
762
|
-
]
|
|
709
|
+
"name": "toggle",
|
|
710
|
+
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
711
|
+
"values": []
|
|
763
712
|
},
|
|
764
713
|
{
|
|
765
|
-
"name": "
|
|
766
|
-
"description": "
|
|
714
|
+
"name": "removable",
|
|
715
|
+
"description": "Add the remove icon",
|
|
767
716
|
"values": []
|
|
768
717
|
},
|
|
769
718
|
{
|
|
770
|
-
"name": "
|
|
719
|
+
"name": "hide-selected-icon",
|
|
720
|
+
"description": "Hide the selected icon",
|
|
771
721
|
"values": []
|
|
772
722
|
},
|
|
773
723
|
{
|
|
774
|
-
"name": "
|
|
724
|
+
"name": "disabled",
|
|
725
|
+
"description": "Whether the button is disabled or not.",
|
|
775
726
|
"values": []
|
|
776
727
|
},
|
|
777
728
|
{
|
|
778
|
-
"name": "
|
|
779
|
-
"description": "
|
|
729
|
+
"name": "href",
|
|
730
|
+
"description": "The URL that the link button points to.",
|
|
780
731
|
"values": []
|
|
781
732
|
},
|
|
782
733
|
{
|
|
783
|
-
"name": "
|
|
784
|
-
"description": "
|
|
734
|
+
"name": "target",
|
|
735
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
785
736
|
"values": []
|
|
786
737
|
},
|
|
787
738
|
{
|
|
788
|
-
"name": "
|
|
789
|
-
"
|
|
739
|
+
"name": "name",
|
|
740
|
+
"values": []
|
|
741
|
+
}
|
|
742
|
+
],
|
|
743
|
+
"references": []
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"name": "u-checkbox-list-item",
|
|
747
|
+
"description": "\n---\n",
|
|
748
|
+
"attributes": [
|
|
749
|
+
{
|
|
750
|
+
"name": "leading",
|
|
790
751
|
"values": []
|
|
791
752
|
},
|
|
792
753
|
{
|
|
793
|
-
"name": "
|
|
754
|
+
"name": "hide-state-layer",
|
|
794
755
|
"values": []
|
|
795
756
|
},
|
|
796
757
|
{
|
|
797
|
-
"name": "
|
|
798
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
758
|
+
"name": "indeterminate",
|
|
799
759
|
"values": []
|
|
800
760
|
},
|
|
801
761
|
{
|
|
802
|
-
"name": "
|
|
803
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
762
|
+
"name": "name",
|
|
804
763
|
"values": []
|
|
805
764
|
},
|
|
806
765
|
{
|
|
807
|
-
"name": "
|
|
808
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
766
|
+
"name": "disabled",
|
|
809
767
|
"values": []
|
|
810
768
|
},
|
|
811
769
|
{
|
|
812
|
-
"name": "
|
|
813
|
-
"description": "
|
|
770
|
+
"name": "value",
|
|
771
|
+
"description": "The element value to use in form submission when checked.",
|
|
772
|
+
"values": []
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"name": "checked",
|
|
814
776
|
"values": []
|
|
815
777
|
}
|
|
816
778
|
],
|
|
817
779
|
"references": []
|
|
818
780
|
},
|
|
819
781
|
{
|
|
820
|
-
"name": "u-
|
|
782
|
+
"name": "u-checkbox",
|
|
821
783
|
"description": "\n---\n",
|
|
822
|
-
"attributes": [
|
|
784
|
+
"attributes": [
|
|
785
|
+
{
|
|
786
|
+
"name": "hide-state-layer",
|
|
787
|
+
"values": []
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"name": "indeterminate",
|
|
791
|
+
"values": []
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"name": "name",
|
|
795
|
+
"values": []
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"name": "disabled",
|
|
799
|
+
"values": []
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"name": "value",
|
|
803
|
+
"description": "The element value to use in form submission when checked.",
|
|
804
|
+
"values": []
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"name": "checked",
|
|
808
|
+
"values": []
|
|
809
|
+
}
|
|
810
|
+
],
|
|
823
811
|
"references": []
|
|
824
812
|
},
|
|
825
813
|
{
|
|
826
|
-
"name": "u-chip-
|
|
827
|
-
"description": "\n---\n",
|
|
814
|
+
"name": "u-chip-field",
|
|
815
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
828
816
|
"attributes": [
|
|
829
817
|
{
|
|
830
|
-
"name": "
|
|
831
|
-
"
|
|
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
832
|
"values": [
|
|
833
833
|
{
|
|
834
|
-
"name": "
|
|
835
|
-
},
|
|
836
|
-
{
|
|
837
|
-
"name": "center"
|
|
834
|
+
"name": "filled"
|
|
838
835
|
},
|
|
839
836
|
{
|
|
840
|
-
"name": "
|
|
837
|
+
"name": "outlined"
|
|
841
838
|
}
|
|
842
839
|
]
|
|
843
|
-
}
|
|
844
|
-
],
|
|
845
|
-
"references": []
|
|
846
|
-
},
|
|
847
|
-
{
|
|
848
|
-
"name": "u-chip",
|
|
849
|
-
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
850
|
-
"attributes": [
|
|
840
|
+
},
|
|
851
841
|
{
|
|
852
|
-
"name": "
|
|
853
|
-
"description": "
|
|
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
|
},
|
|
896
|
+
{
|
|
897
|
+
"name": "u-datepicker",
|
|
898
|
+
"description": "\n---\n",
|
|
899
|
+
"attributes": [],
|
|
900
|
+
"references": []
|
|
901
|
+
},
|
|
902
902
|
{
|
|
903
903
|
"name": "u-dialog",
|
|
904
904
|
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
@@ -928,12 +928,6 @@
|
|
|
928
928
|
],
|
|
929
929
|
"references": []
|
|
930
930
|
},
|
|
931
|
-
{
|
|
932
|
-
"name": "u-elevation",
|
|
933
|
-
"description": "\n---\n",
|
|
934
|
-
"attributes": [],
|
|
935
|
-
"references": []
|
|
936
|
-
},
|
|
937
931
|
{
|
|
938
932
|
"name": "u-field",
|
|
939
933
|
"description": "\n---\n",
|
|
@@ -1009,7 +1003,7 @@
|
|
|
1009
1003
|
"references": []
|
|
1010
1004
|
},
|
|
1011
1005
|
{
|
|
1012
|
-
"name": "u-
|
|
1006
|
+
"name": "u-elevation",
|
|
1013
1007
|
"description": "\n---\n",
|
|
1014
1008
|
"attributes": [],
|
|
1015
1009
|
"references": []
|
|
@@ -1044,6 +1038,12 @@
|
|
|
1044
1038
|
],
|
|
1045
1039
|
"references": []
|
|
1046
1040
|
},
|
|
1041
|
+
{
|
|
1042
|
+
"name": "u-icon",
|
|
1043
|
+
"description": "\n---\n",
|
|
1044
|
+
"attributes": [],
|
|
1045
|
+
"references": []
|
|
1046
|
+
},
|
|
1047
1047
|
{
|
|
1048
1048
|
"name": "u-list-item",
|
|
1049
1049
|
"description": "\n---\n",
|
|
@@ -1608,32 +1608,37 @@
|
|
|
1608
1608
|
"references": []
|
|
1609
1609
|
},
|
|
1610
1610
|
{
|
|
1611
|
-
"name": "u-
|
|
1611
|
+
"name": "u-switch-list-item",
|
|
1612
1612
|
"description": "\n---\n",
|
|
1613
1613
|
"attributes": [
|
|
1614
1614
|
{
|
|
1615
|
-
"name": "
|
|
1615
|
+
"name": "leading",
|
|
1616
1616
|
"values": []
|
|
1617
1617
|
},
|
|
1618
1618
|
{
|
|
1619
|
-
"name": "
|
|
1619
|
+
"name": "name",
|
|
1620
1620
|
"values": []
|
|
1621
1621
|
},
|
|
1622
1622
|
{
|
|
1623
|
-
"name": "
|
|
1623
|
+
"name": "disabled",
|
|
1624
|
+
"values": []
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"name": "value",
|
|
1628
|
+
"description": "The element value to use in form submission when checked.",
|
|
1629
|
+
"values": []
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"name": "checked",
|
|
1624
1633
|
"values": []
|
|
1625
1634
|
}
|
|
1626
1635
|
],
|
|
1627
1636
|
"references": []
|
|
1628
1637
|
},
|
|
1629
1638
|
{
|
|
1630
|
-
"name": "u-switch
|
|
1639
|
+
"name": "u-switch",
|
|
1631
1640
|
"description": "\n---\n",
|
|
1632
1641
|
"attributes": [
|
|
1633
|
-
{
|
|
1634
|
-
"name": "leading",
|
|
1635
|
-
"values": []
|
|
1636
|
-
},
|
|
1637
1642
|
{
|
|
1638
1643
|
"name": "name",
|
|
1639
1644
|
"values": []
|
|
@@ -1655,24 +1660,19 @@
|
|
|
1655
1660
|
"references": []
|
|
1656
1661
|
},
|
|
1657
1662
|
{
|
|
1658
|
-
"name": "u-
|
|
1663
|
+
"name": "u-snackbar",
|
|
1659
1664
|
"description": "\n---\n",
|
|
1660
1665
|
"attributes": [
|
|
1661
1666
|
{
|
|
1662
|
-
"name": "
|
|
1663
|
-
"values": []
|
|
1664
|
-
},
|
|
1665
|
-
{
|
|
1666
|
-
"name": "disabled",
|
|
1667
|
+
"name": "message",
|
|
1667
1668
|
"values": []
|
|
1668
1669
|
},
|
|
1669
1670
|
{
|
|
1670
|
-
"name": "
|
|
1671
|
-
"description": "The element value to use in form submission when checked.",
|
|
1671
|
+
"name": "action",
|
|
1672
1672
|
"values": []
|
|
1673
1673
|
},
|
|
1674
1674
|
{
|
|
1675
|
-
"name": "
|
|
1675
|
+
"name": "show-close",
|
|
1676
1676
|
"values": []
|
|
1677
1677
|
}
|
|
1678
1678
|
],
|
|
@@ -1727,27 +1727,11 @@
|
|
|
1727
1727
|
"references": []
|
|
1728
1728
|
},
|
|
1729
1729
|
{
|
|
1730
|
-
"name": "u-text-
|
|
1730
|
+
"name": "u-text-area",
|
|
1731
1731
|
"description": "\n---\n",
|
|
1732
1732
|
"attributes": [
|
|
1733
1733
|
{
|
|
1734
|
-
"name": "
|
|
1735
|
-
"values": []
|
|
1736
|
-
},
|
|
1737
|
-
{
|
|
1738
|
-
"name": "prefix-text",
|
|
1739
|
-
"values": []
|
|
1740
|
-
},
|
|
1741
|
-
{
|
|
1742
|
-
"name": "suffix-text",
|
|
1743
|
-
"values": []
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"name": "readOnly",
|
|
1747
|
-
"values": []
|
|
1748
|
-
},
|
|
1749
|
-
{
|
|
1750
|
-
"name": "autocapitalize",
|
|
1734
|
+
"name": "rows",
|
|
1751
1735
|
"values": []
|
|
1752
1736
|
},
|
|
1753
1737
|
{
|
|
@@ -1844,11 +1828,27 @@
|
|
|
1844
1828
|
"references": []
|
|
1845
1829
|
},
|
|
1846
1830
|
{
|
|
1847
|
-
"name": "u-text-
|
|
1831
|
+
"name": "u-text-field",
|
|
1848
1832
|
"description": "\n---\n",
|
|
1849
1833
|
"attributes": [
|
|
1850
1834
|
{
|
|
1851
|
-
"name": "
|
|
1835
|
+
"name": "type",
|
|
1836
|
+
"values": []
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"name": "prefix-text",
|
|
1840
|
+
"values": []
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
"name": "suffix-text",
|
|
1844
|
+
"values": []
|
|
1845
|
+
},
|
|
1846
|
+
{
|
|
1847
|
+
"name": "readOnly",
|
|
1848
|
+
"values": []
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"name": "autocapitalize",
|
|
1852
1852
|
"values": []
|
|
1853
1853
|
},
|
|
1854
1854
|
{
|