@tekkare/auriga 0.1.24 → 0.1.25
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/argComplexSelect.vue +96 -17
- package/dist/runtime/components/argComplexSelect.vue.d.ts +79 -9
- package/dist/runtime/components/argDate.vue +4 -1
- package/dist/runtime/components/argDate.vue.d.ts +2 -0
- package/dist/runtime/components/argDropdownSelect.vue +52 -8
- package/dist/runtime/components/argDropdownSelect.vue.d.ts +63 -6
- package/dist/runtime/components/argMultipleSelect.vue +227 -189
- package/dist/runtime/components/argMultipleSelect.vue.d.ts +67 -7
- package/dist/runtime/components/argSimpleLabel.vue +14 -0
- package/dist/runtime/components/argStyle.vue +20 -53
- package/package.json +1 -1
|
@@ -714,7 +714,6 @@ button {
|
|
|
714
714
|
padding: 4px 8px;
|
|
715
715
|
align-items: center;
|
|
716
716
|
gap: 8px;
|
|
717
|
-
height: 16px;
|
|
718
717
|
}
|
|
719
718
|
.oip_tag > svg {
|
|
720
719
|
cursor: pointer;
|
|
@@ -725,31 +724,31 @@ button {
|
|
|
725
724
|
background-color: var(--pure-white) !important;
|
|
726
725
|
color: var(--lavendar-grey) !important;
|
|
727
726
|
}
|
|
728
|
-
.oip_tag.
|
|
727
|
+
.oip_tag.is_rose {
|
|
729
728
|
background: rgba(244, 63, 94, 0.1) !important;
|
|
730
729
|
color: #9f1239;
|
|
731
730
|
}
|
|
732
|
-
|
|
731
|
+
/*.oip_tag.is_pink {
|
|
733
732
|
background: rgba(236, 72, 153, 0.1) !important;
|
|
734
733
|
color: #9d174d;
|
|
735
|
-
}
|
|
736
|
-
.oip_tag.
|
|
734
|
+
}*/
|
|
735
|
+
.oip_tag.is_fushia {
|
|
737
736
|
background: rgba(217, 70, 239, 0.1) !important;
|
|
738
737
|
color: #86198f;
|
|
739
738
|
}
|
|
740
|
-
|
|
739
|
+
/*.oip_tag.is_purple {
|
|
741
740
|
background: rgba(168, 85, 247, 0.1) !important;
|
|
742
741
|
color: #6b21a8;
|
|
743
742
|
}
|
|
744
743
|
.oip_tag.is_indigo {
|
|
745
744
|
background: rgba(139, 92, 246, 0.1) !important;
|
|
746
745
|
color: #5b21b6;
|
|
747
|
-
}
|
|
746
|
+
}*/
|
|
748
747
|
.oip_tag.is_blue {
|
|
749
|
-
background: rgba(
|
|
750
|
-
color: #
|
|
748
|
+
background: rgba(59, 130, 246, 0.1) !important;
|
|
749
|
+
color: #1e40af;
|
|
751
750
|
}
|
|
752
|
-
|
|
751
|
+
/*.oip_tag.is_sapphire {
|
|
753
752
|
background: rgba(14, 165, 233, 0.1) !important;
|
|
754
753
|
color: #075985;
|
|
755
754
|
}
|
|
@@ -760,69 +759,37 @@ button {
|
|
|
760
759
|
.oip_tag.is_teal {
|
|
761
760
|
background: rgba(20, 184, 166, 0.1) !important;
|
|
762
761
|
color: #115e59;
|
|
763
|
-
}
|
|
762
|
+
}*/
|
|
764
763
|
.oip_tag.is_emerald {
|
|
765
764
|
background: rgba(16, 185, 129, 0.1) !important;
|
|
766
765
|
color: #065f46;
|
|
767
766
|
}
|
|
768
|
-
|
|
767
|
+
/*.oip_tag.is_green {
|
|
769
768
|
background: rgba(34, 197, 94, 0.1) !important;
|
|
770
769
|
color: #166534;
|
|
771
|
-
}
|
|
772
|
-
.oip_tag.
|
|
770
|
+
}*/
|
|
771
|
+
.oip_tag.is_lime {
|
|
773
772
|
background: rgba(132, 204, 22, 0.1) !important;
|
|
774
773
|
color: #3f6212;
|
|
775
774
|
}
|
|
776
|
-
|
|
775
|
+
/*.oip_tag.is_yellow {
|
|
777
776
|
background: rgba(234, 179, 8, 0.1) !important;
|
|
778
777
|
color: #854d0e;
|
|
779
|
-
}
|
|
780
|
-
.oip_tag.
|
|
778
|
+
}*/
|
|
779
|
+
.oip_tag.is_amber {
|
|
781
780
|
background: rgba(245, 158, 11, 0.1) !important;
|
|
782
781
|
color: #92400e;
|
|
783
782
|
}
|
|
784
|
-
|
|
783
|
+
/*.oip_tag.is_coral {
|
|
785
784
|
background: rgba(249, 115, 22, 0.1) !important;
|
|
786
785
|
color: #9a3412;
|
|
787
|
-
}
|
|
786
|
+
}*/
|
|
788
787
|
|
|
789
|
-
.oip_tag.
|
|
790
|
-
background: var(--orange) !important;
|
|
791
|
-
border: 1px solid var(--orange) !important;
|
|
792
|
-
}
|
|
793
|
-
.oip_tag.is_lime {
|
|
794
|
-
background: var(--lime) !important;
|
|
795
|
-
border: 1px solid var(--lime) !important;
|
|
796
|
-
}
|
|
797
|
-
.oip_tag.is_cyan {
|
|
798
|
-
background: var(--cyan) !important;
|
|
799
|
-
border: 1px solid var(--cyan) !important;
|
|
800
|
-
}
|
|
801
|
-
.oip_tag.is_primary {
|
|
802
|
-
background: var(--primary) !important;
|
|
803
|
-
border: 1px solid var(--primary) !important;
|
|
804
|
-
}
|
|
805
|
-
.oip_tag.is_accent {
|
|
806
|
-
background: var(--accent) !important;
|
|
807
|
-
border: 1px solid var(--accent) !important;
|
|
808
|
-
}
|
|
809
|
-
.oip_tag.is_alert {
|
|
810
|
-
background: var(--alert) !important;
|
|
811
|
-
border: 1px solid var(--alert) !important;
|
|
812
|
-
}
|
|
813
|
-
.oip_tag.is_warning {
|
|
814
|
-
background: var(--warning) !important;
|
|
815
|
-
border: 1px solid var(--warning) !important;
|
|
816
|
-
}
|
|
817
|
-
.oip_tag.is_success {
|
|
818
|
-
background: var(--success) !important;
|
|
819
|
-
border: 1px solid var(--success) !important;
|
|
820
|
-
}
|
|
821
|
-
.oip_tag.is_light_grey {
|
|
788
|
+
.oip_tag.is_gray {
|
|
822
789
|
background: var(--background) !important;
|
|
823
790
|
color: var(--independence) !important;
|
|
824
791
|
}
|
|
825
|
-
.oip_tag.
|
|
792
|
+
.oip_tag.is_gray svg {
|
|
826
793
|
stroke: var(--cool-grey);
|
|
827
794
|
color: var(--cool-grey);
|
|
828
795
|
}
|