@genesislcap/grid-pro 14.101.4 → 14.102.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 (48) hide show
  1. package/dist/custom-elements.json +571 -263
  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/number.editor.d.ts +59 -0
  5. package/dist/dts/cell-editors/number.editor.d.ts.map +1 -0
  6. package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
  7. package/dist/dts/grid-components.d.ts +10 -1
  8. package/dist/dts/grid-components.d.ts.map +1 -1
  9. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
  10. package/dist/dts/grid-pro.d.ts +3 -7
  11. package/dist/dts/grid-pro.d.ts.map +1 -1
  12. package/dist/dts/grid-pro.types.d.ts +2 -1
  13. package/dist/dts/grid-pro.types.d.ts.map +1 -1
  14. package/dist/esm/cell-editors/index.js +1 -0
  15. package/dist/esm/cell-editors/number.editor.js +86 -0
  16. package/dist/esm/datasource/server-side.datasource.js +3 -0
  17. package/dist/esm/grid-components.js +3 -2
  18. package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +3 -0
  19. package/dist/esm/grid-pro.js +2 -1
  20. package/dist/esm/grid-pro.types.js +1 -0
  21. package/dist/grid-pro.api.json +887 -2
  22. package/dist/grid-pro.d.ts +77 -10
  23. package/docs/api/grid-pro.agnumbereditorstyles.md +13 -0
  24. package/docs/api/grid-pro.foundationgridcomponents.md +10 -1
  25. package/docs/api/grid-pro.foundationnumbereditor.md +24 -0
  26. package/docs/api/grid-pro.getnumbereditortemplate.md +13 -0
  27. package/docs/api/grid-pro.gridprorenderertypes.md +1 -0
  28. package/docs/api/grid-pro.md +5 -0
  29. package/docs/api/grid-pro.numbereditor.afterguiattached.md +15 -0
  30. package/docs/api/grid-pro.numbereditor.changehandler.md +22 -0
  31. package/docs/api/grid-pro.numbereditor.destroy.md +15 -0
  32. package/docs/api/grid-pro.numbereditor.focus.md +15 -0
  33. package/docs/api/grid-pro.numbereditor.getgui.md +15 -0
  34. package/docs/api/grid-pro.numbereditor.getvalue.md +15 -0
  35. package/docs/api/grid-pro.numbereditor.init.md +22 -0
  36. package/docs/api/grid-pro.numbereditor.input.md +11 -0
  37. package/docs/api/grid-pro.numbereditor.ispopup.md +15 -0
  38. package/docs/api/grid-pro.numbereditor.md +39 -0
  39. package/docs/api/grid-pro.numbereditor.params.md +11 -0
  40. package/docs/api/grid-pro.numbereditor.refresh.md +22 -0
  41. package/docs/api/grid-pro.numbereditor.value.md +11 -0
  42. package/docs/api/grid-pro.numbereditorparams.disabled.md +11 -0
  43. package/docs/api/grid-pro.numbereditorparams.formatoptions.md +11 -0
  44. package/docs/api/grid-pro.numbereditorparams.md +24 -0
  45. package/docs/api/grid-pro.numbereditorparams.placeholder.md +11 -0
  46. package/docs/api/grid-pro.numbereditorparams.withformatting.md +11 -0
  47. package/docs/api-report.md +69 -1
  48. package/package.json +8 -8
@@ -2102,6 +2102,34 @@
2102
2102
  "endIndex": 3
2103
2103
  }
2104
2104
  },
2105
+ {
2106
+ "kind": "Variable",
2107
+ "canonicalReference": "@genesislcap/grid-pro!agNumberEditorStyles:var",
2108
+ "docComment": "/**\n * The AG Number Editor Styles.\n *\n * @public\n */\n",
2109
+ "excerptTokens": [
2110
+ {
2111
+ "kind": "Content",
2112
+ "text": "agNumberEditorStyles: "
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/number.editor.ts",
2125
+ "isReadonly": true,
2126
+ "releaseTag": "Public",
2127
+ "name": "agNumberEditorStyles",
2128
+ "variableTypeTokenRange": {
2129
+ "startIndex": 1,
2130
+ "endIndex": 3
2131
+ }
2132
+ },
2105
2133
  {
2106
2134
  "kind": "Variable",
2107
2135
  "canonicalReference": "@genesislcap/grid-pro!agSelectEditorStyles:var",
@@ -4247,7 +4275,7 @@
4247
4275
  },
4248
4276
  {
4249
4277
  "kind": "Content",
4250
- "text": ">;\n selectEditor: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
4278
+ "text": ">;\n foundationSelectEditor: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
4251
4279
  },
4252
4280
  {
4253
4281
  "kind": "Reference",
@@ -4326,6 +4354,87 @@
4326
4354
  "text": "SelectEditor",
4327
4355
  "canonicalReference": "@genesislcap/grid-pro!SelectEditor:class"
4328
4356
  },
4357
+ {
4358
+ "kind": "Content",
4359
+ "text": ">;\n foundationNumberEditor: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
4360
+ },
4361
+ {
4362
+ "kind": "Reference",
4363
+ "text": "OverrideFoundationElementDefinition",
4364
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
4365
+ },
4366
+ {
4367
+ "kind": "Content",
4368
+ "text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
4369
+ },
4370
+ {
4371
+ "kind": "Reference",
4372
+ "text": "ElementStyles",
4373
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
4374
+ },
4375
+ {
4376
+ "kind": "Content",
4377
+ "text": ";\n template: import(\"@microsoft/fast-element\")."
4378
+ },
4379
+ {
4380
+ "kind": "Reference",
4381
+ "text": "ViewTemplate",
4382
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
4383
+ },
4384
+ {
4385
+ "kind": "Content",
4386
+ "text": "<import(\"./cell-editors\")."
4387
+ },
4388
+ {
4389
+ "kind": "Reference",
4390
+ "text": "NumberEditor",
4391
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor:class"
4392
+ },
4393
+ {
4394
+ "kind": "Content",
4395
+ "text": ", any>;\n }>) => import(\"@microsoft/fast-foundation\")."
4396
+ },
4397
+ {
4398
+ "kind": "Reference",
4399
+ "text": "FoundationElementRegistry",
4400
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
4401
+ },
4402
+ {
4403
+ "kind": "Content",
4404
+ "text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
4405
+ },
4406
+ {
4407
+ "kind": "Reference",
4408
+ "text": "ElementStyles",
4409
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
4410
+ },
4411
+ {
4412
+ "kind": "Content",
4413
+ "text": ";\n template: import(\"@microsoft/fast-element\")."
4414
+ },
4415
+ {
4416
+ "kind": "Reference",
4417
+ "text": "ViewTemplate",
4418
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
4419
+ },
4420
+ {
4421
+ "kind": "Content",
4422
+ "text": "<import(\"./cell-editors\")."
4423
+ },
4424
+ {
4425
+ "kind": "Reference",
4426
+ "text": "NumberEditor",
4427
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor:class"
4428
+ },
4429
+ {
4430
+ "kind": "Content",
4431
+ "text": ", any>;\n }, typeof import(\"./cell-editors\")."
4432
+ },
4433
+ {
4434
+ "kind": "Reference",
4435
+ "text": "NumberEditor",
4436
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor:class"
4437
+ },
4329
4438
  {
4330
4439
  "kind": "Content",
4331
4440
  "text": ">;\n register(container?: "
@@ -4346,7 +4455,7 @@
4346
4455
  "name": "foundationGridComponents",
4347
4456
  "variableTypeTokenRange": {
4348
4457
  "startIndex": 1,
4349
- "endIndex": 132
4458
+ "endIndex": 150
4350
4459
  }
4351
4460
  },
4352
4461
  {
@@ -4655,6 +4764,110 @@
4655
4764
  "endIndex": 2
4656
4765
  }
4657
4766
  },
4767
+ {
4768
+ "kind": "Variable",
4769
+ "canonicalReference": "@genesislcap/grid-pro!foundationNumberEditor:var",
4770
+ "docComment": "/**\n * @remarks\n *\n * HTML Element: \\<foundation-number-editor\\>\n *\n * @public\n */\n",
4771
+ "excerptTokens": [
4772
+ {
4773
+ "kind": "Content",
4774
+ "text": "foundationNumberEditor: "
4775
+ },
4776
+ {
4777
+ "kind": "Content",
4778
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
4779
+ },
4780
+ {
4781
+ "kind": "Reference",
4782
+ "text": "OverrideFoundationElementDefinition",
4783
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
4784
+ },
4785
+ {
4786
+ "kind": "Content",
4787
+ "text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
4788
+ },
4789
+ {
4790
+ "kind": "Reference",
4791
+ "text": "ElementStyles",
4792
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
4793
+ },
4794
+ {
4795
+ "kind": "Content",
4796
+ "text": ";\n template: import(\"@microsoft/fast-element\")."
4797
+ },
4798
+ {
4799
+ "kind": "Reference",
4800
+ "text": "ViewTemplate",
4801
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
4802
+ },
4803
+ {
4804
+ "kind": "Content",
4805
+ "text": "<"
4806
+ },
4807
+ {
4808
+ "kind": "Reference",
4809
+ "text": "NumberEditor",
4810
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor:class"
4811
+ },
4812
+ {
4813
+ "kind": "Content",
4814
+ "text": ", any>;\n}>) => import(\"@microsoft/fast-foundation\")."
4815
+ },
4816
+ {
4817
+ "kind": "Reference",
4818
+ "text": "FoundationElementRegistry",
4819
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
4820
+ },
4821
+ {
4822
+ "kind": "Content",
4823
+ "text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
4824
+ },
4825
+ {
4826
+ "kind": "Reference",
4827
+ "text": "ElementStyles",
4828
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
4829
+ },
4830
+ {
4831
+ "kind": "Content",
4832
+ "text": ";\n template: import(\"@microsoft/fast-element\")."
4833
+ },
4834
+ {
4835
+ "kind": "Reference",
4836
+ "text": "ViewTemplate",
4837
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
4838
+ },
4839
+ {
4840
+ "kind": "Content",
4841
+ "text": "<"
4842
+ },
4843
+ {
4844
+ "kind": "Reference",
4845
+ "text": "NumberEditor",
4846
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor:class"
4847
+ },
4848
+ {
4849
+ "kind": "Content",
4850
+ "text": ", any>;\n}, typeof "
4851
+ },
4852
+ {
4853
+ "kind": "Reference",
4854
+ "text": "NumberEditor",
4855
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor:class"
4856
+ },
4857
+ {
4858
+ "kind": "Content",
4859
+ "text": ">"
4860
+ }
4861
+ ],
4862
+ "fileUrlPath": "src/cell-editors/number.editor.ts",
4863
+ "isReadonly": true,
4864
+ "releaseTag": "Public",
4865
+ "name": "foundationNumberEditor",
4866
+ "variableTypeTokenRange": {
4867
+ "startIndex": 1,
4868
+ "endIndex": 20
4869
+ }
4870
+ },
4658
4871
  {
4659
4872
  "kind": "Variable",
4660
4873
  "canonicalReference": "@genesislcap/grid-pro!foundationSelectEditor:var",
@@ -4846,6 +5059,47 @@
4846
5059
  "endIndex": 6
4847
5060
  }
4848
5061
  },
5062
+ {
5063
+ "kind": "Variable",
5064
+ "canonicalReference": "@genesislcap/grid-pro!getNumberEditorTemplate:var",
5065
+ "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",
5066
+ "excerptTokens": [
5067
+ {
5068
+ "kind": "Content",
5069
+ "text": "getNumberEditorTemplate: "
5070
+ },
5071
+ {
5072
+ "kind": "Content",
5073
+ "text": "(designSystem?: string) => import(\"@microsoft/fast-element\")."
5074
+ },
5075
+ {
5076
+ "kind": "Reference",
5077
+ "text": "ViewTemplate",
5078
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
5079
+ },
5080
+ {
5081
+ "kind": "Content",
5082
+ "text": "<"
5083
+ },
5084
+ {
5085
+ "kind": "Reference",
5086
+ "text": "NumberEditor",
5087
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor:class"
5088
+ },
5089
+ {
5090
+ "kind": "Content",
5091
+ "text": ", any>"
5092
+ }
5093
+ ],
5094
+ "fileUrlPath": "src/cell-editors/number.editor.ts",
5095
+ "isReadonly": true,
5096
+ "releaseTag": "Public",
5097
+ "name": "getNumberEditorTemplate",
5098
+ "variableTypeTokenRange": {
5099
+ "startIndex": 1,
5100
+ "endIndex": 6
5101
+ }
5102
+ },
4849
5103
  {
4850
5104
  "kind": "Variable",
4851
5105
  "canonicalReference": "@genesislcap/grid-pro!getSelectEditorTemplate:var",
@@ -8382,6 +8636,27 @@
8382
8636
  "releaseTag": "Public",
8383
8637
  "name": "boolean"
8384
8638
  },
8639
+ {
8640
+ "kind": "EnumMember",
8641
+ "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.numberEditor:member",
8642
+ "docComment": "",
8643
+ "excerptTokens": [
8644
+ {
8645
+ "kind": "Content",
8646
+ "text": "numberEditor = "
8647
+ },
8648
+ {
8649
+ "kind": "Content",
8650
+ "text": "\"numberEditor\""
8651
+ }
8652
+ ],
8653
+ "initializerTokenRange": {
8654
+ "startIndex": 1,
8655
+ "endIndex": 2
8656
+ },
8657
+ "releaseTag": "Public",
8658
+ "name": "numberEditor"
8659
+ },
8385
8660
  {
8386
8661
  "kind": "EnumMember",
8387
8662
  "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.select:member",
@@ -8575,6 +8850,616 @@
8575
8850
  ],
8576
8851
  "name": "mergeAndDedupColDefWithColumnState"
8577
8852
  },
8853
+ {
8854
+ "kind": "Class",
8855
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor:class",
8856
+ "docComment": "/**\n * The AG Number Editor element.\n *\n * @tagname\n *\n * %%prefix%%-number-editor\n *\n * @public\n */\n",
8857
+ "excerptTokens": [
8858
+ {
8859
+ "kind": "Content",
8860
+ "text": "export declare class NumberEditor extends "
8861
+ },
8862
+ {
8863
+ "kind": "Reference",
8864
+ "text": "FoundationElement",
8865
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
8866
+ },
8867
+ {
8868
+ "kind": "Content",
8869
+ "text": " implements "
8870
+ },
8871
+ {
8872
+ "kind": "Reference",
8873
+ "text": "ICellEditorComp",
8874
+ "canonicalReference": "@ag-grid-community/core!ICellEditorComp:interface"
8875
+ },
8876
+ {
8877
+ "kind": "Content",
8878
+ "text": " "
8879
+ }
8880
+ ],
8881
+ "fileUrlPath": "src/cell-editors/number.editor.ts",
8882
+ "releaseTag": "Public",
8883
+ "isAbstract": false,
8884
+ "name": "NumberEditor",
8885
+ "preserveMemberOrder": false,
8886
+ "members": [
8887
+ {
8888
+ "kind": "Method",
8889
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#afterGuiAttached:member(1)",
8890
+ "docComment": "",
8891
+ "excerptTokens": [
8892
+ {
8893
+ "kind": "Content",
8894
+ "text": "afterGuiAttached(): "
8895
+ },
8896
+ {
8897
+ "kind": "Content",
8898
+ "text": "void"
8899
+ },
8900
+ {
8901
+ "kind": "Content",
8902
+ "text": ";"
8903
+ }
8904
+ ],
8905
+ "isStatic": false,
8906
+ "returnTypeTokenRange": {
8907
+ "startIndex": 1,
8908
+ "endIndex": 2
8909
+ },
8910
+ "releaseTag": "Public",
8911
+ "isProtected": false,
8912
+ "overloadIndex": 1,
8913
+ "parameters": [],
8914
+ "isOptional": false,
8915
+ "isAbstract": false,
8916
+ "name": "afterGuiAttached"
8917
+ },
8918
+ {
8919
+ "kind": "Method",
8920
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#changeHandler:member(1)",
8921
+ "docComment": "",
8922
+ "excerptTokens": [
8923
+ {
8924
+ "kind": "Content",
8925
+ "text": "changeHandler(event: "
8926
+ },
8927
+ {
8928
+ "kind": "Content",
8929
+ "text": "any"
8930
+ },
8931
+ {
8932
+ "kind": "Content",
8933
+ "text": "): "
8934
+ },
8935
+ {
8936
+ "kind": "Content",
8937
+ "text": "void"
8938
+ },
8939
+ {
8940
+ "kind": "Content",
8941
+ "text": ";"
8942
+ }
8943
+ ],
8944
+ "isStatic": false,
8945
+ "returnTypeTokenRange": {
8946
+ "startIndex": 3,
8947
+ "endIndex": 4
8948
+ },
8949
+ "releaseTag": "Public",
8950
+ "isProtected": false,
8951
+ "overloadIndex": 1,
8952
+ "parameters": [
8953
+ {
8954
+ "parameterName": "event",
8955
+ "parameterTypeTokenRange": {
8956
+ "startIndex": 1,
8957
+ "endIndex": 2
8958
+ },
8959
+ "isOptional": false
8960
+ }
8961
+ ],
8962
+ "isOptional": false,
8963
+ "isAbstract": false,
8964
+ "name": "changeHandler"
8965
+ },
8966
+ {
8967
+ "kind": "Method",
8968
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#destroy:member(1)",
8969
+ "docComment": "",
8970
+ "excerptTokens": [
8971
+ {
8972
+ "kind": "Content",
8973
+ "text": "destroy(): "
8974
+ },
8975
+ {
8976
+ "kind": "Content",
8977
+ "text": "void"
8978
+ },
8979
+ {
8980
+ "kind": "Content",
8981
+ "text": ";"
8982
+ }
8983
+ ],
8984
+ "isStatic": false,
8985
+ "returnTypeTokenRange": {
8986
+ "startIndex": 1,
8987
+ "endIndex": 2
8988
+ },
8989
+ "releaseTag": "Public",
8990
+ "isProtected": false,
8991
+ "overloadIndex": 1,
8992
+ "parameters": [],
8993
+ "isOptional": false,
8994
+ "isAbstract": false,
8995
+ "name": "destroy"
8996
+ },
8997
+ {
8998
+ "kind": "Method",
8999
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#focus:member(1)",
9000
+ "docComment": "",
9001
+ "excerptTokens": [
9002
+ {
9003
+ "kind": "Content",
9004
+ "text": "focus(): "
9005
+ },
9006
+ {
9007
+ "kind": "Content",
9008
+ "text": "void"
9009
+ },
9010
+ {
9011
+ "kind": "Content",
9012
+ "text": ";"
9013
+ }
9014
+ ],
9015
+ "isStatic": false,
9016
+ "returnTypeTokenRange": {
9017
+ "startIndex": 1,
9018
+ "endIndex": 2
9019
+ },
9020
+ "releaseTag": "Public",
9021
+ "isProtected": false,
9022
+ "overloadIndex": 1,
9023
+ "parameters": [],
9024
+ "isOptional": false,
9025
+ "isAbstract": false,
9026
+ "name": "focus"
9027
+ },
9028
+ {
9029
+ "kind": "Method",
9030
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#getGui:member(1)",
9031
+ "docComment": "",
9032
+ "excerptTokens": [
9033
+ {
9034
+ "kind": "Content",
9035
+ "text": "getGui(): "
9036
+ },
9037
+ {
9038
+ "kind": "Reference",
9039
+ "text": "HTMLElement",
9040
+ "canonicalReference": "!HTMLElement:interface"
9041
+ },
9042
+ {
9043
+ "kind": "Content",
9044
+ "text": ";"
9045
+ }
9046
+ ],
9047
+ "isStatic": false,
9048
+ "returnTypeTokenRange": {
9049
+ "startIndex": 1,
9050
+ "endIndex": 2
9051
+ },
9052
+ "releaseTag": "Public",
9053
+ "isProtected": false,
9054
+ "overloadIndex": 1,
9055
+ "parameters": [],
9056
+ "isOptional": false,
9057
+ "isAbstract": false,
9058
+ "name": "getGui"
9059
+ },
9060
+ {
9061
+ "kind": "Method",
9062
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#getValue:member(1)",
9063
+ "docComment": "",
9064
+ "excerptTokens": [
9065
+ {
9066
+ "kind": "Content",
9067
+ "text": "getValue(): "
9068
+ },
9069
+ {
9070
+ "kind": "Content",
9071
+ "text": "number"
9072
+ },
9073
+ {
9074
+ "kind": "Content",
9075
+ "text": ";"
9076
+ }
9077
+ ],
9078
+ "isStatic": false,
9079
+ "returnTypeTokenRange": {
9080
+ "startIndex": 1,
9081
+ "endIndex": 2
9082
+ },
9083
+ "releaseTag": "Public",
9084
+ "isProtected": false,
9085
+ "overloadIndex": 1,
9086
+ "parameters": [],
9087
+ "isOptional": false,
9088
+ "isAbstract": false,
9089
+ "name": "getValue"
9090
+ },
9091
+ {
9092
+ "kind": "Method",
9093
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#init:member(1)",
9094
+ "docComment": "",
9095
+ "excerptTokens": [
9096
+ {
9097
+ "kind": "Content",
9098
+ "text": "init(params: "
9099
+ },
9100
+ {
9101
+ "kind": "Reference",
9102
+ "text": "NumberEditorParams",
9103
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams:interface"
9104
+ },
9105
+ {
9106
+ "kind": "Content",
9107
+ "text": "): "
9108
+ },
9109
+ {
9110
+ "kind": "Content",
9111
+ "text": "void"
9112
+ },
9113
+ {
9114
+ "kind": "Content",
9115
+ "text": ";"
9116
+ }
9117
+ ],
9118
+ "isStatic": false,
9119
+ "returnTypeTokenRange": {
9120
+ "startIndex": 3,
9121
+ "endIndex": 4
9122
+ },
9123
+ "releaseTag": "Public",
9124
+ "isProtected": false,
9125
+ "overloadIndex": 1,
9126
+ "parameters": [
9127
+ {
9128
+ "parameterName": "params",
9129
+ "parameterTypeTokenRange": {
9130
+ "startIndex": 1,
9131
+ "endIndex": 2
9132
+ },
9133
+ "isOptional": false
9134
+ }
9135
+ ],
9136
+ "isOptional": false,
9137
+ "isAbstract": false,
9138
+ "name": "init"
9139
+ },
9140
+ {
9141
+ "kind": "Property",
9142
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#input:member",
9143
+ "docComment": "",
9144
+ "excerptTokens": [
9145
+ {
9146
+ "kind": "Content",
9147
+ "text": "input: "
9148
+ },
9149
+ {
9150
+ "kind": "Content",
9151
+ "text": "any"
9152
+ },
9153
+ {
9154
+ "kind": "Content",
9155
+ "text": ";"
9156
+ }
9157
+ ],
9158
+ "isReadonly": false,
9159
+ "isOptional": false,
9160
+ "releaseTag": "Public",
9161
+ "name": "input",
9162
+ "propertyTypeTokenRange": {
9163
+ "startIndex": 1,
9164
+ "endIndex": 2
9165
+ },
9166
+ "isStatic": false,
9167
+ "isProtected": false,
9168
+ "isAbstract": false
9169
+ },
9170
+ {
9171
+ "kind": "Method",
9172
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#isPopup:member(1)",
9173
+ "docComment": "",
9174
+ "excerptTokens": [
9175
+ {
9176
+ "kind": "Content",
9177
+ "text": "isPopup(): "
9178
+ },
9179
+ {
9180
+ "kind": "Content",
9181
+ "text": "boolean"
9182
+ },
9183
+ {
9184
+ "kind": "Content",
9185
+ "text": ";"
9186
+ }
9187
+ ],
9188
+ "isStatic": false,
9189
+ "returnTypeTokenRange": {
9190
+ "startIndex": 1,
9191
+ "endIndex": 2
9192
+ },
9193
+ "releaseTag": "Public",
9194
+ "isProtected": false,
9195
+ "overloadIndex": 1,
9196
+ "parameters": [],
9197
+ "isOptional": false,
9198
+ "isAbstract": false,
9199
+ "name": "isPopup"
9200
+ },
9201
+ {
9202
+ "kind": "Property",
9203
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#params:member",
9204
+ "docComment": "",
9205
+ "excerptTokens": [
9206
+ {
9207
+ "kind": "Content",
9208
+ "text": "params: "
9209
+ },
9210
+ {
9211
+ "kind": "Reference",
9212
+ "text": "NumberEditorParams",
9213
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams:interface"
9214
+ },
9215
+ {
9216
+ "kind": "Content",
9217
+ "text": ";"
9218
+ }
9219
+ ],
9220
+ "isReadonly": false,
9221
+ "isOptional": false,
9222
+ "releaseTag": "Public",
9223
+ "name": "params",
9224
+ "propertyTypeTokenRange": {
9225
+ "startIndex": 1,
9226
+ "endIndex": 2
9227
+ },
9228
+ "isStatic": false,
9229
+ "isProtected": false,
9230
+ "isAbstract": false
9231
+ },
9232
+ {
9233
+ "kind": "Method",
9234
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#refresh:member(1)",
9235
+ "docComment": "",
9236
+ "excerptTokens": [
9237
+ {
9238
+ "kind": "Content",
9239
+ "text": "refresh(params: "
9240
+ },
9241
+ {
9242
+ "kind": "Reference",
9243
+ "text": "NumberEditorParams",
9244
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams:interface"
9245
+ },
9246
+ {
9247
+ "kind": "Content",
9248
+ "text": "): "
9249
+ },
9250
+ {
9251
+ "kind": "Content",
9252
+ "text": "boolean"
9253
+ },
9254
+ {
9255
+ "kind": "Content",
9256
+ "text": ";"
9257
+ }
9258
+ ],
9259
+ "isStatic": false,
9260
+ "returnTypeTokenRange": {
9261
+ "startIndex": 3,
9262
+ "endIndex": 4
9263
+ },
9264
+ "releaseTag": "Public",
9265
+ "isProtected": false,
9266
+ "overloadIndex": 1,
9267
+ "parameters": [
9268
+ {
9269
+ "parameterName": "params",
9270
+ "parameterTypeTokenRange": {
9271
+ "startIndex": 1,
9272
+ "endIndex": 2
9273
+ },
9274
+ "isOptional": false
9275
+ }
9276
+ ],
9277
+ "isOptional": false,
9278
+ "isAbstract": false,
9279
+ "name": "refresh"
9280
+ },
9281
+ {
9282
+ "kind": "Property",
9283
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#value:member",
9284
+ "docComment": "",
9285
+ "excerptTokens": [
9286
+ {
9287
+ "kind": "Content",
9288
+ "text": "value: "
9289
+ },
9290
+ {
9291
+ "kind": "Content",
9292
+ "text": "number"
9293
+ },
9294
+ {
9295
+ "kind": "Content",
9296
+ "text": ";"
9297
+ }
9298
+ ],
9299
+ "isReadonly": false,
9300
+ "isOptional": false,
9301
+ "releaseTag": "Public",
9302
+ "name": "value",
9303
+ "propertyTypeTokenRange": {
9304
+ "startIndex": 1,
9305
+ "endIndex": 2
9306
+ },
9307
+ "isStatic": false,
9308
+ "isProtected": false,
9309
+ "isAbstract": false
9310
+ }
9311
+ ],
9312
+ "extendsTokenRange": {
9313
+ "startIndex": 1,
9314
+ "endIndex": 2
9315
+ },
9316
+ "implementsTokenRanges": [
9317
+ {
9318
+ "startIndex": 3,
9319
+ "endIndex": 4
9320
+ }
9321
+ ]
9322
+ },
9323
+ {
9324
+ "kind": "Interface",
9325
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams:interface",
9326
+ "docComment": "/**\n * Parameters used to configure {@link NumberEditor}\n *\n * @public\n */\n",
9327
+ "excerptTokens": [
9328
+ {
9329
+ "kind": "Content",
9330
+ "text": "export interface NumberEditorParams extends "
9331
+ },
9332
+ {
9333
+ "kind": "Reference",
9334
+ "text": "ICellEditorParams",
9335
+ "canonicalReference": "@ag-grid-community/core!ICellEditorParams:interface"
9336
+ },
9337
+ {
9338
+ "kind": "Content",
9339
+ "text": " "
9340
+ }
9341
+ ],
9342
+ "fileUrlPath": "src/cell-editors/number.editor.ts",
9343
+ "releaseTag": "Public",
9344
+ "name": "NumberEditorParams",
9345
+ "preserveMemberOrder": false,
9346
+ "members": [
9347
+ {
9348
+ "kind": "PropertySignature",
9349
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams#disabled:member",
9350
+ "docComment": "",
9351
+ "excerptTokens": [
9352
+ {
9353
+ "kind": "Content",
9354
+ "text": "disabled: "
9355
+ },
9356
+ {
9357
+ "kind": "Content",
9358
+ "text": "boolean"
9359
+ },
9360
+ {
9361
+ "kind": "Content",
9362
+ "text": ";"
9363
+ }
9364
+ ],
9365
+ "isReadonly": false,
9366
+ "isOptional": false,
9367
+ "releaseTag": "Public",
9368
+ "name": "disabled",
9369
+ "propertyTypeTokenRange": {
9370
+ "startIndex": 1,
9371
+ "endIndex": 2
9372
+ }
9373
+ },
9374
+ {
9375
+ "kind": "PropertySignature",
9376
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams#formatOptions:member",
9377
+ "docComment": "",
9378
+ "excerptTokens": [
9379
+ {
9380
+ "kind": "Content",
9381
+ "text": "formatOptions: "
9382
+ },
9383
+ {
9384
+ "kind": "Content",
9385
+ "text": "any"
9386
+ },
9387
+ {
9388
+ "kind": "Content",
9389
+ "text": ";"
9390
+ }
9391
+ ],
9392
+ "isReadonly": false,
9393
+ "isOptional": false,
9394
+ "releaseTag": "Public",
9395
+ "name": "formatOptions",
9396
+ "propertyTypeTokenRange": {
9397
+ "startIndex": 1,
9398
+ "endIndex": 2
9399
+ }
9400
+ },
9401
+ {
9402
+ "kind": "PropertySignature",
9403
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams#placeholder:member",
9404
+ "docComment": "",
9405
+ "excerptTokens": [
9406
+ {
9407
+ "kind": "Content",
9408
+ "text": "placeholder: "
9409
+ },
9410
+ {
9411
+ "kind": "Content",
9412
+ "text": "string"
9413
+ },
9414
+ {
9415
+ "kind": "Content",
9416
+ "text": ";"
9417
+ }
9418
+ ],
9419
+ "isReadonly": false,
9420
+ "isOptional": false,
9421
+ "releaseTag": "Public",
9422
+ "name": "placeholder",
9423
+ "propertyTypeTokenRange": {
9424
+ "startIndex": 1,
9425
+ "endIndex": 2
9426
+ }
9427
+ },
9428
+ {
9429
+ "kind": "PropertySignature",
9430
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams#withFormatting:member",
9431
+ "docComment": "",
9432
+ "excerptTokens": [
9433
+ {
9434
+ "kind": "Content",
9435
+ "text": "withFormatting: "
9436
+ },
9437
+ {
9438
+ "kind": "Content",
9439
+ "text": "boolean"
9440
+ },
9441
+ {
9442
+ "kind": "Content",
9443
+ "text": ";"
9444
+ }
9445
+ ],
9446
+ "isReadonly": false,
9447
+ "isOptional": false,
9448
+ "releaseTag": "Public",
9449
+ "name": "withFormatting",
9450
+ "propertyTypeTokenRange": {
9451
+ "startIndex": 1,
9452
+ "endIndex": 2
9453
+ }
9454
+ }
9455
+ ],
9456
+ "extendsTokenRanges": [
9457
+ {
9458
+ "startIndex": 1,
9459
+ "endIndex": 2
9460
+ }
9461
+ ]
9462
+ },
8578
9463
  {
8579
9464
  "kind": "Class",
8580
9465
  "canonicalReference": "@genesislcap/grid-pro!SelectEditor:class",