@universal-material/web 3.3.12 → 3.3.13
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 +5588 -5523
- package/icon/icon.d.ts +11 -0
- package/icon/icon.d.ts.map +1 -0
- package/icon/icon.js +17 -0
- package/icon/icon.js.map +1 -0
- package/icon/icon.styles.d.ts +2 -0
- package/icon/icon.styles.d.ts.map +1 -0
- package/icon/icon.styles.js +13 -0
- package/icon/icon.styles.js.map +1 -0
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/vscode.html-custom-data.json +238 -232
|
@@ -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",
|
|
@@ -78,78 +67,11 @@
|
|
|
78
67
|
"references": []
|
|
79
68
|
},
|
|
80
69
|
{
|
|
81
|
-
"name": "u-
|
|
70
|
+
"name": "u-badge",
|
|
82
71
|
"description": "\n---\n",
|
|
83
72
|
"attributes": [
|
|
84
73
|
{
|
|
85
|
-
"name": "
|
|
86
|
-
"values": []
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"name": "placeholder",
|
|
90
|
-
"values": []
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"name": "variant",
|
|
94
|
-
"values": [
|
|
95
|
-
{
|
|
96
|
-
"name": "filled"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"name": "outlined"
|
|
100
|
-
}
|
|
101
|
-
]
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"name": "label",
|
|
105
|
-
"description": "The floating label for the field",
|
|
106
|
-
"values": []
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"name": "counter",
|
|
110
|
-
"values": []
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"name": "hide-counter",
|
|
114
|
-
"values": []
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"name": "supporting-text",
|
|
118
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
119
|
-
"values": []
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"name": "error-text",
|
|
123
|
-
"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`",
|
|
124
|
-
"values": []
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"name": "empty",
|
|
128
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
129
|
-
"values": []
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"name": "disabled",
|
|
133
|
-
"values": []
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"name": "invalid",
|
|
137
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
138
|
-
"values": []
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"name": "has-leading-icon",
|
|
142
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
143
|
-
"values": []
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"name": "has-trailing-icon",
|
|
147
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
148
|
-
"values": []
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"name": "has-error-text",
|
|
152
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
74
|
+
"name": "static",
|
|
153
75
|
"values": []
|
|
154
76
|
}
|
|
155
77
|
],
|
|
@@ -570,195 +492,146 @@
|
|
|
570
492
|
"references": []
|
|
571
493
|
},
|
|
572
494
|
{
|
|
573
|
-
"name": "u-
|
|
495
|
+
"name": "u-button-field",
|
|
574
496
|
"description": "\n---\n",
|
|
575
497
|
"attributes": [
|
|
576
498
|
{
|
|
577
|
-
"name": "
|
|
499
|
+
"name": "value",
|
|
578
500
|
"values": []
|
|
579
|
-
}
|
|
580
|
-
],
|
|
581
|
-
"references": []
|
|
582
|
-
},
|
|
583
|
-
{
|
|
584
|
-
"name": "u-card-media",
|
|
585
|
-
"description": "\n---\n",
|
|
586
|
-
"attributes": [
|
|
501
|
+
},
|
|
587
502
|
{
|
|
588
|
-
"name": "
|
|
503
|
+
"name": "placeholder",
|
|
589
504
|
"values": []
|
|
590
|
-
}
|
|
591
|
-
],
|
|
592
|
-
"references": []
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
"name": "u-card",
|
|
596
|
-
"description": "\n---\n",
|
|
597
|
-
"attributes": [
|
|
505
|
+
},
|
|
598
506
|
{
|
|
599
507
|
"name": "variant",
|
|
600
|
-
"description": "The Card variant to render.",
|
|
601
508
|
"values": [
|
|
602
509
|
{
|
|
603
510
|
"name": "filled"
|
|
604
511
|
},
|
|
605
|
-
{
|
|
606
|
-
"name": "elevated"
|
|
607
|
-
},
|
|
608
512
|
{
|
|
609
513
|
"name": "outlined"
|
|
610
514
|
}
|
|
611
515
|
]
|
|
612
|
-
}
|
|
613
|
-
],
|
|
614
|
-
"references": []
|
|
615
|
-
},
|
|
616
|
-
{
|
|
617
|
-
"name": "u-checkbox-list-item",
|
|
618
|
-
"description": "\n---\n",
|
|
619
|
-
"attributes": [
|
|
620
|
-
{
|
|
621
|
-
"name": "leading",
|
|
622
|
-
"values": []
|
|
623
516
|
},
|
|
624
517
|
{
|
|
625
|
-
"name": "
|
|
518
|
+
"name": "label",
|
|
519
|
+
"description": "The floating label for the field",
|
|
626
520
|
"values": []
|
|
627
521
|
},
|
|
628
522
|
{
|
|
629
|
-
"name": "
|
|
523
|
+
"name": "counter",
|
|
630
524
|
"values": []
|
|
631
525
|
},
|
|
632
526
|
{
|
|
633
|
-
"name": "
|
|
527
|
+
"name": "hide-counter",
|
|
634
528
|
"values": []
|
|
635
529
|
},
|
|
636
530
|
{
|
|
637
|
-
"name": "
|
|
531
|
+
"name": "supporting-text",
|
|
532
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
638
533
|
"values": []
|
|
639
534
|
},
|
|
640
535
|
{
|
|
641
|
-
"name": "
|
|
642
|
-
"description": "
|
|
536
|
+
"name": "error-text",
|
|
537
|
+
"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`",
|
|
643
538
|
"values": []
|
|
644
539
|
},
|
|
645
540
|
{
|
|
646
|
-
"name": "
|
|
647
|
-
"
|
|
648
|
-
}
|
|
649
|
-
],
|
|
650
|
-
"references": []
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"name": "u-checkbox",
|
|
654
|
-
"description": "\n---\n",
|
|
655
|
-
"attributes": [
|
|
656
|
-
{
|
|
657
|
-
"name": "hide-state-layer",
|
|
541
|
+
"name": "empty",
|
|
542
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
658
543
|
"values": []
|
|
659
544
|
},
|
|
660
545
|
{
|
|
661
|
-
"name": "
|
|
546
|
+
"name": "disabled",
|
|
662
547
|
"values": []
|
|
663
548
|
},
|
|
664
549
|
{
|
|
665
|
-
"name": "
|
|
550
|
+
"name": "invalid",
|
|
551
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
666
552
|
"values": []
|
|
667
553
|
},
|
|
668
554
|
{
|
|
669
|
-
"name": "
|
|
555
|
+
"name": "has-leading-icon",
|
|
556
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
670
557
|
"values": []
|
|
671
558
|
},
|
|
672
559
|
{
|
|
673
|
-
"name": "
|
|
674
|
-
"description": "
|
|
560
|
+
"name": "has-trailing-icon",
|
|
561
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
675
562
|
"values": []
|
|
676
563
|
},
|
|
677
564
|
{
|
|
678
|
-
"name": "
|
|
565
|
+
"name": "has-error-text",
|
|
566
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
679
567
|
"values": []
|
|
680
568
|
}
|
|
681
569
|
],
|
|
682
570
|
"references": []
|
|
683
571
|
},
|
|
684
572
|
{
|
|
685
|
-
"name": "u-
|
|
686
|
-
"description": "\n---\n
|
|
573
|
+
"name": "u-checkbox-list-item",
|
|
574
|
+
"description": "\n---\n",
|
|
687
575
|
"attributes": [
|
|
688
576
|
{
|
|
689
|
-
"name": "
|
|
690
|
-
"values": []
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"name": "manual",
|
|
694
|
-
"description": "If true, ignore enter key input",
|
|
577
|
+
"name": "leading",
|
|
695
578
|
"values": []
|
|
696
579
|
},
|
|
697
580
|
{
|
|
698
|
-
"name": "
|
|
581
|
+
"name": "hide-state-layer",
|
|
699
582
|
"values": []
|
|
700
583
|
},
|
|
701
584
|
{
|
|
702
|
-
"name": "
|
|
703
|
-
"values": [
|
|
704
|
-
{
|
|
705
|
-
"name": "filled"
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
"name": "outlined"
|
|
709
|
-
}
|
|
710
|
-
]
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"name": "label",
|
|
714
|
-
"description": "The floating label for the field",
|
|
585
|
+
"name": "indeterminate",
|
|
715
586
|
"values": []
|
|
716
587
|
},
|
|
717
588
|
{
|
|
718
|
-
"name": "
|
|
589
|
+
"name": "name",
|
|
719
590
|
"values": []
|
|
720
591
|
},
|
|
721
592
|
{
|
|
722
|
-
"name": "
|
|
593
|
+
"name": "disabled",
|
|
723
594
|
"values": []
|
|
724
595
|
},
|
|
725
596
|
{
|
|
726
|
-
"name": "
|
|
727
|
-
"description": "
|
|
597
|
+
"name": "value",
|
|
598
|
+
"description": "The element value to use in form submission when checked.",
|
|
728
599
|
"values": []
|
|
729
600
|
},
|
|
730
601
|
{
|
|
731
|
-
"name": "
|
|
732
|
-
"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`",
|
|
602
|
+
"name": "checked",
|
|
733
603
|
"values": []
|
|
734
|
-
}
|
|
604
|
+
}
|
|
605
|
+
],
|
|
606
|
+
"references": []
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"name": "u-checkbox",
|
|
610
|
+
"description": "\n---\n",
|
|
611
|
+
"attributes": [
|
|
735
612
|
{
|
|
736
|
-
"name": "
|
|
737
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
613
|
+
"name": "hide-state-layer",
|
|
738
614
|
"values": []
|
|
739
615
|
},
|
|
740
616
|
{
|
|
741
|
-
"name": "
|
|
617
|
+
"name": "indeterminate",
|
|
742
618
|
"values": []
|
|
743
619
|
},
|
|
744
620
|
{
|
|
745
|
-
"name": "
|
|
746
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
621
|
+
"name": "name",
|
|
747
622
|
"values": []
|
|
748
623
|
},
|
|
749
624
|
{
|
|
750
|
-
"name": "
|
|
751
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
625
|
+
"name": "disabled",
|
|
752
626
|
"values": []
|
|
753
627
|
},
|
|
754
628
|
{
|
|
755
|
-
"name": "
|
|
756
|
-
"description": "
|
|
629
|
+
"name": "value",
|
|
630
|
+
"description": "The element value to use in form submission when checked.",
|
|
757
631
|
"values": []
|
|
758
632
|
},
|
|
759
633
|
{
|
|
760
|
-
"name": "
|
|
761
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
634
|
+
"name": "checked",
|
|
762
635
|
"values": []
|
|
763
636
|
}
|
|
764
637
|
],
|
|
@@ -856,6 +729,133 @@
|
|
|
856
729
|
],
|
|
857
730
|
"references": []
|
|
858
731
|
},
|
|
732
|
+
{
|
|
733
|
+
"name": "u-chip-field",
|
|
734
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
735
|
+
"attributes": [
|
|
736
|
+
{
|
|
737
|
+
"name": "name",
|
|
738
|
+
"values": []
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"name": "manual",
|
|
742
|
+
"description": "If true, ignore enter key input",
|
|
743
|
+
"values": []
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"name": "placeholder",
|
|
747
|
+
"values": []
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"name": "variant",
|
|
751
|
+
"values": [
|
|
752
|
+
{
|
|
753
|
+
"name": "filled"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"name": "outlined"
|
|
757
|
+
}
|
|
758
|
+
]
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"name": "label",
|
|
762
|
+
"description": "The floating label for the field",
|
|
763
|
+
"values": []
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"name": "counter",
|
|
767
|
+
"values": []
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"name": "hide-counter",
|
|
771
|
+
"values": []
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"name": "supporting-text",
|
|
775
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
776
|
+
"values": []
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"name": "error-text",
|
|
780
|
+
"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`",
|
|
781
|
+
"values": []
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"name": "empty",
|
|
785
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
786
|
+
"values": []
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"name": "disabled",
|
|
790
|
+
"values": []
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"name": "invalid",
|
|
794
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
795
|
+
"values": []
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"name": "has-leading-icon",
|
|
799
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
800
|
+
"values": []
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"name": "has-trailing-icon",
|
|
804
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
805
|
+
"values": []
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"name": "has-error-text",
|
|
809
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
810
|
+
"values": []
|
|
811
|
+
}
|
|
812
|
+
],
|
|
813
|
+
"references": []
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"name": "u-card-content",
|
|
817
|
+
"description": "\n---\n",
|
|
818
|
+
"attributes": [
|
|
819
|
+
{
|
|
820
|
+
"name": "has-content",
|
|
821
|
+
"values": []
|
|
822
|
+
}
|
|
823
|
+
],
|
|
824
|
+
"references": []
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"name": "u-card-media",
|
|
828
|
+
"description": "\n---\n",
|
|
829
|
+
"attributes": [
|
|
830
|
+
{
|
|
831
|
+
"name": "wide",
|
|
832
|
+
"values": []
|
|
833
|
+
}
|
|
834
|
+
],
|
|
835
|
+
"references": []
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"name": "u-card",
|
|
839
|
+
"description": "\n---\n",
|
|
840
|
+
"attributes": [
|
|
841
|
+
{
|
|
842
|
+
"name": "variant",
|
|
843
|
+
"description": "The Card variant to render.",
|
|
844
|
+
"values": [
|
|
845
|
+
{
|
|
846
|
+
"name": "filled"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"name": "elevated"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"name": "outlined"
|
|
853
|
+
}
|
|
854
|
+
]
|
|
855
|
+
}
|
|
856
|
+
],
|
|
857
|
+
"references": []
|
|
858
|
+
},
|
|
859
859
|
{
|
|
860
860
|
"name": "u-dialog",
|
|
861
861
|
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
@@ -883,6 +883,12 @@
|
|
|
883
883
|
"attributes": [],
|
|
884
884
|
"references": []
|
|
885
885
|
},
|
|
886
|
+
{
|
|
887
|
+
"name": "u-icon",
|
|
888
|
+
"description": "\n---\n",
|
|
889
|
+
"attributes": [],
|
|
890
|
+
"references": []
|
|
891
|
+
},
|
|
886
892
|
{
|
|
887
893
|
"name": "u-field",
|
|
888
894
|
"description": "\n---\n",
|
|
@@ -957,6 +963,23 @@
|
|
|
957
963
|
],
|
|
958
964
|
"references": []
|
|
959
965
|
},
|
|
966
|
+
{
|
|
967
|
+
"name": "u-list-item",
|
|
968
|
+
"description": "\n---\n",
|
|
969
|
+
"attributes": [
|
|
970
|
+
{
|
|
971
|
+
"name": "selectable",
|
|
972
|
+
"values": []
|
|
973
|
+
}
|
|
974
|
+
],
|
|
975
|
+
"references": []
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"name": "u-list",
|
|
979
|
+
"description": "\n---\n",
|
|
980
|
+
"attributes": [],
|
|
981
|
+
"references": []
|
|
982
|
+
},
|
|
960
983
|
{
|
|
961
984
|
"name": "u-menu-item",
|
|
962
985
|
"description": "\n---\n",
|
|
@@ -1078,18 +1101,22 @@
|
|
|
1078
1101
|
"references": []
|
|
1079
1102
|
},
|
|
1080
1103
|
{
|
|
1081
|
-
"name": "u-
|
|
1104
|
+
"name": "u-overflow-menu-item",
|
|
1082
1105
|
"description": "\n---\n",
|
|
1083
1106
|
"attributes": [
|
|
1084
1107
|
{
|
|
1085
|
-
"name": "
|
|
1108
|
+
"name": "label",
|
|
1109
|
+
"values": []
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"name": "priority",
|
|
1086
1113
|
"values": []
|
|
1087
1114
|
}
|
|
1088
1115
|
],
|
|
1089
1116
|
"references": []
|
|
1090
1117
|
},
|
|
1091
1118
|
{
|
|
1092
|
-
"name": "u-
|
|
1119
|
+
"name": "u-overflow-menu",
|
|
1093
1120
|
"description": "\n---\n",
|
|
1094
1121
|
"attributes": [],
|
|
1095
1122
|
"references": []
|
|
@@ -1254,39 +1281,6 @@
|
|
|
1254
1281
|
],
|
|
1255
1282
|
"references": []
|
|
1256
1283
|
},
|
|
1257
|
-
{
|
|
1258
|
-
"name": "u-overflow-menu-item",
|
|
1259
|
-
"description": "\n---\n",
|
|
1260
|
-
"attributes": [
|
|
1261
|
-
{
|
|
1262
|
-
"name": "label",
|
|
1263
|
-
"values": []
|
|
1264
|
-
},
|
|
1265
|
-
{
|
|
1266
|
-
"name": "priority",
|
|
1267
|
-
"values": []
|
|
1268
|
-
}
|
|
1269
|
-
],
|
|
1270
|
-
"references": []
|
|
1271
|
-
},
|
|
1272
|
-
{
|
|
1273
|
-
"name": "u-overflow-menu",
|
|
1274
|
-
"description": "\n---\n",
|
|
1275
|
-
"attributes": [],
|
|
1276
|
-
"references": []
|
|
1277
|
-
},
|
|
1278
|
-
{
|
|
1279
|
-
"name": "u-ripple",
|
|
1280
|
-
"description": "\n---\n",
|
|
1281
|
-
"attributes": [
|
|
1282
|
-
{
|
|
1283
|
-
"name": "disabled",
|
|
1284
|
-
"description": "Disables the ripple.",
|
|
1285
|
-
"values": []
|
|
1286
|
-
}
|
|
1287
|
-
],
|
|
1288
|
-
"references": []
|
|
1289
|
-
},
|
|
1290
1284
|
{
|
|
1291
1285
|
"name": "u-search",
|
|
1292
1286
|
"description": "\n---\n",
|
|
@@ -1398,6 +1392,18 @@
|
|
|
1398
1392
|
],
|
|
1399
1393
|
"references": []
|
|
1400
1394
|
},
|
|
1395
|
+
{
|
|
1396
|
+
"name": "u-ripple",
|
|
1397
|
+
"description": "\n---\n",
|
|
1398
|
+
"attributes": [
|
|
1399
|
+
{
|
|
1400
|
+
"name": "disabled",
|
|
1401
|
+
"description": "Disables the ripple.",
|
|
1402
|
+
"values": []
|
|
1403
|
+
}
|
|
1404
|
+
],
|
|
1405
|
+
"references": []
|
|
1406
|
+
},
|
|
1401
1407
|
{
|
|
1402
1408
|
"name": "u-option",
|
|
1403
1409
|
"description": "\n---\n",
|
|
@@ -1538,32 +1544,37 @@
|
|
|
1538
1544
|
"references": []
|
|
1539
1545
|
},
|
|
1540
1546
|
{
|
|
1541
|
-
"name": "u-
|
|
1547
|
+
"name": "u-switch-list-item",
|
|
1542
1548
|
"description": "\n---\n",
|
|
1543
1549
|
"attributes": [
|
|
1544
1550
|
{
|
|
1545
|
-
"name": "
|
|
1551
|
+
"name": "leading",
|
|
1546
1552
|
"values": []
|
|
1547
1553
|
},
|
|
1548
1554
|
{
|
|
1549
|
-
"name": "
|
|
1555
|
+
"name": "name",
|
|
1550
1556
|
"values": []
|
|
1551
1557
|
},
|
|
1552
1558
|
{
|
|
1553
|
-
"name": "
|
|
1559
|
+
"name": "disabled",
|
|
1560
|
+
"values": []
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"name": "value",
|
|
1564
|
+
"description": "The element value to use in form submission when checked.",
|
|
1565
|
+
"values": []
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"name": "checked",
|
|
1554
1569
|
"values": []
|
|
1555
1570
|
}
|
|
1556
1571
|
],
|
|
1557
1572
|
"references": []
|
|
1558
1573
|
},
|
|
1559
1574
|
{
|
|
1560
|
-
"name": "u-switch
|
|
1575
|
+
"name": "u-switch",
|
|
1561
1576
|
"description": "\n---\n",
|
|
1562
1577
|
"attributes": [
|
|
1563
|
-
{
|
|
1564
|
-
"name": "leading",
|
|
1565
|
-
"values": []
|
|
1566
|
-
},
|
|
1567
1578
|
{
|
|
1568
1579
|
"name": "name",
|
|
1569
1580
|
"values": []
|
|
@@ -1585,24 +1596,19 @@
|
|
|
1585
1596
|
"references": []
|
|
1586
1597
|
},
|
|
1587
1598
|
{
|
|
1588
|
-
"name": "u-
|
|
1599
|
+
"name": "u-snackbar",
|
|
1589
1600
|
"description": "\n---\n",
|
|
1590
1601
|
"attributes": [
|
|
1591
1602
|
{
|
|
1592
|
-
"name": "
|
|
1593
|
-
"values": []
|
|
1594
|
-
},
|
|
1595
|
-
{
|
|
1596
|
-
"name": "disabled",
|
|
1603
|
+
"name": "message",
|
|
1597
1604
|
"values": []
|
|
1598
1605
|
},
|
|
1599
1606
|
{
|
|
1600
|
-
"name": "
|
|
1601
|
-
"description": "The element value to use in form submission when checked.",
|
|
1607
|
+
"name": "action",
|
|
1602
1608
|
"values": []
|
|
1603
1609
|
},
|
|
1604
1610
|
{
|
|
1605
|
-
"name": "
|
|
1611
|
+
"name": "show-close",
|
|
1606
1612
|
"values": []
|
|
1607
1613
|
}
|
|
1608
1614
|
],
|