raise-common-lib 0.0.181 → 0.0.182

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.
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.53553 4.46447L9.25 8L6.53553 11.5355" stroke="#929DAB" stroke-linecap="round"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.5 6.44939L8 4.0001L10.5 6.44939" stroke="#6C7C90" stroke-linecap="round"/>
3
+ <line x1="8" y1="4.59277" x2="8" y2="11.9145" stroke="#6C7C90" stroke-linecap="round"/>
4
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="path-1-inside-1_10115_44202" fill="white">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.5 3H2.5L6.5 7.72727V14L9.5 12V7.72727L13.5 3Z"/>
4
+ </mask>
5
+ <path d="M2.5 3V2H0.343894L1.73661 3.64594L2.5 3ZM13.5 3L14.2634 3.64594L15.6561 2H13.5V3ZM6.5 7.72727H7.5V7.36097L7.26339 7.08133L6.5 7.72727ZM6.5 14H5.5V15.8685L7.0547 14.8321L6.5 14ZM9.5 12L10.0547 12.8321L10.5 12.5352V12H9.5ZM9.5 7.72727L8.73661 7.08133L8.5 7.36097V7.72727H9.5ZM2.5 4H13.5V2H2.5V4ZM7.26339 7.08133L3.26339 2.35406L1.73661 3.64594L5.73661 8.37322L7.26339 7.08133ZM7.5 14V7.72727H5.5V14H7.5ZM8.9453 11.1679L5.9453 13.1679L7.0547 14.8321L10.0547 12.8321L8.9453 11.1679ZM8.5 7.72727V12H10.5V7.72727H8.5ZM12.7366 2.35406L8.73661 7.08133L10.2634 8.37322L14.2634 3.64594L12.7366 2.35406Z" fill="#A1AAB5" mask="url(#path-1-inside-1_10115_44202)"/>
6
+ </svg>
@@ -857,3 +857,122 @@
857
857
  ):not(.e-indentcell) {
858
858
  background-color: var(--rs-grid-row-hover-bg); // hover bg
859
859
  }
860
+
861
+ .e-contextmenu-wrapper .e-contextmenu.e-colmenu,
862
+ .e-contextmenu-container .e-contextmenu.e-colmenu {
863
+ padding: 8px 0;
864
+ border: none;
865
+
866
+ border-radius: 8px;
867
+ background-color: #fff;
868
+ box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
869
+
870
+ .e-menu-item {
871
+ height: 28px;
872
+ padding: 6px 48px 6px 16px;
873
+
874
+ color: #44566c;
875
+ font-family: Arial;
876
+ font-size: 11px;
877
+ font-style: normal;
878
+ font-weight: 400;
879
+ line-height: 14px;
880
+
881
+ display: flex;
882
+ flex-flow: row nowrap;
883
+ align-items: center;
884
+ gap: 8px;
885
+
886
+ &.e-blankicon {
887
+ padding-left: 40px !important;
888
+ }
889
+
890
+ &.e-selected,
891
+ &.e-focused {
892
+ background-color: rgba(31, 123, 255, 0.08);
893
+ }
894
+
895
+ .e-icons {
896
+ width: 16px;
897
+ height: 16px;
898
+ margin: 0;
899
+ padding: 0;
900
+
901
+ display: flex;
902
+ flex-flow: row nowrap;
903
+ justify-content: center;
904
+ align-items: center;
905
+
906
+ &::before {
907
+ width: 16px;
908
+ height: 16px;
909
+ line-height: 16px;
910
+ }
911
+
912
+ &.e-icon-ascending::before {
913
+ content: url("/assets/img/grid-menu-arrow-up.svg");
914
+ }
915
+
916
+ &.e-icon-descending::before {
917
+ content: url("/assets/img/grid-menu-arrow-up.svg");
918
+ transform: rotate(180deg);
919
+ }
920
+
921
+ &.e-icon-filter::before {
922
+ content: url("/assets/img/grid-menu-filter.svg");
923
+ }
924
+
925
+ &.e-caret {
926
+ position: absolute;
927
+ top: 6px;
928
+ right: 16px;
929
+
930
+ &::before {
931
+ content: url("/assets/img/grid-menu-arrow-right.svg");
932
+ }
933
+ }
934
+ }
935
+ }
936
+
937
+ & + .e-menu-parent {
938
+ padding: 8px 0;
939
+
940
+ border-radius: 8px;
941
+ background-color: #fff;
942
+ box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
943
+
944
+ .e-menu-item {
945
+ height: 28px;
946
+ padding: 0 8px;
947
+
948
+ &.e-focused {
949
+ background-color: rgba(31, 123, 255, 0.08);
950
+ }
951
+
952
+ .e-checkbox-wrapper {
953
+ height: 100%;
954
+
955
+ display: flex;
956
+ flex-flow: row nowrap;
957
+ align-items: center;
958
+
959
+ .e-frame {
960
+ flex: none;
961
+ margin: 5px;
962
+ }
963
+
964
+ .e-label {
965
+ margin: 0;
966
+ padding: 0 6px;
967
+
968
+ color: #44566c !important;
969
+ font-family: Arial;
970
+ font-size: 11px !important;
971
+ font-style: normal;
972
+ font-weight: 400;
973
+ line-height: 14px;
974
+ }
975
+ }
976
+ }
977
+ }
978
+ }