@sumaris-net/ngx-components 1.11.13 → 1.12.1

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": "1.11.13",
4
+ "version": "1.12.1",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -349,6 +349,28 @@ mat-option:not(:last-child) {
349
349
  }
350
350
  }
351
351
 
352
+ ion-row.mat-select-footer,
353
+ ion-row.mat-menu-footer,
354
+ ion-row.mat-autocomplete-footer {
355
+ /* Set footer as sticky*/
356
+ position: -webkit-sticky;
357
+ position: sticky;
358
+ bottom: 0;
359
+ z-index: 1001;
360
+
361
+ background-color: whitesmoke;
362
+ color: var(--ion-color-medium);
363
+ @include font-size(12px);
364
+ font-weight: 500;
365
+ height: 20px;
366
+ line-height: 20px;
367
+
368
+ ion-col {
369
+ white-space: nowrap;
370
+ text-overflow: ellipsis;
371
+ }
372
+ }
373
+
352
374
  ion-row {
353
375
  --ion-grid-column-padding: 0;
354
376