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