@cdmx/wappler_ag_grid 1.2.9 → 1.3.0

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.
@@ -369,15 +369,6 @@
369
369
  "initDisplay": "none",
370
370
  "defaultValue": 80,
371
371
  "help": "Specify topbar offset, Default: 80"
372
- },
373
- {
374
- "name": "fixedHorizontalScrollWidth",
375
- "attribute": "dmx-bind:fixed_horizontal_scroll_width",
376
- "title": "Fixed Horizontal Scroll Width",
377
- "type": "number",
378
- "initDisplay": "none",
379
- "defaultValue": 80,
380
- "help": "Fixed horizontal scroll width percentage (Default: 80%)"
381
372
  }
382
373
  ]
383
374
  },
package/dmx-ag-grid.js CHANGED
@@ -76,7 +76,6 @@ dmx.Component('ag-grid', {
76
76
  fixed_header_offset: { type: Number, default: 100 },
77
77
  fixed_top_offset: { type: Number, default: 80 },
78
78
  fixed_horizontal_scroll: { type: Boolean, default: false },
79
- fixed_horizontal_scroll_width: { type: Number, default: 80 },
80
79
  fixed_footer: { type: Boolean, default: false },
81
80
  fixed_footer_bottom_padding: { type: Number, default: 10 },
82
81
  timezone: {type: String, default: '' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdmx/wappler_ag_grid",
3
- "version": "1.2.9",
3
+ "version": "1.3.0",
4
4
  "type": "module",
5
5
  "description": "App Connect module for AG Grid Table Generation.",
6
6
  "license": "MIT",