@genesislcap/grid-pro 14.388.2-alpha-7ef48af.0 → 14.389.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1026 -1026
- package/package.json +13 -13
|
@@ -3309,57 +3309,26 @@
|
|
|
3309
3309
|
},
|
|
3310
3310
|
{
|
|
3311
3311
|
"kind": "javascript-module",
|
|
3312
|
-
"path": "src/cell/
|
|
3313
|
-
"declarations": [
|
|
3314
|
-
{
|
|
3315
|
-
"kind": "variable",
|
|
3316
|
-
"name": "CellTemplate",
|
|
3317
|
-
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
3318
|
-
"description": "The Grid Pro Cell Template.",
|
|
3319
|
-
"privacy": "public"
|
|
3320
|
-
}
|
|
3321
|
-
],
|
|
3322
|
-
"exports": [
|
|
3323
|
-
{
|
|
3324
|
-
"kind": "js",
|
|
3325
|
-
"name": "CellTemplate",
|
|
3326
|
-
"declaration": {
|
|
3327
|
-
"name": "CellTemplate",
|
|
3328
|
-
"module": "src/cell/cell.template.ts"
|
|
3329
|
-
}
|
|
3330
|
-
}
|
|
3331
|
-
]
|
|
3332
|
-
},
|
|
3333
|
-
{
|
|
3334
|
-
"kind": "javascript-module",
|
|
3335
|
-
"path": "src/cell/cell.ts",
|
|
3312
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
3336
3313
|
"declarations": [
|
|
3337
3314
|
{
|
|
3338
3315
|
"kind": "class",
|
|
3339
|
-
"description": "The
|
|
3340
|
-
"name": "
|
|
3316
|
+
"description": "The AG Action Renderer element.",
|
|
3317
|
+
"name": "ActionRenderer",
|
|
3341
3318
|
"members": [
|
|
3342
3319
|
{
|
|
3343
3320
|
"kind": "field",
|
|
3344
|
-
"name": "
|
|
3345
|
-
"type": {
|
|
3346
|
-
"text": "ICellRendererFunc"
|
|
3347
|
-
},
|
|
3348
|
-
"privacy": "public"
|
|
3349
|
-
},
|
|
3350
|
-
{
|
|
3351
|
-
"kind": "field",
|
|
3352
|
-
"name": "rendererParams",
|
|
3321
|
+
"name": "params",
|
|
3353
3322
|
"type": {
|
|
3354
|
-
"text": "ICellRendererParams"
|
|
3323
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3355
3324
|
},
|
|
3356
3325
|
"privacy": "public"
|
|
3357
3326
|
},
|
|
3358
3327
|
{
|
|
3359
3328
|
"kind": "field",
|
|
3360
|
-
"name": "
|
|
3329
|
+
"name": "pendingAction",
|
|
3361
3330
|
"type": {
|
|
3362
|
-
"text": "
|
|
3331
|
+
"text": "boolean"
|
|
3363
3332
|
},
|
|
3364
3333
|
"privacy": "public"
|
|
3365
3334
|
},
|
|
@@ -3371,7 +3340,7 @@
|
|
|
3371
3340
|
{
|
|
3372
3341
|
"name": "params",
|
|
3373
3342
|
"type": {
|
|
3374
|
-
"text": "ICellRendererParams"
|
|
3343
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3375
3344
|
}
|
|
3376
3345
|
}
|
|
3377
3346
|
]
|
|
@@ -3386,11 +3355,6 @@
|
|
|
3386
3355
|
}
|
|
3387
3356
|
}
|
|
3388
3357
|
},
|
|
3389
|
-
{
|
|
3390
|
-
"kind": "method",
|
|
3391
|
-
"name": "destroy",
|
|
3392
|
-
"privacy": "public"
|
|
3393
|
-
},
|
|
3394
3358
|
{
|
|
3395
3359
|
"kind": "method",
|
|
3396
3360
|
"name": "refresh",
|
|
@@ -3406,9 +3370,29 @@
|
|
|
3406
3370
|
},
|
|
3407
3371
|
{
|
|
3408
3372
|
"kind": "method",
|
|
3409
|
-
"name": "
|
|
3373
|
+
"name": "isDisabled",
|
|
3374
|
+
"privacy": "public",
|
|
3375
|
+
"return": {
|
|
3376
|
+
"type": {
|
|
3377
|
+
"text": "boolean"
|
|
3378
|
+
}
|
|
3379
|
+
},
|
|
3380
|
+
"parameters": [
|
|
3381
|
+
{
|
|
3382
|
+
"name": "data"
|
|
3383
|
+
}
|
|
3384
|
+
]
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
"kind": "method",
|
|
3388
|
+
"name": "clickHandler",
|
|
3410
3389
|
"privacy": "public"
|
|
3411
3390
|
},
|
|
3391
|
+
{
|
|
3392
|
+
"kind": "field",
|
|
3393
|
+
"name": "dataTestId",
|
|
3394
|
+
"readonly": true
|
|
3395
|
+
},
|
|
3412
3396
|
{
|
|
3413
3397
|
"kind": "field",
|
|
3414
3398
|
"name": "_presentation",
|
|
@@ -3525,105 +3509,81 @@
|
|
|
3525
3509
|
"name": "FoundationElement",
|
|
3526
3510
|
"package": "@microsoft/fast-foundation"
|
|
3527
3511
|
},
|
|
3528
|
-
"tagName": "grid-pro-
|
|
3512
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
3529
3513
|
"customElement": true
|
|
3514
|
+
},
|
|
3515
|
+
{
|
|
3516
|
+
"kind": "variable",
|
|
3517
|
+
"name": "actionHeightMultiplier",
|
|
3518
|
+
"description": "The base height multiplier for the action renderer.",
|
|
3519
|
+
"privacy": "public"
|
|
3520
|
+
},
|
|
3521
|
+
{
|
|
3522
|
+
"kind": "variable",
|
|
3523
|
+
"name": "agActionRendererStyles",
|
|
3524
|
+
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
3525
|
+
"description": "The AG Action Renderer Styles.",
|
|
3526
|
+
"privacy": "public"
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"kind": "variable",
|
|
3530
|
+
"name": "foundationGridProActionRenderer",
|
|
3531
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
3532
|
+
"privacy": "public"
|
|
3530
3533
|
}
|
|
3531
3534
|
],
|
|
3532
3535
|
"exports": [
|
|
3533
3536
|
{
|
|
3534
3537
|
"kind": "js",
|
|
3535
|
-
"name": "
|
|
3538
|
+
"name": "ActionRenderer",
|
|
3536
3539
|
"declaration": {
|
|
3537
|
-
"name": "
|
|
3538
|
-
"module": "src/cell/
|
|
3540
|
+
"name": "ActionRenderer",
|
|
3541
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3539
3542
|
}
|
|
3540
3543
|
},
|
|
3541
3544
|
{
|
|
3542
|
-
"kind": "
|
|
3543
|
-
"name": "
|
|
3545
|
+
"kind": "js",
|
|
3546
|
+
"name": "actionHeightMultiplier",
|
|
3544
3547
|
"declaration": {
|
|
3545
|
-
"name": "
|
|
3546
|
-
"module": "src/cell/
|
|
3548
|
+
"name": "actionHeightMultiplier",
|
|
3549
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3547
3550
|
}
|
|
3548
|
-
}
|
|
3549
|
-
]
|
|
3550
|
-
},
|
|
3551
|
-
{
|
|
3552
|
-
"kind": "javascript-module",
|
|
3553
|
-
"path": "src/cell/index.ts",
|
|
3554
|
-
"declarations": [],
|
|
3555
|
-
"exports": [
|
|
3551
|
+
},
|
|
3556
3552
|
{
|
|
3557
3553
|
"kind": "js",
|
|
3558
|
-
"name": "
|
|
3554
|
+
"name": "agActionRendererStyles",
|
|
3559
3555
|
"declaration": {
|
|
3560
|
-
"name": "
|
|
3561
|
-
"
|
|
3556
|
+
"name": "agActionRendererStyles",
|
|
3557
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3562
3558
|
}
|
|
3563
3559
|
},
|
|
3564
3560
|
{
|
|
3565
3561
|
"kind": "js",
|
|
3566
|
-
"name": "
|
|
3562
|
+
"name": "foundationGridProActionRenderer",
|
|
3567
3563
|
"declaration": {
|
|
3568
|
-
"name": "
|
|
3569
|
-
"
|
|
3564
|
+
"name": "foundationGridProActionRenderer",
|
|
3565
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3570
3566
|
}
|
|
3571
3567
|
}
|
|
3572
3568
|
]
|
|
3573
3569
|
},
|
|
3574
3570
|
{
|
|
3575
3571
|
"kind": "javascript-module",
|
|
3576
|
-
"path": "src/cell-
|
|
3572
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
3577
3573
|
"declarations": [
|
|
3578
3574
|
{
|
|
3579
3575
|
"kind": "class",
|
|
3580
|
-
"description": "The
|
|
3581
|
-
"name": "
|
|
3576
|
+
"description": "The Actions Menu Renderer element.",
|
|
3577
|
+
"name": "ActionsMenuRenderer",
|
|
3582
3578
|
"members": [
|
|
3583
3579
|
{
|
|
3584
3580
|
"kind": "field",
|
|
3585
|
-
"name": "
|
|
3586
|
-
"type": {
|
|
3587
|
-
"text": "number"
|
|
3588
|
-
},
|
|
3589
|
-
"privacy": "public"
|
|
3590
|
-
},
|
|
3591
|
-
{
|
|
3592
|
-
"kind": "field",
|
|
3593
|
-
"name": "actualWidth",
|
|
3581
|
+
"name": "params",
|
|
3594
3582
|
"type": {
|
|
3595
|
-
"text": "
|
|
3583
|
+
"text": "ICellRendererParams"
|
|
3596
3584
|
},
|
|
3597
3585
|
"privacy": "public"
|
|
3598
3586
|
},
|
|
3599
|
-
{
|
|
3600
|
-
"kind": "field",
|
|
3601
|
-
"name": "params",
|
|
3602
|
-
"type": {
|
|
3603
|
-
"text": "DateEditorParams"
|
|
3604
|
-
}
|
|
3605
|
-
},
|
|
3606
|
-
{
|
|
3607
|
-
"kind": "field",
|
|
3608
|
-
"name": "dateFormat",
|
|
3609
|
-
"type": {
|
|
3610
|
-
"text": "string"
|
|
3611
|
-
}
|
|
3612
|
-
},
|
|
3613
|
-
{
|
|
3614
|
-
"kind": "field",
|
|
3615
|
-
"name": "input",
|
|
3616
|
-
"type": {
|
|
3617
|
-
"text": "any"
|
|
3618
|
-
}
|
|
3619
|
-
},
|
|
3620
|
-
{
|
|
3621
|
-
"kind": "field",
|
|
3622
|
-
"name": "inputType",
|
|
3623
|
-
"type": {
|
|
3624
|
-
"text": "'datetime-local' | 'date'"
|
|
3625
|
-
}
|
|
3626
|
-
},
|
|
3627
3587
|
{
|
|
3628
3588
|
"kind": "method",
|
|
3629
3589
|
"name": "init",
|
|
@@ -3632,7 +3592,7 @@
|
|
|
3632
3592
|
{
|
|
3633
3593
|
"name": "params",
|
|
3634
3594
|
"type": {
|
|
3635
|
-
"text": "
|
|
3595
|
+
"text": "ICellRendererParams"
|
|
3636
3596
|
}
|
|
3637
3597
|
}
|
|
3638
3598
|
]
|
|
@@ -3651,50 +3611,15 @@
|
|
|
3651
3611
|
"kind": "method",
|
|
3652
3612
|
"name": "refresh",
|
|
3653
3613
|
"privacy": "public",
|
|
3654
|
-
"return": {
|
|
3655
|
-
"type": {
|
|
3656
|
-
"text": "boolean"
|
|
3657
|
-
}
|
|
3658
|
-
},
|
|
3659
3614
|
"parameters": [
|
|
3660
3615
|
{
|
|
3661
3616
|
"name": "params",
|
|
3662
3617
|
"type": {
|
|
3663
|
-
"text": "
|
|
3618
|
+
"text": "ICellRendererParams"
|
|
3664
3619
|
}
|
|
3665
3620
|
}
|
|
3666
3621
|
]
|
|
3667
3622
|
},
|
|
3668
|
-
{
|
|
3669
|
-
"kind": "method",
|
|
3670
|
-
"name": "getValue"
|
|
3671
|
-
},
|
|
3672
|
-
{
|
|
3673
|
-
"kind": "method",
|
|
3674
|
-
"name": "isPopup",
|
|
3675
|
-
"return": {
|
|
3676
|
-
"type": {
|
|
3677
|
-
"text": "boolean"
|
|
3678
|
-
}
|
|
3679
|
-
}
|
|
3680
|
-
},
|
|
3681
|
-
{
|
|
3682
|
-
"kind": "method",
|
|
3683
|
-
"name": "changeHandler",
|
|
3684
|
-
"parameters": [
|
|
3685
|
-
{
|
|
3686
|
-
"name": "event"
|
|
3687
|
-
}
|
|
3688
|
-
]
|
|
3689
|
-
},
|
|
3690
|
-
{
|
|
3691
|
-
"kind": "method",
|
|
3692
|
-
"name": "afterGuiAttached"
|
|
3693
|
-
},
|
|
3694
|
-
{
|
|
3695
|
-
"kind": "method",
|
|
3696
|
-
"name": "isCancelBeforeStart"
|
|
3697
|
-
},
|
|
3698
3623
|
{
|
|
3699
3624
|
"kind": "field",
|
|
3700
3625
|
"name": "_presentation",
|
|
@@ -3811,146 +3736,133 @@
|
|
|
3811
3736
|
"name": "FoundationElement",
|
|
3812
3737
|
"package": "@microsoft/fast-foundation"
|
|
3813
3738
|
},
|
|
3814
|
-
"tagName": "%%prefix%%-
|
|
3739
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
3815
3740
|
"customElement": true
|
|
3816
3741
|
},
|
|
3817
3742
|
{
|
|
3818
3743
|
"kind": "variable",
|
|
3819
|
-
"name": "
|
|
3820
|
-
"
|
|
3821
|
-
"description": "The AG Select Renderer Styles.",
|
|
3744
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
3745
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
3822
3746
|
"privacy": "public"
|
|
3823
3747
|
},
|
|
3824
3748
|
{
|
|
3825
3749
|
"kind": "function",
|
|
3826
|
-
"name": "
|
|
3827
|
-
"parameters": [
|
|
3828
|
-
{
|
|
3829
|
-
"name": "prefix",
|
|
3830
|
-
"default": "'foundation'",
|
|
3831
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3832
|
-
}
|
|
3833
|
-
],
|
|
3834
|
-
"description": "Get a Design System prefixed Select template.",
|
|
3750
|
+
"name": "getActionsMenuDef",
|
|
3835
3751
|
"return": {
|
|
3836
3752
|
"type": {
|
|
3837
3753
|
"text": ""
|
|
3838
3754
|
}
|
|
3839
3755
|
},
|
|
3840
|
-
"
|
|
3841
|
-
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
|
|
3879
|
-
|
|
3756
|
+
"parameters": [
|
|
3757
|
+
{
|
|
3758
|
+
"name": "actions",
|
|
3759
|
+
"type": {
|
|
3760
|
+
"text": "ActionMenuItem[]"
|
|
3761
|
+
},
|
|
3762
|
+
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
3763
|
+
},
|
|
3764
|
+
{
|
|
3765
|
+
"name": "overrideDef",
|
|
3766
|
+
"default": "{}",
|
|
3767
|
+
"type": {
|
|
3768
|
+
"text": "ColDef"
|
|
3769
|
+
},
|
|
3770
|
+
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
3771
|
+
},
|
|
3772
|
+
{
|
|
3773
|
+
"name": "customActionsOpenerName",
|
|
3774
|
+
"default": "'⋮'",
|
|
3775
|
+
"type": {
|
|
3776
|
+
"text": "string"
|
|
3777
|
+
},
|
|
3778
|
+
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
3779
|
+
},
|
|
3780
|
+
{
|
|
3781
|
+
"name": "isVertical",
|
|
3782
|
+
"default": "false",
|
|
3783
|
+
"type": {
|
|
3784
|
+
"text": "boolean"
|
|
3785
|
+
},
|
|
3786
|
+
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
3787
|
+
},
|
|
3788
|
+
{
|
|
3789
|
+
"name": "buttonAppearance",
|
|
3790
|
+
"optional": true,
|
|
3791
|
+
"type": {
|
|
3792
|
+
"text": "string"
|
|
3793
|
+
},
|
|
3794
|
+
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
3795
|
+
}
|
|
3796
|
+
],
|
|
3797
|
+
"description": "Helper function to get ColDef https://www.ag-grid.com/javascript-data-grid/column-properties/ for Actions Menu Renderer.\nWill take the parameter values for a base ColDef and merge them with the overrideDef (if specified).",
|
|
3798
|
+
"privacy": "public"
|
|
3880
3799
|
}
|
|
3881
|
-
]
|
|
3882
|
-
},
|
|
3883
|
-
{
|
|
3884
|
-
"kind": "javascript-module",
|
|
3885
|
-
"path": "src/cell-editors/index.ts",
|
|
3886
|
-
"declarations": [],
|
|
3800
|
+
],
|
|
3887
3801
|
"exports": [
|
|
3888
3802
|
{
|
|
3889
3803
|
"kind": "js",
|
|
3890
|
-
"name": "
|
|
3891
|
-
"declaration": {
|
|
3892
|
-
"name": "*",
|
|
3893
|
-
"package": "./date.editor"
|
|
3894
|
-
}
|
|
3895
|
-
},
|
|
3896
|
-
{
|
|
3897
|
-
"kind": "js",
|
|
3898
|
-
"name": "*",
|
|
3899
|
-
"declaration": {
|
|
3900
|
-
"name": "*",
|
|
3901
|
-
"package": "./multiselect.editor"
|
|
3902
|
-
}
|
|
3903
|
-
},
|
|
3904
|
-
{
|
|
3905
|
-
"kind": "js",
|
|
3906
|
-
"name": "*",
|
|
3804
|
+
"name": "ActionsMenuRenderer",
|
|
3907
3805
|
"declaration": {
|
|
3908
|
-
"name": "
|
|
3909
|
-
"
|
|
3806
|
+
"name": "ActionsMenuRenderer",
|
|
3807
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
3910
3808
|
}
|
|
3911
3809
|
},
|
|
3912
3810
|
{
|
|
3913
3811
|
"kind": "js",
|
|
3914
|
-
"name": "
|
|
3812
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
3915
3813
|
"declaration": {
|
|
3916
|
-
"name": "
|
|
3917
|
-
"
|
|
3814
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
3815
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
3918
3816
|
}
|
|
3919
3817
|
},
|
|
3920
3818
|
{
|
|
3921
3819
|
"kind": "js",
|
|
3922
|
-
"name": "
|
|
3820
|
+
"name": "getActionsMenuDef",
|
|
3923
3821
|
"declaration": {
|
|
3924
|
-
"name": "
|
|
3925
|
-
"
|
|
3822
|
+
"name": "getActionsMenuDef",
|
|
3823
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
3926
3824
|
}
|
|
3927
3825
|
}
|
|
3928
3826
|
]
|
|
3929
3827
|
},
|
|
3930
3828
|
{
|
|
3931
3829
|
"kind": "javascript-module",
|
|
3932
|
-
"path": "src/cell-
|
|
3830
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
3933
3831
|
"declarations": [
|
|
3934
3832
|
{
|
|
3935
3833
|
"kind": "class",
|
|
3936
|
-
"description": "The AG
|
|
3937
|
-
"name": "
|
|
3834
|
+
"description": "The AG Boolean Renderer element.",
|
|
3835
|
+
"name": "BooleanRenderer",
|
|
3938
3836
|
"members": [
|
|
3939
3837
|
{
|
|
3940
3838
|
"kind": "field",
|
|
3941
3839
|
"name": "params",
|
|
3942
3840
|
"type": {
|
|
3943
|
-
"text": "
|
|
3841
|
+
"text": "ICellRendererParams & BooleanRendererParams"
|
|
3944
3842
|
},
|
|
3945
3843
|
"privacy": "public"
|
|
3946
3844
|
},
|
|
3947
3845
|
{
|
|
3948
3846
|
"kind": "field",
|
|
3949
|
-
"name": "
|
|
3847
|
+
"name": "selected",
|
|
3950
3848
|
"type": {
|
|
3951
|
-
"text": "
|
|
3849
|
+
"text": "boolean"
|
|
3850
|
+
}
|
|
3851
|
+
},
|
|
3852
|
+
{
|
|
3853
|
+
"kind": "method",
|
|
3854
|
+
"name": "isDisabled",
|
|
3855
|
+
"privacy": "public",
|
|
3856
|
+
"return": {
|
|
3857
|
+
"type": {
|
|
3858
|
+
"text": "boolean"
|
|
3859
|
+
}
|
|
3952
3860
|
},
|
|
3953
|
-
"
|
|
3861
|
+
"parameters": [
|
|
3862
|
+
{
|
|
3863
|
+
"name": "data"
|
|
3864
|
+
}
|
|
3865
|
+
]
|
|
3954
3866
|
},
|
|
3955
3867
|
{
|
|
3956
3868
|
"kind": "method",
|
|
@@ -3960,7 +3872,7 @@
|
|
|
3960
3872
|
{
|
|
3961
3873
|
"name": "params",
|
|
3962
3874
|
"type": {
|
|
3963
|
-
"text": "
|
|
3875
|
+
"text": "ICellRendererParams"
|
|
3964
3876
|
}
|
|
3965
3877
|
}
|
|
3966
3878
|
]
|
|
@@ -3978,27 +3890,17 @@
|
|
|
3978
3890
|
{
|
|
3979
3891
|
"kind": "method",
|
|
3980
3892
|
"name": "destroy",
|
|
3981
|
-
"privacy": "public"
|
|
3982
|
-
"return": {
|
|
3983
|
-
"type": {
|
|
3984
|
-
"text": "void"
|
|
3985
|
-
}
|
|
3986
|
-
}
|
|
3893
|
+
"privacy": "public"
|
|
3987
3894
|
},
|
|
3988
3895
|
{
|
|
3989
3896
|
"kind": "method",
|
|
3990
3897
|
"name": "refresh",
|
|
3991
3898
|
"privacy": "public",
|
|
3992
|
-
"return": {
|
|
3993
|
-
"type": {
|
|
3994
|
-
"text": "boolean"
|
|
3995
|
-
}
|
|
3996
|
-
},
|
|
3997
3899
|
"parameters": [
|
|
3998
3900
|
{
|
|
3999
3901
|
"name": "params",
|
|
4000
3902
|
"type": {
|
|
4001
|
-
"text": "
|
|
3903
|
+
"text": "ICellRendererParams"
|
|
4002
3904
|
}
|
|
4003
3905
|
}
|
|
4004
3906
|
]
|
|
@@ -4007,24 +3909,6 @@
|
|
|
4007
3909
|
"kind": "method",
|
|
4008
3910
|
"name": "getValue"
|
|
4009
3911
|
},
|
|
4010
|
-
{
|
|
4011
|
-
"kind": "method",
|
|
4012
|
-
"name": "isPopup",
|
|
4013
|
-
"return": {
|
|
4014
|
-
"type": {
|
|
4015
|
-
"text": "boolean"
|
|
4016
|
-
}
|
|
4017
|
-
}
|
|
4018
|
-
},
|
|
4019
|
-
{
|
|
4020
|
-
"kind": "method",
|
|
4021
|
-
"name": "changeHandler",
|
|
4022
|
-
"parameters": [
|
|
4023
|
-
{
|
|
4024
|
-
"name": "event"
|
|
4025
|
-
}
|
|
4026
|
-
]
|
|
4027
|
-
},
|
|
4028
3912
|
{
|
|
4029
3913
|
"kind": "method",
|
|
4030
3914
|
"name": "isCancelBeforeStart"
|
|
@@ -4145,19 +4029,19 @@
|
|
|
4145
4029
|
"name": "FoundationElement",
|
|
4146
4030
|
"package": "@microsoft/fast-foundation"
|
|
4147
4031
|
},
|
|
4148
|
-
"tagName": "%%prefix%%-
|
|
4032
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
4149
4033
|
"customElement": true
|
|
4150
4034
|
},
|
|
4151
4035
|
{
|
|
4152
4036
|
"kind": "variable",
|
|
4153
|
-
"name": "
|
|
4154
|
-
"default": "css
|
|
4155
|
-
"description": "The AG
|
|
4037
|
+
"name": "agBooleanRendererStyles",
|
|
4038
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
4039
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
4156
4040
|
"privacy": "public"
|
|
4157
4041
|
},
|
|
4158
4042
|
{
|
|
4159
4043
|
"kind": "function",
|
|
4160
|
-
"name": "
|
|
4044
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4161
4045
|
"parameters": [
|
|
4162
4046
|
{
|
|
4163
4047
|
"name": "designSystem",
|
|
@@ -4165,7 +4049,7 @@
|
|
|
4165
4049
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4166
4050
|
}
|
|
4167
4051
|
],
|
|
4168
|
-
"description": "Get a Design System prefixed
|
|
4052
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
4169
4053
|
"return": {
|
|
4170
4054
|
"type": {
|
|
4171
4055
|
"text": ""
|
|
@@ -4175,85 +4059,61 @@
|
|
|
4175
4059
|
},
|
|
4176
4060
|
{
|
|
4177
4061
|
"kind": "variable",
|
|
4178
|
-
"name": "
|
|
4062
|
+
"name": "foundationAgBooleanRenderer",
|
|
4063
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
4179
4064
|
"privacy": "public"
|
|
4180
4065
|
}
|
|
4181
4066
|
],
|
|
4182
4067
|
"exports": [
|
|
4183
4068
|
{
|
|
4184
4069
|
"kind": "js",
|
|
4185
|
-
"name": "
|
|
4070
|
+
"name": "BooleanRenderer",
|
|
4186
4071
|
"declaration": {
|
|
4187
|
-
"name": "
|
|
4188
|
-
"module": "src/cell-
|
|
4072
|
+
"name": "BooleanRenderer",
|
|
4073
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4189
4074
|
}
|
|
4190
4075
|
},
|
|
4191
4076
|
{
|
|
4192
4077
|
"kind": "js",
|
|
4193
|
-
"name": "
|
|
4078
|
+
"name": "agBooleanRendererStyles",
|
|
4194
4079
|
"declaration": {
|
|
4195
|
-
"name": "
|
|
4196
|
-
"module": "src/cell-
|
|
4080
|
+
"name": "agBooleanRendererStyles",
|
|
4081
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4197
4082
|
}
|
|
4198
4083
|
},
|
|
4199
4084
|
{
|
|
4200
4085
|
"kind": "js",
|
|
4201
|
-
"name": "
|
|
4086
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4202
4087
|
"declaration": {
|
|
4203
|
-
"name": "
|
|
4204
|
-
"module": "src/cell-
|
|
4088
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4089
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4205
4090
|
}
|
|
4206
4091
|
},
|
|
4207
4092
|
{
|
|
4208
4093
|
"kind": "js",
|
|
4209
|
-
"name": "
|
|
4094
|
+
"name": "foundationAgBooleanRenderer",
|
|
4210
4095
|
"declaration": {
|
|
4211
|
-
"name": "
|
|
4212
|
-
"module": "src/cell-
|
|
4096
|
+
"name": "foundationAgBooleanRenderer",
|
|
4097
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4213
4098
|
}
|
|
4214
4099
|
}
|
|
4215
4100
|
]
|
|
4216
4101
|
},
|
|
4217
4102
|
{
|
|
4218
4103
|
"kind": "javascript-module",
|
|
4219
|
-
"path": "src/cell-
|
|
4104
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
4220
4105
|
"declarations": [
|
|
4221
4106
|
{
|
|
4222
4107
|
"kind": "class",
|
|
4223
|
-
"description": "The AG
|
|
4224
|
-
"name": "
|
|
4108
|
+
"description": "The AG Editable Renderer element.",
|
|
4109
|
+
"name": "EditableRenderer",
|
|
4225
4110
|
"members": [
|
|
4226
4111
|
{
|
|
4227
4112
|
"kind": "field",
|
|
4228
|
-
"name": "
|
|
4229
|
-
"type": {
|
|
4230
|
-
"text": "NumberEditorParams"
|
|
4231
|
-
},
|
|
4232
|
-
"privacy": "public"
|
|
4233
|
-
},
|
|
4234
|
-
{
|
|
4235
|
-
"kind": "field",
|
|
4236
|
-
"name": "value",
|
|
4237
|
-
"type": {
|
|
4238
|
-
"text": "number"
|
|
4239
|
-
},
|
|
4240
|
-
"privacy": "public"
|
|
4241
|
-
},
|
|
4242
|
-
{
|
|
4243
|
-
"kind": "field",
|
|
4244
|
-
"name": "actualWidth",
|
|
4245
|
-
"type": {
|
|
4246
|
-
"text": "number"
|
|
4247
|
-
},
|
|
4248
|
-
"privacy": "public"
|
|
4249
|
-
},
|
|
4250
|
-
{
|
|
4251
|
-
"kind": "field",
|
|
4252
|
-
"name": "input",
|
|
4113
|
+
"name": "valueFormatted",
|
|
4253
4114
|
"type": {
|
|
4254
|
-
"text": "
|
|
4255
|
-
}
|
|
4256
|
-
"privacy": "public"
|
|
4115
|
+
"text": "string"
|
|
4116
|
+
}
|
|
4257
4117
|
},
|
|
4258
4118
|
{
|
|
4259
4119
|
"kind": "method",
|
|
@@ -4263,7 +4123,7 @@
|
|
|
4263
4123
|
{
|
|
4264
4124
|
"name": "params",
|
|
4265
4125
|
"type": {
|
|
4266
|
-
"text": "
|
|
4126
|
+
"text": "ICellRendererParams"
|
|
4267
4127
|
}
|
|
4268
4128
|
}
|
|
4269
4129
|
]
|
|
@@ -4282,50 +4142,15 @@
|
|
|
4282
4142
|
"kind": "method",
|
|
4283
4143
|
"name": "refresh",
|
|
4284
4144
|
"privacy": "public",
|
|
4285
|
-
"return": {
|
|
4286
|
-
"type": {
|
|
4287
|
-
"text": "boolean"
|
|
4288
|
-
}
|
|
4289
|
-
},
|
|
4290
4145
|
"parameters": [
|
|
4291
4146
|
{
|
|
4292
4147
|
"name": "params",
|
|
4293
4148
|
"type": {
|
|
4294
|
-
"text": "
|
|
4149
|
+
"text": "ICellRendererParams"
|
|
4295
4150
|
}
|
|
4296
4151
|
}
|
|
4297
4152
|
]
|
|
4298
4153
|
},
|
|
4299
|
-
{
|
|
4300
|
-
"kind": "method",
|
|
4301
|
-
"name": "getValue"
|
|
4302
|
-
},
|
|
4303
|
-
{
|
|
4304
|
-
"kind": "method",
|
|
4305
|
-
"name": "isPopup",
|
|
4306
|
-
"return": {
|
|
4307
|
-
"type": {
|
|
4308
|
-
"text": "boolean"
|
|
4309
|
-
}
|
|
4310
|
-
}
|
|
4311
|
-
},
|
|
4312
|
-
{
|
|
4313
|
-
"kind": "method",
|
|
4314
|
-
"name": "afterGuiAttached"
|
|
4315
|
-
},
|
|
4316
|
-
{
|
|
4317
|
-
"kind": "method",
|
|
4318
|
-
"name": "changeHandler",
|
|
4319
|
-
"parameters": [
|
|
4320
|
-
{
|
|
4321
|
-
"name": "event"
|
|
4322
|
-
}
|
|
4323
|
-
]
|
|
4324
|
-
},
|
|
4325
|
-
{
|
|
4326
|
-
"kind": "method",
|
|
4327
|
-
"name": "isCancelBeforeStart"
|
|
4328
|
-
},
|
|
4329
4154
|
{
|
|
4330
4155
|
"kind": "field",
|
|
4331
4156
|
"name": "_presentation",
|
|
@@ -4442,19 +4267,19 @@
|
|
|
4442
4267
|
"name": "FoundationElement",
|
|
4443
4268
|
"package": "@microsoft/fast-foundation"
|
|
4444
4269
|
},
|
|
4445
|
-
"tagName": "%%prefix%%-
|
|
4270
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
4446
4271
|
"customElement": true
|
|
4447
4272
|
},
|
|
4448
4273
|
{
|
|
4449
4274
|
"kind": "variable",
|
|
4450
|
-
"name": "
|
|
4451
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4452
|
-
"description": "The AG
|
|
4275
|
+
"name": "agEditableRendererStyles",
|
|
4276
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
4277
|
+
"description": "The AG Editable Renderer Styles.",
|
|
4453
4278
|
"privacy": "public"
|
|
4454
4279
|
},
|
|
4455
4280
|
{
|
|
4456
4281
|
"kind": "function",
|
|
4457
|
-
"name": "
|
|
4282
|
+
"name": "getAgEditableRendererTemplate",
|
|
4458
4283
|
"parameters": [
|
|
4459
4284
|
{
|
|
4460
4285
|
"name": "designSystem",
|
|
@@ -4462,7 +4287,7 @@
|
|
|
4462
4287
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4463
4288
|
}
|
|
4464
4289
|
],
|
|
4465
|
-
"description": "Get a Design System prefixed
|
|
4290
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
4466
4291
|
"return": {
|
|
4467
4292
|
"type": {
|
|
4468
4293
|
"text": ""
|
|
@@ -4472,59 +4297,131 @@
|
|
|
4472
4297
|
},
|
|
4473
4298
|
{
|
|
4474
4299
|
"kind": "variable",
|
|
4475
|
-
"name": "
|
|
4300
|
+
"name": "foundationAgEditableRenderer",
|
|
4301
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
4476
4302
|
"privacy": "public"
|
|
4477
4303
|
}
|
|
4478
4304
|
],
|
|
4479
4305
|
"exports": [
|
|
4480
4306
|
{
|
|
4481
4307
|
"kind": "js",
|
|
4482
|
-
"name": "
|
|
4308
|
+
"name": "EditableRenderer",
|
|
4483
4309
|
"declaration": {
|
|
4484
|
-
"name": "
|
|
4485
|
-
"module": "src/cell-
|
|
4310
|
+
"name": "EditableRenderer",
|
|
4311
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4486
4312
|
}
|
|
4487
4313
|
},
|
|
4488
4314
|
{
|
|
4489
4315
|
"kind": "js",
|
|
4490
|
-
"name": "
|
|
4316
|
+
"name": "agEditableRendererStyles",
|
|
4491
4317
|
"declaration": {
|
|
4492
|
-
"name": "
|
|
4493
|
-
"module": "src/cell-
|
|
4318
|
+
"name": "agEditableRendererStyles",
|
|
4319
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4494
4320
|
}
|
|
4495
4321
|
},
|
|
4496
4322
|
{
|
|
4497
4323
|
"kind": "js",
|
|
4498
|
-
"name": "
|
|
4324
|
+
"name": "getAgEditableRendererTemplate",
|
|
4499
4325
|
"declaration": {
|
|
4500
|
-
"name": "
|
|
4501
|
-
"module": "src/cell-
|
|
4326
|
+
"name": "getAgEditableRendererTemplate",
|
|
4327
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4502
4328
|
}
|
|
4503
4329
|
},
|
|
4504
4330
|
{
|
|
4505
4331
|
"kind": "js",
|
|
4506
|
-
"name": "
|
|
4332
|
+
"name": "foundationAgEditableRenderer",
|
|
4507
4333
|
"declaration": {
|
|
4508
|
-
"name": "
|
|
4509
|
-
"module": "src/cell-
|
|
4334
|
+
"name": "foundationAgEditableRenderer",
|
|
4335
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4510
4336
|
}
|
|
4511
4337
|
}
|
|
4512
4338
|
]
|
|
4513
4339
|
},
|
|
4514
4340
|
{
|
|
4515
4341
|
"kind": "javascript-module",
|
|
4516
|
-
"path": "src/cell-
|
|
4342
|
+
"path": "src/cell-renderers/index.ts",
|
|
4343
|
+
"declarations": [],
|
|
4344
|
+
"exports": [
|
|
4345
|
+
{
|
|
4346
|
+
"kind": "js",
|
|
4347
|
+
"name": "*",
|
|
4348
|
+
"declaration": {
|
|
4349
|
+
"name": "*",
|
|
4350
|
+
"package": "./action.renderer"
|
|
4351
|
+
}
|
|
4352
|
+
},
|
|
4353
|
+
{
|
|
4354
|
+
"kind": "js",
|
|
4355
|
+
"name": "*",
|
|
4356
|
+
"declaration": {
|
|
4357
|
+
"name": "*",
|
|
4358
|
+
"package": "./actions-menu.renderer"
|
|
4359
|
+
}
|
|
4360
|
+
},
|
|
4361
|
+
{
|
|
4362
|
+
"kind": "js",
|
|
4363
|
+
"name": "*",
|
|
4364
|
+
"declaration": {
|
|
4365
|
+
"name": "*",
|
|
4366
|
+
"package": "./boolean.renderer"
|
|
4367
|
+
}
|
|
4368
|
+
},
|
|
4369
|
+
{
|
|
4370
|
+
"kind": "js",
|
|
4371
|
+
"name": "*",
|
|
4372
|
+
"declaration": {
|
|
4373
|
+
"name": "*",
|
|
4374
|
+
"package": "./editable.renderer"
|
|
4375
|
+
}
|
|
4376
|
+
},
|
|
4377
|
+
{
|
|
4378
|
+
"kind": "js",
|
|
4379
|
+
"name": "*",
|
|
4380
|
+
"declaration": {
|
|
4381
|
+
"name": "*",
|
|
4382
|
+
"package": "./text.renderer"
|
|
4383
|
+
}
|
|
4384
|
+
},
|
|
4385
|
+
{
|
|
4386
|
+
"kind": "js",
|
|
4387
|
+
"name": "*",
|
|
4388
|
+
"declaration": {
|
|
4389
|
+
"name": "*",
|
|
4390
|
+
"package": "./text-field.renderer"
|
|
4391
|
+
}
|
|
4392
|
+
},
|
|
4393
|
+
{
|
|
4394
|
+
"kind": "js",
|
|
4395
|
+
"name": "*",
|
|
4396
|
+
"declaration": {
|
|
4397
|
+
"name": "*",
|
|
4398
|
+
"package": "./status-pill.renderer"
|
|
4399
|
+
}
|
|
4400
|
+
},
|
|
4401
|
+
{
|
|
4402
|
+
"kind": "js",
|
|
4403
|
+
"name": "*",
|
|
4404
|
+
"declaration": {
|
|
4405
|
+
"name": "*",
|
|
4406
|
+
"package": "./select.renderer"
|
|
4407
|
+
}
|
|
4408
|
+
}
|
|
4409
|
+
]
|
|
4410
|
+
},
|
|
4411
|
+
{
|
|
4412
|
+
"kind": "javascript-module",
|
|
4413
|
+
"path": "src/cell-renderers/select.renderer.ts",
|
|
4517
4414
|
"declarations": [
|
|
4518
4415
|
{
|
|
4519
4416
|
"kind": "class",
|
|
4520
|
-
"description": "The AG Select
|
|
4521
|
-
"name": "
|
|
4417
|
+
"description": "The AG Select Renderer element.",
|
|
4418
|
+
"name": "SelectRenderer",
|
|
4522
4419
|
"members": [
|
|
4523
4420
|
{
|
|
4524
4421
|
"kind": "field",
|
|
4525
4422
|
"name": "params",
|
|
4526
4423
|
"type": {
|
|
4527
|
-
"text": "
|
|
4424
|
+
"text": "SelectCellRendererParams"
|
|
4528
4425
|
},
|
|
4529
4426
|
"privacy": "public"
|
|
4530
4427
|
},
|
|
@@ -4536,22 +4433,6 @@
|
|
|
4536
4433
|
},
|
|
4537
4434
|
"privacy": "public"
|
|
4538
4435
|
},
|
|
4539
|
-
{
|
|
4540
|
-
"kind": "field",
|
|
4541
|
-
"name": "actualWidth",
|
|
4542
|
-
"type": {
|
|
4543
|
-
"text": "number"
|
|
4544
|
-
},
|
|
4545
|
-
"privacy": "public"
|
|
4546
|
-
},
|
|
4547
|
-
{
|
|
4548
|
-
"kind": "field",
|
|
4549
|
-
"name": "combobox",
|
|
4550
|
-
"type": {
|
|
4551
|
-
"text": "any"
|
|
4552
|
-
},
|
|
4553
|
-
"privacy": "public"
|
|
4554
|
-
},
|
|
4555
4436
|
{
|
|
4556
4437
|
"kind": "method",
|
|
4557
4438
|
"name": "init",
|
|
@@ -4560,7 +4441,7 @@
|
|
|
4560
4441
|
{
|
|
4561
4442
|
"name": "params",
|
|
4562
4443
|
"type": {
|
|
4563
|
-
"text": "
|
|
4444
|
+
"text": "SelectCellRendererParams"
|
|
4564
4445
|
}
|
|
4565
4446
|
}
|
|
4566
4447
|
]
|
|
@@ -4575,6 +4456,16 @@
|
|
|
4575
4456
|
}
|
|
4576
4457
|
}
|
|
4577
4458
|
},
|
|
4459
|
+
{
|
|
4460
|
+
"kind": "method",
|
|
4461
|
+
"name": "destroy",
|
|
4462
|
+
"privacy": "public",
|
|
4463
|
+
"return": {
|
|
4464
|
+
"type": {
|
|
4465
|
+
"text": "void"
|
|
4466
|
+
}
|
|
4467
|
+
}
|
|
4468
|
+
},
|
|
4578
4469
|
{
|
|
4579
4470
|
"kind": "method",
|
|
4580
4471
|
"name": "refresh",
|
|
@@ -4588,41 +4479,31 @@
|
|
|
4588
4479
|
{
|
|
4589
4480
|
"name": "params",
|
|
4590
4481
|
"type": {
|
|
4591
|
-
"text": "
|
|
4482
|
+
"text": "SelectCellRendererParams"
|
|
4592
4483
|
}
|
|
4593
4484
|
}
|
|
4594
4485
|
]
|
|
4595
4486
|
},
|
|
4596
4487
|
{
|
|
4597
|
-
"kind": "
|
|
4598
|
-
"name": "
|
|
4488
|
+
"kind": "field",
|
|
4489
|
+
"name": "selectionChanged",
|
|
4490
|
+
"privacy": "public"
|
|
4599
4491
|
},
|
|
4600
4492
|
{
|
|
4601
4493
|
"kind": "method",
|
|
4602
|
-
"name": "
|
|
4494
|
+
"name": "isDisabled",
|
|
4495
|
+
"privacy": "public",
|
|
4603
4496
|
"return": {
|
|
4604
4497
|
"type": {
|
|
4605
4498
|
"text": "boolean"
|
|
4606
4499
|
}
|
|
4607
|
-
}
|
|
4608
|
-
},
|
|
4609
|
-
{
|
|
4610
|
-
"kind": "method",
|
|
4611
|
-
"name": "afterGuiAttached"
|
|
4612
|
-
},
|
|
4613
|
-
{
|
|
4614
|
-
"kind": "method",
|
|
4615
|
-
"name": "changeHandler",
|
|
4500
|
+
},
|
|
4616
4501
|
"parameters": [
|
|
4617
4502
|
{
|
|
4618
|
-
"name": "
|
|
4503
|
+
"name": "data"
|
|
4619
4504
|
}
|
|
4620
4505
|
]
|
|
4621
4506
|
},
|
|
4622
|
-
{
|
|
4623
|
-
"kind": "method",
|
|
4624
|
-
"name": "isCancelBeforeStart"
|
|
4625
|
-
},
|
|
4626
4507
|
{
|
|
4627
4508
|
"kind": "field",
|
|
4628
4509
|
"name": "_presentation",
|
|
@@ -4739,23 +4620,26 @@
|
|
|
4739
4620
|
"name": "FoundationElement",
|
|
4740
4621
|
"package": "@microsoft/fast-foundation"
|
|
4741
4622
|
},
|
|
4742
|
-
"tagName": "%%prefix%%-select-
|
|
4623
|
+
"tagName": "%%prefix%%-select-renderer",
|
|
4743
4624
|
"customElement": true
|
|
4744
4625
|
},
|
|
4745
4626
|
{
|
|
4746
4627
|
"kind": "variable",
|
|
4747
|
-
"name": "
|
|
4748
|
-
"default": "css
|
|
4628
|
+
"name": "agSelectRendererStyles",
|
|
4629
|
+
"default": "css`\n :host,\n .select-renderer,\n zero-option,\n ::part(listbox),\n ::part(control) {\n max-width: var(--select-renderer-max-width);\n min-width: 100%;\n }\n\n .select-renderer {\n --listbox-max-height: 4;\n --select-renderer-max-width: 100%;\n }\n`",
|
|
4749
4630
|
"description": "The AG Select Renderer Styles.",
|
|
4750
4631
|
"privacy": "public"
|
|
4751
4632
|
},
|
|
4752
4633
|
{
|
|
4753
4634
|
"kind": "function",
|
|
4754
|
-
"name": "
|
|
4635
|
+
"name": "getSelectRendererTemplate",
|
|
4755
4636
|
"parameters": [
|
|
4756
4637
|
{
|
|
4757
4638
|
"name": "designSystem",
|
|
4758
4639
|
"default": "'foundation'",
|
|
4640
|
+
"type": {
|
|
4641
|
+
"text": "string"
|
|
4642
|
+
},
|
|
4759
4643
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4760
4644
|
}
|
|
4761
4645
|
],
|
|
@@ -4769,157 +4653,124 @@
|
|
|
4769
4653
|
},
|
|
4770
4654
|
{
|
|
4771
4655
|
"kind": "variable",
|
|
4772
|
-
"name": "
|
|
4656
|
+
"name": "foundationAgSelectRenderer",
|
|
4657
|
+
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
4773
4658
|
"privacy": "public"
|
|
4774
4659
|
}
|
|
4775
4660
|
],
|
|
4776
4661
|
"exports": [
|
|
4777
4662
|
{
|
|
4778
4663
|
"kind": "js",
|
|
4779
|
-
"name": "
|
|
4664
|
+
"name": "SelectRenderer",
|
|
4780
4665
|
"declaration": {
|
|
4781
|
-
"name": "
|
|
4782
|
-
"module": "src/cell-
|
|
4666
|
+
"name": "SelectRenderer",
|
|
4667
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
4783
4668
|
}
|
|
4784
4669
|
},
|
|
4785
4670
|
{
|
|
4786
4671
|
"kind": "js",
|
|
4787
|
-
"name": "
|
|
4672
|
+
"name": "agSelectRendererStyles",
|
|
4788
4673
|
"declaration": {
|
|
4789
|
-
"name": "
|
|
4790
|
-
"module": "src/cell-
|
|
4674
|
+
"name": "agSelectRendererStyles",
|
|
4675
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
4791
4676
|
}
|
|
4792
4677
|
},
|
|
4793
4678
|
{
|
|
4794
4679
|
"kind": "js",
|
|
4795
|
-
"name": "
|
|
4680
|
+
"name": "getSelectRendererTemplate",
|
|
4796
4681
|
"declaration": {
|
|
4797
|
-
"name": "
|
|
4798
|
-
"module": "src/cell-
|
|
4682
|
+
"name": "getSelectRendererTemplate",
|
|
4683
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
4799
4684
|
}
|
|
4800
4685
|
},
|
|
4801
4686
|
{
|
|
4802
4687
|
"kind": "js",
|
|
4803
|
-
"name": "
|
|
4688
|
+
"name": "foundationAgSelectRenderer",
|
|
4804
4689
|
"declaration": {
|
|
4805
|
-
"name": "
|
|
4806
|
-
"module": "src/cell-
|
|
4690
|
+
"name": "foundationAgSelectRenderer",
|
|
4691
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
4807
4692
|
}
|
|
4808
4693
|
}
|
|
4809
4694
|
]
|
|
4810
4695
|
},
|
|
4811
4696
|
{
|
|
4812
4697
|
"kind": "javascript-module",
|
|
4813
|
-
"path": "src/cell-
|
|
4698
|
+
"path": "src/cell-renderers/status-pill.renderer.ts",
|
|
4814
4699
|
"declarations": [
|
|
4815
4700
|
{
|
|
4816
|
-
"kind": "
|
|
4817
|
-
"
|
|
4818
|
-
"
|
|
4819
|
-
"
|
|
4701
|
+
"kind": "variable",
|
|
4702
|
+
"name": "agStatusPillRendererStyles",
|
|
4703
|
+
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
4704
|
+
"description": "The Status Pill Renderer Styles.",
|
|
4705
|
+
"privacy": "public"
|
|
4706
|
+
},
|
|
4707
|
+
{
|
|
4708
|
+
"kind": "function",
|
|
4709
|
+
"name": "getStatusPillRendererTemplate",
|
|
4710
|
+
"parameters": [
|
|
4820
4711
|
{
|
|
4821
|
-
"
|
|
4822
|
-
"
|
|
4712
|
+
"name": "designSystem",
|
|
4713
|
+
"default": "'rapid'",
|
|
4823
4714
|
"type": {
|
|
4824
|
-
"text": "
|
|
4715
|
+
"text": "string"
|
|
4825
4716
|
},
|
|
4826
|
-
"
|
|
4827
|
-
}
|
|
4828
|
-
|
|
4829
|
-
|
|
4830
|
-
|
|
4831
|
-
|
|
4832
|
-
|
|
4833
|
-
|
|
4834
|
-
|
|
4835
|
-
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
4839
|
-
|
|
4840
|
-
|
|
4841
|
-
|
|
4842
|
-
"privacy": "public"
|
|
4843
|
-
},
|
|
4717
|
+
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
4718
|
+
}
|
|
4719
|
+
],
|
|
4720
|
+
"description": "Get a Design System prefixed Status Pill template.",
|
|
4721
|
+
"return": {
|
|
4722
|
+
"type": {
|
|
4723
|
+
"text": ""
|
|
4724
|
+
}
|
|
4725
|
+
},
|
|
4726
|
+
"privacy": "public"
|
|
4727
|
+
},
|
|
4728
|
+
{
|
|
4729
|
+
"kind": "class",
|
|
4730
|
+
"description": "The AG Status Pill Renderer element.",
|
|
4731
|
+
"name": "StatusPillRenderer",
|
|
4732
|
+
"members": [
|
|
4844
4733
|
{
|
|
4845
4734
|
"kind": "field",
|
|
4846
|
-
"name": "
|
|
4735
|
+
"name": "params",
|
|
4847
4736
|
"type": {
|
|
4848
|
-
"text": "
|
|
4849
|
-
}
|
|
4850
|
-
"privacy": "public"
|
|
4737
|
+
"text": "StatusPillRendererParams"
|
|
4738
|
+
}
|
|
4851
4739
|
},
|
|
4852
4740
|
{
|
|
4853
4741
|
"kind": "method",
|
|
4854
4742
|
"name": "init",
|
|
4855
|
-
"privacy": "public",
|
|
4856
4743
|
"parameters": [
|
|
4857
4744
|
{
|
|
4858
4745
|
"name": "params",
|
|
4859
4746
|
"type": {
|
|
4860
|
-
"text": "
|
|
4747
|
+
"text": "StatusPillRendererParams"
|
|
4861
4748
|
}
|
|
4862
4749
|
}
|
|
4863
4750
|
]
|
|
4864
4751
|
},
|
|
4865
4752
|
{
|
|
4866
4753
|
"kind": "method",
|
|
4867
|
-
"name": "getGui"
|
|
4868
|
-
"privacy": "public",
|
|
4869
|
-
"return": {
|
|
4870
|
-
"type": {
|
|
4871
|
-
"text": "HTMLElement"
|
|
4872
|
-
}
|
|
4873
|
-
}
|
|
4754
|
+
"name": "getGui"
|
|
4874
4755
|
},
|
|
4875
4756
|
{
|
|
4876
4757
|
"kind": "method",
|
|
4877
4758
|
"name": "refresh",
|
|
4878
|
-
"privacy": "public",
|
|
4879
|
-
"return": {
|
|
4880
|
-
"type": {
|
|
4881
|
-
"text": "boolean"
|
|
4882
|
-
}
|
|
4883
|
-
},
|
|
4884
4759
|
"parameters": [
|
|
4885
4760
|
{
|
|
4886
|
-
"name": "params"
|
|
4887
|
-
"type": {
|
|
4888
|
-
"text": "StringEditorParams"
|
|
4889
|
-
}
|
|
4761
|
+
"name": "params"
|
|
4890
4762
|
}
|
|
4891
4763
|
]
|
|
4892
4764
|
},
|
|
4893
4765
|
{
|
|
4894
4766
|
"kind": "method",
|
|
4895
|
-
"name": "
|
|
4896
|
-
},
|
|
4897
|
-
{
|
|
4898
|
-
"kind": "method",
|
|
4899
|
-
"name": "isPopup",
|
|
4767
|
+
"name": "destroy",
|
|
4900
4768
|
"return": {
|
|
4901
4769
|
"type": {
|
|
4902
|
-
"text": "
|
|
4770
|
+
"text": "void"
|
|
4903
4771
|
}
|
|
4904
4772
|
}
|
|
4905
4773
|
},
|
|
4906
|
-
{
|
|
4907
|
-
"kind": "method",
|
|
4908
|
-
"name": "afterGuiAttached"
|
|
4909
|
-
},
|
|
4910
|
-
{
|
|
4911
|
-
"kind": "method",
|
|
4912
|
-
"name": "changeHandler",
|
|
4913
|
-
"parameters": [
|
|
4914
|
-
{
|
|
4915
|
-
"name": "event"
|
|
4916
|
-
}
|
|
4917
|
-
]
|
|
4918
|
-
},
|
|
4919
|
-
{
|
|
4920
|
-
"kind": "method",
|
|
4921
|
-
"name": "isCancelBeforeStart"
|
|
4922
|
-
},
|
|
4923
4774
|
{
|
|
4924
4775
|
"kind": "field",
|
|
4925
4776
|
"name": "_presentation",
|
|
@@ -5036,97 +4887,81 @@
|
|
|
5036
4887
|
"name": "FoundationElement",
|
|
5037
4888
|
"package": "@microsoft/fast-foundation"
|
|
5038
4889
|
},
|
|
5039
|
-
"tagName": "%%prefix%%-
|
|
4890
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
5040
4891
|
"customElement": true
|
|
5041
4892
|
},
|
|
5042
4893
|
{
|
|
5043
4894
|
"kind": "variable",
|
|
5044
|
-
"name": "
|
|
5045
|
-
"
|
|
5046
|
-
"description": "The AG String Renderer Styles.",
|
|
5047
|
-
"privacy": "public"
|
|
5048
|
-
},
|
|
5049
|
-
{
|
|
5050
|
-
"kind": "function",
|
|
5051
|
-
"name": "getStringEditorTemplate",
|
|
5052
|
-
"parameters": [
|
|
5053
|
-
{
|
|
5054
|
-
"name": "designSystem",
|
|
5055
|
-
"default": "'foundation'",
|
|
5056
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5057
|
-
}
|
|
5058
|
-
],
|
|
5059
|
-
"description": "Get a Design System prefixed String template.",
|
|
5060
|
-
"return": {
|
|
5061
|
-
"type": {
|
|
5062
|
-
"text": ""
|
|
5063
|
-
}
|
|
5064
|
-
},
|
|
5065
|
-
"privacy": "public"
|
|
5066
|
-
},
|
|
5067
|
-
{
|
|
5068
|
-
"kind": "variable",
|
|
5069
|
-
"name": "foundationStringEditor",
|
|
4895
|
+
"name": "foundationStatusPillRenderer",
|
|
4896
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
5070
4897
|
"privacy": "public"
|
|
5071
4898
|
}
|
|
5072
4899
|
],
|
|
5073
4900
|
"exports": [
|
|
5074
4901
|
{
|
|
5075
4902
|
"kind": "js",
|
|
5076
|
-
"name": "
|
|
4903
|
+
"name": "agStatusPillRendererStyles",
|
|
5077
4904
|
"declaration": {
|
|
5078
|
-
"name": "
|
|
5079
|
-
"module": "src/cell-
|
|
4905
|
+
"name": "agStatusPillRendererStyles",
|
|
4906
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5080
4907
|
}
|
|
5081
4908
|
},
|
|
5082
4909
|
{
|
|
5083
4910
|
"kind": "js",
|
|
5084
|
-
"name": "
|
|
4911
|
+
"name": "getStatusPillRendererTemplate",
|
|
5085
4912
|
"declaration": {
|
|
5086
|
-
"name": "
|
|
5087
|
-
"module": "src/cell-
|
|
4913
|
+
"name": "getStatusPillRendererTemplate",
|
|
4914
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5088
4915
|
}
|
|
5089
4916
|
},
|
|
5090
4917
|
{
|
|
5091
4918
|
"kind": "js",
|
|
5092
|
-
"name": "
|
|
4919
|
+
"name": "StatusPillRenderer",
|
|
5093
4920
|
"declaration": {
|
|
5094
|
-
"name": "
|
|
5095
|
-
"module": "src/cell-
|
|
4921
|
+
"name": "StatusPillRenderer",
|
|
4922
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5096
4923
|
}
|
|
5097
4924
|
},
|
|
5098
4925
|
{
|
|
5099
4926
|
"kind": "js",
|
|
5100
|
-
"name": "
|
|
4927
|
+
"name": "foundationStatusPillRenderer",
|
|
5101
4928
|
"declaration": {
|
|
5102
|
-
"name": "
|
|
5103
|
-
"module": "src/cell-
|
|
4929
|
+
"name": "foundationStatusPillRenderer",
|
|
4930
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5104
4931
|
}
|
|
5105
4932
|
}
|
|
5106
4933
|
]
|
|
5107
4934
|
},
|
|
5108
4935
|
{
|
|
5109
4936
|
"kind": "javascript-module",
|
|
5110
|
-
"path": "src/cell-renderers/
|
|
4937
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
5111
4938
|
"declarations": [
|
|
5112
4939
|
{
|
|
5113
4940
|
"kind": "class",
|
|
5114
|
-
"description": "The AG
|
|
5115
|
-
"name": "
|
|
4941
|
+
"description": "The AG Text Field Renderer element.",
|
|
4942
|
+
"name": "AgTextFieldRenderer",
|
|
5116
4943
|
"members": [
|
|
5117
4944
|
{
|
|
5118
4945
|
"kind": "field",
|
|
5119
|
-
"name": "
|
|
4946
|
+
"name": "textField",
|
|
5120
4947
|
"type": {
|
|
5121
|
-
"text": "
|
|
4948
|
+
"text": "TextField"
|
|
5122
4949
|
},
|
|
5123
4950
|
"privacy": "public"
|
|
5124
4951
|
},
|
|
5125
4952
|
{
|
|
5126
4953
|
"kind": "field",
|
|
5127
|
-
"name": "
|
|
4954
|
+
"name": "textValue",
|
|
5128
4955
|
"type": {
|
|
5129
|
-
"text": "
|
|
4956
|
+
"text": "string"
|
|
4957
|
+
},
|
|
4958
|
+
"default": "''"
|
|
4959
|
+
},
|
|
4960
|
+
{
|
|
4961
|
+
"kind": "field",
|
|
4962
|
+
"name": "params",
|
|
4963
|
+
"type": {
|
|
4964
|
+
"text": "FuiCellRendererParams"
|
|
5130
4965
|
},
|
|
5131
4966
|
"privacy": "public"
|
|
5132
4967
|
},
|
|
@@ -5138,7 +4973,7 @@
|
|
|
5138
4973
|
{
|
|
5139
4974
|
"name": "params",
|
|
5140
4975
|
"type": {
|
|
5141
|
-
"text": "
|
|
4976
|
+
"text": "FuiCellRendererParams"
|
|
5142
4977
|
}
|
|
5143
4978
|
}
|
|
5144
4979
|
]
|
|
@@ -5153,6 +4988,11 @@
|
|
|
5153
4988
|
}
|
|
5154
4989
|
}
|
|
5155
4990
|
},
|
|
4991
|
+
{
|
|
4992
|
+
"kind": "method",
|
|
4993
|
+
"name": "destroy",
|
|
4994
|
+
"privacy": "public"
|
|
4995
|
+
},
|
|
5156
4996
|
{
|
|
5157
4997
|
"kind": "method",
|
|
5158
4998
|
"name": "refresh",
|
|
@@ -5161,7 +5001,7 @@
|
|
|
5161
5001
|
{
|
|
5162
5002
|
"name": "params",
|
|
5163
5003
|
"type": {
|
|
5164
|
-
"text": "
|
|
5004
|
+
"text": "FuiCellRendererParams"
|
|
5165
5005
|
}
|
|
5166
5006
|
}
|
|
5167
5007
|
]
|
|
@@ -5181,15 +5021,17 @@
|
|
|
5181
5021
|
}
|
|
5182
5022
|
]
|
|
5183
5023
|
},
|
|
5184
|
-
{
|
|
5185
|
-
"kind": "method",
|
|
5186
|
-
"name": "clickHandler",
|
|
5187
|
-
"privacy": "public"
|
|
5188
|
-
},
|
|
5189
5024
|
{
|
|
5190
5025
|
"kind": "field",
|
|
5191
|
-
"name": "
|
|
5192
|
-
"
|
|
5026
|
+
"name": "textChanged",
|
|
5027
|
+
"privacy": "public",
|
|
5028
|
+
"description": "On text change handler",
|
|
5029
|
+
"parameters": [
|
|
5030
|
+
{
|
|
5031
|
+
"description": "CustomEvent",
|
|
5032
|
+
"name": "e"
|
|
5033
|
+
}
|
|
5034
|
+
]
|
|
5193
5035
|
},
|
|
5194
5036
|
{
|
|
5195
5037
|
"kind": "field",
|
|
@@ -5307,80 +5149,127 @@
|
|
|
5307
5149
|
"name": "FoundationElement",
|
|
5308
5150
|
"package": "@microsoft/fast-foundation"
|
|
5309
5151
|
},
|
|
5310
|
-
"tagName": "%%prefix%%-grid-
|
|
5152
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
5311
5153
|
"customElement": true
|
|
5312
5154
|
},
|
|
5313
5155
|
{
|
|
5314
5156
|
"kind": "variable",
|
|
5315
|
-
"name": "
|
|
5316
|
-
"
|
|
5157
|
+
"name": "textFieldRendererStyles",
|
|
5158
|
+
"default": "css`\n :host {\n display: flex;\n width: 100%;\n height: 100%;\n align-items: center;\n }\n .text-renderer {\n width: 100%;\n }\n`",
|
|
5159
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
5317
5160
|
"privacy": "public"
|
|
5318
5161
|
},
|
|
5319
5162
|
{
|
|
5320
|
-
"kind": "
|
|
5321
|
-
"name": "
|
|
5322
|
-
"
|
|
5323
|
-
|
|
5163
|
+
"kind": "function",
|
|
5164
|
+
"name": "getTextFieldRendererTemplate",
|
|
5165
|
+
"parameters": [
|
|
5166
|
+
{
|
|
5167
|
+
"name": "designSystem",
|
|
5168
|
+
"default": "'foundation'",
|
|
5169
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5170
|
+
}
|
|
5171
|
+
],
|
|
5172
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
5173
|
+
"return": {
|
|
5174
|
+
"type": {
|
|
5175
|
+
"text": ""
|
|
5176
|
+
}
|
|
5177
|
+
},
|
|
5324
5178
|
"privacy": "public"
|
|
5325
5179
|
},
|
|
5326
5180
|
{
|
|
5327
5181
|
"kind": "variable",
|
|
5328
|
-
"name": "
|
|
5329
|
-
"description": "A function that returns a Foundation
|
|
5182
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5183
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
5330
5184
|
"privacy": "public"
|
|
5331
5185
|
}
|
|
5332
5186
|
],
|
|
5333
5187
|
"exports": [
|
|
5334
5188
|
{
|
|
5335
5189
|
"kind": "js",
|
|
5336
|
-
"name": "
|
|
5190
|
+
"name": "AgTextFieldRenderer",
|
|
5337
5191
|
"declaration": {
|
|
5338
|
-
"name": "
|
|
5339
|
-
"module": "src/cell-renderers/
|
|
5192
|
+
"name": "AgTextFieldRenderer",
|
|
5193
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5340
5194
|
}
|
|
5341
5195
|
},
|
|
5342
5196
|
{
|
|
5343
5197
|
"kind": "js",
|
|
5344
|
-
"name": "
|
|
5198
|
+
"name": "textFieldRendererStyles",
|
|
5345
5199
|
"declaration": {
|
|
5346
|
-
"name": "
|
|
5347
|
-
"module": "src/cell-renderers/
|
|
5200
|
+
"name": "textFieldRendererStyles",
|
|
5201
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5348
5202
|
}
|
|
5349
5203
|
},
|
|
5350
5204
|
{
|
|
5351
5205
|
"kind": "js",
|
|
5352
|
-
"name": "
|
|
5206
|
+
"name": "getTextFieldRendererTemplate",
|
|
5353
5207
|
"declaration": {
|
|
5354
|
-
"name": "
|
|
5355
|
-
"module": "src/cell-renderers/
|
|
5208
|
+
"name": "getTextFieldRendererTemplate",
|
|
5209
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5356
5210
|
}
|
|
5357
5211
|
},
|
|
5358
5212
|
{
|
|
5359
5213
|
"kind": "js",
|
|
5360
|
-
"name": "
|
|
5214
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5361
5215
|
"declaration": {
|
|
5362
|
-
"name": "
|
|
5363
|
-
"module": "src/cell-renderers/
|
|
5216
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5217
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5364
5218
|
}
|
|
5365
5219
|
}
|
|
5366
5220
|
]
|
|
5367
5221
|
},
|
|
5368
5222
|
{
|
|
5369
5223
|
"kind": "javascript-module",
|
|
5370
|
-
"path": "src/cell-renderers/
|
|
5224
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
5371
5225
|
"declarations": [
|
|
5372
5226
|
{
|
|
5373
5227
|
"kind": "class",
|
|
5374
|
-
"description": "
|
|
5375
|
-
"name": "
|
|
5228
|
+
"description": "",
|
|
5229
|
+
"name": "AgTextRenderer",
|
|
5230
|
+
"superclass": {
|
|
5231
|
+
"name": "AgTextFieldRenderer",
|
|
5232
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
5233
|
+
},
|
|
5234
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
5235
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
5236
|
+
"customElement": true,
|
|
5376
5237
|
"members": [
|
|
5377
5238
|
{
|
|
5378
5239
|
"kind": "field",
|
|
5379
|
-
"name": "
|
|
5240
|
+
"name": "textField",
|
|
5380
5241
|
"type": {
|
|
5381
|
-
"text": "
|
|
5242
|
+
"text": "TextField"
|
|
5382
5243
|
},
|
|
5383
|
-
"privacy": "public"
|
|
5244
|
+
"privacy": "public",
|
|
5245
|
+
"inheritedFrom": {
|
|
5246
|
+
"name": "AgTextFieldRenderer",
|
|
5247
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5248
|
+
}
|
|
5249
|
+
},
|
|
5250
|
+
{
|
|
5251
|
+
"kind": "field",
|
|
5252
|
+
"name": "textValue",
|
|
5253
|
+
"type": {
|
|
5254
|
+
"text": "string"
|
|
5255
|
+
},
|
|
5256
|
+
"default": "''",
|
|
5257
|
+
"inheritedFrom": {
|
|
5258
|
+
"name": "AgTextFieldRenderer",
|
|
5259
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5260
|
+
}
|
|
5261
|
+
},
|
|
5262
|
+
{
|
|
5263
|
+
"kind": "field",
|
|
5264
|
+
"name": "params",
|
|
5265
|
+
"type": {
|
|
5266
|
+
"text": "FuiCellRendererParams"
|
|
5267
|
+
},
|
|
5268
|
+
"privacy": "public",
|
|
5269
|
+
"inheritedFrom": {
|
|
5270
|
+
"name": "AgTextFieldRenderer",
|
|
5271
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5272
|
+
}
|
|
5384
5273
|
},
|
|
5385
5274
|
{
|
|
5386
5275
|
"kind": "method",
|
|
@@ -5390,10 +5279,14 @@
|
|
|
5390
5279
|
{
|
|
5391
5280
|
"name": "params",
|
|
5392
5281
|
"type": {
|
|
5393
|
-
"text": "
|
|
5282
|
+
"text": "FuiCellRendererParams"
|
|
5394
5283
|
}
|
|
5395
5284
|
}
|
|
5396
|
-
]
|
|
5285
|
+
],
|
|
5286
|
+
"inheritedFrom": {
|
|
5287
|
+
"name": "AgTextFieldRenderer",
|
|
5288
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5289
|
+
}
|
|
5397
5290
|
},
|
|
5398
5291
|
{
|
|
5399
5292
|
"kind": "method",
|
|
@@ -5403,6 +5296,19 @@
|
|
|
5403
5296
|
"type": {
|
|
5404
5297
|
"text": "HTMLElement"
|
|
5405
5298
|
}
|
|
5299
|
+
},
|
|
5300
|
+
"inheritedFrom": {
|
|
5301
|
+
"name": "AgTextFieldRenderer",
|
|
5302
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5303
|
+
}
|
|
5304
|
+
},
|
|
5305
|
+
{
|
|
5306
|
+
"kind": "method",
|
|
5307
|
+
"name": "destroy",
|
|
5308
|
+
"privacy": "public",
|
|
5309
|
+
"inheritedFrom": {
|
|
5310
|
+
"name": "AgTextFieldRenderer",
|
|
5311
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5406
5312
|
}
|
|
5407
5313
|
},
|
|
5408
5314
|
{
|
|
@@ -5413,10 +5319,49 @@
|
|
|
5413
5319
|
{
|
|
5414
5320
|
"name": "params",
|
|
5415
5321
|
"type": {
|
|
5416
|
-
"text": "
|
|
5322
|
+
"text": "FuiCellRendererParams"
|
|
5417
5323
|
}
|
|
5418
5324
|
}
|
|
5419
|
-
]
|
|
5325
|
+
],
|
|
5326
|
+
"inheritedFrom": {
|
|
5327
|
+
"name": "AgTextFieldRenderer",
|
|
5328
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5329
|
+
}
|
|
5330
|
+
},
|
|
5331
|
+
{
|
|
5332
|
+
"kind": "method",
|
|
5333
|
+
"name": "isDisabled",
|
|
5334
|
+
"privacy": "public",
|
|
5335
|
+
"return": {
|
|
5336
|
+
"type": {
|
|
5337
|
+
"text": "boolean"
|
|
5338
|
+
}
|
|
5339
|
+
},
|
|
5340
|
+
"parameters": [
|
|
5341
|
+
{
|
|
5342
|
+
"name": "data"
|
|
5343
|
+
}
|
|
5344
|
+
],
|
|
5345
|
+
"inheritedFrom": {
|
|
5346
|
+
"name": "AgTextFieldRenderer",
|
|
5347
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5348
|
+
}
|
|
5349
|
+
},
|
|
5350
|
+
{
|
|
5351
|
+
"kind": "field",
|
|
5352
|
+
"name": "textChanged",
|
|
5353
|
+
"privacy": "public",
|
|
5354
|
+
"description": "On text change handler",
|
|
5355
|
+
"parameters": [
|
|
5356
|
+
{
|
|
5357
|
+
"description": "CustomEvent",
|
|
5358
|
+
"name": "e"
|
|
5359
|
+
}
|
|
5360
|
+
],
|
|
5361
|
+
"inheritedFrom": {
|
|
5362
|
+
"name": "AgTextFieldRenderer",
|
|
5363
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5364
|
+
}
|
|
5420
5365
|
},
|
|
5421
5366
|
{
|
|
5422
5367
|
"kind": "field",
|
|
@@ -5529,138 +5474,120 @@
|
|
|
5529
5474
|
"module": "src/foundation-element/foundation-element.ts"
|
|
5530
5475
|
}
|
|
5531
5476
|
}
|
|
5532
|
-
]
|
|
5533
|
-
"superclass": {
|
|
5534
|
-
"name": "FoundationElement",
|
|
5535
|
-
"package": "@microsoft/fast-foundation"
|
|
5536
|
-
},
|
|
5537
|
-
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
5538
|
-
"customElement": true
|
|
5477
|
+
]
|
|
5539
5478
|
},
|
|
5540
5479
|
{
|
|
5541
5480
|
"kind": "variable",
|
|
5542
|
-
"name": "
|
|
5543
|
-
"
|
|
5544
|
-
"privacy": "public"
|
|
5481
|
+
"name": "textRendererStyles",
|
|
5482
|
+
"default": "textFieldRendererStyles",
|
|
5483
|
+
"privacy": "public",
|
|
5484
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
5545
5485
|
},
|
|
5546
5486
|
{
|
|
5547
|
-
"kind": "
|
|
5548
|
-
"name": "
|
|
5549
|
-
"
|
|
5550
|
-
|
|
5551
|
-
|
|
5552
|
-
|
|
5553
|
-
|
|
5554
|
-
"
|
|
5555
|
-
|
|
5556
|
-
|
|
5557
|
-
|
|
5558
|
-
|
|
5559
|
-
},
|
|
5560
|
-
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
5561
|
-
},
|
|
5562
|
-
{
|
|
5563
|
-
"name": "overrideDef",
|
|
5564
|
-
"default": "{}",
|
|
5565
|
-
"type": {
|
|
5566
|
-
"text": "ColDef"
|
|
5567
|
-
},
|
|
5568
|
-
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
5569
|
-
},
|
|
5570
|
-
{
|
|
5571
|
-
"name": "customActionsOpenerName",
|
|
5572
|
-
"default": "'⋮'",
|
|
5573
|
-
"type": {
|
|
5574
|
-
"text": "string"
|
|
5575
|
-
},
|
|
5576
|
-
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
5577
|
-
},
|
|
5578
|
-
{
|
|
5579
|
-
"name": "isVertical",
|
|
5580
|
-
"default": "false",
|
|
5581
|
-
"type": {
|
|
5582
|
-
"text": "boolean"
|
|
5583
|
-
},
|
|
5584
|
-
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
5585
|
-
},
|
|
5586
|
-
{
|
|
5587
|
-
"name": "buttonAppearance",
|
|
5588
|
-
"optional": true,
|
|
5589
|
-
"type": {
|
|
5590
|
-
"text": "string"
|
|
5591
|
-
},
|
|
5592
|
-
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
5593
|
-
}
|
|
5594
|
-
],
|
|
5595
|
-
"description": "Helper function to get ColDef https://www.ag-grid.com/javascript-data-grid/column-properties/ for Actions Menu Renderer.\nWill take the parameter values for a base ColDef and merge them with the overrideDef (if specified).",
|
|
5596
|
-
"privacy": "public"
|
|
5487
|
+
"kind": "variable",
|
|
5488
|
+
"name": "getTextRendererTemplate",
|
|
5489
|
+
"default": "getTextFieldRendererTemplate",
|
|
5490
|
+
"privacy": "public",
|
|
5491
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
5492
|
+
},
|
|
5493
|
+
{
|
|
5494
|
+
"kind": "variable",
|
|
5495
|
+
"name": "foundationAgTextRenderer",
|
|
5496
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
5497
|
+
"privacy": "public",
|
|
5498
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
5597
5499
|
}
|
|
5598
5500
|
],
|
|
5599
5501
|
"exports": [
|
|
5600
5502
|
{
|
|
5601
5503
|
"kind": "js",
|
|
5602
|
-
"name": "
|
|
5504
|
+
"name": "AgTextRenderer",
|
|
5603
5505
|
"declaration": {
|
|
5604
|
-
"name": "
|
|
5605
|
-
"module": "src/cell-renderers/
|
|
5506
|
+
"name": "AgTextRenderer",
|
|
5507
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5606
5508
|
}
|
|
5607
5509
|
},
|
|
5608
5510
|
{
|
|
5609
5511
|
"kind": "js",
|
|
5610
|
-
"name": "
|
|
5512
|
+
"name": "textRendererStyles",
|
|
5611
5513
|
"declaration": {
|
|
5612
|
-
"name": "
|
|
5613
|
-
"module": "src/cell-renderers/
|
|
5514
|
+
"name": "textRendererStyles",
|
|
5515
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5614
5516
|
}
|
|
5615
5517
|
},
|
|
5616
5518
|
{
|
|
5617
5519
|
"kind": "js",
|
|
5618
|
-
"name": "
|
|
5520
|
+
"name": "getTextRendererTemplate",
|
|
5619
5521
|
"declaration": {
|
|
5620
|
-
"name": "
|
|
5621
|
-
"module": "src/cell-renderers/
|
|
5522
|
+
"name": "getTextRendererTemplate",
|
|
5523
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5524
|
+
}
|
|
5525
|
+
},
|
|
5526
|
+
{
|
|
5527
|
+
"kind": "js",
|
|
5528
|
+
"name": "foundationAgTextRenderer",
|
|
5529
|
+
"declaration": {
|
|
5530
|
+
"name": "foundationAgTextRenderer",
|
|
5531
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5622
5532
|
}
|
|
5623
5533
|
}
|
|
5624
5534
|
]
|
|
5625
5535
|
},
|
|
5626
5536
|
{
|
|
5627
5537
|
"kind": "javascript-module",
|
|
5628
|
-
"path": "src/cell
|
|
5538
|
+
"path": "src/cell/cell.template.ts",
|
|
5539
|
+
"declarations": [
|
|
5540
|
+
{
|
|
5541
|
+
"kind": "variable",
|
|
5542
|
+
"name": "CellTemplate",
|
|
5543
|
+
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
5544
|
+
"description": "The Grid Pro Cell Template.",
|
|
5545
|
+
"privacy": "public"
|
|
5546
|
+
}
|
|
5547
|
+
],
|
|
5548
|
+
"exports": [
|
|
5549
|
+
{
|
|
5550
|
+
"kind": "js",
|
|
5551
|
+
"name": "CellTemplate",
|
|
5552
|
+
"declaration": {
|
|
5553
|
+
"name": "CellTemplate",
|
|
5554
|
+
"module": "src/cell/cell.template.ts"
|
|
5555
|
+
}
|
|
5556
|
+
}
|
|
5557
|
+
]
|
|
5558
|
+
},
|
|
5559
|
+
{
|
|
5560
|
+
"kind": "javascript-module",
|
|
5561
|
+
"path": "src/cell/cell.ts",
|
|
5629
5562
|
"declarations": [
|
|
5630
5563
|
{
|
|
5631
5564
|
"kind": "class",
|
|
5632
|
-
"description": "The
|
|
5633
|
-
"name": "
|
|
5565
|
+
"description": "The Grid Pro Cell element.",
|
|
5566
|
+
"name": "GridProCell",
|
|
5634
5567
|
"members": [
|
|
5635
5568
|
{
|
|
5636
5569
|
"kind": "field",
|
|
5637
|
-
"name": "
|
|
5570
|
+
"name": "renderer",
|
|
5638
5571
|
"type": {
|
|
5639
|
-
"text": "
|
|
5572
|
+
"text": "ICellRendererFunc"
|
|
5640
5573
|
},
|
|
5641
5574
|
"privacy": "public"
|
|
5642
5575
|
},
|
|
5643
5576
|
{
|
|
5644
5577
|
"kind": "field",
|
|
5645
|
-
"name": "
|
|
5578
|
+
"name": "rendererParams",
|
|
5646
5579
|
"type": {
|
|
5647
|
-
"text": "
|
|
5648
|
-
}
|
|
5580
|
+
"text": "ICellRendererParams"
|
|
5581
|
+
},
|
|
5582
|
+
"privacy": "public"
|
|
5649
5583
|
},
|
|
5650
5584
|
{
|
|
5651
|
-
"kind": "
|
|
5652
|
-
"name": "
|
|
5653
|
-
"
|
|
5654
|
-
|
|
5655
|
-
"type": {
|
|
5656
|
-
"text": "boolean"
|
|
5657
|
-
}
|
|
5585
|
+
"kind": "field",
|
|
5586
|
+
"name": "slottedRenderer",
|
|
5587
|
+
"type": {
|
|
5588
|
+
"text": "HTMLElement[]"
|
|
5658
5589
|
},
|
|
5659
|
-
"
|
|
5660
|
-
{
|
|
5661
|
-
"name": "data"
|
|
5662
|
-
}
|
|
5663
|
-
]
|
|
5590
|
+
"privacy": "public"
|
|
5664
5591
|
},
|
|
5665
5592
|
{
|
|
5666
5593
|
"kind": "method",
|
|
@@ -5705,11 +5632,8 @@
|
|
|
5705
5632
|
},
|
|
5706
5633
|
{
|
|
5707
5634
|
"kind": "method",
|
|
5708
|
-
"name": "
|
|
5709
|
-
|
|
5710
|
-
{
|
|
5711
|
-
"kind": "method",
|
|
5712
|
-
"name": "isCancelBeforeStart"
|
|
5635
|
+
"name": "slottedAgRendererChanged",
|
|
5636
|
+
"privacy": "public"
|
|
5713
5637
|
},
|
|
5714
5638
|
{
|
|
5715
5639
|
"kind": "field",
|
|
@@ -5827,92 +5751,105 @@
|
|
|
5827
5751
|
"name": "FoundationElement",
|
|
5828
5752
|
"package": "@microsoft/fast-foundation"
|
|
5829
5753
|
},
|
|
5830
|
-
"tagName": "
|
|
5754
|
+
"tagName": "grid-pro-cell",
|
|
5831
5755
|
"customElement": true
|
|
5832
|
-
},
|
|
5833
|
-
{
|
|
5834
|
-
"kind": "variable",
|
|
5835
|
-
"name": "agBooleanRendererStyles",
|
|
5836
|
-
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
5837
|
-
"description": "The AG Boolean Renderer Styles.",
|
|
5838
|
-
"privacy": "public"
|
|
5839
|
-
},
|
|
5840
|
-
{
|
|
5841
|
-
"kind": "function",
|
|
5842
|
-
"name": "getAgBooleanRendererTemplate",
|
|
5843
|
-
"parameters": [
|
|
5844
|
-
{
|
|
5845
|
-
"name": "designSystem",
|
|
5846
|
-
"default": "'foundation'",
|
|
5847
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5848
|
-
}
|
|
5849
|
-
],
|
|
5850
|
-
"description": "Get a Design System prefixed Checkbox template.",
|
|
5851
|
-
"return": {
|
|
5852
|
-
"type": {
|
|
5853
|
-
"text": ""
|
|
5854
|
-
}
|
|
5855
|
-
},
|
|
5856
|
-
"privacy": "public"
|
|
5857
|
-
},
|
|
5858
|
-
{
|
|
5859
|
-
"kind": "variable",
|
|
5860
|
-
"name": "foundationAgBooleanRenderer",
|
|
5861
|
-
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
5862
|
-
"privacy": "public"
|
|
5863
5756
|
}
|
|
5864
5757
|
],
|
|
5865
5758
|
"exports": [
|
|
5866
5759
|
{
|
|
5867
5760
|
"kind": "js",
|
|
5868
|
-
"name": "
|
|
5761
|
+
"name": "GridProCell",
|
|
5869
5762
|
"declaration": {
|
|
5870
|
-
"name": "
|
|
5871
|
-
"module": "src/cell
|
|
5763
|
+
"name": "GridProCell",
|
|
5764
|
+
"module": "src/cell/cell.ts"
|
|
5872
5765
|
}
|
|
5873
5766
|
},
|
|
5874
5767
|
{
|
|
5875
|
-
"kind": "
|
|
5876
|
-
"name": "
|
|
5768
|
+
"kind": "custom-element-definition",
|
|
5769
|
+
"name": "grid-pro-cell",
|
|
5877
5770
|
"declaration": {
|
|
5878
|
-
"name": "
|
|
5879
|
-
"module": "src/cell
|
|
5771
|
+
"name": "GridProCell",
|
|
5772
|
+
"module": "src/cell/cell.ts"
|
|
5880
5773
|
}
|
|
5881
|
-
}
|
|
5774
|
+
}
|
|
5775
|
+
]
|
|
5776
|
+
},
|
|
5777
|
+
{
|
|
5778
|
+
"kind": "javascript-module",
|
|
5779
|
+
"path": "src/cell/index.ts",
|
|
5780
|
+
"declarations": [],
|
|
5781
|
+
"exports": [
|
|
5882
5782
|
{
|
|
5883
5783
|
"kind": "js",
|
|
5884
|
-
"name": "
|
|
5784
|
+
"name": "*",
|
|
5885
5785
|
"declaration": {
|
|
5886
|
-
"name": "
|
|
5887
|
-
"
|
|
5786
|
+
"name": "*",
|
|
5787
|
+
"package": "./cell.template"
|
|
5888
5788
|
}
|
|
5889
5789
|
},
|
|
5890
5790
|
{
|
|
5891
5791
|
"kind": "js",
|
|
5892
|
-
"name": "
|
|
5792
|
+
"name": "*",
|
|
5893
5793
|
"declaration": {
|
|
5894
|
-
"name": "
|
|
5895
|
-
"
|
|
5794
|
+
"name": "*",
|
|
5795
|
+
"package": "./cell"
|
|
5896
5796
|
}
|
|
5897
5797
|
}
|
|
5898
5798
|
]
|
|
5899
5799
|
},
|
|
5900
5800
|
{
|
|
5901
5801
|
"kind": "javascript-module",
|
|
5902
|
-
"path": "src/cell-
|
|
5802
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
5903
5803
|
"declarations": [
|
|
5904
5804
|
{
|
|
5905
5805
|
"kind": "class",
|
|
5906
|
-
"description": "The AG
|
|
5907
|
-
"name": "
|
|
5806
|
+
"description": "The AG Date Editor element.",
|
|
5807
|
+
"name": "DateEditor",
|
|
5908
5808
|
"members": [
|
|
5909
5809
|
{
|
|
5910
5810
|
"kind": "field",
|
|
5911
|
-
"name": "
|
|
5811
|
+
"name": "value",
|
|
5812
|
+
"type": {
|
|
5813
|
+
"text": "number"
|
|
5814
|
+
},
|
|
5815
|
+
"privacy": "public"
|
|
5816
|
+
},
|
|
5817
|
+
{
|
|
5818
|
+
"kind": "field",
|
|
5819
|
+
"name": "actualWidth",
|
|
5820
|
+
"type": {
|
|
5821
|
+
"text": "number"
|
|
5822
|
+
},
|
|
5823
|
+
"privacy": "public"
|
|
5824
|
+
},
|
|
5825
|
+
{
|
|
5826
|
+
"kind": "field",
|
|
5827
|
+
"name": "params",
|
|
5828
|
+
"type": {
|
|
5829
|
+
"text": "DateEditorParams"
|
|
5830
|
+
}
|
|
5831
|
+
},
|
|
5832
|
+
{
|
|
5833
|
+
"kind": "field",
|
|
5834
|
+
"name": "dateFormat",
|
|
5912
5835
|
"type": {
|
|
5913
5836
|
"text": "string"
|
|
5914
5837
|
}
|
|
5915
5838
|
},
|
|
5839
|
+
{
|
|
5840
|
+
"kind": "field",
|
|
5841
|
+
"name": "input",
|
|
5842
|
+
"type": {
|
|
5843
|
+
"text": "any"
|
|
5844
|
+
}
|
|
5845
|
+
},
|
|
5846
|
+
{
|
|
5847
|
+
"kind": "field",
|
|
5848
|
+
"name": "inputType",
|
|
5849
|
+
"type": {
|
|
5850
|
+
"text": "'datetime-local' | 'date'"
|
|
5851
|
+
}
|
|
5852
|
+
},
|
|
5916
5853
|
{
|
|
5917
5854
|
"kind": "method",
|
|
5918
5855
|
"name": "init",
|
|
@@ -5921,7 +5858,7 @@
|
|
|
5921
5858
|
{
|
|
5922
5859
|
"name": "params",
|
|
5923
5860
|
"type": {
|
|
5924
|
-
"text": "
|
|
5861
|
+
"text": "DateEditorParams"
|
|
5925
5862
|
}
|
|
5926
5863
|
}
|
|
5927
5864
|
]
|
|
@@ -5940,15 +5877,50 @@
|
|
|
5940
5877
|
"kind": "method",
|
|
5941
5878
|
"name": "refresh",
|
|
5942
5879
|
"privacy": "public",
|
|
5880
|
+
"return": {
|
|
5881
|
+
"type": {
|
|
5882
|
+
"text": "boolean"
|
|
5883
|
+
}
|
|
5884
|
+
},
|
|
5943
5885
|
"parameters": [
|
|
5944
5886
|
{
|
|
5945
5887
|
"name": "params",
|
|
5946
5888
|
"type": {
|
|
5947
|
-
"text": "
|
|
5889
|
+
"text": "DateEditorParams"
|
|
5948
5890
|
}
|
|
5949
5891
|
}
|
|
5950
5892
|
]
|
|
5951
5893
|
},
|
|
5894
|
+
{
|
|
5895
|
+
"kind": "method",
|
|
5896
|
+
"name": "getValue"
|
|
5897
|
+
},
|
|
5898
|
+
{
|
|
5899
|
+
"kind": "method",
|
|
5900
|
+
"name": "isPopup",
|
|
5901
|
+
"return": {
|
|
5902
|
+
"type": {
|
|
5903
|
+
"text": "boolean"
|
|
5904
|
+
}
|
|
5905
|
+
}
|
|
5906
|
+
},
|
|
5907
|
+
{
|
|
5908
|
+
"kind": "method",
|
|
5909
|
+
"name": "changeHandler",
|
|
5910
|
+
"parameters": [
|
|
5911
|
+
{
|
|
5912
|
+
"name": "event"
|
|
5913
|
+
}
|
|
5914
|
+
]
|
|
5915
|
+
},
|
|
5916
|
+
{
|
|
5917
|
+
"kind": "method",
|
|
5918
|
+
"name": "afterGuiAttached"
|
|
5919
|
+
},
|
|
5920
|
+
{
|
|
5921
|
+
"kind": "method",
|
|
5922
|
+
"name": "isCancelBeforeStart"
|
|
5923
|
+
},
|
|
5952
5924
|
{
|
|
5953
5925
|
"kind": "field",
|
|
5954
5926
|
"name": "_presentation",
|
|
@@ -6065,27 +6037,27 @@
|
|
|
6065
6037
|
"name": "FoundationElement",
|
|
6066
6038
|
"package": "@microsoft/fast-foundation"
|
|
6067
6039
|
},
|
|
6068
|
-
"tagName": "%%prefix%%-
|
|
6040
|
+
"tagName": "%%prefix%%-date-editor",
|
|
6069
6041
|
"customElement": true
|
|
6070
6042
|
},
|
|
6071
6043
|
{
|
|
6072
6044
|
"kind": "variable",
|
|
6073
|
-
"name": "
|
|
6074
|
-
"default": "css`\n :host {\n display: flex;\n
|
|
6075
|
-
"description": "The AG
|
|
6045
|
+
"name": "agDateEditorStyles",
|
|
6046
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
6047
|
+
"description": "The AG Select Renderer Styles.",
|
|
6076
6048
|
"privacy": "public"
|
|
6077
6049
|
},
|
|
6078
6050
|
{
|
|
6079
6051
|
"kind": "function",
|
|
6080
|
-
"name": "
|
|
6052
|
+
"name": "getDateEditorTemplate",
|
|
6081
6053
|
"parameters": [
|
|
6082
6054
|
{
|
|
6083
|
-
"name": "
|
|
6055
|
+
"name": "prefix",
|
|
6084
6056
|
"default": "'foundation'",
|
|
6085
6057
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6086
6058
|
}
|
|
6087
6059
|
],
|
|
6088
|
-
"description": "Get a Design System prefixed
|
|
6060
|
+
"description": "Get a Design System prefixed Select template.",
|
|
6089
6061
|
"return": {
|
|
6090
6062
|
"type": {
|
|
6091
6063
|
"text": ""
|
|
@@ -6095,49 +6067,48 @@
|
|
|
6095
6067
|
},
|
|
6096
6068
|
{
|
|
6097
6069
|
"kind": "variable",
|
|
6098
|
-
"name": "
|
|
6099
|
-
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
6070
|
+
"name": "foundationDateEditor",
|
|
6100
6071
|
"privacy": "public"
|
|
6101
6072
|
}
|
|
6102
6073
|
],
|
|
6103
6074
|
"exports": [
|
|
6104
6075
|
{
|
|
6105
6076
|
"kind": "js",
|
|
6106
|
-
"name": "
|
|
6077
|
+
"name": "DateEditor",
|
|
6107
6078
|
"declaration": {
|
|
6108
|
-
"name": "
|
|
6109
|
-
"module": "src/cell-
|
|
6079
|
+
"name": "DateEditor",
|
|
6080
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6110
6081
|
}
|
|
6111
6082
|
},
|
|
6112
6083
|
{
|
|
6113
6084
|
"kind": "js",
|
|
6114
|
-
"name": "
|
|
6085
|
+
"name": "agDateEditorStyles",
|
|
6115
6086
|
"declaration": {
|
|
6116
|
-
"name": "
|
|
6117
|
-
"module": "src/cell-
|
|
6087
|
+
"name": "agDateEditorStyles",
|
|
6088
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6118
6089
|
}
|
|
6119
6090
|
},
|
|
6120
6091
|
{
|
|
6121
6092
|
"kind": "js",
|
|
6122
|
-
"name": "
|
|
6093
|
+
"name": "getDateEditorTemplate",
|
|
6123
6094
|
"declaration": {
|
|
6124
|
-
"name": "
|
|
6125
|
-
"module": "src/cell-
|
|
6095
|
+
"name": "getDateEditorTemplate",
|
|
6096
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6126
6097
|
}
|
|
6127
6098
|
},
|
|
6128
6099
|
{
|
|
6129
6100
|
"kind": "js",
|
|
6130
|
-
"name": "
|
|
6101
|
+
"name": "foundationDateEditor",
|
|
6131
6102
|
"declaration": {
|
|
6132
|
-
"name": "
|
|
6133
|
-
"module": "src/cell-
|
|
6103
|
+
"name": "foundationDateEditor",
|
|
6104
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6134
6105
|
}
|
|
6135
6106
|
}
|
|
6136
6107
|
]
|
|
6137
6108
|
},
|
|
6138
6109
|
{
|
|
6139
6110
|
"kind": "javascript-module",
|
|
6140
|
-
"path": "src/cell-
|
|
6111
|
+
"path": "src/cell-editors/index.ts",
|
|
6141
6112
|
"declarations": [],
|
|
6142
6113
|
"exports": [
|
|
6143
6114
|
{
|
|
@@ -6145,31 +6116,7 @@
|
|
|
6145
6116
|
"name": "*",
|
|
6146
6117
|
"declaration": {
|
|
6147
6118
|
"name": "*",
|
|
6148
|
-
"package": "./
|
|
6149
|
-
}
|
|
6150
|
-
},
|
|
6151
|
-
{
|
|
6152
|
-
"kind": "js",
|
|
6153
|
-
"name": "*",
|
|
6154
|
-
"declaration": {
|
|
6155
|
-
"name": "*",
|
|
6156
|
-
"package": "./actions-menu.renderer"
|
|
6157
|
-
}
|
|
6158
|
-
},
|
|
6159
|
-
{
|
|
6160
|
-
"kind": "js",
|
|
6161
|
-
"name": "*",
|
|
6162
|
-
"declaration": {
|
|
6163
|
-
"name": "*",
|
|
6164
|
-
"package": "./boolean.renderer"
|
|
6165
|
-
}
|
|
6166
|
-
},
|
|
6167
|
-
{
|
|
6168
|
-
"kind": "js",
|
|
6169
|
-
"name": "*",
|
|
6170
|
-
"declaration": {
|
|
6171
|
-
"name": "*",
|
|
6172
|
-
"package": "./editable.renderer"
|
|
6119
|
+
"package": "./date.editor"
|
|
6173
6120
|
}
|
|
6174
6121
|
},
|
|
6175
6122
|
{
|
|
@@ -6177,7 +6124,7 @@
|
|
|
6177
6124
|
"name": "*",
|
|
6178
6125
|
"declaration": {
|
|
6179
6126
|
"name": "*",
|
|
6180
|
-
"package": "./
|
|
6127
|
+
"package": "./multiselect.editor"
|
|
6181
6128
|
}
|
|
6182
6129
|
},
|
|
6183
6130
|
{
|
|
@@ -6185,7 +6132,7 @@
|
|
|
6185
6132
|
"name": "*",
|
|
6186
6133
|
"declaration": {
|
|
6187
6134
|
"name": "*",
|
|
6188
|
-
"package": "./
|
|
6135
|
+
"package": "./number.editor"
|
|
6189
6136
|
}
|
|
6190
6137
|
},
|
|
6191
6138
|
{
|
|
@@ -6193,7 +6140,7 @@
|
|
|
6193
6140
|
"name": "*",
|
|
6194
6141
|
"declaration": {
|
|
6195
6142
|
"name": "*",
|
|
6196
|
-
"package": "./
|
|
6143
|
+
"package": "./select.editor"
|
|
6197
6144
|
}
|
|
6198
6145
|
},
|
|
6199
6146
|
{
|
|
@@ -6201,33 +6148,33 @@
|
|
|
6201
6148
|
"name": "*",
|
|
6202
6149
|
"declaration": {
|
|
6203
6150
|
"name": "*",
|
|
6204
|
-
"package": "./
|
|
6151
|
+
"package": "./string.editor"
|
|
6205
6152
|
}
|
|
6206
6153
|
}
|
|
6207
6154
|
]
|
|
6208
6155
|
},
|
|
6209
6156
|
{
|
|
6210
6157
|
"kind": "javascript-module",
|
|
6211
|
-
"path": "src/cell-
|
|
6158
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
6212
6159
|
"declarations": [
|
|
6213
6160
|
{
|
|
6214
6161
|
"kind": "class",
|
|
6215
|
-
"description": "The AG
|
|
6216
|
-
"name": "
|
|
6162
|
+
"description": "The AG Multiselect Editor element.",
|
|
6163
|
+
"name": "MultiselectEditor",
|
|
6217
6164
|
"members": [
|
|
6218
6165
|
{
|
|
6219
6166
|
"kind": "field",
|
|
6220
6167
|
"name": "params",
|
|
6221
6168
|
"type": {
|
|
6222
|
-
"text": "
|
|
6169
|
+
"text": "MultiselectEditorParams"
|
|
6223
6170
|
},
|
|
6224
6171
|
"privacy": "public"
|
|
6225
6172
|
},
|
|
6226
6173
|
{
|
|
6227
6174
|
"kind": "field",
|
|
6228
|
-
"name": "
|
|
6175
|
+
"name": "selectedOptions",
|
|
6229
6176
|
"type": {
|
|
6230
|
-
"text": "
|
|
6177
|
+
"text": "any[]"
|
|
6231
6178
|
},
|
|
6232
6179
|
"privacy": "public"
|
|
6233
6180
|
},
|
|
@@ -6239,7 +6186,7 @@
|
|
|
6239
6186
|
{
|
|
6240
6187
|
"name": "params",
|
|
6241
6188
|
"type": {
|
|
6242
|
-
"text": "
|
|
6189
|
+
"text": "MultiselectEditorParams"
|
|
6243
6190
|
}
|
|
6244
6191
|
}
|
|
6245
6192
|
]
|
|
@@ -6277,31 +6224,37 @@
|
|
|
6277
6224
|
{
|
|
6278
6225
|
"name": "params",
|
|
6279
6226
|
"type": {
|
|
6280
|
-
"text": "
|
|
6227
|
+
"text": "MultiselectEditorParams"
|
|
6281
6228
|
}
|
|
6282
6229
|
}
|
|
6283
6230
|
]
|
|
6284
6231
|
},
|
|
6285
6232
|
{
|
|
6286
|
-
"kind": "
|
|
6287
|
-
"name": "
|
|
6288
|
-
"privacy": "public"
|
|
6233
|
+
"kind": "method",
|
|
6234
|
+
"name": "getValue"
|
|
6289
6235
|
},
|
|
6290
6236
|
{
|
|
6291
6237
|
"kind": "method",
|
|
6292
|
-
"name": "
|
|
6293
|
-
"privacy": "public",
|
|
6238
|
+
"name": "isPopup",
|
|
6294
6239
|
"return": {
|
|
6295
6240
|
"type": {
|
|
6296
6241
|
"text": "boolean"
|
|
6297
6242
|
}
|
|
6298
|
-
}
|
|
6243
|
+
}
|
|
6244
|
+
},
|
|
6245
|
+
{
|
|
6246
|
+
"kind": "method",
|
|
6247
|
+
"name": "changeHandler",
|
|
6299
6248
|
"parameters": [
|
|
6300
6249
|
{
|
|
6301
|
-
"name": "
|
|
6250
|
+
"name": "event"
|
|
6302
6251
|
}
|
|
6303
6252
|
]
|
|
6304
6253
|
},
|
|
6254
|
+
{
|
|
6255
|
+
"kind": "method",
|
|
6256
|
+
"name": "isCancelBeforeStart"
|
|
6257
|
+
},
|
|
6305
6258
|
{
|
|
6306
6259
|
"kind": "field",
|
|
6307
6260
|
"name": "_presentation",
|
|
@@ -6418,26 +6371,23 @@
|
|
|
6418
6371
|
"name": "FoundationElement",
|
|
6419
6372
|
"package": "@microsoft/fast-foundation"
|
|
6420
6373
|
},
|
|
6421
|
-
"tagName": "%%prefix%%-
|
|
6374
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
6422
6375
|
"customElement": true
|
|
6423
6376
|
},
|
|
6424
6377
|
{
|
|
6425
6378
|
"kind": "variable",
|
|
6426
|
-
"name": "
|
|
6427
|
-
"default": "css
|
|
6379
|
+
"name": "agMultiselectEditorStyles",
|
|
6380
|
+
"default": "css``",
|
|
6428
6381
|
"description": "The AG Select Renderer Styles.",
|
|
6429
6382
|
"privacy": "public"
|
|
6430
6383
|
},
|
|
6431
6384
|
{
|
|
6432
6385
|
"kind": "function",
|
|
6433
|
-
"name": "
|
|
6386
|
+
"name": "getMultiselectEditorTemplate",
|
|
6434
6387
|
"parameters": [
|
|
6435
6388
|
{
|
|
6436
6389
|
"name": "designSystem",
|
|
6437
6390
|
"default": "'foundation'",
|
|
6438
|
-
"type": {
|
|
6439
|
-
"text": "string"
|
|
6440
|
-
},
|
|
6441
6391
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6442
6392
|
}
|
|
6443
6393
|
],
|
|
@@ -6451,124 +6401,157 @@
|
|
|
6451
6401
|
},
|
|
6452
6402
|
{
|
|
6453
6403
|
"kind": "variable",
|
|
6454
|
-
"name": "
|
|
6455
|
-
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
6404
|
+
"name": "foundationMultiselectEditor",
|
|
6456
6405
|
"privacy": "public"
|
|
6457
6406
|
}
|
|
6458
6407
|
],
|
|
6459
6408
|
"exports": [
|
|
6460
6409
|
{
|
|
6461
6410
|
"kind": "js",
|
|
6462
|
-
"name": "
|
|
6411
|
+
"name": "MultiselectEditor",
|
|
6463
6412
|
"declaration": {
|
|
6464
|
-
"name": "
|
|
6465
|
-
"module": "src/cell-
|
|
6413
|
+
"name": "MultiselectEditor",
|
|
6414
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6466
6415
|
}
|
|
6467
6416
|
},
|
|
6468
6417
|
{
|
|
6469
6418
|
"kind": "js",
|
|
6470
|
-
"name": "
|
|
6419
|
+
"name": "agMultiselectEditorStyles",
|
|
6471
6420
|
"declaration": {
|
|
6472
|
-
"name": "
|
|
6473
|
-
"module": "src/cell-
|
|
6421
|
+
"name": "agMultiselectEditorStyles",
|
|
6422
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6474
6423
|
}
|
|
6475
6424
|
},
|
|
6476
6425
|
{
|
|
6477
6426
|
"kind": "js",
|
|
6478
|
-
"name": "
|
|
6427
|
+
"name": "getMultiselectEditorTemplate",
|
|
6479
6428
|
"declaration": {
|
|
6480
|
-
"name": "
|
|
6481
|
-
"module": "src/cell-
|
|
6429
|
+
"name": "getMultiselectEditorTemplate",
|
|
6430
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6482
6431
|
}
|
|
6483
6432
|
},
|
|
6484
6433
|
{
|
|
6485
6434
|
"kind": "js",
|
|
6486
|
-
"name": "
|
|
6435
|
+
"name": "foundationMultiselectEditor",
|
|
6487
6436
|
"declaration": {
|
|
6488
|
-
"name": "
|
|
6489
|
-
"module": "src/cell-
|
|
6437
|
+
"name": "foundationMultiselectEditor",
|
|
6438
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6490
6439
|
}
|
|
6491
6440
|
}
|
|
6492
6441
|
]
|
|
6493
6442
|
},
|
|
6494
6443
|
{
|
|
6495
6444
|
"kind": "javascript-module",
|
|
6496
|
-
"path": "src/cell-
|
|
6445
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
6497
6446
|
"declarations": [
|
|
6498
|
-
{
|
|
6499
|
-
"kind": "variable",
|
|
6500
|
-
"name": "agStatusPillRendererStyles",
|
|
6501
|
-
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
6502
|
-
"description": "The Status Pill Renderer Styles.",
|
|
6503
|
-
"privacy": "public"
|
|
6504
|
-
},
|
|
6505
|
-
{
|
|
6506
|
-
"kind": "function",
|
|
6507
|
-
"name": "getStatusPillRendererTemplate",
|
|
6508
|
-
"parameters": [
|
|
6509
|
-
{
|
|
6510
|
-
"name": "designSystem",
|
|
6511
|
-
"default": "'rapid'",
|
|
6512
|
-
"type": {
|
|
6513
|
-
"text": "string"
|
|
6514
|
-
},
|
|
6515
|
-
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
6516
|
-
}
|
|
6517
|
-
],
|
|
6518
|
-
"description": "Get a Design System prefixed Status Pill template.",
|
|
6519
|
-
"return": {
|
|
6520
|
-
"type": {
|
|
6521
|
-
"text": ""
|
|
6522
|
-
}
|
|
6523
|
-
},
|
|
6524
|
-
"privacy": "public"
|
|
6525
|
-
},
|
|
6526
6447
|
{
|
|
6527
6448
|
"kind": "class",
|
|
6528
|
-
"description": "The AG
|
|
6529
|
-
"name": "
|
|
6449
|
+
"description": "The AG Number Editor element.",
|
|
6450
|
+
"name": "NumberEditor",
|
|
6530
6451
|
"members": [
|
|
6531
6452
|
{
|
|
6532
6453
|
"kind": "field",
|
|
6533
6454
|
"name": "params",
|
|
6534
6455
|
"type": {
|
|
6535
|
-
"text": "
|
|
6536
|
-
}
|
|
6456
|
+
"text": "NumberEditorParams"
|
|
6457
|
+
},
|
|
6458
|
+
"privacy": "public"
|
|
6459
|
+
},
|
|
6460
|
+
{
|
|
6461
|
+
"kind": "field",
|
|
6462
|
+
"name": "value",
|
|
6463
|
+
"type": {
|
|
6464
|
+
"text": "number"
|
|
6465
|
+
},
|
|
6466
|
+
"privacy": "public"
|
|
6467
|
+
},
|
|
6468
|
+
{
|
|
6469
|
+
"kind": "field",
|
|
6470
|
+
"name": "actualWidth",
|
|
6471
|
+
"type": {
|
|
6472
|
+
"text": "number"
|
|
6473
|
+
},
|
|
6474
|
+
"privacy": "public"
|
|
6475
|
+
},
|
|
6476
|
+
{
|
|
6477
|
+
"kind": "field",
|
|
6478
|
+
"name": "input",
|
|
6479
|
+
"type": {
|
|
6480
|
+
"text": "any"
|
|
6481
|
+
},
|
|
6482
|
+
"privacy": "public"
|
|
6537
6483
|
},
|
|
6538
6484
|
{
|
|
6539
6485
|
"kind": "method",
|
|
6540
6486
|
"name": "init",
|
|
6487
|
+
"privacy": "public",
|
|
6541
6488
|
"parameters": [
|
|
6542
6489
|
{
|
|
6543
6490
|
"name": "params",
|
|
6544
6491
|
"type": {
|
|
6545
|
-
"text": "
|
|
6492
|
+
"text": "NumberEditorParams"
|
|
6546
6493
|
}
|
|
6547
6494
|
}
|
|
6548
6495
|
]
|
|
6549
6496
|
},
|
|
6550
6497
|
{
|
|
6551
6498
|
"kind": "method",
|
|
6552
|
-
"name": "getGui"
|
|
6499
|
+
"name": "getGui",
|
|
6500
|
+
"privacy": "public",
|
|
6501
|
+
"return": {
|
|
6502
|
+
"type": {
|
|
6503
|
+
"text": "HTMLElement"
|
|
6504
|
+
}
|
|
6505
|
+
}
|
|
6553
6506
|
},
|
|
6554
6507
|
{
|
|
6555
6508
|
"kind": "method",
|
|
6556
6509
|
"name": "refresh",
|
|
6510
|
+
"privacy": "public",
|
|
6511
|
+
"return": {
|
|
6512
|
+
"type": {
|
|
6513
|
+
"text": "boolean"
|
|
6514
|
+
}
|
|
6515
|
+
},
|
|
6557
6516
|
"parameters": [
|
|
6558
6517
|
{
|
|
6559
|
-
"name": "params"
|
|
6518
|
+
"name": "params",
|
|
6519
|
+
"type": {
|
|
6520
|
+
"text": "NumberEditorParams"
|
|
6521
|
+
}
|
|
6560
6522
|
}
|
|
6561
6523
|
]
|
|
6562
6524
|
},
|
|
6563
6525
|
{
|
|
6564
6526
|
"kind": "method",
|
|
6565
|
-
"name": "
|
|
6527
|
+
"name": "getValue"
|
|
6528
|
+
},
|
|
6529
|
+
{
|
|
6530
|
+
"kind": "method",
|
|
6531
|
+
"name": "isPopup",
|
|
6566
6532
|
"return": {
|
|
6567
6533
|
"type": {
|
|
6568
|
-
"text": "
|
|
6534
|
+
"text": "boolean"
|
|
6569
6535
|
}
|
|
6570
6536
|
}
|
|
6571
6537
|
},
|
|
6538
|
+
{
|
|
6539
|
+
"kind": "method",
|
|
6540
|
+
"name": "afterGuiAttached"
|
|
6541
|
+
},
|
|
6542
|
+
{
|
|
6543
|
+
"kind": "method",
|
|
6544
|
+
"name": "changeHandler",
|
|
6545
|
+
"parameters": [
|
|
6546
|
+
{
|
|
6547
|
+
"name": "event"
|
|
6548
|
+
}
|
|
6549
|
+
]
|
|
6550
|
+
},
|
|
6551
|
+
{
|
|
6552
|
+
"kind": "method",
|
|
6553
|
+
"name": "isCancelBeforeStart"
|
|
6554
|
+
},
|
|
6572
6555
|
{
|
|
6573
6556
|
"kind": "field",
|
|
6574
6557
|
"name": "_presentation",
|
|
@@ -6685,81 +6668,113 @@
|
|
|
6685
6668
|
"name": "FoundationElement",
|
|
6686
6669
|
"package": "@microsoft/fast-foundation"
|
|
6687
6670
|
},
|
|
6688
|
-
"tagName": "%%prefix%%-
|
|
6671
|
+
"tagName": "%%prefix%%-number-editor",
|
|
6689
6672
|
"customElement": true
|
|
6690
6673
|
},
|
|
6691
6674
|
{
|
|
6692
6675
|
"kind": "variable",
|
|
6693
|
-
"name": "
|
|
6694
|
-
"
|
|
6676
|
+
"name": "agNumberEditorStyles",
|
|
6677
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
6678
|
+
"description": "The AG Number Editor Styles.",
|
|
6679
|
+
"privacy": "public"
|
|
6680
|
+
},
|
|
6681
|
+
{
|
|
6682
|
+
"kind": "function",
|
|
6683
|
+
"name": "getNumberEditorTemplate",
|
|
6684
|
+
"parameters": [
|
|
6685
|
+
{
|
|
6686
|
+
"name": "designSystem",
|
|
6687
|
+
"default": "'foundation'",
|
|
6688
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6689
|
+
}
|
|
6690
|
+
],
|
|
6691
|
+
"description": "Get a Design System prefixed Select template.",
|
|
6692
|
+
"return": {
|
|
6693
|
+
"type": {
|
|
6694
|
+
"text": ""
|
|
6695
|
+
}
|
|
6696
|
+
},
|
|
6697
|
+
"privacy": "public"
|
|
6698
|
+
},
|
|
6699
|
+
{
|
|
6700
|
+
"kind": "variable",
|
|
6701
|
+
"name": "foundationNumberEditor",
|
|
6695
6702
|
"privacy": "public"
|
|
6696
6703
|
}
|
|
6697
6704
|
],
|
|
6698
6705
|
"exports": [
|
|
6699
6706
|
{
|
|
6700
6707
|
"kind": "js",
|
|
6701
|
-
"name": "
|
|
6708
|
+
"name": "NumberEditor",
|
|
6702
6709
|
"declaration": {
|
|
6703
|
-
"name": "
|
|
6704
|
-
"module": "src/cell-
|
|
6710
|
+
"name": "NumberEditor",
|
|
6711
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
6705
6712
|
}
|
|
6706
6713
|
},
|
|
6707
6714
|
{
|
|
6708
6715
|
"kind": "js",
|
|
6709
|
-
"name": "
|
|
6716
|
+
"name": "agNumberEditorStyles",
|
|
6710
6717
|
"declaration": {
|
|
6711
|
-
"name": "
|
|
6712
|
-
"module": "src/cell-
|
|
6718
|
+
"name": "agNumberEditorStyles",
|
|
6719
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
6713
6720
|
}
|
|
6714
6721
|
},
|
|
6715
6722
|
{
|
|
6716
6723
|
"kind": "js",
|
|
6717
|
-
"name": "
|
|
6724
|
+
"name": "getNumberEditorTemplate",
|
|
6718
6725
|
"declaration": {
|
|
6719
|
-
"name": "
|
|
6720
|
-
"module": "src/cell-
|
|
6726
|
+
"name": "getNumberEditorTemplate",
|
|
6727
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
6721
6728
|
}
|
|
6722
6729
|
},
|
|
6723
6730
|
{
|
|
6724
6731
|
"kind": "js",
|
|
6725
|
-
"name": "
|
|
6732
|
+
"name": "foundationNumberEditor",
|
|
6726
6733
|
"declaration": {
|
|
6727
|
-
"name": "
|
|
6728
|
-
"module": "src/cell-
|
|
6734
|
+
"name": "foundationNumberEditor",
|
|
6735
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
6729
6736
|
}
|
|
6730
6737
|
}
|
|
6731
6738
|
]
|
|
6732
6739
|
},
|
|
6733
6740
|
{
|
|
6734
6741
|
"kind": "javascript-module",
|
|
6735
|
-
"path": "src/cell-
|
|
6742
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
6736
6743
|
"declarations": [
|
|
6737
6744
|
{
|
|
6738
6745
|
"kind": "class",
|
|
6739
|
-
"description": "The AG
|
|
6740
|
-
"name": "
|
|
6746
|
+
"description": "The AG Select Editor element.",
|
|
6747
|
+
"name": "SelectEditor",
|
|
6741
6748
|
"members": [
|
|
6742
6749
|
{
|
|
6743
6750
|
"kind": "field",
|
|
6744
|
-
"name": "
|
|
6751
|
+
"name": "params",
|
|
6745
6752
|
"type": {
|
|
6746
|
-
"text": "
|
|
6753
|
+
"text": "SelectEditorParams"
|
|
6747
6754
|
},
|
|
6748
6755
|
"privacy": "public"
|
|
6749
6756
|
},
|
|
6750
6757
|
{
|
|
6751
6758
|
"kind": "field",
|
|
6752
|
-
"name": "
|
|
6759
|
+
"name": "value",
|
|
6753
6760
|
"type": {
|
|
6754
6761
|
"text": "string"
|
|
6755
6762
|
},
|
|
6756
|
-
"
|
|
6763
|
+
"privacy": "public"
|
|
6757
6764
|
},
|
|
6758
6765
|
{
|
|
6759
6766
|
"kind": "field",
|
|
6760
|
-
"name": "
|
|
6767
|
+
"name": "actualWidth",
|
|
6761
6768
|
"type": {
|
|
6762
|
-
"text": "
|
|
6769
|
+
"text": "number"
|
|
6770
|
+
},
|
|
6771
|
+
"privacy": "public"
|
|
6772
|
+
},
|
|
6773
|
+
{
|
|
6774
|
+
"kind": "field",
|
|
6775
|
+
"name": "combobox",
|
|
6776
|
+
"type": {
|
|
6777
|
+
"text": "any"
|
|
6763
6778
|
},
|
|
6764
6779
|
"privacy": "public"
|
|
6765
6780
|
},
|
|
@@ -6771,7 +6786,7 @@
|
|
|
6771
6786
|
{
|
|
6772
6787
|
"name": "params",
|
|
6773
6788
|
"type": {
|
|
6774
|
-
"text": "
|
|
6789
|
+
"text": "SelectEditorParams"
|
|
6775
6790
|
}
|
|
6776
6791
|
}
|
|
6777
6792
|
]
|
|
@@ -6786,51 +6801,54 @@
|
|
|
6786
6801
|
}
|
|
6787
6802
|
}
|
|
6788
6803
|
},
|
|
6789
|
-
{
|
|
6790
|
-
"kind": "method",
|
|
6791
|
-
"name": "destroy",
|
|
6792
|
-
"privacy": "public"
|
|
6793
|
-
},
|
|
6794
6804
|
{
|
|
6795
6805
|
"kind": "method",
|
|
6796
6806
|
"name": "refresh",
|
|
6797
6807
|
"privacy": "public",
|
|
6808
|
+
"return": {
|
|
6809
|
+
"type": {
|
|
6810
|
+
"text": "boolean"
|
|
6811
|
+
}
|
|
6812
|
+
},
|
|
6798
6813
|
"parameters": [
|
|
6799
6814
|
{
|
|
6800
6815
|
"name": "params",
|
|
6801
6816
|
"type": {
|
|
6802
|
-
"text": "
|
|
6817
|
+
"text": "SelectEditorParams"
|
|
6803
6818
|
}
|
|
6804
6819
|
}
|
|
6805
6820
|
]
|
|
6806
6821
|
},
|
|
6807
6822
|
{
|
|
6808
6823
|
"kind": "method",
|
|
6809
|
-
"name": "
|
|
6810
|
-
|
|
6824
|
+
"name": "getValue"
|
|
6825
|
+
},
|
|
6826
|
+
{
|
|
6827
|
+
"kind": "method",
|
|
6828
|
+
"name": "isPopup",
|
|
6811
6829
|
"return": {
|
|
6812
6830
|
"type": {
|
|
6813
6831
|
"text": "boolean"
|
|
6814
6832
|
}
|
|
6815
|
-
}
|
|
6816
|
-
"parameters": [
|
|
6817
|
-
{
|
|
6818
|
-
"name": "data"
|
|
6819
|
-
}
|
|
6820
|
-
]
|
|
6833
|
+
}
|
|
6821
6834
|
},
|
|
6822
6835
|
{
|
|
6823
|
-
"kind": "
|
|
6824
|
-
"name": "
|
|
6825
|
-
|
|
6826
|
-
|
|
6836
|
+
"kind": "method",
|
|
6837
|
+
"name": "afterGuiAttached"
|
|
6838
|
+
},
|
|
6839
|
+
{
|
|
6840
|
+
"kind": "method",
|
|
6841
|
+
"name": "changeHandler",
|
|
6827
6842
|
"parameters": [
|
|
6828
6843
|
{
|
|
6829
|
-
"
|
|
6830
|
-
"name": "e"
|
|
6844
|
+
"name": "event"
|
|
6831
6845
|
}
|
|
6832
6846
|
]
|
|
6833
6847
|
},
|
|
6848
|
+
{
|
|
6849
|
+
"kind": "method",
|
|
6850
|
+
"name": "isCancelBeforeStart"
|
|
6851
|
+
},
|
|
6834
6852
|
{
|
|
6835
6853
|
"kind": "field",
|
|
6836
6854
|
"name": "_presentation",
|
|
@@ -6947,19 +6965,19 @@
|
|
|
6947
6965
|
"name": "FoundationElement",
|
|
6948
6966
|
"package": "@microsoft/fast-foundation"
|
|
6949
6967
|
},
|
|
6950
|
-
"tagName": "%%prefix%%-
|
|
6968
|
+
"tagName": "%%prefix%%-select-editor",
|
|
6951
6969
|
"customElement": true
|
|
6952
6970
|
},
|
|
6953
6971
|
{
|
|
6954
6972
|
"kind": "variable",
|
|
6955
|
-
"name": "
|
|
6956
|
-
"default": "css
|
|
6957
|
-
"description": "The AG
|
|
6973
|
+
"name": "agSelectEditorStyles",
|
|
6974
|
+
"default": "css``",
|
|
6975
|
+
"description": "The AG Select Renderer Styles.",
|
|
6958
6976
|
"privacy": "public"
|
|
6959
6977
|
},
|
|
6960
6978
|
{
|
|
6961
6979
|
"kind": "function",
|
|
6962
|
-
"name": "
|
|
6980
|
+
"name": "getSelectEditorTemplate",
|
|
6963
6981
|
"parameters": [
|
|
6964
6982
|
{
|
|
6965
6983
|
"name": "designSystem",
|
|
@@ -6967,7 +6985,7 @@
|
|
|
6967
6985
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6968
6986
|
}
|
|
6969
6987
|
],
|
|
6970
|
-
"description": "Get a Design System prefixed
|
|
6988
|
+
"description": "Get a Design System prefixed Select template.",
|
|
6971
6989
|
"return": {
|
|
6972
6990
|
"type": {
|
|
6973
6991
|
"text": ""
|
|
@@ -6977,97 +6995,85 @@
|
|
|
6977
6995
|
},
|
|
6978
6996
|
{
|
|
6979
6997
|
"kind": "variable",
|
|
6980
|
-
"name": "
|
|
6981
|
-
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
6998
|
+
"name": "foundationSelectEditor",
|
|
6982
6999
|
"privacy": "public"
|
|
6983
7000
|
}
|
|
6984
7001
|
],
|
|
6985
7002
|
"exports": [
|
|
6986
7003
|
{
|
|
6987
7004
|
"kind": "js",
|
|
6988
|
-
"name": "
|
|
7005
|
+
"name": "SelectEditor",
|
|
6989
7006
|
"declaration": {
|
|
6990
|
-
"name": "
|
|
6991
|
-
"module": "src/cell-
|
|
7007
|
+
"name": "SelectEditor",
|
|
7008
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
6992
7009
|
}
|
|
6993
7010
|
},
|
|
6994
7011
|
{
|
|
6995
7012
|
"kind": "js",
|
|
6996
|
-
"name": "
|
|
7013
|
+
"name": "agSelectEditorStyles",
|
|
6997
7014
|
"declaration": {
|
|
6998
|
-
"name": "
|
|
6999
|
-
"module": "src/cell-
|
|
7015
|
+
"name": "agSelectEditorStyles",
|
|
7016
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7000
7017
|
}
|
|
7001
7018
|
},
|
|
7002
7019
|
{
|
|
7003
7020
|
"kind": "js",
|
|
7004
|
-
"name": "
|
|
7021
|
+
"name": "getSelectEditorTemplate",
|
|
7005
7022
|
"declaration": {
|
|
7006
|
-
"name": "
|
|
7007
|
-
"module": "src/cell-
|
|
7023
|
+
"name": "getSelectEditorTemplate",
|
|
7024
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7008
7025
|
}
|
|
7009
7026
|
},
|
|
7010
7027
|
{
|
|
7011
7028
|
"kind": "js",
|
|
7012
|
-
"name": "
|
|
7029
|
+
"name": "foundationSelectEditor",
|
|
7013
7030
|
"declaration": {
|
|
7014
|
-
"name": "
|
|
7015
|
-
"module": "src/cell-
|
|
7031
|
+
"name": "foundationSelectEditor",
|
|
7032
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7016
7033
|
}
|
|
7017
7034
|
}
|
|
7018
7035
|
]
|
|
7019
7036
|
},
|
|
7020
7037
|
{
|
|
7021
7038
|
"kind": "javascript-module",
|
|
7022
|
-
"path": "src/cell-
|
|
7039
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
7023
7040
|
"declarations": [
|
|
7024
7041
|
{
|
|
7025
7042
|
"kind": "class",
|
|
7026
|
-
"description": "",
|
|
7027
|
-
"name": "
|
|
7028
|
-
"superclass": {
|
|
7029
|
-
"name": "AgTextFieldRenderer",
|
|
7030
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
7031
|
-
},
|
|
7032
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7033
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7034
|
-
"customElement": true,
|
|
7043
|
+
"description": "The AG String Editor element.",
|
|
7044
|
+
"name": "StringEditor",
|
|
7035
7045
|
"members": [
|
|
7036
7046
|
{
|
|
7037
7047
|
"kind": "field",
|
|
7038
|
-
"name": "
|
|
7048
|
+
"name": "params",
|
|
7039
7049
|
"type": {
|
|
7040
|
-
"text": "
|
|
7050
|
+
"text": "StringEditorParams"
|
|
7041
7051
|
},
|
|
7042
|
-
"privacy": "public"
|
|
7043
|
-
"inheritedFrom": {
|
|
7044
|
-
"name": "AgTextFieldRenderer",
|
|
7045
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7046
|
-
}
|
|
7052
|
+
"privacy": "public"
|
|
7047
7053
|
},
|
|
7048
7054
|
{
|
|
7049
7055
|
"kind": "field",
|
|
7050
|
-
"name": "
|
|
7056
|
+
"name": "value",
|
|
7051
7057
|
"type": {
|
|
7052
7058
|
"text": "string"
|
|
7053
7059
|
},
|
|
7054
|
-
"
|
|
7055
|
-
"inheritedFrom": {
|
|
7056
|
-
"name": "AgTextFieldRenderer",
|
|
7057
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7058
|
-
}
|
|
7060
|
+
"privacy": "public"
|
|
7059
7061
|
},
|
|
7060
7062
|
{
|
|
7061
7063
|
"kind": "field",
|
|
7062
|
-
"name": "
|
|
7064
|
+
"name": "actualWidth",
|
|
7063
7065
|
"type": {
|
|
7064
|
-
"text": "
|
|
7066
|
+
"text": "number"
|
|
7065
7067
|
},
|
|
7066
|
-
"privacy": "public"
|
|
7067
|
-
|
|
7068
|
-
|
|
7069
|
-
|
|
7070
|
-
|
|
7068
|
+
"privacy": "public"
|
|
7069
|
+
},
|
|
7070
|
+
{
|
|
7071
|
+
"kind": "field",
|
|
7072
|
+
"name": "input",
|
|
7073
|
+
"type": {
|
|
7074
|
+
"text": "any"
|
|
7075
|
+
},
|
|
7076
|
+
"privacy": "public"
|
|
7071
7077
|
},
|
|
7072
7078
|
{
|
|
7073
7079
|
"kind": "method",
|
|
@@ -7077,14 +7083,10 @@
|
|
|
7077
7083
|
{
|
|
7078
7084
|
"name": "params",
|
|
7079
7085
|
"type": {
|
|
7080
|
-
"text": "
|
|
7086
|
+
"text": "StringEditorParams"
|
|
7081
7087
|
}
|
|
7082
7088
|
}
|
|
7083
|
-
]
|
|
7084
|
-
"inheritedFrom": {
|
|
7085
|
-
"name": "AgTextFieldRenderer",
|
|
7086
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7087
|
-
}
|
|
7089
|
+
]
|
|
7088
7090
|
},
|
|
7089
7091
|
{
|
|
7090
7092
|
"kind": "method",
|
|
@@ -7094,72 +7096,55 @@
|
|
|
7094
7096
|
"type": {
|
|
7095
7097
|
"text": "HTMLElement"
|
|
7096
7098
|
}
|
|
7097
|
-
},
|
|
7098
|
-
"inheritedFrom": {
|
|
7099
|
-
"name": "AgTextFieldRenderer",
|
|
7100
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7101
|
-
}
|
|
7102
|
-
},
|
|
7103
|
-
{
|
|
7104
|
-
"kind": "method",
|
|
7105
|
-
"name": "destroy",
|
|
7106
|
-
"privacy": "public",
|
|
7107
|
-
"inheritedFrom": {
|
|
7108
|
-
"name": "AgTextFieldRenderer",
|
|
7109
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7110
7099
|
}
|
|
7111
7100
|
},
|
|
7112
7101
|
{
|
|
7113
7102
|
"kind": "method",
|
|
7114
7103
|
"name": "refresh",
|
|
7115
7104
|
"privacy": "public",
|
|
7105
|
+
"return": {
|
|
7106
|
+
"type": {
|
|
7107
|
+
"text": "boolean"
|
|
7108
|
+
}
|
|
7109
|
+
},
|
|
7116
7110
|
"parameters": [
|
|
7117
7111
|
{
|
|
7118
7112
|
"name": "params",
|
|
7119
7113
|
"type": {
|
|
7120
|
-
"text": "
|
|
7114
|
+
"text": "StringEditorParams"
|
|
7121
7115
|
}
|
|
7122
7116
|
}
|
|
7123
|
-
]
|
|
7124
|
-
"inheritedFrom": {
|
|
7125
|
-
"name": "AgTextFieldRenderer",
|
|
7126
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7127
|
-
}
|
|
7117
|
+
]
|
|
7128
7118
|
},
|
|
7129
7119
|
{
|
|
7130
7120
|
"kind": "method",
|
|
7131
|
-
"name": "
|
|
7132
|
-
|
|
7121
|
+
"name": "getValue"
|
|
7122
|
+
},
|
|
7123
|
+
{
|
|
7124
|
+
"kind": "method",
|
|
7125
|
+
"name": "isPopup",
|
|
7133
7126
|
"return": {
|
|
7134
7127
|
"type": {
|
|
7135
7128
|
"text": "boolean"
|
|
7136
7129
|
}
|
|
7137
|
-
},
|
|
7138
|
-
"parameters": [
|
|
7139
|
-
{
|
|
7140
|
-
"name": "data"
|
|
7141
|
-
}
|
|
7142
|
-
],
|
|
7143
|
-
"inheritedFrom": {
|
|
7144
|
-
"name": "AgTextFieldRenderer",
|
|
7145
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7146
7130
|
}
|
|
7147
7131
|
},
|
|
7148
7132
|
{
|
|
7149
|
-
"kind": "
|
|
7150
|
-
"name": "
|
|
7151
|
-
|
|
7152
|
-
|
|
7133
|
+
"kind": "method",
|
|
7134
|
+
"name": "afterGuiAttached"
|
|
7135
|
+
},
|
|
7136
|
+
{
|
|
7137
|
+
"kind": "method",
|
|
7138
|
+
"name": "changeHandler",
|
|
7153
7139
|
"parameters": [
|
|
7154
7140
|
{
|
|
7155
|
-
"
|
|
7156
|
-
"name": "e"
|
|
7141
|
+
"name": "event"
|
|
7157
7142
|
}
|
|
7158
|
-
]
|
|
7159
|
-
|
|
7160
|
-
|
|
7161
|
-
|
|
7162
|
-
|
|
7143
|
+
]
|
|
7144
|
+
},
|
|
7145
|
+
{
|
|
7146
|
+
"kind": "method",
|
|
7147
|
+
"name": "isCancelBeforeStart"
|
|
7163
7148
|
},
|
|
7164
7149
|
{
|
|
7165
7150
|
"kind": "field",
|
|
@@ -7272,61 +7257,76 @@
|
|
|
7272
7257
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7273
7258
|
}
|
|
7274
7259
|
}
|
|
7275
|
-
]
|
|
7260
|
+
],
|
|
7261
|
+
"superclass": {
|
|
7262
|
+
"name": "FoundationElement",
|
|
7263
|
+
"package": "@microsoft/fast-foundation"
|
|
7264
|
+
},
|
|
7265
|
+
"tagName": "%%prefix%%-string-editor",
|
|
7266
|
+
"customElement": true
|
|
7276
7267
|
},
|
|
7277
7268
|
{
|
|
7278
7269
|
"kind": "variable",
|
|
7279
|
-
"name": "
|
|
7280
|
-
"default": "
|
|
7281
|
-
"
|
|
7282
|
-
"
|
|
7270
|
+
"name": "agStringEditorStyles",
|
|
7271
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
7272
|
+
"description": "The AG String Renderer Styles.",
|
|
7273
|
+
"privacy": "public"
|
|
7283
7274
|
},
|
|
7284
7275
|
{
|
|
7285
|
-
"kind": "
|
|
7286
|
-
"name": "
|
|
7287
|
-
"
|
|
7288
|
-
|
|
7289
|
-
|
|
7276
|
+
"kind": "function",
|
|
7277
|
+
"name": "getStringEditorTemplate",
|
|
7278
|
+
"parameters": [
|
|
7279
|
+
{
|
|
7280
|
+
"name": "designSystem",
|
|
7281
|
+
"default": "'foundation'",
|
|
7282
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7283
|
+
}
|
|
7284
|
+
],
|
|
7285
|
+
"description": "Get a Design System prefixed String template.",
|
|
7286
|
+
"return": {
|
|
7287
|
+
"type": {
|
|
7288
|
+
"text": ""
|
|
7289
|
+
}
|
|
7290
|
+
},
|
|
7291
|
+
"privacy": "public"
|
|
7290
7292
|
},
|
|
7291
7293
|
{
|
|
7292
7294
|
"kind": "variable",
|
|
7293
|
-
"name": "
|
|
7294
|
-
"
|
|
7295
|
-
"privacy": "public",
|
|
7296
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7295
|
+
"name": "foundationStringEditor",
|
|
7296
|
+
"privacy": "public"
|
|
7297
7297
|
}
|
|
7298
7298
|
],
|
|
7299
7299
|
"exports": [
|
|
7300
7300
|
{
|
|
7301
7301
|
"kind": "js",
|
|
7302
|
-
"name": "
|
|
7302
|
+
"name": "StringEditor",
|
|
7303
7303
|
"declaration": {
|
|
7304
|
-
"name": "
|
|
7305
|
-
"module": "src/cell-
|
|
7304
|
+
"name": "StringEditor",
|
|
7305
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7306
7306
|
}
|
|
7307
7307
|
},
|
|
7308
7308
|
{
|
|
7309
7309
|
"kind": "js",
|
|
7310
|
-
"name": "
|
|
7310
|
+
"name": "agStringEditorStyles",
|
|
7311
7311
|
"declaration": {
|
|
7312
|
-
"name": "
|
|
7313
|
-
"module": "src/cell-
|
|
7312
|
+
"name": "agStringEditorStyles",
|
|
7313
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7314
7314
|
}
|
|
7315
7315
|
},
|
|
7316
7316
|
{
|
|
7317
7317
|
"kind": "js",
|
|
7318
|
-
"name": "
|
|
7318
|
+
"name": "getStringEditorTemplate",
|
|
7319
7319
|
"declaration": {
|
|
7320
|
-
"name": "
|
|
7321
|
-
"module": "src/cell-
|
|
7320
|
+
"name": "getStringEditorTemplate",
|
|
7321
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7322
7322
|
}
|
|
7323
7323
|
},
|
|
7324
7324
|
{
|
|
7325
7325
|
"kind": "js",
|
|
7326
|
-
"name": "
|
|
7326
|
+
"name": "foundationStringEditor",
|
|
7327
7327
|
"declaration": {
|
|
7328
|
-
"name": "
|
|
7329
|
-
"module": "src/cell-
|
|
7328
|
+
"name": "foundationStringEditor",
|
|
7329
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7330
7330
|
}
|
|
7331
7331
|
}
|
|
7332
7332
|
]
|