@tekkare/auriga 0.1.109 → 0.1.111
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/dist/module.json +1 -1
- package/dist/runtime/components/allIcons.vue +3 -430
- package/dist/runtime/components/allIcons2.vue +689 -0
- package/dist/runtime/components/allIcons2.vue.d.ts +6 -0
- package/dist/runtime/components/argDropdownSelect.vue +3 -1
- package/dist/runtime/components/argDropdownSelect.vue.d.ts +9 -0
- package/dist/runtime/components/argFilterCard.vue +1 -1
- package/dist/runtime/components/argFooter.vue +13 -4
- package/dist/runtime/components/argFooter.vue.d.ts +15 -1
- package/dist/runtime/components/argHomeAllBlocks.vue +34 -29
- package/dist/runtime/components/argHomeAllBlocks.vue.d.ts +3 -2
- package/dist/runtime/components/argHomeHeader.vue +1 -1
- package/dist/runtime/components/argHomeKpis.vue +20 -8
- package/dist/runtime/components/argHomeKpis.vue.d.ts +11 -1
- package/dist/runtime/components/argHomeLayout.vue +11 -2
- package/dist/runtime/components/argHomeLayout.vue.d.ts +15 -1
- package/dist/runtime/components/argHomeSelectedBlock.vue +2 -2
- package/dist/runtime/components/argIcon.vue +463 -45
- package/dist/runtime/components/argIcon.vue.d.ts +209 -0
- package/dist/runtime/components/argMainLayout.vue +8 -1
- package/dist/runtime/components/argMainLayout.vue.d.ts +11 -0
- package/dist/runtime/components/argSimpleLabel.vue +3 -2
- package/dist/runtime/components/argSimpleLabel.vue.d.ts +9 -0
- package/dist/runtime/components/argStyle.vue +1 -1
- package/package.json +1 -1
package/dist/module.json
CHANGED
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
import argIcon from "./argIcon.vue";
|
|
32
32
|
import argSearchInput from "./argSearchInput.vue";
|
|
33
33
|
export default defineComponent({
|
|
34
|
-
name: "
|
|
34
|
+
name: "allIcons1",
|
|
35
35
|
components: { argIcon, argSearchInput },
|
|
36
36
|
setup() {
|
|
37
37
|
const searchIcon = ref("");
|
|
@@ -317,7 +317,7 @@ export default defineComponent({
|
|
|
317
317
|
"CircleHalfTilt",
|
|
318
318
|
"CircleHalf",
|
|
319
319
|
"CircleNotch",
|
|
320
|
-
"
|
|
320
|
+
"CircleSelectFill",
|
|
321
321
|
"CircleWavyCheck",
|
|
322
322
|
"CircleWavyQuestion",
|
|
323
323
|
"CircleWavyWarning",
|
|
@@ -670,434 +670,7 @@ export default defineComponent({
|
|
|
670
670
|
"Lock",
|
|
671
671
|
"MagicWand",
|
|
672
672
|
"MagnetStraight",
|
|
673
|
-
"Magnet"
|
|
674
|
-
"MagnifyingGlassMinus",
|
|
675
|
-
"MagnifyingGlassPlus",
|
|
676
|
-
"MagnifyingGlass",
|
|
677
|
-
"MapPinLine",
|
|
678
|
-
"MapPin",
|
|
679
|
-
"MapTrifold",
|
|
680
|
-
"MarkerCircle",
|
|
681
|
-
"Martini",
|
|
682
|
-
"MaskHappy",
|
|
683
|
-
"MaskSad",
|
|
684
|
-
"MathOperations",
|
|
685
|
-
"Medal",
|
|
686
|
-
"MediumLogo",
|
|
687
|
-
"MegaphoneSimple",
|
|
688
|
-
"Megaphone",
|
|
689
|
-
"MessengerLogo",
|
|
690
|
-
"MicrophoneSlash",
|
|
691
|
-
"MicrophoneStage",
|
|
692
|
-
"Microphone",
|
|
693
|
-
"MicrosoftExcelLogo",
|
|
694
|
-
"MicrosoftPowerpointLogo",
|
|
695
|
-
"MicrosoftTeamsLogo",
|
|
696
|
-
"MicrosoftWordLogo",
|
|
697
|
-
"MinusCircle",
|
|
698
|
-
"MinusCircleFill",
|
|
699
|
-
"MinusCircleDisable",
|
|
700
|
-
"MinusSquare",
|
|
701
|
-
"MinusSquareFill",
|
|
702
|
-
"MinusSquareDisable",
|
|
703
|
-
"Minus",
|
|
704
|
-
"Molecule",
|
|
705
|
-
"Money",
|
|
706
|
-
"MonitorPlay",
|
|
707
|
-
"Monitor",
|
|
708
|
-
"MoonStars",
|
|
709
|
-
"Moon",
|
|
710
|
-
"Mountains",
|
|
711
|
-
"MouseSimple",
|
|
712
|
-
"Mouse",
|
|
713
|
-
"MusicNoteSimple",
|
|
714
|
-
"MusicNote",
|
|
715
|
-
"MusicNotesPlus",
|
|
716
|
-
"MusicNotesSimple",
|
|
717
|
-
"MusicNotes",
|
|
718
|
-
"NavigationArrow",
|
|
719
|
-
"Needle",
|
|
720
|
-
"NewspaperClipping",
|
|
721
|
-
"Newspaper",
|
|
722
|
-
"NoteBlank",
|
|
723
|
-
"NotePencil",
|
|
724
|
-
"Note",
|
|
725
|
-
"Notebook",
|
|
726
|
-
"Notepad",
|
|
727
|
-
"Notification",
|
|
728
|
-
"NumberCircleEight",
|
|
729
|
-
"NumberCircleFive",
|
|
730
|
-
"NumberCircleFour",
|
|
731
|
-
"NumberCircleNine",
|
|
732
|
-
"NumberCircleOne",
|
|
733
|
-
"NumberCircleSeven",
|
|
734
|
-
"NumberCircleSix",
|
|
735
|
-
"NumberCircleThree",
|
|
736
|
-
"NumberCircleTwo",
|
|
737
|
-
"NumberCircleZero",
|
|
738
|
-
"NumberEight",
|
|
739
|
-
"NumberFive",
|
|
740
|
-
"NumberFour",
|
|
741
|
-
"NumberNine",
|
|
742
|
-
"NumberOne",
|
|
743
|
-
"NumberSeven",
|
|
744
|
-
"NumberSix",
|
|
745
|
-
"NumberSquareEight",
|
|
746
|
-
"NumberSquareFive",
|
|
747
|
-
"NumberSquareFour",
|
|
748
|
-
"NumberSquareNine",
|
|
749
|
-
"NumberSquareOne",
|
|
750
|
-
"NumberSquareSeven",
|
|
751
|
-
"NumberSquareSix",
|
|
752
|
-
"NumberSquareThree",
|
|
753
|
-
"NumberSquareTwo",
|
|
754
|
-
"NumberSquareZero",
|
|
755
|
-
"NumberThree",
|
|
756
|
-
"NumberTwo",
|
|
757
|
-
"NumberZero",
|
|
758
|
-
"Nut",
|
|
759
|
-
"NyTimesLogo",
|
|
760
|
-
"Octagon",
|
|
761
|
-
"Option",
|
|
762
|
-
"Package",
|
|
763
|
-
"PaintBrushBroad",
|
|
764
|
-
"PaintBrushHousehold",
|
|
765
|
-
"PaintBrush",
|
|
766
|
-
"PaintBucket",
|
|
767
|
-
"PaintRoller",
|
|
768
|
-
"Palette",
|
|
769
|
-
"PaperPlaneRight",
|
|
770
|
-
"PaperPlaneTilt",
|
|
771
|
-
"PaperPlane",
|
|
772
|
-
"PaperclipHorizontal",
|
|
773
|
-
"Paperclip",
|
|
774
|
-
"Parachute",
|
|
775
|
-
"Password",
|
|
776
|
-
"Path",
|
|
777
|
-
"PauseCircle",
|
|
778
|
-
"Pause",
|
|
779
|
-
"PawPrint",
|
|
780
|
-
"Peace",
|
|
781
|
-
"PenNibStraight",
|
|
782
|
-
"PenNib",
|
|
783
|
-
"Pen",
|
|
784
|
-
"PencilCircle",
|
|
785
|
-
"PencilLine",
|
|
786
|
-
"PencilSimpleLine",
|
|
787
|
-
"PencilSimple",
|
|
788
|
-
"Pencil",
|
|
789
|
-
"Percent",
|
|
790
|
-
"PersonSimpleRun",
|
|
791
|
-
"PersonSimpleWalk",
|
|
792
|
-
"PersonSimple",
|
|
793
|
-
"Person",
|
|
794
|
-
"Perspective",
|
|
795
|
-
"PhoneCall",
|
|
796
|
-
"PhoneDisconnect",
|
|
797
|
-
"PhoneIncoming",
|
|
798
|
-
"PhoneOutgoing",
|
|
799
|
-
"PhoneSlash",
|
|
800
|
-
"PhoneX",
|
|
801
|
-
"Phone",
|
|
802
|
-
"PhosphorLogo",
|
|
803
|
-
"PianoKeys",
|
|
804
|
-
"PictureInPicture",
|
|
805
|
-
"Pill",
|
|
806
|
-
"PinterestLogo",
|
|
807
|
-
"Pinwheel",
|
|
808
|
-
"Pizza",
|
|
809
|
-
"Placeholder",
|
|
810
|
-
"Planet",
|
|
811
|
-
"PlayCircle",
|
|
812
|
-
"Play",
|
|
813
|
-
"Playlist",
|
|
814
|
-
"Plug",
|
|
815
|
-
"PlugsConnected",
|
|
816
|
-
"Plugs",
|
|
817
|
-
"PlusCircle",
|
|
818
|
-
"PlusCircleFill",
|
|
819
|
-
"PlusMinus",
|
|
820
|
-
"Plus",
|
|
821
|
-
"PokerChip",
|
|
822
|
-
"PoliceCar",
|
|
823
|
-
"Polygon",
|
|
824
|
-
"Popcorn",
|
|
825
|
-
"Power",
|
|
826
|
-
"Prescription",
|
|
827
|
-
"PresentationChart",
|
|
828
|
-
"Presentation",
|
|
829
|
-
"Printer",
|
|
830
|
-
"ProhibitInset",
|
|
831
|
-
"Prohibit",
|
|
832
|
-
"ProjectorScreenChart",
|
|
833
|
-
"ProjectorScreen",
|
|
834
|
-
"PushPinSimpleSlash",
|
|
835
|
-
"PushPinSimple",
|
|
836
|
-
"PushPinSlash",
|
|
837
|
-
"PushPin",
|
|
838
|
-
"PuzzlePiece",
|
|
839
|
-
"QrCode",
|
|
840
|
-
"Question",
|
|
841
|
-
"QuestionFill",
|
|
842
|
-
"Queue",
|
|
843
|
-
"Quotes",
|
|
844
|
-
"Radical",
|
|
845
|
-
"RadioButton",
|
|
846
|
-
"Radio",
|
|
847
|
-
"RainbowCloud",
|
|
848
|
-
"Rainbow",
|
|
849
|
-
"Receipt",
|
|
850
|
-
"Record",
|
|
851
|
-
"Rectangle",
|
|
852
|
-
"Recycle",
|
|
853
|
-
"RedditLogo",
|
|
854
|
-
"RepeatOnce",
|
|
855
|
-
"Repeat",
|
|
856
|
-
"RewindCircle",
|
|
857
|
-
"Rewind",
|
|
858
|
-
"Robot",
|
|
859
|
-
"RocketLaunch",
|
|
860
|
-
"Rocket",
|
|
861
|
-
"Rows",
|
|
862
|
-
"RssSimple",
|
|
863
|
-
"Rss",
|
|
864
|
-
"Rug",
|
|
865
|
-
"Ruler",
|
|
866
|
-
"Scales",
|
|
867
|
-
"Scan",
|
|
868
|
-
"Scissors",
|
|
869
|
-
"Screencast",
|
|
870
|
-
"ScribbleLoop",
|
|
871
|
-
"Scroll",
|
|
872
|
-
"SelectionAll",
|
|
873
|
-
"SelectionBackground",
|
|
874
|
-
"SelectionForeground",
|
|
875
|
-
"SelectionInverse",
|
|
876
|
-
"SelectionPlus",
|
|
877
|
-
"SelectionSlash",
|
|
878
|
-
"Selection",
|
|
879
|
-
"ShareNetwork",
|
|
880
|
-
"Share",
|
|
881
|
-
"ShieldCheck",
|
|
882
|
-
"ShieldCheckered",
|
|
883
|
-
"ShieldChevron",
|
|
884
|
-
"ShieldPlus",
|
|
885
|
-
"ShieldSlash",
|
|
886
|
-
"ShieldStar",
|
|
887
|
-
"ShieldWarning",
|
|
888
|
-
"Shield",
|
|
889
|
-
"ShoppingBagOpen",
|
|
890
|
-
"ShoppingBag",
|
|
891
|
-
"ShoppingCartSimple",
|
|
892
|
-
"ShoppingCart",
|
|
893
|
-
"Shower",
|
|
894
|
-
"ShuffleAngular",
|
|
895
|
-
"ShuffleSimple",
|
|
896
|
-
"Shuffle",
|
|
897
|
-
"SidebarSimple",
|
|
898
|
-
"Sidebar",
|
|
899
|
-
"SignIn",
|
|
900
|
-
"SignOut",
|
|
901
|
-
"Signpost",
|
|
902
|
-
"SimCard",
|
|
903
|
-
"SketchLogo",
|
|
904
|
-
"SkipBackCircle",
|
|
905
|
-
"SkipBack",
|
|
906
|
-
"SkipForwardCircle",
|
|
907
|
-
"SkipForward",
|
|
908
|
-
"Skull",
|
|
909
|
-
"SlackLogo",
|
|
910
|
-
"SlidersHorizontal",
|
|
911
|
-
"Sliders",
|
|
912
|
-
"SmileyBlank",
|
|
913
|
-
"SmileyMeh",
|
|
914
|
-
"SmileyNervous",
|
|
915
|
-
"SmileySad",
|
|
916
|
-
"SmileySticker",
|
|
917
|
-
"SmileyWink",
|
|
918
|
-
"SmileyXEyes",
|
|
919
|
-
"Smiley",
|
|
920
|
-
"SnapchatLogo",
|
|
921
|
-
"Snowflake",
|
|
922
|
-
"SoccerBall",
|
|
923
|
-
"SortAscending",
|
|
924
|
-
"SortDescending",
|
|
925
|
-
"Spade",
|
|
926
|
-
"Sparkle",
|
|
927
|
-
"SpeakerHigh",
|
|
928
|
-
"SpeakerLow",
|
|
929
|
-
"SpeakerNone",
|
|
930
|
-
"SpeakerSimpleHigh",
|
|
931
|
-
"SpeakerSimpleLow",
|
|
932
|
-
"SpeakerSimpleNone",
|
|
933
|
-
"SpeakerSimpleSlash",
|
|
934
|
-
"SpeakerSimpleX",
|
|
935
|
-
"SpeakerSlash",
|
|
936
|
-
"SpeakerX",
|
|
937
|
-
"SpinnerGap",
|
|
938
|
-
"Spinner",
|
|
939
|
-
"Spiral",
|
|
940
|
-
"SpotifyLogo",
|
|
941
|
-
"SquareHalfBottom",
|
|
942
|
-
"SquareHalf",
|
|
943
|
-
"SquareLogo",
|
|
944
|
-
"Square",
|
|
945
|
-
"SquareFill",
|
|
946
|
-
"SquaresFour",
|
|
947
|
-
"StackOverflowLogo",
|
|
948
|
-
"StackSimple",
|
|
949
|
-
"Stack",
|
|
950
|
-
"Stamp",
|
|
951
|
-
"StarFour",
|
|
952
|
-
"StarHalf",
|
|
953
|
-
"Star",
|
|
954
|
-
"Stethoscope",
|
|
955
|
-
"Sticker",
|
|
956
|
-
"StopCircle",
|
|
957
|
-
"Stop",
|
|
958
|
-
"Storefront",
|
|
959
|
-
"Strategy",
|
|
960
|
-
"StripeLogo",
|
|
961
|
-
"Student",
|
|
962
|
-
"SuitcaseSimple",
|
|
963
|
-
"Suitcase",
|
|
964
|
-
"SunDim",
|
|
965
|
-
"SunHorizon",
|
|
966
|
-
"Sun",
|
|
967
|
-
"Sunglasses",
|
|
968
|
-
"Swap",
|
|
969
|
-
"Swatches",
|
|
970
|
-
"Sword",
|
|
971
|
-
"Syringe",
|
|
972
|
-
"TShirt",
|
|
973
|
-
"Table",
|
|
974
|
-
"Tabs",
|
|
975
|
-
"TagChevron",
|
|
976
|
-
"TagSimple",
|
|
977
|
-
"Tag",
|
|
978
|
-
"Target",
|
|
979
|
-
"Taxi",
|
|
980
|
-
"TelegramLogo",
|
|
981
|
-
"TelevisionSimple",
|
|
982
|
-
"Television",
|
|
983
|
-
"TennisBall",
|
|
984
|
-
"TerminalWindow",
|
|
985
|
-
"Terminal",
|
|
986
|
-
"TestTube",
|
|
987
|
-
"TextAa",
|
|
988
|
-
"TextAlignCenter",
|
|
989
|
-
"TextAlignJustify",
|
|
990
|
-
"TextAlignLeft",
|
|
991
|
-
"TextAlignRight",
|
|
992
|
-
"TextBolder",
|
|
993
|
-
"TextHFive",
|
|
994
|
-
"TextHFour",
|
|
995
|
-
"TextHOne",
|
|
996
|
-
"TextHSix",
|
|
997
|
-
"TextHThree",
|
|
998
|
-
"TextHTwo",
|
|
999
|
-
"TextH",
|
|
1000
|
-
"TextIndent",
|
|
1001
|
-
"TextItalic",
|
|
1002
|
-
"TextOutdent",
|
|
1003
|
-
"TextStrikethrough",
|
|
1004
|
-
"TextT",
|
|
1005
|
-
"TextUnderline",
|
|
1006
|
-
"Textbox",
|
|
1007
|
-
"ThermometerCold",
|
|
1008
|
-
"ThermometerHot",
|
|
1009
|
-
"ThermometerSimple",
|
|
1010
|
-
"Thermometer",
|
|
1011
|
-
"ThumbsDown",
|
|
1012
|
-
"ThumbsUp",
|
|
1013
|
-
"Ticket",
|
|
1014
|
-
"TiktokLogo",
|
|
1015
|
-
"Timer",
|
|
1016
|
-
"ToggleLeft",
|
|
1017
|
-
"ToggleRight",
|
|
1018
|
-
"ToiletPaper",
|
|
1019
|
-
"Toilet",
|
|
1020
|
-
"ToteSimple",
|
|
1021
|
-
"Tote",
|
|
1022
|
-
"TrademarkRegistered",
|
|
1023
|
-
"TrafficCone",
|
|
1024
|
-
"TrafficSign",
|
|
1025
|
-
"TrafficSignal",
|
|
1026
|
-
"TrainRegional",
|
|
1027
|
-
"TrainSimple",
|
|
1028
|
-
"Train",
|
|
1029
|
-
"Translate",
|
|
1030
|
-
"TrashSimple",
|
|
1031
|
-
"Trash",
|
|
1032
|
-
"Tray",
|
|
1033
|
-
"TreeEvergreen",
|
|
1034
|
-
"TreeStructure",
|
|
1035
|
-
"Tree",
|
|
1036
|
-
"TrendDown",
|
|
1037
|
-
"TrendUp",
|
|
1038
|
-
"Triangle",
|
|
1039
|
-
"Trophy",
|
|
1040
|
-
"Truck",
|
|
1041
|
-
"TwitchLogo",
|
|
1042
|
-
"TwitterLogo",
|
|
1043
|
-
"UmbrellaSimple",
|
|
1044
|
-
"Umbrella",
|
|
1045
|
-
"UploadSimple",
|
|
1046
|
-
"Upload",
|
|
1047
|
-
"UserCircleGear",
|
|
1048
|
-
"UserCircleMinus",
|
|
1049
|
-
"UserCirclePlus",
|
|
1050
|
-
"UserCircle",
|
|
1051
|
-
"UserFocus",
|
|
1052
|
-
"UserGear",
|
|
1053
|
-
"UserList",
|
|
1054
|
-
"UserMinus",
|
|
1055
|
-
"UserPlus",
|
|
1056
|
-
"UserRectangle",
|
|
1057
|
-
"UserSquare",
|
|
1058
|
-
"UserSwitch",
|
|
1059
|
-
"User",
|
|
1060
|
-
"UsersFour",
|
|
1061
|
-
"UsersThree",
|
|
1062
|
-
"Users",
|
|
1063
|
-
"Vault",
|
|
1064
|
-
"Vibrate",
|
|
1065
|
-
"VideoCameraSlash",
|
|
1066
|
-
"VideoCamera",
|
|
1067
|
-
"Vignette",
|
|
1068
|
-
"Virus",
|
|
1069
|
-
"Voicemail",
|
|
1070
|
-
"Volleyball",
|
|
1071
|
-
"Wall",
|
|
1072
|
-
"Wallet",
|
|
1073
|
-
"WarningCircle",
|
|
1074
|
-
"WarningOctagon",
|
|
1075
|
-
"Warning",
|
|
1076
|
-
"Watch",
|
|
1077
|
-
"WaveSawtooth",
|
|
1078
|
-
"WaveSine",
|
|
1079
|
-
"WaveSquare",
|
|
1080
|
-
"WaveTriangle",
|
|
1081
|
-
"Waves",
|
|
1082
|
-
"Webcam",
|
|
1083
|
-
"WhatsappLogo",
|
|
1084
|
-
"Wheelchair",
|
|
1085
|
-
"WifiHigh",
|
|
1086
|
-
"WifiLow",
|
|
1087
|
-
"WifiMedium",
|
|
1088
|
-
"WifiNone",
|
|
1089
|
-
"WifiSlash",
|
|
1090
|
-
"WifiX",
|
|
1091
|
-
"Wind",
|
|
1092
|
-
"WindowsLogo",
|
|
1093
|
-
"Wine",
|
|
1094
|
-
"Wrench",
|
|
1095
|
-
"XCircle",
|
|
1096
|
-
"XCircleFill",
|
|
1097
|
-
"XSquare",
|
|
1098
|
-
"X",
|
|
1099
|
-
"YinYang",
|
|
1100
|
-
"YoutubeLogo"
|
|
673
|
+
"Magnet"
|
|
1101
674
|
];
|
|
1102
675
|
const filteredIcon = computed(() => {
|
|
1103
676
|
return iconNames.filter(
|