@genesislcap/grid-pro 14.143.2 → 14.143.3-alpha-47707bd.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.
@@ -10622,46 +10622,51 @@
10622
10622
  },
10623
10623
  {
10624
10624
  "kind": "javascript-module",
10625
- "path": "src/cell-renderers/utils/accessor.ts",
10625
+ "path": "src/column/utils/grid-pro-columns.ts",
10626
10626
  "declarations": [
10627
10627
  {
10628
10628
  "kind": "function",
10629
- "name": "setValueWithAccessor",
10629
+ "name": "gridProColumns",
10630
10630
  "return": {
10631
10631
  "type": {
10632
- "text": "string"
10632
+ "text": "CaptureType<TSource>"
10633
10633
  }
10634
10634
  },
10635
10635
  "parameters": [
10636
10636
  {
10637
- "name": "data",
10637
+ "name": "itemsBinding",
10638
10638
  "type": {
10639
- "text": "any"
10640
- }
10639
+ "text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
10640
+ },
10641
+ "description": "The array to render"
10641
10642
  },
10642
10643
  {
10643
- "name": "accessor",
10644
+ "name": "includeRenderers",
10645
+ "default": "true",
10644
10646
  "type": {
10645
- "text": "string"
10646
- }
10647
+ "text": "boolean"
10648
+ },
10649
+ "description": "Optionally tells whether to include cell renderers, if available"
10647
10650
  }
10648
- ]
10651
+ ],
10652
+ "description": "A directive that renders a set of grid-pro-column elements from a given input binding",
10653
+ "privacy": "public"
10649
10654
  }
10650
10655
  ],
10651
10656
  "exports": [
10652
10657
  {
10653
10658
  "kind": "js",
10654
- "name": "setValueWithAccessor",
10659
+ "name": "gridProColumns",
10655
10660
  "declaration": {
10656
- "name": "setValueWithAccessor",
10657
- "module": "src/cell-renderers/utils/accessor.ts"
10661
+ "name": "gridProColumns",
10662
+ "module": "src/column/utils/grid-pro-columns.ts"
10658
10663
  }
10659
10664
  }
10660
10665
  ]
10661
10666
  },
10662
10667
  {
10663
10668
  "kind": "javascript-module",
10664
- "path": "src/cell-renderers/utils/index.ts",
10669
+ "path": "src/column/utils/index.ts",
10665
10670
  "declarations": [],
10666
10671
  "exports": [
10667
10672
  {
@@ -10669,58 +10674,53 @@
10669
10674
  "name": "*",
10670
10675
  "declaration": {
10671
10676
  "name": "*",
10672
- "package": "./accessor"
10677
+ "package": "./grid-pro-columns"
10673
10678
  }
10674
10679
  }
10675
10680
  ]
10676
10681
  },
10677
10682
  {
10678
10683
  "kind": "javascript-module",
10679
- "path": "src/column/utils/grid-pro-columns.ts",
10684
+ "path": "src/cell-renderers/utils/accessor.ts",
10680
10685
  "declarations": [
10681
10686
  {
10682
10687
  "kind": "function",
10683
- "name": "gridProColumns",
10688
+ "name": "setValueWithAccessor",
10684
10689
  "return": {
10685
10690
  "type": {
10686
- "text": "CaptureType<TSource>"
10691
+ "text": "string"
10687
10692
  }
10688
10693
  },
10689
10694
  "parameters": [
10690
10695
  {
10691
- "name": "itemsBinding",
10696
+ "name": "data",
10692
10697
  "type": {
10693
- "text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
10694
- },
10695
- "description": "The array to render"
10698
+ "text": "any"
10699
+ }
10696
10700
  },
10697
10701
  {
10698
- "name": "includeRenderers",
10699
- "default": "true",
10702
+ "name": "accessor",
10700
10703
  "type": {
10701
- "text": "boolean"
10702
- },
10703
- "description": "Optionally tells whether to include cell renderers, if available"
10704
+ "text": "string"
10705
+ }
10704
10706
  }
10705
- ],
10706
- "description": "A directive that renders a set of grid-pro-column elements from a given input binding",
10707
- "privacy": "public"
10707
+ ]
10708
10708
  }
10709
10709
  ],
10710
10710
  "exports": [
10711
10711
  {
10712
10712
  "kind": "js",
10713
- "name": "gridProColumns",
10713
+ "name": "setValueWithAccessor",
10714
10714
  "declaration": {
10715
- "name": "gridProColumns",
10716
- "module": "src/column/utils/grid-pro-columns.ts"
10715
+ "name": "setValueWithAccessor",
10716
+ "module": "src/cell-renderers/utils/accessor.ts"
10717
10717
  }
10718
10718
  }
10719
10719
  ]
10720
10720
  },
10721
10721
  {
10722
10722
  "kind": "javascript-module",
10723
- "path": "src/column/utils/index.ts",
10723
+ "path": "src/cell-renderers/utils/index.ts",
10724
10724
  "declarations": [],
10725
10725
  "exports": [
10726
10726
  {
@@ -10728,7 +10728,7 @@
10728
10728
  "name": "*",
10729
10729
  "declaration": {
10730
10730
  "name": "*",
10731
- "package": "./grid-pro-columns"
10731
+ "package": "./accessor"
10732
10732
  }
10733
10733
  }
10734
10734
  ]
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.143.2",
4
+ "version": "14.143.3-alpha-47707bd.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -30,15 +30,15 @@
30
30
  "test:debug": "genx test --debug"
31
31
  },
32
32
  "devDependencies": {
33
- "@genesislcap/foundation-testing": "14.143.2",
34
- "@genesislcap/genx": "14.143.2",
33
+ "@genesislcap/foundation-testing": "14.143.3-alpha-47707bd.0",
34
+ "@genesislcap/genx": "14.143.3-alpha-47707bd.0",
35
35
  "rimraf": "^3.0.2"
36
36
  },
37
37
  "dependencies": {
38
- "@genesislcap/foundation-comms": "14.143.2",
39
- "@genesislcap/foundation-logger": "14.143.2",
40
- "@genesislcap/foundation-ui": "14.143.2",
41
- "@genesislcap/foundation-utils": "14.143.2",
38
+ "@genesislcap/foundation-comms": "14.143.3-alpha-47707bd.0",
39
+ "@genesislcap/foundation-logger": "14.143.3-alpha-47707bd.0",
40
+ "@genesislcap/foundation-ui": "14.143.3-alpha-47707bd.0",
41
+ "@genesislcap/foundation-utils": "14.143.3-alpha-47707bd.0",
42
42
  "@microsoft/fast-colors": "^5.3.1",
43
43
  "@microsoft/fast-components": "^2.30.6",
44
44
  "@microsoft/fast-element": "^1.12.0",
@@ -62,5 +62,5 @@
62
62
  "access": "public"
63
63
  },
64
64
  "customElements": "dist/custom-elements.json",
65
- "gitHead": "126575303f48e0bcf0254498a0341d39fd1c8400"
65
+ "gitHead": "8183b27e918472e969ee259e21e7cfc93f935004"
66
66
  }