@shival99/z-ui 2.0.2 โ 2.0.4
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/fesm2022/shival99-z-ui-components-z-autocomplete.mjs +1 -1
- package/fesm2022/shival99-z-ui-components-z-autocomplete.mjs.map +1 -1
- package/fesm2022/shival99-z-ui-components-z-calendar.mjs +1 -1
- package/fesm2022/shival99-z-ui-components-z-calendar.mjs.map +1 -1
- package/fesm2022/shival99-z-ui-components-z-dropdown-menu.mjs +1 -1
- package/fesm2022/shival99-z-ui-components-z-dropdown-menu.mjs.map +1 -1
- package/fesm2022/shival99-z-ui-components-z-editor.mjs +988 -204
- package/fesm2022/shival99-z-ui-components-z-editor.mjs.map +1 -1
- package/fesm2022/shival99-z-ui-components-z-filter.mjs +1 -1
- package/fesm2022/shival99-z-ui-components-z-filter.mjs.map +1 -1
- package/fesm2022/shival99-z-ui-components-z-input.mjs +456 -16
- package/fesm2022/shival99-z-ui-components-z-input.mjs.map +1 -1
- package/fesm2022/shival99-z-ui-components-z-menu.mjs +2 -2
- package/fesm2022/shival99-z-ui-components-z-menu.mjs.map +1 -1
- package/fesm2022/shival99-z-ui-components-z-popover.mjs +19 -7
- package/fesm2022/shival99-z-ui-components-z-popover.mjs.map +1 -1
- package/fesm2022/shival99-z-ui-components-z-select.mjs +1 -1
- package/fesm2022/shival99-z-ui-components-z-select.mjs.map +1 -1
- package/fesm2022/shival99-z-ui-components-z-table.mjs +1 -1
- package/fesm2022/shival99-z-ui-components-z-table.mjs.map +1 -1
- package/fesm2022/shival99-z-ui-components-z-tabs.mjs +1 -1
- package/fesm2022/shival99-z-ui-components-z-tabs.mjs.map +1 -1
- package/fesm2022/shival99-z-ui-components-z-tooltip.mjs +22 -7
- package/fesm2022/shival99-z-ui-components-z-tooltip.mjs.map +1 -1
- package/fesm2022/shival99-z-ui-i18n.mjs +34 -0
- package/fesm2022/shival99-z-ui-i18n.mjs.map +1 -1
- package/fesm2022/shival99-z-ui-utils.mjs +752 -1
- package/fesm2022/shival99-z-ui-utils.mjs.map +1 -1
- package/package.json +1 -1
- package/types/shival99-z-ui-components-z-editor.d.ts +141 -7
- package/types/shival99-z-ui-components-z-input.d.ts +83 -0
- package/types/shival99-z-ui-components-z-popover.d.ts +5 -3
- package/types/shival99-z-ui-components-z-tooltip.d.ts +1 -0
- package/types/shival99-z-ui-utils.d.ts +18 -2
|
@@ -656,6 +656,757 @@ const zDebugFormInvalid = (form, parentKey = '') => {
|
|
|
656
656
|
});
|
|
657
657
|
};
|
|
658
658
|
|
|
659
|
+
const Z_EMOJI_SHEET = [
|
|
660
|
+
{
|
|
661
|
+
id: 'smileys-people',
|
|
662
|
+
labelKey: 'i18n_z_ui_emoji_category_smileys',
|
|
663
|
+
icon: 'lucideSmile',
|
|
664
|
+
emojis: [
|
|
665
|
+
'๐',
|
|
666
|
+
'๐',
|
|
667
|
+
'๐',
|
|
668
|
+
'๐คฃ',
|
|
669
|
+
'๐',
|
|
670
|
+
'๐',
|
|
671
|
+
'๐
',
|
|
672
|
+
'๐',
|
|
673
|
+
'๐',
|
|
674
|
+
'๐',
|
|
675
|
+
'๐',
|
|
676
|
+
'๐',
|
|
677
|
+
'๐',
|
|
678
|
+
'๐',
|
|
679
|
+
'๐',
|
|
680
|
+
'๐',
|
|
681
|
+
'๐',
|
|
682
|
+
'๐',
|
|
683
|
+
'๐ค',
|
|
684
|
+
'๐คฉ',
|
|
685
|
+
'๐ค',
|
|
686
|
+
'๐',
|
|
687
|
+
'๐',
|
|
688
|
+
'๐ถ',
|
|
689
|
+
'๐',
|
|
690
|
+
'๐',
|
|
691
|
+
'๐ฃ',
|
|
692
|
+
'๐ฅ',
|
|
693
|
+
'๐ฎ',
|
|
694
|
+
'๐ด',
|
|
695
|
+
'๐ท',
|
|
696
|
+
'๐ค',
|
|
697
|
+
'๐ค',
|
|
698
|
+
'๐ต',
|
|
699
|
+
'๐ก',
|
|
700
|
+
'๐ค',
|
|
701
|
+
'๐ญ',
|
|
702
|
+
'๐ฑ',
|
|
703
|
+
'๐',
|
|
704
|
+
'๐ค',
|
|
705
|
+
'โ',
|
|
706
|
+
'๐',
|
|
707
|
+
'๐',
|
|
708
|
+
'๐',
|
|
709
|
+
'โ๏ธ',
|
|
710
|
+
'๐ค',
|
|
711
|
+
'๐ค',
|
|
712
|
+
'๐',
|
|
713
|
+
'๐',
|
|
714
|
+
'๐ช',
|
|
715
|
+
'๐ค',
|
|
716
|
+
'๐',
|
|
717
|
+
],
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
id: 'animals-nature',
|
|
721
|
+
labelKey: 'i18n_z_ui_emoji_category_animals',
|
|
722
|
+
icon: 'lucidePawPrint',
|
|
723
|
+
emojis: [
|
|
724
|
+
'๐ถ',
|
|
725
|
+
'๐ฑ',
|
|
726
|
+
'๐ญ',
|
|
727
|
+
'๐น',
|
|
728
|
+
'๐ฐ',
|
|
729
|
+
'๐ฆ',
|
|
730
|
+
'๐ป',
|
|
731
|
+
'๐ผ',
|
|
732
|
+
'๐จ',
|
|
733
|
+
'๐ฏ',
|
|
734
|
+
'๐ฆ',
|
|
735
|
+
'๐ฎ',
|
|
736
|
+
'๐ท',
|
|
737
|
+
'๐ธ',
|
|
738
|
+
'๐ต',
|
|
739
|
+
'๐',
|
|
740
|
+
'๐ง',
|
|
741
|
+
'๐ฆ',
|
|
742
|
+
'๐ค',
|
|
743
|
+
'๐ฃ',
|
|
744
|
+
'๐ฆ',
|
|
745
|
+
'๐ฆ
',
|
|
746
|
+
'๐บ',
|
|
747
|
+
'๐',
|
|
748
|
+
'๐ด',
|
|
749
|
+
'๐',
|
|
750
|
+
'๐',
|
|
751
|
+
'๐ฆ',
|
|
752
|
+
'๐',
|
|
753
|
+
'๐',
|
|
754
|
+
'๐',
|
|
755
|
+
'๐ข',
|
|
756
|
+
'๐',
|
|
757
|
+
'๐',
|
|
758
|
+
'๐ ',
|
|
759
|
+
'๐',
|
|
760
|
+
'๐ฌ',
|
|
761
|
+
'๐ณ',
|
|
762
|
+
'๐',
|
|
763
|
+
'๐ธ',
|
|
764
|
+
'๐น',
|
|
765
|
+
'๐ป',
|
|
766
|
+
'๐',
|
|
767
|
+
'๐ด',
|
|
768
|
+
'๐ต',
|
|
769
|
+
'๐',
|
|
770
|
+
'๐',
|
|
771
|
+
'โก',
|
|
772
|
+
'๐',
|
|
773
|
+
'โญ',
|
|
774
|
+
'โ๏ธ',
|
|
775
|
+
'โ',
|
|
776
|
+
],
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
id: 'food-drink',
|
|
780
|
+
labelKey: 'i18n_z_ui_emoji_category_food',
|
|
781
|
+
icon: 'lucideApple',
|
|
782
|
+
emojis: [
|
|
783
|
+
'๐',
|
|
784
|
+
'๐',
|
|
785
|
+
'๐',
|
|
786
|
+
'๐',
|
|
787
|
+
'๐',
|
|
788
|
+
'๐',
|
|
789
|
+
'๐',
|
|
790
|
+
'๐',
|
|
791
|
+
'๐',
|
|
792
|
+
'๐',
|
|
793
|
+
'๐',
|
|
794
|
+
'๐ฅญ',
|
|
795
|
+
'๐
',
|
|
796
|
+
'๐ฅ',
|
|
797
|
+
'๐ฅฆ',
|
|
798
|
+
'๐ฅ',
|
|
799
|
+
'๐ฝ',
|
|
800
|
+
'๐ฅ',
|
|
801
|
+
'๐',
|
|
802
|
+
'๐ฅ',
|
|
803
|
+
'๐ฅจ',
|
|
804
|
+
'๐ง',
|
|
805
|
+
'๐ฅ',
|
|
806
|
+
'๐ณ',
|
|
807
|
+
'๐ฅ',
|
|
808
|
+
'๐ฅ',
|
|
809
|
+
'๐',
|
|
810
|
+
'๐',
|
|
811
|
+
'๐',
|
|
812
|
+
'๐ฎ',
|
|
813
|
+
'๐ฏ',
|
|
814
|
+
'๐',
|
|
815
|
+
'๐',
|
|
816
|
+
'๐ฃ',
|
|
817
|
+
'๐ค',
|
|
818
|
+
'๐ฑ',
|
|
819
|
+
'๐',
|
|
820
|
+
'๐ฐ',
|
|
821
|
+
'๐ง',
|
|
822
|
+
'๐ฉ',
|
|
823
|
+
'๐ช',
|
|
824
|
+
'๐ซ',
|
|
825
|
+
'๐ฟ',
|
|
826
|
+
'๐บ',
|
|
827
|
+
'๐ท',
|
|
828
|
+
'๐ธ',
|
|
829
|
+
'๐น',
|
|
830
|
+
'โ',
|
|
831
|
+
'๐ต',
|
|
832
|
+
'๐ง',
|
|
833
|
+
],
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
id: 'activities',
|
|
837
|
+
labelKey: 'i18n_z_ui_emoji_category_activities',
|
|
838
|
+
icon: 'lucidePartyPopper',
|
|
839
|
+
emojis: [
|
|
840
|
+
'โฝ',
|
|
841
|
+
'๐',
|
|
842
|
+
'๐',
|
|
843
|
+
'โพ',
|
|
844
|
+
'๐พ',
|
|
845
|
+
'๐',
|
|
846
|
+
'๐',
|
|
847
|
+
'๐ฑ',
|
|
848
|
+
'๐',
|
|
849
|
+
'๐ธ',
|
|
850
|
+
'๐ฅ',
|
|
851
|
+
'๐ฅ',
|
|
852
|
+
'๐',
|
|
853
|
+
'๐ฏ',
|
|
854
|
+
'๐ช',
|
|
855
|
+
'๐ฎ',
|
|
856
|
+
'๐ฒ',
|
|
857
|
+
'๐ผ',
|
|
858
|
+
'๐น',
|
|
859
|
+
'๐ธ',
|
|
860
|
+
'๐ท',
|
|
861
|
+
'๐ฅ',
|
|
862
|
+
'๐ค',
|
|
863
|
+
'๐ง',
|
|
864
|
+
'๐จ',
|
|
865
|
+
'๐ฌ',
|
|
866
|
+
'๐ญ',
|
|
867
|
+
'๐ช',
|
|
868
|
+
'๐๏ธ',
|
|
869
|
+
'๐ซ',
|
|
870
|
+
'๐
',
|
|
871
|
+
'๐ฅ',
|
|
872
|
+
'๐ฅ',
|
|
873
|
+
'๐ฅ',
|
|
874
|
+
'๐ด',
|
|
875
|
+
'๐',
|
|
876
|
+
'โท๏ธ',
|
|
877
|
+
'๐ง',
|
|
878
|
+
],
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
id: 'travel-places',
|
|
882
|
+
labelKey: 'i18n_z_ui_emoji_category_travel',
|
|
883
|
+
icon: 'lucideCar',
|
|
884
|
+
emojis: [
|
|
885
|
+
'๐',
|
|
886
|
+
'๐',
|
|
887
|
+
'๐',
|
|
888
|
+
'๐',
|
|
889
|
+
'๐',
|
|
890
|
+
'๐',
|
|
891
|
+
'๐',
|
|
892
|
+
'๐',
|
|
893
|
+
'๐',
|
|
894
|
+
'๐',
|
|
895
|
+
'๐',
|
|
896
|
+
'๐',
|
|
897
|
+
'๐๏ธ',
|
|
898
|
+
'๐ฒ',
|
|
899
|
+
'โ๏ธ',
|
|
900
|
+
'๐',
|
|
901
|
+
'๐ธ',
|
|
902
|
+
'๐',
|
|
903
|
+
'๐ณ๏ธ',
|
|
904
|
+
'โต',
|
|
905
|
+
'๐ค',
|
|
906
|
+
'๐',
|
|
907
|
+
'๐',
|
|
908
|
+
'๐',
|
|
909
|
+
'๐บ๏ธ',
|
|
910
|
+
'๐',
|
|
911
|
+
'๐',
|
|
912
|
+
'๐',
|
|
913
|
+
'๐๏ธ',
|
|
914
|
+
'๐๏ธ',
|
|
915
|
+
'๐๏ธ',
|
|
916
|
+
'๐๏ธ',
|
|
917
|
+
'๐๏ธ',
|
|
918
|
+
'๐ฐ',
|
|
919
|
+
'๐ฏ',
|
|
920
|
+
'๐ฝ',
|
|
921
|
+
'๐ผ',
|
|
922
|
+
'๐๏ธ',
|
|
923
|
+
'๐
',
|
|
924
|
+
'๐',
|
|
925
|
+
'โบ',
|
|
926
|
+
],
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
id: 'objects',
|
|
930
|
+
labelKey: 'i18n_z_ui_emoji_category_objects',
|
|
931
|
+
icon: 'lucideLightbulb',
|
|
932
|
+
emojis: [
|
|
933
|
+
'๐ก',
|
|
934
|
+
'๐ฆ',
|
|
935
|
+
'๐งฐ',
|
|
936
|
+
'๐ง',
|
|
937
|
+
'๐จ',
|
|
938
|
+
'๐ช',
|
|
939
|
+
'โ',
|
|
940
|
+
'โฐ',
|
|
941
|
+
'๐ฑ',
|
|
942
|
+
'๐ป',
|
|
943
|
+
'๐ฅ๏ธ',
|
|
944
|
+
'๐จ๏ธ',
|
|
945
|
+
'๐ฅ',
|
|
946
|
+
'๐ท',
|
|
947
|
+
'๐ธ',
|
|
948
|
+
'๐บ',
|
|
949
|
+
'๐ป',
|
|
950
|
+
'๐๏ธ',
|
|
951
|
+
'๐ฆ',
|
|
952
|
+
'๐',
|
|
953
|
+
'๐',
|
|
954
|
+
'โ๏ธ',
|
|
955
|
+
'๐งท',
|
|
956
|
+
'๐',
|
|
957
|
+
'๐',
|
|
958
|
+
'๐',
|
|
959
|
+
'๐งฒ',
|
|
960
|
+
'๐งช',
|
|
961
|
+
'๐งซ',
|
|
962
|
+
'๐งฌ',
|
|
963
|
+
'๐ญ',
|
|
964
|
+
'๐งฏ',
|
|
965
|
+
'๐',
|
|
966
|
+
'๐งบ',
|
|
967
|
+
'๐ช',
|
|
968
|
+
'๐๏ธ',
|
|
969
|
+
'๐๏ธ',
|
|
970
|
+
'๐ผ',
|
|
971
|
+
'๐',
|
|
972
|
+
'๐',
|
|
973
|
+
'๐ถ๏ธ',
|
|
974
|
+
'โ๏ธ',
|
|
975
|
+
'๐ฏ๏ธ',
|
|
976
|
+
],
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
id: 'symbols',
|
|
980
|
+
labelKey: 'i18n_z_ui_emoji_category_symbols',
|
|
981
|
+
icon: 'lucideHash',
|
|
982
|
+
emojis: [
|
|
983
|
+
'โค๏ธ',
|
|
984
|
+
'๐งก',
|
|
985
|
+
'๐',
|
|
986
|
+
'๐',
|
|
987
|
+
'๐',
|
|
988
|
+
'๐',
|
|
989
|
+
'๐ค',
|
|
990
|
+
'๐ค',
|
|
991
|
+
'๐ค',
|
|
992
|
+
'๐',
|
|
993
|
+
'โฃ๏ธ',
|
|
994
|
+
'๐ฏ',
|
|
995
|
+
'โ
',
|
|
996
|
+
'โ๏ธ',
|
|
997
|
+
'โ๏ธ',
|
|
998
|
+
'โ๏ธ',
|
|
999
|
+
'โ',
|
|
1000
|
+
'โ',
|
|
1001
|
+
'โ',
|
|
1002
|
+
'โญ',
|
|
1003
|
+
'๐',
|
|
1004
|
+
'โจ',
|
|
1005
|
+
'๐ฅ',
|
|
1006
|
+
'๐ฅ',
|
|
1007
|
+
'โก',
|
|
1008
|
+
'โฎ๏ธ',
|
|
1009
|
+
'โข๏ธ',
|
|
1010
|
+
'โฃ๏ธ',
|
|
1011
|
+
'โป๏ธ',
|
|
1012
|
+
'โ ๏ธ',
|
|
1013
|
+
'โ',
|
|
1014
|
+
'โ',
|
|
1015
|
+
'โผ๏ธ',
|
|
1016
|
+
'โ๏ธ',
|
|
1017
|
+
'โพ๏ธ',
|
|
1018
|
+
'๐',
|
|
1019
|
+
'๐',
|
|
1020
|
+
'๐',
|
|
1021
|
+
'๐ฃ',
|
|
1022
|
+
'๐',
|
|
1023
|
+
'๐',
|
|
1024
|
+
],
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
id: 'flags',
|
|
1028
|
+
labelKey: 'i18n_z_ui_emoji_category_flags',
|
|
1029
|
+
icon: 'lucideFlag',
|
|
1030
|
+
emojis: [
|
|
1031
|
+
'๐ป๐ณ',
|
|
1032
|
+
'๐บ๐ธ',
|
|
1033
|
+
'๐ฌ๐ง',
|
|
1034
|
+
'๐ซ๐ท',
|
|
1035
|
+
'๐ฉ๐ช',
|
|
1036
|
+
'๐ฏ๐ต',
|
|
1037
|
+
'๐ฐ๐ท',
|
|
1038
|
+
'๐จ๐ณ',
|
|
1039
|
+
'๐จ๐ฆ',
|
|
1040
|
+
'๐ฆ๐บ',
|
|
1041
|
+
'๐ฎ๐น',
|
|
1042
|
+
'๐ช๐ธ',
|
|
1043
|
+
'๐ท๐บ',
|
|
1044
|
+
'๐ง๐ท',
|
|
1045
|
+
'๐ฎ๐ณ',
|
|
1046
|
+
'๐ฒ๐ฝ',
|
|
1047
|
+
'๐ธ๐ฌ',
|
|
1048
|
+
'๐น๐ญ',
|
|
1049
|
+
'๐ต๐ญ',
|
|
1050
|
+
'๐ฎ๐ฉ',
|
|
1051
|
+
'๐ฒ๐พ',
|
|
1052
|
+
'๐ณ๐ฑ',
|
|
1053
|
+
'๐ธ๐ช',
|
|
1054
|
+
'๐ณ๐ด',
|
|
1055
|
+
'๐ฉ๐ฐ',
|
|
1056
|
+
'๐ซ๐ฎ',
|
|
1057
|
+
],
|
|
1058
|
+
},
|
|
1059
|
+
];
|
|
1060
|
+
|
|
1061
|
+
const Z_EMOJI_KEYWORDS = new Map([
|
|
1062
|
+
// Smileys & People
|
|
1063
|
+
['๐', ['grinning', 'face', 'happy', 'smile']],
|
|
1064
|
+
['๐', ['grin', 'face', 'happy', 'smile', 'teeth']],
|
|
1065
|
+
['๐', ['joy', 'tears', 'laugh', 'cry', 'happy', 'funny']],
|
|
1066
|
+
['๐คฃ', ['rofl', 'rolling', 'laugh', 'funny', 'floor']],
|
|
1067
|
+
['๐', ['smiley', 'happy', 'face', 'smile']],
|
|
1068
|
+
['๐', ['smile', 'happy', 'face', 'eyes']],
|
|
1069
|
+
['๐
', ['sweat', 'smile', 'nervous', 'relief']],
|
|
1070
|
+
['๐', ['hehe', 'laugh', 'happy', 'smile']],
|
|
1071
|
+
['๐', ['wink', 'face', 'flirt']],
|
|
1072
|
+
['๐', ['blush', 'happy', 'shy', 'smile', 'face']],
|
|
1073
|
+
['๐', ['yum', 'tongue', 'delicious', 'food', 'taste']],
|
|
1074
|
+
['๐', ['cool', 'sunglasses', 'face']],
|
|
1075
|
+
['๐', ['heart', 'eyes', 'love', 'crush']],
|
|
1076
|
+
['๐', ['kiss', 'heart', 'love', 'face']],
|
|
1077
|
+
['๐', ['kiss', 'face']],
|
|
1078
|
+
['๐', ['kiss', 'smile', 'face']],
|
|
1079
|
+
['๐', ['kiss', 'closed', 'eyes', 'face']],
|
|
1080
|
+
['๐', ['slightly', 'smile', 'face']],
|
|
1081
|
+
['๐ค', ['hug', 'hugs', 'face', 'open', 'hands']],
|
|
1082
|
+
['๐คฉ', ['star', 'struck', 'wow', 'excited', 'face']],
|
|
1083
|
+
['๐ค', ['thinking', 'hmm', 'face', 'think']],
|
|
1084
|
+
['๐', ['neutral', 'face', 'meh']],
|
|
1085
|
+
['๐', ['expressionless', 'face', 'blank']],
|
|
1086
|
+
['๐ถ', ['no', 'mouth', 'silent', 'face', 'mute']],
|
|
1087
|
+
['๐', ['eye', 'roll', 'face']],
|
|
1088
|
+
['๐', ['smirk', 'face', 'suggestive']],
|
|
1089
|
+
['๐ฃ', ['persevere', 'face', 'struggle']],
|
|
1090
|
+
['๐ฅ', ['sad', 'relief', 'face', 'sweat']],
|
|
1091
|
+
['๐ฎ', ['open', 'mouth', 'surprised', 'face', 'wow']],
|
|
1092
|
+
['๐ด', ['sleep', 'zzz', 'face', 'tired']],
|
|
1093
|
+
['๐ท', ['mask', 'sick', 'ill', 'face', 'cold']],
|
|
1094
|
+
['๐ค', ['thermometer', 'sick', 'ill', 'face', 'fever']],
|
|
1095
|
+
['๐ค', ['bandage', 'hurt', 'face', 'injured']],
|
|
1096
|
+
['๐ต', ['dizzy', 'face', 'confused']],
|
|
1097
|
+
['๐ก', ['angry', 'mad', 'face', 'pout']],
|
|
1098
|
+
['๐ค', ['triumph', 'angry', 'face', 'steam', 'nose']],
|
|
1099
|
+
['๐ญ', ['sob', 'cry', 'sad', 'face', 'tears', 'weep']],
|
|
1100
|
+
['๐ฑ', ['scream', 'fear', 'face', 'shock', 'horror']],
|
|
1101
|
+
['๐', ['wave', 'hello', 'hi', 'bye', 'hand']],
|
|
1102
|
+
['๐ค', ['raised', 'back', 'hand']],
|
|
1103
|
+
['โ', ['hand', 'stop', 'high', 'five']],
|
|
1104
|
+
['๐', ['ok', 'hand', 'perfect', 'good']],
|
|
1105
|
+
['๐', ['thumbs', 'up', 'like', 'good', 'yes', 'hand']],
|
|
1106
|
+
['๐', ['thumbs', 'down', 'no', 'bad', 'hand']],
|
|
1107
|
+
['โ๏ธ', ['peace', 'victory', 'hand', 'two']],
|
|
1108
|
+
['๐ค', ['crossed', 'fingers', 'luck', 'hope', 'hand']],
|
|
1109
|
+
['๐ค', ['love', 'you', 'rock', 'hand', 'sign']],
|
|
1110
|
+
['๐', ['pray', 'please', 'thank', 'hands', 'fold']],
|
|
1111
|
+
['๐', ['clap', 'bravo', 'applause', 'hand']],
|
|
1112
|
+
['๐ช', ['muscle', 'strong', 'bicep', 'flex', 'arm']],
|
|
1113
|
+
['๐ค', ['handshake', 'deal', 'agree', 'meet', 'hands']],
|
|
1114
|
+
['๐', ['raised', 'hands', 'hooray', 'celebrate', 'party']],
|
|
1115
|
+
// Animals & Nature
|
|
1116
|
+
['๐ถ', ['dog', 'puppy', 'pet', 'face']],
|
|
1117
|
+
['๐ฑ', ['cat', 'kitten', 'pet', 'face']],
|
|
1118
|
+
['๐ญ', ['mouse', 'face']],
|
|
1119
|
+
['๐น', ['hamster', 'face', 'pet']],
|
|
1120
|
+
['๐ฐ', ['rabbit', 'bunny', 'face']],
|
|
1121
|
+
['๐ฆ', ['fox', 'face']],
|
|
1122
|
+
['๐ป', ['bear', 'face']],
|
|
1123
|
+
['๐ผ', ['panda', 'face']],
|
|
1124
|
+
['๐จ', ['koala', 'face']],
|
|
1125
|
+
['๐ฏ', ['tiger', 'face']],
|
|
1126
|
+
['๐ฆ', ['lion', 'face']],
|
|
1127
|
+
['๐ฎ', ['cow', 'face']],
|
|
1128
|
+
['๐ท', ['pig', 'face']],
|
|
1129
|
+
['๐ธ', ['frog', 'face']],
|
|
1130
|
+
['๐ต', ['monkey', 'face']],
|
|
1131
|
+
['๐', ['chicken', 'hen', 'bird']],
|
|
1132
|
+
['๐ง', ['penguin', 'bird', 'face']],
|
|
1133
|
+
['๐ฆ', ['bird', 'tweet', 'face']],
|
|
1134
|
+
['๐ค', ['baby', 'chick', 'bird', 'face']],
|
|
1135
|
+
['๐ฃ', ['hatching', 'chick', 'bird', 'face']],
|
|
1136
|
+
['๐ฆ', ['duck', 'bird']],
|
|
1137
|
+
['๐ฆ
', ['eagle', 'bird']],
|
|
1138
|
+
['๐บ', ['wolf', 'face']],
|
|
1139
|
+
['๐', ['boar', 'pig']],
|
|
1140
|
+
['๐ด', ['horse', 'face']],
|
|
1141
|
+
['๐', ['bee', 'honey', 'insect', 'buzz']],
|
|
1142
|
+
['๐', ['bug', 'insect', 'caterpillar']],
|
|
1143
|
+
['๐ฆ', ['butterfly', 'insect']],
|
|
1144
|
+
['๐', ['snail', 'slow']],
|
|
1145
|
+
['๐', ['ladybug', 'beetle', 'insect', 'bug']],
|
|
1146
|
+
['๐', ['ant', 'insect']],
|
|
1147
|
+
['๐ข', ['turtle', 'slow', 'tortoise']],
|
|
1148
|
+
['๐', ['snake', 'python', 'viper']],
|
|
1149
|
+
['๐', ['octopus', 'sea']],
|
|
1150
|
+
['๐ ', ['tropical', 'fish', 'sea']],
|
|
1151
|
+
['๐', ['fish', 'sea']],
|
|
1152
|
+
['๐ฌ', ['dolphin', 'sea', 'flipper']],
|
|
1153
|
+
['๐ณ', ['whale', 'sea', 'spout']],
|
|
1154
|
+
['๐', ['whale', 'sea']],
|
|
1155
|
+
['๐ธ', ['cherry', 'blossom', 'flower', 'spring']],
|
|
1156
|
+
['๐น', ['rose', 'flower', 'love']],
|
|
1157
|
+
['๐ป', ['sunflower', 'flower']],
|
|
1158
|
+
['๐', ['four', 'leaf', 'clover', 'luck', 'lucky']],
|
|
1159
|
+
['๐ด', ['palm', 'tree', 'tropical']],
|
|
1160
|
+
['๐ต', ['cactus', 'desert', 'plant']],
|
|
1161
|
+
['๐', ['wave', 'sea', 'ocean', 'water']],
|
|
1162
|
+
['๐', ['rainbow', 'colors', 'pride']],
|
|
1163
|
+
['โก', ['lightning', 'thunder', 'bolt', 'electric', 'zap']],
|
|
1164
|
+
['๐', ['moon', 'crescent', 'night', 'sleep']],
|
|
1165
|
+
['โญ', ['star', 'favorite']],
|
|
1166
|
+
['โ๏ธ', ['sun', 'sunny', 'bright', 'weather', 'hot']],
|
|
1167
|
+
['โ', ['snowman', 'winter', 'cold', 'christmas']],
|
|
1168
|
+
// Food & Drink
|
|
1169
|
+
['๐', ['apple', 'fruit', 'red']],
|
|
1170
|
+
['๐', ['pear', 'fruit']],
|
|
1171
|
+
['๐', ['orange', 'fruit', 'tangerine', 'citrus']],
|
|
1172
|
+
['๐', ['lemon', 'fruit', 'citrus', 'sour']],
|
|
1173
|
+
['๐', ['banana', 'fruit']],
|
|
1174
|
+
['๐', ['watermelon', 'fruit', 'summer']],
|
|
1175
|
+
['๐', ['grapes', 'fruit', 'wine']],
|
|
1176
|
+
['๐', ['strawberry', 'fruit', 'berry']],
|
|
1177
|
+
['๐', ['cherry', 'fruit', 'red']],
|
|
1178
|
+
['๐', ['peach', 'fruit']],
|
|
1179
|
+
['๐', ['pineapple', 'fruit', 'tropical']],
|
|
1180
|
+
['๐ฅญ', ['mango', 'fruit', 'tropical']],
|
|
1181
|
+
['๐
', ['tomato', 'fruit', 'vegetable', 'red']],
|
|
1182
|
+
['๐ฅ', ['avocado', 'fruit', 'green']],
|
|
1183
|
+
['๐ฅฆ', ['broccoli', 'vegetable', 'green']],
|
|
1184
|
+
['๐ฅ', ['carrot', 'vegetable', 'orange']],
|
|
1185
|
+
['๐ฝ', ['corn', 'vegetable']],
|
|
1186
|
+
['๐ฅ', ['potato', 'vegetable']],
|
|
1187
|
+
['๐', ['bread', 'toast', 'food']],
|
|
1188
|
+
['๐ฅ', ['croissant', 'bread', 'french', 'food']],
|
|
1189
|
+
['๐ฅจ', ['pretzel', 'bread', 'snack']],
|
|
1190
|
+
['๐ง', ['cheese', 'food', 'yellow']],
|
|
1191
|
+
['๐ฅ', ['egg', 'food']],
|
|
1192
|
+
['๐ณ', ['fried', 'egg', 'breakfast', 'food', 'cook']],
|
|
1193
|
+
['๐ฅ', ['pancakes', 'breakfast', 'food']],
|
|
1194
|
+
['๐ฅ', ['bacon', 'breakfast', 'food', 'meat']],
|
|
1195
|
+
['๐', ['burger', 'hamburger', 'food', 'fast', 'food']],
|
|
1196
|
+
['๐', ['fries', 'french', 'fries', 'food', 'fast', 'food']],
|
|
1197
|
+
['๐', ['pizza', 'food', 'italian']],
|
|
1198
|
+
['๐ฎ', ['taco', 'food', 'mexican']],
|
|
1199
|
+
['๐ฏ', ['burrito', 'food', 'mexican']],
|
|
1200
|
+
['๐', ['ramen', 'noodle', 'soup', 'food']],
|
|
1201
|
+
['๐', ['pasta', 'spaghetti', 'food', 'italian']],
|
|
1202
|
+
['๐ฃ', ['sushi', 'food', 'japanese']],
|
|
1203
|
+
['๐ค', ['fried', 'shrimp', 'food']],
|
|
1204
|
+
['๐ฑ', ['bento', 'box', 'food', 'japanese']],
|
|
1205
|
+
['๐', ['rice', 'food']],
|
|
1206
|
+
['๐ฐ', ['cake', 'dessert', 'food', 'slice']],
|
|
1207
|
+
['๐ง', ['cupcake', 'dessert', 'food']],
|
|
1208
|
+
['๐ฉ', ['donut', 'doughnut', 'dessert', 'food']],
|
|
1209
|
+
['๐ช', ['cookie', 'dessert', 'food']],
|
|
1210
|
+
['๐ซ', ['chocolate', 'candy', 'food', 'sweet']],
|
|
1211
|
+
['๐ฟ', ['popcorn', 'snack', 'movie']],
|
|
1212
|
+
['๐บ', ['beer', 'drink', 'alcohol', 'mug']],
|
|
1213
|
+
['๐ท', ['wine', 'drink', 'alcohol', 'glass']],
|
|
1214
|
+
['๐ธ', ['cocktail', 'drink', 'alcohol', 'martini']],
|
|
1215
|
+
['๐น', ['tropical', 'drink', 'cocktail', 'alcohol']],
|
|
1216
|
+
['โ', ['coffee', 'drink', 'hot', 'mug', 'tea']],
|
|
1217
|
+
['๐ต', ['tea', 'drink', 'green', 'hot']],
|
|
1218
|
+
['๐ง', ['boba', 'bubble', 'tea', 'drink']],
|
|
1219
|
+
// Activities
|
|
1220
|
+
['โฝ', ['soccer', 'ball', 'football', 'sport']],
|
|
1221
|
+
['๐', ['basketball', 'ball', 'sport']],
|
|
1222
|
+
['๐', ['football', 'american', 'ball', 'sport']],
|
|
1223
|
+
['โพ', ['baseball', 'ball', 'sport']],
|
|
1224
|
+
['๐พ', ['tennis', 'ball', 'sport', 'racket']],
|
|
1225
|
+
['๐', ['volleyball', 'ball', 'sport']],
|
|
1226
|
+
['๐', ['rugby', 'ball', 'sport']],
|
|
1227
|
+
['๐ฑ', ['pool', 'billiards', 'ball', 'eight']],
|
|
1228
|
+
['๐', ['ping', 'pong', 'table', 'tennis', 'sport']],
|
|
1229
|
+
['๐ธ', ['badminton', 'sport', 'shuttlecock']],
|
|
1230
|
+
['๐ฅ', ['boxing', 'glove', 'sport', 'fight']],
|
|
1231
|
+
['๐ฅ', ['martial', 'arts', 'karate', 'uniform', 'sport']],
|
|
1232
|
+
['๐', ['trophy', 'winner', 'award', 'champion', 'cup']],
|
|
1233
|
+
['๐ฏ', ['target', 'bullseye', 'dart', 'direct', 'hit']],
|
|
1234
|
+
['๐ช', ['yo-yo', 'toy']],
|
|
1235
|
+
['๐ฎ', ['video', 'game', 'controller', 'play']],
|
|
1236
|
+
['๐ฒ', ['die', 'dice', 'game', 'random']],
|
|
1237
|
+
['๐ผ', ['musical', 'score', 'music']],
|
|
1238
|
+
['๐น', ['piano', 'keyboard', 'music', 'instrument']],
|
|
1239
|
+
['๐ธ', ['guitar', 'music', 'instrument']],
|
|
1240
|
+
['๐ท', ['saxophone', 'music', 'instrument', 'jazz']],
|
|
1241
|
+
['๐ฅ', ['drum', 'music', 'instrument', 'drumstick']],
|
|
1242
|
+
['๐ค', ['microphone', 'mic', 'sing', 'karaoke', 'music']],
|
|
1243
|
+
['๐ง', ['headphones', 'music', 'listen', 'earphone']],
|
|
1244
|
+
['๐จ', ['art', 'palette', 'paint', 'colors', 'creative']],
|
|
1245
|
+
['๐ฌ', ['clapperboard', 'movie', 'film', 'cinema']],
|
|
1246
|
+
['๐ญ', ['performing', 'arts', 'theater', 'masks', 'drama']],
|
|
1247
|
+
['๐ช', ['circus', 'tent', 'carnival']],
|
|
1248
|
+
['๐๏ธ', ['ticket', 'admission', 'entry']],
|
|
1249
|
+
['๐ซ', ['ticket', 'admission', 'entry']],
|
|
1250
|
+
['๐
', ['medal', 'sports', 'award']],
|
|
1251
|
+
['๐ฅ', ['gold', 'medal', 'first', 'place', 'winner', '1st']],
|
|
1252
|
+
['๐ฅ', ['silver', 'medal', 'second', 'place', '2nd']],
|
|
1253
|
+
['๐ฅ', ['bronze', 'medal', 'third', 'place', '3rd']],
|
|
1254
|
+
['๐ด', ['cyclist', 'bicycle', 'bike', 'sport']],
|
|
1255
|
+
['๐', ['surfer', 'surfing', 'wave', 'sport']],
|
|
1256
|
+
['โท๏ธ', ['skier', 'skiing', 'snow', 'sport']],
|
|
1257
|
+
['๐ง', ['climber', 'climbing', 'rock', 'sport']],
|
|
1258
|
+
// Travel & Places
|
|
1259
|
+
['๐', ['car', 'automobile', 'drive', 'vehicle']],
|
|
1260
|
+
['๐', ['taxi', 'cab', 'car', 'vehicle']],
|
|
1261
|
+
['๐', ['blue', 'car', 'automobile', 'suv', 'vehicle']],
|
|
1262
|
+
['๐', ['bus', 'vehicle', 'public']],
|
|
1263
|
+
['๐', ['bus', 'trolley', 'vehicle']],
|
|
1264
|
+
['๐', ['minibus', 'van', 'vehicle']],
|
|
1265
|
+
['๐', ['ambulance', 'emergency', 'vehicle', 'hospital']],
|
|
1266
|
+
['๐', ['fire', 'truck', 'emergency', 'vehicle']],
|
|
1267
|
+
['๐', ['police', 'car', 'vehicle', 'cop']],
|
|
1268
|
+
['๐', ['truck', 'delivery', 'vehicle']],
|
|
1269
|
+
['๐', ['truck', 'lorry', 'vehicle']],
|
|
1270
|
+
['๐', ['tractor', 'farm', 'vehicle']],
|
|
1271
|
+
['๐๏ธ', ['motorcycle', 'motorbike', 'bike', 'vehicle']],
|
|
1272
|
+
['๐ฒ', ['bicycle', 'bike', 'cycle', 'vehicle']],
|
|
1273
|
+
['โ๏ธ', ['airplane', 'plane', 'fly', 'flight', 'travel']],
|
|
1274
|
+
['๐', ['rocket', 'space', 'launch', 'ship']],
|
|
1275
|
+
['๐ธ', ['ufo', 'alien', 'space', 'flying', 'saucer']],
|
|
1276
|
+
['๐', ['helicopter', 'chopper', 'vehicle']],
|
|
1277
|
+
['๐ณ๏ธ', ['passenger', 'ship', 'cruise', 'boat']],
|
|
1278
|
+
['โต', ['sailboat', 'sailing', 'boat', 'yacht']],
|
|
1279
|
+
['๐ค', ['speedboat', 'boat', 'fast']],
|
|
1280
|
+
['๐', ['train', 'railway', 'locomotive']],
|
|
1281
|
+
['๐', ['metro', 'subway', 'underground', 'tube']],
|
|
1282
|
+
['๐', ['station', 'train', 'railway']],
|
|
1283
|
+
['๐บ๏ธ', ['world', 'map', 'travel', 'geography']],
|
|
1284
|
+
['๐', ['earth', 'globe', 'world', 'africa', 'europe']],
|
|
1285
|
+
['๐', ['earth', 'globe', 'world', 'americas']],
|
|
1286
|
+
['๐', ['earth', 'globe', 'world', 'asia', 'australia']],
|
|
1287
|
+
['๐๏ธ', ['beach', 'umbrella', 'sun', 'sand', 'vacation']],
|
|
1288
|
+
['๐๏ธ', ['camping', 'tent', 'outdoors', 'nature']],
|
|
1289
|
+
['๐๏ธ', ['national', 'park', 'landscape', 'nature']],
|
|
1290
|
+
['๐๏ธ', ['stadium', 'arena', 'sport']],
|
|
1291
|
+
['๐๏ธ', ['classical', 'building', 'museum', 'columns']],
|
|
1292
|
+
['๐ฐ', ['castle', 'european', 'fortress']],
|
|
1293
|
+
['๐ฏ', ['japanese', 'castle', 'fortress']],
|
|
1294
|
+
['๐ฝ', ['statue', 'liberty', 'new', 'york', 'freedom']],
|
|
1295
|
+
['๐ผ', ['tower', 'tokyo', 'landmark']],
|
|
1296
|
+
['๐๏ธ', ['cityscape', 'city', 'skyline', 'buildings']],
|
|
1297
|
+
['๐
', ['sunrise', 'sun', 'morning', 'dawn']],
|
|
1298
|
+
['๐', ['sunrise', 'mountains', 'morning']],
|
|
1299
|
+
['โบ', ['camping', 'tent', 'outdoors']],
|
|
1300
|
+
// Objects
|
|
1301
|
+
['๐ก', ['light', 'bulb', 'idea', 'electric']],
|
|
1302
|
+
['๐ฆ', ['flashlight', 'torch', 'light']],
|
|
1303
|
+
['๐งฐ', ['toolbox', 'tools', 'repair']],
|
|
1304
|
+
['๐ง', ['wrench', 'tool', 'repair', 'fix']],
|
|
1305
|
+
['๐จ', ['hammer', 'tool', 'build', 'fix']],
|
|
1306
|
+
['๐ช', ['screwdriver', 'tool', 'fix']],
|
|
1307
|
+
['โ', ['hourglass', 'time', 'sand', 'timer']],
|
|
1308
|
+
['โฐ', ['alarm', 'clock', 'time', 'watch']],
|
|
1309
|
+
['๐ฑ', ['phone', 'mobile', 'smartphone', 'cell', 'telephone']],
|
|
1310
|
+
['๐ป', ['laptop', 'computer', 'pc', 'mac', 'keyboard']],
|
|
1311
|
+
['๐ฅ๏ธ', ['desktop', 'computer', 'monitor', 'screen']],
|
|
1312
|
+
['๐จ๏ธ', ['printer', 'print']],
|
|
1313
|
+
['๐ฅ', ['movie', 'camera', 'video', 'film']],
|
|
1314
|
+
['๐ท', ['camera', 'photo', 'picture']],
|
|
1315
|
+
['๐ธ', ['camera', 'flash', 'photo', 'picture']],
|
|
1316
|
+
['๐บ', ['television', 'tv', 'watch', 'screen']],
|
|
1317
|
+
['๐ป', ['radio', 'music', 'broadcast']],
|
|
1318
|
+
['๐๏ธ', ['studio', 'microphone', 'mic', 'record']],
|
|
1319
|
+
['๐ฆ', ['package', 'box', 'parcel', 'delivery']],
|
|
1320
|
+
['๐', ['pin', 'pushpin', 'thumbtack', 'bookmark']],
|
|
1321
|
+
['๐', ['paperclip', 'attachment', 'clip']],
|
|
1322
|
+
['โ๏ธ', ['scissors', 'cut', 'tool']],
|
|
1323
|
+
['๐งท', ['safety', 'pin', 'needle']],
|
|
1324
|
+
['๐', ['key', 'lock', 'unlock', 'password']],
|
|
1325
|
+
['๐', ['locked', 'lock', 'secure', 'padlock']],
|
|
1326
|
+
['๐', ['unlocked', 'lock', 'open', 'padlock']],
|
|
1327
|
+
['๐งฒ', ['magnet', 'magnetic']],
|
|
1328
|
+
['๐งช', ['test', 'tube', 'experiment', 'science', 'lab']],
|
|
1329
|
+
['๐งซ', ['petri', 'dish', 'science', 'lab']],
|
|
1330
|
+
['๐งฌ', ['dna', 'genetics', 'science', 'biology']],
|
|
1331
|
+
['๐ญ', ['telescope', 'space', 'stars', 'astronomy']],
|
|
1332
|
+
['๐งฏ', ['fire', 'extinguisher', 'safety']],
|
|
1333
|
+
['๐', ['shopping', 'cart', 'basket', 'buy']],
|
|
1334
|
+
['๐งบ', ['basket', 'picnic', 'laundry']],
|
|
1335
|
+
['๐ช', ['chair', 'seat', 'furniture']],
|
|
1336
|
+
['๐๏ธ', ['couch', 'sofa', 'furniture', 'living', 'room']],
|
|
1337
|
+
['๐๏ธ', ['bed', 'sleep', 'furniture', 'rest']],
|
|
1338
|
+
['๐ผ', ['briefcase', 'work', 'business', 'bag']],
|
|
1339
|
+
['๐', ['backpack', 'school', 'bag', 'hiking']],
|
|
1340
|
+
['๐', ['glasses', 'eyeglasses', 'spectacles']],
|
|
1341
|
+
['๐ถ๏ธ', ['sunglasses', 'cool', 'dark', 'glasses']],
|
|
1342
|
+
['โ๏ธ', ['umbrella', 'rain', 'weather', 'parasol']],
|
|
1343
|
+
['๐ฏ๏ธ', ['candle', 'light', 'wax', 'flame']],
|
|
1344
|
+
// Symbols
|
|
1345
|
+
['โค๏ธ', ['heart', 'love', 'red', 'like']],
|
|
1346
|
+
['๐งก', ['orange', 'heart', 'love']],
|
|
1347
|
+
['๐', ['yellow', 'heart', 'love']],
|
|
1348
|
+
['๐', ['green', 'heart', 'love']],
|
|
1349
|
+
['๐', ['blue', 'heart', 'love']],
|
|
1350
|
+
['๐', ['purple', 'heart', 'love']],
|
|
1351
|
+
['๐ค', ['black', 'heart', 'love', 'dark']],
|
|
1352
|
+
['๐ค', ['white', 'heart', 'love']],
|
|
1353
|
+
['๐ค', ['brown', 'heart', 'love']],
|
|
1354
|
+
['๐', ['broken', 'heart', 'sad', 'love', 'break']],
|
|
1355
|
+
['โฃ๏ธ', ['heart', 'exclamation', 'love', 'adornment']],
|
|
1356
|
+
['๐ฏ', ['hundred', 'perfect', 'score', 'complete', '100']],
|
|
1357
|
+
['โ
', ['check', 'done', 'complete', 'yes', 'tick', 'green']],
|
|
1358
|
+
['โ๏ธ', ['ballot', 'check', 'box', 'done', 'tick']],
|
|
1359
|
+
['โ๏ธ', ['check', 'mark', 'done', 'yes', 'tick']],
|
|
1360
|
+
['โ๏ธ', ['multiply', 'cross', 'delete', 'remove', 'wrong']],
|
|
1361
|
+
['โ', ['plus', 'add', 'math', 'positive']],
|
|
1362
|
+
['โ', ['minus', 'subtract', 'math', 'negative']],
|
|
1363
|
+
['โ', ['divide', 'division', 'math']],
|
|
1364
|
+
['โญ', ['star', 'favorite', 'gold']],
|
|
1365
|
+
['๐', ['glowing', 'star', 'sparkle', 'bright', 'glitter']],
|
|
1366
|
+
['โจ', ['sparkles', 'stars', 'shine', 'glitter', 'magic', 'clean']],
|
|
1367
|
+
['๐ฅ', ['fire', 'flame', 'hot', 'lit', 'burn', 'blazing']],
|
|
1368
|
+
['๐ฅ', ['collision', 'boom', 'blast', 'explode', 'impact']],
|
|
1369
|
+
['โก', ['lightning', 'thunder', 'bolt', 'electric', 'zap', 'power']],
|
|
1370
|
+
['โฎ๏ธ', ['peace', 'symbol', 'hippie']],
|
|
1371
|
+
['โข๏ธ', ['radioactive', 'nuclear', 'warning', 'danger']],
|
|
1372
|
+
['โฃ๏ธ', ['biohazard', 'danger', 'warning', 'toxic']],
|
|
1373
|
+
['โป๏ธ', ['recycle', 'green', 'environment', 'sustainable']],
|
|
1374
|
+
['โ ๏ธ', ['warning', 'caution', 'alert', 'danger']],
|
|
1375
|
+
['โ', ['exclamation', 'mark', 'important', 'red', 'alert']],
|
|
1376
|
+
['โ', ['question', 'mark', 'what', 'confused']],
|
|
1377
|
+
['โผ๏ธ', ['double', 'exclamation', 'mark', 'important']],
|
|
1378
|
+
['โ๏ธ', ['interrobang', 'question', 'exclamation', 'surprise']],
|
|
1379
|
+
['โพ๏ธ', ['infinity', 'forever', 'endless', 'limitless']],
|
|
1380
|
+
['๐', ['underage', 'no', 'one', 'under', '18', 'restricted']],
|
|
1381
|
+
['๐', ['bell', 'notification', 'alert', 'ring', 'chime']],
|
|
1382
|
+
['๐', ['muted', 'bell', 'silent', 'quiet', 'off', 'notification']],
|
|
1383
|
+
['๐ฃ', ['megaphone', 'loudspeaker', 'announcement', 'bullhorn']],
|
|
1384
|
+
['๐', ['loud', 'speaker', 'volume', 'sound', 'audio']],
|
|
1385
|
+
['๐', ['speaker', 'low', 'volume', 'sound', 'quiet']],
|
|
1386
|
+
// Flags (common searchable ones)
|
|
1387
|
+
['๐ป๐ณ', ['vietnam', 'vietnamese', 'flag']],
|
|
1388
|
+
['๐บ๐ธ', ['usa', 'united', 'states', 'america', 'flag', 'american']],
|
|
1389
|
+
['๐ฌ๐ง', ['uk', 'united', 'kingdom', 'britain', 'flag', 'british']],
|
|
1390
|
+
['๐ซ๐ท', ['france', 'french', 'flag']],
|
|
1391
|
+
['๐ฉ๐ช', ['germany', 'german', 'flag']],
|
|
1392
|
+
['๐ฏ๐ต', ['japan', 'japanese', 'flag']],
|
|
1393
|
+
['๐ฐ๐ท', ['korea', 'korean', 'south', 'flag']],
|
|
1394
|
+
['๐จ๐ณ', ['china', 'chinese', 'flag']],
|
|
1395
|
+
['๐จ๐ฆ', ['canada', 'canadian', 'flag']],
|
|
1396
|
+
['๐ฆ๐บ', ['australia', 'australian', 'flag']],
|
|
1397
|
+
['๐ฎ๐น', ['italy', 'italian', 'flag']],
|
|
1398
|
+
['๐ช๐ธ', ['spain', 'spanish', 'flag']],
|
|
1399
|
+
['๐ท๐บ', ['russia', 'russian', 'flag']],
|
|
1400
|
+
['๐ง๐ท', ['brazil', 'brazilian', 'flag']],
|
|
1401
|
+
['๐ฎ๐ณ', ['india', 'indian', 'flag']],
|
|
1402
|
+
['๐ฒ๐ฝ', ['mexico', 'mexican', 'flag']],
|
|
1403
|
+
['๐ธ๐ฌ', ['singapore', 'singaporean', 'flag']],
|
|
1404
|
+
['๐น๐ญ', ['thailand', 'thai', 'flag']],
|
|
1405
|
+
['๐ต๐ญ', ['philippines', 'filipino', 'flag']],
|
|
1406
|
+
['๐ฎ๐ฉ', ['indonesia', 'indonesian', 'flag']],
|
|
1407
|
+
['๐ฒ๐พ', ['malaysia', 'malaysian', 'flag']],
|
|
1408
|
+
]);
|
|
1409
|
+
|
|
659
1410
|
/**
|
|
660
1411
|
* Unified event types for Z-UI form components
|
|
661
1412
|
* Allows components to emit native DOM events with type discrimination
|
|
@@ -676,5 +1427,5 @@ function zCreateEvent(type, event) {
|
|
|
676
1427
|
* Generated bundle index. Do not edit.
|
|
677
1428
|
*/
|
|
678
1429
|
|
|
679
|
-
export { VIETNAMESE_MAP, Z_ASYNC_OPTIONS_DEFAULT_PAGE_SIZE, Z_DIVIDE_SCALE, Z_EXCEL_NUMBER_FORMAT_MAP, Z_LOCALE_MAP, zCapitalCase, zCleanObject, zConvertColorToArgb, zCreateEvent, zDebugFormInvalid, zDecodeUnicode, zDetectBrowser, zFormatNum, zFormatNumExcel, zGetAsyncOptionKey, zMergeAsyncOptions, zMergeClasses, zMiniSearch, zMiniSearch$, zNoop, zNormalize, zRandomColor, zRegisterEchartsTheme, zRemoveVietnamese, zResolveAsyncOptionsHasMore, zToAsyncOptionsObservable, zTransform, zTreeBuild, zTreeFlatten, zUuid, zValidForm };
|
|
1430
|
+
export { VIETNAMESE_MAP, Z_ASYNC_OPTIONS_DEFAULT_PAGE_SIZE, Z_DIVIDE_SCALE, Z_EMOJI_KEYWORDS, Z_EMOJI_SHEET, Z_EXCEL_NUMBER_FORMAT_MAP, Z_LOCALE_MAP, zCapitalCase, zCleanObject, zConvertColorToArgb, zCreateEvent, zDebugFormInvalid, zDecodeUnicode, zDetectBrowser, zFormatNum, zFormatNumExcel, zGetAsyncOptionKey, zMergeAsyncOptions, zMergeClasses, zMiniSearch, zMiniSearch$, zNoop, zNormalize, zRandomColor, zRegisterEchartsTheme, zRemoveVietnamese, zResolveAsyncOptionsHasMore, zToAsyncOptionsObservable, zTransform, zTreeBuild, zTreeFlatten, zUuid, zValidForm };
|
|
680
1431
|
//# sourceMappingURL=shival99-z-ui-utils.mjs.map
|