@genesislcap/grid-pro 14.100.1 → 14.101.1
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 +720 -390
- package/dist/dts/cell-editors/index.d.ts +2 -0
- package/dist/dts/cell-editors/index.d.ts.map +1 -0
- package/dist/dts/cell-editors/select.editor.d.ts +59 -0
- package/dist/dts/cell-editors/select.editor.d.ts.map +1 -0
- package/dist/dts/cell-renderers/boolean.renderer.d.ts +9 -10
- package/dist/dts/cell-renderers/boolean.renderer.d.ts.map +1 -1
- package/dist/dts/grid-components.d.ts +11 -2
- package/dist/dts/grid-components.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource-next.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +8 -13
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/dts/grid-pro.types.d.ts +2 -1
- package/dist/dts/grid-pro.types.d.ts.map +1 -1
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/esm/cell-editors/index.js +1 -0
- package/dist/esm/cell-editors/select.editor.js +88 -0
- package/dist/esm/cell-renderers/boolean.renderer.js +49 -3
- package/dist/esm/grid-components.js +2 -0
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource-next.js +15 -9
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +9 -3
- package/dist/esm/grid-pro.js +20 -28
- package/dist/esm/grid-pro.types.js +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/grid-pro.api.json +1010 -18
- package/dist/grid-pro.d.ts +100 -33
- package/docs/api/grid-pro.agselecteditorstyles.md +13 -0
- package/docs/api/grid-pro.booleanrenderer.changehandler.md +22 -0
- package/docs/api/grid-pro.booleanrenderer.getvalue.md +15 -0
- package/docs/api/grid-pro.booleanrenderer.init.md +2 -2
- package/docs/api/grid-pro.booleanrenderer.md +4 -1
- package/docs/api/grid-pro.booleanrenderer.params.md +1 -1
- package/docs/api/grid-pro.booleanrenderer.refresh.md +2 -2
- package/docs/api/grid-pro.booleanrenderer.selected.md +11 -0
- package/docs/api/grid-pro.foundationagbooleanrenderer.md +2 -2
- package/docs/api/grid-pro.foundationgridcomponents.md +11 -2
- package/docs/api/grid-pro.foundationselecteditor.md +24 -0
- package/docs/api/grid-pro.getagbooleanrenderertemplate.md +1 -1
- package/docs/api/grid-pro.getselecteditortemplate.md +13 -0
- package/docs/api/grid-pro.gridprorenderertypes.md +1 -0
- package/docs/api/grid-pro.md +10 -0
- package/docs/api/grid-pro.selecteditor.afterguiattached.md +15 -0
- package/docs/api/grid-pro.selecteditor.combobox.md +11 -0
- package/docs/api/grid-pro.selecteditor.destroy.md +15 -0
- package/docs/api/grid-pro.selecteditor.getgui.md +15 -0
- package/docs/api/grid-pro.selecteditor.getvalue.md +15 -0
- package/docs/api/grid-pro.selecteditor.init.md +22 -0
- package/docs/api/grid-pro.selecteditor.ispopup.md +15 -0
- package/docs/api/grid-pro.selecteditor.md +37 -0
- package/docs/api/grid-pro.selecteditor.params.md +11 -0
- package/docs/api/grid-pro.selecteditor.refresh.md +22 -0
- package/docs/api/grid-pro.selecteditor.value.md +11 -0
- package/docs/api/grid-pro.selecteditorparams.alloptionsresourcename.md +11 -0
- package/docs/api/grid-pro.selecteditorparams.datasourceoptions.md +11 -0
- package/docs/api/grid-pro.selecteditorparams.labelfield.md +11 -0
- package/docs/api/grid-pro.selecteditorparams.md +25 -0
- package/docs/api/grid-pro.selecteditorparams.valuefield.md +11 -0
- package/docs/api/grid-pro.selecteditorparams.values.md +11 -0
- package/docs/api-report.md +87 -14
- package/package.json +8 -8
package/dist/grid-pro.api.json
CHANGED
|
@@ -2102,6 +2102,34 @@
|
|
|
2102
2102
|
"endIndex": 3
|
|
2103
2103
|
}
|
|
2104
2104
|
},
|
|
2105
|
+
{
|
|
2106
|
+
"kind": "Variable",
|
|
2107
|
+
"canonicalReference": "@genesislcap/grid-pro!agSelectEditorStyles:var",
|
|
2108
|
+
"docComment": "/**\n * The AG Select Renderer Styles.\n *\n * @public\n */\n",
|
|
2109
|
+
"excerptTokens": [
|
|
2110
|
+
{
|
|
2111
|
+
"kind": "Content",
|
|
2112
|
+
"text": "agSelectEditorStyles: "
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
"kind": "Content",
|
|
2116
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
2117
|
+
},
|
|
2118
|
+
{
|
|
2119
|
+
"kind": "Reference",
|
|
2120
|
+
"text": "ElementStyles",
|
|
2121
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
2122
|
+
}
|
|
2123
|
+
],
|
|
2124
|
+
"fileUrlPath": "src/cell-editors/select.editor.ts",
|
|
2125
|
+
"isReadonly": true,
|
|
2126
|
+
"releaseTag": "Public",
|
|
2127
|
+
"name": "agSelectEditorStyles",
|
|
2128
|
+
"variableTypeTokenRange": {
|
|
2129
|
+
"startIndex": 1,
|
|
2130
|
+
"endIndex": 3
|
|
2131
|
+
}
|
|
2132
|
+
},
|
|
2105
2133
|
{
|
|
2106
2134
|
"kind": "Variable",
|
|
2107
2135
|
"canonicalReference": "@genesislcap/grid-pro!agSelectRendererStyles:var",
|
|
@@ -2239,7 +2267,7 @@
|
|
|
2239
2267
|
{
|
|
2240
2268
|
"kind": "Reference",
|
|
2241
2269
|
"text": "FuiCellRendererParams",
|
|
2242
|
-
"canonicalReference": "@genesislcap/grid-pro!~
|
|
2270
|
+
"canonicalReference": "@genesislcap/grid-pro!~FuiCellRendererParams:interface"
|
|
2243
2271
|
},
|
|
2244
2272
|
{
|
|
2245
2273
|
"kind": "Content",
|
|
@@ -2288,7 +2316,7 @@
|
|
|
2288
2316
|
{
|
|
2289
2317
|
"kind": "Reference",
|
|
2290
2318
|
"text": "FuiCellRendererParams",
|
|
2291
|
-
"canonicalReference": "@genesislcap/grid-pro!~
|
|
2319
|
+
"canonicalReference": "@genesislcap/grid-pro!~FuiCellRendererParams:interface"
|
|
2292
2320
|
},
|
|
2293
2321
|
{
|
|
2294
2322
|
"kind": "Content",
|
|
@@ -2319,7 +2347,7 @@
|
|
|
2319
2347
|
{
|
|
2320
2348
|
"kind": "Reference",
|
|
2321
2349
|
"text": "FuiCellRendererParams",
|
|
2322
|
-
"canonicalReference": "@genesislcap/grid-pro!~
|
|
2350
|
+
"canonicalReference": "@genesislcap/grid-pro!~FuiCellRendererParams:interface"
|
|
2323
2351
|
},
|
|
2324
2352
|
{
|
|
2325
2353
|
"kind": "Content",
|
|
@@ -2755,6 +2783,54 @@
|
|
|
2755
2783
|
"name": "BooleanRenderer",
|
|
2756
2784
|
"preserveMemberOrder": false,
|
|
2757
2785
|
"members": [
|
|
2786
|
+
{
|
|
2787
|
+
"kind": "Method",
|
|
2788
|
+
"canonicalReference": "@genesislcap/grid-pro!BooleanRenderer#changeHandler:member(1)",
|
|
2789
|
+
"docComment": "",
|
|
2790
|
+
"excerptTokens": [
|
|
2791
|
+
{
|
|
2792
|
+
"kind": "Content",
|
|
2793
|
+
"text": "changeHandler(e: "
|
|
2794
|
+
},
|
|
2795
|
+
{
|
|
2796
|
+
"kind": "Content",
|
|
2797
|
+
"text": "any"
|
|
2798
|
+
},
|
|
2799
|
+
{
|
|
2800
|
+
"kind": "Content",
|
|
2801
|
+
"text": "): "
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"kind": "Content",
|
|
2805
|
+
"text": "void"
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
"kind": "Content",
|
|
2809
|
+
"text": ";"
|
|
2810
|
+
}
|
|
2811
|
+
],
|
|
2812
|
+
"isStatic": false,
|
|
2813
|
+
"returnTypeTokenRange": {
|
|
2814
|
+
"startIndex": 3,
|
|
2815
|
+
"endIndex": 4
|
|
2816
|
+
},
|
|
2817
|
+
"releaseTag": "Public",
|
|
2818
|
+
"isProtected": false,
|
|
2819
|
+
"overloadIndex": 1,
|
|
2820
|
+
"parameters": [
|
|
2821
|
+
{
|
|
2822
|
+
"parameterName": "e",
|
|
2823
|
+
"parameterTypeTokenRange": {
|
|
2824
|
+
"startIndex": 1,
|
|
2825
|
+
"endIndex": 2
|
|
2826
|
+
},
|
|
2827
|
+
"isOptional": false
|
|
2828
|
+
}
|
|
2829
|
+
],
|
|
2830
|
+
"isOptional": false,
|
|
2831
|
+
"isAbstract": false,
|
|
2832
|
+
"name": "changeHandler"
|
|
2833
|
+
},
|
|
2758
2834
|
{
|
|
2759
2835
|
"kind": "Method",
|
|
2760
2836
|
"canonicalReference": "@genesislcap/grid-pro!BooleanRenderer#destroy:member(1)",
|
|
@@ -2818,6 +2894,37 @@
|
|
|
2818
2894
|
"isAbstract": false,
|
|
2819
2895
|
"name": "getGui"
|
|
2820
2896
|
},
|
|
2897
|
+
{
|
|
2898
|
+
"kind": "Method",
|
|
2899
|
+
"canonicalReference": "@genesislcap/grid-pro!BooleanRenderer#getValue:member(1)",
|
|
2900
|
+
"docComment": "",
|
|
2901
|
+
"excerptTokens": [
|
|
2902
|
+
{
|
|
2903
|
+
"kind": "Content",
|
|
2904
|
+
"text": "getValue(): "
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"kind": "Content",
|
|
2908
|
+
"text": "boolean"
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
"kind": "Content",
|
|
2912
|
+
"text": ";"
|
|
2913
|
+
}
|
|
2914
|
+
],
|
|
2915
|
+
"isStatic": false,
|
|
2916
|
+
"returnTypeTokenRange": {
|
|
2917
|
+
"startIndex": 1,
|
|
2918
|
+
"endIndex": 2
|
|
2919
|
+
},
|
|
2920
|
+
"releaseTag": "Public",
|
|
2921
|
+
"isProtected": false,
|
|
2922
|
+
"overloadIndex": 1,
|
|
2923
|
+
"parameters": [],
|
|
2924
|
+
"isOptional": false,
|
|
2925
|
+
"isAbstract": false,
|
|
2926
|
+
"name": "getValue"
|
|
2927
|
+
},
|
|
2821
2928
|
{
|
|
2822
2929
|
"kind": "Method",
|
|
2823
2930
|
"canonicalReference": "@genesislcap/grid-pro!BooleanRenderer#init:member(1)",
|
|
@@ -2829,8 +2936,8 @@
|
|
|
2829
2936
|
},
|
|
2830
2937
|
{
|
|
2831
2938
|
"kind": "Reference",
|
|
2832
|
-
"text": "
|
|
2833
|
-
"canonicalReference": "@
|
|
2939
|
+
"text": "ICellRendererParams",
|
|
2940
|
+
"canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
|
|
2834
2941
|
},
|
|
2835
2942
|
{
|
|
2836
2943
|
"kind": "Content",
|
|
@@ -2878,8 +2985,8 @@
|
|
|
2878
2985
|
},
|
|
2879
2986
|
{
|
|
2880
2987
|
"kind": "Reference",
|
|
2881
|
-
"text": "
|
|
2882
|
-
"canonicalReference": "@
|
|
2988
|
+
"text": "ICellRendererParams",
|
|
2989
|
+
"canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
|
|
2883
2990
|
},
|
|
2884
2991
|
{
|
|
2885
2992
|
"kind": "Content",
|
|
@@ -2909,8 +3016,8 @@
|
|
|
2909
3016
|
},
|
|
2910
3017
|
{
|
|
2911
3018
|
"kind": "Reference",
|
|
2912
|
-
"text": "
|
|
2913
|
-
"canonicalReference": "@
|
|
3019
|
+
"text": "ICellRendererParams",
|
|
3020
|
+
"canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
|
|
2914
3021
|
},
|
|
2915
3022
|
{
|
|
2916
3023
|
"kind": "Content",
|
|
@@ -2946,6 +3053,36 @@
|
|
|
2946
3053
|
"isOptional": false,
|
|
2947
3054
|
"isAbstract": false,
|
|
2948
3055
|
"name": "refresh"
|
|
3056
|
+
},
|
|
3057
|
+
{
|
|
3058
|
+
"kind": "Property",
|
|
3059
|
+
"canonicalReference": "@genesislcap/grid-pro!BooleanRenderer#selected:member",
|
|
3060
|
+
"docComment": "",
|
|
3061
|
+
"excerptTokens": [
|
|
3062
|
+
{
|
|
3063
|
+
"kind": "Content",
|
|
3064
|
+
"text": "selected: "
|
|
3065
|
+
},
|
|
3066
|
+
{
|
|
3067
|
+
"kind": "Content",
|
|
3068
|
+
"text": "boolean"
|
|
3069
|
+
},
|
|
3070
|
+
{
|
|
3071
|
+
"kind": "Content",
|
|
3072
|
+
"text": ";"
|
|
3073
|
+
}
|
|
3074
|
+
],
|
|
3075
|
+
"isReadonly": false,
|
|
3076
|
+
"isOptional": false,
|
|
3077
|
+
"releaseTag": "Public",
|
|
3078
|
+
"name": "selected",
|
|
3079
|
+
"propertyTypeTokenRange": {
|
|
3080
|
+
"startIndex": 1,
|
|
3081
|
+
"endIndex": 2
|
|
3082
|
+
},
|
|
3083
|
+
"isStatic": false,
|
|
3084
|
+
"isProtected": false,
|
|
3085
|
+
"isAbstract": false
|
|
2949
3086
|
}
|
|
2950
3087
|
],
|
|
2951
3088
|
"extendsTokenRange": {
|
|
@@ -3244,7 +3381,16 @@
|
|
|
3244
3381
|
},
|
|
3245
3382
|
{
|
|
3246
3383
|
"kind": "Content",
|
|
3247
|
-
"text": "<
|
|
3384
|
+
"text": "<"
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
"kind": "Reference",
|
|
3388
|
+
"text": "BooleanRenderer",
|
|
3389
|
+
"canonicalReference": "@genesislcap/grid-pro!BooleanRenderer:class"
|
|
3390
|
+
},
|
|
3391
|
+
{
|
|
3392
|
+
"kind": "Content",
|
|
3393
|
+
"text": ", any>;\n}>) => import(\"@microsoft/fast-foundation\")."
|
|
3248
3394
|
},
|
|
3249
3395
|
{
|
|
3250
3396
|
"kind": "Reference",
|
|
@@ -3271,7 +3417,16 @@
|
|
|
3271
3417
|
},
|
|
3272
3418
|
{
|
|
3273
3419
|
"kind": "Content",
|
|
3274
|
-
"text": "<
|
|
3420
|
+
"text": "<"
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
"kind": "Reference",
|
|
3424
|
+
"text": "BooleanRenderer",
|
|
3425
|
+
"canonicalReference": "@genesislcap/grid-pro!BooleanRenderer:class"
|
|
3426
|
+
},
|
|
3427
|
+
{
|
|
3428
|
+
"kind": "Content",
|
|
3429
|
+
"text": ", any>;\n}, typeof "
|
|
3275
3430
|
},
|
|
3276
3431
|
{
|
|
3277
3432
|
"kind": "Reference",
|
|
@@ -3289,7 +3444,7 @@
|
|
|
3289
3444
|
"name": "foundationAgBooleanRenderer",
|
|
3290
3445
|
"variableTypeTokenRange": {
|
|
3291
3446
|
"startIndex": 1,
|
|
3292
|
-
"endIndex":
|
|
3447
|
+
"endIndex": 20
|
|
3293
3448
|
}
|
|
3294
3449
|
},
|
|
3295
3450
|
{
|
|
@@ -3750,7 +3905,16 @@
|
|
|
3750
3905
|
},
|
|
3751
3906
|
{
|
|
3752
3907
|
"kind": "Content",
|
|
3753
|
-
"text": "<
|
|
3908
|
+
"text": "<import(\"./cell-renderers\")."
|
|
3909
|
+
},
|
|
3910
|
+
{
|
|
3911
|
+
"kind": "Reference",
|
|
3912
|
+
"text": "BooleanRenderer",
|
|
3913
|
+
"canonicalReference": "@genesislcap/grid-pro!BooleanRenderer:class"
|
|
3914
|
+
},
|
|
3915
|
+
{
|
|
3916
|
+
"kind": "Content",
|
|
3917
|
+
"text": ", any>;\n }>) => import(\"@microsoft/fast-foundation\")."
|
|
3754
3918
|
},
|
|
3755
3919
|
{
|
|
3756
3920
|
"kind": "Reference",
|
|
@@ -3777,7 +3941,16 @@
|
|
|
3777
3941
|
},
|
|
3778
3942
|
{
|
|
3779
3943
|
"kind": "Content",
|
|
3780
|
-
"text": "<
|
|
3944
|
+
"text": "<import(\"./cell-renderers\")."
|
|
3945
|
+
},
|
|
3946
|
+
{
|
|
3947
|
+
"kind": "Reference",
|
|
3948
|
+
"text": "BooleanRenderer",
|
|
3949
|
+
"canonicalReference": "@genesislcap/grid-pro!BooleanRenderer:class"
|
|
3950
|
+
},
|
|
3951
|
+
{
|
|
3952
|
+
"kind": "Content",
|
|
3953
|
+
"text": ", any>;\n }, typeof import(\"./cell-renderers\")."
|
|
3781
3954
|
},
|
|
3782
3955
|
{
|
|
3783
3956
|
"kind": "Reference",
|
|
@@ -4072,6 +4245,87 @@
|
|
|
4072
4245
|
"text": "GridPro",
|
|
4073
4246
|
"canonicalReference": "@genesislcap/grid-pro!GridPro:class"
|
|
4074
4247
|
},
|
|
4248
|
+
{
|
|
4249
|
+
"kind": "Content",
|
|
4250
|
+
"text": ">;\n selectEditor: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
4251
|
+
},
|
|
4252
|
+
{
|
|
4253
|
+
"kind": "Reference",
|
|
4254
|
+
"text": "OverrideFoundationElementDefinition",
|
|
4255
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
4256
|
+
},
|
|
4257
|
+
{
|
|
4258
|
+
"kind": "Content",
|
|
4259
|
+
"text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
|
|
4260
|
+
},
|
|
4261
|
+
{
|
|
4262
|
+
"kind": "Reference",
|
|
4263
|
+
"text": "ElementStyles",
|
|
4264
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
4265
|
+
},
|
|
4266
|
+
{
|
|
4267
|
+
"kind": "Content",
|
|
4268
|
+
"text": ";\n template: import(\"@microsoft/fast-element\")."
|
|
4269
|
+
},
|
|
4270
|
+
{
|
|
4271
|
+
"kind": "Reference",
|
|
4272
|
+
"text": "ViewTemplate",
|
|
4273
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
4274
|
+
},
|
|
4275
|
+
{
|
|
4276
|
+
"kind": "Content",
|
|
4277
|
+
"text": "<import(\"./cell-editors\")."
|
|
4278
|
+
},
|
|
4279
|
+
{
|
|
4280
|
+
"kind": "Reference",
|
|
4281
|
+
"text": "SelectEditor",
|
|
4282
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor:class"
|
|
4283
|
+
},
|
|
4284
|
+
{
|
|
4285
|
+
"kind": "Content",
|
|
4286
|
+
"text": ", any>;\n }>) => import(\"@microsoft/fast-foundation\")."
|
|
4287
|
+
},
|
|
4288
|
+
{
|
|
4289
|
+
"kind": "Reference",
|
|
4290
|
+
"text": "FoundationElementRegistry",
|
|
4291
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
4292
|
+
},
|
|
4293
|
+
{
|
|
4294
|
+
"kind": "Content",
|
|
4295
|
+
"text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
|
|
4296
|
+
},
|
|
4297
|
+
{
|
|
4298
|
+
"kind": "Reference",
|
|
4299
|
+
"text": "ElementStyles",
|
|
4300
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
4301
|
+
},
|
|
4302
|
+
{
|
|
4303
|
+
"kind": "Content",
|
|
4304
|
+
"text": ";\n template: import(\"@microsoft/fast-element\")."
|
|
4305
|
+
},
|
|
4306
|
+
{
|
|
4307
|
+
"kind": "Reference",
|
|
4308
|
+
"text": "ViewTemplate",
|
|
4309
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
4310
|
+
},
|
|
4311
|
+
{
|
|
4312
|
+
"kind": "Content",
|
|
4313
|
+
"text": "<import(\"./cell-editors\")."
|
|
4314
|
+
},
|
|
4315
|
+
{
|
|
4316
|
+
"kind": "Reference",
|
|
4317
|
+
"text": "SelectEditor",
|
|
4318
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor:class"
|
|
4319
|
+
},
|
|
4320
|
+
{
|
|
4321
|
+
"kind": "Content",
|
|
4322
|
+
"text": ", any>;\n }, typeof import(\"./cell-editors\")."
|
|
4323
|
+
},
|
|
4324
|
+
{
|
|
4325
|
+
"kind": "Reference",
|
|
4326
|
+
"text": "SelectEditor",
|
|
4327
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor:class"
|
|
4328
|
+
},
|
|
4075
4329
|
{
|
|
4076
4330
|
"kind": "Content",
|
|
4077
4331
|
"text": ">;\n register(container?: "
|
|
@@ -4092,7 +4346,7 @@
|
|
|
4092
4346
|
"name": "foundationGridComponents",
|
|
4093
4347
|
"variableTypeTokenRange": {
|
|
4094
4348
|
"startIndex": 1,
|
|
4095
|
-
"endIndex":
|
|
4349
|
+
"endIndex": 132
|
|
4096
4350
|
}
|
|
4097
4351
|
},
|
|
4098
4352
|
{
|
|
@@ -4403,7 +4657,111 @@
|
|
|
4403
4657
|
},
|
|
4404
4658
|
{
|
|
4405
4659
|
"kind": "Variable",
|
|
4406
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
4660
|
+
"canonicalReference": "@genesislcap/grid-pro!foundationSelectEditor:var",
|
|
4661
|
+
"docComment": "/**\n * @remarks\n *\n * HTML Element: \\<foundation-select-editor\\>\n *\n * @public\n */\n",
|
|
4662
|
+
"excerptTokens": [
|
|
4663
|
+
{
|
|
4664
|
+
"kind": "Content",
|
|
4665
|
+
"text": "foundationSelectEditor: "
|
|
4666
|
+
},
|
|
4667
|
+
{
|
|
4668
|
+
"kind": "Content",
|
|
4669
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
4670
|
+
},
|
|
4671
|
+
{
|
|
4672
|
+
"kind": "Reference",
|
|
4673
|
+
"text": "OverrideFoundationElementDefinition",
|
|
4674
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
4675
|
+
},
|
|
4676
|
+
{
|
|
4677
|
+
"kind": "Content",
|
|
4678
|
+
"text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
|
|
4679
|
+
},
|
|
4680
|
+
{
|
|
4681
|
+
"kind": "Reference",
|
|
4682
|
+
"text": "ElementStyles",
|
|
4683
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
4684
|
+
},
|
|
4685
|
+
{
|
|
4686
|
+
"kind": "Content",
|
|
4687
|
+
"text": ";\n template: import(\"@microsoft/fast-element\")."
|
|
4688
|
+
},
|
|
4689
|
+
{
|
|
4690
|
+
"kind": "Reference",
|
|
4691
|
+
"text": "ViewTemplate",
|
|
4692
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
4693
|
+
},
|
|
4694
|
+
{
|
|
4695
|
+
"kind": "Content",
|
|
4696
|
+
"text": "<"
|
|
4697
|
+
},
|
|
4698
|
+
{
|
|
4699
|
+
"kind": "Reference",
|
|
4700
|
+
"text": "SelectEditor",
|
|
4701
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor:class"
|
|
4702
|
+
},
|
|
4703
|
+
{
|
|
4704
|
+
"kind": "Content",
|
|
4705
|
+
"text": ", any>;\n}>) => import(\"@microsoft/fast-foundation\")."
|
|
4706
|
+
},
|
|
4707
|
+
{
|
|
4708
|
+
"kind": "Reference",
|
|
4709
|
+
"text": "FoundationElementRegistry",
|
|
4710
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
4711
|
+
},
|
|
4712
|
+
{
|
|
4713
|
+
"kind": "Content",
|
|
4714
|
+
"text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
|
|
4715
|
+
},
|
|
4716
|
+
{
|
|
4717
|
+
"kind": "Reference",
|
|
4718
|
+
"text": "ElementStyles",
|
|
4719
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
4720
|
+
},
|
|
4721
|
+
{
|
|
4722
|
+
"kind": "Content",
|
|
4723
|
+
"text": ";\n template: import(\"@microsoft/fast-element\")."
|
|
4724
|
+
},
|
|
4725
|
+
{
|
|
4726
|
+
"kind": "Reference",
|
|
4727
|
+
"text": "ViewTemplate",
|
|
4728
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
4729
|
+
},
|
|
4730
|
+
{
|
|
4731
|
+
"kind": "Content",
|
|
4732
|
+
"text": "<"
|
|
4733
|
+
},
|
|
4734
|
+
{
|
|
4735
|
+
"kind": "Reference",
|
|
4736
|
+
"text": "SelectEditor",
|
|
4737
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor:class"
|
|
4738
|
+
},
|
|
4739
|
+
{
|
|
4740
|
+
"kind": "Content",
|
|
4741
|
+
"text": ", any>;\n}, typeof "
|
|
4742
|
+
},
|
|
4743
|
+
{
|
|
4744
|
+
"kind": "Reference",
|
|
4745
|
+
"text": "SelectEditor",
|
|
4746
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor:class"
|
|
4747
|
+
},
|
|
4748
|
+
{
|
|
4749
|
+
"kind": "Content",
|
|
4750
|
+
"text": ">"
|
|
4751
|
+
}
|
|
4752
|
+
],
|
|
4753
|
+
"fileUrlPath": "src/cell-editors/select.editor.ts",
|
|
4754
|
+
"isReadonly": true,
|
|
4755
|
+
"releaseTag": "Public",
|
|
4756
|
+
"name": "foundationSelectEditor",
|
|
4757
|
+
"variableTypeTokenRange": {
|
|
4758
|
+
"startIndex": 1,
|
|
4759
|
+
"endIndex": 20
|
|
4760
|
+
}
|
|
4761
|
+
},
|
|
4762
|
+
{
|
|
4763
|
+
"kind": "Variable",
|
|
4764
|
+
"canonicalReference": "@genesislcap/grid-pro!getActionsMenuDef:var",
|
|
4407
4765
|
"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",
|
|
4408
4766
|
"excerptTokens": [
|
|
4409
4767
|
{
|
|
@@ -4467,7 +4825,16 @@
|
|
|
4467
4825
|
},
|
|
4468
4826
|
{
|
|
4469
4827
|
"kind": "Content",
|
|
4470
|
-
"text": "<
|
|
4828
|
+
"text": "<"
|
|
4829
|
+
},
|
|
4830
|
+
{
|
|
4831
|
+
"kind": "Reference",
|
|
4832
|
+
"text": "BooleanRenderer",
|
|
4833
|
+
"canonicalReference": "@genesislcap/grid-pro!BooleanRenderer:class"
|
|
4834
|
+
},
|
|
4835
|
+
{
|
|
4836
|
+
"kind": "Content",
|
|
4837
|
+
"text": ", any>"
|
|
4471
4838
|
}
|
|
4472
4839
|
],
|
|
4473
4840
|
"fileUrlPath": "src/cell-renderers/boolean.renderer.ts",
|
|
@@ -4476,7 +4843,48 @@
|
|
|
4476
4843
|
"name": "getAgBooleanRendererTemplate",
|
|
4477
4844
|
"variableTypeTokenRange": {
|
|
4478
4845
|
"startIndex": 1,
|
|
4479
|
-
"endIndex":
|
|
4846
|
+
"endIndex": 6
|
|
4847
|
+
}
|
|
4848
|
+
},
|
|
4849
|
+
{
|
|
4850
|
+
"kind": "Variable",
|
|
4851
|
+
"canonicalReference": "@genesislcap/grid-pro!getSelectEditorTemplate:var",
|
|
4852
|
+
"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",
|
|
4853
|
+
"excerptTokens": [
|
|
4854
|
+
{
|
|
4855
|
+
"kind": "Content",
|
|
4856
|
+
"text": "getSelectEditorTemplate: "
|
|
4857
|
+
},
|
|
4858
|
+
{
|
|
4859
|
+
"kind": "Content",
|
|
4860
|
+
"text": "(designSystem?: string) => import(\"@microsoft/fast-element\")."
|
|
4861
|
+
},
|
|
4862
|
+
{
|
|
4863
|
+
"kind": "Reference",
|
|
4864
|
+
"text": "ViewTemplate",
|
|
4865
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
4866
|
+
},
|
|
4867
|
+
{
|
|
4868
|
+
"kind": "Content",
|
|
4869
|
+
"text": "<"
|
|
4870
|
+
},
|
|
4871
|
+
{
|
|
4872
|
+
"kind": "Reference",
|
|
4873
|
+
"text": "SelectEditor",
|
|
4874
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor:class"
|
|
4875
|
+
},
|
|
4876
|
+
{
|
|
4877
|
+
"kind": "Content",
|
|
4878
|
+
"text": ", any>"
|
|
4879
|
+
}
|
|
4880
|
+
],
|
|
4881
|
+
"fileUrlPath": "src/cell-editors/select.editor.ts",
|
|
4882
|
+
"isReadonly": true,
|
|
4883
|
+
"releaseTag": "Public",
|
|
4884
|
+
"name": "getSelectEditorTemplate",
|
|
4885
|
+
"variableTypeTokenRange": {
|
|
4886
|
+
"startIndex": 1,
|
|
4887
|
+
"endIndex": 6
|
|
4480
4888
|
}
|
|
4481
4889
|
},
|
|
4482
4890
|
{
|
|
@@ -7995,6 +8403,27 @@
|
|
|
7995
8403
|
"releaseTag": "Public",
|
|
7996
8404
|
"name": "select"
|
|
7997
8405
|
},
|
|
8406
|
+
{
|
|
8407
|
+
"kind": "EnumMember",
|
|
8408
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.selectEditor:member",
|
|
8409
|
+
"docComment": "",
|
|
8410
|
+
"excerptTokens": [
|
|
8411
|
+
{
|
|
8412
|
+
"kind": "Content",
|
|
8413
|
+
"text": "selectEditor = "
|
|
8414
|
+
},
|
|
8415
|
+
{
|
|
8416
|
+
"kind": "Content",
|
|
8417
|
+
"text": "\"selectEditor\""
|
|
8418
|
+
}
|
|
8419
|
+
],
|
|
8420
|
+
"initializerTokenRange": {
|
|
8421
|
+
"startIndex": 1,
|
|
8422
|
+
"endIndex": 2
|
|
8423
|
+
},
|
|
8424
|
+
"releaseTag": "Public",
|
|
8425
|
+
"name": "selectEditor"
|
|
8426
|
+
},
|
|
7998
8427
|
{
|
|
7999
8428
|
"kind": "EnumMember",
|
|
8000
8429
|
"canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.text:member",
|
|
@@ -8146,6 +8575,569 @@
|
|
|
8146
8575
|
],
|
|
8147
8576
|
"name": "mergeAndDedupColDefWithColumnState"
|
|
8148
8577
|
},
|
|
8578
|
+
{
|
|
8579
|
+
"kind": "Class",
|
|
8580
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor:class",
|
|
8581
|
+
"docComment": "/**\n * The AG Select Editor element.\n *\n * @tagname\n *\n * %%prefix%%-select-editor\n *\n * @public\n */\n",
|
|
8582
|
+
"excerptTokens": [
|
|
8583
|
+
{
|
|
8584
|
+
"kind": "Content",
|
|
8585
|
+
"text": "export declare class SelectEditor extends "
|
|
8586
|
+
},
|
|
8587
|
+
{
|
|
8588
|
+
"kind": "Reference",
|
|
8589
|
+
"text": "FoundationElement",
|
|
8590
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
8591
|
+
},
|
|
8592
|
+
{
|
|
8593
|
+
"kind": "Content",
|
|
8594
|
+
"text": " implements "
|
|
8595
|
+
},
|
|
8596
|
+
{
|
|
8597
|
+
"kind": "Reference",
|
|
8598
|
+
"text": "ICellEditorComp",
|
|
8599
|
+
"canonicalReference": "@ag-grid-community/core!ICellEditorComp:interface"
|
|
8600
|
+
},
|
|
8601
|
+
{
|
|
8602
|
+
"kind": "Content",
|
|
8603
|
+
"text": " "
|
|
8604
|
+
}
|
|
8605
|
+
],
|
|
8606
|
+
"fileUrlPath": "src/cell-editors/select.editor.ts",
|
|
8607
|
+
"releaseTag": "Public",
|
|
8608
|
+
"isAbstract": false,
|
|
8609
|
+
"name": "SelectEditor",
|
|
8610
|
+
"preserveMemberOrder": false,
|
|
8611
|
+
"members": [
|
|
8612
|
+
{
|
|
8613
|
+
"kind": "Method",
|
|
8614
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#afterGuiAttached:member(1)",
|
|
8615
|
+
"docComment": "",
|
|
8616
|
+
"excerptTokens": [
|
|
8617
|
+
{
|
|
8618
|
+
"kind": "Content",
|
|
8619
|
+
"text": "afterGuiAttached(): "
|
|
8620
|
+
},
|
|
8621
|
+
{
|
|
8622
|
+
"kind": "Content",
|
|
8623
|
+
"text": "void"
|
|
8624
|
+
},
|
|
8625
|
+
{
|
|
8626
|
+
"kind": "Content",
|
|
8627
|
+
"text": ";"
|
|
8628
|
+
}
|
|
8629
|
+
],
|
|
8630
|
+
"isStatic": false,
|
|
8631
|
+
"returnTypeTokenRange": {
|
|
8632
|
+
"startIndex": 1,
|
|
8633
|
+
"endIndex": 2
|
|
8634
|
+
},
|
|
8635
|
+
"releaseTag": "Public",
|
|
8636
|
+
"isProtected": false,
|
|
8637
|
+
"overloadIndex": 1,
|
|
8638
|
+
"parameters": [],
|
|
8639
|
+
"isOptional": false,
|
|
8640
|
+
"isAbstract": false,
|
|
8641
|
+
"name": "afterGuiAttached"
|
|
8642
|
+
},
|
|
8643
|
+
{
|
|
8644
|
+
"kind": "Property",
|
|
8645
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#combobox:member",
|
|
8646
|
+
"docComment": "",
|
|
8647
|
+
"excerptTokens": [
|
|
8648
|
+
{
|
|
8649
|
+
"kind": "Content",
|
|
8650
|
+
"text": "combobox: "
|
|
8651
|
+
},
|
|
8652
|
+
{
|
|
8653
|
+
"kind": "Content",
|
|
8654
|
+
"text": "any"
|
|
8655
|
+
},
|
|
8656
|
+
{
|
|
8657
|
+
"kind": "Content",
|
|
8658
|
+
"text": ";"
|
|
8659
|
+
}
|
|
8660
|
+
],
|
|
8661
|
+
"isReadonly": false,
|
|
8662
|
+
"isOptional": false,
|
|
8663
|
+
"releaseTag": "Public",
|
|
8664
|
+
"name": "combobox",
|
|
8665
|
+
"propertyTypeTokenRange": {
|
|
8666
|
+
"startIndex": 1,
|
|
8667
|
+
"endIndex": 2
|
|
8668
|
+
},
|
|
8669
|
+
"isStatic": false,
|
|
8670
|
+
"isProtected": false,
|
|
8671
|
+
"isAbstract": false
|
|
8672
|
+
},
|
|
8673
|
+
{
|
|
8674
|
+
"kind": "Method",
|
|
8675
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#destroy:member(1)",
|
|
8676
|
+
"docComment": "",
|
|
8677
|
+
"excerptTokens": [
|
|
8678
|
+
{
|
|
8679
|
+
"kind": "Content",
|
|
8680
|
+
"text": "destroy(): "
|
|
8681
|
+
},
|
|
8682
|
+
{
|
|
8683
|
+
"kind": "Content",
|
|
8684
|
+
"text": "void"
|
|
8685
|
+
},
|
|
8686
|
+
{
|
|
8687
|
+
"kind": "Content",
|
|
8688
|
+
"text": ";"
|
|
8689
|
+
}
|
|
8690
|
+
],
|
|
8691
|
+
"isStatic": false,
|
|
8692
|
+
"returnTypeTokenRange": {
|
|
8693
|
+
"startIndex": 1,
|
|
8694
|
+
"endIndex": 2
|
|
8695
|
+
},
|
|
8696
|
+
"releaseTag": "Public",
|
|
8697
|
+
"isProtected": false,
|
|
8698
|
+
"overloadIndex": 1,
|
|
8699
|
+
"parameters": [],
|
|
8700
|
+
"isOptional": false,
|
|
8701
|
+
"isAbstract": false,
|
|
8702
|
+
"name": "destroy"
|
|
8703
|
+
},
|
|
8704
|
+
{
|
|
8705
|
+
"kind": "Method",
|
|
8706
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#getGui:member(1)",
|
|
8707
|
+
"docComment": "",
|
|
8708
|
+
"excerptTokens": [
|
|
8709
|
+
{
|
|
8710
|
+
"kind": "Content",
|
|
8711
|
+
"text": "getGui(): "
|
|
8712
|
+
},
|
|
8713
|
+
{
|
|
8714
|
+
"kind": "Reference",
|
|
8715
|
+
"text": "HTMLElement",
|
|
8716
|
+
"canonicalReference": "!HTMLElement:interface"
|
|
8717
|
+
},
|
|
8718
|
+
{
|
|
8719
|
+
"kind": "Content",
|
|
8720
|
+
"text": ";"
|
|
8721
|
+
}
|
|
8722
|
+
],
|
|
8723
|
+
"isStatic": false,
|
|
8724
|
+
"returnTypeTokenRange": {
|
|
8725
|
+
"startIndex": 1,
|
|
8726
|
+
"endIndex": 2
|
|
8727
|
+
},
|
|
8728
|
+
"releaseTag": "Public",
|
|
8729
|
+
"isProtected": false,
|
|
8730
|
+
"overloadIndex": 1,
|
|
8731
|
+
"parameters": [],
|
|
8732
|
+
"isOptional": false,
|
|
8733
|
+
"isAbstract": false,
|
|
8734
|
+
"name": "getGui"
|
|
8735
|
+
},
|
|
8736
|
+
{
|
|
8737
|
+
"kind": "Method",
|
|
8738
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#getValue:member(1)",
|
|
8739
|
+
"docComment": "",
|
|
8740
|
+
"excerptTokens": [
|
|
8741
|
+
{
|
|
8742
|
+
"kind": "Content",
|
|
8743
|
+
"text": "getValue(): "
|
|
8744
|
+
},
|
|
8745
|
+
{
|
|
8746
|
+
"kind": "Content",
|
|
8747
|
+
"text": "string"
|
|
8748
|
+
},
|
|
8749
|
+
{
|
|
8750
|
+
"kind": "Content",
|
|
8751
|
+
"text": ";"
|
|
8752
|
+
}
|
|
8753
|
+
],
|
|
8754
|
+
"isStatic": false,
|
|
8755
|
+
"returnTypeTokenRange": {
|
|
8756
|
+
"startIndex": 1,
|
|
8757
|
+
"endIndex": 2
|
|
8758
|
+
},
|
|
8759
|
+
"releaseTag": "Public",
|
|
8760
|
+
"isProtected": false,
|
|
8761
|
+
"overloadIndex": 1,
|
|
8762
|
+
"parameters": [],
|
|
8763
|
+
"isOptional": false,
|
|
8764
|
+
"isAbstract": false,
|
|
8765
|
+
"name": "getValue"
|
|
8766
|
+
},
|
|
8767
|
+
{
|
|
8768
|
+
"kind": "Method",
|
|
8769
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#init:member(1)",
|
|
8770
|
+
"docComment": "",
|
|
8771
|
+
"excerptTokens": [
|
|
8772
|
+
{
|
|
8773
|
+
"kind": "Content",
|
|
8774
|
+
"text": "init(params: "
|
|
8775
|
+
},
|
|
8776
|
+
{
|
|
8777
|
+
"kind": "Reference",
|
|
8778
|
+
"text": "SelectEditorParams",
|
|
8779
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams:interface"
|
|
8780
|
+
},
|
|
8781
|
+
{
|
|
8782
|
+
"kind": "Content",
|
|
8783
|
+
"text": "): "
|
|
8784
|
+
},
|
|
8785
|
+
{
|
|
8786
|
+
"kind": "Content",
|
|
8787
|
+
"text": "void"
|
|
8788
|
+
},
|
|
8789
|
+
{
|
|
8790
|
+
"kind": "Content",
|
|
8791
|
+
"text": ";"
|
|
8792
|
+
}
|
|
8793
|
+
],
|
|
8794
|
+
"isStatic": false,
|
|
8795
|
+
"returnTypeTokenRange": {
|
|
8796
|
+
"startIndex": 3,
|
|
8797
|
+
"endIndex": 4
|
|
8798
|
+
},
|
|
8799
|
+
"releaseTag": "Public",
|
|
8800
|
+
"isProtected": false,
|
|
8801
|
+
"overloadIndex": 1,
|
|
8802
|
+
"parameters": [
|
|
8803
|
+
{
|
|
8804
|
+
"parameterName": "params",
|
|
8805
|
+
"parameterTypeTokenRange": {
|
|
8806
|
+
"startIndex": 1,
|
|
8807
|
+
"endIndex": 2
|
|
8808
|
+
},
|
|
8809
|
+
"isOptional": false
|
|
8810
|
+
}
|
|
8811
|
+
],
|
|
8812
|
+
"isOptional": false,
|
|
8813
|
+
"isAbstract": false,
|
|
8814
|
+
"name": "init"
|
|
8815
|
+
},
|
|
8816
|
+
{
|
|
8817
|
+
"kind": "Method",
|
|
8818
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#isPopup:member(1)",
|
|
8819
|
+
"docComment": "",
|
|
8820
|
+
"excerptTokens": [
|
|
8821
|
+
{
|
|
8822
|
+
"kind": "Content",
|
|
8823
|
+
"text": "isPopup(): "
|
|
8824
|
+
},
|
|
8825
|
+
{
|
|
8826
|
+
"kind": "Content",
|
|
8827
|
+
"text": "boolean"
|
|
8828
|
+
},
|
|
8829
|
+
{
|
|
8830
|
+
"kind": "Content",
|
|
8831
|
+
"text": ";"
|
|
8832
|
+
}
|
|
8833
|
+
],
|
|
8834
|
+
"isStatic": false,
|
|
8835
|
+
"returnTypeTokenRange": {
|
|
8836
|
+
"startIndex": 1,
|
|
8837
|
+
"endIndex": 2
|
|
8838
|
+
},
|
|
8839
|
+
"releaseTag": "Public",
|
|
8840
|
+
"isProtected": false,
|
|
8841
|
+
"overloadIndex": 1,
|
|
8842
|
+
"parameters": [],
|
|
8843
|
+
"isOptional": false,
|
|
8844
|
+
"isAbstract": false,
|
|
8845
|
+
"name": "isPopup"
|
|
8846
|
+
},
|
|
8847
|
+
{
|
|
8848
|
+
"kind": "Property",
|
|
8849
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#params:member",
|
|
8850
|
+
"docComment": "",
|
|
8851
|
+
"excerptTokens": [
|
|
8852
|
+
{
|
|
8853
|
+
"kind": "Content",
|
|
8854
|
+
"text": "params: "
|
|
8855
|
+
},
|
|
8856
|
+
{
|
|
8857
|
+
"kind": "Reference",
|
|
8858
|
+
"text": "SelectEditorParams",
|
|
8859
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams:interface"
|
|
8860
|
+
},
|
|
8861
|
+
{
|
|
8862
|
+
"kind": "Content",
|
|
8863
|
+
"text": ";"
|
|
8864
|
+
}
|
|
8865
|
+
],
|
|
8866
|
+
"isReadonly": false,
|
|
8867
|
+
"isOptional": false,
|
|
8868
|
+
"releaseTag": "Public",
|
|
8869
|
+
"name": "params",
|
|
8870
|
+
"propertyTypeTokenRange": {
|
|
8871
|
+
"startIndex": 1,
|
|
8872
|
+
"endIndex": 2
|
|
8873
|
+
},
|
|
8874
|
+
"isStatic": false,
|
|
8875
|
+
"isProtected": false,
|
|
8876
|
+
"isAbstract": false
|
|
8877
|
+
},
|
|
8878
|
+
{
|
|
8879
|
+
"kind": "Method",
|
|
8880
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#refresh:member(1)",
|
|
8881
|
+
"docComment": "",
|
|
8882
|
+
"excerptTokens": [
|
|
8883
|
+
{
|
|
8884
|
+
"kind": "Content",
|
|
8885
|
+
"text": "refresh(params: "
|
|
8886
|
+
},
|
|
8887
|
+
{
|
|
8888
|
+
"kind": "Reference",
|
|
8889
|
+
"text": "SelectEditorParams",
|
|
8890
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams:interface"
|
|
8891
|
+
},
|
|
8892
|
+
{
|
|
8893
|
+
"kind": "Content",
|
|
8894
|
+
"text": "): "
|
|
8895
|
+
},
|
|
8896
|
+
{
|
|
8897
|
+
"kind": "Content",
|
|
8898
|
+
"text": "boolean"
|
|
8899
|
+
},
|
|
8900
|
+
{
|
|
8901
|
+
"kind": "Content",
|
|
8902
|
+
"text": ";"
|
|
8903
|
+
}
|
|
8904
|
+
],
|
|
8905
|
+
"isStatic": false,
|
|
8906
|
+
"returnTypeTokenRange": {
|
|
8907
|
+
"startIndex": 3,
|
|
8908
|
+
"endIndex": 4
|
|
8909
|
+
},
|
|
8910
|
+
"releaseTag": "Public",
|
|
8911
|
+
"isProtected": false,
|
|
8912
|
+
"overloadIndex": 1,
|
|
8913
|
+
"parameters": [
|
|
8914
|
+
{
|
|
8915
|
+
"parameterName": "params",
|
|
8916
|
+
"parameterTypeTokenRange": {
|
|
8917
|
+
"startIndex": 1,
|
|
8918
|
+
"endIndex": 2
|
|
8919
|
+
},
|
|
8920
|
+
"isOptional": false
|
|
8921
|
+
}
|
|
8922
|
+
],
|
|
8923
|
+
"isOptional": false,
|
|
8924
|
+
"isAbstract": false,
|
|
8925
|
+
"name": "refresh"
|
|
8926
|
+
},
|
|
8927
|
+
{
|
|
8928
|
+
"kind": "Property",
|
|
8929
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#value:member",
|
|
8930
|
+
"docComment": "",
|
|
8931
|
+
"excerptTokens": [
|
|
8932
|
+
{
|
|
8933
|
+
"kind": "Content",
|
|
8934
|
+
"text": "value: "
|
|
8935
|
+
},
|
|
8936
|
+
{
|
|
8937
|
+
"kind": "Content",
|
|
8938
|
+
"text": "string"
|
|
8939
|
+
},
|
|
8940
|
+
{
|
|
8941
|
+
"kind": "Content",
|
|
8942
|
+
"text": ";"
|
|
8943
|
+
}
|
|
8944
|
+
],
|
|
8945
|
+
"isReadonly": false,
|
|
8946
|
+
"isOptional": false,
|
|
8947
|
+
"releaseTag": "Public",
|
|
8948
|
+
"name": "value",
|
|
8949
|
+
"propertyTypeTokenRange": {
|
|
8950
|
+
"startIndex": 1,
|
|
8951
|
+
"endIndex": 2
|
|
8952
|
+
},
|
|
8953
|
+
"isStatic": false,
|
|
8954
|
+
"isProtected": false,
|
|
8955
|
+
"isAbstract": false
|
|
8956
|
+
}
|
|
8957
|
+
],
|
|
8958
|
+
"extendsTokenRange": {
|
|
8959
|
+
"startIndex": 1,
|
|
8960
|
+
"endIndex": 2
|
|
8961
|
+
},
|
|
8962
|
+
"implementsTokenRanges": [
|
|
8963
|
+
{
|
|
8964
|
+
"startIndex": 3,
|
|
8965
|
+
"endIndex": 4
|
|
8966
|
+
}
|
|
8967
|
+
]
|
|
8968
|
+
},
|
|
8969
|
+
{
|
|
8970
|
+
"kind": "Interface",
|
|
8971
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams:interface",
|
|
8972
|
+
"docComment": "/**\n * Parameters used to configure {@link SelectEditor}\n *\n * @public\n */\n",
|
|
8973
|
+
"excerptTokens": [
|
|
8974
|
+
{
|
|
8975
|
+
"kind": "Content",
|
|
8976
|
+
"text": "export interface SelectEditorParams extends "
|
|
8977
|
+
},
|
|
8978
|
+
{
|
|
8979
|
+
"kind": "Reference",
|
|
8980
|
+
"text": "ICellEditorParams",
|
|
8981
|
+
"canonicalReference": "@ag-grid-community/core!ICellEditorParams:interface"
|
|
8982
|
+
},
|
|
8983
|
+
{
|
|
8984
|
+
"kind": "Content",
|
|
8985
|
+
"text": " "
|
|
8986
|
+
}
|
|
8987
|
+
],
|
|
8988
|
+
"fileUrlPath": "src/cell-editors/select.editor.ts",
|
|
8989
|
+
"releaseTag": "Public",
|
|
8990
|
+
"name": "SelectEditorParams",
|
|
8991
|
+
"preserveMemberOrder": false,
|
|
8992
|
+
"members": [
|
|
8993
|
+
{
|
|
8994
|
+
"kind": "PropertySignature",
|
|
8995
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#allOptionsResourceName:member",
|
|
8996
|
+
"docComment": "",
|
|
8997
|
+
"excerptTokens": [
|
|
8998
|
+
{
|
|
8999
|
+
"kind": "Content",
|
|
9000
|
+
"text": "allOptionsResourceName: "
|
|
9001
|
+
},
|
|
9002
|
+
{
|
|
9003
|
+
"kind": "Content",
|
|
9004
|
+
"text": "string"
|
|
9005
|
+
},
|
|
9006
|
+
{
|
|
9007
|
+
"kind": "Content",
|
|
9008
|
+
"text": ";"
|
|
9009
|
+
}
|
|
9010
|
+
],
|
|
9011
|
+
"isReadonly": false,
|
|
9012
|
+
"isOptional": false,
|
|
9013
|
+
"releaseTag": "Public",
|
|
9014
|
+
"name": "allOptionsResourceName",
|
|
9015
|
+
"propertyTypeTokenRange": {
|
|
9016
|
+
"startIndex": 1,
|
|
9017
|
+
"endIndex": 2
|
|
9018
|
+
}
|
|
9019
|
+
},
|
|
9020
|
+
{
|
|
9021
|
+
"kind": "PropertySignature",
|
|
9022
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#datasourceOptions:member",
|
|
9023
|
+
"docComment": "",
|
|
9024
|
+
"excerptTokens": [
|
|
9025
|
+
{
|
|
9026
|
+
"kind": "Content",
|
|
9027
|
+
"text": "datasourceOptions: "
|
|
9028
|
+
},
|
|
9029
|
+
{
|
|
9030
|
+
"kind": "Reference",
|
|
9031
|
+
"text": "DatasourceOptions",
|
|
9032
|
+
"canonicalReference": "@genesislcap/foundation-comms!DatasourceOptions:interface"
|
|
9033
|
+
},
|
|
9034
|
+
{
|
|
9035
|
+
"kind": "Content",
|
|
9036
|
+
"text": "[]"
|
|
9037
|
+
},
|
|
9038
|
+
{
|
|
9039
|
+
"kind": "Content",
|
|
9040
|
+
"text": ";"
|
|
9041
|
+
}
|
|
9042
|
+
],
|
|
9043
|
+
"isReadonly": false,
|
|
9044
|
+
"isOptional": false,
|
|
9045
|
+
"releaseTag": "Public",
|
|
9046
|
+
"name": "datasourceOptions",
|
|
9047
|
+
"propertyTypeTokenRange": {
|
|
9048
|
+
"startIndex": 1,
|
|
9049
|
+
"endIndex": 3
|
|
9050
|
+
}
|
|
9051
|
+
},
|
|
9052
|
+
{
|
|
9053
|
+
"kind": "PropertySignature",
|
|
9054
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#labelField:member",
|
|
9055
|
+
"docComment": "",
|
|
9056
|
+
"excerptTokens": [
|
|
9057
|
+
{
|
|
9058
|
+
"kind": "Content",
|
|
9059
|
+
"text": "labelField: "
|
|
9060
|
+
},
|
|
9061
|
+
{
|
|
9062
|
+
"kind": "Content",
|
|
9063
|
+
"text": "string"
|
|
9064
|
+
},
|
|
9065
|
+
{
|
|
9066
|
+
"kind": "Content",
|
|
9067
|
+
"text": ";"
|
|
9068
|
+
}
|
|
9069
|
+
],
|
|
9070
|
+
"isReadonly": false,
|
|
9071
|
+
"isOptional": false,
|
|
9072
|
+
"releaseTag": "Public",
|
|
9073
|
+
"name": "labelField",
|
|
9074
|
+
"propertyTypeTokenRange": {
|
|
9075
|
+
"startIndex": 1,
|
|
9076
|
+
"endIndex": 2
|
|
9077
|
+
}
|
|
9078
|
+
},
|
|
9079
|
+
{
|
|
9080
|
+
"kind": "PropertySignature",
|
|
9081
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#valueField:member",
|
|
9082
|
+
"docComment": "",
|
|
9083
|
+
"excerptTokens": [
|
|
9084
|
+
{
|
|
9085
|
+
"kind": "Content",
|
|
9086
|
+
"text": "valueField: "
|
|
9087
|
+
},
|
|
9088
|
+
{
|
|
9089
|
+
"kind": "Content",
|
|
9090
|
+
"text": "string"
|
|
9091
|
+
},
|
|
9092
|
+
{
|
|
9093
|
+
"kind": "Content",
|
|
9094
|
+
"text": ";"
|
|
9095
|
+
}
|
|
9096
|
+
],
|
|
9097
|
+
"isReadonly": false,
|
|
9098
|
+
"isOptional": false,
|
|
9099
|
+
"releaseTag": "Public",
|
|
9100
|
+
"name": "valueField",
|
|
9101
|
+
"propertyTypeTokenRange": {
|
|
9102
|
+
"startIndex": 1,
|
|
9103
|
+
"endIndex": 2
|
|
9104
|
+
}
|
|
9105
|
+
},
|
|
9106
|
+
{
|
|
9107
|
+
"kind": "PropertySignature",
|
|
9108
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#values:member",
|
|
9109
|
+
"docComment": "",
|
|
9110
|
+
"excerptTokens": [
|
|
9111
|
+
{
|
|
9112
|
+
"kind": "Content",
|
|
9113
|
+
"text": "values: "
|
|
9114
|
+
},
|
|
9115
|
+
{
|
|
9116
|
+
"kind": "Content",
|
|
9117
|
+
"text": "any[]"
|
|
9118
|
+
},
|
|
9119
|
+
{
|
|
9120
|
+
"kind": "Content",
|
|
9121
|
+
"text": ";"
|
|
9122
|
+
}
|
|
9123
|
+
],
|
|
9124
|
+
"isReadonly": false,
|
|
9125
|
+
"isOptional": false,
|
|
9126
|
+
"releaseTag": "Public",
|
|
9127
|
+
"name": "values",
|
|
9128
|
+
"propertyTypeTokenRange": {
|
|
9129
|
+
"startIndex": 1,
|
|
9130
|
+
"endIndex": 2
|
|
9131
|
+
}
|
|
9132
|
+
}
|
|
9133
|
+
],
|
|
9134
|
+
"extendsTokenRanges": [
|
|
9135
|
+
{
|
|
9136
|
+
"startIndex": 1,
|
|
9137
|
+
"endIndex": 2
|
|
9138
|
+
}
|
|
9139
|
+
]
|
|
9140
|
+
},
|
|
8149
9141
|
{
|
|
8150
9142
|
"kind": "Class",
|
|
8151
9143
|
"canonicalReference": "@genesislcap/grid-pro!SelectRenderer:class",
|