@genesislcap/grid-pro 14.491.0-GENC-1390.3 → 14.491.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +379 -379
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +14 -14
|
@@ -3553,59 +3553,56 @@
|
|
|
3553
3553
|
},
|
|
3554
3554
|
{
|
|
3555
3555
|
"kind": "javascript-module",
|
|
3556
|
-
"path": "src/cell/
|
|
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",
|
|
3556
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
3580
3557
|
"declarations": [
|
|
3581
3558
|
{
|
|
3582
3559
|
"kind": "class",
|
|
3583
|
-
"description": "The
|
|
3584
|
-
"name": "
|
|
3560
|
+
"description": "The AG Date Editor element.",
|
|
3561
|
+
"name": "DateEditor",
|
|
3585
3562
|
"members": [
|
|
3586
3563
|
{
|
|
3587
3564
|
"kind": "field",
|
|
3588
|
-
"name": "
|
|
3565
|
+
"name": "value",
|
|
3589
3566
|
"type": {
|
|
3590
|
-
"text": "
|
|
3567
|
+
"text": "number"
|
|
3591
3568
|
},
|
|
3592
3569
|
"privacy": "public"
|
|
3593
3570
|
},
|
|
3594
3571
|
{
|
|
3595
3572
|
"kind": "field",
|
|
3596
|
-
"name": "
|
|
3573
|
+
"name": "actualWidth",
|
|
3597
3574
|
"type": {
|
|
3598
|
-
"text": "
|
|
3575
|
+
"text": "number"
|
|
3599
3576
|
},
|
|
3600
3577
|
"privacy": "public"
|
|
3601
3578
|
},
|
|
3602
3579
|
{
|
|
3603
3580
|
"kind": "field",
|
|
3604
|
-
"name": "
|
|
3581
|
+
"name": "params",
|
|
3605
3582
|
"type": {
|
|
3606
|
-
"text": "
|
|
3607
|
-
}
|
|
3608
|
-
|
|
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",
|
|
3603
|
+
"type": {
|
|
3604
|
+
"text": "'datetime-local' | 'date'"
|
|
3605
|
+
}
|
|
3609
3606
|
},
|
|
3610
3607
|
{
|
|
3611
3608
|
"kind": "method",
|
|
@@ -3615,7 +3612,7 @@
|
|
|
3615
3612
|
{
|
|
3616
3613
|
"name": "params",
|
|
3617
3614
|
"type": {
|
|
3618
|
-
"text": "
|
|
3615
|
+
"text": "DateEditorParams"
|
|
3619
3616
|
}
|
|
3620
3617
|
}
|
|
3621
3618
|
]
|
|
@@ -3630,28 +3627,53 @@
|
|
|
3630
3627
|
}
|
|
3631
3628
|
}
|
|
3632
3629
|
},
|
|
3633
|
-
{
|
|
3634
|
-
"kind": "method",
|
|
3635
|
-
"name": "destroy",
|
|
3636
|
-
"privacy": "public"
|
|
3637
|
-
},
|
|
3638
3630
|
{
|
|
3639
3631
|
"kind": "method",
|
|
3640
3632
|
"name": "refresh",
|
|
3641
3633
|
"privacy": "public",
|
|
3634
|
+
"return": {
|
|
3635
|
+
"type": {
|
|
3636
|
+
"text": "boolean"
|
|
3637
|
+
}
|
|
3638
|
+
},
|
|
3642
3639
|
"parameters": [
|
|
3643
3640
|
{
|
|
3644
3641
|
"name": "params",
|
|
3645
3642
|
"type": {
|
|
3646
|
-
"text": "
|
|
3643
|
+
"text": "DateEditorParams"
|
|
3647
3644
|
}
|
|
3648
3645
|
}
|
|
3649
3646
|
]
|
|
3650
3647
|
},
|
|
3651
3648
|
{
|
|
3652
3649
|
"kind": "method",
|
|
3653
|
-
"name": "
|
|
3654
|
-
|
|
3650
|
+
"name": "getValue"
|
|
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"
|
|
3655
3677
|
},
|
|
3656
3678
|
{
|
|
3657
3679
|
"kind": "field",
|
|
@@ -3769,32 +3791,78 @@
|
|
|
3769
3791
|
"name": "FoundationElement",
|
|
3770
3792
|
"package": "@microsoft/fast-foundation"
|
|
3771
3793
|
},
|
|
3772
|
-
"tagName": "
|
|
3794
|
+
"tagName": "%%prefix%%-date-editor",
|
|
3773
3795
|
"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"
|
|
3774
3826
|
}
|
|
3775
3827
|
],
|
|
3776
3828
|
"exports": [
|
|
3777
3829
|
{
|
|
3778
3830
|
"kind": "js",
|
|
3779
|
-
"name": "
|
|
3831
|
+
"name": "DateEditor",
|
|
3780
3832
|
"declaration": {
|
|
3781
|
-
"name": "
|
|
3782
|
-
"module": "src/cell/
|
|
3833
|
+
"name": "DateEditor",
|
|
3834
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3783
3835
|
}
|
|
3784
3836
|
},
|
|
3785
3837
|
{
|
|
3786
|
-
"kind": "
|
|
3787
|
-
"name": "
|
|
3838
|
+
"kind": "js",
|
|
3839
|
+
"name": "agDateEditorStyles",
|
|
3788
3840
|
"declaration": {
|
|
3789
|
-
"name": "
|
|
3790
|
-
"module": "src/cell/
|
|
3841
|
+
"name": "agDateEditorStyles",
|
|
3842
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3843
|
+
}
|
|
3844
|
+
},
|
|
3845
|
+
{
|
|
3846
|
+
"kind": "js",
|
|
3847
|
+
"name": "getDateEditorTemplate",
|
|
3848
|
+
"declaration": {
|
|
3849
|
+
"name": "getDateEditorTemplate",
|
|
3850
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3851
|
+
}
|
|
3852
|
+
},
|
|
3853
|
+
{
|
|
3854
|
+
"kind": "js",
|
|
3855
|
+
"name": "foundationDateEditor",
|
|
3856
|
+
"declaration": {
|
|
3857
|
+
"name": "foundationDateEditor",
|
|
3858
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3791
3859
|
}
|
|
3792
3860
|
}
|
|
3793
3861
|
]
|
|
3794
3862
|
},
|
|
3795
3863
|
{
|
|
3796
3864
|
"kind": "javascript-module",
|
|
3797
|
-
"path": "src/cell/index.ts",
|
|
3865
|
+
"path": "src/cell-editors/index.ts",
|
|
3798
3866
|
"declarations": [],
|
|
3799
3867
|
"exports": [
|
|
3800
3868
|
{
|
|
@@ -3802,7 +3870,7 @@
|
|
|
3802
3870
|
"name": "*",
|
|
3803
3871
|
"declaration": {
|
|
3804
3872
|
"name": "*",
|
|
3805
|
-
"package": "./
|
|
3873
|
+
"package": "./date.editor"
|
|
3806
3874
|
}
|
|
3807
3875
|
},
|
|
3808
3876
|
{
|
|
@@ -3810,64 +3878,60 @@
|
|
|
3810
3878
|
"name": "*",
|
|
3811
3879
|
"declaration": {
|
|
3812
3880
|
"name": "*",
|
|
3813
|
-
"package": "./
|
|
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"
|
|
3898
|
+
}
|
|
3899
|
+
},
|
|
3900
|
+
{
|
|
3901
|
+
"kind": "js",
|
|
3902
|
+
"name": "*",
|
|
3903
|
+
"declaration": {
|
|
3904
|
+
"name": "*",
|
|
3905
|
+
"package": "./string.editor"
|
|
3814
3906
|
}
|
|
3815
3907
|
}
|
|
3816
3908
|
]
|
|
3817
3909
|
},
|
|
3818
3910
|
{
|
|
3819
3911
|
"kind": "javascript-module",
|
|
3820
|
-
"path": "src/cell-editors/
|
|
3912
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
3821
3913
|
"declarations": [
|
|
3822
3914
|
{
|
|
3823
3915
|
"kind": "class",
|
|
3824
|
-
"description": "The AG
|
|
3825
|
-
"name": "
|
|
3916
|
+
"description": "The AG Multiselect Editor element.",
|
|
3917
|
+
"name": "MultiselectEditor",
|
|
3826
3918
|
"members": [
|
|
3827
3919
|
{
|
|
3828
3920
|
"kind": "field",
|
|
3829
|
-
"name": "
|
|
3921
|
+
"name": "params",
|
|
3830
3922
|
"type": {
|
|
3831
|
-
"text": "
|
|
3923
|
+
"text": "MultiselectEditorParams"
|
|
3832
3924
|
},
|
|
3833
3925
|
"privacy": "public"
|
|
3834
3926
|
},
|
|
3835
3927
|
{
|
|
3836
3928
|
"kind": "field",
|
|
3837
|
-
"name": "
|
|
3929
|
+
"name": "selectedOptions",
|
|
3838
3930
|
"type": {
|
|
3839
|
-
"text": "
|
|
3931
|
+
"text": "any[]"
|
|
3840
3932
|
},
|
|
3841
3933
|
"privacy": "public"
|
|
3842
3934
|
},
|
|
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
|
-
},
|
|
3871
3935
|
{
|
|
3872
3936
|
"kind": "method",
|
|
3873
3937
|
"name": "init",
|
|
@@ -3876,7 +3940,7 @@
|
|
|
3876
3940
|
{
|
|
3877
3941
|
"name": "params",
|
|
3878
3942
|
"type": {
|
|
3879
|
-
"text": "
|
|
3943
|
+
"text": "MultiselectEditorParams"
|
|
3880
3944
|
}
|
|
3881
3945
|
}
|
|
3882
3946
|
]
|
|
@@ -3891,6 +3955,16 @@
|
|
|
3891
3955
|
}
|
|
3892
3956
|
}
|
|
3893
3957
|
},
|
|
3958
|
+
{
|
|
3959
|
+
"kind": "method",
|
|
3960
|
+
"name": "destroy",
|
|
3961
|
+
"privacy": "public",
|
|
3962
|
+
"return": {
|
|
3963
|
+
"type": {
|
|
3964
|
+
"text": "void"
|
|
3965
|
+
}
|
|
3966
|
+
}
|
|
3967
|
+
},
|
|
3894
3968
|
{
|
|
3895
3969
|
"kind": "method",
|
|
3896
3970
|
"name": "refresh",
|
|
@@ -3904,7 +3978,7 @@
|
|
|
3904
3978
|
{
|
|
3905
3979
|
"name": "params",
|
|
3906
3980
|
"type": {
|
|
3907
|
-
"text": "
|
|
3981
|
+
"text": "MultiselectEditorParams"
|
|
3908
3982
|
}
|
|
3909
3983
|
}
|
|
3910
3984
|
]
|
|
@@ -3931,10 +4005,6 @@
|
|
|
3931
4005
|
}
|
|
3932
4006
|
]
|
|
3933
4007
|
},
|
|
3934
|
-
{
|
|
3935
|
-
"kind": "method",
|
|
3936
|
-
"name": "afterGuiAttached"
|
|
3937
|
-
},
|
|
3938
4008
|
{
|
|
3939
4009
|
"kind": "method",
|
|
3940
4010
|
"name": "isCancelBeforeStart"
|
|
@@ -4055,22 +4125,22 @@
|
|
|
4055
4125
|
"name": "FoundationElement",
|
|
4056
4126
|
"package": "@microsoft/fast-foundation"
|
|
4057
4127
|
},
|
|
4058
|
-
"tagName": "%%prefix%%-
|
|
4128
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
4059
4129
|
"customElement": true
|
|
4060
4130
|
},
|
|
4061
4131
|
{
|
|
4062
4132
|
"kind": "variable",
|
|
4063
|
-
"name": "
|
|
4064
|
-
"default": "css
|
|
4133
|
+
"name": "agMultiselectEditorStyles",
|
|
4134
|
+
"default": "css``",
|
|
4065
4135
|
"description": "The AG Select Renderer Styles.",
|
|
4066
4136
|
"privacy": "public"
|
|
4067
4137
|
},
|
|
4068
4138
|
{
|
|
4069
4139
|
"kind": "function",
|
|
4070
|
-
"name": "
|
|
4140
|
+
"name": "getMultiselectEditorTemplate",
|
|
4071
4141
|
"parameters": [
|
|
4072
4142
|
{
|
|
4073
|
-
"name": "
|
|
4143
|
+
"name": "designSystem",
|
|
4074
4144
|
"default": "'foundation'",
|
|
4075
4145
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4076
4146
|
}
|
|
@@ -4085,114 +4155,83 @@
|
|
|
4085
4155
|
},
|
|
4086
4156
|
{
|
|
4087
4157
|
"kind": "variable",
|
|
4088
|
-
"name": "
|
|
4158
|
+
"name": "foundationMultiselectEditor",
|
|
4089
4159
|
"privacy": "public"
|
|
4090
4160
|
}
|
|
4091
4161
|
],
|
|
4092
4162
|
"exports": [
|
|
4093
4163
|
{
|
|
4094
4164
|
"kind": "js",
|
|
4095
|
-
"name": "
|
|
4096
|
-
"declaration": {
|
|
4097
|
-
"name": "DateEditor",
|
|
4098
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4099
|
-
}
|
|
4100
|
-
},
|
|
4101
|
-
{
|
|
4102
|
-
"kind": "js",
|
|
4103
|
-
"name": "agDateEditorStyles",
|
|
4104
|
-
"declaration": {
|
|
4105
|
-
"name": "agDateEditorStyles",
|
|
4106
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4107
|
-
}
|
|
4108
|
-
},
|
|
4109
|
-
{
|
|
4110
|
-
"kind": "js",
|
|
4111
|
-
"name": "getDateEditorTemplate",
|
|
4112
|
-
"declaration": {
|
|
4113
|
-
"name": "getDateEditorTemplate",
|
|
4114
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4115
|
-
}
|
|
4116
|
-
},
|
|
4117
|
-
{
|
|
4118
|
-
"kind": "js",
|
|
4119
|
-
"name": "foundationDateEditor",
|
|
4120
|
-
"declaration": {
|
|
4121
|
-
"name": "foundationDateEditor",
|
|
4122
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4123
|
-
}
|
|
4124
|
-
}
|
|
4125
|
-
]
|
|
4126
|
-
},
|
|
4127
|
-
{
|
|
4128
|
-
"kind": "javascript-module",
|
|
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": "*",
|
|
4165
|
+
"name": "MultiselectEditor",
|
|
4143
4166
|
"declaration": {
|
|
4144
|
-
"name": "
|
|
4145
|
-
"
|
|
4167
|
+
"name": "MultiselectEditor",
|
|
4168
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4146
4169
|
}
|
|
4147
4170
|
},
|
|
4148
4171
|
{
|
|
4149
4172
|
"kind": "js",
|
|
4150
|
-
"name": "
|
|
4173
|
+
"name": "agMultiselectEditorStyles",
|
|
4151
4174
|
"declaration": {
|
|
4152
|
-
"name": "
|
|
4153
|
-
"
|
|
4175
|
+
"name": "agMultiselectEditorStyles",
|
|
4176
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4154
4177
|
}
|
|
4155
4178
|
},
|
|
4156
4179
|
{
|
|
4157
4180
|
"kind": "js",
|
|
4158
|
-
"name": "
|
|
4181
|
+
"name": "getMultiselectEditorTemplate",
|
|
4159
4182
|
"declaration": {
|
|
4160
|
-
"name": "
|
|
4161
|
-
"
|
|
4183
|
+
"name": "getMultiselectEditorTemplate",
|
|
4184
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4162
4185
|
}
|
|
4163
4186
|
},
|
|
4164
4187
|
{
|
|
4165
4188
|
"kind": "js",
|
|
4166
|
-
"name": "
|
|
4189
|
+
"name": "foundationMultiselectEditor",
|
|
4167
4190
|
"declaration": {
|
|
4168
|
-
"name": "
|
|
4169
|
-
"
|
|
4191
|
+
"name": "foundationMultiselectEditor",
|
|
4192
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4170
4193
|
}
|
|
4171
4194
|
}
|
|
4172
4195
|
]
|
|
4173
4196
|
},
|
|
4174
4197
|
{
|
|
4175
4198
|
"kind": "javascript-module",
|
|
4176
|
-
"path": "src/cell-editors/
|
|
4199
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
4177
4200
|
"declarations": [
|
|
4178
4201
|
{
|
|
4179
4202
|
"kind": "class",
|
|
4180
|
-
"description": "The AG
|
|
4181
|
-
"name": "
|
|
4203
|
+
"description": "The AG Number Editor element.",
|
|
4204
|
+
"name": "NumberEditor",
|
|
4182
4205
|
"members": [
|
|
4183
4206
|
{
|
|
4184
4207
|
"kind": "field",
|
|
4185
4208
|
"name": "params",
|
|
4186
4209
|
"type": {
|
|
4187
|
-
"text": "
|
|
4210
|
+
"text": "NumberEditorParams"
|
|
4188
4211
|
},
|
|
4189
4212
|
"privacy": "public"
|
|
4190
4213
|
},
|
|
4191
4214
|
{
|
|
4192
4215
|
"kind": "field",
|
|
4193
|
-
"name": "
|
|
4216
|
+
"name": "value",
|
|
4194
4217
|
"type": {
|
|
4195
|
-
"text": "
|
|
4218
|
+
"text": "number"
|
|
4219
|
+
},
|
|
4220
|
+
"privacy": "public"
|
|
4221
|
+
},
|
|
4222
|
+
{
|
|
4223
|
+
"kind": "field",
|
|
4224
|
+
"name": "actualWidth",
|
|
4225
|
+
"type": {
|
|
4226
|
+
"text": "number"
|
|
4227
|
+
},
|
|
4228
|
+
"privacy": "public"
|
|
4229
|
+
},
|
|
4230
|
+
{
|
|
4231
|
+
"kind": "field",
|
|
4232
|
+
"name": "input",
|
|
4233
|
+
"type": {
|
|
4234
|
+
"text": "any"
|
|
4196
4235
|
},
|
|
4197
4236
|
"privacy": "public"
|
|
4198
4237
|
},
|
|
@@ -4204,7 +4243,7 @@
|
|
|
4204
4243
|
{
|
|
4205
4244
|
"name": "params",
|
|
4206
4245
|
"type": {
|
|
4207
|
-
"text": "
|
|
4246
|
+
"text": "NumberEditorParams"
|
|
4208
4247
|
}
|
|
4209
4248
|
}
|
|
4210
4249
|
]
|
|
@@ -4219,16 +4258,6 @@
|
|
|
4219
4258
|
}
|
|
4220
4259
|
}
|
|
4221
4260
|
},
|
|
4222
|
-
{
|
|
4223
|
-
"kind": "method",
|
|
4224
|
-
"name": "destroy",
|
|
4225
|
-
"privacy": "public",
|
|
4226
|
-
"return": {
|
|
4227
|
-
"type": {
|
|
4228
|
-
"text": "void"
|
|
4229
|
-
}
|
|
4230
|
-
}
|
|
4231
|
-
},
|
|
4232
4261
|
{
|
|
4233
4262
|
"kind": "method",
|
|
4234
4263
|
"name": "refresh",
|
|
@@ -4242,7 +4271,7 @@
|
|
|
4242
4271
|
{
|
|
4243
4272
|
"name": "params",
|
|
4244
4273
|
"type": {
|
|
4245
|
-
"text": "
|
|
4274
|
+
"text": "NumberEditorParams"
|
|
4246
4275
|
}
|
|
4247
4276
|
}
|
|
4248
4277
|
]
|
|
@@ -4260,6 +4289,10 @@
|
|
|
4260
4289
|
}
|
|
4261
4290
|
}
|
|
4262
4291
|
},
|
|
4292
|
+
{
|
|
4293
|
+
"kind": "method",
|
|
4294
|
+
"name": "afterGuiAttached"
|
|
4295
|
+
},
|
|
4263
4296
|
{
|
|
4264
4297
|
"kind": "method",
|
|
4265
4298
|
"name": "changeHandler",
|
|
@@ -4389,19 +4422,19 @@
|
|
|
4389
4422
|
"name": "FoundationElement",
|
|
4390
4423
|
"package": "@microsoft/fast-foundation"
|
|
4391
4424
|
},
|
|
4392
|
-
"tagName": "%%prefix%%-
|
|
4425
|
+
"tagName": "%%prefix%%-number-editor",
|
|
4393
4426
|
"customElement": true
|
|
4394
4427
|
},
|
|
4395
4428
|
{
|
|
4396
4429
|
"kind": "variable",
|
|
4397
|
-
"name": "
|
|
4398
|
-
"default": "css
|
|
4399
|
-
"description": "The AG
|
|
4430
|
+
"name": "agNumberEditorStyles",
|
|
4431
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4432
|
+
"description": "The AG Number Editor Styles.",
|
|
4400
4433
|
"privacy": "public"
|
|
4401
4434
|
},
|
|
4402
4435
|
{
|
|
4403
4436
|
"kind": "function",
|
|
4404
|
-
"name": "
|
|
4437
|
+
"name": "getNumberEditorTemplate",
|
|
4405
4438
|
"parameters": [
|
|
4406
4439
|
{
|
|
4407
4440
|
"name": "designSystem",
|
|
@@ -4419,59 +4452,59 @@
|
|
|
4419
4452
|
},
|
|
4420
4453
|
{
|
|
4421
4454
|
"kind": "variable",
|
|
4422
|
-
"name": "
|
|
4455
|
+
"name": "foundationNumberEditor",
|
|
4423
4456
|
"privacy": "public"
|
|
4424
4457
|
}
|
|
4425
4458
|
],
|
|
4426
4459
|
"exports": [
|
|
4427
4460
|
{
|
|
4428
4461
|
"kind": "js",
|
|
4429
|
-
"name": "
|
|
4462
|
+
"name": "NumberEditor",
|
|
4430
4463
|
"declaration": {
|
|
4431
|
-
"name": "
|
|
4432
|
-
"module": "src/cell-editors/
|
|
4464
|
+
"name": "NumberEditor",
|
|
4465
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4433
4466
|
}
|
|
4434
4467
|
},
|
|
4435
4468
|
{
|
|
4436
4469
|
"kind": "js",
|
|
4437
|
-
"name": "
|
|
4470
|
+
"name": "agNumberEditorStyles",
|
|
4438
4471
|
"declaration": {
|
|
4439
|
-
"name": "
|
|
4440
|
-
"module": "src/cell-editors/
|
|
4472
|
+
"name": "agNumberEditorStyles",
|
|
4473
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4441
4474
|
}
|
|
4442
4475
|
},
|
|
4443
4476
|
{
|
|
4444
4477
|
"kind": "js",
|
|
4445
|
-
"name": "
|
|
4478
|
+
"name": "getNumberEditorTemplate",
|
|
4446
4479
|
"declaration": {
|
|
4447
|
-
"name": "
|
|
4448
|
-
"module": "src/cell-editors/
|
|
4480
|
+
"name": "getNumberEditorTemplate",
|
|
4481
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4449
4482
|
}
|
|
4450
4483
|
},
|
|
4451
4484
|
{
|
|
4452
4485
|
"kind": "js",
|
|
4453
|
-
"name": "
|
|
4486
|
+
"name": "foundationNumberEditor",
|
|
4454
4487
|
"declaration": {
|
|
4455
|
-
"name": "
|
|
4456
|
-
"module": "src/cell-editors/
|
|
4488
|
+
"name": "foundationNumberEditor",
|
|
4489
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4457
4490
|
}
|
|
4458
4491
|
}
|
|
4459
4492
|
]
|
|
4460
4493
|
},
|
|
4461
4494
|
{
|
|
4462
4495
|
"kind": "javascript-module",
|
|
4463
|
-
"path": "src/cell-editors/
|
|
4496
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
4464
4497
|
"declarations": [
|
|
4465
4498
|
{
|
|
4466
4499
|
"kind": "class",
|
|
4467
|
-
"description": "The AG
|
|
4468
|
-
"name": "
|
|
4500
|
+
"description": "The AG Select Editor element.",
|
|
4501
|
+
"name": "SelectEditor",
|
|
4469
4502
|
"members": [
|
|
4470
4503
|
{
|
|
4471
4504
|
"kind": "field",
|
|
4472
4505
|
"name": "params",
|
|
4473
4506
|
"type": {
|
|
4474
|
-
"text": "
|
|
4507
|
+
"text": "SelectEditorParams"
|
|
4475
4508
|
},
|
|
4476
4509
|
"privacy": "public"
|
|
4477
4510
|
},
|
|
@@ -4479,7 +4512,7 @@
|
|
|
4479
4512
|
"kind": "field",
|
|
4480
4513
|
"name": "value",
|
|
4481
4514
|
"type": {
|
|
4482
|
-
"text": "
|
|
4515
|
+
"text": "string"
|
|
4483
4516
|
},
|
|
4484
4517
|
"privacy": "public"
|
|
4485
4518
|
},
|
|
@@ -4493,7 +4526,7 @@
|
|
|
4493
4526
|
},
|
|
4494
4527
|
{
|
|
4495
4528
|
"kind": "field",
|
|
4496
|
-
"name": "
|
|
4529
|
+
"name": "combobox",
|
|
4497
4530
|
"type": {
|
|
4498
4531
|
"text": "any"
|
|
4499
4532
|
},
|
|
@@ -4507,7 +4540,7 @@
|
|
|
4507
4540
|
{
|
|
4508
4541
|
"name": "params",
|
|
4509
4542
|
"type": {
|
|
4510
|
-
"text": "
|
|
4543
|
+
"text": "SelectEditorParams"
|
|
4511
4544
|
}
|
|
4512
4545
|
}
|
|
4513
4546
|
]
|
|
@@ -4535,7 +4568,7 @@
|
|
|
4535
4568
|
{
|
|
4536
4569
|
"name": "params",
|
|
4537
4570
|
"type": {
|
|
4538
|
-
"text": "
|
|
4571
|
+
"text": "SelectEditorParams"
|
|
4539
4572
|
}
|
|
4540
4573
|
}
|
|
4541
4574
|
]
|
|
@@ -4686,19 +4719,19 @@
|
|
|
4686
4719
|
"name": "FoundationElement",
|
|
4687
4720
|
"package": "@microsoft/fast-foundation"
|
|
4688
4721
|
},
|
|
4689
|
-
"tagName": "%%prefix%%-
|
|
4722
|
+
"tagName": "%%prefix%%-select-editor",
|
|
4690
4723
|
"customElement": true
|
|
4691
4724
|
},
|
|
4692
4725
|
{
|
|
4693
4726
|
"kind": "variable",
|
|
4694
|
-
"name": "
|
|
4695
|
-
"default": "css
|
|
4696
|
-
"description": "The AG
|
|
4727
|
+
"name": "agSelectEditorStyles",
|
|
4728
|
+
"default": "css``",
|
|
4729
|
+
"description": "The AG Select Renderer Styles.",
|
|
4697
4730
|
"privacy": "public"
|
|
4698
4731
|
},
|
|
4699
4732
|
{
|
|
4700
4733
|
"kind": "function",
|
|
4701
|
-
"name": "
|
|
4734
|
+
"name": "getSelectEditorTemplate",
|
|
4702
4735
|
"parameters": [
|
|
4703
4736
|
{
|
|
4704
4737
|
"name": "designSystem",
|
|
@@ -4716,59 +4749,59 @@
|
|
|
4716
4749
|
},
|
|
4717
4750
|
{
|
|
4718
4751
|
"kind": "variable",
|
|
4719
|
-
"name": "
|
|
4752
|
+
"name": "foundationSelectEditor",
|
|
4720
4753
|
"privacy": "public"
|
|
4721
4754
|
}
|
|
4722
4755
|
],
|
|
4723
4756
|
"exports": [
|
|
4724
4757
|
{
|
|
4725
4758
|
"kind": "js",
|
|
4726
|
-
"name": "
|
|
4759
|
+
"name": "SelectEditor",
|
|
4727
4760
|
"declaration": {
|
|
4728
|
-
"name": "
|
|
4729
|
-
"module": "src/cell-editors/
|
|
4761
|
+
"name": "SelectEditor",
|
|
4762
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4730
4763
|
}
|
|
4731
4764
|
},
|
|
4732
4765
|
{
|
|
4733
4766
|
"kind": "js",
|
|
4734
|
-
"name": "
|
|
4767
|
+
"name": "agSelectEditorStyles",
|
|
4735
4768
|
"declaration": {
|
|
4736
|
-
"name": "
|
|
4737
|
-
"module": "src/cell-editors/
|
|
4769
|
+
"name": "agSelectEditorStyles",
|
|
4770
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4738
4771
|
}
|
|
4739
4772
|
},
|
|
4740
4773
|
{
|
|
4741
4774
|
"kind": "js",
|
|
4742
|
-
"name": "
|
|
4775
|
+
"name": "getSelectEditorTemplate",
|
|
4743
4776
|
"declaration": {
|
|
4744
|
-
"name": "
|
|
4745
|
-
"module": "src/cell-editors/
|
|
4777
|
+
"name": "getSelectEditorTemplate",
|
|
4778
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4746
4779
|
}
|
|
4747
4780
|
},
|
|
4748
4781
|
{
|
|
4749
4782
|
"kind": "js",
|
|
4750
|
-
"name": "
|
|
4783
|
+
"name": "foundationSelectEditor",
|
|
4751
4784
|
"declaration": {
|
|
4752
|
-
"name": "
|
|
4753
|
-
"module": "src/cell-editors/
|
|
4785
|
+
"name": "foundationSelectEditor",
|
|
4786
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4754
4787
|
}
|
|
4755
4788
|
}
|
|
4756
4789
|
]
|
|
4757
4790
|
},
|
|
4758
4791
|
{
|
|
4759
4792
|
"kind": "javascript-module",
|
|
4760
|
-
"path": "src/cell-editors/
|
|
4793
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
4761
4794
|
"declarations": [
|
|
4762
4795
|
{
|
|
4763
4796
|
"kind": "class",
|
|
4764
|
-
"description": "The AG
|
|
4765
|
-
"name": "
|
|
4797
|
+
"description": "The AG String Editor element.",
|
|
4798
|
+
"name": "StringEditor",
|
|
4766
4799
|
"members": [
|
|
4767
4800
|
{
|
|
4768
4801
|
"kind": "field",
|
|
4769
4802
|
"name": "params",
|
|
4770
4803
|
"type": {
|
|
4771
|
-
"text": "
|
|
4804
|
+
"text": "StringEditorParams"
|
|
4772
4805
|
},
|
|
4773
4806
|
"privacy": "public"
|
|
4774
4807
|
},
|
|
@@ -4790,7 +4823,7 @@
|
|
|
4790
4823
|
},
|
|
4791
4824
|
{
|
|
4792
4825
|
"kind": "field",
|
|
4793
|
-
"name": "
|
|
4826
|
+
"name": "input",
|
|
4794
4827
|
"type": {
|
|
4795
4828
|
"text": "any"
|
|
4796
4829
|
},
|
|
@@ -4804,7 +4837,7 @@
|
|
|
4804
4837
|
{
|
|
4805
4838
|
"name": "params",
|
|
4806
4839
|
"type": {
|
|
4807
|
-
"text": "
|
|
4840
|
+
"text": "StringEditorParams"
|
|
4808
4841
|
}
|
|
4809
4842
|
}
|
|
4810
4843
|
]
|
|
@@ -4832,7 +4865,7 @@
|
|
|
4832
4865
|
{
|
|
4833
4866
|
"name": "params",
|
|
4834
4867
|
"type": {
|
|
4835
|
-
"text": "
|
|
4868
|
+
"text": "StringEditorParams"
|
|
4836
4869
|
}
|
|
4837
4870
|
}
|
|
4838
4871
|
]
|
|
@@ -4983,19 +5016,19 @@
|
|
|
4983
5016
|
"name": "FoundationElement",
|
|
4984
5017
|
"package": "@microsoft/fast-foundation"
|
|
4985
5018
|
},
|
|
4986
|
-
"tagName": "%%prefix%%-
|
|
5019
|
+
"tagName": "%%prefix%%-string-editor",
|
|
4987
5020
|
"customElement": true
|
|
4988
5021
|
},
|
|
4989
5022
|
{
|
|
4990
5023
|
"kind": "variable",
|
|
4991
|
-
"name": "
|
|
4992
|
-
"default": "css
|
|
4993
|
-
"description": "The AG
|
|
5024
|
+
"name": "agStringEditorStyles",
|
|
5025
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5026
|
+
"description": "The AG String Renderer Styles.",
|
|
4994
5027
|
"privacy": "public"
|
|
4995
5028
|
},
|
|
4996
5029
|
{
|
|
4997
5030
|
"kind": "function",
|
|
4998
|
-
"name": "
|
|
5031
|
+
"name": "getStringEditorTemplate",
|
|
4999
5032
|
"parameters": [
|
|
5000
5033
|
{
|
|
5001
5034
|
"name": "designSystem",
|
|
@@ -5003,7 +5036,7 @@
|
|
|
5003
5036
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5004
5037
|
}
|
|
5005
5038
|
],
|
|
5006
|
-
"description": "Get a Design System prefixed
|
|
5039
|
+
"description": "Get a Design System prefixed String template.",
|
|
5007
5040
|
"return": {
|
|
5008
5041
|
"type": {
|
|
5009
5042
|
"text": ""
|
|
@@ -5013,83 +5046,98 @@
|
|
|
5013
5046
|
},
|
|
5014
5047
|
{
|
|
5015
5048
|
"kind": "variable",
|
|
5016
|
-
"name": "
|
|
5049
|
+
"name": "foundationStringEditor",
|
|
5017
5050
|
"privacy": "public"
|
|
5018
5051
|
}
|
|
5019
5052
|
],
|
|
5020
5053
|
"exports": [
|
|
5021
5054
|
{
|
|
5022
5055
|
"kind": "js",
|
|
5023
|
-
"name": "
|
|
5056
|
+
"name": "StringEditor",
|
|
5024
5057
|
"declaration": {
|
|
5025
|
-
"name": "
|
|
5026
|
-
"module": "src/cell-editors/
|
|
5058
|
+
"name": "StringEditor",
|
|
5059
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5027
5060
|
}
|
|
5028
5061
|
},
|
|
5029
5062
|
{
|
|
5030
5063
|
"kind": "js",
|
|
5031
|
-
"name": "
|
|
5064
|
+
"name": "agStringEditorStyles",
|
|
5032
5065
|
"declaration": {
|
|
5033
|
-
"name": "
|
|
5034
|
-
"module": "src/cell-editors/
|
|
5066
|
+
"name": "agStringEditorStyles",
|
|
5067
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5035
5068
|
}
|
|
5036
5069
|
},
|
|
5037
5070
|
{
|
|
5038
5071
|
"kind": "js",
|
|
5039
|
-
"name": "
|
|
5072
|
+
"name": "getStringEditorTemplate",
|
|
5040
5073
|
"declaration": {
|
|
5041
|
-
"name": "
|
|
5042
|
-
"module": "src/cell-editors/
|
|
5074
|
+
"name": "getStringEditorTemplate",
|
|
5075
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5043
5076
|
}
|
|
5044
5077
|
},
|
|
5045
5078
|
{
|
|
5046
5079
|
"kind": "js",
|
|
5047
|
-
"name": "
|
|
5080
|
+
"name": "foundationStringEditor",
|
|
5048
5081
|
"declaration": {
|
|
5049
|
-
"name": "
|
|
5050
|
-
"module": "src/cell-editors/
|
|
5082
|
+
"name": "foundationStringEditor",
|
|
5083
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5051
5084
|
}
|
|
5052
5085
|
}
|
|
5053
5086
|
]
|
|
5054
5087
|
},
|
|
5055
5088
|
{
|
|
5056
5089
|
"kind": "javascript-module",
|
|
5057
|
-
"path": "src/cell
|
|
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",
|
|
5104
|
+
"declaration": {
|
|
5105
|
+
"name": "CellTemplate",
|
|
5106
|
+
"module": "src/cell/cell.template.ts"
|
|
5107
|
+
}
|
|
5108
|
+
}
|
|
5109
|
+
]
|
|
5110
|
+
},
|
|
5111
|
+
{
|
|
5112
|
+
"kind": "javascript-module",
|
|
5113
|
+
"path": "src/cell/cell.ts",
|
|
5058
5114
|
"declarations": [
|
|
5059
5115
|
{
|
|
5060
5116
|
"kind": "class",
|
|
5061
|
-
"description": "The
|
|
5062
|
-
"name": "
|
|
5117
|
+
"description": "The Grid Pro Cell element.",
|
|
5118
|
+
"name": "GridProCell",
|
|
5063
5119
|
"members": [
|
|
5064
5120
|
{
|
|
5065
5121
|
"kind": "field",
|
|
5066
|
-
"name": "
|
|
5067
|
-
"type": {
|
|
5068
|
-
"text": "StringEditorParams"
|
|
5069
|
-
},
|
|
5070
|
-
"privacy": "public"
|
|
5071
|
-
},
|
|
5072
|
-
{
|
|
5073
|
-
"kind": "field",
|
|
5074
|
-
"name": "value",
|
|
5122
|
+
"name": "renderer",
|
|
5075
5123
|
"type": {
|
|
5076
|
-
"text": "
|
|
5124
|
+
"text": "ICellRendererFunc"
|
|
5077
5125
|
},
|
|
5078
5126
|
"privacy": "public"
|
|
5079
5127
|
},
|
|
5080
5128
|
{
|
|
5081
5129
|
"kind": "field",
|
|
5082
|
-
"name": "
|
|
5130
|
+
"name": "rendererParams",
|
|
5083
5131
|
"type": {
|
|
5084
|
-
"text": "
|
|
5132
|
+
"text": "ICellRendererParams"
|
|
5085
5133
|
},
|
|
5086
5134
|
"privacy": "public"
|
|
5087
5135
|
},
|
|
5088
5136
|
{
|
|
5089
5137
|
"kind": "field",
|
|
5090
|
-
"name": "
|
|
5138
|
+
"name": "slottedRenderer",
|
|
5091
5139
|
"type": {
|
|
5092
|
-
"text": "
|
|
5140
|
+
"text": "HTMLElement[]"
|
|
5093
5141
|
},
|
|
5094
5142
|
"privacy": "public"
|
|
5095
5143
|
},
|
|
@@ -5101,7 +5149,7 @@
|
|
|
5101
5149
|
{
|
|
5102
5150
|
"name": "params",
|
|
5103
5151
|
"type": {
|
|
5104
|
-
"text": "
|
|
5152
|
+
"text": "ICellRendererParams"
|
|
5105
5153
|
}
|
|
5106
5154
|
}
|
|
5107
5155
|
]
|
|
@@ -5116,53 +5164,28 @@
|
|
|
5116
5164
|
}
|
|
5117
5165
|
}
|
|
5118
5166
|
},
|
|
5167
|
+
{
|
|
5168
|
+
"kind": "method",
|
|
5169
|
+
"name": "destroy",
|
|
5170
|
+
"privacy": "public"
|
|
5171
|
+
},
|
|
5119
5172
|
{
|
|
5120
5173
|
"kind": "method",
|
|
5121
5174
|
"name": "refresh",
|
|
5122
5175
|
"privacy": "public",
|
|
5123
|
-
"return": {
|
|
5124
|
-
"type": {
|
|
5125
|
-
"text": "boolean"
|
|
5126
|
-
}
|
|
5127
|
-
},
|
|
5128
5176
|
"parameters": [
|
|
5129
5177
|
{
|
|
5130
5178
|
"name": "params",
|
|
5131
5179
|
"type": {
|
|
5132
|
-
"text": "
|
|
5180
|
+
"text": "ICellRendererParams"
|
|
5133
5181
|
}
|
|
5134
5182
|
}
|
|
5135
5183
|
]
|
|
5136
5184
|
},
|
|
5137
5185
|
{
|
|
5138
5186
|
"kind": "method",
|
|
5139
|
-
"name": "
|
|
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"
|
|
5187
|
+
"name": "slottedAgRendererChanged",
|
|
5188
|
+
"privacy": "public"
|
|
5166
5189
|
},
|
|
5167
5190
|
{
|
|
5168
5191
|
"kind": "field",
|
|
@@ -5280,71 +5303,48 @@
|
|
|
5280
5303
|
"name": "FoundationElement",
|
|
5281
5304
|
"package": "@microsoft/fast-foundation"
|
|
5282
5305
|
},
|
|
5283
|
-
"tagName": "
|
|
5306
|
+
"tagName": "grid-pro-cell",
|
|
5284
5307
|
"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"
|
|
5315
5308
|
}
|
|
5316
5309
|
],
|
|
5317
5310
|
"exports": [
|
|
5318
5311
|
{
|
|
5319
5312
|
"kind": "js",
|
|
5320
|
-
"name": "
|
|
5313
|
+
"name": "GridProCell",
|
|
5321
5314
|
"declaration": {
|
|
5322
|
-
"name": "
|
|
5323
|
-
"module": "src/cell
|
|
5315
|
+
"name": "GridProCell",
|
|
5316
|
+
"module": "src/cell/cell.ts"
|
|
5324
5317
|
}
|
|
5325
5318
|
},
|
|
5326
5319
|
{
|
|
5327
|
-
"kind": "
|
|
5328
|
-
"name": "
|
|
5320
|
+
"kind": "custom-element-definition",
|
|
5321
|
+
"name": "grid-pro-cell",
|
|
5329
5322
|
"declaration": {
|
|
5330
|
-
"name": "
|
|
5331
|
-
"module": "src/cell
|
|
5323
|
+
"name": "GridProCell",
|
|
5324
|
+
"module": "src/cell/cell.ts"
|
|
5332
5325
|
}
|
|
5333
|
-
}
|
|
5326
|
+
}
|
|
5327
|
+
]
|
|
5328
|
+
},
|
|
5329
|
+
{
|
|
5330
|
+
"kind": "javascript-module",
|
|
5331
|
+
"path": "src/cell/index.ts",
|
|
5332
|
+
"declarations": [],
|
|
5333
|
+
"exports": [
|
|
5334
5334
|
{
|
|
5335
5335
|
"kind": "js",
|
|
5336
|
-
"name": "
|
|
5336
|
+
"name": "*",
|
|
5337
5337
|
"declaration": {
|
|
5338
|
-
"name": "
|
|
5339
|
-
"
|
|
5338
|
+
"name": "*",
|
|
5339
|
+
"package": "./cell.template"
|
|
5340
5340
|
}
|
|
5341
5341
|
},
|
|
5342
5342
|
{
|
|
5343
5343
|
"kind": "js",
|
|
5344
|
-
"name": "
|
|
5344
|
+
"name": "*",
|
|
5345
5345
|
"declaration": {
|
|
5346
|
-
"name": "
|
|
5347
|
-
"
|
|
5346
|
+
"name": "*",
|
|
5347
|
+
"package": "./cell"
|
|
5348
5348
|
}
|
|
5349
5349
|
}
|
|
5350
5350
|
]
|
|
@@ -19518,41 +19518,6 @@
|
|
|
19518
19518
|
"declarations": [],
|
|
19519
19519
|
"exports": []
|
|
19520
19520
|
},
|
|
19521
|
-
{
|
|
19522
|
-
"kind": "javascript-module",
|
|
19523
|
-
"path": "src/style/colors.ts",
|
|
19524
|
-
"declarations": [],
|
|
19525
|
-
"exports": []
|
|
19526
|
-
},
|
|
19527
|
-
{
|
|
19528
|
-
"kind": "javascript-module",
|
|
19529
|
-
"path": "src/style/index.ts",
|
|
19530
|
-
"declarations": [],
|
|
19531
|
-
"exports": [
|
|
19532
|
-
{
|
|
19533
|
-
"kind": "js",
|
|
19534
|
-
"name": "*",
|
|
19535
|
-
"declaration": {
|
|
19536
|
-
"name": "*",
|
|
19537
|
-
"package": "./colors"
|
|
19538
|
-
}
|
|
19539
|
-
},
|
|
19540
|
-
{
|
|
19541
|
-
"kind": "js",
|
|
19542
|
-
"name": "*",
|
|
19543
|
-
"declaration": {
|
|
19544
|
-
"name": "*",
|
|
19545
|
-
"package": "./tokens"
|
|
19546
|
-
}
|
|
19547
|
-
}
|
|
19548
|
-
]
|
|
19549
|
-
},
|
|
19550
|
-
{
|
|
19551
|
-
"kind": "javascript-module",
|
|
19552
|
-
"path": "src/style/tokens.ts",
|
|
19553
|
-
"declarations": [],
|
|
19554
|
-
"exports": []
|
|
19555
|
-
},
|
|
19556
19521
|
{
|
|
19557
19522
|
"kind": "javascript-module",
|
|
19558
19523
|
"path": "src/status-bar-components/index.ts",
|
|
@@ -20392,6 +20357,41 @@
|
|
|
20392
20357
|
}
|
|
20393
20358
|
]
|
|
20394
20359
|
},
|
|
20360
|
+
{
|
|
20361
|
+
"kind": "javascript-module",
|
|
20362
|
+
"path": "src/style/colors.ts",
|
|
20363
|
+
"declarations": [],
|
|
20364
|
+
"exports": []
|
|
20365
|
+
},
|
|
20366
|
+
{
|
|
20367
|
+
"kind": "javascript-module",
|
|
20368
|
+
"path": "src/style/index.ts",
|
|
20369
|
+
"declarations": [],
|
|
20370
|
+
"exports": [
|
|
20371
|
+
{
|
|
20372
|
+
"kind": "js",
|
|
20373
|
+
"name": "*",
|
|
20374
|
+
"declaration": {
|
|
20375
|
+
"name": "*",
|
|
20376
|
+
"package": "./colors"
|
|
20377
|
+
}
|
|
20378
|
+
},
|
|
20379
|
+
{
|
|
20380
|
+
"kind": "js",
|
|
20381
|
+
"name": "*",
|
|
20382
|
+
"declaration": {
|
|
20383
|
+
"name": "*",
|
|
20384
|
+
"package": "./tokens"
|
|
20385
|
+
}
|
|
20386
|
+
}
|
|
20387
|
+
]
|
|
20388
|
+
},
|
|
20389
|
+
{
|
|
20390
|
+
"kind": "javascript-module",
|
|
20391
|
+
"path": "src/style/tokens.ts",
|
|
20392
|
+
"declarations": [],
|
|
20393
|
+
"exports": []
|
|
20394
|
+
},
|
|
20395
20395
|
{
|
|
20396
20396
|
"kind": "javascript-module",
|
|
20397
20397
|
"path": "src/tooltips/error-tooltip.ts",
|