@genesislcap/grid-pro 14.429.2-alpha-0d0a008.0 → 14.429.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 +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
|
@@ -3500,59 +3500,56 @@
|
|
|
3500
3500
|
},
|
|
3501
3501
|
{
|
|
3502
3502
|
"kind": "javascript-module",
|
|
3503
|
-
"path": "src/cell/
|
|
3504
|
-
"declarations": [
|
|
3505
|
-
{
|
|
3506
|
-
"kind": "variable",
|
|
3507
|
-
"name": "CellTemplate",
|
|
3508
|
-
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
3509
|
-
"description": "The Grid Pro Cell Template.",
|
|
3510
|
-
"privacy": "public"
|
|
3511
|
-
}
|
|
3512
|
-
],
|
|
3513
|
-
"exports": [
|
|
3514
|
-
{
|
|
3515
|
-
"kind": "js",
|
|
3516
|
-
"name": "CellTemplate",
|
|
3517
|
-
"declaration": {
|
|
3518
|
-
"name": "CellTemplate",
|
|
3519
|
-
"module": "src/cell/cell.template.ts"
|
|
3520
|
-
}
|
|
3521
|
-
}
|
|
3522
|
-
]
|
|
3523
|
-
},
|
|
3524
|
-
{
|
|
3525
|
-
"kind": "javascript-module",
|
|
3526
|
-
"path": "src/cell/cell.ts",
|
|
3503
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
3527
3504
|
"declarations": [
|
|
3528
3505
|
{
|
|
3529
3506
|
"kind": "class",
|
|
3530
|
-
"description": "The
|
|
3531
|
-
"name": "
|
|
3507
|
+
"description": "The AG Date Editor element.",
|
|
3508
|
+
"name": "DateEditor",
|
|
3532
3509
|
"members": [
|
|
3533
3510
|
{
|
|
3534
3511
|
"kind": "field",
|
|
3535
|
-
"name": "
|
|
3512
|
+
"name": "value",
|
|
3536
3513
|
"type": {
|
|
3537
|
-
"text": "
|
|
3514
|
+
"text": "number"
|
|
3538
3515
|
},
|
|
3539
3516
|
"privacy": "public"
|
|
3540
3517
|
},
|
|
3541
3518
|
{
|
|
3542
3519
|
"kind": "field",
|
|
3543
|
-
"name": "
|
|
3520
|
+
"name": "actualWidth",
|
|
3544
3521
|
"type": {
|
|
3545
|
-
"text": "
|
|
3522
|
+
"text": "number"
|
|
3546
3523
|
},
|
|
3547
3524
|
"privacy": "public"
|
|
3548
3525
|
},
|
|
3549
3526
|
{
|
|
3550
3527
|
"kind": "field",
|
|
3551
|
-
"name": "
|
|
3528
|
+
"name": "params",
|
|
3552
3529
|
"type": {
|
|
3553
|
-
"text": "
|
|
3554
|
-
}
|
|
3555
|
-
|
|
3530
|
+
"text": "DateEditorParams"
|
|
3531
|
+
}
|
|
3532
|
+
},
|
|
3533
|
+
{
|
|
3534
|
+
"kind": "field",
|
|
3535
|
+
"name": "dateFormat",
|
|
3536
|
+
"type": {
|
|
3537
|
+
"text": "string"
|
|
3538
|
+
}
|
|
3539
|
+
},
|
|
3540
|
+
{
|
|
3541
|
+
"kind": "field",
|
|
3542
|
+
"name": "input",
|
|
3543
|
+
"type": {
|
|
3544
|
+
"text": "any"
|
|
3545
|
+
}
|
|
3546
|
+
},
|
|
3547
|
+
{
|
|
3548
|
+
"kind": "field",
|
|
3549
|
+
"name": "inputType",
|
|
3550
|
+
"type": {
|
|
3551
|
+
"text": "'datetime-local' | 'date'"
|
|
3552
|
+
}
|
|
3556
3553
|
},
|
|
3557
3554
|
{
|
|
3558
3555
|
"kind": "method",
|
|
@@ -3562,7 +3559,7 @@
|
|
|
3562
3559
|
{
|
|
3563
3560
|
"name": "params",
|
|
3564
3561
|
"type": {
|
|
3565
|
-
"text": "
|
|
3562
|
+
"text": "DateEditorParams"
|
|
3566
3563
|
}
|
|
3567
3564
|
}
|
|
3568
3565
|
]
|
|
@@ -3577,28 +3574,53 @@
|
|
|
3577
3574
|
}
|
|
3578
3575
|
}
|
|
3579
3576
|
},
|
|
3580
|
-
{
|
|
3581
|
-
"kind": "method",
|
|
3582
|
-
"name": "destroy",
|
|
3583
|
-
"privacy": "public"
|
|
3584
|
-
},
|
|
3585
3577
|
{
|
|
3586
3578
|
"kind": "method",
|
|
3587
3579
|
"name": "refresh",
|
|
3588
3580
|
"privacy": "public",
|
|
3581
|
+
"return": {
|
|
3582
|
+
"type": {
|
|
3583
|
+
"text": "boolean"
|
|
3584
|
+
}
|
|
3585
|
+
},
|
|
3589
3586
|
"parameters": [
|
|
3590
3587
|
{
|
|
3591
3588
|
"name": "params",
|
|
3592
3589
|
"type": {
|
|
3593
|
-
"text": "
|
|
3590
|
+
"text": "DateEditorParams"
|
|
3594
3591
|
}
|
|
3595
3592
|
}
|
|
3596
3593
|
]
|
|
3597
3594
|
},
|
|
3598
3595
|
{
|
|
3599
3596
|
"kind": "method",
|
|
3600
|
-
"name": "
|
|
3601
|
-
|
|
3597
|
+
"name": "getValue"
|
|
3598
|
+
},
|
|
3599
|
+
{
|
|
3600
|
+
"kind": "method",
|
|
3601
|
+
"name": "isPopup",
|
|
3602
|
+
"return": {
|
|
3603
|
+
"type": {
|
|
3604
|
+
"text": "boolean"
|
|
3605
|
+
}
|
|
3606
|
+
}
|
|
3607
|
+
},
|
|
3608
|
+
{
|
|
3609
|
+
"kind": "method",
|
|
3610
|
+
"name": "changeHandler",
|
|
3611
|
+
"parameters": [
|
|
3612
|
+
{
|
|
3613
|
+
"name": "event"
|
|
3614
|
+
}
|
|
3615
|
+
]
|
|
3616
|
+
},
|
|
3617
|
+
{
|
|
3618
|
+
"kind": "method",
|
|
3619
|
+
"name": "afterGuiAttached"
|
|
3620
|
+
},
|
|
3621
|
+
{
|
|
3622
|
+
"kind": "method",
|
|
3623
|
+
"name": "isCancelBeforeStart"
|
|
3602
3624
|
},
|
|
3603
3625
|
{
|
|
3604
3626
|
"kind": "field",
|
|
@@ -3716,32 +3738,78 @@
|
|
|
3716
3738
|
"name": "FoundationElement",
|
|
3717
3739
|
"package": "@microsoft/fast-foundation"
|
|
3718
3740
|
},
|
|
3719
|
-
"tagName": "
|
|
3741
|
+
"tagName": "%%prefix%%-date-editor",
|
|
3720
3742
|
"customElement": true
|
|
3743
|
+
},
|
|
3744
|
+
{
|
|
3745
|
+
"kind": "variable",
|
|
3746
|
+
"name": "agDateEditorStyles",
|
|
3747
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3748
|
+
"description": "The AG Select Renderer Styles.",
|
|
3749
|
+
"privacy": "public"
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
"kind": "function",
|
|
3753
|
+
"name": "getDateEditorTemplate",
|
|
3754
|
+
"parameters": [
|
|
3755
|
+
{
|
|
3756
|
+
"name": "prefix",
|
|
3757
|
+
"default": "'foundation'",
|
|
3758
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3759
|
+
}
|
|
3760
|
+
],
|
|
3761
|
+
"description": "Get a Design System prefixed Select template.",
|
|
3762
|
+
"return": {
|
|
3763
|
+
"type": {
|
|
3764
|
+
"text": ""
|
|
3765
|
+
}
|
|
3766
|
+
},
|
|
3767
|
+
"privacy": "public"
|
|
3768
|
+
},
|
|
3769
|
+
{
|
|
3770
|
+
"kind": "variable",
|
|
3771
|
+
"name": "foundationDateEditor",
|
|
3772
|
+
"privacy": "public"
|
|
3721
3773
|
}
|
|
3722
3774
|
],
|
|
3723
3775
|
"exports": [
|
|
3724
3776
|
{
|
|
3725
3777
|
"kind": "js",
|
|
3726
|
-
"name": "
|
|
3778
|
+
"name": "DateEditor",
|
|
3727
3779
|
"declaration": {
|
|
3728
|
-
"name": "
|
|
3729
|
-
"module": "src/cell/
|
|
3780
|
+
"name": "DateEditor",
|
|
3781
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3730
3782
|
}
|
|
3731
3783
|
},
|
|
3732
3784
|
{
|
|
3733
|
-
"kind": "
|
|
3734
|
-
"name": "
|
|
3785
|
+
"kind": "js",
|
|
3786
|
+
"name": "agDateEditorStyles",
|
|
3735
3787
|
"declaration": {
|
|
3736
|
-
"name": "
|
|
3737
|
-
"module": "src/cell/
|
|
3788
|
+
"name": "agDateEditorStyles",
|
|
3789
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3790
|
+
}
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
"kind": "js",
|
|
3794
|
+
"name": "getDateEditorTemplate",
|
|
3795
|
+
"declaration": {
|
|
3796
|
+
"name": "getDateEditorTemplate",
|
|
3797
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3798
|
+
}
|
|
3799
|
+
},
|
|
3800
|
+
{
|
|
3801
|
+
"kind": "js",
|
|
3802
|
+
"name": "foundationDateEditor",
|
|
3803
|
+
"declaration": {
|
|
3804
|
+
"name": "foundationDateEditor",
|
|
3805
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3738
3806
|
}
|
|
3739
3807
|
}
|
|
3740
3808
|
]
|
|
3741
3809
|
},
|
|
3742
3810
|
{
|
|
3743
3811
|
"kind": "javascript-module",
|
|
3744
|
-
"path": "src/cell/index.ts",
|
|
3812
|
+
"path": "src/cell-editors/index.ts",
|
|
3745
3813
|
"declarations": [],
|
|
3746
3814
|
"exports": [
|
|
3747
3815
|
{
|
|
@@ -3749,7 +3817,7 @@
|
|
|
3749
3817
|
"name": "*",
|
|
3750
3818
|
"declaration": {
|
|
3751
3819
|
"name": "*",
|
|
3752
|
-
"package": "./
|
|
3820
|
+
"package": "./date.editor"
|
|
3753
3821
|
}
|
|
3754
3822
|
},
|
|
3755
3823
|
{
|
|
@@ -3757,64 +3825,60 @@
|
|
|
3757
3825
|
"name": "*",
|
|
3758
3826
|
"declaration": {
|
|
3759
3827
|
"name": "*",
|
|
3760
|
-
"package": "./
|
|
3828
|
+
"package": "./multiselect.editor"
|
|
3829
|
+
}
|
|
3830
|
+
},
|
|
3831
|
+
{
|
|
3832
|
+
"kind": "js",
|
|
3833
|
+
"name": "*",
|
|
3834
|
+
"declaration": {
|
|
3835
|
+
"name": "*",
|
|
3836
|
+
"package": "./number.editor"
|
|
3837
|
+
}
|
|
3838
|
+
},
|
|
3839
|
+
{
|
|
3840
|
+
"kind": "js",
|
|
3841
|
+
"name": "*",
|
|
3842
|
+
"declaration": {
|
|
3843
|
+
"name": "*",
|
|
3844
|
+
"package": "./select.editor"
|
|
3845
|
+
}
|
|
3846
|
+
},
|
|
3847
|
+
{
|
|
3848
|
+
"kind": "js",
|
|
3849
|
+
"name": "*",
|
|
3850
|
+
"declaration": {
|
|
3851
|
+
"name": "*",
|
|
3852
|
+
"package": "./string.editor"
|
|
3761
3853
|
}
|
|
3762
3854
|
}
|
|
3763
3855
|
]
|
|
3764
3856
|
},
|
|
3765
3857
|
{
|
|
3766
3858
|
"kind": "javascript-module",
|
|
3767
|
-
"path": "src/cell-editors/
|
|
3859
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
3768
3860
|
"declarations": [
|
|
3769
3861
|
{
|
|
3770
3862
|
"kind": "class",
|
|
3771
|
-
"description": "The AG
|
|
3772
|
-
"name": "
|
|
3863
|
+
"description": "The AG Multiselect Editor element.",
|
|
3864
|
+
"name": "MultiselectEditor",
|
|
3773
3865
|
"members": [
|
|
3774
3866
|
{
|
|
3775
3867
|
"kind": "field",
|
|
3776
|
-
"name": "
|
|
3868
|
+
"name": "params",
|
|
3777
3869
|
"type": {
|
|
3778
|
-
"text": "
|
|
3870
|
+
"text": "MultiselectEditorParams"
|
|
3779
3871
|
},
|
|
3780
3872
|
"privacy": "public"
|
|
3781
3873
|
},
|
|
3782
3874
|
{
|
|
3783
3875
|
"kind": "field",
|
|
3784
|
-
"name": "
|
|
3876
|
+
"name": "selectedOptions",
|
|
3785
3877
|
"type": {
|
|
3786
|
-
"text": "
|
|
3878
|
+
"text": "any[]"
|
|
3787
3879
|
},
|
|
3788
3880
|
"privacy": "public"
|
|
3789
3881
|
},
|
|
3790
|
-
{
|
|
3791
|
-
"kind": "field",
|
|
3792
|
-
"name": "params",
|
|
3793
|
-
"type": {
|
|
3794
|
-
"text": "DateEditorParams"
|
|
3795
|
-
}
|
|
3796
|
-
},
|
|
3797
|
-
{
|
|
3798
|
-
"kind": "field",
|
|
3799
|
-
"name": "dateFormat",
|
|
3800
|
-
"type": {
|
|
3801
|
-
"text": "string"
|
|
3802
|
-
}
|
|
3803
|
-
},
|
|
3804
|
-
{
|
|
3805
|
-
"kind": "field",
|
|
3806
|
-
"name": "input",
|
|
3807
|
-
"type": {
|
|
3808
|
-
"text": "any"
|
|
3809
|
-
}
|
|
3810
|
-
},
|
|
3811
|
-
{
|
|
3812
|
-
"kind": "field",
|
|
3813
|
-
"name": "inputType",
|
|
3814
|
-
"type": {
|
|
3815
|
-
"text": "'datetime-local' | 'date'"
|
|
3816
|
-
}
|
|
3817
|
-
},
|
|
3818
3882
|
{
|
|
3819
3883
|
"kind": "method",
|
|
3820
3884
|
"name": "init",
|
|
@@ -3823,7 +3887,7 @@
|
|
|
3823
3887
|
{
|
|
3824
3888
|
"name": "params",
|
|
3825
3889
|
"type": {
|
|
3826
|
-
"text": "
|
|
3890
|
+
"text": "MultiselectEditorParams"
|
|
3827
3891
|
}
|
|
3828
3892
|
}
|
|
3829
3893
|
]
|
|
@@ -3838,6 +3902,16 @@
|
|
|
3838
3902
|
}
|
|
3839
3903
|
}
|
|
3840
3904
|
},
|
|
3905
|
+
{
|
|
3906
|
+
"kind": "method",
|
|
3907
|
+
"name": "destroy",
|
|
3908
|
+
"privacy": "public",
|
|
3909
|
+
"return": {
|
|
3910
|
+
"type": {
|
|
3911
|
+
"text": "void"
|
|
3912
|
+
}
|
|
3913
|
+
}
|
|
3914
|
+
},
|
|
3841
3915
|
{
|
|
3842
3916
|
"kind": "method",
|
|
3843
3917
|
"name": "refresh",
|
|
@@ -3851,7 +3925,7 @@
|
|
|
3851
3925
|
{
|
|
3852
3926
|
"name": "params",
|
|
3853
3927
|
"type": {
|
|
3854
|
-
"text": "
|
|
3928
|
+
"text": "MultiselectEditorParams"
|
|
3855
3929
|
}
|
|
3856
3930
|
}
|
|
3857
3931
|
]
|
|
@@ -3878,10 +3952,6 @@
|
|
|
3878
3952
|
}
|
|
3879
3953
|
]
|
|
3880
3954
|
},
|
|
3881
|
-
{
|
|
3882
|
-
"kind": "method",
|
|
3883
|
-
"name": "afterGuiAttached"
|
|
3884
|
-
},
|
|
3885
3955
|
{
|
|
3886
3956
|
"kind": "method",
|
|
3887
3957
|
"name": "isCancelBeforeStart"
|
|
@@ -4002,22 +4072,22 @@
|
|
|
4002
4072
|
"name": "FoundationElement",
|
|
4003
4073
|
"package": "@microsoft/fast-foundation"
|
|
4004
4074
|
},
|
|
4005
|
-
"tagName": "%%prefix%%-
|
|
4075
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
4006
4076
|
"customElement": true
|
|
4007
4077
|
},
|
|
4008
4078
|
{
|
|
4009
4079
|
"kind": "variable",
|
|
4010
|
-
"name": "
|
|
4011
|
-
"default": "css
|
|
4080
|
+
"name": "agMultiselectEditorStyles",
|
|
4081
|
+
"default": "css``",
|
|
4012
4082
|
"description": "The AG Select Renderer Styles.",
|
|
4013
4083
|
"privacy": "public"
|
|
4014
4084
|
},
|
|
4015
4085
|
{
|
|
4016
4086
|
"kind": "function",
|
|
4017
|
-
"name": "
|
|
4087
|
+
"name": "getMultiselectEditorTemplate",
|
|
4018
4088
|
"parameters": [
|
|
4019
4089
|
{
|
|
4020
|
-
"name": "
|
|
4090
|
+
"name": "designSystem",
|
|
4021
4091
|
"default": "'foundation'",
|
|
4022
4092
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4023
4093
|
}
|
|
@@ -4032,114 +4102,83 @@
|
|
|
4032
4102
|
},
|
|
4033
4103
|
{
|
|
4034
4104
|
"kind": "variable",
|
|
4035
|
-
"name": "
|
|
4105
|
+
"name": "foundationMultiselectEditor",
|
|
4036
4106
|
"privacy": "public"
|
|
4037
4107
|
}
|
|
4038
4108
|
],
|
|
4039
4109
|
"exports": [
|
|
4040
4110
|
{
|
|
4041
4111
|
"kind": "js",
|
|
4042
|
-
"name": "
|
|
4043
|
-
"declaration": {
|
|
4044
|
-
"name": "DateEditor",
|
|
4045
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4046
|
-
}
|
|
4047
|
-
},
|
|
4048
|
-
{
|
|
4049
|
-
"kind": "js",
|
|
4050
|
-
"name": "agDateEditorStyles",
|
|
4051
|
-
"declaration": {
|
|
4052
|
-
"name": "agDateEditorStyles",
|
|
4053
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4054
|
-
}
|
|
4055
|
-
},
|
|
4056
|
-
{
|
|
4057
|
-
"kind": "js",
|
|
4058
|
-
"name": "getDateEditorTemplate",
|
|
4059
|
-
"declaration": {
|
|
4060
|
-
"name": "getDateEditorTemplate",
|
|
4061
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4062
|
-
}
|
|
4063
|
-
},
|
|
4064
|
-
{
|
|
4065
|
-
"kind": "js",
|
|
4066
|
-
"name": "foundationDateEditor",
|
|
4067
|
-
"declaration": {
|
|
4068
|
-
"name": "foundationDateEditor",
|
|
4069
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4070
|
-
}
|
|
4071
|
-
}
|
|
4072
|
-
]
|
|
4073
|
-
},
|
|
4074
|
-
{
|
|
4075
|
-
"kind": "javascript-module",
|
|
4076
|
-
"path": "src/cell-editors/index.ts",
|
|
4077
|
-
"declarations": [],
|
|
4078
|
-
"exports": [
|
|
4079
|
-
{
|
|
4080
|
-
"kind": "js",
|
|
4081
|
-
"name": "*",
|
|
4082
|
-
"declaration": {
|
|
4083
|
-
"name": "*",
|
|
4084
|
-
"package": "./date.editor"
|
|
4085
|
-
}
|
|
4086
|
-
},
|
|
4087
|
-
{
|
|
4088
|
-
"kind": "js",
|
|
4089
|
-
"name": "*",
|
|
4112
|
+
"name": "MultiselectEditor",
|
|
4090
4113
|
"declaration": {
|
|
4091
|
-
"name": "
|
|
4092
|
-
"
|
|
4114
|
+
"name": "MultiselectEditor",
|
|
4115
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4093
4116
|
}
|
|
4094
4117
|
},
|
|
4095
4118
|
{
|
|
4096
4119
|
"kind": "js",
|
|
4097
|
-
"name": "
|
|
4120
|
+
"name": "agMultiselectEditorStyles",
|
|
4098
4121
|
"declaration": {
|
|
4099
|
-
"name": "
|
|
4100
|
-
"
|
|
4122
|
+
"name": "agMultiselectEditorStyles",
|
|
4123
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4101
4124
|
}
|
|
4102
4125
|
},
|
|
4103
4126
|
{
|
|
4104
4127
|
"kind": "js",
|
|
4105
|
-
"name": "
|
|
4128
|
+
"name": "getMultiselectEditorTemplate",
|
|
4106
4129
|
"declaration": {
|
|
4107
|
-
"name": "
|
|
4108
|
-
"
|
|
4130
|
+
"name": "getMultiselectEditorTemplate",
|
|
4131
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4109
4132
|
}
|
|
4110
4133
|
},
|
|
4111
4134
|
{
|
|
4112
4135
|
"kind": "js",
|
|
4113
|
-
"name": "
|
|
4136
|
+
"name": "foundationMultiselectEditor",
|
|
4114
4137
|
"declaration": {
|
|
4115
|
-
"name": "
|
|
4116
|
-
"
|
|
4138
|
+
"name": "foundationMultiselectEditor",
|
|
4139
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4117
4140
|
}
|
|
4118
4141
|
}
|
|
4119
4142
|
]
|
|
4120
4143
|
},
|
|
4121
4144
|
{
|
|
4122
4145
|
"kind": "javascript-module",
|
|
4123
|
-
"path": "src/cell-editors/
|
|
4146
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
4124
4147
|
"declarations": [
|
|
4125
4148
|
{
|
|
4126
4149
|
"kind": "class",
|
|
4127
|
-
"description": "The AG
|
|
4128
|
-
"name": "
|
|
4150
|
+
"description": "The AG Number Editor element.",
|
|
4151
|
+
"name": "NumberEditor",
|
|
4129
4152
|
"members": [
|
|
4130
4153
|
{
|
|
4131
4154
|
"kind": "field",
|
|
4132
4155
|
"name": "params",
|
|
4133
4156
|
"type": {
|
|
4134
|
-
"text": "
|
|
4157
|
+
"text": "NumberEditorParams"
|
|
4135
4158
|
},
|
|
4136
4159
|
"privacy": "public"
|
|
4137
4160
|
},
|
|
4138
4161
|
{
|
|
4139
4162
|
"kind": "field",
|
|
4140
|
-
"name": "
|
|
4163
|
+
"name": "value",
|
|
4141
4164
|
"type": {
|
|
4142
|
-
"text": "
|
|
4165
|
+
"text": "number"
|
|
4166
|
+
},
|
|
4167
|
+
"privacy": "public"
|
|
4168
|
+
},
|
|
4169
|
+
{
|
|
4170
|
+
"kind": "field",
|
|
4171
|
+
"name": "actualWidth",
|
|
4172
|
+
"type": {
|
|
4173
|
+
"text": "number"
|
|
4174
|
+
},
|
|
4175
|
+
"privacy": "public"
|
|
4176
|
+
},
|
|
4177
|
+
{
|
|
4178
|
+
"kind": "field",
|
|
4179
|
+
"name": "input",
|
|
4180
|
+
"type": {
|
|
4181
|
+
"text": "any"
|
|
4143
4182
|
},
|
|
4144
4183
|
"privacy": "public"
|
|
4145
4184
|
},
|
|
@@ -4151,7 +4190,7 @@
|
|
|
4151
4190
|
{
|
|
4152
4191
|
"name": "params",
|
|
4153
4192
|
"type": {
|
|
4154
|
-
"text": "
|
|
4193
|
+
"text": "NumberEditorParams"
|
|
4155
4194
|
}
|
|
4156
4195
|
}
|
|
4157
4196
|
]
|
|
@@ -4166,16 +4205,6 @@
|
|
|
4166
4205
|
}
|
|
4167
4206
|
}
|
|
4168
4207
|
},
|
|
4169
|
-
{
|
|
4170
|
-
"kind": "method",
|
|
4171
|
-
"name": "destroy",
|
|
4172
|
-
"privacy": "public",
|
|
4173
|
-
"return": {
|
|
4174
|
-
"type": {
|
|
4175
|
-
"text": "void"
|
|
4176
|
-
}
|
|
4177
|
-
}
|
|
4178
|
-
},
|
|
4179
4208
|
{
|
|
4180
4209
|
"kind": "method",
|
|
4181
4210
|
"name": "refresh",
|
|
@@ -4189,7 +4218,7 @@
|
|
|
4189
4218
|
{
|
|
4190
4219
|
"name": "params",
|
|
4191
4220
|
"type": {
|
|
4192
|
-
"text": "
|
|
4221
|
+
"text": "NumberEditorParams"
|
|
4193
4222
|
}
|
|
4194
4223
|
}
|
|
4195
4224
|
]
|
|
@@ -4207,6 +4236,10 @@
|
|
|
4207
4236
|
}
|
|
4208
4237
|
}
|
|
4209
4238
|
},
|
|
4239
|
+
{
|
|
4240
|
+
"kind": "method",
|
|
4241
|
+
"name": "afterGuiAttached"
|
|
4242
|
+
},
|
|
4210
4243
|
{
|
|
4211
4244
|
"kind": "method",
|
|
4212
4245
|
"name": "changeHandler",
|
|
@@ -4336,19 +4369,19 @@
|
|
|
4336
4369
|
"name": "FoundationElement",
|
|
4337
4370
|
"package": "@microsoft/fast-foundation"
|
|
4338
4371
|
},
|
|
4339
|
-
"tagName": "%%prefix%%-
|
|
4372
|
+
"tagName": "%%prefix%%-number-editor",
|
|
4340
4373
|
"customElement": true
|
|
4341
4374
|
},
|
|
4342
4375
|
{
|
|
4343
4376
|
"kind": "variable",
|
|
4344
|
-
"name": "
|
|
4345
|
-
"default": "css
|
|
4346
|
-
"description": "The AG
|
|
4377
|
+
"name": "agNumberEditorStyles",
|
|
4378
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4379
|
+
"description": "The AG Number Editor Styles.",
|
|
4347
4380
|
"privacy": "public"
|
|
4348
4381
|
},
|
|
4349
4382
|
{
|
|
4350
4383
|
"kind": "function",
|
|
4351
|
-
"name": "
|
|
4384
|
+
"name": "getNumberEditorTemplate",
|
|
4352
4385
|
"parameters": [
|
|
4353
4386
|
{
|
|
4354
4387
|
"name": "designSystem",
|
|
@@ -4366,59 +4399,59 @@
|
|
|
4366
4399
|
},
|
|
4367
4400
|
{
|
|
4368
4401
|
"kind": "variable",
|
|
4369
|
-
"name": "
|
|
4402
|
+
"name": "foundationNumberEditor",
|
|
4370
4403
|
"privacy": "public"
|
|
4371
4404
|
}
|
|
4372
4405
|
],
|
|
4373
4406
|
"exports": [
|
|
4374
4407
|
{
|
|
4375
4408
|
"kind": "js",
|
|
4376
|
-
"name": "
|
|
4409
|
+
"name": "NumberEditor",
|
|
4377
4410
|
"declaration": {
|
|
4378
|
-
"name": "
|
|
4379
|
-
"module": "src/cell-editors/
|
|
4411
|
+
"name": "NumberEditor",
|
|
4412
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4380
4413
|
}
|
|
4381
4414
|
},
|
|
4382
4415
|
{
|
|
4383
4416
|
"kind": "js",
|
|
4384
|
-
"name": "
|
|
4417
|
+
"name": "agNumberEditorStyles",
|
|
4385
4418
|
"declaration": {
|
|
4386
|
-
"name": "
|
|
4387
|
-
"module": "src/cell-editors/
|
|
4419
|
+
"name": "agNumberEditorStyles",
|
|
4420
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4388
4421
|
}
|
|
4389
4422
|
},
|
|
4390
4423
|
{
|
|
4391
4424
|
"kind": "js",
|
|
4392
|
-
"name": "
|
|
4425
|
+
"name": "getNumberEditorTemplate",
|
|
4393
4426
|
"declaration": {
|
|
4394
|
-
"name": "
|
|
4395
|
-
"module": "src/cell-editors/
|
|
4427
|
+
"name": "getNumberEditorTemplate",
|
|
4428
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4396
4429
|
}
|
|
4397
4430
|
},
|
|
4398
4431
|
{
|
|
4399
4432
|
"kind": "js",
|
|
4400
|
-
"name": "
|
|
4433
|
+
"name": "foundationNumberEditor",
|
|
4401
4434
|
"declaration": {
|
|
4402
|
-
"name": "
|
|
4403
|
-
"module": "src/cell-editors/
|
|
4435
|
+
"name": "foundationNumberEditor",
|
|
4436
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4404
4437
|
}
|
|
4405
4438
|
}
|
|
4406
4439
|
]
|
|
4407
4440
|
},
|
|
4408
4441
|
{
|
|
4409
4442
|
"kind": "javascript-module",
|
|
4410
|
-
"path": "src/cell-editors/
|
|
4443
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
4411
4444
|
"declarations": [
|
|
4412
4445
|
{
|
|
4413
4446
|
"kind": "class",
|
|
4414
|
-
"description": "The AG
|
|
4415
|
-
"name": "
|
|
4447
|
+
"description": "The AG Select Editor element.",
|
|
4448
|
+
"name": "SelectEditor",
|
|
4416
4449
|
"members": [
|
|
4417
4450
|
{
|
|
4418
4451
|
"kind": "field",
|
|
4419
4452
|
"name": "params",
|
|
4420
4453
|
"type": {
|
|
4421
|
-
"text": "
|
|
4454
|
+
"text": "SelectEditorParams"
|
|
4422
4455
|
},
|
|
4423
4456
|
"privacy": "public"
|
|
4424
4457
|
},
|
|
@@ -4426,7 +4459,7 @@
|
|
|
4426
4459
|
"kind": "field",
|
|
4427
4460
|
"name": "value",
|
|
4428
4461
|
"type": {
|
|
4429
|
-
"text": "
|
|
4462
|
+
"text": "string"
|
|
4430
4463
|
},
|
|
4431
4464
|
"privacy": "public"
|
|
4432
4465
|
},
|
|
@@ -4440,7 +4473,7 @@
|
|
|
4440
4473
|
},
|
|
4441
4474
|
{
|
|
4442
4475
|
"kind": "field",
|
|
4443
|
-
"name": "
|
|
4476
|
+
"name": "combobox",
|
|
4444
4477
|
"type": {
|
|
4445
4478
|
"text": "any"
|
|
4446
4479
|
},
|
|
@@ -4454,7 +4487,7 @@
|
|
|
4454
4487
|
{
|
|
4455
4488
|
"name": "params",
|
|
4456
4489
|
"type": {
|
|
4457
|
-
"text": "
|
|
4490
|
+
"text": "SelectEditorParams"
|
|
4458
4491
|
}
|
|
4459
4492
|
}
|
|
4460
4493
|
]
|
|
@@ -4482,7 +4515,7 @@
|
|
|
4482
4515
|
{
|
|
4483
4516
|
"name": "params",
|
|
4484
4517
|
"type": {
|
|
4485
|
-
"text": "
|
|
4518
|
+
"text": "SelectEditorParams"
|
|
4486
4519
|
}
|
|
4487
4520
|
}
|
|
4488
4521
|
]
|
|
@@ -4633,19 +4666,19 @@
|
|
|
4633
4666
|
"name": "FoundationElement",
|
|
4634
4667
|
"package": "@microsoft/fast-foundation"
|
|
4635
4668
|
},
|
|
4636
|
-
"tagName": "%%prefix%%-
|
|
4669
|
+
"tagName": "%%prefix%%-select-editor",
|
|
4637
4670
|
"customElement": true
|
|
4638
4671
|
},
|
|
4639
4672
|
{
|
|
4640
4673
|
"kind": "variable",
|
|
4641
|
-
"name": "
|
|
4642
|
-
"default": "css
|
|
4643
|
-
"description": "The AG
|
|
4674
|
+
"name": "agSelectEditorStyles",
|
|
4675
|
+
"default": "css``",
|
|
4676
|
+
"description": "The AG Select Renderer Styles.",
|
|
4644
4677
|
"privacy": "public"
|
|
4645
4678
|
},
|
|
4646
4679
|
{
|
|
4647
4680
|
"kind": "function",
|
|
4648
|
-
"name": "
|
|
4681
|
+
"name": "getSelectEditorTemplate",
|
|
4649
4682
|
"parameters": [
|
|
4650
4683
|
{
|
|
4651
4684
|
"name": "designSystem",
|
|
@@ -4663,59 +4696,59 @@
|
|
|
4663
4696
|
},
|
|
4664
4697
|
{
|
|
4665
4698
|
"kind": "variable",
|
|
4666
|
-
"name": "
|
|
4699
|
+
"name": "foundationSelectEditor",
|
|
4667
4700
|
"privacy": "public"
|
|
4668
4701
|
}
|
|
4669
4702
|
],
|
|
4670
4703
|
"exports": [
|
|
4671
4704
|
{
|
|
4672
4705
|
"kind": "js",
|
|
4673
|
-
"name": "
|
|
4706
|
+
"name": "SelectEditor",
|
|
4674
4707
|
"declaration": {
|
|
4675
|
-
"name": "
|
|
4676
|
-
"module": "src/cell-editors/
|
|
4708
|
+
"name": "SelectEditor",
|
|
4709
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4677
4710
|
}
|
|
4678
4711
|
},
|
|
4679
4712
|
{
|
|
4680
4713
|
"kind": "js",
|
|
4681
|
-
"name": "
|
|
4714
|
+
"name": "agSelectEditorStyles",
|
|
4682
4715
|
"declaration": {
|
|
4683
|
-
"name": "
|
|
4684
|
-
"module": "src/cell-editors/
|
|
4716
|
+
"name": "agSelectEditorStyles",
|
|
4717
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4685
4718
|
}
|
|
4686
4719
|
},
|
|
4687
4720
|
{
|
|
4688
4721
|
"kind": "js",
|
|
4689
|
-
"name": "
|
|
4722
|
+
"name": "getSelectEditorTemplate",
|
|
4690
4723
|
"declaration": {
|
|
4691
|
-
"name": "
|
|
4692
|
-
"module": "src/cell-editors/
|
|
4724
|
+
"name": "getSelectEditorTemplate",
|
|
4725
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4693
4726
|
}
|
|
4694
4727
|
},
|
|
4695
4728
|
{
|
|
4696
4729
|
"kind": "js",
|
|
4697
|
-
"name": "
|
|
4730
|
+
"name": "foundationSelectEditor",
|
|
4698
4731
|
"declaration": {
|
|
4699
|
-
"name": "
|
|
4700
|
-
"module": "src/cell-editors/
|
|
4732
|
+
"name": "foundationSelectEditor",
|
|
4733
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4701
4734
|
}
|
|
4702
4735
|
}
|
|
4703
4736
|
]
|
|
4704
4737
|
},
|
|
4705
4738
|
{
|
|
4706
4739
|
"kind": "javascript-module",
|
|
4707
|
-
"path": "src/cell-editors/
|
|
4740
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
4708
4741
|
"declarations": [
|
|
4709
4742
|
{
|
|
4710
4743
|
"kind": "class",
|
|
4711
|
-
"description": "The AG
|
|
4712
|
-
"name": "
|
|
4744
|
+
"description": "The AG String Editor element.",
|
|
4745
|
+
"name": "StringEditor",
|
|
4713
4746
|
"members": [
|
|
4714
4747
|
{
|
|
4715
4748
|
"kind": "field",
|
|
4716
4749
|
"name": "params",
|
|
4717
4750
|
"type": {
|
|
4718
|
-
"text": "
|
|
4751
|
+
"text": "StringEditorParams"
|
|
4719
4752
|
},
|
|
4720
4753
|
"privacy": "public"
|
|
4721
4754
|
},
|
|
@@ -4737,7 +4770,7 @@
|
|
|
4737
4770
|
},
|
|
4738
4771
|
{
|
|
4739
4772
|
"kind": "field",
|
|
4740
|
-
"name": "
|
|
4773
|
+
"name": "input",
|
|
4741
4774
|
"type": {
|
|
4742
4775
|
"text": "any"
|
|
4743
4776
|
},
|
|
@@ -4751,7 +4784,7 @@
|
|
|
4751
4784
|
{
|
|
4752
4785
|
"name": "params",
|
|
4753
4786
|
"type": {
|
|
4754
|
-
"text": "
|
|
4787
|
+
"text": "StringEditorParams"
|
|
4755
4788
|
}
|
|
4756
4789
|
}
|
|
4757
4790
|
]
|
|
@@ -4779,7 +4812,7 @@
|
|
|
4779
4812
|
{
|
|
4780
4813
|
"name": "params",
|
|
4781
4814
|
"type": {
|
|
4782
|
-
"text": "
|
|
4815
|
+
"text": "StringEditorParams"
|
|
4783
4816
|
}
|
|
4784
4817
|
}
|
|
4785
4818
|
]
|
|
@@ -4930,19 +4963,19 @@
|
|
|
4930
4963
|
"name": "FoundationElement",
|
|
4931
4964
|
"package": "@microsoft/fast-foundation"
|
|
4932
4965
|
},
|
|
4933
|
-
"tagName": "%%prefix%%-
|
|
4966
|
+
"tagName": "%%prefix%%-string-editor",
|
|
4934
4967
|
"customElement": true
|
|
4935
4968
|
},
|
|
4936
4969
|
{
|
|
4937
4970
|
"kind": "variable",
|
|
4938
|
-
"name": "
|
|
4939
|
-
"default": "css
|
|
4940
|
-
"description": "The AG
|
|
4971
|
+
"name": "agStringEditorStyles",
|
|
4972
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4973
|
+
"description": "The AG String Renderer Styles.",
|
|
4941
4974
|
"privacy": "public"
|
|
4942
4975
|
},
|
|
4943
4976
|
{
|
|
4944
4977
|
"kind": "function",
|
|
4945
|
-
"name": "
|
|
4978
|
+
"name": "getStringEditorTemplate",
|
|
4946
4979
|
"parameters": [
|
|
4947
4980
|
{
|
|
4948
4981
|
"name": "designSystem",
|
|
@@ -4950,7 +4983,7 @@
|
|
|
4950
4983
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4951
4984
|
}
|
|
4952
4985
|
],
|
|
4953
|
-
"description": "Get a Design System prefixed
|
|
4986
|
+
"description": "Get a Design System prefixed String template.",
|
|
4954
4987
|
"return": {
|
|
4955
4988
|
"type": {
|
|
4956
4989
|
"text": ""
|
|
@@ -4960,83 +4993,98 @@
|
|
|
4960
4993
|
},
|
|
4961
4994
|
{
|
|
4962
4995
|
"kind": "variable",
|
|
4963
|
-
"name": "
|
|
4996
|
+
"name": "foundationStringEditor",
|
|
4964
4997
|
"privacy": "public"
|
|
4965
4998
|
}
|
|
4966
4999
|
],
|
|
4967
5000
|
"exports": [
|
|
4968
5001
|
{
|
|
4969
5002
|
"kind": "js",
|
|
4970
|
-
"name": "
|
|
5003
|
+
"name": "StringEditor",
|
|
4971
5004
|
"declaration": {
|
|
4972
|
-
"name": "
|
|
4973
|
-
"module": "src/cell-editors/
|
|
5005
|
+
"name": "StringEditor",
|
|
5006
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4974
5007
|
}
|
|
4975
5008
|
},
|
|
4976
5009
|
{
|
|
4977
5010
|
"kind": "js",
|
|
4978
|
-
"name": "
|
|
5011
|
+
"name": "agStringEditorStyles",
|
|
4979
5012
|
"declaration": {
|
|
4980
|
-
"name": "
|
|
4981
|
-
"module": "src/cell-editors/
|
|
5013
|
+
"name": "agStringEditorStyles",
|
|
5014
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4982
5015
|
}
|
|
4983
5016
|
},
|
|
4984
5017
|
{
|
|
4985
5018
|
"kind": "js",
|
|
4986
|
-
"name": "
|
|
5019
|
+
"name": "getStringEditorTemplate",
|
|
4987
5020
|
"declaration": {
|
|
4988
|
-
"name": "
|
|
4989
|
-
"module": "src/cell-editors/
|
|
5021
|
+
"name": "getStringEditorTemplate",
|
|
5022
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4990
5023
|
}
|
|
4991
5024
|
},
|
|
4992
5025
|
{
|
|
4993
5026
|
"kind": "js",
|
|
4994
|
-
"name": "
|
|
5027
|
+
"name": "foundationStringEditor",
|
|
4995
5028
|
"declaration": {
|
|
4996
|
-
"name": "
|
|
4997
|
-
"module": "src/cell-editors/
|
|
5029
|
+
"name": "foundationStringEditor",
|
|
5030
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4998
5031
|
}
|
|
4999
5032
|
}
|
|
5000
5033
|
]
|
|
5001
5034
|
},
|
|
5002
5035
|
{
|
|
5003
5036
|
"kind": "javascript-module",
|
|
5004
|
-
"path": "src/cell
|
|
5037
|
+
"path": "src/cell/cell.template.ts",
|
|
5038
|
+
"declarations": [
|
|
5039
|
+
{
|
|
5040
|
+
"kind": "variable",
|
|
5041
|
+
"name": "CellTemplate",
|
|
5042
|
+
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
5043
|
+
"description": "The Grid Pro Cell Template.",
|
|
5044
|
+
"privacy": "public"
|
|
5045
|
+
}
|
|
5046
|
+
],
|
|
5047
|
+
"exports": [
|
|
5048
|
+
{
|
|
5049
|
+
"kind": "js",
|
|
5050
|
+
"name": "CellTemplate",
|
|
5051
|
+
"declaration": {
|
|
5052
|
+
"name": "CellTemplate",
|
|
5053
|
+
"module": "src/cell/cell.template.ts"
|
|
5054
|
+
}
|
|
5055
|
+
}
|
|
5056
|
+
]
|
|
5057
|
+
},
|
|
5058
|
+
{
|
|
5059
|
+
"kind": "javascript-module",
|
|
5060
|
+
"path": "src/cell/cell.ts",
|
|
5005
5061
|
"declarations": [
|
|
5006
5062
|
{
|
|
5007
5063
|
"kind": "class",
|
|
5008
|
-
"description": "The
|
|
5009
|
-
"name": "
|
|
5064
|
+
"description": "The Grid Pro Cell element.",
|
|
5065
|
+
"name": "GridProCell",
|
|
5010
5066
|
"members": [
|
|
5011
5067
|
{
|
|
5012
5068
|
"kind": "field",
|
|
5013
|
-
"name": "
|
|
5014
|
-
"type": {
|
|
5015
|
-
"text": "StringEditorParams"
|
|
5016
|
-
},
|
|
5017
|
-
"privacy": "public"
|
|
5018
|
-
},
|
|
5019
|
-
{
|
|
5020
|
-
"kind": "field",
|
|
5021
|
-
"name": "value",
|
|
5069
|
+
"name": "renderer",
|
|
5022
5070
|
"type": {
|
|
5023
|
-
"text": "
|
|
5071
|
+
"text": "ICellRendererFunc"
|
|
5024
5072
|
},
|
|
5025
5073
|
"privacy": "public"
|
|
5026
5074
|
},
|
|
5027
5075
|
{
|
|
5028
5076
|
"kind": "field",
|
|
5029
|
-
"name": "
|
|
5077
|
+
"name": "rendererParams",
|
|
5030
5078
|
"type": {
|
|
5031
|
-
"text": "
|
|
5079
|
+
"text": "ICellRendererParams"
|
|
5032
5080
|
},
|
|
5033
5081
|
"privacy": "public"
|
|
5034
5082
|
},
|
|
5035
5083
|
{
|
|
5036
5084
|
"kind": "field",
|
|
5037
|
-
"name": "
|
|
5085
|
+
"name": "slottedRenderer",
|
|
5038
5086
|
"type": {
|
|
5039
|
-
"text": "
|
|
5087
|
+
"text": "HTMLElement[]"
|
|
5040
5088
|
},
|
|
5041
5089
|
"privacy": "public"
|
|
5042
5090
|
},
|
|
@@ -5048,7 +5096,7 @@
|
|
|
5048
5096
|
{
|
|
5049
5097
|
"name": "params",
|
|
5050
5098
|
"type": {
|
|
5051
|
-
"text": "
|
|
5099
|
+
"text": "ICellRendererParams"
|
|
5052
5100
|
}
|
|
5053
5101
|
}
|
|
5054
5102
|
]
|
|
@@ -5063,53 +5111,28 @@
|
|
|
5063
5111
|
}
|
|
5064
5112
|
}
|
|
5065
5113
|
},
|
|
5114
|
+
{
|
|
5115
|
+
"kind": "method",
|
|
5116
|
+
"name": "destroy",
|
|
5117
|
+
"privacy": "public"
|
|
5118
|
+
},
|
|
5066
5119
|
{
|
|
5067
5120
|
"kind": "method",
|
|
5068
5121
|
"name": "refresh",
|
|
5069
5122
|
"privacy": "public",
|
|
5070
|
-
"return": {
|
|
5071
|
-
"type": {
|
|
5072
|
-
"text": "boolean"
|
|
5073
|
-
}
|
|
5074
|
-
},
|
|
5075
5123
|
"parameters": [
|
|
5076
5124
|
{
|
|
5077
5125
|
"name": "params",
|
|
5078
5126
|
"type": {
|
|
5079
|
-
"text": "
|
|
5127
|
+
"text": "ICellRendererParams"
|
|
5080
5128
|
}
|
|
5081
5129
|
}
|
|
5082
5130
|
]
|
|
5083
5131
|
},
|
|
5084
5132
|
{
|
|
5085
5133
|
"kind": "method",
|
|
5086
|
-
"name": "
|
|
5087
|
-
|
|
5088
|
-
{
|
|
5089
|
-
"kind": "method",
|
|
5090
|
-
"name": "isPopup",
|
|
5091
|
-
"return": {
|
|
5092
|
-
"type": {
|
|
5093
|
-
"text": "boolean"
|
|
5094
|
-
}
|
|
5095
|
-
}
|
|
5096
|
-
},
|
|
5097
|
-
{
|
|
5098
|
-
"kind": "method",
|
|
5099
|
-
"name": "afterGuiAttached"
|
|
5100
|
-
},
|
|
5101
|
-
{
|
|
5102
|
-
"kind": "method",
|
|
5103
|
-
"name": "changeHandler",
|
|
5104
|
-
"parameters": [
|
|
5105
|
-
{
|
|
5106
|
-
"name": "event"
|
|
5107
|
-
}
|
|
5108
|
-
]
|
|
5109
|
-
},
|
|
5110
|
-
{
|
|
5111
|
-
"kind": "method",
|
|
5112
|
-
"name": "isCancelBeforeStart"
|
|
5134
|
+
"name": "slottedAgRendererChanged",
|
|
5135
|
+
"privacy": "public"
|
|
5113
5136
|
},
|
|
5114
5137
|
{
|
|
5115
5138
|
"kind": "field",
|
|
@@ -5227,71 +5250,48 @@
|
|
|
5227
5250
|
"name": "FoundationElement",
|
|
5228
5251
|
"package": "@microsoft/fast-foundation"
|
|
5229
5252
|
},
|
|
5230
|
-
"tagName": "
|
|
5253
|
+
"tagName": "grid-pro-cell",
|
|
5231
5254
|
"customElement": true
|
|
5232
|
-
},
|
|
5233
|
-
{
|
|
5234
|
-
"kind": "variable",
|
|
5235
|
-
"name": "agStringEditorStyles",
|
|
5236
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5237
|
-
"description": "The AG String Renderer Styles.",
|
|
5238
|
-
"privacy": "public"
|
|
5239
|
-
},
|
|
5240
|
-
{
|
|
5241
|
-
"kind": "function",
|
|
5242
|
-
"name": "getStringEditorTemplate",
|
|
5243
|
-
"parameters": [
|
|
5244
|
-
{
|
|
5245
|
-
"name": "designSystem",
|
|
5246
|
-
"default": "'foundation'",
|
|
5247
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5248
|
-
}
|
|
5249
|
-
],
|
|
5250
|
-
"description": "Get a Design System prefixed String template.",
|
|
5251
|
-
"return": {
|
|
5252
|
-
"type": {
|
|
5253
|
-
"text": ""
|
|
5254
|
-
}
|
|
5255
|
-
},
|
|
5256
|
-
"privacy": "public"
|
|
5257
|
-
},
|
|
5258
|
-
{
|
|
5259
|
-
"kind": "variable",
|
|
5260
|
-
"name": "foundationStringEditor",
|
|
5261
|
-
"privacy": "public"
|
|
5262
5255
|
}
|
|
5263
5256
|
],
|
|
5264
5257
|
"exports": [
|
|
5265
5258
|
{
|
|
5266
5259
|
"kind": "js",
|
|
5267
|
-
"name": "
|
|
5260
|
+
"name": "GridProCell",
|
|
5268
5261
|
"declaration": {
|
|
5269
|
-
"name": "
|
|
5270
|
-
"module": "src/cell
|
|
5262
|
+
"name": "GridProCell",
|
|
5263
|
+
"module": "src/cell/cell.ts"
|
|
5271
5264
|
}
|
|
5272
5265
|
},
|
|
5273
5266
|
{
|
|
5274
|
-
"kind": "
|
|
5275
|
-
"name": "
|
|
5267
|
+
"kind": "custom-element-definition",
|
|
5268
|
+
"name": "grid-pro-cell",
|
|
5276
5269
|
"declaration": {
|
|
5277
|
-
"name": "
|
|
5278
|
-
"module": "src/cell
|
|
5270
|
+
"name": "GridProCell",
|
|
5271
|
+
"module": "src/cell/cell.ts"
|
|
5279
5272
|
}
|
|
5280
|
-
}
|
|
5273
|
+
}
|
|
5274
|
+
]
|
|
5275
|
+
},
|
|
5276
|
+
{
|
|
5277
|
+
"kind": "javascript-module",
|
|
5278
|
+
"path": "src/cell/index.ts",
|
|
5279
|
+
"declarations": [],
|
|
5280
|
+
"exports": [
|
|
5281
5281
|
{
|
|
5282
5282
|
"kind": "js",
|
|
5283
|
-
"name": "
|
|
5283
|
+
"name": "*",
|
|
5284
5284
|
"declaration": {
|
|
5285
|
-
"name": "
|
|
5286
|
-
"
|
|
5285
|
+
"name": "*",
|
|
5286
|
+
"package": "./cell.template"
|
|
5287
5287
|
}
|
|
5288
5288
|
},
|
|
5289
5289
|
{
|
|
5290
5290
|
"kind": "js",
|
|
5291
|
-
"name": "
|
|
5291
|
+
"name": "*",
|
|
5292
5292
|
"declaration": {
|
|
5293
|
-
"name": "
|
|
5294
|
-
"
|
|
5293
|
+
"name": "*",
|
|
5294
|
+
"package": "./cell"
|
|
5295
5295
|
}
|
|
5296
5296
|
}
|
|
5297
5297
|
]
|
|
@@ -18686,6 +18686,41 @@
|
|
|
18686
18686
|
"declarations": [],
|
|
18687
18687
|
"exports": []
|
|
18688
18688
|
},
|
|
18689
|
+
{
|
|
18690
|
+
"kind": "javascript-module",
|
|
18691
|
+
"path": "src/style/colors.ts",
|
|
18692
|
+
"declarations": [],
|
|
18693
|
+
"exports": []
|
|
18694
|
+
},
|
|
18695
|
+
{
|
|
18696
|
+
"kind": "javascript-module",
|
|
18697
|
+
"path": "src/style/index.ts",
|
|
18698
|
+
"declarations": [],
|
|
18699
|
+
"exports": [
|
|
18700
|
+
{
|
|
18701
|
+
"kind": "js",
|
|
18702
|
+
"name": "*",
|
|
18703
|
+
"declaration": {
|
|
18704
|
+
"name": "*",
|
|
18705
|
+
"package": "./colors"
|
|
18706
|
+
}
|
|
18707
|
+
},
|
|
18708
|
+
{
|
|
18709
|
+
"kind": "js",
|
|
18710
|
+
"name": "*",
|
|
18711
|
+
"declaration": {
|
|
18712
|
+
"name": "*",
|
|
18713
|
+
"package": "./tokens"
|
|
18714
|
+
}
|
|
18715
|
+
}
|
|
18716
|
+
]
|
|
18717
|
+
},
|
|
18718
|
+
{
|
|
18719
|
+
"kind": "javascript-module",
|
|
18720
|
+
"path": "src/style/tokens.ts",
|
|
18721
|
+
"declarations": [],
|
|
18722
|
+
"exports": []
|
|
18723
|
+
},
|
|
18689
18724
|
{
|
|
18690
18725
|
"kind": "javascript-module",
|
|
18691
18726
|
"path": "src/status-bar-components/index.ts",
|
|
@@ -19525,41 +19560,6 @@
|
|
|
19525
19560
|
}
|
|
19526
19561
|
]
|
|
19527
19562
|
},
|
|
19528
|
-
{
|
|
19529
|
-
"kind": "javascript-module",
|
|
19530
|
-
"path": "src/style/colors.ts",
|
|
19531
|
-
"declarations": [],
|
|
19532
|
-
"exports": []
|
|
19533
|
-
},
|
|
19534
|
-
{
|
|
19535
|
-
"kind": "javascript-module",
|
|
19536
|
-
"path": "src/style/index.ts",
|
|
19537
|
-
"declarations": [],
|
|
19538
|
-
"exports": [
|
|
19539
|
-
{
|
|
19540
|
-
"kind": "js",
|
|
19541
|
-
"name": "*",
|
|
19542
|
-
"declaration": {
|
|
19543
|
-
"name": "*",
|
|
19544
|
-
"package": "./colors"
|
|
19545
|
-
}
|
|
19546
|
-
},
|
|
19547
|
-
{
|
|
19548
|
-
"kind": "js",
|
|
19549
|
-
"name": "*",
|
|
19550
|
-
"declaration": {
|
|
19551
|
-
"name": "*",
|
|
19552
|
-
"package": "./tokens"
|
|
19553
|
-
}
|
|
19554
|
-
}
|
|
19555
|
-
]
|
|
19556
|
-
},
|
|
19557
|
-
{
|
|
19558
|
-
"kind": "javascript-module",
|
|
19559
|
-
"path": "src/style/tokens.ts",
|
|
19560
|
-
"declarations": [],
|
|
19561
|
-
"exports": []
|
|
19562
|
-
},
|
|
19563
19563
|
{
|
|
19564
19564
|
"kind": "javascript-module",
|
|
19565
19565
|
"path": "src/tooltips/error-tooltip.ts",
|