@genesislcap/grid-pro 14.491.0 → 14.492.0-FUI-2571.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
|
@@ -3553,56 +3553,59 @@
|
|
|
3553
3553
|
},
|
|
3554
3554
|
{
|
|
3555
3555
|
"kind": "javascript-module",
|
|
3556
|
-
"path": "src/cell
|
|
3556
|
+
"path": "src/cell/cell.template.ts",
|
|
3557
|
+
"declarations": [
|
|
3558
|
+
{
|
|
3559
|
+
"kind": "variable",
|
|
3560
|
+
"name": "CellTemplate",
|
|
3561
|
+
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
3562
|
+
"description": "The Grid Pro Cell Template.",
|
|
3563
|
+
"privacy": "public"
|
|
3564
|
+
}
|
|
3565
|
+
],
|
|
3566
|
+
"exports": [
|
|
3567
|
+
{
|
|
3568
|
+
"kind": "js",
|
|
3569
|
+
"name": "CellTemplate",
|
|
3570
|
+
"declaration": {
|
|
3571
|
+
"name": "CellTemplate",
|
|
3572
|
+
"module": "src/cell/cell.template.ts"
|
|
3573
|
+
}
|
|
3574
|
+
}
|
|
3575
|
+
]
|
|
3576
|
+
},
|
|
3577
|
+
{
|
|
3578
|
+
"kind": "javascript-module",
|
|
3579
|
+
"path": "src/cell/cell.ts",
|
|
3557
3580
|
"declarations": [
|
|
3558
3581
|
{
|
|
3559
3582
|
"kind": "class",
|
|
3560
|
-
"description": "The
|
|
3561
|
-
"name": "
|
|
3583
|
+
"description": "The Grid Pro Cell element.",
|
|
3584
|
+
"name": "GridProCell",
|
|
3562
3585
|
"members": [
|
|
3563
3586
|
{
|
|
3564
3587
|
"kind": "field",
|
|
3565
|
-
"name": "
|
|
3588
|
+
"name": "renderer",
|
|
3566
3589
|
"type": {
|
|
3567
|
-
"text": "
|
|
3590
|
+
"text": "ICellRendererFunc"
|
|
3568
3591
|
},
|
|
3569
3592
|
"privacy": "public"
|
|
3570
3593
|
},
|
|
3571
3594
|
{
|
|
3572
3595
|
"kind": "field",
|
|
3573
|
-
"name": "
|
|
3596
|
+
"name": "rendererParams",
|
|
3574
3597
|
"type": {
|
|
3575
|
-
"text": "
|
|
3598
|
+
"text": "ICellRendererParams"
|
|
3576
3599
|
},
|
|
3577
3600
|
"privacy": "public"
|
|
3578
3601
|
},
|
|
3579
3602
|
{
|
|
3580
3603
|
"kind": "field",
|
|
3581
|
-
"name": "
|
|
3582
|
-
"type": {
|
|
3583
|
-
"text": "DateEditorParams"
|
|
3584
|
-
}
|
|
3585
|
-
},
|
|
3586
|
-
{
|
|
3587
|
-
"kind": "field",
|
|
3588
|
-
"name": "dateFormat",
|
|
3589
|
-
"type": {
|
|
3590
|
-
"text": "string"
|
|
3591
|
-
}
|
|
3592
|
-
},
|
|
3593
|
-
{
|
|
3594
|
-
"kind": "field",
|
|
3595
|
-
"name": "input",
|
|
3596
|
-
"type": {
|
|
3597
|
-
"text": "any"
|
|
3598
|
-
}
|
|
3599
|
-
},
|
|
3600
|
-
{
|
|
3601
|
-
"kind": "field",
|
|
3602
|
-
"name": "inputType",
|
|
3604
|
+
"name": "slottedRenderer",
|
|
3603
3605
|
"type": {
|
|
3604
|
-
"text": "
|
|
3605
|
-
}
|
|
3606
|
+
"text": "HTMLElement[]"
|
|
3607
|
+
},
|
|
3608
|
+
"privacy": "public"
|
|
3606
3609
|
},
|
|
3607
3610
|
{
|
|
3608
3611
|
"kind": "method",
|
|
@@ -3612,7 +3615,7 @@
|
|
|
3612
3615
|
{
|
|
3613
3616
|
"name": "params",
|
|
3614
3617
|
"type": {
|
|
3615
|
-
"text": "
|
|
3618
|
+
"text": "ICellRendererParams"
|
|
3616
3619
|
}
|
|
3617
3620
|
}
|
|
3618
3621
|
]
|
|
@@ -3627,53 +3630,28 @@
|
|
|
3627
3630
|
}
|
|
3628
3631
|
}
|
|
3629
3632
|
},
|
|
3633
|
+
{
|
|
3634
|
+
"kind": "method",
|
|
3635
|
+
"name": "destroy",
|
|
3636
|
+
"privacy": "public"
|
|
3637
|
+
},
|
|
3630
3638
|
{
|
|
3631
3639
|
"kind": "method",
|
|
3632
3640
|
"name": "refresh",
|
|
3633
3641
|
"privacy": "public",
|
|
3634
|
-
"return": {
|
|
3635
|
-
"type": {
|
|
3636
|
-
"text": "boolean"
|
|
3637
|
-
}
|
|
3638
|
-
},
|
|
3639
3642
|
"parameters": [
|
|
3640
3643
|
{
|
|
3641
3644
|
"name": "params",
|
|
3642
3645
|
"type": {
|
|
3643
|
-
"text": "
|
|
3646
|
+
"text": "ICellRendererParams"
|
|
3644
3647
|
}
|
|
3645
3648
|
}
|
|
3646
3649
|
]
|
|
3647
3650
|
},
|
|
3648
3651
|
{
|
|
3649
3652
|
"kind": "method",
|
|
3650
|
-
"name": "
|
|
3651
|
-
|
|
3652
|
-
{
|
|
3653
|
-
"kind": "method",
|
|
3654
|
-
"name": "isPopup",
|
|
3655
|
-
"return": {
|
|
3656
|
-
"type": {
|
|
3657
|
-
"text": "boolean"
|
|
3658
|
-
}
|
|
3659
|
-
}
|
|
3660
|
-
},
|
|
3661
|
-
{
|
|
3662
|
-
"kind": "method",
|
|
3663
|
-
"name": "changeHandler",
|
|
3664
|
-
"parameters": [
|
|
3665
|
-
{
|
|
3666
|
-
"name": "event"
|
|
3667
|
-
}
|
|
3668
|
-
]
|
|
3669
|
-
},
|
|
3670
|
-
{
|
|
3671
|
-
"kind": "method",
|
|
3672
|
-
"name": "afterGuiAttached"
|
|
3673
|
-
},
|
|
3674
|
-
{
|
|
3675
|
-
"kind": "method",
|
|
3676
|
-
"name": "isCancelBeforeStart"
|
|
3653
|
+
"name": "slottedAgRendererChanged",
|
|
3654
|
+
"privacy": "public"
|
|
3677
3655
|
},
|
|
3678
3656
|
{
|
|
3679
3657
|
"kind": "field",
|
|
@@ -3791,78 +3769,32 @@
|
|
|
3791
3769
|
"name": "FoundationElement",
|
|
3792
3770
|
"package": "@microsoft/fast-foundation"
|
|
3793
3771
|
},
|
|
3794
|
-
"tagName": "
|
|
3772
|
+
"tagName": "grid-pro-cell",
|
|
3795
3773
|
"customElement": true
|
|
3796
|
-
},
|
|
3797
|
-
{
|
|
3798
|
-
"kind": "variable",
|
|
3799
|
-
"name": "agDateEditorStyles",
|
|
3800
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3801
|
-
"description": "The AG Select Renderer Styles.",
|
|
3802
|
-
"privacy": "public"
|
|
3803
|
-
},
|
|
3804
|
-
{
|
|
3805
|
-
"kind": "function",
|
|
3806
|
-
"name": "getDateEditorTemplate",
|
|
3807
|
-
"parameters": [
|
|
3808
|
-
{
|
|
3809
|
-
"name": "prefix",
|
|
3810
|
-
"default": "'foundation'",
|
|
3811
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3812
|
-
}
|
|
3813
|
-
],
|
|
3814
|
-
"description": "Get a Design System prefixed Select template.",
|
|
3815
|
-
"return": {
|
|
3816
|
-
"type": {
|
|
3817
|
-
"text": ""
|
|
3818
|
-
}
|
|
3819
|
-
},
|
|
3820
|
-
"privacy": "public"
|
|
3821
|
-
},
|
|
3822
|
-
{
|
|
3823
|
-
"kind": "variable",
|
|
3824
|
-
"name": "foundationDateEditor",
|
|
3825
|
-
"privacy": "public"
|
|
3826
3774
|
}
|
|
3827
3775
|
],
|
|
3828
3776
|
"exports": [
|
|
3829
3777
|
{
|
|
3830
3778
|
"kind": "js",
|
|
3831
|
-
"name": "
|
|
3832
|
-
"declaration": {
|
|
3833
|
-
"name": "DateEditor",
|
|
3834
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3835
|
-
}
|
|
3836
|
-
},
|
|
3837
|
-
{
|
|
3838
|
-
"kind": "js",
|
|
3839
|
-
"name": "agDateEditorStyles",
|
|
3840
|
-
"declaration": {
|
|
3841
|
-
"name": "agDateEditorStyles",
|
|
3842
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3843
|
-
}
|
|
3844
|
-
},
|
|
3845
|
-
{
|
|
3846
|
-
"kind": "js",
|
|
3847
|
-
"name": "getDateEditorTemplate",
|
|
3779
|
+
"name": "GridProCell",
|
|
3848
3780
|
"declaration": {
|
|
3849
|
-
"name": "
|
|
3850
|
-
"module": "src/cell
|
|
3781
|
+
"name": "GridProCell",
|
|
3782
|
+
"module": "src/cell/cell.ts"
|
|
3851
3783
|
}
|
|
3852
3784
|
},
|
|
3853
3785
|
{
|
|
3854
|
-
"kind": "
|
|
3855
|
-
"name": "
|
|
3786
|
+
"kind": "custom-element-definition",
|
|
3787
|
+
"name": "grid-pro-cell",
|
|
3856
3788
|
"declaration": {
|
|
3857
|
-
"name": "
|
|
3858
|
-
"module": "src/cell
|
|
3789
|
+
"name": "GridProCell",
|
|
3790
|
+
"module": "src/cell/cell.ts"
|
|
3859
3791
|
}
|
|
3860
3792
|
}
|
|
3861
3793
|
]
|
|
3862
3794
|
},
|
|
3863
3795
|
{
|
|
3864
3796
|
"kind": "javascript-module",
|
|
3865
|
-
"path": "src/cell
|
|
3797
|
+
"path": "src/cell/index.ts",
|
|
3866
3798
|
"declarations": [],
|
|
3867
3799
|
"exports": [
|
|
3868
3800
|
{
|
|
@@ -3870,31 +3802,7 @@
|
|
|
3870
3802
|
"name": "*",
|
|
3871
3803
|
"declaration": {
|
|
3872
3804
|
"name": "*",
|
|
3873
|
-
"package": "./
|
|
3874
|
-
}
|
|
3875
|
-
},
|
|
3876
|
-
{
|
|
3877
|
-
"kind": "js",
|
|
3878
|
-
"name": "*",
|
|
3879
|
-
"declaration": {
|
|
3880
|
-
"name": "*",
|
|
3881
|
-
"package": "./multiselect.editor"
|
|
3882
|
-
}
|
|
3883
|
-
},
|
|
3884
|
-
{
|
|
3885
|
-
"kind": "js",
|
|
3886
|
-
"name": "*",
|
|
3887
|
-
"declaration": {
|
|
3888
|
-
"name": "*",
|
|
3889
|
-
"package": "./number.editor"
|
|
3890
|
-
}
|
|
3891
|
-
},
|
|
3892
|
-
{
|
|
3893
|
-
"kind": "js",
|
|
3894
|
-
"name": "*",
|
|
3895
|
-
"declaration": {
|
|
3896
|
-
"name": "*",
|
|
3897
|
-
"package": "./select.editor"
|
|
3805
|
+
"package": "./cell.template"
|
|
3898
3806
|
}
|
|
3899
3807
|
},
|
|
3900
3808
|
{
|
|
@@ -3902,36 +3810,64 @@
|
|
|
3902
3810
|
"name": "*",
|
|
3903
3811
|
"declaration": {
|
|
3904
3812
|
"name": "*",
|
|
3905
|
-
"package": "./
|
|
3813
|
+
"package": "./cell"
|
|
3906
3814
|
}
|
|
3907
3815
|
}
|
|
3908
3816
|
]
|
|
3909
3817
|
},
|
|
3910
3818
|
{
|
|
3911
3819
|
"kind": "javascript-module",
|
|
3912
|
-
"path": "src/cell-editors/
|
|
3820
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
3913
3821
|
"declarations": [
|
|
3914
3822
|
{
|
|
3915
3823
|
"kind": "class",
|
|
3916
|
-
"description": "The AG
|
|
3917
|
-
"name": "
|
|
3824
|
+
"description": "The AG Date Editor element.",
|
|
3825
|
+
"name": "DateEditor",
|
|
3918
3826
|
"members": [
|
|
3919
3827
|
{
|
|
3920
3828
|
"kind": "field",
|
|
3921
|
-
"name": "
|
|
3829
|
+
"name": "value",
|
|
3922
3830
|
"type": {
|
|
3923
|
-
"text": "
|
|
3831
|
+
"text": "number"
|
|
3924
3832
|
},
|
|
3925
3833
|
"privacy": "public"
|
|
3926
3834
|
},
|
|
3927
3835
|
{
|
|
3928
3836
|
"kind": "field",
|
|
3929
|
-
"name": "
|
|
3837
|
+
"name": "actualWidth",
|
|
3930
3838
|
"type": {
|
|
3931
|
-
"text": "
|
|
3839
|
+
"text": "number"
|
|
3932
3840
|
},
|
|
3933
3841
|
"privacy": "public"
|
|
3934
3842
|
},
|
|
3843
|
+
{
|
|
3844
|
+
"kind": "field",
|
|
3845
|
+
"name": "params",
|
|
3846
|
+
"type": {
|
|
3847
|
+
"text": "DateEditorParams"
|
|
3848
|
+
}
|
|
3849
|
+
},
|
|
3850
|
+
{
|
|
3851
|
+
"kind": "field",
|
|
3852
|
+
"name": "dateFormat",
|
|
3853
|
+
"type": {
|
|
3854
|
+
"text": "string"
|
|
3855
|
+
}
|
|
3856
|
+
},
|
|
3857
|
+
{
|
|
3858
|
+
"kind": "field",
|
|
3859
|
+
"name": "input",
|
|
3860
|
+
"type": {
|
|
3861
|
+
"text": "any"
|
|
3862
|
+
}
|
|
3863
|
+
},
|
|
3864
|
+
{
|
|
3865
|
+
"kind": "field",
|
|
3866
|
+
"name": "inputType",
|
|
3867
|
+
"type": {
|
|
3868
|
+
"text": "'datetime-local' | 'date'"
|
|
3869
|
+
}
|
|
3870
|
+
},
|
|
3935
3871
|
{
|
|
3936
3872
|
"kind": "method",
|
|
3937
3873
|
"name": "init",
|
|
@@ -3940,7 +3876,7 @@
|
|
|
3940
3876
|
{
|
|
3941
3877
|
"name": "params",
|
|
3942
3878
|
"type": {
|
|
3943
|
-
"text": "
|
|
3879
|
+
"text": "DateEditorParams"
|
|
3944
3880
|
}
|
|
3945
3881
|
}
|
|
3946
3882
|
]
|
|
@@ -3955,16 +3891,6 @@
|
|
|
3955
3891
|
}
|
|
3956
3892
|
}
|
|
3957
3893
|
},
|
|
3958
|
-
{
|
|
3959
|
-
"kind": "method",
|
|
3960
|
-
"name": "destroy",
|
|
3961
|
-
"privacy": "public",
|
|
3962
|
-
"return": {
|
|
3963
|
-
"type": {
|
|
3964
|
-
"text": "void"
|
|
3965
|
-
}
|
|
3966
|
-
}
|
|
3967
|
-
},
|
|
3968
3894
|
{
|
|
3969
3895
|
"kind": "method",
|
|
3970
3896
|
"name": "refresh",
|
|
@@ -3978,7 +3904,7 @@
|
|
|
3978
3904
|
{
|
|
3979
3905
|
"name": "params",
|
|
3980
3906
|
"type": {
|
|
3981
|
-
"text": "
|
|
3907
|
+
"text": "DateEditorParams"
|
|
3982
3908
|
}
|
|
3983
3909
|
}
|
|
3984
3910
|
]
|
|
@@ -4005,6 +3931,10 @@
|
|
|
4005
3931
|
}
|
|
4006
3932
|
]
|
|
4007
3933
|
},
|
|
3934
|
+
{
|
|
3935
|
+
"kind": "method",
|
|
3936
|
+
"name": "afterGuiAttached"
|
|
3937
|
+
},
|
|
4008
3938
|
{
|
|
4009
3939
|
"kind": "method",
|
|
4010
3940
|
"name": "isCancelBeforeStart"
|
|
@@ -4125,22 +4055,22 @@
|
|
|
4125
4055
|
"name": "FoundationElement",
|
|
4126
4056
|
"package": "@microsoft/fast-foundation"
|
|
4127
4057
|
},
|
|
4128
|
-
"tagName": "%%prefix%%-
|
|
4058
|
+
"tagName": "%%prefix%%-date-editor",
|
|
4129
4059
|
"customElement": true
|
|
4130
4060
|
},
|
|
4131
4061
|
{
|
|
4132
4062
|
"kind": "variable",
|
|
4133
|
-
"name": "
|
|
4134
|
-
"default": "css
|
|
4063
|
+
"name": "agDateEditorStyles",
|
|
4064
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4135
4065
|
"description": "The AG Select Renderer Styles.",
|
|
4136
4066
|
"privacy": "public"
|
|
4137
4067
|
},
|
|
4138
4068
|
{
|
|
4139
4069
|
"kind": "function",
|
|
4140
|
-
"name": "
|
|
4070
|
+
"name": "getDateEditorTemplate",
|
|
4141
4071
|
"parameters": [
|
|
4142
4072
|
{
|
|
4143
|
-
"name": "
|
|
4073
|
+
"name": "prefix",
|
|
4144
4074
|
"default": "'foundation'",
|
|
4145
4075
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4146
4076
|
}
|
|
@@ -4155,83 +4085,114 @@
|
|
|
4155
4085
|
},
|
|
4156
4086
|
{
|
|
4157
4087
|
"kind": "variable",
|
|
4158
|
-
"name": "
|
|
4088
|
+
"name": "foundationDateEditor",
|
|
4159
4089
|
"privacy": "public"
|
|
4160
4090
|
}
|
|
4161
4091
|
],
|
|
4162
4092
|
"exports": [
|
|
4163
4093
|
{
|
|
4164
4094
|
"kind": "js",
|
|
4165
|
-
"name": "
|
|
4095
|
+
"name": "DateEditor",
|
|
4166
4096
|
"declaration": {
|
|
4167
|
-
"name": "
|
|
4168
|
-
"module": "src/cell-editors/
|
|
4097
|
+
"name": "DateEditor",
|
|
4098
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4169
4099
|
}
|
|
4170
4100
|
},
|
|
4171
4101
|
{
|
|
4172
4102
|
"kind": "js",
|
|
4173
|
-
"name": "
|
|
4103
|
+
"name": "agDateEditorStyles",
|
|
4174
4104
|
"declaration": {
|
|
4175
|
-
"name": "
|
|
4176
|
-
"module": "src/cell-editors/
|
|
4105
|
+
"name": "agDateEditorStyles",
|
|
4106
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4177
4107
|
}
|
|
4178
4108
|
},
|
|
4179
4109
|
{
|
|
4180
4110
|
"kind": "js",
|
|
4181
|
-
"name": "
|
|
4111
|
+
"name": "getDateEditorTemplate",
|
|
4182
4112
|
"declaration": {
|
|
4183
|
-
"name": "
|
|
4184
|
-
"module": "src/cell-editors/
|
|
4113
|
+
"name": "getDateEditorTemplate",
|
|
4114
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4185
4115
|
}
|
|
4186
4116
|
},
|
|
4187
4117
|
{
|
|
4188
4118
|
"kind": "js",
|
|
4189
|
-
"name": "
|
|
4119
|
+
"name": "foundationDateEditor",
|
|
4190
4120
|
"declaration": {
|
|
4191
|
-
"name": "
|
|
4192
|
-
"module": "src/cell-editors/
|
|
4121
|
+
"name": "foundationDateEditor",
|
|
4122
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4193
4123
|
}
|
|
4194
4124
|
}
|
|
4195
4125
|
]
|
|
4196
4126
|
},
|
|
4197
4127
|
{
|
|
4198
4128
|
"kind": "javascript-module",
|
|
4199
|
-
"path": "src/cell-editors/
|
|
4129
|
+
"path": "src/cell-editors/index.ts",
|
|
4130
|
+
"declarations": [],
|
|
4131
|
+
"exports": [
|
|
4132
|
+
{
|
|
4133
|
+
"kind": "js",
|
|
4134
|
+
"name": "*",
|
|
4135
|
+
"declaration": {
|
|
4136
|
+
"name": "*",
|
|
4137
|
+
"package": "./date.editor"
|
|
4138
|
+
}
|
|
4139
|
+
},
|
|
4140
|
+
{
|
|
4141
|
+
"kind": "js",
|
|
4142
|
+
"name": "*",
|
|
4143
|
+
"declaration": {
|
|
4144
|
+
"name": "*",
|
|
4145
|
+
"package": "./multiselect.editor"
|
|
4146
|
+
}
|
|
4147
|
+
},
|
|
4148
|
+
{
|
|
4149
|
+
"kind": "js",
|
|
4150
|
+
"name": "*",
|
|
4151
|
+
"declaration": {
|
|
4152
|
+
"name": "*",
|
|
4153
|
+
"package": "./number.editor"
|
|
4154
|
+
}
|
|
4155
|
+
},
|
|
4156
|
+
{
|
|
4157
|
+
"kind": "js",
|
|
4158
|
+
"name": "*",
|
|
4159
|
+
"declaration": {
|
|
4160
|
+
"name": "*",
|
|
4161
|
+
"package": "./select.editor"
|
|
4162
|
+
}
|
|
4163
|
+
},
|
|
4164
|
+
{
|
|
4165
|
+
"kind": "js",
|
|
4166
|
+
"name": "*",
|
|
4167
|
+
"declaration": {
|
|
4168
|
+
"name": "*",
|
|
4169
|
+
"package": "./string.editor"
|
|
4170
|
+
}
|
|
4171
|
+
}
|
|
4172
|
+
]
|
|
4173
|
+
},
|
|
4174
|
+
{
|
|
4175
|
+
"kind": "javascript-module",
|
|
4176
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
4200
4177
|
"declarations": [
|
|
4201
4178
|
{
|
|
4202
4179
|
"kind": "class",
|
|
4203
|
-
"description": "The AG
|
|
4204
|
-
"name": "
|
|
4180
|
+
"description": "The AG Multiselect Editor element.",
|
|
4181
|
+
"name": "MultiselectEditor",
|
|
4205
4182
|
"members": [
|
|
4206
4183
|
{
|
|
4207
4184
|
"kind": "field",
|
|
4208
4185
|
"name": "params",
|
|
4209
4186
|
"type": {
|
|
4210
|
-
"text": "
|
|
4211
|
-
},
|
|
4212
|
-
"privacy": "public"
|
|
4213
|
-
},
|
|
4214
|
-
{
|
|
4215
|
-
"kind": "field",
|
|
4216
|
-
"name": "value",
|
|
4217
|
-
"type": {
|
|
4218
|
-
"text": "number"
|
|
4219
|
-
},
|
|
4220
|
-
"privacy": "public"
|
|
4221
|
-
},
|
|
4222
|
-
{
|
|
4223
|
-
"kind": "field",
|
|
4224
|
-
"name": "actualWidth",
|
|
4225
|
-
"type": {
|
|
4226
|
-
"text": "number"
|
|
4187
|
+
"text": "MultiselectEditorParams"
|
|
4227
4188
|
},
|
|
4228
4189
|
"privacy": "public"
|
|
4229
4190
|
},
|
|
4230
4191
|
{
|
|
4231
4192
|
"kind": "field",
|
|
4232
|
-
"name": "
|
|
4193
|
+
"name": "selectedOptions",
|
|
4233
4194
|
"type": {
|
|
4234
|
-
"text": "any"
|
|
4195
|
+
"text": "any[]"
|
|
4235
4196
|
},
|
|
4236
4197
|
"privacy": "public"
|
|
4237
4198
|
},
|
|
@@ -4243,7 +4204,7 @@
|
|
|
4243
4204
|
{
|
|
4244
4205
|
"name": "params",
|
|
4245
4206
|
"type": {
|
|
4246
|
-
"text": "
|
|
4207
|
+
"text": "MultiselectEditorParams"
|
|
4247
4208
|
}
|
|
4248
4209
|
}
|
|
4249
4210
|
]
|
|
@@ -4258,6 +4219,16 @@
|
|
|
4258
4219
|
}
|
|
4259
4220
|
}
|
|
4260
4221
|
},
|
|
4222
|
+
{
|
|
4223
|
+
"kind": "method",
|
|
4224
|
+
"name": "destroy",
|
|
4225
|
+
"privacy": "public",
|
|
4226
|
+
"return": {
|
|
4227
|
+
"type": {
|
|
4228
|
+
"text": "void"
|
|
4229
|
+
}
|
|
4230
|
+
}
|
|
4231
|
+
},
|
|
4261
4232
|
{
|
|
4262
4233
|
"kind": "method",
|
|
4263
4234
|
"name": "refresh",
|
|
@@ -4271,7 +4242,7 @@
|
|
|
4271
4242
|
{
|
|
4272
4243
|
"name": "params",
|
|
4273
4244
|
"type": {
|
|
4274
|
-
"text": "
|
|
4245
|
+
"text": "MultiselectEditorParams"
|
|
4275
4246
|
}
|
|
4276
4247
|
}
|
|
4277
4248
|
]
|
|
@@ -4289,10 +4260,6 @@
|
|
|
4289
4260
|
}
|
|
4290
4261
|
}
|
|
4291
4262
|
},
|
|
4292
|
-
{
|
|
4293
|
-
"kind": "method",
|
|
4294
|
-
"name": "afterGuiAttached"
|
|
4295
|
-
},
|
|
4296
4263
|
{
|
|
4297
4264
|
"kind": "method",
|
|
4298
4265
|
"name": "changeHandler",
|
|
@@ -4422,19 +4389,19 @@
|
|
|
4422
4389
|
"name": "FoundationElement",
|
|
4423
4390
|
"package": "@microsoft/fast-foundation"
|
|
4424
4391
|
},
|
|
4425
|
-
"tagName": "%%prefix%%-
|
|
4392
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
4426
4393
|
"customElement": true
|
|
4427
4394
|
},
|
|
4428
4395
|
{
|
|
4429
4396
|
"kind": "variable",
|
|
4430
|
-
"name": "
|
|
4431
|
-
"default": "css
|
|
4432
|
-
"description": "The AG
|
|
4397
|
+
"name": "agMultiselectEditorStyles",
|
|
4398
|
+
"default": "css``",
|
|
4399
|
+
"description": "The AG Select Renderer Styles.",
|
|
4433
4400
|
"privacy": "public"
|
|
4434
4401
|
},
|
|
4435
4402
|
{
|
|
4436
4403
|
"kind": "function",
|
|
4437
|
-
"name": "
|
|
4404
|
+
"name": "getMultiselectEditorTemplate",
|
|
4438
4405
|
"parameters": [
|
|
4439
4406
|
{
|
|
4440
4407
|
"name": "designSystem",
|
|
@@ -4452,59 +4419,59 @@
|
|
|
4452
4419
|
},
|
|
4453
4420
|
{
|
|
4454
4421
|
"kind": "variable",
|
|
4455
|
-
"name": "
|
|
4422
|
+
"name": "foundationMultiselectEditor",
|
|
4456
4423
|
"privacy": "public"
|
|
4457
4424
|
}
|
|
4458
4425
|
],
|
|
4459
4426
|
"exports": [
|
|
4460
4427
|
{
|
|
4461
4428
|
"kind": "js",
|
|
4462
|
-
"name": "
|
|
4429
|
+
"name": "MultiselectEditor",
|
|
4463
4430
|
"declaration": {
|
|
4464
|
-
"name": "
|
|
4465
|
-
"module": "src/cell-editors/
|
|
4431
|
+
"name": "MultiselectEditor",
|
|
4432
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4466
4433
|
}
|
|
4467
4434
|
},
|
|
4468
4435
|
{
|
|
4469
4436
|
"kind": "js",
|
|
4470
|
-
"name": "
|
|
4437
|
+
"name": "agMultiselectEditorStyles",
|
|
4471
4438
|
"declaration": {
|
|
4472
|
-
"name": "
|
|
4473
|
-
"module": "src/cell-editors/
|
|
4439
|
+
"name": "agMultiselectEditorStyles",
|
|
4440
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4474
4441
|
}
|
|
4475
4442
|
},
|
|
4476
4443
|
{
|
|
4477
4444
|
"kind": "js",
|
|
4478
|
-
"name": "
|
|
4445
|
+
"name": "getMultiselectEditorTemplate",
|
|
4479
4446
|
"declaration": {
|
|
4480
|
-
"name": "
|
|
4481
|
-
"module": "src/cell-editors/
|
|
4447
|
+
"name": "getMultiselectEditorTemplate",
|
|
4448
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4482
4449
|
}
|
|
4483
4450
|
},
|
|
4484
4451
|
{
|
|
4485
4452
|
"kind": "js",
|
|
4486
|
-
"name": "
|
|
4453
|
+
"name": "foundationMultiselectEditor",
|
|
4487
4454
|
"declaration": {
|
|
4488
|
-
"name": "
|
|
4489
|
-
"module": "src/cell-editors/
|
|
4455
|
+
"name": "foundationMultiselectEditor",
|
|
4456
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4490
4457
|
}
|
|
4491
4458
|
}
|
|
4492
4459
|
]
|
|
4493
4460
|
},
|
|
4494
4461
|
{
|
|
4495
4462
|
"kind": "javascript-module",
|
|
4496
|
-
"path": "src/cell-editors/
|
|
4463
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
4497
4464
|
"declarations": [
|
|
4498
4465
|
{
|
|
4499
4466
|
"kind": "class",
|
|
4500
|
-
"description": "The AG
|
|
4501
|
-
"name": "
|
|
4467
|
+
"description": "The AG Number Editor element.",
|
|
4468
|
+
"name": "NumberEditor",
|
|
4502
4469
|
"members": [
|
|
4503
4470
|
{
|
|
4504
4471
|
"kind": "field",
|
|
4505
4472
|
"name": "params",
|
|
4506
4473
|
"type": {
|
|
4507
|
-
"text": "
|
|
4474
|
+
"text": "NumberEditorParams"
|
|
4508
4475
|
},
|
|
4509
4476
|
"privacy": "public"
|
|
4510
4477
|
},
|
|
@@ -4512,7 +4479,7 @@
|
|
|
4512
4479
|
"kind": "field",
|
|
4513
4480
|
"name": "value",
|
|
4514
4481
|
"type": {
|
|
4515
|
-
"text": "
|
|
4482
|
+
"text": "number"
|
|
4516
4483
|
},
|
|
4517
4484
|
"privacy": "public"
|
|
4518
4485
|
},
|
|
@@ -4526,7 +4493,7 @@
|
|
|
4526
4493
|
},
|
|
4527
4494
|
{
|
|
4528
4495
|
"kind": "field",
|
|
4529
|
-
"name": "
|
|
4496
|
+
"name": "input",
|
|
4530
4497
|
"type": {
|
|
4531
4498
|
"text": "any"
|
|
4532
4499
|
},
|
|
@@ -4540,7 +4507,7 @@
|
|
|
4540
4507
|
{
|
|
4541
4508
|
"name": "params",
|
|
4542
4509
|
"type": {
|
|
4543
|
-
"text": "
|
|
4510
|
+
"text": "NumberEditorParams"
|
|
4544
4511
|
}
|
|
4545
4512
|
}
|
|
4546
4513
|
]
|
|
@@ -4568,7 +4535,7 @@
|
|
|
4568
4535
|
{
|
|
4569
4536
|
"name": "params",
|
|
4570
4537
|
"type": {
|
|
4571
|
-
"text": "
|
|
4538
|
+
"text": "NumberEditorParams"
|
|
4572
4539
|
}
|
|
4573
4540
|
}
|
|
4574
4541
|
]
|
|
@@ -4719,19 +4686,19 @@
|
|
|
4719
4686
|
"name": "FoundationElement",
|
|
4720
4687
|
"package": "@microsoft/fast-foundation"
|
|
4721
4688
|
},
|
|
4722
|
-
"tagName": "%%prefix%%-
|
|
4689
|
+
"tagName": "%%prefix%%-number-editor",
|
|
4723
4690
|
"customElement": true
|
|
4724
4691
|
},
|
|
4725
4692
|
{
|
|
4726
4693
|
"kind": "variable",
|
|
4727
|
-
"name": "
|
|
4728
|
-
"default": "css
|
|
4729
|
-
"description": "The AG
|
|
4694
|
+
"name": "agNumberEditorStyles",
|
|
4695
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4696
|
+
"description": "The AG Number Editor Styles.",
|
|
4730
4697
|
"privacy": "public"
|
|
4731
4698
|
},
|
|
4732
4699
|
{
|
|
4733
4700
|
"kind": "function",
|
|
4734
|
-
"name": "
|
|
4701
|
+
"name": "getNumberEditorTemplate",
|
|
4735
4702
|
"parameters": [
|
|
4736
4703
|
{
|
|
4737
4704
|
"name": "designSystem",
|
|
@@ -4749,59 +4716,59 @@
|
|
|
4749
4716
|
},
|
|
4750
4717
|
{
|
|
4751
4718
|
"kind": "variable",
|
|
4752
|
-
"name": "
|
|
4719
|
+
"name": "foundationNumberEditor",
|
|
4753
4720
|
"privacy": "public"
|
|
4754
4721
|
}
|
|
4755
4722
|
],
|
|
4756
4723
|
"exports": [
|
|
4757
4724
|
{
|
|
4758
4725
|
"kind": "js",
|
|
4759
|
-
"name": "
|
|
4726
|
+
"name": "NumberEditor",
|
|
4760
4727
|
"declaration": {
|
|
4761
|
-
"name": "
|
|
4762
|
-
"module": "src/cell-editors/
|
|
4728
|
+
"name": "NumberEditor",
|
|
4729
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4763
4730
|
}
|
|
4764
4731
|
},
|
|
4765
4732
|
{
|
|
4766
4733
|
"kind": "js",
|
|
4767
|
-
"name": "
|
|
4734
|
+
"name": "agNumberEditorStyles",
|
|
4768
4735
|
"declaration": {
|
|
4769
|
-
"name": "
|
|
4770
|
-
"module": "src/cell-editors/
|
|
4736
|
+
"name": "agNumberEditorStyles",
|
|
4737
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4771
4738
|
}
|
|
4772
4739
|
},
|
|
4773
4740
|
{
|
|
4774
4741
|
"kind": "js",
|
|
4775
|
-
"name": "
|
|
4742
|
+
"name": "getNumberEditorTemplate",
|
|
4776
4743
|
"declaration": {
|
|
4777
|
-
"name": "
|
|
4778
|
-
"module": "src/cell-editors/
|
|
4744
|
+
"name": "getNumberEditorTemplate",
|
|
4745
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4779
4746
|
}
|
|
4780
4747
|
},
|
|
4781
4748
|
{
|
|
4782
4749
|
"kind": "js",
|
|
4783
|
-
"name": "
|
|
4750
|
+
"name": "foundationNumberEditor",
|
|
4784
4751
|
"declaration": {
|
|
4785
|
-
"name": "
|
|
4786
|
-
"module": "src/cell-editors/
|
|
4752
|
+
"name": "foundationNumberEditor",
|
|
4753
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4787
4754
|
}
|
|
4788
4755
|
}
|
|
4789
4756
|
]
|
|
4790
4757
|
},
|
|
4791
4758
|
{
|
|
4792
4759
|
"kind": "javascript-module",
|
|
4793
|
-
"path": "src/cell-editors/
|
|
4760
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
4794
4761
|
"declarations": [
|
|
4795
4762
|
{
|
|
4796
4763
|
"kind": "class",
|
|
4797
|
-
"description": "The AG
|
|
4798
|
-
"name": "
|
|
4764
|
+
"description": "The AG Select Editor element.",
|
|
4765
|
+
"name": "SelectEditor",
|
|
4799
4766
|
"members": [
|
|
4800
4767
|
{
|
|
4801
4768
|
"kind": "field",
|
|
4802
4769
|
"name": "params",
|
|
4803
4770
|
"type": {
|
|
4804
|
-
"text": "
|
|
4771
|
+
"text": "SelectEditorParams"
|
|
4805
4772
|
},
|
|
4806
4773
|
"privacy": "public"
|
|
4807
4774
|
},
|
|
@@ -4823,7 +4790,7 @@
|
|
|
4823
4790
|
},
|
|
4824
4791
|
{
|
|
4825
4792
|
"kind": "field",
|
|
4826
|
-
"name": "
|
|
4793
|
+
"name": "combobox",
|
|
4827
4794
|
"type": {
|
|
4828
4795
|
"text": "any"
|
|
4829
4796
|
},
|
|
@@ -4837,7 +4804,7 @@
|
|
|
4837
4804
|
{
|
|
4838
4805
|
"name": "params",
|
|
4839
4806
|
"type": {
|
|
4840
|
-
"text": "
|
|
4807
|
+
"text": "SelectEditorParams"
|
|
4841
4808
|
}
|
|
4842
4809
|
}
|
|
4843
4810
|
]
|
|
@@ -4865,7 +4832,7 @@
|
|
|
4865
4832
|
{
|
|
4866
4833
|
"name": "params",
|
|
4867
4834
|
"type": {
|
|
4868
|
-
"text": "
|
|
4835
|
+
"text": "SelectEditorParams"
|
|
4869
4836
|
}
|
|
4870
4837
|
}
|
|
4871
4838
|
]
|
|
@@ -5016,19 +4983,19 @@
|
|
|
5016
4983
|
"name": "FoundationElement",
|
|
5017
4984
|
"package": "@microsoft/fast-foundation"
|
|
5018
4985
|
},
|
|
5019
|
-
"tagName": "%%prefix%%-
|
|
4986
|
+
"tagName": "%%prefix%%-select-editor",
|
|
5020
4987
|
"customElement": true
|
|
5021
4988
|
},
|
|
5022
4989
|
{
|
|
5023
4990
|
"kind": "variable",
|
|
5024
|
-
"name": "
|
|
5025
|
-
"default": "css
|
|
5026
|
-
"description": "The AG
|
|
4991
|
+
"name": "agSelectEditorStyles",
|
|
4992
|
+
"default": "css``",
|
|
4993
|
+
"description": "The AG Select Renderer Styles.",
|
|
5027
4994
|
"privacy": "public"
|
|
5028
4995
|
},
|
|
5029
4996
|
{
|
|
5030
4997
|
"kind": "function",
|
|
5031
|
-
"name": "
|
|
4998
|
+
"name": "getSelectEditorTemplate",
|
|
5032
4999
|
"parameters": [
|
|
5033
5000
|
{
|
|
5034
5001
|
"name": "designSystem",
|
|
@@ -5036,7 +5003,7 @@
|
|
|
5036
5003
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5037
5004
|
}
|
|
5038
5005
|
],
|
|
5039
|
-
"description": "Get a Design System prefixed
|
|
5006
|
+
"description": "Get a Design System prefixed Select template.",
|
|
5040
5007
|
"return": {
|
|
5041
5008
|
"type": {
|
|
5042
5009
|
"text": ""
|
|
@@ -5046,98 +5013,83 @@
|
|
|
5046
5013
|
},
|
|
5047
5014
|
{
|
|
5048
5015
|
"kind": "variable",
|
|
5049
|
-
"name": "
|
|
5016
|
+
"name": "foundationSelectEditor",
|
|
5050
5017
|
"privacy": "public"
|
|
5051
5018
|
}
|
|
5052
5019
|
],
|
|
5053
5020
|
"exports": [
|
|
5054
5021
|
{
|
|
5055
5022
|
"kind": "js",
|
|
5056
|
-
"name": "
|
|
5023
|
+
"name": "SelectEditor",
|
|
5057
5024
|
"declaration": {
|
|
5058
|
-
"name": "
|
|
5059
|
-
"module": "src/cell-editors/
|
|
5025
|
+
"name": "SelectEditor",
|
|
5026
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
5060
5027
|
}
|
|
5061
5028
|
},
|
|
5062
5029
|
{
|
|
5063
5030
|
"kind": "js",
|
|
5064
|
-
"name": "
|
|
5031
|
+
"name": "agSelectEditorStyles",
|
|
5065
5032
|
"declaration": {
|
|
5066
|
-
"name": "
|
|
5067
|
-
"module": "src/cell-editors/
|
|
5033
|
+
"name": "agSelectEditorStyles",
|
|
5034
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
5068
5035
|
}
|
|
5069
5036
|
},
|
|
5070
5037
|
{
|
|
5071
5038
|
"kind": "js",
|
|
5072
|
-
"name": "
|
|
5039
|
+
"name": "getSelectEditorTemplate",
|
|
5073
5040
|
"declaration": {
|
|
5074
|
-
"name": "
|
|
5075
|
-
"module": "src/cell-editors/
|
|
5041
|
+
"name": "getSelectEditorTemplate",
|
|
5042
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
5076
5043
|
}
|
|
5077
5044
|
},
|
|
5078
5045
|
{
|
|
5079
5046
|
"kind": "js",
|
|
5080
|
-
"name": "
|
|
5081
|
-
"declaration": {
|
|
5082
|
-
"name": "foundationStringEditor",
|
|
5083
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
5084
|
-
}
|
|
5085
|
-
}
|
|
5086
|
-
]
|
|
5087
|
-
},
|
|
5088
|
-
{
|
|
5089
|
-
"kind": "javascript-module",
|
|
5090
|
-
"path": "src/cell/cell.template.ts",
|
|
5091
|
-
"declarations": [
|
|
5092
|
-
{
|
|
5093
|
-
"kind": "variable",
|
|
5094
|
-
"name": "CellTemplate",
|
|
5095
|
-
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
5096
|
-
"description": "The Grid Pro Cell Template.",
|
|
5097
|
-
"privacy": "public"
|
|
5098
|
-
}
|
|
5099
|
-
],
|
|
5100
|
-
"exports": [
|
|
5101
|
-
{
|
|
5102
|
-
"kind": "js",
|
|
5103
|
-
"name": "CellTemplate",
|
|
5047
|
+
"name": "foundationSelectEditor",
|
|
5104
5048
|
"declaration": {
|
|
5105
|
-
"name": "
|
|
5106
|
-
"module": "src/cell/
|
|
5049
|
+
"name": "foundationSelectEditor",
|
|
5050
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
5107
5051
|
}
|
|
5108
5052
|
}
|
|
5109
5053
|
]
|
|
5110
5054
|
},
|
|
5111
5055
|
{
|
|
5112
5056
|
"kind": "javascript-module",
|
|
5113
|
-
"path": "src/cell/
|
|
5057
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
5114
5058
|
"declarations": [
|
|
5115
5059
|
{
|
|
5116
5060
|
"kind": "class",
|
|
5117
|
-
"description": "The
|
|
5118
|
-
"name": "
|
|
5061
|
+
"description": "The AG String Editor element.",
|
|
5062
|
+
"name": "StringEditor",
|
|
5119
5063
|
"members": [
|
|
5120
5064
|
{
|
|
5121
5065
|
"kind": "field",
|
|
5122
|
-
"name": "
|
|
5066
|
+
"name": "params",
|
|
5123
5067
|
"type": {
|
|
5124
|
-
"text": "
|
|
5068
|
+
"text": "StringEditorParams"
|
|
5125
5069
|
},
|
|
5126
5070
|
"privacy": "public"
|
|
5127
5071
|
},
|
|
5128
5072
|
{
|
|
5129
5073
|
"kind": "field",
|
|
5130
|
-
"name": "
|
|
5074
|
+
"name": "value",
|
|
5131
5075
|
"type": {
|
|
5132
|
-
"text": "
|
|
5076
|
+
"text": "string"
|
|
5133
5077
|
},
|
|
5134
5078
|
"privacy": "public"
|
|
5135
5079
|
},
|
|
5136
5080
|
{
|
|
5137
5081
|
"kind": "field",
|
|
5138
|
-
"name": "
|
|
5082
|
+
"name": "actualWidth",
|
|
5139
5083
|
"type": {
|
|
5140
|
-
"text": "
|
|
5084
|
+
"text": "number"
|
|
5085
|
+
},
|
|
5086
|
+
"privacy": "public"
|
|
5087
|
+
},
|
|
5088
|
+
{
|
|
5089
|
+
"kind": "field",
|
|
5090
|
+
"name": "input",
|
|
5091
|
+
"type": {
|
|
5092
|
+
"text": "any"
|
|
5141
5093
|
},
|
|
5142
5094
|
"privacy": "public"
|
|
5143
5095
|
},
|
|
@@ -5149,7 +5101,7 @@
|
|
|
5149
5101
|
{
|
|
5150
5102
|
"name": "params",
|
|
5151
5103
|
"type": {
|
|
5152
|
-
"text": "
|
|
5104
|
+
"text": "StringEditorParams"
|
|
5153
5105
|
}
|
|
5154
5106
|
}
|
|
5155
5107
|
]
|
|
@@ -5164,28 +5116,53 @@
|
|
|
5164
5116
|
}
|
|
5165
5117
|
}
|
|
5166
5118
|
},
|
|
5167
|
-
{
|
|
5168
|
-
"kind": "method",
|
|
5169
|
-
"name": "destroy",
|
|
5170
|
-
"privacy": "public"
|
|
5171
|
-
},
|
|
5172
5119
|
{
|
|
5173
5120
|
"kind": "method",
|
|
5174
5121
|
"name": "refresh",
|
|
5175
5122
|
"privacy": "public",
|
|
5123
|
+
"return": {
|
|
5124
|
+
"type": {
|
|
5125
|
+
"text": "boolean"
|
|
5126
|
+
}
|
|
5127
|
+
},
|
|
5176
5128
|
"parameters": [
|
|
5177
5129
|
{
|
|
5178
5130
|
"name": "params",
|
|
5179
5131
|
"type": {
|
|
5180
|
-
"text": "
|
|
5132
|
+
"text": "StringEditorParams"
|
|
5181
5133
|
}
|
|
5182
5134
|
}
|
|
5183
5135
|
]
|
|
5184
5136
|
},
|
|
5185
5137
|
{
|
|
5186
5138
|
"kind": "method",
|
|
5187
|
-
"name": "
|
|
5188
|
-
|
|
5139
|
+
"name": "getValue"
|
|
5140
|
+
},
|
|
5141
|
+
{
|
|
5142
|
+
"kind": "method",
|
|
5143
|
+
"name": "isPopup",
|
|
5144
|
+
"return": {
|
|
5145
|
+
"type": {
|
|
5146
|
+
"text": "boolean"
|
|
5147
|
+
}
|
|
5148
|
+
}
|
|
5149
|
+
},
|
|
5150
|
+
{
|
|
5151
|
+
"kind": "method",
|
|
5152
|
+
"name": "afterGuiAttached"
|
|
5153
|
+
},
|
|
5154
|
+
{
|
|
5155
|
+
"kind": "method",
|
|
5156
|
+
"name": "changeHandler",
|
|
5157
|
+
"parameters": [
|
|
5158
|
+
{
|
|
5159
|
+
"name": "event"
|
|
5160
|
+
}
|
|
5161
|
+
]
|
|
5162
|
+
},
|
|
5163
|
+
{
|
|
5164
|
+
"kind": "method",
|
|
5165
|
+
"name": "isCancelBeforeStart"
|
|
5189
5166
|
},
|
|
5190
5167
|
{
|
|
5191
5168
|
"kind": "field",
|
|
@@ -5303,137 +5280,211 @@
|
|
|
5303
5280
|
"name": "FoundationElement",
|
|
5304
5281
|
"package": "@microsoft/fast-foundation"
|
|
5305
5282
|
},
|
|
5306
|
-
"tagName": "
|
|
5283
|
+
"tagName": "%%prefix%%-string-editor",
|
|
5307
5284
|
"customElement": true
|
|
5285
|
+
},
|
|
5286
|
+
{
|
|
5287
|
+
"kind": "variable",
|
|
5288
|
+
"name": "agStringEditorStyles",
|
|
5289
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5290
|
+
"description": "The AG String Renderer Styles.",
|
|
5291
|
+
"privacy": "public"
|
|
5292
|
+
},
|
|
5293
|
+
{
|
|
5294
|
+
"kind": "function",
|
|
5295
|
+
"name": "getStringEditorTemplate",
|
|
5296
|
+
"parameters": [
|
|
5297
|
+
{
|
|
5298
|
+
"name": "designSystem",
|
|
5299
|
+
"default": "'foundation'",
|
|
5300
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5301
|
+
}
|
|
5302
|
+
],
|
|
5303
|
+
"description": "Get a Design System prefixed String template.",
|
|
5304
|
+
"return": {
|
|
5305
|
+
"type": {
|
|
5306
|
+
"text": ""
|
|
5307
|
+
}
|
|
5308
|
+
},
|
|
5309
|
+
"privacy": "public"
|
|
5310
|
+
},
|
|
5311
|
+
{
|
|
5312
|
+
"kind": "variable",
|
|
5313
|
+
"name": "foundationStringEditor",
|
|
5314
|
+
"privacy": "public"
|
|
5308
5315
|
}
|
|
5309
5316
|
],
|
|
5310
5317
|
"exports": [
|
|
5311
5318
|
{
|
|
5312
5319
|
"kind": "js",
|
|
5313
|
-
"name": "
|
|
5320
|
+
"name": "StringEditor",
|
|
5314
5321
|
"declaration": {
|
|
5315
|
-
"name": "
|
|
5316
|
-
"module": "src/cell/
|
|
5322
|
+
"name": "StringEditor",
|
|
5323
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5317
5324
|
}
|
|
5318
5325
|
},
|
|
5319
5326
|
{
|
|
5320
|
-
"kind": "
|
|
5321
|
-
"name": "
|
|
5327
|
+
"kind": "js",
|
|
5328
|
+
"name": "agStringEditorStyles",
|
|
5322
5329
|
"declaration": {
|
|
5323
|
-
"name": "
|
|
5324
|
-
"module": "src/cell/
|
|
5330
|
+
"name": "agStringEditorStyles",
|
|
5331
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5332
|
+
}
|
|
5333
|
+
},
|
|
5334
|
+
{
|
|
5335
|
+
"kind": "js",
|
|
5336
|
+
"name": "getStringEditorTemplate",
|
|
5337
|
+
"declaration": {
|
|
5338
|
+
"name": "getStringEditorTemplate",
|
|
5339
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5340
|
+
}
|
|
5341
|
+
},
|
|
5342
|
+
{
|
|
5343
|
+
"kind": "js",
|
|
5344
|
+
"name": "foundationStringEditor",
|
|
5345
|
+
"declaration": {
|
|
5346
|
+
"name": "foundationStringEditor",
|
|
5347
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5325
5348
|
}
|
|
5326
5349
|
}
|
|
5327
5350
|
]
|
|
5328
5351
|
},
|
|
5329
5352
|
{
|
|
5330
5353
|
"kind": "javascript-module",
|
|
5331
|
-
"path": "src/
|
|
5332
|
-
"declarations": [
|
|
5333
|
-
"exports": [
|
|
5354
|
+
"path": "src/column/column.template.ts",
|
|
5355
|
+
"declarations": [
|
|
5334
5356
|
{
|
|
5335
|
-
"kind": "
|
|
5336
|
-
"name": "
|
|
5337
|
-
"
|
|
5338
|
-
|
|
5339
|
-
|
|
5340
|
-
|
|
5341
|
-
|
|
5357
|
+
"kind": "variable",
|
|
5358
|
+
"name": "ColumnTemplate",
|
|
5359
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5360
|
+
"description": "The Grid Pro Column Template.",
|
|
5361
|
+
"privacy": "public"
|
|
5362
|
+
}
|
|
5363
|
+
],
|
|
5364
|
+
"exports": [
|
|
5342
5365
|
{
|
|
5343
5366
|
"kind": "js",
|
|
5344
|
-
"name": "
|
|
5367
|
+
"name": "ColumnTemplate",
|
|
5345
5368
|
"declaration": {
|
|
5346
|
-
"name": "
|
|
5347
|
-
"
|
|
5369
|
+
"name": "ColumnTemplate",
|
|
5370
|
+
"module": "src/column/column.template.ts"
|
|
5348
5371
|
}
|
|
5349
5372
|
}
|
|
5350
5373
|
]
|
|
5351
5374
|
},
|
|
5352
5375
|
{
|
|
5353
5376
|
"kind": "javascript-module",
|
|
5354
|
-
"path": "src/
|
|
5377
|
+
"path": "src/column/column.ts",
|
|
5355
5378
|
"declarations": [
|
|
5356
5379
|
{
|
|
5357
5380
|
"kind": "class",
|
|
5358
|
-
"description": "The
|
|
5359
|
-
"name": "
|
|
5381
|
+
"description": "The Grid Pro Column element.",
|
|
5382
|
+
"name": "GridProColumn",
|
|
5360
5383
|
"members": [
|
|
5361
5384
|
{
|
|
5362
5385
|
"kind": "field",
|
|
5363
|
-
"name": "
|
|
5386
|
+
"name": "slottedAgCell",
|
|
5364
5387
|
"type": {
|
|
5365
|
-
"text": "
|
|
5388
|
+
"text": "HTMLElement[]"
|
|
5366
5389
|
},
|
|
5367
5390
|
"privacy": "public"
|
|
5368
5391
|
},
|
|
5369
5392
|
{
|
|
5370
5393
|
"kind": "field",
|
|
5371
|
-
"name": "
|
|
5394
|
+
"name": "definition",
|
|
5372
5395
|
"type": {
|
|
5373
|
-
"text": "
|
|
5396
|
+
"text": "ColDef"
|
|
5374
5397
|
},
|
|
5375
|
-
"
|
|
5398
|
+
"default": "{}"
|
|
5376
5399
|
},
|
|
5377
5400
|
{
|
|
5378
5401
|
"kind": "method",
|
|
5379
|
-
"name": "
|
|
5380
|
-
"privacy": "public"
|
|
5381
|
-
"parameters": [
|
|
5382
|
-
{
|
|
5383
|
-
"name": "params",
|
|
5384
|
-
"type": {
|
|
5385
|
-
"text": "ICellRendererParams & ActionRendererParams"
|
|
5386
|
-
}
|
|
5387
|
-
}
|
|
5388
|
-
]
|
|
5402
|
+
"name": "slottedAgCellChanged",
|
|
5403
|
+
"privacy": "public"
|
|
5389
5404
|
},
|
|
5390
5405
|
{
|
|
5391
5406
|
"kind": "method",
|
|
5392
|
-
"name": "
|
|
5393
|
-
"privacy": "public",
|
|
5407
|
+
"name": "deepClone",
|
|
5394
5408
|
"return": {
|
|
5395
5409
|
"type": {
|
|
5396
|
-
"text": "
|
|
5410
|
+
"text": "Node"
|
|
5397
5411
|
}
|
|
5412
|
+
},
|
|
5413
|
+
"inheritedFrom": {
|
|
5414
|
+
"name": "LifecycleMixin",
|
|
5415
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5398
5416
|
}
|
|
5399
5417
|
},
|
|
5400
5418
|
{
|
|
5401
5419
|
"kind": "method",
|
|
5402
|
-
"name": "
|
|
5403
|
-
"
|
|
5420
|
+
"name": "cloneNode",
|
|
5421
|
+
"return": {
|
|
5422
|
+
"type": {
|
|
5423
|
+
"text": "Node"
|
|
5424
|
+
}
|
|
5425
|
+
},
|
|
5404
5426
|
"parameters": [
|
|
5405
5427
|
{
|
|
5406
|
-
"name": "
|
|
5428
|
+
"name": "deep",
|
|
5429
|
+
"optional": true,
|
|
5407
5430
|
"type": {
|
|
5408
|
-
"text": "
|
|
5431
|
+
"text": "boolean"
|
|
5409
5432
|
}
|
|
5410
5433
|
}
|
|
5411
|
-
]
|
|
5434
|
+
],
|
|
5435
|
+
"inheritedFrom": {
|
|
5436
|
+
"name": "LifecycleMixin",
|
|
5437
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5438
|
+
}
|
|
5412
5439
|
},
|
|
5413
5440
|
{
|
|
5414
|
-
"kind": "
|
|
5415
|
-
"name": "
|
|
5416
|
-
"privacy": "public",
|
|
5441
|
+
"kind": "field",
|
|
5442
|
+
"name": "shouldRunDisconnect",
|
|
5417
5443
|
"return": {
|
|
5418
5444
|
"type": {
|
|
5419
|
-
"text": "
|
|
5445
|
+
"text": ""
|
|
5420
5446
|
}
|
|
5421
5447
|
},
|
|
5422
|
-
"
|
|
5423
|
-
|
|
5424
|
-
|
|
5425
|
-
|
|
5426
|
-
|
|
5448
|
+
"readonly": true,
|
|
5449
|
+
"inheritedFrom": {
|
|
5450
|
+
"name": "LifecycleMixin",
|
|
5451
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5452
|
+
}
|
|
5427
5453
|
},
|
|
5428
5454
|
{
|
|
5429
|
-
"kind": "
|
|
5430
|
-
"name": "
|
|
5431
|
-
"
|
|
5455
|
+
"kind": "field",
|
|
5456
|
+
"name": "shouldRunConnect",
|
|
5457
|
+
"return": {
|
|
5458
|
+
"type": {
|
|
5459
|
+
"text": ""
|
|
5460
|
+
}
|
|
5461
|
+
},
|
|
5462
|
+
"readonly": true,
|
|
5463
|
+
"inheritedFrom": {
|
|
5464
|
+
"name": "LifecycleMixin",
|
|
5465
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5466
|
+
}
|
|
5432
5467
|
},
|
|
5433
5468
|
{
|
|
5434
|
-
"kind": "
|
|
5435
|
-
"name": "
|
|
5436
|
-
"
|
|
5469
|
+
"kind": "method",
|
|
5470
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
5471
|
+
"return": {
|
|
5472
|
+
"type": {
|
|
5473
|
+
"text": "boolean"
|
|
5474
|
+
}
|
|
5475
|
+
},
|
|
5476
|
+
"parameters": [
|
|
5477
|
+
{
|
|
5478
|
+
"name": "lifecycleType",
|
|
5479
|
+
"type": {
|
|
5480
|
+
"text": "Lifecycletype"
|
|
5481
|
+
}
|
|
5482
|
+
}
|
|
5483
|
+
],
|
|
5484
|
+
"inheritedFrom": {
|
|
5485
|
+
"name": "LifecycleMixin",
|
|
5486
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5487
|
+
}
|
|
5437
5488
|
},
|
|
5438
5489
|
{
|
|
5439
5490
|
"kind": "field",
|
|
@@ -5547,82 +5598,92 @@
|
|
|
5547
5598
|
}
|
|
5548
5599
|
}
|
|
5549
5600
|
],
|
|
5601
|
+
"mixins": [
|
|
5602
|
+
{
|
|
5603
|
+
"name": "LifecycleMixin",
|
|
5604
|
+
"package": "@genesislcap/foundation-utils"
|
|
5605
|
+
}
|
|
5606
|
+
],
|
|
5550
5607
|
"superclass": {
|
|
5551
5608
|
"name": "FoundationElement",
|
|
5552
5609
|
"package": "@microsoft/fast-foundation"
|
|
5553
5610
|
},
|
|
5554
|
-
"tagName": "
|
|
5611
|
+
"tagName": "grid-pro-column",
|
|
5555
5612
|
"customElement": true
|
|
5556
|
-
},
|
|
5557
|
-
{
|
|
5558
|
-
"kind": "variable",
|
|
5559
|
-
"name": "actionHeightMultiplier",
|
|
5560
|
-
"description": "The base height multiplier for the action renderer.",
|
|
5561
|
-
"privacy": "public"
|
|
5562
|
-
},
|
|
5563
|
-
{
|
|
5564
|
-
"kind": "variable",
|
|
5565
|
-
"name": "agActionRendererStyles",
|
|
5566
|
-
"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`",
|
|
5567
|
-
"description": "The AG Action Renderer Styles.",
|
|
5568
|
-
"privacy": "public"
|
|
5569
|
-
},
|
|
5570
|
-
{
|
|
5571
|
-
"kind": "variable",
|
|
5572
|
-
"name": "foundationGridProActionRenderer",
|
|
5573
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5574
|
-
"privacy": "public"
|
|
5575
5613
|
}
|
|
5576
5614
|
],
|
|
5577
5615
|
"exports": [
|
|
5578
5616
|
{
|
|
5579
5617
|
"kind": "js",
|
|
5580
|
-
"name": "
|
|
5618
|
+
"name": "GridProColumn",
|
|
5581
5619
|
"declaration": {
|
|
5582
|
-
"name": "
|
|
5583
|
-
"module": "src/
|
|
5620
|
+
"name": "GridProColumn",
|
|
5621
|
+
"module": "src/column/column.ts"
|
|
5584
5622
|
}
|
|
5585
5623
|
},
|
|
5624
|
+
{
|
|
5625
|
+
"kind": "custom-element-definition",
|
|
5626
|
+
"name": "grid-pro-column",
|
|
5627
|
+
"declaration": {
|
|
5628
|
+
"name": "GridProColumn",
|
|
5629
|
+
"module": "src/column/column.ts"
|
|
5630
|
+
}
|
|
5631
|
+
}
|
|
5632
|
+
]
|
|
5633
|
+
},
|
|
5634
|
+
{
|
|
5635
|
+
"kind": "javascript-module",
|
|
5636
|
+
"path": "src/column/index.ts",
|
|
5637
|
+
"declarations": [],
|
|
5638
|
+
"exports": [
|
|
5586
5639
|
{
|
|
5587
5640
|
"kind": "js",
|
|
5588
|
-
"name": "
|
|
5641
|
+
"name": "*",
|
|
5589
5642
|
"declaration": {
|
|
5590
|
-
"name": "
|
|
5591
|
-
"
|
|
5643
|
+
"name": "*",
|
|
5644
|
+
"package": "./column.template"
|
|
5592
5645
|
}
|
|
5593
5646
|
},
|
|
5594
5647
|
{
|
|
5595
5648
|
"kind": "js",
|
|
5596
|
-
"name": "
|
|
5649
|
+
"name": "*",
|
|
5597
5650
|
"declaration": {
|
|
5598
|
-
"name": "
|
|
5599
|
-
"
|
|
5651
|
+
"name": "*",
|
|
5652
|
+
"package": "./column"
|
|
5600
5653
|
}
|
|
5601
5654
|
},
|
|
5602
5655
|
{
|
|
5603
5656
|
"kind": "js",
|
|
5604
|
-
"name": "
|
|
5657
|
+
"name": "*",
|
|
5605
5658
|
"declaration": {
|
|
5606
|
-
"name": "
|
|
5607
|
-
"
|
|
5659
|
+
"name": "*",
|
|
5660
|
+
"package": "./utils"
|
|
5608
5661
|
}
|
|
5609
5662
|
}
|
|
5610
5663
|
]
|
|
5611
5664
|
},
|
|
5612
5665
|
{
|
|
5613
5666
|
"kind": "javascript-module",
|
|
5614
|
-
"path": "src/cell-renderers/
|
|
5667
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5615
5668
|
"declarations": [
|
|
5616
5669
|
{
|
|
5617
5670
|
"kind": "class",
|
|
5618
|
-
"description": "The
|
|
5619
|
-
"name": "
|
|
5671
|
+
"description": "The AG Action Renderer element.",
|
|
5672
|
+
"name": "ActionRenderer",
|
|
5620
5673
|
"members": [
|
|
5621
5674
|
{
|
|
5622
5675
|
"kind": "field",
|
|
5623
5676
|
"name": "params",
|
|
5624
5677
|
"type": {
|
|
5625
|
-
"text": "ICellRendererParams"
|
|
5678
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5679
|
+
},
|
|
5680
|
+
"privacy": "public"
|
|
5681
|
+
},
|
|
5682
|
+
{
|
|
5683
|
+
"kind": "field",
|
|
5684
|
+
"name": "pendingAction",
|
|
5685
|
+
"type": {
|
|
5686
|
+
"text": "boolean"
|
|
5626
5687
|
},
|
|
5627
5688
|
"privacy": "public"
|
|
5628
5689
|
},
|
|
@@ -5634,7 +5695,7 @@
|
|
|
5634
5695
|
{
|
|
5635
5696
|
"name": "params",
|
|
5636
5697
|
"type": {
|
|
5637
|
-
"text": "ICellRendererParams"
|
|
5698
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5638
5699
|
}
|
|
5639
5700
|
}
|
|
5640
5701
|
]
|
|
@@ -5662,6 +5723,31 @@
|
|
|
5662
5723
|
}
|
|
5663
5724
|
]
|
|
5664
5725
|
},
|
|
5726
|
+
{
|
|
5727
|
+
"kind": "method",
|
|
5728
|
+
"name": "isDisabled",
|
|
5729
|
+
"privacy": "public",
|
|
5730
|
+
"return": {
|
|
5731
|
+
"type": {
|
|
5732
|
+
"text": "boolean"
|
|
5733
|
+
}
|
|
5734
|
+
},
|
|
5735
|
+
"parameters": [
|
|
5736
|
+
{
|
|
5737
|
+
"name": "data"
|
|
5738
|
+
}
|
|
5739
|
+
]
|
|
5740
|
+
},
|
|
5741
|
+
{
|
|
5742
|
+
"kind": "method",
|
|
5743
|
+
"name": "clickHandler",
|
|
5744
|
+
"privacy": "public"
|
|
5745
|
+
},
|
|
5746
|
+
{
|
|
5747
|
+
"kind": "field",
|
|
5748
|
+
"name": "dataTestId",
|
|
5749
|
+
"readonly": true
|
|
5750
|
+
},
|
|
5665
5751
|
{
|
|
5666
5752
|
"kind": "field",
|
|
5667
5753
|
"name": "_presentation",
|
|
@@ -5778,134 +5864,81 @@
|
|
|
5778
5864
|
"name": "FoundationElement",
|
|
5779
5865
|
"package": "@microsoft/fast-foundation"
|
|
5780
5866
|
},
|
|
5781
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5867
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5782
5868
|
"customElement": true
|
|
5783
5869
|
},
|
|
5784
5870
|
{
|
|
5785
5871
|
"kind": "variable",
|
|
5786
|
-
"name": "
|
|
5787
|
-
"description": "
|
|
5872
|
+
"name": "actionHeightMultiplier",
|
|
5873
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5788
5874
|
"privacy": "public"
|
|
5789
5875
|
},
|
|
5790
5876
|
{
|
|
5791
|
-
"kind": "
|
|
5792
|
-
"name": "
|
|
5793
|
-
"
|
|
5794
|
-
|
|
5795
|
-
|
|
5796
|
-
|
|
5797
|
-
|
|
5798
|
-
"
|
|
5799
|
-
|
|
5800
|
-
|
|
5801
|
-
"type": {
|
|
5802
|
-
"text": "ActionMenuItem[]"
|
|
5803
|
-
},
|
|
5804
|
-
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
5805
|
-
},
|
|
5806
|
-
{
|
|
5807
|
-
"name": "overrideDef",
|
|
5808
|
-
"default": "{}",
|
|
5809
|
-
"type": {
|
|
5810
|
-
"text": "ColDef"
|
|
5811
|
-
},
|
|
5812
|
-
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
5813
|
-
},
|
|
5814
|
-
{
|
|
5815
|
-
"name": "customActionsOpenerName",
|
|
5816
|
-
"default": "'⋮'",
|
|
5817
|
-
"type": {
|
|
5818
|
-
"text": "string"
|
|
5819
|
-
},
|
|
5820
|
-
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
5821
|
-
},
|
|
5822
|
-
{
|
|
5823
|
-
"name": "isVertical",
|
|
5824
|
-
"default": "false",
|
|
5825
|
-
"type": {
|
|
5826
|
-
"text": "boolean"
|
|
5827
|
-
},
|
|
5828
|
-
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
5829
|
-
},
|
|
5830
|
-
{
|
|
5831
|
-
"name": "buttonAppearance",
|
|
5832
|
-
"optional": true,
|
|
5833
|
-
"type": {
|
|
5834
|
-
"text": "string"
|
|
5835
|
-
},
|
|
5836
|
-
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
5837
|
-
}
|
|
5838
|
-
],
|
|
5839
|
-
"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).",
|
|
5877
|
+
"kind": "variable",
|
|
5878
|
+
"name": "agActionRendererStyles",
|
|
5879
|
+
"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`",
|
|
5880
|
+
"description": "The AG Action Renderer Styles.",
|
|
5881
|
+
"privacy": "public"
|
|
5882
|
+
},
|
|
5883
|
+
{
|
|
5884
|
+
"kind": "variable",
|
|
5885
|
+
"name": "foundationGridProActionRenderer",
|
|
5886
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5840
5887
|
"privacy": "public"
|
|
5841
5888
|
}
|
|
5842
5889
|
],
|
|
5843
5890
|
"exports": [
|
|
5844
5891
|
{
|
|
5845
5892
|
"kind": "js",
|
|
5846
|
-
"name": "
|
|
5893
|
+
"name": "ActionRenderer",
|
|
5847
5894
|
"declaration": {
|
|
5848
|
-
"name": "
|
|
5849
|
-
"module": "src/cell-renderers/
|
|
5895
|
+
"name": "ActionRenderer",
|
|
5896
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5850
5897
|
}
|
|
5851
5898
|
},
|
|
5852
5899
|
{
|
|
5853
5900
|
"kind": "js",
|
|
5854
|
-
"name": "
|
|
5901
|
+
"name": "actionHeightMultiplier",
|
|
5855
5902
|
"declaration": {
|
|
5856
|
-
"name": "
|
|
5857
|
-
"module": "src/cell-renderers/
|
|
5903
|
+
"name": "actionHeightMultiplier",
|
|
5904
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5858
5905
|
}
|
|
5859
5906
|
},
|
|
5860
5907
|
{
|
|
5861
5908
|
"kind": "js",
|
|
5862
|
-
"name": "
|
|
5909
|
+
"name": "agActionRendererStyles",
|
|
5863
5910
|
"declaration": {
|
|
5864
|
-
"name": "
|
|
5865
|
-
"module": "src/cell-renderers/
|
|
5911
|
+
"name": "agActionRendererStyles",
|
|
5912
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5913
|
+
}
|
|
5914
|
+
},
|
|
5915
|
+
{
|
|
5916
|
+
"kind": "js",
|
|
5917
|
+
"name": "foundationGridProActionRenderer",
|
|
5918
|
+
"declaration": {
|
|
5919
|
+
"name": "foundationGridProActionRenderer",
|
|
5920
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5866
5921
|
}
|
|
5867
5922
|
}
|
|
5868
5923
|
]
|
|
5869
5924
|
},
|
|
5870
5925
|
{
|
|
5871
5926
|
"kind": "javascript-module",
|
|
5872
|
-
"path": "src/cell-renderers/
|
|
5927
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5873
5928
|
"declarations": [
|
|
5874
5929
|
{
|
|
5875
5930
|
"kind": "class",
|
|
5876
|
-
"description": "The
|
|
5877
|
-
"name": "
|
|
5878
|
-
"members": [
|
|
5931
|
+
"description": "The Actions Menu Renderer element.",
|
|
5932
|
+
"name": "ActionsMenuRenderer",
|
|
5933
|
+
"members": [
|
|
5879
5934
|
{
|
|
5880
5935
|
"kind": "field",
|
|
5881
5936
|
"name": "params",
|
|
5882
5937
|
"type": {
|
|
5883
|
-
"text": "ICellRendererParams
|
|
5938
|
+
"text": "ICellRendererParams"
|
|
5884
5939
|
},
|
|
5885
5940
|
"privacy": "public"
|
|
5886
5941
|
},
|
|
5887
|
-
{
|
|
5888
|
-
"kind": "field",
|
|
5889
|
-
"name": "selected",
|
|
5890
|
-
"type": {
|
|
5891
|
-
"text": "boolean"
|
|
5892
|
-
}
|
|
5893
|
-
},
|
|
5894
|
-
{
|
|
5895
|
-
"kind": "method",
|
|
5896
|
-
"name": "isDisabled",
|
|
5897
|
-
"privacy": "public",
|
|
5898
|
-
"return": {
|
|
5899
|
-
"type": {
|
|
5900
|
-
"text": "boolean"
|
|
5901
|
-
}
|
|
5902
|
-
},
|
|
5903
|
-
"parameters": [
|
|
5904
|
-
{
|
|
5905
|
-
"name": "data"
|
|
5906
|
-
}
|
|
5907
|
-
]
|
|
5908
|
-
},
|
|
5909
5942
|
{
|
|
5910
5943
|
"kind": "method",
|
|
5911
5944
|
"name": "init",
|
|
@@ -5929,11 +5962,6 @@
|
|
|
5929
5962
|
}
|
|
5930
5963
|
}
|
|
5931
5964
|
},
|
|
5932
|
-
{
|
|
5933
|
-
"kind": "method",
|
|
5934
|
-
"name": "destroy",
|
|
5935
|
-
"privacy": "public"
|
|
5936
|
-
},
|
|
5937
5965
|
{
|
|
5938
5966
|
"kind": "method",
|
|
5939
5967
|
"name": "refresh",
|
|
@@ -5947,14 +5975,6 @@
|
|
|
5947
5975
|
}
|
|
5948
5976
|
]
|
|
5949
5977
|
},
|
|
5950
|
-
{
|
|
5951
|
-
"kind": "method",
|
|
5952
|
-
"name": "getValue"
|
|
5953
|
-
},
|
|
5954
|
-
{
|
|
5955
|
-
"kind": "method",
|
|
5956
|
-
"name": "isCancelBeforeStart"
|
|
5957
|
-
},
|
|
5958
5978
|
{
|
|
5959
5979
|
"kind": "field",
|
|
5960
5980
|
"name": "_presentation",
|
|
@@ -6071,92 +6091,134 @@
|
|
|
6071
6091
|
"name": "FoundationElement",
|
|
6072
6092
|
"package": "@microsoft/fast-foundation"
|
|
6073
6093
|
},
|
|
6074
|
-
"tagName": "%%prefix%%-
|
|
6094
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
6075
6095
|
"customElement": true
|
|
6076
6096
|
},
|
|
6077
6097
|
{
|
|
6078
6098
|
"kind": "variable",
|
|
6079
|
-
"name": "
|
|
6080
|
-
"
|
|
6081
|
-
"description": "The AG Boolean Renderer Styles.",
|
|
6099
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
6100
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
6082
6101
|
"privacy": "public"
|
|
6083
6102
|
},
|
|
6084
6103
|
{
|
|
6085
6104
|
"kind": "function",
|
|
6086
|
-
"name": "
|
|
6087
|
-
"parameters": [
|
|
6088
|
-
{
|
|
6089
|
-
"name": "designSystem",
|
|
6090
|
-
"default": "'foundation'",
|
|
6091
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6092
|
-
}
|
|
6093
|
-
],
|
|
6094
|
-
"description": "Get a Design System prefixed Checkbox template.",
|
|
6105
|
+
"name": "getActionsMenuDef",
|
|
6095
6106
|
"return": {
|
|
6096
6107
|
"type": {
|
|
6097
6108
|
"text": ""
|
|
6098
6109
|
}
|
|
6099
6110
|
},
|
|
6100
|
-
"
|
|
6101
|
-
|
|
6102
|
-
|
|
6103
|
-
|
|
6104
|
-
|
|
6105
|
-
|
|
6111
|
+
"parameters": [
|
|
6112
|
+
{
|
|
6113
|
+
"name": "actions",
|
|
6114
|
+
"type": {
|
|
6115
|
+
"text": "ActionMenuItem[]"
|
|
6116
|
+
},
|
|
6117
|
+
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
6118
|
+
},
|
|
6119
|
+
{
|
|
6120
|
+
"name": "overrideDef",
|
|
6121
|
+
"default": "{}",
|
|
6122
|
+
"type": {
|
|
6123
|
+
"text": "ColDef"
|
|
6124
|
+
},
|
|
6125
|
+
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
6126
|
+
},
|
|
6127
|
+
{
|
|
6128
|
+
"name": "customActionsOpenerName",
|
|
6129
|
+
"default": "'⋮'",
|
|
6130
|
+
"type": {
|
|
6131
|
+
"text": "string"
|
|
6132
|
+
},
|
|
6133
|
+
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
6134
|
+
},
|
|
6135
|
+
{
|
|
6136
|
+
"name": "isVertical",
|
|
6137
|
+
"default": "false",
|
|
6138
|
+
"type": {
|
|
6139
|
+
"text": "boolean"
|
|
6140
|
+
},
|
|
6141
|
+
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
6142
|
+
},
|
|
6143
|
+
{
|
|
6144
|
+
"name": "buttonAppearance",
|
|
6145
|
+
"optional": true,
|
|
6146
|
+
"type": {
|
|
6147
|
+
"text": "string"
|
|
6148
|
+
},
|
|
6149
|
+
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
6150
|
+
}
|
|
6151
|
+
],
|
|
6152
|
+
"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).",
|
|
6106
6153
|
"privacy": "public"
|
|
6107
6154
|
}
|
|
6108
6155
|
],
|
|
6109
6156
|
"exports": [
|
|
6110
6157
|
{
|
|
6111
6158
|
"kind": "js",
|
|
6112
|
-
"name": "
|
|
6113
|
-
"declaration": {
|
|
6114
|
-
"name": "BooleanRenderer",
|
|
6115
|
-
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6116
|
-
}
|
|
6117
|
-
},
|
|
6118
|
-
{
|
|
6119
|
-
"kind": "js",
|
|
6120
|
-
"name": "agBooleanRendererStyles",
|
|
6159
|
+
"name": "ActionsMenuRenderer",
|
|
6121
6160
|
"declaration": {
|
|
6122
|
-
"name": "
|
|
6123
|
-
"module": "src/cell-renderers/
|
|
6161
|
+
"name": "ActionsMenuRenderer",
|
|
6162
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
6124
6163
|
}
|
|
6125
6164
|
},
|
|
6126
6165
|
{
|
|
6127
6166
|
"kind": "js",
|
|
6128
|
-
"name": "
|
|
6167
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
6129
6168
|
"declaration": {
|
|
6130
|
-
"name": "
|
|
6131
|
-
"module": "src/cell-renderers/
|
|
6169
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
6170
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
6132
6171
|
}
|
|
6133
6172
|
},
|
|
6134
6173
|
{
|
|
6135
6174
|
"kind": "js",
|
|
6136
|
-
"name": "
|
|
6175
|
+
"name": "getActionsMenuDef",
|
|
6137
6176
|
"declaration": {
|
|
6138
|
-
"name": "
|
|
6139
|
-
"module": "src/cell-renderers/
|
|
6177
|
+
"name": "getActionsMenuDef",
|
|
6178
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
6140
6179
|
}
|
|
6141
6180
|
}
|
|
6142
6181
|
]
|
|
6143
6182
|
},
|
|
6144
6183
|
{
|
|
6145
6184
|
"kind": "javascript-module",
|
|
6146
|
-
"path": "src/cell-renderers/
|
|
6185
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
6147
6186
|
"declarations": [
|
|
6148
6187
|
{
|
|
6149
6188
|
"kind": "class",
|
|
6150
|
-
"description": "The AG
|
|
6151
|
-
"name": "
|
|
6189
|
+
"description": "The AG Boolean Renderer element.",
|
|
6190
|
+
"name": "BooleanRenderer",
|
|
6152
6191
|
"members": [
|
|
6153
6192
|
{
|
|
6154
6193
|
"kind": "field",
|
|
6155
|
-
"name": "
|
|
6194
|
+
"name": "params",
|
|
6156
6195
|
"type": {
|
|
6157
|
-
"text": "
|
|
6196
|
+
"text": "ICellRendererParams & BooleanRendererParams"
|
|
6197
|
+
},
|
|
6198
|
+
"privacy": "public"
|
|
6199
|
+
},
|
|
6200
|
+
{
|
|
6201
|
+
"kind": "field",
|
|
6202
|
+
"name": "selected",
|
|
6203
|
+
"type": {
|
|
6204
|
+
"text": "boolean"
|
|
6158
6205
|
}
|
|
6159
6206
|
},
|
|
6207
|
+
{
|
|
6208
|
+
"kind": "method",
|
|
6209
|
+
"name": "isDisabled",
|
|
6210
|
+
"privacy": "public",
|
|
6211
|
+
"return": {
|
|
6212
|
+
"type": {
|
|
6213
|
+
"text": "boolean"
|
|
6214
|
+
}
|
|
6215
|
+
},
|
|
6216
|
+
"parameters": [
|
|
6217
|
+
{
|
|
6218
|
+
"name": "data"
|
|
6219
|
+
}
|
|
6220
|
+
]
|
|
6221
|
+
},
|
|
6160
6222
|
{
|
|
6161
6223
|
"kind": "method",
|
|
6162
6224
|
"name": "init",
|
|
@@ -6180,6 +6242,11 @@
|
|
|
6180
6242
|
}
|
|
6181
6243
|
}
|
|
6182
6244
|
},
|
|
6245
|
+
{
|
|
6246
|
+
"kind": "method",
|
|
6247
|
+
"name": "destroy",
|
|
6248
|
+
"privacy": "public"
|
|
6249
|
+
},
|
|
6183
6250
|
{
|
|
6184
6251
|
"kind": "method",
|
|
6185
6252
|
"name": "refresh",
|
|
@@ -6193,6 +6260,14 @@
|
|
|
6193
6260
|
}
|
|
6194
6261
|
]
|
|
6195
6262
|
},
|
|
6263
|
+
{
|
|
6264
|
+
"kind": "method",
|
|
6265
|
+
"name": "getValue"
|
|
6266
|
+
},
|
|
6267
|
+
{
|
|
6268
|
+
"kind": "method",
|
|
6269
|
+
"name": "isCancelBeforeStart"
|
|
6270
|
+
},
|
|
6196
6271
|
{
|
|
6197
6272
|
"kind": "field",
|
|
6198
6273
|
"name": "_presentation",
|
|
@@ -6309,19 +6384,19 @@
|
|
|
6309
6384
|
"name": "FoundationElement",
|
|
6310
6385
|
"package": "@microsoft/fast-foundation"
|
|
6311
6386
|
},
|
|
6312
|
-
"tagName": "%%prefix%%-
|
|
6387
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
6313
6388
|
"customElement": true
|
|
6314
6389
|
},
|
|
6315
6390
|
{
|
|
6316
6391
|
"kind": "variable",
|
|
6317
|
-
"name": "
|
|
6318
|
-
"default": "css`\n :host {\n
|
|
6319
|
-
"description": "The AG
|
|
6392
|
+
"name": "agBooleanRendererStyles",
|
|
6393
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
6394
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
6320
6395
|
"privacy": "public"
|
|
6321
6396
|
},
|
|
6322
6397
|
{
|
|
6323
6398
|
"kind": "function",
|
|
6324
|
-
"name": "
|
|
6399
|
+
"name": "getAgBooleanRendererTemplate",
|
|
6325
6400
|
"parameters": [
|
|
6326
6401
|
{
|
|
6327
6402
|
"name": "designSystem",
|
|
@@ -6339,90 +6414,61 @@
|
|
|
6339
6414
|
},
|
|
6340
6415
|
{
|
|
6341
6416
|
"kind": "variable",
|
|
6342
|
-
"name": "
|
|
6343
|
-
"description": "A function that returns a Foundation
|
|
6417
|
+
"name": "foundationAgBooleanRenderer",
|
|
6418
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
6344
6419
|
"privacy": "public"
|
|
6345
6420
|
}
|
|
6346
6421
|
],
|
|
6347
6422
|
"exports": [
|
|
6348
6423
|
{
|
|
6349
6424
|
"kind": "js",
|
|
6350
|
-
"name": "
|
|
6425
|
+
"name": "BooleanRenderer",
|
|
6351
6426
|
"declaration": {
|
|
6352
|
-
"name": "
|
|
6353
|
-
"module": "src/cell-renderers/
|
|
6427
|
+
"name": "BooleanRenderer",
|
|
6428
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6354
6429
|
}
|
|
6355
6430
|
},
|
|
6356
6431
|
{
|
|
6357
6432
|
"kind": "js",
|
|
6358
|
-
"name": "
|
|
6433
|
+
"name": "agBooleanRendererStyles",
|
|
6359
6434
|
"declaration": {
|
|
6360
|
-
"name": "
|
|
6361
|
-
"module": "src/cell-renderers/
|
|
6435
|
+
"name": "agBooleanRendererStyles",
|
|
6436
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6362
6437
|
}
|
|
6363
6438
|
},
|
|
6364
6439
|
{
|
|
6365
6440
|
"kind": "js",
|
|
6366
|
-
"name": "
|
|
6441
|
+
"name": "getAgBooleanRendererTemplate",
|
|
6367
6442
|
"declaration": {
|
|
6368
|
-
"name": "
|
|
6369
|
-
"module": "src/cell-renderers/
|
|
6443
|
+
"name": "getAgBooleanRendererTemplate",
|
|
6444
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6370
6445
|
}
|
|
6371
6446
|
},
|
|
6372
6447
|
{
|
|
6373
6448
|
"kind": "js",
|
|
6374
|
-
"name": "
|
|
6449
|
+
"name": "foundationAgBooleanRenderer",
|
|
6375
6450
|
"declaration": {
|
|
6376
|
-
"name": "
|
|
6377
|
-
"module": "src/cell-renderers/
|
|
6451
|
+
"name": "foundationAgBooleanRenderer",
|
|
6452
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6378
6453
|
}
|
|
6379
6454
|
}
|
|
6380
6455
|
]
|
|
6381
6456
|
},
|
|
6382
6457
|
{
|
|
6383
6458
|
"kind": "javascript-module",
|
|
6384
|
-
"path": "src/cell-renderers/
|
|
6459
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
6385
6460
|
"declarations": [
|
|
6386
|
-
{
|
|
6387
|
-
"kind": "variable",
|
|
6388
|
-
"name": "agIconRendererStyles",
|
|
6389
|
-
"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`",
|
|
6390
|
-
"description": "The AG Icon Renderer Styles.",
|
|
6391
|
-
"privacy": "public"
|
|
6392
|
-
},
|
|
6393
|
-
{
|
|
6394
|
-
"kind": "function",
|
|
6395
|
-
"name": "getIconRendererTemplate",
|
|
6396
|
-
"parameters": [
|
|
6397
|
-
{
|
|
6398
|
-
"name": "designSystem",
|
|
6399
|
-
"default": "'rapid'",
|
|
6400
|
-
"type": {
|
|
6401
|
-
"text": "string"
|
|
6402
|
-
},
|
|
6403
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6404
|
-
}
|
|
6405
|
-
],
|
|
6406
|
-
"description": "Get a Design System prefixed Icon template.",
|
|
6407
|
-
"return": {
|
|
6408
|
-
"type": {
|
|
6409
|
-
"text": ""
|
|
6410
|
-
}
|
|
6411
|
-
},
|
|
6412
|
-
"privacy": "public"
|
|
6413
|
-
},
|
|
6414
6461
|
{
|
|
6415
6462
|
"kind": "class",
|
|
6416
|
-
"description": "
|
|
6417
|
-
"name": "
|
|
6463
|
+
"description": "The AG Editable Renderer element.",
|
|
6464
|
+
"name": "EditableRenderer",
|
|
6418
6465
|
"members": [
|
|
6419
6466
|
{
|
|
6420
6467
|
"kind": "field",
|
|
6421
|
-
"name": "
|
|
6468
|
+
"name": "valueFormatted",
|
|
6422
6469
|
"type": {
|
|
6423
|
-
"text": "
|
|
6424
|
-
}
|
|
6425
|
-
"privacy": "public"
|
|
6470
|
+
"text": "string"
|
|
6471
|
+
}
|
|
6426
6472
|
},
|
|
6427
6473
|
{
|
|
6428
6474
|
"kind": "method",
|
|
@@ -6432,7 +6478,7 @@
|
|
|
6432
6478
|
{
|
|
6433
6479
|
"name": "params",
|
|
6434
6480
|
"type": {
|
|
6435
|
-
"text": "
|
|
6481
|
+
"text": "ICellRendererParams"
|
|
6436
6482
|
}
|
|
6437
6483
|
}
|
|
6438
6484
|
]
|
|
@@ -6450,21 +6496,16 @@
|
|
|
6450
6496
|
{
|
|
6451
6497
|
"kind": "method",
|
|
6452
6498
|
"name": "refresh",
|
|
6499
|
+
"privacy": "public",
|
|
6453
6500
|
"parameters": [
|
|
6454
6501
|
{
|
|
6455
|
-
"name": "params"
|
|
6502
|
+
"name": "params",
|
|
6503
|
+
"type": {
|
|
6504
|
+
"text": "ICellRendererParams"
|
|
6505
|
+
}
|
|
6456
6506
|
}
|
|
6457
6507
|
]
|
|
6458
6508
|
},
|
|
6459
|
-
{
|
|
6460
|
-
"kind": "method",
|
|
6461
|
-
"name": "destroy",
|
|
6462
|
-
"return": {
|
|
6463
|
-
"type": {
|
|
6464
|
-
"text": "void"
|
|
6465
|
-
}
|
|
6466
|
-
}
|
|
6467
|
-
},
|
|
6468
6509
|
{
|
|
6469
6510
|
"kind": "field",
|
|
6470
6511
|
"name": "_presentation",
|
|
@@ -6580,151 +6621,119 @@
|
|
|
6580
6621
|
"superclass": {
|
|
6581
6622
|
"name": "FoundationElement",
|
|
6582
6623
|
"package": "@microsoft/fast-foundation"
|
|
6583
|
-
}
|
|
6624
|
+
},
|
|
6625
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
6626
|
+
"customElement": true
|
|
6584
6627
|
},
|
|
6585
6628
|
{
|
|
6586
6629
|
"kind": "variable",
|
|
6587
|
-
"name": "
|
|
6588
|
-
"
|
|
6630
|
+
"name": "agEditableRendererStyles",
|
|
6631
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
6632
|
+
"description": "The AG Editable Renderer Styles.",
|
|
6589
6633
|
"privacy": "public"
|
|
6590
|
-
}
|
|
6591
|
-
],
|
|
6592
|
-
"exports": [
|
|
6593
|
-
{
|
|
6594
|
-
"kind": "js",
|
|
6595
|
-
"name": "agIconRendererStyles",
|
|
6596
|
-
"declaration": {
|
|
6597
|
-
"name": "agIconRendererStyles",
|
|
6598
|
-
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6599
|
-
}
|
|
6600
|
-
},
|
|
6601
|
-
{
|
|
6602
|
-
"kind": "js",
|
|
6603
|
-
"name": "getIconRendererTemplate",
|
|
6604
|
-
"declaration": {
|
|
6605
|
-
"name": "getIconRendererTemplate",
|
|
6606
|
-
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6607
|
-
}
|
|
6608
6634
|
},
|
|
6609
6635
|
{
|
|
6610
|
-
"kind": "
|
|
6611
|
-
"name": "
|
|
6612
|
-
"
|
|
6613
|
-
|
|
6614
|
-
|
|
6615
|
-
|
|
6636
|
+
"kind": "function",
|
|
6637
|
+
"name": "getAgEditableRendererTemplate",
|
|
6638
|
+
"parameters": [
|
|
6639
|
+
{
|
|
6640
|
+
"name": "designSystem",
|
|
6641
|
+
"default": "'foundation'",
|
|
6642
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6643
|
+
}
|
|
6644
|
+
],
|
|
6645
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
6646
|
+
"return": {
|
|
6647
|
+
"type": {
|
|
6648
|
+
"text": ""
|
|
6649
|
+
}
|
|
6650
|
+
},
|
|
6651
|
+
"privacy": "public"
|
|
6616
6652
|
},
|
|
6617
6653
|
{
|
|
6618
|
-
"kind": "
|
|
6619
|
-
"name": "
|
|
6620
|
-
"
|
|
6621
|
-
|
|
6622
|
-
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6623
|
-
}
|
|
6654
|
+
"kind": "variable",
|
|
6655
|
+
"name": "foundationAgEditableRenderer",
|
|
6656
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
6657
|
+
"privacy": "public"
|
|
6624
6658
|
}
|
|
6625
|
-
]
|
|
6626
|
-
},
|
|
6627
|
-
{
|
|
6628
|
-
"kind": "javascript-module",
|
|
6629
|
-
"path": "src/cell-renderers/index.ts",
|
|
6630
|
-
"declarations": [],
|
|
6659
|
+
],
|
|
6631
6660
|
"exports": [
|
|
6632
6661
|
{
|
|
6633
6662
|
"kind": "js",
|
|
6634
|
-
"name": "
|
|
6635
|
-
"declaration": {
|
|
6636
|
-
"name": "*",
|
|
6637
|
-
"package": "./action.renderer"
|
|
6638
|
-
}
|
|
6639
|
-
},
|
|
6640
|
-
{
|
|
6641
|
-
"kind": "js",
|
|
6642
|
-
"name": "*",
|
|
6643
|
-
"declaration": {
|
|
6644
|
-
"name": "*",
|
|
6645
|
-
"package": "./actions-menu.renderer"
|
|
6646
|
-
}
|
|
6647
|
-
},
|
|
6648
|
-
{
|
|
6649
|
-
"kind": "js",
|
|
6650
|
-
"name": "*",
|
|
6651
|
-
"declaration": {
|
|
6652
|
-
"name": "*",
|
|
6653
|
-
"package": "./boolean.renderer"
|
|
6654
|
-
}
|
|
6655
|
-
},
|
|
6656
|
-
{
|
|
6657
|
-
"kind": "js",
|
|
6658
|
-
"name": "*",
|
|
6659
|
-
"declaration": {
|
|
6660
|
-
"name": "*",
|
|
6661
|
-
"package": "./editable.renderer"
|
|
6662
|
-
}
|
|
6663
|
-
},
|
|
6664
|
-
{
|
|
6665
|
-
"kind": "js",
|
|
6666
|
-
"name": "*",
|
|
6667
|
-
"declaration": {
|
|
6668
|
-
"name": "*",
|
|
6669
|
-
"package": "./icon.renderer"
|
|
6670
|
-
}
|
|
6671
|
-
},
|
|
6672
|
-
{
|
|
6673
|
-
"kind": "js",
|
|
6674
|
-
"name": "*",
|
|
6663
|
+
"name": "EditableRenderer",
|
|
6675
6664
|
"declaration": {
|
|
6676
|
-
"name": "
|
|
6677
|
-
"
|
|
6665
|
+
"name": "EditableRenderer",
|
|
6666
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6678
6667
|
}
|
|
6679
6668
|
},
|
|
6680
6669
|
{
|
|
6681
6670
|
"kind": "js",
|
|
6682
|
-
"name": "
|
|
6671
|
+
"name": "agEditableRendererStyles",
|
|
6683
6672
|
"declaration": {
|
|
6684
|
-
"name": "
|
|
6685
|
-
"
|
|
6673
|
+
"name": "agEditableRendererStyles",
|
|
6674
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6686
6675
|
}
|
|
6687
6676
|
},
|
|
6688
6677
|
{
|
|
6689
6678
|
"kind": "js",
|
|
6690
|
-
"name": "
|
|
6679
|
+
"name": "getAgEditableRendererTemplate",
|
|
6691
6680
|
"declaration": {
|
|
6692
|
-
"name": "
|
|
6693
|
-
"
|
|
6681
|
+
"name": "getAgEditableRendererTemplate",
|
|
6682
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6694
6683
|
}
|
|
6695
6684
|
},
|
|
6696
6685
|
{
|
|
6697
6686
|
"kind": "js",
|
|
6698
|
-
"name": "
|
|
6687
|
+
"name": "foundationAgEditableRenderer",
|
|
6699
6688
|
"declaration": {
|
|
6700
|
-
"name": "
|
|
6701
|
-
"
|
|
6689
|
+
"name": "foundationAgEditableRenderer",
|
|
6690
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6702
6691
|
}
|
|
6703
6692
|
}
|
|
6704
6693
|
]
|
|
6705
6694
|
},
|
|
6706
6695
|
{
|
|
6707
6696
|
"kind": "javascript-module",
|
|
6708
|
-
"path": "src/cell-renderers/
|
|
6697
|
+
"path": "src/cell-renderers/icon.renderer.ts",
|
|
6709
6698
|
"declarations": [
|
|
6710
6699
|
{
|
|
6711
|
-
"kind": "
|
|
6712
|
-
"
|
|
6713
|
-
"
|
|
6714
|
-
"
|
|
6700
|
+
"kind": "variable",
|
|
6701
|
+
"name": "agIconRendererStyles",
|
|
6702
|
+
"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`",
|
|
6703
|
+
"description": "The AG Icon Renderer Styles.",
|
|
6704
|
+
"privacy": "public"
|
|
6705
|
+
},
|
|
6706
|
+
{
|
|
6707
|
+
"kind": "function",
|
|
6708
|
+
"name": "getIconRendererTemplate",
|
|
6709
|
+
"parameters": [
|
|
6715
6710
|
{
|
|
6716
|
-
"
|
|
6717
|
-
"
|
|
6711
|
+
"name": "designSystem",
|
|
6712
|
+
"default": "'rapid'",
|
|
6718
6713
|
"type": {
|
|
6719
|
-
"text": "
|
|
6714
|
+
"text": "string"
|
|
6720
6715
|
},
|
|
6721
|
-
"
|
|
6722
|
-
}
|
|
6716
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6717
|
+
}
|
|
6718
|
+
],
|
|
6719
|
+
"description": "Get a Design System prefixed Icon template.",
|
|
6720
|
+
"return": {
|
|
6721
|
+
"type": {
|
|
6722
|
+
"text": ""
|
|
6723
|
+
}
|
|
6724
|
+
},
|
|
6725
|
+
"privacy": "public"
|
|
6726
|
+
},
|
|
6727
|
+
{
|
|
6728
|
+
"kind": "class",
|
|
6729
|
+
"description": "Plain ag-Grid cell renderer for icons.\nThis renderer creates the FAST custom element using document.createElement.",
|
|
6730
|
+
"name": "IconRenderer",
|
|
6731
|
+
"members": [
|
|
6723
6732
|
{
|
|
6724
6733
|
"kind": "field",
|
|
6725
|
-
"name": "
|
|
6734
|
+
"name": "params",
|
|
6726
6735
|
"type": {
|
|
6727
|
-
"text": "
|
|
6736
|
+
"text": "IconRendererParams"
|
|
6728
6737
|
},
|
|
6729
6738
|
"privacy": "public"
|
|
6730
6739
|
},
|
|
@@ -6736,7 +6745,7 @@
|
|
|
6736
6745
|
{
|
|
6737
6746
|
"name": "params",
|
|
6738
6747
|
"type": {
|
|
6739
|
-
"text": "
|
|
6748
|
+
"text": "IconRendererParams & ICellRendererParams"
|
|
6740
6749
|
}
|
|
6741
6750
|
}
|
|
6742
6751
|
]
|
|
@@ -6751,53 +6760,23 @@
|
|
|
6751
6760
|
}
|
|
6752
6761
|
}
|
|
6753
6762
|
},
|
|
6754
|
-
{
|
|
6755
|
-
"kind": "method",
|
|
6756
|
-
"name": "destroy",
|
|
6757
|
-
"privacy": "public",
|
|
6758
|
-
"return": {
|
|
6759
|
-
"type": {
|
|
6760
|
-
"text": "void"
|
|
6761
|
-
}
|
|
6762
|
-
}
|
|
6763
|
-
},
|
|
6764
6763
|
{
|
|
6765
6764
|
"kind": "method",
|
|
6766
6765
|
"name": "refresh",
|
|
6767
|
-
"privacy": "public",
|
|
6768
|
-
"return": {
|
|
6769
|
-
"type": {
|
|
6770
|
-
"text": "boolean"
|
|
6771
|
-
}
|
|
6772
|
-
},
|
|
6773
6766
|
"parameters": [
|
|
6774
6767
|
{
|
|
6775
|
-
"name": "params"
|
|
6776
|
-
"type": {
|
|
6777
|
-
"text": "SelectCellRendererParams"
|
|
6778
|
-
}
|
|
6768
|
+
"name": "params"
|
|
6779
6769
|
}
|
|
6780
6770
|
]
|
|
6781
6771
|
},
|
|
6782
|
-
{
|
|
6783
|
-
"kind": "field",
|
|
6784
|
-
"name": "selectionChanged",
|
|
6785
|
-
"privacy": "public"
|
|
6786
|
-
},
|
|
6787
6772
|
{
|
|
6788
6773
|
"kind": "method",
|
|
6789
|
-
"name": "
|
|
6790
|
-
"privacy": "public",
|
|
6774
|
+
"name": "destroy",
|
|
6791
6775
|
"return": {
|
|
6792
6776
|
"type": {
|
|
6793
|
-
"text": "
|
|
6794
|
-
}
|
|
6795
|
-
},
|
|
6796
|
-
"parameters": [
|
|
6797
|
-
{
|
|
6798
|
-
"name": "data"
|
|
6777
|
+
"text": "void"
|
|
6799
6778
|
}
|
|
6800
|
-
|
|
6779
|
+
}
|
|
6801
6780
|
},
|
|
6802
6781
|
{
|
|
6803
6782
|
"kind": "field",
|
|
@@ -6914,157 +6893,224 @@
|
|
|
6914
6893
|
"superclass": {
|
|
6915
6894
|
"name": "FoundationElement",
|
|
6916
6895
|
"package": "@microsoft/fast-foundation"
|
|
6917
|
-
}
|
|
6918
|
-
"tagName": "%%prefix%%-select-renderer",
|
|
6919
|
-
"customElement": true
|
|
6920
|
-
},
|
|
6921
|
-
{
|
|
6922
|
-
"kind": "variable",
|
|
6923
|
-
"name": "agSelectRendererStyles",
|
|
6924
|
-
"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`",
|
|
6925
|
-
"description": "The AG Select Renderer Styles.",
|
|
6926
|
-
"privacy": "public"
|
|
6927
|
-
},
|
|
6928
|
-
{
|
|
6929
|
-
"kind": "function",
|
|
6930
|
-
"name": "getSelectRendererTemplate",
|
|
6931
|
-
"parameters": [
|
|
6932
|
-
{
|
|
6933
|
-
"name": "designSystem",
|
|
6934
|
-
"default": "'foundation'",
|
|
6935
|
-
"type": {
|
|
6936
|
-
"text": "string"
|
|
6937
|
-
},
|
|
6938
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6939
|
-
}
|
|
6940
|
-
],
|
|
6941
|
-
"description": "Get a Design System prefixed Select template.",
|
|
6942
|
-
"return": {
|
|
6943
|
-
"type": {
|
|
6944
|
-
"text": ""
|
|
6945
|
-
}
|
|
6946
|
-
},
|
|
6947
|
-
"privacy": "public"
|
|
6896
|
+
}
|
|
6948
6897
|
},
|
|
6949
6898
|
{
|
|
6950
6899
|
"kind": "variable",
|
|
6951
|
-
"name": "
|
|
6952
|
-
"description": "A function that returns a Foundation
|
|
6900
|
+
"name": "foundationIconRenderer",
|
|
6901
|
+
"description": "A function that returns a Foundation Icon Renderer registration for configuring the component with a DesignSystem.",
|
|
6953
6902
|
"privacy": "public"
|
|
6954
6903
|
}
|
|
6955
6904
|
],
|
|
6956
6905
|
"exports": [
|
|
6957
6906
|
{
|
|
6958
6907
|
"kind": "js",
|
|
6959
|
-
"name": "
|
|
6908
|
+
"name": "agIconRendererStyles",
|
|
6960
6909
|
"declaration": {
|
|
6961
|
-
"name": "
|
|
6962
|
-
"module": "src/cell-renderers/
|
|
6910
|
+
"name": "agIconRendererStyles",
|
|
6911
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6963
6912
|
}
|
|
6964
6913
|
},
|
|
6965
6914
|
{
|
|
6966
6915
|
"kind": "js",
|
|
6967
|
-
"name": "
|
|
6916
|
+
"name": "getIconRendererTemplate",
|
|
6968
6917
|
"declaration": {
|
|
6969
|
-
"name": "
|
|
6970
|
-
"module": "src/cell-renderers/
|
|
6918
|
+
"name": "getIconRendererTemplate",
|
|
6919
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6971
6920
|
}
|
|
6972
6921
|
},
|
|
6973
6922
|
{
|
|
6974
6923
|
"kind": "js",
|
|
6975
|
-
"name": "
|
|
6924
|
+
"name": "IconRenderer",
|
|
6976
6925
|
"declaration": {
|
|
6977
|
-
"name": "
|
|
6978
|
-
"module": "src/cell-renderers/
|
|
6926
|
+
"name": "IconRenderer",
|
|
6927
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6979
6928
|
}
|
|
6980
6929
|
},
|
|
6981
6930
|
{
|
|
6982
6931
|
"kind": "js",
|
|
6983
|
-
"name": "
|
|
6932
|
+
"name": "foundationIconRenderer",
|
|
6984
6933
|
"declaration": {
|
|
6985
|
-
"name": "
|
|
6986
|
-
"module": "src/cell-renderers/
|
|
6934
|
+
"name": "foundationIconRenderer",
|
|
6935
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6987
6936
|
}
|
|
6988
6937
|
}
|
|
6989
6938
|
]
|
|
6990
6939
|
},
|
|
6991
6940
|
{
|
|
6992
6941
|
"kind": "javascript-module",
|
|
6993
|
-
"path": "src/cell-renderers/
|
|
6994
|
-
"declarations": [
|
|
6942
|
+
"path": "src/cell-renderers/index.ts",
|
|
6943
|
+
"declarations": [],
|
|
6944
|
+
"exports": [
|
|
6995
6945
|
{
|
|
6996
|
-
"kind": "
|
|
6997
|
-
"name": "
|
|
6998
|
-
"
|
|
6999
|
-
|
|
7000
|
-
|
|
6946
|
+
"kind": "js",
|
|
6947
|
+
"name": "*",
|
|
6948
|
+
"declaration": {
|
|
6949
|
+
"name": "*",
|
|
6950
|
+
"package": "./action.renderer"
|
|
6951
|
+
}
|
|
7001
6952
|
},
|
|
7002
6953
|
{
|
|
7003
|
-
"kind": "
|
|
7004
|
-
"name": "
|
|
7005
|
-
"
|
|
7006
|
-
|
|
7007
|
-
|
|
7008
|
-
|
|
7009
|
-
|
|
7010
|
-
|
|
7011
|
-
|
|
7012
|
-
|
|
7013
|
-
|
|
7014
|
-
|
|
7015
|
-
|
|
7016
|
-
|
|
7017
|
-
"type": {
|
|
7018
|
-
"text": ""
|
|
7019
|
-
}
|
|
7020
|
-
},
|
|
7021
|
-
"privacy": "public"
|
|
6954
|
+
"kind": "js",
|
|
6955
|
+
"name": "*",
|
|
6956
|
+
"declaration": {
|
|
6957
|
+
"name": "*",
|
|
6958
|
+
"package": "./actions-menu.renderer"
|
|
6959
|
+
}
|
|
6960
|
+
},
|
|
6961
|
+
{
|
|
6962
|
+
"kind": "js",
|
|
6963
|
+
"name": "*",
|
|
6964
|
+
"declaration": {
|
|
6965
|
+
"name": "*",
|
|
6966
|
+
"package": "./boolean.renderer"
|
|
6967
|
+
}
|
|
7022
6968
|
},
|
|
6969
|
+
{
|
|
6970
|
+
"kind": "js",
|
|
6971
|
+
"name": "*",
|
|
6972
|
+
"declaration": {
|
|
6973
|
+
"name": "*",
|
|
6974
|
+
"package": "./editable.renderer"
|
|
6975
|
+
}
|
|
6976
|
+
},
|
|
6977
|
+
{
|
|
6978
|
+
"kind": "js",
|
|
6979
|
+
"name": "*",
|
|
6980
|
+
"declaration": {
|
|
6981
|
+
"name": "*",
|
|
6982
|
+
"package": "./icon.renderer"
|
|
6983
|
+
}
|
|
6984
|
+
},
|
|
6985
|
+
{
|
|
6986
|
+
"kind": "js",
|
|
6987
|
+
"name": "*",
|
|
6988
|
+
"declaration": {
|
|
6989
|
+
"name": "*",
|
|
6990
|
+
"package": "./text.renderer"
|
|
6991
|
+
}
|
|
6992
|
+
},
|
|
6993
|
+
{
|
|
6994
|
+
"kind": "js",
|
|
6995
|
+
"name": "*",
|
|
6996
|
+
"declaration": {
|
|
6997
|
+
"name": "*",
|
|
6998
|
+
"package": "./text-field.renderer"
|
|
6999
|
+
}
|
|
7000
|
+
},
|
|
7001
|
+
{
|
|
7002
|
+
"kind": "js",
|
|
7003
|
+
"name": "*",
|
|
7004
|
+
"declaration": {
|
|
7005
|
+
"name": "*",
|
|
7006
|
+
"package": "./status-pill.renderer"
|
|
7007
|
+
}
|
|
7008
|
+
},
|
|
7009
|
+
{
|
|
7010
|
+
"kind": "js",
|
|
7011
|
+
"name": "*",
|
|
7012
|
+
"declaration": {
|
|
7013
|
+
"name": "*",
|
|
7014
|
+
"package": "./select.renderer"
|
|
7015
|
+
}
|
|
7016
|
+
}
|
|
7017
|
+
]
|
|
7018
|
+
},
|
|
7019
|
+
{
|
|
7020
|
+
"kind": "javascript-module",
|
|
7021
|
+
"path": "src/cell-renderers/select.renderer.ts",
|
|
7022
|
+
"declarations": [
|
|
7023
7023
|
{
|
|
7024
7024
|
"kind": "class",
|
|
7025
|
-
"description": "The AG
|
|
7026
|
-
"name": "
|
|
7025
|
+
"description": "The AG Select Renderer element.",
|
|
7026
|
+
"name": "SelectRenderer",
|
|
7027
7027
|
"members": [
|
|
7028
7028
|
{
|
|
7029
7029
|
"kind": "field",
|
|
7030
7030
|
"name": "params",
|
|
7031
7031
|
"type": {
|
|
7032
|
-
"text": "
|
|
7033
|
-
}
|
|
7032
|
+
"text": "SelectCellRendererParams"
|
|
7033
|
+
},
|
|
7034
|
+
"privacy": "public"
|
|
7035
|
+
},
|
|
7036
|
+
{
|
|
7037
|
+
"kind": "field",
|
|
7038
|
+
"name": "value",
|
|
7039
|
+
"type": {
|
|
7040
|
+
"text": "string"
|
|
7041
|
+
},
|
|
7042
|
+
"privacy": "public"
|
|
7034
7043
|
},
|
|
7035
7044
|
{
|
|
7036
7045
|
"kind": "method",
|
|
7037
7046
|
"name": "init",
|
|
7047
|
+
"privacy": "public",
|
|
7038
7048
|
"parameters": [
|
|
7039
7049
|
{
|
|
7040
7050
|
"name": "params",
|
|
7041
7051
|
"type": {
|
|
7042
|
-
"text": "
|
|
7052
|
+
"text": "SelectCellRendererParams"
|
|
7043
7053
|
}
|
|
7044
7054
|
}
|
|
7045
7055
|
]
|
|
7046
7056
|
},
|
|
7047
7057
|
{
|
|
7048
7058
|
"kind": "method",
|
|
7049
|
-
"name": "getGui"
|
|
7059
|
+
"name": "getGui",
|
|
7060
|
+
"privacy": "public",
|
|
7061
|
+
"return": {
|
|
7062
|
+
"type": {
|
|
7063
|
+
"text": "HTMLElement"
|
|
7064
|
+
}
|
|
7065
|
+
}
|
|
7066
|
+
},
|
|
7067
|
+
{
|
|
7068
|
+
"kind": "method",
|
|
7069
|
+
"name": "destroy",
|
|
7070
|
+
"privacy": "public",
|
|
7071
|
+
"return": {
|
|
7072
|
+
"type": {
|
|
7073
|
+
"text": "void"
|
|
7074
|
+
}
|
|
7075
|
+
}
|
|
7050
7076
|
},
|
|
7051
7077
|
{
|
|
7052
7078
|
"kind": "method",
|
|
7053
7079
|
"name": "refresh",
|
|
7080
|
+
"privacy": "public",
|
|
7081
|
+
"return": {
|
|
7082
|
+
"type": {
|
|
7083
|
+
"text": "boolean"
|
|
7084
|
+
}
|
|
7085
|
+
},
|
|
7054
7086
|
"parameters": [
|
|
7055
7087
|
{
|
|
7056
|
-
"name": "params"
|
|
7088
|
+
"name": "params",
|
|
7089
|
+
"type": {
|
|
7090
|
+
"text": "SelectCellRendererParams"
|
|
7091
|
+
}
|
|
7057
7092
|
}
|
|
7058
7093
|
]
|
|
7059
7094
|
},
|
|
7095
|
+
{
|
|
7096
|
+
"kind": "field",
|
|
7097
|
+
"name": "selectionChanged",
|
|
7098
|
+
"privacy": "public"
|
|
7099
|
+
},
|
|
7060
7100
|
{
|
|
7061
7101
|
"kind": "method",
|
|
7062
|
-
"name": "
|
|
7102
|
+
"name": "isDisabled",
|
|
7103
|
+
"privacy": "public",
|
|
7063
7104
|
"return": {
|
|
7064
7105
|
"type": {
|
|
7065
|
-
"text": "
|
|
7106
|
+
"text": "boolean"
|
|
7066
7107
|
}
|
|
7067
|
-
}
|
|
7108
|
+
},
|
|
7109
|
+
"parameters": [
|
|
7110
|
+
{
|
|
7111
|
+
"name": "data"
|
|
7112
|
+
}
|
|
7113
|
+
]
|
|
7068
7114
|
},
|
|
7069
7115
|
{
|
|
7070
7116
|
"kind": "field",
|
|
@@ -7182,151 +7228,156 @@
|
|
|
7182
7228
|
"name": "FoundationElement",
|
|
7183
7229
|
"package": "@microsoft/fast-foundation"
|
|
7184
7230
|
},
|
|
7185
|
-
"tagName": "%%prefix%%-
|
|
7231
|
+
"tagName": "%%prefix%%-select-renderer",
|
|
7186
7232
|
"customElement": true
|
|
7187
7233
|
},
|
|
7188
7234
|
{
|
|
7189
7235
|
"kind": "variable",
|
|
7190
|
-
"name": "
|
|
7191
|
-
"
|
|
7236
|
+
"name": "agSelectRendererStyles",
|
|
7237
|
+
"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`",
|
|
7238
|
+
"description": "The AG Select Renderer Styles.",
|
|
7239
|
+
"privacy": "public"
|
|
7240
|
+
},
|
|
7241
|
+
{
|
|
7242
|
+
"kind": "function",
|
|
7243
|
+
"name": "getSelectRendererTemplate",
|
|
7244
|
+
"parameters": [
|
|
7245
|
+
{
|
|
7246
|
+
"name": "designSystem",
|
|
7247
|
+
"default": "'foundation'",
|
|
7248
|
+
"type": {
|
|
7249
|
+
"text": "string"
|
|
7250
|
+
},
|
|
7251
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7252
|
+
}
|
|
7253
|
+
],
|
|
7254
|
+
"description": "Get a Design System prefixed Select template.",
|
|
7255
|
+
"return": {
|
|
7256
|
+
"type": {
|
|
7257
|
+
"text": ""
|
|
7258
|
+
}
|
|
7259
|
+
},
|
|
7260
|
+
"privacy": "public"
|
|
7261
|
+
},
|
|
7262
|
+
{
|
|
7263
|
+
"kind": "variable",
|
|
7264
|
+
"name": "foundationAgSelectRenderer",
|
|
7265
|
+
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
7192
7266
|
"privacy": "public"
|
|
7193
7267
|
}
|
|
7194
7268
|
],
|
|
7195
7269
|
"exports": [
|
|
7196
7270
|
{
|
|
7197
7271
|
"kind": "js",
|
|
7198
|
-
"name": "
|
|
7272
|
+
"name": "SelectRenderer",
|
|
7199
7273
|
"declaration": {
|
|
7200
|
-
"name": "
|
|
7201
|
-
"module": "src/cell-renderers/
|
|
7274
|
+
"name": "SelectRenderer",
|
|
7275
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
7202
7276
|
}
|
|
7203
7277
|
},
|
|
7204
7278
|
{
|
|
7205
7279
|
"kind": "js",
|
|
7206
|
-
"name": "
|
|
7280
|
+
"name": "agSelectRendererStyles",
|
|
7207
7281
|
"declaration": {
|
|
7208
|
-
"name": "
|
|
7209
|
-
"module": "src/cell-renderers/
|
|
7282
|
+
"name": "agSelectRendererStyles",
|
|
7283
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
7210
7284
|
}
|
|
7211
7285
|
},
|
|
7212
7286
|
{
|
|
7213
7287
|
"kind": "js",
|
|
7214
|
-
"name": "
|
|
7288
|
+
"name": "getSelectRendererTemplate",
|
|
7215
7289
|
"declaration": {
|
|
7216
|
-
"name": "
|
|
7217
|
-
"module": "src/cell-renderers/
|
|
7290
|
+
"name": "getSelectRendererTemplate",
|
|
7291
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
7218
7292
|
}
|
|
7219
7293
|
},
|
|
7220
7294
|
{
|
|
7221
7295
|
"kind": "js",
|
|
7222
|
-
"name": "
|
|
7296
|
+
"name": "foundationAgSelectRenderer",
|
|
7223
7297
|
"declaration": {
|
|
7224
|
-
"name": "
|
|
7225
|
-
"module": "src/cell-renderers/
|
|
7298
|
+
"name": "foundationAgSelectRenderer",
|
|
7299
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
7226
7300
|
}
|
|
7227
7301
|
}
|
|
7228
7302
|
]
|
|
7229
7303
|
},
|
|
7230
7304
|
{
|
|
7231
7305
|
"kind": "javascript-module",
|
|
7232
|
-
"path": "src/cell-renderers/
|
|
7306
|
+
"path": "src/cell-renderers/status-pill.renderer.ts",
|
|
7233
7307
|
"declarations": [
|
|
7234
7308
|
{
|
|
7235
|
-
"kind": "
|
|
7236
|
-
"
|
|
7237
|
-
"
|
|
7238
|
-
"
|
|
7239
|
-
|
|
7240
|
-
|
|
7241
|
-
|
|
7242
|
-
|
|
7243
|
-
|
|
7244
|
-
|
|
7245
|
-
"privacy": "public"
|
|
7246
|
-
},
|
|
7309
|
+
"kind": "variable",
|
|
7310
|
+
"name": "agStatusPillRendererStyles",
|
|
7311
|
+
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
7312
|
+
"description": "The Status Pill Renderer Styles.",
|
|
7313
|
+
"privacy": "public"
|
|
7314
|
+
},
|
|
7315
|
+
{
|
|
7316
|
+
"kind": "function",
|
|
7317
|
+
"name": "getStatusPillRendererTemplate",
|
|
7318
|
+
"parameters": [
|
|
7247
7319
|
{
|
|
7248
|
-
"
|
|
7249
|
-
"
|
|
7320
|
+
"name": "designSystem",
|
|
7321
|
+
"default": "'rapid'",
|
|
7250
7322
|
"type": {
|
|
7251
7323
|
"text": "string"
|
|
7252
7324
|
},
|
|
7253
|
-
"
|
|
7254
|
-
}
|
|
7325
|
+
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
7326
|
+
}
|
|
7327
|
+
],
|
|
7328
|
+
"description": "Get a Design System prefixed Status Pill template.",
|
|
7329
|
+
"return": {
|
|
7330
|
+
"type": {
|
|
7331
|
+
"text": ""
|
|
7332
|
+
}
|
|
7333
|
+
},
|
|
7334
|
+
"privacy": "public"
|
|
7335
|
+
},
|
|
7336
|
+
{
|
|
7337
|
+
"kind": "class",
|
|
7338
|
+
"description": "The AG Status Pill Renderer element.",
|
|
7339
|
+
"name": "StatusPillRenderer",
|
|
7340
|
+
"members": [
|
|
7255
7341
|
{
|
|
7256
7342
|
"kind": "field",
|
|
7257
7343
|
"name": "params",
|
|
7258
7344
|
"type": {
|
|
7259
|
-
"text": "
|
|
7260
|
-
}
|
|
7261
|
-
"privacy": "public"
|
|
7345
|
+
"text": "StatusPillRendererParams"
|
|
7346
|
+
}
|
|
7262
7347
|
},
|
|
7263
7348
|
{
|
|
7264
7349
|
"kind": "method",
|
|
7265
7350
|
"name": "init",
|
|
7266
|
-
"privacy": "public",
|
|
7267
7351
|
"parameters": [
|
|
7268
7352
|
{
|
|
7269
7353
|
"name": "params",
|
|
7270
7354
|
"type": {
|
|
7271
|
-
"text": "
|
|
7355
|
+
"text": "StatusPillRendererParams"
|
|
7272
7356
|
}
|
|
7273
7357
|
}
|
|
7274
7358
|
]
|
|
7275
7359
|
},
|
|
7276
7360
|
{
|
|
7277
7361
|
"kind": "method",
|
|
7278
|
-
"name": "getGui"
|
|
7279
|
-
"privacy": "public",
|
|
7280
|
-
"return": {
|
|
7281
|
-
"type": {
|
|
7282
|
-
"text": "HTMLElement"
|
|
7283
|
-
}
|
|
7284
|
-
}
|
|
7285
|
-
},
|
|
7286
|
-
{
|
|
7287
|
-
"kind": "method",
|
|
7288
|
-
"name": "destroy",
|
|
7289
|
-
"privacy": "public"
|
|
7362
|
+
"name": "getGui"
|
|
7290
7363
|
},
|
|
7291
7364
|
{
|
|
7292
7365
|
"kind": "method",
|
|
7293
7366
|
"name": "refresh",
|
|
7294
|
-
"privacy": "public",
|
|
7295
7367
|
"parameters": [
|
|
7296
7368
|
{
|
|
7297
|
-
"name": "params"
|
|
7298
|
-
"type": {
|
|
7299
|
-
"text": "FuiCellRendererParams"
|
|
7300
|
-
}
|
|
7369
|
+
"name": "params"
|
|
7301
7370
|
}
|
|
7302
7371
|
]
|
|
7303
7372
|
},
|
|
7304
7373
|
{
|
|
7305
7374
|
"kind": "method",
|
|
7306
|
-
"name": "
|
|
7307
|
-
"privacy": "public",
|
|
7375
|
+
"name": "destroy",
|
|
7308
7376
|
"return": {
|
|
7309
7377
|
"type": {
|
|
7310
|
-
"text": "
|
|
7311
|
-
}
|
|
7312
|
-
},
|
|
7313
|
-
"parameters": [
|
|
7314
|
-
{
|
|
7315
|
-
"name": "data"
|
|
7316
|
-
}
|
|
7317
|
-
]
|
|
7318
|
-
},
|
|
7319
|
-
{
|
|
7320
|
-
"kind": "field",
|
|
7321
|
-
"name": "textChanged",
|
|
7322
|
-
"privacy": "public",
|
|
7323
|
-
"description": "On text change handler",
|
|
7324
|
-
"parameters": [
|
|
7325
|
-
{
|
|
7326
|
-
"description": "CustomEvent",
|
|
7327
|
-
"name": "e"
|
|
7378
|
+
"text": "void"
|
|
7328
7379
|
}
|
|
7329
|
-
|
|
7380
|
+
}
|
|
7330
7381
|
},
|
|
7331
7382
|
{
|
|
7332
7383
|
"kind": "field",
|
|
@@ -7440,95 +7491,63 @@
|
|
|
7440
7491
|
}
|
|
7441
7492
|
}
|
|
7442
7493
|
],
|
|
7443
|
-
"superclass": {
|
|
7444
|
-
"name": "FoundationElement",
|
|
7445
|
-
"package": "@microsoft/fast-foundation"
|
|
7446
|
-
},
|
|
7447
|
-
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
7448
|
-
"customElement": true
|
|
7449
|
-
},
|
|
7450
|
-
{
|
|
7451
|
-
"kind": "variable",
|
|
7452
|
-
"name": "textFieldRendererStyles",
|
|
7453
|
-
"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`",
|
|
7454
|
-
"description": "The AG Text Field Renderer Styles.",
|
|
7455
|
-
"privacy": "public"
|
|
7456
|
-
},
|
|
7457
|
-
{
|
|
7458
|
-
"kind": "function",
|
|
7459
|
-
"name": "getTextFieldRendererTemplate",
|
|
7460
|
-
"parameters": [
|
|
7461
|
-
{
|
|
7462
|
-
"name": "designSystem",
|
|
7463
|
-
"default": "'foundation'",
|
|
7464
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7465
|
-
}
|
|
7466
|
-
],
|
|
7467
|
-
"description": "Get a Design System prefixed Text Field template.",
|
|
7468
|
-
"return": {
|
|
7469
|
-
"type": {
|
|
7470
|
-
"text": ""
|
|
7471
|
-
}
|
|
7494
|
+
"superclass": {
|
|
7495
|
+
"name": "FoundationElement",
|
|
7496
|
+
"package": "@microsoft/fast-foundation"
|
|
7472
7497
|
},
|
|
7473
|
-
"
|
|
7498
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
7499
|
+
"customElement": true
|
|
7474
7500
|
},
|
|
7475
7501
|
{
|
|
7476
7502
|
"kind": "variable",
|
|
7477
|
-
"name": "
|
|
7478
|
-
"description": "A function that returns a Foundation
|
|
7503
|
+
"name": "foundationStatusPillRenderer",
|
|
7504
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
7479
7505
|
"privacy": "public"
|
|
7480
7506
|
}
|
|
7481
7507
|
],
|
|
7482
7508
|
"exports": [
|
|
7483
7509
|
{
|
|
7484
7510
|
"kind": "js",
|
|
7485
|
-
"name": "
|
|
7511
|
+
"name": "agStatusPillRendererStyles",
|
|
7486
7512
|
"declaration": {
|
|
7487
|
-
"name": "
|
|
7488
|
-
"module": "src/cell-renderers/
|
|
7513
|
+
"name": "agStatusPillRendererStyles",
|
|
7514
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7489
7515
|
}
|
|
7490
7516
|
},
|
|
7491
7517
|
{
|
|
7492
7518
|
"kind": "js",
|
|
7493
|
-
"name": "
|
|
7519
|
+
"name": "getStatusPillRendererTemplate",
|
|
7494
7520
|
"declaration": {
|
|
7495
|
-
"name": "
|
|
7496
|
-
"module": "src/cell-renderers/
|
|
7521
|
+
"name": "getStatusPillRendererTemplate",
|
|
7522
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7497
7523
|
}
|
|
7498
7524
|
},
|
|
7499
7525
|
{
|
|
7500
7526
|
"kind": "js",
|
|
7501
|
-
"name": "
|
|
7527
|
+
"name": "StatusPillRenderer",
|
|
7502
7528
|
"declaration": {
|
|
7503
|
-
"name": "
|
|
7504
|
-
"module": "src/cell-renderers/
|
|
7529
|
+
"name": "StatusPillRenderer",
|
|
7530
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7505
7531
|
}
|
|
7506
7532
|
},
|
|
7507
7533
|
{
|
|
7508
7534
|
"kind": "js",
|
|
7509
|
-
"name": "
|
|
7535
|
+
"name": "foundationStatusPillRenderer",
|
|
7510
7536
|
"declaration": {
|
|
7511
|
-
"name": "
|
|
7512
|
-
"module": "src/cell-renderers/
|
|
7537
|
+
"name": "foundationStatusPillRenderer",
|
|
7538
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7513
7539
|
}
|
|
7514
7540
|
}
|
|
7515
7541
|
]
|
|
7516
7542
|
},
|
|
7517
7543
|
{
|
|
7518
7544
|
"kind": "javascript-module",
|
|
7519
|
-
"path": "src/cell-renderers/text.renderer.ts",
|
|
7545
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
7520
7546
|
"declarations": [
|
|
7521
7547
|
{
|
|
7522
7548
|
"kind": "class",
|
|
7523
|
-
"description": "",
|
|
7524
|
-
"name": "
|
|
7525
|
-
"superclass": {
|
|
7526
|
-
"name": "AgTextFieldRenderer",
|
|
7527
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
7528
|
-
},
|
|
7529
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7530
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7531
|
-
"customElement": true,
|
|
7549
|
+
"description": "The AG Text Field Renderer element.",
|
|
7550
|
+
"name": "AgTextFieldRenderer",
|
|
7532
7551
|
"members": [
|
|
7533
7552
|
{
|
|
7534
7553
|
"kind": "field",
|
|
@@ -7536,11 +7555,7 @@
|
|
|
7536
7555
|
"type": {
|
|
7537
7556
|
"text": "TextField"
|
|
7538
7557
|
},
|
|
7539
|
-
"privacy": "public"
|
|
7540
|
-
"inheritedFrom": {
|
|
7541
|
-
"name": "AgTextFieldRenderer",
|
|
7542
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7543
|
-
}
|
|
7558
|
+
"privacy": "public"
|
|
7544
7559
|
},
|
|
7545
7560
|
{
|
|
7546
7561
|
"kind": "field",
|
|
@@ -7548,11 +7563,7 @@
|
|
|
7548
7563
|
"type": {
|
|
7549
7564
|
"text": "string"
|
|
7550
7565
|
},
|
|
7551
|
-
"default": "''"
|
|
7552
|
-
"inheritedFrom": {
|
|
7553
|
-
"name": "AgTextFieldRenderer",
|
|
7554
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7555
|
-
}
|
|
7566
|
+
"default": "''"
|
|
7556
7567
|
},
|
|
7557
7568
|
{
|
|
7558
7569
|
"kind": "field",
|
|
@@ -7560,11 +7571,7 @@
|
|
|
7560
7571
|
"type": {
|
|
7561
7572
|
"text": "FuiCellRendererParams"
|
|
7562
7573
|
},
|
|
7563
|
-
"privacy": "public"
|
|
7564
|
-
"inheritedFrom": {
|
|
7565
|
-
"name": "AgTextFieldRenderer",
|
|
7566
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7567
|
-
}
|
|
7574
|
+
"privacy": "public"
|
|
7568
7575
|
},
|
|
7569
7576
|
{
|
|
7570
7577
|
"kind": "method",
|
|
@@ -7577,11 +7584,7 @@
|
|
|
7577
7584
|
"text": "FuiCellRendererParams"
|
|
7578
7585
|
}
|
|
7579
7586
|
}
|
|
7580
|
-
]
|
|
7581
|
-
"inheritedFrom": {
|
|
7582
|
-
"name": "AgTextFieldRenderer",
|
|
7583
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7584
|
-
}
|
|
7587
|
+
]
|
|
7585
7588
|
},
|
|
7586
7589
|
{
|
|
7587
7590
|
"kind": "method",
|
|
@@ -7591,20 +7594,12 @@
|
|
|
7591
7594
|
"type": {
|
|
7592
7595
|
"text": "HTMLElement"
|
|
7593
7596
|
}
|
|
7594
|
-
},
|
|
7595
|
-
"inheritedFrom": {
|
|
7596
|
-
"name": "AgTextFieldRenderer",
|
|
7597
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7598
7597
|
}
|
|
7599
7598
|
},
|
|
7600
7599
|
{
|
|
7601
7600
|
"kind": "method",
|
|
7602
7601
|
"name": "destroy",
|
|
7603
|
-
"privacy": "public"
|
|
7604
|
-
"inheritedFrom": {
|
|
7605
|
-
"name": "AgTextFieldRenderer",
|
|
7606
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7607
|
-
}
|
|
7602
|
+
"privacy": "public"
|
|
7608
7603
|
},
|
|
7609
7604
|
{
|
|
7610
7605
|
"kind": "method",
|
|
@@ -7617,11 +7612,7 @@
|
|
|
7617
7612
|
"text": "FuiCellRendererParams"
|
|
7618
7613
|
}
|
|
7619
7614
|
}
|
|
7620
|
-
]
|
|
7621
|
-
"inheritedFrom": {
|
|
7622
|
-
"name": "AgTextFieldRenderer",
|
|
7623
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7624
|
-
}
|
|
7615
|
+
]
|
|
7625
7616
|
},
|
|
7626
7617
|
{
|
|
7627
7618
|
"kind": "method",
|
|
@@ -7636,11 +7627,7 @@
|
|
|
7636
7627
|
{
|
|
7637
7628
|
"name": "data"
|
|
7638
7629
|
}
|
|
7639
|
-
]
|
|
7640
|
-
"inheritedFrom": {
|
|
7641
|
-
"name": "AgTextFieldRenderer",
|
|
7642
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7643
|
-
}
|
|
7630
|
+
]
|
|
7644
7631
|
},
|
|
7645
7632
|
{
|
|
7646
7633
|
"kind": "field",
|
|
@@ -7652,11 +7639,7 @@
|
|
|
7652
7639
|
"description": "CustomEvent",
|
|
7653
7640
|
"name": "e"
|
|
7654
7641
|
}
|
|
7655
|
-
]
|
|
7656
|
-
"inheritedFrom": {
|
|
7657
|
-
"name": "AgTextFieldRenderer",
|
|
7658
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7659
|
-
}
|
|
7642
|
+
]
|
|
7660
7643
|
},
|
|
7661
7644
|
{
|
|
7662
7645
|
"kind": "field",
|
|
@@ -7769,184 +7752,194 @@
|
|
|
7769
7752
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7770
7753
|
}
|
|
7771
7754
|
}
|
|
7772
|
-
]
|
|
7755
|
+
],
|
|
7756
|
+
"superclass": {
|
|
7757
|
+
"name": "FoundationElement",
|
|
7758
|
+
"package": "@microsoft/fast-foundation"
|
|
7759
|
+
},
|
|
7760
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
7761
|
+
"customElement": true
|
|
7773
7762
|
},
|
|
7774
7763
|
{
|
|
7775
7764
|
"kind": "variable",
|
|
7776
|
-
"name": "
|
|
7777
|
-
"default": "
|
|
7778
|
-
"
|
|
7779
|
-
"
|
|
7765
|
+
"name": "textFieldRendererStyles",
|
|
7766
|
+
"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`",
|
|
7767
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
7768
|
+
"privacy": "public"
|
|
7780
7769
|
},
|
|
7781
7770
|
{
|
|
7782
|
-
"kind": "
|
|
7783
|
-
"name": "
|
|
7784
|
-
"
|
|
7785
|
-
|
|
7786
|
-
|
|
7771
|
+
"kind": "function",
|
|
7772
|
+
"name": "getTextFieldRendererTemplate",
|
|
7773
|
+
"parameters": [
|
|
7774
|
+
{
|
|
7775
|
+
"name": "designSystem",
|
|
7776
|
+
"default": "'foundation'",
|
|
7777
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7778
|
+
}
|
|
7779
|
+
],
|
|
7780
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
7781
|
+
"return": {
|
|
7782
|
+
"type": {
|
|
7783
|
+
"text": ""
|
|
7784
|
+
}
|
|
7785
|
+
},
|
|
7786
|
+
"privacy": "public"
|
|
7787
7787
|
},
|
|
7788
7788
|
{
|
|
7789
7789
|
"kind": "variable",
|
|
7790
|
-
"name": "
|
|
7791
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7792
|
-
"privacy": "public"
|
|
7793
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7790
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7791
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
7792
|
+
"privacy": "public"
|
|
7794
7793
|
}
|
|
7795
7794
|
],
|
|
7796
7795
|
"exports": [
|
|
7797
7796
|
{
|
|
7798
7797
|
"kind": "js",
|
|
7799
|
-
"name": "
|
|
7798
|
+
"name": "AgTextFieldRenderer",
|
|
7800
7799
|
"declaration": {
|
|
7801
|
-
"name": "
|
|
7802
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7800
|
+
"name": "AgTextFieldRenderer",
|
|
7801
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7803
7802
|
}
|
|
7804
7803
|
},
|
|
7805
7804
|
{
|
|
7806
7805
|
"kind": "js",
|
|
7807
|
-
"name": "
|
|
7806
|
+
"name": "textFieldRendererStyles",
|
|
7808
7807
|
"declaration": {
|
|
7809
|
-
"name": "
|
|
7810
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7808
|
+
"name": "textFieldRendererStyles",
|
|
7809
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7811
7810
|
}
|
|
7812
7811
|
},
|
|
7813
7812
|
{
|
|
7814
7813
|
"kind": "js",
|
|
7815
|
-
"name": "
|
|
7814
|
+
"name": "getTextFieldRendererTemplate",
|
|
7816
7815
|
"declaration": {
|
|
7817
|
-
"name": "
|
|
7818
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7816
|
+
"name": "getTextFieldRendererTemplate",
|
|
7817
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7819
7818
|
}
|
|
7820
7819
|
},
|
|
7821
7820
|
{
|
|
7822
7821
|
"kind": "js",
|
|
7823
|
-
"name": "
|
|
7824
|
-
"declaration": {
|
|
7825
|
-
"name": "foundationAgTextRenderer",
|
|
7826
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7827
|
-
}
|
|
7828
|
-
}
|
|
7829
|
-
]
|
|
7830
|
-
},
|
|
7831
|
-
{
|
|
7832
|
-
"kind": "javascript-module",
|
|
7833
|
-
"path": "src/column/column.template.ts",
|
|
7834
|
-
"declarations": [
|
|
7835
|
-
{
|
|
7836
|
-
"kind": "variable",
|
|
7837
|
-
"name": "ColumnTemplate",
|
|
7838
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7839
|
-
"description": "The Grid Pro Column Template.",
|
|
7840
|
-
"privacy": "public"
|
|
7841
|
-
}
|
|
7842
|
-
],
|
|
7843
|
-
"exports": [
|
|
7844
|
-
{
|
|
7845
|
-
"kind": "js",
|
|
7846
|
-
"name": "ColumnTemplate",
|
|
7822
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7847
7823
|
"declaration": {
|
|
7848
|
-
"name": "
|
|
7849
|
-
"module": "src/
|
|
7824
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7825
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7850
7826
|
}
|
|
7851
7827
|
}
|
|
7852
7828
|
]
|
|
7853
7829
|
},
|
|
7854
7830
|
{
|
|
7855
7831
|
"kind": "javascript-module",
|
|
7856
|
-
"path": "src/
|
|
7832
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
7857
7833
|
"declarations": [
|
|
7858
7834
|
{
|
|
7859
7835
|
"kind": "class",
|
|
7860
|
-
"description": "
|
|
7861
|
-
"name": "
|
|
7836
|
+
"description": "",
|
|
7837
|
+
"name": "AgTextRenderer",
|
|
7838
|
+
"superclass": {
|
|
7839
|
+
"name": "AgTextFieldRenderer",
|
|
7840
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
7841
|
+
},
|
|
7842
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7843
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7844
|
+
"customElement": true,
|
|
7862
7845
|
"members": [
|
|
7863
7846
|
{
|
|
7864
7847
|
"kind": "field",
|
|
7865
|
-
"name": "
|
|
7848
|
+
"name": "textField",
|
|
7866
7849
|
"type": {
|
|
7867
|
-
"text": "
|
|
7850
|
+
"text": "TextField"
|
|
7868
7851
|
},
|
|
7869
|
-
"privacy": "public"
|
|
7852
|
+
"privacy": "public",
|
|
7853
|
+
"inheritedFrom": {
|
|
7854
|
+
"name": "AgTextFieldRenderer",
|
|
7855
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7856
|
+
}
|
|
7870
7857
|
},
|
|
7871
7858
|
{
|
|
7872
7859
|
"kind": "field",
|
|
7873
|
-
"name": "
|
|
7860
|
+
"name": "textValue",
|
|
7874
7861
|
"type": {
|
|
7875
|
-
"text": "
|
|
7862
|
+
"text": "string"
|
|
7876
7863
|
},
|
|
7877
|
-
"default": "
|
|
7878
|
-
|
|
7879
|
-
|
|
7880
|
-
|
|
7881
|
-
|
|
7882
|
-
"privacy": "public"
|
|
7864
|
+
"default": "''",
|
|
7865
|
+
"inheritedFrom": {
|
|
7866
|
+
"name": "AgTextFieldRenderer",
|
|
7867
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7868
|
+
}
|
|
7883
7869
|
},
|
|
7884
7870
|
{
|
|
7885
|
-
"kind": "
|
|
7886
|
-
"name": "
|
|
7887
|
-
"
|
|
7888
|
-
"
|
|
7889
|
-
"text": "Node"
|
|
7890
|
-
}
|
|
7871
|
+
"kind": "field",
|
|
7872
|
+
"name": "params",
|
|
7873
|
+
"type": {
|
|
7874
|
+
"text": "FuiCellRendererParams"
|
|
7891
7875
|
},
|
|
7876
|
+
"privacy": "public",
|
|
7892
7877
|
"inheritedFrom": {
|
|
7893
|
-
"name": "
|
|
7894
|
-
"module": "src/
|
|
7878
|
+
"name": "AgTextFieldRenderer",
|
|
7879
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7895
7880
|
}
|
|
7896
7881
|
},
|
|
7897
7882
|
{
|
|
7898
7883
|
"kind": "method",
|
|
7899
|
-
"name": "
|
|
7900
|
-
"
|
|
7901
|
-
"type": {
|
|
7902
|
-
"text": "Node"
|
|
7903
|
-
}
|
|
7904
|
-
},
|
|
7884
|
+
"name": "init",
|
|
7885
|
+
"privacy": "public",
|
|
7905
7886
|
"parameters": [
|
|
7906
7887
|
{
|
|
7907
|
-
"name": "
|
|
7908
|
-
"optional": true,
|
|
7888
|
+
"name": "params",
|
|
7909
7889
|
"type": {
|
|
7910
|
-
"text": "
|
|
7890
|
+
"text": "FuiCellRendererParams"
|
|
7911
7891
|
}
|
|
7912
7892
|
}
|
|
7913
7893
|
],
|
|
7914
7894
|
"inheritedFrom": {
|
|
7915
|
-
"name": "
|
|
7916
|
-
"module": "src/
|
|
7895
|
+
"name": "AgTextFieldRenderer",
|
|
7896
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7917
7897
|
}
|
|
7918
7898
|
},
|
|
7919
7899
|
{
|
|
7920
|
-
"kind": "
|
|
7921
|
-
"name": "
|
|
7900
|
+
"kind": "method",
|
|
7901
|
+
"name": "getGui",
|
|
7902
|
+
"privacy": "public",
|
|
7922
7903
|
"return": {
|
|
7923
7904
|
"type": {
|
|
7924
|
-
"text": ""
|
|
7905
|
+
"text": "HTMLElement"
|
|
7925
7906
|
}
|
|
7926
7907
|
},
|
|
7927
|
-
"readonly": true,
|
|
7928
7908
|
"inheritedFrom": {
|
|
7929
|
-
"name": "
|
|
7930
|
-
"module": "src/
|
|
7909
|
+
"name": "AgTextFieldRenderer",
|
|
7910
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7931
7911
|
}
|
|
7932
7912
|
},
|
|
7933
7913
|
{
|
|
7934
|
-
"kind": "
|
|
7935
|
-
"name": "
|
|
7936
|
-
"
|
|
7937
|
-
|
|
7938
|
-
|
|
7914
|
+
"kind": "method",
|
|
7915
|
+
"name": "destroy",
|
|
7916
|
+
"privacy": "public",
|
|
7917
|
+
"inheritedFrom": {
|
|
7918
|
+
"name": "AgTextFieldRenderer",
|
|
7919
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7920
|
+
}
|
|
7921
|
+
},
|
|
7922
|
+
{
|
|
7923
|
+
"kind": "method",
|
|
7924
|
+
"name": "refresh",
|
|
7925
|
+
"privacy": "public",
|
|
7926
|
+
"parameters": [
|
|
7927
|
+
{
|
|
7928
|
+
"name": "params",
|
|
7929
|
+
"type": {
|
|
7930
|
+
"text": "FuiCellRendererParams"
|
|
7931
|
+
}
|
|
7939
7932
|
}
|
|
7940
|
-
|
|
7941
|
-
"readonly": true,
|
|
7933
|
+
],
|
|
7942
7934
|
"inheritedFrom": {
|
|
7943
|
-
"name": "
|
|
7944
|
-
"module": "src/
|
|
7935
|
+
"name": "AgTextFieldRenderer",
|
|
7936
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7945
7937
|
}
|
|
7946
7938
|
},
|
|
7947
7939
|
{
|
|
7948
7940
|
"kind": "method",
|
|
7949
|
-
"name": "
|
|
7941
|
+
"name": "isDisabled",
|
|
7942
|
+
"privacy": "public",
|
|
7950
7943
|
"return": {
|
|
7951
7944
|
"type": {
|
|
7952
7945
|
"text": "boolean"
|
|
@@ -7954,15 +7947,28 @@
|
|
|
7954
7947
|
},
|
|
7955
7948
|
"parameters": [
|
|
7956
7949
|
{
|
|
7957
|
-
"name": "
|
|
7958
|
-
"type": {
|
|
7959
|
-
"text": "Lifecycletype"
|
|
7960
|
-
}
|
|
7950
|
+
"name": "data"
|
|
7961
7951
|
}
|
|
7962
7952
|
],
|
|
7963
7953
|
"inheritedFrom": {
|
|
7964
|
-
"name": "
|
|
7965
|
-
"module": "src/
|
|
7954
|
+
"name": "AgTextFieldRenderer",
|
|
7955
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7956
|
+
}
|
|
7957
|
+
},
|
|
7958
|
+
{
|
|
7959
|
+
"kind": "field",
|
|
7960
|
+
"name": "textChanged",
|
|
7961
|
+
"privacy": "public",
|
|
7962
|
+
"description": "On text change handler",
|
|
7963
|
+
"parameters": [
|
|
7964
|
+
{
|
|
7965
|
+
"description": "CustomEvent",
|
|
7966
|
+
"name": "e"
|
|
7967
|
+
}
|
|
7968
|
+
],
|
|
7969
|
+
"inheritedFrom": {
|
|
7970
|
+
"name": "AgTextFieldRenderer",
|
|
7971
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7966
7972
|
}
|
|
7967
7973
|
},
|
|
7968
7974
|
{
|
|
@@ -8076,67 +8082,61 @@
|
|
|
8076
8082
|
"module": "src/foundation-element/foundation-element.ts"
|
|
8077
8083
|
}
|
|
8078
8084
|
}
|
|
8079
|
-
]
|
|
8080
|
-
|
|
8081
|
-
|
|
8082
|
-
|
|
8083
|
-
|
|
8084
|
-
|
|
8085
|
-
|
|
8086
|
-
"
|
|
8087
|
-
|
|
8088
|
-
|
|
8089
|
-
|
|
8090
|
-
"
|
|
8091
|
-
"
|
|
8085
|
+
]
|
|
8086
|
+
},
|
|
8087
|
+
{
|
|
8088
|
+
"kind": "variable",
|
|
8089
|
+
"name": "textRendererStyles",
|
|
8090
|
+
"default": "textFieldRendererStyles",
|
|
8091
|
+
"privacy": "public",
|
|
8092
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
8093
|
+
},
|
|
8094
|
+
{
|
|
8095
|
+
"kind": "variable",
|
|
8096
|
+
"name": "getTextRendererTemplate",
|
|
8097
|
+
"default": "getTextFieldRendererTemplate",
|
|
8098
|
+
"privacy": "public",
|
|
8099
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
8100
|
+
},
|
|
8101
|
+
{
|
|
8102
|
+
"kind": "variable",
|
|
8103
|
+
"name": "foundationAgTextRenderer",
|
|
8104
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
8105
|
+
"privacy": "public",
|
|
8106
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
8092
8107
|
}
|
|
8093
8108
|
],
|
|
8094
8109
|
"exports": [
|
|
8095
8110
|
{
|
|
8096
8111
|
"kind": "js",
|
|
8097
|
-
"name": "
|
|
8112
|
+
"name": "AgTextRenderer",
|
|
8098
8113
|
"declaration": {
|
|
8099
|
-
"name": "
|
|
8100
|
-
"module": "src/
|
|
8114
|
+
"name": "AgTextRenderer",
|
|
8115
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8101
8116
|
}
|
|
8102
8117
|
},
|
|
8103
|
-
{
|
|
8104
|
-
"kind": "custom-element-definition",
|
|
8105
|
-
"name": "grid-pro-column",
|
|
8106
|
-
"declaration": {
|
|
8107
|
-
"name": "GridProColumn",
|
|
8108
|
-
"module": "src/column/column.ts"
|
|
8109
|
-
}
|
|
8110
|
-
}
|
|
8111
|
-
]
|
|
8112
|
-
},
|
|
8113
|
-
{
|
|
8114
|
-
"kind": "javascript-module",
|
|
8115
|
-
"path": "src/column/index.ts",
|
|
8116
|
-
"declarations": [],
|
|
8117
|
-
"exports": [
|
|
8118
8118
|
{
|
|
8119
8119
|
"kind": "js",
|
|
8120
|
-
"name": "
|
|
8120
|
+
"name": "textRendererStyles",
|
|
8121
8121
|
"declaration": {
|
|
8122
|
-
"name": "
|
|
8123
|
-
"
|
|
8122
|
+
"name": "textRendererStyles",
|
|
8123
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8124
8124
|
}
|
|
8125
8125
|
},
|
|
8126
8126
|
{
|
|
8127
8127
|
"kind": "js",
|
|
8128
|
-
"name": "
|
|
8128
|
+
"name": "getTextRendererTemplate",
|
|
8129
8129
|
"declaration": {
|
|
8130
|
-
"name": "
|
|
8131
|
-
"
|
|
8130
|
+
"name": "getTextRendererTemplate",
|
|
8131
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8132
8132
|
}
|
|
8133
8133
|
},
|
|
8134
8134
|
{
|
|
8135
8135
|
"kind": "js",
|
|
8136
|
-
"name": "
|
|
8136
|
+
"name": "foundationAgTextRenderer",
|
|
8137
8137
|
"declaration": {
|
|
8138
|
-
"name": "
|
|
8139
|
-
"
|
|
8138
|
+
"name": "foundationAgTextRenderer",
|
|
8139
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8140
8140
|
}
|
|
8141
8141
|
}
|
|
8142
8142
|
]
|
|
@@ -20777,60 +20777,6 @@
|
|
|
20777
20777
|
}
|
|
20778
20778
|
]
|
|
20779
20779
|
},
|
|
20780
|
-
{
|
|
20781
|
-
"kind": "javascript-module",
|
|
20782
|
-
"path": "src/cell-renderers/utils/accessor.ts",
|
|
20783
|
-
"declarations": [
|
|
20784
|
-
{
|
|
20785
|
-
"kind": "function",
|
|
20786
|
-
"name": "setValueWithAccessor",
|
|
20787
|
-
"return": {
|
|
20788
|
-
"type": {
|
|
20789
|
-
"text": "string"
|
|
20790
|
-
}
|
|
20791
|
-
},
|
|
20792
|
-
"parameters": [
|
|
20793
|
-
{
|
|
20794
|
-
"name": "data",
|
|
20795
|
-
"type": {
|
|
20796
|
-
"text": "any"
|
|
20797
|
-
}
|
|
20798
|
-
},
|
|
20799
|
-
{
|
|
20800
|
-
"name": "accessor",
|
|
20801
|
-
"type": {
|
|
20802
|
-
"text": "string"
|
|
20803
|
-
}
|
|
20804
|
-
}
|
|
20805
|
-
]
|
|
20806
|
-
}
|
|
20807
|
-
],
|
|
20808
|
-
"exports": [
|
|
20809
|
-
{
|
|
20810
|
-
"kind": "js",
|
|
20811
|
-
"name": "setValueWithAccessor",
|
|
20812
|
-
"declaration": {
|
|
20813
|
-
"name": "setValueWithAccessor",
|
|
20814
|
-
"module": "src/cell-renderers/utils/accessor.ts"
|
|
20815
|
-
}
|
|
20816
|
-
}
|
|
20817
|
-
]
|
|
20818
|
-
},
|
|
20819
|
-
{
|
|
20820
|
-
"kind": "javascript-module",
|
|
20821
|
-
"path": "src/cell-renderers/utils/index.ts",
|
|
20822
|
-
"declarations": [],
|
|
20823
|
-
"exports": [
|
|
20824
|
-
{
|
|
20825
|
-
"kind": "js",
|
|
20826
|
-
"name": "*",
|
|
20827
|
-
"declaration": {
|
|
20828
|
-
"name": "*",
|
|
20829
|
-
"package": "./accessor"
|
|
20830
|
-
}
|
|
20831
|
-
}
|
|
20832
|
-
]
|
|
20833
|
-
},
|
|
20834
20780
|
{
|
|
20835
20781
|
"kind": "javascript-module",
|
|
20836
20782
|
"path": "src/column/utils/grid-pro-columns.ts",
|
|
@@ -20924,6 +20870,60 @@
|
|
|
20924
20870
|
}
|
|
20925
20871
|
}
|
|
20926
20872
|
]
|
|
20873
|
+
},
|
|
20874
|
+
{
|
|
20875
|
+
"kind": "javascript-module",
|
|
20876
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
20877
|
+
"declarations": [
|
|
20878
|
+
{
|
|
20879
|
+
"kind": "function",
|
|
20880
|
+
"name": "setValueWithAccessor",
|
|
20881
|
+
"return": {
|
|
20882
|
+
"type": {
|
|
20883
|
+
"text": "string"
|
|
20884
|
+
}
|
|
20885
|
+
},
|
|
20886
|
+
"parameters": [
|
|
20887
|
+
{
|
|
20888
|
+
"name": "data",
|
|
20889
|
+
"type": {
|
|
20890
|
+
"text": "any"
|
|
20891
|
+
}
|
|
20892
|
+
},
|
|
20893
|
+
{
|
|
20894
|
+
"name": "accessor",
|
|
20895
|
+
"type": {
|
|
20896
|
+
"text": "string"
|
|
20897
|
+
}
|
|
20898
|
+
}
|
|
20899
|
+
]
|
|
20900
|
+
}
|
|
20901
|
+
],
|
|
20902
|
+
"exports": [
|
|
20903
|
+
{
|
|
20904
|
+
"kind": "js",
|
|
20905
|
+
"name": "setValueWithAccessor",
|
|
20906
|
+
"declaration": {
|
|
20907
|
+
"name": "setValueWithAccessor",
|
|
20908
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
20909
|
+
}
|
|
20910
|
+
}
|
|
20911
|
+
]
|
|
20912
|
+
},
|
|
20913
|
+
{
|
|
20914
|
+
"kind": "javascript-module",
|
|
20915
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
20916
|
+
"declarations": [],
|
|
20917
|
+
"exports": [
|
|
20918
|
+
{
|
|
20919
|
+
"kind": "js",
|
|
20920
|
+
"name": "*",
|
|
20921
|
+
"declaration": {
|
|
20922
|
+
"name": "*",
|
|
20923
|
+
"package": "./accessor"
|
|
20924
|
+
}
|
|
20925
|
+
}
|
|
20926
|
+
]
|
|
20927
20927
|
}
|
|
20928
20928
|
]
|
|
20929
20929
|
}
|