raise-common-lib 0.0.112 → 0.0.114

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raise-common-lib",
3
- "version": "0.0.112",
3
+ "version": "0.0.114",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^8.2.3 || ^9.0.0",
6
6
  "@angular/core": "^8.2.3 || ^9.0.0"
@@ -1,3 +1,6 @@
1
+ .e-btn{
2
+ box-shadow: none !important;
3
+ }
1
4
  .e-btn:not(.e-lib):not(.e-icon-btn) {
2
5
  font-family: var(--rs-font-family);
3
6
  display: flex;
@@ -10,7 +13,7 @@
10
13
  color: var(--rs-cancel-btn-color) !important;
11
14
  height: 32px;
12
15
  min-width: 80px;
13
- padding: 0 10px;
16
+ padding: 0 8px;
14
17
  font-size: 12px;
15
18
  border-radius: 4px;
16
19
  box-shadow: none !important;
@@ -5,11 +5,13 @@
5
5
  .e-pagerdropdown,
6
6
  .e-dropdowntree,
7
7
  .e-daterangepicker,
8
- .e-datepicker {
8
+ .e-datepicker,
9
+ .e-rowcell,
10
+ .e-pivot-calculated-div {
9
11
  height: var(--rs-input-line-height);
10
12
  font-family: var(--rs-font-family);
11
13
  background-color: #fff;
12
- .e-input-group {
14
+ >.e-input-group {
13
15
  height: 100%;
14
16
  min-height: 100%;
15
17
  border-radius: var(--rs-input-border-radius);
@@ -556,3 +558,7 @@
556
558
  }
557
559
  }
558
560
  }
561
+
562
+ .e-input-group.e-input-fucos{
563
+ box-shadow: none !important;
564
+ }
@@ -358,6 +358,18 @@
358
358
  .e-updatedtd
359
359
  ):not(.e-indentcell) {
360
360
  background-color: var(--rs-grid-row-hover-bg); // hover bg
361
+
362
+ }
363
+
364
+ td.e-active.e-leftfreeze:not(.e-updatedtd),
365
+ td.e-active.e-unfreeze:not(.e-updatedtd),
366
+ td.e-active.e-rightfreeze:not(.e-updatedtd),
367
+ td.e-active.e-fixedfreeze:not(.e-updatedtd),
368
+ .e-columnselection.e-leftfreeze:not(.e-updatedtd),
369
+ .e-columnselection.e-unfreeze:not(.e-updatedtd),
370
+ .e-columnselection.e-rightfreeze:not(.e-updatedtd),
371
+ .e-columnselection.e-fixedfreeze:not(.e-updatedtd) {
372
+ background-color: #edf5ff; // selected bg
361
373
  }
362
374
  .e-row:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover
363
375
  .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(
@@ -445,7 +457,6 @@
445
457
 
446
458
  .e-icons,
447
459
  .e-spacing {
448
- width: 24px;
449
460
  min-width: 24px;
450
461
  height: 24px;
451
462
 
@@ -660,7 +671,7 @@
660
671
  .e-searchbox {
661
672
  .e-input-group {
662
673
  box-shadow: none !important;
663
- .e-search-icon:hover {
674
+ .e-searchclear:hover {
664
675
  background-color: var(--rs-active-color);
665
676
  border-color: var(--rs-active-color);
666
677
  }