@genesislcap/grid-pro 14.237.1 → 14.237.2-alpha-78ebbc0.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/dts/column/column.d.ts +46 -29
- package/dist/dts/column/column.d.ts.map +1 -1
- package/dist/dts/datasource/base.datasource.d.ts +45 -29
- package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.datasource.d.ts +46 -29
- package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +53 -30
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +49 -36
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/dts/grid-pro.types.d.ts +1 -1
- package/dist/dts/grid-pro.types.d.ts.map +1 -1
- package/dist/dts/tsdoc-metadata.json +1 -1
- package/dist/esm/cell-renderers/select.renderer.js +1 -1
- package/dist/esm/datasource/server-side.datasource.js +6 -6
- package/dist/esm/datasource/server-side.resource-base.js +1 -1
- package/dist/esm/datasource/server-side.resource-dataserver.js +1 -1
- package/dist/esm/datasource/server-side.resource-reqrep.js +1 -1
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +4 -4
- package/dist/esm/grid-pro.js +5 -5
- package/dist/esm/state-persistence/kv-state.js +3 -3
- package/dist/grid-pro.api.json +1303 -317
- package/dist/grid-pro.d.ts +238 -154
- package/docs/api/grid-pro.agthemefontsid.md +13 -1
- package/docs/api/grid-pro.agthemetokenmapclassname.md +13 -1
- package/docs/api/grid-pro.agthemetokenmapcss.md +14 -1
- package/docs/api/grid-pro.converttokebabcase.md +14 -1
- package/docs/api/grid-pro.formatdateextra.md +34 -0
- package/docs/api/grid-pro.foundationagbooleanrenderer.md +11 -1
- package/docs/api/grid-pro.foundationageditablerenderer.md +11 -1
- package/docs/api/grid-pro.foundationagselectrenderer.md +11 -1
- package/docs/api/grid-pro.foundationagtextfieldrenderer.md +11 -1
- package/docs/api/grid-pro.foundationagtextrenderer.md +11 -1
- package/docs/api/grid-pro.foundationdateeditor.md +11 -1
- package/docs/api/grid-pro.foundationgridpro.md +11 -1
- package/docs/api/grid-pro.foundationgridproactionrenderer.md +11 -1
- package/docs/api/grid-pro.foundationgridproactionsmenurenderer.md +11 -1
- package/docs/api/grid-pro.foundationmultiselecteditor.md +11 -1
- package/docs/api/grid-pro.foundationnumbereditor.md +11 -1
- package/docs/api/grid-pro.foundationselecteditor.md +11 -1
- package/docs/api/grid-pro.foundationstringeditor.md +11 -1
- package/docs/api/grid-pro.getactionsmenudef.md +17 -1
- package/docs/api/grid-pro.getagbooleanrenderertemplate.md +14 -1
- package/docs/api/grid-pro.getageditablerenderertemplate.md +14 -1
- package/docs/api/grid-pro.getcolumntype.md +33 -0
- package/docs/api/grid-pro.getdateeditortemplate.md +14 -1
- package/docs/api/grid-pro.getfilterbyfieldtype.md +33 -0
- package/docs/api/grid-pro.getgridprotemplate.md +14 -1
- package/docs/api/grid-pro.getmultiselecteditortemplate.md +14 -1
- package/docs/api/grid-pro.getnumbereditortemplate.md +14 -1
- package/docs/api/grid-pro.getselecteditortemplate.md +14 -1
- package/docs/api/grid-pro.getselectrenderertemplate.md +14 -1
- package/docs/api/grid-pro.getstringeditortemplate.md +14 -1
- package/docs/api/grid-pro.gettextfieldrenderertemplate.md +14 -1
- package/docs/api/grid-pro.gettextrenderertemplate.md +12 -1
- package/docs/api/grid-pro.gridpro.md +1 -1
- package/docs/api/grid-pro.gridproserversidedatasource.applyasyncfuncname.md +14 -0
- package/docs/api/grid-pro.gridproserversidedatasource.applyfuncname.md +14 -0
- package/docs/api/grid-pro.gridproserversidedatasource.liveupdates.md +21 -0
- package/docs/api/grid-pro.gridproserversidedatasource.md +35 -0
- package/docs/api/grid-pro.gridproserversidedatasource.pagination.md +14 -0
- package/docs/api/grid-pro.gridproserversidedatasource.params.md +14 -0
- package/docs/api/grid-pro.gridproserversidedatasource.request.md +14 -0
- package/docs/api/grid-pro.gridproserversidedatasource.rowmodel.md +14 -0
- package/docs/api/grid-pro.gridproserversidedatasource.zerobasedviewnumber.md +21 -0
- package/docs/api/grid-pro.md +33 -29
- package/docs/{api-report.md → api-report.md.api.md} +3 -1
- package/package.json +14 -14
package/dist/grid-pro.api.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.
|
|
4
|
+
"toolVersion": "7.48.0",
|
|
5
5
|
"schemaVersion": 1011,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
@@ -2827,27 +2827,45 @@
|
|
|
2827
2827
|
}
|
|
2828
2828
|
},
|
|
2829
2829
|
{
|
|
2830
|
-
"kind": "
|
|
2831
|
-
"canonicalReference": "@genesislcap/grid-pro!agThemeFontsId:
|
|
2830
|
+
"kind": "Function",
|
|
2831
|
+
"canonicalReference": "@genesislcap/grid-pro!agThemeFontsId:function(1)",
|
|
2832
2832
|
"docComment": "/**\n * Generates the id name for custom Grid Pro fonts.\n *\n * @param themeName - the Grid Pro theme name\n *\n * @returns the id name for the Grid Pro fonts\n *\n * @example\n *\n * The result of this is used in the id of style tag:\n * ```html\n * <style id=\"ag-theme-alpine-fonts\"></style>\n * ```\n *\n * @public\n */\n",
|
|
2833
2833
|
"excerptTokens": [
|
|
2834
2834
|
{
|
|
2835
2835
|
"kind": "Content",
|
|
2836
|
-
"text": "agThemeFontsId: "
|
|
2836
|
+
"text": "agThemeFontsId: (themeName: "
|
|
2837
|
+
},
|
|
2838
|
+
{
|
|
2839
|
+
"kind": "Content",
|
|
2840
|
+
"text": "string"
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"kind": "Content",
|
|
2844
|
+
"text": ") => "
|
|
2837
2845
|
},
|
|
2838
2846
|
{
|
|
2839
2847
|
"kind": "Content",
|
|
2840
|
-
"text": "
|
|
2848
|
+
"text": "string"
|
|
2841
2849
|
}
|
|
2842
2850
|
],
|
|
2843
2851
|
"fileUrlPath": "src/grid-pro.types.ts",
|
|
2844
|
-
"
|
|
2852
|
+
"returnTypeTokenRange": {
|
|
2853
|
+
"startIndex": 3,
|
|
2854
|
+
"endIndex": 4
|
|
2855
|
+
},
|
|
2845
2856
|
"releaseTag": "Public",
|
|
2846
|
-
"
|
|
2847
|
-
"
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2857
|
+
"overloadIndex": 1,
|
|
2858
|
+
"parameters": [
|
|
2859
|
+
{
|
|
2860
|
+
"parameterName": "themeName",
|
|
2861
|
+
"parameterTypeTokenRange": {
|
|
2862
|
+
"startIndex": 1,
|
|
2863
|
+
"endIndex": 2
|
|
2864
|
+
},
|
|
2865
|
+
"isOptional": false
|
|
2866
|
+
}
|
|
2867
|
+
],
|
|
2868
|
+
"name": "agThemeFontsId"
|
|
2851
2869
|
},
|
|
2852
2870
|
{
|
|
2853
2871
|
"kind": "Variable",
|
|
@@ -2878,40 +2896,62 @@
|
|
|
2878
2896
|
}
|
|
2879
2897
|
},
|
|
2880
2898
|
{
|
|
2881
|
-
"kind": "
|
|
2882
|
-
"canonicalReference": "@genesislcap/grid-pro!agThemeTokenMapClassname:
|
|
2899
|
+
"kind": "Function",
|
|
2900
|
+
"canonicalReference": "@genesislcap/grid-pro!agThemeTokenMapClassname:function(1)",
|
|
2883
2901
|
"docComment": "/**\n * Generates the class name for a given Grid Pro theme name.\n *\n * @param themeName - the Grid Pro theme name\n *\n * @returns the class name for the Grid Pro token map\n *\n * @example\n *\n * The result of this will be a class name that is applied to the grid part of GridPro template (actual content of the class comes from agThemeTokenMapCSS):\n * ```html\n * <span part=\"grid\" class=\"ag-theme-genesis-rapid-dark\">\n * ```\n *\n * @public\n */\n",
|
|
2884
2902
|
"excerptTokens": [
|
|
2885
2903
|
{
|
|
2886
2904
|
"kind": "Content",
|
|
2887
|
-
"text": "agThemeTokenMapClassname: "
|
|
2905
|
+
"text": "agThemeTokenMapClassname: (themeName: "
|
|
2906
|
+
},
|
|
2907
|
+
{
|
|
2908
|
+
"kind": "Content",
|
|
2909
|
+
"text": "string"
|
|
2888
2910
|
},
|
|
2889
2911
|
{
|
|
2890
2912
|
"kind": "Content",
|
|
2891
|
-
"text": "
|
|
2913
|
+
"text": ") => "
|
|
2914
|
+
},
|
|
2915
|
+
{
|
|
2916
|
+
"kind": "Content",
|
|
2917
|
+
"text": "string"
|
|
2892
2918
|
}
|
|
2893
2919
|
],
|
|
2894
2920
|
"fileUrlPath": "src/grid-pro.types.ts",
|
|
2895
|
-
"
|
|
2921
|
+
"returnTypeTokenRange": {
|
|
2922
|
+
"startIndex": 3,
|
|
2923
|
+
"endIndex": 4
|
|
2924
|
+
},
|
|
2896
2925
|
"releaseTag": "Public",
|
|
2897
|
-
"
|
|
2898
|
-
"
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2926
|
+
"overloadIndex": 1,
|
|
2927
|
+
"parameters": [
|
|
2928
|
+
{
|
|
2929
|
+
"parameterName": "themeName",
|
|
2930
|
+
"parameterTypeTokenRange": {
|
|
2931
|
+
"startIndex": 1,
|
|
2932
|
+
"endIndex": 2
|
|
2933
|
+
},
|
|
2934
|
+
"isOptional": false
|
|
2935
|
+
}
|
|
2936
|
+
],
|
|
2937
|
+
"name": "agThemeTokenMapClassname"
|
|
2902
2938
|
},
|
|
2903
2939
|
{
|
|
2904
|
-
"kind": "
|
|
2905
|
-
"canonicalReference": "@genesislcap/grid-pro!agThemeTokenMapCSS:
|
|
2940
|
+
"kind": "Function",
|
|
2941
|
+
"canonicalReference": "@genesislcap/grid-pro!agThemeTokenMapCSS:function(1)",
|
|
2906
2942
|
"docComment": "/**\n * Generates the CSS for a given GridPro theme name and token map\n *\n * @param themeName - the GridPro theme name\n *\n * @param tokenMap - a map of CSS variables {@link @genesislcap/grid-pro#AgGridCSSVars} and custom token values\n *\n * @returns the CSS for the Grid Pro token map\n *\n * @example\n * ```ts\n * export const agThemeGenesisRapidTokens = {\n * backgroundColor: create<Swatch>('rapid-ag-background-color').withDefault((elem: HTMLElement) =>\n * baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n * ? lightColors.backgroundSwatch\n * : darkColors.backgroundSwatch\n * ),\n * foregroundColor: create<Swatch>('rapid-ag-foreground-color').withDefault((elem: HTMLElement) =>\n * baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n * ? lightColors.foregroundSwatch\n * : darkColors.foregroundSwatch\n * ),\n * };\n * export const agThemeGenesisRapidTokenMap: CSSVarTokenMap<AgGridCSSVars | string> = {\n * [AgGridCSSVars.backgroundColor]: agThemeGenesisRapidTokens.backgroundColor,\n * [AgGridCSSVars.foregroundColor]: agThemeGenesisRapidTokens.foregroundColor,\n * };\n * ```\n *\n * @public\n */\n",
|
|
2907
2943
|
"excerptTokens": [
|
|
2908
2944
|
{
|
|
2909
2945
|
"kind": "Content",
|
|
2910
|
-
"text": "agThemeTokenMapCSS: "
|
|
2946
|
+
"text": "agThemeTokenMapCSS: (themeName: "
|
|
2911
2947
|
},
|
|
2912
2948
|
{
|
|
2913
2949
|
"kind": "Content",
|
|
2914
|
-
"text": "
|
|
2950
|
+
"text": "string"
|
|
2951
|
+
},
|
|
2952
|
+
{
|
|
2953
|
+
"kind": "Content",
|
|
2954
|
+
"text": ", tokenMap: "
|
|
2915
2955
|
},
|
|
2916
2956
|
{
|
|
2917
2957
|
"kind": "Reference",
|
|
@@ -2920,7 +2960,15 @@
|
|
|
2920
2960
|
},
|
|
2921
2961
|
{
|
|
2922
2962
|
"kind": "Content",
|
|
2923
|
-
"text": "<any>
|
|
2963
|
+
"text": "<any>"
|
|
2964
|
+
},
|
|
2965
|
+
{
|
|
2966
|
+
"kind": "Content",
|
|
2967
|
+
"text": ") => "
|
|
2968
|
+
},
|
|
2969
|
+
{
|
|
2970
|
+
"kind": "Content",
|
|
2971
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
2924
2972
|
},
|
|
2925
2973
|
{
|
|
2926
2974
|
"kind": "Reference",
|
|
@@ -2929,13 +2977,31 @@
|
|
|
2929
2977
|
}
|
|
2930
2978
|
],
|
|
2931
2979
|
"fileUrlPath": "src/grid-pro.types.ts",
|
|
2932
|
-
"
|
|
2980
|
+
"returnTypeTokenRange": {
|
|
2981
|
+
"startIndex": 6,
|
|
2982
|
+
"endIndex": 8
|
|
2983
|
+
},
|
|
2933
2984
|
"releaseTag": "Public",
|
|
2934
|
-
"
|
|
2935
|
-
"
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2985
|
+
"overloadIndex": 1,
|
|
2986
|
+
"parameters": [
|
|
2987
|
+
{
|
|
2988
|
+
"parameterName": "themeName",
|
|
2989
|
+
"parameterTypeTokenRange": {
|
|
2990
|
+
"startIndex": 1,
|
|
2991
|
+
"endIndex": 2
|
|
2992
|
+
},
|
|
2993
|
+
"isOptional": false
|
|
2994
|
+
},
|
|
2995
|
+
{
|
|
2996
|
+
"parameterName": "tokenMap",
|
|
2997
|
+
"parameterTypeTokenRange": {
|
|
2998
|
+
"startIndex": 3,
|
|
2999
|
+
"endIndex": 5
|
|
3000
|
+
},
|
|
3001
|
+
"isOptional": false
|
|
3002
|
+
}
|
|
3003
|
+
],
|
|
3004
|
+
"name": "agThemeTokenMapCSS"
|
|
2939
3005
|
},
|
|
2940
3006
|
{
|
|
2941
3007
|
"kind": "Class",
|
|
@@ -3481,27 +3547,45 @@
|
|
|
3481
3547
|
}
|
|
3482
3548
|
},
|
|
3483
3549
|
{
|
|
3484
|
-
"kind": "
|
|
3485
|
-
"canonicalReference": "@genesislcap/grid-pro!convertToKebabCase:
|
|
3550
|
+
"kind": "Function",
|
|
3551
|
+
"canonicalReference": "@genesislcap/grid-pro!convertToKebabCase:function(1)",
|
|
3486
3552
|
"docComment": "/**\n * Convert string values from 'camelCase' to 'kebab-case'\n *\n * @param value - The value to convert to Kebab case.\n *\n * @returns The Kebab case result.\n *\n * @public\n */\n",
|
|
3487
3553
|
"excerptTokens": [
|
|
3488
3554
|
{
|
|
3489
3555
|
"kind": "Content",
|
|
3490
|
-
"text": "convertToKebabCase: "
|
|
3556
|
+
"text": "convertToKebabCase: (value: "
|
|
3557
|
+
},
|
|
3558
|
+
{
|
|
3559
|
+
"kind": "Content",
|
|
3560
|
+
"text": "string"
|
|
3561
|
+
},
|
|
3562
|
+
{
|
|
3563
|
+
"kind": "Content",
|
|
3564
|
+
"text": ") => "
|
|
3491
3565
|
},
|
|
3492
3566
|
{
|
|
3493
3567
|
"kind": "Content",
|
|
3494
|
-
"text": "
|
|
3568
|
+
"text": "string"
|
|
3495
3569
|
}
|
|
3496
3570
|
],
|
|
3497
3571
|
"fileUrlPath": "src/utils/string.ts",
|
|
3498
|
-
"
|
|
3572
|
+
"returnTypeTokenRange": {
|
|
3573
|
+
"startIndex": 3,
|
|
3574
|
+
"endIndex": 4
|
|
3575
|
+
},
|
|
3499
3576
|
"releaseTag": "Public",
|
|
3500
|
-
"
|
|
3501
|
-
"
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3577
|
+
"overloadIndex": 1,
|
|
3578
|
+
"parameters": [
|
|
3579
|
+
{
|
|
3580
|
+
"parameterName": "value",
|
|
3581
|
+
"parameterTypeTokenRange": {
|
|
3582
|
+
"startIndex": 1,
|
|
3583
|
+
"endIndex": 2
|
|
3584
|
+
},
|
|
3585
|
+
"isOptional": false
|
|
3586
|
+
}
|
|
3587
|
+
],
|
|
3588
|
+
"name": "convertToKebabCase"
|
|
3505
3589
|
},
|
|
3506
3590
|
{
|
|
3507
3591
|
"kind": "Variable",
|
|
@@ -4568,17 +4652,62 @@
|
|
|
4568
4652
|
}
|
|
4569
4653
|
},
|
|
4570
4654
|
{
|
|
4571
|
-
"kind": "
|
|
4572
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
4655
|
+
"kind": "Function",
|
|
4656
|
+
"canonicalReference": "@genesislcap/grid-pro!formatDateExtra:function(1)",
|
|
4657
|
+
"docComment": "/**\n * Returns a formatted date value from an epoch number.\n *\n * @deprecated\n *\n * No longer used in the Grid Pro package.\n *\n * @param epoch - A number representing the number of milliseconds since the Unix epoch (1 January 1970 00:00:00 UTC).\n *\n * @returns A formatted date value.\n *\n * @alpha\n */\n",
|
|
4658
|
+
"excerptTokens": [
|
|
4659
|
+
{
|
|
4660
|
+
"kind": "Content",
|
|
4661
|
+
"text": "export declare function formatDateExtra(epoch: "
|
|
4662
|
+
},
|
|
4663
|
+
{
|
|
4664
|
+
"kind": "Content",
|
|
4665
|
+
"text": "number"
|
|
4666
|
+
},
|
|
4667
|
+
{
|
|
4668
|
+
"kind": "Content",
|
|
4669
|
+
"text": "): "
|
|
4670
|
+
},
|
|
4671
|
+
{
|
|
4672
|
+
"kind": "Content",
|
|
4673
|
+
"text": "string"
|
|
4674
|
+
},
|
|
4675
|
+
{
|
|
4676
|
+
"kind": "Content",
|
|
4677
|
+
"text": ";"
|
|
4678
|
+
}
|
|
4679
|
+
],
|
|
4680
|
+
"fileUrlPath": "src/grid-pro.definitions.ts",
|
|
4681
|
+
"returnTypeTokenRange": {
|
|
4682
|
+
"startIndex": 3,
|
|
4683
|
+
"endIndex": 4
|
|
4684
|
+
},
|
|
4685
|
+
"releaseTag": "Alpha",
|
|
4686
|
+
"overloadIndex": 1,
|
|
4687
|
+
"parameters": [
|
|
4688
|
+
{
|
|
4689
|
+
"parameterName": "epoch",
|
|
4690
|
+
"parameterTypeTokenRange": {
|
|
4691
|
+
"startIndex": 1,
|
|
4692
|
+
"endIndex": 2
|
|
4693
|
+
},
|
|
4694
|
+
"isOptional": false
|
|
4695
|
+
}
|
|
4696
|
+
],
|
|
4697
|
+
"name": "formatDateExtra"
|
|
4698
|
+
},
|
|
4699
|
+
{
|
|
4700
|
+
"kind": "Function",
|
|
4701
|
+
"canonicalReference": "@genesislcap/grid-pro!foundationAgBooleanRenderer:function(1)",
|
|
4573
4702
|
"docComment": "/**\n * A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-boolean-renderer\\>\n *\n * @public\n */\n",
|
|
4574
4703
|
"excerptTokens": [
|
|
4575
4704
|
{
|
|
4576
4705
|
"kind": "Content",
|
|
4577
|
-
"text": "foundationAgBooleanRenderer: "
|
|
4706
|
+
"text": "foundationAgBooleanRenderer: (overrideDefinition?: "
|
|
4578
4707
|
},
|
|
4579
4708
|
{
|
|
4580
4709
|
"kind": "Content",
|
|
4581
|
-
"text": "
|
|
4710
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
4582
4711
|
},
|
|
4583
4712
|
{
|
|
4584
4713
|
"kind": "Reference",
|
|
@@ -4614,7 +4743,15 @@
|
|
|
4614
4743
|
},
|
|
4615
4744
|
{
|
|
4616
4745
|
"kind": "Content",
|
|
4617
|
-
"text": ", any>;\n}>
|
|
4746
|
+
"text": ", any>;\n}>"
|
|
4747
|
+
},
|
|
4748
|
+
{
|
|
4749
|
+
"kind": "Content",
|
|
4750
|
+
"text": ") => "
|
|
4751
|
+
},
|
|
4752
|
+
{
|
|
4753
|
+
"kind": "Content",
|
|
4754
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
4618
4755
|
},
|
|
4619
4756
|
{
|
|
4620
4757
|
"kind": "Reference",
|
|
@@ -4663,26 +4800,36 @@
|
|
|
4663
4800
|
}
|
|
4664
4801
|
],
|
|
4665
4802
|
"fileUrlPath": "src/cell-renderers/boolean.renderer.ts",
|
|
4666
|
-
"
|
|
4803
|
+
"returnTypeTokenRange": {
|
|
4804
|
+
"startIndex": 11,
|
|
4805
|
+
"endIndex": 22
|
|
4806
|
+
},
|
|
4667
4807
|
"releaseTag": "Public",
|
|
4668
|
-
"
|
|
4669
|
-
"
|
|
4670
|
-
|
|
4671
|
-
|
|
4672
|
-
|
|
4808
|
+
"overloadIndex": 1,
|
|
4809
|
+
"parameters": [
|
|
4810
|
+
{
|
|
4811
|
+
"parameterName": "overrideDefinition",
|
|
4812
|
+
"parameterTypeTokenRange": {
|
|
4813
|
+
"startIndex": 1,
|
|
4814
|
+
"endIndex": 10
|
|
4815
|
+
},
|
|
4816
|
+
"isOptional": true
|
|
4817
|
+
}
|
|
4818
|
+
],
|
|
4819
|
+
"name": "foundationAgBooleanRenderer"
|
|
4673
4820
|
},
|
|
4674
4821
|
{
|
|
4675
|
-
"kind": "
|
|
4676
|
-
"canonicalReference": "@genesislcap/grid-pro!foundationAgEditableRenderer:
|
|
4822
|
+
"kind": "Function",
|
|
4823
|
+
"canonicalReference": "@genesislcap/grid-pro!foundationAgEditableRenderer:function(1)",
|
|
4677
4824
|
"docComment": "/**\n * A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-editable-renderer\\>\n *\n * @public\n */\n",
|
|
4678
4825
|
"excerptTokens": [
|
|
4679
4826
|
{
|
|
4680
4827
|
"kind": "Content",
|
|
4681
|
-
"text": "foundationAgEditableRenderer: "
|
|
4828
|
+
"text": "foundationAgEditableRenderer: (overrideDefinition?: "
|
|
4682
4829
|
},
|
|
4683
4830
|
{
|
|
4684
4831
|
"kind": "Content",
|
|
4685
|
-
"text": "
|
|
4832
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
4686
4833
|
},
|
|
4687
4834
|
{
|
|
4688
4835
|
"kind": "Reference",
|
|
@@ -4718,7 +4865,15 @@
|
|
|
4718
4865
|
},
|
|
4719
4866
|
{
|
|
4720
4867
|
"kind": "Content",
|
|
4721
|
-
"text": ", any>;\n}>
|
|
4868
|
+
"text": ", any>;\n}>"
|
|
4869
|
+
},
|
|
4870
|
+
{
|
|
4871
|
+
"kind": "Content",
|
|
4872
|
+
"text": ") => "
|
|
4873
|
+
},
|
|
4874
|
+
{
|
|
4875
|
+
"kind": "Content",
|
|
4876
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
4722
4877
|
},
|
|
4723
4878
|
{
|
|
4724
4879
|
"kind": "Reference",
|
|
@@ -4767,26 +4922,36 @@
|
|
|
4767
4922
|
}
|
|
4768
4923
|
],
|
|
4769
4924
|
"fileUrlPath": "src/cell-renderers/editable.renderer.ts",
|
|
4770
|
-
"
|
|
4925
|
+
"returnTypeTokenRange": {
|
|
4926
|
+
"startIndex": 11,
|
|
4927
|
+
"endIndex": 22
|
|
4928
|
+
},
|
|
4771
4929
|
"releaseTag": "Public",
|
|
4772
|
-
"
|
|
4773
|
-
"
|
|
4774
|
-
|
|
4775
|
-
|
|
4776
|
-
|
|
4930
|
+
"overloadIndex": 1,
|
|
4931
|
+
"parameters": [
|
|
4932
|
+
{
|
|
4933
|
+
"parameterName": "overrideDefinition",
|
|
4934
|
+
"parameterTypeTokenRange": {
|
|
4935
|
+
"startIndex": 1,
|
|
4936
|
+
"endIndex": 10
|
|
4937
|
+
},
|
|
4938
|
+
"isOptional": true
|
|
4939
|
+
}
|
|
4940
|
+
],
|
|
4941
|
+
"name": "foundationAgEditableRenderer"
|
|
4777
4942
|
},
|
|
4778
4943
|
{
|
|
4779
|
-
"kind": "
|
|
4780
|
-
"canonicalReference": "@genesislcap/grid-pro!foundationAgSelectRenderer:
|
|
4944
|
+
"kind": "Function",
|
|
4945
|
+
"canonicalReference": "@genesislcap/grid-pro!foundationAgSelectRenderer:function(1)",
|
|
4781
4946
|
"docComment": "/**\n * A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-select-renderer\\>\n *\n * @public\n */\n",
|
|
4782
4947
|
"excerptTokens": [
|
|
4783
4948
|
{
|
|
4784
4949
|
"kind": "Content",
|
|
4785
|
-
"text": "foundationAgSelectRenderer: "
|
|
4950
|
+
"text": "foundationAgSelectRenderer: (overrideDefinition?: "
|
|
4786
4951
|
},
|
|
4787
4952
|
{
|
|
4788
4953
|
"kind": "Content",
|
|
4789
|
-
"text": "
|
|
4954
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
4790
4955
|
},
|
|
4791
4956
|
{
|
|
4792
4957
|
"kind": "Reference",
|
|
@@ -4813,7 +4978,15 @@
|
|
|
4813
4978
|
},
|
|
4814
4979
|
{
|
|
4815
4980
|
"kind": "Content",
|
|
4816
|
-
"text": "<any, any>;\n}>
|
|
4981
|
+
"text": "<any, any>;\n}>"
|
|
4982
|
+
},
|
|
4983
|
+
{
|
|
4984
|
+
"kind": "Content",
|
|
4985
|
+
"text": ") => "
|
|
4986
|
+
},
|
|
4987
|
+
{
|
|
4988
|
+
"kind": "Content",
|
|
4989
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
4817
4990
|
},
|
|
4818
4991
|
{
|
|
4819
4992
|
"kind": "Reference",
|
|
@@ -4853,26 +5026,36 @@
|
|
|
4853
5026
|
}
|
|
4854
5027
|
],
|
|
4855
5028
|
"fileUrlPath": "src/cell-renderers/select.renderer.ts",
|
|
4856
|
-
"
|
|
5029
|
+
"returnTypeTokenRange": {
|
|
5030
|
+
"startIndex": 9,
|
|
5031
|
+
"endIndex": 18
|
|
5032
|
+
},
|
|
4857
5033
|
"releaseTag": "Public",
|
|
4858
|
-
"
|
|
4859
|
-
"
|
|
4860
|
-
|
|
4861
|
-
|
|
4862
|
-
|
|
5034
|
+
"overloadIndex": 1,
|
|
5035
|
+
"parameters": [
|
|
5036
|
+
{
|
|
5037
|
+
"parameterName": "overrideDefinition",
|
|
5038
|
+
"parameterTypeTokenRange": {
|
|
5039
|
+
"startIndex": 1,
|
|
5040
|
+
"endIndex": 8
|
|
5041
|
+
},
|
|
5042
|
+
"isOptional": true
|
|
5043
|
+
}
|
|
5044
|
+
],
|
|
5045
|
+
"name": "foundationAgSelectRenderer"
|
|
4863
5046
|
},
|
|
4864
5047
|
{
|
|
4865
|
-
"kind": "
|
|
4866
|
-
"canonicalReference": "@genesislcap/grid-pro!foundationAgTextFieldRenderer:
|
|
5048
|
+
"kind": "Function",
|
|
5049
|
+
"canonicalReference": "@genesislcap/grid-pro!foundationAgTextFieldRenderer:function(1)",
|
|
4867
5050
|
"docComment": "/**\n * A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-grid-pro-text-field-renderer\\>\n *\n * @public\n */\n",
|
|
4868
5051
|
"excerptTokens": [
|
|
4869
5052
|
{
|
|
4870
5053
|
"kind": "Content",
|
|
4871
|
-
"text": "foundationAgTextFieldRenderer: "
|
|
5054
|
+
"text": "foundationAgTextFieldRenderer: (overrideDefinition?: "
|
|
4872
5055
|
},
|
|
4873
5056
|
{
|
|
4874
5057
|
"kind": "Content",
|
|
4875
|
-
"text": "
|
|
5058
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
4876
5059
|
},
|
|
4877
5060
|
{
|
|
4878
5061
|
"kind": "Reference",
|
|
@@ -4908,7 +5091,15 @@
|
|
|
4908
5091
|
},
|
|
4909
5092
|
{
|
|
4910
5093
|
"kind": "Content",
|
|
4911
|
-
"text": ", any>;\n}>
|
|
5094
|
+
"text": ", any>;\n}>"
|
|
5095
|
+
},
|
|
5096
|
+
{
|
|
5097
|
+
"kind": "Content",
|
|
5098
|
+
"text": ") => "
|
|
5099
|
+
},
|
|
5100
|
+
{
|
|
5101
|
+
"kind": "Content",
|
|
5102
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
4912
5103
|
},
|
|
4913
5104
|
{
|
|
4914
5105
|
"kind": "Reference",
|
|
@@ -4957,26 +5148,36 @@
|
|
|
4957
5148
|
}
|
|
4958
5149
|
],
|
|
4959
5150
|
"fileUrlPath": "src/cell-renderers/text-field.renderer.ts",
|
|
4960
|
-
"
|
|
5151
|
+
"returnTypeTokenRange": {
|
|
5152
|
+
"startIndex": 11,
|
|
5153
|
+
"endIndex": 22
|
|
5154
|
+
},
|
|
4961
5155
|
"releaseTag": "Public",
|
|
4962
|
-
"
|
|
4963
|
-
"
|
|
4964
|
-
"startIndex": 1,
|
|
4965
|
-
"endIndex": 20
|
|
4966
|
-
}
|
|
4967
|
-
},
|
|
4968
|
-
{
|
|
4969
|
-
"kind": "Variable",
|
|
4970
|
-
"canonicalReference": "@genesislcap/grid-pro!foundationAgTextRenderer:var",
|
|
4971
|
-
"docComment": "/**\n * A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-grid-text-renderer\\>\n *\n * @deprecated\n *\n * - Use foundationAgTextFieldRenderer instead\n *\n * @public\n */\n",
|
|
4972
|
-
"excerptTokens": [
|
|
5156
|
+
"overloadIndex": 1,
|
|
5157
|
+
"parameters": [
|
|
4973
5158
|
{
|
|
4974
|
-
"
|
|
4975
|
-
"
|
|
5159
|
+
"parameterName": "overrideDefinition",
|
|
5160
|
+
"parameterTypeTokenRange": {
|
|
5161
|
+
"startIndex": 1,
|
|
5162
|
+
"endIndex": 10
|
|
5163
|
+
},
|
|
5164
|
+
"isOptional": true
|
|
5165
|
+
}
|
|
5166
|
+
],
|
|
5167
|
+
"name": "foundationAgTextFieldRenderer"
|
|
5168
|
+
},
|
|
5169
|
+
{
|
|
5170
|
+
"kind": "Function",
|
|
5171
|
+
"canonicalReference": "@genesislcap/grid-pro!foundationAgTextRenderer:function(1)",
|
|
5172
|
+
"docComment": "/**\n * A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-grid-text-renderer\\>\n *\n * @deprecated\n *\n * - Use foundationAgTextFieldRenderer instead\n *\n * @public\n */\n",
|
|
5173
|
+
"excerptTokens": [
|
|
5174
|
+
{
|
|
5175
|
+
"kind": "Content",
|
|
5176
|
+
"text": "foundationAgTextRenderer: (overrideDefinition?: "
|
|
4976
5177
|
},
|
|
4977
5178
|
{
|
|
4978
5179
|
"kind": "Content",
|
|
4979
|
-
"text": "
|
|
5180
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
4980
5181
|
},
|
|
4981
5182
|
{
|
|
4982
5183
|
"kind": "Reference",
|
|
@@ -5012,7 +5213,15 @@
|
|
|
5012
5213
|
},
|
|
5013
5214
|
{
|
|
5014
5215
|
"kind": "Content",
|
|
5015
|
-
"text": ", any>;\n}>
|
|
5216
|
+
"text": ", any>;\n}>"
|
|
5217
|
+
},
|
|
5218
|
+
{
|
|
5219
|
+
"kind": "Content",
|
|
5220
|
+
"text": ") => "
|
|
5221
|
+
},
|
|
5222
|
+
{
|
|
5223
|
+
"kind": "Content",
|
|
5224
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
5016
5225
|
},
|
|
5017
5226
|
{
|
|
5018
5227
|
"kind": "Reference",
|
|
@@ -5061,26 +5270,36 @@
|
|
|
5061
5270
|
}
|
|
5062
5271
|
],
|
|
5063
5272
|
"fileUrlPath": "src/cell-renderers/text.renderer.ts",
|
|
5064
|
-
"
|
|
5273
|
+
"returnTypeTokenRange": {
|
|
5274
|
+
"startIndex": 11,
|
|
5275
|
+
"endIndex": 22
|
|
5276
|
+
},
|
|
5065
5277
|
"releaseTag": "Public",
|
|
5066
|
-
"
|
|
5067
|
-
"
|
|
5068
|
-
|
|
5069
|
-
|
|
5070
|
-
|
|
5278
|
+
"overloadIndex": 1,
|
|
5279
|
+
"parameters": [
|
|
5280
|
+
{
|
|
5281
|
+
"parameterName": "overrideDefinition",
|
|
5282
|
+
"parameterTypeTokenRange": {
|
|
5283
|
+
"startIndex": 1,
|
|
5284
|
+
"endIndex": 10
|
|
5285
|
+
},
|
|
5286
|
+
"isOptional": true
|
|
5287
|
+
}
|
|
5288
|
+
],
|
|
5289
|
+
"name": "foundationAgTextRenderer"
|
|
5071
5290
|
},
|
|
5072
5291
|
{
|
|
5073
|
-
"kind": "
|
|
5074
|
-
"canonicalReference": "@genesislcap/grid-pro!foundationDateEditor:
|
|
5292
|
+
"kind": "Function",
|
|
5293
|
+
"canonicalReference": "@genesislcap/grid-pro!foundationDateEditor:function(1)",
|
|
5075
5294
|
"docComment": "/**\n * @remarks\n *\n * HTML Element: \\<foundation-select-editor\\>\n *\n * @public\n */\n",
|
|
5076
5295
|
"excerptTokens": [
|
|
5077
5296
|
{
|
|
5078
5297
|
"kind": "Content",
|
|
5079
|
-
"text": "foundationDateEditor: "
|
|
5298
|
+
"text": "foundationDateEditor: (overrideDefinition?: "
|
|
5080
5299
|
},
|
|
5081
5300
|
{
|
|
5082
5301
|
"kind": "Content",
|
|
5083
|
-
"text": "
|
|
5302
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
5084
5303
|
},
|
|
5085
5304
|
{
|
|
5086
5305
|
"kind": "Reference",
|
|
@@ -5116,7 +5335,15 @@
|
|
|
5116
5335
|
},
|
|
5117
5336
|
{
|
|
5118
5337
|
"kind": "Content",
|
|
5119
|
-
"text": ", any>;\n}>
|
|
5338
|
+
"text": ", any>;\n}>"
|
|
5339
|
+
},
|
|
5340
|
+
{
|
|
5341
|
+
"kind": "Content",
|
|
5342
|
+
"text": ") => "
|
|
5343
|
+
},
|
|
5344
|
+
{
|
|
5345
|
+
"kind": "Content",
|
|
5346
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
5120
5347
|
},
|
|
5121
5348
|
{
|
|
5122
5349
|
"kind": "Reference",
|
|
@@ -5165,13 +5392,23 @@
|
|
|
5165
5392
|
}
|
|
5166
5393
|
],
|
|
5167
5394
|
"fileUrlPath": "src/cell-editors/date.editor.ts",
|
|
5168
|
-
"
|
|
5395
|
+
"returnTypeTokenRange": {
|
|
5396
|
+
"startIndex": 11,
|
|
5397
|
+
"endIndex": 22
|
|
5398
|
+
},
|
|
5169
5399
|
"releaseTag": "Public",
|
|
5170
|
-
"
|
|
5171
|
-
"
|
|
5172
|
-
|
|
5173
|
-
|
|
5174
|
-
|
|
5400
|
+
"overloadIndex": 1,
|
|
5401
|
+
"parameters": [
|
|
5402
|
+
{
|
|
5403
|
+
"parameterName": "overrideDefinition",
|
|
5404
|
+
"parameterTypeTokenRange": {
|
|
5405
|
+
"startIndex": 1,
|
|
5406
|
+
"endIndex": 10
|
|
5407
|
+
},
|
|
5408
|
+
"isOptional": true
|
|
5409
|
+
}
|
|
5410
|
+
],
|
|
5411
|
+
"name": "foundationDateEditor"
|
|
5175
5412
|
},
|
|
5176
5413
|
{
|
|
5177
5414
|
"kind": "Variable",
|
|
@@ -6187,17 +6424,17 @@
|
|
|
6187
6424
|
}
|
|
6188
6425
|
},
|
|
6189
6426
|
{
|
|
6190
|
-
"kind": "
|
|
6191
|
-
"canonicalReference": "@genesislcap/grid-pro!foundationGridPro:
|
|
6427
|
+
"kind": "Function",
|
|
6428
|
+
"canonicalReference": "@genesislcap/grid-pro!foundationGridPro:function(1)",
|
|
6192
6429
|
"docComment": "/**\n * A function that returns a Foundation Grid Pro registration for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-grid-pro\\>\n *\n * @public\n */\n",
|
|
6193
6430
|
"excerptTokens": [
|
|
6194
6431
|
{
|
|
6195
6432
|
"kind": "Content",
|
|
6196
|
-
"text": "foundationGridPro: "
|
|
6433
|
+
"text": "foundationGridPro: (overrideDefinition?: "
|
|
6197
6434
|
},
|
|
6198
6435
|
{
|
|
6199
6436
|
"kind": "Content",
|
|
6200
|
-
"text": "
|
|
6437
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
6201
6438
|
},
|
|
6202
6439
|
{
|
|
6203
6440
|
"kind": "Reference",
|
|
@@ -6224,7 +6461,15 @@
|
|
|
6224
6461
|
},
|
|
6225
6462
|
{
|
|
6226
6463
|
"kind": "Content",
|
|
6227
|
-
"text": "<any, any>;\n}>
|
|
6464
|
+
"text": "<any, any>;\n}>"
|
|
6465
|
+
},
|
|
6466
|
+
{
|
|
6467
|
+
"kind": "Content",
|
|
6468
|
+
"text": ") => "
|
|
6469
|
+
},
|
|
6470
|
+
{
|
|
6471
|
+
"kind": "Content",
|
|
6472
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
6228
6473
|
},
|
|
6229
6474
|
{
|
|
6230
6475
|
"kind": "Reference",
|
|
@@ -6264,26 +6509,36 @@
|
|
|
6264
6509
|
}
|
|
6265
6510
|
],
|
|
6266
6511
|
"fileUrlPath": "src/grid-pro.ts",
|
|
6267
|
-
"
|
|
6512
|
+
"returnTypeTokenRange": {
|
|
6513
|
+
"startIndex": 9,
|
|
6514
|
+
"endIndex": 18
|
|
6515
|
+
},
|
|
6268
6516
|
"releaseTag": "Public",
|
|
6269
|
-
"
|
|
6270
|
-
"
|
|
6271
|
-
|
|
6272
|
-
|
|
6273
|
-
|
|
6517
|
+
"overloadIndex": 1,
|
|
6518
|
+
"parameters": [
|
|
6519
|
+
{
|
|
6520
|
+
"parameterName": "overrideDefinition",
|
|
6521
|
+
"parameterTypeTokenRange": {
|
|
6522
|
+
"startIndex": 1,
|
|
6523
|
+
"endIndex": 8
|
|
6524
|
+
},
|
|
6525
|
+
"isOptional": true
|
|
6526
|
+
}
|
|
6527
|
+
],
|
|
6528
|
+
"name": "foundationGridPro"
|
|
6274
6529
|
},
|
|
6275
6530
|
{
|
|
6276
|
-
"kind": "
|
|
6277
|
-
"canonicalReference": "@genesislcap/grid-pro!foundationGridProActionRenderer:
|
|
6531
|
+
"kind": "Function",
|
|
6532
|
+
"canonicalReference": "@genesislcap/grid-pro!foundationGridProActionRenderer:function(1)",
|
|
6278
6533
|
"docComment": "/**\n * A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-grid-pro-action-renderer\\>\n *\n * @public\n */\n",
|
|
6279
6534
|
"excerptTokens": [
|
|
6280
6535
|
{
|
|
6281
6536
|
"kind": "Content",
|
|
6282
|
-
"text": "foundationGridProActionRenderer: "
|
|
6537
|
+
"text": "foundationGridProActionRenderer: (overrideDefinition?: "
|
|
6283
6538
|
},
|
|
6284
6539
|
{
|
|
6285
6540
|
"kind": "Content",
|
|
6286
|
-
"text": "
|
|
6541
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
6287
6542
|
},
|
|
6288
6543
|
{
|
|
6289
6544
|
"kind": "Reference",
|
|
@@ -6319,7 +6574,15 @@
|
|
|
6319
6574
|
},
|
|
6320
6575
|
{
|
|
6321
6576
|
"kind": "Content",
|
|
6322
|
-
"text": ", any>;\n}>
|
|
6577
|
+
"text": ", any>;\n}>"
|
|
6578
|
+
},
|
|
6579
|
+
{
|
|
6580
|
+
"kind": "Content",
|
|
6581
|
+
"text": ") => "
|
|
6582
|
+
},
|
|
6583
|
+
{
|
|
6584
|
+
"kind": "Content",
|
|
6585
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
6323
6586
|
},
|
|
6324
6587
|
{
|
|
6325
6588
|
"kind": "Reference",
|
|
@@ -6368,26 +6631,36 @@
|
|
|
6368
6631
|
}
|
|
6369
6632
|
],
|
|
6370
6633
|
"fileUrlPath": "src/cell-renderers/action.renderer.ts",
|
|
6371
|
-
"
|
|
6634
|
+
"returnTypeTokenRange": {
|
|
6635
|
+
"startIndex": 11,
|
|
6636
|
+
"endIndex": 22
|
|
6637
|
+
},
|
|
6372
6638
|
"releaseTag": "Public",
|
|
6373
|
-
"
|
|
6374
|
-
"
|
|
6375
|
-
|
|
6376
|
-
|
|
6377
|
-
|
|
6639
|
+
"overloadIndex": 1,
|
|
6640
|
+
"parameters": [
|
|
6641
|
+
{
|
|
6642
|
+
"parameterName": "overrideDefinition",
|
|
6643
|
+
"parameterTypeTokenRange": {
|
|
6644
|
+
"startIndex": 1,
|
|
6645
|
+
"endIndex": 10
|
|
6646
|
+
},
|
|
6647
|
+
"isOptional": true
|
|
6648
|
+
}
|
|
6649
|
+
],
|
|
6650
|
+
"name": "foundationGridProActionRenderer"
|
|
6378
6651
|
},
|
|
6379
6652
|
{
|
|
6380
|
-
"kind": "
|
|
6381
|
-
"canonicalReference": "@genesislcap/grid-pro!foundationGridProActionsMenuRenderer:
|
|
6653
|
+
"kind": "Function",
|
|
6654
|
+
"canonicalReference": "@genesislcap/grid-pro!foundationGridProActionsMenuRenderer:function(1)",
|
|
6382
6655
|
"docComment": "/**\n * A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-grid-pro-actions-menu-renderer\\>\n *\n * @public\n */\n",
|
|
6383
6656
|
"excerptTokens": [
|
|
6384
6657
|
{
|
|
6385
6658
|
"kind": "Content",
|
|
6386
|
-
"text": "foundationGridProActionsMenuRenderer: "
|
|
6659
|
+
"text": "foundationGridProActionsMenuRenderer: (overrideDefinition?: "
|
|
6387
6660
|
},
|
|
6388
6661
|
{
|
|
6389
6662
|
"kind": "Content",
|
|
6390
|
-
"text": "
|
|
6663
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
6391
6664
|
},
|
|
6392
6665
|
{
|
|
6393
6666
|
"kind": "Reference",
|
|
@@ -6405,7 +6678,15 @@
|
|
|
6405
6678
|
},
|
|
6406
6679
|
{
|
|
6407
6680
|
"kind": "Content",
|
|
6408
|
-
"text": "<any, any>;\n}>
|
|
6681
|
+
"text": "<any, any>;\n}>"
|
|
6682
|
+
},
|
|
6683
|
+
{
|
|
6684
|
+
"kind": "Content",
|
|
6685
|
+
"text": ") => "
|
|
6686
|
+
},
|
|
6687
|
+
{
|
|
6688
|
+
"kind": "Content",
|
|
6689
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
6409
6690
|
},
|
|
6410
6691
|
{
|
|
6411
6692
|
"kind": "Reference",
|
|
@@ -6436,13 +6717,23 @@
|
|
|
6436
6717
|
}
|
|
6437
6718
|
],
|
|
6438
6719
|
"fileUrlPath": "src/cell-renderers/actions-menu.renderer.ts",
|
|
6439
|
-
"
|
|
6720
|
+
"returnTypeTokenRange": {
|
|
6721
|
+
"startIndex": 7,
|
|
6722
|
+
"endIndex": 14
|
|
6723
|
+
},
|
|
6440
6724
|
"releaseTag": "Public",
|
|
6441
|
-
"
|
|
6442
|
-
"
|
|
6443
|
-
|
|
6444
|
-
|
|
6445
|
-
|
|
6725
|
+
"overloadIndex": 1,
|
|
6726
|
+
"parameters": [
|
|
6727
|
+
{
|
|
6728
|
+
"parameterName": "overrideDefinition",
|
|
6729
|
+
"parameterTypeTokenRange": {
|
|
6730
|
+
"startIndex": 1,
|
|
6731
|
+
"endIndex": 6
|
|
6732
|
+
},
|
|
6733
|
+
"isOptional": true
|
|
6734
|
+
}
|
|
6735
|
+
],
|
|
6736
|
+
"name": "foundationGridProActionsMenuRenderer"
|
|
6446
6737
|
},
|
|
6447
6738
|
{
|
|
6448
6739
|
"kind": "Variable",
|
|
@@ -6493,17 +6784,17 @@
|
|
|
6493
6784
|
}
|
|
6494
6785
|
},
|
|
6495
6786
|
{
|
|
6496
|
-
"kind": "
|
|
6497
|
-
"canonicalReference": "@genesislcap/grid-pro!foundationMultiselectEditor:
|
|
6787
|
+
"kind": "Function",
|
|
6788
|
+
"canonicalReference": "@genesislcap/grid-pro!foundationMultiselectEditor:function(1)",
|
|
6498
6789
|
"docComment": "/**\n * @remarks\n *\n * HTML Element: \\<foundation-multiselect-editor\\>\n *\n * @public\n */\n",
|
|
6499
6790
|
"excerptTokens": [
|
|
6500
6791
|
{
|
|
6501
6792
|
"kind": "Content",
|
|
6502
|
-
"text": "foundationMultiselectEditor: "
|
|
6793
|
+
"text": "foundationMultiselectEditor: (overrideDefinition?: "
|
|
6503
6794
|
},
|
|
6504
6795
|
{
|
|
6505
6796
|
"kind": "Content",
|
|
6506
|
-
"text": "
|
|
6797
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
6507
6798
|
},
|
|
6508
6799
|
{
|
|
6509
6800
|
"kind": "Reference",
|
|
@@ -6539,7 +6830,15 @@
|
|
|
6539
6830
|
},
|
|
6540
6831
|
{
|
|
6541
6832
|
"kind": "Content",
|
|
6542
|
-
"text": ", any>;\n}>
|
|
6833
|
+
"text": ", any>;\n}>"
|
|
6834
|
+
},
|
|
6835
|
+
{
|
|
6836
|
+
"kind": "Content",
|
|
6837
|
+
"text": ") => "
|
|
6838
|
+
},
|
|
6839
|
+
{
|
|
6840
|
+
"kind": "Content",
|
|
6841
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
6543
6842
|
},
|
|
6544
6843
|
{
|
|
6545
6844
|
"kind": "Reference",
|
|
@@ -6588,26 +6887,36 @@
|
|
|
6588
6887
|
}
|
|
6589
6888
|
],
|
|
6590
6889
|
"fileUrlPath": "src/cell-editors/multiselect.editor.ts",
|
|
6591
|
-
"
|
|
6890
|
+
"returnTypeTokenRange": {
|
|
6891
|
+
"startIndex": 11,
|
|
6892
|
+
"endIndex": 22
|
|
6893
|
+
},
|
|
6592
6894
|
"releaseTag": "Public",
|
|
6593
|
-
"
|
|
6594
|
-
"
|
|
6595
|
-
|
|
6596
|
-
|
|
6597
|
-
|
|
6895
|
+
"overloadIndex": 1,
|
|
6896
|
+
"parameters": [
|
|
6897
|
+
{
|
|
6898
|
+
"parameterName": "overrideDefinition",
|
|
6899
|
+
"parameterTypeTokenRange": {
|
|
6900
|
+
"startIndex": 1,
|
|
6901
|
+
"endIndex": 10
|
|
6902
|
+
},
|
|
6903
|
+
"isOptional": true
|
|
6904
|
+
}
|
|
6905
|
+
],
|
|
6906
|
+
"name": "foundationMultiselectEditor"
|
|
6598
6907
|
},
|
|
6599
6908
|
{
|
|
6600
|
-
"kind": "
|
|
6601
|
-
"canonicalReference": "@genesislcap/grid-pro!foundationNumberEditor:
|
|
6909
|
+
"kind": "Function",
|
|
6910
|
+
"canonicalReference": "@genesislcap/grid-pro!foundationNumberEditor:function(1)",
|
|
6602
6911
|
"docComment": "/**\n * @remarks\n *\n * HTML Element: \\<foundation-number-editor\\>\n *\n * @public\n */\n",
|
|
6603
6912
|
"excerptTokens": [
|
|
6604
6913
|
{
|
|
6605
6914
|
"kind": "Content",
|
|
6606
|
-
"text": "foundationNumberEditor: "
|
|
6915
|
+
"text": "foundationNumberEditor: (overrideDefinition?: "
|
|
6607
6916
|
},
|
|
6608
6917
|
{
|
|
6609
6918
|
"kind": "Content",
|
|
6610
|
-
"text": "
|
|
6919
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
6611
6920
|
},
|
|
6612
6921
|
{
|
|
6613
6922
|
"kind": "Reference",
|
|
@@ -6643,7 +6952,15 @@
|
|
|
6643
6952
|
},
|
|
6644
6953
|
{
|
|
6645
6954
|
"kind": "Content",
|
|
6646
|
-
"text": ", any>;\n}>
|
|
6955
|
+
"text": ", any>;\n}>"
|
|
6956
|
+
},
|
|
6957
|
+
{
|
|
6958
|
+
"kind": "Content",
|
|
6959
|
+
"text": ") => "
|
|
6960
|
+
},
|
|
6961
|
+
{
|
|
6962
|
+
"kind": "Content",
|
|
6963
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
6647
6964
|
},
|
|
6648
6965
|
{
|
|
6649
6966
|
"kind": "Reference",
|
|
@@ -6692,26 +7009,36 @@
|
|
|
6692
7009
|
}
|
|
6693
7010
|
],
|
|
6694
7011
|
"fileUrlPath": "src/cell-editors/number.editor.ts",
|
|
6695
|
-
"
|
|
7012
|
+
"returnTypeTokenRange": {
|
|
7013
|
+
"startIndex": 11,
|
|
7014
|
+
"endIndex": 22
|
|
7015
|
+
},
|
|
6696
7016
|
"releaseTag": "Public",
|
|
6697
|
-
"
|
|
6698
|
-
"
|
|
6699
|
-
|
|
6700
|
-
|
|
6701
|
-
|
|
7017
|
+
"overloadIndex": 1,
|
|
7018
|
+
"parameters": [
|
|
7019
|
+
{
|
|
7020
|
+
"parameterName": "overrideDefinition",
|
|
7021
|
+
"parameterTypeTokenRange": {
|
|
7022
|
+
"startIndex": 1,
|
|
7023
|
+
"endIndex": 10
|
|
7024
|
+
},
|
|
7025
|
+
"isOptional": true
|
|
7026
|
+
}
|
|
7027
|
+
],
|
|
7028
|
+
"name": "foundationNumberEditor"
|
|
6702
7029
|
},
|
|
6703
7030
|
{
|
|
6704
|
-
"kind": "
|
|
6705
|
-
"canonicalReference": "@genesislcap/grid-pro!foundationSelectEditor:
|
|
7031
|
+
"kind": "Function",
|
|
7032
|
+
"canonicalReference": "@genesislcap/grid-pro!foundationSelectEditor:function(1)",
|
|
6706
7033
|
"docComment": "/**\n * @remarks\n *\n * HTML Element: \\<foundation-select-editor\\>\n *\n * @public\n */\n",
|
|
6707
7034
|
"excerptTokens": [
|
|
6708
7035
|
{
|
|
6709
7036
|
"kind": "Content",
|
|
6710
|
-
"text": "foundationSelectEditor: "
|
|
7037
|
+
"text": "foundationSelectEditor: (overrideDefinition?: "
|
|
6711
7038
|
},
|
|
6712
7039
|
{
|
|
6713
7040
|
"kind": "Content",
|
|
6714
|
-
"text": "
|
|
7041
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
6715
7042
|
},
|
|
6716
7043
|
{
|
|
6717
7044
|
"kind": "Reference",
|
|
@@ -6747,7 +7074,15 @@
|
|
|
6747
7074
|
},
|
|
6748
7075
|
{
|
|
6749
7076
|
"kind": "Content",
|
|
6750
|
-
"text": ", any>;\n}>
|
|
7077
|
+
"text": ", any>;\n}>"
|
|
7078
|
+
},
|
|
7079
|
+
{
|
|
7080
|
+
"kind": "Content",
|
|
7081
|
+
"text": ") => "
|
|
7082
|
+
},
|
|
7083
|
+
{
|
|
7084
|
+
"kind": "Content",
|
|
7085
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
6751
7086
|
},
|
|
6752
7087
|
{
|
|
6753
7088
|
"kind": "Reference",
|
|
@@ -6796,26 +7131,36 @@
|
|
|
6796
7131
|
}
|
|
6797
7132
|
],
|
|
6798
7133
|
"fileUrlPath": "src/cell-editors/select.editor.ts",
|
|
6799
|
-
"
|
|
7134
|
+
"returnTypeTokenRange": {
|
|
7135
|
+
"startIndex": 11,
|
|
7136
|
+
"endIndex": 22
|
|
7137
|
+
},
|
|
6800
7138
|
"releaseTag": "Public",
|
|
6801
|
-
"
|
|
6802
|
-
"
|
|
6803
|
-
|
|
6804
|
-
|
|
6805
|
-
|
|
7139
|
+
"overloadIndex": 1,
|
|
7140
|
+
"parameters": [
|
|
7141
|
+
{
|
|
7142
|
+
"parameterName": "overrideDefinition",
|
|
7143
|
+
"parameterTypeTokenRange": {
|
|
7144
|
+
"startIndex": 1,
|
|
7145
|
+
"endIndex": 10
|
|
7146
|
+
},
|
|
7147
|
+
"isOptional": true
|
|
7148
|
+
}
|
|
7149
|
+
],
|
|
7150
|
+
"name": "foundationSelectEditor"
|
|
6806
7151
|
},
|
|
6807
7152
|
{
|
|
6808
|
-
"kind": "
|
|
6809
|
-
"canonicalReference": "@genesislcap/grid-pro!foundationStringEditor:
|
|
7153
|
+
"kind": "Function",
|
|
7154
|
+
"canonicalReference": "@genesislcap/grid-pro!foundationStringEditor:function(1)",
|
|
6810
7155
|
"docComment": "/**\n * @remarks\n *\n * HTML Element: \\<foundation-string-editor\\>\n *\n * @public\n */\n",
|
|
6811
7156
|
"excerptTokens": [
|
|
6812
7157
|
{
|
|
6813
7158
|
"kind": "Content",
|
|
6814
|
-
"text": "foundationStringEditor: "
|
|
7159
|
+
"text": "foundationStringEditor: (overrideDefinition?: "
|
|
6815
7160
|
},
|
|
6816
7161
|
{
|
|
6817
7162
|
"kind": "Content",
|
|
6818
|
-
"text": "
|
|
7163
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
6819
7164
|
},
|
|
6820
7165
|
{
|
|
6821
7166
|
"kind": "Reference",
|
|
@@ -6851,7 +7196,15 @@
|
|
|
6851
7196
|
},
|
|
6852
7197
|
{
|
|
6853
7198
|
"kind": "Content",
|
|
6854
|
-
"text": ", any>;\n}>
|
|
7199
|
+
"text": ", any>;\n}>"
|
|
7200
|
+
},
|
|
7201
|
+
{
|
|
7202
|
+
"kind": "Content",
|
|
7203
|
+
"text": ") => "
|
|
7204
|
+
},
|
|
7205
|
+
{
|
|
7206
|
+
"kind": "Content",
|
|
7207
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
6855
7208
|
},
|
|
6856
7209
|
{
|
|
6857
7210
|
"kind": "Reference",
|
|
@@ -6900,26 +7253,32 @@
|
|
|
6900
7253
|
}
|
|
6901
7254
|
],
|
|
6902
7255
|
"fileUrlPath": "src/cell-editors/string.editor.ts",
|
|
6903
|
-
"
|
|
7256
|
+
"returnTypeTokenRange": {
|
|
7257
|
+
"startIndex": 11,
|
|
7258
|
+
"endIndex": 22
|
|
7259
|
+
},
|
|
6904
7260
|
"releaseTag": "Public",
|
|
6905
|
-
"
|
|
6906
|
-
"
|
|
6907
|
-
|
|
6908
|
-
|
|
6909
|
-
|
|
7261
|
+
"overloadIndex": 1,
|
|
7262
|
+
"parameters": [
|
|
7263
|
+
{
|
|
7264
|
+
"parameterName": "overrideDefinition",
|
|
7265
|
+
"parameterTypeTokenRange": {
|
|
7266
|
+
"startIndex": 1,
|
|
7267
|
+
"endIndex": 10
|
|
7268
|
+
},
|
|
7269
|
+
"isOptional": true
|
|
7270
|
+
}
|
|
7271
|
+
],
|
|
7272
|
+
"name": "foundationStringEditor"
|
|
6910
7273
|
},
|
|
6911
7274
|
{
|
|
6912
|
-
"kind": "
|
|
6913
|
-
"canonicalReference": "@genesislcap/grid-pro!getActionsMenuDef:
|
|
7275
|
+
"kind": "Function",
|
|
7276
|
+
"canonicalReference": "@genesislcap/grid-pro!getActionsMenuDef:function(1)",
|
|
6914
7277
|
"docComment": "/**\n * Helper function to get ColDef {@link https://www.ag-grid.com/javascript-data-grid/column-properties/} for Actions Menu Renderer. Will take the parameter values for a base ColDef and merge them with the overrideDef (if specified).\n *\n * @param actions - Array of {@link @genesislcap/foundation-ui#ActionMenuItem} to be displayed in the menu.\n *\n * @param overrideDef - Optional override for the ColDef. Will override any of the default values. Default is an empty object.\n *\n * @param customActionsOpenerName - Optional custom name for the button that opens the menu. Default is '⋮'.\n *\n * @param isVertical - Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight).\n *\n * @param buttonAppearance - Optional appearance for the button that opens the menu. Default is 'outline'.\n *\n * @returns Merged ColDef (base ColDef created from the parameters + overrideDef) for Actions Menu Renderer.\n *\n * @example\n * ```ts\n * public exampleActionsMenuDef: ColDef = getActionsMenuDef(\n * [\n * {\n * name: 'View',\n * callback: (rowData) => logger.debug('VIEWW!!!', rowData),\n * },\n * {\n * name: 'Delete',\n * callback: (rowData) => logger.debug('DELETE!!!', rowData),\n * },\n * ],\n * {\n * headerName: 'Instrument Actions',\n * width: 180,\n * },\n * '+',\n * true,\n * 'primary-gradient'\n * );\n * ```\n *\n * @public\n */\n",
|
|
6915
7278
|
"excerptTokens": [
|
|
6916
7279
|
{
|
|
6917
7280
|
"kind": "Content",
|
|
6918
|
-
"text": "getActionsMenuDef: "
|
|
6919
|
-
},
|
|
6920
|
-
{
|
|
6921
|
-
"kind": "Content",
|
|
6922
|
-
"text": "(actions: "
|
|
7281
|
+
"text": "getActionsMenuDef: (actions: "
|
|
6923
7282
|
},
|
|
6924
7283
|
{
|
|
6925
7284
|
"kind": "Reference",
|
|
@@ -6928,16 +7287,44 @@
|
|
|
6928
7287
|
},
|
|
6929
7288
|
{
|
|
6930
7289
|
"kind": "Content",
|
|
6931
|
-
"text": "[]
|
|
7290
|
+
"text": "[]"
|
|
6932
7291
|
},
|
|
6933
7292
|
{
|
|
6934
|
-
"kind": "
|
|
6935
|
-
"text": "
|
|
7293
|
+
"kind": "Content",
|
|
7294
|
+
"text": ", overrideDef?: "
|
|
7295
|
+
},
|
|
7296
|
+
{
|
|
7297
|
+
"kind": "Reference",
|
|
7298
|
+
"text": "ColDef",
|
|
6936
7299
|
"canonicalReference": "@ag-grid-community/core!ColDef:interface"
|
|
6937
7300
|
},
|
|
6938
7301
|
{
|
|
6939
7302
|
"kind": "Content",
|
|
6940
|
-
"text": ", customActionsOpenerName?:
|
|
7303
|
+
"text": ", customActionsOpenerName?: "
|
|
7304
|
+
},
|
|
7305
|
+
{
|
|
7306
|
+
"kind": "Content",
|
|
7307
|
+
"text": "string"
|
|
7308
|
+
},
|
|
7309
|
+
{
|
|
7310
|
+
"kind": "Content",
|
|
7311
|
+
"text": ", isVertical?: "
|
|
7312
|
+
},
|
|
7313
|
+
{
|
|
7314
|
+
"kind": "Content",
|
|
7315
|
+
"text": "boolean"
|
|
7316
|
+
},
|
|
7317
|
+
{
|
|
7318
|
+
"kind": "Content",
|
|
7319
|
+
"text": ", buttonAppearance?: "
|
|
7320
|
+
},
|
|
7321
|
+
{
|
|
7322
|
+
"kind": "Content",
|
|
7323
|
+
"text": "string"
|
|
7324
|
+
},
|
|
7325
|
+
{
|
|
7326
|
+
"kind": "Content",
|
|
7327
|
+
"text": ") => "
|
|
6941
7328
|
},
|
|
6942
7329
|
{
|
|
6943
7330
|
"kind": "Reference",
|
|
@@ -6946,26 +7333,76 @@
|
|
|
6946
7333
|
}
|
|
6947
7334
|
],
|
|
6948
7335
|
"fileUrlPath": "src/cell-renderers/actions-menu.renderer.ts",
|
|
6949
|
-
"
|
|
7336
|
+
"returnTypeTokenRange": {
|
|
7337
|
+
"startIndex": 12,
|
|
7338
|
+
"endIndex": 13
|
|
7339
|
+
},
|
|
6950
7340
|
"releaseTag": "Public",
|
|
6951
|
-
"
|
|
6952
|
-
"
|
|
6953
|
-
|
|
6954
|
-
|
|
6955
|
-
|
|
7341
|
+
"overloadIndex": 1,
|
|
7342
|
+
"parameters": [
|
|
7343
|
+
{
|
|
7344
|
+
"parameterName": "actions",
|
|
7345
|
+
"parameterTypeTokenRange": {
|
|
7346
|
+
"startIndex": 1,
|
|
7347
|
+
"endIndex": 3
|
|
7348
|
+
},
|
|
7349
|
+
"isOptional": false
|
|
7350
|
+
},
|
|
7351
|
+
{
|
|
7352
|
+
"parameterName": "overrideDef",
|
|
7353
|
+
"parameterTypeTokenRange": {
|
|
7354
|
+
"startIndex": 4,
|
|
7355
|
+
"endIndex": 5
|
|
7356
|
+
},
|
|
7357
|
+
"isOptional": true
|
|
7358
|
+
},
|
|
7359
|
+
{
|
|
7360
|
+
"parameterName": "customActionsOpenerName",
|
|
7361
|
+
"parameterTypeTokenRange": {
|
|
7362
|
+
"startIndex": 6,
|
|
7363
|
+
"endIndex": 7
|
|
7364
|
+
},
|
|
7365
|
+
"isOptional": true
|
|
7366
|
+
},
|
|
7367
|
+
{
|
|
7368
|
+
"parameterName": "isVertical",
|
|
7369
|
+
"parameterTypeTokenRange": {
|
|
7370
|
+
"startIndex": 8,
|
|
7371
|
+
"endIndex": 9
|
|
7372
|
+
},
|
|
7373
|
+
"isOptional": true
|
|
7374
|
+
},
|
|
7375
|
+
{
|
|
7376
|
+
"parameterName": "buttonAppearance",
|
|
7377
|
+
"parameterTypeTokenRange": {
|
|
7378
|
+
"startIndex": 10,
|
|
7379
|
+
"endIndex": 11
|
|
7380
|
+
},
|
|
7381
|
+
"isOptional": true
|
|
7382
|
+
}
|
|
7383
|
+
],
|
|
7384
|
+
"name": "getActionsMenuDef"
|
|
6956
7385
|
},
|
|
6957
7386
|
{
|
|
6958
|
-
"kind": "
|
|
6959
|
-
"canonicalReference": "@genesislcap/grid-pro!getAgBooleanRendererTemplate:
|
|
7387
|
+
"kind": "Function",
|
|
7388
|
+
"canonicalReference": "@genesislcap/grid-pro!getAgBooleanRendererTemplate:function(1)",
|
|
6960
7389
|
"docComment": "/**\n * Get a Design System prefixed Checkbox template.\n *\n * @param designSystem - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A Checkbox component template prefixed with the correct design system.\n *\n * @public\n */\n",
|
|
6961
7390
|
"excerptTokens": [
|
|
6962
7391
|
{
|
|
6963
7392
|
"kind": "Content",
|
|
6964
|
-
"text": "getAgBooleanRendererTemplate: "
|
|
7393
|
+
"text": "getAgBooleanRendererTemplate: (designSystem?: "
|
|
6965
7394
|
},
|
|
6966
7395
|
{
|
|
6967
7396
|
"kind": "Content",
|
|
6968
|
-
"text": "
|
|
7397
|
+
"text": "string"
|
|
7398
|
+
},
|
|
7399
|
+
{
|
|
7400
|
+
"kind": "Content",
|
|
7401
|
+
"text": ") => "
|
|
7402
|
+
},
|
|
7403
|
+
{
|
|
7404
|
+
"kind": "Content",
|
|
7405
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
6969
7406
|
},
|
|
6970
7407
|
{
|
|
6971
7408
|
"kind": "Reference",
|
|
@@ -6987,26 +7424,44 @@
|
|
|
6987
7424
|
}
|
|
6988
7425
|
],
|
|
6989
7426
|
"fileUrlPath": "src/cell-renderers/boolean.renderer.ts",
|
|
6990
|
-
"
|
|
7427
|
+
"returnTypeTokenRange": {
|
|
7428
|
+
"startIndex": 3,
|
|
7429
|
+
"endIndex": 8
|
|
7430
|
+
},
|
|
6991
7431
|
"releaseTag": "Public",
|
|
6992
|
-
"
|
|
6993
|
-
"
|
|
6994
|
-
|
|
6995
|
-
|
|
6996
|
-
|
|
7432
|
+
"overloadIndex": 1,
|
|
7433
|
+
"parameters": [
|
|
7434
|
+
{
|
|
7435
|
+
"parameterName": "designSystem",
|
|
7436
|
+
"parameterTypeTokenRange": {
|
|
7437
|
+
"startIndex": 1,
|
|
7438
|
+
"endIndex": 2
|
|
7439
|
+
},
|
|
7440
|
+
"isOptional": true
|
|
7441
|
+
}
|
|
7442
|
+
],
|
|
7443
|
+
"name": "getAgBooleanRendererTemplate"
|
|
6997
7444
|
},
|
|
6998
7445
|
{
|
|
6999
|
-
"kind": "
|
|
7000
|
-
"canonicalReference": "@genesislcap/grid-pro!getAgEditableRendererTemplate:
|
|
7446
|
+
"kind": "Function",
|
|
7447
|
+
"canonicalReference": "@genesislcap/grid-pro!getAgEditableRendererTemplate:function(1)",
|
|
7001
7448
|
"docComment": "/**\n * Get a Design System prefixed Checkbox template.\n *\n * @param designSystem - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A Checkbox component template prefixed with the correct design system.\n *\n * @public\n */\n",
|
|
7002
7449
|
"excerptTokens": [
|
|
7003
7450
|
{
|
|
7004
7451
|
"kind": "Content",
|
|
7005
|
-
"text": "getAgEditableRendererTemplate: "
|
|
7452
|
+
"text": "getAgEditableRendererTemplate: (designSystem?: "
|
|
7006
7453
|
},
|
|
7007
7454
|
{
|
|
7008
7455
|
"kind": "Content",
|
|
7009
|
-
"text": "
|
|
7456
|
+
"text": "string"
|
|
7457
|
+
},
|
|
7458
|
+
{
|
|
7459
|
+
"kind": "Content",
|
|
7460
|
+
"text": ") => "
|
|
7461
|
+
},
|
|
7462
|
+
{
|
|
7463
|
+
"kind": "Content",
|
|
7464
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
7010
7465
|
},
|
|
7011
7466
|
{
|
|
7012
7467
|
"kind": "Reference",
|
|
@@ -7028,13 +7483,23 @@
|
|
|
7028
7483
|
}
|
|
7029
7484
|
],
|
|
7030
7485
|
"fileUrlPath": "src/cell-renderers/editable.renderer.ts",
|
|
7031
|
-
"
|
|
7486
|
+
"returnTypeTokenRange": {
|
|
7487
|
+
"startIndex": 3,
|
|
7488
|
+
"endIndex": 8
|
|
7489
|
+
},
|
|
7032
7490
|
"releaseTag": "Public",
|
|
7033
|
-
"
|
|
7034
|
-
"
|
|
7035
|
-
|
|
7036
|
-
|
|
7037
|
-
|
|
7491
|
+
"overloadIndex": 1,
|
|
7492
|
+
"parameters": [
|
|
7493
|
+
{
|
|
7494
|
+
"parameterName": "designSystem",
|
|
7495
|
+
"parameterTypeTokenRange": {
|
|
7496
|
+
"startIndex": 1,
|
|
7497
|
+
"endIndex": 2
|
|
7498
|
+
},
|
|
7499
|
+
"isOptional": true
|
|
7500
|
+
}
|
|
7501
|
+
],
|
|
7502
|
+
"name": "getAgEditableRendererTemplate"
|
|
7038
7503
|
},
|
|
7039
7504
|
{
|
|
7040
7505
|
"kind": "Function",
|
|
@@ -7137,17 +7602,70 @@
|
|
|
7137
7602
|
"name": "getAvailableIndexFields"
|
|
7138
7603
|
},
|
|
7139
7604
|
{
|
|
7140
|
-
"kind": "
|
|
7141
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
7605
|
+
"kind": "Function",
|
|
7606
|
+
"canonicalReference": "@genesislcap/grid-pro!getColumnType:function(1)",
|
|
7607
|
+
"docComment": "/**\n * Return a column type base on each field's metadata from the selected resource.\n *\n * @remarks\n *\n * Currently only handles numeric columns\n *\n * @param metadataType - The type of the field/column\n *\n * @returns the column type\n *\n * @alpha\n */\n",
|
|
7608
|
+
"excerptTokens": [
|
|
7609
|
+
{
|
|
7610
|
+
"kind": "Content",
|
|
7611
|
+
"text": "export declare function getColumnType(metadataType: "
|
|
7612
|
+
},
|
|
7613
|
+
{
|
|
7614
|
+
"kind": "Content",
|
|
7615
|
+
"text": "string"
|
|
7616
|
+
},
|
|
7617
|
+
{
|
|
7618
|
+
"kind": "Content",
|
|
7619
|
+
"text": "): "
|
|
7620
|
+
},
|
|
7621
|
+
{
|
|
7622
|
+
"kind": "Content",
|
|
7623
|
+
"text": "string"
|
|
7624
|
+
},
|
|
7625
|
+
{
|
|
7626
|
+
"kind": "Content",
|
|
7627
|
+
"text": ";"
|
|
7628
|
+
}
|
|
7629
|
+
],
|
|
7630
|
+
"fileUrlPath": "src/grid-pro.definitions.ts",
|
|
7631
|
+
"returnTypeTokenRange": {
|
|
7632
|
+
"startIndex": 3,
|
|
7633
|
+
"endIndex": 4
|
|
7634
|
+
},
|
|
7635
|
+
"releaseTag": "Alpha",
|
|
7636
|
+
"overloadIndex": 1,
|
|
7637
|
+
"parameters": [
|
|
7638
|
+
{
|
|
7639
|
+
"parameterName": "metadataType",
|
|
7640
|
+
"parameterTypeTokenRange": {
|
|
7641
|
+
"startIndex": 1,
|
|
7642
|
+
"endIndex": 2
|
|
7643
|
+
},
|
|
7644
|
+
"isOptional": false
|
|
7645
|
+
}
|
|
7646
|
+
],
|
|
7647
|
+
"name": "getColumnType"
|
|
7648
|
+
},
|
|
7649
|
+
{
|
|
7650
|
+
"kind": "Function",
|
|
7651
|
+
"canonicalReference": "@genesislcap/grid-pro!getDateEditorTemplate:function(1)",
|
|
7142
7652
|
"docComment": "/**\n * Get a Design System prefixed Select template.\n *\n * @param prefix - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A Select component template prefixed with the correct design system.\n *\n * @public\n */\n",
|
|
7143
7653
|
"excerptTokens": [
|
|
7144
7654
|
{
|
|
7145
7655
|
"kind": "Content",
|
|
7146
|
-
"text": "getDateEditorTemplate: "
|
|
7656
|
+
"text": "getDateEditorTemplate: (prefix?: "
|
|
7147
7657
|
},
|
|
7148
7658
|
{
|
|
7149
7659
|
"kind": "Content",
|
|
7150
|
-
"text": "
|
|
7660
|
+
"text": "string"
|
|
7661
|
+
},
|
|
7662
|
+
{
|
|
7663
|
+
"kind": "Content",
|
|
7664
|
+
"text": ") => "
|
|
7665
|
+
},
|
|
7666
|
+
{
|
|
7667
|
+
"kind": "Content",
|
|
7668
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
7151
7669
|
},
|
|
7152
7670
|
{
|
|
7153
7671
|
"kind": "Reference",
|
|
@@ -7169,26 +7687,85 @@
|
|
|
7169
7687
|
}
|
|
7170
7688
|
],
|
|
7171
7689
|
"fileUrlPath": "src/cell-editors/date.editor.ts",
|
|
7172
|
-
"
|
|
7690
|
+
"returnTypeTokenRange": {
|
|
7691
|
+
"startIndex": 3,
|
|
7692
|
+
"endIndex": 8
|
|
7693
|
+
},
|
|
7173
7694
|
"releaseTag": "Public",
|
|
7174
|
-
"
|
|
7175
|
-
"
|
|
7176
|
-
|
|
7177
|
-
|
|
7178
|
-
|
|
7695
|
+
"overloadIndex": 1,
|
|
7696
|
+
"parameters": [
|
|
7697
|
+
{
|
|
7698
|
+
"parameterName": "prefix",
|
|
7699
|
+
"parameterTypeTokenRange": {
|
|
7700
|
+
"startIndex": 1,
|
|
7701
|
+
"endIndex": 2
|
|
7702
|
+
},
|
|
7703
|
+
"isOptional": true
|
|
7704
|
+
}
|
|
7705
|
+
],
|
|
7706
|
+
"name": "getDateEditorTemplate"
|
|
7179
7707
|
},
|
|
7180
7708
|
{
|
|
7181
|
-
"kind": "
|
|
7182
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
7709
|
+
"kind": "Function",
|
|
7710
|
+
"canonicalReference": "@genesislcap/grid-pro!getFilterByFieldType:function(1)",
|
|
7711
|
+
"docComment": "/**\n * Returns a filter type based on the Grid Pro field/column type.\n *\n * @remarks\n *\n * Currently only returns agTextColumnFilter\n *\n * @param type - The type of the field/column\n *\n * @returns The ag-grid filter type\n *\n * @alpha\n */\n",
|
|
7712
|
+
"excerptTokens": [
|
|
7713
|
+
{
|
|
7714
|
+
"kind": "Content",
|
|
7715
|
+
"text": "export declare function getFilterByFieldType(type: "
|
|
7716
|
+
},
|
|
7717
|
+
{
|
|
7718
|
+
"kind": "Content",
|
|
7719
|
+
"text": "string"
|
|
7720
|
+
},
|
|
7721
|
+
{
|
|
7722
|
+
"kind": "Content",
|
|
7723
|
+
"text": "): "
|
|
7724
|
+
},
|
|
7725
|
+
{
|
|
7726
|
+
"kind": "Content",
|
|
7727
|
+
"text": "string"
|
|
7728
|
+
},
|
|
7729
|
+
{
|
|
7730
|
+
"kind": "Content",
|
|
7731
|
+
"text": ";"
|
|
7732
|
+
}
|
|
7733
|
+
],
|
|
7734
|
+
"fileUrlPath": "src/grid-pro.definitions.ts",
|
|
7735
|
+
"returnTypeTokenRange": {
|
|
7736
|
+
"startIndex": 3,
|
|
7737
|
+
"endIndex": 4
|
|
7738
|
+
},
|
|
7739
|
+
"releaseTag": "Alpha",
|
|
7740
|
+
"overloadIndex": 1,
|
|
7741
|
+
"parameters": [
|
|
7742
|
+
{
|
|
7743
|
+
"parameterName": "type",
|
|
7744
|
+
"parameterTypeTokenRange": {
|
|
7745
|
+
"startIndex": 1,
|
|
7746
|
+
"endIndex": 2
|
|
7747
|
+
},
|
|
7748
|
+
"isOptional": false
|
|
7749
|
+
}
|
|
7750
|
+
],
|
|
7751
|
+
"name": "getFilterByFieldType"
|
|
7752
|
+
},
|
|
7753
|
+
{
|
|
7754
|
+
"kind": "Function",
|
|
7755
|
+
"canonicalReference": "@genesislcap/grid-pro!getGridProTemplate:function(1)",
|
|
7183
7756
|
"docComment": "/**\n * Get a Design System prefixed The Grid Pro template.\n *\n * @param prefix - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A grid Pro template prefixed with the correct design system.\n *\n * @public\n */\n",
|
|
7184
7757
|
"excerptTokens": [
|
|
7185
7758
|
{
|
|
7186
7759
|
"kind": "Content",
|
|
7187
|
-
"text": "getGridProTemplate: "
|
|
7760
|
+
"text": "getGridProTemplate: (prefix?: "
|
|
7188
7761
|
},
|
|
7189
7762
|
{
|
|
7190
7763
|
"kind": "Content",
|
|
7191
|
-
"text": "
|
|
7764
|
+
"text": "string"
|
|
7765
|
+
},
|
|
7766
|
+
{
|
|
7767
|
+
"kind": "Content",
|
|
7768
|
+
"text": ") => "
|
|
7192
7769
|
},
|
|
7193
7770
|
{
|
|
7194
7771
|
"kind": "Reference",
|
|
@@ -7210,26 +7787,44 @@
|
|
|
7210
7787
|
}
|
|
7211
7788
|
],
|
|
7212
7789
|
"fileUrlPath": "src/grid-pro.template.ts",
|
|
7213
|
-
"
|
|
7790
|
+
"returnTypeTokenRange": {
|
|
7791
|
+
"startIndex": 3,
|
|
7792
|
+
"endIndex": 7
|
|
7793
|
+
},
|
|
7214
7794
|
"releaseTag": "Public",
|
|
7215
|
-
"
|
|
7216
|
-
"
|
|
7217
|
-
|
|
7218
|
-
|
|
7219
|
-
|
|
7795
|
+
"overloadIndex": 1,
|
|
7796
|
+
"parameters": [
|
|
7797
|
+
{
|
|
7798
|
+
"parameterName": "prefix",
|
|
7799
|
+
"parameterTypeTokenRange": {
|
|
7800
|
+
"startIndex": 1,
|
|
7801
|
+
"endIndex": 2
|
|
7802
|
+
},
|
|
7803
|
+
"isOptional": true
|
|
7804
|
+
}
|
|
7805
|
+
],
|
|
7806
|
+
"name": "getGridProTemplate"
|
|
7220
7807
|
},
|
|
7221
7808
|
{
|
|
7222
|
-
"kind": "
|
|
7223
|
-
"canonicalReference": "@genesislcap/grid-pro!getMultiselectEditorTemplate:
|
|
7809
|
+
"kind": "Function",
|
|
7810
|
+
"canonicalReference": "@genesislcap/grid-pro!getMultiselectEditorTemplate:function(1)",
|
|
7224
7811
|
"docComment": "/**\n * Get a Design System prefixed Select template.\n *\n * @param designSystem - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A Select component template prefixed with the correct design system.\n *\n * @public\n */\n",
|
|
7225
7812
|
"excerptTokens": [
|
|
7226
7813
|
{
|
|
7227
7814
|
"kind": "Content",
|
|
7228
|
-
"text": "getMultiselectEditorTemplate: "
|
|
7815
|
+
"text": "getMultiselectEditorTemplate: (designSystem?: "
|
|
7229
7816
|
},
|
|
7230
7817
|
{
|
|
7231
7818
|
"kind": "Content",
|
|
7232
|
-
"text": "
|
|
7819
|
+
"text": "string"
|
|
7820
|
+
},
|
|
7821
|
+
{
|
|
7822
|
+
"kind": "Content",
|
|
7823
|
+
"text": ") => "
|
|
7824
|
+
},
|
|
7825
|
+
{
|
|
7826
|
+
"kind": "Content",
|
|
7827
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
7233
7828
|
},
|
|
7234
7829
|
{
|
|
7235
7830
|
"kind": "Reference",
|
|
@@ -7251,26 +7846,44 @@
|
|
|
7251
7846
|
}
|
|
7252
7847
|
],
|
|
7253
7848
|
"fileUrlPath": "src/cell-editors/multiselect.editor.ts",
|
|
7254
|
-
"
|
|
7849
|
+
"returnTypeTokenRange": {
|
|
7850
|
+
"startIndex": 3,
|
|
7851
|
+
"endIndex": 8
|
|
7852
|
+
},
|
|
7255
7853
|
"releaseTag": "Public",
|
|
7256
|
-
"
|
|
7257
|
-
"
|
|
7258
|
-
|
|
7259
|
-
|
|
7260
|
-
|
|
7854
|
+
"overloadIndex": 1,
|
|
7855
|
+
"parameters": [
|
|
7856
|
+
{
|
|
7857
|
+
"parameterName": "designSystem",
|
|
7858
|
+
"parameterTypeTokenRange": {
|
|
7859
|
+
"startIndex": 1,
|
|
7860
|
+
"endIndex": 2
|
|
7861
|
+
},
|
|
7862
|
+
"isOptional": true
|
|
7863
|
+
}
|
|
7864
|
+
],
|
|
7865
|
+
"name": "getMultiselectEditorTemplate"
|
|
7261
7866
|
},
|
|
7262
7867
|
{
|
|
7263
|
-
"kind": "
|
|
7264
|
-
"canonicalReference": "@genesislcap/grid-pro!getNumberEditorTemplate:
|
|
7868
|
+
"kind": "Function",
|
|
7869
|
+
"canonicalReference": "@genesislcap/grid-pro!getNumberEditorTemplate:function(1)",
|
|
7265
7870
|
"docComment": "/**\n * Get a Design System prefixed Select template.\n *\n * @param designSystem - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A Select component template prefixed with the correct design system.\n *\n * @public\n */\n",
|
|
7266
7871
|
"excerptTokens": [
|
|
7267
7872
|
{
|
|
7268
7873
|
"kind": "Content",
|
|
7269
|
-
"text": "getNumberEditorTemplate: "
|
|
7874
|
+
"text": "getNumberEditorTemplate: (designSystem?: "
|
|
7875
|
+
},
|
|
7876
|
+
{
|
|
7877
|
+
"kind": "Content",
|
|
7878
|
+
"text": "string"
|
|
7270
7879
|
},
|
|
7271
7880
|
{
|
|
7272
7881
|
"kind": "Content",
|
|
7273
|
-
"text": "
|
|
7882
|
+
"text": ") => "
|
|
7883
|
+
},
|
|
7884
|
+
{
|
|
7885
|
+
"kind": "Content",
|
|
7886
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
7274
7887
|
},
|
|
7275
7888
|
{
|
|
7276
7889
|
"kind": "Reference",
|
|
@@ -7292,26 +7905,44 @@
|
|
|
7292
7905
|
}
|
|
7293
7906
|
],
|
|
7294
7907
|
"fileUrlPath": "src/cell-editors/number.editor.ts",
|
|
7295
|
-
"
|
|
7908
|
+
"returnTypeTokenRange": {
|
|
7909
|
+
"startIndex": 3,
|
|
7910
|
+
"endIndex": 8
|
|
7911
|
+
},
|
|
7296
7912
|
"releaseTag": "Public",
|
|
7297
|
-
"
|
|
7298
|
-
"
|
|
7299
|
-
|
|
7300
|
-
|
|
7301
|
-
|
|
7913
|
+
"overloadIndex": 1,
|
|
7914
|
+
"parameters": [
|
|
7915
|
+
{
|
|
7916
|
+
"parameterName": "designSystem",
|
|
7917
|
+
"parameterTypeTokenRange": {
|
|
7918
|
+
"startIndex": 1,
|
|
7919
|
+
"endIndex": 2
|
|
7920
|
+
},
|
|
7921
|
+
"isOptional": true
|
|
7922
|
+
}
|
|
7923
|
+
],
|
|
7924
|
+
"name": "getNumberEditorTemplate"
|
|
7302
7925
|
},
|
|
7303
7926
|
{
|
|
7304
|
-
"kind": "
|
|
7305
|
-
"canonicalReference": "@genesislcap/grid-pro!getSelectEditorTemplate:
|
|
7927
|
+
"kind": "Function",
|
|
7928
|
+
"canonicalReference": "@genesislcap/grid-pro!getSelectEditorTemplate:function(1)",
|
|
7306
7929
|
"docComment": "/**\n * Get a Design System prefixed Select template.\n *\n * @param designSystem - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A Select component template prefixed with the correct design system.\n *\n * @public\n */\n",
|
|
7307
7930
|
"excerptTokens": [
|
|
7308
7931
|
{
|
|
7309
7932
|
"kind": "Content",
|
|
7310
|
-
"text": "getSelectEditorTemplate: "
|
|
7933
|
+
"text": "getSelectEditorTemplate: (designSystem?: "
|
|
7311
7934
|
},
|
|
7312
7935
|
{
|
|
7313
7936
|
"kind": "Content",
|
|
7314
|
-
"text": "
|
|
7937
|
+
"text": "string"
|
|
7938
|
+
},
|
|
7939
|
+
{
|
|
7940
|
+
"kind": "Content",
|
|
7941
|
+
"text": ") => "
|
|
7942
|
+
},
|
|
7943
|
+
{
|
|
7944
|
+
"kind": "Content",
|
|
7945
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
7315
7946
|
},
|
|
7316
7947
|
{
|
|
7317
7948
|
"kind": "Reference",
|
|
@@ -7333,26 +7964,44 @@
|
|
|
7333
7964
|
}
|
|
7334
7965
|
],
|
|
7335
7966
|
"fileUrlPath": "src/cell-editors/select.editor.ts",
|
|
7336
|
-
"
|
|
7967
|
+
"returnTypeTokenRange": {
|
|
7968
|
+
"startIndex": 3,
|
|
7969
|
+
"endIndex": 8
|
|
7970
|
+
},
|
|
7337
7971
|
"releaseTag": "Public",
|
|
7338
|
-
"
|
|
7339
|
-
"
|
|
7340
|
-
|
|
7341
|
-
|
|
7342
|
-
|
|
7972
|
+
"overloadIndex": 1,
|
|
7973
|
+
"parameters": [
|
|
7974
|
+
{
|
|
7975
|
+
"parameterName": "designSystem",
|
|
7976
|
+
"parameterTypeTokenRange": {
|
|
7977
|
+
"startIndex": 1,
|
|
7978
|
+
"endIndex": 2
|
|
7979
|
+
},
|
|
7980
|
+
"isOptional": true
|
|
7981
|
+
}
|
|
7982
|
+
],
|
|
7983
|
+
"name": "getSelectEditorTemplate"
|
|
7343
7984
|
},
|
|
7344
7985
|
{
|
|
7345
|
-
"kind": "
|
|
7346
|
-
"canonicalReference": "@genesislcap/grid-pro!getSelectRendererTemplate:
|
|
7986
|
+
"kind": "Function",
|
|
7987
|
+
"canonicalReference": "@genesislcap/grid-pro!getSelectRendererTemplate:function(1)",
|
|
7347
7988
|
"docComment": "/**\n * Get a Design System prefixed Select template.\n *\n * @param designSystem - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A Select component template prefixed with the correct design system.\n *\n * @public\n */\n",
|
|
7348
7989
|
"excerptTokens": [
|
|
7349
7990
|
{
|
|
7350
7991
|
"kind": "Content",
|
|
7351
|
-
"text": "getSelectRendererTemplate: "
|
|
7992
|
+
"text": "getSelectRendererTemplate: (designSystem?: "
|
|
7352
7993
|
},
|
|
7353
7994
|
{
|
|
7354
7995
|
"kind": "Content",
|
|
7355
|
-
"text": "
|
|
7996
|
+
"text": "string"
|
|
7997
|
+
},
|
|
7998
|
+
{
|
|
7999
|
+
"kind": "Content",
|
|
8000
|
+
"text": ") => "
|
|
8001
|
+
},
|
|
8002
|
+
{
|
|
8003
|
+
"kind": "Content",
|
|
8004
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
7356
8005
|
},
|
|
7357
8006
|
{
|
|
7358
8007
|
"kind": "Reference",
|
|
@@ -7365,26 +8014,44 @@
|
|
|
7365
8014
|
}
|
|
7366
8015
|
],
|
|
7367
8016
|
"fileUrlPath": "src/cell-renderers/select.renderer.ts",
|
|
7368
|
-
"
|
|
8017
|
+
"returnTypeTokenRange": {
|
|
8018
|
+
"startIndex": 3,
|
|
8019
|
+
"endIndex": 6
|
|
8020
|
+
},
|
|
7369
8021
|
"releaseTag": "Public",
|
|
7370
|
-
"
|
|
7371
|
-
"
|
|
7372
|
-
|
|
7373
|
-
|
|
7374
|
-
|
|
8022
|
+
"overloadIndex": 1,
|
|
8023
|
+
"parameters": [
|
|
8024
|
+
{
|
|
8025
|
+
"parameterName": "designSystem",
|
|
8026
|
+
"parameterTypeTokenRange": {
|
|
8027
|
+
"startIndex": 1,
|
|
8028
|
+
"endIndex": 2
|
|
8029
|
+
},
|
|
8030
|
+
"isOptional": true
|
|
8031
|
+
}
|
|
8032
|
+
],
|
|
8033
|
+
"name": "getSelectRendererTemplate"
|
|
7375
8034
|
},
|
|
7376
8035
|
{
|
|
7377
|
-
"kind": "
|
|
7378
|
-
"canonicalReference": "@genesislcap/grid-pro!getStringEditorTemplate:
|
|
8036
|
+
"kind": "Function",
|
|
8037
|
+
"canonicalReference": "@genesislcap/grid-pro!getStringEditorTemplate:function(1)",
|
|
7379
8038
|
"docComment": "/**\n * Get a Design System prefixed String template.\n *\n * @param designSystem - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A String component template prefixed with the correct design system.\n *\n * @public\n */\n",
|
|
7380
8039
|
"excerptTokens": [
|
|
7381
8040
|
{
|
|
7382
8041
|
"kind": "Content",
|
|
7383
|
-
"text": "getStringEditorTemplate: "
|
|
8042
|
+
"text": "getStringEditorTemplate: (designSystem?: "
|
|
8043
|
+
},
|
|
8044
|
+
{
|
|
8045
|
+
"kind": "Content",
|
|
8046
|
+
"text": "string"
|
|
8047
|
+
},
|
|
8048
|
+
{
|
|
8049
|
+
"kind": "Content",
|
|
8050
|
+
"text": ") => "
|
|
7384
8051
|
},
|
|
7385
8052
|
{
|
|
7386
8053
|
"kind": "Content",
|
|
7387
|
-
"text": "
|
|
8054
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
7388
8055
|
},
|
|
7389
8056
|
{
|
|
7390
8057
|
"kind": "Reference",
|
|
@@ -7406,26 +8073,44 @@
|
|
|
7406
8073
|
}
|
|
7407
8074
|
],
|
|
7408
8075
|
"fileUrlPath": "src/cell-editors/string.editor.ts",
|
|
7409
|
-
"
|
|
8076
|
+
"returnTypeTokenRange": {
|
|
8077
|
+
"startIndex": 3,
|
|
8078
|
+
"endIndex": 8
|
|
8079
|
+
},
|
|
7410
8080
|
"releaseTag": "Public",
|
|
7411
|
-
"
|
|
7412
|
-
"
|
|
7413
|
-
|
|
7414
|
-
|
|
7415
|
-
|
|
8081
|
+
"overloadIndex": 1,
|
|
8082
|
+
"parameters": [
|
|
8083
|
+
{
|
|
8084
|
+
"parameterName": "designSystem",
|
|
8085
|
+
"parameterTypeTokenRange": {
|
|
8086
|
+
"startIndex": 1,
|
|
8087
|
+
"endIndex": 2
|
|
8088
|
+
},
|
|
8089
|
+
"isOptional": true
|
|
8090
|
+
}
|
|
8091
|
+
],
|
|
8092
|
+
"name": "getStringEditorTemplate"
|
|
7416
8093
|
},
|
|
7417
8094
|
{
|
|
7418
|
-
"kind": "
|
|
7419
|
-
"canonicalReference": "@genesislcap/grid-pro!getTextFieldRendererTemplate:
|
|
8095
|
+
"kind": "Function",
|
|
8096
|
+
"canonicalReference": "@genesislcap/grid-pro!getTextFieldRendererTemplate:function(1)",
|
|
7420
8097
|
"docComment": "/**\n * Get a Design System prefixed Text Field template.\n *\n * @param designSystem - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A Text Field component template prefixed with the correct design system.\n *\n * @public\n */\n",
|
|
7421
8098
|
"excerptTokens": [
|
|
7422
8099
|
{
|
|
7423
8100
|
"kind": "Content",
|
|
7424
|
-
"text": "getTextFieldRendererTemplate: "
|
|
8101
|
+
"text": "getTextFieldRendererTemplate: (designSystem?: "
|
|
8102
|
+
},
|
|
8103
|
+
{
|
|
8104
|
+
"kind": "Content",
|
|
8105
|
+
"text": "string"
|
|
8106
|
+
},
|
|
8107
|
+
{
|
|
8108
|
+
"kind": "Content",
|
|
8109
|
+
"text": ") => "
|
|
7425
8110
|
},
|
|
7426
8111
|
{
|
|
7427
8112
|
"kind": "Content",
|
|
7428
|
-
"text": "
|
|
8113
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
7429
8114
|
},
|
|
7430
8115
|
{
|
|
7431
8116
|
"kind": "Reference",
|
|
@@ -7447,26 +8132,44 @@
|
|
|
7447
8132
|
}
|
|
7448
8133
|
],
|
|
7449
8134
|
"fileUrlPath": "src/cell-renderers/text-field.renderer.ts",
|
|
7450
|
-
"
|
|
8135
|
+
"returnTypeTokenRange": {
|
|
8136
|
+
"startIndex": 3,
|
|
8137
|
+
"endIndex": 8
|
|
8138
|
+
},
|
|
7451
8139
|
"releaseTag": "Public",
|
|
7452
|
-
"
|
|
7453
|
-
"
|
|
7454
|
-
|
|
7455
|
-
|
|
7456
|
-
|
|
8140
|
+
"overloadIndex": 1,
|
|
8141
|
+
"parameters": [
|
|
8142
|
+
{
|
|
8143
|
+
"parameterName": "designSystem",
|
|
8144
|
+
"parameterTypeTokenRange": {
|
|
8145
|
+
"startIndex": 1,
|
|
8146
|
+
"endIndex": 2
|
|
8147
|
+
},
|
|
8148
|
+
"isOptional": true
|
|
8149
|
+
}
|
|
8150
|
+
],
|
|
8151
|
+
"name": "getTextFieldRendererTemplate"
|
|
7457
8152
|
},
|
|
7458
8153
|
{
|
|
7459
|
-
"kind": "
|
|
7460
|
-
"canonicalReference": "@genesislcap/grid-pro!getTextRendererTemplate:
|
|
8154
|
+
"kind": "Function",
|
|
8155
|
+
"canonicalReference": "@genesislcap/grid-pro!getTextRendererTemplate:function(1)",
|
|
7461
8156
|
"docComment": "/**\n * @deprecated\n *\n * - Use getTextFieldRendererTemplate instead\n *\n * @public\n */\n",
|
|
7462
8157
|
"excerptTokens": [
|
|
7463
8158
|
{
|
|
7464
8159
|
"kind": "Content",
|
|
7465
|
-
"text": "getTextRendererTemplate: "
|
|
8160
|
+
"text": "getTextRendererTemplate: (designSystem?: "
|
|
8161
|
+
},
|
|
8162
|
+
{
|
|
8163
|
+
"kind": "Content",
|
|
8164
|
+
"text": "string"
|
|
7466
8165
|
},
|
|
7467
8166
|
{
|
|
7468
8167
|
"kind": "Content",
|
|
7469
|
-
"text": "
|
|
8168
|
+
"text": ") => "
|
|
8169
|
+
},
|
|
8170
|
+
{
|
|
8171
|
+
"kind": "Content",
|
|
8172
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
7470
8173
|
},
|
|
7471
8174
|
{
|
|
7472
8175
|
"kind": "Reference",
|
|
@@ -7488,13 +8191,23 @@
|
|
|
7488
8191
|
}
|
|
7489
8192
|
],
|
|
7490
8193
|
"fileUrlPath": "src/cell-renderers/text.renderer.ts",
|
|
7491
|
-
"
|
|
8194
|
+
"returnTypeTokenRange": {
|
|
8195
|
+
"startIndex": 3,
|
|
8196
|
+
"endIndex": 8
|
|
8197
|
+
},
|
|
7492
8198
|
"releaseTag": "Public",
|
|
7493
|
-
"
|
|
7494
|
-
"
|
|
7495
|
-
|
|
7496
|
-
|
|
7497
|
-
|
|
8199
|
+
"overloadIndex": 1,
|
|
8200
|
+
"parameters": [
|
|
8201
|
+
{
|
|
8202
|
+
"parameterName": "designSystem",
|
|
8203
|
+
"parameterTypeTokenRange": {
|
|
8204
|
+
"startIndex": 1,
|
|
8205
|
+
"endIndex": 2
|
|
8206
|
+
},
|
|
8207
|
+
"isOptional": true
|
|
8208
|
+
}
|
|
8209
|
+
],
|
|
8210
|
+
"name": "getTextRendererTemplate"
|
|
7498
8211
|
},
|
|
7499
8212
|
{
|
|
7500
8213
|
"kind": "Variable",
|
|
@@ -12125,6 +12838,279 @@
|
|
|
12125
12838
|
}
|
|
12126
12839
|
]
|
|
12127
12840
|
},
|
|
12841
|
+
{
|
|
12842
|
+
"kind": "Class",
|
|
12843
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource:class",
|
|
12844
|
+
"docComment": "/**\n * A Genesis Datasource element, for server-side | SSRM-compatible data fetching and used exclusively by the GridPro element.\n *\n * @remarks\n *\n * Only supports Server-Side Row Model. Requires `@ag-grid-enterprise/server-side-row-model` setup and valid AG Grid Enterprise license.\n *\n * @alpha\n */\n",
|
|
12845
|
+
"excerptTokens": [
|
|
12846
|
+
{
|
|
12847
|
+
"kind": "Content",
|
|
12848
|
+
"text": "export declare class GridProServerSideDatasource extends "
|
|
12849
|
+
},
|
|
12850
|
+
{
|
|
12851
|
+
"kind": "Reference",
|
|
12852
|
+
"text": "GridProServerSideDatasource_base",
|
|
12853
|
+
"canonicalReference": "@genesislcap/grid-pro!~GridProServerSideDatasource_base"
|
|
12854
|
+
},
|
|
12855
|
+
{
|
|
12856
|
+
"kind": "Content",
|
|
12857
|
+
"text": " "
|
|
12858
|
+
}
|
|
12859
|
+
],
|
|
12860
|
+
"fileUrlPath": "src/datasource/server-side.datasource.ts",
|
|
12861
|
+
"releaseTag": "Alpha",
|
|
12862
|
+
"isAbstract": false,
|
|
12863
|
+
"name": "GridProServerSideDatasource",
|
|
12864
|
+
"preserveMemberOrder": false,
|
|
12865
|
+
"members": [
|
|
12866
|
+
{
|
|
12867
|
+
"kind": "Property",
|
|
12868
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#applyAsyncFuncName:member",
|
|
12869
|
+
"docComment": "",
|
|
12870
|
+
"excerptTokens": [
|
|
12871
|
+
{
|
|
12872
|
+
"kind": "Content",
|
|
12873
|
+
"text": "applyAsyncFuncName: "
|
|
12874
|
+
},
|
|
12875
|
+
{
|
|
12876
|
+
"kind": "Content",
|
|
12877
|
+
"text": "string"
|
|
12878
|
+
},
|
|
12879
|
+
{
|
|
12880
|
+
"kind": "Content",
|
|
12881
|
+
"text": ";"
|
|
12882
|
+
}
|
|
12883
|
+
],
|
|
12884
|
+
"isReadonly": false,
|
|
12885
|
+
"isOptional": false,
|
|
12886
|
+
"releaseTag": "Alpha",
|
|
12887
|
+
"name": "applyAsyncFuncName",
|
|
12888
|
+
"propertyTypeTokenRange": {
|
|
12889
|
+
"startIndex": 1,
|
|
12890
|
+
"endIndex": 2
|
|
12891
|
+
},
|
|
12892
|
+
"isStatic": false,
|
|
12893
|
+
"isProtected": false,
|
|
12894
|
+
"isAbstract": false
|
|
12895
|
+
},
|
|
12896
|
+
{
|
|
12897
|
+
"kind": "Property",
|
|
12898
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#applyFuncName:member",
|
|
12899
|
+
"docComment": "",
|
|
12900
|
+
"excerptTokens": [
|
|
12901
|
+
{
|
|
12902
|
+
"kind": "Content",
|
|
12903
|
+
"text": "applyFuncName: "
|
|
12904
|
+
},
|
|
12905
|
+
{
|
|
12906
|
+
"kind": "Content",
|
|
12907
|
+
"text": "string"
|
|
12908
|
+
},
|
|
12909
|
+
{
|
|
12910
|
+
"kind": "Content",
|
|
12911
|
+
"text": ";"
|
|
12912
|
+
}
|
|
12913
|
+
],
|
|
12914
|
+
"isReadonly": false,
|
|
12915
|
+
"isOptional": false,
|
|
12916
|
+
"releaseTag": "Alpha",
|
|
12917
|
+
"name": "applyFuncName",
|
|
12918
|
+
"propertyTypeTokenRange": {
|
|
12919
|
+
"startIndex": 1,
|
|
12920
|
+
"endIndex": 2
|
|
12921
|
+
},
|
|
12922
|
+
"isStatic": false,
|
|
12923
|
+
"isProtected": false,
|
|
12924
|
+
"isAbstract": false
|
|
12925
|
+
},
|
|
12926
|
+
{
|
|
12927
|
+
"kind": "Property",
|
|
12928
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#liveUpdates:member",
|
|
12929
|
+
"docComment": "/**\n * Enable live updates for the grid.\n *\n * @remarks\n *\n * Only works with DATASERVER resources (StreamDatasource) right now.\n */\n",
|
|
12930
|
+
"excerptTokens": [
|
|
12931
|
+
{
|
|
12932
|
+
"kind": "Content",
|
|
12933
|
+
"text": "liveUpdates: "
|
|
12934
|
+
},
|
|
12935
|
+
{
|
|
12936
|
+
"kind": "Content",
|
|
12937
|
+
"text": "boolean"
|
|
12938
|
+
},
|
|
12939
|
+
{
|
|
12940
|
+
"kind": "Content",
|
|
12941
|
+
"text": ";"
|
|
12942
|
+
}
|
|
12943
|
+
],
|
|
12944
|
+
"isReadonly": false,
|
|
12945
|
+
"isOptional": false,
|
|
12946
|
+
"releaseTag": "Alpha",
|
|
12947
|
+
"name": "liveUpdates",
|
|
12948
|
+
"propertyTypeTokenRange": {
|
|
12949
|
+
"startIndex": 1,
|
|
12950
|
+
"endIndex": 2
|
|
12951
|
+
},
|
|
12952
|
+
"isStatic": false,
|
|
12953
|
+
"isProtected": false,
|
|
12954
|
+
"isAbstract": false
|
|
12955
|
+
},
|
|
12956
|
+
{
|
|
12957
|
+
"kind": "Property",
|
|
12958
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#pagination:member",
|
|
12959
|
+
"docComment": "",
|
|
12960
|
+
"excerptTokens": [
|
|
12961
|
+
{
|
|
12962
|
+
"kind": "Content",
|
|
12963
|
+
"text": "pagination: "
|
|
12964
|
+
},
|
|
12965
|
+
{
|
|
12966
|
+
"kind": "Content",
|
|
12967
|
+
"text": "boolean"
|
|
12968
|
+
},
|
|
12969
|
+
{
|
|
12970
|
+
"kind": "Content",
|
|
12971
|
+
"text": ";"
|
|
12972
|
+
}
|
|
12973
|
+
],
|
|
12974
|
+
"isReadonly": false,
|
|
12975
|
+
"isOptional": false,
|
|
12976
|
+
"releaseTag": "Alpha",
|
|
12977
|
+
"name": "pagination",
|
|
12978
|
+
"propertyTypeTokenRange": {
|
|
12979
|
+
"startIndex": 1,
|
|
12980
|
+
"endIndex": 2
|
|
12981
|
+
},
|
|
12982
|
+
"isStatic": false,
|
|
12983
|
+
"isProtected": false,
|
|
12984
|
+
"isAbstract": false
|
|
12985
|
+
},
|
|
12986
|
+
{
|
|
12987
|
+
"kind": "Property",
|
|
12988
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#params:member",
|
|
12989
|
+
"docComment": "",
|
|
12990
|
+
"excerptTokens": [
|
|
12991
|
+
{
|
|
12992
|
+
"kind": "Content",
|
|
12993
|
+
"text": "get params(): "
|
|
12994
|
+
},
|
|
12995
|
+
{
|
|
12996
|
+
"kind": "Content",
|
|
12997
|
+
"text": "any"
|
|
12998
|
+
},
|
|
12999
|
+
{
|
|
13000
|
+
"kind": "Content",
|
|
13001
|
+
"text": ";"
|
|
13002
|
+
}
|
|
13003
|
+
],
|
|
13004
|
+
"isReadonly": true,
|
|
13005
|
+
"isOptional": false,
|
|
13006
|
+
"releaseTag": "Alpha",
|
|
13007
|
+
"name": "params",
|
|
13008
|
+
"propertyTypeTokenRange": {
|
|
13009
|
+
"startIndex": 1,
|
|
13010
|
+
"endIndex": 2
|
|
13011
|
+
},
|
|
13012
|
+
"isStatic": false,
|
|
13013
|
+
"isProtected": false,
|
|
13014
|
+
"isAbstract": false
|
|
13015
|
+
},
|
|
13016
|
+
{
|
|
13017
|
+
"kind": "Property",
|
|
13018
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#request:member",
|
|
13019
|
+
"docComment": "",
|
|
13020
|
+
"excerptTokens": [
|
|
13021
|
+
{
|
|
13022
|
+
"kind": "Content",
|
|
13023
|
+
"text": "request: "
|
|
13024
|
+
},
|
|
13025
|
+
{
|
|
13026
|
+
"kind": "Content",
|
|
13027
|
+
"text": "any"
|
|
13028
|
+
},
|
|
13029
|
+
{
|
|
13030
|
+
"kind": "Content",
|
|
13031
|
+
"text": ";"
|
|
13032
|
+
}
|
|
13033
|
+
],
|
|
13034
|
+
"isReadonly": false,
|
|
13035
|
+
"isOptional": false,
|
|
13036
|
+
"releaseTag": "Alpha",
|
|
13037
|
+
"name": "request",
|
|
13038
|
+
"propertyTypeTokenRange": {
|
|
13039
|
+
"startIndex": 1,
|
|
13040
|
+
"endIndex": 2
|
|
13041
|
+
},
|
|
13042
|
+
"isStatic": false,
|
|
13043
|
+
"isProtected": false,
|
|
13044
|
+
"isAbstract": false
|
|
13045
|
+
},
|
|
13046
|
+
{
|
|
13047
|
+
"kind": "Property",
|
|
13048
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#rowModel:member",
|
|
13049
|
+
"docComment": "",
|
|
13050
|
+
"excerptTokens": [
|
|
13051
|
+
{
|
|
13052
|
+
"kind": "Content",
|
|
13053
|
+
"text": "get rowModel(): "
|
|
13054
|
+
},
|
|
13055
|
+
{
|
|
13056
|
+
"kind": "Reference",
|
|
13057
|
+
"text": "IServerSideRowModel",
|
|
13058
|
+
"canonicalReference": "@ag-grid-community/core!IServerSideRowModel:interface"
|
|
13059
|
+
},
|
|
13060
|
+
{
|
|
13061
|
+
"kind": "Content",
|
|
13062
|
+
"text": ";"
|
|
13063
|
+
}
|
|
13064
|
+
],
|
|
13065
|
+
"isReadonly": true,
|
|
13066
|
+
"isOptional": false,
|
|
13067
|
+
"releaseTag": "Alpha",
|
|
13068
|
+
"name": "rowModel",
|
|
13069
|
+
"propertyTypeTokenRange": {
|
|
13070
|
+
"startIndex": 1,
|
|
13071
|
+
"endIndex": 2
|
|
13072
|
+
},
|
|
13073
|
+
"isStatic": false,
|
|
13074
|
+
"isProtected": false,
|
|
13075
|
+
"isAbstract": false
|
|
13076
|
+
},
|
|
13077
|
+
{
|
|
13078
|
+
"kind": "Property",
|
|
13079
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#zeroBasedViewNumber:member",
|
|
13080
|
+
"docComment": "/**\n * The starting VIEW_NUMBER of the data to be fetched.\n *\n * @remarks\n *\n * The VIEW_NUMBER isincremented by the grid as the user scrolls or changes pages.\n */\n",
|
|
13081
|
+
"excerptTokens": [
|
|
13082
|
+
{
|
|
13083
|
+
"kind": "Content",
|
|
13084
|
+
"text": "zeroBasedViewNumber: "
|
|
13085
|
+
},
|
|
13086
|
+
{
|
|
13087
|
+
"kind": "Content",
|
|
13088
|
+
"text": "boolean"
|
|
13089
|
+
},
|
|
13090
|
+
{
|
|
13091
|
+
"kind": "Content",
|
|
13092
|
+
"text": ";"
|
|
13093
|
+
}
|
|
13094
|
+
],
|
|
13095
|
+
"isReadonly": false,
|
|
13096
|
+
"isOptional": false,
|
|
13097
|
+
"releaseTag": "Alpha",
|
|
13098
|
+
"name": "zeroBasedViewNumber",
|
|
13099
|
+
"propertyTypeTokenRange": {
|
|
13100
|
+
"startIndex": 1,
|
|
13101
|
+
"endIndex": 2
|
|
13102
|
+
},
|
|
13103
|
+
"isStatic": false,
|
|
13104
|
+
"isProtected": false,
|
|
13105
|
+
"isAbstract": false
|
|
13106
|
+
}
|
|
13107
|
+
],
|
|
13108
|
+
"extendsTokenRange": {
|
|
13109
|
+
"startIndex": 1,
|
|
13110
|
+
"endIndex": 2
|
|
13111
|
+
},
|
|
13112
|
+
"implementsTokenRanges": []
|
|
13113
|
+
},
|
|
12128
13114
|
{
|
|
12129
13115
|
"kind": "Variable",
|
|
12130
13116
|
"canonicalReference": "@genesislcap/grid-pro!gridProTemplate:var",
|