@genesislcap/grid-pro 14.101.4 → 14.103.0-auth-mf.23

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 (51) hide show
  1. package/dist/custom-elements.json +579 -231
  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 +2 -11
  10. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
  11. package/dist/dts/grid-pro.d.ts +3 -7
  12. package/dist/dts/grid-pro.d.ts.map +1 -1
  13. package/dist/dts/grid-pro.types.d.ts +2 -1
  14. package/dist/dts/grid-pro.types.d.ts.map +1 -1
  15. package/dist/esm/cell-editors/index.js +1 -0
  16. package/dist/esm/cell-editors/number.editor.js +86 -0
  17. package/dist/esm/datasource/server-side.datasource.js +3 -0
  18. package/dist/esm/grid-components.js +3 -2
  19. package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +10 -2
  20. package/dist/esm/grid-pro.js +2 -1
  21. package/dist/esm/grid-pro.types.js +1 -0
  22. package/dist/grid-pro.api.json +921 -6
  23. package/dist/grid-pro.d.ts +79 -21
  24. package/docs/api/grid-pro.agnumbereditorstyles.md +13 -0
  25. package/docs/api/grid-pro.foundationgridcomponents.md +10 -1
  26. package/docs/api/grid-pro.foundationnumbereditor.md +24 -0
  27. package/docs/api/grid-pro.getnumbereditortemplate.md +13 -0
  28. package/docs/api/grid-pro.gridprogenesisdatasource.disablepolling.md +11 -0
  29. package/docs/api/grid-pro.gridprogenesisdatasource.md +1 -0
  30. package/docs/api/grid-pro.gridprorenderertypes.md +1 -0
  31. package/docs/api/grid-pro.md +5 -0
  32. package/docs/api/grid-pro.numbereditor.afterguiattached.md +15 -0
  33. package/docs/api/grid-pro.numbereditor.changehandler.md +22 -0
  34. package/docs/api/grid-pro.numbereditor.destroy.md +15 -0
  35. package/docs/api/grid-pro.numbereditor.focus.md +15 -0
  36. package/docs/api/grid-pro.numbereditor.getgui.md +15 -0
  37. package/docs/api/grid-pro.numbereditor.getvalue.md +15 -0
  38. package/docs/api/grid-pro.numbereditor.init.md +22 -0
  39. package/docs/api/grid-pro.numbereditor.input.md +11 -0
  40. package/docs/api/grid-pro.numbereditor.ispopup.md +15 -0
  41. package/docs/api/grid-pro.numbereditor.md +39 -0
  42. package/docs/api/grid-pro.numbereditor.params.md +11 -0
  43. package/docs/api/grid-pro.numbereditor.refresh.md +22 -0
  44. package/docs/api/grid-pro.numbereditor.value.md +11 -0
  45. package/docs/api/grid-pro.numbereditorparams.disabled.md +11 -0
  46. package/docs/api/grid-pro.numbereditorparams.formatoptions.md +11 -0
  47. package/docs/api/grid-pro.numbereditorparams.md +24 -0
  48. package/docs/api/grid-pro.numbereditorparams.placeholder.md +11 -0
  49. package/docs/api/grid-pro.numbereditorparams.withformatting.md +11 -0
  50. package/docs/api-report.md +71 -1
  51. 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",
@@ -7570,6 +7824,36 @@
7570
7824
  "isAbstract": false,
7571
7825
  "name": "deinit"
7572
7826
  },
7827
+ {
7828
+ "kind": "Property",
7829
+ "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#disablePolling:member",
7830
+ "docComment": "",
7831
+ "excerptTokens": [
7832
+ {
7833
+ "kind": "Content",
7834
+ "text": "disablePolling: "
7835
+ },
7836
+ {
7837
+ "kind": "Content",
7838
+ "text": "boolean"
7839
+ },
7840
+ {
7841
+ "kind": "Content",
7842
+ "text": ";"
7843
+ }
7844
+ ],
7845
+ "isReadonly": false,
7846
+ "isOptional": false,
7847
+ "releaseTag": "Public",
7848
+ "name": "disablePolling",
7849
+ "propertyTypeTokenRange": {
7850
+ "startIndex": 1,
7851
+ "endIndex": 2
7852
+ },
7853
+ "isStatic": false,
7854
+ "isProtected": false,
7855
+ "isAbstract": false
7856
+ },
7573
7857
  {
7574
7858
  "kind": "Method",
7575
7859
  "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#disconnectedCallback:member(1)",
@@ -8384,16 +8668,16 @@
8384
8668
  },
8385
8669
  {
8386
8670
  "kind": "EnumMember",
8387
- "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.select:member",
8671
+ "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.numberEditor:member",
8388
8672
  "docComment": "",
8389
8673
  "excerptTokens": [
8390
8674
  {
8391
8675
  "kind": "Content",
8392
- "text": "select = "
8676
+ "text": "numberEditor = "
8393
8677
  },
8394
8678
  {
8395
8679
  "kind": "Content",
8396
- "text": "\"select\""
8680
+ "text": "\"numberEditor\""
8397
8681
  }
8398
8682
  ],
8399
8683
  "initializerTokenRange": {
@@ -8401,7 +8685,28 @@
8401
8685
  "endIndex": 2
8402
8686
  },
8403
8687
  "releaseTag": "Public",
8404
- "name": "select"
8688
+ "name": "numberEditor"
8689
+ },
8690
+ {
8691
+ "kind": "EnumMember",
8692
+ "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.select:member",
8693
+ "docComment": "",
8694
+ "excerptTokens": [
8695
+ {
8696
+ "kind": "Content",
8697
+ "text": "select = "
8698
+ },
8699
+ {
8700
+ "kind": "Content",
8701
+ "text": "\"select\""
8702
+ }
8703
+ ],
8704
+ "initializerTokenRange": {
8705
+ "startIndex": 1,
8706
+ "endIndex": 2
8707
+ },
8708
+ "releaseTag": "Public",
8709
+ "name": "select"
8405
8710
  },
8406
8711
  {
8407
8712
  "kind": "EnumMember",
@@ -8575,6 +8880,616 @@
8575
8880
  ],
8576
8881
  "name": "mergeAndDedupColDefWithColumnState"
8577
8882
  },
8883
+ {
8884
+ "kind": "Class",
8885
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor:class",
8886
+ "docComment": "/**\n * The AG Number Editor element.\n *\n * @tagname\n *\n * %%prefix%%-number-editor\n *\n * @public\n */\n",
8887
+ "excerptTokens": [
8888
+ {
8889
+ "kind": "Content",
8890
+ "text": "export declare class NumberEditor extends "
8891
+ },
8892
+ {
8893
+ "kind": "Reference",
8894
+ "text": "FoundationElement",
8895
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
8896
+ },
8897
+ {
8898
+ "kind": "Content",
8899
+ "text": " implements "
8900
+ },
8901
+ {
8902
+ "kind": "Reference",
8903
+ "text": "ICellEditorComp",
8904
+ "canonicalReference": "@ag-grid-community/core!ICellEditorComp:interface"
8905
+ },
8906
+ {
8907
+ "kind": "Content",
8908
+ "text": " "
8909
+ }
8910
+ ],
8911
+ "fileUrlPath": "src/cell-editors/number.editor.ts",
8912
+ "releaseTag": "Public",
8913
+ "isAbstract": false,
8914
+ "name": "NumberEditor",
8915
+ "preserveMemberOrder": false,
8916
+ "members": [
8917
+ {
8918
+ "kind": "Method",
8919
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#afterGuiAttached:member(1)",
8920
+ "docComment": "",
8921
+ "excerptTokens": [
8922
+ {
8923
+ "kind": "Content",
8924
+ "text": "afterGuiAttached(): "
8925
+ },
8926
+ {
8927
+ "kind": "Content",
8928
+ "text": "void"
8929
+ },
8930
+ {
8931
+ "kind": "Content",
8932
+ "text": ";"
8933
+ }
8934
+ ],
8935
+ "isStatic": false,
8936
+ "returnTypeTokenRange": {
8937
+ "startIndex": 1,
8938
+ "endIndex": 2
8939
+ },
8940
+ "releaseTag": "Public",
8941
+ "isProtected": false,
8942
+ "overloadIndex": 1,
8943
+ "parameters": [],
8944
+ "isOptional": false,
8945
+ "isAbstract": false,
8946
+ "name": "afterGuiAttached"
8947
+ },
8948
+ {
8949
+ "kind": "Method",
8950
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#changeHandler:member(1)",
8951
+ "docComment": "",
8952
+ "excerptTokens": [
8953
+ {
8954
+ "kind": "Content",
8955
+ "text": "changeHandler(event: "
8956
+ },
8957
+ {
8958
+ "kind": "Content",
8959
+ "text": "any"
8960
+ },
8961
+ {
8962
+ "kind": "Content",
8963
+ "text": "): "
8964
+ },
8965
+ {
8966
+ "kind": "Content",
8967
+ "text": "void"
8968
+ },
8969
+ {
8970
+ "kind": "Content",
8971
+ "text": ";"
8972
+ }
8973
+ ],
8974
+ "isStatic": false,
8975
+ "returnTypeTokenRange": {
8976
+ "startIndex": 3,
8977
+ "endIndex": 4
8978
+ },
8979
+ "releaseTag": "Public",
8980
+ "isProtected": false,
8981
+ "overloadIndex": 1,
8982
+ "parameters": [
8983
+ {
8984
+ "parameterName": "event",
8985
+ "parameterTypeTokenRange": {
8986
+ "startIndex": 1,
8987
+ "endIndex": 2
8988
+ },
8989
+ "isOptional": false
8990
+ }
8991
+ ],
8992
+ "isOptional": false,
8993
+ "isAbstract": false,
8994
+ "name": "changeHandler"
8995
+ },
8996
+ {
8997
+ "kind": "Method",
8998
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#destroy:member(1)",
8999
+ "docComment": "",
9000
+ "excerptTokens": [
9001
+ {
9002
+ "kind": "Content",
9003
+ "text": "destroy(): "
9004
+ },
9005
+ {
9006
+ "kind": "Content",
9007
+ "text": "void"
9008
+ },
9009
+ {
9010
+ "kind": "Content",
9011
+ "text": ";"
9012
+ }
9013
+ ],
9014
+ "isStatic": false,
9015
+ "returnTypeTokenRange": {
9016
+ "startIndex": 1,
9017
+ "endIndex": 2
9018
+ },
9019
+ "releaseTag": "Public",
9020
+ "isProtected": false,
9021
+ "overloadIndex": 1,
9022
+ "parameters": [],
9023
+ "isOptional": false,
9024
+ "isAbstract": false,
9025
+ "name": "destroy"
9026
+ },
9027
+ {
9028
+ "kind": "Method",
9029
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#focus:member(1)",
9030
+ "docComment": "",
9031
+ "excerptTokens": [
9032
+ {
9033
+ "kind": "Content",
9034
+ "text": "focus(): "
9035
+ },
9036
+ {
9037
+ "kind": "Content",
9038
+ "text": "void"
9039
+ },
9040
+ {
9041
+ "kind": "Content",
9042
+ "text": ";"
9043
+ }
9044
+ ],
9045
+ "isStatic": false,
9046
+ "returnTypeTokenRange": {
9047
+ "startIndex": 1,
9048
+ "endIndex": 2
9049
+ },
9050
+ "releaseTag": "Public",
9051
+ "isProtected": false,
9052
+ "overloadIndex": 1,
9053
+ "parameters": [],
9054
+ "isOptional": false,
9055
+ "isAbstract": false,
9056
+ "name": "focus"
9057
+ },
9058
+ {
9059
+ "kind": "Method",
9060
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#getGui:member(1)",
9061
+ "docComment": "",
9062
+ "excerptTokens": [
9063
+ {
9064
+ "kind": "Content",
9065
+ "text": "getGui(): "
9066
+ },
9067
+ {
9068
+ "kind": "Reference",
9069
+ "text": "HTMLElement",
9070
+ "canonicalReference": "!HTMLElement:interface"
9071
+ },
9072
+ {
9073
+ "kind": "Content",
9074
+ "text": ";"
9075
+ }
9076
+ ],
9077
+ "isStatic": false,
9078
+ "returnTypeTokenRange": {
9079
+ "startIndex": 1,
9080
+ "endIndex": 2
9081
+ },
9082
+ "releaseTag": "Public",
9083
+ "isProtected": false,
9084
+ "overloadIndex": 1,
9085
+ "parameters": [],
9086
+ "isOptional": false,
9087
+ "isAbstract": false,
9088
+ "name": "getGui"
9089
+ },
9090
+ {
9091
+ "kind": "Method",
9092
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#getValue:member(1)",
9093
+ "docComment": "",
9094
+ "excerptTokens": [
9095
+ {
9096
+ "kind": "Content",
9097
+ "text": "getValue(): "
9098
+ },
9099
+ {
9100
+ "kind": "Content",
9101
+ "text": "number"
9102
+ },
9103
+ {
9104
+ "kind": "Content",
9105
+ "text": ";"
9106
+ }
9107
+ ],
9108
+ "isStatic": false,
9109
+ "returnTypeTokenRange": {
9110
+ "startIndex": 1,
9111
+ "endIndex": 2
9112
+ },
9113
+ "releaseTag": "Public",
9114
+ "isProtected": false,
9115
+ "overloadIndex": 1,
9116
+ "parameters": [],
9117
+ "isOptional": false,
9118
+ "isAbstract": false,
9119
+ "name": "getValue"
9120
+ },
9121
+ {
9122
+ "kind": "Method",
9123
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#init:member(1)",
9124
+ "docComment": "",
9125
+ "excerptTokens": [
9126
+ {
9127
+ "kind": "Content",
9128
+ "text": "init(params: "
9129
+ },
9130
+ {
9131
+ "kind": "Reference",
9132
+ "text": "NumberEditorParams",
9133
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams:interface"
9134
+ },
9135
+ {
9136
+ "kind": "Content",
9137
+ "text": "): "
9138
+ },
9139
+ {
9140
+ "kind": "Content",
9141
+ "text": "void"
9142
+ },
9143
+ {
9144
+ "kind": "Content",
9145
+ "text": ";"
9146
+ }
9147
+ ],
9148
+ "isStatic": false,
9149
+ "returnTypeTokenRange": {
9150
+ "startIndex": 3,
9151
+ "endIndex": 4
9152
+ },
9153
+ "releaseTag": "Public",
9154
+ "isProtected": false,
9155
+ "overloadIndex": 1,
9156
+ "parameters": [
9157
+ {
9158
+ "parameterName": "params",
9159
+ "parameterTypeTokenRange": {
9160
+ "startIndex": 1,
9161
+ "endIndex": 2
9162
+ },
9163
+ "isOptional": false
9164
+ }
9165
+ ],
9166
+ "isOptional": false,
9167
+ "isAbstract": false,
9168
+ "name": "init"
9169
+ },
9170
+ {
9171
+ "kind": "Property",
9172
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#input:member",
9173
+ "docComment": "",
9174
+ "excerptTokens": [
9175
+ {
9176
+ "kind": "Content",
9177
+ "text": "input: "
9178
+ },
9179
+ {
9180
+ "kind": "Content",
9181
+ "text": "any"
9182
+ },
9183
+ {
9184
+ "kind": "Content",
9185
+ "text": ";"
9186
+ }
9187
+ ],
9188
+ "isReadonly": false,
9189
+ "isOptional": false,
9190
+ "releaseTag": "Public",
9191
+ "name": "input",
9192
+ "propertyTypeTokenRange": {
9193
+ "startIndex": 1,
9194
+ "endIndex": 2
9195
+ },
9196
+ "isStatic": false,
9197
+ "isProtected": false,
9198
+ "isAbstract": false
9199
+ },
9200
+ {
9201
+ "kind": "Method",
9202
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#isPopup:member(1)",
9203
+ "docComment": "",
9204
+ "excerptTokens": [
9205
+ {
9206
+ "kind": "Content",
9207
+ "text": "isPopup(): "
9208
+ },
9209
+ {
9210
+ "kind": "Content",
9211
+ "text": "boolean"
9212
+ },
9213
+ {
9214
+ "kind": "Content",
9215
+ "text": ";"
9216
+ }
9217
+ ],
9218
+ "isStatic": false,
9219
+ "returnTypeTokenRange": {
9220
+ "startIndex": 1,
9221
+ "endIndex": 2
9222
+ },
9223
+ "releaseTag": "Public",
9224
+ "isProtected": false,
9225
+ "overloadIndex": 1,
9226
+ "parameters": [],
9227
+ "isOptional": false,
9228
+ "isAbstract": false,
9229
+ "name": "isPopup"
9230
+ },
9231
+ {
9232
+ "kind": "Property",
9233
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#params:member",
9234
+ "docComment": "",
9235
+ "excerptTokens": [
9236
+ {
9237
+ "kind": "Content",
9238
+ "text": "params: "
9239
+ },
9240
+ {
9241
+ "kind": "Reference",
9242
+ "text": "NumberEditorParams",
9243
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams:interface"
9244
+ },
9245
+ {
9246
+ "kind": "Content",
9247
+ "text": ";"
9248
+ }
9249
+ ],
9250
+ "isReadonly": false,
9251
+ "isOptional": false,
9252
+ "releaseTag": "Public",
9253
+ "name": "params",
9254
+ "propertyTypeTokenRange": {
9255
+ "startIndex": 1,
9256
+ "endIndex": 2
9257
+ },
9258
+ "isStatic": false,
9259
+ "isProtected": false,
9260
+ "isAbstract": false
9261
+ },
9262
+ {
9263
+ "kind": "Method",
9264
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#refresh:member(1)",
9265
+ "docComment": "",
9266
+ "excerptTokens": [
9267
+ {
9268
+ "kind": "Content",
9269
+ "text": "refresh(params: "
9270
+ },
9271
+ {
9272
+ "kind": "Reference",
9273
+ "text": "NumberEditorParams",
9274
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams:interface"
9275
+ },
9276
+ {
9277
+ "kind": "Content",
9278
+ "text": "): "
9279
+ },
9280
+ {
9281
+ "kind": "Content",
9282
+ "text": "boolean"
9283
+ },
9284
+ {
9285
+ "kind": "Content",
9286
+ "text": ";"
9287
+ }
9288
+ ],
9289
+ "isStatic": false,
9290
+ "returnTypeTokenRange": {
9291
+ "startIndex": 3,
9292
+ "endIndex": 4
9293
+ },
9294
+ "releaseTag": "Public",
9295
+ "isProtected": false,
9296
+ "overloadIndex": 1,
9297
+ "parameters": [
9298
+ {
9299
+ "parameterName": "params",
9300
+ "parameterTypeTokenRange": {
9301
+ "startIndex": 1,
9302
+ "endIndex": 2
9303
+ },
9304
+ "isOptional": false
9305
+ }
9306
+ ],
9307
+ "isOptional": false,
9308
+ "isAbstract": false,
9309
+ "name": "refresh"
9310
+ },
9311
+ {
9312
+ "kind": "Property",
9313
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditor#value:member",
9314
+ "docComment": "",
9315
+ "excerptTokens": [
9316
+ {
9317
+ "kind": "Content",
9318
+ "text": "value: "
9319
+ },
9320
+ {
9321
+ "kind": "Content",
9322
+ "text": "number"
9323
+ },
9324
+ {
9325
+ "kind": "Content",
9326
+ "text": ";"
9327
+ }
9328
+ ],
9329
+ "isReadonly": false,
9330
+ "isOptional": false,
9331
+ "releaseTag": "Public",
9332
+ "name": "value",
9333
+ "propertyTypeTokenRange": {
9334
+ "startIndex": 1,
9335
+ "endIndex": 2
9336
+ },
9337
+ "isStatic": false,
9338
+ "isProtected": false,
9339
+ "isAbstract": false
9340
+ }
9341
+ ],
9342
+ "extendsTokenRange": {
9343
+ "startIndex": 1,
9344
+ "endIndex": 2
9345
+ },
9346
+ "implementsTokenRanges": [
9347
+ {
9348
+ "startIndex": 3,
9349
+ "endIndex": 4
9350
+ }
9351
+ ]
9352
+ },
9353
+ {
9354
+ "kind": "Interface",
9355
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams:interface",
9356
+ "docComment": "/**\n * Parameters used to configure {@link NumberEditor}\n *\n * @public\n */\n",
9357
+ "excerptTokens": [
9358
+ {
9359
+ "kind": "Content",
9360
+ "text": "export interface NumberEditorParams extends "
9361
+ },
9362
+ {
9363
+ "kind": "Reference",
9364
+ "text": "ICellEditorParams",
9365
+ "canonicalReference": "@ag-grid-community/core!ICellEditorParams:interface"
9366
+ },
9367
+ {
9368
+ "kind": "Content",
9369
+ "text": " "
9370
+ }
9371
+ ],
9372
+ "fileUrlPath": "src/cell-editors/number.editor.ts",
9373
+ "releaseTag": "Public",
9374
+ "name": "NumberEditorParams",
9375
+ "preserveMemberOrder": false,
9376
+ "members": [
9377
+ {
9378
+ "kind": "PropertySignature",
9379
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams#disabled:member",
9380
+ "docComment": "",
9381
+ "excerptTokens": [
9382
+ {
9383
+ "kind": "Content",
9384
+ "text": "disabled: "
9385
+ },
9386
+ {
9387
+ "kind": "Content",
9388
+ "text": "boolean"
9389
+ },
9390
+ {
9391
+ "kind": "Content",
9392
+ "text": ";"
9393
+ }
9394
+ ],
9395
+ "isReadonly": false,
9396
+ "isOptional": false,
9397
+ "releaseTag": "Public",
9398
+ "name": "disabled",
9399
+ "propertyTypeTokenRange": {
9400
+ "startIndex": 1,
9401
+ "endIndex": 2
9402
+ }
9403
+ },
9404
+ {
9405
+ "kind": "PropertySignature",
9406
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams#formatOptions:member",
9407
+ "docComment": "",
9408
+ "excerptTokens": [
9409
+ {
9410
+ "kind": "Content",
9411
+ "text": "formatOptions: "
9412
+ },
9413
+ {
9414
+ "kind": "Content",
9415
+ "text": "any"
9416
+ },
9417
+ {
9418
+ "kind": "Content",
9419
+ "text": ";"
9420
+ }
9421
+ ],
9422
+ "isReadonly": false,
9423
+ "isOptional": false,
9424
+ "releaseTag": "Public",
9425
+ "name": "formatOptions",
9426
+ "propertyTypeTokenRange": {
9427
+ "startIndex": 1,
9428
+ "endIndex": 2
9429
+ }
9430
+ },
9431
+ {
9432
+ "kind": "PropertySignature",
9433
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams#placeholder:member",
9434
+ "docComment": "",
9435
+ "excerptTokens": [
9436
+ {
9437
+ "kind": "Content",
9438
+ "text": "placeholder: "
9439
+ },
9440
+ {
9441
+ "kind": "Content",
9442
+ "text": "string"
9443
+ },
9444
+ {
9445
+ "kind": "Content",
9446
+ "text": ";"
9447
+ }
9448
+ ],
9449
+ "isReadonly": false,
9450
+ "isOptional": false,
9451
+ "releaseTag": "Public",
9452
+ "name": "placeholder",
9453
+ "propertyTypeTokenRange": {
9454
+ "startIndex": 1,
9455
+ "endIndex": 2
9456
+ }
9457
+ },
9458
+ {
9459
+ "kind": "PropertySignature",
9460
+ "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams#withFormatting:member",
9461
+ "docComment": "",
9462
+ "excerptTokens": [
9463
+ {
9464
+ "kind": "Content",
9465
+ "text": "withFormatting: "
9466
+ },
9467
+ {
9468
+ "kind": "Content",
9469
+ "text": "boolean"
9470
+ },
9471
+ {
9472
+ "kind": "Content",
9473
+ "text": ";"
9474
+ }
9475
+ ],
9476
+ "isReadonly": false,
9477
+ "isOptional": false,
9478
+ "releaseTag": "Public",
9479
+ "name": "withFormatting",
9480
+ "propertyTypeTokenRange": {
9481
+ "startIndex": 1,
9482
+ "endIndex": 2
9483
+ }
9484
+ }
9485
+ ],
9486
+ "extendsTokenRanges": [
9487
+ {
9488
+ "startIndex": 1,
9489
+ "endIndex": 2
9490
+ }
9491
+ ]
9492
+ },
8578
9493
  {
8579
9494
  "kind": "Class",
8580
9495
  "canonicalReference": "@genesislcap/grid-pro!SelectEditor:class",