@alaarab/ogrid-angular-primeng 2.0.12 → 2.0.14

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.
@@ -481,6 +481,7 @@ DataGridTableComponent = __decorate([
481
481
  tabindex="0"
482
482
  role="region"
483
483
  class="ogrid-scroll-wrapper"
484
+ [class.ogrid-scroll-wrapper--loading-empty]="isLoading() && items().length === 0"
484
485
  [attr.aria-label]="resolvedAriaLabel()"
485
486
  [attr.aria-labelledby]="ariaLabelledBy()"
486
487
  [attr.data-empty]="showEmptyInGrid() ? 'true' : null"
@@ -841,6 +842,7 @@ DataGridTableComponent = __decorate([
841
842
  background: var(--ogrid-bg, #ffffff);
842
843
  color: var(--ogrid-fg, rgba(0, 0, 0, 0.87));
843
844
  }
845
+ .ogrid-scroll-wrapper--loading-empty { min-height: 200px; }
844
846
  .ogrid-table-wrapper {
845
847
  position: relative;
846
848
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alaarab/ogrid-angular-primeng",
3
- "version": "2.0.12",
3
+ "version": "2.0.14",
4
4
  "description": "OGrid PrimeNG – PrimeNG Table-based data grid with sorting, filtering, pagination, column chooser, and CSV export.",
5
5
  "main": "dist/esm/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -37,7 +37,7 @@
37
37
  "node": ">=18"
38
38
  },
39
39
  "dependencies": {
40
- "@alaarab/ogrid-angular": "2.0.12"
40
+ "@alaarab/ogrid-angular": "2.0.14"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "@angular/core": "^21.0.0",