@alaarab/ogrid-angular-primeng 2.1.13 → 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 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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alaarab/ogrid-angular-primeng",
3
- "version": "2.1.13",
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.13"
40
+ "@alaarab/ogrid-angular": "2.1.14"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "@angular/core": "^21.0.0",