@genesislcap/grid-pro 14.104.0 → 14.106.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.
Files changed (76) hide show
  1. package/dist/custom-elements.json +1421 -654
  2. package/dist/dts/cell-editors/index.d.ts +1 -0
  3. package/dist/dts/cell-editors/index.d.ts.map +1 -1
  4. package/dist/dts/cell-editors/multiselect.editor.d.ts +60 -0
  5. package/dist/dts/cell-editors/multiselect.editor.d.ts.map +1 -0
  6. package/dist/dts/cell-editors/select.editor.d.ts +2 -0
  7. package/dist/dts/cell-editors/select.editor.d.ts.map +1 -1
  8. package/dist/dts/datasource/base.datasource.d.ts +18 -0
  9. package/dist/dts/datasource/base.datasource.d.ts.map +1 -0
  10. package/dist/dts/datasource/server-side.datasource.d.ts +3 -12
  11. package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
  12. package/dist/dts/grid-components.d.ts +9 -0
  13. package/dist/dts/grid-components.d.ts.map +1 -1
  14. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +8 -17
  15. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
  16. package/dist/dts/grid-pro.d.ts +6 -5
  17. package/dist/dts/grid-pro.d.ts.map +1 -1
  18. package/dist/dts/grid-pro.types.d.ts +2 -1
  19. package/dist/dts/grid-pro.types.d.ts.map +1 -1
  20. package/dist/esm/cell-editors/index.js +1 -0
  21. package/dist/esm/cell-editors/multiselect.editor.js +94 -0
  22. package/dist/esm/cell-editors/select.editor.js +6 -4
  23. package/dist/esm/datasource/base.datasource.js +51 -0
  24. package/dist/esm/datasource/server-side.datasource.js +12 -53
  25. package/dist/esm/grid-components.js +2 -1
  26. package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +5 -44
  27. package/dist/esm/grid-pro.js +10 -8
  28. package/dist/esm/grid-pro.types.js +1 -0
  29. package/dist/grid-pro.api.json +1123 -527
  30. package/dist/grid-pro.d.ts +102 -30
  31. package/docs/api/grid-pro.agmultiselecteditorstyles.md +13 -0
  32. package/docs/api/grid-pro.foundationgridcomponents.md +9 -0
  33. package/docs/api/grid-pro.foundationmultiselecteditor.md +24 -0
  34. package/docs/api/grid-pro.getmultiselecteditortemplate.md +13 -0
  35. package/docs/api/grid-pro.gridpro.gridprodatasource.md +11 -0
  36. package/docs/api/grid-pro.gridpro.md +1 -1
  37. package/docs/api/grid-pro.gridprogenesisdatasource.md +0 -12
  38. package/docs/api/grid-pro.gridprorenderertypes.md +1 -0
  39. package/docs/api/grid-pro.md +5 -0
  40. package/docs/api/grid-pro.multiselecteditor.changehandler.md +22 -0
  41. package/docs/api/grid-pro.multiselecteditor.destroy.md +15 -0
  42. package/docs/api/grid-pro.multiselecteditor.getgui.md +15 -0
  43. package/docs/api/grid-pro.multiselecteditor.getvalue.md +15 -0
  44. package/docs/api/grid-pro.multiselecteditor.init.md +22 -0
  45. package/docs/api/grid-pro.multiselecteditor.ispopup.md +15 -0
  46. package/docs/api/grid-pro.multiselecteditor.md +36 -0
  47. package/docs/api/grid-pro.multiselecteditor.params.md +11 -0
  48. package/docs/api/grid-pro.multiselecteditor.refresh.md +22 -0
  49. package/docs/api/grid-pro.multiselecteditor.selectedoptions.md +11 -0
  50. package/docs/api/grid-pro.multiselecteditorparams.alloptionsresourcename.md +11 -0
  51. package/docs/api/grid-pro.multiselecteditorparams.async.md +11 -0
  52. package/docs/api/grid-pro.multiselecteditorparams.datasourceoptions.md +11 -0
  53. package/docs/api/grid-pro.multiselecteditorparams.labelfield.md +11 -0
  54. package/docs/api/grid-pro.multiselecteditorparams.md +27 -0
  55. package/docs/api/grid-pro.multiselecteditorparams.selectedoptionscallback.md +11 -0
  56. package/docs/api/grid-pro.multiselecteditorparams.valuefield.md +11 -0
  57. package/docs/api/grid-pro.multiselecteditorparams.values.md +11 -0
  58. package/docs/api/grid-pro.selecteditor.changehandler.md +22 -0
  59. package/docs/api/grid-pro.selecteditor.md +1 -0
  60. package/docs/api/grid-pro.selecteditorparams.async.md +11 -0
  61. package/docs/api/grid-pro.selecteditorparams.md +1 -0
  62. package/docs/api-report.md +77 -45
  63. package/package.json +8 -8
  64. package/docs/api/grid-pro.gridpro.gridprogenesisdatasource.md +0 -11
  65. package/docs/api/grid-pro.gridprogenesisdatasource.connect.md +0 -11
  66. package/docs/api/grid-pro.gridprogenesisdatasource.criteria.md +0 -11
  67. package/docs/api/grid-pro.gridprogenesisdatasource.deferredcolumnstates.md +0 -11
  68. package/docs/api/grid-pro.gridprogenesisdatasource.deferredgridoptions.md +0 -11
  69. package/docs/api/grid-pro.gridprogenesisdatasource.fields.md +0 -11
  70. package/docs/api/grid-pro.gridprogenesisdatasource.issnapshot.md +0 -11
  71. package/docs/api/grid-pro.gridprogenesisdatasource.maxrows.md +0 -11
  72. package/docs/api/grid-pro.gridprogenesisdatasource.maxview.md +0 -11
  73. package/docs/api/grid-pro.gridprogenesisdatasource.movingview.md +0 -11
  74. package/docs/api/grid-pro.gridprogenesisdatasource.orderby.md +0 -11
  75. package/docs/api/grid-pro.gridprogenesisdatasource.resourcename.md +0 -11
  76. package/docs/api/grid-pro.gridprogenesisdatasource.reverse.md +0 -11
@@ -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": 150
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",
@@ -6370,17 +6624,17 @@
6370
6624
  },
6371
6625
  {
6372
6626
  "kind": "Property",
6373
- "canonicalReference": "@genesislcap/grid-pro!GridPro#gridProGenesisDatasource:member",
6627
+ "canonicalReference": "@genesislcap/grid-pro!GridPro#gridProDatasource:member",
6374
6628
  "docComment": "",
6375
6629
  "excerptTokens": [
6376
6630
  {
6377
6631
  "kind": "Content",
6378
- "text": "get gridProGenesisDatasource(): "
6632
+ "text": "get gridProDatasource(): "
6379
6633
  },
6380
6634
  {
6381
6635
  "kind": "Reference",
6382
- "text": "GridProGenesisDatasource",
6383
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource:class"
6636
+ "text": "GridProBaseDatasource",
6637
+ "canonicalReference": "@genesislcap/grid-pro!~GridProBaseDatasource:class"
6384
6638
  },
6385
6639
  {
6386
6640
  "kind": "Content",
@@ -6390,7 +6644,7 @@
6390
6644
  "isReadonly": true,
6391
6645
  "isOptional": false,
6392
6646
  "releaseTag": "Public",
6393
- "name": "gridProGenesisDatasource",
6647
+ "name": "gridProDatasource",
6394
6648
  "propertyTypeTokenRange": {
6395
6649
  "startIndex": 1,
6396
6650
  "endIndex": 2
@@ -7508,37 +7762,6 @@
7508
7762
  "isProtected": false,
7509
7763
  "isAbstract": false
7510
7764
  },
7511
- {
7512
- "kind": "Property",
7513
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#connect:member",
7514
- "docComment": "",
7515
- "excerptTokens": [
7516
- {
7517
- "kind": "Content",
7518
- "text": "connect: "
7519
- },
7520
- {
7521
- "kind": "Reference",
7522
- "text": "Connect",
7523
- "canonicalReference": "@genesislcap/foundation-comms!Connect:interface"
7524
- },
7525
- {
7526
- "kind": "Content",
7527
- "text": ";"
7528
- }
7529
- ],
7530
- "isReadonly": false,
7531
- "isOptional": false,
7532
- "releaseTag": "Public",
7533
- "name": "connect",
7534
- "propertyTypeTokenRange": {
7535
- "startIndex": 1,
7536
- "endIndex": 2
7537
- },
7538
- "isStatic": false,
7539
- "isProtected": false,
7540
- "isAbstract": false
7541
- },
7542
7765
  {
7543
7766
  "kind": "Method",
7544
7767
  "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#connectedCallback:member(1)",
@@ -7571,43 +7794,13 @@
7571
7794
  "name": "connectedCallback"
7572
7795
  },
7573
7796
  {
7574
- "kind": "Property",
7575
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#criteria:member",
7797
+ "kind": "Method",
7798
+ "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#criteriaChanged:member(1)",
7576
7799
  "docComment": "",
7577
7800
  "excerptTokens": [
7578
7801
  {
7579
7802
  "kind": "Content",
7580
- "text": "criteria: "
7581
- },
7582
- {
7583
- "kind": "Content",
7584
- "text": "string"
7585
- },
7586
- {
7587
- "kind": "Content",
7588
- "text": ";"
7589
- }
7590
- ],
7591
- "isReadonly": false,
7592
- "isOptional": false,
7593
- "releaseTag": "Public",
7594
- "name": "criteria",
7595
- "propertyTypeTokenRange": {
7596
- "startIndex": 1,
7597
- "endIndex": 2
7598
- },
7599
- "isStatic": false,
7600
- "isProtected": false,
7601
- "isAbstract": false
7602
- },
7603
- {
7604
- "kind": "Method",
7605
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#criteriaChanged:member(1)",
7606
- "docComment": "",
7607
- "excerptTokens": [
7608
- {
7609
- "kind": "Content",
7610
- "text": "criteriaChanged(oldCriteria: "
7803
+ "text": "criteriaChanged(oldCriteria: "
7611
7804
  },
7612
7805
  {
7613
7806
  "kind": "Content",
@@ -7727,72 +7920,6 @@
7727
7920
  "isAbstract": false,
7728
7921
  "name": "deepClone"
7729
7922
  },
7730
- {
7731
- "kind": "Property",
7732
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#deferredColumnStates:member",
7733
- "docComment": "",
7734
- "excerptTokens": [
7735
- {
7736
- "kind": "Content",
7737
- "text": "deferredColumnStates: "
7738
- },
7739
- {
7740
- "kind": "Reference",
7741
- "text": "ColumnState",
7742
- "canonicalReference": "@ag-grid-community/core!ColumnState:interface"
7743
- },
7744
- {
7745
- "kind": "Content",
7746
- "text": "[]"
7747
- },
7748
- {
7749
- "kind": "Content",
7750
- "text": ";"
7751
- }
7752
- ],
7753
- "isReadonly": false,
7754
- "isOptional": false,
7755
- "releaseTag": "Public",
7756
- "name": "deferredColumnStates",
7757
- "propertyTypeTokenRange": {
7758
- "startIndex": 1,
7759
- "endIndex": 3
7760
- },
7761
- "isStatic": false,
7762
- "isProtected": false,
7763
- "isAbstract": false
7764
- },
7765
- {
7766
- "kind": "Property",
7767
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#deferredGridOptions:member",
7768
- "docComment": "",
7769
- "excerptTokens": [
7770
- {
7771
- "kind": "Content",
7772
- "text": "deferredGridOptions: "
7773
- },
7774
- {
7775
- "kind": "Reference",
7776
- "text": "GridOptions",
7777
- "canonicalReference": "@ag-grid-community/core!GridOptions:interface"
7778
- },
7779
- {
7780
- "kind": "Content",
7781
- "text": ";"
7782
- }
7783
- ],
7784
- "isReadonly": false,
7785
- "isOptional": false,
7786
- "releaseTag": "Public",
7787
- "name": "deferredGridOptions",
7788
- "propertyTypeTokenRange": {
7789
- "startIndex": 1,
7790
- "endIndex": 2
7791
- },
7792
- "isStatic": false,
7793
- "isProtected": false,
7794
- "isAbstract": false
7795
- },
7796
7923
  {
7797
7924
  "kind": "Method",
7798
7925
  "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#deinit:member(1)",
@@ -7885,36 +8012,6 @@
7885
8012
  "isAbstract": false,
7886
8013
  "name": "disconnectedCallback"
7887
8014
  },
7888
- {
7889
- "kind": "Property",
7890
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#fields:member",
7891
- "docComment": "",
7892
- "excerptTokens": [
7893
- {
7894
- "kind": "Content",
7895
- "text": "fields: "
7896
- },
7897
- {
7898
- "kind": "Content",
7899
- "text": "string"
7900
- },
7901
- {
7902
- "kind": "Content",
7903
- "text": ";"
7904
- }
7905
- ],
7906
- "isReadonly": false,
7907
- "isOptional": false,
7908
- "releaseTag": "Public",
7909
- "name": "fields",
7910
- "propertyTypeTokenRange": {
7911
- "startIndex": 1,
7912
- "endIndex": 2
7913
- },
7914
- "isStatic": false,
7915
- "isProtected": false,
7916
- "isAbstract": false
7917
- },
7918
8015
  {
7919
8016
  "kind": "Method",
7920
8017
  "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#init:member(1)",
@@ -7951,156 +8048,6 @@
7951
8048
  "isAbstract": false,
7952
8049
  "name": "init"
7953
8050
  },
7954
- {
7955
- "kind": "Property",
7956
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#isSnapshot:member",
7957
- "docComment": "",
7958
- "excerptTokens": [
7959
- {
7960
- "kind": "Content",
7961
- "text": "isSnapshot: "
7962
- },
7963
- {
7964
- "kind": "Content",
7965
- "text": "boolean"
7966
- },
7967
- {
7968
- "kind": "Content",
7969
- "text": ";"
7970
- }
7971
- ],
7972
- "isReadonly": false,
7973
- "isOptional": false,
7974
- "releaseTag": "Public",
7975
- "name": "isSnapshot",
7976
- "propertyTypeTokenRange": {
7977
- "startIndex": 1,
7978
- "endIndex": 2
7979
- },
7980
- "isStatic": false,
7981
- "isProtected": false,
7982
- "isAbstract": false
7983
- },
7984
- {
7985
- "kind": "Property",
7986
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#maxRows:member",
7987
- "docComment": "",
7988
- "excerptTokens": [
7989
- {
7990
- "kind": "Content",
7991
- "text": "maxRows: "
7992
- },
7993
- {
7994
- "kind": "Content",
7995
- "text": "number"
7996
- },
7997
- {
7998
- "kind": "Content",
7999
- "text": ";"
8000
- }
8001
- ],
8002
- "isReadonly": false,
8003
- "isOptional": false,
8004
- "releaseTag": "Public",
8005
- "name": "maxRows",
8006
- "propertyTypeTokenRange": {
8007
- "startIndex": 1,
8008
- "endIndex": 2
8009
- },
8010
- "isStatic": false,
8011
- "isProtected": false,
8012
- "isAbstract": false
8013
- },
8014
- {
8015
- "kind": "Property",
8016
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#maxView:member",
8017
- "docComment": "",
8018
- "excerptTokens": [
8019
- {
8020
- "kind": "Content",
8021
- "text": "maxView: "
8022
- },
8023
- {
8024
- "kind": "Content",
8025
- "text": "number"
8026
- },
8027
- {
8028
- "kind": "Content",
8029
- "text": ";"
8030
- }
8031
- ],
8032
- "isReadonly": false,
8033
- "isOptional": false,
8034
- "releaseTag": "Public",
8035
- "name": "maxView",
8036
- "propertyTypeTokenRange": {
8037
- "startIndex": 1,
8038
- "endIndex": 2
8039
- },
8040
- "isStatic": false,
8041
- "isProtected": false,
8042
- "isAbstract": false
8043
- },
8044
- {
8045
- "kind": "Property",
8046
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#movingView:member",
8047
- "docComment": "",
8048
- "excerptTokens": [
8049
- {
8050
- "kind": "Content",
8051
- "text": "movingView: "
8052
- },
8053
- {
8054
- "kind": "Content",
8055
- "text": "boolean"
8056
- },
8057
- {
8058
- "kind": "Content",
8059
- "text": ";"
8060
- }
8061
- ],
8062
- "isReadonly": false,
8063
- "isOptional": false,
8064
- "releaseTag": "Public",
8065
- "name": "movingView",
8066
- "propertyTypeTokenRange": {
8067
- "startIndex": 1,
8068
- "endIndex": 2
8069
- },
8070
- "isStatic": false,
8071
- "isProtected": false,
8072
- "isAbstract": false
8073
- },
8074
- {
8075
- "kind": "Property",
8076
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#orderBy:member",
8077
- "docComment": "",
8078
- "excerptTokens": [
8079
- {
8080
- "kind": "Content",
8081
- "text": "orderBy: "
8082
- },
8083
- {
8084
- "kind": "Content",
8085
- "text": "string"
8086
- },
8087
- {
8088
- "kind": "Content",
8089
- "text": ";"
8090
- }
8091
- ],
8092
- "isReadonly": false,
8093
- "isOptional": false,
8094
- "releaseTag": "Public",
8095
- "name": "orderBy",
8096
- "propertyTypeTokenRange": {
8097
- "startIndex": 1,
8098
- "endIndex": 2
8099
- },
8100
- "isStatic": false,
8101
- "isProtected": false,
8102
- "isAbstract": false
8103
- },
8104
8051
  {
8105
8052
  "kind": "Property",
8106
8053
  "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#pollingInterval:member",
@@ -8272,43 +8219,13 @@
8272
8219
  "name": "reset"
8273
8220
  },
8274
8221
  {
8275
- "kind": "Property",
8276
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#resourceName:member",
8222
+ "kind": "Method",
8223
+ "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#resourceNameChanged:member(1)",
8277
8224
  "docComment": "",
8278
8225
  "excerptTokens": [
8279
8226
  {
8280
8227
  "kind": "Content",
8281
- "text": "resourceName: "
8282
- },
8283
- {
8284
- "kind": "Content",
8285
- "text": "string"
8286
- },
8287
- {
8288
- "kind": "Content",
8289
- "text": ";"
8290
- }
8291
- ],
8292
- "isReadonly": false,
8293
- "isOptional": false,
8294
- "releaseTag": "Public",
8295
- "name": "resourceName",
8296
- "propertyTypeTokenRange": {
8297
- "startIndex": 1,
8298
- "endIndex": 2
8299
- },
8300
- "isStatic": false,
8301
- "isProtected": false,
8302
- "isAbstract": false
8303
- },
8304
- {
8305
- "kind": "Method",
8306
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#resourceNameChanged:member(1)",
8307
- "docComment": "",
8308
- "excerptTokens": [
8309
- {
8310
- "kind": "Content",
8311
- "text": "resourceNameChanged(oldValue: "
8228
+ "text": "resourceNameChanged(oldValue: "
8312
8229
  },
8313
8230
  {
8314
8231
  "kind": "Content",
@@ -8426,36 +8343,6 @@
8426
8343
  "isProtected": false,
8427
8344
  "isAbstract": false
8428
8345
  },
8429
- {
8430
- "kind": "Property",
8431
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#reverse:member",
8432
- "docComment": "",
8433
- "excerptTokens": [
8434
- {
8435
- "kind": "Content",
8436
- "text": "reverse: "
8437
- },
8438
- {
8439
- "kind": "Content",
8440
- "text": "boolean"
8441
- },
8442
- {
8443
- "kind": "Content",
8444
- "text": ";"
8445
- }
8446
- ],
8447
- "isReadonly": false,
8448
- "isOptional": false,
8449
- "releaseTag": "Public",
8450
- "name": "reverse",
8451
- "propertyTypeTokenRange": {
8452
- "startIndex": 1,
8453
- "endIndex": 2
8454
- },
8455
- "isStatic": false,
8456
- "isProtected": false,
8457
- "isAbstract": false
8458
- },
8459
8346
  {
8460
8347
  "kind": "Property",
8461
8348
  "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#rowDataMapper:member",
@@ -8666,6 +8553,27 @@
8666
8553
  "releaseTag": "Public",
8667
8554
  "name": "boolean"
8668
8555
  },
8556
+ {
8557
+ "kind": "EnumMember",
8558
+ "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.multiselectEditor:member",
8559
+ "docComment": "",
8560
+ "excerptTokens": [
8561
+ {
8562
+ "kind": "Content",
8563
+ "text": "multiselectEditor = "
8564
+ },
8565
+ {
8566
+ "kind": "Content",
8567
+ "text": "\"multiselectEditor\""
8568
+ }
8569
+ ],
8570
+ "initializerTokenRange": {
8571
+ "startIndex": 1,
8572
+ "endIndex": 2
8573
+ },
8574
+ "releaseTag": "Public",
8575
+ "name": "multiselectEditor"
8576
+ },
8669
8577
  {
8670
8578
  "kind": "EnumMember",
8671
8579
  "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.numberEditor:member",
@@ -8698,187 +8606,800 @@
8698
8606
  },
8699
8607
  {
8700
8608
  "kind": "Content",
8701
- "text": "\"select\""
8609
+ "text": "\"select\""
8610
+ }
8611
+ ],
8612
+ "initializerTokenRange": {
8613
+ "startIndex": 1,
8614
+ "endIndex": 2
8615
+ },
8616
+ "releaseTag": "Public",
8617
+ "name": "select"
8618
+ },
8619
+ {
8620
+ "kind": "EnumMember",
8621
+ "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.selectEditor:member",
8622
+ "docComment": "",
8623
+ "excerptTokens": [
8624
+ {
8625
+ "kind": "Content",
8626
+ "text": "selectEditor = "
8627
+ },
8628
+ {
8629
+ "kind": "Content",
8630
+ "text": "\"selectEditor\""
8631
+ }
8632
+ ],
8633
+ "initializerTokenRange": {
8634
+ "startIndex": 1,
8635
+ "endIndex": 2
8636
+ },
8637
+ "releaseTag": "Public",
8638
+ "name": "selectEditor"
8639
+ },
8640
+ {
8641
+ "kind": "EnumMember",
8642
+ "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.text:member",
8643
+ "docComment": "",
8644
+ "excerptTokens": [
8645
+ {
8646
+ "kind": "Content",
8647
+ "text": "text = "
8648
+ },
8649
+ {
8650
+ "kind": "Content",
8651
+ "text": "\"text\""
8652
+ }
8653
+ ],
8654
+ "initializerTokenRange": {
8655
+ "startIndex": 1,
8656
+ "endIndex": 2
8657
+ },
8658
+ "releaseTag": "Public",
8659
+ "name": "text"
8660
+ }
8661
+ ]
8662
+ },
8663
+ {
8664
+ "kind": "Variable",
8665
+ "canonicalReference": "@genesislcap/grid-pro!gridProTemplate:var",
8666
+ "docComment": "/**\n * The Grid Pro Template.\n *\n * @public\n */\n",
8667
+ "excerptTokens": [
8668
+ {
8669
+ "kind": "Content",
8670
+ "text": "gridProTemplate: "
8671
+ },
8672
+ {
8673
+ "kind": "Reference",
8674
+ "text": "ViewTemplate",
8675
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
8676
+ }
8677
+ ],
8678
+ "fileUrlPath": "src/grid-pro.template.ts",
8679
+ "isReadonly": true,
8680
+ "releaseTag": "Public",
8681
+ "name": "gridProTemplate",
8682
+ "variableTypeTokenRange": {
8683
+ "startIndex": 1,
8684
+ "endIndex": 2
8685
+ }
8686
+ },
8687
+ {
8688
+ "kind": "Variable",
8689
+ "canonicalReference": "@genesislcap/grid-pro!logger:var",
8690
+ "docComment": "/**\n * Logger for the grid-pro package\n *\n * @public\n */\n",
8691
+ "excerptTokens": [
8692
+ {
8693
+ "kind": "Content",
8694
+ "text": "logger: "
8695
+ },
8696
+ {
8697
+ "kind": "Content",
8698
+ "text": "import(\"@genesislcap/foundation-logger\")."
8699
+ },
8700
+ {
8701
+ "kind": "Reference",
8702
+ "text": "Logger",
8703
+ "canonicalReference": "@genesislcap/foundation-logger!Logger:interface"
8704
+ }
8705
+ ],
8706
+ "fileUrlPath": "src/utils/logger.ts",
8707
+ "isReadonly": true,
8708
+ "releaseTag": "Public",
8709
+ "name": "logger",
8710
+ "variableTypeTokenRange": {
8711
+ "startIndex": 1,
8712
+ "endIndex": 3
8713
+ }
8714
+ },
8715
+ {
8716
+ "kind": "Function",
8717
+ "canonicalReference": "@genesislcap/grid-pro!mergeAndDedupColDefWithColumnState:function(1)",
8718
+ "docComment": "/**\n * Merges two arrays, one of `ColDef` and one of `ColumnState`, and deduplicates them.\n *\n * @remarks\n *\n * ColDef uses `field` and ColumnState uses `colId` to identify columns.\n *\n * @public\n */\n",
8719
+ "excerptTokens": [
8720
+ {
8721
+ "kind": "Content",
8722
+ "text": "export declare function mergeAndDedupColDefWithColumnState(colDefs: "
8723
+ },
8724
+ {
8725
+ "kind": "Reference",
8726
+ "text": "ColDef",
8727
+ "canonicalReference": "@ag-grid-community/core!ColDef:interface"
8728
+ },
8729
+ {
8730
+ "kind": "Content",
8731
+ "text": "[]"
8732
+ },
8733
+ {
8734
+ "kind": "Content",
8735
+ "text": ", columnStates: "
8736
+ },
8737
+ {
8738
+ "kind": "Reference",
8739
+ "text": "ColumnState",
8740
+ "canonicalReference": "@ag-grid-community/core!ColumnState:interface"
8741
+ },
8742
+ {
8743
+ "kind": "Content",
8744
+ "text": "[]"
8745
+ },
8746
+ {
8747
+ "kind": "Content",
8748
+ "text": "): "
8749
+ },
8750
+ {
8751
+ "kind": "Reference",
8752
+ "text": "ColDef",
8753
+ "canonicalReference": "@ag-grid-community/core!ColDef:interface"
8754
+ },
8755
+ {
8756
+ "kind": "Content",
8757
+ "text": "[]"
8758
+ },
8759
+ {
8760
+ "kind": "Content",
8761
+ "text": ";"
8762
+ }
8763
+ ],
8764
+ "fileUrlPath": "src/utils/array.ts",
8765
+ "returnTypeTokenRange": {
8766
+ "startIndex": 7,
8767
+ "endIndex": 9
8768
+ },
8769
+ "releaseTag": "Public",
8770
+ "overloadIndex": 1,
8771
+ "parameters": [
8772
+ {
8773
+ "parameterName": "colDefs",
8774
+ "parameterTypeTokenRange": {
8775
+ "startIndex": 1,
8776
+ "endIndex": 3
8777
+ },
8778
+ "isOptional": false
8779
+ },
8780
+ {
8781
+ "parameterName": "columnStates",
8782
+ "parameterTypeTokenRange": {
8783
+ "startIndex": 4,
8784
+ "endIndex": 6
8785
+ },
8786
+ "isOptional": false
8787
+ }
8788
+ ],
8789
+ "name": "mergeAndDedupColDefWithColumnState"
8790
+ },
8791
+ {
8792
+ "kind": "Class",
8793
+ "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class",
8794
+ "docComment": "/**\n * The AG Multiselect Editor element.\n *\n * @tagname\n *\n * %%prefix%%-multiselect-editor\n *\n * @public\n */\n",
8795
+ "excerptTokens": [
8796
+ {
8797
+ "kind": "Content",
8798
+ "text": "export declare class MultiselectEditor extends "
8799
+ },
8800
+ {
8801
+ "kind": "Reference",
8802
+ "text": "FoundationElement",
8803
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
8804
+ },
8805
+ {
8806
+ "kind": "Content",
8807
+ "text": " implements "
8808
+ },
8809
+ {
8810
+ "kind": "Reference",
8811
+ "text": "ICellEditorComp",
8812
+ "canonicalReference": "@ag-grid-community/core!ICellEditorComp:interface"
8813
+ },
8814
+ {
8815
+ "kind": "Content",
8816
+ "text": " "
8817
+ }
8818
+ ],
8819
+ "fileUrlPath": "src/cell-editors/multiselect.editor.ts",
8820
+ "releaseTag": "Public",
8821
+ "isAbstract": false,
8822
+ "name": "MultiselectEditor",
8823
+ "preserveMemberOrder": false,
8824
+ "members": [
8825
+ {
8826
+ "kind": "Method",
8827
+ "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#changeHandler:member(1)",
8828
+ "docComment": "",
8829
+ "excerptTokens": [
8830
+ {
8831
+ "kind": "Content",
8832
+ "text": "changeHandler(event: "
8833
+ },
8834
+ {
8835
+ "kind": "Content",
8836
+ "text": "any"
8837
+ },
8838
+ {
8839
+ "kind": "Content",
8840
+ "text": "): "
8841
+ },
8842
+ {
8843
+ "kind": "Content",
8844
+ "text": "void"
8845
+ },
8846
+ {
8847
+ "kind": "Content",
8848
+ "text": ";"
8849
+ }
8850
+ ],
8851
+ "isStatic": false,
8852
+ "returnTypeTokenRange": {
8853
+ "startIndex": 3,
8854
+ "endIndex": 4
8855
+ },
8856
+ "releaseTag": "Public",
8857
+ "isProtected": false,
8858
+ "overloadIndex": 1,
8859
+ "parameters": [
8860
+ {
8861
+ "parameterName": "event",
8862
+ "parameterTypeTokenRange": {
8863
+ "startIndex": 1,
8864
+ "endIndex": 2
8865
+ },
8866
+ "isOptional": false
8867
+ }
8868
+ ],
8869
+ "isOptional": false,
8870
+ "isAbstract": false,
8871
+ "name": "changeHandler"
8872
+ },
8873
+ {
8874
+ "kind": "Method",
8875
+ "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#destroy:member(1)",
8876
+ "docComment": "",
8877
+ "excerptTokens": [
8878
+ {
8879
+ "kind": "Content",
8880
+ "text": "destroy(): "
8881
+ },
8882
+ {
8883
+ "kind": "Content",
8884
+ "text": "void"
8885
+ },
8886
+ {
8887
+ "kind": "Content",
8888
+ "text": ";"
8889
+ }
8890
+ ],
8891
+ "isStatic": false,
8892
+ "returnTypeTokenRange": {
8893
+ "startIndex": 1,
8894
+ "endIndex": 2
8895
+ },
8896
+ "releaseTag": "Public",
8897
+ "isProtected": false,
8898
+ "overloadIndex": 1,
8899
+ "parameters": [],
8900
+ "isOptional": false,
8901
+ "isAbstract": false,
8902
+ "name": "destroy"
8903
+ },
8904
+ {
8905
+ "kind": "Method",
8906
+ "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#getGui:member(1)",
8907
+ "docComment": "",
8908
+ "excerptTokens": [
8909
+ {
8910
+ "kind": "Content",
8911
+ "text": "getGui(): "
8912
+ },
8913
+ {
8914
+ "kind": "Reference",
8915
+ "text": "HTMLElement",
8916
+ "canonicalReference": "!HTMLElement:interface"
8917
+ },
8918
+ {
8919
+ "kind": "Content",
8920
+ "text": ";"
8921
+ }
8922
+ ],
8923
+ "isStatic": false,
8924
+ "returnTypeTokenRange": {
8925
+ "startIndex": 1,
8926
+ "endIndex": 2
8927
+ },
8928
+ "releaseTag": "Public",
8929
+ "isProtected": false,
8930
+ "overloadIndex": 1,
8931
+ "parameters": [],
8932
+ "isOptional": false,
8933
+ "isAbstract": false,
8934
+ "name": "getGui"
8935
+ },
8936
+ {
8937
+ "kind": "Method",
8938
+ "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#getValue:member(1)",
8939
+ "docComment": "",
8940
+ "excerptTokens": [
8941
+ {
8942
+ "kind": "Content",
8943
+ "text": "getValue(): "
8944
+ },
8945
+ {
8946
+ "kind": "Content",
8947
+ "text": "any[]"
8948
+ },
8949
+ {
8950
+ "kind": "Content",
8951
+ "text": ";"
8952
+ }
8953
+ ],
8954
+ "isStatic": false,
8955
+ "returnTypeTokenRange": {
8956
+ "startIndex": 1,
8957
+ "endIndex": 2
8958
+ },
8959
+ "releaseTag": "Public",
8960
+ "isProtected": false,
8961
+ "overloadIndex": 1,
8962
+ "parameters": [],
8963
+ "isOptional": false,
8964
+ "isAbstract": false,
8965
+ "name": "getValue"
8966
+ },
8967
+ {
8968
+ "kind": "Method",
8969
+ "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#init:member(1)",
8970
+ "docComment": "",
8971
+ "excerptTokens": [
8972
+ {
8973
+ "kind": "Content",
8974
+ "text": "init(params: "
8975
+ },
8976
+ {
8977
+ "kind": "Reference",
8978
+ "text": "MultiselectEditorParams",
8979
+ "canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams:interface"
8980
+ },
8981
+ {
8982
+ "kind": "Content",
8983
+ "text": "): "
8984
+ },
8985
+ {
8986
+ "kind": "Content",
8987
+ "text": "void"
8988
+ },
8989
+ {
8990
+ "kind": "Content",
8991
+ "text": ";"
8992
+ }
8993
+ ],
8994
+ "isStatic": false,
8995
+ "returnTypeTokenRange": {
8996
+ "startIndex": 3,
8997
+ "endIndex": 4
8998
+ },
8999
+ "releaseTag": "Public",
9000
+ "isProtected": false,
9001
+ "overloadIndex": 1,
9002
+ "parameters": [
9003
+ {
9004
+ "parameterName": "params",
9005
+ "parameterTypeTokenRange": {
9006
+ "startIndex": 1,
9007
+ "endIndex": 2
9008
+ },
9009
+ "isOptional": false
9010
+ }
9011
+ ],
9012
+ "isOptional": false,
9013
+ "isAbstract": false,
9014
+ "name": "init"
9015
+ },
9016
+ {
9017
+ "kind": "Method",
9018
+ "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#isPopup:member(1)",
9019
+ "docComment": "",
9020
+ "excerptTokens": [
9021
+ {
9022
+ "kind": "Content",
9023
+ "text": "isPopup(): "
9024
+ },
9025
+ {
9026
+ "kind": "Content",
9027
+ "text": "boolean"
9028
+ },
9029
+ {
9030
+ "kind": "Content",
9031
+ "text": ";"
9032
+ }
9033
+ ],
9034
+ "isStatic": false,
9035
+ "returnTypeTokenRange": {
9036
+ "startIndex": 1,
9037
+ "endIndex": 2
9038
+ },
9039
+ "releaseTag": "Public",
9040
+ "isProtected": false,
9041
+ "overloadIndex": 1,
9042
+ "parameters": [],
9043
+ "isOptional": false,
9044
+ "isAbstract": false,
9045
+ "name": "isPopup"
9046
+ },
9047
+ {
9048
+ "kind": "Property",
9049
+ "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#params:member",
9050
+ "docComment": "",
9051
+ "excerptTokens": [
9052
+ {
9053
+ "kind": "Content",
9054
+ "text": "params: "
9055
+ },
9056
+ {
9057
+ "kind": "Reference",
9058
+ "text": "MultiselectEditorParams",
9059
+ "canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams:interface"
9060
+ },
9061
+ {
9062
+ "kind": "Content",
9063
+ "text": ";"
9064
+ }
9065
+ ],
9066
+ "isReadonly": false,
9067
+ "isOptional": false,
9068
+ "releaseTag": "Public",
9069
+ "name": "params",
9070
+ "propertyTypeTokenRange": {
9071
+ "startIndex": 1,
9072
+ "endIndex": 2
9073
+ },
9074
+ "isStatic": false,
9075
+ "isProtected": false,
9076
+ "isAbstract": false
9077
+ },
9078
+ {
9079
+ "kind": "Method",
9080
+ "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#refresh:member(1)",
9081
+ "docComment": "",
9082
+ "excerptTokens": [
9083
+ {
9084
+ "kind": "Content",
9085
+ "text": "refresh(params: "
9086
+ },
9087
+ {
9088
+ "kind": "Reference",
9089
+ "text": "MultiselectEditorParams",
9090
+ "canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams:interface"
9091
+ },
9092
+ {
9093
+ "kind": "Content",
9094
+ "text": "): "
9095
+ },
9096
+ {
9097
+ "kind": "Content",
9098
+ "text": "boolean"
9099
+ },
9100
+ {
9101
+ "kind": "Content",
9102
+ "text": ";"
9103
+ }
9104
+ ],
9105
+ "isStatic": false,
9106
+ "returnTypeTokenRange": {
9107
+ "startIndex": 3,
9108
+ "endIndex": 4
9109
+ },
9110
+ "releaseTag": "Public",
9111
+ "isProtected": false,
9112
+ "overloadIndex": 1,
9113
+ "parameters": [
9114
+ {
9115
+ "parameterName": "params",
9116
+ "parameterTypeTokenRange": {
9117
+ "startIndex": 1,
9118
+ "endIndex": 2
9119
+ },
9120
+ "isOptional": false
9121
+ }
9122
+ ],
9123
+ "isOptional": false,
9124
+ "isAbstract": false,
9125
+ "name": "refresh"
9126
+ },
9127
+ {
9128
+ "kind": "Property",
9129
+ "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#selectedOptions:member",
9130
+ "docComment": "",
9131
+ "excerptTokens": [
9132
+ {
9133
+ "kind": "Content",
9134
+ "text": "selectedOptions: "
9135
+ },
9136
+ {
9137
+ "kind": "Content",
9138
+ "text": "any[]"
9139
+ },
9140
+ {
9141
+ "kind": "Content",
9142
+ "text": ";"
9143
+ }
9144
+ ],
9145
+ "isReadonly": false,
9146
+ "isOptional": false,
9147
+ "releaseTag": "Public",
9148
+ "name": "selectedOptions",
9149
+ "propertyTypeTokenRange": {
9150
+ "startIndex": 1,
9151
+ "endIndex": 2
9152
+ },
9153
+ "isStatic": false,
9154
+ "isProtected": false,
9155
+ "isAbstract": false
9156
+ }
9157
+ ],
9158
+ "extendsTokenRange": {
9159
+ "startIndex": 1,
9160
+ "endIndex": 2
9161
+ },
9162
+ "implementsTokenRanges": [
9163
+ {
9164
+ "startIndex": 3,
9165
+ "endIndex": 4
9166
+ }
9167
+ ]
9168
+ },
9169
+ {
9170
+ "kind": "Interface",
9171
+ "canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams:interface",
9172
+ "docComment": "/**\n * Parameters used to configure {@link MultiselectEditor}\n *\n * @public\n */\n",
9173
+ "excerptTokens": [
9174
+ {
9175
+ "kind": "Content",
9176
+ "text": "export interface MultiselectEditorParams extends "
9177
+ },
9178
+ {
9179
+ "kind": "Reference",
9180
+ "text": "ICellEditorParams",
9181
+ "canonicalReference": "@ag-grid-community/core!ICellEditorParams:interface"
9182
+ },
9183
+ {
9184
+ "kind": "Content",
9185
+ "text": " "
9186
+ }
9187
+ ],
9188
+ "fileUrlPath": "src/cell-editors/multiselect.editor.ts",
9189
+ "releaseTag": "Public",
9190
+ "name": "MultiselectEditorParams",
9191
+ "preserveMemberOrder": false,
9192
+ "members": [
9193
+ {
9194
+ "kind": "PropertySignature",
9195
+ "canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#allOptionsResourceName:member",
9196
+ "docComment": "",
9197
+ "excerptTokens": [
9198
+ {
9199
+ "kind": "Content",
9200
+ "text": "allOptionsResourceName: "
9201
+ },
9202
+ {
9203
+ "kind": "Content",
9204
+ "text": "string"
9205
+ },
9206
+ {
9207
+ "kind": "Content",
9208
+ "text": ";"
9209
+ }
9210
+ ],
9211
+ "isReadonly": false,
9212
+ "isOptional": false,
9213
+ "releaseTag": "Public",
9214
+ "name": "allOptionsResourceName",
9215
+ "propertyTypeTokenRange": {
9216
+ "startIndex": 1,
9217
+ "endIndex": 2
9218
+ }
9219
+ },
9220
+ {
9221
+ "kind": "PropertySignature",
9222
+ "canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#async:member",
9223
+ "docComment": "",
9224
+ "excerptTokens": [
9225
+ {
9226
+ "kind": "Content",
9227
+ "text": "async: "
9228
+ },
9229
+ {
9230
+ "kind": "Content",
9231
+ "text": "boolean"
9232
+ },
9233
+ {
9234
+ "kind": "Content",
9235
+ "text": ";"
9236
+ }
9237
+ ],
9238
+ "isReadonly": false,
9239
+ "isOptional": false,
9240
+ "releaseTag": "Public",
9241
+ "name": "async",
9242
+ "propertyTypeTokenRange": {
9243
+ "startIndex": 1,
9244
+ "endIndex": 2
9245
+ }
9246
+ },
9247
+ {
9248
+ "kind": "PropertySignature",
9249
+ "canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#datasourceOptions:member",
9250
+ "docComment": "",
9251
+ "excerptTokens": [
9252
+ {
9253
+ "kind": "Content",
9254
+ "text": "datasourceOptions: "
9255
+ },
9256
+ {
9257
+ "kind": "Reference",
9258
+ "text": "DatasourceOptions",
9259
+ "canonicalReference": "@genesislcap/foundation-comms!DatasourceOptions:interface"
9260
+ },
9261
+ {
9262
+ "kind": "Content",
9263
+ "text": "[]"
9264
+ },
9265
+ {
9266
+ "kind": "Content",
9267
+ "text": ";"
9268
+ }
9269
+ ],
9270
+ "isReadonly": false,
9271
+ "isOptional": false,
9272
+ "releaseTag": "Public",
9273
+ "name": "datasourceOptions",
9274
+ "propertyTypeTokenRange": {
9275
+ "startIndex": 1,
9276
+ "endIndex": 3
9277
+ }
9278
+ },
9279
+ {
9280
+ "kind": "PropertySignature",
9281
+ "canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#labelField:member",
9282
+ "docComment": "",
9283
+ "excerptTokens": [
9284
+ {
9285
+ "kind": "Content",
9286
+ "text": "labelField: "
9287
+ },
9288
+ {
9289
+ "kind": "Content",
9290
+ "text": "string"
9291
+ },
9292
+ {
9293
+ "kind": "Content",
9294
+ "text": ";"
9295
+ }
9296
+ ],
9297
+ "isReadonly": false,
9298
+ "isOptional": false,
9299
+ "releaseTag": "Public",
9300
+ "name": "labelField",
9301
+ "propertyTypeTokenRange": {
9302
+ "startIndex": 1,
9303
+ "endIndex": 2
9304
+ }
9305
+ },
9306
+ {
9307
+ "kind": "PropertySignature",
9308
+ "canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#selectedOptionsCallback:member",
9309
+ "docComment": "",
9310
+ "excerptTokens": [
9311
+ {
9312
+ "kind": "Content",
9313
+ "text": "selectedOptionsCallback: "
9314
+ },
9315
+ {
9316
+ "kind": "Content",
9317
+ "text": "(data: any) => "
9318
+ },
9319
+ {
9320
+ "kind": "Reference",
9321
+ "text": "Promise",
9322
+ "canonicalReference": "!Promise:interface"
9323
+ },
9324
+ {
9325
+ "kind": "Content",
9326
+ "text": "<[]>"
9327
+ },
9328
+ {
9329
+ "kind": "Content",
9330
+ "text": ";"
8702
9331
  }
8703
9332
  ],
8704
- "initializerTokenRange": {
8705
- "startIndex": 1,
8706
- "endIndex": 2
8707
- },
9333
+ "isReadonly": false,
9334
+ "isOptional": false,
8708
9335
  "releaseTag": "Public",
8709
- "name": "select"
9336
+ "name": "selectedOptionsCallback",
9337
+ "propertyTypeTokenRange": {
9338
+ "startIndex": 1,
9339
+ "endIndex": 4
9340
+ }
8710
9341
  },
8711
9342
  {
8712
- "kind": "EnumMember",
8713
- "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.selectEditor:member",
9343
+ "kind": "PropertySignature",
9344
+ "canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#valueField:member",
8714
9345
  "docComment": "",
8715
9346
  "excerptTokens": [
8716
9347
  {
8717
9348
  "kind": "Content",
8718
- "text": "selectEditor = "
9349
+ "text": "valueField: "
8719
9350
  },
8720
9351
  {
8721
9352
  "kind": "Content",
8722
- "text": "\"selectEditor\""
9353
+ "text": "string"
9354
+ },
9355
+ {
9356
+ "kind": "Content",
9357
+ "text": ";"
8723
9358
  }
8724
9359
  ],
8725
- "initializerTokenRange": {
9360
+ "isReadonly": false,
9361
+ "isOptional": false,
9362
+ "releaseTag": "Public",
9363
+ "name": "valueField",
9364
+ "propertyTypeTokenRange": {
8726
9365
  "startIndex": 1,
8727
9366
  "endIndex": 2
8728
- },
8729
- "releaseTag": "Public",
8730
- "name": "selectEditor"
9367
+ }
8731
9368
  },
8732
9369
  {
8733
- "kind": "EnumMember",
8734
- "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.text:member",
9370
+ "kind": "PropertySignature",
9371
+ "canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#values:member",
8735
9372
  "docComment": "",
8736
9373
  "excerptTokens": [
8737
9374
  {
8738
9375
  "kind": "Content",
8739
- "text": "text = "
9376
+ "text": "values: "
8740
9377
  },
8741
9378
  {
8742
9379
  "kind": "Content",
8743
- "text": "\"text\""
9380
+ "text": "any[]"
9381
+ },
9382
+ {
9383
+ "kind": "Content",
9384
+ "text": ";"
8744
9385
  }
8745
9386
  ],
8746
- "initializerTokenRange": {
9387
+ "isReadonly": false,
9388
+ "isOptional": false,
9389
+ "releaseTag": "Public",
9390
+ "name": "values",
9391
+ "propertyTypeTokenRange": {
8747
9392
  "startIndex": 1,
8748
9393
  "endIndex": 2
8749
- },
8750
- "releaseTag": "Public",
8751
- "name": "text"
8752
- }
8753
- ]
8754
- },
8755
- {
8756
- "kind": "Variable",
8757
- "canonicalReference": "@genesislcap/grid-pro!gridProTemplate:var",
8758
- "docComment": "/**\n * The Grid Pro Template.\n *\n * @public\n */\n",
8759
- "excerptTokens": [
8760
- {
8761
- "kind": "Content",
8762
- "text": "gridProTemplate: "
8763
- },
8764
- {
8765
- "kind": "Reference",
8766
- "text": "ViewTemplate",
8767
- "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
8768
- }
8769
- ],
8770
- "fileUrlPath": "src/grid-pro.template.ts",
8771
- "isReadonly": true,
8772
- "releaseTag": "Public",
8773
- "name": "gridProTemplate",
8774
- "variableTypeTokenRange": {
8775
- "startIndex": 1,
8776
- "endIndex": 2
8777
- }
8778
- },
8779
- {
8780
- "kind": "Variable",
8781
- "canonicalReference": "@genesislcap/grid-pro!logger:var",
8782
- "docComment": "/**\n * Logger for the grid-pro package\n *\n * @public\n */\n",
8783
- "excerptTokens": [
8784
- {
8785
- "kind": "Content",
8786
- "text": "logger: "
8787
- },
8788
- {
8789
- "kind": "Content",
8790
- "text": "import(\"@genesislcap/foundation-logger\")."
8791
- },
8792
- {
8793
- "kind": "Reference",
8794
- "text": "Logger",
8795
- "canonicalReference": "@genesislcap/foundation-logger!Logger:interface"
8796
- }
8797
- ],
8798
- "fileUrlPath": "src/utils/logger.ts",
8799
- "isReadonly": true,
8800
- "releaseTag": "Public",
8801
- "name": "logger",
8802
- "variableTypeTokenRange": {
8803
- "startIndex": 1,
8804
- "endIndex": 3
8805
- }
8806
- },
8807
- {
8808
- "kind": "Function",
8809
- "canonicalReference": "@genesislcap/grid-pro!mergeAndDedupColDefWithColumnState:function(1)",
8810
- "docComment": "/**\n * Merges two arrays, one of `ColDef` and one of `ColumnState`, and deduplicates them.\n *\n * @remarks\n *\n * ColDef uses `field` and ColumnState uses `colId` to identify columns.\n *\n * @public\n */\n",
8811
- "excerptTokens": [
8812
- {
8813
- "kind": "Content",
8814
- "text": "export declare function mergeAndDedupColDefWithColumnState(colDefs: "
8815
- },
8816
- {
8817
- "kind": "Reference",
8818
- "text": "ColDef",
8819
- "canonicalReference": "@ag-grid-community/core!ColDef:interface"
8820
- },
8821
- {
8822
- "kind": "Content",
8823
- "text": "[]"
8824
- },
8825
- {
8826
- "kind": "Content",
8827
- "text": ", columnStates: "
8828
- },
8829
- {
8830
- "kind": "Reference",
8831
- "text": "ColumnState",
8832
- "canonicalReference": "@ag-grid-community/core!ColumnState:interface"
8833
- },
8834
- {
8835
- "kind": "Content",
8836
- "text": "[]"
8837
- },
8838
- {
8839
- "kind": "Content",
8840
- "text": "): "
8841
- },
8842
- {
8843
- "kind": "Reference",
8844
- "text": "ColDef",
8845
- "canonicalReference": "@ag-grid-community/core!ColDef:interface"
8846
- },
8847
- {
8848
- "kind": "Content",
8849
- "text": "[]"
8850
- },
8851
- {
8852
- "kind": "Content",
8853
- "text": ";"
9394
+ }
8854
9395
  }
8855
9396
  ],
8856
- "fileUrlPath": "src/utils/array.ts",
8857
- "returnTypeTokenRange": {
8858
- "startIndex": 7,
8859
- "endIndex": 9
8860
- },
8861
- "releaseTag": "Public",
8862
- "overloadIndex": 1,
8863
- "parameters": [
8864
- {
8865
- "parameterName": "colDefs",
8866
- "parameterTypeTokenRange": {
8867
- "startIndex": 1,
8868
- "endIndex": 3
8869
- },
8870
- "isOptional": false
8871
- },
9397
+ "extendsTokenRanges": [
8872
9398
  {
8873
- "parameterName": "columnStates",
8874
- "parameterTypeTokenRange": {
8875
- "startIndex": 4,
8876
- "endIndex": 6
8877
- },
8878
- "isOptional": false
9399
+ "startIndex": 1,
9400
+ "endIndex": 2
8879
9401
  }
8880
- ],
8881
- "name": "mergeAndDedupColDefWithColumnState"
9402
+ ]
8882
9403
  },
8883
9404
  {
8884
9405
  "kind": "Class",
@@ -9555,6 +10076,54 @@
9555
10076
  "isAbstract": false,
9556
10077
  "name": "afterGuiAttached"
9557
10078
  },
10079
+ {
10080
+ "kind": "Method",
10081
+ "canonicalReference": "@genesislcap/grid-pro!SelectEditor#changeHandler:member(1)",
10082
+ "docComment": "",
10083
+ "excerptTokens": [
10084
+ {
10085
+ "kind": "Content",
10086
+ "text": "changeHandler(event: "
10087
+ },
10088
+ {
10089
+ "kind": "Content",
10090
+ "text": "any"
10091
+ },
10092
+ {
10093
+ "kind": "Content",
10094
+ "text": "): "
10095
+ },
10096
+ {
10097
+ "kind": "Content",
10098
+ "text": "void"
10099
+ },
10100
+ {
10101
+ "kind": "Content",
10102
+ "text": ";"
10103
+ }
10104
+ ],
10105
+ "isStatic": false,
10106
+ "returnTypeTokenRange": {
10107
+ "startIndex": 3,
10108
+ "endIndex": 4
10109
+ },
10110
+ "releaseTag": "Public",
10111
+ "isProtected": false,
10112
+ "overloadIndex": 1,
10113
+ "parameters": [
10114
+ {
10115
+ "parameterName": "event",
10116
+ "parameterTypeTokenRange": {
10117
+ "startIndex": 1,
10118
+ "endIndex": 2
10119
+ },
10120
+ "isOptional": false
10121
+ }
10122
+ ],
10123
+ "isOptional": false,
10124
+ "isAbstract": false,
10125
+ "name": "changeHandler"
10126
+ },
9558
10127
  {
9559
10128
  "kind": "Property",
9560
10129
  "canonicalReference": "@genesislcap/grid-pro!SelectEditor#combobox:member",
@@ -9932,6 +10501,33 @@
9932
10501
  "endIndex": 2
9933
10502
  }
9934
10503
  },
10504
+ {
10505
+ "kind": "PropertySignature",
10506
+ "canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#async:member",
10507
+ "docComment": "",
10508
+ "excerptTokens": [
10509
+ {
10510
+ "kind": "Content",
10511
+ "text": "async: "
10512
+ },
10513
+ {
10514
+ "kind": "Content",
10515
+ "text": "boolean"
10516
+ },
10517
+ {
10518
+ "kind": "Content",
10519
+ "text": ";"
10520
+ }
10521
+ ],
10522
+ "isReadonly": false,
10523
+ "isOptional": false,
10524
+ "releaseTag": "Public",
10525
+ "name": "async",
10526
+ "propertyTypeTokenRange": {
10527
+ "startIndex": 1,
10528
+ "endIndex": 2
10529
+ }
10530
+ },
9935
10531
  {
9936
10532
  "kind": "PropertySignature",
9937
10533
  "canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#datasourceOptions:member",