@universal-material/web 3.3.17 → 3.3.19
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 +6812 -6732
- package/menu/menu.styles.js +1 -1
- package/menu/menu.styles.js.map +1 -1
- package/package.json +1 -1
- package/select/select.d.ts.map +1 -1
- package/select/select.js +6 -0
- package/select/select.js.map +1 -1
- package/select/select.styles.js +1 -1
- package/select/select.styles.js.map +1 -1
- package/typeahead/typeahead.d.ts +2 -5
- package/typeahead/typeahead.d.ts.map +1 -1
- package/typeahead/typeahead.js +66 -38
- package/typeahead/typeahead.js.map +1 -1
- package/typeahead/typeahead.styles.d.ts.map +1 -1
- package/typeahead/typeahead.styles.js +5 -0
- package/typeahead/typeahead.styles.js.map +1 -1
- package/vscode.html-custom-data.json +384 -369
|
@@ -78,45 +78,79 @@
|
|
|
78
78
|
"references": []
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
|
-
"name": "u-
|
|
81
|
+
"name": "u-button-field",
|
|
82
82
|
"description": "\n---\n",
|
|
83
83
|
"attributes": [
|
|
84
84
|
{
|
|
85
|
-
"name": "
|
|
85
|
+
"name": "value",
|
|
86
86
|
"values": []
|
|
87
|
-
}
|
|
88
|
-
],
|
|
89
|
-
"references": []
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"name": "u-card-media",
|
|
93
|
-
"description": "\n---\n",
|
|
94
|
-
"attributes": [
|
|
87
|
+
},
|
|
95
88
|
{
|
|
96
|
-
"name": "
|
|
89
|
+
"name": "placeholder",
|
|
97
90
|
"values": []
|
|
98
|
-
}
|
|
99
|
-
],
|
|
100
|
-
"references": []
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"name": "u-card",
|
|
104
|
-
"description": "\n---\n",
|
|
105
|
-
"attributes": [
|
|
91
|
+
},
|
|
106
92
|
{
|
|
107
93
|
"name": "variant",
|
|
108
|
-
"description": "The Card variant to render.",
|
|
109
94
|
"values": [
|
|
110
95
|
{
|
|
111
96
|
"name": "filled"
|
|
112
97
|
},
|
|
113
|
-
{
|
|
114
|
-
"name": "elevated"
|
|
115
|
-
},
|
|
116
98
|
{
|
|
117
99
|
"name": "outlined"
|
|
118
100
|
}
|
|
119
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",
|
|
153
|
+
"values": []
|
|
120
154
|
}
|
|
121
155
|
],
|
|
122
156
|
"references": []
|
|
@@ -498,85 +532,26 @@
|
|
|
498
532
|
"references": []
|
|
499
533
|
},
|
|
500
534
|
{
|
|
501
|
-
"name": "u-
|
|
502
|
-
"description": "\n---\n",
|
|
535
|
+
"name": "u-calendar",
|
|
536
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
503
537
|
"attributes": [
|
|
504
538
|
{
|
|
505
539
|
"name": "value",
|
|
506
540
|
"values": []
|
|
507
541
|
},
|
|
508
542
|
{
|
|
509
|
-
"name": "
|
|
510
|
-
"values": []
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"name": "variant",
|
|
514
|
-
"values": [
|
|
515
|
-
{
|
|
516
|
-
"name": "filled"
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"name": "outlined"
|
|
520
|
-
}
|
|
521
|
-
]
|
|
522
|
-
},
|
|
523
|
-
{
|
|
524
|
-
"name": "label",
|
|
525
|
-
"description": "The floating label for the field",
|
|
526
|
-
"values": []
|
|
527
|
-
},
|
|
528
|
-
{
|
|
529
|
-
"name": "counter",
|
|
530
|
-
"values": []
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"name": "hide-counter",
|
|
534
|
-
"values": []
|
|
535
|
-
},
|
|
536
|
-
{
|
|
537
|
-
"name": "supporting-text",
|
|
538
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
539
|
-
"values": []
|
|
540
|
-
},
|
|
541
|
-
{
|
|
542
|
-
"name": "error-text",
|
|
543
|
-
"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`",
|
|
544
|
-
"values": []
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
"name": "empty",
|
|
548
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
549
|
-
"values": []
|
|
550
|
-
},
|
|
551
|
-
{
|
|
552
|
-
"name": "disabled",
|
|
553
|
-
"values": []
|
|
554
|
-
},
|
|
555
|
-
{
|
|
556
|
-
"name": "invalid",
|
|
557
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
558
|
-
"values": []
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
"name": "has-leading-icon",
|
|
562
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
563
|
-
"values": []
|
|
564
|
-
},
|
|
565
|
-
{
|
|
566
|
-
"name": "has-trailing-icon",
|
|
567
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
543
|
+
"name": "dateOutsideMonth",
|
|
568
544
|
"values": []
|
|
569
545
|
},
|
|
570
546
|
{
|
|
571
|
-
"name": "
|
|
572
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
547
|
+
"name": "locale",
|
|
573
548
|
"values": []
|
|
574
549
|
}
|
|
575
550
|
],
|
|
576
551
|
"references": []
|
|
577
552
|
},
|
|
578
553
|
{
|
|
579
|
-
"name": "u-calendar",
|
|
554
|
+
"name": "u-range-calendar",
|
|
580
555
|
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
581
556
|
"attributes": [
|
|
582
557
|
{
|
|
@@ -595,20 +570,45 @@
|
|
|
595
570
|
"references": []
|
|
596
571
|
},
|
|
597
572
|
{
|
|
598
|
-
"name": "u-
|
|
599
|
-
"description": "\n---\n
|
|
573
|
+
"name": "u-card-content",
|
|
574
|
+
"description": "\n---\n",
|
|
600
575
|
"attributes": [
|
|
601
576
|
{
|
|
602
|
-
"name": "
|
|
577
|
+
"name": "has-content",
|
|
603
578
|
"values": []
|
|
604
|
-
}
|
|
579
|
+
}
|
|
580
|
+
],
|
|
581
|
+
"references": []
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"name": "u-card-media",
|
|
585
|
+
"description": "\n---\n",
|
|
586
|
+
"attributes": [
|
|
605
587
|
{
|
|
606
|
-
"name": "
|
|
588
|
+
"name": "wide",
|
|
607
589
|
"values": []
|
|
608
|
-
}
|
|
590
|
+
}
|
|
591
|
+
],
|
|
592
|
+
"references": []
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"name": "u-card",
|
|
596
|
+
"description": "\n---\n",
|
|
597
|
+
"attributes": [
|
|
609
598
|
{
|
|
610
|
-
"name": "
|
|
611
|
-
"
|
|
599
|
+
"name": "variant",
|
|
600
|
+
"description": "The Card variant to render.",
|
|
601
|
+
"values": [
|
|
602
|
+
{
|
|
603
|
+
"name": "filled"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"name": "elevated"
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"name": "outlined"
|
|
610
|
+
}
|
|
611
|
+
]
|
|
612
612
|
}
|
|
613
613
|
],
|
|
614
614
|
"references": []
|
|
@@ -682,175 +682,175 @@
|
|
|
682
682
|
"references": []
|
|
683
683
|
},
|
|
684
684
|
{
|
|
685
|
-
"name": "u-chip-
|
|
686
|
-
"description": "\n---\n
|
|
685
|
+
"name": "u-chip-set",
|
|
686
|
+
"description": "\n---\n",
|
|
687
687
|
"attributes": [
|
|
688
688
|
{
|
|
689
|
-
"name": "
|
|
690
|
-
"
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"name": "manual",
|
|
694
|
-
"description": "If true, ignore enter key input",
|
|
695
|
-
"values": []
|
|
696
|
-
},
|
|
697
|
-
{
|
|
698
|
-
"name": "placeholder",
|
|
699
|
-
"values": []
|
|
700
|
-
},
|
|
701
|
-
{
|
|
702
|
-
"name": "variant",
|
|
689
|
+
"name": "alignment",
|
|
690
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
703
691
|
"values": [
|
|
704
692
|
{
|
|
705
|
-
"name": "
|
|
693
|
+
"name": "start"
|
|
706
694
|
},
|
|
707
695
|
{
|
|
708
|
-
"name": "
|
|
696
|
+
"name": "center"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"name": "end"
|
|
709
700
|
}
|
|
710
701
|
]
|
|
702
|
+
}
|
|
703
|
+
],
|
|
704
|
+
"references": []
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "u-chip",
|
|
708
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
709
|
+
"attributes": [
|
|
710
|
+
{
|
|
711
|
+
"name": "selected",
|
|
712
|
+
"description": "Whether the chip is selected or not",
|
|
713
|
+
"values": []
|
|
711
714
|
},
|
|
712
715
|
{
|
|
713
|
-
"name": "
|
|
714
|
-
"description": "The floating label for the field",
|
|
716
|
+
"name": "clickable",
|
|
715
717
|
"values": []
|
|
716
718
|
},
|
|
717
719
|
{
|
|
718
|
-
"name": "
|
|
720
|
+
"name": "elevated",
|
|
721
|
+
"description": "Adds elevation to the chip",
|
|
719
722
|
"values": []
|
|
720
723
|
},
|
|
721
724
|
{
|
|
722
|
-
"name": "
|
|
725
|
+
"name": "toggle",
|
|
726
|
+
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
723
727
|
"values": []
|
|
724
728
|
},
|
|
725
729
|
{
|
|
726
|
-
"name": "
|
|
727
|
-
"description": "
|
|
730
|
+
"name": "removable",
|
|
731
|
+
"description": "Add the remove icon",
|
|
728
732
|
"values": []
|
|
729
733
|
},
|
|
730
734
|
{
|
|
731
|
-
"name": "
|
|
732
|
-
"description": "
|
|
735
|
+
"name": "hide-selected-icon",
|
|
736
|
+
"description": "Hide the selected icon",
|
|
733
737
|
"values": []
|
|
734
738
|
},
|
|
735
739
|
{
|
|
736
|
-
"name": "
|
|
737
|
-
"description": "Whether the
|
|
740
|
+
"name": "has-leading-icon",
|
|
741
|
+
"description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
|
|
738
742
|
"values": []
|
|
739
743
|
},
|
|
740
744
|
{
|
|
741
|
-
"name": "
|
|
745
|
+
"name": "has-selected-icon",
|
|
746
|
+
"description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
|
|
742
747
|
"values": []
|
|
743
748
|
},
|
|
744
749
|
{
|
|
745
|
-
"name": "
|
|
746
|
-
"description": "
|
|
750
|
+
"name": "has-trailing-icon",
|
|
751
|
+
"description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
|
|
747
752
|
"values": []
|
|
748
753
|
},
|
|
749
754
|
{
|
|
750
|
-
"name": "
|
|
751
|
-
"description": "Whether the
|
|
755
|
+
"name": "disabled",
|
|
756
|
+
"description": "Whether the button is disabled or not.",
|
|
752
757
|
"values": []
|
|
753
758
|
},
|
|
754
759
|
{
|
|
755
|
-
"name": "
|
|
756
|
-
"description": "
|
|
760
|
+
"name": "href",
|
|
761
|
+
"description": "The URL that the link button points to.",
|
|
757
762
|
"values": []
|
|
758
763
|
},
|
|
759
764
|
{
|
|
760
|
-
"name": "
|
|
761
|
-
"description": "
|
|
765
|
+
"name": "target",
|
|
766
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
762
767
|
"values": []
|
|
763
|
-
}
|
|
764
|
-
],
|
|
765
|
-
"references": []
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
"name": "u-chip-set",
|
|
769
|
-
"description": "\n---\n",
|
|
770
|
-
"attributes": [
|
|
768
|
+
},
|
|
771
769
|
{
|
|
772
|
-
"name": "
|
|
773
|
-
"
|
|
774
|
-
"values": [
|
|
775
|
-
{
|
|
776
|
-
"name": "start"
|
|
777
|
-
},
|
|
778
|
-
{
|
|
779
|
-
"name": "center"
|
|
780
|
-
},
|
|
781
|
-
{
|
|
782
|
-
"name": "end"
|
|
783
|
-
}
|
|
784
|
-
]
|
|
770
|
+
"name": "name",
|
|
771
|
+
"values": []
|
|
785
772
|
}
|
|
786
773
|
],
|
|
787
774
|
"references": []
|
|
788
775
|
},
|
|
789
776
|
{
|
|
790
|
-
"name": "u-chip",
|
|
777
|
+
"name": "u-chip-field",
|
|
791
778
|
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
792
779
|
"attributes": [
|
|
793
780
|
{
|
|
794
|
-
"name": "
|
|
795
|
-
"description": "Whether the chip is selected or not",
|
|
781
|
+
"name": "name",
|
|
796
782
|
"values": []
|
|
797
783
|
},
|
|
798
784
|
{
|
|
799
|
-
"name": "
|
|
785
|
+
"name": "manual",
|
|
786
|
+
"description": "If true, ignore enter key input",
|
|
800
787
|
"values": []
|
|
801
788
|
},
|
|
802
789
|
{
|
|
803
|
-
"name": "
|
|
804
|
-
"description": "Adds elevation to the chip",
|
|
790
|
+
"name": "placeholder",
|
|
805
791
|
"values": []
|
|
806
792
|
},
|
|
807
793
|
{
|
|
808
|
-
"name": "
|
|
809
|
-
"
|
|
794
|
+
"name": "variant",
|
|
795
|
+
"values": [
|
|
796
|
+
{
|
|
797
|
+
"name": "filled"
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"name": "outlined"
|
|
801
|
+
}
|
|
802
|
+
]
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"name": "label",
|
|
806
|
+
"description": "The floating label for the field",
|
|
810
807
|
"values": []
|
|
811
808
|
},
|
|
812
809
|
{
|
|
813
|
-
"name": "
|
|
814
|
-
"description": "Add the remove icon",
|
|
810
|
+
"name": "counter",
|
|
815
811
|
"values": []
|
|
816
812
|
},
|
|
817
813
|
{
|
|
818
|
-
"name": "hide-
|
|
819
|
-
"description": "Hide the selected icon",
|
|
814
|
+
"name": "hide-counter",
|
|
820
815
|
"values": []
|
|
821
816
|
},
|
|
822
817
|
{
|
|
823
|
-
"name": "
|
|
824
|
-
"description": "
|
|
818
|
+
"name": "supporting-text",
|
|
819
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
825
820
|
"values": []
|
|
826
821
|
},
|
|
827
822
|
{
|
|
828
|
-
"name": "
|
|
829
|
-
"description": "
|
|
823
|
+
"name": "error-text",
|
|
824
|
+
"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`",
|
|
830
825
|
"values": []
|
|
831
826
|
},
|
|
832
827
|
{
|
|
833
|
-
"name": "
|
|
834
|
-
"description": "Whether the
|
|
828
|
+
"name": "empty",
|
|
829
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
835
830
|
"values": []
|
|
836
831
|
},
|
|
837
832
|
{
|
|
838
833
|
"name": "disabled",
|
|
839
|
-
"description": "Whether the button is disabled or not.",
|
|
840
834
|
"values": []
|
|
841
835
|
},
|
|
842
836
|
{
|
|
843
|
-
"name": "
|
|
844
|
-
"description": "
|
|
837
|
+
"name": "invalid",
|
|
838
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
845
839
|
"values": []
|
|
846
840
|
},
|
|
847
841
|
{
|
|
848
|
-
"name": "
|
|
849
|
-
"description": "
|
|
842
|
+
"name": "has-leading-icon",
|
|
843
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
850
844
|
"values": []
|
|
851
845
|
},
|
|
852
846
|
{
|
|
853
|
-
"name": "
|
|
847
|
+
"name": "has-trailing-icon",
|
|
848
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
849
|
+
"values": []
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"name": "has-error-text",
|
|
853
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
854
854
|
"values": []
|
|
855
855
|
}
|
|
856
856
|
],
|
|
@@ -883,12 +883,6 @@
|
|
|
883
883
|
"attributes": [],
|
|
884
884
|
"references": []
|
|
885
885
|
},
|
|
886
|
-
{
|
|
887
|
-
"name": "u-icon",
|
|
888
|
-
"description": "\n---\n",
|
|
889
|
-
"attributes": [],
|
|
890
|
-
"references": []
|
|
891
|
-
},
|
|
892
886
|
{
|
|
893
887
|
"name": "u-field",
|
|
894
888
|
"description": "\n---\n",
|
|
@@ -963,6 +957,12 @@
|
|
|
963
957
|
],
|
|
964
958
|
"references": []
|
|
965
959
|
},
|
|
960
|
+
{
|
|
961
|
+
"name": "u-icon",
|
|
962
|
+
"description": "\n---\n",
|
|
963
|
+
"attributes": [],
|
|
964
|
+
"references": []
|
|
965
|
+
},
|
|
966
966
|
{
|
|
967
967
|
"name": "u-list-item",
|
|
968
968
|
"description": "\n---\n",
|
|
@@ -980,6 +980,76 @@
|
|
|
980
980
|
"attributes": [],
|
|
981
981
|
"references": []
|
|
982
982
|
},
|
|
983
|
+
{
|
|
984
|
+
"name": "u-drawer-headline",
|
|
985
|
+
"description": "\n---\n",
|
|
986
|
+
"attributes": [],
|
|
987
|
+
"references": []
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"name": "u-drawer-item",
|
|
991
|
+
"description": "\n---\n",
|
|
992
|
+
"attributes": [
|
|
993
|
+
{
|
|
994
|
+
"name": "has-icon",
|
|
995
|
+
"description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
|
|
996
|
+
"values": []
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"name": "has-badge",
|
|
1000
|
+
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
1001
|
+
"values": []
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"name": "active",
|
|
1005
|
+
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
1006
|
+
"values": []
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"name": "keep-drawer-open",
|
|
1010
|
+
"description": "If true, it will not attempt to close de navigation drawer on click",
|
|
1011
|
+
"values": []
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"name": "disabled",
|
|
1015
|
+
"description": "Whether the button is disabled or not.",
|
|
1016
|
+
"values": []
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"name": "href",
|
|
1020
|
+
"description": "The URL that the link button points to.",
|
|
1021
|
+
"values": []
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"name": "target",
|
|
1025
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1026
|
+
"values": []
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"name": "name",
|
|
1030
|
+
"values": []
|
|
1031
|
+
}
|
|
1032
|
+
],
|
|
1033
|
+
"references": []
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"name": "u-drawer",
|
|
1037
|
+
"description": "\n---\n",
|
|
1038
|
+
"attributes": [],
|
|
1039
|
+
"references": []
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"name": "u-side-navigation",
|
|
1043
|
+
"description": "\n---\n",
|
|
1044
|
+
"attributes": [
|
|
1045
|
+
{
|
|
1046
|
+
"name": "toggle-drawer",
|
|
1047
|
+
"description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
|
|
1048
|
+
"values": []
|
|
1049
|
+
}
|
|
1050
|
+
],
|
|
1051
|
+
"references": []
|
|
1052
|
+
},
|
|
983
1053
|
{
|
|
984
1054
|
"name": "u-menu-item",
|
|
985
1055
|
"description": "\n---\n",
|
|
@@ -1077,107 +1147,58 @@
|
|
|
1077
1147
|
{
|
|
1078
1148
|
"name": "end-start"
|
|
1079
1149
|
},
|
|
1080
|
-
{
|
|
1081
|
-
"name": "end-end"
|
|
1082
|
-
}
|
|
1083
|
-
]
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
"name": "direction",
|
|
1087
|
-
"description": "The direction of the menu. e.g. `'down-end'`.\n\nNOTE: This value may not be respected by the menu positioning algorithm\nif the menu would render outside the viewport.",
|
|
1088
|
-
"values": [
|
|
1089
|
-
{
|
|
1090
|
-
"name": "up-start"
|
|
1091
|
-
},
|
|
1092
|
-
{
|
|
1093
|
-
"name": "up-end"
|
|
1094
|
-
},
|
|
1095
|
-
{
|
|
1096
|
-
"name": "down-start"
|
|
1097
|
-
},
|
|
1098
|
-
{
|
|
1099
|
-
"name": "down-end"
|
|
1100
|
-
}
|
|
1101
|
-
]
|
|
1102
|
-
},
|
|
1103
|
-
{
|
|
1104
|
-
"name": "allow-overflow",
|
|
1105
|
-
"description": "Don't limit the height of the menu",
|
|
1106
|
-
"values": []
|
|
1107
|
-
}
|
|
1108
|
-
],
|
|
1109
|
-
"references": []
|
|
1110
|
-
},
|
|
1111
|
-
{
|
|
1112
|
-
"name": "u-drawer-headline",
|
|
1113
|
-
"description": "\n---\n",
|
|
1114
|
-
"attributes": [],
|
|
1115
|
-
"references": []
|
|
1116
|
-
},
|
|
1117
|
-
{
|
|
1118
|
-
"name": "u-drawer-item",
|
|
1119
|
-
"description": "\n---\n",
|
|
1120
|
-
"attributes": [
|
|
1121
|
-
{
|
|
1122
|
-
"name": "has-icon",
|
|
1123
|
-
"description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
|
|
1124
|
-
"values": []
|
|
1125
|
-
},
|
|
1126
|
-
{
|
|
1127
|
-
"name": "has-badge",
|
|
1128
|
-
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
1129
|
-
"values": []
|
|
1130
|
-
},
|
|
1131
|
-
{
|
|
1132
|
-
"name": "active",
|
|
1133
|
-
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
1134
|
-
"values": []
|
|
1135
|
-
},
|
|
1136
|
-
{
|
|
1137
|
-
"name": "keep-drawer-open",
|
|
1138
|
-
"description": "If true, it will not attempt to close de navigation drawer on click",
|
|
1139
|
-
"values": []
|
|
1150
|
+
{
|
|
1151
|
+
"name": "end-end"
|
|
1152
|
+
}
|
|
1153
|
+
]
|
|
1140
1154
|
},
|
|
1141
1155
|
{
|
|
1142
|
-
"name": "
|
|
1143
|
-
"description": "
|
|
1144
|
-
"values": [
|
|
1156
|
+
"name": "direction",
|
|
1157
|
+
"description": "The direction of the menu. e.g. `'down-end'`.\n\nNOTE: This value may not be respected by the menu positioning algorithm\nif the menu would render outside the viewport.",
|
|
1158
|
+
"values": [
|
|
1159
|
+
{
|
|
1160
|
+
"name": "up-start"
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"name": "up-end"
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"name": "down-start"
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"name": "down-end"
|
|
1170
|
+
}
|
|
1171
|
+
]
|
|
1145
1172
|
},
|
|
1146
1173
|
{
|
|
1147
|
-
"name": "
|
|
1148
|
-
"description": "
|
|
1174
|
+
"name": "allow-overflow",
|
|
1175
|
+
"description": "Don't limit the height of the menu",
|
|
1149
1176
|
"values": []
|
|
1150
|
-
}
|
|
1177
|
+
}
|
|
1178
|
+
],
|
|
1179
|
+
"references": []
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"name": "u-overflow-menu-item",
|
|
1183
|
+
"description": "\n---\n",
|
|
1184
|
+
"attributes": [
|
|
1151
1185
|
{
|
|
1152
|
-
"name": "
|
|
1153
|
-
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1186
|
+
"name": "label",
|
|
1154
1187
|
"values": []
|
|
1155
1188
|
},
|
|
1156
1189
|
{
|
|
1157
|
-
"name": "
|
|
1190
|
+
"name": "priority",
|
|
1158
1191
|
"values": []
|
|
1159
1192
|
}
|
|
1160
1193
|
],
|
|
1161
1194
|
"references": []
|
|
1162
1195
|
},
|
|
1163
1196
|
{
|
|
1164
|
-
"name": "u-
|
|
1197
|
+
"name": "u-overflow-menu",
|
|
1165
1198
|
"description": "\n---\n",
|
|
1166
1199
|
"attributes": [],
|
|
1167
1200
|
"references": []
|
|
1168
1201
|
},
|
|
1169
|
-
{
|
|
1170
|
-
"name": "u-side-navigation",
|
|
1171
|
-
"description": "\n---\n",
|
|
1172
|
-
"attributes": [
|
|
1173
|
-
{
|
|
1174
|
-
"name": "toggle-drawer",
|
|
1175
|
-
"description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
|
|
1176
|
-
"values": []
|
|
1177
|
-
}
|
|
1178
|
-
],
|
|
1179
|
-
"references": []
|
|
1180
|
-
},
|
|
1181
1202
|
{
|
|
1182
1203
|
"name": "u-circular-progress",
|
|
1183
1204
|
"description": "\n---\n",
|
|
@@ -1208,27 +1229,6 @@
|
|
|
1208
1229
|
],
|
|
1209
1230
|
"references": []
|
|
1210
1231
|
},
|
|
1211
|
-
{
|
|
1212
|
-
"name": "u-overflow-menu-item",
|
|
1213
|
-
"description": "\n---\n",
|
|
1214
|
-
"attributes": [
|
|
1215
|
-
{
|
|
1216
|
-
"name": "label",
|
|
1217
|
-
"values": []
|
|
1218
|
-
},
|
|
1219
|
-
{
|
|
1220
|
-
"name": "priority",
|
|
1221
|
-
"values": []
|
|
1222
|
-
}
|
|
1223
|
-
],
|
|
1224
|
-
"references": []
|
|
1225
|
-
},
|
|
1226
|
-
{
|
|
1227
|
-
"name": "u-overflow-menu",
|
|
1228
|
-
"description": "\n---\n",
|
|
1229
|
-
"attributes": [],
|
|
1230
|
-
"references": []
|
|
1231
|
-
},
|
|
1232
1232
|
{
|
|
1233
1233
|
"name": "u-radio-list-item",
|
|
1234
1234
|
"description": "\n---\n",
|
|
@@ -1289,18 +1289,6 @@
|
|
|
1289
1289
|
],
|
|
1290
1290
|
"references": []
|
|
1291
1291
|
},
|
|
1292
|
-
{
|
|
1293
|
-
"name": "u-ripple",
|
|
1294
|
-
"description": "\n---\n",
|
|
1295
|
-
"attributes": [
|
|
1296
|
-
{
|
|
1297
|
-
"name": "disabled",
|
|
1298
|
-
"description": "Disables the ripple.",
|
|
1299
|
-
"values": []
|
|
1300
|
-
}
|
|
1301
|
-
],
|
|
1302
|
-
"references": []
|
|
1303
|
-
},
|
|
1304
1292
|
{
|
|
1305
1293
|
"name": "u-search",
|
|
1306
1294
|
"description": "\n---\n",
|
|
@@ -1551,6 +1539,18 @@
|
|
|
1551
1539
|
],
|
|
1552
1540
|
"references": []
|
|
1553
1541
|
},
|
|
1542
|
+
{
|
|
1543
|
+
"name": "u-ripple",
|
|
1544
|
+
"description": "\n---\n",
|
|
1545
|
+
"attributes": [
|
|
1546
|
+
{
|
|
1547
|
+
"name": "disabled",
|
|
1548
|
+
"description": "Disables the ripple.",
|
|
1549
|
+
"values": []
|
|
1550
|
+
}
|
|
1551
|
+
],
|
|
1552
|
+
"references": []
|
|
1553
|
+
},
|
|
1554
1554
|
{
|
|
1555
1555
|
"name": "u-snackbar",
|
|
1556
1556
|
"description": "\n---\n",
|
|
@@ -1771,6 +1771,92 @@
|
|
|
1771
1771
|
],
|
|
1772
1772
|
"references": []
|
|
1773
1773
|
},
|
|
1774
|
+
{
|
|
1775
|
+
"name": "u-highlight",
|
|
1776
|
+
"description": "\n---\n",
|
|
1777
|
+
"attributes": [
|
|
1778
|
+
{
|
|
1779
|
+
"name": "result",
|
|
1780
|
+
"description": "The result text to display. If the term is found inside this text, it's highlighted",
|
|
1781
|
+
"values": []
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"name": "term",
|
|
1785
|
+
"description": "The searched term",
|
|
1786
|
+
"values": []
|
|
1787
|
+
}
|
|
1788
|
+
],
|
|
1789
|
+
"references": []
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"name": "u-typeahead",
|
|
1793
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
1794
|
+
"attributes": [
|
|
1795
|
+
{
|
|
1796
|
+
"name": "debounce",
|
|
1797
|
+
"description": "The time in milliseconds before triggering an update in the results.",
|
|
1798
|
+
"values": []
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"name": "limit",
|
|
1802
|
+
"description": "The number of suggestions to show",
|
|
1803
|
+
"values": []
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"name": "minLength",
|
|
1807
|
+
"description": "How many characters must be typed before show suggestions\n\n_Note:_ Not used when the source is a `Promise`",
|
|
1808
|
+
"values": []
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"name": "open-on-focus",
|
|
1812
|
+
"description": "Whether the menu will be show when the target get focus.\n\n_Note:_ The `minLength` will still be applied",
|
|
1813
|
+
"values": []
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"name": "editable",
|
|
1817
|
+
"description": "If `true`, model values will not be restricted only to items selected from the menu.",
|
|
1818
|
+
"values": []
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
"name": "autocomplete",
|
|
1822
|
+
"description": "The value for the `autocomplete` attribute for the target element.",
|
|
1823
|
+
"values": [
|
|
1824
|
+
{
|
|
1825
|
+
"name": "on"
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"name": "off"
|
|
1829
|
+
}
|
|
1830
|
+
]
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"name": "spellcheck",
|
|
1834
|
+
"description": "The value for the `spellcheck` attribute for the target element.",
|
|
1835
|
+
"values": []
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
"name": "fit-target",
|
|
1839
|
+
"values": []
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
"name": "positioning",
|
|
1843
|
+
"values": [
|
|
1844
|
+
{
|
|
1845
|
+
"name": "relative"
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"name": "fixed"
|
|
1849
|
+
}
|
|
1850
|
+
]
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"name": "target-id",
|
|
1854
|
+
"description": "The id of the target element to attach the typeahead.",
|
|
1855
|
+
"values": []
|
|
1856
|
+
}
|
|
1857
|
+
],
|
|
1858
|
+
"references": []
|
|
1859
|
+
},
|
|
1774
1860
|
{
|
|
1775
1861
|
"name": "u-text-field",
|
|
1776
1862
|
"description": "\n---\n",
|
|
@@ -1887,77 +1973,6 @@
|
|
|
1887
1973
|
}
|
|
1888
1974
|
],
|
|
1889
1975
|
"references": []
|
|
1890
|
-
},
|
|
1891
|
-
{
|
|
1892
|
-
"name": "u-highlight",
|
|
1893
|
-
"description": "\n---\n",
|
|
1894
|
-
"attributes": [
|
|
1895
|
-
{
|
|
1896
|
-
"name": "result",
|
|
1897
|
-
"description": "The result text to display. If the term is found inside this text, it's highlighted",
|
|
1898
|
-
"values": []
|
|
1899
|
-
},
|
|
1900
|
-
{
|
|
1901
|
-
"name": "term",
|
|
1902
|
-
"description": "The searched term",
|
|
1903
|
-
"values": []
|
|
1904
|
-
}
|
|
1905
|
-
],
|
|
1906
|
-
"references": []
|
|
1907
|
-
},
|
|
1908
|
-
{
|
|
1909
|
-
"name": "u-typeahead",
|
|
1910
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
1911
|
-
"attributes": [
|
|
1912
|
-
{
|
|
1913
|
-
"name": "debounce",
|
|
1914
|
-
"description": "The time in milliseconds before triggering an update in the results.",
|
|
1915
|
-
"values": []
|
|
1916
|
-
},
|
|
1917
|
-
{
|
|
1918
|
-
"name": "limit",
|
|
1919
|
-
"description": "The number of suggestions to show",
|
|
1920
|
-
"values": []
|
|
1921
|
-
},
|
|
1922
|
-
{
|
|
1923
|
-
"name": "minLength",
|
|
1924
|
-
"description": "How many characters must be typed before show suggestions\n\n_Note:_ Not used when the source is a `Promise`",
|
|
1925
|
-
"values": []
|
|
1926
|
-
},
|
|
1927
|
-
{
|
|
1928
|
-
"name": "open-on-focus",
|
|
1929
|
-
"description": "Whether the menu will be show when the target get focus.\n\n_Note:_ The `minLength` will still be applied",
|
|
1930
|
-
"values": []
|
|
1931
|
-
},
|
|
1932
|
-
{
|
|
1933
|
-
"name": "editable",
|
|
1934
|
-
"description": "If `true`, model values will not be restricted only to items selected from the menu.",
|
|
1935
|
-
"values": []
|
|
1936
|
-
},
|
|
1937
|
-
{
|
|
1938
|
-
"name": "autocomplete",
|
|
1939
|
-
"description": "The value for the `autocomplete` attribute for the target element.",
|
|
1940
|
-
"values": [
|
|
1941
|
-
{
|
|
1942
|
-
"name": "on"
|
|
1943
|
-
},
|
|
1944
|
-
{
|
|
1945
|
-
"name": "off"
|
|
1946
|
-
}
|
|
1947
|
-
]
|
|
1948
|
-
},
|
|
1949
|
-
{
|
|
1950
|
-
"name": "spellcheck",
|
|
1951
|
-
"description": "The value for the `spellcheck` attribute for the target element.",
|
|
1952
|
-
"values": []
|
|
1953
|
-
},
|
|
1954
|
-
{
|
|
1955
|
-
"name": "target-id",
|
|
1956
|
-
"description": "The id of the target element to attach the typeahead.",
|
|
1957
|
-
"values": []
|
|
1958
|
-
}
|
|
1959
|
-
],
|
|
1960
|
-
"references": []
|
|
1961
1976
|
}
|
|
1962
1977
|
]
|
|
1963
1978
|
}
|