@cdmx/wappler_ag_grid 0.7.2 → 0.7.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.
@@ -275,8 +275,8 @@
275
275
  "fixedHeaderOffset",
276
276
  "topbarClass",
277
277
  "fixedTopOffset",
278
- "fixedHorizonalScroll",
279
- "fixedHorizonalScrollWidth"
278
+ "fixedHorizontalScroll",
279
+ "fixedHorizontalScrollWidth"
280
280
  ],
281
281
  "children": [
282
282
  {
@@ -288,6 +288,15 @@
288
288
  "defaultValue": false,
289
289
  "help": "Enables Sticky header"
290
290
  },
291
+ {
292
+ "name": "fixedHorizontalScroll",
293
+ "attribute": "dmx-bind:fixed_horizontal_scroll",
294
+ "title": "Fixed Horizontal Scroll",
295
+ "type": "boolean",
296
+ "initDisplay": "none",
297
+ "defaultValue": false,
298
+ "help": "Enables bottom fixed horizontal scroll"
299
+ },
291
300
  {
292
301
  "name": "fixedHeaderOffset",
293
302
  "attribute": "fixed_header_offset",
@@ -315,15 +324,6 @@
315
324
  "defaultValue": 80,
316
325
  "help": "Specify topbar offset, Default: 80"
317
326
  },
318
- {
319
- "name": "fixedHorizontalScroll",
320
- "attribute": "dmx-bind:fixed_horizontal_scroll",
321
- "title": "Fixed Horizontal Scroll",
322
- "type": "boolean",
323
- "initDisplay": "none",
324
- "defaultValue": false,
325
- "help": "Enables bottom fixed horizontal scroll"
326
- },
327
327
  {
328
328
  "name": "fixedHorizontalScrollWidth",
329
329
  "attribute": "dmx-bind:fixed_horizontal_scroll_width",
@@ -568,7 +568,6 @@
568
568
  {
569
569
  "field": "field",
570
570
  "caption": "Field",
571
- "size": "20%",
572
571
  "editable": {
573
572
  "type": "text"
574
573
  }
@@ -576,7 +575,6 @@
576
575
  {
577
576
  "field": "condition",
578
577
  "caption": "Condition",
579
- "size": "35%",
580
578
  "editable": {
581
579
  "type": "text"
582
580
  }
@@ -584,7 +582,6 @@
584
582
  {
585
583
  "field": "customColor",
586
584
  "caption": "Color",
587
- "size": "20%",
588
585
  "editable": {
589
586
  "type": "text"
590
587
  },
@@ -593,7 +590,6 @@
593
590
  {
594
591
  "field": "area",
595
592
  "caption": "Area",
596
- "size": "20%",
597
593
  "editable": {
598
594
  "type": "list",
599
595
  "items": [
@@ -605,7 +601,6 @@
605
601
  {
606
602
  "field": "font",
607
603
  "caption": "Font",
608
- "size": "20%",
609
604
  "editable": {
610
605
  "type": "list",
611
606
  "items": [
@@ -1152,6 +1147,7 @@
1152
1147
  "attribute": "action_column",
1153
1148
  "title": "Configure Actions",
1154
1149
  "type": "boolean",
1150
+ "defaultValue": false,
1155
1151
  "display": "fieldset",
1156
1152
  "show": [
1157
1153
  "enableActions",
@@ -1336,19 +1332,19 @@
1336
1332
  "allowed_children": {},
1337
1333
  "copyFiles": [
1338
1334
  {
1339
- "src": "../../../node_modules/ag-grid-community/dist/ag-grid-community.min.js",
1335
+ "src": "ag-grid-community.min.js",
1340
1336
  "dst": "js/ag-grid-community.min.js"
1341
1337
  },
1342
1338
  {
1343
- "src": "../../../node_modules/ag-grid-community/styles/ag-theme-alpine.css",
1339
+ "src": "ag-theme-alpine.css",
1344
1340
  "dst": "css/ag-theme-alpine.css"
1345
1341
  },
1346
1342
  {
1347
- "src": "../../../node_modules/ag-grid-community/styles/ag-theme-balham.css",
1343
+ "src": "ag-theme-balham.css",
1348
1344
  "dst": "css/ag-theme-balham.css"
1349
1345
  },
1350
1346
  {
1351
- "src": "../../../node_modules/ag-grid-community/styles/ag-theme-material.css",
1347
+ "src": "ag-theme-material.css",
1352
1348
  "dst": "css/ag-theme-material.css"
1353
1349
  },
1354
1350
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdmx/wappler_ag_grid",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "type": "module",
5
5
  "description": "App Connect module for AG Grid Table Generation.",
6
6
  "license": "MIT",