sccoreui 5.9.73 → 5.9.74
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/App.scss +80 -49
- package/package.json +1 -1
package/dist/App.scss
CHANGED
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
.h-40 {
|
|
55
55
|
height: 40px;
|
|
56
56
|
}
|
|
57
|
+
|
|
57
58
|
.h-44 {
|
|
58
59
|
height: 44px !important;
|
|
59
60
|
}
|
|
@@ -212,6 +213,7 @@ code {
|
|
|
212
213
|
|
|
213
214
|
.column_group_overlay {
|
|
214
215
|
overflow: hidden;
|
|
216
|
+
|
|
215
217
|
.p-overlaypanel-content {
|
|
216
218
|
padding: 0px !important;
|
|
217
219
|
}
|
|
@@ -220,9 +222,11 @@ code {
|
|
|
220
222
|
.list-items {
|
|
221
223
|
padding: 4px;
|
|
222
224
|
border: 0;
|
|
225
|
+
|
|
223
226
|
.p-treenode-content {
|
|
224
227
|
padding: 2px !important;
|
|
225
228
|
}
|
|
229
|
+
|
|
226
230
|
.p-treenode-droppoint {
|
|
227
231
|
height: 2px;
|
|
228
232
|
}
|
|
@@ -462,12 +466,7 @@ div:has(ul.date_filter) .p-datepicker-group-container {
|
|
|
462
466
|
border-left: 1px solid #dee2e6;
|
|
463
467
|
}
|
|
464
468
|
|
|
465
|
-
div:has(ul.date_filter)
|
|
466
|
-
.p-datepicker-group-container
|
|
467
|
-
.p-datepicker
|
|
468
|
-
table
|
|
469
|
-
td
|
|
470
|
-
> span {
|
|
469
|
+
div:has(ul.date_filter) .p-datepicker-group-container .p-datepicker table td>span {
|
|
471
470
|
width: 40px;
|
|
472
471
|
height: 40px;
|
|
473
472
|
}
|
|
@@ -655,13 +654,7 @@ button#formatOLOptions-1.fr-active::before {
|
|
|
655
654
|
padding: 12px !important;
|
|
656
655
|
}
|
|
657
656
|
|
|
658
|
-
.fr-command.fr-btn
|
|
659
|
-
+ .fr-dropdown-menu
|
|
660
|
-
.fr-dropdown-wrapper
|
|
661
|
-
.fr-dropdown-content
|
|
662
|
-
ul.fr-dropdown-list
|
|
663
|
-
li
|
|
664
|
-
a.fr-active {
|
|
657
|
+
.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
|
|
665
658
|
background: #f9fafb !important;
|
|
666
659
|
}
|
|
667
660
|
|
|
@@ -785,7 +778,7 @@ button[aria-expanded="true"] {
|
|
|
785
778
|
padding: 12px !important;
|
|
786
779
|
border-top: 1px solid var(--gray-200);
|
|
787
780
|
}
|
|
788
|
-
|
|
781
|
+
|
|
789
782
|
|
|
790
783
|
ul.p-listbox-list {
|
|
791
784
|
padding: 6px;
|
|
@@ -794,6 +787,7 @@ button[aria-expanded="true"] {
|
|
|
794
787
|
margin: 4px 0 !important;
|
|
795
788
|
border-radius: 4px !important;
|
|
796
789
|
padding: 8px 14px !important;
|
|
790
|
+
|
|
797
791
|
.item_content {
|
|
798
792
|
max-width: 80%;
|
|
799
793
|
white-space: nowrap;
|
|
@@ -805,6 +799,7 @@ button[aria-expanded="true"] {
|
|
|
805
799
|
.item_icon {
|
|
806
800
|
display: none;
|
|
807
801
|
}
|
|
802
|
+
|
|
808
803
|
&:hover {
|
|
809
804
|
background-color: var(--gray-50) !important;
|
|
810
805
|
}
|
|
@@ -850,10 +845,10 @@ button[aria-expanded="true"] {
|
|
|
850
845
|
line-height: 38px !important;
|
|
851
846
|
}
|
|
852
847
|
|
|
853
|
-
.p-multiselect-token-label{
|
|
854
|
-
width: 82px;
|
|
855
|
-
|
|
856
|
-
|
|
848
|
+
.p-multiselect-token-label {
|
|
849
|
+
max-width: 82px;
|
|
850
|
+
overflow: hidden;
|
|
851
|
+
text-overflow: ellipsis;
|
|
857
852
|
}
|
|
858
853
|
}
|
|
859
854
|
|
|
@@ -888,6 +883,7 @@ button[aria-expanded="true"] {
|
|
|
888
883
|
border: 1px solid var(--gray-300);
|
|
889
884
|
}
|
|
890
885
|
}
|
|
886
|
+
|
|
891
887
|
&:enabled {
|
|
892
888
|
&:focus {
|
|
893
889
|
box-shadow: var(--box-shadow-none);
|
|
@@ -935,8 +931,10 @@ button[aria-expanded="true"] {
|
|
|
935
931
|
|
|
936
932
|
.condition_attribute_list_sect {
|
|
937
933
|
height: 215px;
|
|
934
|
+
|
|
938
935
|
.attr_chip {
|
|
939
936
|
transition: all 0.1s;
|
|
937
|
+
|
|
940
938
|
&:hover {
|
|
941
939
|
transform: scale(1.05);
|
|
942
940
|
// transition: all 0.2s;
|
|
@@ -949,12 +947,14 @@ button[aria-expanded="true"] {
|
|
|
949
947
|
outline: none;
|
|
950
948
|
line-height: 30px;
|
|
951
949
|
letter-spacing: 2px;
|
|
950
|
+
|
|
952
951
|
.formulaChipElm {
|
|
953
952
|
line-height: 24px;
|
|
954
953
|
letter-spacing: 0px;
|
|
955
954
|
margin: 2px;
|
|
956
955
|
float: left;
|
|
957
956
|
}
|
|
957
|
+
|
|
958
958
|
.formulaSpanElm {
|
|
959
959
|
font-size: 16px;
|
|
960
960
|
margin: 2px 0;
|
|
@@ -966,6 +966,7 @@ button[aria-expanded="true"] {
|
|
|
966
966
|
|
|
967
967
|
.formula_condition_dropdown {
|
|
968
968
|
box-shadow: none !important;
|
|
969
|
+
|
|
969
970
|
.p-dropdown-label {
|
|
970
971
|
display: block !important;
|
|
971
972
|
}
|
|
@@ -978,6 +979,7 @@ button[aria-expanded="true"] {
|
|
|
978
979
|
.p-button.p-button-text:enabled:hover {
|
|
979
980
|
background: var(--primary-50);
|
|
980
981
|
}
|
|
982
|
+
|
|
981
983
|
/* AG GRID - styles */
|
|
982
984
|
@import url("./assets/theme.css");
|
|
983
985
|
@import url("./assets/sccoreui.css");
|
|
@@ -1187,6 +1189,7 @@ code {
|
|
|
1187
1189
|
|
|
1188
1190
|
.column_group_overlay {
|
|
1189
1191
|
overflow: hidden;
|
|
1192
|
+
|
|
1190
1193
|
.p-overlaypanel-content {
|
|
1191
1194
|
padding: 0px !important;
|
|
1192
1195
|
}
|
|
@@ -1195,9 +1198,11 @@ code {
|
|
|
1195
1198
|
.list-items {
|
|
1196
1199
|
padding: 4px;
|
|
1197
1200
|
border: 0;
|
|
1201
|
+
|
|
1198
1202
|
.p-treenode-content {
|
|
1199
1203
|
padding: 2px !important;
|
|
1200
1204
|
}
|
|
1205
|
+
|
|
1201
1206
|
.p-treenode-droppoint {
|
|
1202
1207
|
height: 2px;
|
|
1203
1208
|
}
|
|
@@ -1437,12 +1442,7 @@ div:has(ul.date_filter) .p-datepicker-group-container {
|
|
|
1437
1442
|
border-left: 1px solid #dee2e6;
|
|
1438
1443
|
}
|
|
1439
1444
|
|
|
1440
|
-
div:has(ul.date_filter)
|
|
1441
|
-
.p-datepicker-group-container
|
|
1442
|
-
.p-datepicker
|
|
1443
|
-
table
|
|
1444
|
-
td
|
|
1445
|
-
> span {
|
|
1445
|
+
div:has(ul.date_filter) .p-datepicker-group-container .p-datepicker table td>span {
|
|
1446
1446
|
width: 40px;
|
|
1447
1447
|
height: 40px;
|
|
1448
1448
|
}
|
|
@@ -1630,13 +1630,7 @@ button#formatOLOptions-1.fr-active::before {
|
|
|
1630
1630
|
padding: 12px !important;
|
|
1631
1631
|
}
|
|
1632
1632
|
|
|
1633
|
-
.fr-command.fr-btn
|
|
1634
|
-
+ .fr-dropdown-menu
|
|
1635
|
-
.fr-dropdown-wrapper
|
|
1636
|
-
.fr-dropdown-content
|
|
1637
|
-
ul.fr-dropdown-list
|
|
1638
|
-
li
|
|
1639
|
-
a.fr-active {
|
|
1633
|
+
.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
|
|
1640
1634
|
background: #f9fafb !important;
|
|
1641
1635
|
}
|
|
1642
1636
|
|
|
@@ -1762,6 +1756,7 @@ button[aria-expanded="true"] {
|
|
|
1762
1756
|
margin: 4px 0 !important;
|
|
1763
1757
|
border-radius: 4px !important;
|
|
1764
1758
|
padding: 8px 14px !important;
|
|
1759
|
+
|
|
1765
1760
|
.item_content {
|
|
1766
1761
|
max-width: 80%;
|
|
1767
1762
|
white-space: nowrap;
|
|
@@ -1773,6 +1768,7 @@ button[aria-expanded="true"] {
|
|
|
1773
1768
|
.item_icon {
|
|
1774
1769
|
display: none;
|
|
1775
1770
|
}
|
|
1771
|
+
|
|
1776
1772
|
&:hover {
|
|
1777
1773
|
background-color: var(--gray-50) !important;
|
|
1778
1774
|
}
|
|
@@ -1869,8 +1865,10 @@ button[aria-expanded="true"] {
|
|
|
1869
1865
|
|
|
1870
1866
|
.condition_attribute_list_sect {
|
|
1871
1867
|
height: 215px;
|
|
1868
|
+
|
|
1872
1869
|
.attr_chip {
|
|
1873
1870
|
transition: all 0.1s;
|
|
1871
|
+
|
|
1874
1872
|
&:hover {
|
|
1875
1873
|
transform: scale(1.05);
|
|
1876
1874
|
// transition: all 0.2s;
|
|
@@ -1883,12 +1881,14 @@ button[aria-expanded="true"] {
|
|
|
1883
1881
|
outline: none;
|
|
1884
1882
|
line-height: 30px;
|
|
1885
1883
|
letter-spacing: 2px;
|
|
1884
|
+
|
|
1886
1885
|
.formulaChipElm {
|
|
1887
1886
|
line-height: 24px;
|
|
1888
1887
|
letter-spacing: 0px;
|
|
1889
1888
|
margin: 2px;
|
|
1890
1889
|
float: left;
|
|
1891
1890
|
}
|
|
1891
|
+
|
|
1892
1892
|
.formulaSpanElm {
|
|
1893
1893
|
font-size: 16px;
|
|
1894
1894
|
margin: 2px 0;
|
|
@@ -1900,6 +1900,7 @@ button[aria-expanded="true"] {
|
|
|
1900
1900
|
|
|
1901
1901
|
.formula_condition_dropdown {
|
|
1902
1902
|
box-shadow: none !important;
|
|
1903
|
+
|
|
1903
1904
|
.p-dropdown-label {
|
|
1904
1905
|
display: block !important;
|
|
1905
1906
|
}
|
|
@@ -1923,14 +1924,17 @@ button[aria-expanded="true"] {
|
|
|
1923
1924
|
border-top: 1px solid var(--gray-300);
|
|
1924
1925
|
border-bottom: 1px solid var(--gray-200) !important;
|
|
1925
1926
|
}
|
|
1927
|
+
|
|
1926
1928
|
.ag-root-wrapper {
|
|
1927
1929
|
border-radius: 6px !important;
|
|
1928
1930
|
border-top-left-radius: 0px !important;
|
|
1929
1931
|
}
|
|
1932
|
+
|
|
1930
1933
|
.ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within {
|
|
1931
1934
|
border: 0;
|
|
1932
1935
|
border-color: initial;
|
|
1933
1936
|
}
|
|
1937
|
+
|
|
1934
1938
|
.ag-ltr .ag-cell {
|
|
1935
1939
|
display: flex;
|
|
1936
1940
|
align-items: center;
|
|
@@ -1944,9 +1948,11 @@ button[aria-expanded="true"] {
|
|
|
1944
1948
|
.ag-row {
|
|
1945
1949
|
border-bottom: 1px solid var(--gray-200);
|
|
1946
1950
|
}
|
|
1951
|
+
|
|
1947
1952
|
.ag-row-odd {
|
|
1948
1953
|
background-color: var(--gray-25) !important;
|
|
1949
1954
|
}
|
|
1955
|
+
|
|
1950
1956
|
.ag-row:focus {
|
|
1951
1957
|
background-color: var(--gray-100);
|
|
1952
1958
|
}
|
|
@@ -1973,6 +1979,7 @@ button[aria-expanded="true"] {
|
|
|
1973
1979
|
.ag-theme-quartz {
|
|
1974
1980
|
--ag-active-color: var(--gray-300);
|
|
1975
1981
|
}
|
|
1982
|
+
|
|
1976
1983
|
.ag-ltr .ag-header-viewport .ag-header-cell-resize::after {
|
|
1977
1984
|
background-color: var(--gray-200);
|
|
1978
1985
|
width: 1px;
|
|
@@ -1989,6 +1996,7 @@ button[aria-expanded="true"] {
|
|
|
1989
1996
|
.w-25 {
|
|
1990
1997
|
width: 25%;
|
|
1991
1998
|
}
|
|
1999
|
+
|
|
1992
2000
|
.lh-44 {
|
|
1993
2001
|
line-height: 44px;
|
|
1994
2002
|
}
|
|
@@ -1996,10 +2004,11 @@ button[aria-expanded="true"] {
|
|
|
1996
2004
|
/* conditions */
|
|
1997
2005
|
.filter-dropdowns {
|
|
1998
2006
|
padding: 2px;
|
|
1999
|
-
|
|
2007
|
+
|
|
2000
2008
|
.p-dropdown:not(.p-disabled).p-focus {
|
|
2001
2009
|
box-shadow: none !important;
|
|
2002
2010
|
}
|
|
2011
|
+
|
|
2003
2012
|
.condtion-dropdown {
|
|
2004
2013
|
width: 204px;
|
|
2005
2014
|
height: 44px;
|
|
@@ -2097,14 +2106,19 @@ button[aria-expanded="true"] {
|
|
|
2097
2106
|
.filter-btn-grid {
|
|
2098
2107
|
padding: 10px;
|
|
2099
2108
|
}
|
|
2109
|
+
|
|
2100
2110
|
.table-filter-overlay {
|
|
2101
|
-
|
|
2111
|
+
|
|
2112
|
+
&:after,
|
|
2113
|
+
&:before {
|
|
2102
2114
|
margin-left: -12px !important;
|
|
2103
2115
|
}
|
|
2116
|
+
|
|
2104
2117
|
margin-left: -10px;
|
|
2118
|
+
|
|
2105
2119
|
.p-overlaypanel-content {
|
|
2106
2120
|
padding: 0;
|
|
2107
|
-
|
|
2121
|
+
|
|
2108
2122
|
}
|
|
2109
2123
|
}
|
|
2110
2124
|
|
|
@@ -2135,23 +2149,21 @@ button[aria-expanded="true"] {
|
|
|
2135
2149
|
display: flex;
|
|
2136
2150
|
justify-content: center;
|
|
2137
2151
|
align-items: center;
|
|
2138
|
-
|
|
2152
|
+
|
|
2139
2153
|
|
|
2140
2154
|
/* HTML: <div class="loader"></div> */
|
|
2141
2155
|
.loader-jobs {
|
|
2142
2156
|
width: 35px;
|
|
2143
2157
|
aspect-ratio: 1;
|
|
2144
2158
|
border-radius: 50%;
|
|
2145
|
-
background: radial-gradient(farthest-side, var(--primary-500) 94%, #0000)
|
|
2146
|
-
top/5px 5px no-repeat,
|
|
2159
|
+
background: radial-gradient(farthest-side, var(--primary-500) 94%, #0000) top/5px 5px no-repeat,
|
|
2147
2160
|
conic-gradient(#0000 5%, var(--primary-500));
|
|
2148
|
-
-webkit-mask: radial-gradient(
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
#000 0
|
|
2152
|
-
);
|
|
2161
|
+
-webkit-mask: radial-gradient(farthest-side,
|
|
2162
|
+
#0000 calc(100% - 5px),
|
|
2163
|
+
#000 0);
|
|
2153
2164
|
animation: l13 1s infinite linear;
|
|
2154
2165
|
}
|
|
2166
|
+
|
|
2155
2167
|
@keyframes l13 {
|
|
2156
2168
|
100% {
|
|
2157
2169
|
transform: rotate(1turn);
|
|
@@ -2162,9 +2174,11 @@ button[aria-expanded="true"] {
|
|
|
2162
2174
|
0% {
|
|
2163
2175
|
background-position: 100% 50%;
|
|
2164
2176
|
}
|
|
2177
|
+
|
|
2165
2178
|
50% {
|
|
2166
2179
|
background-position: 50% 70%;
|
|
2167
2180
|
}
|
|
2181
|
+
|
|
2168
2182
|
100% {
|
|
2169
2183
|
background-position: 70% 100%;
|
|
2170
2184
|
}
|
|
@@ -2179,6 +2193,7 @@ button[aria-expanded="true"] {
|
|
|
2179
2193
|
position: relative;
|
|
2180
2194
|
animation: rotate 1s linear infinite;
|
|
2181
2195
|
}
|
|
2196
|
+
|
|
2182
2197
|
.loader-main::before {
|
|
2183
2198
|
content: "";
|
|
2184
2199
|
box-sizing: border-box;
|
|
@@ -2186,17 +2201,33 @@ button[aria-expanded="true"] {
|
|
|
2186
2201
|
inset: 0px;
|
|
2187
2202
|
border-radius: 50%;
|
|
2188
2203
|
border: 3px solid var(--primary-500);
|
|
2189
|
-
animation: prixClipFix 2s linear infinite
|
|
2204
|
+
animation: prixClipFix 2s linear infinite;
|
|
2190
2205
|
}
|
|
2191
2206
|
|
|
2192
2207
|
@keyframes rotate {
|
|
2193
|
-
100%
|
|
2208
|
+
100% {
|
|
2209
|
+
transform: rotate(360deg)
|
|
2210
|
+
}
|
|
2194
2211
|
}
|
|
2195
2212
|
|
|
2196
2213
|
@keyframes prixClipFix {
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2214
|
+
0% {
|
|
2215
|
+
clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
|
|
2216
|
+
}
|
|
2217
|
+
|
|
2218
|
+
25% {
|
|
2219
|
+
clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
|
|
2220
|
+
}
|
|
2221
|
+
|
|
2222
|
+
50% {
|
|
2223
|
+
clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
|
|
2224
|
+
}
|
|
2225
|
+
|
|
2226
|
+
75% {
|
|
2227
|
+
clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
100% {
|
|
2231
|
+
clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
|
|
2232
|
+
}
|
|
2202
2233
|
}
|