@alaarab/ogrid-vue 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 CHANGED
@@ -3480,7 +3480,7 @@ function createDataGridTable(ui) {
3480
3480
  style: wrapperStyle
3481
3481
  }, [
3482
3482
  h("div", { class: "ogrid-scroll-wrapper" }, [
3483
- h("div", { style: { minWidth: allowOverflowX ? `${minTableWidth}px` : void 0 } }, [
3483
+ h("div", { style: { minWidth: allowOverflowX ? `${minTableWidth}px` : void 0, overflowX: "clip" } }, [
3484
3484
  h("div", {
3485
3485
  ref: (el) => {
3486
3486
  tableContainerRef.value = el;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alaarab/ogrid-vue",
3
- "version": "2.1.12",
3
+ "version": "2.1.13",
4
4
  "description": "OGrid Vue – Vue 3 composables, headless components, and utilities for OGrid data grids.",
5
5
  "main": "dist/esm/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -36,7 +36,7 @@
36
36
  "node": ">=18"
37
37
  },
38
38
  "dependencies": {
39
- "@alaarab/ogrid-core": "2.1.12"
39
+ "@alaarab/ogrid-core": "2.1.13"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "vue": "^3.3.0"