@genesislcap/grid-pro 15.10.3 → 15.10.4
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 +1218 -1218
- package/dist/dts/react.d.ts +13 -13
- package/dist/react.cjs +9 -9
- package/dist/react.mjs +7 -7
- package/package.json +14 -14
|
@@ -3474,56 +3474,59 @@
|
|
|
3474
3474
|
},
|
|
3475
3475
|
{
|
|
3476
3476
|
"kind": "javascript-module",
|
|
3477
|
-
"path": "src/cell
|
|
3477
|
+
"path": "src/cell/cell.template.ts",
|
|
3478
|
+
"declarations": [
|
|
3479
|
+
{
|
|
3480
|
+
"kind": "variable",
|
|
3481
|
+
"name": "CellTemplate",
|
|
3482
|
+
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
3483
|
+
"description": "The Grid Pro Cell Template.",
|
|
3484
|
+
"privacy": "public"
|
|
3485
|
+
}
|
|
3486
|
+
],
|
|
3487
|
+
"exports": [
|
|
3488
|
+
{
|
|
3489
|
+
"kind": "js",
|
|
3490
|
+
"name": "CellTemplate",
|
|
3491
|
+
"declaration": {
|
|
3492
|
+
"name": "CellTemplate",
|
|
3493
|
+
"module": "src/cell/cell.template.ts"
|
|
3494
|
+
}
|
|
3495
|
+
}
|
|
3496
|
+
]
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
"kind": "javascript-module",
|
|
3500
|
+
"path": "src/cell/cell.ts",
|
|
3478
3501
|
"declarations": [
|
|
3479
3502
|
{
|
|
3480
3503
|
"kind": "class",
|
|
3481
|
-
"description": "The
|
|
3482
|
-
"name": "
|
|
3504
|
+
"description": "The Grid Pro Cell element.",
|
|
3505
|
+
"name": "GridProCell",
|
|
3483
3506
|
"members": [
|
|
3484
3507
|
{
|
|
3485
3508
|
"kind": "field",
|
|
3486
|
-
"name": "
|
|
3509
|
+
"name": "renderer",
|
|
3487
3510
|
"type": {
|
|
3488
|
-
"text": "
|
|
3511
|
+
"text": "ICellRendererFunc"
|
|
3489
3512
|
},
|
|
3490
3513
|
"privacy": "public"
|
|
3491
3514
|
},
|
|
3492
3515
|
{
|
|
3493
3516
|
"kind": "field",
|
|
3494
|
-
"name": "
|
|
3517
|
+
"name": "rendererParams",
|
|
3495
3518
|
"type": {
|
|
3496
|
-
"text": "
|
|
3519
|
+
"text": "ICellRendererParams"
|
|
3497
3520
|
},
|
|
3498
3521
|
"privacy": "public"
|
|
3499
3522
|
},
|
|
3500
3523
|
{
|
|
3501
3524
|
"kind": "field",
|
|
3502
|
-
"name": "
|
|
3503
|
-
"type": {
|
|
3504
|
-
"text": "DateEditorParams"
|
|
3505
|
-
}
|
|
3506
|
-
},
|
|
3507
|
-
{
|
|
3508
|
-
"kind": "field",
|
|
3509
|
-
"name": "dateFormat",
|
|
3510
|
-
"type": {
|
|
3511
|
-
"text": "string"
|
|
3512
|
-
}
|
|
3513
|
-
},
|
|
3514
|
-
{
|
|
3515
|
-
"kind": "field",
|
|
3516
|
-
"name": "input",
|
|
3517
|
-
"type": {
|
|
3518
|
-
"text": "any"
|
|
3519
|
-
}
|
|
3520
|
-
},
|
|
3521
|
-
{
|
|
3522
|
-
"kind": "field",
|
|
3523
|
-
"name": "inputType",
|
|
3525
|
+
"name": "slottedRenderer",
|
|
3524
3526
|
"type": {
|
|
3525
|
-
"text": "
|
|
3526
|
-
}
|
|
3527
|
+
"text": "HTMLElement[]"
|
|
3528
|
+
},
|
|
3529
|
+
"privacy": "public"
|
|
3527
3530
|
},
|
|
3528
3531
|
{
|
|
3529
3532
|
"kind": "method",
|
|
@@ -3533,7 +3536,7 @@
|
|
|
3533
3536
|
{
|
|
3534
3537
|
"name": "params",
|
|
3535
3538
|
"type": {
|
|
3536
|
-
"text": "
|
|
3539
|
+
"text": "ICellRendererParams"
|
|
3537
3540
|
}
|
|
3538
3541
|
}
|
|
3539
3542
|
]
|
|
@@ -3548,53 +3551,28 @@
|
|
|
3548
3551
|
}
|
|
3549
3552
|
}
|
|
3550
3553
|
},
|
|
3554
|
+
{
|
|
3555
|
+
"kind": "method",
|
|
3556
|
+
"name": "destroy",
|
|
3557
|
+
"privacy": "public"
|
|
3558
|
+
},
|
|
3551
3559
|
{
|
|
3552
3560
|
"kind": "method",
|
|
3553
3561
|
"name": "refresh",
|
|
3554
3562
|
"privacy": "public",
|
|
3555
|
-
"return": {
|
|
3556
|
-
"type": {
|
|
3557
|
-
"text": "boolean"
|
|
3558
|
-
}
|
|
3559
|
-
},
|
|
3560
3563
|
"parameters": [
|
|
3561
3564
|
{
|
|
3562
3565
|
"name": "params",
|
|
3563
3566
|
"type": {
|
|
3564
|
-
"text": "
|
|
3567
|
+
"text": "ICellRendererParams"
|
|
3565
3568
|
}
|
|
3566
3569
|
}
|
|
3567
3570
|
]
|
|
3568
3571
|
},
|
|
3569
3572
|
{
|
|
3570
3573
|
"kind": "method",
|
|
3571
|
-
"name": "
|
|
3572
|
-
|
|
3573
|
-
{
|
|
3574
|
-
"kind": "method",
|
|
3575
|
-
"name": "isPopup",
|
|
3576
|
-
"return": {
|
|
3577
|
-
"type": {
|
|
3578
|
-
"text": "boolean"
|
|
3579
|
-
}
|
|
3580
|
-
}
|
|
3581
|
-
},
|
|
3582
|
-
{
|
|
3583
|
-
"kind": "method",
|
|
3584
|
-
"name": "changeHandler",
|
|
3585
|
-
"parameters": [
|
|
3586
|
-
{
|
|
3587
|
-
"name": "event"
|
|
3588
|
-
}
|
|
3589
|
-
]
|
|
3590
|
-
},
|
|
3591
|
-
{
|
|
3592
|
-
"kind": "method",
|
|
3593
|
-
"name": "afterGuiAttached"
|
|
3594
|
-
},
|
|
3595
|
-
{
|
|
3596
|
-
"kind": "method",
|
|
3597
|
-
"name": "isCancelBeforeStart"
|
|
3574
|
+
"name": "slottedAgRendererChanged",
|
|
3575
|
+
"privacy": "public"
|
|
3598
3576
|
},
|
|
3599
3577
|
{
|
|
3600
3578
|
"kind": "field",
|
|
@@ -3712,78 +3690,32 @@
|
|
|
3712
3690
|
"name": "FoundationElement",
|
|
3713
3691
|
"package": "@microsoft/fast-foundation"
|
|
3714
3692
|
},
|
|
3715
|
-
"tagName": "
|
|
3693
|
+
"tagName": "grid-pro-cell",
|
|
3716
3694
|
"customElement": true
|
|
3717
|
-
},
|
|
3718
|
-
{
|
|
3719
|
-
"kind": "variable",
|
|
3720
|
-
"name": "agDateEditorStyles",
|
|
3721
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3722
|
-
"description": "The AG Select Renderer Styles.",
|
|
3723
|
-
"privacy": "public"
|
|
3724
|
-
},
|
|
3725
|
-
{
|
|
3726
|
-
"kind": "function",
|
|
3727
|
-
"name": "getDateEditorTemplate",
|
|
3728
|
-
"parameters": [
|
|
3729
|
-
{
|
|
3730
|
-
"name": "prefix",
|
|
3731
|
-
"default": "'foundation'",
|
|
3732
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3733
|
-
}
|
|
3734
|
-
],
|
|
3735
|
-
"description": "Get a Design System prefixed Select template.",
|
|
3736
|
-
"return": {
|
|
3737
|
-
"type": {
|
|
3738
|
-
"text": ""
|
|
3739
|
-
}
|
|
3740
|
-
},
|
|
3741
|
-
"privacy": "public"
|
|
3742
|
-
},
|
|
3743
|
-
{
|
|
3744
|
-
"kind": "variable",
|
|
3745
|
-
"name": "foundationDateEditor",
|
|
3746
|
-
"privacy": "public"
|
|
3747
3695
|
}
|
|
3748
3696
|
],
|
|
3749
3697
|
"exports": [
|
|
3750
3698
|
{
|
|
3751
3699
|
"kind": "js",
|
|
3752
|
-
"name": "
|
|
3753
|
-
"declaration": {
|
|
3754
|
-
"name": "DateEditor",
|
|
3755
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3756
|
-
}
|
|
3757
|
-
},
|
|
3758
|
-
{
|
|
3759
|
-
"kind": "js",
|
|
3760
|
-
"name": "agDateEditorStyles",
|
|
3761
|
-
"declaration": {
|
|
3762
|
-
"name": "agDateEditorStyles",
|
|
3763
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3764
|
-
}
|
|
3765
|
-
},
|
|
3766
|
-
{
|
|
3767
|
-
"kind": "js",
|
|
3768
|
-
"name": "getDateEditorTemplate",
|
|
3700
|
+
"name": "GridProCell",
|
|
3769
3701
|
"declaration": {
|
|
3770
|
-
"name": "
|
|
3771
|
-
"module": "src/cell
|
|
3702
|
+
"name": "GridProCell",
|
|
3703
|
+
"module": "src/cell/cell.ts"
|
|
3772
3704
|
}
|
|
3773
3705
|
},
|
|
3774
3706
|
{
|
|
3775
|
-
"kind": "
|
|
3776
|
-
"name": "
|
|
3707
|
+
"kind": "custom-element-definition",
|
|
3708
|
+
"name": "grid-pro-cell",
|
|
3777
3709
|
"declaration": {
|
|
3778
|
-
"name": "
|
|
3779
|
-
"module": "src/cell
|
|
3710
|
+
"name": "GridProCell",
|
|
3711
|
+
"module": "src/cell/cell.ts"
|
|
3780
3712
|
}
|
|
3781
3713
|
}
|
|
3782
3714
|
]
|
|
3783
3715
|
},
|
|
3784
3716
|
{
|
|
3785
3717
|
"kind": "javascript-module",
|
|
3786
|
-
"path": "src/cell
|
|
3718
|
+
"path": "src/cell/index.ts",
|
|
3787
3719
|
"declarations": [],
|
|
3788
3720
|
"exports": [
|
|
3789
3721
|
{
|
|
@@ -3791,31 +3723,7 @@
|
|
|
3791
3723
|
"name": "*",
|
|
3792
3724
|
"declaration": {
|
|
3793
3725
|
"name": "*",
|
|
3794
|
-
"package": "./
|
|
3795
|
-
}
|
|
3796
|
-
},
|
|
3797
|
-
{
|
|
3798
|
-
"kind": "js",
|
|
3799
|
-
"name": "*",
|
|
3800
|
-
"declaration": {
|
|
3801
|
-
"name": "*",
|
|
3802
|
-
"package": "./multiselect.editor"
|
|
3803
|
-
}
|
|
3804
|
-
},
|
|
3805
|
-
{
|
|
3806
|
-
"kind": "js",
|
|
3807
|
-
"name": "*",
|
|
3808
|
-
"declaration": {
|
|
3809
|
-
"name": "*",
|
|
3810
|
-
"package": "./number.editor"
|
|
3811
|
-
}
|
|
3812
|
-
},
|
|
3813
|
-
{
|
|
3814
|
-
"kind": "js",
|
|
3815
|
-
"name": "*",
|
|
3816
|
-
"declaration": {
|
|
3817
|
-
"name": "*",
|
|
3818
|
-
"package": "./select.editor"
|
|
3726
|
+
"package": "./cell.template"
|
|
3819
3727
|
}
|
|
3820
3728
|
},
|
|
3821
3729
|
{
|
|
@@ -3823,36 +3731,64 @@
|
|
|
3823
3731
|
"name": "*",
|
|
3824
3732
|
"declaration": {
|
|
3825
3733
|
"name": "*",
|
|
3826
|
-
"package": "./
|
|
3734
|
+
"package": "./cell"
|
|
3827
3735
|
}
|
|
3828
3736
|
}
|
|
3829
3737
|
]
|
|
3830
3738
|
},
|
|
3831
3739
|
{
|
|
3832
3740
|
"kind": "javascript-module",
|
|
3833
|
-
"path": "src/cell-editors/
|
|
3741
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
3834
3742
|
"declarations": [
|
|
3835
3743
|
{
|
|
3836
3744
|
"kind": "class",
|
|
3837
|
-
"description": "The AG
|
|
3838
|
-
"name": "
|
|
3745
|
+
"description": "The AG Date Editor element.",
|
|
3746
|
+
"name": "DateEditor",
|
|
3839
3747
|
"members": [
|
|
3840
3748
|
{
|
|
3841
3749
|
"kind": "field",
|
|
3842
|
-
"name": "
|
|
3750
|
+
"name": "value",
|
|
3843
3751
|
"type": {
|
|
3844
|
-
"text": "
|
|
3752
|
+
"text": "number"
|
|
3845
3753
|
},
|
|
3846
3754
|
"privacy": "public"
|
|
3847
3755
|
},
|
|
3848
3756
|
{
|
|
3849
3757
|
"kind": "field",
|
|
3850
|
-
"name": "
|
|
3758
|
+
"name": "actualWidth",
|
|
3851
3759
|
"type": {
|
|
3852
|
-
"text": "
|
|
3760
|
+
"text": "number"
|
|
3853
3761
|
},
|
|
3854
3762
|
"privacy": "public"
|
|
3855
3763
|
},
|
|
3764
|
+
{
|
|
3765
|
+
"kind": "field",
|
|
3766
|
+
"name": "params",
|
|
3767
|
+
"type": {
|
|
3768
|
+
"text": "DateEditorParams"
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"kind": "field",
|
|
3773
|
+
"name": "dateFormat",
|
|
3774
|
+
"type": {
|
|
3775
|
+
"text": "string"
|
|
3776
|
+
}
|
|
3777
|
+
},
|
|
3778
|
+
{
|
|
3779
|
+
"kind": "field",
|
|
3780
|
+
"name": "input",
|
|
3781
|
+
"type": {
|
|
3782
|
+
"text": "any"
|
|
3783
|
+
}
|
|
3784
|
+
},
|
|
3785
|
+
{
|
|
3786
|
+
"kind": "field",
|
|
3787
|
+
"name": "inputType",
|
|
3788
|
+
"type": {
|
|
3789
|
+
"text": "'datetime-local' | 'date'"
|
|
3790
|
+
}
|
|
3791
|
+
},
|
|
3856
3792
|
{
|
|
3857
3793
|
"kind": "method",
|
|
3858
3794
|
"name": "init",
|
|
@@ -3861,7 +3797,7 @@
|
|
|
3861
3797
|
{
|
|
3862
3798
|
"name": "params",
|
|
3863
3799
|
"type": {
|
|
3864
|
-
"text": "
|
|
3800
|
+
"text": "DateEditorParams"
|
|
3865
3801
|
}
|
|
3866
3802
|
}
|
|
3867
3803
|
]
|
|
@@ -3876,16 +3812,6 @@
|
|
|
3876
3812
|
}
|
|
3877
3813
|
}
|
|
3878
3814
|
},
|
|
3879
|
-
{
|
|
3880
|
-
"kind": "method",
|
|
3881
|
-
"name": "destroy",
|
|
3882
|
-
"privacy": "public",
|
|
3883
|
-
"return": {
|
|
3884
|
-
"type": {
|
|
3885
|
-
"text": "void"
|
|
3886
|
-
}
|
|
3887
|
-
}
|
|
3888
|
-
},
|
|
3889
3815
|
{
|
|
3890
3816
|
"kind": "method",
|
|
3891
3817
|
"name": "refresh",
|
|
@@ -3899,7 +3825,7 @@
|
|
|
3899
3825
|
{
|
|
3900
3826
|
"name": "params",
|
|
3901
3827
|
"type": {
|
|
3902
|
-
"text": "
|
|
3828
|
+
"text": "DateEditorParams"
|
|
3903
3829
|
}
|
|
3904
3830
|
}
|
|
3905
3831
|
]
|
|
@@ -3926,6 +3852,10 @@
|
|
|
3926
3852
|
}
|
|
3927
3853
|
]
|
|
3928
3854
|
},
|
|
3855
|
+
{
|
|
3856
|
+
"kind": "method",
|
|
3857
|
+
"name": "afterGuiAttached"
|
|
3858
|
+
},
|
|
3929
3859
|
{
|
|
3930
3860
|
"kind": "method",
|
|
3931
3861
|
"name": "isCancelBeforeStart"
|
|
@@ -4046,22 +3976,22 @@
|
|
|
4046
3976
|
"name": "FoundationElement",
|
|
4047
3977
|
"package": "@microsoft/fast-foundation"
|
|
4048
3978
|
},
|
|
4049
|
-
"tagName": "%%prefix%%-
|
|
3979
|
+
"tagName": "%%prefix%%-date-editor",
|
|
4050
3980
|
"customElement": true
|
|
4051
3981
|
},
|
|
4052
3982
|
{
|
|
4053
3983
|
"kind": "variable",
|
|
4054
|
-
"name": "
|
|
4055
|
-
"default": "css
|
|
3984
|
+
"name": "agDateEditorStyles",
|
|
3985
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4056
3986
|
"description": "The AG Select Renderer Styles.",
|
|
4057
3987
|
"privacy": "public"
|
|
4058
3988
|
},
|
|
4059
3989
|
{
|
|
4060
3990
|
"kind": "function",
|
|
4061
|
-
"name": "
|
|
3991
|
+
"name": "getDateEditorTemplate",
|
|
4062
3992
|
"parameters": [
|
|
4063
3993
|
{
|
|
4064
|
-
"name": "
|
|
3994
|
+
"name": "prefix",
|
|
4065
3995
|
"default": "'foundation'",
|
|
4066
3996
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4067
3997
|
}
|
|
@@ -4076,83 +4006,114 @@
|
|
|
4076
4006
|
},
|
|
4077
4007
|
{
|
|
4078
4008
|
"kind": "variable",
|
|
4079
|
-
"name": "
|
|
4009
|
+
"name": "foundationDateEditor",
|
|
4080
4010
|
"privacy": "public"
|
|
4081
4011
|
}
|
|
4082
4012
|
],
|
|
4083
4013
|
"exports": [
|
|
4084
4014
|
{
|
|
4085
4015
|
"kind": "js",
|
|
4086
|
-
"name": "
|
|
4016
|
+
"name": "DateEditor",
|
|
4087
4017
|
"declaration": {
|
|
4088
|
-
"name": "
|
|
4089
|
-
"module": "src/cell-editors/
|
|
4018
|
+
"name": "DateEditor",
|
|
4019
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4090
4020
|
}
|
|
4091
4021
|
},
|
|
4092
4022
|
{
|
|
4093
4023
|
"kind": "js",
|
|
4094
|
-
"name": "
|
|
4024
|
+
"name": "agDateEditorStyles",
|
|
4095
4025
|
"declaration": {
|
|
4096
|
-
"name": "
|
|
4097
|
-
"module": "src/cell-editors/
|
|
4026
|
+
"name": "agDateEditorStyles",
|
|
4027
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4098
4028
|
}
|
|
4099
4029
|
},
|
|
4100
4030
|
{
|
|
4101
4031
|
"kind": "js",
|
|
4102
|
-
"name": "
|
|
4032
|
+
"name": "getDateEditorTemplate",
|
|
4103
4033
|
"declaration": {
|
|
4104
|
-
"name": "
|
|
4105
|
-
"module": "src/cell-editors/
|
|
4034
|
+
"name": "getDateEditorTemplate",
|
|
4035
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4106
4036
|
}
|
|
4107
4037
|
},
|
|
4108
4038
|
{
|
|
4109
4039
|
"kind": "js",
|
|
4110
|
-
"name": "
|
|
4040
|
+
"name": "foundationDateEditor",
|
|
4111
4041
|
"declaration": {
|
|
4112
|
-
"name": "
|
|
4113
|
-
"module": "src/cell-editors/
|
|
4042
|
+
"name": "foundationDateEditor",
|
|
4043
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4114
4044
|
}
|
|
4115
4045
|
}
|
|
4116
4046
|
]
|
|
4117
4047
|
},
|
|
4118
4048
|
{
|
|
4119
4049
|
"kind": "javascript-module",
|
|
4120
|
-
"path": "src/cell-editors/
|
|
4050
|
+
"path": "src/cell-editors/index.ts",
|
|
4051
|
+
"declarations": [],
|
|
4052
|
+
"exports": [
|
|
4053
|
+
{
|
|
4054
|
+
"kind": "js",
|
|
4055
|
+
"name": "*",
|
|
4056
|
+
"declaration": {
|
|
4057
|
+
"name": "*",
|
|
4058
|
+
"package": "./date.editor"
|
|
4059
|
+
}
|
|
4060
|
+
},
|
|
4061
|
+
{
|
|
4062
|
+
"kind": "js",
|
|
4063
|
+
"name": "*",
|
|
4064
|
+
"declaration": {
|
|
4065
|
+
"name": "*",
|
|
4066
|
+
"package": "./multiselect.editor"
|
|
4067
|
+
}
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
"kind": "js",
|
|
4071
|
+
"name": "*",
|
|
4072
|
+
"declaration": {
|
|
4073
|
+
"name": "*",
|
|
4074
|
+
"package": "./number.editor"
|
|
4075
|
+
}
|
|
4076
|
+
},
|
|
4077
|
+
{
|
|
4078
|
+
"kind": "js",
|
|
4079
|
+
"name": "*",
|
|
4080
|
+
"declaration": {
|
|
4081
|
+
"name": "*",
|
|
4082
|
+
"package": "./select.editor"
|
|
4083
|
+
}
|
|
4084
|
+
},
|
|
4085
|
+
{
|
|
4086
|
+
"kind": "js",
|
|
4087
|
+
"name": "*",
|
|
4088
|
+
"declaration": {
|
|
4089
|
+
"name": "*",
|
|
4090
|
+
"package": "./string.editor"
|
|
4091
|
+
}
|
|
4092
|
+
}
|
|
4093
|
+
]
|
|
4094
|
+
},
|
|
4095
|
+
{
|
|
4096
|
+
"kind": "javascript-module",
|
|
4097
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
4121
4098
|
"declarations": [
|
|
4122
4099
|
{
|
|
4123
4100
|
"kind": "class",
|
|
4124
|
-
"description": "The AG
|
|
4125
|
-
"name": "
|
|
4101
|
+
"description": "The AG Multiselect Editor element.",
|
|
4102
|
+
"name": "MultiselectEditor",
|
|
4126
4103
|
"members": [
|
|
4127
4104
|
{
|
|
4128
4105
|
"kind": "field",
|
|
4129
4106
|
"name": "params",
|
|
4130
4107
|
"type": {
|
|
4131
|
-
"text": "
|
|
4132
|
-
},
|
|
4133
|
-
"privacy": "public"
|
|
4134
|
-
},
|
|
4135
|
-
{
|
|
4136
|
-
"kind": "field",
|
|
4137
|
-
"name": "value",
|
|
4138
|
-
"type": {
|
|
4139
|
-
"text": "number"
|
|
4140
|
-
},
|
|
4141
|
-
"privacy": "public"
|
|
4142
|
-
},
|
|
4143
|
-
{
|
|
4144
|
-
"kind": "field",
|
|
4145
|
-
"name": "actualWidth",
|
|
4146
|
-
"type": {
|
|
4147
|
-
"text": "number"
|
|
4108
|
+
"text": "MultiselectEditorParams"
|
|
4148
4109
|
},
|
|
4149
4110
|
"privacy": "public"
|
|
4150
4111
|
},
|
|
4151
4112
|
{
|
|
4152
4113
|
"kind": "field",
|
|
4153
|
-
"name": "
|
|
4114
|
+
"name": "selectedOptions",
|
|
4154
4115
|
"type": {
|
|
4155
|
-
"text": "any"
|
|
4116
|
+
"text": "any[]"
|
|
4156
4117
|
},
|
|
4157
4118
|
"privacy": "public"
|
|
4158
4119
|
},
|
|
@@ -4164,7 +4125,7 @@
|
|
|
4164
4125
|
{
|
|
4165
4126
|
"name": "params",
|
|
4166
4127
|
"type": {
|
|
4167
|
-
"text": "
|
|
4128
|
+
"text": "MultiselectEditorParams"
|
|
4168
4129
|
}
|
|
4169
4130
|
}
|
|
4170
4131
|
]
|
|
@@ -4179,6 +4140,16 @@
|
|
|
4179
4140
|
}
|
|
4180
4141
|
}
|
|
4181
4142
|
},
|
|
4143
|
+
{
|
|
4144
|
+
"kind": "method",
|
|
4145
|
+
"name": "destroy",
|
|
4146
|
+
"privacy": "public",
|
|
4147
|
+
"return": {
|
|
4148
|
+
"type": {
|
|
4149
|
+
"text": "void"
|
|
4150
|
+
}
|
|
4151
|
+
}
|
|
4152
|
+
},
|
|
4182
4153
|
{
|
|
4183
4154
|
"kind": "method",
|
|
4184
4155
|
"name": "refresh",
|
|
@@ -4192,7 +4163,7 @@
|
|
|
4192
4163
|
{
|
|
4193
4164
|
"name": "params",
|
|
4194
4165
|
"type": {
|
|
4195
|
-
"text": "
|
|
4166
|
+
"text": "MultiselectEditorParams"
|
|
4196
4167
|
}
|
|
4197
4168
|
}
|
|
4198
4169
|
]
|
|
@@ -4210,10 +4181,6 @@
|
|
|
4210
4181
|
}
|
|
4211
4182
|
}
|
|
4212
4183
|
},
|
|
4213
|
-
{
|
|
4214
|
-
"kind": "method",
|
|
4215
|
-
"name": "afterGuiAttached"
|
|
4216
|
-
},
|
|
4217
4184
|
{
|
|
4218
4185
|
"kind": "method",
|
|
4219
4186
|
"name": "changeHandler",
|
|
@@ -4343,19 +4310,19 @@
|
|
|
4343
4310
|
"name": "FoundationElement",
|
|
4344
4311
|
"package": "@microsoft/fast-foundation"
|
|
4345
4312
|
},
|
|
4346
|
-
"tagName": "%%prefix%%-
|
|
4313
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
4347
4314
|
"customElement": true
|
|
4348
4315
|
},
|
|
4349
4316
|
{
|
|
4350
4317
|
"kind": "variable",
|
|
4351
|
-
"name": "
|
|
4352
|
-
"default": "css
|
|
4353
|
-
"description": "The AG
|
|
4318
|
+
"name": "agMultiselectEditorStyles",
|
|
4319
|
+
"default": "css``",
|
|
4320
|
+
"description": "The AG Select Renderer Styles.",
|
|
4354
4321
|
"privacy": "public"
|
|
4355
4322
|
},
|
|
4356
4323
|
{
|
|
4357
4324
|
"kind": "function",
|
|
4358
|
-
"name": "
|
|
4325
|
+
"name": "getMultiselectEditorTemplate",
|
|
4359
4326
|
"parameters": [
|
|
4360
4327
|
{
|
|
4361
4328
|
"name": "designSystem",
|
|
@@ -4373,59 +4340,59 @@
|
|
|
4373
4340
|
},
|
|
4374
4341
|
{
|
|
4375
4342
|
"kind": "variable",
|
|
4376
|
-
"name": "
|
|
4343
|
+
"name": "foundationMultiselectEditor",
|
|
4377
4344
|
"privacy": "public"
|
|
4378
4345
|
}
|
|
4379
4346
|
],
|
|
4380
4347
|
"exports": [
|
|
4381
4348
|
{
|
|
4382
4349
|
"kind": "js",
|
|
4383
|
-
"name": "
|
|
4350
|
+
"name": "MultiselectEditor",
|
|
4384
4351
|
"declaration": {
|
|
4385
|
-
"name": "
|
|
4386
|
-
"module": "src/cell-editors/
|
|
4352
|
+
"name": "MultiselectEditor",
|
|
4353
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4387
4354
|
}
|
|
4388
4355
|
},
|
|
4389
4356
|
{
|
|
4390
4357
|
"kind": "js",
|
|
4391
|
-
"name": "
|
|
4358
|
+
"name": "agMultiselectEditorStyles",
|
|
4392
4359
|
"declaration": {
|
|
4393
|
-
"name": "
|
|
4394
|
-
"module": "src/cell-editors/
|
|
4360
|
+
"name": "agMultiselectEditorStyles",
|
|
4361
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4395
4362
|
}
|
|
4396
4363
|
},
|
|
4397
4364
|
{
|
|
4398
4365
|
"kind": "js",
|
|
4399
|
-
"name": "
|
|
4366
|
+
"name": "getMultiselectEditorTemplate",
|
|
4400
4367
|
"declaration": {
|
|
4401
|
-
"name": "
|
|
4402
|
-
"module": "src/cell-editors/
|
|
4368
|
+
"name": "getMultiselectEditorTemplate",
|
|
4369
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4403
4370
|
}
|
|
4404
4371
|
},
|
|
4405
4372
|
{
|
|
4406
4373
|
"kind": "js",
|
|
4407
|
-
"name": "
|
|
4374
|
+
"name": "foundationMultiselectEditor",
|
|
4408
4375
|
"declaration": {
|
|
4409
|
-
"name": "
|
|
4410
|
-
"module": "src/cell-editors/
|
|
4376
|
+
"name": "foundationMultiselectEditor",
|
|
4377
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4411
4378
|
}
|
|
4412
4379
|
}
|
|
4413
4380
|
]
|
|
4414
4381
|
},
|
|
4415
4382
|
{
|
|
4416
4383
|
"kind": "javascript-module",
|
|
4417
|
-
"path": "src/cell-editors/
|
|
4384
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
4418
4385
|
"declarations": [
|
|
4419
4386
|
{
|
|
4420
4387
|
"kind": "class",
|
|
4421
|
-
"description": "The AG
|
|
4422
|
-
"name": "
|
|
4388
|
+
"description": "The AG Number Editor element.",
|
|
4389
|
+
"name": "NumberEditor",
|
|
4423
4390
|
"members": [
|
|
4424
4391
|
{
|
|
4425
4392
|
"kind": "field",
|
|
4426
4393
|
"name": "params",
|
|
4427
4394
|
"type": {
|
|
4428
|
-
"text": "
|
|
4395
|
+
"text": "NumberEditorParams"
|
|
4429
4396
|
},
|
|
4430
4397
|
"privacy": "public"
|
|
4431
4398
|
},
|
|
@@ -4433,7 +4400,7 @@
|
|
|
4433
4400
|
"kind": "field",
|
|
4434
4401
|
"name": "value",
|
|
4435
4402
|
"type": {
|
|
4436
|
-
"text": "
|
|
4403
|
+
"text": "number"
|
|
4437
4404
|
},
|
|
4438
4405
|
"privacy": "public"
|
|
4439
4406
|
},
|
|
@@ -4447,7 +4414,7 @@
|
|
|
4447
4414
|
},
|
|
4448
4415
|
{
|
|
4449
4416
|
"kind": "field",
|
|
4450
|
-
"name": "
|
|
4417
|
+
"name": "input",
|
|
4451
4418
|
"type": {
|
|
4452
4419
|
"text": "any"
|
|
4453
4420
|
},
|
|
@@ -4461,7 +4428,7 @@
|
|
|
4461
4428
|
{
|
|
4462
4429
|
"name": "params",
|
|
4463
4430
|
"type": {
|
|
4464
|
-
"text": "
|
|
4431
|
+
"text": "NumberEditorParams"
|
|
4465
4432
|
}
|
|
4466
4433
|
}
|
|
4467
4434
|
]
|
|
@@ -4489,7 +4456,7 @@
|
|
|
4489
4456
|
{
|
|
4490
4457
|
"name": "params",
|
|
4491
4458
|
"type": {
|
|
4492
|
-
"text": "
|
|
4459
|
+
"text": "NumberEditorParams"
|
|
4493
4460
|
}
|
|
4494
4461
|
}
|
|
4495
4462
|
]
|
|
@@ -4640,19 +4607,19 @@
|
|
|
4640
4607
|
"name": "FoundationElement",
|
|
4641
4608
|
"package": "@microsoft/fast-foundation"
|
|
4642
4609
|
},
|
|
4643
|
-
"tagName": "%%prefix%%-
|
|
4610
|
+
"tagName": "%%prefix%%-number-editor",
|
|
4644
4611
|
"customElement": true
|
|
4645
4612
|
},
|
|
4646
4613
|
{
|
|
4647
4614
|
"kind": "variable",
|
|
4648
|
-
"name": "
|
|
4649
|
-
"default": "css
|
|
4650
|
-
"description": "The AG
|
|
4615
|
+
"name": "agNumberEditorStyles",
|
|
4616
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4617
|
+
"description": "The AG Number Editor Styles.",
|
|
4651
4618
|
"privacy": "public"
|
|
4652
4619
|
},
|
|
4653
4620
|
{
|
|
4654
4621
|
"kind": "function",
|
|
4655
|
-
"name": "
|
|
4622
|
+
"name": "getNumberEditorTemplate",
|
|
4656
4623
|
"parameters": [
|
|
4657
4624
|
{
|
|
4658
4625
|
"name": "designSystem",
|
|
@@ -4670,59 +4637,59 @@
|
|
|
4670
4637
|
},
|
|
4671
4638
|
{
|
|
4672
4639
|
"kind": "variable",
|
|
4673
|
-
"name": "
|
|
4640
|
+
"name": "foundationNumberEditor",
|
|
4674
4641
|
"privacy": "public"
|
|
4675
4642
|
}
|
|
4676
4643
|
],
|
|
4677
4644
|
"exports": [
|
|
4678
4645
|
{
|
|
4679
4646
|
"kind": "js",
|
|
4680
|
-
"name": "
|
|
4647
|
+
"name": "NumberEditor",
|
|
4681
4648
|
"declaration": {
|
|
4682
|
-
"name": "
|
|
4683
|
-
"module": "src/cell-editors/
|
|
4649
|
+
"name": "NumberEditor",
|
|
4650
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4684
4651
|
}
|
|
4685
4652
|
},
|
|
4686
4653
|
{
|
|
4687
4654
|
"kind": "js",
|
|
4688
|
-
"name": "
|
|
4655
|
+
"name": "agNumberEditorStyles",
|
|
4689
4656
|
"declaration": {
|
|
4690
|
-
"name": "
|
|
4691
|
-
"module": "src/cell-editors/
|
|
4657
|
+
"name": "agNumberEditorStyles",
|
|
4658
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4692
4659
|
}
|
|
4693
4660
|
},
|
|
4694
4661
|
{
|
|
4695
4662
|
"kind": "js",
|
|
4696
|
-
"name": "
|
|
4663
|
+
"name": "getNumberEditorTemplate",
|
|
4697
4664
|
"declaration": {
|
|
4698
|
-
"name": "
|
|
4699
|
-
"module": "src/cell-editors/
|
|
4665
|
+
"name": "getNumberEditorTemplate",
|
|
4666
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4700
4667
|
}
|
|
4701
4668
|
},
|
|
4702
4669
|
{
|
|
4703
4670
|
"kind": "js",
|
|
4704
|
-
"name": "
|
|
4671
|
+
"name": "foundationNumberEditor",
|
|
4705
4672
|
"declaration": {
|
|
4706
|
-
"name": "
|
|
4707
|
-
"module": "src/cell-editors/
|
|
4673
|
+
"name": "foundationNumberEditor",
|
|
4674
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4708
4675
|
}
|
|
4709
4676
|
}
|
|
4710
4677
|
]
|
|
4711
4678
|
},
|
|
4712
4679
|
{
|
|
4713
4680
|
"kind": "javascript-module",
|
|
4714
|
-
"path": "src/cell-editors/
|
|
4681
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
4715
4682
|
"declarations": [
|
|
4716
4683
|
{
|
|
4717
4684
|
"kind": "class",
|
|
4718
|
-
"description": "The AG
|
|
4719
|
-
"name": "
|
|
4685
|
+
"description": "The AG Select Editor element.",
|
|
4686
|
+
"name": "SelectEditor",
|
|
4720
4687
|
"members": [
|
|
4721
4688
|
{
|
|
4722
4689
|
"kind": "field",
|
|
4723
4690
|
"name": "params",
|
|
4724
4691
|
"type": {
|
|
4725
|
-
"text": "
|
|
4692
|
+
"text": "SelectEditorParams"
|
|
4726
4693
|
},
|
|
4727
4694
|
"privacy": "public"
|
|
4728
4695
|
},
|
|
@@ -4744,7 +4711,7 @@
|
|
|
4744
4711
|
},
|
|
4745
4712
|
{
|
|
4746
4713
|
"kind": "field",
|
|
4747
|
-
"name": "
|
|
4714
|
+
"name": "combobox",
|
|
4748
4715
|
"type": {
|
|
4749
4716
|
"text": "any"
|
|
4750
4717
|
},
|
|
@@ -4758,7 +4725,7 @@
|
|
|
4758
4725
|
{
|
|
4759
4726
|
"name": "params",
|
|
4760
4727
|
"type": {
|
|
4761
|
-
"text": "
|
|
4728
|
+
"text": "SelectEditorParams"
|
|
4762
4729
|
}
|
|
4763
4730
|
}
|
|
4764
4731
|
]
|
|
@@ -4786,7 +4753,7 @@
|
|
|
4786
4753
|
{
|
|
4787
4754
|
"name": "params",
|
|
4788
4755
|
"type": {
|
|
4789
|
-
"text": "
|
|
4756
|
+
"text": "SelectEditorParams"
|
|
4790
4757
|
}
|
|
4791
4758
|
}
|
|
4792
4759
|
]
|
|
@@ -4937,19 +4904,19 @@
|
|
|
4937
4904
|
"name": "FoundationElement",
|
|
4938
4905
|
"package": "@microsoft/fast-foundation"
|
|
4939
4906
|
},
|
|
4940
|
-
"tagName": "%%prefix%%-
|
|
4907
|
+
"tagName": "%%prefix%%-select-editor",
|
|
4941
4908
|
"customElement": true
|
|
4942
4909
|
},
|
|
4943
4910
|
{
|
|
4944
4911
|
"kind": "variable",
|
|
4945
|
-
"name": "
|
|
4946
|
-
"default": "css
|
|
4947
|
-
"description": "The AG
|
|
4912
|
+
"name": "agSelectEditorStyles",
|
|
4913
|
+
"default": "css``",
|
|
4914
|
+
"description": "The AG Select Renderer Styles.",
|
|
4948
4915
|
"privacy": "public"
|
|
4949
4916
|
},
|
|
4950
4917
|
{
|
|
4951
4918
|
"kind": "function",
|
|
4952
|
-
"name": "
|
|
4919
|
+
"name": "getSelectEditorTemplate",
|
|
4953
4920
|
"parameters": [
|
|
4954
4921
|
{
|
|
4955
4922
|
"name": "designSystem",
|
|
@@ -4957,7 +4924,7 @@
|
|
|
4957
4924
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4958
4925
|
}
|
|
4959
4926
|
],
|
|
4960
|
-
"description": "Get a Design System prefixed
|
|
4927
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4961
4928
|
"return": {
|
|
4962
4929
|
"type": {
|
|
4963
4930
|
"text": ""
|
|
@@ -4967,98 +4934,83 @@
|
|
|
4967
4934
|
},
|
|
4968
4935
|
{
|
|
4969
4936
|
"kind": "variable",
|
|
4970
|
-
"name": "
|
|
4937
|
+
"name": "foundationSelectEditor",
|
|
4971
4938
|
"privacy": "public"
|
|
4972
4939
|
}
|
|
4973
4940
|
],
|
|
4974
4941
|
"exports": [
|
|
4975
4942
|
{
|
|
4976
4943
|
"kind": "js",
|
|
4977
|
-
"name": "
|
|
4944
|
+
"name": "SelectEditor",
|
|
4978
4945
|
"declaration": {
|
|
4979
|
-
"name": "
|
|
4980
|
-
"module": "src/cell-editors/
|
|
4946
|
+
"name": "SelectEditor",
|
|
4947
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4981
4948
|
}
|
|
4982
4949
|
},
|
|
4983
4950
|
{
|
|
4984
4951
|
"kind": "js",
|
|
4985
|
-
"name": "
|
|
4952
|
+
"name": "agSelectEditorStyles",
|
|
4986
4953
|
"declaration": {
|
|
4987
|
-
"name": "
|
|
4988
|
-
"module": "src/cell-editors/
|
|
4954
|
+
"name": "agSelectEditorStyles",
|
|
4955
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4989
4956
|
}
|
|
4990
4957
|
},
|
|
4991
4958
|
{
|
|
4992
4959
|
"kind": "js",
|
|
4993
|
-
"name": "
|
|
4960
|
+
"name": "getSelectEditorTemplate",
|
|
4994
4961
|
"declaration": {
|
|
4995
|
-
"name": "
|
|
4996
|
-
"module": "src/cell-editors/
|
|
4962
|
+
"name": "getSelectEditorTemplate",
|
|
4963
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4997
4964
|
}
|
|
4998
4965
|
},
|
|
4999
4966
|
{
|
|
5000
4967
|
"kind": "js",
|
|
5001
|
-
"name": "
|
|
5002
|
-
"declaration": {
|
|
5003
|
-
"name": "foundationStringEditor",
|
|
5004
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
5005
|
-
}
|
|
5006
|
-
}
|
|
5007
|
-
]
|
|
5008
|
-
},
|
|
5009
|
-
{
|
|
5010
|
-
"kind": "javascript-module",
|
|
5011
|
-
"path": "src/cell/cell.template.ts",
|
|
5012
|
-
"declarations": [
|
|
5013
|
-
{
|
|
5014
|
-
"kind": "variable",
|
|
5015
|
-
"name": "CellTemplate",
|
|
5016
|
-
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
5017
|
-
"description": "The Grid Pro Cell Template.",
|
|
5018
|
-
"privacy": "public"
|
|
5019
|
-
}
|
|
5020
|
-
],
|
|
5021
|
-
"exports": [
|
|
5022
|
-
{
|
|
5023
|
-
"kind": "js",
|
|
5024
|
-
"name": "CellTemplate",
|
|
4968
|
+
"name": "foundationSelectEditor",
|
|
5025
4969
|
"declaration": {
|
|
5026
|
-
"name": "
|
|
5027
|
-
"module": "src/cell/
|
|
4970
|
+
"name": "foundationSelectEditor",
|
|
4971
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
5028
4972
|
}
|
|
5029
4973
|
}
|
|
5030
4974
|
]
|
|
5031
4975
|
},
|
|
5032
4976
|
{
|
|
5033
4977
|
"kind": "javascript-module",
|
|
5034
|
-
"path": "src/cell/
|
|
4978
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
5035
4979
|
"declarations": [
|
|
5036
4980
|
{
|
|
5037
4981
|
"kind": "class",
|
|
5038
|
-
"description": "The
|
|
5039
|
-
"name": "
|
|
4982
|
+
"description": "The AG String Editor element.",
|
|
4983
|
+
"name": "StringEditor",
|
|
5040
4984
|
"members": [
|
|
5041
4985
|
{
|
|
5042
4986
|
"kind": "field",
|
|
5043
|
-
"name": "
|
|
4987
|
+
"name": "params",
|
|
5044
4988
|
"type": {
|
|
5045
|
-
"text": "
|
|
4989
|
+
"text": "StringEditorParams"
|
|
5046
4990
|
},
|
|
5047
4991
|
"privacy": "public"
|
|
5048
4992
|
},
|
|
5049
4993
|
{
|
|
5050
4994
|
"kind": "field",
|
|
5051
|
-
"name": "
|
|
4995
|
+
"name": "value",
|
|
5052
4996
|
"type": {
|
|
5053
|
-
"text": "
|
|
4997
|
+
"text": "string"
|
|
5054
4998
|
},
|
|
5055
4999
|
"privacy": "public"
|
|
5056
5000
|
},
|
|
5057
5001
|
{
|
|
5058
5002
|
"kind": "field",
|
|
5059
|
-
"name": "
|
|
5003
|
+
"name": "actualWidth",
|
|
5060
5004
|
"type": {
|
|
5061
|
-
"text": "
|
|
5005
|
+
"text": "number"
|
|
5006
|
+
},
|
|
5007
|
+
"privacy": "public"
|
|
5008
|
+
},
|
|
5009
|
+
{
|
|
5010
|
+
"kind": "field",
|
|
5011
|
+
"name": "input",
|
|
5012
|
+
"type": {
|
|
5013
|
+
"text": "any"
|
|
5062
5014
|
},
|
|
5063
5015
|
"privacy": "public"
|
|
5064
5016
|
},
|
|
@@ -5070,7 +5022,7 @@
|
|
|
5070
5022
|
{
|
|
5071
5023
|
"name": "params",
|
|
5072
5024
|
"type": {
|
|
5073
|
-
"text": "
|
|
5025
|
+
"text": "StringEditorParams"
|
|
5074
5026
|
}
|
|
5075
5027
|
}
|
|
5076
5028
|
]
|
|
@@ -5085,28 +5037,53 @@
|
|
|
5085
5037
|
}
|
|
5086
5038
|
}
|
|
5087
5039
|
},
|
|
5088
|
-
{
|
|
5089
|
-
"kind": "method",
|
|
5090
|
-
"name": "destroy",
|
|
5091
|
-
"privacy": "public"
|
|
5092
|
-
},
|
|
5093
5040
|
{
|
|
5094
5041
|
"kind": "method",
|
|
5095
5042
|
"name": "refresh",
|
|
5096
5043
|
"privacy": "public",
|
|
5044
|
+
"return": {
|
|
5045
|
+
"type": {
|
|
5046
|
+
"text": "boolean"
|
|
5047
|
+
}
|
|
5048
|
+
},
|
|
5097
5049
|
"parameters": [
|
|
5098
5050
|
{
|
|
5099
5051
|
"name": "params",
|
|
5100
5052
|
"type": {
|
|
5101
|
-
"text": "
|
|
5053
|
+
"text": "StringEditorParams"
|
|
5102
5054
|
}
|
|
5103
5055
|
}
|
|
5104
5056
|
]
|
|
5105
5057
|
},
|
|
5106
5058
|
{
|
|
5107
5059
|
"kind": "method",
|
|
5108
|
-
"name": "
|
|
5109
|
-
|
|
5060
|
+
"name": "getValue"
|
|
5061
|
+
},
|
|
5062
|
+
{
|
|
5063
|
+
"kind": "method",
|
|
5064
|
+
"name": "isPopup",
|
|
5065
|
+
"return": {
|
|
5066
|
+
"type": {
|
|
5067
|
+
"text": "boolean"
|
|
5068
|
+
}
|
|
5069
|
+
}
|
|
5070
|
+
},
|
|
5071
|
+
{
|
|
5072
|
+
"kind": "method",
|
|
5073
|
+
"name": "afterGuiAttached"
|
|
5074
|
+
},
|
|
5075
|
+
{
|
|
5076
|
+
"kind": "method",
|
|
5077
|
+
"name": "changeHandler",
|
|
5078
|
+
"parameters": [
|
|
5079
|
+
{
|
|
5080
|
+
"name": "event"
|
|
5081
|
+
}
|
|
5082
|
+
]
|
|
5083
|
+
},
|
|
5084
|
+
{
|
|
5085
|
+
"kind": "method",
|
|
5086
|
+
"name": "isCancelBeforeStart"
|
|
5110
5087
|
},
|
|
5111
5088
|
{
|
|
5112
5089
|
"kind": "field",
|
|
@@ -5224,137 +5201,211 @@
|
|
|
5224
5201
|
"name": "FoundationElement",
|
|
5225
5202
|
"package": "@microsoft/fast-foundation"
|
|
5226
5203
|
},
|
|
5227
|
-
"tagName": "
|
|
5204
|
+
"tagName": "%%prefix%%-string-editor",
|
|
5228
5205
|
"customElement": true
|
|
5206
|
+
},
|
|
5207
|
+
{
|
|
5208
|
+
"kind": "variable",
|
|
5209
|
+
"name": "agStringEditorStyles",
|
|
5210
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5211
|
+
"description": "The AG String Renderer Styles.",
|
|
5212
|
+
"privacy": "public"
|
|
5213
|
+
},
|
|
5214
|
+
{
|
|
5215
|
+
"kind": "function",
|
|
5216
|
+
"name": "getStringEditorTemplate",
|
|
5217
|
+
"parameters": [
|
|
5218
|
+
{
|
|
5219
|
+
"name": "designSystem",
|
|
5220
|
+
"default": "'foundation'",
|
|
5221
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5222
|
+
}
|
|
5223
|
+
],
|
|
5224
|
+
"description": "Get a Design System prefixed String template.",
|
|
5225
|
+
"return": {
|
|
5226
|
+
"type": {
|
|
5227
|
+
"text": ""
|
|
5228
|
+
}
|
|
5229
|
+
},
|
|
5230
|
+
"privacy": "public"
|
|
5231
|
+
},
|
|
5232
|
+
{
|
|
5233
|
+
"kind": "variable",
|
|
5234
|
+
"name": "foundationStringEditor",
|
|
5235
|
+
"privacy": "public"
|
|
5229
5236
|
}
|
|
5230
5237
|
],
|
|
5231
5238
|
"exports": [
|
|
5232
5239
|
{
|
|
5233
5240
|
"kind": "js",
|
|
5234
|
-
"name": "
|
|
5241
|
+
"name": "StringEditor",
|
|
5235
5242
|
"declaration": {
|
|
5236
|
-
"name": "
|
|
5237
|
-
"module": "src/cell/
|
|
5243
|
+
"name": "StringEditor",
|
|
5244
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5238
5245
|
}
|
|
5239
5246
|
},
|
|
5240
5247
|
{
|
|
5241
|
-
"kind": "
|
|
5242
|
-
"name": "
|
|
5248
|
+
"kind": "js",
|
|
5249
|
+
"name": "agStringEditorStyles",
|
|
5243
5250
|
"declaration": {
|
|
5244
|
-
"name": "
|
|
5245
|
-
"module": "src/cell/
|
|
5251
|
+
"name": "agStringEditorStyles",
|
|
5252
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5253
|
+
}
|
|
5254
|
+
},
|
|
5255
|
+
{
|
|
5256
|
+
"kind": "js",
|
|
5257
|
+
"name": "getStringEditorTemplate",
|
|
5258
|
+
"declaration": {
|
|
5259
|
+
"name": "getStringEditorTemplate",
|
|
5260
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5261
|
+
}
|
|
5262
|
+
},
|
|
5263
|
+
{
|
|
5264
|
+
"kind": "js",
|
|
5265
|
+
"name": "foundationStringEditor",
|
|
5266
|
+
"declaration": {
|
|
5267
|
+
"name": "foundationStringEditor",
|
|
5268
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5246
5269
|
}
|
|
5247
5270
|
}
|
|
5248
5271
|
]
|
|
5249
5272
|
},
|
|
5250
5273
|
{
|
|
5251
5274
|
"kind": "javascript-module",
|
|
5252
|
-
"path": "src/
|
|
5253
|
-
"declarations": [
|
|
5254
|
-
"exports": [
|
|
5275
|
+
"path": "src/column/column.template.ts",
|
|
5276
|
+
"declarations": [
|
|
5255
5277
|
{
|
|
5256
|
-
"kind": "
|
|
5257
|
-
"name": "
|
|
5258
|
-
"
|
|
5259
|
-
|
|
5260
|
-
|
|
5261
|
-
|
|
5262
|
-
|
|
5278
|
+
"kind": "variable",
|
|
5279
|
+
"name": "ColumnTemplate",
|
|
5280
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5281
|
+
"description": "The Grid Pro Column Template.",
|
|
5282
|
+
"privacy": "public"
|
|
5283
|
+
}
|
|
5284
|
+
],
|
|
5285
|
+
"exports": [
|
|
5263
5286
|
{
|
|
5264
5287
|
"kind": "js",
|
|
5265
|
-
"name": "
|
|
5288
|
+
"name": "ColumnTemplate",
|
|
5266
5289
|
"declaration": {
|
|
5267
|
-
"name": "
|
|
5268
|
-
"
|
|
5290
|
+
"name": "ColumnTemplate",
|
|
5291
|
+
"module": "src/column/column.template.ts"
|
|
5269
5292
|
}
|
|
5270
5293
|
}
|
|
5271
5294
|
]
|
|
5272
5295
|
},
|
|
5273
5296
|
{
|
|
5274
5297
|
"kind": "javascript-module",
|
|
5275
|
-
"path": "src/
|
|
5298
|
+
"path": "src/column/column.ts",
|
|
5276
5299
|
"declarations": [
|
|
5277
5300
|
{
|
|
5278
5301
|
"kind": "class",
|
|
5279
|
-
"description": "The
|
|
5280
|
-
"name": "
|
|
5302
|
+
"description": "The Grid Pro Column element.",
|
|
5303
|
+
"name": "GridProColumn",
|
|
5281
5304
|
"members": [
|
|
5282
5305
|
{
|
|
5283
5306
|
"kind": "field",
|
|
5284
|
-
"name": "
|
|
5307
|
+
"name": "slottedAgCell",
|
|
5285
5308
|
"type": {
|
|
5286
|
-
"text": "
|
|
5309
|
+
"text": "HTMLElement[]"
|
|
5287
5310
|
},
|
|
5288
5311
|
"privacy": "public"
|
|
5289
5312
|
},
|
|
5290
5313
|
{
|
|
5291
5314
|
"kind": "field",
|
|
5292
|
-
"name": "
|
|
5315
|
+
"name": "definition",
|
|
5293
5316
|
"type": {
|
|
5294
|
-
"text": "
|
|
5317
|
+
"text": "ColDef"
|
|
5295
5318
|
},
|
|
5296
|
-
"
|
|
5319
|
+
"default": "{}"
|
|
5297
5320
|
},
|
|
5298
5321
|
{
|
|
5299
5322
|
"kind": "method",
|
|
5300
|
-
"name": "
|
|
5301
|
-
"privacy": "public"
|
|
5302
|
-
"parameters": [
|
|
5303
|
-
{
|
|
5304
|
-
"name": "params",
|
|
5305
|
-
"type": {
|
|
5306
|
-
"text": "ICellRendererParams & ActionRendererParams"
|
|
5307
|
-
}
|
|
5308
|
-
}
|
|
5309
|
-
]
|
|
5323
|
+
"name": "slottedAgCellChanged",
|
|
5324
|
+
"privacy": "public"
|
|
5310
5325
|
},
|
|
5311
5326
|
{
|
|
5312
5327
|
"kind": "method",
|
|
5313
|
-
"name": "
|
|
5314
|
-
"privacy": "public",
|
|
5328
|
+
"name": "deepClone",
|
|
5315
5329
|
"return": {
|
|
5316
5330
|
"type": {
|
|
5317
|
-
"text": "
|
|
5331
|
+
"text": "Node"
|
|
5318
5332
|
}
|
|
5333
|
+
},
|
|
5334
|
+
"inheritedFrom": {
|
|
5335
|
+
"name": "LifecycleMixin",
|
|
5336
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5319
5337
|
}
|
|
5320
5338
|
},
|
|
5321
5339
|
{
|
|
5322
5340
|
"kind": "method",
|
|
5323
|
-
"name": "
|
|
5324
|
-
"
|
|
5341
|
+
"name": "cloneNode",
|
|
5342
|
+
"return": {
|
|
5343
|
+
"type": {
|
|
5344
|
+
"text": "Node"
|
|
5345
|
+
}
|
|
5346
|
+
},
|
|
5325
5347
|
"parameters": [
|
|
5326
5348
|
{
|
|
5327
|
-
"name": "
|
|
5349
|
+
"name": "deep",
|
|
5350
|
+
"optional": true,
|
|
5328
5351
|
"type": {
|
|
5329
|
-
"text": "
|
|
5352
|
+
"text": "boolean"
|
|
5330
5353
|
}
|
|
5331
5354
|
}
|
|
5332
|
-
]
|
|
5355
|
+
],
|
|
5356
|
+
"inheritedFrom": {
|
|
5357
|
+
"name": "LifecycleMixin",
|
|
5358
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5359
|
+
}
|
|
5333
5360
|
},
|
|
5334
5361
|
{
|
|
5335
|
-
"kind": "
|
|
5336
|
-
"name": "
|
|
5337
|
-
"privacy": "public",
|
|
5362
|
+
"kind": "field",
|
|
5363
|
+
"name": "shouldRunDisconnect",
|
|
5338
5364
|
"return": {
|
|
5339
5365
|
"type": {
|
|
5340
|
-
"text": "
|
|
5366
|
+
"text": ""
|
|
5341
5367
|
}
|
|
5342
5368
|
},
|
|
5343
|
-
"
|
|
5344
|
-
|
|
5345
|
-
|
|
5346
|
-
|
|
5347
|
-
|
|
5369
|
+
"readonly": true,
|
|
5370
|
+
"inheritedFrom": {
|
|
5371
|
+
"name": "LifecycleMixin",
|
|
5372
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5373
|
+
}
|
|
5348
5374
|
},
|
|
5349
5375
|
{
|
|
5350
|
-
"kind": "
|
|
5351
|
-
"name": "
|
|
5352
|
-
"
|
|
5376
|
+
"kind": "field",
|
|
5377
|
+
"name": "shouldRunConnect",
|
|
5378
|
+
"return": {
|
|
5379
|
+
"type": {
|
|
5380
|
+
"text": ""
|
|
5381
|
+
}
|
|
5382
|
+
},
|
|
5383
|
+
"readonly": true,
|
|
5384
|
+
"inheritedFrom": {
|
|
5385
|
+
"name": "LifecycleMixin",
|
|
5386
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5387
|
+
}
|
|
5353
5388
|
},
|
|
5354
5389
|
{
|
|
5355
|
-
"kind": "
|
|
5356
|
-
"name": "
|
|
5357
|
-
"
|
|
5390
|
+
"kind": "method",
|
|
5391
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
5392
|
+
"return": {
|
|
5393
|
+
"type": {
|
|
5394
|
+
"text": "boolean"
|
|
5395
|
+
}
|
|
5396
|
+
},
|
|
5397
|
+
"parameters": [
|
|
5398
|
+
{
|
|
5399
|
+
"name": "lifecycleType",
|
|
5400
|
+
"type": {
|
|
5401
|
+
"text": "Lifecycletype"
|
|
5402
|
+
}
|
|
5403
|
+
}
|
|
5404
|
+
],
|
|
5405
|
+
"inheritedFrom": {
|
|
5406
|
+
"name": "LifecycleMixin",
|
|
5407
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5408
|
+
}
|
|
5358
5409
|
},
|
|
5359
5410
|
{
|
|
5360
5411
|
"kind": "field",
|
|
@@ -5468,82 +5519,92 @@
|
|
|
5468
5519
|
}
|
|
5469
5520
|
}
|
|
5470
5521
|
],
|
|
5522
|
+
"mixins": [
|
|
5523
|
+
{
|
|
5524
|
+
"name": "LifecycleMixin",
|
|
5525
|
+
"package": "@genesislcap/foundation-utils"
|
|
5526
|
+
}
|
|
5527
|
+
],
|
|
5471
5528
|
"superclass": {
|
|
5472
5529
|
"name": "FoundationElement",
|
|
5473
5530
|
"package": "@microsoft/fast-foundation"
|
|
5474
5531
|
},
|
|
5475
|
-
"tagName": "
|
|
5532
|
+
"tagName": "grid-pro-column",
|
|
5476
5533
|
"customElement": true
|
|
5477
|
-
},
|
|
5478
|
-
{
|
|
5479
|
-
"kind": "variable",
|
|
5480
|
-
"name": "actionHeightMultiplier",
|
|
5481
|
-
"description": "The base height multiplier for the action renderer.",
|
|
5482
|
-
"privacy": "public"
|
|
5483
|
-
},
|
|
5484
|
-
{
|
|
5485
|
-
"kind": "variable",
|
|
5486
|
-
"name": "agActionRendererStyles",
|
|
5487
|
-
"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 color: var(--accent-foreground-rest);\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
5488
|
-
"description": "The AG Action Renderer Styles.",
|
|
5489
|
-
"privacy": "public"
|
|
5490
|
-
},
|
|
5491
|
-
{
|
|
5492
|
-
"kind": "variable",
|
|
5493
|
-
"name": "foundationGridProActionRenderer",
|
|
5494
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5495
|
-
"privacy": "public"
|
|
5496
5534
|
}
|
|
5497
5535
|
],
|
|
5498
5536
|
"exports": [
|
|
5499
5537
|
{
|
|
5500
5538
|
"kind": "js",
|
|
5501
|
-
"name": "
|
|
5539
|
+
"name": "GridProColumn",
|
|
5502
5540
|
"declaration": {
|
|
5503
|
-
"name": "
|
|
5504
|
-
"module": "src/
|
|
5541
|
+
"name": "GridProColumn",
|
|
5542
|
+
"module": "src/column/column.ts"
|
|
5505
5543
|
}
|
|
5506
5544
|
},
|
|
5545
|
+
{
|
|
5546
|
+
"kind": "custom-element-definition",
|
|
5547
|
+
"name": "grid-pro-column",
|
|
5548
|
+
"declaration": {
|
|
5549
|
+
"name": "GridProColumn",
|
|
5550
|
+
"module": "src/column/column.ts"
|
|
5551
|
+
}
|
|
5552
|
+
}
|
|
5553
|
+
]
|
|
5554
|
+
},
|
|
5555
|
+
{
|
|
5556
|
+
"kind": "javascript-module",
|
|
5557
|
+
"path": "src/column/index.ts",
|
|
5558
|
+
"declarations": [],
|
|
5559
|
+
"exports": [
|
|
5507
5560
|
{
|
|
5508
5561
|
"kind": "js",
|
|
5509
|
-
"name": "
|
|
5562
|
+
"name": "*",
|
|
5510
5563
|
"declaration": {
|
|
5511
|
-
"name": "
|
|
5512
|
-
"
|
|
5564
|
+
"name": "*",
|
|
5565
|
+
"package": "./column.template"
|
|
5513
5566
|
}
|
|
5514
5567
|
},
|
|
5515
5568
|
{
|
|
5516
5569
|
"kind": "js",
|
|
5517
|
-
"name": "
|
|
5570
|
+
"name": "*",
|
|
5518
5571
|
"declaration": {
|
|
5519
|
-
"name": "
|
|
5520
|
-
"
|
|
5572
|
+
"name": "*",
|
|
5573
|
+
"package": "./column"
|
|
5521
5574
|
}
|
|
5522
5575
|
},
|
|
5523
5576
|
{
|
|
5524
5577
|
"kind": "js",
|
|
5525
|
-
"name": "
|
|
5578
|
+
"name": "*",
|
|
5526
5579
|
"declaration": {
|
|
5527
|
-
"name": "
|
|
5528
|
-
"
|
|
5580
|
+
"name": "*",
|
|
5581
|
+
"package": "./utils"
|
|
5529
5582
|
}
|
|
5530
5583
|
}
|
|
5531
5584
|
]
|
|
5532
5585
|
},
|
|
5533
5586
|
{
|
|
5534
5587
|
"kind": "javascript-module",
|
|
5535
|
-
"path": "src/cell-renderers/
|
|
5588
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5536
5589
|
"declarations": [
|
|
5537
5590
|
{
|
|
5538
5591
|
"kind": "class",
|
|
5539
|
-
"description": "The
|
|
5540
|
-
"name": "
|
|
5592
|
+
"description": "The AG Action Renderer element.",
|
|
5593
|
+
"name": "ActionRenderer",
|
|
5541
5594
|
"members": [
|
|
5542
5595
|
{
|
|
5543
5596
|
"kind": "field",
|
|
5544
5597
|
"name": "params",
|
|
5545
5598
|
"type": {
|
|
5546
|
-
"text": "ICellRendererParams"
|
|
5599
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5600
|
+
},
|
|
5601
|
+
"privacy": "public"
|
|
5602
|
+
},
|
|
5603
|
+
{
|
|
5604
|
+
"kind": "field",
|
|
5605
|
+
"name": "pendingAction",
|
|
5606
|
+
"type": {
|
|
5607
|
+
"text": "boolean"
|
|
5547
5608
|
},
|
|
5548
5609
|
"privacy": "public"
|
|
5549
5610
|
},
|
|
@@ -5555,7 +5616,7 @@
|
|
|
5555
5616
|
{
|
|
5556
5617
|
"name": "params",
|
|
5557
5618
|
"type": {
|
|
5558
|
-
"text": "ICellRendererParams"
|
|
5619
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5559
5620
|
}
|
|
5560
5621
|
}
|
|
5561
5622
|
]
|
|
@@ -5583,6 +5644,31 @@
|
|
|
5583
5644
|
}
|
|
5584
5645
|
]
|
|
5585
5646
|
},
|
|
5647
|
+
{
|
|
5648
|
+
"kind": "method",
|
|
5649
|
+
"name": "isDisabled",
|
|
5650
|
+
"privacy": "public",
|
|
5651
|
+
"return": {
|
|
5652
|
+
"type": {
|
|
5653
|
+
"text": "boolean"
|
|
5654
|
+
}
|
|
5655
|
+
},
|
|
5656
|
+
"parameters": [
|
|
5657
|
+
{
|
|
5658
|
+
"name": "data"
|
|
5659
|
+
}
|
|
5660
|
+
]
|
|
5661
|
+
},
|
|
5662
|
+
{
|
|
5663
|
+
"kind": "method",
|
|
5664
|
+
"name": "clickHandler",
|
|
5665
|
+
"privacy": "public"
|
|
5666
|
+
},
|
|
5667
|
+
{
|
|
5668
|
+
"kind": "field",
|
|
5669
|
+
"name": "dataTestId",
|
|
5670
|
+
"readonly": true
|
|
5671
|
+
},
|
|
5586
5672
|
{
|
|
5587
5673
|
"kind": "field",
|
|
5588
5674
|
"name": "_presentation",
|
|
@@ -5699,134 +5785,81 @@
|
|
|
5699
5785
|
"name": "FoundationElement",
|
|
5700
5786
|
"package": "@microsoft/fast-foundation"
|
|
5701
5787
|
},
|
|
5702
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5788
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5703
5789
|
"customElement": true
|
|
5704
5790
|
},
|
|
5705
5791
|
{
|
|
5706
5792
|
"kind": "variable",
|
|
5707
|
-
"name": "
|
|
5708
|
-
"description": "
|
|
5793
|
+
"name": "actionHeightMultiplier",
|
|
5794
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5709
5795
|
"privacy": "public"
|
|
5710
5796
|
},
|
|
5711
5797
|
{
|
|
5712
|
-
"kind": "
|
|
5713
|
-
"name": "
|
|
5714
|
-
"
|
|
5715
|
-
|
|
5716
|
-
|
|
5717
|
-
|
|
5718
|
-
|
|
5719
|
-
"
|
|
5720
|
-
|
|
5721
|
-
|
|
5722
|
-
"type": {
|
|
5723
|
-
"text": "ActionMenuItem[]"
|
|
5724
|
-
},
|
|
5725
|
-
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
5726
|
-
},
|
|
5727
|
-
{
|
|
5728
|
-
"name": "overrideDef",
|
|
5729
|
-
"default": "{}",
|
|
5730
|
-
"type": {
|
|
5731
|
-
"text": "ColDef"
|
|
5732
|
-
},
|
|
5733
|
-
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
5734
|
-
},
|
|
5735
|
-
{
|
|
5736
|
-
"name": "customActionsOpenerName",
|
|
5737
|
-
"default": "'⋮'",
|
|
5738
|
-
"type": {
|
|
5739
|
-
"text": "string"
|
|
5740
|
-
},
|
|
5741
|
-
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
5742
|
-
},
|
|
5743
|
-
{
|
|
5744
|
-
"name": "isVertical",
|
|
5745
|
-
"default": "false",
|
|
5746
|
-
"type": {
|
|
5747
|
-
"text": "boolean"
|
|
5748
|
-
},
|
|
5749
|
-
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
5750
|
-
},
|
|
5751
|
-
{
|
|
5752
|
-
"name": "buttonAppearance",
|
|
5753
|
-
"optional": true,
|
|
5754
|
-
"type": {
|
|
5755
|
-
"text": "string"
|
|
5756
|
-
},
|
|
5757
|
-
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
5758
|
-
}
|
|
5759
|
-
],
|
|
5760
|
-
"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).",
|
|
5798
|
+
"kind": "variable",
|
|
5799
|
+
"name": "agActionRendererStyles",
|
|
5800
|
+
"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 color: var(--accent-foreground-rest);\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
5801
|
+
"description": "The AG Action Renderer Styles.",
|
|
5802
|
+
"privacy": "public"
|
|
5803
|
+
},
|
|
5804
|
+
{
|
|
5805
|
+
"kind": "variable",
|
|
5806
|
+
"name": "foundationGridProActionRenderer",
|
|
5807
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5761
5808
|
"privacy": "public"
|
|
5762
5809
|
}
|
|
5763
5810
|
],
|
|
5764
5811
|
"exports": [
|
|
5765
5812
|
{
|
|
5766
5813
|
"kind": "js",
|
|
5767
|
-
"name": "
|
|
5814
|
+
"name": "ActionRenderer",
|
|
5768
5815
|
"declaration": {
|
|
5769
|
-
"name": "
|
|
5770
|
-
"module": "src/cell-renderers/
|
|
5816
|
+
"name": "ActionRenderer",
|
|
5817
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5771
5818
|
}
|
|
5772
5819
|
},
|
|
5773
5820
|
{
|
|
5774
5821
|
"kind": "js",
|
|
5775
|
-
"name": "
|
|
5822
|
+
"name": "actionHeightMultiplier",
|
|
5776
5823
|
"declaration": {
|
|
5777
|
-
"name": "
|
|
5778
|
-
"module": "src/cell-renderers/
|
|
5824
|
+
"name": "actionHeightMultiplier",
|
|
5825
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5779
5826
|
}
|
|
5780
5827
|
},
|
|
5781
5828
|
{
|
|
5782
5829
|
"kind": "js",
|
|
5783
|
-
"name": "
|
|
5830
|
+
"name": "agActionRendererStyles",
|
|
5784
5831
|
"declaration": {
|
|
5785
|
-
"name": "
|
|
5786
|
-
"module": "src/cell-renderers/
|
|
5832
|
+
"name": "agActionRendererStyles",
|
|
5833
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5834
|
+
}
|
|
5835
|
+
},
|
|
5836
|
+
{
|
|
5837
|
+
"kind": "js",
|
|
5838
|
+
"name": "foundationGridProActionRenderer",
|
|
5839
|
+
"declaration": {
|
|
5840
|
+
"name": "foundationGridProActionRenderer",
|
|
5841
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5787
5842
|
}
|
|
5788
5843
|
}
|
|
5789
5844
|
]
|
|
5790
5845
|
},
|
|
5791
5846
|
{
|
|
5792
5847
|
"kind": "javascript-module",
|
|
5793
|
-
"path": "src/cell-renderers/
|
|
5848
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5794
5849
|
"declarations": [
|
|
5795
5850
|
{
|
|
5796
5851
|
"kind": "class",
|
|
5797
|
-
"description": "The
|
|
5798
|
-
"name": "
|
|
5799
|
-
"members": [
|
|
5852
|
+
"description": "The Actions Menu Renderer element.",
|
|
5853
|
+
"name": "ActionsMenuRenderer",
|
|
5854
|
+
"members": [
|
|
5800
5855
|
{
|
|
5801
5856
|
"kind": "field",
|
|
5802
5857
|
"name": "params",
|
|
5803
5858
|
"type": {
|
|
5804
|
-
"text": "ICellRendererParams
|
|
5859
|
+
"text": "ICellRendererParams"
|
|
5805
5860
|
},
|
|
5806
5861
|
"privacy": "public"
|
|
5807
5862
|
},
|
|
5808
|
-
{
|
|
5809
|
-
"kind": "field",
|
|
5810
|
-
"name": "selected",
|
|
5811
|
-
"type": {
|
|
5812
|
-
"text": "boolean"
|
|
5813
|
-
}
|
|
5814
|
-
},
|
|
5815
|
-
{
|
|
5816
|
-
"kind": "method",
|
|
5817
|
-
"name": "isDisabled",
|
|
5818
|
-
"privacy": "public",
|
|
5819
|
-
"return": {
|
|
5820
|
-
"type": {
|
|
5821
|
-
"text": "boolean"
|
|
5822
|
-
}
|
|
5823
|
-
},
|
|
5824
|
-
"parameters": [
|
|
5825
|
-
{
|
|
5826
|
-
"name": "data"
|
|
5827
|
-
}
|
|
5828
|
-
]
|
|
5829
|
-
},
|
|
5830
5863
|
{
|
|
5831
5864
|
"kind": "method",
|
|
5832
5865
|
"name": "init",
|
|
@@ -5850,11 +5883,6 @@
|
|
|
5850
5883
|
}
|
|
5851
5884
|
}
|
|
5852
5885
|
},
|
|
5853
|
-
{
|
|
5854
|
-
"kind": "method",
|
|
5855
|
-
"name": "destroy",
|
|
5856
|
-
"privacy": "public"
|
|
5857
|
-
},
|
|
5858
5886
|
{
|
|
5859
5887
|
"kind": "method",
|
|
5860
5888
|
"name": "refresh",
|
|
@@ -5868,14 +5896,6 @@
|
|
|
5868
5896
|
}
|
|
5869
5897
|
]
|
|
5870
5898
|
},
|
|
5871
|
-
{
|
|
5872
|
-
"kind": "method",
|
|
5873
|
-
"name": "getValue"
|
|
5874
|
-
},
|
|
5875
|
-
{
|
|
5876
|
-
"kind": "method",
|
|
5877
|
-
"name": "isCancelBeforeStart"
|
|
5878
|
-
},
|
|
5879
5899
|
{
|
|
5880
5900
|
"kind": "field",
|
|
5881
5901
|
"name": "_presentation",
|
|
@@ -5992,92 +6012,134 @@
|
|
|
5992
6012
|
"name": "FoundationElement",
|
|
5993
6013
|
"package": "@microsoft/fast-foundation"
|
|
5994
6014
|
},
|
|
5995
|
-
"tagName": "%%prefix%%-
|
|
6015
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
5996
6016
|
"customElement": true
|
|
5997
6017
|
},
|
|
5998
6018
|
{
|
|
5999
6019
|
"kind": "variable",
|
|
6000
|
-
"name": "
|
|
6001
|
-
"
|
|
6002
|
-
"description": "The AG Boolean Renderer Styles.",
|
|
6020
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
6021
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
6003
6022
|
"privacy": "public"
|
|
6004
6023
|
},
|
|
6005
6024
|
{
|
|
6006
6025
|
"kind": "function",
|
|
6007
|
-
"name": "
|
|
6008
|
-
"parameters": [
|
|
6009
|
-
{
|
|
6010
|
-
"name": "designSystem",
|
|
6011
|
-
"default": "'foundation'",
|
|
6012
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6013
|
-
}
|
|
6014
|
-
],
|
|
6015
|
-
"description": "Get a Design System prefixed Checkbox template.",
|
|
6026
|
+
"name": "getActionsMenuDef",
|
|
6016
6027
|
"return": {
|
|
6017
6028
|
"type": {
|
|
6018
6029
|
"text": ""
|
|
6019
6030
|
}
|
|
6020
6031
|
},
|
|
6021
|
-
"
|
|
6022
|
-
|
|
6023
|
-
|
|
6024
|
-
|
|
6025
|
-
|
|
6026
|
-
|
|
6032
|
+
"parameters": [
|
|
6033
|
+
{
|
|
6034
|
+
"name": "actions",
|
|
6035
|
+
"type": {
|
|
6036
|
+
"text": "ActionMenuItem[]"
|
|
6037
|
+
},
|
|
6038
|
+
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
6039
|
+
},
|
|
6040
|
+
{
|
|
6041
|
+
"name": "overrideDef",
|
|
6042
|
+
"default": "{}",
|
|
6043
|
+
"type": {
|
|
6044
|
+
"text": "ColDef"
|
|
6045
|
+
},
|
|
6046
|
+
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
6047
|
+
},
|
|
6048
|
+
{
|
|
6049
|
+
"name": "customActionsOpenerName",
|
|
6050
|
+
"default": "'⋮'",
|
|
6051
|
+
"type": {
|
|
6052
|
+
"text": "string"
|
|
6053
|
+
},
|
|
6054
|
+
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
6055
|
+
},
|
|
6056
|
+
{
|
|
6057
|
+
"name": "isVertical",
|
|
6058
|
+
"default": "false",
|
|
6059
|
+
"type": {
|
|
6060
|
+
"text": "boolean"
|
|
6061
|
+
},
|
|
6062
|
+
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
6063
|
+
},
|
|
6064
|
+
{
|
|
6065
|
+
"name": "buttonAppearance",
|
|
6066
|
+
"optional": true,
|
|
6067
|
+
"type": {
|
|
6068
|
+
"text": "string"
|
|
6069
|
+
},
|
|
6070
|
+
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
6071
|
+
}
|
|
6072
|
+
],
|
|
6073
|
+
"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).",
|
|
6027
6074
|
"privacy": "public"
|
|
6028
6075
|
}
|
|
6029
6076
|
],
|
|
6030
6077
|
"exports": [
|
|
6031
6078
|
{
|
|
6032
6079
|
"kind": "js",
|
|
6033
|
-
"name": "
|
|
6034
|
-
"declaration": {
|
|
6035
|
-
"name": "BooleanRenderer",
|
|
6036
|
-
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6037
|
-
}
|
|
6038
|
-
},
|
|
6039
|
-
{
|
|
6040
|
-
"kind": "js",
|
|
6041
|
-
"name": "agBooleanRendererStyles",
|
|
6080
|
+
"name": "ActionsMenuRenderer",
|
|
6042
6081
|
"declaration": {
|
|
6043
|
-
"name": "
|
|
6044
|
-
"module": "src/cell-renderers/
|
|
6082
|
+
"name": "ActionsMenuRenderer",
|
|
6083
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
6045
6084
|
}
|
|
6046
6085
|
},
|
|
6047
6086
|
{
|
|
6048
6087
|
"kind": "js",
|
|
6049
|
-
"name": "
|
|
6088
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
6050
6089
|
"declaration": {
|
|
6051
|
-
"name": "
|
|
6052
|
-
"module": "src/cell-renderers/
|
|
6090
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
6091
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
6053
6092
|
}
|
|
6054
6093
|
},
|
|
6055
6094
|
{
|
|
6056
6095
|
"kind": "js",
|
|
6057
|
-
"name": "
|
|
6096
|
+
"name": "getActionsMenuDef",
|
|
6058
6097
|
"declaration": {
|
|
6059
|
-
"name": "
|
|
6060
|
-
"module": "src/cell-renderers/
|
|
6098
|
+
"name": "getActionsMenuDef",
|
|
6099
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
6061
6100
|
}
|
|
6062
6101
|
}
|
|
6063
6102
|
]
|
|
6064
6103
|
},
|
|
6065
6104
|
{
|
|
6066
6105
|
"kind": "javascript-module",
|
|
6067
|
-
"path": "src/cell-renderers/
|
|
6106
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
6068
6107
|
"declarations": [
|
|
6069
6108
|
{
|
|
6070
6109
|
"kind": "class",
|
|
6071
|
-
"description": "The AG
|
|
6072
|
-
"name": "
|
|
6110
|
+
"description": "The AG Boolean Renderer element.",
|
|
6111
|
+
"name": "BooleanRenderer",
|
|
6073
6112
|
"members": [
|
|
6074
6113
|
{
|
|
6075
6114
|
"kind": "field",
|
|
6076
|
-
"name": "
|
|
6115
|
+
"name": "params",
|
|
6077
6116
|
"type": {
|
|
6078
|
-
"text": "
|
|
6117
|
+
"text": "ICellRendererParams & BooleanRendererParams"
|
|
6118
|
+
},
|
|
6119
|
+
"privacy": "public"
|
|
6120
|
+
},
|
|
6121
|
+
{
|
|
6122
|
+
"kind": "field",
|
|
6123
|
+
"name": "selected",
|
|
6124
|
+
"type": {
|
|
6125
|
+
"text": "boolean"
|
|
6079
6126
|
}
|
|
6080
6127
|
},
|
|
6128
|
+
{
|
|
6129
|
+
"kind": "method",
|
|
6130
|
+
"name": "isDisabled",
|
|
6131
|
+
"privacy": "public",
|
|
6132
|
+
"return": {
|
|
6133
|
+
"type": {
|
|
6134
|
+
"text": "boolean"
|
|
6135
|
+
}
|
|
6136
|
+
},
|
|
6137
|
+
"parameters": [
|
|
6138
|
+
{
|
|
6139
|
+
"name": "data"
|
|
6140
|
+
}
|
|
6141
|
+
]
|
|
6142
|
+
},
|
|
6081
6143
|
{
|
|
6082
6144
|
"kind": "method",
|
|
6083
6145
|
"name": "init",
|
|
@@ -6101,6 +6163,11 @@
|
|
|
6101
6163
|
}
|
|
6102
6164
|
}
|
|
6103
6165
|
},
|
|
6166
|
+
{
|
|
6167
|
+
"kind": "method",
|
|
6168
|
+
"name": "destroy",
|
|
6169
|
+
"privacy": "public"
|
|
6170
|
+
},
|
|
6104
6171
|
{
|
|
6105
6172
|
"kind": "method",
|
|
6106
6173
|
"name": "refresh",
|
|
@@ -6114,6 +6181,14 @@
|
|
|
6114
6181
|
}
|
|
6115
6182
|
]
|
|
6116
6183
|
},
|
|
6184
|
+
{
|
|
6185
|
+
"kind": "method",
|
|
6186
|
+
"name": "getValue"
|
|
6187
|
+
},
|
|
6188
|
+
{
|
|
6189
|
+
"kind": "method",
|
|
6190
|
+
"name": "isCancelBeforeStart"
|
|
6191
|
+
},
|
|
6117
6192
|
{
|
|
6118
6193
|
"kind": "field",
|
|
6119
6194
|
"name": "_presentation",
|
|
@@ -6230,19 +6305,19 @@
|
|
|
6230
6305
|
"name": "FoundationElement",
|
|
6231
6306
|
"package": "@microsoft/fast-foundation"
|
|
6232
6307
|
},
|
|
6233
|
-
"tagName": "%%prefix%%-
|
|
6308
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
6234
6309
|
"customElement": true
|
|
6235
6310
|
},
|
|
6236
6311
|
{
|
|
6237
6312
|
"kind": "variable",
|
|
6238
|
-
"name": "
|
|
6239
|
-
"default": "css`\n :host {\n
|
|
6240
|
-
"description": "The AG
|
|
6313
|
+
"name": "agBooleanRendererStyles",
|
|
6314
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
6315
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
6241
6316
|
"privacy": "public"
|
|
6242
6317
|
},
|
|
6243
6318
|
{
|
|
6244
6319
|
"kind": "function",
|
|
6245
|
-
"name": "
|
|
6320
|
+
"name": "getAgBooleanRendererTemplate",
|
|
6246
6321
|
"parameters": [
|
|
6247
6322
|
{
|
|
6248
6323
|
"name": "designSystem",
|
|
@@ -6260,90 +6335,61 @@
|
|
|
6260
6335
|
},
|
|
6261
6336
|
{
|
|
6262
6337
|
"kind": "variable",
|
|
6263
|
-
"name": "
|
|
6264
|
-
"description": "A function that returns a Foundation
|
|
6338
|
+
"name": "foundationAgBooleanRenderer",
|
|
6339
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
6265
6340
|
"privacy": "public"
|
|
6266
6341
|
}
|
|
6267
6342
|
],
|
|
6268
6343
|
"exports": [
|
|
6269
6344
|
{
|
|
6270
6345
|
"kind": "js",
|
|
6271
|
-
"name": "
|
|
6346
|
+
"name": "BooleanRenderer",
|
|
6272
6347
|
"declaration": {
|
|
6273
|
-
"name": "
|
|
6274
|
-
"module": "src/cell-renderers/
|
|
6348
|
+
"name": "BooleanRenderer",
|
|
6349
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6275
6350
|
}
|
|
6276
6351
|
},
|
|
6277
6352
|
{
|
|
6278
6353
|
"kind": "js",
|
|
6279
|
-
"name": "
|
|
6354
|
+
"name": "agBooleanRendererStyles",
|
|
6280
6355
|
"declaration": {
|
|
6281
|
-
"name": "
|
|
6282
|
-
"module": "src/cell-renderers/
|
|
6356
|
+
"name": "agBooleanRendererStyles",
|
|
6357
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6283
6358
|
}
|
|
6284
6359
|
},
|
|
6285
6360
|
{
|
|
6286
6361
|
"kind": "js",
|
|
6287
|
-
"name": "
|
|
6362
|
+
"name": "getAgBooleanRendererTemplate",
|
|
6288
6363
|
"declaration": {
|
|
6289
|
-
"name": "
|
|
6290
|
-
"module": "src/cell-renderers/
|
|
6364
|
+
"name": "getAgBooleanRendererTemplate",
|
|
6365
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6291
6366
|
}
|
|
6292
6367
|
},
|
|
6293
6368
|
{
|
|
6294
6369
|
"kind": "js",
|
|
6295
|
-
"name": "
|
|
6370
|
+
"name": "foundationAgBooleanRenderer",
|
|
6296
6371
|
"declaration": {
|
|
6297
|
-
"name": "
|
|
6298
|
-
"module": "src/cell-renderers/
|
|
6372
|
+
"name": "foundationAgBooleanRenderer",
|
|
6373
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6299
6374
|
}
|
|
6300
6375
|
}
|
|
6301
6376
|
]
|
|
6302
6377
|
},
|
|
6303
6378
|
{
|
|
6304
6379
|
"kind": "javascript-module",
|
|
6305
|
-
"path": "src/cell-renderers/
|
|
6380
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
6306
6381
|
"declarations": [
|
|
6307
|
-
{
|
|
6308
|
-
"kind": "variable",
|
|
6309
|
-
"name": "agIconRendererStyles",
|
|
6310
|
-
"default": "css`\n :host {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n width: 100%;\n position: relative;\n }\n\n .icon-container {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 5px;\n }\n\n .icon-container.with-hover {\n padding: 5px;\n line-height: 1;\n }\n\n .icon-container.with-hover:hover {\n cursor: pointer;\n background-color: var(--neutral-stroke-hover);\n }\n\n .icon-container.disabled {\n cursor: not-allowed;\n opacity: 0.5;\n }\n\n .secondary-icon {\n position: absolute;\n top: 50%;\n bottom: 0px;\n right: -5px;\n z-index: 2;\n line-height: 1;\n }\n`",
|
|
6311
|
-
"description": "The AG Icon Renderer Styles.",
|
|
6312
|
-
"privacy": "public"
|
|
6313
|
-
},
|
|
6314
|
-
{
|
|
6315
|
-
"kind": "function",
|
|
6316
|
-
"name": "getIconRendererTemplate",
|
|
6317
|
-
"parameters": [
|
|
6318
|
-
{
|
|
6319
|
-
"name": "designSystem",
|
|
6320
|
-
"default": "'rapid'",
|
|
6321
|
-
"type": {
|
|
6322
|
-
"text": "string"
|
|
6323
|
-
},
|
|
6324
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6325
|
-
}
|
|
6326
|
-
],
|
|
6327
|
-
"description": "Get a Design System prefixed Icon template.",
|
|
6328
|
-
"return": {
|
|
6329
|
-
"type": {
|
|
6330
|
-
"text": ""
|
|
6331
|
-
}
|
|
6332
|
-
},
|
|
6333
|
-
"privacy": "public"
|
|
6334
|
-
},
|
|
6335
6382
|
{
|
|
6336
6383
|
"kind": "class",
|
|
6337
|
-
"description": "
|
|
6338
|
-
"name": "
|
|
6384
|
+
"description": "The AG Editable Renderer element.",
|
|
6385
|
+
"name": "EditableRenderer",
|
|
6339
6386
|
"members": [
|
|
6340
6387
|
{
|
|
6341
6388
|
"kind": "field",
|
|
6342
|
-
"name": "
|
|
6389
|
+
"name": "valueFormatted",
|
|
6343
6390
|
"type": {
|
|
6344
|
-
"text": "
|
|
6345
|
-
}
|
|
6346
|
-
"privacy": "public"
|
|
6391
|
+
"text": "string"
|
|
6392
|
+
}
|
|
6347
6393
|
},
|
|
6348
6394
|
{
|
|
6349
6395
|
"kind": "method",
|
|
@@ -6353,7 +6399,7 @@
|
|
|
6353
6399
|
{
|
|
6354
6400
|
"name": "params",
|
|
6355
6401
|
"type": {
|
|
6356
|
-
"text": "
|
|
6402
|
+
"text": "ICellRendererParams"
|
|
6357
6403
|
}
|
|
6358
6404
|
}
|
|
6359
6405
|
]
|
|
@@ -6371,21 +6417,16 @@
|
|
|
6371
6417
|
{
|
|
6372
6418
|
"kind": "method",
|
|
6373
6419
|
"name": "refresh",
|
|
6420
|
+
"privacy": "public",
|
|
6374
6421
|
"parameters": [
|
|
6375
6422
|
{
|
|
6376
|
-
"name": "params"
|
|
6423
|
+
"name": "params",
|
|
6424
|
+
"type": {
|
|
6425
|
+
"text": "ICellRendererParams"
|
|
6426
|
+
}
|
|
6377
6427
|
}
|
|
6378
6428
|
]
|
|
6379
6429
|
},
|
|
6380
|
-
{
|
|
6381
|
-
"kind": "method",
|
|
6382
|
-
"name": "destroy",
|
|
6383
|
-
"return": {
|
|
6384
|
-
"type": {
|
|
6385
|
-
"text": "void"
|
|
6386
|
-
}
|
|
6387
|
-
}
|
|
6388
|
-
},
|
|
6389
6430
|
{
|
|
6390
6431
|
"kind": "field",
|
|
6391
6432
|
"name": "_presentation",
|
|
@@ -6501,151 +6542,119 @@
|
|
|
6501
6542
|
"superclass": {
|
|
6502
6543
|
"name": "FoundationElement",
|
|
6503
6544
|
"package": "@microsoft/fast-foundation"
|
|
6504
|
-
}
|
|
6545
|
+
},
|
|
6546
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
6547
|
+
"customElement": true
|
|
6505
6548
|
},
|
|
6506
6549
|
{
|
|
6507
6550
|
"kind": "variable",
|
|
6508
|
-
"name": "
|
|
6509
|
-
"
|
|
6551
|
+
"name": "agEditableRendererStyles",
|
|
6552
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
6553
|
+
"description": "The AG Editable Renderer Styles.",
|
|
6510
6554
|
"privacy": "public"
|
|
6511
|
-
}
|
|
6512
|
-
],
|
|
6513
|
-
"exports": [
|
|
6514
|
-
{
|
|
6515
|
-
"kind": "js",
|
|
6516
|
-
"name": "agIconRendererStyles",
|
|
6517
|
-
"declaration": {
|
|
6518
|
-
"name": "agIconRendererStyles",
|
|
6519
|
-
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6520
|
-
}
|
|
6521
|
-
},
|
|
6522
|
-
{
|
|
6523
|
-
"kind": "js",
|
|
6524
|
-
"name": "getIconRendererTemplate",
|
|
6525
|
-
"declaration": {
|
|
6526
|
-
"name": "getIconRendererTemplate",
|
|
6527
|
-
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6528
|
-
}
|
|
6529
6555
|
},
|
|
6530
6556
|
{
|
|
6531
|
-
"kind": "
|
|
6532
|
-
"name": "
|
|
6533
|
-
"
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
|
|
6557
|
+
"kind": "function",
|
|
6558
|
+
"name": "getAgEditableRendererTemplate",
|
|
6559
|
+
"parameters": [
|
|
6560
|
+
{
|
|
6561
|
+
"name": "designSystem",
|
|
6562
|
+
"default": "'foundation'",
|
|
6563
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6564
|
+
}
|
|
6565
|
+
],
|
|
6566
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
6567
|
+
"return": {
|
|
6568
|
+
"type": {
|
|
6569
|
+
"text": ""
|
|
6570
|
+
}
|
|
6571
|
+
},
|
|
6572
|
+
"privacy": "public"
|
|
6537
6573
|
},
|
|
6538
6574
|
{
|
|
6539
|
-
"kind": "
|
|
6540
|
-
"name": "
|
|
6541
|
-
"
|
|
6542
|
-
|
|
6543
|
-
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6544
|
-
}
|
|
6575
|
+
"kind": "variable",
|
|
6576
|
+
"name": "foundationAgEditableRenderer",
|
|
6577
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
6578
|
+
"privacy": "public"
|
|
6545
6579
|
}
|
|
6546
|
-
]
|
|
6547
|
-
},
|
|
6548
|
-
{
|
|
6549
|
-
"kind": "javascript-module",
|
|
6550
|
-
"path": "src/cell-renderers/index.ts",
|
|
6551
|
-
"declarations": [],
|
|
6580
|
+
],
|
|
6552
6581
|
"exports": [
|
|
6553
6582
|
{
|
|
6554
6583
|
"kind": "js",
|
|
6555
|
-
"name": "
|
|
6556
|
-
"declaration": {
|
|
6557
|
-
"name": "*",
|
|
6558
|
-
"package": "./action.renderer"
|
|
6559
|
-
}
|
|
6560
|
-
},
|
|
6561
|
-
{
|
|
6562
|
-
"kind": "js",
|
|
6563
|
-
"name": "*",
|
|
6564
|
-
"declaration": {
|
|
6565
|
-
"name": "*",
|
|
6566
|
-
"package": "./actions-menu.renderer"
|
|
6567
|
-
}
|
|
6568
|
-
},
|
|
6569
|
-
{
|
|
6570
|
-
"kind": "js",
|
|
6571
|
-
"name": "*",
|
|
6572
|
-
"declaration": {
|
|
6573
|
-
"name": "*",
|
|
6574
|
-
"package": "./boolean.renderer"
|
|
6575
|
-
}
|
|
6576
|
-
},
|
|
6577
|
-
{
|
|
6578
|
-
"kind": "js",
|
|
6579
|
-
"name": "*",
|
|
6580
|
-
"declaration": {
|
|
6581
|
-
"name": "*",
|
|
6582
|
-
"package": "./editable.renderer"
|
|
6583
|
-
}
|
|
6584
|
-
},
|
|
6585
|
-
{
|
|
6586
|
-
"kind": "js",
|
|
6587
|
-
"name": "*",
|
|
6588
|
-
"declaration": {
|
|
6589
|
-
"name": "*",
|
|
6590
|
-
"package": "./icon.renderer"
|
|
6591
|
-
}
|
|
6592
|
-
},
|
|
6593
|
-
{
|
|
6594
|
-
"kind": "js",
|
|
6595
|
-
"name": "*",
|
|
6584
|
+
"name": "EditableRenderer",
|
|
6596
6585
|
"declaration": {
|
|
6597
|
-
"name": "
|
|
6598
|
-
"
|
|
6586
|
+
"name": "EditableRenderer",
|
|
6587
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6599
6588
|
}
|
|
6600
6589
|
},
|
|
6601
6590
|
{
|
|
6602
6591
|
"kind": "js",
|
|
6603
|
-
"name": "
|
|
6592
|
+
"name": "agEditableRendererStyles",
|
|
6604
6593
|
"declaration": {
|
|
6605
|
-
"name": "
|
|
6606
|
-
"
|
|
6594
|
+
"name": "agEditableRendererStyles",
|
|
6595
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6607
6596
|
}
|
|
6608
6597
|
},
|
|
6609
6598
|
{
|
|
6610
6599
|
"kind": "js",
|
|
6611
|
-
"name": "
|
|
6600
|
+
"name": "getAgEditableRendererTemplate",
|
|
6612
6601
|
"declaration": {
|
|
6613
|
-
"name": "
|
|
6614
|
-
"
|
|
6602
|
+
"name": "getAgEditableRendererTemplate",
|
|
6603
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6615
6604
|
}
|
|
6616
6605
|
},
|
|
6617
6606
|
{
|
|
6618
6607
|
"kind": "js",
|
|
6619
|
-
"name": "
|
|
6608
|
+
"name": "foundationAgEditableRenderer",
|
|
6620
6609
|
"declaration": {
|
|
6621
|
-
"name": "
|
|
6622
|
-
"
|
|
6610
|
+
"name": "foundationAgEditableRenderer",
|
|
6611
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6623
6612
|
}
|
|
6624
6613
|
}
|
|
6625
6614
|
]
|
|
6626
6615
|
},
|
|
6627
6616
|
{
|
|
6628
6617
|
"kind": "javascript-module",
|
|
6629
|
-
"path": "src/cell-renderers/
|
|
6618
|
+
"path": "src/cell-renderers/icon.renderer.ts",
|
|
6630
6619
|
"declarations": [
|
|
6631
6620
|
{
|
|
6632
|
-
"kind": "
|
|
6633
|
-
"
|
|
6634
|
-
"
|
|
6635
|
-
"
|
|
6621
|
+
"kind": "variable",
|
|
6622
|
+
"name": "agIconRendererStyles",
|
|
6623
|
+
"default": "css`\n :host {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n width: 100%;\n position: relative;\n }\n\n .icon-container {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 5px;\n }\n\n .icon-container.with-hover {\n padding: 5px;\n line-height: 1;\n }\n\n .icon-container.with-hover:hover {\n cursor: pointer;\n background-color: var(--neutral-stroke-hover);\n }\n\n .icon-container.disabled {\n cursor: not-allowed;\n opacity: 0.5;\n }\n\n .secondary-icon {\n position: absolute;\n top: 50%;\n bottom: 0px;\n right: -5px;\n z-index: 2;\n line-height: 1;\n }\n`",
|
|
6624
|
+
"description": "The AG Icon Renderer Styles.",
|
|
6625
|
+
"privacy": "public"
|
|
6626
|
+
},
|
|
6627
|
+
{
|
|
6628
|
+
"kind": "function",
|
|
6629
|
+
"name": "getIconRendererTemplate",
|
|
6630
|
+
"parameters": [
|
|
6636
6631
|
{
|
|
6637
|
-
"
|
|
6638
|
-
"
|
|
6632
|
+
"name": "designSystem",
|
|
6633
|
+
"default": "'rapid'",
|
|
6639
6634
|
"type": {
|
|
6640
|
-
"text": "
|
|
6635
|
+
"text": "string"
|
|
6641
6636
|
},
|
|
6642
|
-
"
|
|
6643
|
-
}
|
|
6637
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6638
|
+
}
|
|
6639
|
+
],
|
|
6640
|
+
"description": "Get a Design System prefixed Icon template.",
|
|
6641
|
+
"return": {
|
|
6642
|
+
"type": {
|
|
6643
|
+
"text": ""
|
|
6644
|
+
}
|
|
6645
|
+
},
|
|
6646
|
+
"privacy": "public"
|
|
6647
|
+
},
|
|
6648
|
+
{
|
|
6649
|
+
"kind": "class",
|
|
6650
|
+
"description": "Plain ag-Grid cell renderer for icons.\nThis renderer creates the FAST custom element using document.createElement.",
|
|
6651
|
+
"name": "IconRenderer",
|
|
6652
|
+
"members": [
|
|
6644
6653
|
{
|
|
6645
6654
|
"kind": "field",
|
|
6646
|
-
"name": "
|
|
6655
|
+
"name": "params",
|
|
6647
6656
|
"type": {
|
|
6648
|
-
"text": "
|
|
6657
|
+
"text": "IconRendererParams"
|
|
6649
6658
|
},
|
|
6650
6659
|
"privacy": "public"
|
|
6651
6660
|
},
|
|
@@ -6657,7 +6666,7 @@
|
|
|
6657
6666
|
{
|
|
6658
6667
|
"name": "params",
|
|
6659
6668
|
"type": {
|
|
6660
|
-
"text": "
|
|
6669
|
+
"text": "IconRendererParams & ICellRendererParams"
|
|
6661
6670
|
}
|
|
6662
6671
|
}
|
|
6663
6672
|
]
|
|
@@ -6672,53 +6681,23 @@
|
|
|
6672
6681
|
}
|
|
6673
6682
|
}
|
|
6674
6683
|
},
|
|
6675
|
-
{
|
|
6676
|
-
"kind": "method",
|
|
6677
|
-
"name": "destroy",
|
|
6678
|
-
"privacy": "public",
|
|
6679
|
-
"return": {
|
|
6680
|
-
"type": {
|
|
6681
|
-
"text": "void"
|
|
6682
|
-
}
|
|
6683
|
-
}
|
|
6684
|
-
},
|
|
6685
6684
|
{
|
|
6686
6685
|
"kind": "method",
|
|
6687
6686
|
"name": "refresh",
|
|
6688
|
-
"privacy": "public",
|
|
6689
|
-
"return": {
|
|
6690
|
-
"type": {
|
|
6691
|
-
"text": "boolean"
|
|
6692
|
-
}
|
|
6693
|
-
},
|
|
6694
6687
|
"parameters": [
|
|
6695
6688
|
{
|
|
6696
|
-
"name": "params"
|
|
6697
|
-
"type": {
|
|
6698
|
-
"text": "SelectCellRendererParams"
|
|
6699
|
-
}
|
|
6689
|
+
"name": "params"
|
|
6700
6690
|
}
|
|
6701
6691
|
]
|
|
6702
6692
|
},
|
|
6703
|
-
{
|
|
6704
|
-
"kind": "field",
|
|
6705
|
-
"name": "selectionChanged",
|
|
6706
|
-
"privacy": "public"
|
|
6707
|
-
},
|
|
6708
6693
|
{
|
|
6709
6694
|
"kind": "method",
|
|
6710
|
-
"name": "
|
|
6711
|
-
"privacy": "public",
|
|
6695
|
+
"name": "destroy",
|
|
6712
6696
|
"return": {
|
|
6713
6697
|
"type": {
|
|
6714
|
-
"text": "
|
|
6715
|
-
}
|
|
6716
|
-
},
|
|
6717
|
-
"parameters": [
|
|
6718
|
-
{
|
|
6719
|
-
"name": "data"
|
|
6698
|
+
"text": "void"
|
|
6720
6699
|
}
|
|
6721
|
-
|
|
6700
|
+
}
|
|
6722
6701
|
},
|
|
6723
6702
|
{
|
|
6724
6703
|
"kind": "field",
|
|
@@ -6835,157 +6814,224 @@
|
|
|
6835
6814
|
"superclass": {
|
|
6836
6815
|
"name": "FoundationElement",
|
|
6837
6816
|
"package": "@microsoft/fast-foundation"
|
|
6838
|
-
}
|
|
6839
|
-
"tagName": "%%prefix%%-select-renderer",
|
|
6840
|
-
"customElement": true
|
|
6841
|
-
},
|
|
6842
|
-
{
|
|
6843
|
-
"kind": "variable",
|
|
6844
|
-
"name": "agSelectRendererStyles",
|
|
6845
|
-
"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`",
|
|
6846
|
-
"description": "The AG Select Renderer Styles.",
|
|
6847
|
-
"privacy": "public"
|
|
6848
|
-
},
|
|
6849
|
-
{
|
|
6850
|
-
"kind": "function",
|
|
6851
|
-
"name": "getSelectRendererTemplate",
|
|
6852
|
-
"parameters": [
|
|
6853
|
-
{
|
|
6854
|
-
"name": "designSystem",
|
|
6855
|
-
"default": "'foundation'",
|
|
6856
|
-
"type": {
|
|
6857
|
-
"text": "string"
|
|
6858
|
-
},
|
|
6859
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6860
|
-
}
|
|
6861
|
-
],
|
|
6862
|
-
"description": "Get a Design System prefixed Select template.",
|
|
6863
|
-
"return": {
|
|
6864
|
-
"type": {
|
|
6865
|
-
"text": ""
|
|
6866
|
-
}
|
|
6867
|
-
},
|
|
6868
|
-
"privacy": "public"
|
|
6817
|
+
}
|
|
6869
6818
|
},
|
|
6870
6819
|
{
|
|
6871
6820
|
"kind": "variable",
|
|
6872
|
-
"name": "
|
|
6873
|
-
"description": "A function that returns a Foundation
|
|
6821
|
+
"name": "foundationIconRenderer",
|
|
6822
|
+
"description": "A function that returns a Foundation Icon Renderer registration for configuring the component with a DesignSystem.",
|
|
6874
6823
|
"privacy": "public"
|
|
6875
6824
|
}
|
|
6876
6825
|
],
|
|
6877
6826
|
"exports": [
|
|
6878
6827
|
{
|
|
6879
6828
|
"kind": "js",
|
|
6880
|
-
"name": "
|
|
6829
|
+
"name": "agIconRendererStyles",
|
|
6881
6830
|
"declaration": {
|
|
6882
|
-
"name": "
|
|
6883
|
-
"module": "src/cell-renderers/
|
|
6831
|
+
"name": "agIconRendererStyles",
|
|
6832
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6884
6833
|
}
|
|
6885
6834
|
},
|
|
6886
6835
|
{
|
|
6887
6836
|
"kind": "js",
|
|
6888
|
-
"name": "
|
|
6837
|
+
"name": "getIconRendererTemplate",
|
|
6889
6838
|
"declaration": {
|
|
6890
|
-
"name": "
|
|
6891
|
-
"module": "src/cell-renderers/
|
|
6839
|
+
"name": "getIconRendererTemplate",
|
|
6840
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6892
6841
|
}
|
|
6893
6842
|
},
|
|
6894
6843
|
{
|
|
6895
6844
|
"kind": "js",
|
|
6896
|
-
"name": "
|
|
6845
|
+
"name": "IconRenderer",
|
|
6897
6846
|
"declaration": {
|
|
6898
|
-
"name": "
|
|
6899
|
-
"module": "src/cell-renderers/
|
|
6847
|
+
"name": "IconRenderer",
|
|
6848
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6900
6849
|
}
|
|
6901
6850
|
},
|
|
6902
6851
|
{
|
|
6903
6852
|
"kind": "js",
|
|
6904
|
-
"name": "
|
|
6853
|
+
"name": "foundationIconRenderer",
|
|
6905
6854
|
"declaration": {
|
|
6906
|
-
"name": "
|
|
6907
|
-
"module": "src/cell-renderers/
|
|
6855
|
+
"name": "foundationIconRenderer",
|
|
6856
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6908
6857
|
}
|
|
6909
6858
|
}
|
|
6910
6859
|
]
|
|
6911
6860
|
},
|
|
6912
6861
|
{
|
|
6913
6862
|
"kind": "javascript-module",
|
|
6914
|
-
"path": "src/cell-renderers/
|
|
6915
|
-
"declarations": [
|
|
6863
|
+
"path": "src/cell-renderers/index.ts",
|
|
6864
|
+
"declarations": [],
|
|
6865
|
+
"exports": [
|
|
6916
6866
|
{
|
|
6917
|
-
"kind": "
|
|
6918
|
-
"name": "
|
|
6919
|
-
"
|
|
6920
|
-
|
|
6921
|
-
|
|
6867
|
+
"kind": "js",
|
|
6868
|
+
"name": "*",
|
|
6869
|
+
"declaration": {
|
|
6870
|
+
"name": "*",
|
|
6871
|
+
"package": "./action.renderer"
|
|
6872
|
+
}
|
|
6922
6873
|
},
|
|
6923
6874
|
{
|
|
6924
|
-
"kind": "
|
|
6925
|
-
"name": "
|
|
6926
|
-
"
|
|
6927
|
-
|
|
6928
|
-
|
|
6929
|
-
|
|
6930
|
-
|
|
6931
|
-
|
|
6932
|
-
|
|
6933
|
-
|
|
6934
|
-
|
|
6935
|
-
|
|
6936
|
-
|
|
6937
|
-
|
|
6938
|
-
"type": {
|
|
6939
|
-
"text": ""
|
|
6940
|
-
}
|
|
6941
|
-
},
|
|
6942
|
-
"privacy": "public"
|
|
6875
|
+
"kind": "js",
|
|
6876
|
+
"name": "*",
|
|
6877
|
+
"declaration": {
|
|
6878
|
+
"name": "*",
|
|
6879
|
+
"package": "./actions-menu.renderer"
|
|
6880
|
+
}
|
|
6881
|
+
},
|
|
6882
|
+
{
|
|
6883
|
+
"kind": "js",
|
|
6884
|
+
"name": "*",
|
|
6885
|
+
"declaration": {
|
|
6886
|
+
"name": "*",
|
|
6887
|
+
"package": "./boolean.renderer"
|
|
6888
|
+
}
|
|
6943
6889
|
},
|
|
6890
|
+
{
|
|
6891
|
+
"kind": "js",
|
|
6892
|
+
"name": "*",
|
|
6893
|
+
"declaration": {
|
|
6894
|
+
"name": "*",
|
|
6895
|
+
"package": "./editable.renderer"
|
|
6896
|
+
}
|
|
6897
|
+
},
|
|
6898
|
+
{
|
|
6899
|
+
"kind": "js",
|
|
6900
|
+
"name": "*",
|
|
6901
|
+
"declaration": {
|
|
6902
|
+
"name": "*",
|
|
6903
|
+
"package": "./icon.renderer"
|
|
6904
|
+
}
|
|
6905
|
+
},
|
|
6906
|
+
{
|
|
6907
|
+
"kind": "js",
|
|
6908
|
+
"name": "*",
|
|
6909
|
+
"declaration": {
|
|
6910
|
+
"name": "*",
|
|
6911
|
+
"package": "./text.renderer"
|
|
6912
|
+
}
|
|
6913
|
+
},
|
|
6914
|
+
{
|
|
6915
|
+
"kind": "js",
|
|
6916
|
+
"name": "*",
|
|
6917
|
+
"declaration": {
|
|
6918
|
+
"name": "*",
|
|
6919
|
+
"package": "./text-field.renderer"
|
|
6920
|
+
}
|
|
6921
|
+
},
|
|
6922
|
+
{
|
|
6923
|
+
"kind": "js",
|
|
6924
|
+
"name": "*",
|
|
6925
|
+
"declaration": {
|
|
6926
|
+
"name": "*",
|
|
6927
|
+
"package": "./status-pill.renderer"
|
|
6928
|
+
}
|
|
6929
|
+
},
|
|
6930
|
+
{
|
|
6931
|
+
"kind": "js",
|
|
6932
|
+
"name": "*",
|
|
6933
|
+
"declaration": {
|
|
6934
|
+
"name": "*",
|
|
6935
|
+
"package": "./select.renderer"
|
|
6936
|
+
}
|
|
6937
|
+
}
|
|
6938
|
+
]
|
|
6939
|
+
},
|
|
6940
|
+
{
|
|
6941
|
+
"kind": "javascript-module",
|
|
6942
|
+
"path": "src/cell-renderers/select.renderer.ts",
|
|
6943
|
+
"declarations": [
|
|
6944
6944
|
{
|
|
6945
6945
|
"kind": "class",
|
|
6946
|
-
"description": "The AG
|
|
6947
|
-
"name": "
|
|
6946
|
+
"description": "The AG Select Renderer element.",
|
|
6947
|
+
"name": "SelectRenderer",
|
|
6948
6948
|
"members": [
|
|
6949
6949
|
{
|
|
6950
6950
|
"kind": "field",
|
|
6951
6951
|
"name": "params",
|
|
6952
6952
|
"type": {
|
|
6953
|
-
"text": "
|
|
6954
|
-
}
|
|
6953
|
+
"text": "SelectCellRendererParams"
|
|
6954
|
+
},
|
|
6955
|
+
"privacy": "public"
|
|
6956
|
+
},
|
|
6957
|
+
{
|
|
6958
|
+
"kind": "field",
|
|
6959
|
+
"name": "value",
|
|
6960
|
+
"type": {
|
|
6961
|
+
"text": "string"
|
|
6962
|
+
},
|
|
6963
|
+
"privacy": "public"
|
|
6955
6964
|
},
|
|
6956
6965
|
{
|
|
6957
6966
|
"kind": "method",
|
|
6958
6967
|
"name": "init",
|
|
6968
|
+
"privacy": "public",
|
|
6959
6969
|
"parameters": [
|
|
6960
6970
|
{
|
|
6961
6971
|
"name": "params",
|
|
6962
6972
|
"type": {
|
|
6963
|
-
"text": "
|
|
6973
|
+
"text": "SelectCellRendererParams"
|
|
6964
6974
|
}
|
|
6965
6975
|
}
|
|
6966
6976
|
]
|
|
6967
6977
|
},
|
|
6968
6978
|
{
|
|
6969
6979
|
"kind": "method",
|
|
6970
|
-
"name": "getGui"
|
|
6980
|
+
"name": "getGui",
|
|
6981
|
+
"privacy": "public",
|
|
6982
|
+
"return": {
|
|
6983
|
+
"type": {
|
|
6984
|
+
"text": "HTMLElement"
|
|
6985
|
+
}
|
|
6986
|
+
}
|
|
6987
|
+
},
|
|
6988
|
+
{
|
|
6989
|
+
"kind": "method",
|
|
6990
|
+
"name": "destroy",
|
|
6991
|
+
"privacy": "public",
|
|
6992
|
+
"return": {
|
|
6993
|
+
"type": {
|
|
6994
|
+
"text": "void"
|
|
6995
|
+
}
|
|
6996
|
+
}
|
|
6971
6997
|
},
|
|
6972
6998
|
{
|
|
6973
6999
|
"kind": "method",
|
|
6974
7000
|
"name": "refresh",
|
|
7001
|
+
"privacy": "public",
|
|
7002
|
+
"return": {
|
|
7003
|
+
"type": {
|
|
7004
|
+
"text": "boolean"
|
|
7005
|
+
}
|
|
7006
|
+
},
|
|
6975
7007
|
"parameters": [
|
|
6976
7008
|
{
|
|
6977
|
-
"name": "params"
|
|
7009
|
+
"name": "params",
|
|
7010
|
+
"type": {
|
|
7011
|
+
"text": "SelectCellRendererParams"
|
|
7012
|
+
}
|
|
6978
7013
|
}
|
|
6979
7014
|
]
|
|
6980
7015
|
},
|
|
7016
|
+
{
|
|
7017
|
+
"kind": "field",
|
|
7018
|
+
"name": "selectionChanged",
|
|
7019
|
+
"privacy": "public"
|
|
7020
|
+
},
|
|
6981
7021
|
{
|
|
6982
7022
|
"kind": "method",
|
|
6983
|
-
"name": "
|
|
7023
|
+
"name": "isDisabled",
|
|
7024
|
+
"privacy": "public",
|
|
6984
7025
|
"return": {
|
|
6985
7026
|
"type": {
|
|
6986
|
-
"text": "
|
|
7027
|
+
"text": "boolean"
|
|
6987
7028
|
}
|
|
6988
|
-
}
|
|
7029
|
+
},
|
|
7030
|
+
"parameters": [
|
|
7031
|
+
{
|
|
7032
|
+
"name": "data"
|
|
7033
|
+
}
|
|
7034
|
+
]
|
|
6989
7035
|
},
|
|
6990
7036
|
{
|
|
6991
7037
|
"kind": "field",
|
|
@@ -7103,151 +7149,156 @@
|
|
|
7103
7149
|
"name": "FoundationElement",
|
|
7104
7150
|
"package": "@microsoft/fast-foundation"
|
|
7105
7151
|
},
|
|
7106
|
-
"tagName": "%%prefix%%-
|
|
7152
|
+
"tagName": "%%prefix%%-select-renderer",
|
|
7107
7153
|
"customElement": true
|
|
7108
7154
|
},
|
|
7109
7155
|
{
|
|
7110
7156
|
"kind": "variable",
|
|
7111
|
-
"name": "
|
|
7112
|
-
"
|
|
7157
|
+
"name": "agSelectRendererStyles",
|
|
7158
|
+
"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`",
|
|
7159
|
+
"description": "The AG Select Renderer Styles.",
|
|
7160
|
+
"privacy": "public"
|
|
7161
|
+
},
|
|
7162
|
+
{
|
|
7163
|
+
"kind": "function",
|
|
7164
|
+
"name": "getSelectRendererTemplate",
|
|
7165
|
+
"parameters": [
|
|
7166
|
+
{
|
|
7167
|
+
"name": "designSystem",
|
|
7168
|
+
"default": "'foundation'",
|
|
7169
|
+
"type": {
|
|
7170
|
+
"text": "string"
|
|
7171
|
+
},
|
|
7172
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7173
|
+
}
|
|
7174
|
+
],
|
|
7175
|
+
"description": "Get a Design System prefixed Select template.",
|
|
7176
|
+
"return": {
|
|
7177
|
+
"type": {
|
|
7178
|
+
"text": ""
|
|
7179
|
+
}
|
|
7180
|
+
},
|
|
7181
|
+
"privacy": "public"
|
|
7182
|
+
},
|
|
7183
|
+
{
|
|
7184
|
+
"kind": "variable",
|
|
7185
|
+
"name": "foundationAgSelectRenderer",
|
|
7186
|
+
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
7113
7187
|
"privacy": "public"
|
|
7114
7188
|
}
|
|
7115
7189
|
],
|
|
7116
7190
|
"exports": [
|
|
7117
7191
|
{
|
|
7118
7192
|
"kind": "js",
|
|
7119
|
-
"name": "
|
|
7193
|
+
"name": "SelectRenderer",
|
|
7120
7194
|
"declaration": {
|
|
7121
|
-
"name": "
|
|
7122
|
-
"module": "src/cell-renderers/
|
|
7195
|
+
"name": "SelectRenderer",
|
|
7196
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
7123
7197
|
}
|
|
7124
7198
|
},
|
|
7125
7199
|
{
|
|
7126
7200
|
"kind": "js",
|
|
7127
|
-
"name": "
|
|
7201
|
+
"name": "agSelectRendererStyles",
|
|
7128
7202
|
"declaration": {
|
|
7129
|
-
"name": "
|
|
7130
|
-
"module": "src/cell-renderers/
|
|
7203
|
+
"name": "agSelectRendererStyles",
|
|
7204
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
7131
7205
|
}
|
|
7132
7206
|
},
|
|
7133
7207
|
{
|
|
7134
7208
|
"kind": "js",
|
|
7135
|
-
"name": "
|
|
7209
|
+
"name": "getSelectRendererTemplate",
|
|
7136
7210
|
"declaration": {
|
|
7137
|
-
"name": "
|
|
7138
|
-
"module": "src/cell-renderers/
|
|
7211
|
+
"name": "getSelectRendererTemplate",
|
|
7212
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
7139
7213
|
}
|
|
7140
7214
|
},
|
|
7141
7215
|
{
|
|
7142
7216
|
"kind": "js",
|
|
7143
|
-
"name": "
|
|
7217
|
+
"name": "foundationAgSelectRenderer",
|
|
7144
7218
|
"declaration": {
|
|
7145
|
-
"name": "
|
|
7146
|
-
"module": "src/cell-renderers/
|
|
7219
|
+
"name": "foundationAgSelectRenderer",
|
|
7220
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
7147
7221
|
}
|
|
7148
7222
|
}
|
|
7149
7223
|
]
|
|
7150
7224
|
},
|
|
7151
7225
|
{
|
|
7152
7226
|
"kind": "javascript-module",
|
|
7153
|
-
"path": "src/cell-renderers/
|
|
7227
|
+
"path": "src/cell-renderers/status-pill.renderer.ts",
|
|
7154
7228
|
"declarations": [
|
|
7155
7229
|
{
|
|
7156
|
-
"kind": "
|
|
7157
|
-
"
|
|
7158
|
-
"
|
|
7159
|
-
"
|
|
7160
|
-
|
|
7161
|
-
|
|
7162
|
-
|
|
7163
|
-
|
|
7164
|
-
|
|
7165
|
-
|
|
7166
|
-
"privacy": "public"
|
|
7167
|
-
},
|
|
7230
|
+
"kind": "variable",
|
|
7231
|
+
"name": "agStatusPillRendererStyles",
|
|
7232
|
+
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
7233
|
+
"description": "The Status Pill Renderer Styles.",
|
|
7234
|
+
"privacy": "public"
|
|
7235
|
+
},
|
|
7236
|
+
{
|
|
7237
|
+
"kind": "function",
|
|
7238
|
+
"name": "getStatusPillRendererTemplate",
|
|
7239
|
+
"parameters": [
|
|
7168
7240
|
{
|
|
7169
|
-
"
|
|
7170
|
-
"
|
|
7241
|
+
"name": "designSystem",
|
|
7242
|
+
"default": "'rapid'",
|
|
7171
7243
|
"type": {
|
|
7172
7244
|
"text": "string"
|
|
7173
7245
|
},
|
|
7174
|
-
"
|
|
7175
|
-
}
|
|
7246
|
+
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
7247
|
+
}
|
|
7248
|
+
],
|
|
7249
|
+
"description": "Get a Design System prefixed Status Pill template.",
|
|
7250
|
+
"return": {
|
|
7251
|
+
"type": {
|
|
7252
|
+
"text": ""
|
|
7253
|
+
}
|
|
7254
|
+
},
|
|
7255
|
+
"privacy": "public"
|
|
7256
|
+
},
|
|
7257
|
+
{
|
|
7258
|
+
"kind": "class",
|
|
7259
|
+
"description": "The AG Status Pill Renderer element.",
|
|
7260
|
+
"name": "StatusPillRenderer",
|
|
7261
|
+
"members": [
|
|
7176
7262
|
{
|
|
7177
7263
|
"kind": "field",
|
|
7178
7264
|
"name": "params",
|
|
7179
7265
|
"type": {
|
|
7180
|
-
"text": "
|
|
7181
|
-
}
|
|
7182
|
-
"privacy": "public"
|
|
7266
|
+
"text": "StatusPillRendererParams"
|
|
7267
|
+
}
|
|
7183
7268
|
},
|
|
7184
7269
|
{
|
|
7185
7270
|
"kind": "method",
|
|
7186
7271
|
"name": "init",
|
|
7187
|
-
"privacy": "public",
|
|
7188
7272
|
"parameters": [
|
|
7189
7273
|
{
|
|
7190
7274
|
"name": "params",
|
|
7191
7275
|
"type": {
|
|
7192
|
-
"text": "
|
|
7276
|
+
"text": "StatusPillRendererParams"
|
|
7193
7277
|
}
|
|
7194
7278
|
}
|
|
7195
7279
|
]
|
|
7196
7280
|
},
|
|
7197
7281
|
{
|
|
7198
7282
|
"kind": "method",
|
|
7199
|
-
"name": "getGui"
|
|
7200
|
-
"privacy": "public",
|
|
7201
|
-
"return": {
|
|
7202
|
-
"type": {
|
|
7203
|
-
"text": "HTMLElement"
|
|
7204
|
-
}
|
|
7205
|
-
}
|
|
7206
|
-
},
|
|
7207
|
-
{
|
|
7208
|
-
"kind": "method",
|
|
7209
|
-
"name": "destroy",
|
|
7210
|
-
"privacy": "public"
|
|
7283
|
+
"name": "getGui"
|
|
7211
7284
|
},
|
|
7212
7285
|
{
|
|
7213
7286
|
"kind": "method",
|
|
7214
7287
|
"name": "refresh",
|
|
7215
|
-
"privacy": "public",
|
|
7216
7288
|
"parameters": [
|
|
7217
7289
|
{
|
|
7218
|
-
"name": "params"
|
|
7219
|
-
"type": {
|
|
7220
|
-
"text": "FuiCellRendererParams"
|
|
7221
|
-
}
|
|
7290
|
+
"name": "params"
|
|
7222
7291
|
}
|
|
7223
7292
|
]
|
|
7224
7293
|
},
|
|
7225
7294
|
{
|
|
7226
7295
|
"kind": "method",
|
|
7227
|
-
"name": "
|
|
7228
|
-
"privacy": "public",
|
|
7296
|
+
"name": "destroy",
|
|
7229
7297
|
"return": {
|
|
7230
7298
|
"type": {
|
|
7231
|
-
"text": "
|
|
7232
|
-
}
|
|
7233
|
-
},
|
|
7234
|
-
"parameters": [
|
|
7235
|
-
{
|
|
7236
|
-
"name": "data"
|
|
7237
|
-
}
|
|
7238
|
-
]
|
|
7239
|
-
},
|
|
7240
|
-
{
|
|
7241
|
-
"kind": "field",
|
|
7242
|
-
"name": "textChanged",
|
|
7243
|
-
"privacy": "public",
|
|
7244
|
-
"description": "On text change handler",
|
|
7245
|
-
"parameters": [
|
|
7246
|
-
{
|
|
7247
|
-
"description": "CustomEvent",
|
|
7248
|
-
"name": "e"
|
|
7299
|
+
"text": "void"
|
|
7249
7300
|
}
|
|
7250
|
-
|
|
7301
|
+
}
|
|
7251
7302
|
},
|
|
7252
7303
|
{
|
|
7253
7304
|
"kind": "field",
|
|
@@ -7361,95 +7412,63 @@
|
|
|
7361
7412
|
}
|
|
7362
7413
|
}
|
|
7363
7414
|
],
|
|
7364
|
-
"superclass": {
|
|
7365
|
-
"name": "FoundationElement",
|
|
7366
|
-
"package": "@microsoft/fast-foundation"
|
|
7367
|
-
},
|
|
7368
|
-
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
7369
|
-
"customElement": true
|
|
7370
|
-
},
|
|
7371
|
-
{
|
|
7372
|
-
"kind": "variable",
|
|
7373
|
-
"name": "textFieldRendererStyles",
|
|
7374
|
-
"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`",
|
|
7375
|
-
"description": "The AG Text Field Renderer Styles.",
|
|
7376
|
-
"privacy": "public"
|
|
7377
|
-
},
|
|
7378
|
-
{
|
|
7379
|
-
"kind": "function",
|
|
7380
|
-
"name": "getTextFieldRendererTemplate",
|
|
7381
|
-
"parameters": [
|
|
7382
|
-
{
|
|
7383
|
-
"name": "designSystem",
|
|
7384
|
-
"default": "'foundation'",
|
|
7385
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7386
|
-
}
|
|
7387
|
-
],
|
|
7388
|
-
"description": "Get a Design System prefixed Text Field template.",
|
|
7389
|
-
"return": {
|
|
7390
|
-
"type": {
|
|
7391
|
-
"text": ""
|
|
7392
|
-
}
|
|
7415
|
+
"superclass": {
|
|
7416
|
+
"name": "FoundationElement",
|
|
7417
|
+
"package": "@microsoft/fast-foundation"
|
|
7393
7418
|
},
|
|
7394
|
-
"
|
|
7419
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
7420
|
+
"customElement": true
|
|
7395
7421
|
},
|
|
7396
7422
|
{
|
|
7397
7423
|
"kind": "variable",
|
|
7398
|
-
"name": "
|
|
7399
|
-
"description": "A function that returns a Foundation
|
|
7424
|
+
"name": "foundationStatusPillRenderer",
|
|
7425
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
7400
7426
|
"privacy": "public"
|
|
7401
7427
|
}
|
|
7402
7428
|
],
|
|
7403
7429
|
"exports": [
|
|
7404
7430
|
{
|
|
7405
7431
|
"kind": "js",
|
|
7406
|
-
"name": "
|
|
7432
|
+
"name": "agStatusPillRendererStyles",
|
|
7407
7433
|
"declaration": {
|
|
7408
|
-
"name": "
|
|
7409
|
-
"module": "src/cell-renderers/
|
|
7434
|
+
"name": "agStatusPillRendererStyles",
|
|
7435
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7410
7436
|
}
|
|
7411
7437
|
},
|
|
7412
7438
|
{
|
|
7413
7439
|
"kind": "js",
|
|
7414
|
-
"name": "
|
|
7440
|
+
"name": "getStatusPillRendererTemplate",
|
|
7415
7441
|
"declaration": {
|
|
7416
|
-
"name": "
|
|
7417
|
-
"module": "src/cell-renderers/
|
|
7442
|
+
"name": "getStatusPillRendererTemplate",
|
|
7443
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7418
7444
|
}
|
|
7419
7445
|
},
|
|
7420
7446
|
{
|
|
7421
7447
|
"kind": "js",
|
|
7422
|
-
"name": "
|
|
7448
|
+
"name": "StatusPillRenderer",
|
|
7423
7449
|
"declaration": {
|
|
7424
|
-
"name": "
|
|
7425
|
-
"module": "src/cell-renderers/
|
|
7450
|
+
"name": "StatusPillRenderer",
|
|
7451
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7426
7452
|
}
|
|
7427
7453
|
},
|
|
7428
7454
|
{
|
|
7429
7455
|
"kind": "js",
|
|
7430
|
-
"name": "
|
|
7456
|
+
"name": "foundationStatusPillRenderer",
|
|
7431
7457
|
"declaration": {
|
|
7432
|
-
"name": "
|
|
7433
|
-
"module": "src/cell-renderers/
|
|
7458
|
+
"name": "foundationStatusPillRenderer",
|
|
7459
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7434
7460
|
}
|
|
7435
7461
|
}
|
|
7436
7462
|
]
|
|
7437
7463
|
},
|
|
7438
7464
|
{
|
|
7439
7465
|
"kind": "javascript-module",
|
|
7440
|
-
"path": "src/cell-renderers/text.renderer.ts",
|
|
7466
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
7441
7467
|
"declarations": [
|
|
7442
7468
|
{
|
|
7443
7469
|
"kind": "class",
|
|
7444
|
-
"description": "",
|
|
7445
|
-
"name": "
|
|
7446
|
-
"superclass": {
|
|
7447
|
-
"name": "AgTextFieldRenderer",
|
|
7448
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
7449
|
-
},
|
|
7450
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7451
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7452
|
-
"customElement": true,
|
|
7470
|
+
"description": "The AG Text Field Renderer element.",
|
|
7471
|
+
"name": "AgTextFieldRenderer",
|
|
7453
7472
|
"members": [
|
|
7454
7473
|
{
|
|
7455
7474
|
"kind": "field",
|
|
@@ -7457,11 +7476,7 @@
|
|
|
7457
7476
|
"type": {
|
|
7458
7477
|
"text": "TextField"
|
|
7459
7478
|
},
|
|
7460
|
-
"privacy": "public"
|
|
7461
|
-
"inheritedFrom": {
|
|
7462
|
-
"name": "AgTextFieldRenderer",
|
|
7463
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7464
|
-
}
|
|
7479
|
+
"privacy": "public"
|
|
7465
7480
|
},
|
|
7466
7481
|
{
|
|
7467
7482
|
"kind": "field",
|
|
@@ -7469,11 +7484,7 @@
|
|
|
7469
7484
|
"type": {
|
|
7470
7485
|
"text": "string"
|
|
7471
7486
|
},
|
|
7472
|
-
"default": "''"
|
|
7473
|
-
"inheritedFrom": {
|
|
7474
|
-
"name": "AgTextFieldRenderer",
|
|
7475
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7476
|
-
}
|
|
7487
|
+
"default": "''"
|
|
7477
7488
|
},
|
|
7478
7489
|
{
|
|
7479
7490
|
"kind": "field",
|
|
@@ -7481,11 +7492,7 @@
|
|
|
7481
7492
|
"type": {
|
|
7482
7493
|
"text": "FuiCellRendererParams"
|
|
7483
7494
|
},
|
|
7484
|
-
"privacy": "public"
|
|
7485
|
-
"inheritedFrom": {
|
|
7486
|
-
"name": "AgTextFieldRenderer",
|
|
7487
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7488
|
-
}
|
|
7495
|
+
"privacy": "public"
|
|
7489
7496
|
},
|
|
7490
7497
|
{
|
|
7491
7498
|
"kind": "method",
|
|
@@ -7498,11 +7505,7 @@
|
|
|
7498
7505
|
"text": "FuiCellRendererParams"
|
|
7499
7506
|
}
|
|
7500
7507
|
}
|
|
7501
|
-
]
|
|
7502
|
-
"inheritedFrom": {
|
|
7503
|
-
"name": "AgTextFieldRenderer",
|
|
7504
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7505
|
-
}
|
|
7508
|
+
]
|
|
7506
7509
|
},
|
|
7507
7510
|
{
|
|
7508
7511
|
"kind": "method",
|
|
@@ -7512,20 +7515,12 @@
|
|
|
7512
7515
|
"type": {
|
|
7513
7516
|
"text": "HTMLElement"
|
|
7514
7517
|
}
|
|
7515
|
-
},
|
|
7516
|
-
"inheritedFrom": {
|
|
7517
|
-
"name": "AgTextFieldRenderer",
|
|
7518
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7519
7518
|
}
|
|
7520
7519
|
},
|
|
7521
7520
|
{
|
|
7522
7521
|
"kind": "method",
|
|
7523
7522
|
"name": "destroy",
|
|
7524
|
-
"privacy": "public"
|
|
7525
|
-
"inheritedFrom": {
|
|
7526
|
-
"name": "AgTextFieldRenderer",
|
|
7527
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7528
|
-
}
|
|
7523
|
+
"privacy": "public"
|
|
7529
7524
|
},
|
|
7530
7525
|
{
|
|
7531
7526
|
"kind": "method",
|
|
@@ -7538,11 +7533,7 @@
|
|
|
7538
7533
|
"text": "FuiCellRendererParams"
|
|
7539
7534
|
}
|
|
7540
7535
|
}
|
|
7541
|
-
]
|
|
7542
|
-
"inheritedFrom": {
|
|
7543
|
-
"name": "AgTextFieldRenderer",
|
|
7544
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7545
|
-
}
|
|
7536
|
+
]
|
|
7546
7537
|
},
|
|
7547
7538
|
{
|
|
7548
7539
|
"kind": "method",
|
|
@@ -7557,11 +7548,7 @@
|
|
|
7557
7548
|
{
|
|
7558
7549
|
"name": "data"
|
|
7559
7550
|
}
|
|
7560
|
-
]
|
|
7561
|
-
"inheritedFrom": {
|
|
7562
|
-
"name": "AgTextFieldRenderer",
|
|
7563
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7564
|
-
}
|
|
7551
|
+
]
|
|
7565
7552
|
},
|
|
7566
7553
|
{
|
|
7567
7554
|
"kind": "field",
|
|
@@ -7573,11 +7560,7 @@
|
|
|
7573
7560
|
"description": "CustomEvent",
|
|
7574
7561
|
"name": "e"
|
|
7575
7562
|
}
|
|
7576
|
-
]
|
|
7577
|
-
"inheritedFrom": {
|
|
7578
|
-
"name": "AgTextFieldRenderer",
|
|
7579
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7580
|
-
}
|
|
7563
|
+
]
|
|
7581
7564
|
},
|
|
7582
7565
|
{
|
|
7583
7566
|
"kind": "field",
|
|
@@ -7690,184 +7673,194 @@
|
|
|
7690
7673
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7691
7674
|
}
|
|
7692
7675
|
}
|
|
7693
|
-
]
|
|
7676
|
+
],
|
|
7677
|
+
"superclass": {
|
|
7678
|
+
"name": "FoundationElement",
|
|
7679
|
+
"package": "@microsoft/fast-foundation"
|
|
7680
|
+
},
|
|
7681
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
7682
|
+
"customElement": true
|
|
7694
7683
|
},
|
|
7695
7684
|
{
|
|
7696
7685
|
"kind": "variable",
|
|
7697
|
-
"name": "
|
|
7698
|
-
"default": "
|
|
7699
|
-
"
|
|
7700
|
-
"
|
|
7686
|
+
"name": "textFieldRendererStyles",
|
|
7687
|
+
"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`",
|
|
7688
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
7689
|
+
"privacy": "public"
|
|
7701
7690
|
},
|
|
7702
7691
|
{
|
|
7703
|
-
"kind": "
|
|
7704
|
-
"name": "
|
|
7705
|
-
"
|
|
7706
|
-
|
|
7707
|
-
|
|
7692
|
+
"kind": "function",
|
|
7693
|
+
"name": "getTextFieldRendererTemplate",
|
|
7694
|
+
"parameters": [
|
|
7695
|
+
{
|
|
7696
|
+
"name": "designSystem",
|
|
7697
|
+
"default": "'foundation'",
|
|
7698
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7699
|
+
}
|
|
7700
|
+
],
|
|
7701
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
7702
|
+
"return": {
|
|
7703
|
+
"type": {
|
|
7704
|
+
"text": ""
|
|
7705
|
+
}
|
|
7706
|
+
},
|
|
7707
|
+
"privacy": "public"
|
|
7708
7708
|
},
|
|
7709
7709
|
{
|
|
7710
7710
|
"kind": "variable",
|
|
7711
|
-
"name": "
|
|
7712
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7713
|
-
"privacy": "public"
|
|
7714
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7711
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7712
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
7713
|
+
"privacy": "public"
|
|
7715
7714
|
}
|
|
7716
7715
|
],
|
|
7717
7716
|
"exports": [
|
|
7718
7717
|
{
|
|
7719
7718
|
"kind": "js",
|
|
7720
|
-
"name": "
|
|
7719
|
+
"name": "AgTextFieldRenderer",
|
|
7721
7720
|
"declaration": {
|
|
7722
|
-
"name": "
|
|
7723
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7721
|
+
"name": "AgTextFieldRenderer",
|
|
7722
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7724
7723
|
}
|
|
7725
7724
|
},
|
|
7726
7725
|
{
|
|
7727
7726
|
"kind": "js",
|
|
7728
|
-
"name": "
|
|
7727
|
+
"name": "textFieldRendererStyles",
|
|
7729
7728
|
"declaration": {
|
|
7730
|
-
"name": "
|
|
7731
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7729
|
+
"name": "textFieldRendererStyles",
|
|
7730
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7732
7731
|
}
|
|
7733
7732
|
},
|
|
7734
7733
|
{
|
|
7735
7734
|
"kind": "js",
|
|
7736
|
-
"name": "
|
|
7735
|
+
"name": "getTextFieldRendererTemplate",
|
|
7737
7736
|
"declaration": {
|
|
7738
|
-
"name": "
|
|
7739
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7737
|
+
"name": "getTextFieldRendererTemplate",
|
|
7738
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7740
7739
|
}
|
|
7741
7740
|
},
|
|
7742
7741
|
{
|
|
7743
7742
|
"kind": "js",
|
|
7744
|
-
"name": "
|
|
7745
|
-
"declaration": {
|
|
7746
|
-
"name": "foundationAgTextRenderer",
|
|
7747
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7748
|
-
}
|
|
7749
|
-
}
|
|
7750
|
-
]
|
|
7751
|
-
},
|
|
7752
|
-
{
|
|
7753
|
-
"kind": "javascript-module",
|
|
7754
|
-
"path": "src/column/column.template.ts",
|
|
7755
|
-
"declarations": [
|
|
7756
|
-
{
|
|
7757
|
-
"kind": "variable",
|
|
7758
|
-
"name": "ColumnTemplate",
|
|
7759
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7760
|
-
"description": "The Grid Pro Column Template.",
|
|
7761
|
-
"privacy": "public"
|
|
7762
|
-
}
|
|
7763
|
-
],
|
|
7764
|
-
"exports": [
|
|
7765
|
-
{
|
|
7766
|
-
"kind": "js",
|
|
7767
|
-
"name": "ColumnTemplate",
|
|
7743
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7768
7744
|
"declaration": {
|
|
7769
|
-
"name": "
|
|
7770
|
-
"module": "src/
|
|
7745
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7746
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7771
7747
|
}
|
|
7772
7748
|
}
|
|
7773
7749
|
]
|
|
7774
7750
|
},
|
|
7775
7751
|
{
|
|
7776
7752
|
"kind": "javascript-module",
|
|
7777
|
-
"path": "src/
|
|
7753
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
7778
7754
|
"declarations": [
|
|
7779
7755
|
{
|
|
7780
7756
|
"kind": "class",
|
|
7781
|
-
"description": "
|
|
7782
|
-
"name": "
|
|
7757
|
+
"description": "",
|
|
7758
|
+
"name": "AgTextRenderer",
|
|
7759
|
+
"superclass": {
|
|
7760
|
+
"name": "AgTextFieldRenderer",
|
|
7761
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
7762
|
+
},
|
|
7763
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7764
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7765
|
+
"customElement": true,
|
|
7783
7766
|
"members": [
|
|
7784
7767
|
{
|
|
7785
7768
|
"kind": "field",
|
|
7786
|
-
"name": "
|
|
7769
|
+
"name": "textField",
|
|
7787
7770
|
"type": {
|
|
7788
|
-
"text": "
|
|
7771
|
+
"text": "TextField"
|
|
7789
7772
|
},
|
|
7790
|
-
"privacy": "public"
|
|
7773
|
+
"privacy": "public",
|
|
7774
|
+
"inheritedFrom": {
|
|
7775
|
+
"name": "AgTextFieldRenderer",
|
|
7776
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7777
|
+
}
|
|
7791
7778
|
},
|
|
7792
7779
|
{
|
|
7793
7780
|
"kind": "field",
|
|
7794
|
-
"name": "
|
|
7781
|
+
"name": "textValue",
|
|
7795
7782
|
"type": {
|
|
7796
|
-
"text": "
|
|
7783
|
+
"text": "string"
|
|
7797
7784
|
},
|
|
7798
|
-
"default": "
|
|
7799
|
-
|
|
7800
|
-
|
|
7801
|
-
|
|
7802
|
-
|
|
7803
|
-
"privacy": "public"
|
|
7785
|
+
"default": "''",
|
|
7786
|
+
"inheritedFrom": {
|
|
7787
|
+
"name": "AgTextFieldRenderer",
|
|
7788
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7789
|
+
}
|
|
7804
7790
|
},
|
|
7805
7791
|
{
|
|
7806
|
-
"kind": "
|
|
7807
|
-
"name": "
|
|
7808
|
-
"
|
|
7809
|
-
"
|
|
7810
|
-
"text": "Node"
|
|
7811
|
-
}
|
|
7792
|
+
"kind": "field",
|
|
7793
|
+
"name": "params",
|
|
7794
|
+
"type": {
|
|
7795
|
+
"text": "FuiCellRendererParams"
|
|
7812
7796
|
},
|
|
7797
|
+
"privacy": "public",
|
|
7813
7798
|
"inheritedFrom": {
|
|
7814
|
-
"name": "
|
|
7815
|
-
"module": "src/
|
|
7799
|
+
"name": "AgTextFieldRenderer",
|
|
7800
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7816
7801
|
}
|
|
7817
7802
|
},
|
|
7818
7803
|
{
|
|
7819
7804
|
"kind": "method",
|
|
7820
|
-
"name": "
|
|
7821
|
-
"
|
|
7822
|
-
"type": {
|
|
7823
|
-
"text": "Node"
|
|
7824
|
-
}
|
|
7825
|
-
},
|
|
7805
|
+
"name": "init",
|
|
7806
|
+
"privacy": "public",
|
|
7826
7807
|
"parameters": [
|
|
7827
7808
|
{
|
|
7828
|
-
"name": "
|
|
7829
|
-
"optional": true,
|
|
7809
|
+
"name": "params",
|
|
7830
7810
|
"type": {
|
|
7831
|
-
"text": "
|
|
7811
|
+
"text": "FuiCellRendererParams"
|
|
7832
7812
|
}
|
|
7833
7813
|
}
|
|
7834
7814
|
],
|
|
7835
7815
|
"inheritedFrom": {
|
|
7836
|
-
"name": "
|
|
7837
|
-
"module": "src/
|
|
7816
|
+
"name": "AgTextFieldRenderer",
|
|
7817
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7838
7818
|
}
|
|
7839
7819
|
},
|
|
7840
7820
|
{
|
|
7841
|
-
"kind": "
|
|
7842
|
-
"name": "
|
|
7821
|
+
"kind": "method",
|
|
7822
|
+
"name": "getGui",
|
|
7823
|
+
"privacy": "public",
|
|
7843
7824
|
"return": {
|
|
7844
7825
|
"type": {
|
|
7845
|
-
"text": ""
|
|
7826
|
+
"text": "HTMLElement"
|
|
7846
7827
|
}
|
|
7847
7828
|
},
|
|
7848
|
-
"readonly": true,
|
|
7849
7829
|
"inheritedFrom": {
|
|
7850
|
-
"name": "
|
|
7851
|
-
"module": "src/
|
|
7830
|
+
"name": "AgTextFieldRenderer",
|
|
7831
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7852
7832
|
}
|
|
7853
7833
|
},
|
|
7854
7834
|
{
|
|
7855
|
-
"kind": "
|
|
7856
|
-
"name": "
|
|
7857
|
-
"
|
|
7858
|
-
|
|
7859
|
-
|
|
7835
|
+
"kind": "method",
|
|
7836
|
+
"name": "destroy",
|
|
7837
|
+
"privacy": "public",
|
|
7838
|
+
"inheritedFrom": {
|
|
7839
|
+
"name": "AgTextFieldRenderer",
|
|
7840
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7841
|
+
}
|
|
7842
|
+
},
|
|
7843
|
+
{
|
|
7844
|
+
"kind": "method",
|
|
7845
|
+
"name": "refresh",
|
|
7846
|
+
"privacy": "public",
|
|
7847
|
+
"parameters": [
|
|
7848
|
+
{
|
|
7849
|
+
"name": "params",
|
|
7850
|
+
"type": {
|
|
7851
|
+
"text": "FuiCellRendererParams"
|
|
7852
|
+
}
|
|
7860
7853
|
}
|
|
7861
|
-
|
|
7862
|
-
"readonly": true,
|
|
7854
|
+
],
|
|
7863
7855
|
"inheritedFrom": {
|
|
7864
|
-
"name": "
|
|
7865
|
-
"module": "src/
|
|
7856
|
+
"name": "AgTextFieldRenderer",
|
|
7857
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7866
7858
|
}
|
|
7867
7859
|
},
|
|
7868
7860
|
{
|
|
7869
7861
|
"kind": "method",
|
|
7870
|
-
"name": "
|
|
7862
|
+
"name": "isDisabled",
|
|
7863
|
+
"privacy": "public",
|
|
7871
7864
|
"return": {
|
|
7872
7865
|
"type": {
|
|
7873
7866
|
"text": "boolean"
|
|
@@ -7875,15 +7868,28 @@
|
|
|
7875
7868
|
},
|
|
7876
7869
|
"parameters": [
|
|
7877
7870
|
{
|
|
7878
|
-
"name": "
|
|
7879
|
-
"type": {
|
|
7880
|
-
"text": "Lifecycletype"
|
|
7881
|
-
}
|
|
7871
|
+
"name": "data"
|
|
7882
7872
|
}
|
|
7883
7873
|
],
|
|
7884
7874
|
"inheritedFrom": {
|
|
7885
|
-
"name": "
|
|
7886
|
-
"module": "src/
|
|
7875
|
+
"name": "AgTextFieldRenderer",
|
|
7876
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7877
|
+
}
|
|
7878
|
+
},
|
|
7879
|
+
{
|
|
7880
|
+
"kind": "field",
|
|
7881
|
+
"name": "textChanged",
|
|
7882
|
+
"privacy": "public",
|
|
7883
|
+
"description": "On text change handler",
|
|
7884
|
+
"parameters": [
|
|
7885
|
+
{
|
|
7886
|
+
"description": "CustomEvent",
|
|
7887
|
+
"name": "e"
|
|
7888
|
+
}
|
|
7889
|
+
],
|
|
7890
|
+
"inheritedFrom": {
|
|
7891
|
+
"name": "AgTextFieldRenderer",
|
|
7892
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7887
7893
|
}
|
|
7888
7894
|
},
|
|
7889
7895
|
{
|
|
@@ -7997,67 +8003,61 @@
|
|
|
7997
8003
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7998
8004
|
}
|
|
7999
8005
|
}
|
|
8000
|
-
]
|
|
8001
|
-
|
|
8002
|
-
|
|
8003
|
-
|
|
8004
|
-
|
|
8005
|
-
|
|
8006
|
-
|
|
8007
|
-
"
|
|
8008
|
-
|
|
8009
|
-
|
|
8010
|
-
|
|
8011
|
-
"
|
|
8012
|
-
"
|
|
8006
|
+
]
|
|
8007
|
+
},
|
|
8008
|
+
{
|
|
8009
|
+
"kind": "variable",
|
|
8010
|
+
"name": "textRendererStyles",
|
|
8011
|
+
"default": "textFieldRendererStyles",
|
|
8012
|
+
"privacy": "public",
|
|
8013
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
8014
|
+
},
|
|
8015
|
+
{
|
|
8016
|
+
"kind": "variable",
|
|
8017
|
+
"name": "getTextRendererTemplate",
|
|
8018
|
+
"default": "getTextFieldRendererTemplate",
|
|
8019
|
+
"privacy": "public",
|
|
8020
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
8021
|
+
},
|
|
8022
|
+
{
|
|
8023
|
+
"kind": "variable",
|
|
8024
|
+
"name": "foundationAgTextRenderer",
|
|
8025
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
8026
|
+
"privacy": "public",
|
|
8027
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
8013
8028
|
}
|
|
8014
8029
|
],
|
|
8015
8030
|
"exports": [
|
|
8016
8031
|
{
|
|
8017
8032
|
"kind": "js",
|
|
8018
|
-
"name": "
|
|
8033
|
+
"name": "AgTextRenderer",
|
|
8019
8034
|
"declaration": {
|
|
8020
|
-
"name": "
|
|
8021
|
-
"module": "src/
|
|
8035
|
+
"name": "AgTextRenderer",
|
|
8036
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8022
8037
|
}
|
|
8023
8038
|
},
|
|
8024
|
-
{
|
|
8025
|
-
"kind": "custom-element-definition",
|
|
8026
|
-
"name": "grid-pro-column",
|
|
8027
|
-
"declaration": {
|
|
8028
|
-
"name": "GridProColumn",
|
|
8029
|
-
"module": "src/column/column.ts"
|
|
8030
|
-
}
|
|
8031
|
-
}
|
|
8032
|
-
]
|
|
8033
|
-
},
|
|
8034
|
-
{
|
|
8035
|
-
"kind": "javascript-module",
|
|
8036
|
-
"path": "src/column/index.ts",
|
|
8037
|
-
"declarations": [],
|
|
8038
|
-
"exports": [
|
|
8039
8039
|
{
|
|
8040
8040
|
"kind": "js",
|
|
8041
|
-
"name": "
|
|
8041
|
+
"name": "textRendererStyles",
|
|
8042
8042
|
"declaration": {
|
|
8043
|
-
"name": "
|
|
8044
|
-
"
|
|
8043
|
+
"name": "textRendererStyles",
|
|
8044
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8045
8045
|
}
|
|
8046
8046
|
},
|
|
8047
8047
|
{
|
|
8048
8048
|
"kind": "js",
|
|
8049
|
-
"name": "
|
|
8049
|
+
"name": "getTextRendererTemplate",
|
|
8050
8050
|
"declaration": {
|
|
8051
|
-
"name": "
|
|
8052
|
-
"
|
|
8051
|
+
"name": "getTextRendererTemplate",
|
|
8052
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8053
8053
|
}
|
|
8054
8054
|
},
|
|
8055
8055
|
{
|
|
8056
8056
|
"kind": "js",
|
|
8057
|
-
"name": "
|
|
8057
|
+
"name": "foundationAgTextRenderer",
|
|
8058
8058
|
"declaration": {
|
|
8059
|
-
"name": "
|
|
8060
|
-
"
|
|
8059
|
+
"name": "foundationAgTextRenderer",
|
|
8060
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8061
8061
|
}
|
|
8062
8062
|
}
|
|
8063
8063
|
]
|
|
@@ -19957,60 +19957,6 @@
|
|
|
19957
19957
|
}
|
|
19958
19958
|
]
|
|
19959
19959
|
},
|
|
19960
|
-
{
|
|
19961
|
-
"kind": "javascript-module",
|
|
19962
|
-
"path": "src/cell-renderers/utils/accessor.ts",
|
|
19963
|
-
"declarations": [
|
|
19964
|
-
{
|
|
19965
|
-
"kind": "function",
|
|
19966
|
-
"name": "setValueWithAccessor",
|
|
19967
|
-
"return": {
|
|
19968
|
-
"type": {
|
|
19969
|
-
"text": "string"
|
|
19970
|
-
}
|
|
19971
|
-
},
|
|
19972
|
-
"parameters": [
|
|
19973
|
-
{
|
|
19974
|
-
"name": "data",
|
|
19975
|
-
"type": {
|
|
19976
|
-
"text": "any"
|
|
19977
|
-
}
|
|
19978
|
-
},
|
|
19979
|
-
{
|
|
19980
|
-
"name": "accessor",
|
|
19981
|
-
"type": {
|
|
19982
|
-
"text": "string"
|
|
19983
|
-
}
|
|
19984
|
-
}
|
|
19985
|
-
]
|
|
19986
|
-
}
|
|
19987
|
-
],
|
|
19988
|
-
"exports": [
|
|
19989
|
-
{
|
|
19990
|
-
"kind": "js",
|
|
19991
|
-
"name": "setValueWithAccessor",
|
|
19992
|
-
"declaration": {
|
|
19993
|
-
"name": "setValueWithAccessor",
|
|
19994
|
-
"module": "src/cell-renderers/utils/accessor.ts"
|
|
19995
|
-
}
|
|
19996
|
-
}
|
|
19997
|
-
]
|
|
19998
|
-
},
|
|
19999
|
-
{
|
|
20000
|
-
"kind": "javascript-module",
|
|
20001
|
-
"path": "src/cell-renderers/utils/index.ts",
|
|
20002
|
-
"declarations": [],
|
|
20003
|
-
"exports": [
|
|
20004
|
-
{
|
|
20005
|
-
"kind": "js",
|
|
20006
|
-
"name": "*",
|
|
20007
|
-
"declaration": {
|
|
20008
|
-
"name": "*",
|
|
20009
|
-
"package": "./accessor"
|
|
20010
|
-
}
|
|
20011
|
-
}
|
|
20012
|
-
]
|
|
20013
|
-
},
|
|
20014
19960
|
{
|
|
20015
19961
|
"kind": "javascript-module",
|
|
20016
19962
|
"path": "src/column/utils/grid-pro-columns.ts",
|
|
@@ -20104,6 +20050,60 @@
|
|
|
20104
20050
|
}
|
|
20105
20051
|
}
|
|
20106
20052
|
]
|
|
20053
|
+
},
|
|
20054
|
+
{
|
|
20055
|
+
"kind": "javascript-module",
|
|
20056
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
20057
|
+
"declarations": [
|
|
20058
|
+
{
|
|
20059
|
+
"kind": "function",
|
|
20060
|
+
"name": "setValueWithAccessor",
|
|
20061
|
+
"return": {
|
|
20062
|
+
"type": {
|
|
20063
|
+
"text": "string"
|
|
20064
|
+
}
|
|
20065
|
+
},
|
|
20066
|
+
"parameters": [
|
|
20067
|
+
{
|
|
20068
|
+
"name": "data",
|
|
20069
|
+
"type": {
|
|
20070
|
+
"text": "any"
|
|
20071
|
+
}
|
|
20072
|
+
},
|
|
20073
|
+
{
|
|
20074
|
+
"name": "accessor",
|
|
20075
|
+
"type": {
|
|
20076
|
+
"text": "string"
|
|
20077
|
+
}
|
|
20078
|
+
}
|
|
20079
|
+
]
|
|
20080
|
+
}
|
|
20081
|
+
],
|
|
20082
|
+
"exports": [
|
|
20083
|
+
{
|
|
20084
|
+
"kind": "js",
|
|
20085
|
+
"name": "setValueWithAccessor",
|
|
20086
|
+
"declaration": {
|
|
20087
|
+
"name": "setValueWithAccessor",
|
|
20088
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
20089
|
+
}
|
|
20090
|
+
}
|
|
20091
|
+
]
|
|
20092
|
+
},
|
|
20093
|
+
{
|
|
20094
|
+
"kind": "javascript-module",
|
|
20095
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
20096
|
+
"declarations": [],
|
|
20097
|
+
"exports": [
|
|
20098
|
+
{
|
|
20099
|
+
"kind": "js",
|
|
20100
|
+
"name": "*",
|
|
20101
|
+
"declaration": {
|
|
20102
|
+
"name": "*",
|
|
20103
|
+
"package": "./accessor"
|
|
20104
|
+
}
|
|
20105
|
+
}
|
|
20106
|
+
]
|
|
20107
20107
|
}
|
|
20108
20108
|
]
|
|
20109
20109
|
}
|