@genesislcap/grid-pro 15.19.6 → 15.20.0-alpha.3
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 +344 -344
- package/dist/dts/grid-pro-beta.d.ts +1 -3
- package/dist/dts/grid-pro-beta.d.ts.map +1 -1
- package/dist/dts/react.d.ts +9 -9
- package/dist/esm/grid-pro-beta.js +2 -1
- package/dist/grid-pro.d.ts +1 -3
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +13 -13
|
@@ -3516,59 +3516,56 @@
|
|
|
3516
3516
|
},
|
|
3517
3517
|
{
|
|
3518
3518
|
"kind": "javascript-module",
|
|
3519
|
-
"path": "src/cell/
|
|
3520
|
-
"declarations": [
|
|
3521
|
-
{
|
|
3522
|
-
"kind": "variable",
|
|
3523
|
-
"name": "CellTemplate",
|
|
3524
|
-
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
3525
|
-
"description": "The Grid Pro Cell Template.",
|
|
3526
|
-
"privacy": "public"
|
|
3527
|
-
}
|
|
3528
|
-
],
|
|
3529
|
-
"exports": [
|
|
3530
|
-
{
|
|
3531
|
-
"kind": "js",
|
|
3532
|
-
"name": "CellTemplate",
|
|
3533
|
-
"declaration": {
|
|
3534
|
-
"name": "CellTemplate",
|
|
3535
|
-
"module": "src/cell/cell.template.ts"
|
|
3536
|
-
}
|
|
3537
|
-
}
|
|
3538
|
-
]
|
|
3539
|
-
},
|
|
3540
|
-
{
|
|
3541
|
-
"kind": "javascript-module",
|
|
3542
|
-
"path": "src/cell/cell.ts",
|
|
3519
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
3543
3520
|
"declarations": [
|
|
3544
3521
|
{
|
|
3545
3522
|
"kind": "class",
|
|
3546
|
-
"description": "The
|
|
3547
|
-
"name": "
|
|
3523
|
+
"description": "The AG Date Editor element.",
|
|
3524
|
+
"name": "DateEditor",
|
|
3548
3525
|
"members": [
|
|
3549
3526
|
{
|
|
3550
3527
|
"kind": "field",
|
|
3551
|
-
"name": "
|
|
3528
|
+
"name": "value",
|
|
3552
3529
|
"type": {
|
|
3553
|
-
"text": "
|
|
3530
|
+
"text": "number"
|
|
3554
3531
|
},
|
|
3555
3532
|
"privacy": "public"
|
|
3556
3533
|
},
|
|
3557
3534
|
{
|
|
3558
3535
|
"kind": "field",
|
|
3559
|
-
"name": "
|
|
3536
|
+
"name": "actualWidth",
|
|
3560
3537
|
"type": {
|
|
3561
|
-
"text": "
|
|
3538
|
+
"text": "number"
|
|
3562
3539
|
},
|
|
3563
3540
|
"privacy": "public"
|
|
3564
3541
|
},
|
|
3565
3542
|
{
|
|
3566
3543
|
"kind": "field",
|
|
3567
|
-
"name": "
|
|
3544
|
+
"name": "params",
|
|
3568
3545
|
"type": {
|
|
3569
|
-
"text": "
|
|
3570
|
-
}
|
|
3571
|
-
|
|
3546
|
+
"text": "DateEditorParams"
|
|
3547
|
+
}
|
|
3548
|
+
},
|
|
3549
|
+
{
|
|
3550
|
+
"kind": "field",
|
|
3551
|
+
"name": "dateFormat",
|
|
3552
|
+
"type": {
|
|
3553
|
+
"text": "string"
|
|
3554
|
+
}
|
|
3555
|
+
},
|
|
3556
|
+
{
|
|
3557
|
+
"kind": "field",
|
|
3558
|
+
"name": "input",
|
|
3559
|
+
"type": {
|
|
3560
|
+
"text": "any"
|
|
3561
|
+
}
|
|
3562
|
+
},
|
|
3563
|
+
{
|
|
3564
|
+
"kind": "field",
|
|
3565
|
+
"name": "inputType",
|
|
3566
|
+
"type": {
|
|
3567
|
+
"text": "'datetime-local' | 'date'"
|
|
3568
|
+
}
|
|
3572
3569
|
},
|
|
3573
3570
|
{
|
|
3574
3571
|
"kind": "method",
|
|
@@ -3578,7 +3575,7 @@
|
|
|
3578
3575
|
{
|
|
3579
3576
|
"name": "params",
|
|
3580
3577
|
"type": {
|
|
3581
|
-
"text": "
|
|
3578
|
+
"text": "DateEditorParams"
|
|
3582
3579
|
}
|
|
3583
3580
|
}
|
|
3584
3581
|
]
|
|
@@ -3593,28 +3590,53 @@
|
|
|
3593
3590
|
}
|
|
3594
3591
|
}
|
|
3595
3592
|
},
|
|
3596
|
-
{
|
|
3597
|
-
"kind": "method",
|
|
3598
|
-
"name": "destroy",
|
|
3599
|
-
"privacy": "public"
|
|
3600
|
-
},
|
|
3601
3593
|
{
|
|
3602
3594
|
"kind": "method",
|
|
3603
3595
|
"name": "refresh",
|
|
3604
3596
|
"privacy": "public",
|
|
3597
|
+
"return": {
|
|
3598
|
+
"type": {
|
|
3599
|
+
"text": "boolean"
|
|
3600
|
+
}
|
|
3601
|
+
},
|
|
3605
3602
|
"parameters": [
|
|
3606
3603
|
{
|
|
3607
3604
|
"name": "params",
|
|
3608
3605
|
"type": {
|
|
3609
|
-
"text": "
|
|
3606
|
+
"text": "DateEditorParams"
|
|
3610
3607
|
}
|
|
3611
3608
|
}
|
|
3612
3609
|
]
|
|
3613
3610
|
},
|
|
3614
3611
|
{
|
|
3615
3612
|
"kind": "method",
|
|
3616
|
-
"name": "
|
|
3617
|
-
|
|
3613
|
+
"name": "getValue"
|
|
3614
|
+
},
|
|
3615
|
+
{
|
|
3616
|
+
"kind": "method",
|
|
3617
|
+
"name": "isPopup",
|
|
3618
|
+
"return": {
|
|
3619
|
+
"type": {
|
|
3620
|
+
"text": "boolean"
|
|
3621
|
+
}
|
|
3622
|
+
}
|
|
3623
|
+
},
|
|
3624
|
+
{
|
|
3625
|
+
"kind": "method",
|
|
3626
|
+
"name": "changeHandler",
|
|
3627
|
+
"parameters": [
|
|
3628
|
+
{
|
|
3629
|
+
"name": "event"
|
|
3630
|
+
}
|
|
3631
|
+
]
|
|
3632
|
+
},
|
|
3633
|
+
{
|
|
3634
|
+
"kind": "method",
|
|
3635
|
+
"name": "afterGuiAttached"
|
|
3636
|
+
},
|
|
3637
|
+
{
|
|
3638
|
+
"kind": "method",
|
|
3639
|
+
"name": "isCancelBeforeStart"
|
|
3618
3640
|
},
|
|
3619
3641
|
{
|
|
3620
3642
|
"kind": "field",
|
|
@@ -3732,32 +3754,78 @@
|
|
|
3732
3754
|
"name": "FoundationElement",
|
|
3733
3755
|
"package": "@microsoft/fast-foundation"
|
|
3734
3756
|
},
|
|
3735
|
-
"tagName": "
|
|
3757
|
+
"tagName": "%%prefix%%-date-editor",
|
|
3736
3758
|
"customElement": true
|
|
3759
|
+
},
|
|
3760
|
+
{
|
|
3761
|
+
"kind": "variable",
|
|
3762
|
+
"name": "agDateEditorStyles",
|
|
3763
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3764
|
+
"description": "The AG Select Renderer Styles.",
|
|
3765
|
+
"privacy": "public"
|
|
3766
|
+
},
|
|
3767
|
+
{
|
|
3768
|
+
"kind": "function",
|
|
3769
|
+
"name": "getDateEditorTemplate",
|
|
3770
|
+
"parameters": [
|
|
3771
|
+
{
|
|
3772
|
+
"name": "prefix",
|
|
3773
|
+
"default": "'foundation'",
|
|
3774
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3775
|
+
}
|
|
3776
|
+
],
|
|
3777
|
+
"description": "Get a Design System prefixed Select template.",
|
|
3778
|
+
"return": {
|
|
3779
|
+
"type": {
|
|
3780
|
+
"text": ""
|
|
3781
|
+
}
|
|
3782
|
+
},
|
|
3783
|
+
"privacy": "public"
|
|
3784
|
+
},
|
|
3785
|
+
{
|
|
3786
|
+
"kind": "variable",
|
|
3787
|
+
"name": "foundationDateEditor",
|
|
3788
|
+
"privacy": "public"
|
|
3737
3789
|
}
|
|
3738
3790
|
],
|
|
3739
3791
|
"exports": [
|
|
3740
3792
|
{
|
|
3741
3793
|
"kind": "js",
|
|
3742
|
-
"name": "
|
|
3794
|
+
"name": "DateEditor",
|
|
3743
3795
|
"declaration": {
|
|
3744
|
-
"name": "
|
|
3745
|
-
"module": "src/cell/
|
|
3796
|
+
"name": "DateEditor",
|
|
3797
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3746
3798
|
}
|
|
3747
3799
|
},
|
|
3748
3800
|
{
|
|
3749
|
-
"kind": "
|
|
3750
|
-
"name": "
|
|
3801
|
+
"kind": "js",
|
|
3802
|
+
"name": "agDateEditorStyles",
|
|
3751
3803
|
"declaration": {
|
|
3752
|
-
"name": "
|
|
3753
|
-
"module": "src/cell/
|
|
3804
|
+
"name": "agDateEditorStyles",
|
|
3805
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3806
|
+
}
|
|
3807
|
+
},
|
|
3808
|
+
{
|
|
3809
|
+
"kind": "js",
|
|
3810
|
+
"name": "getDateEditorTemplate",
|
|
3811
|
+
"declaration": {
|
|
3812
|
+
"name": "getDateEditorTemplate",
|
|
3813
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3814
|
+
}
|
|
3815
|
+
},
|
|
3816
|
+
{
|
|
3817
|
+
"kind": "js",
|
|
3818
|
+
"name": "foundationDateEditor",
|
|
3819
|
+
"declaration": {
|
|
3820
|
+
"name": "foundationDateEditor",
|
|
3821
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3754
3822
|
}
|
|
3755
3823
|
}
|
|
3756
3824
|
]
|
|
3757
3825
|
},
|
|
3758
3826
|
{
|
|
3759
3827
|
"kind": "javascript-module",
|
|
3760
|
-
"path": "src/cell/index.ts",
|
|
3828
|
+
"path": "src/cell-editors/index.ts",
|
|
3761
3829
|
"declarations": [],
|
|
3762
3830
|
"exports": [
|
|
3763
3831
|
{
|
|
@@ -3765,7 +3833,7 @@
|
|
|
3765
3833
|
"name": "*",
|
|
3766
3834
|
"declaration": {
|
|
3767
3835
|
"name": "*",
|
|
3768
|
-
"package": "./
|
|
3836
|
+
"package": "./date.editor"
|
|
3769
3837
|
}
|
|
3770
3838
|
},
|
|
3771
3839
|
{
|
|
@@ -3773,64 +3841,60 @@
|
|
|
3773
3841
|
"name": "*",
|
|
3774
3842
|
"declaration": {
|
|
3775
3843
|
"name": "*",
|
|
3776
|
-
"package": "./
|
|
3844
|
+
"package": "./multiselect.editor"
|
|
3845
|
+
}
|
|
3846
|
+
},
|
|
3847
|
+
{
|
|
3848
|
+
"kind": "js",
|
|
3849
|
+
"name": "*",
|
|
3850
|
+
"declaration": {
|
|
3851
|
+
"name": "*",
|
|
3852
|
+
"package": "./number.editor"
|
|
3853
|
+
}
|
|
3854
|
+
},
|
|
3855
|
+
{
|
|
3856
|
+
"kind": "js",
|
|
3857
|
+
"name": "*",
|
|
3858
|
+
"declaration": {
|
|
3859
|
+
"name": "*",
|
|
3860
|
+
"package": "./select.editor"
|
|
3861
|
+
}
|
|
3862
|
+
},
|
|
3863
|
+
{
|
|
3864
|
+
"kind": "js",
|
|
3865
|
+
"name": "*",
|
|
3866
|
+
"declaration": {
|
|
3867
|
+
"name": "*",
|
|
3868
|
+
"package": "./string.editor"
|
|
3777
3869
|
}
|
|
3778
3870
|
}
|
|
3779
3871
|
]
|
|
3780
3872
|
},
|
|
3781
3873
|
{
|
|
3782
3874
|
"kind": "javascript-module",
|
|
3783
|
-
"path": "src/cell-editors/
|
|
3875
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
3784
3876
|
"declarations": [
|
|
3785
3877
|
{
|
|
3786
3878
|
"kind": "class",
|
|
3787
|
-
"description": "The AG
|
|
3788
|
-
"name": "
|
|
3879
|
+
"description": "The AG Multiselect Editor element.",
|
|
3880
|
+
"name": "MultiselectEditor",
|
|
3789
3881
|
"members": [
|
|
3790
3882
|
{
|
|
3791
3883
|
"kind": "field",
|
|
3792
|
-
"name": "
|
|
3884
|
+
"name": "params",
|
|
3793
3885
|
"type": {
|
|
3794
|
-
"text": "
|
|
3886
|
+
"text": "MultiselectEditorParams"
|
|
3795
3887
|
},
|
|
3796
3888
|
"privacy": "public"
|
|
3797
3889
|
},
|
|
3798
3890
|
{
|
|
3799
3891
|
"kind": "field",
|
|
3800
|
-
"name": "
|
|
3892
|
+
"name": "selectedOptions",
|
|
3801
3893
|
"type": {
|
|
3802
|
-
"text": "
|
|
3894
|
+
"text": "any[]"
|
|
3803
3895
|
},
|
|
3804
3896
|
"privacy": "public"
|
|
3805
3897
|
},
|
|
3806
|
-
{
|
|
3807
|
-
"kind": "field",
|
|
3808
|
-
"name": "params",
|
|
3809
|
-
"type": {
|
|
3810
|
-
"text": "DateEditorParams"
|
|
3811
|
-
}
|
|
3812
|
-
},
|
|
3813
|
-
{
|
|
3814
|
-
"kind": "field",
|
|
3815
|
-
"name": "dateFormat",
|
|
3816
|
-
"type": {
|
|
3817
|
-
"text": "string"
|
|
3818
|
-
}
|
|
3819
|
-
},
|
|
3820
|
-
{
|
|
3821
|
-
"kind": "field",
|
|
3822
|
-
"name": "input",
|
|
3823
|
-
"type": {
|
|
3824
|
-
"text": "any"
|
|
3825
|
-
}
|
|
3826
|
-
},
|
|
3827
|
-
{
|
|
3828
|
-
"kind": "field",
|
|
3829
|
-
"name": "inputType",
|
|
3830
|
-
"type": {
|
|
3831
|
-
"text": "'datetime-local' | 'date'"
|
|
3832
|
-
}
|
|
3833
|
-
},
|
|
3834
3898
|
{
|
|
3835
3899
|
"kind": "method",
|
|
3836
3900
|
"name": "init",
|
|
@@ -3839,7 +3903,7 @@
|
|
|
3839
3903
|
{
|
|
3840
3904
|
"name": "params",
|
|
3841
3905
|
"type": {
|
|
3842
|
-
"text": "
|
|
3906
|
+
"text": "MultiselectEditorParams"
|
|
3843
3907
|
}
|
|
3844
3908
|
}
|
|
3845
3909
|
]
|
|
@@ -3854,6 +3918,16 @@
|
|
|
3854
3918
|
}
|
|
3855
3919
|
}
|
|
3856
3920
|
},
|
|
3921
|
+
{
|
|
3922
|
+
"kind": "method",
|
|
3923
|
+
"name": "destroy",
|
|
3924
|
+
"privacy": "public",
|
|
3925
|
+
"return": {
|
|
3926
|
+
"type": {
|
|
3927
|
+
"text": "void"
|
|
3928
|
+
}
|
|
3929
|
+
}
|
|
3930
|
+
},
|
|
3857
3931
|
{
|
|
3858
3932
|
"kind": "method",
|
|
3859
3933
|
"name": "refresh",
|
|
@@ -3867,7 +3941,7 @@
|
|
|
3867
3941
|
{
|
|
3868
3942
|
"name": "params",
|
|
3869
3943
|
"type": {
|
|
3870
|
-
"text": "
|
|
3944
|
+
"text": "MultiselectEditorParams"
|
|
3871
3945
|
}
|
|
3872
3946
|
}
|
|
3873
3947
|
]
|
|
@@ -3894,10 +3968,6 @@
|
|
|
3894
3968
|
}
|
|
3895
3969
|
]
|
|
3896
3970
|
},
|
|
3897
|
-
{
|
|
3898
|
-
"kind": "method",
|
|
3899
|
-
"name": "afterGuiAttached"
|
|
3900
|
-
},
|
|
3901
3971
|
{
|
|
3902
3972
|
"kind": "method",
|
|
3903
3973
|
"name": "isCancelBeforeStart"
|
|
@@ -4018,22 +4088,22 @@
|
|
|
4018
4088
|
"name": "FoundationElement",
|
|
4019
4089
|
"package": "@microsoft/fast-foundation"
|
|
4020
4090
|
},
|
|
4021
|
-
"tagName": "%%prefix%%-
|
|
4091
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
4022
4092
|
"customElement": true
|
|
4023
4093
|
},
|
|
4024
4094
|
{
|
|
4025
4095
|
"kind": "variable",
|
|
4026
|
-
"name": "
|
|
4027
|
-
"default": "css
|
|
4096
|
+
"name": "agMultiselectEditorStyles",
|
|
4097
|
+
"default": "css``",
|
|
4028
4098
|
"description": "The AG Select Renderer Styles.",
|
|
4029
4099
|
"privacy": "public"
|
|
4030
4100
|
},
|
|
4031
4101
|
{
|
|
4032
4102
|
"kind": "function",
|
|
4033
|
-
"name": "
|
|
4103
|
+
"name": "getMultiselectEditorTemplate",
|
|
4034
4104
|
"parameters": [
|
|
4035
4105
|
{
|
|
4036
|
-
"name": "
|
|
4106
|
+
"name": "designSystem",
|
|
4037
4107
|
"default": "'foundation'",
|
|
4038
4108
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4039
4109
|
}
|
|
@@ -4048,114 +4118,83 @@
|
|
|
4048
4118
|
},
|
|
4049
4119
|
{
|
|
4050
4120
|
"kind": "variable",
|
|
4051
|
-
"name": "
|
|
4121
|
+
"name": "foundationMultiselectEditor",
|
|
4052
4122
|
"privacy": "public"
|
|
4053
4123
|
}
|
|
4054
4124
|
],
|
|
4055
4125
|
"exports": [
|
|
4056
4126
|
{
|
|
4057
4127
|
"kind": "js",
|
|
4058
|
-
"name": "
|
|
4059
|
-
"declaration": {
|
|
4060
|
-
"name": "DateEditor",
|
|
4061
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4062
|
-
}
|
|
4063
|
-
},
|
|
4064
|
-
{
|
|
4065
|
-
"kind": "js",
|
|
4066
|
-
"name": "agDateEditorStyles",
|
|
4067
|
-
"declaration": {
|
|
4068
|
-
"name": "agDateEditorStyles",
|
|
4069
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4070
|
-
}
|
|
4071
|
-
},
|
|
4072
|
-
{
|
|
4073
|
-
"kind": "js",
|
|
4074
|
-
"name": "getDateEditorTemplate",
|
|
4075
|
-
"declaration": {
|
|
4076
|
-
"name": "getDateEditorTemplate",
|
|
4077
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4078
|
-
}
|
|
4079
|
-
},
|
|
4080
|
-
{
|
|
4081
|
-
"kind": "js",
|
|
4082
|
-
"name": "foundationDateEditor",
|
|
4083
|
-
"declaration": {
|
|
4084
|
-
"name": "foundationDateEditor",
|
|
4085
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4086
|
-
}
|
|
4087
|
-
}
|
|
4088
|
-
]
|
|
4089
|
-
},
|
|
4090
|
-
{
|
|
4091
|
-
"kind": "javascript-module",
|
|
4092
|
-
"path": "src/cell-editors/index.ts",
|
|
4093
|
-
"declarations": [],
|
|
4094
|
-
"exports": [
|
|
4095
|
-
{
|
|
4096
|
-
"kind": "js",
|
|
4097
|
-
"name": "*",
|
|
4098
|
-
"declaration": {
|
|
4099
|
-
"name": "*",
|
|
4100
|
-
"package": "./date.editor"
|
|
4101
|
-
}
|
|
4102
|
-
},
|
|
4103
|
-
{
|
|
4104
|
-
"kind": "js",
|
|
4105
|
-
"name": "*",
|
|
4128
|
+
"name": "MultiselectEditor",
|
|
4106
4129
|
"declaration": {
|
|
4107
|
-
"name": "
|
|
4108
|
-
"
|
|
4130
|
+
"name": "MultiselectEditor",
|
|
4131
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4109
4132
|
}
|
|
4110
4133
|
},
|
|
4111
4134
|
{
|
|
4112
4135
|
"kind": "js",
|
|
4113
|
-
"name": "
|
|
4136
|
+
"name": "agMultiselectEditorStyles",
|
|
4114
4137
|
"declaration": {
|
|
4115
|
-
"name": "
|
|
4116
|
-
"
|
|
4138
|
+
"name": "agMultiselectEditorStyles",
|
|
4139
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4117
4140
|
}
|
|
4118
4141
|
},
|
|
4119
4142
|
{
|
|
4120
4143
|
"kind": "js",
|
|
4121
|
-
"name": "
|
|
4144
|
+
"name": "getMultiselectEditorTemplate",
|
|
4122
4145
|
"declaration": {
|
|
4123
|
-
"name": "
|
|
4124
|
-
"
|
|
4146
|
+
"name": "getMultiselectEditorTemplate",
|
|
4147
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4125
4148
|
}
|
|
4126
4149
|
},
|
|
4127
4150
|
{
|
|
4128
4151
|
"kind": "js",
|
|
4129
|
-
"name": "
|
|
4152
|
+
"name": "foundationMultiselectEditor",
|
|
4130
4153
|
"declaration": {
|
|
4131
|
-
"name": "
|
|
4132
|
-
"
|
|
4154
|
+
"name": "foundationMultiselectEditor",
|
|
4155
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4133
4156
|
}
|
|
4134
4157
|
}
|
|
4135
4158
|
]
|
|
4136
4159
|
},
|
|
4137
4160
|
{
|
|
4138
4161
|
"kind": "javascript-module",
|
|
4139
|
-
"path": "src/cell-editors/
|
|
4162
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
4140
4163
|
"declarations": [
|
|
4141
4164
|
{
|
|
4142
4165
|
"kind": "class",
|
|
4143
|
-
"description": "The AG
|
|
4144
|
-
"name": "
|
|
4166
|
+
"description": "The AG Number Editor element.",
|
|
4167
|
+
"name": "NumberEditor",
|
|
4145
4168
|
"members": [
|
|
4146
4169
|
{
|
|
4147
4170
|
"kind": "field",
|
|
4148
4171
|
"name": "params",
|
|
4149
4172
|
"type": {
|
|
4150
|
-
"text": "
|
|
4173
|
+
"text": "NumberEditorParams"
|
|
4151
4174
|
},
|
|
4152
4175
|
"privacy": "public"
|
|
4153
4176
|
},
|
|
4154
4177
|
{
|
|
4155
4178
|
"kind": "field",
|
|
4156
|
-
"name": "
|
|
4179
|
+
"name": "value",
|
|
4157
4180
|
"type": {
|
|
4158
|
-
"text": "
|
|
4181
|
+
"text": "number"
|
|
4182
|
+
},
|
|
4183
|
+
"privacy": "public"
|
|
4184
|
+
},
|
|
4185
|
+
{
|
|
4186
|
+
"kind": "field",
|
|
4187
|
+
"name": "actualWidth",
|
|
4188
|
+
"type": {
|
|
4189
|
+
"text": "number"
|
|
4190
|
+
},
|
|
4191
|
+
"privacy": "public"
|
|
4192
|
+
},
|
|
4193
|
+
{
|
|
4194
|
+
"kind": "field",
|
|
4195
|
+
"name": "input",
|
|
4196
|
+
"type": {
|
|
4197
|
+
"text": "any"
|
|
4159
4198
|
},
|
|
4160
4199
|
"privacy": "public"
|
|
4161
4200
|
},
|
|
@@ -4167,7 +4206,7 @@
|
|
|
4167
4206
|
{
|
|
4168
4207
|
"name": "params",
|
|
4169
4208
|
"type": {
|
|
4170
|
-
"text": "
|
|
4209
|
+
"text": "NumberEditorParams"
|
|
4171
4210
|
}
|
|
4172
4211
|
}
|
|
4173
4212
|
]
|
|
@@ -4182,16 +4221,6 @@
|
|
|
4182
4221
|
}
|
|
4183
4222
|
}
|
|
4184
4223
|
},
|
|
4185
|
-
{
|
|
4186
|
-
"kind": "method",
|
|
4187
|
-
"name": "destroy",
|
|
4188
|
-
"privacy": "public",
|
|
4189
|
-
"return": {
|
|
4190
|
-
"type": {
|
|
4191
|
-
"text": "void"
|
|
4192
|
-
}
|
|
4193
|
-
}
|
|
4194
|
-
},
|
|
4195
4224
|
{
|
|
4196
4225
|
"kind": "method",
|
|
4197
4226
|
"name": "refresh",
|
|
@@ -4205,7 +4234,7 @@
|
|
|
4205
4234
|
{
|
|
4206
4235
|
"name": "params",
|
|
4207
4236
|
"type": {
|
|
4208
|
-
"text": "
|
|
4237
|
+
"text": "NumberEditorParams"
|
|
4209
4238
|
}
|
|
4210
4239
|
}
|
|
4211
4240
|
]
|
|
@@ -4223,6 +4252,10 @@
|
|
|
4223
4252
|
}
|
|
4224
4253
|
}
|
|
4225
4254
|
},
|
|
4255
|
+
{
|
|
4256
|
+
"kind": "method",
|
|
4257
|
+
"name": "afterGuiAttached"
|
|
4258
|
+
},
|
|
4226
4259
|
{
|
|
4227
4260
|
"kind": "method",
|
|
4228
4261
|
"name": "changeHandler",
|
|
@@ -4352,19 +4385,19 @@
|
|
|
4352
4385
|
"name": "FoundationElement",
|
|
4353
4386
|
"package": "@microsoft/fast-foundation"
|
|
4354
4387
|
},
|
|
4355
|
-
"tagName": "%%prefix%%-
|
|
4388
|
+
"tagName": "%%prefix%%-number-editor",
|
|
4356
4389
|
"customElement": true
|
|
4357
4390
|
},
|
|
4358
4391
|
{
|
|
4359
4392
|
"kind": "variable",
|
|
4360
|
-
"name": "
|
|
4361
|
-
"default": "css
|
|
4362
|
-
"description": "The AG
|
|
4393
|
+
"name": "agNumberEditorStyles",
|
|
4394
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4395
|
+
"description": "The AG Number Editor Styles.",
|
|
4363
4396
|
"privacy": "public"
|
|
4364
4397
|
},
|
|
4365
4398
|
{
|
|
4366
4399
|
"kind": "function",
|
|
4367
|
-
"name": "
|
|
4400
|
+
"name": "getNumberEditorTemplate",
|
|
4368
4401
|
"parameters": [
|
|
4369
4402
|
{
|
|
4370
4403
|
"name": "designSystem",
|
|
@@ -4382,59 +4415,59 @@
|
|
|
4382
4415
|
},
|
|
4383
4416
|
{
|
|
4384
4417
|
"kind": "variable",
|
|
4385
|
-
"name": "
|
|
4418
|
+
"name": "foundationNumberEditor",
|
|
4386
4419
|
"privacy": "public"
|
|
4387
4420
|
}
|
|
4388
4421
|
],
|
|
4389
4422
|
"exports": [
|
|
4390
4423
|
{
|
|
4391
4424
|
"kind": "js",
|
|
4392
|
-
"name": "
|
|
4425
|
+
"name": "NumberEditor",
|
|
4393
4426
|
"declaration": {
|
|
4394
|
-
"name": "
|
|
4395
|
-
"module": "src/cell-editors/
|
|
4427
|
+
"name": "NumberEditor",
|
|
4428
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4396
4429
|
}
|
|
4397
4430
|
},
|
|
4398
4431
|
{
|
|
4399
4432
|
"kind": "js",
|
|
4400
|
-
"name": "
|
|
4433
|
+
"name": "agNumberEditorStyles",
|
|
4401
4434
|
"declaration": {
|
|
4402
|
-
"name": "
|
|
4403
|
-
"module": "src/cell-editors/
|
|
4435
|
+
"name": "agNumberEditorStyles",
|
|
4436
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4404
4437
|
}
|
|
4405
4438
|
},
|
|
4406
4439
|
{
|
|
4407
4440
|
"kind": "js",
|
|
4408
|
-
"name": "
|
|
4441
|
+
"name": "getNumberEditorTemplate",
|
|
4409
4442
|
"declaration": {
|
|
4410
|
-
"name": "
|
|
4411
|
-
"module": "src/cell-editors/
|
|
4443
|
+
"name": "getNumberEditorTemplate",
|
|
4444
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4412
4445
|
}
|
|
4413
4446
|
},
|
|
4414
4447
|
{
|
|
4415
4448
|
"kind": "js",
|
|
4416
|
-
"name": "
|
|
4449
|
+
"name": "foundationNumberEditor",
|
|
4417
4450
|
"declaration": {
|
|
4418
|
-
"name": "
|
|
4419
|
-
"module": "src/cell-editors/
|
|
4451
|
+
"name": "foundationNumberEditor",
|
|
4452
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4420
4453
|
}
|
|
4421
4454
|
}
|
|
4422
4455
|
]
|
|
4423
4456
|
},
|
|
4424
4457
|
{
|
|
4425
4458
|
"kind": "javascript-module",
|
|
4426
|
-
"path": "src/cell-editors/
|
|
4459
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
4427
4460
|
"declarations": [
|
|
4428
4461
|
{
|
|
4429
4462
|
"kind": "class",
|
|
4430
|
-
"description": "The AG
|
|
4431
|
-
"name": "
|
|
4463
|
+
"description": "The AG Select Editor element.",
|
|
4464
|
+
"name": "SelectEditor",
|
|
4432
4465
|
"members": [
|
|
4433
4466
|
{
|
|
4434
4467
|
"kind": "field",
|
|
4435
4468
|
"name": "params",
|
|
4436
4469
|
"type": {
|
|
4437
|
-
"text": "
|
|
4470
|
+
"text": "SelectEditorParams"
|
|
4438
4471
|
},
|
|
4439
4472
|
"privacy": "public"
|
|
4440
4473
|
},
|
|
@@ -4442,7 +4475,7 @@
|
|
|
4442
4475
|
"kind": "field",
|
|
4443
4476
|
"name": "value",
|
|
4444
4477
|
"type": {
|
|
4445
|
-
"text": "
|
|
4478
|
+
"text": "string"
|
|
4446
4479
|
},
|
|
4447
4480
|
"privacy": "public"
|
|
4448
4481
|
},
|
|
@@ -4456,7 +4489,7 @@
|
|
|
4456
4489
|
},
|
|
4457
4490
|
{
|
|
4458
4491
|
"kind": "field",
|
|
4459
|
-
"name": "
|
|
4492
|
+
"name": "combobox",
|
|
4460
4493
|
"type": {
|
|
4461
4494
|
"text": "any"
|
|
4462
4495
|
},
|
|
@@ -4470,7 +4503,7 @@
|
|
|
4470
4503
|
{
|
|
4471
4504
|
"name": "params",
|
|
4472
4505
|
"type": {
|
|
4473
|
-
"text": "
|
|
4506
|
+
"text": "SelectEditorParams"
|
|
4474
4507
|
}
|
|
4475
4508
|
}
|
|
4476
4509
|
]
|
|
@@ -4498,7 +4531,7 @@
|
|
|
4498
4531
|
{
|
|
4499
4532
|
"name": "params",
|
|
4500
4533
|
"type": {
|
|
4501
|
-
"text": "
|
|
4534
|
+
"text": "SelectEditorParams"
|
|
4502
4535
|
}
|
|
4503
4536
|
}
|
|
4504
4537
|
]
|
|
@@ -4649,19 +4682,19 @@
|
|
|
4649
4682
|
"name": "FoundationElement",
|
|
4650
4683
|
"package": "@microsoft/fast-foundation"
|
|
4651
4684
|
},
|
|
4652
|
-
"tagName": "%%prefix%%-
|
|
4685
|
+
"tagName": "%%prefix%%-select-editor",
|
|
4653
4686
|
"customElement": true
|
|
4654
4687
|
},
|
|
4655
4688
|
{
|
|
4656
4689
|
"kind": "variable",
|
|
4657
|
-
"name": "
|
|
4658
|
-
"default": "css
|
|
4659
|
-
"description": "The AG
|
|
4690
|
+
"name": "agSelectEditorStyles",
|
|
4691
|
+
"default": "css``",
|
|
4692
|
+
"description": "The AG Select Renderer Styles.",
|
|
4660
4693
|
"privacy": "public"
|
|
4661
4694
|
},
|
|
4662
4695
|
{
|
|
4663
4696
|
"kind": "function",
|
|
4664
|
-
"name": "
|
|
4697
|
+
"name": "getSelectEditorTemplate",
|
|
4665
4698
|
"parameters": [
|
|
4666
4699
|
{
|
|
4667
4700
|
"name": "designSystem",
|
|
@@ -4679,59 +4712,59 @@
|
|
|
4679
4712
|
},
|
|
4680
4713
|
{
|
|
4681
4714
|
"kind": "variable",
|
|
4682
|
-
"name": "
|
|
4715
|
+
"name": "foundationSelectEditor",
|
|
4683
4716
|
"privacy": "public"
|
|
4684
4717
|
}
|
|
4685
4718
|
],
|
|
4686
4719
|
"exports": [
|
|
4687
4720
|
{
|
|
4688
4721
|
"kind": "js",
|
|
4689
|
-
"name": "
|
|
4722
|
+
"name": "SelectEditor",
|
|
4690
4723
|
"declaration": {
|
|
4691
|
-
"name": "
|
|
4692
|
-
"module": "src/cell-editors/
|
|
4724
|
+
"name": "SelectEditor",
|
|
4725
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4693
4726
|
}
|
|
4694
4727
|
},
|
|
4695
4728
|
{
|
|
4696
4729
|
"kind": "js",
|
|
4697
|
-
"name": "
|
|
4730
|
+
"name": "agSelectEditorStyles",
|
|
4698
4731
|
"declaration": {
|
|
4699
|
-
"name": "
|
|
4700
|
-
"module": "src/cell-editors/
|
|
4732
|
+
"name": "agSelectEditorStyles",
|
|
4733
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4701
4734
|
}
|
|
4702
4735
|
},
|
|
4703
4736
|
{
|
|
4704
4737
|
"kind": "js",
|
|
4705
|
-
"name": "
|
|
4738
|
+
"name": "getSelectEditorTemplate",
|
|
4706
4739
|
"declaration": {
|
|
4707
|
-
"name": "
|
|
4708
|
-
"module": "src/cell-editors/
|
|
4740
|
+
"name": "getSelectEditorTemplate",
|
|
4741
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4709
4742
|
}
|
|
4710
4743
|
},
|
|
4711
4744
|
{
|
|
4712
4745
|
"kind": "js",
|
|
4713
|
-
"name": "
|
|
4746
|
+
"name": "foundationSelectEditor",
|
|
4714
4747
|
"declaration": {
|
|
4715
|
-
"name": "
|
|
4716
|
-
"module": "src/cell-editors/
|
|
4748
|
+
"name": "foundationSelectEditor",
|
|
4749
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4717
4750
|
}
|
|
4718
4751
|
}
|
|
4719
4752
|
]
|
|
4720
4753
|
},
|
|
4721
4754
|
{
|
|
4722
4755
|
"kind": "javascript-module",
|
|
4723
|
-
"path": "src/cell-editors/
|
|
4756
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
4724
4757
|
"declarations": [
|
|
4725
4758
|
{
|
|
4726
4759
|
"kind": "class",
|
|
4727
|
-
"description": "The AG
|
|
4728
|
-
"name": "
|
|
4760
|
+
"description": "The AG String Editor element.",
|
|
4761
|
+
"name": "StringEditor",
|
|
4729
4762
|
"members": [
|
|
4730
4763
|
{
|
|
4731
4764
|
"kind": "field",
|
|
4732
4765
|
"name": "params",
|
|
4733
4766
|
"type": {
|
|
4734
|
-
"text": "
|
|
4767
|
+
"text": "StringEditorParams"
|
|
4735
4768
|
},
|
|
4736
4769
|
"privacy": "public"
|
|
4737
4770
|
},
|
|
@@ -4753,7 +4786,7 @@
|
|
|
4753
4786
|
},
|
|
4754
4787
|
{
|
|
4755
4788
|
"kind": "field",
|
|
4756
|
-
"name": "
|
|
4789
|
+
"name": "input",
|
|
4757
4790
|
"type": {
|
|
4758
4791
|
"text": "any"
|
|
4759
4792
|
},
|
|
@@ -4767,7 +4800,7 @@
|
|
|
4767
4800
|
{
|
|
4768
4801
|
"name": "params",
|
|
4769
4802
|
"type": {
|
|
4770
|
-
"text": "
|
|
4803
|
+
"text": "StringEditorParams"
|
|
4771
4804
|
}
|
|
4772
4805
|
}
|
|
4773
4806
|
]
|
|
@@ -4795,7 +4828,7 @@
|
|
|
4795
4828
|
{
|
|
4796
4829
|
"name": "params",
|
|
4797
4830
|
"type": {
|
|
4798
|
-
"text": "
|
|
4831
|
+
"text": "StringEditorParams"
|
|
4799
4832
|
}
|
|
4800
4833
|
}
|
|
4801
4834
|
]
|
|
@@ -4946,19 +4979,19 @@
|
|
|
4946
4979
|
"name": "FoundationElement",
|
|
4947
4980
|
"package": "@microsoft/fast-foundation"
|
|
4948
4981
|
},
|
|
4949
|
-
"tagName": "%%prefix%%-
|
|
4982
|
+
"tagName": "%%prefix%%-string-editor",
|
|
4950
4983
|
"customElement": true
|
|
4951
4984
|
},
|
|
4952
4985
|
{
|
|
4953
4986
|
"kind": "variable",
|
|
4954
|
-
"name": "
|
|
4955
|
-
"default": "css
|
|
4956
|
-
"description": "The AG
|
|
4987
|
+
"name": "agStringEditorStyles",
|
|
4988
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4989
|
+
"description": "The AG String Renderer Styles.",
|
|
4957
4990
|
"privacy": "public"
|
|
4958
4991
|
},
|
|
4959
4992
|
{
|
|
4960
4993
|
"kind": "function",
|
|
4961
|
-
"name": "
|
|
4994
|
+
"name": "getStringEditorTemplate",
|
|
4962
4995
|
"parameters": [
|
|
4963
4996
|
{
|
|
4964
4997
|
"name": "designSystem",
|
|
@@ -4966,7 +4999,7 @@
|
|
|
4966
4999
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4967
5000
|
}
|
|
4968
5001
|
],
|
|
4969
|
-
"description": "Get a Design System prefixed
|
|
5002
|
+
"description": "Get a Design System prefixed String template.",
|
|
4970
5003
|
"return": {
|
|
4971
5004
|
"type": {
|
|
4972
5005
|
"text": ""
|
|
@@ -4976,83 +5009,98 @@
|
|
|
4976
5009
|
},
|
|
4977
5010
|
{
|
|
4978
5011
|
"kind": "variable",
|
|
4979
|
-
"name": "
|
|
5012
|
+
"name": "foundationStringEditor",
|
|
4980
5013
|
"privacy": "public"
|
|
4981
5014
|
}
|
|
4982
5015
|
],
|
|
4983
5016
|
"exports": [
|
|
4984
5017
|
{
|
|
4985
5018
|
"kind": "js",
|
|
4986
|
-
"name": "
|
|
5019
|
+
"name": "StringEditor",
|
|
4987
5020
|
"declaration": {
|
|
4988
|
-
"name": "
|
|
4989
|
-
"module": "src/cell-editors/
|
|
5021
|
+
"name": "StringEditor",
|
|
5022
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4990
5023
|
}
|
|
4991
5024
|
},
|
|
4992
5025
|
{
|
|
4993
5026
|
"kind": "js",
|
|
4994
|
-
"name": "
|
|
5027
|
+
"name": "agStringEditorStyles",
|
|
4995
5028
|
"declaration": {
|
|
4996
|
-
"name": "
|
|
4997
|
-
"module": "src/cell-editors/
|
|
5029
|
+
"name": "agStringEditorStyles",
|
|
5030
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4998
5031
|
}
|
|
4999
5032
|
},
|
|
5000
5033
|
{
|
|
5001
5034
|
"kind": "js",
|
|
5002
|
-
"name": "
|
|
5035
|
+
"name": "getStringEditorTemplate",
|
|
5003
5036
|
"declaration": {
|
|
5004
|
-
"name": "
|
|
5005
|
-
"module": "src/cell-editors/
|
|
5037
|
+
"name": "getStringEditorTemplate",
|
|
5038
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5006
5039
|
}
|
|
5007
5040
|
},
|
|
5008
5041
|
{
|
|
5009
5042
|
"kind": "js",
|
|
5010
|
-
"name": "
|
|
5043
|
+
"name": "foundationStringEditor",
|
|
5011
5044
|
"declaration": {
|
|
5012
|
-
"name": "
|
|
5013
|
-
"module": "src/cell-editors/
|
|
5045
|
+
"name": "foundationStringEditor",
|
|
5046
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5014
5047
|
}
|
|
5015
5048
|
}
|
|
5016
5049
|
]
|
|
5017
5050
|
},
|
|
5018
5051
|
{
|
|
5019
5052
|
"kind": "javascript-module",
|
|
5020
|
-
"path": "src/cell
|
|
5053
|
+
"path": "src/cell/cell.template.ts",
|
|
5054
|
+
"declarations": [
|
|
5055
|
+
{
|
|
5056
|
+
"kind": "variable",
|
|
5057
|
+
"name": "CellTemplate",
|
|
5058
|
+
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
5059
|
+
"description": "The Grid Pro Cell Template.",
|
|
5060
|
+
"privacy": "public"
|
|
5061
|
+
}
|
|
5062
|
+
],
|
|
5063
|
+
"exports": [
|
|
5064
|
+
{
|
|
5065
|
+
"kind": "js",
|
|
5066
|
+
"name": "CellTemplate",
|
|
5067
|
+
"declaration": {
|
|
5068
|
+
"name": "CellTemplate",
|
|
5069
|
+
"module": "src/cell/cell.template.ts"
|
|
5070
|
+
}
|
|
5071
|
+
}
|
|
5072
|
+
]
|
|
5073
|
+
},
|
|
5074
|
+
{
|
|
5075
|
+
"kind": "javascript-module",
|
|
5076
|
+
"path": "src/cell/cell.ts",
|
|
5021
5077
|
"declarations": [
|
|
5022
5078
|
{
|
|
5023
5079
|
"kind": "class",
|
|
5024
|
-
"description": "The
|
|
5025
|
-
"name": "
|
|
5080
|
+
"description": "The Grid Pro Cell element.",
|
|
5081
|
+
"name": "GridProCell",
|
|
5026
5082
|
"members": [
|
|
5027
5083
|
{
|
|
5028
5084
|
"kind": "field",
|
|
5029
|
-
"name": "
|
|
5030
|
-
"type": {
|
|
5031
|
-
"text": "StringEditorParams"
|
|
5032
|
-
},
|
|
5033
|
-
"privacy": "public"
|
|
5034
|
-
},
|
|
5035
|
-
{
|
|
5036
|
-
"kind": "field",
|
|
5037
|
-
"name": "value",
|
|
5085
|
+
"name": "renderer",
|
|
5038
5086
|
"type": {
|
|
5039
|
-
"text": "
|
|
5087
|
+
"text": "ICellRendererFunc"
|
|
5040
5088
|
},
|
|
5041
5089
|
"privacy": "public"
|
|
5042
5090
|
},
|
|
5043
5091
|
{
|
|
5044
5092
|
"kind": "field",
|
|
5045
|
-
"name": "
|
|
5093
|
+
"name": "rendererParams",
|
|
5046
5094
|
"type": {
|
|
5047
|
-
"text": "
|
|
5095
|
+
"text": "ICellRendererParams"
|
|
5048
5096
|
},
|
|
5049
5097
|
"privacy": "public"
|
|
5050
5098
|
},
|
|
5051
5099
|
{
|
|
5052
5100
|
"kind": "field",
|
|
5053
|
-
"name": "
|
|
5101
|
+
"name": "slottedRenderer",
|
|
5054
5102
|
"type": {
|
|
5055
|
-
"text": "
|
|
5103
|
+
"text": "HTMLElement[]"
|
|
5056
5104
|
},
|
|
5057
5105
|
"privacy": "public"
|
|
5058
5106
|
},
|
|
@@ -5064,7 +5112,7 @@
|
|
|
5064
5112
|
{
|
|
5065
5113
|
"name": "params",
|
|
5066
5114
|
"type": {
|
|
5067
|
-
"text": "
|
|
5115
|
+
"text": "ICellRendererParams"
|
|
5068
5116
|
}
|
|
5069
5117
|
}
|
|
5070
5118
|
]
|
|
@@ -5079,53 +5127,28 @@
|
|
|
5079
5127
|
}
|
|
5080
5128
|
}
|
|
5081
5129
|
},
|
|
5130
|
+
{
|
|
5131
|
+
"kind": "method",
|
|
5132
|
+
"name": "destroy",
|
|
5133
|
+
"privacy": "public"
|
|
5134
|
+
},
|
|
5082
5135
|
{
|
|
5083
5136
|
"kind": "method",
|
|
5084
5137
|
"name": "refresh",
|
|
5085
5138
|
"privacy": "public",
|
|
5086
|
-
"return": {
|
|
5087
|
-
"type": {
|
|
5088
|
-
"text": "boolean"
|
|
5089
|
-
}
|
|
5090
|
-
},
|
|
5091
5139
|
"parameters": [
|
|
5092
5140
|
{
|
|
5093
5141
|
"name": "params",
|
|
5094
5142
|
"type": {
|
|
5095
|
-
"text": "
|
|
5143
|
+
"text": "ICellRendererParams"
|
|
5096
5144
|
}
|
|
5097
5145
|
}
|
|
5098
5146
|
]
|
|
5099
5147
|
},
|
|
5100
5148
|
{
|
|
5101
5149
|
"kind": "method",
|
|
5102
|
-
"name": "
|
|
5103
|
-
|
|
5104
|
-
{
|
|
5105
|
-
"kind": "method",
|
|
5106
|
-
"name": "isPopup",
|
|
5107
|
-
"return": {
|
|
5108
|
-
"type": {
|
|
5109
|
-
"text": "boolean"
|
|
5110
|
-
}
|
|
5111
|
-
}
|
|
5112
|
-
},
|
|
5113
|
-
{
|
|
5114
|
-
"kind": "method",
|
|
5115
|
-
"name": "afterGuiAttached"
|
|
5116
|
-
},
|
|
5117
|
-
{
|
|
5118
|
-
"kind": "method",
|
|
5119
|
-
"name": "changeHandler",
|
|
5120
|
-
"parameters": [
|
|
5121
|
-
{
|
|
5122
|
-
"name": "event"
|
|
5123
|
-
}
|
|
5124
|
-
]
|
|
5125
|
-
},
|
|
5126
|
-
{
|
|
5127
|
-
"kind": "method",
|
|
5128
|
-
"name": "isCancelBeforeStart"
|
|
5150
|
+
"name": "slottedAgRendererChanged",
|
|
5151
|
+
"privacy": "public"
|
|
5129
5152
|
},
|
|
5130
5153
|
{
|
|
5131
5154
|
"kind": "field",
|
|
@@ -5243,71 +5266,48 @@
|
|
|
5243
5266
|
"name": "FoundationElement",
|
|
5244
5267
|
"package": "@microsoft/fast-foundation"
|
|
5245
5268
|
},
|
|
5246
|
-
"tagName": "
|
|
5269
|
+
"tagName": "grid-pro-cell",
|
|
5247
5270
|
"customElement": true
|
|
5248
|
-
},
|
|
5249
|
-
{
|
|
5250
|
-
"kind": "variable",
|
|
5251
|
-
"name": "agStringEditorStyles",
|
|
5252
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5253
|
-
"description": "The AG String Renderer Styles.",
|
|
5254
|
-
"privacy": "public"
|
|
5255
|
-
},
|
|
5256
|
-
{
|
|
5257
|
-
"kind": "function",
|
|
5258
|
-
"name": "getStringEditorTemplate",
|
|
5259
|
-
"parameters": [
|
|
5260
|
-
{
|
|
5261
|
-
"name": "designSystem",
|
|
5262
|
-
"default": "'foundation'",
|
|
5263
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5264
|
-
}
|
|
5265
|
-
],
|
|
5266
|
-
"description": "Get a Design System prefixed String template.",
|
|
5267
|
-
"return": {
|
|
5268
|
-
"type": {
|
|
5269
|
-
"text": ""
|
|
5270
|
-
}
|
|
5271
|
-
},
|
|
5272
|
-
"privacy": "public"
|
|
5273
|
-
},
|
|
5274
|
-
{
|
|
5275
|
-
"kind": "variable",
|
|
5276
|
-
"name": "foundationStringEditor",
|
|
5277
|
-
"privacy": "public"
|
|
5278
5271
|
}
|
|
5279
5272
|
],
|
|
5280
5273
|
"exports": [
|
|
5281
5274
|
{
|
|
5282
5275
|
"kind": "js",
|
|
5283
|
-
"name": "
|
|
5276
|
+
"name": "GridProCell",
|
|
5284
5277
|
"declaration": {
|
|
5285
|
-
"name": "
|
|
5286
|
-
"module": "src/cell
|
|
5278
|
+
"name": "GridProCell",
|
|
5279
|
+
"module": "src/cell/cell.ts"
|
|
5287
5280
|
}
|
|
5288
5281
|
},
|
|
5289
5282
|
{
|
|
5290
|
-
"kind": "
|
|
5291
|
-
"name": "
|
|
5283
|
+
"kind": "custom-element-definition",
|
|
5284
|
+
"name": "grid-pro-cell",
|
|
5292
5285
|
"declaration": {
|
|
5293
|
-
"name": "
|
|
5294
|
-
"module": "src/cell
|
|
5286
|
+
"name": "GridProCell",
|
|
5287
|
+
"module": "src/cell/cell.ts"
|
|
5295
5288
|
}
|
|
5296
|
-
}
|
|
5289
|
+
}
|
|
5290
|
+
]
|
|
5291
|
+
},
|
|
5292
|
+
{
|
|
5293
|
+
"kind": "javascript-module",
|
|
5294
|
+
"path": "src/cell/index.ts",
|
|
5295
|
+
"declarations": [],
|
|
5296
|
+
"exports": [
|
|
5297
5297
|
{
|
|
5298
5298
|
"kind": "js",
|
|
5299
|
-
"name": "
|
|
5299
|
+
"name": "*",
|
|
5300
5300
|
"declaration": {
|
|
5301
|
-
"name": "
|
|
5302
|
-
"
|
|
5301
|
+
"name": "*",
|
|
5302
|
+
"package": "./cell.template"
|
|
5303
5303
|
}
|
|
5304
5304
|
},
|
|
5305
5305
|
{
|
|
5306
5306
|
"kind": "js",
|
|
5307
|
-
"name": "
|
|
5307
|
+
"name": "*",
|
|
5308
5308
|
"declaration": {
|
|
5309
|
-
"name": "
|
|
5310
|
-
"
|
|
5309
|
+
"name": "*",
|
|
5310
|
+
"package": "./cell"
|
|
5311
5311
|
}
|
|
5312
5312
|
}
|
|
5313
5313
|
]
|