@genesislcap/grid-pro 14.344.2-alpha-821c88c.0 → 14.344.3
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 +113 -113
- package/package.json +13 -13
|
@@ -16506,119 +16506,6 @@
|
|
|
16506
16506
|
}
|
|
16507
16507
|
]
|
|
16508
16508
|
},
|
|
16509
|
-
{
|
|
16510
|
-
"kind": "javascript-module",
|
|
16511
|
-
"path": "src/cell-renderers/utils/accessor.ts",
|
|
16512
|
-
"declarations": [
|
|
16513
|
-
{
|
|
16514
|
-
"kind": "function",
|
|
16515
|
-
"name": "setValueWithAccessor",
|
|
16516
|
-
"return": {
|
|
16517
|
-
"type": {
|
|
16518
|
-
"text": "string"
|
|
16519
|
-
}
|
|
16520
|
-
},
|
|
16521
|
-
"parameters": [
|
|
16522
|
-
{
|
|
16523
|
-
"name": "data",
|
|
16524
|
-
"type": {
|
|
16525
|
-
"text": "any"
|
|
16526
|
-
}
|
|
16527
|
-
},
|
|
16528
|
-
{
|
|
16529
|
-
"name": "accessor",
|
|
16530
|
-
"type": {
|
|
16531
|
-
"text": "string"
|
|
16532
|
-
}
|
|
16533
|
-
}
|
|
16534
|
-
]
|
|
16535
|
-
}
|
|
16536
|
-
],
|
|
16537
|
-
"exports": [
|
|
16538
|
-
{
|
|
16539
|
-
"kind": "js",
|
|
16540
|
-
"name": "setValueWithAccessor",
|
|
16541
|
-
"declaration": {
|
|
16542
|
-
"name": "setValueWithAccessor",
|
|
16543
|
-
"module": "src/cell-renderers/utils/accessor.ts"
|
|
16544
|
-
}
|
|
16545
|
-
}
|
|
16546
|
-
]
|
|
16547
|
-
},
|
|
16548
|
-
{
|
|
16549
|
-
"kind": "javascript-module",
|
|
16550
|
-
"path": "src/cell-renderers/utils/index.ts",
|
|
16551
|
-
"declarations": [],
|
|
16552
|
-
"exports": [
|
|
16553
|
-
{
|
|
16554
|
-
"kind": "js",
|
|
16555
|
-
"name": "*",
|
|
16556
|
-
"declaration": {
|
|
16557
|
-
"name": "*",
|
|
16558
|
-
"package": "./accessor"
|
|
16559
|
-
}
|
|
16560
|
-
}
|
|
16561
|
-
]
|
|
16562
|
-
},
|
|
16563
|
-
{
|
|
16564
|
-
"kind": "javascript-module",
|
|
16565
|
-
"path": "src/column/utils/grid-pro-columns.ts",
|
|
16566
|
-
"declarations": [
|
|
16567
|
-
{
|
|
16568
|
-
"kind": "function",
|
|
16569
|
-
"name": "gridProColumns",
|
|
16570
|
-
"return": {
|
|
16571
|
-
"type": {
|
|
16572
|
-
"text": "CaptureType<TSource>"
|
|
16573
|
-
}
|
|
16574
|
-
},
|
|
16575
|
-
"parameters": [
|
|
16576
|
-
{
|
|
16577
|
-
"name": "itemsBinding",
|
|
16578
|
-
"type": {
|
|
16579
|
-
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
16580
|
-
},
|
|
16581
|
-
"description": "The array to render"
|
|
16582
|
-
},
|
|
16583
|
-
{
|
|
16584
|
-
"name": "includeRenderers",
|
|
16585
|
-
"default": "true",
|
|
16586
|
-
"type": {
|
|
16587
|
-
"text": "boolean"
|
|
16588
|
-
},
|
|
16589
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
16590
|
-
}
|
|
16591
|
-
],
|
|
16592
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
16593
|
-
"privacy": "public"
|
|
16594
|
-
}
|
|
16595
|
-
],
|
|
16596
|
-
"exports": [
|
|
16597
|
-
{
|
|
16598
|
-
"kind": "js",
|
|
16599
|
-
"name": "gridProColumns",
|
|
16600
|
-
"declaration": {
|
|
16601
|
-
"name": "gridProColumns",
|
|
16602
|
-
"module": "src/column/utils/grid-pro-columns.ts"
|
|
16603
|
-
}
|
|
16604
|
-
}
|
|
16605
|
-
]
|
|
16606
|
-
},
|
|
16607
|
-
{
|
|
16608
|
-
"kind": "javascript-module",
|
|
16609
|
-
"path": "src/column/utils/index.ts",
|
|
16610
|
-
"declarations": [],
|
|
16611
|
-
"exports": [
|
|
16612
|
-
{
|
|
16613
|
-
"kind": "js",
|
|
16614
|
-
"name": "*",
|
|
16615
|
-
"declaration": {
|
|
16616
|
-
"name": "*",
|
|
16617
|
-
"package": "./grid-pro-columns"
|
|
16618
|
-
}
|
|
16619
|
-
}
|
|
16620
|
-
]
|
|
16621
|
-
},
|
|
16622
16509
|
{
|
|
16623
16510
|
"kind": "javascript-module",
|
|
16624
16511
|
"path": "src/utils/array.ts",
|
|
@@ -16954,6 +16841,119 @@
|
|
|
16954
16841
|
}
|
|
16955
16842
|
}
|
|
16956
16843
|
]
|
|
16844
|
+
},
|
|
16845
|
+
{
|
|
16846
|
+
"kind": "javascript-module",
|
|
16847
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
16848
|
+
"declarations": [
|
|
16849
|
+
{
|
|
16850
|
+
"kind": "function",
|
|
16851
|
+
"name": "setValueWithAccessor",
|
|
16852
|
+
"return": {
|
|
16853
|
+
"type": {
|
|
16854
|
+
"text": "string"
|
|
16855
|
+
}
|
|
16856
|
+
},
|
|
16857
|
+
"parameters": [
|
|
16858
|
+
{
|
|
16859
|
+
"name": "data",
|
|
16860
|
+
"type": {
|
|
16861
|
+
"text": "any"
|
|
16862
|
+
}
|
|
16863
|
+
},
|
|
16864
|
+
{
|
|
16865
|
+
"name": "accessor",
|
|
16866
|
+
"type": {
|
|
16867
|
+
"text": "string"
|
|
16868
|
+
}
|
|
16869
|
+
}
|
|
16870
|
+
]
|
|
16871
|
+
}
|
|
16872
|
+
],
|
|
16873
|
+
"exports": [
|
|
16874
|
+
{
|
|
16875
|
+
"kind": "js",
|
|
16876
|
+
"name": "setValueWithAccessor",
|
|
16877
|
+
"declaration": {
|
|
16878
|
+
"name": "setValueWithAccessor",
|
|
16879
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
16880
|
+
}
|
|
16881
|
+
}
|
|
16882
|
+
]
|
|
16883
|
+
},
|
|
16884
|
+
{
|
|
16885
|
+
"kind": "javascript-module",
|
|
16886
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
16887
|
+
"declarations": [],
|
|
16888
|
+
"exports": [
|
|
16889
|
+
{
|
|
16890
|
+
"kind": "js",
|
|
16891
|
+
"name": "*",
|
|
16892
|
+
"declaration": {
|
|
16893
|
+
"name": "*",
|
|
16894
|
+
"package": "./accessor"
|
|
16895
|
+
}
|
|
16896
|
+
}
|
|
16897
|
+
]
|
|
16898
|
+
},
|
|
16899
|
+
{
|
|
16900
|
+
"kind": "javascript-module",
|
|
16901
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
16902
|
+
"declarations": [
|
|
16903
|
+
{
|
|
16904
|
+
"kind": "function",
|
|
16905
|
+
"name": "gridProColumns",
|
|
16906
|
+
"return": {
|
|
16907
|
+
"type": {
|
|
16908
|
+
"text": "CaptureType<TSource>"
|
|
16909
|
+
}
|
|
16910
|
+
},
|
|
16911
|
+
"parameters": [
|
|
16912
|
+
{
|
|
16913
|
+
"name": "itemsBinding",
|
|
16914
|
+
"type": {
|
|
16915
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
16916
|
+
},
|
|
16917
|
+
"description": "The array to render"
|
|
16918
|
+
},
|
|
16919
|
+
{
|
|
16920
|
+
"name": "includeRenderers",
|
|
16921
|
+
"default": "true",
|
|
16922
|
+
"type": {
|
|
16923
|
+
"text": "boolean"
|
|
16924
|
+
},
|
|
16925
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
16926
|
+
}
|
|
16927
|
+
],
|
|
16928
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
16929
|
+
"privacy": "public"
|
|
16930
|
+
}
|
|
16931
|
+
],
|
|
16932
|
+
"exports": [
|
|
16933
|
+
{
|
|
16934
|
+
"kind": "js",
|
|
16935
|
+
"name": "gridProColumns",
|
|
16936
|
+
"declaration": {
|
|
16937
|
+
"name": "gridProColumns",
|
|
16938
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
16939
|
+
}
|
|
16940
|
+
}
|
|
16941
|
+
]
|
|
16942
|
+
},
|
|
16943
|
+
{
|
|
16944
|
+
"kind": "javascript-module",
|
|
16945
|
+
"path": "src/column/utils/index.ts",
|
|
16946
|
+
"declarations": [],
|
|
16947
|
+
"exports": [
|
|
16948
|
+
{
|
|
16949
|
+
"kind": "js",
|
|
16950
|
+
"name": "*",
|
|
16951
|
+
"declaration": {
|
|
16952
|
+
"name": "*",
|
|
16953
|
+
"package": "./grid-pro-columns"
|
|
16954
|
+
}
|
|
16955
|
+
}
|
|
16956
|
+
]
|
|
16957
16957
|
}
|
|
16958
16958
|
]
|
|
16959
16959
|
}
|
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.344.
|
|
4
|
+
"version": "14.344.3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -38,19 +38,19 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@genesislcap/foundation-testing": "14.344.
|
|
42
|
-
"@genesislcap/genx": "14.344.
|
|
43
|
-
"@genesislcap/rollup-builder": "14.344.
|
|
44
|
-
"@genesislcap/ts-builder": "14.344.
|
|
45
|
-
"@genesislcap/uvu-playwright-builder": "14.344.
|
|
46
|
-
"@genesislcap/vite-builder": "14.344.
|
|
47
|
-
"@genesislcap/webpack-builder": "14.344.
|
|
41
|
+
"@genesislcap/foundation-testing": "14.344.3",
|
|
42
|
+
"@genesislcap/genx": "14.344.3",
|
|
43
|
+
"@genesislcap/rollup-builder": "14.344.3",
|
|
44
|
+
"@genesislcap/ts-builder": "14.344.3",
|
|
45
|
+
"@genesislcap/uvu-playwright-builder": "14.344.3",
|
|
46
|
+
"@genesislcap/vite-builder": "14.344.3",
|
|
47
|
+
"@genesislcap/webpack-builder": "14.344.3"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@genesislcap/foundation-comms": "14.344.
|
|
51
|
-
"@genesislcap/foundation-logger": "14.344.
|
|
52
|
-
"@genesislcap/foundation-ui": "14.344.
|
|
53
|
-
"@genesislcap/foundation-utils": "14.344.
|
|
50
|
+
"@genesislcap/foundation-comms": "14.344.3",
|
|
51
|
+
"@genesislcap/foundation-logger": "14.344.3",
|
|
52
|
+
"@genesislcap/foundation-ui": "14.344.3",
|
|
53
|
+
"@genesislcap/foundation-utils": "14.344.3",
|
|
54
54
|
"@microsoft/fast-colors": "5.3.1",
|
|
55
55
|
"@microsoft/fast-components": "2.30.6",
|
|
56
56
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
77
|
"customElements": "dist/custom-elements.json",
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "3bcfeb287038cf141948489834c5cb8aa574cb53"
|
|
79
79
|
}
|