raise-common-lib 0.0.85 → 0.0.87
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/package.json
CHANGED
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
margin: 0;
|
|
57
57
|
float: unset;
|
|
58
58
|
}
|
|
59
|
-
.e-checkbox-wrapper {
|
|
59
|
+
.e-headerchkcelldiv .e-checkbox-wrapper {
|
|
60
60
|
.e-icons {
|
|
61
61
|
margin: 0;
|
|
62
62
|
display: none;
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
&:hover {
|
|
73
|
-
.e-checkbox-wrapper .e-icons {
|
|
73
|
+
.e-headerchkcelldiv .e-checkbox-wrapper .e-icons {
|
|
74
74
|
display: inline-block;
|
|
75
75
|
}
|
|
76
76
|
}
|
|
@@ -206,7 +206,6 @@
|
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
-
|
|
210
209
|
&:not(.e-rcursor):hover .e-rhandler {
|
|
211
210
|
width: 8px;
|
|
212
211
|
border-right: 1px solid #dbe1e7;
|
|
@@ -233,8 +232,10 @@
|
|
|
233
232
|
}
|
|
234
233
|
&.e-active {
|
|
235
234
|
background-color: #edf5ff !important; // selected bg
|
|
236
|
-
|
|
237
|
-
|
|
235
|
+
&.e-gridchkbox {
|
|
236
|
+
.e-checkbox-wrapper {
|
|
237
|
+
display: block;
|
|
238
|
+
}
|
|
238
239
|
}
|
|
239
240
|
.rowcell-menu {
|
|
240
241
|
display: block;
|
|
@@ -243,25 +244,35 @@
|
|
|
243
244
|
.rowcell-menu {
|
|
244
245
|
display: none;
|
|
245
246
|
}
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
flex-flow: row nowrap;
|
|
252
|
-
justify-content: center;
|
|
253
|
-
align-items: center;
|
|
254
|
-
|
|
255
|
-
.e-label {
|
|
256
|
-
display: none;
|
|
247
|
+
&.e-gridchkbox {
|
|
248
|
+
&.e-active {
|
|
249
|
+
.e-checkbox-wrapper {
|
|
250
|
+
display: flex;
|
|
251
|
+
}
|
|
257
252
|
}
|
|
258
|
-
.e-
|
|
259
|
-
|
|
260
|
-
background-color: var(--rs-active-color);
|
|
261
|
-
border-color: var(--rs-active-color);
|
|
253
|
+
.e-checkbox-wrapper {
|
|
254
|
+
display: none;
|
|
262
255
|
}
|
|
263
256
|
}
|
|
257
|
+
|
|
264
258
|
&.e-gridchkbox {
|
|
259
|
+
.e-checkbox-wrapper {
|
|
260
|
+
width: 100%;
|
|
261
|
+
position: static;
|
|
262
|
+
|
|
263
|
+
flex-flow: row nowrap;
|
|
264
|
+
justify-content: center;
|
|
265
|
+
align-items: center;
|
|
266
|
+
|
|
267
|
+
.e-label {
|
|
268
|
+
display: none;
|
|
269
|
+
}
|
|
270
|
+
.e-icons.e-check {
|
|
271
|
+
color: #fff !important;
|
|
272
|
+
background-color: var(--rs-active-color);
|
|
273
|
+
border-color: var(--rs-active-color);
|
|
274
|
+
}
|
|
275
|
+
}
|
|
265
276
|
padding: 0;
|
|
266
277
|
&:first-child + .e-rowcell {
|
|
267
278
|
padding-left: 4px;
|
|
@@ -301,28 +312,28 @@
|
|
|
301
312
|
}
|
|
302
313
|
}
|
|
303
314
|
}
|
|
304
|
-
|
|
305
|
-
&.e-active {
|
|
306
|
-
.e-checkbox-wrapper {
|
|
307
|
-
display: flex;
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
.e-checkbox-wrapper {
|
|
311
|
-
display: none;
|
|
312
|
-
}
|
|
313
|
-
}
|
|
315
|
+
|
|
314
316
|
.e-row:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover
|
|
315
317
|
.e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(
|
|
316
318
|
.e-updatedtd
|
|
317
319
|
):not(.e-indentcell) {
|
|
318
320
|
background-color: var(--rs-grid-row-hover-bg) !important; // hover bg
|
|
319
|
-
|
|
320
|
-
|
|
321
|
+
|
|
322
|
+
&.e-gridchkbox {
|
|
323
|
+
.e-checkbox-wrapper {
|
|
324
|
+
display: flex;
|
|
325
|
+
}
|
|
321
326
|
}
|
|
322
327
|
.rowcell-menu {
|
|
323
328
|
display: block;
|
|
324
329
|
}
|
|
325
330
|
}
|
|
331
|
+
.e-row:not(:hover) {
|
|
332
|
+
kt-grid-action,
|
|
333
|
+
rs-grid-action {
|
|
334
|
+
display: none;
|
|
335
|
+
}
|
|
336
|
+
}
|
|
326
337
|
|
|
327
338
|
.e-row:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover
|
|
328
339
|
.e-rowcell.e-active:not(.e-cellselectionbackground):not(.e-updatedtd):not(
|
|
@@ -620,7 +631,8 @@
|
|
|
620
631
|
.e-chk-hidden {
|
|
621
632
|
display: none;
|
|
622
633
|
}
|
|
623
|
-
.e-icons.e-check,
|
|
634
|
+
.e-icons.e-check,
|
|
635
|
+
.e-icons.e-stop {
|
|
624
636
|
background-color: var(--rs-active-color);
|
|
625
637
|
border-color: var(--rs-active-color);
|
|
626
638
|
}
|
|
@@ -30,8 +30,9 @@ textarea.e-input:focus {
|
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
input.e-input {
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
padding: 0 8px !important;
|
|
34
|
+
height: var(--rs-input-line-height) !important;
|
|
35
|
+
line-height: calc(var(--rs-input-line-height) - 2px) !important;
|
|
35
36
|
}
|
|
36
37
|
.e-textbox {
|
|
37
38
|
.e-input-group {
|