@genesislcap/foundation-zero-grid-pro 14.209.0 → 14.209.1-alpha-963e767.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.
@@ -210,10 +210,11 @@
210
210
  },
211
211
  {
212
212
  "kind": "field",
213
- "name": "columnApi",
213
+ "name": "gridErrorItems",
214
214
  "type": {
215
- "text": "ColumnApi"
215
+ "text": "GridProErrorItem<GridProErrorEvent['detail']>[]"
216
216
  },
217
+ "default": "[]",
217
218
  "inheritedFrom": {
218
219
  "name": "GridPro",
219
220
  "module": "src/grid-pro.ts"
@@ -221,9 +222,9 @@
221
222
  },
222
223
  {
223
224
  "kind": "field",
224
- "name": "gridApi",
225
+ "name": "statePersistence",
225
226
  "type": {
226
- "text": "GridApi"
227
+ "text": "StatePersistence"
227
228
  },
228
229
  "inheritedFrom": {
229
230
  "name": "GridPro",
@@ -232,11 +233,11 @@
232
233
  },
233
234
  {
234
235
  "kind": "field",
235
- "name": "gridErrorItems",
236
+ "name": "_gridApi",
236
237
  "type": {
237
- "text": "GridProErrorItem<GridProErrorEvent['detail']>[]"
238
+ "text": "GridApi"
238
239
  },
239
- "default": "[]",
240
+ "privacy": "private",
240
241
  "inheritedFrom": {
241
242
  "name": "GridPro",
242
243
  "module": "src/grid-pro.ts"
@@ -244,10 +245,11 @@
244
245
  },
245
246
  {
246
247
  "kind": "field",
247
- "name": "statePersistence",
248
+ "name": "gridApi",
248
249
  "type": {
249
- "text": "StatePersistence"
250
+ "text": "GridApi"
250
251
  },
252
+ "readonly": true,
251
253
  "inheritedFrom": {
252
254
  "name": "GridPro",
253
255
  "module": "src/grid-pro.ts"
@@ -512,17 +514,6 @@
512
514
  "module": "src/grid-pro.ts"
513
515
  }
514
516
  },
515
- {
516
- "kind": "field",
517
- "name": "agGrid",
518
- "type": {
519
- "text": "Grid"
520
- },
521
- "inheritedFrom": {
522
- "name": "GridPro",
523
- "module": "src/grid-pro.ts"
524
- }
525
- },
526
517
  {
527
518
  "kind": "field",
528
519
  "name": "gridSlot",
@@ -636,7 +627,7 @@
636
627
  "kind": "field",
637
628
  "name": "gridEventsQueue",
638
629
  "type": {
639
- "text": "string[]"
630
+ "text": "AgPublicEventType[]"
640
631
  },
641
632
  "privacy": "private",
642
633
  "default": "[]",
@@ -711,9 +702,9 @@
711
702
  {
712
703
  "name": "eventType",
713
704
  "type": {
714
- "text": "string"
705
+ "text": "AgPublicEventType"
715
706
  },
716
- "description": "The event type to listen for. Recommened to use the `Events` from AG Grid."
707
+ "description": "The event type to listen for."
717
708
  },
718
709
  {
719
710
  "name": "listener",
@@ -742,7 +733,7 @@
742
733
  {
743
734
  "name": "eventType",
744
735
  "type": {
745
- "text": "string"
736
+ "text": "AgPublicEventType"
746
737
  }
747
738
  }
748
739
  ],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero-grid-pro",
3
3
  "description": "Genesis Foundation Zero Grid Pro",
4
- "version": "14.209.0",
4
+ "version": "14.209.1-alpha-963e767.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -35,18 +35,18 @@
35
35
  }
36
36
  },
37
37
  "devDependencies": {
38
- "@genesislcap/genx": "14.209.0",
39
- "@genesislcap/rollup-builder": "14.209.0",
40
- "@genesislcap/ts-builder": "14.209.0",
41
- "@genesislcap/uvu-playwright-builder": "14.209.0",
42
- "@genesislcap/vite-builder": "14.209.0",
43
- "@genesislcap/webpack-builder": "14.209.0",
38
+ "@genesislcap/genx": "14.209.1-alpha-963e767.0",
39
+ "@genesislcap/rollup-builder": "14.209.1-alpha-963e767.0",
40
+ "@genesislcap/ts-builder": "14.209.1-alpha-963e767.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.209.1-alpha-963e767.0",
42
+ "@genesislcap/vite-builder": "14.209.1-alpha-963e767.0",
43
+ "@genesislcap/webpack-builder": "14.209.1-alpha-963e767.0",
44
44
  "rimraf": "^5.0.0"
45
45
  },
46
46
  "dependencies": {
47
- "@genesislcap/foundation-ui": "14.209.0",
48
- "@genesislcap/foundation-zero": "14.209.0",
49
- "@genesislcap/grid-pro": "14.209.0",
47
+ "@genesislcap/foundation-ui": "14.209.1-alpha-963e767.0",
48
+ "@genesislcap/foundation-zero": "14.209.1-alpha-963e767.0",
49
+ "@genesislcap/grid-pro": "14.209.1-alpha-963e767.0",
50
50
  "@microsoft/fast-colors": "^5.3.1",
51
51
  "@microsoft/fast-components": "^2.30.6",
52
52
  "@microsoft/fast-element": "^1.12.0",
@@ -54,9 +54,9 @@
54
54
  "tslib": "^2.3.1"
55
55
  },
56
56
  "peerDependencies": {
57
- "@ag-grid-community/client-side-row-model": "29.2.0",
58
- "@ag-grid-community/core": "29.2.0",
59
- "@ag-grid-community/csv-export": "29.2.0"
57
+ "@ag-grid-community/client-side-row-model": "32.2.0",
58
+ "@ag-grid-community/core": "32.2.0",
59
+ "@ag-grid-community/csv-export": "32.2.0"
60
60
  },
61
61
  "repository": {
62
62
  "type": "git",
@@ -67,5 +67,5 @@
67
67
  "access": "public"
68
68
  },
69
69
  "customElements": "dist/custom-elements.json",
70
- "gitHead": "d14797ed4a8a13cdd03e42204458fb4f174be806"
70
+ "gitHead": "dbe3ea7f9ec339bb40f17faf5b4f557c33f174e5"
71
71
  }