@cdmx/wappler_ag_grid 0.6.3 → 0.6.5

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/README.md CHANGED
@@ -116,14 +116,14 @@ This grid allows you to define custom data changes for specific fields. The grid
116
116
  - Define the fields where the comma-separation and float parsing need to be applied.
117
117
 
118
118
  ---
119
+ # Custom Headers
120
+
119
121
  **Configure Header Names**
120
122
  This grid allows you to define custom header names for specific columns. The grid has the following columns:
121
123
 
122
124
  1. **Field**: The field name for which you want to set a custom header name.
123
125
  2. **Name**: The custom header name to be displayed for the column.
124
126
 
125
- Please note that these changes will only take effect when the `cnames` attribute is set to `true`.
126
-
127
127
  ---
128
128
 
129
129
  # Custom Widths
@@ -1336,19 +1336,19 @@
1336
1336
  "allowed_children": {},
1337
1337
  "copyFiles": [
1338
1338
  {
1339
- "src": "ag-grid-community.min.js",
1339
+ "src": "../../../node_modules/ag-grid-community/dist/ag-grid-community.min.js",
1340
1340
  "dst": "js/ag-grid-community.min.js"
1341
1341
  },
1342
1342
  {
1343
- "src": "ag-theme-alpine.css",
1343
+ "src": "../../../node_modules/ag-grid-community/styles/ag-theme-alpine.css",
1344
1344
  "dst": "css/ag-theme-alpine.css"
1345
1345
  },
1346
1346
  {
1347
- "src": "ag-theme-balham.css",
1347
+ "src": "../../../node_modules/ag-grid-community/styles/ag-theme-balham.css",
1348
1348
  "dst": "css/ag-theme-balham.css"
1349
1349
  },
1350
1350
  {
1351
- "src": "ag-theme-material.css",
1351
+ "src": "../../../node_modules/ag-grid-community/styles/ag-theme-material.css",
1352
1352
  "dst": "css/ag-theme-material.css"
1353
1353
  },
1354
1354
  {
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cdmx/wappler_ag_grid",
3
- "version": "0.6.3",
3
+ "version": "0.6.5",
4
4
  "type": "module",
5
- "description": "App Connect module for AG Grid Table Generation",
5
+ "description": "App Connect module for AG Grid Table Generation.",
6
6
  "license": "MIT",
7
7
  "author": {
8
8
  "name": "cdmx1",
@@ -13,6 +13,9 @@
13
13
  "app-connect",
14
14
  "ag-grid"
15
15
  ],
16
+ "dependencies": {
17
+ "ag-grid-community": "^30.0.6"
18
+ },
16
19
  "scripts": {
17
20
  "build": "rollup --config",
18
21
  "publish-dry-run": "npm publish ./dist --access public --dry-run"