raise-common-lib 0.0.88 → 0.0.90

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.88",
3
+ "version": "0.0.90",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^8.2.3 || ^9.0.0",
6
6
  "@angular/core": "^8.2.3 || ^9.0.0"
@@ -66,7 +66,7 @@
66
66
  &:not([disabled]):hover,
67
67
  &:not([disabled]):active,
68
68
  &:not([disabled]):focus {
69
- border-color: rgba(31, 123, 255, 0.2) !important;
69
+ border-color: transparent !important;
70
70
  background: rgba(31, 123, 255, 0.04) !important;
71
71
  color: #1364b3 !important;
72
72
  }
@@ -90,8 +90,8 @@
90
90
  border-radius: 4px;
91
91
  box-shadow: none !important;
92
92
  line-height: normal;
93
- &.e-active {
94
- border-color: rgba(31, 123, 255, 0.2) !important;
93
+ &.e-active,&:hover {
94
+ border-color: transparent !important;
95
95
  background: rgba(31, 123, 255, 0.04) !important;
96
96
  color: #1364b3 !important;
97
97
  }
@@ -218,6 +218,8 @@
218
218
  }
219
219
  .e-rowcell {
220
220
  padding: 2px 12px;
221
+ border-top: 0;
222
+ border-bottom: 1px solid #dee2e6;
221
223
  &.e-leftfreeze {
222
224
  border-right: none;
223
225
  border-left: none;
@@ -3,11 +3,10 @@ textarea.e-input,
3
3
  .e-textbox.e-input {
4
4
  font-size: var(--rs-input-font-size) !important;
5
5
  color: var(--rs-input-color) !important;
6
- box-shadow: none !important;
7
6
  border-radius: var(--rs-input-border-radius);
8
7
  border-color: var(--rs-input-border-color) !important;
9
8
  &:not(.error):not([disabled]):not([readonly]):hover {
10
- box-shadow: 0px 0px 3px 0px rgba(31, 123, 255, 0.4) !important;
9
+ box-shadow: 0px 0px 3px 0px rgba(31, 123, 255, 0.4);
11
10
  border-color: var(--rs-input-hover-border-color) !important;
12
11
  }
13
12
  &:not([disabled]):not([readonly]):focus {
@@ -40,7 +39,7 @@ input.e-input {
40
39
  border-color: var(--rs-input-border-color) !important;
41
40
  &.e-input-focus,
42
41
  &:not(.e-disabled):hover {
43
- box-shadow: 0px 0px 3px 0px rgba(31, 123, 255, 0.4) !important;
42
+ box-shadow: 0px 0px 3px 0px rgba(31, 123, 255, 0.4);
44
43
  border-color: var(--rs-input-hover-border-color) !important;
45
44
  input.e-input {
46
45
  box-shadow: none !important;
@@ -75,6 +74,11 @@ input.e-input {
75
74
  display: none;
76
75
  }
77
76
  }
77
+ .e-input-group {
78
+ input.e-input:hover {
79
+ box-shadow: none !important;
80
+ }
81
+ }
78
82
 
79
83
  ejs-numerictextbox.e-lib.error {
80
84
  .e-numeric.e-input-group {
@@ -1,4 +1,24 @@
1
- @import "./syncfusion.min.css";
1
+ @import "../../../../../node_modules/@syncfusion/ej2-base/styles/bootstrap4.css";
2
+ @import "../../../../../node_modules/@syncfusion/ej2-buttons/styles/bootstrap4.css";
3
+ @import "../../../../../node_modules/@syncfusion/ej2-inputs/styles/bootstrap4.css";
4
+ @import "../../../../../node_modules/@syncfusion/ej2-popups/styles/bootstrap4.css";
5
+ @import "../../../../../node_modules/@syncfusion/ej2-lists/styles/bootstrap4.css";
6
+ @import "../../../../../node_modules/@syncfusion/ej2-navigations/styles/bootstrap4.css";
7
+ @import "../../../../../node_modules/@syncfusion/ej2-splitbuttons/styles/bootstrap4.css";
8
+ @import "../../../../../node_modules/@syncfusion/ej2-icons/styles/bootstrap4.css";
9
+ @import "../../../../../node_modules/@syncfusion/ej2-calendars/styles/bootstrap4.css";
10
+ @import "../../../../../node_modules/@syncfusion/ej2-dropdowns/styles/bootstrap4.css";
11
+ @import "../../../../../node_modules/@syncfusion/ej2-angular-documenteditor/styles/bootstrap4.css";
12
+ @import "../../../../../node_modules/@syncfusion/ej2-angular-grids/styles/bootstrap4.css";
13
+ @import "../../../../../node_modules/@syncfusion/ej2-angular-layouts/styles/bootstrap4.css";
14
+ @import "../../../../../node_modules/@syncfusion/ej2-angular-popups/styles/bootstrap4.css";
15
+ @import "../../../../../node_modules/@syncfusion/ej2-grids/styles/bootstrap4.css";
16
+ @import "../../../../../node_modules/@syncfusion/ej2-treegrid/styles/bootstrap4.css";
17
+ @import "../../../../../node_modules/@syncfusion/ej2-spreadsheet/styles/material.css";
18
+ @import "../../../../../node_modules/@syncfusion/ej2-documenteditor/styles/bootstrap4.css";
19
+ @import "../../../../../node_modules/@syncfusion/ej2-angular-pivotview/styles/bootstrap4.css";
20
+ @import "../../../../../node_modules/@syncfusion/ej2-angular-calendars/styles/bootstrap4.css";
21
+ @import "../../../../../node_modules/@syncfusion/ej2-angular-pdfviewer/styles/bootstrap4.css";
2
22
  @import "./variables";
3
23
  @import "./reset/input.scss";
4
24
  @import "./reset/button.scss";
@@ -9,11 +29,10 @@
9
29
  @import "./reset/radio.scss";
10
30
  @import "./reset/checkbox.scss";
11
31
 
12
-
13
- html{
32
+ html {
14
33
  overflow: hidden;
15
34
  }
16
- body{
35
+ body {
17
36
  margin: 0;
18
37
  padding: 0;
19
38
  }
@@ -56,6 +75,6 @@ input {
56
75
  }
57
76
  ::-webkit-scrollbar-thumb {
58
77
  // 滚动条滑块颜色
59
- background: rgba(108, 124, 144, 0.30);
78
+ background: rgba(108, 124, 144, 0.3);
60
79
  border-radius: 3px;
61
80
  }