@cdmx/wappler_ag_grid 0.4.2 → 0.4.3

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.
@@ -258,7 +258,7 @@
258
258
  "attribute": "date_format",
259
259
  "title": "Date Format",
260
260
  "type": "text",
261
- "defaultValue": "dd/MM/yyyy HH:mm A",
261
+ "defaultValue": "dd/MM/yyyy hh:mm A",
262
262
  "help": "Date Format"
263
263
  },
264
264
  {
package/dmx-ag-grid.js CHANGED
@@ -39,7 +39,7 @@ dmx.Component('ag-grid', {
39
39
  enable_rtl: { type: Boolean, default: false },
40
40
  locale_text: { type: String, default: null },
41
41
  date_locale: { type: String, default: 'en-IN' },
42
- date_format: { type: String, default: 'dd/MM/yyyy HH:mm A' },
42
+ date_format: { type: String, default: 'dd/MM/yyyy hh:mm A' },
43
43
  min_width: { type: Number, default: 150 },
44
44
  sortable: { type: Boolean, default: true },
45
45
  resizable: { type: Boolean, default: true },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdmx/wappler_ag_grid",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "type": "module",
5
5
  "description": "App Connect module for AG Grid Table Generation",
6
6
  "license": "MIT",