@genesislcap/grid-pro 14.174.0 → 14.176.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,51 +11596,46 @@
11596
11596
  },
11597
11597
  {
11598
11598
  "kind": "javascript-module",
11599
- "path": "src/column/utils/grid-pro-columns.ts",
11599
+ "path": "src/cell-renderers/utils/accessor.ts",
11600
11600
  "declarations": [
11601
11601
  {
11602
11602
  "kind": "function",
11603
- "name": "gridProColumns",
11603
+ "name": "setValueWithAccessor",
11604
11604
  "return": {
11605
11605
  "type": {
11606
- "text": "CaptureType<TSource>"
11606
+ "text": "string"
11607
11607
  }
11608
11608
  },
11609
11609
  "parameters": [
11610
11610
  {
11611
- "name": "itemsBinding",
11611
+ "name": "data",
11612
11612
  "type": {
11613
- "text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
11614
- },
11615
- "description": "The array to render"
11613
+ "text": "any"
11614
+ }
11616
11615
  },
11617
11616
  {
11618
- "name": "includeRenderers",
11619
- "default": "true",
11617
+ "name": "accessor",
11620
11618
  "type": {
11621
- "text": "boolean"
11622
- },
11623
- "description": "Optionally tells whether to include cell renderers, if available"
11619
+ "text": "string"
11620
+ }
11624
11621
  }
11625
- ],
11626
- "description": "A directive that renders a set of grid-pro-column elements from a given input binding",
11627
- "privacy": "public"
11622
+ ]
11628
11623
  }
11629
11624
  ],
11630
11625
  "exports": [
11631
11626
  {
11632
11627
  "kind": "js",
11633
- "name": "gridProColumns",
11628
+ "name": "setValueWithAccessor",
11634
11629
  "declaration": {
11635
- "name": "gridProColumns",
11636
- "module": "src/column/utils/grid-pro-columns.ts"
11630
+ "name": "setValueWithAccessor",
11631
+ "module": "src/cell-renderers/utils/accessor.ts"
11637
11632
  }
11638
11633
  }
11639
11634
  ]
11640
11635
  },
11641
11636
  {
11642
11637
  "kind": "javascript-module",
11643
- "path": "src/column/utils/index.ts",
11638
+ "path": "src/cell-renderers/utils/index.ts",
11644
11639
  "declarations": [],
11645
11640
  "exports": [
11646
11641
  {
@@ -11648,53 +11643,58 @@
11648
11643
  "name": "*",
11649
11644
  "declaration": {
11650
11645
  "name": "*",
11651
- "package": "./grid-pro-columns"
11646
+ "package": "./accessor"
11652
11647
  }
11653
11648
  }
11654
11649
  ]
11655
11650
  },
11656
11651
  {
11657
11652
  "kind": "javascript-module",
11658
- "path": "src/cell-renderers/utils/accessor.ts",
11653
+ "path": "src/column/utils/grid-pro-columns.ts",
11659
11654
  "declarations": [
11660
11655
  {
11661
11656
  "kind": "function",
11662
- "name": "setValueWithAccessor",
11657
+ "name": "gridProColumns",
11663
11658
  "return": {
11664
11659
  "type": {
11665
- "text": "string"
11660
+ "text": "CaptureType<TSource>"
11666
11661
  }
11667
11662
  },
11668
11663
  "parameters": [
11669
11664
  {
11670
- "name": "data",
11665
+ "name": "itemsBinding",
11671
11666
  "type": {
11672
- "text": "any"
11673
- }
11667
+ "text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
11668
+ },
11669
+ "description": "The array to render"
11674
11670
  },
11675
11671
  {
11676
- "name": "accessor",
11672
+ "name": "includeRenderers",
11673
+ "default": "true",
11677
11674
  "type": {
11678
- "text": "string"
11679
- }
11675
+ "text": "boolean"
11676
+ },
11677
+ "description": "Optionally tells whether to include cell renderers, if available"
11680
11678
  }
11681
- ]
11679
+ ],
11680
+ "description": "A directive that renders a set of grid-pro-column elements from a given input binding",
11681
+ "privacy": "public"
11682
11682
  }
11683
11683
  ],
11684
11684
  "exports": [
11685
11685
  {
11686
11686
  "kind": "js",
11687
- "name": "setValueWithAccessor",
11687
+ "name": "gridProColumns",
11688
11688
  "declaration": {
11689
- "name": "setValueWithAccessor",
11690
- "module": "src/cell-renderers/utils/accessor.ts"
11689
+ "name": "gridProColumns",
11690
+ "module": "src/column/utils/grid-pro-columns.ts"
11691
11691
  }
11692
11692
  }
11693
11693
  ]
11694
11694
  },
11695
11695
  {
11696
11696
  "kind": "javascript-module",
11697
- "path": "src/cell-renderers/utils/index.ts",
11697
+ "path": "src/column/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": "./accessor"
11705
+ "package": "./grid-pro-columns"
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.174.0",
4
+ "version": "14.176.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.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",
33
+ "@genesislcap/foundation-testing": "14.176.0",
34
+ "@genesislcap/genx": "14.176.0",
35
+ "@genesislcap/rollup-builder": "14.176.0",
36
+ "@genesislcap/ts-builder": "14.176.0",
37
+ "@genesislcap/uvu-playwright-builder": "14.176.0",
38
+ "@genesislcap/vite-builder": "14.176.0",
39
+ "@genesislcap/webpack-builder": "14.176.0",
40
40
  "rimraf": "^3.0.2"
41
41
  },
42
42
  "dependencies": {
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",
43
+ "@genesislcap/foundation-comms": "14.176.0",
44
+ "@genesislcap/foundation-logger": "14.176.0",
45
+ "@genesislcap/foundation-ui": "14.176.0",
46
+ "@genesislcap/foundation-utils": "14.176.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": "1812b2af8a7a6a9c72db973b338c19128d876f93"
72
+ "gitHead": "e8d311eaf27cd3d155813081ad70a18aa0a826fd"
73
73
  }