@alaarab/ogrid-angular-primeng 2.1.12 → 2.1.13
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/dist/esm/index.js +1 -0
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
|
@@ -1104,6 +1104,7 @@ DataGridTableComponent = __decorateClass([
|
|
|
1104
1104
|
.ogrid-scroll-wrapper--loading-empty { min-height: 200px; }
|
|
1105
1105
|
.ogrid-table-wrapper {
|
|
1106
1106
|
position: relative;
|
|
1107
|
+
overflow-x: clip;
|
|
1107
1108
|
}
|
|
1108
1109
|
.ogrid-table {
|
|
1109
1110
|
width: var(--data-table-width, 100%);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alaarab/ogrid-angular-primeng",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.13",
|
|
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.1.
|
|
40
|
+
"@alaarab/ogrid-angular": "2.1.13"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"@angular/core": "^21.0.0",
|