@sumaris-net/ngx-components 2.7.3-rc13 → 2.7.3-rc14

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "2.7.3-rc13",
4
+ "version": "2.7.3-rc14",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -2,7 +2,7 @@
2
2
  "name": "ngx-sumaris-components",
3
3
  "short_name": "ngx-sumaris-components",
4
4
  "manifest_version": 1,
5
- "version": "2.7.3-rc13",
5
+ "version": "2.7.3-rc14",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{
@@ -156,6 +156,7 @@
156
156
  }
157
157
  }
158
158
 
159
+ .mat-mdc-cell-date,
159
160
  .mat-cell-date {
160
161
  min-width: 128px;
161
162
  max-width: 128px;
@@ -166,6 +167,7 @@
166
167
  }
167
168
  }
168
169
 
170
+ .mat-mdc-cell-date-time,
169
171
  .mat-cell-date-time {
170
172
  min-width: 145px;
171
173
  max-width: 180px;
@@ -190,9 +192,11 @@
190
192
  }
191
193
 
192
194
  .mat-mdc-cell.computed mat-form-field,
195
+ .mat-mdc-cell-computed,
193
196
  .mat-cell-computed,
194
197
  .mat-mdc-cell ion-text.computed,
195
198
  .mat-mdc-cell.calculated mat-form-field,
199
+ .mat-mdc-cell-calculated,
196
200
  .mat-cell-calculated {
197
201
  color: var(--ion-color-primary-tint);
198
202
  font-style: italic;
@@ -202,6 +206,7 @@
202
206
  .mat-mdc-row {
203
207
 
204
208
  // Disabled row
209
+ &.mat-mdc-row-disabled *,
205
210
  &.mat-row-disabled * {
206
211
  color: inherit;
207
212
  cursor: pointer;
@@ -209,10 +214,11 @@
209
214
  pointer-events: unset !important;
210
215
  }
211
216
 
217
+ &.mat-mdc-row-disabled:hover,
212
218
  &.mat-row-disabled:hover {
213
219
  background-color: var(--ion-color-light);
214
220
 
215
- .mat-cell {
221
+ .mat-mdc-cell {
216
222
  color: var(--ion-color-light-contrast);
217
223
  }
218
224
  }
@@ -225,7 +231,7 @@
225
231
  background-color: var(--ion-color-secondary100);
226
232
  }
227
233
 
228
- .mat-cell {
234
+ .mat-mdc-cell {
229
235
  color: var(--ion-color-secondary100-contrast);
230
236
  }
231
237
 
@@ -429,7 +435,7 @@
429
435
  padding-top: 0.4em;
430
436
  }
431
437
 
432
- .mat-cell > .ion-text-nowrap {
438
+ .mat-mdc-cell > .ion-text-nowrap {
433
439
  width: 100%;
434
440
  overflow: hidden;
435
441
  text-overflow: ellipsis;
@@ -437,17 +443,17 @@
437
443
  }
438
444
 
439
445
  /* Show when hover row */
440
- .mat-cell .visible-hover-row {
446
+ .mat-mdc-cell .visible-hover-row {
441
447
  visibility: hidden;
442
448
  }
443
449
 
444
450
  &:hover {
445
- .mat-cell .visible-hover-row {
451
+ .mat-mdc-cell .visible-hover-row {
446
452
  visibility: visible;
447
453
  }
448
454
  }
449
455
 
450
- .mat-cell .avatar {
456
+ .mat-mdc-cell .avatar {
451
457
  color: #d9d9d9;
452
458
  background-color: #f8f8f8;
453
459
  border: solid 1px #d9d9d9;
@@ -490,7 +496,7 @@
490
496
  }
491
497
 
492
498
  .mat-mdc-paginator {
493
- --mat-paginator-container-size: #{$app-paginator-height};
499
+ --mat-paginator-container-size: var(--app-paginator-height, #{$app-paginator-height});
494
500
  --mat-paginator-container-background-color: whitesmoke;
495
501
  overflow-y: hidden;
496
502