raise-common-lib 0.0.75 → 0.0.77

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.75",
3
+ "version": "0.0.77",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^8.2.3 || ^9.0.0",
6
6
  "@angular/core": "^8.2.3 || ^9.0.0"
@@ -136,12 +136,19 @@
136
136
  }
137
137
 
138
138
  .e-split-btn-wrapper {
139
+ &.e-splitbtn-disabled{
140
+ opacity: 0.4;
141
+ color: var(--rs-cancel-btn-color) !important;
142
+ border:0 !important;
143
+ background-color: #fff !important;
144
+ }
139
145
  .e-btn {
140
146
  color: #fff !important;
141
147
  border-color: var(--rs-primary-btn-bg) !important;
142
148
  background: var(--rs-primary-btn-bg) !important;
143
149
  font-weight: 400;
144
150
  font-size: 12px;
151
+ min-width: 60px;
145
152
  &:not([disabled]):hover,
146
153
  &:not([disabled]):active,
147
154
  &:not([disabled]):focus {
@@ -159,10 +166,17 @@
159
166
  &.e-icon-btn {
160
167
  min-width: auto;
161
168
  padding: 4px 6px !important;
169
+ box-shadow: none;
162
170
  .e-btn-icon {
163
171
  font-size: 16px;
164
172
  &::before {
165
173
  background-image: url("/assets/img/split-button-arrow.svg");
174
+ content: "" !important;
175
+ display: block;
176
+ width: 16px;
177
+ height: 16px;
178
+ background-size: cover;
179
+ background-position: center;
166
180
  }
167
181
  }
168
182
  }
@@ -20,7 +20,6 @@
20
20
  height: var(--rs-input-line-height) !important;
21
21
  }
22
22
  }
23
-
24
23
  .e-input,
25
24
  .e-dropdownbase {
26
25
  font-size: var(--rs-input-font-size) !important;
@@ -171,6 +170,9 @@
171
170
  padding: 0 0 0 12px !important;
172
171
  font-size: var(--rs-input-font-size);
173
172
  color: var(--rs-input-color);
173
+ &:hover {
174
+ box-shadow: none !important;
175
+ }
174
176
  }
175
177
  .e-clear-icon {
176
178
  padding: 0 !important;
@@ -201,7 +203,8 @@
201
203
  line-height: 14px; /* 127.273% */
202
204
  }
203
205
 
204
- .e-list-group-item,.e-list-item {
206
+ .e-list-group-item,
207
+ .e-list-item {
205
208
  font-family: Arial;
206
209
  font-size: var(--rs-input-font-size);
207
210
  min-height: var(--rs-input-line-height);
@@ -228,7 +231,8 @@
228
231
  &:hover {
229
232
  background-color: transparent !important;
230
233
  }
231
- .e-check,.e-stop {
234
+ .e-check,
235
+ .e-stop {
232
236
  background-color: #007bff !important;
233
237
  border-color: #007bff !important;
234
238
  color: #fff !important;
@@ -286,6 +290,15 @@
286
290
  background-color: #fff !important;
287
291
  border-radius: 16px;
288
292
  margin: 4px 0 0;
293
+ .e-input {
294
+ height: 100%;
295
+ padding: 0 0 0 12px !important;
296
+ font-size: var(--rs-input-font-size);
297
+ color: var(--rs-input-color);
298
+ &:hover {
299
+ box-shadow: none !important;
300
+ }
301
+ }
289
302
  }
290
303
  }
291
304
  .e-popup-content {
@@ -42,6 +42,16 @@
42
42
  margin: 0;
43
43
  float: unset;
44
44
  }
45
+ .e-icons.e-filtermenudiv {
46
+ position: absolute;
47
+ top: 50%;
48
+ right: 8px;
49
+ transform: translateY(-50%);
50
+ padding: 4px;
51
+ border-radius: 4px;
52
+ margin: 0;
53
+ float: unset;
54
+ }
45
55
  .e-checkbox-wrapper {
46
56
  .e-icons {
47
57
  margin: 0;
@@ -86,7 +96,7 @@
86
96
  }
87
97
 
88
98
  &.e-headerchkcelldiv {
89
- padding: 0;
99
+ padding: 0 !important;
90
100
 
91
101
  .e-checkbox-wrapper {
92
102
  width: 100%;
@@ -192,6 +202,7 @@
192
202
  }
193
203
  }
194
204
 
205
+
195
206
  &:not(.e-rcursor):hover .e-rhandler {
196
207
  width: 8px;
197
208
  border-right: 1px solid #dbe1e7;
@@ -329,7 +340,7 @@
329
340
  }
330
341
 
331
342
  .first-action-column {
332
- display: inline-flex;
343
+ display: flex;
333
344
  flex-flow: row nowrap;
334
345
  align-items: center;
335
346