@genesislcap/grid-pro 14.106.1 → 14.107.0-auth-mf.27

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 (45) hide show
  1. package/dist/custom-elements.json +288 -16
  2. package/dist/dts/cell-editors/date.editor.d.ts +53 -0
  3. package/dist/dts/cell-editors/date.editor.d.ts.map +1 -0
  4. package/dist/dts/cell-editors/index.d.ts +1 -0
  5. package/dist/dts/cell-editors/index.d.ts.map +1 -1
  6. package/dist/dts/cell-editors/number.editor.d.ts +0 -2
  7. package/dist/dts/cell-editors/number.editor.d.ts.map +1 -1
  8. package/dist/dts/grid-components.d.ts +9 -0
  9. package/dist/dts/grid-components.d.ts.map +1 -1
  10. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +1 -5
  11. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
  12. package/dist/dts/grid-pro.d.ts +4 -4
  13. package/dist/dts/grid-pro.d.ts.map +1 -1
  14. package/dist/dts/grid-pro.types.d.ts +1 -0
  15. package/dist/dts/grid-pro.types.d.ts.map +1 -1
  16. package/dist/esm/cell-editors/date.editor.js +73 -0
  17. package/dist/esm/cell-editors/index.js +1 -0
  18. package/dist/esm/cell-editors/number.editor.js +0 -4
  19. package/dist/esm/grid-components.js +2 -1
  20. package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +5 -0
  21. package/dist/esm/grid-pro.js +2 -2
  22. package/dist/esm/grid-pro.types.js +1 -0
  23. package/dist/grid-pro.api.json +842 -194
  24. package/dist/grid-pro.d.ts +70 -11
  25. package/docs/api/grid-pro.agdateeditorstyles.md +13 -0
  26. package/docs/api/grid-pro.dateeditor.changehandler.md +22 -0
  27. package/docs/api/grid-pro.dateeditor.dateformat.md +11 -0
  28. package/docs/api/grid-pro.dateeditor.getgui.md +15 -0
  29. package/docs/api/{grid-pro.numbereditor.destroy.md → grid-pro.dateeditor.getvalue.md} +4 -4
  30. package/docs/api/grid-pro.dateeditor.init.md +22 -0
  31. package/docs/api/grid-pro.dateeditor.inputtype.md +11 -0
  32. package/docs/api/{grid-pro.numbereditor.focus.md → grid-pro.dateeditor.ispopup.md} +4 -4
  33. package/docs/api/grid-pro.dateeditor.md +36 -0
  34. package/docs/api/grid-pro.dateeditor.refresh.md +22 -0
  35. package/docs/api/grid-pro.dateeditor.value.md +11 -0
  36. package/docs/api/grid-pro.dateeditorparams.md +21 -0
  37. package/docs/api/grid-pro.dateeditorparams.withtime.md +11 -0
  38. package/docs/api/grid-pro.foundationdateeditor.md +24 -0
  39. package/docs/api/grid-pro.foundationgridcomponents.md +9 -0
  40. package/docs/api/grid-pro.getdateeditortemplate.md +13 -0
  41. package/docs/api/grid-pro.gridprorenderertypes.md +1 -0
  42. package/docs/api/grid-pro.md +5 -0
  43. package/docs/api/grid-pro.numbereditor.md +0 -2
  44. package/docs/api-report.md +56 -4
  45. package/package.json +9 -8
@@ -874,6 +874,34 @@
874
874
  "endIndex": 3
875
875
  }
876
876
  },
877
+ {
878
+ "kind": "Variable",
879
+ "canonicalReference": "@genesislcap/grid-pro!agDateEditorStyles:var",
880
+ "docComment": "/**\n * The AG Select Renderer Styles.\n *\n * @public\n */\n",
881
+ "excerptTokens": [
882
+ {
883
+ "kind": "Content",
884
+ "text": "agDateEditorStyles: "
885
+ },
886
+ {
887
+ "kind": "Content",
888
+ "text": "import(\"@microsoft/fast-element\")."
889
+ },
890
+ {
891
+ "kind": "Reference",
892
+ "text": "ElementStyles",
893
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
894
+ }
895
+ ],
896
+ "fileUrlPath": "src/cell-editors/date.editor.ts",
897
+ "isReadonly": true,
898
+ "releaseTag": "Public",
899
+ "name": "agDateEditorStyles",
900
+ "variableTypeTokenRange": {
901
+ "startIndex": 1,
902
+ "endIndex": 3
903
+ }
904
+ },
877
905
  {
878
906
  "kind": "Variable",
879
907
  "canonicalReference": "@genesislcap/grid-pro!agExternalStockStyles:var",
@@ -3258,132 +3286,567 @@
3258
3286
  }
3259
3287
  },
3260
3288
  {
3261
- "kind": "Function",
3262
- "canonicalReference": "@genesislcap/grid-pro!dateTimeValueFormatter:function(1)",
3263
- "docComment": "/**\n * Returns a formatted date time value from the Grid Pro cell value.\n *\n * @param param - A ValueFormatterParams object.\n *\n * @returns A formatted date time value.\n *\n * @public\n */\n",
3289
+ "kind": "Class",
3290
+ "canonicalReference": "@genesislcap/grid-pro!DateEditor:class",
3291
+ "docComment": "/**\n * The AG Date Editor element.\n *\n * @tagname\n *\n * %%prefix%%-date-editor\n *\n * @public\n */\n",
3264
3292
  "excerptTokens": [
3265
3293
  {
3266
3294
  "kind": "Content",
3267
- "text": "export declare function dateTimeValueFormatter({ value }: "
3295
+ "text": "export declare class DateEditor extends "
3268
3296
  },
3269
3297
  {
3270
3298
  "kind": "Reference",
3271
- "text": "ValueFormatterParams",
3272
- "canonicalReference": "@ag-grid-community/core!ValueFormatterParams:interface"
3299
+ "text": "FoundationElement",
3300
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
3273
3301
  },
3274
3302
  {
3275
3303
  "kind": "Content",
3276
- "text": "): "
3304
+ "text": " implements "
3277
3305
  },
3278
3306
  {
3279
- "kind": "Content",
3280
- "text": "any"
3307
+ "kind": "Reference",
3308
+ "text": "ICellEditorComp",
3309
+ "canonicalReference": "@ag-grid-community/core!ICellEditorComp:interface"
3281
3310
  },
3282
3311
  {
3283
3312
  "kind": "Content",
3284
- "text": ";"
3313
+ "text": " "
3285
3314
  }
3286
3315
  ],
3287
- "fileUrlPath": "src/grid-pro.definitions.ts",
3288
- "returnTypeTokenRange": {
3289
- "startIndex": 3,
3290
- "endIndex": 4
3291
- },
3316
+ "fileUrlPath": "src/cell-editors/date.editor.ts",
3292
3317
  "releaseTag": "Public",
3293
- "overloadIndex": 1,
3294
- "parameters": [
3318
+ "isAbstract": false,
3319
+ "name": "DateEditor",
3320
+ "preserveMemberOrder": false,
3321
+ "members": [
3295
3322
  {
3296
- "parameterName": "{ value }",
3297
- "parameterTypeTokenRange": {
3298
- "startIndex": 1,
3299
- "endIndex": 2
3323
+ "kind": "Method",
3324
+ "canonicalReference": "@genesislcap/grid-pro!DateEditor#changeHandler:member(1)",
3325
+ "docComment": "",
3326
+ "excerptTokens": [
3327
+ {
3328
+ "kind": "Content",
3329
+ "text": "changeHandler(event: "
3330
+ },
3331
+ {
3332
+ "kind": "Content",
3333
+ "text": "any"
3334
+ },
3335
+ {
3336
+ "kind": "Content",
3337
+ "text": "): "
3338
+ },
3339
+ {
3340
+ "kind": "Content",
3341
+ "text": "void"
3342
+ },
3343
+ {
3344
+ "kind": "Content",
3345
+ "text": ";"
3346
+ }
3347
+ ],
3348
+ "isStatic": false,
3349
+ "returnTypeTokenRange": {
3350
+ "startIndex": 3,
3351
+ "endIndex": 4
3300
3352
  },
3301
- "isOptional": false
3302
- }
3303
- ],
3304
- "name": "dateTimeValueFormatter"
3305
- },
3306
- {
3307
- "kind": "Function",
3308
- "canonicalReference": "@genesislcap/grid-pro!dateValueFormatter:function(1)",
3309
- "docComment": "/**\n * Returns a formatted date value from the Grid Pro cell value.\n *\n * @param param - A ValueFormatterParams object.\n *\n * @returns A formatted date value.\n *\n * @public\n */\n",
3310
- "excerptTokens": [
3311
- {
3312
- "kind": "Content",
3313
- "text": "export declare function dateValueFormatter({ value }: "
3314
- },
3315
- {
3316
- "kind": "Reference",
3317
- "text": "ValueFormatterParams",
3318
- "canonicalReference": "@ag-grid-community/core!ValueFormatterParams:interface"
3319
- },
3320
- {
3321
- "kind": "Content",
3322
- "text": "): "
3353
+ "releaseTag": "Public",
3354
+ "isProtected": false,
3355
+ "overloadIndex": 1,
3356
+ "parameters": [
3357
+ {
3358
+ "parameterName": "event",
3359
+ "parameterTypeTokenRange": {
3360
+ "startIndex": 1,
3361
+ "endIndex": 2
3362
+ },
3363
+ "isOptional": false
3364
+ }
3365
+ ],
3366
+ "isOptional": false,
3367
+ "isAbstract": false,
3368
+ "name": "changeHandler"
3323
3369
  },
3324
3370
  {
3325
- "kind": "Content",
3326
- "text": "any"
3371
+ "kind": "Property",
3372
+ "canonicalReference": "@genesislcap/grid-pro!DateEditor#dateFormat:member",
3373
+ "docComment": "",
3374
+ "excerptTokens": [
3375
+ {
3376
+ "kind": "Content",
3377
+ "text": "dateFormat: "
3378
+ },
3379
+ {
3380
+ "kind": "Content",
3381
+ "text": "string"
3382
+ },
3383
+ {
3384
+ "kind": "Content",
3385
+ "text": ";"
3386
+ }
3387
+ ],
3388
+ "isReadonly": false,
3389
+ "isOptional": false,
3390
+ "releaseTag": "Public",
3391
+ "name": "dateFormat",
3392
+ "propertyTypeTokenRange": {
3393
+ "startIndex": 1,
3394
+ "endIndex": 2
3395
+ },
3396
+ "isStatic": false,
3397
+ "isProtected": false,
3398
+ "isAbstract": false
3327
3399
  },
3328
3400
  {
3329
- "kind": "Content",
3330
- "text": ";"
3331
- }
3332
- ],
3333
- "fileUrlPath": "src/grid-pro.definitions.ts",
3334
- "returnTypeTokenRange": {
3335
- "startIndex": 3,
3336
- "endIndex": 4
3337
- },
3338
- "releaseTag": "Public",
3339
- "overloadIndex": 1,
3340
- "parameters": [
3341
- {
3342
- "parameterName": "{ value }",
3343
- "parameterTypeTokenRange": {
3401
+ "kind": "Method",
3402
+ "canonicalReference": "@genesislcap/grid-pro!DateEditor#getGui:member(1)",
3403
+ "docComment": "",
3404
+ "excerptTokens": [
3405
+ {
3406
+ "kind": "Content",
3407
+ "text": "getGui(): "
3408
+ },
3409
+ {
3410
+ "kind": "Reference",
3411
+ "text": "HTMLElement",
3412
+ "canonicalReference": "!HTMLElement:interface"
3413
+ },
3414
+ {
3415
+ "kind": "Content",
3416
+ "text": ";"
3417
+ }
3418
+ ],
3419
+ "isStatic": false,
3420
+ "returnTypeTokenRange": {
3344
3421
  "startIndex": 1,
3345
3422
  "endIndex": 2
3346
3423
  },
3347
- "isOptional": false
3348
- }
3349
- ],
3350
- "name": "dateValueFormatter"
3351
- },
3352
- {
3353
- "kind": "Variable",
3354
- "canonicalReference": "@genesislcap/grid-pro!defaultAgGridFontFace:var",
3355
- "docComment": "/**\n * The default font face for Grid Pro (agGridAlpine).\n *\n * @remarks\n *\n * this will change to Roboto.\n *\n * @public\n */\n",
3356
- "excerptTokens": [
3357
- {
3358
- "kind": "Content",
3359
- "text": "defaultAgGridFontFace = "
3424
+ "releaseTag": "Public",
3425
+ "isProtected": false,
3426
+ "overloadIndex": 1,
3427
+ "parameters": [],
3428
+ "isOptional": false,
3429
+ "isAbstract": false,
3430
+ "name": "getGui"
3360
3431
  },
3361
3432
  {
3362
- "kind": "Content",
3363
- "text": "\"\\n @font-face {\\n font-family: \\\"agGridAlpine\\\";\\n src: url(data:font/woff2;charset=utf-8;base64,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);\\n font-weight: normal;\\n font-style: normal;\\n }\\n\""
3364
- }
3365
- ],
3366
- "fileUrlPath": "src/external/fonts.ts",
3367
- "initializerTokenRange": {
3368
- "startIndex": 1,
3369
- "endIndex": 2
3370
- },
3371
- "isReadonly": true,
3372
- "releaseTag": "Public",
3373
- "name": "defaultAgGridFontFace",
3374
- "variableTypeTokenRange": {
3375
- "startIndex": 0,
3376
- "endIndex": 0
3377
- }
3378
- },
3379
- {
3380
- "kind": "Variable",
3381
- "canonicalReference": "@genesislcap/grid-pro!defaultGridProConfig:var",
3382
- "docComment": "/**\n * Grid Pro default configuration.\n *\n * @public\n */\n",
3383
- "excerptTokens": [
3384
- {
3385
- "kind": "Content",
3386
- "text": "defaultGridProConfig: "
3433
+ "kind": "Method",
3434
+ "canonicalReference": "@genesislcap/grid-pro!DateEditor#getValue:member(1)",
3435
+ "docComment": "",
3436
+ "excerptTokens": [
3437
+ {
3438
+ "kind": "Content",
3439
+ "text": "getValue(): "
3440
+ },
3441
+ {
3442
+ "kind": "Content",
3443
+ "text": "number"
3444
+ },
3445
+ {
3446
+ "kind": "Content",
3447
+ "text": ";"
3448
+ }
3449
+ ],
3450
+ "isStatic": false,
3451
+ "returnTypeTokenRange": {
3452
+ "startIndex": 1,
3453
+ "endIndex": 2
3454
+ },
3455
+ "releaseTag": "Public",
3456
+ "isProtected": false,
3457
+ "overloadIndex": 1,
3458
+ "parameters": [],
3459
+ "isOptional": false,
3460
+ "isAbstract": false,
3461
+ "name": "getValue"
3462
+ },
3463
+ {
3464
+ "kind": "Method",
3465
+ "canonicalReference": "@genesislcap/grid-pro!DateEditor#init:member(1)",
3466
+ "docComment": "",
3467
+ "excerptTokens": [
3468
+ {
3469
+ "kind": "Content",
3470
+ "text": "init(params: "
3471
+ },
3472
+ {
3473
+ "kind": "Reference",
3474
+ "text": "DateEditorParams",
3475
+ "canonicalReference": "@genesislcap/grid-pro!DateEditorParams:interface"
3476
+ },
3477
+ {
3478
+ "kind": "Content",
3479
+ "text": "): "
3480
+ },
3481
+ {
3482
+ "kind": "Content",
3483
+ "text": "void"
3484
+ },
3485
+ {
3486
+ "kind": "Content",
3487
+ "text": ";"
3488
+ }
3489
+ ],
3490
+ "isStatic": false,
3491
+ "returnTypeTokenRange": {
3492
+ "startIndex": 3,
3493
+ "endIndex": 4
3494
+ },
3495
+ "releaseTag": "Public",
3496
+ "isProtected": false,
3497
+ "overloadIndex": 1,
3498
+ "parameters": [
3499
+ {
3500
+ "parameterName": "params",
3501
+ "parameterTypeTokenRange": {
3502
+ "startIndex": 1,
3503
+ "endIndex": 2
3504
+ },
3505
+ "isOptional": false
3506
+ }
3507
+ ],
3508
+ "isOptional": false,
3509
+ "isAbstract": false,
3510
+ "name": "init"
3511
+ },
3512
+ {
3513
+ "kind": "Property",
3514
+ "canonicalReference": "@genesislcap/grid-pro!DateEditor#inputType:member",
3515
+ "docComment": "",
3516
+ "excerptTokens": [
3517
+ {
3518
+ "kind": "Content",
3519
+ "text": "inputType: "
3520
+ },
3521
+ {
3522
+ "kind": "Content",
3523
+ "text": "'datetime-local' | 'date'"
3524
+ },
3525
+ {
3526
+ "kind": "Content",
3527
+ "text": ";"
3528
+ }
3529
+ ],
3530
+ "isReadonly": false,
3531
+ "isOptional": false,
3532
+ "releaseTag": "Public",
3533
+ "name": "inputType",
3534
+ "propertyTypeTokenRange": {
3535
+ "startIndex": 1,
3536
+ "endIndex": 2
3537
+ },
3538
+ "isStatic": false,
3539
+ "isProtected": false,
3540
+ "isAbstract": false
3541
+ },
3542
+ {
3543
+ "kind": "Method",
3544
+ "canonicalReference": "@genesislcap/grid-pro!DateEditor#isPopup:member(1)",
3545
+ "docComment": "",
3546
+ "excerptTokens": [
3547
+ {
3548
+ "kind": "Content",
3549
+ "text": "isPopup(): "
3550
+ },
3551
+ {
3552
+ "kind": "Content",
3553
+ "text": "boolean"
3554
+ },
3555
+ {
3556
+ "kind": "Content",
3557
+ "text": ";"
3558
+ }
3559
+ ],
3560
+ "isStatic": false,
3561
+ "returnTypeTokenRange": {
3562
+ "startIndex": 1,
3563
+ "endIndex": 2
3564
+ },
3565
+ "releaseTag": "Public",
3566
+ "isProtected": false,
3567
+ "overloadIndex": 1,
3568
+ "parameters": [],
3569
+ "isOptional": false,
3570
+ "isAbstract": false,
3571
+ "name": "isPopup"
3572
+ },
3573
+ {
3574
+ "kind": "Method",
3575
+ "canonicalReference": "@genesislcap/grid-pro!DateEditor#refresh:member(1)",
3576
+ "docComment": "",
3577
+ "excerptTokens": [
3578
+ {
3579
+ "kind": "Content",
3580
+ "text": "refresh(params: "
3581
+ },
3582
+ {
3583
+ "kind": "Reference",
3584
+ "text": "DateEditorParams",
3585
+ "canonicalReference": "@genesislcap/grid-pro!DateEditorParams:interface"
3586
+ },
3587
+ {
3588
+ "kind": "Content",
3589
+ "text": "): "
3590
+ },
3591
+ {
3592
+ "kind": "Content",
3593
+ "text": "boolean"
3594
+ },
3595
+ {
3596
+ "kind": "Content",
3597
+ "text": ";"
3598
+ }
3599
+ ],
3600
+ "isStatic": false,
3601
+ "returnTypeTokenRange": {
3602
+ "startIndex": 3,
3603
+ "endIndex": 4
3604
+ },
3605
+ "releaseTag": "Public",
3606
+ "isProtected": false,
3607
+ "overloadIndex": 1,
3608
+ "parameters": [
3609
+ {
3610
+ "parameterName": "params",
3611
+ "parameterTypeTokenRange": {
3612
+ "startIndex": 1,
3613
+ "endIndex": 2
3614
+ },
3615
+ "isOptional": false
3616
+ }
3617
+ ],
3618
+ "isOptional": false,
3619
+ "isAbstract": false,
3620
+ "name": "refresh"
3621
+ },
3622
+ {
3623
+ "kind": "Property",
3624
+ "canonicalReference": "@genesislcap/grid-pro!DateEditor#value:member",
3625
+ "docComment": "",
3626
+ "excerptTokens": [
3627
+ {
3628
+ "kind": "Content",
3629
+ "text": "value: "
3630
+ },
3631
+ {
3632
+ "kind": "Content",
3633
+ "text": "number"
3634
+ },
3635
+ {
3636
+ "kind": "Content",
3637
+ "text": ";"
3638
+ }
3639
+ ],
3640
+ "isReadonly": false,
3641
+ "isOptional": false,
3642
+ "releaseTag": "Public",
3643
+ "name": "value",
3644
+ "propertyTypeTokenRange": {
3645
+ "startIndex": 1,
3646
+ "endIndex": 2
3647
+ },
3648
+ "isStatic": false,
3649
+ "isProtected": false,
3650
+ "isAbstract": false
3651
+ }
3652
+ ],
3653
+ "extendsTokenRange": {
3654
+ "startIndex": 1,
3655
+ "endIndex": 2
3656
+ },
3657
+ "implementsTokenRanges": [
3658
+ {
3659
+ "startIndex": 3,
3660
+ "endIndex": 4
3661
+ }
3662
+ ]
3663
+ },
3664
+ {
3665
+ "kind": "Interface",
3666
+ "canonicalReference": "@genesislcap/grid-pro!DateEditorParams:interface",
3667
+ "docComment": "/**\n * Parameters used to configure {@link SelectEditor}\n *\n * @public\n */\n",
3668
+ "excerptTokens": [
3669
+ {
3670
+ "kind": "Content",
3671
+ "text": "export interface DateEditorParams extends "
3672
+ },
3673
+ {
3674
+ "kind": "Reference",
3675
+ "text": "ICellEditorParams",
3676
+ "canonicalReference": "@ag-grid-community/core!ICellEditorParams:interface"
3677
+ },
3678
+ {
3679
+ "kind": "Content",
3680
+ "text": " "
3681
+ }
3682
+ ],
3683
+ "fileUrlPath": "src/cell-editors/date.editor.ts",
3684
+ "releaseTag": "Public",
3685
+ "name": "DateEditorParams",
3686
+ "preserveMemberOrder": false,
3687
+ "members": [
3688
+ {
3689
+ "kind": "PropertySignature",
3690
+ "canonicalReference": "@genesislcap/grid-pro!DateEditorParams#withTime:member",
3691
+ "docComment": "",
3692
+ "excerptTokens": [
3693
+ {
3694
+ "kind": "Content",
3695
+ "text": "withTime: "
3696
+ },
3697
+ {
3698
+ "kind": "Content",
3699
+ "text": "boolean"
3700
+ },
3701
+ {
3702
+ "kind": "Content",
3703
+ "text": ";"
3704
+ }
3705
+ ],
3706
+ "isReadonly": false,
3707
+ "isOptional": false,
3708
+ "releaseTag": "Public",
3709
+ "name": "withTime",
3710
+ "propertyTypeTokenRange": {
3711
+ "startIndex": 1,
3712
+ "endIndex": 2
3713
+ }
3714
+ }
3715
+ ],
3716
+ "extendsTokenRanges": [
3717
+ {
3718
+ "startIndex": 1,
3719
+ "endIndex": 2
3720
+ }
3721
+ ]
3722
+ },
3723
+ {
3724
+ "kind": "Function",
3725
+ "canonicalReference": "@genesislcap/grid-pro!dateTimeValueFormatter:function(1)",
3726
+ "docComment": "/**\n * Returns a formatted date time value from the Grid Pro cell value.\n *\n * @param param - A ValueFormatterParams object.\n *\n * @returns A formatted date time value.\n *\n * @public\n */\n",
3727
+ "excerptTokens": [
3728
+ {
3729
+ "kind": "Content",
3730
+ "text": "export declare function dateTimeValueFormatter({ value }: "
3731
+ },
3732
+ {
3733
+ "kind": "Reference",
3734
+ "text": "ValueFormatterParams",
3735
+ "canonicalReference": "@ag-grid-community/core!ValueFormatterParams:interface"
3736
+ },
3737
+ {
3738
+ "kind": "Content",
3739
+ "text": "): "
3740
+ },
3741
+ {
3742
+ "kind": "Content",
3743
+ "text": "any"
3744
+ },
3745
+ {
3746
+ "kind": "Content",
3747
+ "text": ";"
3748
+ }
3749
+ ],
3750
+ "fileUrlPath": "src/grid-pro.definitions.ts",
3751
+ "returnTypeTokenRange": {
3752
+ "startIndex": 3,
3753
+ "endIndex": 4
3754
+ },
3755
+ "releaseTag": "Public",
3756
+ "overloadIndex": 1,
3757
+ "parameters": [
3758
+ {
3759
+ "parameterName": "{ value }",
3760
+ "parameterTypeTokenRange": {
3761
+ "startIndex": 1,
3762
+ "endIndex": 2
3763
+ },
3764
+ "isOptional": false
3765
+ }
3766
+ ],
3767
+ "name": "dateTimeValueFormatter"
3768
+ },
3769
+ {
3770
+ "kind": "Function",
3771
+ "canonicalReference": "@genesislcap/grid-pro!dateValueFormatter:function(1)",
3772
+ "docComment": "/**\n * Returns a formatted date value from the Grid Pro cell value.\n *\n * @param param - A ValueFormatterParams object.\n *\n * @returns A formatted date value.\n *\n * @public\n */\n",
3773
+ "excerptTokens": [
3774
+ {
3775
+ "kind": "Content",
3776
+ "text": "export declare function dateValueFormatter({ value }: "
3777
+ },
3778
+ {
3779
+ "kind": "Reference",
3780
+ "text": "ValueFormatterParams",
3781
+ "canonicalReference": "@ag-grid-community/core!ValueFormatterParams:interface"
3782
+ },
3783
+ {
3784
+ "kind": "Content",
3785
+ "text": "): "
3786
+ },
3787
+ {
3788
+ "kind": "Content",
3789
+ "text": "any"
3790
+ },
3791
+ {
3792
+ "kind": "Content",
3793
+ "text": ";"
3794
+ }
3795
+ ],
3796
+ "fileUrlPath": "src/grid-pro.definitions.ts",
3797
+ "returnTypeTokenRange": {
3798
+ "startIndex": 3,
3799
+ "endIndex": 4
3800
+ },
3801
+ "releaseTag": "Public",
3802
+ "overloadIndex": 1,
3803
+ "parameters": [
3804
+ {
3805
+ "parameterName": "{ value }",
3806
+ "parameterTypeTokenRange": {
3807
+ "startIndex": 1,
3808
+ "endIndex": 2
3809
+ },
3810
+ "isOptional": false
3811
+ }
3812
+ ],
3813
+ "name": "dateValueFormatter"
3814
+ },
3815
+ {
3816
+ "kind": "Variable",
3817
+ "canonicalReference": "@genesislcap/grid-pro!defaultAgGridFontFace:var",
3818
+ "docComment": "/**\n * The default font face for Grid Pro (agGridAlpine).\n *\n * @remarks\n *\n * this will change to Roboto.\n *\n * @public\n */\n",
3819
+ "excerptTokens": [
3820
+ {
3821
+ "kind": "Content",
3822
+ "text": "defaultAgGridFontFace = "
3823
+ },
3824
+ {
3825
+ "kind": "Content",
3826
+ "text": "\"\\n @font-face {\\n font-family: \\\"agGridAlpine\\\";\\n src: url(data:font/woff2;charset=utf-8;base64,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);\\n font-weight: normal;\\n font-style: normal;\\n }\\n\""
3827
+ }
3828
+ ],
3829
+ "fileUrlPath": "src/external/fonts.ts",
3830
+ "initializerTokenRange": {
3831
+ "startIndex": 1,
3832
+ "endIndex": 2
3833
+ },
3834
+ "isReadonly": true,
3835
+ "releaseTag": "Public",
3836
+ "name": "defaultAgGridFontFace",
3837
+ "variableTypeTokenRange": {
3838
+ "startIndex": 0,
3839
+ "endIndex": 0
3840
+ }
3841
+ },
3842
+ {
3843
+ "kind": "Variable",
3844
+ "canonicalReference": "@genesislcap/grid-pro!defaultGridProConfig:var",
3845
+ "docComment": "/**\n * Grid Pro default configuration.\n *\n * @public\n */\n",
3846
+ "excerptTokens": [
3847
+ {
3848
+ "kind": "Content",
3849
+ "text": "defaultGridProConfig: "
3387
3850
  },
3388
3851
  {
3389
3852
  "kind": "Content",
@@ -3486,31 +3949,117 @@
3486
3949
  },
3487
3950
  {
3488
3951
  "kind": "Reference",
3489
- "text": "BooleanRenderer",
3490
- "canonicalReference": "@genesislcap/grid-pro!BooleanRenderer:class"
3952
+ "text": "BooleanRenderer",
3953
+ "canonicalReference": "@genesislcap/grid-pro!BooleanRenderer:class"
3954
+ },
3955
+ {
3956
+ "kind": "Content",
3957
+ "text": ">"
3958
+ }
3959
+ ],
3960
+ "fileUrlPath": "src/cell-renderers/boolean.renderer.ts",
3961
+ "isReadonly": true,
3962
+ "releaseTag": "Public",
3963
+ "name": "foundationAgBooleanRenderer",
3964
+ "variableTypeTokenRange": {
3965
+ "startIndex": 1,
3966
+ "endIndex": 20
3967
+ }
3968
+ },
3969
+ {
3970
+ "kind": "Variable",
3971
+ "canonicalReference": "@genesislcap/grid-pro!foundationAgSelectRenderer:var",
3972
+ "docComment": "/**\n * A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-select-renderer\\>\n *\n * @public\n */\n",
3973
+ "excerptTokens": [
3974
+ {
3975
+ "kind": "Content",
3976
+ "text": "foundationAgSelectRenderer: "
3977
+ },
3978
+ {
3979
+ "kind": "Content",
3980
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
3981
+ },
3982
+ {
3983
+ "kind": "Reference",
3984
+ "text": "OverrideFoundationElementDefinition",
3985
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
3986
+ },
3987
+ {
3988
+ "kind": "Content",
3989
+ "text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
3990
+ },
3991
+ {
3992
+ "kind": "Reference",
3993
+ "text": "ElementStyles",
3994
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
3995
+ },
3996
+ {
3997
+ "kind": "Content",
3998
+ "text": ";\n template: import(\"@microsoft/fast-element\")."
3999
+ },
4000
+ {
4001
+ "kind": "Reference",
4002
+ "text": "ViewTemplate",
4003
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
4004
+ },
4005
+ {
4006
+ "kind": "Content",
4007
+ "text": "<any, any>;\n}>) => import(\"@microsoft/fast-foundation\")."
4008
+ },
4009
+ {
4010
+ "kind": "Reference",
4011
+ "text": "FoundationElementRegistry",
4012
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
4013
+ },
4014
+ {
4015
+ "kind": "Content",
4016
+ "text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
4017
+ },
4018
+ {
4019
+ "kind": "Reference",
4020
+ "text": "ElementStyles",
4021
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
4022
+ },
4023
+ {
4024
+ "kind": "Content",
4025
+ "text": ";\n template: import(\"@microsoft/fast-element\")."
4026
+ },
4027
+ {
4028
+ "kind": "Reference",
4029
+ "text": "ViewTemplate",
4030
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
4031
+ },
4032
+ {
4033
+ "kind": "Content",
4034
+ "text": "<any, any>;\n}, typeof "
4035
+ },
4036
+ {
4037
+ "kind": "Reference",
4038
+ "text": "SelectRenderer",
4039
+ "canonicalReference": "@genesislcap/grid-pro!SelectRenderer:class"
3491
4040
  },
3492
4041
  {
3493
4042
  "kind": "Content",
3494
4043
  "text": ">"
3495
4044
  }
3496
4045
  ],
3497
- "fileUrlPath": "src/cell-renderers/boolean.renderer.ts",
4046
+ "fileUrlPath": "src/cell-renderers/select.renderer.ts",
3498
4047
  "isReadonly": true,
3499
4048
  "releaseTag": "Public",
3500
- "name": "foundationAgBooleanRenderer",
4049
+ "name": "foundationAgSelectRenderer",
3501
4050
  "variableTypeTokenRange": {
3502
4051
  "startIndex": 1,
3503
- "endIndex": 20
4052
+ "endIndex": 16
3504
4053
  }
3505
4054
  },
3506
4055
  {
3507
4056
  "kind": "Variable",
3508
- "canonicalReference": "@genesislcap/grid-pro!foundationAgSelectRenderer:var",
3509
- "docComment": "/**\n * A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-select-renderer\\>\n *\n * @public\n */\n",
4057
+ "canonicalReference": "@genesislcap/grid-pro!foundationAgTextFieldRenderer:var",
4058
+ "docComment": "/**\n * A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-grid-pro-text-field-renderer\\>\n *\n * @public\n */\n",
3510
4059
  "excerptTokens": [
3511
4060
  {
3512
4061
  "kind": "Content",
3513
- "text": "foundationAgSelectRenderer: "
4062
+ "text": "foundationAgTextFieldRenderer: "
3514
4063
  },
3515
4064
  {
3516
4065
  "kind": "Content",
@@ -3541,7 +4090,16 @@
3541
4090
  },
3542
4091
  {
3543
4092
  "kind": "Content",
3544
- "text": "<any, any>;\n}>) => import(\"@microsoft/fast-foundation\")."
4093
+ "text": "<"
4094
+ },
4095
+ {
4096
+ "kind": "Reference",
4097
+ "text": "AgTextFieldRenderer",
4098
+ "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class"
4099
+ },
4100
+ {
4101
+ "kind": "Content",
4102
+ "text": ", any>;\n}>) => import(\"@microsoft/fast-foundation\")."
3545
4103
  },
3546
4104
  {
3547
4105
  "kind": "Reference",
@@ -3568,35 +4126,44 @@
3568
4126
  },
3569
4127
  {
3570
4128
  "kind": "Content",
3571
- "text": "<any, any>;\n}, typeof "
4129
+ "text": "<"
3572
4130
  },
3573
4131
  {
3574
4132
  "kind": "Reference",
3575
- "text": "SelectRenderer",
3576
- "canonicalReference": "@genesislcap/grid-pro!SelectRenderer:class"
4133
+ "text": "AgTextFieldRenderer",
4134
+ "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class"
4135
+ },
4136
+ {
4137
+ "kind": "Content",
4138
+ "text": ", any>;\n}, typeof "
4139
+ },
4140
+ {
4141
+ "kind": "Reference",
4142
+ "text": "AgTextFieldRenderer",
4143
+ "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class"
3577
4144
  },
3578
4145
  {
3579
4146
  "kind": "Content",
3580
4147
  "text": ">"
3581
4148
  }
3582
4149
  ],
3583
- "fileUrlPath": "src/cell-renderers/select.renderer.ts",
4150
+ "fileUrlPath": "src/cell-renderers/text-field.renderer.ts",
3584
4151
  "isReadonly": true,
3585
4152
  "releaseTag": "Public",
3586
- "name": "foundationAgSelectRenderer",
4153
+ "name": "foundationAgTextFieldRenderer",
3587
4154
  "variableTypeTokenRange": {
3588
4155
  "startIndex": 1,
3589
- "endIndex": 16
4156
+ "endIndex": 20
3590
4157
  }
3591
4158
  },
3592
4159
  {
3593
4160
  "kind": "Variable",
3594
- "canonicalReference": "@genesislcap/grid-pro!foundationAgTextFieldRenderer:var",
3595
- "docComment": "/**\n * A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-grid-pro-text-field-renderer\\>\n *\n * @public\n */\n",
4161
+ "canonicalReference": "@genesislcap/grid-pro!foundationAgTextRenderer:var",
4162
+ "docComment": "/**\n * A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-grid-text-renderer\\>\n *\n * @deprecated\n *\n * - Use foundationAgTextFieldRenderer instead\n *\n * @public\n */\n",
3596
4163
  "excerptTokens": [
3597
4164
  {
3598
4165
  "kind": "Content",
3599
- "text": "foundationAgTextFieldRenderer: "
4166
+ "text": "foundationAgTextRenderer: "
3600
4167
  },
3601
4168
  {
3602
4169
  "kind": "Content",
@@ -3676,18 +4243,18 @@
3676
4243
  },
3677
4244
  {
3678
4245
  "kind": "Reference",
3679
- "text": "AgTextFieldRenderer",
3680
- "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class"
4246
+ "text": "AgTextRenderer",
4247
+ "canonicalReference": "@genesislcap/grid-pro!AgTextRenderer:class"
3681
4248
  },
3682
4249
  {
3683
4250
  "kind": "Content",
3684
4251
  "text": ">"
3685
4252
  }
3686
4253
  ],
3687
- "fileUrlPath": "src/cell-renderers/text-field.renderer.ts",
4254
+ "fileUrlPath": "src/cell-renderers/text.renderer.ts",
3688
4255
  "isReadonly": true,
3689
4256
  "releaseTag": "Public",
3690
- "name": "foundationAgTextFieldRenderer",
4257
+ "name": "foundationAgTextRenderer",
3691
4258
  "variableTypeTokenRange": {
3692
4259
  "startIndex": 1,
3693
4260
  "endIndex": 20
@@ -3695,12 +4262,12 @@
3695
4262
  },
3696
4263
  {
3697
4264
  "kind": "Variable",
3698
- "canonicalReference": "@genesislcap/grid-pro!foundationAgTextRenderer:var",
3699
- "docComment": "/**\n * A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-grid-text-renderer\\>\n *\n * @deprecated\n *\n * - Use foundationAgTextFieldRenderer instead\n *\n * @public\n */\n",
4265
+ "canonicalReference": "@genesislcap/grid-pro!foundationDateEditor:var",
4266
+ "docComment": "/**\n * @remarks\n *\n * HTML Element: \\<foundation-select-editor\\>\n *\n * @public\n */\n",
3700
4267
  "excerptTokens": [
3701
4268
  {
3702
4269
  "kind": "Content",
3703
- "text": "foundationAgTextRenderer: "
4270
+ "text": "foundationDateEditor: "
3704
4271
  },
3705
4272
  {
3706
4273
  "kind": "Content",
@@ -3735,8 +4302,8 @@
3735
4302
  },
3736
4303
  {
3737
4304
  "kind": "Reference",
3738
- "text": "AgTextFieldRenderer",
3739
- "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class"
4305
+ "text": "DateEditor",
4306
+ "canonicalReference": "@genesislcap/grid-pro!DateEditor:class"
3740
4307
  },
3741
4308
  {
3742
4309
  "kind": "Content",
@@ -3771,8 +4338,8 @@
3771
4338
  },
3772
4339
  {
3773
4340
  "kind": "Reference",
3774
- "text": "AgTextFieldRenderer",
3775
- "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class"
4341
+ "text": "DateEditor",
4342
+ "canonicalReference": "@genesislcap/grid-pro!DateEditor:class"
3776
4343
  },
3777
4344
  {
3778
4345
  "kind": "Content",
@@ -3780,18 +4347,18 @@
3780
4347
  },
3781
4348
  {
3782
4349
  "kind": "Reference",
3783
- "text": "AgTextRenderer",
3784
- "canonicalReference": "@genesislcap/grid-pro!AgTextRenderer:class"
4350
+ "text": "DateEditor",
4351
+ "canonicalReference": "@genesislcap/grid-pro!DateEditor:class"
3785
4352
  },
3786
4353
  {
3787
4354
  "kind": "Content",
3788
4355
  "text": ">"
3789
4356
  }
3790
4357
  ],
3791
- "fileUrlPath": "src/cell-renderers/text.renderer.ts",
4358
+ "fileUrlPath": "src/cell-editors/date.editor.ts",
3792
4359
  "isReadonly": true,
3793
4360
  "releaseTag": "Public",
3794
- "name": "foundationAgTextRenderer",
4361
+ "name": "foundationDateEditor",
3795
4362
  "variableTypeTokenRange": {
3796
4363
  "startIndex": 1,
3797
4364
  "endIndex": 20
@@ -4463,6 +5030,87 @@
4463
5030
  "text": "NumberEditor",
4464
5031
  "canonicalReference": "@genesislcap/grid-pro!NumberEditor:class"
4465
5032
  },
5033
+ {
5034
+ "kind": "Content",
5035
+ "text": ">;\n foundationDateEditor: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
5036
+ },
5037
+ {
5038
+ "kind": "Reference",
5039
+ "text": "OverrideFoundationElementDefinition",
5040
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
5041
+ },
5042
+ {
5043
+ "kind": "Content",
5044
+ "text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
5045
+ },
5046
+ {
5047
+ "kind": "Reference",
5048
+ "text": "ElementStyles",
5049
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
5050
+ },
5051
+ {
5052
+ "kind": "Content",
5053
+ "text": ";\n template: import(\"@microsoft/fast-element\")."
5054
+ },
5055
+ {
5056
+ "kind": "Reference",
5057
+ "text": "ViewTemplate",
5058
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
5059
+ },
5060
+ {
5061
+ "kind": "Content",
5062
+ "text": "<import(\"./cell-editors\")."
5063
+ },
5064
+ {
5065
+ "kind": "Reference",
5066
+ "text": "DateEditor",
5067
+ "canonicalReference": "@genesislcap/grid-pro!DateEditor:class"
5068
+ },
5069
+ {
5070
+ "kind": "Content",
5071
+ "text": ", any>;\n }>) => import(\"@microsoft/fast-foundation\")."
5072
+ },
5073
+ {
5074
+ "kind": "Reference",
5075
+ "text": "FoundationElementRegistry",
5076
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
5077
+ },
5078
+ {
5079
+ "kind": "Content",
5080
+ "text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
5081
+ },
5082
+ {
5083
+ "kind": "Reference",
5084
+ "text": "ElementStyles",
5085
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
5086
+ },
5087
+ {
5088
+ "kind": "Content",
5089
+ "text": ";\n template: import(\"@microsoft/fast-element\")."
5090
+ },
5091
+ {
5092
+ "kind": "Reference",
5093
+ "text": "ViewTemplate",
5094
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
5095
+ },
5096
+ {
5097
+ "kind": "Content",
5098
+ "text": "<import(\"./cell-editors\")."
5099
+ },
5100
+ {
5101
+ "kind": "Reference",
5102
+ "text": "DateEditor",
5103
+ "canonicalReference": "@genesislcap/grid-pro!DateEditor:class"
5104
+ },
5105
+ {
5106
+ "kind": "Content",
5107
+ "text": ", any>;\n }, typeof import(\"./cell-editors\")."
5108
+ },
5109
+ {
5110
+ "kind": "Reference",
5111
+ "text": "DateEditor",
5112
+ "canonicalReference": "@genesislcap/grid-pro!DateEditor:class"
5113
+ },
4466
5114
  {
4467
5115
  "kind": "Content",
4468
5116
  "text": ">;\n foundationMultiselectEditor: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
@@ -4564,7 +5212,7 @@
4564
5212
  "name": "foundationGridComponents",
4565
5213
  "variableTypeTokenRange": {
4566
5214
  "startIndex": 1,
4567
- "endIndex": 168
5215
+ "endIndex": 186
4568
5216
  }
4569
5217
  },
4570
5218
  {
@@ -5272,6 +5920,47 @@
5272
5920
  "endIndex": 6
5273
5921
  }
5274
5922
  },
5923
+ {
5924
+ "kind": "Variable",
5925
+ "canonicalReference": "@genesislcap/grid-pro!getDateEditorTemplate:var",
5926
+ "docComment": "/**\n * Get a Design System prefixed Select template.\n *\n * @param prefix - 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",
5927
+ "excerptTokens": [
5928
+ {
5929
+ "kind": "Content",
5930
+ "text": "getDateEditorTemplate: "
5931
+ },
5932
+ {
5933
+ "kind": "Content",
5934
+ "text": "(prefix?: string) => import(\"@microsoft/fast-element\")."
5935
+ },
5936
+ {
5937
+ "kind": "Reference",
5938
+ "text": "ViewTemplate",
5939
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
5940
+ },
5941
+ {
5942
+ "kind": "Content",
5943
+ "text": "<"
5944
+ },
5945
+ {
5946
+ "kind": "Reference",
5947
+ "text": "DateEditor",
5948
+ "canonicalReference": "@genesislcap/grid-pro!DateEditor:class"
5949
+ },
5950
+ {
5951
+ "kind": "Content",
5952
+ "text": ", any>"
5953
+ }
5954
+ ],
5955
+ "fileUrlPath": "src/cell-editors/date.editor.ts",
5956
+ "isReadonly": true,
5957
+ "releaseTag": "Public",
5958
+ "name": "getDateEditorTemplate",
5959
+ "variableTypeTokenRange": {
5960
+ "startIndex": 1,
5961
+ "endIndex": 6
5962
+ }
5963
+ },
5275
5964
  {
5276
5965
  "kind": "Variable",
5277
5966
  "canonicalReference": "@genesislcap/grid-pro!getMultiselectEditorTemplate:var",
@@ -8553,6 +9242,27 @@
8553
9242
  "releaseTag": "Public",
8554
9243
  "name": "boolean"
8555
9244
  },
9245
+ {
9246
+ "kind": "EnumMember",
9247
+ "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.dateEditor:member",
9248
+ "docComment": "",
9249
+ "excerptTokens": [
9250
+ {
9251
+ "kind": "Content",
9252
+ "text": "dateEditor = "
9253
+ },
9254
+ {
9255
+ "kind": "Content",
9256
+ "text": "\"dateEditor\""
9257
+ }
9258
+ ],
9259
+ "initializerTokenRange": {
9260
+ "startIndex": 1,
9261
+ "endIndex": 2
9262
+ },
9263
+ "releaseTag": "Public",
9264
+ "name": "dateEditor"
9265
+ },
8556
9266
  {
8557
9267
  "kind": "EnumMember",
8558
9268
  "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.multiselectEditor:member",
@@ -9514,68 +10224,6 @@
9514
10224
  "isAbstract": false,
9515
10225
  "name": "changeHandler"
9516
10226
  },
9517
- {
9518
- "kind": "Method",
9519
- "canonicalReference": "@genesislcap/grid-pro!NumberEditor#destroy:member(1)",
9520
- "docComment": "",
9521
- "excerptTokens": [
9522
- {
9523
- "kind": "Content",
9524
- "text": "destroy(): "
9525
- },
9526
- {
9527
- "kind": "Content",
9528
- "text": "void"
9529
- },
9530
- {
9531
- "kind": "Content",
9532
- "text": ";"
9533
- }
9534
- ],
9535
- "isStatic": false,
9536
- "returnTypeTokenRange": {
9537
- "startIndex": 1,
9538
- "endIndex": 2
9539
- },
9540
- "releaseTag": "Public",
9541
- "isProtected": false,
9542
- "overloadIndex": 1,
9543
- "parameters": [],
9544
- "isOptional": false,
9545
- "isAbstract": false,
9546
- "name": "destroy"
9547
- },
9548
- {
9549
- "kind": "Method",
9550
- "canonicalReference": "@genesislcap/grid-pro!NumberEditor#focus:member(1)",
9551
- "docComment": "",
9552
- "excerptTokens": [
9553
- {
9554
- "kind": "Content",
9555
- "text": "focus(): "
9556
- },
9557
- {
9558
- "kind": "Content",
9559
- "text": "void"
9560
- },
9561
- {
9562
- "kind": "Content",
9563
- "text": ";"
9564
- }
9565
- ],
9566
- "isStatic": false,
9567
- "returnTypeTokenRange": {
9568
- "startIndex": 1,
9569
- "endIndex": 2
9570
- },
9571
- "releaseTag": "Public",
9572
- "isProtected": false,
9573
- "overloadIndex": 1,
9574
- "parameters": [],
9575
- "isOptional": false,
9576
- "isAbstract": false,
9577
- "name": "focus"
9578
- },
9579
10227
  {
9580
10228
  "kind": "Method",
9581
10229
  "canonicalReference": "@genesislcap/grid-pro!NumberEditor#getGui:member(1)",