@genesislcap/grid-pro 14.173.4 → 14.174.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.
@@ -11596,46 +11596,51 @@
11596
11596
  },
11597
11597
  {
11598
11598
  "kind": "javascript-module",
11599
- "path": "src/cell-renderers/utils/accessor.ts",
11599
+ "path": "src/column/utils/grid-pro-columns.ts",
11600
11600
  "declarations": [
11601
11601
  {
11602
11602
  "kind": "function",
11603
- "name": "setValueWithAccessor",
11603
+ "name": "gridProColumns",
11604
11604
  "return": {
11605
11605
  "type": {
11606
- "text": "string"
11606
+ "text": "CaptureType<TSource>"
11607
11607
  }
11608
11608
  },
11609
11609
  "parameters": [
11610
11610
  {
11611
- "name": "data",
11611
+ "name": "itemsBinding",
11612
11612
  "type": {
11613
- "text": "any"
11614
- }
11613
+ "text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
11614
+ },
11615
+ "description": "The array to render"
11615
11616
  },
11616
11617
  {
11617
- "name": "accessor",
11618
+ "name": "includeRenderers",
11619
+ "default": "true",
11618
11620
  "type": {
11619
- "text": "string"
11620
- }
11621
+ "text": "boolean"
11622
+ },
11623
+ "description": "Optionally tells whether to include cell renderers, if available"
11621
11624
  }
11622
- ]
11625
+ ],
11626
+ "description": "A directive that renders a set of grid-pro-column elements from a given input binding",
11627
+ "privacy": "public"
11623
11628
  }
11624
11629
  ],
11625
11630
  "exports": [
11626
11631
  {
11627
11632
  "kind": "js",
11628
- "name": "setValueWithAccessor",
11633
+ "name": "gridProColumns",
11629
11634
  "declaration": {
11630
- "name": "setValueWithAccessor",
11631
- "module": "src/cell-renderers/utils/accessor.ts"
11635
+ "name": "gridProColumns",
11636
+ "module": "src/column/utils/grid-pro-columns.ts"
11632
11637
  }
11633
11638
  }
11634
11639
  ]
11635
11640
  },
11636
11641
  {
11637
11642
  "kind": "javascript-module",
11638
- "path": "src/cell-renderers/utils/index.ts",
11643
+ "path": "src/column/utils/index.ts",
11639
11644
  "declarations": [],
11640
11645
  "exports": [
11641
11646
  {
@@ -11643,58 +11648,53 @@
11643
11648
  "name": "*",
11644
11649
  "declaration": {
11645
11650
  "name": "*",
11646
- "package": "./accessor"
11651
+ "package": "./grid-pro-columns"
11647
11652
  }
11648
11653
  }
11649
11654
  ]
11650
11655
  },
11651
11656
  {
11652
11657
  "kind": "javascript-module",
11653
- "path": "src/column/utils/grid-pro-columns.ts",
11658
+ "path": "src/cell-renderers/utils/accessor.ts",
11654
11659
  "declarations": [
11655
11660
  {
11656
11661
  "kind": "function",
11657
- "name": "gridProColumns",
11662
+ "name": "setValueWithAccessor",
11658
11663
  "return": {
11659
11664
  "type": {
11660
- "text": "CaptureType<TSource>"
11665
+ "text": "string"
11661
11666
  }
11662
11667
  },
11663
11668
  "parameters": [
11664
11669
  {
11665
- "name": "itemsBinding",
11670
+ "name": "data",
11666
11671
  "type": {
11667
- "text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
11668
- },
11669
- "description": "The array to render"
11672
+ "text": "any"
11673
+ }
11670
11674
  },
11671
11675
  {
11672
- "name": "includeRenderers",
11673
- "default": "true",
11676
+ "name": "accessor",
11674
11677
  "type": {
11675
- "text": "boolean"
11676
- },
11677
- "description": "Optionally tells whether to include cell renderers, if available"
11678
+ "text": "string"
11679
+ }
11678
11680
  }
11679
- ],
11680
- "description": "A directive that renders a set of grid-pro-column elements from a given input binding",
11681
- "privacy": "public"
11681
+ ]
11682
11682
  }
11683
11683
  ],
11684
11684
  "exports": [
11685
11685
  {
11686
11686
  "kind": "js",
11687
- "name": "gridProColumns",
11687
+ "name": "setValueWithAccessor",
11688
11688
  "declaration": {
11689
- "name": "gridProColumns",
11690
- "module": "src/column/utils/grid-pro-columns.ts"
11689
+ "name": "setValueWithAccessor",
11690
+ "module": "src/cell-renderers/utils/accessor.ts"
11691
11691
  }
11692
11692
  }
11693
11693
  ]
11694
11694
  },
11695
11695
  {
11696
11696
  "kind": "javascript-module",
11697
- "path": "src/column/utils/index.ts",
11697
+ "path": "src/cell-renderers/utils/index.ts",
11698
11698
  "declarations": [],
11699
11699
  "exports": [
11700
11700
  {
@@ -11702,7 +11702,7 @@
11702
11702
  "name": "*",
11703
11703
  "declaration": {
11704
11704
  "name": "*",
11705
- "package": "./grid-pro-columns"
11705
+ "package": "./accessor"
11706
11706
  }
11707
11707
  }
11708
11708
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/grid-pro",
3
3
  "description": "Genesis Foundation AG Grid",
4
- "version": "14.173.4",
4
+ "version": "14.174.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -30,20 +30,20 @@
30
30
  "test:debug": "genx test --debug"
31
31
  },
32
32
  "devDependencies": {
33
- "@genesislcap/foundation-testing": "14.173.4",
34
- "@genesislcap/genx": "14.173.4",
35
- "@genesislcap/rollup-builder": "14.173.4",
36
- "@genesislcap/ts-builder": "14.173.4",
37
- "@genesislcap/uvu-playwright-builder": "14.173.4",
38
- "@genesislcap/vite-builder": "14.173.4",
39
- "@genesislcap/webpack-builder": "14.173.4",
33
+ "@genesislcap/foundation-testing": "14.174.0",
34
+ "@genesislcap/genx": "14.174.0",
35
+ "@genesislcap/rollup-builder": "14.174.0",
36
+ "@genesislcap/ts-builder": "14.174.0",
37
+ "@genesislcap/uvu-playwright-builder": "14.174.0",
38
+ "@genesislcap/vite-builder": "14.174.0",
39
+ "@genesislcap/webpack-builder": "14.174.0",
40
40
  "rimraf": "^3.0.2"
41
41
  },
42
42
  "dependencies": {
43
- "@genesislcap/foundation-comms": "14.173.4",
44
- "@genesislcap/foundation-logger": "14.173.4",
45
- "@genesislcap/foundation-ui": "14.173.4",
46
- "@genesislcap/foundation-utils": "14.173.4",
43
+ "@genesislcap/foundation-comms": "14.174.0",
44
+ "@genesislcap/foundation-logger": "14.174.0",
45
+ "@genesislcap/foundation-ui": "14.174.0",
46
+ "@genesislcap/foundation-utils": "14.174.0",
47
47
  "@microsoft/fast-colors": "^5.3.1",
48
48
  "@microsoft/fast-components": "^2.30.6",
49
49
  "@microsoft/fast-element": "^1.12.0",
@@ -69,5 +69,5 @@
69
69
  "access": "public"
70
70
  },
71
71
  "customElements": "dist/custom-elements.json",
72
- "gitHead": "d426235b0588017e2a4bc9f5ae0d615928bfb21d"
72
+ "gitHead": "1812b2af8a7a6a9c72db973b338c19128d876f93"
73
73
  }