@universal-material/web 3.3.10 → 3.3.12

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.
@@ -682,175 +682,175 @@
682
682
  "references": []
683
683
  },
684
684
  {
685
- "name": "u-chip-set",
686
- "description": "\n---\n",
685
+ "name": "u-chip-field",
686
+ "description": "\n---\n\n\n### **Events:**\n - **change**",
687
687
  "attributes": [
688
688
  {
689
- "name": "alignment",
690
- "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
689
+ "name": "name",
690
+ "values": []
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",
691
703
  "values": [
692
704
  {
693
- "name": "start"
694
- },
695
- {
696
- "name": "center"
705
+ "name": "filled"
697
706
  },
698
707
  {
699
- "name": "end"
708
+ "name": "outlined"
700
709
  }
701
710
  ]
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": []
714
711
  },
715
712
  {
716
- "name": "clickable",
713
+ "name": "label",
714
+ "description": "The floating label for the field",
717
715
  "values": []
718
716
  },
719
717
  {
720
- "name": "elevated",
721
- "description": "Adds elevation to the chip",
718
+ "name": "counter",
722
719
  "values": []
723
720
  },
724
721
  {
725
- "name": "toggle",
726
- "description": "When true, the chip will toggle between selected and unselected\nstates",
722
+ "name": "hide-counter",
727
723
  "values": []
728
724
  },
729
725
  {
730
- "name": "removable",
731
- "description": "Add the remove icon",
726
+ "name": "supporting-text",
727
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
732
728
  "values": []
733
729
  },
734
730
  {
735
- "name": "hide-selected-icon",
736
- "description": "Hide the selected icon",
731
+ "name": "error-text",
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`",
737
733
  "values": []
738
734
  },
739
735
  {
740
- "name": "has-leading-icon",
741
- "description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
736
+ "name": "empty",
737
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
742
738
  "values": []
743
739
  },
744
740
  {
745
- "name": "has-selected-icon",
746
- "description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
741
+ "name": "disabled",
747
742
  "values": []
748
743
  },
749
744
  {
750
- "name": "has-trailing-icon",
751
- "description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
745
+ "name": "invalid",
746
+ "description": "Get or sets where or not the field is in a visually invalid state.",
752
747
  "values": []
753
748
  },
754
749
  {
755
- "name": "disabled",
756
- "description": "Whether the button is disabled or not.",
750
+ "name": "has-leading-icon",
751
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
757
752
  "values": []
758
753
  },
759
754
  {
760
- "name": "href",
761
- "description": "The URL that the link button points to.",
755
+ "name": "has-trailing-icon",
756
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
762
757
  "values": []
763
758
  },
764
759
  {
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.",
760
+ "name": "has-error-text",
761
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
767
762
  "values": []
768
- },
763
+ }
764
+ ],
765
+ "references": []
766
+ },
767
+ {
768
+ "name": "u-chip-set",
769
+ "description": "\n---\n",
770
+ "attributes": [
769
771
  {
770
- "name": "name",
771
- "values": []
772
+ "name": "alignment",
773
+ "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
774
+ "values": [
775
+ {
776
+ "name": "start"
777
+ },
778
+ {
779
+ "name": "center"
780
+ },
781
+ {
782
+ "name": "end"
783
+ }
784
+ ]
772
785
  }
773
786
  ],
774
787
  "references": []
775
788
  },
776
789
  {
777
- "name": "u-chip-field",
790
+ "name": "u-chip",
778
791
  "description": "\n---\n\n\n### **Events:**\n - **change**",
779
792
  "attributes": [
780
793
  {
781
- "name": "name",
794
+ "name": "selected",
795
+ "description": "Whether the chip is selected or not",
782
796
  "values": []
783
797
  },
784
798
  {
785
- "name": "manual",
786
- "description": "If true, ignore enter key input",
799
+ "name": "clickable",
787
800
  "values": []
788
801
  },
789
802
  {
790
- "name": "placeholder",
803
+ "name": "elevated",
804
+ "description": "Adds elevation to the chip",
791
805
  "values": []
792
806
  },
793
807
  {
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",
808
+ "name": "toggle",
809
+ "description": "When true, the chip will toggle between selected and unselected\nstates",
807
810
  "values": []
808
811
  },
809
812
  {
810
- "name": "counter",
813
+ "name": "removable",
814
+ "description": "Add the remove icon",
811
815
  "values": []
812
816
  },
813
817
  {
814
- "name": "hide-counter",
818
+ "name": "hide-selected-icon",
819
+ "description": "Hide the selected icon",
815
820
  "values": []
816
821
  },
817
822
  {
818
- "name": "supporting-text",
819
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
823
+ "name": "has-leading-icon",
824
+ "description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
820
825
  "values": []
821
826
  },
822
827
  {
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`",
828
+ "name": "has-selected-icon",
829
+ "description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
825
830
  "values": []
826
831
  },
827
832
  {
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.",
833
+ "name": "has-trailing-icon",
834
+ "description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
830
835
  "values": []
831
836
  },
832
837
  {
833
838
  "name": "disabled",
839
+ "description": "Whether the button is disabled or not.",
834
840
  "values": []
835
841
  },
836
842
  {
837
- "name": "invalid",
838
- "description": "Get or sets where or not the field is in a visually invalid state.",
839
- "values": []
840
- },
841
- {
842
- "name": "has-leading-icon",
843
- "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
843
+ "name": "href",
844
+ "description": "The URL that the link button points to.",
844
845
  "values": []
845
846
  },
846
847
  {
847
- "name": "has-trailing-icon",
848
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
848
+ "name": "target",
849
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
849
850
  "values": []
850
851
  },
851
852
  {
852
- "name": "has-error-text",
853
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
853
+ "name": "name",
854
854
  "values": []
855
855
  }
856
856
  ],
@@ -957,23 +957,6 @@
957
957
  ],
958
958
  "references": []
959
959
  },
960
- {
961
- "name": "u-list-item",
962
- "description": "\n---\n",
963
- "attributes": [
964
- {
965
- "name": "selectable",
966
- "values": []
967
- }
968
- ],
969
- "references": []
970
- },
971
- {
972
- "name": "u-list",
973
- "description": "\n---\n",
974
- "attributes": [],
975
- "references": []
976
- },
977
960
  {
978
961
  "name": "u-menu-item",
979
962
  "description": "\n---\n",
@@ -1094,6 +1077,23 @@
1094
1077
  ],
1095
1078
  "references": []
1096
1079
  },
1080
+ {
1081
+ "name": "u-list-item",
1082
+ "description": "\n---\n",
1083
+ "attributes": [
1084
+ {
1085
+ "name": "selectable",
1086
+ "values": []
1087
+ }
1088
+ ],
1089
+ "references": []
1090
+ },
1091
+ {
1092
+ "name": "u-list",
1093
+ "description": "\n---\n",
1094
+ "attributes": [],
1095
+ "references": []
1096
+ },
1097
1097
  {
1098
1098
  "name": "u-drawer-headline",
1099
1099
  "description": "\n---\n",
@@ -1164,27 +1164,6 @@
1164
1164
  ],
1165
1165
  "references": []
1166
1166
  },
1167
- {
1168
- "name": "u-overflow-menu-item",
1169
- "description": "\n---\n",
1170
- "attributes": [
1171
- {
1172
- "name": "label",
1173
- "values": []
1174
- },
1175
- {
1176
- "name": "priority",
1177
- "values": []
1178
- }
1179
- ],
1180
- "references": []
1181
- },
1182
- {
1183
- "name": "u-overflow-menu",
1184
- "description": "\n---\n",
1185
- "attributes": [],
1186
- "references": []
1187
- },
1188
1167
  {
1189
1168
  "name": "u-circular-progress",
1190
1169
  "description": "\n---\n",
@@ -1275,6 +1254,27 @@
1275
1254
  ],
1276
1255
  "references": []
1277
1256
  },
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
1278
  {
1279
1279
  "name": "u-ripple",
1280
1280
  "description": "\n---\n",