raise-common-lib 0.0.74 → 0.0.76

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.74",
3
+ "version": "0.0.76",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^8.2.3 || ^9.0.0",
6
6
  "@angular/core": "^8.2.3 || ^9.0.0"
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.53553 4.46447L9.25 8L6.53553 11.5355" stroke="#929DAB" stroke-linecap="round"/>
3
+ </svg>
@@ -86,7 +86,7 @@
86
86
  }
87
87
 
88
88
  &.e-headerchkcelldiv {
89
- padding: 0;
89
+ padding: 0 !important;
90
90
 
91
91
  .e-checkbox-wrapper {
92
92
  width: 100%;
@@ -252,6 +252,39 @@
252
252
  padding-left: 4px;
253
253
  }
254
254
  }
255
+ &[style*="text-align: right;"] {
256
+ padding-right: 36px;
257
+ }
258
+
259
+ .e-treecolumn-container {
260
+ display: flex;
261
+ flex-flow: row nowrap;
262
+ align-items: center;
263
+
264
+ .e-none {
265
+ flex: none;
266
+ display: block !important;
267
+
268
+ &[style*="width: 10px"] {
269
+ width: 12px !important;
270
+ }
271
+
272
+ &[style*="width: 4px"] {
273
+ width: 8px !important;
274
+ }
275
+ }
276
+
277
+ .e-treegridexpand,
278
+ .e-treegridcollapse {
279
+ flex: none;
280
+ width: 16px;
281
+ height: 16px;
282
+
283
+ &::before {
284
+ content: url("/assets/img/grid-menu-arrow-right.svg");
285
+ }
286
+ }
287
+ }
255
288
  }
256
289
  .e-gridchkbox {
257
290
  &.e-active {
@@ -296,7 +329,7 @@
296
329
  }
297
330
 
298
331
  .first-action-column {
299
- display: inline-flex;
332
+ display: flex;
300
333
  flex-flow: row nowrap;
301
334
  align-items: center;
302
335