@alaarab/ogrid-angular-primeng 2.1.12 → 2.1.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.
- package/dist/esm/index.js +2 -0
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
|
@@ -892,6 +892,7 @@ DataGridTableComponent = __decorateClass([
|
|
|
892
892
|
<div
|
|
893
893
|
class="ogrid-resize-handle"
|
|
894
894
|
(mousedown)="onResizeStartPrimeng($event, col)"
|
|
895
|
+
(dblclick)="onResizeDoubleClick($event, col)"
|
|
895
896
|
[attr.aria-label]="'Resize ' + col.name"
|
|
896
897
|
></div>
|
|
897
898
|
</th>
|
|
@@ -1104,6 +1105,7 @@ DataGridTableComponent = __decorateClass([
|
|
|
1104
1105
|
.ogrid-scroll-wrapper--loading-empty { min-height: 200px; }
|
|
1105
1106
|
.ogrid-table-wrapper {
|
|
1106
1107
|
position: relative;
|
|
1108
|
+
overflow-x: clip;
|
|
1107
1109
|
}
|
|
1108
1110
|
.ogrid-table {
|
|
1109
1111
|
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.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.1.
|
|
40
|
+
"@alaarab/ogrid-angular": "2.1.14"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"@angular/core": "^21.0.0",
|