@genesislcap/grid-pro 14.107.1 → 14.109.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +691 -23
- package/dist/dts/cell-editors/date.editor.d.ts +5 -0
- package/dist/dts/cell-editors/date.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/index.d.ts +1 -0
- package/dist/dts/cell-editors/index.d.ts.map +1 -1
- package/dist/dts/cell-editors/multiselect.editor.d.ts +1 -0
- package/dist/dts/cell-editors/multiselect.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/number.editor.d.ts +2 -0
- package/dist/dts/cell-editors/number.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/select.editor.d.ts +2 -1
- package/dist/dts/cell-editors/select.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/string.editor.d.ts +56 -0
- package/dist/dts/cell-editors/string.editor.d.ts.map +1 -0
- package/dist/dts/cell-renderers/action.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/boolean.renderer.d.ts +1 -0
- package/dist/dts/cell-renderers/boolean.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/editable.renderer.d.ts +42 -0
- package/dist/dts/cell-renderers/editable.renderer.d.ts.map +1 -0
- package/dist/dts/cell-renderers/index.d.ts +1 -0
- package/dist/dts/cell-renderers/index.d.ts.map +1 -1
- package/dist/dts/grid-components.d.ts +18 -0
- package/dist/dts/grid-components.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +0 -6
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/dts/grid-pro.types.d.ts +12 -0
- 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/dts/tooltips/error-tooltip.d.ts +11 -0
- package/dist/dts/tooltips/error-tooltip.d.ts.map +1 -0
- package/dist/dts/tooltips/index.d.ts +2 -0
- package/dist/dts/tooltips/index.d.ts.map +1 -0
- package/dist/esm/cell-editors/date.editor.js +15 -2
- package/dist/esm/cell-editors/index.js +1 -0
- package/dist/esm/cell-editors/multiselect.editor.js +5 -10
- package/dist/esm/cell-editors/number.editor.js +9 -1
- package/dist/esm/cell-editors/select.editor.js +10 -12
- package/dist/esm/cell-editors/string.editor.js +86 -0
- package/dist/esm/cell-renderers/action.renderer.js +6 -0
- package/dist/esm/cell-renderers/boolean.renderer.js +4 -0
- package/dist/esm/cell-renderers/editable.renderer.js +60 -0
- package/dist/esm/cell-renderers/index.js +1 -0
- package/dist/esm/grid-components.js +4 -2
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +3 -0
- package/dist/esm/grid-pro.js +31 -3
- package/dist/esm/grid-pro.types.js +12 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/tooltips/error-tooltip.js +21 -0
- package/dist/esm/tooltips/index.js +1 -0
- package/dist/grid-pro.api.json +2314 -670
- package/dist/grid-pro.d.ts +156 -7
- package/docs/api/grid-pro.ageditablerendererstyles.md +13 -0
- package/docs/api/grid-pro.agstringeditorstyles.md +13 -0
- package/docs/api/grid-pro.booleanrenderer.iscancelbeforestart.md +15 -0
- package/docs/api/grid-pro.booleanrenderer.md +1 -0
- package/docs/api/grid-pro.dateeditor.actualwidth.md +11 -0
- package/docs/api/grid-pro.dateeditor.afterguiattached.md +15 -0
- package/docs/api/grid-pro.dateeditor.input.md +11 -0
- package/docs/api/grid-pro.dateeditor.iscancelbeforestart.md +15 -0
- package/docs/api/grid-pro.dateeditor.md +5 -0
- package/docs/api/grid-pro.dateeditor.params.md +11 -0
- package/docs/api/grid-pro.editablerenderer.getgui.md +15 -0
- package/docs/api/grid-pro.editablerenderer.init.md +22 -0
- package/docs/api/grid-pro.editablerenderer.md +31 -0
- package/docs/api/grid-pro.editablerenderer.refresh.md +22 -0
- package/docs/api/grid-pro.editablerenderer.valueformatted.md +11 -0
- package/docs/api/grid-pro.edited_column_field.md +13 -0
- package/docs/api/grid-pro.error_column_field.md +13 -0
- package/docs/api/grid-pro.foundationageditablerenderer.md +26 -0
- package/docs/api/grid-pro.foundationgridcomponents.md +18 -0
- package/docs/api/grid-pro.foundationstringeditor.md +24 -0
- package/docs/api/grid-pro.getageditablerenderertemplate.md +13 -0
- package/docs/api/grid-pro.getstringeditortemplate.md +13 -0
- package/docs/api/grid-pro.gridprorenderertypes.md +2 -0
- package/docs/api/grid-pro.md +11 -0
- package/docs/api/grid-pro.multiselecteditor.iscancelbeforestart.md +15 -0
- package/docs/api/grid-pro.multiselecteditor.md +1 -0
- package/docs/api/grid-pro.numbereditor.actualwidth.md +11 -0
- package/docs/api/grid-pro.numbereditor.iscancelbeforestart.md +15 -0
- package/docs/api/grid-pro.numbereditor.md +2 -0
- package/docs/api/grid-pro.selecteditor.actualwidth.md +11 -0
- package/docs/api/grid-pro.selecteditor.iscancelbeforestart.md +15 -0
- package/docs/api/grid-pro.selecteditor.md +2 -1
- package/docs/api/grid-pro.stringeditor.actualwidth.md +11 -0
- package/docs/api/grid-pro.stringeditor.afterguiattached.md +15 -0
- package/docs/api/grid-pro.stringeditor.changehandler.md +22 -0
- package/docs/api/grid-pro.stringeditor.getgui.md +15 -0
- package/docs/api/grid-pro.stringeditor.getvalue.md +15 -0
- package/docs/api/grid-pro.stringeditor.init.md +22 -0
- package/docs/api/grid-pro.stringeditor.input.md +11 -0
- package/docs/api/grid-pro.stringeditor.iscancelbeforestart.md +15 -0
- package/docs/api/{grid-pro.selecteditor.destroy.md → grid-pro.stringeditor.ispopup.md} +4 -4
- package/docs/api/grid-pro.stringeditor.md +39 -0
- package/docs/api/grid-pro.stringeditor.params.md +11 -0
- package/docs/api/grid-pro.stringeditor.refresh.md +22 -0
- package/docs/api/grid-pro.stringeditor.value.md +11 -0
- package/docs/api/grid-pro.stringeditorparams.md +21 -0
- package/docs/api/grid-pro.stringeditorparams.placeholder.md +11 -0
- package/docs/api-report.md +142 -2
- package/package.json +8 -8
package/dist/grid-pro.api.json
CHANGED
|
@@ -902,6 +902,34 @@
|
|
|
902
902
|
"endIndex": 3
|
|
903
903
|
}
|
|
904
904
|
},
|
|
905
|
+
{
|
|
906
|
+
"kind": "Variable",
|
|
907
|
+
"canonicalReference": "@genesislcap/grid-pro!agEditableRendererStyles:var",
|
|
908
|
+
"docComment": "/**\n * The AG Editable Renderer Styles.\n *\n * @public\n */\n",
|
|
909
|
+
"excerptTokens": [
|
|
910
|
+
{
|
|
911
|
+
"kind": "Content",
|
|
912
|
+
"text": "agEditableRendererStyles: "
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"kind": "Content",
|
|
916
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"kind": "Reference",
|
|
920
|
+
"text": "ElementStyles",
|
|
921
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
922
|
+
}
|
|
923
|
+
],
|
|
924
|
+
"fileUrlPath": "src/cell-renderers/editable.renderer.ts",
|
|
925
|
+
"isReadonly": true,
|
|
926
|
+
"releaseTag": "Public",
|
|
927
|
+
"name": "agEditableRendererStyles",
|
|
928
|
+
"variableTypeTokenRange": {
|
|
929
|
+
"startIndex": 1,
|
|
930
|
+
"endIndex": 3
|
|
931
|
+
}
|
|
932
|
+
},
|
|
905
933
|
{
|
|
906
934
|
"kind": "Variable",
|
|
907
935
|
"canonicalReference": "@genesislcap/grid-pro!agExternalStockStyles:var",
|
|
@@ -2242,6 +2270,34 @@
|
|
|
2242
2270
|
"endIndex": 3
|
|
2243
2271
|
}
|
|
2244
2272
|
},
|
|
2273
|
+
{
|
|
2274
|
+
"kind": "Variable",
|
|
2275
|
+
"canonicalReference": "@genesislcap/grid-pro!agStringEditorStyles:var",
|
|
2276
|
+
"docComment": "/**\n * The AG String Renderer Styles.\n *\n * @public\n */\n",
|
|
2277
|
+
"excerptTokens": [
|
|
2278
|
+
{
|
|
2279
|
+
"kind": "Content",
|
|
2280
|
+
"text": "agStringEditorStyles: "
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
"kind": "Content",
|
|
2284
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
"kind": "Reference",
|
|
2288
|
+
"text": "ElementStyles",
|
|
2289
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
2290
|
+
}
|
|
2291
|
+
],
|
|
2292
|
+
"fileUrlPath": "src/cell-editors/string.editor.ts",
|
|
2293
|
+
"isReadonly": true,
|
|
2294
|
+
"releaseTag": "Public",
|
|
2295
|
+
"name": "agStringEditorStyles",
|
|
2296
|
+
"variableTypeTokenRange": {
|
|
2297
|
+
"startIndex": 1,
|
|
2298
|
+
"endIndex": 3
|
|
2299
|
+
}
|
|
2300
|
+
},
|
|
2245
2301
|
{
|
|
2246
2302
|
"kind": "Class",
|
|
2247
2303
|
"canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class",
|
|
@@ -3058,6 +3114,37 @@
|
|
|
3058
3114
|
"isAbstract": false,
|
|
3059
3115
|
"name": "init"
|
|
3060
3116
|
},
|
|
3117
|
+
{
|
|
3118
|
+
"kind": "Method",
|
|
3119
|
+
"canonicalReference": "@genesislcap/grid-pro!BooleanRenderer#isCancelBeforeStart:member(1)",
|
|
3120
|
+
"docComment": "",
|
|
3121
|
+
"excerptTokens": [
|
|
3122
|
+
{
|
|
3123
|
+
"kind": "Content",
|
|
3124
|
+
"text": "isCancelBeforeStart(): "
|
|
3125
|
+
},
|
|
3126
|
+
{
|
|
3127
|
+
"kind": "Content",
|
|
3128
|
+
"text": "boolean"
|
|
3129
|
+
},
|
|
3130
|
+
{
|
|
3131
|
+
"kind": "Content",
|
|
3132
|
+
"text": ";"
|
|
3133
|
+
}
|
|
3134
|
+
],
|
|
3135
|
+
"isStatic": false,
|
|
3136
|
+
"returnTypeTokenRange": {
|
|
3137
|
+
"startIndex": 1,
|
|
3138
|
+
"endIndex": 2
|
|
3139
|
+
},
|
|
3140
|
+
"releaseTag": "Public",
|
|
3141
|
+
"isProtected": false,
|
|
3142
|
+
"overloadIndex": 1,
|
|
3143
|
+
"parameters": [],
|
|
3144
|
+
"isOptional": false,
|
|
3145
|
+
"isAbstract": false,
|
|
3146
|
+
"name": "isCancelBeforeStart"
|
|
3147
|
+
},
|
|
3061
3148
|
{
|
|
3062
3149
|
"kind": "Property",
|
|
3063
3150
|
"canonicalReference": "@genesislcap/grid-pro!BooleanRenderer#params:member",
|
|
@@ -3319,6 +3406,67 @@
|
|
|
3319
3406
|
"name": "DateEditor",
|
|
3320
3407
|
"preserveMemberOrder": false,
|
|
3321
3408
|
"members": [
|
|
3409
|
+
{
|
|
3410
|
+
"kind": "Property",
|
|
3411
|
+
"canonicalReference": "@genesislcap/grid-pro!DateEditor#actualWidth:member",
|
|
3412
|
+
"docComment": "",
|
|
3413
|
+
"excerptTokens": [
|
|
3414
|
+
{
|
|
3415
|
+
"kind": "Content",
|
|
3416
|
+
"text": "actualWidth: "
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"kind": "Content",
|
|
3420
|
+
"text": "number"
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
"kind": "Content",
|
|
3424
|
+
"text": ";"
|
|
3425
|
+
}
|
|
3426
|
+
],
|
|
3427
|
+
"isReadonly": false,
|
|
3428
|
+
"isOptional": false,
|
|
3429
|
+
"releaseTag": "Public",
|
|
3430
|
+
"name": "actualWidth",
|
|
3431
|
+
"propertyTypeTokenRange": {
|
|
3432
|
+
"startIndex": 1,
|
|
3433
|
+
"endIndex": 2
|
|
3434
|
+
},
|
|
3435
|
+
"isStatic": false,
|
|
3436
|
+
"isProtected": false,
|
|
3437
|
+
"isAbstract": false
|
|
3438
|
+
},
|
|
3439
|
+
{
|
|
3440
|
+
"kind": "Method",
|
|
3441
|
+
"canonicalReference": "@genesislcap/grid-pro!DateEditor#afterGuiAttached:member(1)",
|
|
3442
|
+
"docComment": "",
|
|
3443
|
+
"excerptTokens": [
|
|
3444
|
+
{
|
|
3445
|
+
"kind": "Content",
|
|
3446
|
+
"text": "afterGuiAttached(): "
|
|
3447
|
+
},
|
|
3448
|
+
{
|
|
3449
|
+
"kind": "Content",
|
|
3450
|
+
"text": "void"
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"kind": "Content",
|
|
3454
|
+
"text": ";"
|
|
3455
|
+
}
|
|
3456
|
+
],
|
|
3457
|
+
"isStatic": false,
|
|
3458
|
+
"returnTypeTokenRange": {
|
|
3459
|
+
"startIndex": 1,
|
|
3460
|
+
"endIndex": 2
|
|
3461
|
+
},
|
|
3462
|
+
"releaseTag": "Public",
|
|
3463
|
+
"isProtected": false,
|
|
3464
|
+
"overloadIndex": 1,
|
|
3465
|
+
"parameters": [],
|
|
3466
|
+
"isOptional": false,
|
|
3467
|
+
"isAbstract": false,
|
|
3468
|
+
"name": "afterGuiAttached"
|
|
3469
|
+
},
|
|
3322
3470
|
{
|
|
3323
3471
|
"kind": "Method",
|
|
3324
3472
|
"canonicalReference": "@genesislcap/grid-pro!DateEditor#changeHandler:member(1)",
|
|
@@ -3509,6 +3657,36 @@
|
|
|
3509
3657
|
"isAbstract": false,
|
|
3510
3658
|
"name": "init"
|
|
3511
3659
|
},
|
|
3660
|
+
{
|
|
3661
|
+
"kind": "Property",
|
|
3662
|
+
"canonicalReference": "@genesislcap/grid-pro!DateEditor#input:member",
|
|
3663
|
+
"docComment": "",
|
|
3664
|
+
"excerptTokens": [
|
|
3665
|
+
{
|
|
3666
|
+
"kind": "Content",
|
|
3667
|
+
"text": "input: "
|
|
3668
|
+
},
|
|
3669
|
+
{
|
|
3670
|
+
"kind": "Content",
|
|
3671
|
+
"text": "any"
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"kind": "Content",
|
|
3675
|
+
"text": ";"
|
|
3676
|
+
}
|
|
3677
|
+
],
|
|
3678
|
+
"isReadonly": false,
|
|
3679
|
+
"isOptional": false,
|
|
3680
|
+
"releaseTag": "Public",
|
|
3681
|
+
"name": "input",
|
|
3682
|
+
"propertyTypeTokenRange": {
|
|
3683
|
+
"startIndex": 1,
|
|
3684
|
+
"endIndex": 2
|
|
3685
|
+
},
|
|
3686
|
+
"isStatic": false,
|
|
3687
|
+
"isProtected": false,
|
|
3688
|
+
"isAbstract": false
|
|
3689
|
+
},
|
|
3512
3690
|
{
|
|
3513
3691
|
"kind": "Property",
|
|
3514
3692
|
"canonicalReference": "@genesislcap/grid-pro!DateEditor#inputType:member",
|
|
@@ -3539,6 +3717,37 @@
|
|
|
3539
3717
|
"isProtected": false,
|
|
3540
3718
|
"isAbstract": false
|
|
3541
3719
|
},
|
|
3720
|
+
{
|
|
3721
|
+
"kind": "Method",
|
|
3722
|
+
"canonicalReference": "@genesislcap/grid-pro!DateEditor#isCancelBeforeStart:member(1)",
|
|
3723
|
+
"docComment": "",
|
|
3724
|
+
"excerptTokens": [
|
|
3725
|
+
{
|
|
3726
|
+
"kind": "Content",
|
|
3727
|
+
"text": "isCancelBeforeStart(): "
|
|
3728
|
+
},
|
|
3729
|
+
{
|
|
3730
|
+
"kind": "Content",
|
|
3731
|
+
"text": "boolean"
|
|
3732
|
+
},
|
|
3733
|
+
{
|
|
3734
|
+
"kind": "Content",
|
|
3735
|
+
"text": ";"
|
|
3736
|
+
}
|
|
3737
|
+
],
|
|
3738
|
+
"isStatic": false,
|
|
3739
|
+
"returnTypeTokenRange": {
|
|
3740
|
+
"startIndex": 1,
|
|
3741
|
+
"endIndex": 2
|
|
3742
|
+
},
|
|
3743
|
+
"releaseTag": "Public",
|
|
3744
|
+
"isProtected": false,
|
|
3745
|
+
"overloadIndex": 1,
|
|
3746
|
+
"parameters": [],
|
|
3747
|
+
"isOptional": false,
|
|
3748
|
+
"isAbstract": false,
|
|
3749
|
+
"name": "isCancelBeforeStart"
|
|
3750
|
+
},
|
|
3542
3751
|
{
|
|
3543
3752
|
"kind": "Method",
|
|
3544
3753
|
"canonicalReference": "@genesislcap/grid-pro!DateEditor#isPopup:member(1)",
|
|
@@ -3570,6 +3779,37 @@
|
|
|
3570
3779
|
"isAbstract": false,
|
|
3571
3780
|
"name": "isPopup"
|
|
3572
3781
|
},
|
|
3782
|
+
{
|
|
3783
|
+
"kind": "Property",
|
|
3784
|
+
"canonicalReference": "@genesislcap/grid-pro!DateEditor#params:member",
|
|
3785
|
+
"docComment": "",
|
|
3786
|
+
"excerptTokens": [
|
|
3787
|
+
{
|
|
3788
|
+
"kind": "Content",
|
|
3789
|
+
"text": "params: "
|
|
3790
|
+
},
|
|
3791
|
+
{
|
|
3792
|
+
"kind": "Reference",
|
|
3793
|
+
"text": "DateEditorParams",
|
|
3794
|
+
"canonicalReference": "@genesislcap/grid-pro!DateEditorParams:interface"
|
|
3795
|
+
},
|
|
3796
|
+
{
|
|
3797
|
+
"kind": "Content",
|
|
3798
|
+
"text": ";"
|
|
3799
|
+
}
|
|
3800
|
+
],
|
|
3801
|
+
"isReadonly": false,
|
|
3802
|
+
"isOptional": false,
|
|
3803
|
+
"releaseTag": "Public",
|
|
3804
|
+
"name": "params",
|
|
3805
|
+
"propertyTypeTokenRange": {
|
|
3806
|
+
"startIndex": 1,
|
|
3807
|
+
"endIndex": 2
|
|
3808
|
+
},
|
|
3809
|
+
"isStatic": false,
|
|
3810
|
+
"isProtected": false,
|
|
3811
|
+
"isAbstract": false
|
|
3812
|
+
},
|
|
3573
3813
|
{
|
|
3574
3814
|
"kind": "Method",
|
|
3575
3815
|
"canonicalReference": "@genesislcap/grid-pro!DateEditor#refresh:member(1)",
|
|
@@ -3863,47 +4103,307 @@
|
|
|
3863
4103
|
}
|
|
3864
4104
|
},
|
|
3865
4105
|
{
|
|
3866
|
-
"kind": "
|
|
3867
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
3868
|
-
"docComment": "/**\n *
|
|
4106
|
+
"kind": "Class",
|
|
4107
|
+
"canonicalReference": "@genesislcap/grid-pro!EditableRenderer:class",
|
|
4108
|
+
"docComment": "/**\n * The AG Editable Renderer element.\n *\n * @tagname\n *\n * %%prefix%%-editable-renderer\n *\n * @public\n */\n",
|
|
3869
4109
|
"excerptTokens": [
|
|
3870
4110
|
{
|
|
3871
4111
|
"kind": "Content",
|
|
3872
|
-
"text": "
|
|
3873
|
-
},
|
|
3874
|
-
{
|
|
3875
|
-
"kind": "Content",
|
|
3876
|
-
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
3877
|
-
},
|
|
3878
|
-
{
|
|
3879
|
-
"kind": "Reference",
|
|
3880
|
-
"text": "OverrideFoundationElementDefinition",
|
|
3881
|
-
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
3882
|
-
},
|
|
3883
|
-
{
|
|
3884
|
-
"kind": "Content",
|
|
3885
|
-
"text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
|
|
4112
|
+
"text": "export declare class EditableRenderer extends "
|
|
3886
4113
|
},
|
|
3887
4114
|
{
|
|
3888
4115
|
"kind": "Reference",
|
|
3889
|
-
"text": "
|
|
3890
|
-
"canonicalReference": "@microsoft/fast-
|
|
4116
|
+
"text": "FoundationElement",
|
|
4117
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
3891
4118
|
},
|
|
3892
4119
|
{
|
|
3893
4120
|
"kind": "Content",
|
|
3894
|
-
"text": "
|
|
4121
|
+
"text": " implements "
|
|
3895
4122
|
},
|
|
3896
4123
|
{
|
|
3897
4124
|
"kind": "Reference",
|
|
3898
|
-
"text": "
|
|
3899
|
-
"canonicalReference": "@
|
|
4125
|
+
"text": "ICellRendererComp",
|
|
4126
|
+
"canonicalReference": "@ag-grid-community/core!ICellRendererComp:interface"
|
|
3900
4127
|
},
|
|
3901
4128
|
{
|
|
3902
4129
|
"kind": "Content",
|
|
3903
|
-
"text": "
|
|
3904
|
-
}
|
|
4130
|
+
"text": " "
|
|
4131
|
+
}
|
|
4132
|
+
],
|
|
4133
|
+
"fileUrlPath": "src/cell-renderers/editable.renderer.ts",
|
|
4134
|
+
"releaseTag": "Public",
|
|
4135
|
+
"isAbstract": false,
|
|
4136
|
+
"name": "EditableRenderer",
|
|
4137
|
+
"preserveMemberOrder": false,
|
|
4138
|
+
"members": [
|
|
3905
4139
|
{
|
|
3906
|
-
"kind": "
|
|
4140
|
+
"kind": "Method",
|
|
4141
|
+
"canonicalReference": "@genesislcap/grid-pro!EditableRenderer#getGui:member(1)",
|
|
4142
|
+
"docComment": "",
|
|
4143
|
+
"excerptTokens": [
|
|
4144
|
+
{
|
|
4145
|
+
"kind": "Content",
|
|
4146
|
+
"text": "getGui(): "
|
|
4147
|
+
},
|
|
4148
|
+
{
|
|
4149
|
+
"kind": "Reference",
|
|
4150
|
+
"text": "HTMLElement",
|
|
4151
|
+
"canonicalReference": "!HTMLElement:interface"
|
|
4152
|
+
},
|
|
4153
|
+
{
|
|
4154
|
+
"kind": "Content",
|
|
4155
|
+
"text": ";"
|
|
4156
|
+
}
|
|
4157
|
+
],
|
|
4158
|
+
"isStatic": false,
|
|
4159
|
+
"returnTypeTokenRange": {
|
|
4160
|
+
"startIndex": 1,
|
|
4161
|
+
"endIndex": 2
|
|
4162
|
+
},
|
|
4163
|
+
"releaseTag": "Public",
|
|
4164
|
+
"isProtected": false,
|
|
4165
|
+
"overloadIndex": 1,
|
|
4166
|
+
"parameters": [],
|
|
4167
|
+
"isOptional": false,
|
|
4168
|
+
"isAbstract": false,
|
|
4169
|
+
"name": "getGui"
|
|
4170
|
+
},
|
|
4171
|
+
{
|
|
4172
|
+
"kind": "Method",
|
|
4173
|
+
"canonicalReference": "@genesislcap/grid-pro!EditableRenderer#init:member(1)",
|
|
4174
|
+
"docComment": "",
|
|
4175
|
+
"excerptTokens": [
|
|
4176
|
+
{
|
|
4177
|
+
"kind": "Content",
|
|
4178
|
+
"text": "init(params: "
|
|
4179
|
+
},
|
|
4180
|
+
{
|
|
4181
|
+
"kind": "Reference",
|
|
4182
|
+
"text": "ICellRendererParams",
|
|
4183
|
+
"canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
|
|
4184
|
+
},
|
|
4185
|
+
{
|
|
4186
|
+
"kind": "Content",
|
|
4187
|
+
"text": "): "
|
|
4188
|
+
},
|
|
4189
|
+
{
|
|
4190
|
+
"kind": "Content",
|
|
4191
|
+
"text": "void"
|
|
4192
|
+
},
|
|
4193
|
+
{
|
|
4194
|
+
"kind": "Content",
|
|
4195
|
+
"text": ";"
|
|
4196
|
+
}
|
|
4197
|
+
],
|
|
4198
|
+
"isStatic": false,
|
|
4199
|
+
"returnTypeTokenRange": {
|
|
4200
|
+
"startIndex": 3,
|
|
4201
|
+
"endIndex": 4
|
|
4202
|
+
},
|
|
4203
|
+
"releaseTag": "Public",
|
|
4204
|
+
"isProtected": false,
|
|
4205
|
+
"overloadIndex": 1,
|
|
4206
|
+
"parameters": [
|
|
4207
|
+
{
|
|
4208
|
+
"parameterName": "params",
|
|
4209
|
+
"parameterTypeTokenRange": {
|
|
4210
|
+
"startIndex": 1,
|
|
4211
|
+
"endIndex": 2
|
|
4212
|
+
},
|
|
4213
|
+
"isOptional": false
|
|
4214
|
+
}
|
|
4215
|
+
],
|
|
4216
|
+
"isOptional": false,
|
|
4217
|
+
"isAbstract": false,
|
|
4218
|
+
"name": "init"
|
|
4219
|
+
},
|
|
4220
|
+
{
|
|
4221
|
+
"kind": "Method",
|
|
4222
|
+
"canonicalReference": "@genesislcap/grid-pro!EditableRenderer#refresh:member(1)",
|
|
4223
|
+
"docComment": "",
|
|
4224
|
+
"excerptTokens": [
|
|
4225
|
+
{
|
|
4226
|
+
"kind": "Content",
|
|
4227
|
+
"text": "refresh(params: "
|
|
4228
|
+
},
|
|
4229
|
+
{
|
|
4230
|
+
"kind": "Reference",
|
|
4231
|
+
"text": "ICellRendererParams",
|
|
4232
|
+
"canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
|
|
4233
|
+
},
|
|
4234
|
+
{
|
|
4235
|
+
"kind": "Content",
|
|
4236
|
+
"text": "): "
|
|
4237
|
+
},
|
|
4238
|
+
{
|
|
4239
|
+
"kind": "Content",
|
|
4240
|
+
"text": "boolean"
|
|
4241
|
+
},
|
|
4242
|
+
{
|
|
4243
|
+
"kind": "Content",
|
|
4244
|
+
"text": ";"
|
|
4245
|
+
}
|
|
4246
|
+
],
|
|
4247
|
+
"isStatic": false,
|
|
4248
|
+
"returnTypeTokenRange": {
|
|
4249
|
+
"startIndex": 3,
|
|
4250
|
+
"endIndex": 4
|
|
4251
|
+
},
|
|
4252
|
+
"releaseTag": "Public",
|
|
4253
|
+
"isProtected": false,
|
|
4254
|
+
"overloadIndex": 1,
|
|
4255
|
+
"parameters": [
|
|
4256
|
+
{
|
|
4257
|
+
"parameterName": "params",
|
|
4258
|
+
"parameterTypeTokenRange": {
|
|
4259
|
+
"startIndex": 1,
|
|
4260
|
+
"endIndex": 2
|
|
4261
|
+
},
|
|
4262
|
+
"isOptional": false
|
|
4263
|
+
}
|
|
4264
|
+
],
|
|
4265
|
+
"isOptional": false,
|
|
4266
|
+
"isAbstract": false,
|
|
4267
|
+
"name": "refresh"
|
|
4268
|
+
},
|
|
4269
|
+
{
|
|
4270
|
+
"kind": "Property",
|
|
4271
|
+
"canonicalReference": "@genesislcap/grid-pro!EditableRenderer#valueFormatted:member",
|
|
4272
|
+
"docComment": "",
|
|
4273
|
+
"excerptTokens": [
|
|
4274
|
+
{
|
|
4275
|
+
"kind": "Content",
|
|
4276
|
+
"text": "valueFormatted: "
|
|
4277
|
+
},
|
|
4278
|
+
{
|
|
4279
|
+
"kind": "Content",
|
|
4280
|
+
"text": "string"
|
|
4281
|
+
},
|
|
4282
|
+
{
|
|
4283
|
+
"kind": "Content",
|
|
4284
|
+
"text": ";"
|
|
4285
|
+
}
|
|
4286
|
+
],
|
|
4287
|
+
"isReadonly": false,
|
|
4288
|
+
"isOptional": false,
|
|
4289
|
+
"releaseTag": "Public",
|
|
4290
|
+
"name": "valueFormatted",
|
|
4291
|
+
"propertyTypeTokenRange": {
|
|
4292
|
+
"startIndex": 1,
|
|
4293
|
+
"endIndex": 2
|
|
4294
|
+
},
|
|
4295
|
+
"isStatic": false,
|
|
4296
|
+
"isProtected": false,
|
|
4297
|
+
"isAbstract": false
|
|
4298
|
+
}
|
|
4299
|
+
],
|
|
4300
|
+
"extendsTokenRange": {
|
|
4301
|
+
"startIndex": 1,
|
|
4302
|
+
"endIndex": 2
|
|
4303
|
+
},
|
|
4304
|
+
"implementsTokenRanges": [
|
|
4305
|
+
{
|
|
4306
|
+
"startIndex": 3,
|
|
4307
|
+
"endIndex": 4
|
|
4308
|
+
}
|
|
4309
|
+
]
|
|
4310
|
+
},
|
|
4311
|
+
{
|
|
4312
|
+
"kind": "Variable",
|
|
4313
|
+
"canonicalReference": "@genesislcap/grid-pro!EDITED_COLUMN_FIELD:var",
|
|
4314
|
+
"docComment": "/**\n * Key used to store currently edited column when it being synced with server side data\n *\n * @public\n */\n",
|
|
4315
|
+
"excerptTokens": [
|
|
4316
|
+
{
|
|
4317
|
+
"kind": "Content",
|
|
4318
|
+
"text": "EDITED_COLUMN_FIELD = "
|
|
4319
|
+
},
|
|
4320
|
+
{
|
|
4321
|
+
"kind": "Content",
|
|
4322
|
+
"text": "\"__editedColumn\""
|
|
4323
|
+
}
|
|
4324
|
+
],
|
|
4325
|
+
"fileUrlPath": "src/grid-pro.types.ts",
|
|
4326
|
+
"initializerTokenRange": {
|
|
4327
|
+
"startIndex": 1,
|
|
4328
|
+
"endIndex": 2
|
|
4329
|
+
},
|
|
4330
|
+
"isReadonly": true,
|
|
4331
|
+
"releaseTag": "Public",
|
|
4332
|
+
"name": "EDITED_COLUMN_FIELD",
|
|
4333
|
+
"variableTypeTokenRange": {
|
|
4334
|
+
"startIndex": 0,
|
|
4335
|
+
"endIndex": 0
|
|
4336
|
+
}
|
|
4337
|
+
},
|
|
4338
|
+
{
|
|
4339
|
+
"kind": "Variable",
|
|
4340
|
+
"canonicalReference": "@genesislcap/grid-pro!ERROR_COLUMN_FIELD:var",
|
|
4341
|
+
"docComment": "/**\n * Key used to store error details (column, message) when inline edit fails sync with server side data\n *\n * @public\n */\n",
|
|
4342
|
+
"excerptTokens": [
|
|
4343
|
+
{
|
|
4344
|
+
"kind": "Content",
|
|
4345
|
+
"text": "ERROR_COLUMN_FIELD = "
|
|
4346
|
+
},
|
|
4347
|
+
{
|
|
4348
|
+
"kind": "Content",
|
|
4349
|
+
"text": "\"__errorColumn\""
|
|
4350
|
+
}
|
|
4351
|
+
],
|
|
4352
|
+
"fileUrlPath": "src/grid-pro.types.ts",
|
|
4353
|
+
"initializerTokenRange": {
|
|
4354
|
+
"startIndex": 1,
|
|
4355
|
+
"endIndex": 2
|
|
4356
|
+
},
|
|
4357
|
+
"isReadonly": true,
|
|
4358
|
+
"releaseTag": "Public",
|
|
4359
|
+
"name": "ERROR_COLUMN_FIELD",
|
|
4360
|
+
"variableTypeTokenRange": {
|
|
4361
|
+
"startIndex": 0,
|
|
4362
|
+
"endIndex": 0
|
|
4363
|
+
}
|
|
4364
|
+
},
|
|
4365
|
+
{
|
|
4366
|
+
"kind": "Variable",
|
|
4367
|
+
"canonicalReference": "@genesislcap/grid-pro!foundationAgBooleanRenderer:var",
|
|
4368
|
+
"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",
|
|
4369
|
+
"excerptTokens": [
|
|
4370
|
+
{
|
|
4371
|
+
"kind": "Content",
|
|
4372
|
+
"text": "foundationAgBooleanRenderer: "
|
|
4373
|
+
},
|
|
4374
|
+
{
|
|
4375
|
+
"kind": "Content",
|
|
4376
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
4377
|
+
},
|
|
4378
|
+
{
|
|
4379
|
+
"kind": "Reference",
|
|
4380
|
+
"text": "OverrideFoundationElementDefinition",
|
|
4381
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
4382
|
+
},
|
|
4383
|
+
{
|
|
4384
|
+
"kind": "Content",
|
|
4385
|
+
"text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
|
|
4386
|
+
},
|
|
4387
|
+
{
|
|
4388
|
+
"kind": "Reference",
|
|
4389
|
+
"text": "ElementStyles",
|
|
4390
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
4391
|
+
},
|
|
4392
|
+
{
|
|
4393
|
+
"kind": "Content",
|
|
4394
|
+
"text": ";\n template: import(\"@microsoft/fast-element\")."
|
|
4395
|
+
},
|
|
4396
|
+
{
|
|
4397
|
+
"kind": "Reference",
|
|
4398
|
+
"text": "ViewTemplate",
|
|
4399
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
4400
|
+
},
|
|
4401
|
+
{
|
|
4402
|
+
"kind": "Content",
|
|
4403
|
+
"text": "<"
|
|
4404
|
+
},
|
|
4405
|
+
{
|
|
4406
|
+
"kind": "Reference",
|
|
3907
4407
|
"text": "BooleanRenderer",
|
|
3908
4408
|
"canonicalReference": "@genesislcap/grid-pro!BooleanRenderer:class"
|
|
3909
4409
|
},
|
|
@@ -3968,12 +4468,12 @@
|
|
|
3968
4468
|
},
|
|
3969
4469
|
{
|
|
3970
4470
|
"kind": "Variable",
|
|
3971
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
3972
|
-
"docComment": "/**\n * A function that returns a Foundation
|
|
4471
|
+
"canonicalReference": "@genesislcap/grid-pro!foundationAgEditableRenderer:var",
|
|
4472
|
+
"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",
|
|
3973
4473
|
"excerptTokens": [
|
|
3974
4474
|
{
|
|
3975
4475
|
"kind": "Content",
|
|
3976
|
-
"text": "
|
|
4476
|
+
"text": "foundationAgEditableRenderer: "
|
|
3977
4477
|
},
|
|
3978
4478
|
{
|
|
3979
4479
|
"kind": "Content",
|
|
@@ -4004,7 +4504,111 @@
|
|
|
4004
4504
|
},
|
|
4005
4505
|
{
|
|
4006
4506
|
"kind": "Content",
|
|
4007
|
-
"text": "<
|
|
4507
|
+
"text": "<"
|
|
4508
|
+
},
|
|
4509
|
+
{
|
|
4510
|
+
"kind": "Reference",
|
|
4511
|
+
"text": "EditableRenderer",
|
|
4512
|
+
"canonicalReference": "@genesislcap/grid-pro!EditableRenderer:class"
|
|
4513
|
+
},
|
|
4514
|
+
{
|
|
4515
|
+
"kind": "Content",
|
|
4516
|
+
"text": ", any>;\n}>) => import(\"@microsoft/fast-foundation\")."
|
|
4517
|
+
},
|
|
4518
|
+
{
|
|
4519
|
+
"kind": "Reference",
|
|
4520
|
+
"text": "FoundationElementRegistry",
|
|
4521
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
4522
|
+
},
|
|
4523
|
+
{
|
|
4524
|
+
"kind": "Content",
|
|
4525
|
+
"text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
|
|
4526
|
+
},
|
|
4527
|
+
{
|
|
4528
|
+
"kind": "Reference",
|
|
4529
|
+
"text": "ElementStyles",
|
|
4530
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
4531
|
+
},
|
|
4532
|
+
{
|
|
4533
|
+
"kind": "Content",
|
|
4534
|
+
"text": ";\n template: import(\"@microsoft/fast-element\")."
|
|
4535
|
+
},
|
|
4536
|
+
{
|
|
4537
|
+
"kind": "Reference",
|
|
4538
|
+
"text": "ViewTemplate",
|
|
4539
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
4540
|
+
},
|
|
4541
|
+
{
|
|
4542
|
+
"kind": "Content",
|
|
4543
|
+
"text": "<"
|
|
4544
|
+
},
|
|
4545
|
+
{
|
|
4546
|
+
"kind": "Reference",
|
|
4547
|
+
"text": "EditableRenderer",
|
|
4548
|
+
"canonicalReference": "@genesislcap/grid-pro!EditableRenderer:class"
|
|
4549
|
+
},
|
|
4550
|
+
{
|
|
4551
|
+
"kind": "Content",
|
|
4552
|
+
"text": ", any>;\n}, typeof "
|
|
4553
|
+
},
|
|
4554
|
+
{
|
|
4555
|
+
"kind": "Reference",
|
|
4556
|
+
"text": "EditableRenderer",
|
|
4557
|
+
"canonicalReference": "@genesislcap/grid-pro!EditableRenderer:class"
|
|
4558
|
+
},
|
|
4559
|
+
{
|
|
4560
|
+
"kind": "Content",
|
|
4561
|
+
"text": ">"
|
|
4562
|
+
}
|
|
4563
|
+
],
|
|
4564
|
+
"fileUrlPath": "src/cell-renderers/editable.renderer.ts",
|
|
4565
|
+
"isReadonly": true,
|
|
4566
|
+
"releaseTag": "Public",
|
|
4567
|
+
"name": "foundationAgEditableRenderer",
|
|
4568
|
+
"variableTypeTokenRange": {
|
|
4569
|
+
"startIndex": 1,
|
|
4570
|
+
"endIndex": 20
|
|
4571
|
+
}
|
|
4572
|
+
},
|
|
4573
|
+
{
|
|
4574
|
+
"kind": "Variable",
|
|
4575
|
+
"canonicalReference": "@genesislcap/grid-pro!foundationAgSelectRenderer:var",
|
|
4576
|
+
"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",
|
|
4577
|
+
"excerptTokens": [
|
|
4578
|
+
{
|
|
4579
|
+
"kind": "Content",
|
|
4580
|
+
"text": "foundationAgSelectRenderer: "
|
|
4581
|
+
},
|
|
4582
|
+
{
|
|
4583
|
+
"kind": "Content",
|
|
4584
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
4585
|
+
},
|
|
4586
|
+
{
|
|
4587
|
+
"kind": "Reference",
|
|
4588
|
+
"text": "OverrideFoundationElementDefinition",
|
|
4589
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
4590
|
+
},
|
|
4591
|
+
{
|
|
4592
|
+
"kind": "Content",
|
|
4593
|
+
"text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
|
|
4594
|
+
},
|
|
4595
|
+
{
|
|
4596
|
+
"kind": "Reference",
|
|
4597
|
+
"text": "ElementStyles",
|
|
4598
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
4599
|
+
},
|
|
4600
|
+
{
|
|
4601
|
+
"kind": "Content",
|
|
4602
|
+
"text": ";\n template: import(\"@microsoft/fast-element\")."
|
|
4603
|
+
},
|
|
4604
|
+
{
|
|
4605
|
+
"kind": "Reference",
|
|
4606
|
+
"text": "ViewTemplate",
|
|
4607
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
4608
|
+
},
|
|
4609
|
+
{
|
|
4610
|
+
"kind": "Content",
|
|
4611
|
+
"text": "<any, any>;\n}>) => import(\"@microsoft/fast-foundation\")."
|
|
4008
4612
|
},
|
|
4009
4613
|
{
|
|
4010
4614
|
"kind": "Reference",
|
|
@@ -4742,6 +5346,87 @@
|
|
|
4742
5346
|
"text": "AgTextFieldRenderer",
|
|
4743
5347
|
"canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class"
|
|
4744
5348
|
},
|
|
5349
|
+
{
|
|
5350
|
+
"kind": "Content",
|
|
5351
|
+
"text": ">;\n foundationAgEditableRenderer: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
5352
|
+
},
|
|
5353
|
+
{
|
|
5354
|
+
"kind": "Reference",
|
|
5355
|
+
"text": "OverrideFoundationElementDefinition",
|
|
5356
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
5357
|
+
},
|
|
5358
|
+
{
|
|
5359
|
+
"kind": "Content",
|
|
5360
|
+
"text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
|
|
5361
|
+
},
|
|
5362
|
+
{
|
|
5363
|
+
"kind": "Reference",
|
|
5364
|
+
"text": "ElementStyles",
|
|
5365
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
5366
|
+
},
|
|
5367
|
+
{
|
|
5368
|
+
"kind": "Content",
|
|
5369
|
+
"text": ";\n template: import(\"@microsoft/fast-element\")."
|
|
5370
|
+
},
|
|
5371
|
+
{
|
|
5372
|
+
"kind": "Reference",
|
|
5373
|
+
"text": "ViewTemplate",
|
|
5374
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
5375
|
+
},
|
|
5376
|
+
{
|
|
5377
|
+
"kind": "Content",
|
|
5378
|
+
"text": "<import(\"./cell-renderers\")."
|
|
5379
|
+
},
|
|
5380
|
+
{
|
|
5381
|
+
"kind": "Reference",
|
|
5382
|
+
"text": "EditableRenderer",
|
|
5383
|
+
"canonicalReference": "@genesislcap/grid-pro!EditableRenderer:class"
|
|
5384
|
+
},
|
|
5385
|
+
{
|
|
5386
|
+
"kind": "Content",
|
|
5387
|
+
"text": ", any>;\n }>) => import(\"@microsoft/fast-foundation\")."
|
|
5388
|
+
},
|
|
5389
|
+
{
|
|
5390
|
+
"kind": "Reference",
|
|
5391
|
+
"text": "FoundationElementRegistry",
|
|
5392
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
5393
|
+
},
|
|
5394
|
+
{
|
|
5395
|
+
"kind": "Content",
|
|
5396
|
+
"text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
|
|
5397
|
+
},
|
|
5398
|
+
{
|
|
5399
|
+
"kind": "Reference",
|
|
5400
|
+
"text": "ElementStyles",
|
|
5401
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
5402
|
+
},
|
|
5403
|
+
{
|
|
5404
|
+
"kind": "Content",
|
|
5405
|
+
"text": ";\n template: import(\"@microsoft/fast-element\")."
|
|
5406
|
+
},
|
|
5407
|
+
{
|
|
5408
|
+
"kind": "Reference",
|
|
5409
|
+
"text": "ViewTemplate",
|
|
5410
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
5411
|
+
},
|
|
5412
|
+
{
|
|
5413
|
+
"kind": "Content",
|
|
5414
|
+
"text": "<import(\"./cell-renderers\")."
|
|
5415
|
+
},
|
|
5416
|
+
{
|
|
5417
|
+
"kind": "Reference",
|
|
5418
|
+
"text": "EditableRenderer",
|
|
5419
|
+
"canonicalReference": "@genesislcap/grid-pro!EditableRenderer:class"
|
|
5420
|
+
},
|
|
5421
|
+
{
|
|
5422
|
+
"kind": "Content",
|
|
5423
|
+
"text": ", any>;\n }, typeof import(\"./cell-renderers\")."
|
|
5424
|
+
},
|
|
5425
|
+
{
|
|
5426
|
+
"kind": "Reference",
|
|
5427
|
+
"text": "EditableRenderer",
|
|
5428
|
+
"canonicalReference": "@genesislcap/grid-pro!EditableRenderer:class"
|
|
5429
|
+
},
|
|
4745
5430
|
{
|
|
4746
5431
|
"kind": "Content",
|
|
4747
5432
|
"text": ">;\n foundationAgSelectRenderer: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
@@ -5192,6 +5877,87 @@
|
|
|
5192
5877
|
"text": "MultiselectEditor",
|
|
5193
5878
|
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class"
|
|
5194
5879
|
},
|
|
5880
|
+
{
|
|
5881
|
+
"kind": "Content",
|
|
5882
|
+
"text": ">;\n foundationStringEditor: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
5883
|
+
},
|
|
5884
|
+
{
|
|
5885
|
+
"kind": "Reference",
|
|
5886
|
+
"text": "OverrideFoundationElementDefinition",
|
|
5887
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
5888
|
+
},
|
|
5889
|
+
{
|
|
5890
|
+
"kind": "Content",
|
|
5891
|
+
"text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
|
|
5892
|
+
},
|
|
5893
|
+
{
|
|
5894
|
+
"kind": "Reference",
|
|
5895
|
+
"text": "ElementStyles",
|
|
5896
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
5897
|
+
},
|
|
5898
|
+
{
|
|
5899
|
+
"kind": "Content",
|
|
5900
|
+
"text": ";\n template: import(\"@microsoft/fast-element\")."
|
|
5901
|
+
},
|
|
5902
|
+
{
|
|
5903
|
+
"kind": "Reference",
|
|
5904
|
+
"text": "ViewTemplate",
|
|
5905
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
5906
|
+
},
|
|
5907
|
+
{
|
|
5908
|
+
"kind": "Content",
|
|
5909
|
+
"text": "<import(\"./cell-editors\")."
|
|
5910
|
+
},
|
|
5911
|
+
{
|
|
5912
|
+
"kind": "Reference",
|
|
5913
|
+
"text": "StringEditor",
|
|
5914
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditor:class"
|
|
5915
|
+
},
|
|
5916
|
+
{
|
|
5917
|
+
"kind": "Content",
|
|
5918
|
+
"text": ", any>;\n }>) => import(\"@microsoft/fast-foundation\")."
|
|
5919
|
+
},
|
|
5920
|
+
{
|
|
5921
|
+
"kind": "Reference",
|
|
5922
|
+
"text": "FoundationElementRegistry",
|
|
5923
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
5924
|
+
},
|
|
5925
|
+
{
|
|
5926
|
+
"kind": "Content",
|
|
5927
|
+
"text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
|
|
5928
|
+
},
|
|
5929
|
+
{
|
|
5930
|
+
"kind": "Reference",
|
|
5931
|
+
"text": "ElementStyles",
|
|
5932
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
5933
|
+
},
|
|
5934
|
+
{
|
|
5935
|
+
"kind": "Content",
|
|
5936
|
+
"text": ";\n template: import(\"@microsoft/fast-element\")."
|
|
5937
|
+
},
|
|
5938
|
+
{
|
|
5939
|
+
"kind": "Reference",
|
|
5940
|
+
"text": "ViewTemplate",
|
|
5941
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
5942
|
+
},
|
|
5943
|
+
{
|
|
5944
|
+
"kind": "Content",
|
|
5945
|
+
"text": "<import(\"./cell-editors\")."
|
|
5946
|
+
},
|
|
5947
|
+
{
|
|
5948
|
+
"kind": "Reference",
|
|
5949
|
+
"text": "StringEditor",
|
|
5950
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditor:class"
|
|
5951
|
+
},
|
|
5952
|
+
{
|
|
5953
|
+
"kind": "Content",
|
|
5954
|
+
"text": ", any>;\n }, typeof import(\"./cell-editors\")."
|
|
5955
|
+
},
|
|
5956
|
+
{
|
|
5957
|
+
"kind": "Reference",
|
|
5958
|
+
"text": "StringEditor",
|
|
5959
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditor:class"
|
|
5960
|
+
},
|
|
5195
5961
|
{
|
|
5196
5962
|
"kind": "Content",
|
|
5197
5963
|
"text": ">;\n register(container?: "
|
|
@@ -5212,7 +5978,7 @@
|
|
|
5212
5978
|
"name": "foundationGridComponents",
|
|
5213
5979
|
"variableTypeTokenRange": {
|
|
5214
5980
|
"startIndex": 1,
|
|
5215
|
-
"endIndex":
|
|
5981
|
+
"endIndex": 222
|
|
5216
5982
|
}
|
|
5217
5983
|
},
|
|
5218
5984
|
{
|
|
@@ -5835,29 +6601,133 @@
|
|
|
5835
6601
|
},
|
|
5836
6602
|
{
|
|
5837
6603
|
"kind": "Variable",
|
|
5838
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
5839
|
-
"docComment": "/**\n *
|
|
6604
|
+
"canonicalReference": "@genesislcap/grid-pro!foundationStringEditor:var",
|
|
6605
|
+
"docComment": "/**\n * @remarks\n *\n * HTML Element: \\<foundation-string-editor\\>\n *\n * @public\n */\n",
|
|
5840
6606
|
"excerptTokens": [
|
|
5841
6607
|
{
|
|
5842
6608
|
"kind": "Content",
|
|
5843
|
-
"text": "
|
|
6609
|
+
"text": "foundationStringEditor: "
|
|
5844
6610
|
},
|
|
5845
6611
|
{
|
|
5846
6612
|
"kind": "Content",
|
|
5847
|
-
"text": "(
|
|
6613
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
5848
6614
|
},
|
|
5849
6615
|
{
|
|
5850
6616
|
"kind": "Reference",
|
|
5851
|
-
"text": "
|
|
5852
|
-
"canonicalReference": "@
|
|
6617
|
+
"text": "OverrideFoundationElementDefinition",
|
|
6618
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
5853
6619
|
},
|
|
5854
6620
|
{
|
|
5855
6621
|
"kind": "Content",
|
|
5856
|
-
"text": "
|
|
6622
|
+
"text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
|
|
5857
6623
|
},
|
|
5858
6624
|
{
|
|
5859
6625
|
"kind": "Reference",
|
|
5860
|
-
"text": "
|
|
6626
|
+
"text": "ElementStyles",
|
|
6627
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
6628
|
+
},
|
|
6629
|
+
{
|
|
6630
|
+
"kind": "Content",
|
|
6631
|
+
"text": ";\n template: import(\"@microsoft/fast-element\")."
|
|
6632
|
+
},
|
|
6633
|
+
{
|
|
6634
|
+
"kind": "Reference",
|
|
6635
|
+
"text": "ViewTemplate",
|
|
6636
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
6637
|
+
},
|
|
6638
|
+
{
|
|
6639
|
+
"kind": "Content",
|
|
6640
|
+
"text": "<"
|
|
6641
|
+
},
|
|
6642
|
+
{
|
|
6643
|
+
"kind": "Reference",
|
|
6644
|
+
"text": "StringEditor",
|
|
6645
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditor:class"
|
|
6646
|
+
},
|
|
6647
|
+
{
|
|
6648
|
+
"kind": "Content",
|
|
6649
|
+
"text": ", any>;\n}>) => import(\"@microsoft/fast-foundation\")."
|
|
6650
|
+
},
|
|
6651
|
+
{
|
|
6652
|
+
"kind": "Reference",
|
|
6653
|
+
"text": "FoundationElementRegistry",
|
|
6654
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
6655
|
+
},
|
|
6656
|
+
{
|
|
6657
|
+
"kind": "Content",
|
|
6658
|
+
"text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
|
|
6659
|
+
},
|
|
6660
|
+
{
|
|
6661
|
+
"kind": "Reference",
|
|
6662
|
+
"text": "ElementStyles",
|
|
6663
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
6664
|
+
},
|
|
6665
|
+
{
|
|
6666
|
+
"kind": "Content",
|
|
6667
|
+
"text": ";\n template: import(\"@microsoft/fast-element\")."
|
|
6668
|
+
},
|
|
6669
|
+
{
|
|
6670
|
+
"kind": "Reference",
|
|
6671
|
+
"text": "ViewTemplate",
|
|
6672
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
6673
|
+
},
|
|
6674
|
+
{
|
|
6675
|
+
"kind": "Content",
|
|
6676
|
+
"text": "<"
|
|
6677
|
+
},
|
|
6678
|
+
{
|
|
6679
|
+
"kind": "Reference",
|
|
6680
|
+
"text": "StringEditor",
|
|
6681
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditor:class"
|
|
6682
|
+
},
|
|
6683
|
+
{
|
|
6684
|
+
"kind": "Content",
|
|
6685
|
+
"text": ", any>;\n}, typeof "
|
|
6686
|
+
},
|
|
6687
|
+
{
|
|
6688
|
+
"kind": "Reference",
|
|
6689
|
+
"text": "StringEditor",
|
|
6690
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditor:class"
|
|
6691
|
+
},
|
|
6692
|
+
{
|
|
6693
|
+
"kind": "Content",
|
|
6694
|
+
"text": ">"
|
|
6695
|
+
}
|
|
6696
|
+
],
|
|
6697
|
+
"fileUrlPath": "src/cell-editors/string.editor.ts",
|
|
6698
|
+
"isReadonly": true,
|
|
6699
|
+
"releaseTag": "Public",
|
|
6700
|
+
"name": "foundationStringEditor",
|
|
6701
|
+
"variableTypeTokenRange": {
|
|
6702
|
+
"startIndex": 1,
|
|
6703
|
+
"endIndex": 20
|
|
6704
|
+
}
|
|
6705
|
+
},
|
|
6706
|
+
{
|
|
6707
|
+
"kind": "Variable",
|
|
6708
|
+
"canonicalReference": "@genesislcap/grid-pro!getActionsMenuDef:var",
|
|
6709
|
+
"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",
|
|
6710
|
+
"excerptTokens": [
|
|
6711
|
+
{
|
|
6712
|
+
"kind": "Content",
|
|
6713
|
+
"text": "getActionsMenuDef: "
|
|
6714
|
+
},
|
|
6715
|
+
{
|
|
6716
|
+
"kind": "Content",
|
|
6717
|
+
"text": "(actions: "
|
|
6718
|
+
},
|
|
6719
|
+
{
|
|
6720
|
+
"kind": "Reference",
|
|
6721
|
+
"text": "ActionMenuItem",
|
|
6722
|
+
"canonicalReference": "@genesislcap/foundation-ui!ActionMenuItem:type"
|
|
6723
|
+
},
|
|
6724
|
+
{
|
|
6725
|
+
"kind": "Content",
|
|
6726
|
+
"text": "[], overrideDef?: "
|
|
6727
|
+
},
|
|
6728
|
+
{
|
|
6729
|
+
"kind": "Reference",
|
|
6730
|
+
"text": "ColDef",
|
|
5861
6731
|
"canonicalReference": "@ag-grid-community/core!ColDef:interface"
|
|
5862
6732
|
},
|
|
5863
6733
|
{
|
|
@@ -5920,6 +6790,47 @@
|
|
|
5920
6790
|
"endIndex": 6
|
|
5921
6791
|
}
|
|
5922
6792
|
},
|
|
6793
|
+
{
|
|
6794
|
+
"kind": "Variable",
|
|
6795
|
+
"canonicalReference": "@genesislcap/grid-pro!getAgEditableRendererTemplate:var",
|
|
6796
|
+
"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",
|
|
6797
|
+
"excerptTokens": [
|
|
6798
|
+
{
|
|
6799
|
+
"kind": "Content",
|
|
6800
|
+
"text": "getAgEditableRendererTemplate: "
|
|
6801
|
+
},
|
|
6802
|
+
{
|
|
6803
|
+
"kind": "Content",
|
|
6804
|
+
"text": "(designSystem?: string) => import(\"@microsoft/fast-element\")."
|
|
6805
|
+
},
|
|
6806
|
+
{
|
|
6807
|
+
"kind": "Reference",
|
|
6808
|
+
"text": "ViewTemplate",
|
|
6809
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
6810
|
+
},
|
|
6811
|
+
{
|
|
6812
|
+
"kind": "Content",
|
|
6813
|
+
"text": "<"
|
|
6814
|
+
},
|
|
6815
|
+
{
|
|
6816
|
+
"kind": "Reference",
|
|
6817
|
+
"text": "EditableRenderer",
|
|
6818
|
+
"canonicalReference": "@genesislcap/grid-pro!EditableRenderer:class"
|
|
6819
|
+
},
|
|
6820
|
+
{
|
|
6821
|
+
"kind": "Content",
|
|
6822
|
+
"text": ", any>"
|
|
6823
|
+
}
|
|
6824
|
+
],
|
|
6825
|
+
"fileUrlPath": "src/cell-renderers/editable.renderer.ts",
|
|
6826
|
+
"isReadonly": true,
|
|
6827
|
+
"releaseTag": "Public",
|
|
6828
|
+
"name": "getAgEditableRendererTemplate",
|
|
6829
|
+
"variableTypeTokenRange": {
|
|
6830
|
+
"startIndex": 1,
|
|
6831
|
+
"endIndex": 6
|
|
6832
|
+
}
|
|
6833
|
+
},
|
|
5923
6834
|
{
|
|
5924
6835
|
"kind": "Variable",
|
|
5925
6836
|
"canonicalReference": "@genesislcap/grid-pro!getDateEditorTemplate:var",
|
|
@@ -6116,6 +7027,47 @@
|
|
|
6116
7027
|
"endIndex": 4
|
|
6117
7028
|
}
|
|
6118
7029
|
},
|
|
7030
|
+
{
|
|
7031
|
+
"kind": "Variable",
|
|
7032
|
+
"canonicalReference": "@genesislcap/grid-pro!getStringEditorTemplate:var",
|
|
7033
|
+
"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",
|
|
7034
|
+
"excerptTokens": [
|
|
7035
|
+
{
|
|
7036
|
+
"kind": "Content",
|
|
7037
|
+
"text": "getStringEditorTemplate: "
|
|
7038
|
+
},
|
|
7039
|
+
{
|
|
7040
|
+
"kind": "Content",
|
|
7041
|
+
"text": "(designSystem?: string) => import(\"@microsoft/fast-element\")."
|
|
7042
|
+
},
|
|
7043
|
+
{
|
|
7044
|
+
"kind": "Reference",
|
|
7045
|
+
"text": "ViewTemplate",
|
|
7046
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
7047
|
+
},
|
|
7048
|
+
{
|
|
7049
|
+
"kind": "Content",
|
|
7050
|
+
"text": "<"
|
|
7051
|
+
},
|
|
7052
|
+
{
|
|
7053
|
+
"kind": "Reference",
|
|
7054
|
+
"text": "StringEditor",
|
|
7055
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditor:class"
|
|
7056
|
+
},
|
|
7057
|
+
{
|
|
7058
|
+
"kind": "Content",
|
|
7059
|
+
"text": ", any>"
|
|
7060
|
+
}
|
|
7061
|
+
],
|
|
7062
|
+
"fileUrlPath": "src/cell-editors/string.editor.ts",
|
|
7063
|
+
"isReadonly": true,
|
|
7064
|
+
"releaseTag": "Public",
|
|
7065
|
+
"name": "getStringEditorTemplate",
|
|
7066
|
+
"variableTypeTokenRange": {
|
|
7067
|
+
"startIndex": 1,
|
|
7068
|
+
"endIndex": 6
|
|
7069
|
+
}
|
|
7070
|
+
},
|
|
6119
7071
|
{
|
|
6120
7072
|
"kind": "Variable",
|
|
6121
7073
|
"canonicalReference": "@genesislcap/grid-pro!getTextFieldRendererTemplate:var",
|
|
@@ -9263,6 +10215,27 @@
|
|
|
9263
10215
|
"releaseTag": "Public",
|
|
9264
10216
|
"name": "dateEditor"
|
|
9265
10217
|
},
|
|
10218
|
+
{
|
|
10219
|
+
"kind": "EnumMember",
|
|
10220
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.editable:member",
|
|
10221
|
+
"docComment": "",
|
|
10222
|
+
"excerptTokens": [
|
|
10223
|
+
{
|
|
10224
|
+
"kind": "Content",
|
|
10225
|
+
"text": "editable = "
|
|
10226
|
+
},
|
|
10227
|
+
{
|
|
10228
|
+
"kind": "Content",
|
|
10229
|
+
"text": "\"editable\""
|
|
10230
|
+
}
|
|
10231
|
+
],
|
|
10232
|
+
"initializerTokenRange": {
|
|
10233
|
+
"startIndex": 1,
|
|
10234
|
+
"endIndex": 2
|
|
10235
|
+
},
|
|
10236
|
+
"releaseTag": "Public",
|
|
10237
|
+
"name": "editable"
|
|
10238
|
+
},
|
|
9266
10239
|
{
|
|
9267
10240
|
"kind": "EnumMember",
|
|
9268
10241
|
"canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.multiselectEditor:member",
|
|
@@ -9347,6 +10320,27 @@
|
|
|
9347
10320
|
"releaseTag": "Public",
|
|
9348
10321
|
"name": "selectEditor"
|
|
9349
10322
|
},
|
|
10323
|
+
{
|
|
10324
|
+
"kind": "EnumMember",
|
|
10325
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.stringEditor:member",
|
|
10326
|
+
"docComment": "",
|
|
10327
|
+
"excerptTokens": [
|
|
10328
|
+
{
|
|
10329
|
+
"kind": "Content",
|
|
10330
|
+
"text": "stringEditor = "
|
|
10331
|
+
},
|
|
10332
|
+
{
|
|
10333
|
+
"kind": "Content",
|
|
10334
|
+
"text": "\"stringEditor\""
|
|
10335
|
+
}
|
|
10336
|
+
],
|
|
10337
|
+
"initializerTokenRange": {
|
|
10338
|
+
"startIndex": 1,
|
|
10339
|
+
"endIndex": 2
|
|
10340
|
+
},
|
|
10341
|
+
"releaseTag": "Public",
|
|
10342
|
+
"name": "stringEditor"
|
|
10343
|
+
},
|
|
9350
10344
|
{
|
|
9351
10345
|
"kind": "EnumMember",
|
|
9352
10346
|
"canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.text:member",
|
|
@@ -9463,49 +10457,693 @@
|
|
|
9463
10457
|
"canonicalReference": "@ag-grid-community/core!ColDef:interface"
|
|
9464
10458
|
},
|
|
9465
10459
|
{
|
|
9466
|
-
"kind": "Content",
|
|
9467
|
-
"text": "[]"
|
|
10460
|
+
"kind": "Content",
|
|
10461
|
+
"text": "[]"
|
|
10462
|
+
},
|
|
10463
|
+
{
|
|
10464
|
+
"kind": "Content",
|
|
10465
|
+
"text": ";"
|
|
10466
|
+
}
|
|
10467
|
+
],
|
|
10468
|
+
"fileUrlPath": "src/utils/array.ts",
|
|
10469
|
+
"returnTypeTokenRange": {
|
|
10470
|
+
"startIndex": 7,
|
|
10471
|
+
"endIndex": 9
|
|
10472
|
+
},
|
|
10473
|
+
"releaseTag": "Public",
|
|
10474
|
+
"overloadIndex": 1,
|
|
10475
|
+
"parameters": [
|
|
10476
|
+
{
|
|
10477
|
+
"parameterName": "colDefs",
|
|
10478
|
+
"parameterTypeTokenRange": {
|
|
10479
|
+
"startIndex": 1,
|
|
10480
|
+
"endIndex": 3
|
|
10481
|
+
},
|
|
10482
|
+
"isOptional": false
|
|
10483
|
+
},
|
|
10484
|
+
{
|
|
10485
|
+
"parameterName": "columnStates",
|
|
10486
|
+
"parameterTypeTokenRange": {
|
|
10487
|
+
"startIndex": 4,
|
|
10488
|
+
"endIndex": 6
|
|
10489
|
+
},
|
|
10490
|
+
"isOptional": false
|
|
10491
|
+
}
|
|
10492
|
+
],
|
|
10493
|
+
"name": "mergeAndDedupColDefWithColumnState"
|
|
10494
|
+
},
|
|
10495
|
+
{
|
|
10496
|
+
"kind": "Class",
|
|
10497
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class",
|
|
10498
|
+
"docComment": "/**\n * The AG Multiselect Editor element.\n *\n * @tagname\n *\n * %%prefix%%-multiselect-editor\n *\n * @public\n */\n",
|
|
10499
|
+
"excerptTokens": [
|
|
10500
|
+
{
|
|
10501
|
+
"kind": "Content",
|
|
10502
|
+
"text": "export declare class MultiselectEditor extends "
|
|
10503
|
+
},
|
|
10504
|
+
{
|
|
10505
|
+
"kind": "Reference",
|
|
10506
|
+
"text": "FoundationElement",
|
|
10507
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
10508
|
+
},
|
|
10509
|
+
{
|
|
10510
|
+
"kind": "Content",
|
|
10511
|
+
"text": " implements "
|
|
10512
|
+
},
|
|
10513
|
+
{
|
|
10514
|
+
"kind": "Reference",
|
|
10515
|
+
"text": "ICellEditorComp",
|
|
10516
|
+
"canonicalReference": "@ag-grid-community/core!ICellEditorComp:interface"
|
|
10517
|
+
},
|
|
10518
|
+
{
|
|
10519
|
+
"kind": "Content",
|
|
10520
|
+
"text": " "
|
|
10521
|
+
}
|
|
10522
|
+
],
|
|
10523
|
+
"fileUrlPath": "src/cell-editors/multiselect.editor.ts",
|
|
10524
|
+
"releaseTag": "Public",
|
|
10525
|
+
"isAbstract": false,
|
|
10526
|
+
"name": "MultiselectEditor",
|
|
10527
|
+
"preserveMemberOrder": false,
|
|
10528
|
+
"members": [
|
|
10529
|
+
{
|
|
10530
|
+
"kind": "Method",
|
|
10531
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#changeHandler:member(1)",
|
|
10532
|
+
"docComment": "",
|
|
10533
|
+
"excerptTokens": [
|
|
10534
|
+
{
|
|
10535
|
+
"kind": "Content",
|
|
10536
|
+
"text": "changeHandler(event: "
|
|
10537
|
+
},
|
|
10538
|
+
{
|
|
10539
|
+
"kind": "Content",
|
|
10540
|
+
"text": "any"
|
|
10541
|
+
},
|
|
10542
|
+
{
|
|
10543
|
+
"kind": "Content",
|
|
10544
|
+
"text": "): "
|
|
10545
|
+
},
|
|
10546
|
+
{
|
|
10547
|
+
"kind": "Content",
|
|
10548
|
+
"text": "void"
|
|
10549
|
+
},
|
|
10550
|
+
{
|
|
10551
|
+
"kind": "Content",
|
|
10552
|
+
"text": ";"
|
|
10553
|
+
}
|
|
10554
|
+
],
|
|
10555
|
+
"isStatic": false,
|
|
10556
|
+
"returnTypeTokenRange": {
|
|
10557
|
+
"startIndex": 3,
|
|
10558
|
+
"endIndex": 4
|
|
10559
|
+
},
|
|
10560
|
+
"releaseTag": "Public",
|
|
10561
|
+
"isProtected": false,
|
|
10562
|
+
"overloadIndex": 1,
|
|
10563
|
+
"parameters": [
|
|
10564
|
+
{
|
|
10565
|
+
"parameterName": "event",
|
|
10566
|
+
"parameterTypeTokenRange": {
|
|
10567
|
+
"startIndex": 1,
|
|
10568
|
+
"endIndex": 2
|
|
10569
|
+
},
|
|
10570
|
+
"isOptional": false
|
|
10571
|
+
}
|
|
10572
|
+
],
|
|
10573
|
+
"isOptional": false,
|
|
10574
|
+
"isAbstract": false,
|
|
10575
|
+
"name": "changeHandler"
|
|
10576
|
+
},
|
|
10577
|
+
{
|
|
10578
|
+
"kind": "Method",
|
|
10579
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#destroy:member(1)",
|
|
10580
|
+
"docComment": "",
|
|
10581
|
+
"excerptTokens": [
|
|
10582
|
+
{
|
|
10583
|
+
"kind": "Content",
|
|
10584
|
+
"text": "destroy(): "
|
|
10585
|
+
},
|
|
10586
|
+
{
|
|
10587
|
+
"kind": "Content",
|
|
10588
|
+
"text": "void"
|
|
10589
|
+
},
|
|
10590
|
+
{
|
|
10591
|
+
"kind": "Content",
|
|
10592
|
+
"text": ";"
|
|
10593
|
+
}
|
|
10594
|
+
],
|
|
10595
|
+
"isStatic": false,
|
|
10596
|
+
"returnTypeTokenRange": {
|
|
10597
|
+
"startIndex": 1,
|
|
10598
|
+
"endIndex": 2
|
|
10599
|
+
},
|
|
10600
|
+
"releaseTag": "Public",
|
|
10601
|
+
"isProtected": false,
|
|
10602
|
+
"overloadIndex": 1,
|
|
10603
|
+
"parameters": [],
|
|
10604
|
+
"isOptional": false,
|
|
10605
|
+
"isAbstract": false,
|
|
10606
|
+
"name": "destroy"
|
|
10607
|
+
},
|
|
10608
|
+
{
|
|
10609
|
+
"kind": "Method",
|
|
10610
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#getGui:member(1)",
|
|
10611
|
+
"docComment": "",
|
|
10612
|
+
"excerptTokens": [
|
|
10613
|
+
{
|
|
10614
|
+
"kind": "Content",
|
|
10615
|
+
"text": "getGui(): "
|
|
10616
|
+
},
|
|
10617
|
+
{
|
|
10618
|
+
"kind": "Reference",
|
|
10619
|
+
"text": "HTMLElement",
|
|
10620
|
+
"canonicalReference": "!HTMLElement:interface"
|
|
10621
|
+
},
|
|
10622
|
+
{
|
|
10623
|
+
"kind": "Content",
|
|
10624
|
+
"text": ";"
|
|
10625
|
+
}
|
|
10626
|
+
],
|
|
10627
|
+
"isStatic": false,
|
|
10628
|
+
"returnTypeTokenRange": {
|
|
10629
|
+
"startIndex": 1,
|
|
10630
|
+
"endIndex": 2
|
|
10631
|
+
},
|
|
10632
|
+
"releaseTag": "Public",
|
|
10633
|
+
"isProtected": false,
|
|
10634
|
+
"overloadIndex": 1,
|
|
10635
|
+
"parameters": [],
|
|
10636
|
+
"isOptional": false,
|
|
10637
|
+
"isAbstract": false,
|
|
10638
|
+
"name": "getGui"
|
|
10639
|
+
},
|
|
10640
|
+
{
|
|
10641
|
+
"kind": "Method",
|
|
10642
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#getValue:member(1)",
|
|
10643
|
+
"docComment": "",
|
|
10644
|
+
"excerptTokens": [
|
|
10645
|
+
{
|
|
10646
|
+
"kind": "Content",
|
|
10647
|
+
"text": "getValue(): "
|
|
10648
|
+
},
|
|
10649
|
+
{
|
|
10650
|
+
"kind": "Content",
|
|
10651
|
+
"text": "any[]"
|
|
10652
|
+
},
|
|
10653
|
+
{
|
|
10654
|
+
"kind": "Content",
|
|
10655
|
+
"text": ";"
|
|
10656
|
+
}
|
|
10657
|
+
],
|
|
10658
|
+
"isStatic": false,
|
|
10659
|
+
"returnTypeTokenRange": {
|
|
10660
|
+
"startIndex": 1,
|
|
10661
|
+
"endIndex": 2
|
|
10662
|
+
},
|
|
10663
|
+
"releaseTag": "Public",
|
|
10664
|
+
"isProtected": false,
|
|
10665
|
+
"overloadIndex": 1,
|
|
10666
|
+
"parameters": [],
|
|
10667
|
+
"isOptional": false,
|
|
10668
|
+
"isAbstract": false,
|
|
10669
|
+
"name": "getValue"
|
|
10670
|
+
},
|
|
10671
|
+
{
|
|
10672
|
+
"kind": "Method",
|
|
10673
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#init:member(1)",
|
|
10674
|
+
"docComment": "",
|
|
10675
|
+
"excerptTokens": [
|
|
10676
|
+
{
|
|
10677
|
+
"kind": "Content",
|
|
10678
|
+
"text": "init(params: "
|
|
10679
|
+
},
|
|
10680
|
+
{
|
|
10681
|
+
"kind": "Reference",
|
|
10682
|
+
"text": "MultiselectEditorParams",
|
|
10683
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams:interface"
|
|
10684
|
+
},
|
|
10685
|
+
{
|
|
10686
|
+
"kind": "Content",
|
|
10687
|
+
"text": "): "
|
|
10688
|
+
},
|
|
10689
|
+
{
|
|
10690
|
+
"kind": "Content",
|
|
10691
|
+
"text": "void"
|
|
10692
|
+
},
|
|
10693
|
+
{
|
|
10694
|
+
"kind": "Content",
|
|
10695
|
+
"text": ";"
|
|
10696
|
+
}
|
|
10697
|
+
],
|
|
10698
|
+
"isStatic": false,
|
|
10699
|
+
"returnTypeTokenRange": {
|
|
10700
|
+
"startIndex": 3,
|
|
10701
|
+
"endIndex": 4
|
|
10702
|
+
},
|
|
10703
|
+
"releaseTag": "Public",
|
|
10704
|
+
"isProtected": false,
|
|
10705
|
+
"overloadIndex": 1,
|
|
10706
|
+
"parameters": [
|
|
10707
|
+
{
|
|
10708
|
+
"parameterName": "params",
|
|
10709
|
+
"parameterTypeTokenRange": {
|
|
10710
|
+
"startIndex": 1,
|
|
10711
|
+
"endIndex": 2
|
|
10712
|
+
},
|
|
10713
|
+
"isOptional": false
|
|
10714
|
+
}
|
|
10715
|
+
],
|
|
10716
|
+
"isOptional": false,
|
|
10717
|
+
"isAbstract": false,
|
|
10718
|
+
"name": "init"
|
|
10719
|
+
},
|
|
10720
|
+
{
|
|
10721
|
+
"kind": "Method",
|
|
10722
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#isCancelBeforeStart:member(1)",
|
|
10723
|
+
"docComment": "",
|
|
10724
|
+
"excerptTokens": [
|
|
10725
|
+
{
|
|
10726
|
+
"kind": "Content",
|
|
10727
|
+
"text": "isCancelBeforeStart(): "
|
|
10728
|
+
},
|
|
10729
|
+
{
|
|
10730
|
+
"kind": "Content",
|
|
10731
|
+
"text": "boolean"
|
|
10732
|
+
},
|
|
10733
|
+
{
|
|
10734
|
+
"kind": "Content",
|
|
10735
|
+
"text": ";"
|
|
10736
|
+
}
|
|
10737
|
+
],
|
|
10738
|
+
"isStatic": false,
|
|
10739
|
+
"returnTypeTokenRange": {
|
|
10740
|
+
"startIndex": 1,
|
|
10741
|
+
"endIndex": 2
|
|
10742
|
+
},
|
|
10743
|
+
"releaseTag": "Public",
|
|
10744
|
+
"isProtected": false,
|
|
10745
|
+
"overloadIndex": 1,
|
|
10746
|
+
"parameters": [],
|
|
10747
|
+
"isOptional": false,
|
|
10748
|
+
"isAbstract": false,
|
|
10749
|
+
"name": "isCancelBeforeStart"
|
|
10750
|
+
},
|
|
10751
|
+
{
|
|
10752
|
+
"kind": "Method",
|
|
10753
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#isPopup:member(1)",
|
|
10754
|
+
"docComment": "",
|
|
10755
|
+
"excerptTokens": [
|
|
10756
|
+
{
|
|
10757
|
+
"kind": "Content",
|
|
10758
|
+
"text": "isPopup(): "
|
|
10759
|
+
},
|
|
10760
|
+
{
|
|
10761
|
+
"kind": "Content",
|
|
10762
|
+
"text": "boolean"
|
|
10763
|
+
},
|
|
10764
|
+
{
|
|
10765
|
+
"kind": "Content",
|
|
10766
|
+
"text": ";"
|
|
10767
|
+
}
|
|
10768
|
+
],
|
|
10769
|
+
"isStatic": false,
|
|
10770
|
+
"returnTypeTokenRange": {
|
|
10771
|
+
"startIndex": 1,
|
|
10772
|
+
"endIndex": 2
|
|
10773
|
+
},
|
|
10774
|
+
"releaseTag": "Public",
|
|
10775
|
+
"isProtected": false,
|
|
10776
|
+
"overloadIndex": 1,
|
|
10777
|
+
"parameters": [],
|
|
10778
|
+
"isOptional": false,
|
|
10779
|
+
"isAbstract": false,
|
|
10780
|
+
"name": "isPopup"
|
|
10781
|
+
},
|
|
10782
|
+
{
|
|
10783
|
+
"kind": "Property",
|
|
10784
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#params:member",
|
|
10785
|
+
"docComment": "",
|
|
10786
|
+
"excerptTokens": [
|
|
10787
|
+
{
|
|
10788
|
+
"kind": "Content",
|
|
10789
|
+
"text": "params: "
|
|
10790
|
+
},
|
|
10791
|
+
{
|
|
10792
|
+
"kind": "Reference",
|
|
10793
|
+
"text": "MultiselectEditorParams",
|
|
10794
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams:interface"
|
|
10795
|
+
},
|
|
10796
|
+
{
|
|
10797
|
+
"kind": "Content",
|
|
10798
|
+
"text": ";"
|
|
10799
|
+
}
|
|
10800
|
+
],
|
|
10801
|
+
"isReadonly": false,
|
|
10802
|
+
"isOptional": false,
|
|
10803
|
+
"releaseTag": "Public",
|
|
10804
|
+
"name": "params",
|
|
10805
|
+
"propertyTypeTokenRange": {
|
|
10806
|
+
"startIndex": 1,
|
|
10807
|
+
"endIndex": 2
|
|
10808
|
+
},
|
|
10809
|
+
"isStatic": false,
|
|
10810
|
+
"isProtected": false,
|
|
10811
|
+
"isAbstract": false
|
|
10812
|
+
},
|
|
10813
|
+
{
|
|
10814
|
+
"kind": "Method",
|
|
10815
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#refresh:member(1)",
|
|
10816
|
+
"docComment": "",
|
|
10817
|
+
"excerptTokens": [
|
|
10818
|
+
{
|
|
10819
|
+
"kind": "Content",
|
|
10820
|
+
"text": "refresh(params: "
|
|
10821
|
+
},
|
|
10822
|
+
{
|
|
10823
|
+
"kind": "Reference",
|
|
10824
|
+
"text": "MultiselectEditorParams",
|
|
10825
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams:interface"
|
|
10826
|
+
},
|
|
10827
|
+
{
|
|
10828
|
+
"kind": "Content",
|
|
10829
|
+
"text": "): "
|
|
10830
|
+
},
|
|
10831
|
+
{
|
|
10832
|
+
"kind": "Content",
|
|
10833
|
+
"text": "boolean"
|
|
10834
|
+
},
|
|
10835
|
+
{
|
|
10836
|
+
"kind": "Content",
|
|
10837
|
+
"text": ";"
|
|
10838
|
+
}
|
|
10839
|
+
],
|
|
10840
|
+
"isStatic": false,
|
|
10841
|
+
"returnTypeTokenRange": {
|
|
10842
|
+
"startIndex": 3,
|
|
10843
|
+
"endIndex": 4
|
|
10844
|
+
},
|
|
10845
|
+
"releaseTag": "Public",
|
|
10846
|
+
"isProtected": false,
|
|
10847
|
+
"overloadIndex": 1,
|
|
10848
|
+
"parameters": [
|
|
10849
|
+
{
|
|
10850
|
+
"parameterName": "params",
|
|
10851
|
+
"parameterTypeTokenRange": {
|
|
10852
|
+
"startIndex": 1,
|
|
10853
|
+
"endIndex": 2
|
|
10854
|
+
},
|
|
10855
|
+
"isOptional": false
|
|
10856
|
+
}
|
|
10857
|
+
],
|
|
10858
|
+
"isOptional": false,
|
|
10859
|
+
"isAbstract": false,
|
|
10860
|
+
"name": "refresh"
|
|
10861
|
+
},
|
|
10862
|
+
{
|
|
10863
|
+
"kind": "Property",
|
|
10864
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#selectedOptions:member",
|
|
10865
|
+
"docComment": "",
|
|
10866
|
+
"excerptTokens": [
|
|
10867
|
+
{
|
|
10868
|
+
"kind": "Content",
|
|
10869
|
+
"text": "selectedOptions: "
|
|
10870
|
+
},
|
|
10871
|
+
{
|
|
10872
|
+
"kind": "Content",
|
|
10873
|
+
"text": "any[]"
|
|
10874
|
+
},
|
|
10875
|
+
{
|
|
10876
|
+
"kind": "Content",
|
|
10877
|
+
"text": ";"
|
|
10878
|
+
}
|
|
10879
|
+
],
|
|
10880
|
+
"isReadonly": false,
|
|
10881
|
+
"isOptional": false,
|
|
10882
|
+
"releaseTag": "Public",
|
|
10883
|
+
"name": "selectedOptions",
|
|
10884
|
+
"propertyTypeTokenRange": {
|
|
10885
|
+
"startIndex": 1,
|
|
10886
|
+
"endIndex": 2
|
|
10887
|
+
},
|
|
10888
|
+
"isStatic": false,
|
|
10889
|
+
"isProtected": false,
|
|
10890
|
+
"isAbstract": false
|
|
10891
|
+
}
|
|
10892
|
+
],
|
|
10893
|
+
"extendsTokenRange": {
|
|
10894
|
+
"startIndex": 1,
|
|
10895
|
+
"endIndex": 2
|
|
10896
|
+
},
|
|
10897
|
+
"implementsTokenRanges": [
|
|
10898
|
+
{
|
|
10899
|
+
"startIndex": 3,
|
|
10900
|
+
"endIndex": 4
|
|
10901
|
+
}
|
|
10902
|
+
]
|
|
10903
|
+
},
|
|
10904
|
+
{
|
|
10905
|
+
"kind": "Interface",
|
|
10906
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams:interface",
|
|
10907
|
+
"docComment": "/**\n * Parameters used to configure {@link MultiselectEditor}\n *\n * @public\n */\n",
|
|
10908
|
+
"excerptTokens": [
|
|
10909
|
+
{
|
|
10910
|
+
"kind": "Content",
|
|
10911
|
+
"text": "export interface MultiselectEditorParams extends "
|
|
10912
|
+
},
|
|
10913
|
+
{
|
|
10914
|
+
"kind": "Reference",
|
|
10915
|
+
"text": "ICellEditorParams",
|
|
10916
|
+
"canonicalReference": "@ag-grid-community/core!ICellEditorParams:interface"
|
|
10917
|
+
},
|
|
10918
|
+
{
|
|
10919
|
+
"kind": "Content",
|
|
10920
|
+
"text": " "
|
|
10921
|
+
}
|
|
10922
|
+
],
|
|
10923
|
+
"fileUrlPath": "src/cell-editors/multiselect.editor.ts",
|
|
10924
|
+
"releaseTag": "Public",
|
|
10925
|
+
"name": "MultiselectEditorParams",
|
|
10926
|
+
"preserveMemberOrder": false,
|
|
10927
|
+
"members": [
|
|
10928
|
+
{
|
|
10929
|
+
"kind": "PropertySignature",
|
|
10930
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#allOptionsResourceName:member",
|
|
10931
|
+
"docComment": "",
|
|
10932
|
+
"excerptTokens": [
|
|
10933
|
+
{
|
|
10934
|
+
"kind": "Content",
|
|
10935
|
+
"text": "allOptionsResourceName: "
|
|
10936
|
+
},
|
|
10937
|
+
{
|
|
10938
|
+
"kind": "Content",
|
|
10939
|
+
"text": "string"
|
|
10940
|
+
},
|
|
10941
|
+
{
|
|
10942
|
+
"kind": "Content",
|
|
10943
|
+
"text": ";"
|
|
10944
|
+
}
|
|
10945
|
+
],
|
|
10946
|
+
"isReadonly": false,
|
|
10947
|
+
"isOptional": false,
|
|
10948
|
+
"releaseTag": "Public",
|
|
10949
|
+
"name": "allOptionsResourceName",
|
|
10950
|
+
"propertyTypeTokenRange": {
|
|
10951
|
+
"startIndex": 1,
|
|
10952
|
+
"endIndex": 2
|
|
10953
|
+
}
|
|
10954
|
+
},
|
|
10955
|
+
{
|
|
10956
|
+
"kind": "PropertySignature",
|
|
10957
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#async:member",
|
|
10958
|
+
"docComment": "",
|
|
10959
|
+
"excerptTokens": [
|
|
10960
|
+
{
|
|
10961
|
+
"kind": "Content",
|
|
10962
|
+
"text": "async: "
|
|
10963
|
+
},
|
|
10964
|
+
{
|
|
10965
|
+
"kind": "Content",
|
|
10966
|
+
"text": "boolean"
|
|
10967
|
+
},
|
|
10968
|
+
{
|
|
10969
|
+
"kind": "Content",
|
|
10970
|
+
"text": ";"
|
|
10971
|
+
}
|
|
10972
|
+
],
|
|
10973
|
+
"isReadonly": false,
|
|
10974
|
+
"isOptional": false,
|
|
10975
|
+
"releaseTag": "Public",
|
|
10976
|
+
"name": "async",
|
|
10977
|
+
"propertyTypeTokenRange": {
|
|
10978
|
+
"startIndex": 1,
|
|
10979
|
+
"endIndex": 2
|
|
10980
|
+
}
|
|
10981
|
+
},
|
|
10982
|
+
{
|
|
10983
|
+
"kind": "PropertySignature",
|
|
10984
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#datasourceOptions:member",
|
|
10985
|
+
"docComment": "",
|
|
10986
|
+
"excerptTokens": [
|
|
10987
|
+
{
|
|
10988
|
+
"kind": "Content",
|
|
10989
|
+
"text": "datasourceOptions: "
|
|
10990
|
+
},
|
|
10991
|
+
{
|
|
10992
|
+
"kind": "Reference",
|
|
10993
|
+
"text": "DatasourceOptions",
|
|
10994
|
+
"canonicalReference": "@genesislcap/foundation-comms!DatasourceOptions:interface"
|
|
10995
|
+
},
|
|
10996
|
+
{
|
|
10997
|
+
"kind": "Content",
|
|
10998
|
+
"text": "[]"
|
|
10999
|
+
},
|
|
11000
|
+
{
|
|
11001
|
+
"kind": "Content",
|
|
11002
|
+
"text": ";"
|
|
11003
|
+
}
|
|
11004
|
+
],
|
|
11005
|
+
"isReadonly": false,
|
|
11006
|
+
"isOptional": false,
|
|
11007
|
+
"releaseTag": "Public",
|
|
11008
|
+
"name": "datasourceOptions",
|
|
11009
|
+
"propertyTypeTokenRange": {
|
|
11010
|
+
"startIndex": 1,
|
|
11011
|
+
"endIndex": 3
|
|
11012
|
+
}
|
|
11013
|
+
},
|
|
11014
|
+
{
|
|
11015
|
+
"kind": "PropertySignature",
|
|
11016
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#labelField:member",
|
|
11017
|
+
"docComment": "",
|
|
11018
|
+
"excerptTokens": [
|
|
11019
|
+
{
|
|
11020
|
+
"kind": "Content",
|
|
11021
|
+
"text": "labelField: "
|
|
11022
|
+
},
|
|
11023
|
+
{
|
|
11024
|
+
"kind": "Content",
|
|
11025
|
+
"text": "string"
|
|
11026
|
+
},
|
|
11027
|
+
{
|
|
11028
|
+
"kind": "Content",
|
|
11029
|
+
"text": ";"
|
|
11030
|
+
}
|
|
11031
|
+
],
|
|
11032
|
+
"isReadonly": false,
|
|
11033
|
+
"isOptional": false,
|
|
11034
|
+
"releaseTag": "Public",
|
|
11035
|
+
"name": "labelField",
|
|
11036
|
+
"propertyTypeTokenRange": {
|
|
11037
|
+
"startIndex": 1,
|
|
11038
|
+
"endIndex": 2
|
|
11039
|
+
}
|
|
11040
|
+
},
|
|
11041
|
+
{
|
|
11042
|
+
"kind": "PropertySignature",
|
|
11043
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#selectedOptionsCallback:member",
|
|
11044
|
+
"docComment": "",
|
|
11045
|
+
"excerptTokens": [
|
|
11046
|
+
{
|
|
11047
|
+
"kind": "Content",
|
|
11048
|
+
"text": "selectedOptionsCallback: "
|
|
11049
|
+
},
|
|
11050
|
+
{
|
|
11051
|
+
"kind": "Content",
|
|
11052
|
+
"text": "(data: any) => "
|
|
11053
|
+
},
|
|
11054
|
+
{
|
|
11055
|
+
"kind": "Reference",
|
|
11056
|
+
"text": "Promise",
|
|
11057
|
+
"canonicalReference": "!Promise:interface"
|
|
11058
|
+
},
|
|
11059
|
+
{
|
|
11060
|
+
"kind": "Content",
|
|
11061
|
+
"text": "<[]>"
|
|
11062
|
+
},
|
|
11063
|
+
{
|
|
11064
|
+
"kind": "Content",
|
|
11065
|
+
"text": ";"
|
|
11066
|
+
}
|
|
11067
|
+
],
|
|
11068
|
+
"isReadonly": false,
|
|
11069
|
+
"isOptional": false,
|
|
11070
|
+
"releaseTag": "Public",
|
|
11071
|
+
"name": "selectedOptionsCallback",
|
|
11072
|
+
"propertyTypeTokenRange": {
|
|
11073
|
+
"startIndex": 1,
|
|
11074
|
+
"endIndex": 4
|
|
11075
|
+
}
|
|
11076
|
+
},
|
|
11077
|
+
{
|
|
11078
|
+
"kind": "PropertySignature",
|
|
11079
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#valueField:member",
|
|
11080
|
+
"docComment": "",
|
|
11081
|
+
"excerptTokens": [
|
|
11082
|
+
{
|
|
11083
|
+
"kind": "Content",
|
|
11084
|
+
"text": "valueField: "
|
|
11085
|
+
},
|
|
11086
|
+
{
|
|
11087
|
+
"kind": "Content",
|
|
11088
|
+
"text": "string"
|
|
11089
|
+
},
|
|
11090
|
+
{
|
|
11091
|
+
"kind": "Content",
|
|
11092
|
+
"text": ";"
|
|
11093
|
+
}
|
|
11094
|
+
],
|
|
11095
|
+
"isReadonly": false,
|
|
11096
|
+
"isOptional": false,
|
|
11097
|
+
"releaseTag": "Public",
|
|
11098
|
+
"name": "valueField",
|
|
11099
|
+
"propertyTypeTokenRange": {
|
|
11100
|
+
"startIndex": 1,
|
|
11101
|
+
"endIndex": 2
|
|
11102
|
+
}
|
|
9468
11103
|
},
|
|
9469
11104
|
{
|
|
9470
|
-
"kind": "
|
|
9471
|
-
"
|
|
11105
|
+
"kind": "PropertySignature",
|
|
11106
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#values:member",
|
|
11107
|
+
"docComment": "",
|
|
11108
|
+
"excerptTokens": [
|
|
11109
|
+
{
|
|
11110
|
+
"kind": "Content",
|
|
11111
|
+
"text": "values: "
|
|
11112
|
+
},
|
|
11113
|
+
{
|
|
11114
|
+
"kind": "Content",
|
|
11115
|
+
"text": "any[]"
|
|
11116
|
+
},
|
|
11117
|
+
{
|
|
11118
|
+
"kind": "Content",
|
|
11119
|
+
"text": ";"
|
|
11120
|
+
}
|
|
11121
|
+
],
|
|
11122
|
+
"isReadonly": false,
|
|
11123
|
+
"isOptional": false,
|
|
11124
|
+
"releaseTag": "Public",
|
|
11125
|
+
"name": "values",
|
|
11126
|
+
"propertyTypeTokenRange": {
|
|
11127
|
+
"startIndex": 1,
|
|
11128
|
+
"endIndex": 2
|
|
11129
|
+
}
|
|
9472
11130
|
}
|
|
9473
11131
|
],
|
|
9474
|
-
"
|
|
9475
|
-
"returnTypeTokenRange": {
|
|
9476
|
-
"startIndex": 7,
|
|
9477
|
-
"endIndex": 9
|
|
9478
|
-
},
|
|
9479
|
-
"releaseTag": "Public",
|
|
9480
|
-
"overloadIndex": 1,
|
|
9481
|
-
"parameters": [
|
|
9482
|
-
{
|
|
9483
|
-
"parameterName": "colDefs",
|
|
9484
|
-
"parameterTypeTokenRange": {
|
|
9485
|
-
"startIndex": 1,
|
|
9486
|
-
"endIndex": 3
|
|
9487
|
-
},
|
|
9488
|
-
"isOptional": false
|
|
9489
|
-
},
|
|
11132
|
+
"extendsTokenRanges": [
|
|
9490
11133
|
{
|
|
9491
|
-
"
|
|
9492
|
-
"
|
|
9493
|
-
"startIndex": 4,
|
|
9494
|
-
"endIndex": 6
|
|
9495
|
-
},
|
|
9496
|
-
"isOptional": false
|
|
11134
|
+
"startIndex": 1,
|
|
11135
|
+
"endIndex": 2
|
|
9497
11136
|
}
|
|
9498
|
-
]
|
|
9499
|
-
"name": "mergeAndDedupColDefWithColumnState"
|
|
11137
|
+
]
|
|
9500
11138
|
},
|
|
9501
11139
|
{
|
|
9502
11140
|
"kind": "Class",
|
|
9503
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
9504
|
-
"docComment": "/**\n * The AG
|
|
11141
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditor:class",
|
|
11142
|
+
"docComment": "/**\n * The AG Number Editor element.\n *\n * @tagname\n *\n * %%prefix%%-number-editor\n *\n * @public\n */\n",
|
|
9505
11143
|
"excerptTokens": [
|
|
9506
11144
|
{
|
|
9507
11145
|
"kind": "Content",
|
|
9508
|
-
"text": "export declare class
|
|
11146
|
+
"text": "export declare class NumberEditor extends "
|
|
9509
11147
|
},
|
|
9510
11148
|
{
|
|
9511
11149
|
"kind": "Reference",
|
|
@@ -9526,15 +11164,76 @@
|
|
|
9526
11164
|
"text": " "
|
|
9527
11165
|
}
|
|
9528
11166
|
],
|
|
9529
|
-
"fileUrlPath": "src/cell-editors/
|
|
11167
|
+
"fileUrlPath": "src/cell-editors/number.editor.ts",
|
|
9530
11168
|
"releaseTag": "Public",
|
|
9531
11169
|
"isAbstract": false,
|
|
9532
|
-
"name": "
|
|
11170
|
+
"name": "NumberEditor",
|
|
9533
11171
|
"preserveMemberOrder": false,
|
|
9534
11172
|
"members": [
|
|
11173
|
+
{
|
|
11174
|
+
"kind": "Property",
|
|
11175
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditor#actualWidth:member",
|
|
11176
|
+
"docComment": "",
|
|
11177
|
+
"excerptTokens": [
|
|
11178
|
+
{
|
|
11179
|
+
"kind": "Content",
|
|
11180
|
+
"text": "actualWidth: "
|
|
11181
|
+
},
|
|
11182
|
+
{
|
|
11183
|
+
"kind": "Content",
|
|
11184
|
+
"text": "number"
|
|
11185
|
+
},
|
|
11186
|
+
{
|
|
11187
|
+
"kind": "Content",
|
|
11188
|
+
"text": ";"
|
|
11189
|
+
}
|
|
11190
|
+
],
|
|
11191
|
+
"isReadonly": false,
|
|
11192
|
+
"isOptional": false,
|
|
11193
|
+
"releaseTag": "Public",
|
|
11194
|
+
"name": "actualWidth",
|
|
11195
|
+
"propertyTypeTokenRange": {
|
|
11196
|
+
"startIndex": 1,
|
|
11197
|
+
"endIndex": 2
|
|
11198
|
+
},
|
|
11199
|
+
"isStatic": false,
|
|
11200
|
+
"isProtected": false,
|
|
11201
|
+
"isAbstract": false
|
|
11202
|
+
},
|
|
9535
11203
|
{
|
|
9536
11204
|
"kind": "Method",
|
|
9537
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11205
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditor#afterGuiAttached:member(1)",
|
|
11206
|
+
"docComment": "",
|
|
11207
|
+
"excerptTokens": [
|
|
11208
|
+
{
|
|
11209
|
+
"kind": "Content",
|
|
11210
|
+
"text": "afterGuiAttached(): "
|
|
11211
|
+
},
|
|
11212
|
+
{
|
|
11213
|
+
"kind": "Content",
|
|
11214
|
+
"text": "void"
|
|
11215
|
+
},
|
|
11216
|
+
{
|
|
11217
|
+
"kind": "Content",
|
|
11218
|
+
"text": ";"
|
|
11219
|
+
}
|
|
11220
|
+
],
|
|
11221
|
+
"isStatic": false,
|
|
11222
|
+
"returnTypeTokenRange": {
|
|
11223
|
+
"startIndex": 1,
|
|
11224
|
+
"endIndex": 2
|
|
11225
|
+
},
|
|
11226
|
+
"releaseTag": "Public",
|
|
11227
|
+
"isProtected": false,
|
|
11228
|
+
"overloadIndex": 1,
|
|
11229
|
+
"parameters": [],
|
|
11230
|
+
"isOptional": false,
|
|
11231
|
+
"isAbstract": false,
|
|
11232
|
+
"name": "afterGuiAttached"
|
|
11233
|
+
},
|
|
11234
|
+
{
|
|
11235
|
+
"kind": "Method",
|
|
11236
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditor#changeHandler:member(1)",
|
|
9538
11237
|
"docComment": "",
|
|
9539
11238
|
"excerptTokens": [
|
|
9540
11239
|
{
|
|
@@ -9582,16 +11281,17 @@
|
|
|
9582
11281
|
},
|
|
9583
11282
|
{
|
|
9584
11283
|
"kind": "Method",
|
|
9585
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11284
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditor#getGui:member(1)",
|
|
9586
11285
|
"docComment": "",
|
|
9587
11286
|
"excerptTokens": [
|
|
9588
11287
|
{
|
|
9589
11288
|
"kind": "Content",
|
|
9590
|
-
"text": "
|
|
11289
|
+
"text": "getGui(): "
|
|
9591
11290
|
},
|
|
9592
11291
|
{
|
|
9593
|
-
"kind": "
|
|
9594
|
-
"text": "
|
|
11292
|
+
"kind": "Reference",
|
|
11293
|
+
"text": "HTMLElement",
|
|
11294
|
+
"canonicalReference": "!HTMLElement:interface"
|
|
9595
11295
|
},
|
|
9596
11296
|
{
|
|
9597
11297
|
"kind": "Content",
|
|
@@ -9609,21 +11309,20 @@
|
|
|
9609
11309
|
"parameters": [],
|
|
9610
11310
|
"isOptional": false,
|
|
9611
11311
|
"isAbstract": false,
|
|
9612
|
-
"name": "
|
|
11312
|
+
"name": "getGui"
|
|
9613
11313
|
},
|
|
9614
11314
|
{
|
|
9615
11315
|
"kind": "Method",
|
|
9616
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11316
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditor#getValue:member(1)",
|
|
9617
11317
|
"docComment": "",
|
|
9618
11318
|
"excerptTokens": [
|
|
9619
11319
|
{
|
|
9620
11320
|
"kind": "Content",
|
|
9621
|
-
"text": "
|
|
11321
|
+
"text": "getValue(): "
|
|
9622
11322
|
},
|
|
9623
11323
|
{
|
|
9624
|
-
"kind": "
|
|
9625
|
-
"text": "
|
|
9626
|
-
"canonicalReference": "!HTMLElement:interface"
|
|
11324
|
+
"kind": "Content",
|
|
11325
|
+
"text": "number"
|
|
9627
11326
|
},
|
|
9628
11327
|
{
|
|
9629
11328
|
"kind": "Content",
|
|
@@ -9641,20 +11340,29 @@
|
|
|
9641
11340
|
"parameters": [],
|
|
9642
11341
|
"isOptional": false,
|
|
9643
11342
|
"isAbstract": false,
|
|
9644
|
-
"name": "
|
|
11343
|
+
"name": "getValue"
|
|
9645
11344
|
},
|
|
9646
11345
|
{
|
|
9647
11346
|
"kind": "Method",
|
|
9648
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11347
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditor#init:member(1)",
|
|
9649
11348
|
"docComment": "",
|
|
9650
11349
|
"excerptTokens": [
|
|
9651
11350
|
{
|
|
9652
11351
|
"kind": "Content",
|
|
9653
|
-
"text": "
|
|
11352
|
+
"text": "init(params: "
|
|
11353
|
+
},
|
|
11354
|
+
{
|
|
11355
|
+
"kind": "Reference",
|
|
11356
|
+
"text": "NumberEditorParams",
|
|
11357
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditorParams:interface"
|
|
9654
11358
|
},
|
|
9655
11359
|
{
|
|
9656
11360
|
"kind": "Content",
|
|
9657
|
-
"text": "
|
|
11361
|
+
"text": "): "
|
|
11362
|
+
},
|
|
11363
|
+
{
|
|
11364
|
+
"kind": "Content",
|
|
11365
|
+
"text": "void"
|
|
9658
11366
|
},
|
|
9659
11367
|
{
|
|
9660
11368
|
"kind": "Content",
|
|
@@ -9663,38 +11371,68 @@
|
|
|
9663
11371
|
],
|
|
9664
11372
|
"isStatic": false,
|
|
9665
11373
|
"returnTypeTokenRange": {
|
|
11374
|
+
"startIndex": 3,
|
|
11375
|
+
"endIndex": 4
|
|
11376
|
+
},
|
|
11377
|
+
"releaseTag": "Public",
|
|
11378
|
+
"isProtected": false,
|
|
11379
|
+
"overloadIndex": 1,
|
|
11380
|
+
"parameters": [
|
|
11381
|
+
{
|
|
11382
|
+
"parameterName": "params",
|
|
11383
|
+
"parameterTypeTokenRange": {
|
|
11384
|
+
"startIndex": 1,
|
|
11385
|
+
"endIndex": 2
|
|
11386
|
+
},
|
|
11387
|
+
"isOptional": false
|
|
11388
|
+
}
|
|
11389
|
+
],
|
|
11390
|
+
"isOptional": false,
|
|
11391
|
+
"isAbstract": false,
|
|
11392
|
+
"name": "init"
|
|
11393
|
+
},
|
|
11394
|
+
{
|
|
11395
|
+
"kind": "Property",
|
|
11396
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditor#input:member",
|
|
11397
|
+
"docComment": "",
|
|
11398
|
+
"excerptTokens": [
|
|
11399
|
+
{
|
|
11400
|
+
"kind": "Content",
|
|
11401
|
+
"text": "input: "
|
|
11402
|
+
},
|
|
11403
|
+
{
|
|
11404
|
+
"kind": "Content",
|
|
11405
|
+
"text": "any"
|
|
11406
|
+
},
|
|
11407
|
+
{
|
|
11408
|
+
"kind": "Content",
|
|
11409
|
+
"text": ";"
|
|
11410
|
+
}
|
|
11411
|
+
],
|
|
11412
|
+
"isReadonly": false,
|
|
11413
|
+
"isOptional": false,
|
|
11414
|
+
"releaseTag": "Public",
|
|
11415
|
+
"name": "input",
|
|
11416
|
+
"propertyTypeTokenRange": {
|
|
9666
11417
|
"startIndex": 1,
|
|
9667
11418
|
"endIndex": 2
|
|
9668
11419
|
},
|
|
9669
|
-
"
|
|
11420
|
+
"isStatic": false,
|
|
9670
11421
|
"isProtected": false,
|
|
9671
|
-
"
|
|
9672
|
-
"parameters": [],
|
|
9673
|
-
"isOptional": false,
|
|
9674
|
-
"isAbstract": false,
|
|
9675
|
-
"name": "getValue"
|
|
11422
|
+
"isAbstract": false
|
|
9676
11423
|
},
|
|
9677
11424
|
{
|
|
9678
11425
|
"kind": "Method",
|
|
9679
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11426
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditor#isCancelBeforeStart:member(1)",
|
|
9680
11427
|
"docComment": "",
|
|
9681
11428
|
"excerptTokens": [
|
|
9682
11429
|
{
|
|
9683
11430
|
"kind": "Content",
|
|
9684
|
-
"text": "
|
|
9685
|
-
},
|
|
9686
|
-
{
|
|
9687
|
-
"kind": "Reference",
|
|
9688
|
-
"text": "MultiselectEditorParams",
|
|
9689
|
-
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams:interface"
|
|
9690
|
-
},
|
|
9691
|
-
{
|
|
9692
|
-
"kind": "Content",
|
|
9693
|
-
"text": "): "
|
|
11431
|
+
"text": "isCancelBeforeStart(): "
|
|
9694
11432
|
},
|
|
9695
11433
|
{
|
|
9696
11434
|
"kind": "Content",
|
|
9697
|
-
"text": "
|
|
11435
|
+
"text": "boolean"
|
|
9698
11436
|
},
|
|
9699
11437
|
{
|
|
9700
11438
|
"kind": "Content",
|
|
@@ -9703,29 +11441,20 @@
|
|
|
9703
11441
|
],
|
|
9704
11442
|
"isStatic": false,
|
|
9705
11443
|
"returnTypeTokenRange": {
|
|
9706
|
-
"startIndex":
|
|
9707
|
-
"endIndex":
|
|
11444
|
+
"startIndex": 1,
|
|
11445
|
+
"endIndex": 2
|
|
9708
11446
|
},
|
|
9709
11447
|
"releaseTag": "Public",
|
|
9710
11448
|
"isProtected": false,
|
|
9711
11449
|
"overloadIndex": 1,
|
|
9712
|
-
"parameters": [
|
|
9713
|
-
{
|
|
9714
|
-
"parameterName": "params",
|
|
9715
|
-
"parameterTypeTokenRange": {
|
|
9716
|
-
"startIndex": 1,
|
|
9717
|
-
"endIndex": 2
|
|
9718
|
-
},
|
|
9719
|
-
"isOptional": false
|
|
9720
|
-
}
|
|
9721
|
-
],
|
|
11450
|
+
"parameters": [],
|
|
9722
11451
|
"isOptional": false,
|
|
9723
11452
|
"isAbstract": false,
|
|
9724
|
-
"name": "
|
|
11453
|
+
"name": "isCancelBeforeStart"
|
|
9725
11454
|
},
|
|
9726
11455
|
{
|
|
9727
11456
|
"kind": "Method",
|
|
9728
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11457
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditor#isPopup:member(1)",
|
|
9729
11458
|
"docComment": "",
|
|
9730
11459
|
"excerptTokens": [
|
|
9731
11460
|
{
|
|
@@ -9756,7 +11485,7 @@
|
|
|
9756
11485
|
},
|
|
9757
11486
|
{
|
|
9758
11487
|
"kind": "Property",
|
|
9759
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11488
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditor#params:member",
|
|
9760
11489
|
"docComment": "",
|
|
9761
11490
|
"excerptTokens": [
|
|
9762
11491
|
{
|
|
@@ -9765,8 +11494,8 @@
|
|
|
9765
11494
|
},
|
|
9766
11495
|
{
|
|
9767
11496
|
"kind": "Reference",
|
|
9768
|
-
"text": "
|
|
9769
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11497
|
+
"text": "NumberEditorParams",
|
|
11498
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditorParams:interface"
|
|
9770
11499
|
},
|
|
9771
11500
|
{
|
|
9772
11501
|
"kind": "Content",
|
|
@@ -9787,7 +11516,7 @@
|
|
|
9787
11516
|
},
|
|
9788
11517
|
{
|
|
9789
11518
|
"kind": "Method",
|
|
9790
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11519
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditor#refresh:member(1)",
|
|
9791
11520
|
"docComment": "",
|
|
9792
11521
|
"excerptTokens": [
|
|
9793
11522
|
{
|
|
@@ -9796,8 +11525,8 @@
|
|
|
9796
11525
|
},
|
|
9797
11526
|
{
|
|
9798
11527
|
"kind": "Reference",
|
|
9799
|
-
"text": "
|
|
9800
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11528
|
+
"text": "NumberEditorParams",
|
|
11529
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditorParams:interface"
|
|
9801
11530
|
},
|
|
9802
11531
|
{
|
|
9803
11532
|
"kind": "Content",
|
|
@@ -9836,16 +11565,16 @@
|
|
|
9836
11565
|
},
|
|
9837
11566
|
{
|
|
9838
11567
|
"kind": "Property",
|
|
9839
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11568
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditor#value:member",
|
|
9840
11569
|
"docComment": "",
|
|
9841
11570
|
"excerptTokens": [
|
|
9842
11571
|
{
|
|
9843
11572
|
"kind": "Content",
|
|
9844
|
-
"text": "
|
|
11573
|
+
"text": "value: "
|
|
9845
11574
|
},
|
|
9846
11575
|
{
|
|
9847
11576
|
"kind": "Content",
|
|
9848
|
-
"text": "
|
|
11577
|
+
"text": "number"
|
|
9849
11578
|
},
|
|
9850
11579
|
{
|
|
9851
11580
|
"kind": "Content",
|
|
@@ -9855,7 +11584,7 @@
|
|
|
9855
11584
|
"isReadonly": false,
|
|
9856
11585
|
"isOptional": false,
|
|
9857
11586
|
"releaseTag": "Public",
|
|
9858
|
-
"name": "
|
|
11587
|
+
"name": "value",
|
|
9859
11588
|
"propertyTypeTokenRange": {
|
|
9860
11589
|
"startIndex": 1,
|
|
9861
11590
|
"endIndex": 2
|
|
@@ -9878,12 +11607,12 @@
|
|
|
9878
11607
|
},
|
|
9879
11608
|
{
|
|
9880
11609
|
"kind": "Interface",
|
|
9881
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
9882
|
-
"docComment": "/**\n * Parameters used to configure {@link
|
|
11610
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditorParams:interface",
|
|
11611
|
+
"docComment": "/**\n * Parameters used to configure {@link NumberEditor}\n *\n * @public\n */\n",
|
|
9883
11612
|
"excerptTokens": [
|
|
9884
11613
|
{
|
|
9885
11614
|
"kind": "Content",
|
|
9886
|
-
"text": "export interface
|
|
11615
|
+
"text": "export interface NumberEditorParams extends "
|
|
9887
11616
|
},
|
|
9888
11617
|
{
|
|
9889
11618
|
"kind": "Reference",
|
|
@@ -9895,46 +11624,19 @@
|
|
|
9895
11624
|
"text": " "
|
|
9896
11625
|
}
|
|
9897
11626
|
],
|
|
9898
|
-
"fileUrlPath": "src/cell-editors/
|
|
11627
|
+
"fileUrlPath": "src/cell-editors/number.editor.ts",
|
|
9899
11628
|
"releaseTag": "Public",
|
|
9900
|
-
"name": "
|
|
11629
|
+
"name": "NumberEditorParams",
|
|
9901
11630
|
"preserveMemberOrder": false,
|
|
9902
11631
|
"members": [
|
|
9903
11632
|
{
|
|
9904
11633
|
"kind": "PropertySignature",
|
|
9905
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
9906
|
-
"docComment": "",
|
|
9907
|
-
"excerptTokens": [
|
|
9908
|
-
{
|
|
9909
|
-
"kind": "Content",
|
|
9910
|
-
"text": "allOptionsResourceName: "
|
|
9911
|
-
},
|
|
9912
|
-
{
|
|
9913
|
-
"kind": "Content",
|
|
9914
|
-
"text": "string"
|
|
9915
|
-
},
|
|
9916
|
-
{
|
|
9917
|
-
"kind": "Content",
|
|
9918
|
-
"text": ";"
|
|
9919
|
-
}
|
|
9920
|
-
],
|
|
9921
|
-
"isReadonly": false,
|
|
9922
|
-
"isOptional": false,
|
|
9923
|
-
"releaseTag": "Public",
|
|
9924
|
-
"name": "allOptionsResourceName",
|
|
9925
|
-
"propertyTypeTokenRange": {
|
|
9926
|
-
"startIndex": 1,
|
|
9927
|
-
"endIndex": 2
|
|
9928
|
-
}
|
|
9929
|
-
},
|
|
9930
|
-
{
|
|
9931
|
-
"kind": "PropertySignature",
|
|
9932
|
-
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#async:member",
|
|
11634
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditorParams#disabled:member",
|
|
9933
11635
|
"docComment": "",
|
|
9934
11636
|
"excerptTokens": [
|
|
9935
11637
|
{
|
|
9936
11638
|
"kind": "Content",
|
|
9937
|
-
"text": "
|
|
11639
|
+
"text": "disabled: "
|
|
9938
11640
|
},
|
|
9939
11641
|
{
|
|
9940
11642
|
"kind": "Content",
|
|
@@ -9948,7 +11650,7 @@
|
|
|
9948
11650
|
"isReadonly": false,
|
|
9949
11651
|
"isOptional": false,
|
|
9950
11652
|
"releaseTag": "Public",
|
|
9951
|
-
"name": "
|
|
11653
|
+
"name": "disabled",
|
|
9952
11654
|
"propertyTypeTokenRange": {
|
|
9953
11655
|
"startIndex": 1,
|
|
9954
11656
|
"endIndex": 2
|
|
@@ -9956,48 +11658,16 @@
|
|
|
9956
11658
|
},
|
|
9957
11659
|
{
|
|
9958
11660
|
"kind": "PropertySignature",
|
|
9959
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
9960
|
-
"docComment": "",
|
|
9961
|
-
"excerptTokens": [
|
|
9962
|
-
{
|
|
9963
|
-
"kind": "Content",
|
|
9964
|
-
"text": "datasourceOptions: "
|
|
9965
|
-
},
|
|
9966
|
-
{
|
|
9967
|
-
"kind": "Reference",
|
|
9968
|
-
"text": "DatasourceOptions",
|
|
9969
|
-
"canonicalReference": "@genesislcap/foundation-comms!DatasourceOptions:interface"
|
|
9970
|
-
},
|
|
9971
|
-
{
|
|
9972
|
-
"kind": "Content",
|
|
9973
|
-
"text": "[]"
|
|
9974
|
-
},
|
|
9975
|
-
{
|
|
9976
|
-
"kind": "Content",
|
|
9977
|
-
"text": ";"
|
|
9978
|
-
}
|
|
9979
|
-
],
|
|
9980
|
-
"isReadonly": false,
|
|
9981
|
-
"isOptional": false,
|
|
9982
|
-
"releaseTag": "Public",
|
|
9983
|
-
"name": "datasourceOptions",
|
|
9984
|
-
"propertyTypeTokenRange": {
|
|
9985
|
-
"startIndex": 1,
|
|
9986
|
-
"endIndex": 3
|
|
9987
|
-
}
|
|
9988
|
-
},
|
|
9989
|
-
{
|
|
9990
|
-
"kind": "PropertySignature",
|
|
9991
|
-
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#labelField:member",
|
|
11661
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditorParams#formatOptions:member",
|
|
9992
11662
|
"docComment": "",
|
|
9993
11663
|
"excerptTokens": [
|
|
9994
11664
|
{
|
|
9995
11665
|
"kind": "Content",
|
|
9996
|
-
"text": "
|
|
11666
|
+
"text": "formatOptions: "
|
|
9997
11667
|
},
|
|
9998
11668
|
{
|
|
9999
11669
|
"kind": "Content",
|
|
10000
|
-
"text": "
|
|
11670
|
+
"text": "any"
|
|
10001
11671
|
},
|
|
10002
11672
|
{
|
|
10003
11673
|
"kind": "Content",
|
|
@@ -10007,7 +11677,7 @@
|
|
|
10007
11677
|
"isReadonly": false,
|
|
10008
11678
|
"isOptional": false,
|
|
10009
11679
|
"releaseTag": "Public",
|
|
10010
|
-
"name": "
|
|
11680
|
+
"name": "formatOptions",
|
|
10011
11681
|
"propertyTypeTokenRange": {
|
|
10012
11682
|
"startIndex": 1,
|
|
10013
11683
|
"endIndex": 2
|
|
@@ -10015,48 +11685,12 @@
|
|
|
10015
11685
|
},
|
|
10016
11686
|
{
|
|
10017
11687
|
"kind": "PropertySignature",
|
|
10018
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
10019
|
-
"docComment": "",
|
|
10020
|
-
"excerptTokens": [
|
|
10021
|
-
{
|
|
10022
|
-
"kind": "Content",
|
|
10023
|
-
"text": "selectedOptionsCallback: "
|
|
10024
|
-
},
|
|
10025
|
-
{
|
|
10026
|
-
"kind": "Content",
|
|
10027
|
-
"text": "(data: any) => "
|
|
10028
|
-
},
|
|
10029
|
-
{
|
|
10030
|
-
"kind": "Reference",
|
|
10031
|
-
"text": "Promise",
|
|
10032
|
-
"canonicalReference": "!Promise:interface"
|
|
10033
|
-
},
|
|
10034
|
-
{
|
|
10035
|
-
"kind": "Content",
|
|
10036
|
-
"text": "<[]>"
|
|
10037
|
-
},
|
|
10038
|
-
{
|
|
10039
|
-
"kind": "Content",
|
|
10040
|
-
"text": ";"
|
|
10041
|
-
}
|
|
10042
|
-
],
|
|
10043
|
-
"isReadonly": false,
|
|
10044
|
-
"isOptional": false,
|
|
10045
|
-
"releaseTag": "Public",
|
|
10046
|
-
"name": "selectedOptionsCallback",
|
|
10047
|
-
"propertyTypeTokenRange": {
|
|
10048
|
-
"startIndex": 1,
|
|
10049
|
-
"endIndex": 4
|
|
10050
|
-
}
|
|
10051
|
-
},
|
|
10052
|
-
{
|
|
10053
|
-
"kind": "PropertySignature",
|
|
10054
|
-
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#valueField:member",
|
|
11688
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditorParams#placeholder:member",
|
|
10055
11689
|
"docComment": "",
|
|
10056
11690
|
"excerptTokens": [
|
|
10057
11691
|
{
|
|
10058
11692
|
"kind": "Content",
|
|
10059
|
-
"text": "
|
|
11693
|
+
"text": "placeholder: "
|
|
10060
11694
|
},
|
|
10061
11695
|
{
|
|
10062
11696
|
"kind": "Content",
|
|
@@ -10070,7 +11704,7 @@
|
|
|
10070
11704
|
"isReadonly": false,
|
|
10071
11705
|
"isOptional": false,
|
|
10072
11706
|
"releaseTag": "Public",
|
|
10073
|
-
"name": "
|
|
11707
|
+
"name": "placeholder",
|
|
10074
11708
|
"propertyTypeTokenRange": {
|
|
10075
11709
|
"startIndex": 1,
|
|
10076
11710
|
"endIndex": 2
|
|
@@ -10078,16 +11712,16 @@
|
|
|
10078
11712
|
},
|
|
10079
11713
|
{
|
|
10080
11714
|
"kind": "PropertySignature",
|
|
10081
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11715
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditorParams#withFormatting:member",
|
|
10082
11716
|
"docComment": "",
|
|
10083
11717
|
"excerptTokens": [
|
|
10084
11718
|
{
|
|
10085
11719
|
"kind": "Content",
|
|
10086
|
-
"text": "
|
|
11720
|
+
"text": "withFormatting: "
|
|
10087
11721
|
},
|
|
10088
11722
|
{
|
|
10089
11723
|
"kind": "Content",
|
|
10090
|
-
"text": "
|
|
11724
|
+
"text": "boolean"
|
|
10091
11725
|
},
|
|
10092
11726
|
{
|
|
10093
11727
|
"kind": "Content",
|
|
@@ -10097,7 +11731,7 @@
|
|
|
10097
11731
|
"isReadonly": false,
|
|
10098
11732
|
"isOptional": false,
|
|
10099
11733
|
"releaseTag": "Public",
|
|
10100
|
-
"name": "
|
|
11734
|
+
"name": "withFormatting",
|
|
10101
11735
|
"propertyTypeTokenRange": {
|
|
10102
11736
|
"startIndex": 1,
|
|
10103
11737
|
"endIndex": 2
|
|
@@ -10113,12 +11747,12 @@
|
|
|
10113
11747
|
},
|
|
10114
11748
|
{
|
|
10115
11749
|
"kind": "Class",
|
|
10116
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
10117
|
-
"docComment": "/**\n * The AG
|
|
11750
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor:class",
|
|
11751
|
+
"docComment": "/**\n * The AG Select Editor element.\n *\n * @tagname\n *\n * %%prefix%%-select-editor\n *\n * @public\n */\n",
|
|
10118
11752
|
"excerptTokens": [
|
|
10119
11753
|
{
|
|
10120
11754
|
"kind": "Content",
|
|
10121
|
-
"text": "export declare class
|
|
11755
|
+
"text": "export declare class SelectEditor extends "
|
|
10122
11756
|
},
|
|
10123
11757
|
{
|
|
10124
11758
|
"kind": "Reference",
|
|
@@ -10139,15 +11773,45 @@
|
|
|
10139
11773
|
"text": " "
|
|
10140
11774
|
}
|
|
10141
11775
|
],
|
|
10142
|
-
"fileUrlPath": "src/cell-editors/
|
|
11776
|
+
"fileUrlPath": "src/cell-editors/select.editor.ts",
|
|
10143
11777
|
"releaseTag": "Public",
|
|
10144
11778
|
"isAbstract": false,
|
|
10145
|
-
"name": "
|
|
11779
|
+
"name": "SelectEditor",
|
|
10146
11780
|
"preserveMemberOrder": false,
|
|
10147
11781
|
"members": [
|
|
11782
|
+
{
|
|
11783
|
+
"kind": "Property",
|
|
11784
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#actualWidth:member",
|
|
11785
|
+
"docComment": "",
|
|
11786
|
+
"excerptTokens": [
|
|
11787
|
+
{
|
|
11788
|
+
"kind": "Content",
|
|
11789
|
+
"text": "actualWidth: "
|
|
11790
|
+
},
|
|
11791
|
+
{
|
|
11792
|
+
"kind": "Content",
|
|
11793
|
+
"text": "number"
|
|
11794
|
+
},
|
|
11795
|
+
{
|
|
11796
|
+
"kind": "Content",
|
|
11797
|
+
"text": ";"
|
|
11798
|
+
}
|
|
11799
|
+
],
|
|
11800
|
+
"isReadonly": false,
|
|
11801
|
+
"isOptional": false,
|
|
11802
|
+
"releaseTag": "Public",
|
|
11803
|
+
"name": "actualWidth",
|
|
11804
|
+
"propertyTypeTokenRange": {
|
|
11805
|
+
"startIndex": 1,
|
|
11806
|
+
"endIndex": 2
|
|
11807
|
+
},
|
|
11808
|
+
"isStatic": false,
|
|
11809
|
+
"isProtected": false,
|
|
11810
|
+
"isAbstract": false
|
|
11811
|
+
},
|
|
10148
11812
|
{
|
|
10149
11813
|
"kind": "Method",
|
|
10150
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11814
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#afterGuiAttached:member(1)",
|
|
10151
11815
|
"docComment": "",
|
|
10152
11816
|
"excerptTokens": [
|
|
10153
11817
|
{
|
|
@@ -10178,7 +11842,7 @@
|
|
|
10178
11842
|
},
|
|
10179
11843
|
{
|
|
10180
11844
|
"kind": "Method",
|
|
10181
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11845
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#changeHandler:member(1)",
|
|
10182
11846
|
"docComment": "",
|
|
10183
11847
|
"excerptTokens": [
|
|
10184
11848
|
{
|
|
@@ -10221,12 +11885,42 @@
|
|
|
10221
11885
|
}
|
|
10222
11886
|
],
|
|
10223
11887
|
"isOptional": false,
|
|
10224
|
-
"isAbstract": false,
|
|
10225
|
-
"name": "changeHandler"
|
|
11888
|
+
"isAbstract": false,
|
|
11889
|
+
"name": "changeHandler"
|
|
11890
|
+
},
|
|
11891
|
+
{
|
|
11892
|
+
"kind": "Property",
|
|
11893
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#combobox:member",
|
|
11894
|
+
"docComment": "",
|
|
11895
|
+
"excerptTokens": [
|
|
11896
|
+
{
|
|
11897
|
+
"kind": "Content",
|
|
11898
|
+
"text": "combobox: "
|
|
11899
|
+
},
|
|
11900
|
+
{
|
|
11901
|
+
"kind": "Content",
|
|
11902
|
+
"text": "any"
|
|
11903
|
+
},
|
|
11904
|
+
{
|
|
11905
|
+
"kind": "Content",
|
|
11906
|
+
"text": ";"
|
|
11907
|
+
}
|
|
11908
|
+
],
|
|
11909
|
+
"isReadonly": false,
|
|
11910
|
+
"isOptional": false,
|
|
11911
|
+
"releaseTag": "Public",
|
|
11912
|
+
"name": "combobox",
|
|
11913
|
+
"propertyTypeTokenRange": {
|
|
11914
|
+
"startIndex": 1,
|
|
11915
|
+
"endIndex": 2
|
|
11916
|
+
},
|
|
11917
|
+
"isStatic": false,
|
|
11918
|
+
"isProtected": false,
|
|
11919
|
+
"isAbstract": false
|
|
10226
11920
|
},
|
|
10227
11921
|
{
|
|
10228
11922
|
"kind": "Method",
|
|
10229
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11923
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#getGui:member(1)",
|
|
10230
11924
|
"docComment": "",
|
|
10231
11925
|
"excerptTokens": [
|
|
10232
11926
|
{
|
|
@@ -10258,7 +11952,7 @@
|
|
|
10258
11952
|
},
|
|
10259
11953
|
{
|
|
10260
11954
|
"kind": "Method",
|
|
10261
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11955
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#getValue:member(1)",
|
|
10262
11956
|
"docComment": "",
|
|
10263
11957
|
"excerptTokens": [
|
|
10264
11958
|
{
|
|
@@ -10267,7 +11961,7 @@
|
|
|
10267
11961
|
},
|
|
10268
11962
|
{
|
|
10269
11963
|
"kind": "Content",
|
|
10270
|
-
"text": "
|
|
11964
|
+
"text": "string"
|
|
10271
11965
|
},
|
|
10272
11966
|
{
|
|
10273
11967
|
"kind": "Content",
|
|
@@ -10289,7 +11983,7 @@
|
|
|
10289
11983
|
},
|
|
10290
11984
|
{
|
|
10291
11985
|
"kind": "Method",
|
|
10292
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11986
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#init:member(1)",
|
|
10293
11987
|
"docComment": "",
|
|
10294
11988
|
"excerptTokens": [
|
|
10295
11989
|
{
|
|
@@ -10298,8 +11992,8 @@
|
|
|
10298
11992
|
},
|
|
10299
11993
|
{
|
|
10300
11994
|
"kind": "Reference",
|
|
10301
|
-
"text": "
|
|
10302
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11995
|
+
"text": "SelectEditorParams",
|
|
11996
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams:interface"
|
|
10303
11997
|
},
|
|
10304
11998
|
{
|
|
10305
11999
|
"kind": "Content",
|
|
@@ -10337,38 +12031,39 @@
|
|
|
10337
12031
|
"name": "init"
|
|
10338
12032
|
},
|
|
10339
12033
|
{
|
|
10340
|
-
"kind": "
|
|
10341
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12034
|
+
"kind": "Method",
|
|
12035
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#isCancelBeforeStart:member(1)",
|
|
10342
12036
|
"docComment": "",
|
|
10343
12037
|
"excerptTokens": [
|
|
10344
12038
|
{
|
|
10345
12039
|
"kind": "Content",
|
|
10346
|
-
"text": "
|
|
12040
|
+
"text": "isCancelBeforeStart(): "
|
|
10347
12041
|
},
|
|
10348
12042
|
{
|
|
10349
12043
|
"kind": "Content",
|
|
10350
|
-
"text": "
|
|
12044
|
+
"text": "boolean"
|
|
10351
12045
|
},
|
|
10352
12046
|
{
|
|
10353
12047
|
"kind": "Content",
|
|
10354
12048
|
"text": ";"
|
|
10355
12049
|
}
|
|
10356
12050
|
],
|
|
10357
|
-
"
|
|
10358
|
-
"
|
|
10359
|
-
"releaseTag": "Public",
|
|
10360
|
-
"name": "input",
|
|
10361
|
-
"propertyTypeTokenRange": {
|
|
12051
|
+
"isStatic": false,
|
|
12052
|
+
"returnTypeTokenRange": {
|
|
10362
12053
|
"startIndex": 1,
|
|
10363
12054
|
"endIndex": 2
|
|
10364
12055
|
},
|
|
10365
|
-
"
|
|
12056
|
+
"releaseTag": "Public",
|
|
10366
12057
|
"isProtected": false,
|
|
10367
|
-
"
|
|
12058
|
+
"overloadIndex": 1,
|
|
12059
|
+
"parameters": [],
|
|
12060
|
+
"isOptional": false,
|
|
12061
|
+
"isAbstract": false,
|
|
12062
|
+
"name": "isCancelBeforeStart"
|
|
10368
12063
|
},
|
|
10369
12064
|
{
|
|
10370
12065
|
"kind": "Method",
|
|
10371
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12066
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#isPopup:member(1)",
|
|
10372
12067
|
"docComment": "",
|
|
10373
12068
|
"excerptTokens": [
|
|
10374
12069
|
{
|
|
@@ -10399,7 +12094,7 @@
|
|
|
10399
12094
|
},
|
|
10400
12095
|
{
|
|
10401
12096
|
"kind": "Property",
|
|
10402
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12097
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#params:member",
|
|
10403
12098
|
"docComment": "",
|
|
10404
12099
|
"excerptTokens": [
|
|
10405
12100
|
{
|
|
@@ -10408,8 +12103,8 @@
|
|
|
10408
12103
|
},
|
|
10409
12104
|
{
|
|
10410
12105
|
"kind": "Reference",
|
|
10411
|
-
"text": "
|
|
10412
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12106
|
+
"text": "SelectEditorParams",
|
|
12107
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams:interface"
|
|
10413
12108
|
},
|
|
10414
12109
|
{
|
|
10415
12110
|
"kind": "Content",
|
|
@@ -10430,7 +12125,7 @@
|
|
|
10430
12125
|
},
|
|
10431
12126
|
{
|
|
10432
12127
|
"kind": "Method",
|
|
10433
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12128
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#refresh:member(1)",
|
|
10434
12129
|
"docComment": "",
|
|
10435
12130
|
"excerptTokens": [
|
|
10436
12131
|
{
|
|
@@ -10439,8 +12134,8 @@
|
|
|
10439
12134
|
},
|
|
10440
12135
|
{
|
|
10441
12136
|
"kind": "Reference",
|
|
10442
|
-
"text": "
|
|
10443
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12137
|
+
"text": "SelectEditorParams",
|
|
12138
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams:interface"
|
|
10444
12139
|
},
|
|
10445
12140
|
{
|
|
10446
12141
|
"kind": "Content",
|
|
@@ -10479,7 +12174,7 @@
|
|
|
10479
12174
|
},
|
|
10480
12175
|
{
|
|
10481
12176
|
"kind": "Property",
|
|
10482
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12177
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#value:member",
|
|
10483
12178
|
"docComment": "",
|
|
10484
12179
|
"excerptTokens": [
|
|
10485
12180
|
{
|
|
@@ -10488,7 +12183,7 @@
|
|
|
10488
12183
|
},
|
|
10489
12184
|
{
|
|
10490
12185
|
"kind": "Content",
|
|
10491
|
-
"text": "
|
|
12186
|
+
"text": "string"
|
|
10492
12187
|
},
|
|
10493
12188
|
{
|
|
10494
12189
|
"kind": "Content",
|
|
@@ -10521,12 +12216,12 @@
|
|
|
10521
12216
|
},
|
|
10522
12217
|
{
|
|
10523
12218
|
"kind": "Interface",
|
|
10524
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
10525
|
-
"docComment": "/**\n * Parameters used to configure {@link
|
|
12219
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams:interface",
|
|
12220
|
+
"docComment": "/**\n * Parameters used to configure {@link SelectEditor}\n *\n * @public\n */\n",
|
|
10526
12221
|
"excerptTokens": [
|
|
10527
12222
|
{
|
|
10528
12223
|
"kind": "Content",
|
|
10529
|
-
"text": "export interface
|
|
12224
|
+
"text": "export interface SelectEditorParams extends "
|
|
10530
12225
|
},
|
|
10531
12226
|
{
|
|
10532
12227
|
"kind": "Reference",
|
|
@@ -10538,23 +12233,23 @@
|
|
|
10538
12233
|
"text": " "
|
|
10539
12234
|
}
|
|
10540
12235
|
],
|
|
10541
|
-
"fileUrlPath": "src/cell-editors/
|
|
12236
|
+
"fileUrlPath": "src/cell-editors/select.editor.ts",
|
|
10542
12237
|
"releaseTag": "Public",
|
|
10543
|
-
"name": "
|
|
12238
|
+
"name": "SelectEditorParams",
|
|
10544
12239
|
"preserveMemberOrder": false,
|
|
10545
12240
|
"members": [
|
|
10546
12241
|
{
|
|
10547
12242
|
"kind": "PropertySignature",
|
|
10548
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12243
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#allOptionsResourceName:member",
|
|
10549
12244
|
"docComment": "",
|
|
10550
12245
|
"excerptTokens": [
|
|
10551
12246
|
{
|
|
10552
12247
|
"kind": "Content",
|
|
10553
|
-
"text": "
|
|
12248
|
+
"text": "allOptionsResourceName: "
|
|
10554
12249
|
},
|
|
10555
12250
|
{
|
|
10556
12251
|
"kind": "Content",
|
|
10557
|
-
"text": "
|
|
12252
|
+
"text": "string"
|
|
10558
12253
|
},
|
|
10559
12254
|
{
|
|
10560
12255
|
"kind": "Content",
|
|
@@ -10564,7 +12259,7 @@
|
|
|
10564
12259
|
"isReadonly": false,
|
|
10565
12260
|
"isOptional": false,
|
|
10566
12261
|
"releaseTag": "Public",
|
|
10567
|
-
"name": "
|
|
12262
|
+
"name": "allOptionsResourceName",
|
|
10568
12263
|
"propertyTypeTokenRange": {
|
|
10569
12264
|
"startIndex": 1,
|
|
10570
12265
|
"endIndex": 2
|
|
@@ -10572,16 +12267,16 @@
|
|
|
10572
12267
|
},
|
|
10573
12268
|
{
|
|
10574
12269
|
"kind": "PropertySignature",
|
|
10575
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12270
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#async:member",
|
|
10576
12271
|
"docComment": "",
|
|
10577
12272
|
"excerptTokens": [
|
|
10578
12273
|
{
|
|
10579
12274
|
"kind": "Content",
|
|
10580
|
-
"text": "
|
|
12275
|
+
"text": "async: "
|
|
10581
12276
|
},
|
|
10582
12277
|
{
|
|
10583
12278
|
"kind": "Content",
|
|
10584
|
-
"text": "
|
|
12279
|
+
"text": "boolean"
|
|
10585
12280
|
},
|
|
10586
12281
|
{
|
|
10587
12282
|
"kind": "Content",
|
|
@@ -10591,7 +12286,7 @@
|
|
|
10591
12286
|
"isReadonly": false,
|
|
10592
12287
|
"isOptional": false,
|
|
10593
12288
|
"releaseTag": "Public",
|
|
10594
|
-
"name": "
|
|
12289
|
+
"name": "async",
|
|
10595
12290
|
"propertyTypeTokenRange": {
|
|
10596
12291
|
"startIndex": 1,
|
|
10597
12292
|
"endIndex": 2
|
|
@@ -10599,16 +12294,21 @@
|
|
|
10599
12294
|
},
|
|
10600
12295
|
{
|
|
10601
12296
|
"kind": "PropertySignature",
|
|
10602
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12297
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#datasourceOptions:member",
|
|
10603
12298
|
"docComment": "",
|
|
10604
12299
|
"excerptTokens": [
|
|
10605
12300
|
{
|
|
10606
12301
|
"kind": "Content",
|
|
10607
|
-
"text": "
|
|
12302
|
+
"text": "datasourceOptions: "
|
|
12303
|
+
},
|
|
12304
|
+
{
|
|
12305
|
+
"kind": "Reference",
|
|
12306
|
+
"text": "DatasourceOptions",
|
|
12307
|
+
"canonicalReference": "@genesislcap/foundation-comms!DatasourceOptions:interface"
|
|
10608
12308
|
},
|
|
10609
12309
|
{
|
|
10610
12310
|
"kind": "Content",
|
|
10611
|
-
"text": "
|
|
12311
|
+
"text": "[]"
|
|
10612
12312
|
},
|
|
10613
12313
|
{
|
|
10614
12314
|
"kind": "Content",
|
|
@@ -10618,24 +12318,24 @@
|
|
|
10618
12318
|
"isReadonly": false,
|
|
10619
12319
|
"isOptional": false,
|
|
10620
12320
|
"releaseTag": "Public",
|
|
10621
|
-
"name": "
|
|
12321
|
+
"name": "datasourceOptions",
|
|
10622
12322
|
"propertyTypeTokenRange": {
|
|
10623
12323
|
"startIndex": 1,
|
|
10624
|
-
"endIndex":
|
|
12324
|
+
"endIndex": 3
|
|
10625
12325
|
}
|
|
10626
12326
|
},
|
|
10627
12327
|
{
|
|
10628
12328
|
"kind": "PropertySignature",
|
|
10629
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12329
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#labelField:member",
|
|
10630
12330
|
"docComment": "",
|
|
10631
12331
|
"excerptTokens": [
|
|
10632
12332
|
{
|
|
10633
12333
|
"kind": "Content",
|
|
10634
|
-
"text": "
|
|
12334
|
+
"text": "labelField: "
|
|
10635
12335
|
},
|
|
10636
12336
|
{
|
|
10637
12337
|
"kind": "Content",
|
|
10638
|
-
"text": "
|
|
12338
|
+
"text": "string"
|
|
10639
12339
|
},
|
|
10640
12340
|
{
|
|
10641
12341
|
"kind": "Content",
|
|
@@ -10645,166 +12345,111 @@
|
|
|
10645
12345
|
"isReadonly": false,
|
|
10646
12346
|
"isOptional": false,
|
|
10647
12347
|
"releaseTag": "Public",
|
|
10648
|
-
"name": "
|
|
12348
|
+
"name": "labelField",
|
|
10649
12349
|
"propertyTypeTokenRange": {
|
|
10650
12350
|
"startIndex": 1,
|
|
10651
12351
|
"endIndex": 2
|
|
10652
12352
|
}
|
|
10653
|
-
}
|
|
10654
|
-
],
|
|
10655
|
-
"extendsTokenRanges": [
|
|
10656
|
-
{
|
|
10657
|
-
"startIndex": 1,
|
|
10658
|
-
"endIndex": 2
|
|
10659
|
-
}
|
|
10660
|
-
]
|
|
10661
|
-
},
|
|
10662
|
-
{
|
|
10663
|
-
"kind": "Class",
|
|
10664
|
-
"canonicalReference": "@genesislcap/grid-pro!SelectEditor:class",
|
|
10665
|
-
"docComment": "/**\n * The AG Select Editor element.\n *\n * @tagname\n *\n * %%prefix%%-select-editor\n *\n * @public\n */\n",
|
|
10666
|
-
"excerptTokens": [
|
|
10667
|
-
{
|
|
10668
|
-
"kind": "Content",
|
|
10669
|
-
"text": "export declare class SelectEditor extends "
|
|
10670
|
-
},
|
|
10671
|
-
{
|
|
10672
|
-
"kind": "Reference",
|
|
10673
|
-
"text": "FoundationElement",
|
|
10674
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
10675
|
-
},
|
|
10676
|
-
{
|
|
10677
|
-
"kind": "Content",
|
|
10678
|
-
"text": " implements "
|
|
10679
|
-
},
|
|
10680
|
-
{
|
|
10681
|
-
"kind": "Reference",
|
|
10682
|
-
"text": "ICellEditorComp",
|
|
10683
|
-
"canonicalReference": "@ag-grid-community/core!ICellEditorComp:interface"
|
|
10684
12353
|
},
|
|
10685
12354
|
{
|
|
10686
|
-
"kind": "
|
|
10687
|
-
"
|
|
10688
|
-
}
|
|
10689
|
-
],
|
|
10690
|
-
"fileUrlPath": "src/cell-editors/select.editor.ts",
|
|
10691
|
-
"releaseTag": "Public",
|
|
10692
|
-
"isAbstract": false,
|
|
10693
|
-
"name": "SelectEditor",
|
|
10694
|
-
"preserveMemberOrder": false,
|
|
10695
|
-
"members": [
|
|
10696
|
-
{
|
|
10697
|
-
"kind": "Method",
|
|
10698
|
-
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#afterGuiAttached:member(1)",
|
|
12355
|
+
"kind": "PropertySignature",
|
|
12356
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#valueField:member",
|
|
10699
12357
|
"docComment": "",
|
|
10700
12358
|
"excerptTokens": [
|
|
10701
12359
|
{
|
|
10702
12360
|
"kind": "Content",
|
|
10703
|
-
"text": "
|
|
12361
|
+
"text": "valueField: "
|
|
10704
12362
|
},
|
|
10705
12363
|
{
|
|
10706
12364
|
"kind": "Content",
|
|
10707
|
-
"text": "
|
|
12365
|
+
"text": "string"
|
|
10708
12366
|
},
|
|
10709
12367
|
{
|
|
10710
12368
|
"kind": "Content",
|
|
10711
12369
|
"text": ";"
|
|
10712
12370
|
}
|
|
10713
12371
|
],
|
|
10714
|
-
"
|
|
10715
|
-
"
|
|
12372
|
+
"isReadonly": false,
|
|
12373
|
+
"isOptional": false,
|
|
12374
|
+
"releaseTag": "Public",
|
|
12375
|
+
"name": "valueField",
|
|
12376
|
+
"propertyTypeTokenRange": {
|
|
10716
12377
|
"startIndex": 1,
|
|
10717
12378
|
"endIndex": 2
|
|
10718
|
-
}
|
|
10719
|
-
"releaseTag": "Public",
|
|
10720
|
-
"isProtected": false,
|
|
10721
|
-
"overloadIndex": 1,
|
|
10722
|
-
"parameters": [],
|
|
10723
|
-
"isOptional": false,
|
|
10724
|
-
"isAbstract": false,
|
|
10725
|
-
"name": "afterGuiAttached"
|
|
12379
|
+
}
|
|
10726
12380
|
},
|
|
10727
12381
|
{
|
|
10728
|
-
"kind": "
|
|
10729
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12382
|
+
"kind": "PropertySignature",
|
|
12383
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#values:member",
|
|
10730
12384
|
"docComment": "",
|
|
10731
12385
|
"excerptTokens": [
|
|
10732
12386
|
{
|
|
10733
12387
|
"kind": "Content",
|
|
10734
|
-
"text": "
|
|
10735
|
-
},
|
|
10736
|
-
{
|
|
10737
|
-
"kind": "Content",
|
|
10738
|
-
"text": "any"
|
|
10739
|
-
},
|
|
10740
|
-
{
|
|
10741
|
-
"kind": "Content",
|
|
10742
|
-
"text": "): "
|
|
12388
|
+
"text": "values: "
|
|
10743
12389
|
},
|
|
10744
12390
|
{
|
|
10745
12391
|
"kind": "Content",
|
|
10746
|
-
"text": "
|
|
12392
|
+
"text": "any[]"
|
|
10747
12393
|
},
|
|
10748
12394
|
{
|
|
10749
12395
|
"kind": "Content",
|
|
10750
12396
|
"text": ";"
|
|
10751
12397
|
}
|
|
10752
12398
|
],
|
|
10753
|
-
"
|
|
10754
|
-
"returnTypeTokenRange": {
|
|
10755
|
-
"startIndex": 3,
|
|
10756
|
-
"endIndex": 4
|
|
10757
|
-
},
|
|
10758
|
-
"releaseTag": "Public",
|
|
10759
|
-
"isProtected": false,
|
|
10760
|
-
"overloadIndex": 1,
|
|
10761
|
-
"parameters": [
|
|
10762
|
-
{
|
|
10763
|
-
"parameterName": "event",
|
|
10764
|
-
"parameterTypeTokenRange": {
|
|
10765
|
-
"startIndex": 1,
|
|
10766
|
-
"endIndex": 2
|
|
10767
|
-
},
|
|
10768
|
-
"isOptional": false
|
|
10769
|
-
}
|
|
10770
|
-
],
|
|
12399
|
+
"isReadonly": false,
|
|
10771
12400
|
"isOptional": false,
|
|
10772
|
-
"
|
|
10773
|
-
"name": "
|
|
12401
|
+
"releaseTag": "Public",
|
|
12402
|
+
"name": "values",
|
|
12403
|
+
"propertyTypeTokenRange": {
|
|
12404
|
+
"startIndex": 1,
|
|
12405
|
+
"endIndex": 2
|
|
12406
|
+
}
|
|
12407
|
+
}
|
|
12408
|
+
],
|
|
12409
|
+
"extendsTokenRanges": [
|
|
12410
|
+
{
|
|
12411
|
+
"startIndex": 1,
|
|
12412
|
+
"endIndex": 2
|
|
12413
|
+
}
|
|
12414
|
+
]
|
|
12415
|
+
},
|
|
12416
|
+
{
|
|
12417
|
+
"kind": "Class",
|
|
12418
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectRenderer:class",
|
|
12419
|
+
"docComment": "/**\n * The AG Select Renderer element.\n *\n * @tagname\n *\n * %%prefix%%-select-renderer\n *\n * @public\n */\n",
|
|
12420
|
+
"excerptTokens": [
|
|
12421
|
+
{
|
|
12422
|
+
"kind": "Content",
|
|
12423
|
+
"text": "export declare class SelectRenderer extends "
|
|
12424
|
+
},
|
|
12425
|
+
{
|
|
12426
|
+
"kind": "Reference",
|
|
12427
|
+
"text": "FoundationElement",
|
|
12428
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
12429
|
+
},
|
|
12430
|
+
{
|
|
12431
|
+
"kind": "Content",
|
|
12432
|
+
"text": " implements "
|
|
12433
|
+
},
|
|
12434
|
+
{
|
|
12435
|
+
"kind": "Reference",
|
|
12436
|
+
"text": "ICellRendererComp",
|
|
12437
|
+
"canonicalReference": "@ag-grid-community/core!ICellRendererComp:interface"
|
|
10774
12438
|
},
|
|
10775
12439
|
{
|
|
10776
|
-
"kind": "
|
|
10777
|
-
"
|
|
10778
|
-
|
|
10779
|
-
|
|
10780
|
-
|
|
10781
|
-
|
|
10782
|
-
|
|
10783
|
-
|
|
10784
|
-
|
|
10785
|
-
|
|
10786
|
-
"text": "any"
|
|
10787
|
-
},
|
|
10788
|
-
{
|
|
10789
|
-
"kind": "Content",
|
|
10790
|
-
"text": ";"
|
|
10791
|
-
}
|
|
10792
|
-
],
|
|
10793
|
-
"isReadonly": false,
|
|
10794
|
-
"isOptional": false,
|
|
10795
|
-
"releaseTag": "Public",
|
|
10796
|
-
"name": "combobox",
|
|
10797
|
-
"propertyTypeTokenRange": {
|
|
10798
|
-
"startIndex": 1,
|
|
10799
|
-
"endIndex": 2
|
|
10800
|
-
},
|
|
10801
|
-
"isStatic": false,
|
|
10802
|
-
"isProtected": false,
|
|
10803
|
-
"isAbstract": false
|
|
10804
|
-
},
|
|
12440
|
+
"kind": "Content",
|
|
12441
|
+
"text": " "
|
|
12442
|
+
}
|
|
12443
|
+
],
|
|
12444
|
+
"fileUrlPath": "src/cell-renderers/select.renderer.ts",
|
|
12445
|
+
"releaseTag": "Public",
|
|
12446
|
+
"isAbstract": false,
|
|
12447
|
+
"name": "SelectRenderer",
|
|
12448
|
+
"preserveMemberOrder": false,
|
|
12449
|
+
"members": [
|
|
10805
12450
|
{
|
|
10806
12451
|
"kind": "Method",
|
|
10807
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12452
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectRenderer#destroy:member(1)",
|
|
10808
12453
|
"docComment": "",
|
|
10809
12454
|
"excerptTokens": [
|
|
10810
12455
|
{
|
|
@@ -10835,7 +12480,7 @@
|
|
|
10835
12480
|
},
|
|
10836
12481
|
{
|
|
10837
12482
|
"kind": "Method",
|
|
10838
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12483
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectRenderer#getGui:member(1)",
|
|
10839
12484
|
"docComment": "",
|
|
10840
12485
|
"excerptTokens": [
|
|
10841
12486
|
{
|
|
@@ -10867,38 +12512,7 @@
|
|
|
10867
12512
|
},
|
|
10868
12513
|
{
|
|
10869
12514
|
"kind": "Method",
|
|
10870
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
10871
|
-
"docComment": "",
|
|
10872
|
-
"excerptTokens": [
|
|
10873
|
-
{
|
|
10874
|
-
"kind": "Content",
|
|
10875
|
-
"text": "getValue(): "
|
|
10876
|
-
},
|
|
10877
|
-
{
|
|
10878
|
-
"kind": "Content",
|
|
10879
|
-
"text": "string"
|
|
10880
|
-
},
|
|
10881
|
-
{
|
|
10882
|
-
"kind": "Content",
|
|
10883
|
-
"text": ";"
|
|
10884
|
-
}
|
|
10885
|
-
],
|
|
10886
|
-
"isStatic": false,
|
|
10887
|
-
"returnTypeTokenRange": {
|
|
10888
|
-
"startIndex": 1,
|
|
10889
|
-
"endIndex": 2
|
|
10890
|
-
},
|
|
10891
|
-
"releaseTag": "Public",
|
|
10892
|
-
"isProtected": false,
|
|
10893
|
-
"overloadIndex": 1,
|
|
10894
|
-
"parameters": [],
|
|
10895
|
-
"isOptional": false,
|
|
10896
|
-
"isAbstract": false,
|
|
10897
|
-
"name": "getValue"
|
|
10898
|
-
},
|
|
10899
|
-
{
|
|
10900
|
-
"kind": "Method",
|
|
10901
|
-
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#init:member(1)",
|
|
12515
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectRenderer#init:member(1)",
|
|
10902
12516
|
"docComment": "",
|
|
10903
12517
|
"excerptTokens": [
|
|
10904
12518
|
{
|
|
@@ -10907,8 +12521,8 @@
|
|
|
10907
12521
|
},
|
|
10908
12522
|
{
|
|
10909
12523
|
"kind": "Reference",
|
|
10910
|
-
"text": "
|
|
10911
|
-
"canonicalReference": "@genesislcap/grid-pro
|
|
12524
|
+
"text": "SelectCellRendererParams",
|
|
12525
|
+
"canonicalReference": "@genesislcap/grid-pro!~SelectCellRendererParams:interface"
|
|
10912
12526
|
},
|
|
10913
12527
|
{
|
|
10914
12528
|
"kind": "Content",
|
|
@@ -10945,40 +12559,9 @@
|
|
|
10945
12559
|
"isAbstract": false,
|
|
10946
12560
|
"name": "init"
|
|
10947
12561
|
},
|
|
10948
|
-
{
|
|
10949
|
-
"kind": "Method",
|
|
10950
|
-
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#isPopup:member(1)",
|
|
10951
|
-
"docComment": "",
|
|
10952
|
-
"excerptTokens": [
|
|
10953
|
-
{
|
|
10954
|
-
"kind": "Content",
|
|
10955
|
-
"text": "isPopup(): "
|
|
10956
|
-
},
|
|
10957
|
-
{
|
|
10958
|
-
"kind": "Content",
|
|
10959
|
-
"text": "boolean"
|
|
10960
|
-
},
|
|
10961
|
-
{
|
|
10962
|
-
"kind": "Content",
|
|
10963
|
-
"text": ";"
|
|
10964
|
-
}
|
|
10965
|
-
],
|
|
10966
|
-
"isStatic": false,
|
|
10967
|
-
"returnTypeTokenRange": {
|
|
10968
|
-
"startIndex": 1,
|
|
10969
|
-
"endIndex": 2
|
|
10970
|
-
},
|
|
10971
|
-
"releaseTag": "Public",
|
|
10972
|
-
"isProtected": false,
|
|
10973
|
-
"overloadIndex": 1,
|
|
10974
|
-
"parameters": [],
|
|
10975
|
-
"isOptional": false,
|
|
10976
|
-
"isAbstract": false,
|
|
10977
|
-
"name": "isPopup"
|
|
10978
|
-
},
|
|
10979
12562
|
{
|
|
10980
12563
|
"kind": "Property",
|
|
10981
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12564
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectRenderer#params:member",
|
|
10982
12565
|
"docComment": "",
|
|
10983
12566
|
"excerptTokens": [
|
|
10984
12567
|
{
|
|
@@ -10987,8 +12570,8 @@
|
|
|
10987
12570
|
},
|
|
10988
12571
|
{
|
|
10989
12572
|
"kind": "Reference",
|
|
10990
|
-
"text": "
|
|
10991
|
-
"canonicalReference": "@genesislcap/grid-pro
|
|
12573
|
+
"text": "SelectCellRendererParams",
|
|
12574
|
+
"canonicalReference": "@genesislcap/grid-pro!~SelectCellRendererParams:interface"
|
|
10992
12575
|
},
|
|
10993
12576
|
{
|
|
10994
12577
|
"kind": "Content",
|
|
@@ -11009,7 +12592,7 @@
|
|
|
11009
12592
|
},
|
|
11010
12593
|
{
|
|
11011
12594
|
"kind": "Method",
|
|
11012
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12595
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectRenderer#refresh:member(1)",
|
|
11013
12596
|
"docComment": "",
|
|
11014
12597
|
"excerptTokens": [
|
|
11015
12598
|
{
|
|
@@ -11018,8 +12601,8 @@
|
|
|
11018
12601
|
},
|
|
11019
12602
|
{
|
|
11020
12603
|
"kind": "Reference",
|
|
11021
|
-
"text": "
|
|
11022
|
-
"canonicalReference": "@genesislcap/grid-pro
|
|
12604
|
+
"text": "SelectCellRendererParams",
|
|
12605
|
+
"canonicalReference": "@genesislcap/grid-pro!~SelectCellRendererParams:interface"
|
|
11023
12606
|
},
|
|
11024
12607
|
{
|
|
11025
12608
|
"kind": "Content",
|
|
@@ -11058,7 +12641,37 @@
|
|
|
11058
12641
|
},
|
|
11059
12642
|
{
|
|
11060
12643
|
"kind": "Property",
|
|
11061
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12644
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectRenderer#selectionChanged:member",
|
|
12645
|
+
"docComment": "",
|
|
12646
|
+
"excerptTokens": [
|
|
12647
|
+
{
|
|
12648
|
+
"kind": "Content",
|
|
12649
|
+
"text": "selectionChanged: "
|
|
12650
|
+
},
|
|
12651
|
+
{
|
|
12652
|
+
"kind": "Content",
|
|
12653
|
+
"text": "(e: any) => void"
|
|
12654
|
+
},
|
|
12655
|
+
{
|
|
12656
|
+
"kind": "Content",
|
|
12657
|
+
"text": ";"
|
|
12658
|
+
}
|
|
12659
|
+
],
|
|
12660
|
+
"isReadonly": false,
|
|
12661
|
+
"isOptional": false,
|
|
12662
|
+
"releaseTag": "Public",
|
|
12663
|
+
"name": "selectionChanged",
|
|
12664
|
+
"propertyTypeTokenRange": {
|
|
12665
|
+
"startIndex": 1,
|
|
12666
|
+
"endIndex": 2
|
|
12667
|
+
},
|
|
12668
|
+
"isStatic": false,
|
|
12669
|
+
"isProtected": false,
|
|
12670
|
+
"isAbstract": false
|
|
12671
|
+
},
|
|
12672
|
+
{
|
|
12673
|
+
"kind": "Property",
|
|
12674
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectRenderer#value:member",
|
|
11062
12675
|
"docComment": "",
|
|
11063
12676
|
"excerptTokens": [
|
|
11064
12677
|
{
|
|
@@ -11099,41 +12712,51 @@
|
|
|
11099
12712
|
]
|
|
11100
12713
|
},
|
|
11101
12714
|
{
|
|
11102
|
-
"kind": "
|
|
11103
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
11104
|
-
"docComment": "/**\n *
|
|
12715
|
+
"kind": "Class",
|
|
12716
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditor:class",
|
|
12717
|
+
"docComment": "/**\n * The AG String Editor element.\n *\n * @tagname\n *\n * %%prefix%%-string-editor\n *\n * @public\n */\n",
|
|
11105
12718
|
"excerptTokens": [
|
|
11106
12719
|
{
|
|
11107
12720
|
"kind": "Content",
|
|
11108
|
-
"text": "export
|
|
12721
|
+
"text": "export declare class StringEditor extends "
|
|
11109
12722
|
},
|
|
11110
12723
|
{
|
|
11111
12724
|
"kind": "Reference",
|
|
11112
|
-
"text": "
|
|
11113
|
-
"canonicalReference": "@
|
|
12725
|
+
"text": "FoundationElement",
|
|
12726
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
12727
|
+
},
|
|
12728
|
+
{
|
|
12729
|
+
"kind": "Content",
|
|
12730
|
+
"text": " implements "
|
|
12731
|
+
},
|
|
12732
|
+
{
|
|
12733
|
+
"kind": "Reference",
|
|
12734
|
+
"text": "ICellEditorComp",
|
|
12735
|
+
"canonicalReference": "@ag-grid-community/core!ICellEditorComp:interface"
|
|
11114
12736
|
},
|
|
11115
12737
|
{
|
|
11116
12738
|
"kind": "Content",
|
|
11117
12739
|
"text": " "
|
|
11118
12740
|
}
|
|
11119
12741
|
],
|
|
11120
|
-
"fileUrlPath": "src/cell-editors/
|
|
12742
|
+
"fileUrlPath": "src/cell-editors/string.editor.ts",
|
|
11121
12743
|
"releaseTag": "Public",
|
|
11122
|
-
"
|
|
12744
|
+
"isAbstract": false,
|
|
12745
|
+
"name": "StringEditor",
|
|
11123
12746
|
"preserveMemberOrder": false,
|
|
11124
12747
|
"members": [
|
|
11125
12748
|
{
|
|
11126
|
-
"kind": "
|
|
11127
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12749
|
+
"kind": "Property",
|
|
12750
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditor#actualWidth:member",
|
|
11128
12751
|
"docComment": "",
|
|
11129
12752
|
"excerptTokens": [
|
|
11130
12753
|
{
|
|
11131
12754
|
"kind": "Content",
|
|
11132
|
-
"text": "
|
|
12755
|
+
"text": "actualWidth: "
|
|
11133
12756
|
},
|
|
11134
12757
|
{
|
|
11135
12758
|
"kind": "Content",
|
|
11136
|
-
"text": "
|
|
12759
|
+
"text": "number"
|
|
11137
12760
|
},
|
|
11138
12761
|
{
|
|
11139
12762
|
"kind": "Content",
|
|
@@ -11143,106 +12766,134 @@
|
|
|
11143
12766
|
"isReadonly": false,
|
|
11144
12767
|
"isOptional": false,
|
|
11145
12768
|
"releaseTag": "Public",
|
|
11146
|
-
"name": "
|
|
12769
|
+
"name": "actualWidth",
|
|
11147
12770
|
"propertyTypeTokenRange": {
|
|
11148
12771
|
"startIndex": 1,
|
|
11149
12772
|
"endIndex": 2
|
|
11150
|
-
}
|
|
12773
|
+
},
|
|
12774
|
+
"isStatic": false,
|
|
12775
|
+
"isProtected": false,
|
|
12776
|
+
"isAbstract": false
|
|
11151
12777
|
},
|
|
11152
12778
|
{
|
|
11153
|
-
"kind": "
|
|
11154
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12779
|
+
"kind": "Method",
|
|
12780
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditor#afterGuiAttached:member(1)",
|
|
11155
12781
|
"docComment": "",
|
|
11156
12782
|
"excerptTokens": [
|
|
11157
12783
|
{
|
|
11158
12784
|
"kind": "Content",
|
|
11159
|
-
"text": "
|
|
12785
|
+
"text": "afterGuiAttached(): "
|
|
11160
12786
|
},
|
|
11161
12787
|
{
|
|
11162
12788
|
"kind": "Content",
|
|
11163
|
-
"text": "
|
|
12789
|
+
"text": "void"
|
|
11164
12790
|
},
|
|
11165
12791
|
{
|
|
11166
12792
|
"kind": "Content",
|
|
11167
12793
|
"text": ";"
|
|
11168
12794
|
}
|
|
11169
12795
|
],
|
|
11170
|
-
"
|
|
11171
|
-
"
|
|
11172
|
-
"releaseTag": "Public",
|
|
11173
|
-
"name": "async",
|
|
11174
|
-
"propertyTypeTokenRange": {
|
|
12796
|
+
"isStatic": false,
|
|
12797
|
+
"returnTypeTokenRange": {
|
|
11175
12798
|
"startIndex": 1,
|
|
11176
12799
|
"endIndex": 2
|
|
11177
|
-
}
|
|
12800
|
+
},
|
|
12801
|
+
"releaseTag": "Public",
|
|
12802
|
+
"isProtected": false,
|
|
12803
|
+
"overloadIndex": 1,
|
|
12804
|
+
"parameters": [],
|
|
12805
|
+
"isOptional": false,
|
|
12806
|
+
"isAbstract": false,
|
|
12807
|
+
"name": "afterGuiAttached"
|
|
11178
12808
|
},
|
|
11179
12809
|
{
|
|
11180
|
-
"kind": "
|
|
11181
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12810
|
+
"kind": "Method",
|
|
12811
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditor#changeHandler:member(1)",
|
|
11182
12812
|
"docComment": "",
|
|
11183
12813
|
"excerptTokens": [
|
|
11184
12814
|
{
|
|
11185
12815
|
"kind": "Content",
|
|
11186
|
-
"text": "
|
|
12816
|
+
"text": "changeHandler(event: "
|
|
11187
12817
|
},
|
|
11188
12818
|
{
|
|
11189
|
-
"kind": "
|
|
11190
|
-
"text": "
|
|
11191
|
-
"canonicalReference": "@genesislcap/foundation-comms!DatasourceOptions:interface"
|
|
12819
|
+
"kind": "Content",
|
|
12820
|
+
"text": "any"
|
|
11192
12821
|
},
|
|
11193
12822
|
{
|
|
11194
12823
|
"kind": "Content",
|
|
11195
|
-
"text": "
|
|
12824
|
+
"text": "): "
|
|
12825
|
+
},
|
|
12826
|
+
{
|
|
12827
|
+
"kind": "Content",
|
|
12828
|
+
"text": "void"
|
|
11196
12829
|
},
|
|
11197
12830
|
{
|
|
11198
12831
|
"kind": "Content",
|
|
11199
12832
|
"text": ";"
|
|
11200
12833
|
}
|
|
11201
12834
|
],
|
|
11202
|
-
"
|
|
11203
|
-
"
|
|
12835
|
+
"isStatic": false,
|
|
12836
|
+
"returnTypeTokenRange": {
|
|
12837
|
+
"startIndex": 3,
|
|
12838
|
+
"endIndex": 4
|
|
12839
|
+
},
|
|
11204
12840
|
"releaseTag": "Public",
|
|
11205
|
-
"
|
|
11206
|
-
"
|
|
11207
|
-
|
|
11208
|
-
|
|
11209
|
-
|
|
12841
|
+
"isProtected": false,
|
|
12842
|
+
"overloadIndex": 1,
|
|
12843
|
+
"parameters": [
|
|
12844
|
+
{
|
|
12845
|
+
"parameterName": "event",
|
|
12846
|
+
"parameterTypeTokenRange": {
|
|
12847
|
+
"startIndex": 1,
|
|
12848
|
+
"endIndex": 2
|
|
12849
|
+
},
|
|
12850
|
+
"isOptional": false
|
|
12851
|
+
}
|
|
12852
|
+
],
|
|
12853
|
+
"isOptional": false,
|
|
12854
|
+
"isAbstract": false,
|
|
12855
|
+
"name": "changeHandler"
|
|
11210
12856
|
},
|
|
11211
|
-
{
|
|
11212
|
-
"kind": "
|
|
11213
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12857
|
+
{
|
|
12858
|
+
"kind": "Method",
|
|
12859
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditor#getGui:member(1)",
|
|
11214
12860
|
"docComment": "",
|
|
11215
12861
|
"excerptTokens": [
|
|
11216
12862
|
{
|
|
11217
12863
|
"kind": "Content",
|
|
11218
|
-
"text": "
|
|
12864
|
+
"text": "getGui(): "
|
|
11219
12865
|
},
|
|
11220
12866
|
{
|
|
11221
|
-
"kind": "
|
|
11222
|
-
"text": "
|
|
12867
|
+
"kind": "Reference",
|
|
12868
|
+
"text": "HTMLElement",
|
|
12869
|
+
"canonicalReference": "!HTMLElement:interface"
|
|
11223
12870
|
},
|
|
11224
12871
|
{
|
|
11225
12872
|
"kind": "Content",
|
|
11226
12873
|
"text": ";"
|
|
11227
12874
|
}
|
|
11228
12875
|
],
|
|
11229
|
-
"
|
|
11230
|
-
"
|
|
11231
|
-
"releaseTag": "Public",
|
|
11232
|
-
"name": "labelField",
|
|
11233
|
-
"propertyTypeTokenRange": {
|
|
12876
|
+
"isStatic": false,
|
|
12877
|
+
"returnTypeTokenRange": {
|
|
11234
12878
|
"startIndex": 1,
|
|
11235
12879
|
"endIndex": 2
|
|
11236
|
-
}
|
|
12880
|
+
},
|
|
12881
|
+
"releaseTag": "Public",
|
|
12882
|
+
"isProtected": false,
|
|
12883
|
+
"overloadIndex": 1,
|
|
12884
|
+
"parameters": [],
|
|
12885
|
+
"isOptional": false,
|
|
12886
|
+
"isAbstract": false,
|
|
12887
|
+
"name": "getGui"
|
|
11237
12888
|
},
|
|
11238
12889
|
{
|
|
11239
|
-
"kind": "
|
|
11240
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12890
|
+
"kind": "Method",
|
|
12891
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditor#getValue:member(1)",
|
|
11241
12892
|
"docComment": "",
|
|
11242
12893
|
"excerptTokens": [
|
|
11243
12894
|
{
|
|
11244
12895
|
"kind": "Content",
|
|
11245
|
-
"text": "
|
|
12896
|
+
"text": "getValue(): "
|
|
11246
12897
|
},
|
|
11247
12898
|
{
|
|
11248
12899
|
"kind": "Content",
|
|
@@ -11253,128 +12904,110 @@
|
|
|
11253
12904
|
"text": ";"
|
|
11254
12905
|
}
|
|
11255
12906
|
],
|
|
11256
|
-
"
|
|
11257
|
-
"
|
|
11258
|
-
"releaseTag": "Public",
|
|
11259
|
-
"name": "valueField",
|
|
11260
|
-
"propertyTypeTokenRange": {
|
|
12907
|
+
"isStatic": false,
|
|
12908
|
+
"returnTypeTokenRange": {
|
|
11261
12909
|
"startIndex": 1,
|
|
11262
12910
|
"endIndex": 2
|
|
11263
|
-
}
|
|
12911
|
+
},
|
|
12912
|
+
"releaseTag": "Public",
|
|
12913
|
+
"isProtected": false,
|
|
12914
|
+
"overloadIndex": 1,
|
|
12915
|
+
"parameters": [],
|
|
12916
|
+
"isOptional": false,
|
|
12917
|
+
"isAbstract": false,
|
|
12918
|
+
"name": "getValue"
|
|
11264
12919
|
},
|
|
11265
12920
|
{
|
|
11266
|
-
"kind": "
|
|
11267
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
12921
|
+
"kind": "Method",
|
|
12922
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditor#init:member(1)",
|
|
11268
12923
|
"docComment": "",
|
|
11269
12924
|
"excerptTokens": [
|
|
11270
12925
|
{
|
|
11271
12926
|
"kind": "Content",
|
|
11272
|
-
"text": "
|
|
12927
|
+
"text": "init(params: "
|
|
12928
|
+
},
|
|
12929
|
+
{
|
|
12930
|
+
"kind": "Reference",
|
|
12931
|
+
"text": "StringEditorParams",
|
|
12932
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditorParams:interface"
|
|
11273
12933
|
},
|
|
11274
12934
|
{
|
|
11275
12935
|
"kind": "Content",
|
|
11276
|
-
"text": "
|
|
12936
|
+
"text": "): "
|
|
12937
|
+
},
|
|
12938
|
+
{
|
|
12939
|
+
"kind": "Content",
|
|
12940
|
+
"text": "void"
|
|
11277
12941
|
},
|
|
11278
12942
|
{
|
|
11279
12943
|
"kind": "Content",
|
|
11280
12944
|
"text": ";"
|
|
11281
12945
|
}
|
|
11282
12946
|
],
|
|
11283
|
-
"
|
|
11284
|
-
"
|
|
12947
|
+
"isStatic": false,
|
|
12948
|
+
"returnTypeTokenRange": {
|
|
12949
|
+
"startIndex": 3,
|
|
12950
|
+
"endIndex": 4
|
|
12951
|
+
},
|
|
11285
12952
|
"releaseTag": "Public",
|
|
11286
|
-
"
|
|
11287
|
-
"
|
|
11288
|
-
|
|
11289
|
-
|
|
11290
|
-
|
|
11291
|
-
|
|
11292
|
-
|
|
11293
|
-
|
|
11294
|
-
|
|
11295
|
-
|
|
11296
|
-
|
|
11297
|
-
|
|
11298
|
-
|
|
11299
|
-
|
|
11300
|
-
|
|
11301
|
-
"kind": "Class",
|
|
11302
|
-
"canonicalReference": "@genesislcap/grid-pro!SelectRenderer:class",
|
|
11303
|
-
"docComment": "/**\n * The AG Select Renderer element.\n *\n * @tagname\n *\n * %%prefix%%-select-renderer\n *\n * @public\n */\n",
|
|
11304
|
-
"excerptTokens": [
|
|
11305
|
-
{
|
|
11306
|
-
"kind": "Content",
|
|
11307
|
-
"text": "export declare class SelectRenderer extends "
|
|
11308
|
-
},
|
|
11309
|
-
{
|
|
11310
|
-
"kind": "Reference",
|
|
11311
|
-
"text": "FoundationElement",
|
|
11312
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
11313
|
-
},
|
|
11314
|
-
{
|
|
11315
|
-
"kind": "Content",
|
|
11316
|
-
"text": " implements "
|
|
11317
|
-
},
|
|
11318
|
-
{
|
|
11319
|
-
"kind": "Reference",
|
|
11320
|
-
"text": "ICellRendererComp",
|
|
11321
|
-
"canonicalReference": "@ag-grid-community/core!ICellRendererComp:interface"
|
|
12953
|
+
"isProtected": false,
|
|
12954
|
+
"overloadIndex": 1,
|
|
12955
|
+
"parameters": [
|
|
12956
|
+
{
|
|
12957
|
+
"parameterName": "params",
|
|
12958
|
+
"parameterTypeTokenRange": {
|
|
12959
|
+
"startIndex": 1,
|
|
12960
|
+
"endIndex": 2
|
|
12961
|
+
},
|
|
12962
|
+
"isOptional": false
|
|
12963
|
+
}
|
|
12964
|
+
],
|
|
12965
|
+
"isOptional": false,
|
|
12966
|
+
"isAbstract": false,
|
|
12967
|
+
"name": "init"
|
|
11322
12968
|
},
|
|
11323
12969
|
{
|
|
11324
|
-
"kind": "
|
|
11325
|
-
"
|
|
11326
|
-
}
|
|
11327
|
-
],
|
|
11328
|
-
"fileUrlPath": "src/cell-renderers/select.renderer.ts",
|
|
11329
|
-
"releaseTag": "Public",
|
|
11330
|
-
"isAbstract": false,
|
|
11331
|
-
"name": "SelectRenderer",
|
|
11332
|
-
"preserveMemberOrder": false,
|
|
11333
|
-
"members": [
|
|
11334
|
-
{
|
|
11335
|
-
"kind": "Method",
|
|
11336
|
-
"canonicalReference": "@genesislcap/grid-pro!SelectRenderer#destroy:member(1)",
|
|
12970
|
+
"kind": "Property",
|
|
12971
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditor#input:member",
|
|
11337
12972
|
"docComment": "",
|
|
11338
12973
|
"excerptTokens": [
|
|
11339
12974
|
{
|
|
11340
12975
|
"kind": "Content",
|
|
11341
|
-
"text": "
|
|
12976
|
+
"text": "input: "
|
|
11342
12977
|
},
|
|
11343
12978
|
{
|
|
11344
12979
|
"kind": "Content",
|
|
11345
|
-
"text": "
|
|
12980
|
+
"text": "any"
|
|
11346
12981
|
},
|
|
11347
12982
|
{
|
|
11348
12983
|
"kind": "Content",
|
|
11349
12984
|
"text": ";"
|
|
11350
12985
|
}
|
|
11351
12986
|
],
|
|
11352
|
-
"
|
|
11353
|
-
"
|
|
12987
|
+
"isReadonly": false,
|
|
12988
|
+
"isOptional": false,
|
|
12989
|
+
"releaseTag": "Public",
|
|
12990
|
+
"name": "input",
|
|
12991
|
+
"propertyTypeTokenRange": {
|
|
11354
12992
|
"startIndex": 1,
|
|
11355
12993
|
"endIndex": 2
|
|
11356
12994
|
},
|
|
11357
|
-
"
|
|
12995
|
+
"isStatic": false,
|
|
11358
12996
|
"isProtected": false,
|
|
11359
|
-
"
|
|
11360
|
-
"parameters": [],
|
|
11361
|
-
"isOptional": false,
|
|
11362
|
-
"isAbstract": false,
|
|
11363
|
-
"name": "destroy"
|
|
12997
|
+
"isAbstract": false
|
|
11364
12998
|
},
|
|
11365
12999
|
{
|
|
11366
13000
|
"kind": "Method",
|
|
11367
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
13001
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditor#isCancelBeforeStart:member(1)",
|
|
11368
13002
|
"docComment": "",
|
|
11369
13003
|
"excerptTokens": [
|
|
11370
13004
|
{
|
|
11371
13005
|
"kind": "Content",
|
|
11372
|
-
"text": "
|
|
13006
|
+
"text": "isCancelBeforeStart(): "
|
|
11373
13007
|
},
|
|
11374
13008
|
{
|
|
11375
|
-
"kind": "
|
|
11376
|
-
"text": "
|
|
11377
|
-
"canonicalReference": "!HTMLElement:interface"
|
|
13009
|
+
"kind": "Content",
|
|
13010
|
+
"text": "boolean"
|
|
11378
13011
|
},
|
|
11379
13012
|
{
|
|
11380
13013
|
"kind": "Content",
|
|
@@ -11392,29 +13025,20 @@
|
|
|
11392
13025
|
"parameters": [],
|
|
11393
13026
|
"isOptional": false,
|
|
11394
13027
|
"isAbstract": false,
|
|
11395
|
-
"name": "
|
|
13028
|
+
"name": "isCancelBeforeStart"
|
|
11396
13029
|
},
|
|
11397
13030
|
{
|
|
11398
13031
|
"kind": "Method",
|
|
11399
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
13032
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditor#isPopup:member(1)",
|
|
11400
13033
|
"docComment": "",
|
|
11401
13034
|
"excerptTokens": [
|
|
11402
13035
|
{
|
|
11403
13036
|
"kind": "Content",
|
|
11404
|
-
"text": "
|
|
11405
|
-
},
|
|
11406
|
-
{
|
|
11407
|
-
"kind": "Reference",
|
|
11408
|
-
"text": "SelectCellRendererParams",
|
|
11409
|
-
"canonicalReference": "@genesislcap/grid-pro!~SelectCellRendererParams:interface"
|
|
11410
|
-
},
|
|
11411
|
-
{
|
|
11412
|
-
"kind": "Content",
|
|
11413
|
-
"text": "): "
|
|
13037
|
+
"text": "isPopup(): "
|
|
11414
13038
|
},
|
|
11415
13039
|
{
|
|
11416
13040
|
"kind": "Content",
|
|
11417
|
-
"text": "
|
|
13041
|
+
"text": "boolean"
|
|
11418
13042
|
},
|
|
11419
13043
|
{
|
|
11420
13044
|
"kind": "Content",
|
|
@@ -11423,29 +13047,20 @@
|
|
|
11423
13047
|
],
|
|
11424
13048
|
"isStatic": false,
|
|
11425
13049
|
"returnTypeTokenRange": {
|
|
11426
|
-
"startIndex":
|
|
11427
|
-
"endIndex":
|
|
13050
|
+
"startIndex": 1,
|
|
13051
|
+
"endIndex": 2
|
|
11428
13052
|
},
|
|
11429
13053
|
"releaseTag": "Public",
|
|
11430
13054
|
"isProtected": false,
|
|
11431
13055
|
"overloadIndex": 1,
|
|
11432
|
-
"parameters": [
|
|
11433
|
-
{
|
|
11434
|
-
"parameterName": "params",
|
|
11435
|
-
"parameterTypeTokenRange": {
|
|
11436
|
-
"startIndex": 1,
|
|
11437
|
-
"endIndex": 2
|
|
11438
|
-
},
|
|
11439
|
-
"isOptional": false
|
|
11440
|
-
}
|
|
11441
|
-
],
|
|
13056
|
+
"parameters": [],
|
|
11442
13057
|
"isOptional": false,
|
|
11443
13058
|
"isAbstract": false,
|
|
11444
|
-
"name": "
|
|
13059
|
+
"name": "isPopup"
|
|
11445
13060
|
},
|
|
11446
13061
|
{
|
|
11447
13062
|
"kind": "Property",
|
|
11448
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
13063
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditor#params:member",
|
|
11449
13064
|
"docComment": "",
|
|
11450
13065
|
"excerptTokens": [
|
|
11451
13066
|
{
|
|
@@ -11454,8 +13069,8 @@
|
|
|
11454
13069
|
},
|
|
11455
13070
|
{
|
|
11456
13071
|
"kind": "Reference",
|
|
11457
|
-
"text": "
|
|
11458
|
-
"canonicalReference": "@genesislcap/grid-pro
|
|
13072
|
+
"text": "StringEditorParams",
|
|
13073
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditorParams:interface"
|
|
11459
13074
|
},
|
|
11460
13075
|
{
|
|
11461
13076
|
"kind": "Content",
|
|
@@ -11476,7 +13091,7 @@
|
|
|
11476
13091
|
},
|
|
11477
13092
|
{
|
|
11478
13093
|
"kind": "Method",
|
|
11479
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
13094
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditor#refresh:member(1)",
|
|
11480
13095
|
"docComment": "",
|
|
11481
13096
|
"excerptTokens": [
|
|
11482
13097
|
{
|
|
@@ -11485,8 +13100,8 @@
|
|
|
11485
13100
|
},
|
|
11486
13101
|
{
|
|
11487
13102
|
"kind": "Reference",
|
|
11488
|
-
"text": "
|
|
11489
|
-
"canonicalReference": "@genesislcap/grid-pro
|
|
13103
|
+
"text": "StringEditorParams",
|
|
13104
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditorParams:interface"
|
|
11490
13105
|
},
|
|
11491
13106
|
{
|
|
11492
13107
|
"kind": "Content",
|
|
@@ -11525,16 +13140,16 @@
|
|
|
11525
13140
|
},
|
|
11526
13141
|
{
|
|
11527
13142
|
"kind": "Property",
|
|
11528
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
13143
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditor#value:member",
|
|
11529
13144
|
"docComment": "",
|
|
11530
13145
|
"excerptTokens": [
|
|
11531
13146
|
{
|
|
11532
13147
|
"kind": "Content",
|
|
11533
|
-
"text": "
|
|
13148
|
+
"text": "value: "
|
|
11534
13149
|
},
|
|
11535
13150
|
{
|
|
11536
13151
|
"kind": "Content",
|
|
11537
|
-
"text": "
|
|
13152
|
+
"text": "string"
|
|
11538
13153
|
},
|
|
11539
13154
|
{
|
|
11540
13155
|
"kind": "Content",
|
|
@@ -11544,7 +13159,7 @@
|
|
|
11544
13159
|
"isReadonly": false,
|
|
11545
13160
|
"isOptional": false,
|
|
11546
13161
|
"releaseTag": "Public",
|
|
11547
|
-
"name": "
|
|
13162
|
+
"name": "value",
|
|
11548
13163
|
"propertyTypeTokenRange": {
|
|
11549
13164
|
"startIndex": 1,
|
|
11550
13165
|
"endIndex": 2
|
|
@@ -11552,15 +13167,51 @@
|
|
|
11552
13167
|
"isStatic": false,
|
|
11553
13168
|
"isProtected": false,
|
|
11554
13169
|
"isAbstract": false
|
|
13170
|
+
}
|
|
13171
|
+
],
|
|
13172
|
+
"extendsTokenRange": {
|
|
13173
|
+
"startIndex": 1,
|
|
13174
|
+
"endIndex": 2
|
|
13175
|
+
},
|
|
13176
|
+
"implementsTokenRanges": [
|
|
13177
|
+
{
|
|
13178
|
+
"startIndex": 3,
|
|
13179
|
+
"endIndex": 4
|
|
13180
|
+
}
|
|
13181
|
+
]
|
|
13182
|
+
},
|
|
13183
|
+
{
|
|
13184
|
+
"kind": "Interface",
|
|
13185
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditorParams:interface",
|
|
13186
|
+
"docComment": "/**\n * Parameters used to configure {@link StringEditor}\n *\n * @public\n */\n",
|
|
13187
|
+
"excerptTokens": [
|
|
13188
|
+
{
|
|
13189
|
+
"kind": "Content",
|
|
13190
|
+
"text": "export interface StringEditorParams extends "
|
|
11555
13191
|
},
|
|
11556
13192
|
{
|
|
11557
|
-
"kind": "
|
|
11558
|
-
"
|
|
13193
|
+
"kind": "Reference",
|
|
13194
|
+
"text": "ICellEditorParams",
|
|
13195
|
+
"canonicalReference": "@ag-grid-community/core!ICellEditorParams:interface"
|
|
13196
|
+
},
|
|
13197
|
+
{
|
|
13198
|
+
"kind": "Content",
|
|
13199
|
+
"text": " "
|
|
13200
|
+
}
|
|
13201
|
+
],
|
|
13202
|
+
"fileUrlPath": "src/cell-editors/string.editor.ts",
|
|
13203
|
+
"releaseTag": "Public",
|
|
13204
|
+
"name": "StringEditorParams",
|
|
13205
|
+
"preserveMemberOrder": false,
|
|
13206
|
+
"members": [
|
|
13207
|
+
{
|
|
13208
|
+
"kind": "PropertySignature",
|
|
13209
|
+
"canonicalReference": "@genesislcap/grid-pro!StringEditorParams#placeholder:member",
|
|
11559
13210
|
"docComment": "",
|
|
11560
13211
|
"excerptTokens": [
|
|
11561
13212
|
{
|
|
11562
13213
|
"kind": "Content",
|
|
11563
|
-
"text": "
|
|
13214
|
+
"text": "placeholder: "
|
|
11564
13215
|
},
|
|
11565
13216
|
{
|
|
11566
13217
|
"kind": "Content",
|
|
@@ -11574,24 +13225,17 @@
|
|
|
11574
13225
|
"isReadonly": false,
|
|
11575
13226
|
"isOptional": false,
|
|
11576
13227
|
"releaseTag": "Public",
|
|
11577
|
-
"name": "
|
|
13228
|
+
"name": "placeholder",
|
|
11578
13229
|
"propertyTypeTokenRange": {
|
|
11579
13230
|
"startIndex": 1,
|
|
11580
13231
|
"endIndex": 2
|
|
11581
|
-
}
|
|
11582
|
-
"isStatic": false,
|
|
11583
|
-
"isProtected": false,
|
|
11584
|
-
"isAbstract": false
|
|
13232
|
+
}
|
|
11585
13233
|
}
|
|
11586
13234
|
],
|
|
11587
|
-
"
|
|
11588
|
-
"startIndex": 1,
|
|
11589
|
-
"endIndex": 2
|
|
11590
|
-
},
|
|
11591
|
-
"implementsTokenRanges": [
|
|
13235
|
+
"extendsTokenRanges": [
|
|
11592
13236
|
{
|
|
11593
|
-
"startIndex":
|
|
11594
|
-
"endIndex":
|
|
13237
|
+
"startIndex": 1,
|
|
13238
|
+
"endIndex": 2
|
|
11595
13239
|
}
|
|
11596
13240
|
]
|
|
11597
13241
|
},
|