@genesislcap/grid-pro 14.104.0 → 14.105.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 +301 -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 +60 -0
- package/dist/dts/cell-editors/multiselect.editor.d.ts.map +1 -0
- package/dist/dts/cell-editors/select.editor.d.ts +2 -0
- package/dist/dts/cell-editors/select.editor.d.ts.map +1 -1
- package/dist/dts/grid-components.d.ts +9 -0
- package/dist/dts/grid-components.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +3 -3
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/dts/grid-pro.types.d.ts +2 -1
- package/dist/dts/grid-pro.types.d.ts.map +1 -1
- package/dist/esm/cell-editors/index.js +1 -0
- package/dist/esm/cell-editors/multiselect.editor.js +94 -0
- package/dist/esm/cell-editors/select.editor.js +6 -4
- package/dist/esm/grid-components.js +2 -1
- package/dist/esm/grid-pro.js +2 -1
- package/dist/esm/grid-pro.types.js +1 -0
- package/dist/grid-pro.api.json +975 -12
- package/dist/grid-pro.d.ts +77 -4
- package/docs/api/grid-pro.agmultiselecteditorstyles.md +13 -0
- package/docs/api/grid-pro.foundationgridcomponents.md +9 -0
- package/docs/api/grid-pro.foundationmultiselecteditor.md +24 -0
- package/docs/api/grid-pro.getmultiselecteditortemplate.md +13 -0
- package/docs/api/grid-pro.gridprorenderertypes.md +1 -0
- package/docs/api/grid-pro.md +5 -0
- package/docs/api/grid-pro.multiselecteditor.changehandler.md +22 -0
- package/docs/api/grid-pro.multiselecteditor.destroy.md +15 -0
- package/docs/api/grid-pro.multiselecteditor.getgui.md +15 -0
- package/docs/api/grid-pro.multiselecteditor.getvalue.md +15 -0
- package/docs/api/grid-pro.multiselecteditor.init.md +22 -0
- package/docs/api/grid-pro.multiselecteditor.ispopup.md +15 -0
- package/docs/api/grid-pro.multiselecteditor.md +36 -0
- package/docs/api/grid-pro.multiselecteditor.params.md +11 -0
- package/docs/api/grid-pro.multiselecteditor.refresh.md +22 -0
- package/docs/api/grid-pro.multiselecteditor.selectedoptions.md +11 -0
- package/docs/api/grid-pro.multiselecteditorparams.alloptionsresourcename.md +11 -0
- package/docs/api/grid-pro.multiselecteditorparams.async.md +11 -0
- package/docs/api/grid-pro.multiselecteditorparams.datasourceoptions.md +11 -0
- package/docs/api/grid-pro.multiselecteditorparams.labelfield.md +11 -0
- package/docs/api/grid-pro.multiselecteditorparams.md +27 -0
- package/docs/api/grid-pro.multiselecteditorparams.selectedoptionscallback.md +11 -0
- package/docs/api/grid-pro.multiselecteditorparams.valuefield.md +11 -0
- package/docs/api/grid-pro.multiselecteditorparams.values.md +11 -0
- package/docs/api/grid-pro.selecteditor.changehandler.md +22 -0
- package/docs/api/grid-pro.selecteditor.md +1 -0
- package/docs/api/grid-pro.selecteditorparams.async.md +11 -0
- package/docs/api/grid-pro.selecteditorparams.md +1 -0
- package/docs/api-report.md +72 -0
- package/package.json +8 -8
package/dist/grid-pro.api.json
CHANGED
|
@@ -2102,6 +2102,34 @@
|
|
|
2102
2102
|
"endIndex": 3
|
|
2103
2103
|
}
|
|
2104
2104
|
},
|
|
2105
|
+
{
|
|
2106
|
+
"kind": "Variable",
|
|
2107
|
+
"canonicalReference": "@genesislcap/grid-pro!agMultiselectEditorStyles:var",
|
|
2108
|
+
"docComment": "/**\n * The AG Select Renderer Styles.\n *\n * @public\n */\n",
|
|
2109
|
+
"excerptTokens": [
|
|
2110
|
+
{
|
|
2111
|
+
"kind": "Content",
|
|
2112
|
+
"text": "agMultiselectEditorStyles: "
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
"kind": "Content",
|
|
2116
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
2117
|
+
},
|
|
2118
|
+
{
|
|
2119
|
+
"kind": "Reference",
|
|
2120
|
+
"text": "ElementStyles",
|
|
2121
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
2122
|
+
}
|
|
2123
|
+
],
|
|
2124
|
+
"fileUrlPath": "src/cell-editors/multiselect.editor.ts",
|
|
2125
|
+
"isReadonly": true,
|
|
2126
|
+
"releaseTag": "Public",
|
|
2127
|
+
"name": "agMultiselectEditorStyles",
|
|
2128
|
+
"variableTypeTokenRange": {
|
|
2129
|
+
"startIndex": 1,
|
|
2130
|
+
"endIndex": 3
|
|
2131
|
+
}
|
|
2132
|
+
},
|
|
2105
2133
|
{
|
|
2106
2134
|
"kind": "Variable",
|
|
2107
2135
|
"canonicalReference": "@genesislcap/grid-pro!agNumberEditorStyles:var",
|
|
@@ -4435,6 +4463,87 @@
|
|
|
4435
4463
|
"text": "NumberEditor",
|
|
4436
4464
|
"canonicalReference": "@genesislcap/grid-pro!NumberEditor:class"
|
|
4437
4465
|
},
|
|
4466
|
+
{
|
|
4467
|
+
"kind": "Content",
|
|
4468
|
+
"text": ">;\n foundationMultiselectEditor: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
4469
|
+
},
|
|
4470
|
+
{
|
|
4471
|
+
"kind": "Reference",
|
|
4472
|
+
"text": "OverrideFoundationElementDefinition",
|
|
4473
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
4474
|
+
},
|
|
4475
|
+
{
|
|
4476
|
+
"kind": "Content",
|
|
4477
|
+
"text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
|
|
4478
|
+
},
|
|
4479
|
+
{
|
|
4480
|
+
"kind": "Reference",
|
|
4481
|
+
"text": "ElementStyles",
|
|
4482
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
4483
|
+
},
|
|
4484
|
+
{
|
|
4485
|
+
"kind": "Content",
|
|
4486
|
+
"text": ";\n template: import(\"@microsoft/fast-element\")."
|
|
4487
|
+
},
|
|
4488
|
+
{
|
|
4489
|
+
"kind": "Reference",
|
|
4490
|
+
"text": "ViewTemplate",
|
|
4491
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
4492
|
+
},
|
|
4493
|
+
{
|
|
4494
|
+
"kind": "Content",
|
|
4495
|
+
"text": "<import(\"./cell-editors\")."
|
|
4496
|
+
},
|
|
4497
|
+
{
|
|
4498
|
+
"kind": "Reference",
|
|
4499
|
+
"text": "MultiselectEditor",
|
|
4500
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class"
|
|
4501
|
+
},
|
|
4502
|
+
{
|
|
4503
|
+
"kind": "Content",
|
|
4504
|
+
"text": ", any>;\n }>) => import(\"@microsoft/fast-foundation\")."
|
|
4505
|
+
},
|
|
4506
|
+
{
|
|
4507
|
+
"kind": "Reference",
|
|
4508
|
+
"text": "FoundationElementRegistry",
|
|
4509
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
4510
|
+
},
|
|
4511
|
+
{
|
|
4512
|
+
"kind": "Content",
|
|
4513
|
+
"text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
|
|
4514
|
+
},
|
|
4515
|
+
{
|
|
4516
|
+
"kind": "Reference",
|
|
4517
|
+
"text": "ElementStyles",
|
|
4518
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
4519
|
+
},
|
|
4520
|
+
{
|
|
4521
|
+
"kind": "Content",
|
|
4522
|
+
"text": ";\n template: import(\"@microsoft/fast-element\")."
|
|
4523
|
+
},
|
|
4524
|
+
{
|
|
4525
|
+
"kind": "Reference",
|
|
4526
|
+
"text": "ViewTemplate",
|
|
4527
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
4528
|
+
},
|
|
4529
|
+
{
|
|
4530
|
+
"kind": "Content",
|
|
4531
|
+
"text": "<import(\"./cell-editors\")."
|
|
4532
|
+
},
|
|
4533
|
+
{
|
|
4534
|
+
"kind": "Reference",
|
|
4535
|
+
"text": "MultiselectEditor",
|
|
4536
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class"
|
|
4537
|
+
},
|
|
4538
|
+
{
|
|
4539
|
+
"kind": "Content",
|
|
4540
|
+
"text": ", any>;\n }, typeof import(\"./cell-editors\")."
|
|
4541
|
+
},
|
|
4542
|
+
{
|
|
4543
|
+
"kind": "Reference",
|
|
4544
|
+
"text": "MultiselectEditor",
|
|
4545
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class"
|
|
4546
|
+
},
|
|
4438
4547
|
{
|
|
4439
4548
|
"kind": "Content",
|
|
4440
4549
|
"text": ">;\n register(container?: "
|
|
@@ -4455,7 +4564,7 @@
|
|
|
4455
4564
|
"name": "foundationGridComponents",
|
|
4456
4565
|
"variableTypeTokenRange": {
|
|
4457
4566
|
"startIndex": 1,
|
|
4458
|
-
"endIndex":
|
|
4567
|
+
"endIndex": 168
|
|
4459
4568
|
}
|
|
4460
4569
|
},
|
|
4461
4570
|
{
|
|
@@ -4764,6 +4873,110 @@
|
|
|
4764
4873
|
"endIndex": 2
|
|
4765
4874
|
}
|
|
4766
4875
|
},
|
|
4876
|
+
{
|
|
4877
|
+
"kind": "Variable",
|
|
4878
|
+
"canonicalReference": "@genesislcap/grid-pro!foundationMultiselectEditor:var",
|
|
4879
|
+
"docComment": "/**\n * @remarks\n *\n * HTML Element: \\<foundation-multiselect-editor\\>\n *\n * @public\n */\n",
|
|
4880
|
+
"excerptTokens": [
|
|
4881
|
+
{
|
|
4882
|
+
"kind": "Content",
|
|
4883
|
+
"text": "foundationMultiselectEditor: "
|
|
4884
|
+
},
|
|
4885
|
+
{
|
|
4886
|
+
"kind": "Content",
|
|
4887
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
4888
|
+
},
|
|
4889
|
+
{
|
|
4890
|
+
"kind": "Reference",
|
|
4891
|
+
"text": "OverrideFoundationElementDefinition",
|
|
4892
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
4893
|
+
},
|
|
4894
|
+
{
|
|
4895
|
+
"kind": "Content",
|
|
4896
|
+
"text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
|
|
4897
|
+
},
|
|
4898
|
+
{
|
|
4899
|
+
"kind": "Reference",
|
|
4900
|
+
"text": "ElementStyles",
|
|
4901
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
4902
|
+
},
|
|
4903
|
+
{
|
|
4904
|
+
"kind": "Content",
|
|
4905
|
+
"text": ";\n template: import(\"@microsoft/fast-element\")."
|
|
4906
|
+
},
|
|
4907
|
+
{
|
|
4908
|
+
"kind": "Reference",
|
|
4909
|
+
"text": "ViewTemplate",
|
|
4910
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
4911
|
+
},
|
|
4912
|
+
{
|
|
4913
|
+
"kind": "Content",
|
|
4914
|
+
"text": "<"
|
|
4915
|
+
},
|
|
4916
|
+
{
|
|
4917
|
+
"kind": "Reference",
|
|
4918
|
+
"text": "MultiselectEditor",
|
|
4919
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class"
|
|
4920
|
+
},
|
|
4921
|
+
{
|
|
4922
|
+
"kind": "Content",
|
|
4923
|
+
"text": ", any>;\n}>) => import(\"@microsoft/fast-foundation\")."
|
|
4924
|
+
},
|
|
4925
|
+
{
|
|
4926
|
+
"kind": "Reference",
|
|
4927
|
+
"text": "FoundationElementRegistry",
|
|
4928
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
4929
|
+
},
|
|
4930
|
+
{
|
|
4931
|
+
"kind": "Content",
|
|
4932
|
+
"text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
|
|
4933
|
+
},
|
|
4934
|
+
{
|
|
4935
|
+
"kind": "Reference",
|
|
4936
|
+
"text": "ElementStyles",
|
|
4937
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
4938
|
+
},
|
|
4939
|
+
{
|
|
4940
|
+
"kind": "Content",
|
|
4941
|
+
"text": ";\n template: import(\"@microsoft/fast-element\")."
|
|
4942
|
+
},
|
|
4943
|
+
{
|
|
4944
|
+
"kind": "Reference",
|
|
4945
|
+
"text": "ViewTemplate",
|
|
4946
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
4947
|
+
},
|
|
4948
|
+
{
|
|
4949
|
+
"kind": "Content",
|
|
4950
|
+
"text": "<"
|
|
4951
|
+
},
|
|
4952
|
+
{
|
|
4953
|
+
"kind": "Reference",
|
|
4954
|
+
"text": "MultiselectEditor",
|
|
4955
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class"
|
|
4956
|
+
},
|
|
4957
|
+
{
|
|
4958
|
+
"kind": "Content",
|
|
4959
|
+
"text": ", any>;\n}, typeof "
|
|
4960
|
+
},
|
|
4961
|
+
{
|
|
4962
|
+
"kind": "Reference",
|
|
4963
|
+
"text": "MultiselectEditor",
|
|
4964
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class"
|
|
4965
|
+
},
|
|
4966
|
+
{
|
|
4967
|
+
"kind": "Content",
|
|
4968
|
+
"text": ">"
|
|
4969
|
+
}
|
|
4970
|
+
],
|
|
4971
|
+
"fileUrlPath": "src/cell-editors/multiselect.editor.ts",
|
|
4972
|
+
"isReadonly": true,
|
|
4973
|
+
"releaseTag": "Public",
|
|
4974
|
+
"name": "foundationMultiselectEditor",
|
|
4975
|
+
"variableTypeTokenRange": {
|
|
4976
|
+
"startIndex": 1,
|
|
4977
|
+
"endIndex": 20
|
|
4978
|
+
}
|
|
4979
|
+
},
|
|
4767
4980
|
{
|
|
4768
4981
|
"kind": "Variable",
|
|
4769
4982
|
"canonicalReference": "@genesislcap/grid-pro!foundationNumberEditor:var",
|
|
@@ -5059,6 +5272,47 @@
|
|
|
5059
5272
|
"endIndex": 6
|
|
5060
5273
|
}
|
|
5061
5274
|
},
|
|
5275
|
+
{
|
|
5276
|
+
"kind": "Variable",
|
|
5277
|
+
"canonicalReference": "@genesislcap/grid-pro!getMultiselectEditorTemplate:var",
|
|
5278
|
+
"docComment": "/**\n * Get a Design System prefixed Select template.\n *\n * @param designSystem - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A Select component template prefixed with the correct design system.\n *\n * @public\n */\n",
|
|
5279
|
+
"excerptTokens": [
|
|
5280
|
+
{
|
|
5281
|
+
"kind": "Content",
|
|
5282
|
+
"text": "getMultiselectEditorTemplate: "
|
|
5283
|
+
},
|
|
5284
|
+
{
|
|
5285
|
+
"kind": "Content",
|
|
5286
|
+
"text": "(designSystem?: string) => import(\"@microsoft/fast-element\")."
|
|
5287
|
+
},
|
|
5288
|
+
{
|
|
5289
|
+
"kind": "Reference",
|
|
5290
|
+
"text": "ViewTemplate",
|
|
5291
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
5292
|
+
},
|
|
5293
|
+
{
|
|
5294
|
+
"kind": "Content",
|
|
5295
|
+
"text": "<"
|
|
5296
|
+
},
|
|
5297
|
+
{
|
|
5298
|
+
"kind": "Reference",
|
|
5299
|
+
"text": "MultiselectEditor",
|
|
5300
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class"
|
|
5301
|
+
},
|
|
5302
|
+
{
|
|
5303
|
+
"kind": "Content",
|
|
5304
|
+
"text": ", any>"
|
|
5305
|
+
}
|
|
5306
|
+
],
|
|
5307
|
+
"fileUrlPath": "src/cell-editors/multiselect.editor.ts",
|
|
5308
|
+
"isReadonly": true,
|
|
5309
|
+
"releaseTag": "Public",
|
|
5310
|
+
"name": "getMultiselectEditorTemplate",
|
|
5311
|
+
"variableTypeTokenRange": {
|
|
5312
|
+
"startIndex": 1,
|
|
5313
|
+
"endIndex": 6
|
|
5314
|
+
}
|
|
5315
|
+
},
|
|
5062
5316
|
{
|
|
5063
5317
|
"kind": "Variable",
|
|
5064
5318
|
"canonicalReference": "@genesislcap/grid-pro!getNumberEditorTemplate:var",
|
|
@@ -8666,6 +8920,27 @@
|
|
|
8666
8920
|
"releaseTag": "Public",
|
|
8667
8921
|
"name": "boolean"
|
|
8668
8922
|
},
|
|
8923
|
+
{
|
|
8924
|
+
"kind": "EnumMember",
|
|
8925
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.multiselectEditor:member",
|
|
8926
|
+
"docComment": "",
|
|
8927
|
+
"excerptTokens": [
|
|
8928
|
+
{
|
|
8929
|
+
"kind": "Content",
|
|
8930
|
+
"text": "multiselectEditor = "
|
|
8931
|
+
},
|
|
8932
|
+
{
|
|
8933
|
+
"kind": "Content",
|
|
8934
|
+
"text": "\"multiselectEditor\""
|
|
8935
|
+
}
|
|
8936
|
+
],
|
|
8937
|
+
"initializerTokenRange": {
|
|
8938
|
+
"startIndex": 1,
|
|
8939
|
+
"endIndex": 2
|
|
8940
|
+
},
|
|
8941
|
+
"releaseTag": "Public",
|
|
8942
|
+
"name": "multiselectEditor"
|
|
8943
|
+
},
|
|
8669
8944
|
{
|
|
8670
8945
|
"kind": "EnumMember",
|
|
8671
8946
|
"canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.numberEditor:member",
|
|
@@ -8882,12 +9157,12 @@
|
|
|
8882
9157
|
},
|
|
8883
9158
|
{
|
|
8884
9159
|
"kind": "Class",
|
|
8885
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
8886
|
-
"docComment": "/**\n * The AG
|
|
9160
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class",
|
|
9161
|
+
"docComment": "/**\n * The AG Multiselect Editor element.\n *\n * @tagname\n *\n * %%prefix%%-multiselect-editor\n *\n * @public\n */\n",
|
|
8887
9162
|
"excerptTokens": [
|
|
8888
9163
|
{
|
|
8889
9164
|
"kind": "Content",
|
|
8890
|
-
"text": "export declare class
|
|
9165
|
+
"text": "export declare class MultiselectEditor extends "
|
|
8891
9166
|
},
|
|
8892
9167
|
{
|
|
8893
9168
|
"kind": "Reference",
|
|
@@ -8908,30 +9183,643 @@
|
|
|
8908
9183
|
"text": " "
|
|
8909
9184
|
}
|
|
8910
9185
|
],
|
|
8911
|
-
"fileUrlPath": "src/cell-editors/
|
|
9186
|
+
"fileUrlPath": "src/cell-editors/multiselect.editor.ts",
|
|
8912
9187
|
"releaseTag": "Public",
|
|
8913
9188
|
"isAbstract": false,
|
|
8914
|
-
"name": "
|
|
9189
|
+
"name": "MultiselectEditor",
|
|
8915
9190
|
"preserveMemberOrder": false,
|
|
8916
9191
|
"members": [
|
|
8917
9192
|
{
|
|
8918
9193
|
"kind": "Method",
|
|
8919
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
9194
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#changeHandler:member(1)",
|
|
8920
9195
|
"docComment": "",
|
|
8921
9196
|
"excerptTokens": [
|
|
8922
9197
|
{
|
|
8923
9198
|
"kind": "Content",
|
|
8924
|
-
"text": "
|
|
9199
|
+
"text": "changeHandler(event: "
|
|
8925
9200
|
},
|
|
8926
9201
|
{
|
|
8927
9202
|
"kind": "Content",
|
|
8928
|
-
"text": "
|
|
9203
|
+
"text": "any"
|
|
8929
9204
|
},
|
|
8930
9205
|
{
|
|
8931
9206
|
"kind": "Content",
|
|
8932
|
-
"text": "
|
|
8933
|
-
}
|
|
8934
|
-
|
|
9207
|
+
"text": "): "
|
|
9208
|
+
},
|
|
9209
|
+
{
|
|
9210
|
+
"kind": "Content",
|
|
9211
|
+
"text": "void"
|
|
9212
|
+
},
|
|
9213
|
+
{
|
|
9214
|
+
"kind": "Content",
|
|
9215
|
+
"text": ";"
|
|
9216
|
+
}
|
|
9217
|
+
],
|
|
9218
|
+
"isStatic": false,
|
|
9219
|
+
"returnTypeTokenRange": {
|
|
9220
|
+
"startIndex": 3,
|
|
9221
|
+
"endIndex": 4
|
|
9222
|
+
},
|
|
9223
|
+
"releaseTag": "Public",
|
|
9224
|
+
"isProtected": false,
|
|
9225
|
+
"overloadIndex": 1,
|
|
9226
|
+
"parameters": [
|
|
9227
|
+
{
|
|
9228
|
+
"parameterName": "event",
|
|
9229
|
+
"parameterTypeTokenRange": {
|
|
9230
|
+
"startIndex": 1,
|
|
9231
|
+
"endIndex": 2
|
|
9232
|
+
},
|
|
9233
|
+
"isOptional": false
|
|
9234
|
+
}
|
|
9235
|
+
],
|
|
9236
|
+
"isOptional": false,
|
|
9237
|
+
"isAbstract": false,
|
|
9238
|
+
"name": "changeHandler"
|
|
9239
|
+
},
|
|
9240
|
+
{
|
|
9241
|
+
"kind": "Method",
|
|
9242
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#destroy:member(1)",
|
|
9243
|
+
"docComment": "",
|
|
9244
|
+
"excerptTokens": [
|
|
9245
|
+
{
|
|
9246
|
+
"kind": "Content",
|
|
9247
|
+
"text": "destroy(): "
|
|
9248
|
+
},
|
|
9249
|
+
{
|
|
9250
|
+
"kind": "Content",
|
|
9251
|
+
"text": "void"
|
|
9252
|
+
},
|
|
9253
|
+
{
|
|
9254
|
+
"kind": "Content",
|
|
9255
|
+
"text": ";"
|
|
9256
|
+
}
|
|
9257
|
+
],
|
|
9258
|
+
"isStatic": false,
|
|
9259
|
+
"returnTypeTokenRange": {
|
|
9260
|
+
"startIndex": 1,
|
|
9261
|
+
"endIndex": 2
|
|
9262
|
+
},
|
|
9263
|
+
"releaseTag": "Public",
|
|
9264
|
+
"isProtected": false,
|
|
9265
|
+
"overloadIndex": 1,
|
|
9266
|
+
"parameters": [],
|
|
9267
|
+
"isOptional": false,
|
|
9268
|
+
"isAbstract": false,
|
|
9269
|
+
"name": "destroy"
|
|
9270
|
+
},
|
|
9271
|
+
{
|
|
9272
|
+
"kind": "Method",
|
|
9273
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#getGui:member(1)",
|
|
9274
|
+
"docComment": "",
|
|
9275
|
+
"excerptTokens": [
|
|
9276
|
+
{
|
|
9277
|
+
"kind": "Content",
|
|
9278
|
+
"text": "getGui(): "
|
|
9279
|
+
},
|
|
9280
|
+
{
|
|
9281
|
+
"kind": "Reference",
|
|
9282
|
+
"text": "HTMLElement",
|
|
9283
|
+
"canonicalReference": "!HTMLElement:interface"
|
|
9284
|
+
},
|
|
9285
|
+
{
|
|
9286
|
+
"kind": "Content",
|
|
9287
|
+
"text": ";"
|
|
9288
|
+
}
|
|
9289
|
+
],
|
|
9290
|
+
"isStatic": false,
|
|
9291
|
+
"returnTypeTokenRange": {
|
|
9292
|
+
"startIndex": 1,
|
|
9293
|
+
"endIndex": 2
|
|
9294
|
+
},
|
|
9295
|
+
"releaseTag": "Public",
|
|
9296
|
+
"isProtected": false,
|
|
9297
|
+
"overloadIndex": 1,
|
|
9298
|
+
"parameters": [],
|
|
9299
|
+
"isOptional": false,
|
|
9300
|
+
"isAbstract": false,
|
|
9301
|
+
"name": "getGui"
|
|
9302
|
+
},
|
|
9303
|
+
{
|
|
9304
|
+
"kind": "Method",
|
|
9305
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#getValue:member(1)",
|
|
9306
|
+
"docComment": "",
|
|
9307
|
+
"excerptTokens": [
|
|
9308
|
+
{
|
|
9309
|
+
"kind": "Content",
|
|
9310
|
+
"text": "getValue(): "
|
|
9311
|
+
},
|
|
9312
|
+
{
|
|
9313
|
+
"kind": "Content",
|
|
9314
|
+
"text": "any[]"
|
|
9315
|
+
},
|
|
9316
|
+
{
|
|
9317
|
+
"kind": "Content",
|
|
9318
|
+
"text": ";"
|
|
9319
|
+
}
|
|
9320
|
+
],
|
|
9321
|
+
"isStatic": false,
|
|
9322
|
+
"returnTypeTokenRange": {
|
|
9323
|
+
"startIndex": 1,
|
|
9324
|
+
"endIndex": 2
|
|
9325
|
+
},
|
|
9326
|
+
"releaseTag": "Public",
|
|
9327
|
+
"isProtected": false,
|
|
9328
|
+
"overloadIndex": 1,
|
|
9329
|
+
"parameters": [],
|
|
9330
|
+
"isOptional": false,
|
|
9331
|
+
"isAbstract": false,
|
|
9332
|
+
"name": "getValue"
|
|
9333
|
+
},
|
|
9334
|
+
{
|
|
9335
|
+
"kind": "Method",
|
|
9336
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#init:member(1)",
|
|
9337
|
+
"docComment": "",
|
|
9338
|
+
"excerptTokens": [
|
|
9339
|
+
{
|
|
9340
|
+
"kind": "Content",
|
|
9341
|
+
"text": "init(params: "
|
|
9342
|
+
},
|
|
9343
|
+
{
|
|
9344
|
+
"kind": "Reference",
|
|
9345
|
+
"text": "MultiselectEditorParams",
|
|
9346
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams:interface"
|
|
9347
|
+
},
|
|
9348
|
+
{
|
|
9349
|
+
"kind": "Content",
|
|
9350
|
+
"text": "): "
|
|
9351
|
+
},
|
|
9352
|
+
{
|
|
9353
|
+
"kind": "Content",
|
|
9354
|
+
"text": "void"
|
|
9355
|
+
},
|
|
9356
|
+
{
|
|
9357
|
+
"kind": "Content",
|
|
9358
|
+
"text": ";"
|
|
9359
|
+
}
|
|
9360
|
+
],
|
|
9361
|
+
"isStatic": false,
|
|
9362
|
+
"returnTypeTokenRange": {
|
|
9363
|
+
"startIndex": 3,
|
|
9364
|
+
"endIndex": 4
|
|
9365
|
+
},
|
|
9366
|
+
"releaseTag": "Public",
|
|
9367
|
+
"isProtected": false,
|
|
9368
|
+
"overloadIndex": 1,
|
|
9369
|
+
"parameters": [
|
|
9370
|
+
{
|
|
9371
|
+
"parameterName": "params",
|
|
9372
|
+
"parameterTypeTokenRange": {
|
|
9373
|
+
"startIndex": 1,
|
|
9374
|
+
"endIndex": 2
|
|
9375
|
+
},
|
|
9376
|
+
"isOptional": false
|
|
9377
|
+
}
|
|
9378
|
+
],
|
|
9379
|
+
"isOptional": false,
|
|
9380
|
+
"isAbstract": false,
|
|
9381
|
+
"name": "init"
|
|
9382
|
+
},
|
|
9383
|
+
{
|
|
9384
|
+
"kind": "Method",
|
|
9385
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#isPopup:member(1)",
|
|
9386
|
+
"docComment": "",
|
|
9387
|
+
"excerptTokens": [
|
|
9388
|
+
{
|
|
9389
|
+
"kind": "Content",
|
|
9390
|
+
"text": "isPopup(): "
|
|
9391
|
+
},
|
|
9392
|
+
{
|
|
9393
|
+
"kind": "Content",
|
|
9394
|
+
"text": "boolean"
|
|
9395
|
+
},
|
|
9396
|
+
{
|
|
9397
|
+
"kind": "Content",
|
|
9398
|
+
"text": ";"
|
|
9399
|
+
}
|
|
9400
|
+
],
|
|
9401
|
+
"isStatic": false,
|
|
9402
|
+
"returnTypeTokenRange": {
|
|
9403
|
+
"startIndex": 1,
|
|
9404
|
+
"endIndex": 2
|
|
9405
|
+
},
|
|
9406
|
+
"releaseTag": "Public",
|
|
9407
|
+
"isProtected": false,
|
|
9408
|
+
"overloadIndex": 1,
|
|
9409
|
+
"parameters": [],
|
|
9410
|
+
"isOptional": false,
|
|
9411
|
+
"isAbstract": false,
|
|
9412
|
+
"name": "isPopup"
|
|
9413
|
+
},
|
|
9414
|
+
{
|
|
9415
|
+
"kind": "Property",
|
|
9416
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#params:member",
|
|
9417
|
+
"docComment": "",
|
|
9418
|
+
"excerptTokens": [
|
|
9419
|
+
{
|
|
9420
|
+
"kind": "Content",
|
|
9421
|
+
"text": "params: "
|
|
9422
|
+
},
|
|
9423
|
+
{
|
|
9424
|
+
"kind": "Reference",
|
|
9425
|
+
"text": "MultiselectEditorParams",
|
|
9426
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams:interface"
|
|
9427
|
+
},
|
|
9428
|
+
{
|
|
9429
|
+
"kind": "Content",
|
|
9430
|
+
"text": ";"
|
|
9431
|
+
}
|
|
9432
|
+
],
|
|
9433
|
+
"isReadonly": false,
|
|
9434
|
+
"isOptional": false,
|
|
9435
|
+
"releaseTag": "Public",
|
|
9436
|
+
"name": "params",
|
|
9437
|
+
"propertyTypeTokenRange": {
|
|
9438
|
+
"startIndex": 1,
|
|
9439
|
+
"endIndex": 2
|
|
9440
|
+
},
|
|
9441
|
+
"isStatic": false,
|
|
9442
|
+
"isProtected": false,
|
|
9443
|
+
"isAbstract": false
|
|
9444
|
+
},
|
|
9445
|
+
{
|
|
9446
|
+
"kind": "Method",
|
|
9447
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#refresh:member(1)",
|
|
9448
|
+
"docComment": "",
|
|
9449
|
+
"excerptTokens": [
|
|
9450
|
+
{
|
|
9451
|
+
"kind": "Content",
|
|
9452
|
+
"text": "refresh(params: "
|
|
9453
|
+
},
|
|
9454
|
+
{
|
|
9455
|
+
"kind": "Reference",
|
|
9456
|
+
"text": "MultiselectEditorParams",
|
|
9457
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams:interface"
|
|
9458
|
+
},
|
|
9459
|
+
{
|
|
9460
|
+
"kind": "Content",
|
|
9461
|
+
"text": "): "
|
|
9462
|
+
},
|
|
9463
|
+
{
|
|
9464
|
+
"kind": "Content",
|
|
9465
|
+
"text": "boolean"
|
|
9466
|
+
},
|
|
9467
|
+
{
|
|
9468
|
+
"kind": "Content",
|
|
9469
|
+
"text": ";"
|
|
9470
|
+
}
|
|
9471
|
+
],
|
|
9472
|
+
"isStatic": false,
|
|
9473
|
+
"returnTypeTokenRange": {
|
|
9474
|
+
"startIndex": 3,
|
|
9475
|
+
"endIndex": 4
|
|
9476
|
+
},
|
|
9477
|
+
"releaseTag": "Public",
|
|
9478
|
+
"isProtected": false,
|
|
9479
|
+
"overloadIndex": 1,
|
|
9480
|
+
"parameters": [
|
|
9481
|
+
{
|
|
9482
|
+
"parameterName": "params",
|
|
9483
|
+
"parameterTypeTokenRange": {
|
|
9484
|
+
"startIndex": 1,
|
|
9485
|
+
"endIndex": 2
|
|
9486
|
+
},
|
|
9487
|
+
"isOptional": false
|
|
9488
|
+
}
|
|
9489
|
+
],
|
|
9490
|
+
"isOptional": false,
|
|
9491
|
+
"isAbstract": false,
|
|
9492
|
+
"name": "refresh"
|
|
9493
|
+
},
|
|
9494
|
+
{
|
|
9495
|
+
"kind": "Property",
|
|
9496
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#selectedOptions:member",
|
|
9497
|
+
"docComment": "",
|
|
9498
|
+
"excerptTokens": [
|
|
9499
|
+
{
|
|
9500
|
+
"kind": "Content",
|
|
9501
|
+
"text": "selectedOptions: "
|
|
9502
|
+
},
|
|
9503
|
+
{
|
|
9504
|
+
"kind": "Content",
|
|
9505
|
+
"text": "any[]"
|
|
9506
|
+
},
|
|
9507
|
+
{
|
|
9508
|
+
"kind": "Content",
|
|
9509
|
+
"text": ";"
|
|
9510
|
+
}
|
|
9511
|
+
],
|
|
9512
|
+
"isReadonly": false,
|
|
9513
|
+
"isOptional": false,
|
|
9514
|
+
"releaseTag": "Public",
|
|
9515
|
+
"name": "selectedOptions",
|
|
9516
|
+
"propertyTypeTokenRange": {
|
|
9517
|
+
"startIndex": 1,
|
|
9518
|
+
"endIndex": 2
|
|
9519
|
+
},
|
|
9520
|
+
"isStatic": false,
|
|
9521
|
+
"isProtected": false,
|
|
9522
|
+
"isAbstract": false
|
|
9523
|
+
}
|
|
9524
|
+
],
|
|
9525
|
+
"extendsTokenRange": {
|
|
9526
|
+
"startIndex": 1,
|
|
9527
|
+
"endIndex": 2
|
|
9528
|
+
},
|
|
9529
|
+
"implementsTokenRanges": [
|
|
9530
|
+
{
|
|
9531
|
+
"startIndex": 3,
|
|
9532
|
+
"endIndex": 4
|
|
9533
|
+
}
|
|
9534
|
+
]
|
|
9535
|
+
},
|
|
9536
|
+
{
|
|
9537
|
+
"kind": "Interface",
|
|
9538
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams:interface",
|
|
9539
|
+
"docComment": "/**\n * Parameters used to configure {@link MultiselectEditor}\n *\n * @public\n */\n",
|
|
9540
|
+
"excerptTokens": [
|
|
9541
|
+
{
|
|
9542
|
+
"kind": "Content",
|
|
9543
|
+
"text": "export interface MultiselectEditorParams extends "
|
|
9544
|
+
},
|
|
9545
|
+
{
|
|
9546
|
+
"kind": "Reference",
|
|
9547
|
+
"text": "ICellEditorParams",
|
|
9548
|
+
"canonicalReference": "@ag-grid-community/core!ICellEditorParams:interface"
|
|
9549
|
+
},
|
|
9550
|
+
{
|
|
9551
|
+
"kind": "Content",
|
|
9552
|
+
"text": " "
|
|
9553
|
+
}
|
|
9554
|
+
],
|
|
9555
|
+
"fileUrlPath": "src/cell-editors/multiselect.editor.ts",
|
|
9556
|
+
"releaseTag": "Public",
|
|
9557
|
+
"name": "MultiselectEditorParams",
|
|
9558
|
+
"preserveMemberOrder": false,
|
|
9559
|
+
"members": [
|
|
9560
|
+
{
|
|
9561
|
+
"kind": "PropertySignature",
|
|
9562
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#allOptionsResourceName:member",
|
|
9563
|
+
"docComment": "",
|
|
9564
|
+
"excerptTokens": [
|
|
9565
|
+
{
|
|
9566
|
+
"kind": "Content",
|
|
9567
|
+
"text": "allOptionsResourceName: "
|
|
9568
|
+
},
|
|
9569
|
+
{
|
|
9570
|
+
"kind": "Content",
|
|
9571
|
+
"text": "string"
|
|
9572
|
+
},
|
|
9573
|
+
{
|
|
9574
|
+
"kind": "Content",
|
|
9575
|
+
"text": ";"
|
|
9576
|
+
}
|
|
9577
|
+
],
|
|
9578
|
+
"isReadonly": false,
|
|
9579
|
+
"isOptional": false,
|
|
9580
|
+
"releaseTag": "Public",
|
|
9581
|
+
"name": "allOptionsResourceName",
|
|
9582
|
+
"propertyTypeTokenRange": {
|
|
9583
|
+
"startIndex": 1,
|
|
9584
|
+
"endIndex": 2
|
|
9585
|
+
}
|
|
9586
|
+
},
|
|
9587
|
+
{
|
|
9588
|
+
"kind": "PropertySignature",
|
|
9589
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#async:member",
|
|
9590
|
+
"docComment": "",
|
|
9591
|
+
"excerptTokens": [
|
|
9592
|
+
{
|
|
9593
|
+
"kind": "Content",
|
|
9594
|
+
"text": "async: "
|
|
9595
|
+
},
|
|
9596
|
+
{
|
|
9597
|
+
"kind": "Content",
|
|
9598
|
+
"text": "boolean"
|
|
9599
|
+
},
|
|
9600
|
+
{
|
|
9601
|
+
"kind": "Content",
|
|
9602
|
+
"text": ";"
|
|
9603
|
+
}
|
|
9604
|
+
],
|
|
9605
|
+
"isReadonly": false,
|
|
9606
|
+
"isOptional": false,
|
|
9607
|
+
"releaseTag": "Public",
|
|
9608
|
+
"name": "async",
|
|
9609
|
+
"propertyTypeTokenRange": {
|
|
9610
|
+
"startIndex": 1,
|
|
9611
|
+
"endIndex": 2
|
|
9612
|
+
}
|
|
9613
|
+
},
|
|
9614
|
+
{
|
|
9615
|
+
"kind": "PropertySignature",
|
|
9616
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#datasourceOptions:member",
|
|
9617
|
+
"docComment": "",
|
|
9618
|
+
"excerptTokens": [
|
|
9619
|
+
{
|
|
9620
|
+
"kind": "Content",
|
|
9621
|
+
"text": "datasourceOptions: "
|
|
9622
|
+
},
|
|
9623
|
+
{
|
|
9624
|
+
"kind": "Reference",
|
|
9625
|
+
"text": "DatasourceOptions",
|
|
9626
|
+
"canonicalReference": "@genesislcap/foundation-comms!DatasourceOptions:interface"
|
|
9627
|
+
},
|
|
9628
|
+
{
|
|
9629
|
+
"kind": "Content",
|
|
9630
|
+
"text": "[]"
|
|
9631
|
+
},
|
|
9632
|
+
{
|
|
9633
|
+
"kind": "Content",
|
|
9634
|
+
"text": ";"
|
|
9635
|
+
}
|
|
9636
|
+
],
|
|
9637
|
+
"isReadonly": false,
|
|
9638
|
+
"isOptional": false,
|
|
9639
|
+
"releaseTag": "Public",
|
|
9640
|
+
"name": "datasourceOptions",
|
|
9641
|
+
"propertyTypeTokenRange": {
|
|
9642
|
+
"startIndex": 1,
|
|
9643
|
+
"endIndex": 3
|
|
9644
|
+
}
|
|
9645
|
+
},
|
|
9646
|
+
{
|
|
9647
|
+
"kind": "PropertySignature",
|
|
9648
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#labelField:member",
|
|
9649
|
+
"docComment": "",
|
|
9650
|
+
"excerptTokens": [
|
|
9651
|
+
{
|
|
9652
|
+
"kind": "Content",
|
|
9653
|
+
"text": "labelField: "
|
|
9654
|
+
},
|
|
9655
|
+
{
|
|
9656
|
+
"kind": "Content",
|
|
9657
|
+
"text": "string"
|
|
9658
|
+
},
|
|
9659
|
+
{
|
|
9660
|
+
"kind": "Content",
|
|
9661
|
+
"text": ";"
|
|
9662
|
+
}
|
|
9663
|
+
],
|
|
9664
|
+
"isReadonly": false,
|
|
9665
|
+
"isOptional": false,
|
|
9666
|
+
"releaseTag": "Public",
|
|
9667
|
+
"name": "labelField",
|
|
9668
|
+
"propertyTypeTokenRange": {
|
|
9669
|
+
"startIndex": 1,
|
|
9670
|
+
"endIndex": 2
|
|
9671
|
+
}
|
|
9672
|
+
},
|
|
9673
|
+
{
|
|
9674
|
+
"kind": "PropertySignature",
|
|
9675
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#selectedOptionsCallback:member",
|
|
9676
|
+
"docComment": "",
|
|
9677
|
+
"excerptTokens": [
|
|
9678
|
+
{
|
|
9679
|
+
"kind": "Content",
|
|
9680
|
+
"text": "selectedOptionsCallback: "
|
|
9681
|
+
},
|
|
9682
|
+
{
|
|
9683
|
+
"kind": "Content",
|
|
9684
|
+
"text": "(data: any) => "
|
|
9685
|
+
},
|
|
9686
|
+
{
|
|
9687
|
+
"kind": "Reference",
|
|
9688
|
+
"text": "Promise",
|
|
9689
|
+
"canonicalReference": "!Promise:interface"
|
|
9690
|
+
},
|
|
9691
|
+
{
|
|
9692
|
+
"kind": "Content",
|
|
9693
|
+
"text": "<[]>"
|
|
9694
|
+
},
|
|
9695
|
+
{
|
|
9696
|
+
"kind": "Content",
|
|
9697
|
+
"text": ";"
|
|
9698
|
+
}
|
|
9699
|
+
],
|
|
9700
|
+
"isReadonly": false,
|
|
9701
|
+
"isOptional": false,
|
|
9702
|
+
"releaseTag": "Public",
|
|
9703
|
+
"name": "selectedOptionsCallback",
|
|
9704
|
+
"propertyTypeTokenRange": {
|
|
9705
|
+
"startIndex": 1,
|
|
9706
|
+
"endIndex": 4
|
|
9707
|
+
}
|
|
9708
|
+
},
|
|
9709
|
+
{
|
|
9710
|
+
"kind": "PropertySignature",
|
|
9711
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#valueField:member",
|
|
9712
|
+
"docComment": "",
|
|
9713
|
+
"excerptTokens": [
|
|
9714
|
+
{
|
|
9715
|
+
"kind": "Content",
|
|
9716
|
+
"text": "valueField: "
|
|
9717
|
+
},
|
|
9718
|
+
{
|
|
9719
|
+
"kind": "Content",
|
|
9720
|
+
"text": "string"
|
|
9721
|
+
},
|
|
9722
|
+
{
|
|
9723
|
+
"kind": "Content",
|
|
9724
|
+
"text": ";"
|
|
9725
|
+
}
|
|
9726
|
+
],
|
|
9727
|
+
"isReadonly": false,
|
|
9728
|
+
"isOptional": false,
|
|
9729
|
+
"releaseTag": "Public",
|
|
9730
|
+
"name": "valueField",
|
|
9731
|
+
"propertyTypeTokenRange": {
|
|
9732
|
+
"startIndex": 1,
|
|
9733
|
+
"endIndex": 2
|
|
9734
|
+
}
|
|
9735
|
+
},
|
|
9736
|
+
{
|
|
9737
|
+
"kind": "PropertySignature",
|
|
9738
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#values:member",
|
|
9739
|
+
"docComment": "",
|
|
9740
|
+
"excerptTokens": [
|
|
9741
|
+
{
|
|
9742
|
+
"kind": "Content",
|
|
9743
|
+
"text": "values: "
|
|
9744
|
+
},
|
|
9745
|
+
{
|
|
9746
|
+
"kind": "Content",
|
|
9747
|
+
"text": "any[]"
|
|
9748
|
+
},
|
|
9749
|
+
{
|
|
9750
|
+
"kind": "Content",
|
|
9751
|
+
"text": ";"
|
|
9752
|
+
}
|
|
9753
|
+
],
|
|
9754
|
+
"isReadonly": false,
|
|
9755
|
+
"isOptional": false,
|
|
9756
|
+
"releaseTag": "Public",
|
|
9757
|
+
"name": "values",
|
|
9758
|
+
"propertyTypeTokenRange": {
|
|
9759
|
+
"startIndex": 1,
|
|
9760
|
+
"endIndex": 2
|
|
9761
|
+
}
|
|
9762
|
+
}
|
|
9763
|
+
],
|
|
9764
|
+
"extendsTokenRanges": [
|
|
9765
|
+
{
|
|
9766
|
+
"startIndex": 1,
|
|
9767
|
+
"endIndex": 2
|
|
9768
|
+
}
|
|
9769
|
+
]
|
|
9770
|
+
},
|
|
9771
|
+
{
|
|
9772
|
+
"kind": "Class",
|
|
9773
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditor:class",
|
|
9774
|
+
"docComment": "/**\n * The AG Number Editor element.\n *\n * @tagname\n *\n * %%prefix%%-number-editor\n *\n * @public\n */\n",
|
|
9775
|
+
"excerptTokens": [
|
|
9776
|
+
{
|
|
9777
|
+
"kind": "Content",
|
|
9778
|
+
"text": "export declare class NumberEditor extends "
|
|
9779
|
+
},
|
|
9780
|
+
{
|
|
9781
|
+
"kind": "Reference",
|
|
9782
|
+
"text": "FoundationElement",
|
|
9783
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
9784
|
+
},
|
|
9785
|
+
{
|
|
9786
|
+
"kind": "Content",
|
|
9787
|
+
"text": " implements "
|
|
9788
|
+
},
|
|
9789
|
+
{
|
|
9790
|
+
"kind": "Reference",
|
|
9791
|
+
"text": "ICellEditorComp",
|
|
9792
|
+
"canonicalReference": "@ag-grid-community/core!ICellEditorComp:interface"
|
|
9793
|
+
},
|
|
9794
|
+
{
|
|
9795
|
+
"kind": "Content",
|
|
9796
|
+
"text": " "
|
|
9797
|
+
}
|
|
9798
|
+
],
|
|
9799
|
+
"fileUrlPath": "src/cell-editors/number.editor.ts",
|
|
9800
|
+
"releaseTag": "Public",
|
|
9801
|
+
"isAbstract": false,
|
|
9802
|
+
"name": "NumberEditor",
|
|
9803
|
+
"preserveMemberOrder": false,
|
|
9804
|
+
"members": [
|
|
9805
|
+
{
|
|
9806
|
+
"kind": "Method",
|
|
9807
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditor#afterGuiAttached:member(1)",
|
|
9808
|
+
"docComment": "",
|
|
9809
|
+
"excerptTokens": [
|
|
9810
|
+
{
|
|
9811
|
+
"kind": "Content",
|
|
9812
|
+
"text": "afterGuiAttached(): "
|
|
9813
|
+
},
|
|
9814
|
+
{
|
|
9815
|
+
"kind": "Content",
|
|
9816
|
+
"text": "void"
|
|
9817
|
+
},
|
|
9818
|
+
{
|
|
9819
|
+
"kind": "Content",
|
|
9820
|
+
"text": ";"
|
|
9821
|
+
}
|
|
9822
|
+
],
|
|
8935
9823
|
"isStatic": false,
|
|
8936
9824
|
"returnTypeTokenRange": {
|
|
8937
9825
|
"startIndex": 1,
|
|
@@ -9555,6 +10443,54 @@
|
|
|
9555
10443
|
"isAbstract": false,
|
|
9556
10444
|
"name": "afterGuiAttached"
|
|
9557
10445
|
},
|
|
10446
|
+
{
|
|
10447
|
+
"kind": "Method",
|
|
10448
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#changeHandler:member(1)",
|
|
10449
|
+
"docComment": "",
|
|
10450
|
+
"excerptTokens": [
|
|
10451
|
+
{
|
|
10452
|
+
"kind": "Content",
|
|
10453
|
+
"text": "changeHandler(event: "
|
|
10454
|
+
},
|
|
10455
|
+
{
|
|
10456
|
+
"kind": "Content",
|
|
10457
|
+
"text": "any"
|
|
10458
|
+
},
|
|
10459
|
+
{
|
|
10460
|
+
"kind": "Content",
|
|
10461
|
+
"text": "): "
|
|
10462
|
+
},
|
|
10463
|
+
{
|
|
10464
|
+
"kind": "Content",
|
|
10465
|
+
"text": "void"
|
|
10466
|
+
},
|
|
10467
|
+
{
|
|
10468
|
+
"kind": "Content",
|
|
10469
|
+
"text": ";"
|
|
10470
|
+
}
|
|
10471
|
+
],
|
|
10472
|
+
"isStatic": false,
|
|
10473
|
+
"returnTypeTokenRange": {
|
|
10474
|
+
"startIndex": 3,
|
|
10475
|
+
"endIndex": 4
|
|
10476
|
+
},
|
|
10477
|
+
"releaseTag": "Public",
|
|
10478
|
+
"isProtected": false,
|
|
10479
|
+
"overloadIndex": 1,
|
|
10480
|
+
"parameters": [
|
|
10481
|
+
{
|
|
10482
|
+
"parameterName": "event",
|
|
10483
|
+
"parameterTypeTokenRange": {
|
|
10484
|
+
"startIndex": 1,
|
|
10485
|
+
"endIndex": 2
|
|
10486
|
+
},
|
|
10487
|
+
"isOptional": false
|
|
10488
|
+
}
|
|
10489
|
+
],
|
|
10490
|
+
"isOptional": false,
|
|
10491
|
+
"isAbstract": false,
|
|
10492
|
+
"name": "changeHandler"
|
|
10493
|
+
},
|
|
9558
10494
|
{
|
|
9559
10495
|
"kind": "Property",
|
|
9560
10496
|
"canonicalReference": "@genesislcap/grid-pro!SelectEditor#combobox:member",
|
|
@@ -9932,6 +10868,33 @@
|
|
|
9932
10868
|
"endIndex": 2
|
|
9933
10869
|
}
|
|
9934
10870
|
},
|
|
10871
|
+
{
|
|
10872
|
+
"kind": "PropertySignature",
|
|
10873
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#async:member",
|
|
10874
|
+
"docComment": "",
|
|
10875
|
+
"excerptTokens": [
|
|
10876
|
+
{
|
|
10877
|
+
"kind": "Content",
|
|
10878
|
+
"text": "async: "
|
|
10879
|
+
},
|
|
10880
|
+
{
|
|
10881
|
+
"kind": "Content",
|
|
10882
|
+
"text": "boolean"
|
|
10883
|
+
},
|
|
10884
|
+
{
|
|
10885
|
+
"kind": "Content",
|
|
10886
|
+
"text": ";"
|
|
10887
|
+
}
|
|
10888
|
+
],
|
|
10889
|
+
"isReadonly": false,
|
|
10890
|
+
"isOptional": false,
|
|
10891
|
+
"releaseTag": "Public",
|
|
10892
|
+
"name": "async",
|
|
10893
|
+
"propertyTypeTokenRange": {
|
|
10894
|
+
"startIndex": 1,
|
|
10895
|
+
"endIndex": 2
|
|
10896
|
+
}
|
|
10897
|
+
},
|
|
9935
10898
|
{
|
|
9936
10899
|
"kind": "PropertySignature",
|
|
9937
10900
|
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#datasourceOptions:member",
|