@genesislcap/grid-pro 14.394.0 → 14.396.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 +953 -953
- package/package.json +13 -13
|
@@ -3602,57 +3602,29 @@
|
|
|
3602
3602
|
},
|
|
3603
3603
|
{
|
|
3604
3604
|
"kind": "javascript-module",
|
|
3605
|
-
"path": "src/cell-
|
|
3605
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
3606
3606
|
"declarations": [
|
|
3607
3607
|
{
|
|
3608
3608
|
"kind": "class",
|
|
3609
|
-
"description": "The AG
|
|
3610
|
-
"name": "
|
|
3609
|
+
"description": "The AG Action Renderer element.",
|
|
3610
|
+
"name": "ActionRenderer",
|
|
3611
3611
|
"members": [
|
|
3612
3612
|
{
|
|
3613
3613
|
"kind": "field",
|
|
3614
|
-
"name": "
|
|
3614
|
+
"name": "params",
|
|
3615
3615
|
"type": {
|
|
3616
|
-
"text": "
|
|
3616
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3617
3617
|
},
|
|
3618
3618
|
"privacy": "public"
|
|
3619
3619
|
},
|
|
3620
3620
|
{
|
|
3621
3621
|
"kind": "field",
|
|
3622
|
-
"name": "
|
|
3622
|
+
"name": "pendingAction",
|
|
3623
3623
|
"type": {
|
|
3624
|
-
"text": "
|
|
3624
|
+
"text": "boolean"
|
|
3625
3625
|
},
|
|
3626
3626
|
"privacy": "public"
|
|
3627
3627
|
},
|
|
3628
|
-
{
|
|
3629
|
-
"kind": "field",
|
|
3630
|
-
"name": "params",
|
|
3631
|
-
"type": {
|
|
3632
|
-
"text": "DateEditorParams"
|
|
3633
|
-
}
|
|
3634
|
-
},
|
|
3635
|
-
{
|
|
3636
|
-
"kind": "field",
|
|
3637
|
-
"name": "dateFormat",
|
|
3638
|
-
"type": {
|
|
3639
|
-
"text": "string"
|
|
3640
|
-
}
|
|
3641
|
-
},
|
|
3642
|
-
{
|
|
3643
|
-
"kind": "field",
|
|
3644
|
-
"name": "input",
|
|
3645
|
-
"type": {
|
|
3646
|
-
"text": "any"
|
|
3647
|
-
}
|
|
3648
|
-
},
|
|
3649
|
-
{
|
|
3650
|
-
"kind": "field",
|
|
3651
|
-
"name": "inputType",
|
|
3652
|
-
"type": {
|
|
3653
|
-
"text": "'datetime-local' | 'date'"
|
|
3654
|
-
}
|
|
3655
|
-
},
|
|
3656
3628
|
{
|
|
3657
3629
|
"kind": "method",
|
|
3658
3630
|
"name": "init",
|
|
@@ -3661,7 +3633,7 @@
|
|
|
3661
3633
|
{
|
|
3662
3634
|
"name": "params",
|
|
3663
3635
|
"type": {
|
|
3664
|
-
"text": "
|
|
3636
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3665
3637
|
}
|
|
3666
3638
|
}
|
|
3667
3639
|
]
|
|
@@ -3680,49 +3652,39 @@
|
|
|
3680
3652
|
"kind": "method",
|
|
3681
3653
|
"name": "refresh",
|
|
3682
3654
|
"privacy": "public",
|
|
3683
|
-
"return": {
|
|
3684
|
-
"type": {
|
|
3685
|
-
"text": "boolean"
|
|
3686
|
-
}
|
|
3687
|
-
},
|
|
3688
3655
|
"parameters": [
|
|
3689
3656
|
{
|
|
3690
3657
|
"name": "params",
|
|
3691
3658
|
"type": {
|
|
3692
|
-
"text": "
|
|
3659
|
+
"text": "ICellRendererParams"
|
|
3693
3660
|
}
|
|
3694
3661
|
}
|
|
3695
3662
|
]
|
|
3696
3663
|
},
|
|
3697
3664
|
{
|
|
3698
3665
|
"kind": "method",
|
|
3699
|
-
"name": "
|
|
3700
|
-
|
|
3701
|
-
{
|
|
3702
|
-
"kind": "method",
|
|
3703
|
-
"name": "isPopup",
|
|
3666
|
+
"name": "isDisabled",
|
|
3667
|
+
"privacy": "public",
|
|
3704
3668
|
"return": {
|
|
3705
3669
|
"type": {
|
|
3706
3670
|
"text": "boolean"
|
|
3707
3671
|
}
|
|
3708
|
-
}
|
|
3709
|
-
},
|
|
3710
|
-
{
|
|
3711
|
-
"kind": "method",
|
|
3712
|
-
"name": "changeHandler",
|
|
3672
|
+
},
|
|
3713
3673
|
"parameters": [
|
|
3714
3674
|
{
|
|
3715
|
-
"name": "
|
|
3675
|
+
"name": "data"
|
|
3716
3676
|
}
|
|
3717
3677
|
]
|
|
3718
3678
|
},
|
|
3719
3679
|
{
|
|
3720
3680
|
"kind": "method",
|
|
3721
|
-
"name": "
|
|
3681
|
+
"name": "clickHandler",
|
|
3682
|
+
"privacy": "public"
|
|
3722
3683
|
},
|
|
3723
3684
|
{
|
|
3724
|
-
"kind": "
|
|
3725
|
-
"name": "
|
|
3685
|
+
"kind": "field",
|
|
3686
|
+
"name": "dataTestId",
|
|
3687
|
+
"readonly": true
|
|
3726
3688
|
},
|
|
3727
3689
|
{
|
|
3728
3690
|
"kind": "field",
|
|
@@ -3840,144 +3802,78 @@
|
|
|
3840
3802
|
"name": "FoundationElement",
|
|
3841
3803
|
"package": "@microsoft/fast-foundation"
|
|
3842
3804
|
},
|
|
3843
|
-
"tagName": "%%prefix%%-
|
|
3805
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
3844
3806
|
"customElement": true
|
|
3845
3807
|
},
|
|
3846
3808
|
{
|
|
3847
3809
|
"kind": "variable",
|
|
3848
|
-
"name": "
|
|
3849
|
-
"
|
|
3850
|
-
"description": "The AG Select Renderer Styles.",
|
|
3810
|
+
"name": "actionHeightMultiplier",
|
|
3811
|
+
"description": "The base height multiplier for the action renderer.",
|
|
3851
3812
|
"privacy": "public"
|
|
3852
3813
|
},
|
|
3853
3814
|
{
|
|
3854
|
-
"kind": "
|
|
3855
|
-
"name": "
|
|
3856
|
-
"
|
|
3857
|
-
|
|
3858
|
-
"name": "prefix",
|
|
3859
|
-
"default": "'foundation'",
|
|
3860
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3861
|
-
}
|
|
3862
|
-
],
|
|
3863
|
-
"description": "Get a Design System prefixed Select template.",
|
|
3864
|
-
"return": {
|
|
3865
|
-
"type": {
|
|
3866
|
-
"text": ""
|
|
3867
|
-
}
|
|
3868
|
-
},
|
|
3815
|
+
"kind": "variable",
|
|
3816
|
+
"name": "agActionRendererStyles",
|
|
3817
|
+
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
3818
|
+
"description": "The AG Action Renderer Styles.",
|
|
3869
3819
|
"privacy": "public"
|
|
3870
3820
|
},
|
|
3871
3821
|
{
|
|
3872
3822
|
"kind": "variable",
|
|
3873
|
-
"name": "
|
|
3823
|
+
"name": "foundationGridProActionRenderer",
|
|
3824
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
3874
3825
|
"privacy": "public"
|
|
3875
3826
|
}
|
|
3876
3827
|
],
|
|
3877
3828
|
"exports": [
|
|
3878
3829
|
{
|
|
3879
3830
|
"kind": "js",
|
|
3880
|
-
"name": "
|
|
3881
|
-
"declaration": {
|
|
3882
|
-
"name": "DateEditor",
|
|
3883
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3884
|
-
}
|
|
3885
|
-
},
|
|
3886
|
-
{
|
|
3887
|
-
"kind": "js",
|
|
3888
|
-
"name": "agDateEditorStyles",
|
|
3889
|
-
"declaration": {
|
|
3890
|
-
"name": "agDateEditorStyles",
|
|
3891
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3892
|
-
}
|
|
3893
|
-
},
|
|
3894
|
-
{
|
|
3895
|
-
"kind": "js",
|
|
3896
|
-
"name": "getDateEditorTemplate",
|
|
3897
|
-
"declaration": {
|
|
3898
|
-
"name": "getDateEditorTemplate",
|
|
3899
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3900
|
-
}
|
|
3901
|
-
},
|
|
3902
|
-
{
|
|
3903
|
-
"kind": "js",
|
|
3904
|
-
"name": "foundationDateEditor",
|
|
3905
|
-
"declaration": {
|
|
3906
|
-
"name": "foundationDateEditor",
|
|
3907
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3908
|
-
}
|
|
3909
|
-
}
|
|
3910
|
-
]
|
|
3911
|
-
},
|
|
3912
|
-
{
|
|
3913
|
-
"kind": "javascript-module",
|
|
3914
|
-
"path": "src/cell-editors/index.ts",
|
|
3915
|
-
"declarations": [],
|
|
3916
|
-
"exports": [
|
|
3917
|
-
{
|
|
3918
|
-
"kind": "js",
|
|
3919
|
-
"name": "*",
|
|
3920
|
-
"declaration": {
|
|
3921
|
-
"name": "*",
|
|
3922
|
-
"package": "./date.editor"
|
|
3923
|
-
}
|
|
3924
|
-
},
|
|
3925
|
-
{
|
|
3926
|
-
"kind": "js",
|
|
3927
|
-
"name": "*",
|
|
3831
|
+
"name": "ActionRenderer",
|
|
3928
3832
|
"declaration": {
|
|
3929
|
-
"name": "
|
|
3930
|
-
"
|
|
3833
|
+
"name": "ActionRenderer",
|
|
3834
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3931
3835
|
}
|
|
3932
3836
|
},
|
|
3933
3837
|
{
|
|
3934
3838
|
"kind": "js",
|
|
3935
|
-
"name": "
|
|
3839
|
+
"name": "actionHeightMultiplier",
|
|
3936
3840
|
"declaration": {
|
|
3937
|
-
"name": "
|
|
3938
|
-
"
|
|
3841
|
+
"name": "actionHeightMultiplier",
|
|
3842
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3939
3843
|
}
|
|
3940
3844
|
},
|
|
3941
3845
|
{
|
|
3942
3846
|
"kind": "js",
|
|
3943
|
-
"name": "
|
|
3847
|
+
"name": "agActionRendererStyles",
|
|
3944
3848
|
"declaration": {
|
|
3945
|
-
"name": "
|
|
3946
|
-
"
|
|
3849
|
+
"name": "agActionRendererStyles",
|
|
3850
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3947
3851
|
}
|
|
3948
3852
|
},
|
|
3949
3853
|
{
|
|
3950
3854
|
"kind": "js",
|
|
3951
|
-
"name": "
|
|
3855
|
+
"name": "foundationGridProActionRenderer",
|
|
3952
3856
|
"declaration": {
|
|
3953
|
-
"name": "
|
|
3954
|
-
"
|
|
3857
|
+
"name": "foundationGridProActionRenderer",
|
|
3858
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3955
3859
|
}
|
|
3956
3860
|
}
|
|
3957
3861
|
]
|
|
3958
3862
|
},
|
|
3959
3863
|
{
|
|
3960
3864
|
"kind": "javascript-module",
|
|
3961
|
-
"path": "src/cell-
|
|
3865
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
3962
3866
|
"declarations": [
|
|
3963
3867
|
{
|
|
3964
3868
|
"kind": "class",
|
|
3965
|
-
"description": "The
|
|
3966
|
-
"name": "
|
|
3869
|
+
"description": "The Actions Menu Renderer element.",
|
|
3870
|
+
"name": "ActionsMenuRenderer",
|
|
3967
3871
|
"members": [
|
|
3968
3872
|
{
|
|
3969
3873
|
"kind": "field",
|
|
3970
3874
|
"name": "params",
|
|
3971
3875
|
"type": {
|
|
3972
|
-
"text": "
|
|
3973
|
-
},
|
|
3974
|
-
"privacy": "public"
|
|
3975
|
-
},
|
|
3976
|
-
{
|
|
3977
|
-
"kind": "field",
|
|
3978
|
-
"name": "selectedOptions",
|
|
3979
|
-
"type": {
|
|
3980
|
-
"text": "any[]"
|
|
3876
|
+
"text": "ICellRendererParams"
|
|
3981
3877
|
},
|
|
3982
3878
|
"privacy": "public"
|
|
3983
3879
|
},
|
|
@@ -3989,7 +3885,7 @@
|
|
|
3989
3885
|
{
|
|
3990
3886
|
"name": "params",
|
|
3991
3887
|
"type": {
|
|
3992
|
-
"text": "
|
|
3888
|
+
"text": "ICellRendererParams"
|
|
3993
3889
|
}
|
|
3994
3890
|
}
|
|
3995
3891
|
]
|
|
@@ -4004,60 +3900,19 @@
|
|
|
4004
3900
|
}
|
|
4005
3901
|
}
|
|
4006
3902
|
},
|
|
4007
|
-
{
|
|
4008
|
-
"kind": "method",
|
|
4009
|
-
"name": "destroy",
|
|
4010
|
-
"privacy": "public",
|
|
4011
|
-
"return": {
|
|
4012
|
-
"type": {
|
|
4013
|
-
"text": "void"
|
|
4014
|
-
}
|
|
4015
|
-
}
|
|
4016
|
-
},
|
|
4017
3903
|
{
|
|
4018
3904
|
"kind": "method",
|
|
4019
3905
|
"name": "refresh",
|
|
4020
3906
|
"privacy": "public",
|
|
4021
|
-
"return": {
|
|
4022
|
-
"type": {
|
|
4023
|
-
"text": "boolean"
|
|
4024
|
-
}
|
|
4025
|
-
},
|
|
4026
3907
|
"parameters": [
|
|
4027
3908
|
{
|
|
4028
3909
|
"name": "params",
|
|
4029
3910
|
"type": {
|
|
4030
|
-
"text": "
|
|
3911
|
+
"text": "ICellRendererParams"
|
|
4031
3912
|
}
|
|
4032
3913
|
}
|
|
4033
3914
|
]
|
|
4034
3915
|
},
|
|
4035
|
-
{
|
|
4036
|
-
"kind": "method",
|
|
4037
|
-
"name": "getValue"
|
|
4038
|
-
},
|
|
4039
|
-
{
|
|
4040
|
-
"kind": "method",
|
|
4041
|
-
"name": "isPopup",
|
|
4042
|
-
"return": {
|
|
4043
|
-
"type": {
|
|
4044
|
-
"text": "boolean"
|
|
4045
|
-
}
|
|
4046
|
-
}
|
|
4047
|
-
},
|
|
4048
|
-
{
|
|
4049
|
-
"kind": "method",
|
|
4050
|
-
"name": "changeHandler",
|
|
4051
|
-
"parameters": [
|
|
4052
|
-
{
|
|
4053
|
-
"name": "event"
|
|
4054
|
-
}
|
|
4055
|
-
]
|
|
4056
|
-
},
|
|
4057
|
-
{
|
|
4058
|
-
"kind": "method",
|
|
4059
|
-
"name": "isCancelBeforeStart"
|
|
4060
|
-
},
|
|
4061
3916
|
{
|
|
4062
3917
|
"kind": "field",
|
|
4063
3918
|
"name": "_presentation",
|
|
@@ -4174,115 +4029,133 @@
|
|
|
4174
4029
|
"name": "FoundationElement",
|
|
4175
4030
|
"package": "@microsoft/fast-foundation"
|
|
4176
4031
|
},
|
|
4177
|
-
"tagName": "%%prefix%%-
|
|
4032
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
4178
4033
|
"customElement": true
|
|
4179
4034
|
},
|
|
4180
4035
|
{
|
|
4181
4036
|
"kind": "variable",
|
|
4182
|
-
"name": "
|
|
4183
|
-
"
|
|
4184
|
-
"description": "The AG Select Renderer Styles.",
|
|
4037
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4038
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
4185
4039
|
"privacy": "public"
|
|
4186
4040
|
},
|
|
4187
4041
|
{
|
|
4188
4042
|
"kind": "function",
|
|
4189
|
-
"name": "
|
|
4190
|
-
"parameters": [
|
|
4191
|
-
{
|
|
4192
|
-
"name": "designSystem",
|
|
4193
|
-
"default": "'foundation'",
|
|
4194
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4195
|
-
}
|
|
4196
|
-
],
|
|
4197
|
-
"description": "Get a Design System prefixed Select template.",
|
|
4043
|
+
"name": "getActionsMenuDef",
|
|
4198
4044
|
"return": {
|
|
4199
4045
|
"type": {
|
|
4200
4046
|
"text": ""
|
|
4201
4047
|
}
|
|
4202
4048
|
},
|
|
4203
|
-
"
|
|
4204
|
-
|
|
4205
|
-
|
|
4206
|
-
|
|
4207
|
-
|
|
4049
|
+
"parameters": [
|
|
4050
|
+
{
|
|
4051
|
+
"name": "actions",
|
|
4052
|
+
"type": {
|
|
4053
|
+
"text": "ActionMenuItem[]"
|
|
4054
|
+
},
|
|
4055
|
+
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
4056
|
+
},
|
|
4057
|
+
{
|
|
4058
|
+
"name": "overrideDef",
|
|
4059
|
+
"default": "{}",
|
|
4060
|
+
"type": {
|
|
4061
|
+
"text": "ColDef"
|
|
4062
|
+
},
|
|
4063
|
+
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
4064
|
+
},
|
|
4065
|
+
{
|
|
4066
|
+
"name": "customActionsOpenerName",
|
|
4067
|
+
"default": "'⋮'",
|
|
4068
|
+
"type": {
|
|
4069
|
+
"text": "string"
|
|
4070
|
+
},
|
|
4071
|
+
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
4072
|
+
},
|
|
4073
|
+
{
|
|
4074
|
+
"name": "isVertical",
|
|
4075
|
+
"default": "false",
|
|
4076
|
+
"type": {
|
|
4077
|
+
"text": "boolean"
|
|
4078
|
+
},
|
|
4079
|
+
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
4080
|
+
},
|
|
4081
|
+
{
|
|
4082
|
+
"name": "buttonAppearance",
|
|
4083
|
+
"optional": true,
|
|
4084
|
+
"type": {
|
|
4085
|
+
"text": "string"
|
|
4086
|
+
},
|
|
4087
|
+
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
4088
|
+
}
|
|
4089
|
+
],
|
|
4090
|
+
"description": "Helper function to get ColDef https://www.ag-grid.com/javascript-data-grid/column-properties/ for Actions Menu Renderer.\nWill take the parameter values for a base ColDef and merge them with the overrideDef (if specified).",
|
|
4208
4091
|
"privacy": "public"
|
|
4209
4092
|
}
|
|
4210
4093
|
],
|
|
4211
4094
|
"exports": [
|
|
4212
4095
|
{
|
|
4213
4096
|
"kind": "js",
|
|
4214
|
-
"name": "
|
|
4215
|
-
"declaration": {
|
|
4216
|
-
"name": "MultiselectEditor",
|
|
4217
|
-
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4218
|
-
}
|
|
4219
|
-
},
|
|
4220
|
-
{
|
|
4221
|
-
"kind": "js",
|
|
4222
|
-
"name": "agMultiselectEditorStyles",
|
|
4097
|
+
"name": "ActionsMenuRenderer",
|
|
4223
4098
|
"declaration": {
|
|
4224
|
-
"name": "
|
|
4225
|
-
"module": "src/cell-
|
|
4099
|
+
"name": "ActionsMenuRenderer",
|
|
4100
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
4226
4101
|
}
|
|
4227
4102
|
},
|
|
4228
4103
|
{
|
|
4229
4104
|
"kind": "js",
|
|
4230
|
-
"name": "
|
|
4105
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4231
4106
|
"declaration": {
|
|
4232
|
-
"name": "
|
|
4233
|
-
"module": "src/cell-
|
|
4107
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4108
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
4234
4109
|
}
|
|
4235
4110
|
},
|
|
4236
4111
|
{
|
|
4237
4112
|
"kind": "js",
|
|
4238
|
-
"name": "
|
|
4113
|
+
"name": "getActionsMenuDef",
|
|
4239
4114
|
"declaration": {
|
|
4240
|
-
"name": "
|
|
4241
|
-
"module": "src/cell-
|
|
4115
|
+
"name": "getActionsMenuDef",
|
|
4116
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
4242
4117
|
}
|
|
4243
4118
|
}
|
|
4244
4119
|
]
|
|
4245
4120
|
},
|
|
4246
4121
|
{
|
|
4247
4122
|
"kind": "javascript-module",
|
|
4248
|
-
"path": "src/cell-
|
|
4123
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
4249
4124
|
"declarations": [
|
|
4250
4125
|
{
|
|
4251
4126
|
"kind": "class",
|
|
4252
|
-
"description": "The AG
|
|
4253
|
-
"name": "
|
|
4127
|
+
"description": "The AG Boolean Renderer element.",
|
|
4128
|
+
"name": "BooleanRenderer",
|
|
4254
4129
|
"members": [
|
|
4255
4130
|
{
|
|
4256
4131
|
"kind": "field",
|
|
4257
4132
|
"name": "params",
|
|
4258
4133
|
"type": {
|
|
4259
|
-
"text": "
|
|
4260
|
-
},
|
|
4261
|
-
"privacy": "public"
|
|
4262
|
-
},
|
|
4263
|
-
{
|
|
4264
|
-
"kind": "field",
|
|
4265
|
-
"name": "value",
|
|
4266
|
-
"type": {
|
|
4267
|
-
"text": "number"
|
|
4134
|
+
"text": "ICellRendererParams & BooleanRendererParams"
|
|
4268
4135
|
},
|
|
4269
4136
|
"privacy": "public"
|
|
4270
4137
|
},
|
|
4271
4138
|
{
|
|
4272
4139
|
"kind": "field",
|
|
4273
|
-
"name": "
|
|
4140
|
+
"name": "selected",
|
|
4274
4141
|
"type": {
|
|
4275
|
-
"text": "
|
|
4276
|
-
}
|
|
4277
|
-
"privacy": "public"
|
|
4142
|
+
"text": "boolean"
|
|
4143
|
+
}
|
|
4278
4144
|
},
|
|
4279
4145
|
{
|
|
4280
|
-
"kind": "
|
|
4281
|
-
"name": "
|
|
4282
|
-
"
|
|
4283
|
-
|
|
4146
|
+
"kind": "method",
|
|
4147
|
+
"name": "isDisabled",
|
|
4148
|
+
"privacy": "public",
|
|
4149
|
+
"return": {
|
|
4150
|
+
"type": {
|
|
4151
|
+
"text": "boolean"
|
|
4152
|
+
}
|
|
4284
4153
|
},
|
|
4285
|
-
"
|
|
4154
|
+
"parameters": [
|
|
4155
|
+
{
|
|
4156
|
+
"name": "data"
|
|
4157
|
+
}
|
|
4158
|
+
]
|
|
4286
4159
|
},
|
|
4287
4160
|
{
|
|
4288
4161
|
"kind": "method",
|
|
@@ -4292,7 +4165,7 @@
|
|
|
4292
4165
|
{
|
|
4293
4166
|
"name": "params",
|
|
4294
4167
|
"type": {
|
|
4295
|
-
"text": "
|
|
4168
|
+
"text": "ICellRendererParams"
|
|
4296
4169
|
}
|
|
4297
4170
|
}
|
|
4298
4171
|
]
|
|
@@ -4307,20 +4180,20 @@
|
|
|
4307
4180
|
}
|
|
4308
4181
|
}
|
|
4309
4182
|
},
|
|
4183
|
+
{
|
|
4184
|
+
"kind": "method",
|
|
4185
|
+
"name": "destroy",
|
|
4186
|
+
"privacy": "public"
|
|
4187
|
+
},
|
|
4310
4188
|
{
|
|
4311
4189
|
"kind": "method",
|
|
4312
4190
|
"name": "refresh",
|
|
4313
4191
|
"privacy": "public",
|
|
4314
|
-
"return": {
|
|
4315
|
-
"type": {
|
|
4316
|
-
"text": "boolean"
|
|
4317
|
-
}
|
|
4318
|
-
},
|
|
4319
4192
|
"parameters": [
|
|
4320
4193
|
{
|
|
4321
4194
|
"name": "params",
|
|
4322
4195
|
"type": {
|
|
4323
|
-
"text": "
|
|
4196
|
+
"text": "ICellRendererParams"
|
|
4324
4197
|
}
|
|
4325
4198
|
}
|
|
4326
4199
|
]
|
|
@@ -4329,28 +4202,6 @@
|
|
|
4329
4202
|
"kind": "method",
|
|
4330
4203
|
"name": "getValue"
|
|
4331
4204
|
},
|
|
4332
|
-
{
|
|
4333
|
-
"kind": "method",
|
|
4334
|
-
"name": "isPopup",
|
|
4335
|
-
"return": {
|
|
4336
|
-
"type": {
|
|
4337
|
-
"text": "boolean"
|
|
4338
|
-
}
|
|
4339
|
-
}
|
|
4340
|
-
},
|
|
4341
|
-
{
|
|
4342
|
-
"kind": "method",
|
|
4343
|
-
"name": "afterGuiAttached"
|
|
4344
|
-
},
|
|
4345
|
-
{
|
|
4346
|
-
"kind": "method",
|
|
4347
|
-
"name": "changeHandler",
|
|
4348
|
-
"parameters": [
|
|
4349
|
-
{
|
|
4350
|
-
"name": "event"
|
|
4351
|
-
}
|
|
4352
|
-
]
|
|
4353
|
-
},
|
|
4354
4205
|
{
|
|
4355
4206
|
"kind": "method",
|
|
4356
4207
|
"name": "isCancelBeforeStart"
|
|
@@ -4471,19 +4322,19 @@
|
|
|
4471
4322
|
"name": "FoundationElement",
|
|
4472
4323
|
"package": "@microsoft/fast-foundation"
|
|
4473
4324
|
},
|
|
4474
|
-
"tagName": "%%prefix%%-
|
|
4325
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
4475
4326
|
"customElement": true
|
|
4476
4327
|
},
|
|
4477
4328
|
{
|
|
4478
4329
|
"kind": "variable",
|
|
4479
|
-
"name": "
|
|
4480
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4481
|
-
"description": "The AG
|
|
4330
|
+
"name": "agBooleanRendererStyles",
|
|
4331
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
4332
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
4482
4333
|
"privacy": "public"
|
|
4483
4334
|
},
|
|
4484
4335
|
{
|
|
4485
4336
|
"kind": "function",
|
|
4486
|
-
"name": "
|
|
4337
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4487
4338
|
"parameters": [
|
|
4488
4339
|
{
|
|
4489
4340
|
"name": "designSystem",
|
|
@@ -4491,7 +4342,7 @@
|
|
|
4491
4342
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4492
4343
|
}
|
|
4493
4344
|
],
|
|
4494
|
-
"description": "Get a Design System prefixed
|
|
4345
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
4495
4346
|
"return": {
|
|
4496
4347
|
"type": {
|
|
4497
4348
|
"text": ""
|
|
@@ -4501,85 +4352,61 @@
|
|
|
4501
4352
|
},
|
|
4502
4353
|
{
|
|
4503
4354
|
"kind": "variable",
|
|
4504
|
-
"name": "
|
|
4355
|
+
"name": "foundationAgBooleanRenderer",
|
|
4356
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
4505
4357
|
"privacy": "public"
|
|
4506
4358
|
}
|
|
4507
4359
|
],
|
|
4508
4360
|
"exports": [
|
|
4509
4361
|
{
|
|
4510
4362
|
"kind": "js",
|
|
4511
|
-
"name": "
|
|
4363
|
+
"name": "BooleanRenderer",
|
|
4512
4364
|
"declaration": {
|
|
4513
|
-
"name": "
|
|
4514
|
-
"module": "src/cell-
|
|
4365
|
+
"name": "BooleanRenderer",
|
|
4366
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4515
4367
|
}
|
|
4516
4368
|
},
|
|
4517
4369
|
{
|
|
4518
4370
|
"kind": "js",
|
|
4519
|
-
"name": "
|
|
4371
|
+
"name": "agBooleanRendererStyles",
|
|
4520
4372
|
"declaration": {
|
|
4521
|
-
"name": "
|
|
4522
|
-
"module": "src/cell-
|
|
4373
|
+
"name": "agBooleanRendererStyles",
|
|
4374
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4523
4375
|
}
|
|
4524
4376
|
},
|
|
4525
4377
|
{
|
|
4526
4378
|
"kind": "js",
|
|
4527
|
-
"name": "
|
|
4379
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4528
4380
|
"declaration": {
|
|
4529
|
-
"name": "
|
|
4530
|
-
"module": "src/cell-
|
|
4381
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4382
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4531
4383
|
}
|
|
4532
4384
|
},
|
|
4533
4385
|
{
|
|
4534
4386
|
"kind": "js",
|
|
4535
|
-
"name": "
|
|
4387
|
+
"name": "foundationAgBooleanRenderer",
|
|
4536
4388
|
"declaration": {
|
|
4537
|
-
"name": "
|
|
4538
|
-
"module": "src/cell-
|
|
4389
|
+
"name": "foundationAgBooleanRenderer",
|
|
4390
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4539
4391
|
}
|
|
4540
4392
|
}
|
|
4541
4393
|
]
|
|
4542
4394
|
},
|
|
4543
4395
|
{
|
|
4544
4396
|
"kind": "javascript-module",
|
|
4545
|
-
"path": "src/cell-
|
|
4397
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
4546
4398
|
"declarations": [
|
|
4547
4399
|
{
|
|
4548
4400
|
"kind": "class",
|
|
4549
|
-
"description": "The AG
|
|
4550
|
-
"name": "
|
|
4401
|
+
"description": "The AG Editable Renderer element.",
|
|
4402
|
+
"name": "EditableRenderer",
|
|
4551
4403
|
"members": [
|
|
4552
4404
|
{
|
|
4553
4405
|
"kind": "field",
|
|
4554
|
-
"name": "
|
|
4555
|
-
"type": {
|
|
4556
|
-
"text": "SelectEditorParams"
|
|
4557
|
-
},
|
|
4558
|
-
"privacy": "public"
|
|
4559
|
-
},
|
|
4560
|
-
{
|
|
4561
|
-
"kind": "field",
|
|
4562
|
-
"name": "value",
|
|
4406
|
+
"name": "valueFormatted",
|
|
4563
4407
|
"type": {
|
|
4564
4408
|
"text": "string"
|
|
4565
|
-
}
|
|
4566
|
-
"privacy": "public"
|
|
4567
|
-
},
|
|
4568
|
-
{
|
|
4569
|
-
"kind": "field",
|
|
4570
|
-
"name": "actualWidth",
|
|
4571
|
-
"type": {
|
|
4572
|
-
"text": "number"
|
|
4573
|
-
},
|
|
4574
|
-
"privacy": "public"
|
|
4575
|
-
},
|
|
4576
|
-
{
|
|
4577
|
-
"kind": "field",
|
|
4578
|
-
"name": "combobox",
|
|
4579
|
-
"type": {
|
|
4580
|
-
"text": "any"
|
|
4581
|
-
},
|
|
4582
|
-
"privacy": "public"
|
|
4409
|
+
}
|
|
4583
4410
|
},
|
|
4584
4411
|
{
|
|
4585
4412
|
"kind": "method",
|
|
@@ -4589,7 +4416,7 @@
|
|
|
4589
4416
|
{
|
|
4590
4417
|
"name": "params",
|
|
4591
4418
|
"type": {
|
|
4592
|
-
"text": "
|
|
4419
|
+
"text": "ICellRendererParams"
|
|
4593
4420
|
}
|
|
4594
4421
|
}
|
|
4595
4422
|
]
|
|
@@ -4608,61 +4435,26 @@
|
|
|
4608
4435
|
"kind": "method",
|
|
4609
4436
|
"name": "refresh",
|
|
4610
4437
|
"privacy": "public",
|
|
4611
|
-
"return": {
|
|
4612
|
-
"type": {
|
|
4613
|
-
"text": "boolean"
|
|
4614
|
-
}
|
|
4615
|
-
},
|
|
4616
4438
|
"parameters": [
|
|
4617
4439
|
{
|
|
4618
4440
|
"name": "params",
|
|
4619
4441
|
"type": {
|
|
4620
|
-
"text": "
|
|
4442
|
+
"text": "ICellRendererParams"
|
|
4621
4443
|
}
|
|
4622
4444
|
}
|
|
4623
4445
|
]
|
|
4624
4446
|
},
|
|
4625
4447
|
{
|
|
4626
|
-
"kind": "
|
|
4627
|
-
"name": "
|
|
4628
|
-
|
|
4629
|
-
|
|
4630
|
-
|
|
4631
|
-
"
|
|
4632
|
-
"
|
|
4633
|
-
|
|
4634
|
-
|
|
4635
|
-
|
|
4636
|
-
}
|
|
4637
|
-
},
|
|
4638
|
-
{
|
|
4639
|
-
"kind": "method",
|
|
4640
|
-
"name": "afterGuiAttached"
|
|
4641
|
-
},
|
|
4642
|
-
{
|
|
4643
|
-
"kind": "method",
|
|
4644
|
-
"name": "changeHandler",
|
|
4645
|
-
"parameters": [
|
|
4646
|
-
{
|
|
4647
|
-
"name": "event"
|
|
4648
|
-
}
|
|
4649
|
-
]
|
|
4650
|
-
},
|
|
4651
|
-
{
|
|
4652
|
-
"kind": "method",
|
|
4653
|
-
"name": "isCancelBeforeStart"
|
|
4654
|
-
},
|
|
4655
|
-
{
|
|
4656
|
-
"kind": "field",
|
|
4657
|
-
"name": "_presentation",
|
|
4658
|
-
"type": {
|
|
4659
|
-
"text": "ComponentPresentation | null | undefined"
|
|
4660
|
-
},
|
|
4661
|
-
"privacy": "private",
|
|
4662
|
-
"default": "void 0",
|
|
4663
|
-
"inheritedFrom": {
|
|
4664
|
-
"name": "FoundationElement",
|
|
4665
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4448
|
+
"kind": "field",
|
|
4449
|
+
"name": "_presentation",
|
|
4450
|
+
"type": {
|
|
4451
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4452
|
+
},
|
|
4453
|
+
"privacy": "private",
|
|
4454
|
+
"default": "void 0",
|
|
4455
|
+
"inheritedFrom": {
|
|
4456
|
+
"name": "FoundationElement",
|
|
4457
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4666
4458
|
}
|
|
4667
4459
|
},
|
|
4668
4460
|
{
|
|
@@ -4768,19 +4560,19 @@
|
|
|
4768
4560
|
"name": "FoundationElement",
|
|
4769
4561
|
"package": "@microsoft/fast-foundation"
|
|
4770
4562
|
},
|
|
4771
|
-
"tagName": "%%prefix%%-
|
|
4563
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
4772
4564
|
"customElement": true
|
|
4773
4565
|
},
|
|
4774
4566
|
{
|
|
4775
4567
|
"kind": "variable",
|
|
4776
|
-
"name": "
|
|
4777
|
-
"default": "css
|
|
4778
|
-
"description": "The AG
|
|
4568
|
+
"name": "agEditableRendererStyles",
|
|
4569
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
4570
|
+
"description": "The AG Editable Renderer Styles.",
|
|
4779
4571
|
"privacy": "public"
|
|
4780
4572
|
},
|
|
4781
4573
|
{
|
|
4782
4574
|
"kind": "function",
|
|
4783
|
-
"name": "
|
|
4575
|
+
"name": "getAgEditableRendererTemplate",
|
|
4784
4576
|
"parameters": [
|
|
4785
4577
|
{
|
|
4786
4578
|
"name": "designSystem",
|
|
@@ -4788,7 +4580,7 @@
|
|
|
4788
4580
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4789
4581
|
}
|
|
4790
4582
|
],
|
|
4791
|
-
"description": "Get a Design System prefixed
|
|
4583
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
4792
4584
|
"return": {
|
|
4793
4585
|
"type": {
|
|
4794
4586
|
"text": ""
|
|
@@ -4798,59 +4590,131 @@
|
|
|
4798
4590
|
},
|
|
4799
4591
|
{
|
|
4800
4592
|
"kind": "variable",
|
|
4801
|
-
"name": "
|
|
4593
|
+
"name": "foundationAgEditableRenderer",
|
|
4594
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
4802
4595
|
"privacy": "public"
|
|
4803
4596
|
}
|
|
4804
4597
|
],
|
|
4805
4598
|
"exports": [
|
|
4806
4599
|
{
|
|
4807
4600
|
"kind": "js",
|
|
4808
|
-
"name": "
|
|
4601
|
+
"name": "EditableRenderer",
|
|
4809
4602
|
"declaration": {
|
|
4810
|
-
"name": "
|
|
4811
|
-
"module": "src/cell-
|
|
4603
|
+
"name": "EditableRenderer",
|
|
4604
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4812
4605
|
}
|
|
4813
4606
|
},
|
|
4814
4607
|
{
|
|
4815
4608
|
"kind": "js",
|
|
4816
|
-
"name": "
|
|
4609
|
+
"name": "agEditableRendererStyles",
|
|
4817
4610
|
"declaration": {
|
|
4818
|
-
"name": "
|
|
4819
|
-
"module": "src/cell-
|
|
4611
|
+
"name": "agEditableRendererStyles",
|
|
4612
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4820
4613
|
}
|
|
4821
4614
|
},
|
|
4822
4615
|
{
|
|
4823
4616
|
"kind": "js",
|
|
4824
|
-
"name": "
|
|
4617
|
+
"name": "getAgEditableRendererTemplate",
|
|
4825
4618
|
"declaration": {
|
|
4826
|
-
"name": "
|
|
4827
|
-
"module": "src/cell-
|
|
4619
|
+
"name": "getAgEditableRendererTemplate",
|
|
4620
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4828
4621
|
}
|
|
4829
4622
|
},
|
|
4830
4623
|
{
|
|
4831
4624
|
"kind": "js",
|
|
4832
|
-
"name": "
|
|
4625
|
+
"name": "foundationAgEditableRenderer",
|
|
4833
4626
|
"declaration": {
|
|
4834
|
-
"name": "
|
|
4835
|
-
"module": "src/cell-
|
|
4627
|
+
"name": "foundationAgEditableRenderer",
|
|
4628
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4836
4629
|
}
|
|
4837
4630
|
}
|
|
4838
4631
|
]
|
|
4839
4632
|
},
|
|
4840
4633
|
{
|
|
4841
4634
|
"kind": "javascript-module",
|
|
4842
|
-
"path": "src/cell-
|
|
4635
|
+
"path": "src/cell-renderers/index.ts",
|
|
4636
|
+
"declarations": [],
|
|
4637
|
+
"exports": [
|
|
4638
|
+
{
|
|
4639
|
+
"kind": "js",
|
|
4640
|
+
"name": "*",
|
|
4641
|
+
"declaration": {
|
|
4642
|
+
"name": "*",
|
|
4643
|
+
"package": "./action.renderer"
|
|
4644
|
+
}
|
|
4645
|
+
},
|
|
4646
|
+
{
|
|
4647
|
+
"kind": "js",
|
|
4648
|
+
"name": "*",
|
|
4649
|
+
"declaration": {
|
|
4650
|
+
"name": "*",
|
|
4651
|
+
"package": "./actions-menu.renderer"
|
|
4652
|
+
}
|
|
4653
|
+
},
|
|
4654
|
+
{
|
|
4655
|
+
"kind": "js",
|
|
4656
|
+
"name": "*",
|
|
4657
|
+
"declaration": {
|
|
4658
|
+
"name": "*",
|
|
4659
|
+
"package": "./boolean.renderer"
|
|
4660
|
+
}
|
|
4661
|
+
},
|
|
4662
|
+
{
|
|
4663
|
+
"kind": "js",
|
|
4664
|
+
"name": "*",
|
|
4665
|
+
"declaration": {
|
|
4666
|
+
"name": "*",
|
|
4667
|
+
"package": "./editable.renderer"
|
|
4668
|
+
}
|
|
4669
|
+
},
|
|
4670
|
+
{
|
|
4671
|
+
"kind": "js",
|
|
4672
|
+
"name": "*",
|
|
4673
|
+
"declaration": {
|
|
4674
|
+
"name": "*",
|
|
4675
|
+
"package": "./text.renderer"
|
|
4676
|
+
}
|
|
4677
|
+
},
|
|
4678
|
+
{
|
|
4679
|
+
"kind": "js",
|
|
4680
|
+
"name": "*",
|
|
4681
|
+
"declaration": {
|
|
4682
|
+
"name": "*",
|
|
4683
|
+
"package": "./text-field.renderer"
|
|
4684
|
+
}
|
|
4685
|
+
},
|
|
4686
|
+
{
|
|
4687
|
+
"kind": "js",
|
|
4688
|
+
"name": "*",
|
|
4689
|
+
"declaration": {
|
|
4690
|
+
"name": "*",
|
|
4691
|
+
"package": "./status-pill.renderer"
|
|
4692
|
+
}
|
|
4693
|
+
},
|
|
4694
|
+
{
|
|
4695
|
+
"kind": "js",
|
|
4696
|
+
"name": "*",
|
|
4697
|
+
"declaration": {
|
|
4698
|
+
"name": "*",
|
|
4699
|
+
"package": "./select.renderer"
|
|
4700
|
+
}
|
|
4701
|
+
}
|
|
4702
|
+
]
|
|
4703
|
+
},
|
|
4704
|
+
{
|
|
4705
|
+
"kind": "javascript-module",
|
|
4706
|
+
"path": "src/cell-renderers/select.renderer.ts",
|
|
4843
4707
|
"declarations": [
|
|
4844
4708
|
{
|
|
4845
4709
|
"kind": "class",
|
|
4846
|
-
"description": "The AG
|
|
4847
|
-
"name": "
|
|
4710
|
+
"description": "The AG Select Renderer element.",
|
|
4711
|
+
"name": "SelectRenderer",
|
|
4848
4712
|
"members": [
|
|
4849
4713
|
{
|
|
4850
4714
|
"kind": "field",
|
|
4851
4715
|
"name": "params",
|
|
4852
4716
|
"type": {
|
|
4853
|
-
"text": "
|
|
4717
|
+
"text": "SelectCellRendererParams"
|
|
4854
4718
|
},
|
|
4855
4719
|
"privacy": "public"
|
|
4856
4720
|
},
|
|
@@ -4862,22 +4726,6 @@
|
|
|
4862
4726
|
},
|
|
4863
4727
|
"privacy": "public"
|
|
4864
4728
|
},
|
|
4865
|
-
{
|
|
4866
|
-
"kind": "field",
|
|
4867
|
-
"name": "actualWidth",
|
|
4868
|
-
"type": {
|
|
4869
|
-
"text": "number"
|
|
4870
|
-
},
|
|
4871
|
-
"privacy": "public"
|
|
4872
|
-
},
|
|
4873
|
-
{
|
|
4874
|
-
"kind": "field",
|
|
4875
|
-
"name": "input",
|
|
4876
|
-
"type": {
|
|
4877
|
-
"text": "any"
|
|
4878
|
-
},
|
|
4879
|
-
"privacy": "public"
|
|
4880
|
-
},
|
|
4881
4729
|
{
|
|
4882
4730
|
"kind": "method",
|
|
4883
4731
|
"name": "init",
|
|
@@ -4886,7 +4734,7 @@
|
|
|
4886
4734
|
{
|
|
4887
4735
|
"name": "params",
|
|
4888
4736
|
"type": {
|
|
4889
|
-
"text": "
|
|
4737
|
+
"text": "SelectCellRendererParams"
|
|
4890
4738
|
}
|
|
4891
4739
|
}
|
|
4892
4740
|
]
|
|
@@ -4901,6 +4749,16 @@
|
|
|
4901
4749
|
}
|
|
4902
4750
|
}
|
|
4903
4751
|
},
|
|
4752
|
+
{
|
|
4753
|
+
"kind": "method",
|
|
4754
|
+
"name": "destroy",
|
|
4755
|
+
"privacy": "public",
|
|
4756
|
+
"return": {
|
|
4757
|
+
"type": {
|
|
4758
|
+
"text": "void"
|
|
4759
|
+
}
|
|
4760
|
+
}
|
|
4761
|
+
},
|
|
4904
4762
|
{
|
|
4905
4763
|
"kind": "method",
|
|
4906
4764
|
"name": "refresh",
|
|
@@ -4914,41 +4772,31 @@
|
|
|
4914
4772
|
{
|
|
4915
4773
|
"name": "params",
|
|
4916
4774
|
"type": {
|
|
4917
|
-
"text": "
|
|
4775
|
+
"text": "SelectCellRendererParams"
|
|
4918
4776
|
}
|
|
4919
4777
|
}
|
|
4920
4778
|
]
|
|
4921
4779
|
},
|
|
4922
4780
|
{
|
|
4923
|
-
"kind": "
|
|
4924
|
-
"name": "
|
|
4781
|
+
"kind": "field",
|
|
4782
|
+
"name": "selectionChanged",
|
|
4783
|
+
"privacy": "public"
|
|
4925
4784
|
},
|
|
4926
4785
|
{
|
|
4927
4786
|
"kind": "method",
|
|
4928
|
-
"name": "
|
|
4787
|
+
"name": "isDisabled",
|
|
4788
|
+
"privacy": "public",
|
|
4929
4789
|
"return": {
|
|
4930
4790
|
"type": {
|
|
4931
4791
|
"text": "boolean"
|
|
4932
4792
|
}
|
|
4933
|
-
}
|
|
4934
|
-
},
|
|
4935
|
-
{
|
|
4936
|
-
"kind": "method",
|
|
4937
|
-
"name": "afterGuiAttached"
|
|
4938
|
-
},
|
|
4939
|
-
{
|
|
4940
|
-
"kind": "method",
|
|
4941
|
-
"name": "changeHandler",
|
|
4793
|
+
},
|
|
4942
4794
|
"parameters": [
|
|
4943
4795
|
{
|
|
4944
|
-
"name": "
|
|
4796
|
+
"name": "data"
|
|
4945
4797
|
}
|
|
4946
4798
|
]
|
|
4947
4799
|
},
|
|
4948
|
-
{
|
|
4949
|
-
"kind": "method",
|
|
4950
|
-
"name": "isCancelBeforeStart"
|
|
4951
|
-
},
|
|
4952
4800
|
{
|
|
4953
4801
|
"kind": "field",
|
|
4954
4802
|
"name": "_presentation",
|
|
@@ -5065,27 +4913,30 @@
|
|
|
5065
4913
|
"name": "FoundationElement",
|
|
5066
4914
|
"package": "@microsoft/fast-foundation"
|
|
5067
4915
|
},
|
|
5068
|
-
"tagName": "%%prefix%%-
|
|
4916
|
+
"tagName": "%%prefix%%-select-renderer",
|
|
5069
4917
|
"customElement": true
|
|
5070
4918
|
},
|
|
5071
4919
|
{
|
|
5072
4920
|
"kind": "variable",
|
|
5073
|
-
"name": "
|
|
5074
|
-
"default": "css`\n :host {\n
|
|
5075
|
-
"description": "The AG
|
|
4921
|
+
"name": "agSelectRendererStyles",
|
|
4922
|
+
"default": "css`\n :host,\n .select-renderer,\n zero-option,\n ::part(listbox),\n ::part(control) {\n max-width: var(--select-renderer-max-width);\n min-width: 100%;\n }\n\n .select-renderer {\n --listbox-max-height: 4;\n --select-renderer-max-width: 100%;\n }\n`",
|
|
4923
|
+
"description": "The AG Select Renderer Styles.",
|
|
5076
4924
|
"privacy": "public"
|
|
5077
4925
|
},
|
|
5078
4926
|
{
|
|
5079
4927
|
"kind": "function",
|
|
5080
|
-
"name": "
|
|
4928
|
+
"name": "getSelectRendererTemplate",
|
|
5081
4929
|
"parameters": [
|
|
5082
4930
|
{
|
|
5083
4931
|
"name": "designSystem",
|
|
5084
4932
|
"default": "'foundation'",
|
|
4933
|
+
"type": {
|
|
4934
|
+
"text": "string"
|
|
4935
|
+
},
|
|
5085
4936
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5086
4937
|
}
|
|
5087
4938
|
],
|
|
5088
|
-
"description": "Get a Design System prefixed
|
|
4939
|
+
"description": "Get a Design System prefixed Select template.",
|
|
5089
4940
|
"return": {
|
|
5090
4941
|
"type": {
|
|
5091
4942
|
"text": ""
|
|
@@ -5095,130 +4946,123 @@
|
|
|
5095
4946
|
},
|
|
5096
4947
|
{
|
|
5097
4948
|
"kind": "variable",
|
|
5098
|
-
"name": "
|
|
4949
|
+
"name": "foundationAgSelectRenderer",
|
|
4950
|
+
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
5099
4951
|
"privacy": "public"
|
|
5100
4952
|
}
|
|
5101
4953
|
],
|
|
5102
4954
|
"exports": [
|
|
5103
4955
|
{
|
|
5104
4956
|
"kind": "js",
|
|
5105
|
-
"name": "
|
|
4957
|
+
"name": "SelectRenderer",
|
|
5106
4958
|
"declaration": {
|
|
5107
|
-
"name": "
|
|
5108
|
-
"module": "src/cell-
|
|
4959
|
+
"name": "SelectRenderer",
|
|
4960
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5109
4961
|
}
|
|
5110
4962
|
},
|
|
5111
4963
|
{
|
|
5112
4964
|
"kind": "js",
|
|
5113
|
-
"name": "
|
|
4965
|
+
"name": "agSelectRendererStyles",
|
|
5114
4966
|
"declaration": {
|
|
5115
|
-
"name": "
|
|
5116
|
-
"module": "src/cell-
|
|
4967
|
+
"name": "agSelectRendererStyles",
|
|
4968
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5117
4969
|
}
|
|
5118
4970
|
},
|
|
5119
4971
|
{
|
|
5120
4972
|
"kind": "js",
|
|
5121
|
-
"name": "
|
|
4973
|
+
"name": "getSelectRendererTemplate",
|
|
5122
4974
|
"declaration": {
|
|
5123
|
-
"name": "
|
|
5124
|
-
"module": "src/cell-
|
|
4975
|
+
"name": "getSelectRendererTemplate",
|
|
4976
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5125
4977
|
}
|
|
5126
4978
|
},
|
|
5127
4979
|
{
|
|
5128
4980
|
"kind": "js",
|
|
5129
|
-
"name": "
|
|
4981
|
+
"name": "foundationAgSelectRenderer",
|
|
5130
4982
|
"declaration": {
|
|
5131
|
-
"name": "
|
|
5132
|
-
"module": "src/cell-
|
|
4983
|
+
"name": "foundationAgSelectRenderer",
|
|
4984
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5133
4985
|
}
|
|
5134
4986
|
}
|
|
5135
4987
|
]
|
|
5136
4988
|
},
|
|
5137
4989
|
{
|
|
5138
4990
|
"kind": "javascript-module",
|
|
5139
|
-
"path": "src/cell-renderers/
|
|
4991
|
+
"path": "src/cell-renderers/status-pill.renderer.ts",
|
|
5140
4992
|
"declarations": [
|
|
5141
4993
|
{
|
|
5142
|
-
"kind": "
|
|
5143
|
-
"
|
|
5144
|
-
"
|
|
5145
|
-
"
|
|
4994
|
+
"kind": "variable",
|
|
4995
|
+
"name": "agStatusPillRendererStyles",
|
|
4996
|
+
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
4997
|
+
"description": "The Status Pill Renderer Styles.",
|
|
4998
|
+
"privacy": "public"
|
|
4999
|
+
},
|
|
5000
|
+
{
|
|
5001
|
+
"kind": "function",
|
|
5002
|
+
"name": "getStatusPillRendererTemplate",
|
|
5003
|
+
"parameters": [
|
|
5146
5004
|
{
|
|
5147
|
-
"
|
|
5148
|
-
"
|
|
5005
|
+
"name": "designSystem",
|
|
5006
|
+
"default": "'rapid'",
|
|
5149
5007
|
"type": {
|
|
5150
|
-
"text": "
|
|
5008
|
+
"text": "string"
|
|
5151
5009
|
},
|
|
5152
|
-
"
|
|
5153
|
-
}
|
|
5010
|
+
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
5011
|
+
}
|
|
5012
|
+
],
|
|
5013
|
+
"description": "Get a Design System prefixed Status Pill template.",
|
|
5014
|
+
"return": {
|
|
5015
|
+
"type": {
|
|
5016
|
+
"text": ""
|
|
5017
|
+
}
|
|
5018
|
+
},
|
|
5019
|
+
"privacy": "public"
|
|
5020
|
+
},
|
|
5021
|
+
{
|
|
5022
|
+
"kind": "class",
|
|
5023
|
+
"description": "The AG Status Pill Renderer element.",
|
|
5024
|
+
"name": "StatusPillRenderer",
|
|
5025
|
+
"members": [
|
|
5154
5026
|
{
|
|
5155
5027
|
"kind": "field",
|
|
5156
|
-
"name": "
|
|
5028
|
+
"name": "params",
|
|
5157
5029
|
"type": {
|
|
5158
|
-
"text": "
|
|
5159
|
-
}
|
|
5160
|
-
"privacy": "public"
|
|
5030
|
+
"text": "StatusPillRendererParams"
|
|
5031
|
+
}
|
|
5161
5032
|
},
|
|
5162
5033
|
{
|
|
5163
5034
|
"kind": "method",
|
|
5164
5035
|
"name": "init",
|
|
5165
|
-
"privacy": "public",
|
|
5166
5036
|
"parameters": [
|
|
5167
5037
|
{
|
|
5168
5038
|
"name": "params",
|
|
5169
5039
|
"type": {
|
|
5170
|
-
"text": "
|
|
5040
|
+
"text": "StatusPillRendererParams"
|
|
5171
5041
|
}
|
|
5172
5042
|
}
|
|
5173
5043
|
]
|
|
5174
5044
|
},
|
|
5175
5045
|
{
|
|
5176
5046
|
"kind": "method",
|
|
5177
|
-
"name": "getGui"
|
|
5178
|
-
"privacy": "public",
|
|
5179
|
-
"return": {
|
|
5180
|
-
"type": {
|
|
5181
|
-
"text": "HTMLElement"
|
|
5182
|
-
}
|
|
5183
|
-
}
|
|
5047
|
+
"name": "getGui"
|
|
5184
5048
|
},
|
|
5185
5049
|
{
|
|
5186
5050
|
"kind": "method",
|
|
5187
5051
|
"name": "refresh",
|
|
5188
|
-
"privacy": "public",
|
|
5189
5052
|
"parameters": [
|
|
5190
5053
|
{
|
|
5191
|
-
"name": "params"
|
|
5192
|
-
"type": {
|
|
5193
|
-
"text": "ICellRendererParams"
|
|
5194
|
-
}
|
|
5054
|
+
"name": "params"
|
|
5195
5055
|
}
|
|
5196
5056
|
]
|
|
5197
5057
|
},
|
|
5198
5058
|
{
|
|
5199
5059
|
"kind": "method",
|
|
5200
|
-
"name": "
|
|
5201
|
-
"privacy": "public",
|
|
5060
|
+
"name": "destroy",
|
|
5202
5061
|
"return": {
|
|
5203
5062
|
"type": {
|
|
5204
|
-
"text": "
|
|
5205
|
-
}
|
|
5206
|
-
},
|
|
5207
|
-
"parameters": [
|
|
5208
|
-
{
|
|
5209
|
-
"name": "data"
|
|
5063
|
+
"text": "void"
|
|
5210
5064
|
}
|
|
5211
|
-
|
|
5212
|
-
},
|
|
5213
|
-
{
|
|
5214
|
-
"kind": "method",
|
|
5215
|
-
"name": "clickHandler",
|
|
5216
|
-
"privacy": "public"
|
|
5217
|
-
},
|
|
5218
|
-
{
|
|
5219
|
-
"kind": "field",
|
|
5220
|
-
"name": "dataTestId",
|
|
5221
|
-
"readonly": true
|
|
5065
|
+
}
|
|
5222
5066
|
},
|
|
5223
5067
|
{
|
|
5224
5068
|
"kind": "field",
|
|
@@ -5336,78 +5180,81 @@
|
|
|
5336
5180
|
"name": "FoundationElement",
|
|
5337
5181
|
"package": "@microsoft/fast-foundation"
|
|
5338
5182
|
},
|
|
5339
|
-
"tagName": "%%prefix%%-
|
|
5183
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
5340
5184
|
"customElement": true
|
|
5341
5185
|
},
|
|
5342
5186
|
{
|
|
5343
5187
|
"kind": "variable",
|
|
5344
|
-
"name": "
|
|
5345
|
-
"description": "
|
|
5346
|
-
"privacy": "public"
|
|
5347
|
-
},
|
|
5348
|
-
{
|
|
5349
|
-
"kind": "variable",
|
|
5350
|
-
"name": "agActionRendererStyles",
|
|
5351
|
-
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
5352
|
-
"description": "The AG Action Renderer Styles.",
|
|
5353
|
-
"privacy": "public"
|
|
5354
|
-
},
|
|
5355
|
-
{
|
|
5356
|
-
"kind": "variable",
|
|
5357
|
-
"name": "foundationGridProActionRenderer",
|
|
5358
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5188
|
+
"name": "foundationStatusPillRenderer",
|
|
5189
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
5359
5190
|
"privacy": "public"
|
|
5360
5191
|
}
|
|
5361
5192
|
],
|
|
5362
5193
|
"exports": [
|
|
5363
5194
|
{
|
|
5364
5195
|
"kind": "js",
|
|
5365
|
-
"name": "
|
|
5196
|
+
"name": "agStatusPillRendererStyles",
|
|
5366
5197
|
"declaration": {
|
|
5367
|
-
"name": "
|
|
5368
|
-
"module": "src/cell-renderers/
|
|
5198
|
+
"name": "agStatusPillRendererStyles",
|
|
5199
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5369
5200
|
}
|
|
5370
5201
|
},
|
|
5371
5202
|
{
|
|
5372
5203
|
"kind": "js",
|
|
5373
|
-
"name": "
|
|
5204
|
+
"name": "getStatusPillRendererTemplate",
|
|
5374
5205
|
"declaration": {
|
|
5375
|
-
"name": "
|
|
5376
|
-
"module": "src/cell-renderers/
|
|
5206
|
+
"name": "getStatusPillRendererTemplate",
|
|
5207
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5377
5208
|
}
|
|
5378
5209
|
},
|
|
5379
5210
|
{
|
|
5380
5211
|
"kind": "js",
|
|
5381
|
-
"name": "
|
|
5212
|
+
"name": "StatusPillRenderer",
|
|
5382
5213
|
"declaration": {
|
|
5383
|
-
"name": "
|
|
5384
|
-
"module": "src/cell-renderers/
|
|
5214
|
+
"name": "StatusPillRenderer",
|
|
5215
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5385
5216
|
}
|
|
5386
5217
|
},
|
|
5387
5218
|
{
|
|
5388
5219
|
"kind": "js",
|
|
5389
|
-
"name": "
|
|
5220
|
+
"name": "foundationStatusPillRenderer",
|
|
5390
5221
|
"declaration": {
|
|
5391
|
-
"name": "
|
|
5392
|
-
"module": "src/cell-renderers/
|
|
5222
|
+
"name": "foundationStatusPillRenderer",
|
|
5223
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5393
5224
|
}
|
|
5394
5225
|
}
|
|
5395
5226
|
]
|
|
5396
5227
|
},
|
|
5397
5228
|
{
|
|
5398
5229
|
"kind": "javascript-module",
|
|
5399
|
-
"path": "src/cell-renderers/
|
|
5230
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
5400
5231
|
"declarations": [
|
|
5401
5232
|
{
|
|
5402
5233
|
"kind": "class",
|
|
5403
|
-
"description": "The
|
|
5404
|
-
"name": "
|
|
5234
|
+
"description": "The AG Text Field Renderer element.",
|
|
5235
|
+
"name": "AgTextFieldRenderer",
|
|
5405
5236
|
"members": [
|
|
5237
|
+
{
|
|
5238
|
+
"kind": "field",
|
|
5239
|
+
"name": "textField",
|
|
5240
|
+
"type": {
|
|
5241
|
+
"text": "TextField"
|
|
5242
|
+
},
|
|
5243
|
+
"privacy": "public"
|
|
5244
|
+
},
|
|
5245
|
+
{
|
|
5246
|
+
"kind": "field",
|
|
5247
|
+
"name": "textValue",
|
|
5248
|
+
"type": {
|
|
5249
|
+
"text": "string"
|
|
5250
|
+
},
|
|
5251
|
+
"default": "''"
|
|
5252
|
+
},
|
|
5406
5253
|
{
|
|
5407
5254
|
"kind": "field",
|
|
5408
5255
|
"name": "params",
|
|
5409
5256
|
"type": {
|
|
5410
|
-
"text": "
|
|
5257
|
+
"text": "FuiCellRendererParams"
|
|
5411
5258
|
},
|
|
5412
5259
|
"privacy": "public"
|
|
5413
5260
|
},
|
|
@@ -5419,7 +5266,7 @@
|
|
|
5419
5266
|
{
|
|
5420
5267
|
"name": "params",
|
|
5421
5268
|
"type": {
|
|
5422
|
-
"text": "
|
|
5269
|
+
"text": "FuiCellRendererParams"
|
|
5423
5270
|
}
|
|
5424
5271
|
}
|
|
5425
5272
|
]
|
|
@@ -5434,6 +5281,11 @@
|
|
|
5434
5281
|
}
|
|
5435
5282
|
}
|
|
5436
5283
|
},
|
|
5284
|
+
{
|
|
5285
|
+
"kind": "method",
|
|
5286
|
+
"name": "destroy",
|
|
5287
|
+
"privacy": "public"
|
|
5288
|
+
},
|
|
5437
5289
|
{
|
|
5438
5290
|
"kind": "method",
|
|
5439
5291
|
"name": "refresh",
|
|
@@ -5442,11 +5294,38 @@
|
|
|
5442
5294
|
{
|
|
5443
5295
|
"name": "params",
|
|
5444
5296
|
"type": {
|
|
5445
|
-
"text": "
|
|
5297
|
+
"text": "FuiCellRendererParams"
|
|
5446
5298
|
}
|
|
5447
5299
|
}
|
|
5448
5300
|
]
|
|
5449
5301
|
},
|
|
5302
|
+
{
|
|
5303
|
+
"kind": "method",
|
|
5304
|
+
"name": "isDisabled",
|
|
5305
|
+
"privacy": "public",
|
|
5306
|
+
"return": {
|
|
5307
|
+
"type": {
|
|
5308
|
+
"text": "boolean"
|
|
5309
|
+
}
|
|
5310
|
+
},
|
|
5311
|
+
"parameters": [
|
|
5312
|
+
{
|
|
5313
|
+
"name": "data"
|
|
5314
|
+
}
|
|
5315
|
+
]
|
|
5316
|
+
},
|
|
5317
|
+
{
|
|
5318
|
+
"kind": "field",
|
|
5319
|
+
"name": "textChanged",
|
|
5320
|
+
"privacy": "public",
|
|
5321
|
+
"description": "On text change handler",
|
|
5322
|
+
"parameters": [
|
|
5323
|
+
{
|
|
5324
|
+
"description": "CustomEvent",
|
|
5325
|
+
"name": "e"
|
|
5326
|
+
}
|
|
5327
|
+
]
|
|
5328
|
+
},
|
|
5450
5329
|
{
|
|
5451
5330
|
"kind": "field",
|
|
5452
5331
|
"name": "_presentation",
|
|
@@ -5563,133 +5442,127 @@
|
|
|
5563
5442
|
"name": "FoundationElement",
|
|
5564
5443
|
"package": "@microsoft/fast-foundation"
|
|
5565
5444
|
},
|
|
5566
|
-
"tagName": "%%prefix%%-grid-
|
|
5445
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
5567
5446
|
"customElement": true
|
|
5568
5447
|
},
|
|
5569
5448
|
{
|
|
5570
5449
|
"kind": "variable",
|
|
5571
|
-
"name": "
|
|
5572
|
-
"
|
|
5450
|
+
"name": "textFieldRendererStyles",
|
|
5451
|
+
"default": "css`\n :host {\n display: flex;\n width: 100%;\n height: 100%;\n align-items: center;\n }\n .text-renderer {\n width: 100%;\n }\n`",
|
|
5452
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
5573
5453
|
"privacy": "public"
|
|
5574
5454
|
},
|
|
5575
5455
|
{
|
|
5576
5456
|
"kind": "function",
|
|
5577
|
-
"name": "
|
|
5457
|
+
"name": "getTextFieldRendererTemplate",
|
|
5458
|
+
"parameters": [
|
|
5459
|
+
{
|
|
5460
|
+
"name": "designSystem",
|
|
5461
|
+
"default": "'foundation'",
|
|
5462
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5463
|
+
}
|
|
5464
|
+
],
|
|
5465
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
5578
5466
|
"return": {
|
|
5579
5467
|
"type": {
|
|
5580
5468
|
"text": ""
|
|
5581
5469
|
}
|
|
5582
5470
|
},
|
|
5583
|
-
"
|
|
5584
|
-
|
|
5585
|
-
|
|
5586
|
-
|
|
5587
|
-
|
|
5588
|
-
|
|
5589
|
-
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
5590
|
-
},
|
|
5591
|
-
{
|
|
5592
|
-
"name": "overrideDef",
|
|
5593
|
-
"default": "{}",
|
|
5594
|
-
"type": {
|
|
5595
|
-
"text": "ColDef"
|
|
5596
|
-
},
|
|
5597
|
-
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
5598
|
-
},
|
|
5599
|
-
{
|
|
5600
|
-
"name": "customActionsOpenerName",
|
|
5601
|
-
"default": "'⋮'",
|
|
5602
|
-
"type": {
|
|
5603
|
-
"text": "string"
|
|
5604
|
-
},
|
|
5605
|
-
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
5606
|
-
},
|
|
5607
|
-
{
|
|
5608
|
-
"name": "isVertical",
|
|
5609
|
-
"default": "false",
|
|
5610
|
-
"type": {
|
|
5611
|
-
"text": "boolean"
|
|
5612
|
-
},
|
|
5613
|
-
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
5614
|
-
},
|
|
5615
|
-
{
|
|
5616
|
-
"name": "buttonAppearance",
|
|
5617
|
-
"optional": true,
|
|
5618
|
-
"type": {
|
|
5619
|
-
"text": "string"
|
|
5620
|
-
},
|
|
5621
|
-
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
5622
|
-
}
|
|
5623
|
-
],
|
|
5624
|
-
"description": "Helper function to get ColDef https://www.ag-grid.com/javascript-data-grid/column-properties/ for Actions Menu Renderer.\nWill take the parameter values for a base ColDef and merge them with the overrideDef (if specified).",
|
|
5471
|
+
"privacy": "public"
|
|
5472
|
+
},
|
|
5473
|
+
{
|
|
5474
|
+
"kind": "variable",
|
|
5475
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5476
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
5625
5477
|
"privacy": "public"
|
|
5626
5478
|
}
|
|
5627
5479
|
],
|
|
5628
5480
|
"exports": [
|
|
5629
5481
|
{
|
|
5630
5482
|
"kind": "js",
|
|
5631
|
-
"name": "
|
|
5483
|
+
"name": "AgTextFieldRenderer",
|
|
5632
5484
|
"declaration": {
|
|
5633
|
-
"name": "
|
|
5634
|
-
"module": "src/cell-renderers/
|
|
5485
|
+
"name": "AgTextFieldRenderer",
|
|
5486
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5635
5487
|
}
|
|
5636
5488
|
},
|
|
5637
5489
|
{
|
|
5638
5490
|
"kind": "js",
|
|
5639
|
-
"name": "
|
|
5491
|
+
"name": "textFieldRendererStyles",
|
|
5640
5492
|
"declaration": {
|
|
5641
|
-
"name": "
|
|
5642
|
-
"module": "src/cell-renderers/
|
|
5493
|
+
"name": "textFieldRendererStyles",
|
|
5494
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5643
5495
|
}
|
|
5644
5496
|
},
|
|
5645
5497
|
{
|
|
5646
5498
|
"kind": "js",
|
|
5647
|
-
"name": "
|
|
5499
|
+
"name": "getTextFieldRendererTemplate",
|
|
5648
5500
|
"declaration": {
|
|
5649
|
-
"name": "
|
|
5650
|
-
"module": "src/cell-renderers/
|
|
5501
|
+
"name": "getTextFieldRendererTemplate",
|
|
5502
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5503
|
+
}
|
|
5504
|
+
},
|
|
5505
|
+
{
|
|
5506
|
+
"kind": "js",
|
|
5507
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5508
|
+
"declaration": {
|
|
5509
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5510
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5651
5511
|
}
|
|
5652
5512
|
}
|
|
5653
5513
|
]
|
|
5654
5514
|
},
|
|
5655
5515
|
{
|
|
5656
5516
|
"kind": "javascript-module",
|
|
5657
|
-
"path": "src/cell-renderers/
|
|
5517
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
5658
5518
|
"declarations": [
|
|
5659
5519
|
{
|
|
5660
5520
|
"kind": "class",
|
|
5661
|
-
"description": "
|
|
5662
|
-
"name": "
|
|
5521
|
+
"description": "",
|
|
5522
|
+
"name": "AgTextRenderer",
|
|
5523
|
+
"superclass": {
|
|
5524
|
+
"name": "AgTextFieldRenderer",
|
|
5525
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
5526
|
+
},
|
|
5527
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
5528
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
5529
|
+
"customElement": true,
|
|
5663
5530
|
"members": [
|
|
5664
5531
|
{
|
|
5665
5532
|
"kind": "field",
|
|
5666
|
-
"name": "
|
|
5533
|
+
"name": "textField",
|
|
5667
5534
|
"type": {
|
|
5668
|
-
"text": "
|
|
5535
|
+
"text": "TextField"
|
|
5669
5536
|
},
|
|
5670
|
-
"privacy": "public"
|
|
5537
|
+
"privacy": "public",
|
|
5538
|
+
"inheritedFrom": {
|
|
5539
|
+
"name": "AgTextFieldRenderer",
|
|
5540
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5541
|
+
}
|
|
5671
5542
|
},
|
|
5672
5543
|
{
|
|
5673
5544
|
"kind": "field",
|
|
5674
|
-
"name": "
|
|
5545
|
+
"name": "textValue",
|
|
5675
5546
|
"type": {
|
|
5676
|
-
"text": "
|
|
5547
|
+
"text": "string"
|
|
5548
|
+
},
|
|
5549
|
+
"default": "''",
|
|
5550
|
+
"inheritedFrom": {
|
|
5551
|
+
"name": "AgTextFieldRenderer",
|
|
5552
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5677
5553
|
}
|
|
5678
5554
|
},
|
|
5679
5555
|
{
|
|
5680
|
-
"kind": "
|
|
5681
|
-
"name": "
|
|
5682
|
-
"
|
|
5683
|
-
|
|
5684
|
-
"type": {
|
|
5685
|
-
"text": "boolean"
|
|
5686
|
-
}
|
|
5556
|
+
"kind": "field",
|
|
5557
|
+
"name": "params",
|
|
5558
|
+
"type": {
|
|
5559
|
+
"text": "FuiCellRendererParams"
|
|
5687
5560
|
},
|
|
5688
|
-
"
|
|
5689
|
-
|
|
5690
|
-
|
|
5691
|
-
|
|
5692
|
-
|
|
5561
|
+
"privacy": "public",
|
|
5562
|
+
"inheritedFrom": {
|
|
5563
|
+
"name": "AgTextFieldRenderer",
|
|
5564
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5565
|
+
}
|
|
5693
5566
|
},
|
|
5694
5567
|
{
|
|
5695
5568
|
"kind": "method",
|
|
@@ -5699,10 +5572,14 @@
|
|
|
5699
5572
|
{
|
|
5700
5573
|
"name": "params",
|
|
5701
5574
|
"type": {
|
|
5702
|
-
"text": "
|
|
5575
|
+
"text": "FuiCellRendererParams"
|
|
5703
5576
|
}
|
|
5704
5577
|
}
|
|
5705
|
-
]
|
|
5578
|
+
],
|
|
5579
|
+
"inheritedFrom": {
|
|
5580
|
+
"name": "AgTextFieldRenderer",
|
|
5581
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5582
|
+
}
|
|
5706
5583
|
},
|
|
5707
5584
|
{
|
|
5708
5585
|
"kind": "method",
|
|
@@ -5712,12 +5589,20 @@
|
|
|
5712
5589
|
"type": {
|
|
5713
5590
|
"text": "HTMLElement"
|
|
5714
5591
|
}
|
|
5592
|
+
},
|
|
5593
|
+
"inheritedFrom": {
|
|
5594
|
+
"name": "AgTextFieldRenderer",
|
|
5595
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5715
5596
|
}
|
|
5716
5597
|
},
|
|
5717
5598
|
{
|
|
5718
5599
|
"kind": "method",
|
|
5719
5600
|
"name": "destroy",
|
|
5720
|
-
"privacy": "public"
|
|
5601
|
+
"privacy": "public",
|
|
5602
|
+
"inheritedFrom": {
|
|
5603
|
+
"name": "AgTextFieldRenderer",
|
|
5604
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5605
|
+
}
|
|
5721
5606
|
},
|
|
5722
5607
|
{
|
|
5723
5608
|
"kind": "method",
|
|
@@ -5727,18 +5612,49 @@
|
|
|
5727
5612
|
{
|
|
5728
5613
|
"name": "params",
|
|
5729
5614
|
"type": {
|
|
5730
|
-
"text": "
|
|
5615
|
+
"text": "FuiCellRendererParams"
|
|
5731
5616
|
}
|
|
5732
5617
|
}
|
|
5733
|
-
]
|
|
5618
|
+
],
|
|
5619
|
+
"inheritedFrom": {
|
|
5620
|
+
"name": "AgTextFieldRenderer",
|
|
5621
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5622
|
+
}
|
|
5734
5623
|
},
|
|
5735
5624
|
{
|
|
5736
5625
|
"kind": "method",
|
|
5737
|
-
"name": "
|
|
5626
|
+
"name": "isDisabled",
|
|
5627
|
+
"privacy": "public",
|
|
5628
|
+
"return": {
|
|
5629
|
+
"type": {
|
|
5630
|
+
"text": "boolean"
|
|
5631
|
+
}
|
|
5632
|
+
},
|
|
5633
|
+
"parameters": [
|
|
5634
|
+
{
|
|
5635
|
+
"name": "data"
|
|
5636
|
+
}
|
|
5637
|
+
],
|
|
5638
|
+
"inheritedFrom": {
|
|
5639
|
+
"name": "AgTextFieldRenderer",
|
|
5640
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5641
|
+
}
|
|
5738
5642
|
},
|
|
5739
5643
|
{
|
|
5740
|
-
"kind": "
|
|
5741
|
-
"name": "
|
|
5644
|
+
"kind": "field",
|
|
5645
|
+
"name": "textChanged",
|
|
5646
|
+
"privacy": "public",
|
|
5647
|
+
"description": "On text change handler",
|
|
5648
|
+
"parameters": [
|
|
5649
|
+
{
|
|
5650
|
+
"description": "CustomEvent",
|
|
5651
|
+
"name": "e"
|
|
5652
|
+
}
|
|
5653
|
+
],
|
|
5654
|
+
"inheritedFrom": {
|
|
5655
|
+
"name": "AgTextFieldRenderer",
|
|
5656
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5657
|
+
}
|
|
5742
5658
|
},
|
|
5743
5659
|
{
|
|
5744
5660
|
"kind": "field",
|
|
@@ -5851,97 +5767,118 @@
|
|
|
5851
5767
|
"module": "src/foundation-element/foundation-element.ts"
|
|
5852
5768
|
}
|
|
5853
5769
|
}
|
|
5854
|
-
]
|
|
5855
|
-
"superclass": {
|
|
5856
|
-
"name": "FoundationElement",
|
|
5857
|
-
"package": "@microsoft/fast-foundation"
|
|
5858
|
-
},
|
|
5859
|
-
"tagName": "%%prefix%%-boolean-renderer",
|
|
5860
|
-
"customElement": true
|
|
5770
|
+
]
|
|
5861
5771
|
},
|
|
5862
5772
|
{
|
|
5863
5773
|
"kind": "variable",
|
|
5864
|
-
"name": "
|
|
5865
|
-
"default": "
|
|
5866
|
-
"
|
|
5867
|
-
"
|
|
5774
|
+
"name": "textRendererStyles",
|
|
5775
|
+
"default": "textFieldRendererStyles",
|
|
5776
|
+
"privacy": "public",
|
|
5777
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
5868
5778
|
},
|
|
5869
5779
|
{
|
|
5870
|
-
"kind": "
|
|
5871
|
-
"name": "
|
|
5872
|
-
"
|
|
5873
|
-
|
|
5874
|
-
|
|
5875
|
-
"default": "'foundation'",
|
|
5876
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5877
|
-
}
|
|
5878
|
-
],
|
|
5879
|
-
"description": "Get a Design System prefixed Checkbox template.",
|
|
5880
|
-
"return": {
|
|
5881
|
-
"type": {
|
|
5882
|
-
"text": ""
|
|
5883
|
-
}
|
|
5884
|
-
},
|
|
5885
|
-
"privacy": "public"
|
|
5780
|
+
"kind": "variable",
|
|
5781
|
+
"name": "getTextRendererTemplate",
|
|
5782
|
+
"default": "getTextFieldRendererTemplate",
|
|
5783
|
+
"privacy": "public",
|
|
5784
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
5886
5785
|
},
|
|
5887
5786
|
{
|
|
5888
5787
|
"kind": "variable",
|
|
5889
|
-
"name": "
|
|
5890
|
-
"description": "A function that returns a Foundation
|
|
5891
|
-
"privacy": "public"
|
|
5788
|
+
"name": "foundationAgTextRenderer",
|
|
5789
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
5790
|
+
"privacy": "public",
|
|
5791
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
5892
5792
|
}
|
|
5893
5793
|
],
|
|
5894
5794
|
"exports": [
|
|
5895
5795
|
{
|
|
5896
5796
|
"kind": "js",
|
|
5897
|
-
"name": "
|
|
5797
|
+
"name": "AgTextRenderer",
|
|
5898
5798
|
"declaration": {
|
|
5899
|
-
"name": "
|
|
5900
|
-
"module": "src/cell-renderers/
|
|
5799
|
+
"name": "AgTextRenderer",
|
|
5800
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5901
5801
|
}
|
|
5902
5802
|
},
|
|
5903
5803
|
{
|
|
5904
5804
|
"kind": "js",
|
|
5905
|
-
"name": "
|
|
5805
|
+
"name": "textRendererStyles",
|
|
5906
5806
|
"declaration": {
|
|
5907
|
-
"name": "
|
|
5908
|
-
"module": "src/cell-renderers/
|
|
5807
|
+
"name": "textRendererStyles",
|
|
5808
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5909
5809
|
}
|
|
5910
5810
|
},
|
|
5911
5811
|
{
|
|
5912
5812
|
"kind": "js",
|
|
5913
|
-
"name": "
|
|
5813
|
+
"name": "getTextRendererTemplate",
|
|
5914
5814
|
"declaration": {
|
|
5915
|
-
"name": "
|
|
5916
|
-
"module": "src/cell-renderers/
|
|
5815
|
+
"name": "getTextRendererTemplate",
|
|
5816
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5917
5817
|
}
|
|
5918
5818
|
},
|
|
5919
5819
|
{
|
|
5920
5820
|
"kind": "js",
|
|
5921
|
-
"name": "
|
|
5821
|
+
"name": "foundationAgTextRenderer",
|
|
5922
5822
|
"declaration": {
|
|
5923
|
-
"name": "
|
|
5924
|
-
"module": "src/cell-renderers/
|
|
5823
|
+
"name": "foundationAgTextRenderer",
|
|
5824
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5925
5825
|
}
|
|
5926
5826
|
}
|
|
5927
5827
|
]
|
|
5928
5828
|
},
|
|
5929
5829
|
{
|
|
5930
5830
|
"kind": "javascript-module",
|
|
5931
|
-
"path": "src/cell-
|
|
5831
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
5932
5832
|
"declarations": [
|
|
5933
5833
|
{
|
|
5934
5834
|
"kind": "class",
|
|
5935
|
-
"description": "The AG
|
|
5936
|
-
"name": "
|
|
5835
|
+
"description": "The AG Date Editor element.",
|
|
5836
|
+
"name": "DateEditor",
|
|
5937
5837
|
"members": [
|
|
5938
5838
|
{
|
|
5939
5839
|
"kind": "field",
|
|
5940
|
-
"name": "
|
|
5840
|
+
"name": "value",
|
|
5841
|
+
"type": {
|
|
5842
|
+
"text": "number"
|
|
5843
|
+
},
|
|
5844
|
+
"privacy": "public"
|
|
5845
|
+
},
|
|
5846
|
+
{
|
|
5847
|
+
"kind": "field",
|
|
5848
|
+
"name": "actualWidth",
|
|
5849
|
+
"type": {
|
|
5850
|
+
"text": "number"
|
|
5851
|
+
},
|
|
5852
|
+
"privacy": "public"
|
|
5853
|
+
},
|
|
5854
|
+
{
|
|
5855
|
+
"kind": "field",
|
|
5856
|
+
"name": "params",
|
|
5857
|
+
"type": {
|
|
5858
|
+
"text": "DateEditorParams"
|
|
5859
|
+
}
|
|
5860
|
+
},
|
|
5861
|
+
{
|
|
5862
|
+
"kind": "field",
|
|
5863
|
+
"name": "dateFormat",
|
|
5941
5864
|
"type": {
|
|
5942
5865
|
"text": "string"
|
|
5943
5866
|
}
|
|
5944
5867
|
},
|
|
5868
|
+
{
|
|
5869
|
+
"kind": "field",
|
|
5870
|
+
"name": "input",
|
|
5871
|
+
"type": {
|
|
5872
|
+
"text": "any"
|
|
5873
|
+
}
|
|
5874
|
+
},
|
|
5875
|
+
{
|
|
5876
|
+
"kind": "field",
|
|
5877
|
+
"name": "inputType",
|
|
5878
|
+
"type": {
|
|
5879
|
+
"text": "'datetime-local' | 'date'"
|
|
5880
|
+
}
|
|
5881
|
+
},
|
|
5945
5882
|
{
|
|
5946
5883
|
"kind": "method",
|
|
5947
5884
|
"name": "init",
|
|
@@ -5950,7 +5887,7 @@
|
|
|
5950
5887
|
{
|
|
5951
5888
|
"name": "params",
|
|
5952
5889
|
"type": {
|
|
5953
|
-
"text": "
|
|
5890
|
+
"text": "DateEditorParams"
|
|
5954
5891
|
}
|
|
5955
5892
|
}
|
|
5956
5893
|
]
|
|
@@ -5969,15 +5906,50 @@
|
|
|
5969
5906
|
"kind": "method",
|
|
5970
5907
|
"name": "refresh",
|
|
5971
5908
|
"privacy": "public",
|
|
5909
|
+
"return": {
|
|
5910
|
+
"type": {
|
|
5911
|
+
"text": "boolean"
|
|
5912
|
+
}
|
|
5913
|
+
},
|
|
5972
5914
|
"parameters": [
|
|
5973
5915
|
{
|
|
5974
5916
|
"name": "params",
|
|
5975
5917
|
"type": {
|
|
5976
|
-
"text": "
|
|
5918
|
+
"text": "DateEditorParams"
|
|
5977
5919
|
}
|
|
5978
5920
|
}
|
|
5979
5921
|
]
|
|
5980
5922
|
},
|
|
5923
|
+
{
|
|
5924
|
+
"kind": "method",
|
|
5925
|
+
"name": "getValue"
|
|
5926
|
+
},
|
|
5927
|
+
{
|
|
5928
|
+
"kind": "method",
|
|
5929
|
+
"name": "isPopup",
|
|
5930
|
+
"return": {
|
|
5931
|
+
"type": {
|
|
5932
|
+
"text": "boolean"
|
|
5933
|
+
}
|
|
5934
|
+
}
|
|
5935
|
+
},
|
|
5936
|
+
{
|
|
5937
|
+
"kind": "method",
|
|
5938
|
+
"name": "changeHandler",
|
|
5939
|
+
"parameters": [
|
|
5940
|
+
{
|
|
5941
|
+
"name": "event"
|
|
5942
|
+
}
|
|
5943
|
+
]
|
|
5944
|
+
},
|
|
5945
|
+
{
|
|
5946
|
+
"kind": "method",
|
|
5947
|
+
"name": "afterGuiAttached"
|
|
5948
|
+
},
|
|
5949
|
+
{
|
|
5950
|
+
"kind": "method",
|
|
5951
|
+
"name": "isCancelBeforeStart"
|
|
5952
|
+
},
|
|
5981
5953
|
{
|
|
5982
5954
|
"kind": "field",
|
|
5983
5955
|
"name": "_presentation",
|
|
@@ -6094,27 +6066,27 @@
|
|
|
6094
6066
|
"name": "FoundationElement",
|
|
6095
6067
|
"package": "@microsoft/fast-foundation"
|
|
6096
6068
|
},
|
|
6097
|
-
"tagName": "%%prefix%%-
|
|
6069
|
+
"tagName": "%%prefix%%-date-editor",
|
|
6098
6070
|
"customElement": true
|
|
6099
6071
|
},
|
|
6100
6072
|
{
|
|
6101
6073
|
"kind": "variable",
|
|
6102
|
-
"name": "
|
|
6103
|
-
"default": "css`\n :host {\n display: flex;\n
|
|
6104
|
-
"description": "The AG
|
|
6074
|
+
"name": "agDateEditorStyles",
|
|
6075
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
6076
|
+
"description": "The AG Select Renderer Styles.",
|
|
6105
6077
|
"privacy": "public"
|
|
6106
6078
|
},
|
|
6107
6079
|
{
|
|
6108
6080
|
"kind": "function",
|
|
6109
|
-
"name": "
|
|
6081
|
+
"name": "getDateEditorTemplate",
|
|
6110
6082
|
"parameters": [
|
|
6111
6083
|
{
|
|
6112
|
-
"name": "
|
|
6084
|
+
"name": "prefix",
|
|
6113
6085
|
"default": "'foundation'",
|
|
6114
6086
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6115
6087
|
}
|
|
6116
6088
|
],
|
|
6117
|
-
"description": "Get a Design System prefixed
|
|
6089
|
+
"description": "Get a Design System prefixed Select template.",
|
|
6118
6090
|
"return": {
|
|
6119
6091
|
"type": {
|
|
6120
6092
|
"text": ""
|
|
@@ -6124,49 +6096,48 @@
|
|
|
6124
6096
|
},
|
|
6125
6097
|
{
|
|
6126
6098
|
"kind": "variable",
|
|
6127
|
-
"name": "
|
|
6128
|
-
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
6099
|
+
"name": "foundationDateEditor",
|
|
6129
6100
|
"privacy": "public"
|
|
6130
6101
|
}
|
|
6131
6102
|
],
|
|
6132
6103
|
"exports": [
|
|
6133
6104
|
{
|
|
6134
6105
|
"kind": "js",
|
|
6135
|
-
"name": "
|
|
6106
|
+
"name": "DateEditor",
|
|
6136
6107
|
"declaration": {
|
|
6137
|
-
"name": "
|
|
6138
|
-
"module": "src/cell-
|
|
6108
|
+
"name": "DateEditor",
|
|
6109
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6139
6110
|
}
|
|
6140
6111
|
},
|
|
6141
6112
|
{
|
|
6142
6113
|
"kind": "js",
|
|
6143
|
-
"name": "
|
|
6114
|
+
"name": "agDateEditorStyles",
|
|
6144
6115
|
"declaration": {
|
|
6145
|
-
"name": "
|
|
6146
|
-
"module": "src/cell-
|
|
6116
|
+
"name": "agDateEditorStyles",
|
|
6117
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6147
6118
|
}
|
|
6148
6119
|
},
|
|
6149
6120
|
{
|
|
6150
6121
|
"kind": "js",
|
|
6151
|
-
"name": "
|
|
6122
|
+
"name": "getDateEditorTemplate",
|
|
6152
6123
|
"declaration": {
|
|
6153
|
-
"name": "
|
|
6154
|
-
"module": "src/cell-
|
|
6124
|
+
"name": "getDateEditorTemplate",
|
|
6125
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6155
6126
|
}
|
|
6156
6127
|
},
|
|
6157
6128
|
{
|
|
6158
6129
|
"kind": "js",
|
|
6159
|
-
"name": "
|
|
6130
|
+
"name": "foundationDateEditor",
|
|
6160
6131
|
"declaration": {
|
|
6161
|
-
"name": "
|
|
6162
|
-
"module": "src/cell-
|
|
6132
|
+
"name": "foundationDateEditor",
|
|
6133
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6163
6134
|
}
|
|
6164
6135
|
}
|
|
6165
6136
|
]
|
|
6166
6137
|
},
|
|
6167
6138
|
{
|
|
6168
6139
|
"kind": "javascript-module",
|
|
6169
|
-
"path": "src/cell-
|
|
6140
|
+
"path": "src/cell-editors/index.ts",
|
|
6170
6141
|
"declarations": [],
|
|
6171
6142
|
"exports": [
|
|
6172
6143
|
{
|
|
@@ -6174,31 +6145,7 @@
|
|
|
6174
6145
|
"name": "*",
|
|
6175
6146
|
"declaration": {
|
|
6176
6147
|
"name": "*",
|
|
6177
|
-
"package": "./
|
|
6178
|
-
}
|
|
6179
|
-
},
|
|
6180
|
-
{
|
|
6181
|
-
"kind": "js",
|
|
6182
|
-
"name": "*",
|
|
6183
|
-
"declaration": {
|
|
6184
|
-
"name": "*",
|
|
6185
|
-
"package": "./actions-menu.renderer"
|
|
6186
|
-
}
|
|
6187
|
-
},
|
|
6188
|
-
{
|
|
6189
|
-
"kind": "js",
|
|
6190
|
-
"name": "*",
|
|
6191
|
-
"declaration": {
|
|
6192
|
-
"name": "*",
|
|
6193
|
-
"package": "./boolean.renderer"
|
|
6194
|
-
}
|
|
6195
|
-
},
|
|
6196
|
-
{
|
|
6197
|
-
"kind": "js",
|
|
6198
|
-
"name": "*",
|
|
6199
|
-
"declaration": {
|
|
6200
|
-
"name": "*",
|
|
6201
|
-
"package": "./editable.renderer"
|
|
6148
|
+
"package": "./date.editor"
|
|
6202
6149
|
}
|
|
6203
6150
|
},
|
|
6204
6151
|
{
|
|
@@ -6206,7 +6153,7 @@
|
|
|
6206
6153
|
"name": "*",
|
|
6207
6154
|
"declaration": {
|
|
6208
6155
|
"name": "*",
|
|
6209
|
-
"package": "./
|
|
6156
|
+
"package": "./multiselect.editor"
|
|
6210
6157
|
}
|
|
6211
6158
|
},
|
|
6212
6159
|
{
|
|
@@ -6214,7 +6161,7 @@
|
|
|
6214
6161
|
"name": "*",
|
|
6215
6162
|
"declaration": {
|
|
6216
6163
|
"name": "*",
|
|
6217
|
-
"package": "./
|
|
6164
|
+
"package": "./number.editor"
|
|
6218
6165
|
}
|
|
6219
6166
|
},
|
|
6220
6167
|
{
|
|
@@ -6222,7 +6169,7 @@
|
|
|
6222
6169
|
"name": "*",
|
|
6223
6170
|
"declaration": {
|
|
6224
6171
|
"name": "*",
|
|
6225
|
-
"package": "./
|
|
6172
|
+
"package": "./select.editor"
|
|
6226
6173
|
}
|
|
6227
6174
|
},
|
|
6228
6175
|
{
|
|
@@ -6230,33 +6177,33 @@
|
|
|
6230
6177
|
"name": "*",
|
|
6231
6178
|
"declaration": {
|
|
6232
6179
|
"name": "*",
|
|
6233
|
-
"package": "./
|
|
6180
|
+
"package": "./string.editor"
|
|
6234
6181
|
}
|
|
6235
6182
|
}
|
|
6236
6183
|
]
|
|
6237
6184
|
},
|
|
6238
6185
|
{
|
|
6239
6186
|
"kind": "javascript-module",
|
|
6240
|
-
"path": "src/cell-
|
|
6187
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
6241
6188
|
"declarations": [
|
|
6242
6189
|
{
|
|
6243
6190
|
"kind": "class",
|
|
6244
|
-
"description": "The AG
|
|
6245
|
-
"name": "
|
|
6191
|
+
"description": "The AG Multiselect Editor element.",
|
|
6192
|
+
"name": "MultiselectEditor",
|
|
6246
6193
|
"members": [
|
|
6247
6194
|
{
|
|
6248
6195
|
"kind": "field",
|
|
6249
6196
|
"name": "params",
|
|
6250
6197
|
"type": {
|
|
6251
|
-
"text": "
|
|
6198
|
+
"text": "MultiselectEditorParams"
|
|
6252
6199
|
},
|
|
6253
6200
|
"privacy": "public"
|
|
6254
6201
|
},
|
|
6255
6202
|
{
|
|
6256
6203
|
"kind": "field",
|
|
6257
|
-
"name": "
|
|
6204
|
+
"name": "selectedOptions",
|
|
6258
6205
|
"type": {
|
|
6259
|
-
"text": "
|
|
6206
|
+
"text": "any[]"
|
|
6260
6207
|
},
|
|
6261
6208
|
"privacy": "public"
|
|
6262
6209
|
},
|
|
@@ -6268,7 +6215,7 @@
|
|
|
6268
6215
|
{
|
|
6269
6216
|
"name": "params",
|
|
6270
6217
|
"type": {
|
|
6271
|
-
"text": "
|
|
6218
|
+
"text": "MultiselectEditorParams"
|
|
6272
6219
|
}
|
|
6273
6220
|
}
|
|
6274
6221
|
]
|
|
@@ -6306,31 +6253,37 @@
|
|
|
6306
6253
|
{
|
|
6307
6254
|
"name": "params",
|
|
6308
6255
|
"type": {
|
|
6309
|
-
"text": "
|
|
6256
|
+
"text": "MultiselectEditorParams"
|
|
6310
6257
|
}
|
|
6311
6258
|
}
|
|
6312
6259
|
]
|
|
6313
6260
|
},
|
|
6314
6261
|
{
|
|
6315
|
-
"kind": "
|
|
6316
|
-
"name": "
|
|
6317
|
-
"privacy": "public"
|
|
6262
|
+
"kind": "method",
|
|
6263
|
+
"name": "getValue"
|
|
6318
6264
|
},
|
|
6319
6265
|
{
|
|
6320
6266
|
"kind": "method",
|
|
6321
|
-
"name": "
|
|
6322
|
-
"privacy": "public",
|
|
6267
|
+
"name": "isPopup",
|
|
6323
6268
|
"return": {
|
|
6324
6269
|
"type": {
|
|
6325
6270
|
"text": "boolean"
|
|
6326
6271
|
}
|
|
6327
|
-
}
|
|
6272
|
+
}
|
|
6273
|
+
},
|
|
6274
|
+
{
|
|
6275
|
+
"kind": "method",
|
|
6276
|
+
"name": "changeHandler",
|
|
6328
6277
|
"parameters": [
|
|
6329
6278
|
{
|
|
6330
|
-
"name": "
|
|
6279
|
+
"name": "event"
|
|
6331
6280
|
}
|
|
6332
6281
|
]
|
|
6333
6282
|
},
|
|
6283
|
+
{
|
|
6284
|
+
"kind": "method",
|
|
6285
|
+
"name": "isCancelBeforeStart"
|
|
6286
|
+
},
|
|
6334
6287
|
{
|
|
6335
6288
|
"kind": "field",
|
|
6336
6289
|
"name": "_presentation",
|
|
@@ -6447,26 +6400,23 @@
|
|
|
6447
6400
|
"name": "FoundationElement",
|
|
6448
6401
|
"package": "@microsoft/fast-foundation"
|
|
6449
6402
|
},
|
|
6450
|
-
"tagName": "%%prefix%%-
|
|
6403
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
6451
6404
|
"customElement": true
|
|
6452
6405
|
},
|
|
6453
6406
|
{
|
|
6454
6407
|
"kind": "variable",
|
|
6455
|
-
"name": "
|
|
6456
|
-
"default": "css
|
|
6408
|
+
"name": "agMultiselectEditorStyles",
|
|
6409
|
+
"default": "css``",
|
|
6457
6410
|
"description": "The AG Select Renderer Styles.",
|
|
6458
6411
|
"privacy": "public"
|
|
6459
6412
|
},
|
|
6460
6413
|
{
|
|
6461
6414
|
"kind": "function",
|
|
6462
|
-
"name": "
|
|
6415
|
+
"name": "getMultiselectEditorTemplate",
|
|
6463
6416
|
"parameters": [
|
|
6464
6417
|
{
|
|
6465
6418
|
"name": "designSystem",
|
|
6466
6419
|
"default": "'foundation'",
|
|
6467
|
-
"type": {
|
|
6468
|
-
"text": "string"
|
|
6469
|
-
},
|
|
6470
6420
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6471
6421
|
}
|
|
6472
6422
|
],
|
|
@@ -6480,124 +6430,157 @@
|
|
|
6480
6430
|
},
|
|
6481
6431
|
{
|
|
6482
6432
|
"kind": "variable",
|
|
6483
|
-
"name": "
|
|
6484
|
-
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
6433
|
+
"name": "foundationMultiselectEditor",
|
|
6485
6434
|
"privacy": "public"
|
|
6486
6435
|
}
|
|
6487
6436
|
],
|
|
6488
6437
|
"exports": [
|
|
6489
6438
|
{
|
|
6490
6439
|
"kind": "js",
|
|
6491
|
-
"name": "
|
|
6440
|
+
"name": "MultiselectEditor",
|
|
6492
6441
|
"declaration": {
|
|
6493
|
-
"name": "
|
|
6494
|
-
"module": "src/cell-
|
|
6442
|
+
"name": "MultiselectEditor",
|
|
6443
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6495
6444
|
}
|
|
6496
6445
|
},
|
|
6497
6446
|
{
|
|
6498
6447
|
"kind": "js",
|
|
6499
|
-
"name": "
|
|
6448
|
+
"name": "agMultiselectEditorStyles",
|
|
6500
6449
|
"declaration": {
|
|
6501
|
-
"name": "
|
|
6502
|
-
"module": "src/cell-
|
|
6450
|
+
"name": "agMultiselectEditorStyles",
|
|
6451
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6503
6452
|
}
|
|
6504
6453
|
},
|
|
6505
6454
|
{
|
|
6506
6455
|
"kind": "js",
|
|
6507
|
-
"name": "
|
|
6456
|
+
"name": "getMultiselectEditorTemplate",
|
|
6508
6457
|
"declaration": {
|
|
6509
|
-
"name": "
|
|
6510
|
-
"module": "src/cell-
|
|
6458
|
+
"name": "getMultiselectEditorTemplate",
|
|
6459
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6511
6460
|
}
|
|
6512
6461
|
},
|
|
6513
6462
|
{
|
|
6514
6463
|
"kind": "js",
|
|
6515
|
-
"name": "
|
|
6464
|
+
"name": "foundationMultiselectEditor",
|
|
6516
6465
|
"declaration": {
|
|
6517
|
-
"name": "
|
|
6518
|
-
"module": "src/cell-
|
|
6466
|
+
"name": "foundationMultiselectEditor",
|
|
6467
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6519
6468
|
}
|
|
6520
6469
|
}
|
|
6521
6470
|
]
|
|
6522
6471
|
},
|
|
6523
6472
|
{
|
|
6524
6473
|
"kind": "javascript-module",
|
|
6525
|
-
"path": "src/cell-
|
|
6474
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
6526
6475
|
"declarations": [
|
|
6527
|
-
{
|
|
6528
|
-
"kind": "variable",
|
|
6529
|
-
"name": "agStatusPillRendererStyles",
|
|
6530
|
-
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
6531
|
-
"description": "The Status Pill Renderer Styles.",
|
|
6532
|
-
"privacy": "public"
|
|
6533
|
-
},
|
|
6534
|
-
{
|
|
6535
|
-
"kind": "function",
|
|
6536
|
-
"name": "getStatusPillRendererTemplate",
|
|
6537
|
-
"parameters": [
|
|
6538
|
-
{
|
|
6539
|
-
"name": "designSystem",
|
|
6540
|
-
"default": "'rapid'",
|
|
6541
|
-
"type": {
|
|
6542
|
-
"text": "string"
|
|
6543
|
-
},
|
|
6544
|
-
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
6545
|
-
}
|
|
6546
|
-
],
|
|
6547
|
-
"description": "Get a Design System prefixed Status Pill template.",
|
|
6548
|
-
"return": {
|
|
6549
|
-
"type": {
|
|
6550
|
-
"text": ""
|
|
6551
|
-
}
|
|
6552
|
-
},
|
|
6553
|
-
"privacy": "public"
|
|
6554
|
-
},
|
|
6555
6476
|
{
|
|
6556
6477
|
"kind": "class",
|
|
6557
|
-
"description": "The AG
|
|
6558
|
-
"name": "
|
|
6478
|
+
"description": "The AG Number Editor element.",
|
|
6479
|
+
"name": "NumberEditor",
|
|
6559
6480
|
"members": [
|
|
6560
6481
|
{
|
|
6561
6482
|
"kind": "field",
|
|
6562
6483
|
"name": "params",
|
|
6563
6484
|
"type": {
|
|
6564
|
-
"text": "
|
|
6565
|
-
}
|
|
6485
|
+
"text": "NumberEditorParams"
|
|
6486
|
+
},
|
|
6487
|
+
"privacy": "public"
|
|
6488
|
+
},
|
|
6489
|
+
{
|
|
6490
|
+
"kind": "field",
|
|
6491
|
+
"name": "value",
|
|
6492
|
+
"type": {
|
|
6493
|
+
"text": "number"
|
|
6494
|
+
},
|
|
6495
|
+
"privacy": "public"
|
|
6496
|
+
},
|
|
6497
|
+
{
|
|
6498
|
+
"kind": "field",
|
|
6499
|
+
"name": "actualWidth",
|
|
6500
|
+
"type": {
|
|
6501
|
+
"text": "number"
|
|
6502
|
+
},
|
|
6503
|
+
"privacy": "public"
|
|
6504
|
+
},
|
|
6505
|
+
{
|
|
6506
|
+
"kind": "field",
|
|
6507
|
+
"name": "input",
|
|
6508
|
+
"type": {
|
|
6509
|
+
"text": "any"
|
|
6510
|
+
},
|
|
6511
|
+
"privacy": "public"
|
|
6566
6512
|
},
|
|
6567
6513
|
{
|
|
6568
6514
|
"kind": "method",
|
|
6569
6515
|
"name": "init",
|
|
6516
|
+
"privacy": "public",
|
|
6570
6517
|
"parameters": [
|
|
6571
6518
|
{
|
|
6572
6519
|
"name": "params",
|
|
6573
6520
|
"type": {
|
|
6574
|
-
"text": "
|
|
6521
|
+
"text": "NumberEditorParams"
|
|
6575
6522
|
}
|
|
6576
6523
|
}
|
|
6577
6524
|
]
|
|
6578
6525
|
},
|
|
6579
6526
|
{
|
|
6580
6527
|
"kind": "method",
|
|
6581
|
-
"name": "getGui"
|
|
6528
|
+
"name": "getGui",
|
|
6529
|
+
"privacy": "public",
|
|
6530
|
+
"return": {
|
|
6531
|
+
"type": {
|
|
6532
|
+
"text": "HTMLElement"
|
|
6533
|
+
}
|
|
6534
|
+
}
|
|
6582
6535
|
},
|
|
6583
6536
|
{
|
|
6584
6537
|
"kind": "method",
|
|
6585
6538
|
"name": "refresh",
|
|
6539
|
+
"privacy": "public",
|
|
6540
|
+
"return": {
|
|
6541
|
+
"type": {
|
|
6542
|
+
"text": "boolean"
|
|
6543
|
+
}
|
|
6544
|
+
},
|
|
6586
6545
|
"parameters": [
|
|
6587
6546
|
{
|
|
6588
|
-
"name": "params"
|
|
6547
|
+
"name": "params",
|
|
6548
|
+
"type": {
|
|
6549
|
+
"text": "NumberEditorParams"
|
|
6550
|
+
}
|
|
6589
6551
|
}
|
|
6590
6552
|
]
|
|
6591
6553
|
},
|
|
6592
6554
|
{
|
|
6593
6555
|
"kind": "method",
|
|
6594
|
-
"name": "
|
|
6556
|
+
"name": "getValue"
|
|
6557
|
+
},
|
|
6558
|
+
{
|
|
6559
|
+
"kind": "method",
|
|
6560
|
+
"name": "isPopup",
|
|
6595
6561
|
"return": {
|
|
6596
6562
|
"type": {
|
|
6597
|
-
"text": "
|
|
6563
|
+
"text": "boolean"
|
|
6598
6564
|
}
|
|
6599
6565
|
}
|
|
6600
6566
|
},
|
|
6567
|
+
{
|
|
6568
|
+
"kind": "method",
|
|
6569
|
+
"name": "afterGuiAttached"
|
|
6570
|
+
},
|
|
6571
|
+
{
|
|
6572
|
+
"kind": "method",
|
|
6573
|
+
"name": "changeHandler",
|
|
6574
|
+
"parameters": [
|
|
6575
|
+
{
|
|
6576
|
+
"name": "event"
|
|
6577
|
+
}
|
|
6578
|
+
]
|
|
6579
|
+
},
|
|
6580
|
+
{
|
|
6581
|
+
"kind": "method",
|
|
6582
|
+
"name": "isCancelBeforeStart"
|
|
6583
|
+
},
|
|
6601
6584
|
{
|
|
6602
6585
|
"kind": "field",
|
|
6603
6586
|
"name": "_presentation",
|
|
@@ -6714,81 +6697,113 @@
|
|
|
6714
6697
|
"name": "FoundationElement",
|
|
6715
6698
|
"package": "@microsoft/fast-foundation"
|
|
6716
6699
|
},
|
|
6717
|
-
"tagName": "%%prefix%%-
|
|
6700
|
+
"tagName": "%%prefix%%-number-editor",
|
|
6718
6701
|
"customElement": true
|
|
6719
6702
|
},
|
|
6720
6703
|
{
|
|
6721
6704
|
"kind": "variable",
|
|
6722
|
-
"name": "
|
|
6723
|
-
"
|
|
6705
|
+
"name": "agNumberEditorStyles",
|
|
6706
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
6707
|
+
"description": "The AG Number Editor Styles.",
|
|
6708
|
+
"privacy": "public"
|
|
6709
|
+
},
|
|
6710
|
+
{
|
|
6711
|
+
"kind": "function",
|
|
6712
|
+
"name": "getNumberEditorTemplate",
|
|
6713
|
+
"parameters": [
|
|
6714
|
+
{
|
|
6715
|
+
"name": "designSystem",
|
|
6716
|
+
"default": "'foundation'",
|
|
6717
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6718
|
+
}
|
|
6719
|
+
],
|
|
6720
|
+
"description": "Get a Design System prefixed Select template.",
|
|
6721
|
+
"return": {
|
|
6722
|
+
"type": {
|
|
6723
|
+
"text": ""
|
|
6724
|
+
}
|
|
6725
|
+
},
|
|
6726
|
+
"privacy": "public"
|
|
6727
|
+
},
|
|
6728
|
+
{
|
|
6729
|
+
"kind": "variable",
|
|
6730
|
+
"name": "foundationNumberEditor",
|
|
6724
6731
|
"privacy": "public"
|
|
6725
6732
|
}
|
|
6726
6733
|
],
|
|
6727
6734
|
"exports": [
|
|
6728
6735
|
{
|
|
6729
6736
|
"kind": "js",
|
|
6730
|
-
"name": "
|
|
6737
|
+
"name": "NumberEditor",
|
|
6731
6738
|
"declaration": {
|
|
6732
|
-
"name": "
|
|
6733
|
-
"module": "src/cell-
|
|
6739
|
+
"name": "NumberEditor",
|
|
6740
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
6734
6741
|
}
|
|
6735
6742
|
},
|
|
6736
6743
|
{
|
|
6737
6744
|
"kind": "js",
|
|
6738
|
-
"name": "
|
|
6745
|
+
"name": "agNumberEditorStyles",
|
|
6739
6746
|
"declaration": {
|
|
6740
|
-
"name": "
|
|
6741
|
-
"module": "src/cell-
|
|
6747
|
+
"name": "agNumberEditorStyles",
|
|
6748
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
6742
6749
|
}
|
|
6743
6750
|
},
|
|
6744
6751
|
{
|
|
6745
6752
|
"kind": "js",
|
|
6746
|
-
"name": "
|
|
6753
|
+
"name": "getNumberEditorTemplate",
|
|
6747
6754
|
"declaration": {
|
|
6748
|
-
"name": "
|
|
6749
|
-
"module": "src/cell-
|
|
6755
|
+
"name": "getNumberEditorTemplate",
|
|
6756
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
6750
6757
|
}
|
|
6751
6758
|
},
|
|
6752
6759
|
{
|
|
6753
6760
|
"kind": "js",
|
|
6754
|
-
"name": "
|
|
6761
|
+
"name": "foundationNumberEditor",
|
|
6755
6762
|
"declaration": {
|
|
6756
|
-
"name": "
|
|
6757
|
-
"module": "src/cell-
|
|
6763
|
+
"name": "foundationNumberEditor",
|
|
6764
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
6758
6765
|
}
|
|
6759
6766
|
}
|
|
6760
6767
|
]
|
|
6761
6768
|
},
|
|
6762
6769
|
{
|
|
6763
6770
|
"kind": "javascript-module",
|
|
6764
|
-
"path": "src/cell-
|
|
6771
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
6765
6772
|
"declarations": [
|
|
6766
6773
|
{
|
|
6767
6774
|
"kind": "class",
|
|
6768
|
-
"description": "The AG
|
|
6769
|
-
"name": "
|
|
6775
|
+
"description": "The AG Select Editor element.",
|
|
6776
|
+
"name": "SelectEditor",
|
|
6770
6777
|
"members": [
|
|
6771
6778
|
{
|
|
6772
6779
|
"kind": "field",
|
|
6773
|
-
"name": "
|
|
6780
|
+
"name": "params",
|
|
6774
6781
|
"type": {
|
|
6775
|
-
"text": "
|
|
6782
|
+
"text": "SelectEditorParams"
|
|
6776
6783
|
},
|
|
6777
6784
|
"privacy": "public"
|
|
6778
6785
|
},
|
|
6779
6786
|
{
|
|
6780
6787
|
"kind": "field",
|
|
6781
|
-
"name": "
|
|
6788
|
+
"name": "value",
|
|
6782
6789
|
"type": {
|
|
6783
6790
|
"text": "string"
|
|
6784
6791
|
},
|
|
6785
|
-
"
|
|
6792
|
+
"privacy": "public"
|
|
6786
6793
|
},
|
|
6787
6794
|
{
|
|
6788
6795
|
"kind": "field",
|
|
6789
|
-
"name": "
|
|
6796
|
+
"name": "actualWidth",
|
|
6790
6797
|
"type": {
|
|
6791
|
-
"text": "
|
|
6798
|
+
"text": "number"
|
|
6799
|
+
},
|
|
6800
|
+
"privacy": "public"
|
|
6801
|
+
},
|
|
6802
|
+
{
|
|
6803
|
+
"kind": "field",
|
|
6804
|
+
"name": "combobox",
|
|
6805
|
+
"type": {
|
|
6806
|
+
"text": "any"
|
|
6792
6807
|
},
|
|
6793
6808
|
"privacy": "public"
|
|
6794
6809
|
},
|
|
@@ -6800,7 +6815,7 @@
|
|
|
6800
6815
|
{
|
|
6801
6816
|
"name": "params",
|
|
6802
6817
|
"type": {
|
|
6803
|
-
"text": "
|
|
6818
|
+
"text": "SelectEditorParams"
|
|
6804
6819
|
}
|
|
6805
6820
|
}
|
|
6806
6821
|
]
|
|
@@ -6815,51 +6830,54 @@
|
|
|
6815
6830
|
}
|
|
6816
6831
|
}
|
|
6817
6832
|
},
|
|
6818
|
-
{
|
|
6819
|
-
"kind": "method",
|
|
6820
|
-
"name": "destroy",
|
|
6821
|
-
"privacy": "public"
|
|
6822
|
-
},
|
|
6823
6833
|
{
|
|
6824
6834
|
"kind": "method",
|
|
6825
6835
|
"name": "refresh",
|
|
6826
6836
|
"privacy": "public",
|
|
6837
|
+
"return": {
|
|
6838
|
+
"type": {
|
|
6839
|
+
"text": "boolean"
|
|
6840
|
+
}
|
|
6841
|
+
},
|
|
6827
6842
|
"parameters": [
|
|
6828
6843
|
{
|
|
6829
6844
|
"name": "params",
|
|
6830
6845
|
"type": {
|
|
6831
|
-
"text": "
|
|
6846
|
+
"text": "SelectEditorParams"
|
|
6832
6847
|
}
|
|
6833
6848
|
}
|
|
6834
6849
|
]
|
|
6835
6850
|
},
|
|
6836
6851
|
{
|
|
6837
6852
|
"kind": "method",
|
|
6838
|
-
"name": "
|
|
6839
|
-
|
|
6853
|
+
"name": "getValue"
|
|
6854
|
+
},
|
|
6855
|
+
{
|
|
6856
|
+
"kind": "method",
|
|
6857
|
+
"name": "isPopup",
|
|
6840
6858
|
"return": {
|
|
6841
6859
|
"type": {
|
|
6842
6860
|
"text": "boolean"
|
|
6843
6861
|
}
|
|
6844
|
-
}
|
|
6845
|
-
"parameters": [
|
|
6846
|
-
{
|
|
6847
|
-
"name": "data"
|
|
6848
|
-
}
|
|
6849
|
-
]
|
|
6862
|
+
}
|
|
6850
6863
|
},
|
|
6851
6864
|
{
|
|
6852
|
-
"kind": "
|
|
6853
|
-
"name": "
|
|
6854
|
-
|
|
6855
|
-
|
|
6865
|
+
"kind": "method",
|
|
6866
|
+
"name": "afterGuiAttached"
|
|
6867
|
+
},
|
|
6868
|
+
{
|
|
6869
|
+
"kind": "method",
|
|
6870
|
+
"name": "changeHandler",
|
|
6856
6871
|
"parameters": [
|
|
6857
6872
|
{
|
|
6858
|
-
"
|
|
6859
|
-
"name": "e"
|
|
6873
|
+
"name": "event"
|
|
6860
6874
|
}
|
|
6861
6875
|
]
|
|
6862
6876
|
},
|
|
6877
|
+
{
|
|
6878
|
+
"kind": "method",
|
|
6879
|
+
"name": "isCancelBeforeStart"
|
|
6880
|
+
},
|
|
6863
6881
|
{
|
|
6864
6882
|
"kind": "field",
|
|
6865
6883
|
"name": "_presentation",
|
|
@@ -6976,19 +6994,19 @@
|
|
|
6976
6994
|
"name": "FoundationElement",
|
|
6977
6995
|
"package": "@microsoft/fast-foundation"
|
|
6978
6996
|
},
|
|
6979
|
-
"tagName": "%%prefix%%-
|
|
6997
|
+
"tagName": "%%prefix%%-select-editor",
|
|
6980
6998
|
"customElement": true
|
|
6981
6999
|
},
|
|
6982
7000
|
{
|
|
6983
7001
|
"kind": "variable",
|
|
6984
|
-
"name": "
|
|
6985
|
-
"default": "css
|
|
6986
|
-
"description": "The AG
|
|
7002
|
+
"name": "agSelectEditorStyles",
|
|
7003
|
+
"default": "css``",
|
|
7004
|
+
"description": "The AG Select Renderer Styles.",
|
|
6987
7005
|
"privacy": "public"
|
|
6988
7006
|
},
|
|
6989
7007
|
{
|
|
6990
7008
|
"kind": "function",
|
|
6991
|
-
"name": "
|
|
7009
|
+
"name": "getSelectEditorTemplate",
|
|
6992
7010
|
"parameters": [
|
|
6993
7011
|
{
|
|
6994
7012
|
"name": "designSystem",
|
|
@@ -6996,7 +7014,7 @@
|
|
|
6996
7014
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6997
7015
|
}
|
|
6998
7016
|
],
|
|
6999
|
-
"description": "Get a Design System prefixed
|
|
7017
|
+
"description": "Get a Design System prefixed Select template.",
|
|
7000
7018
|
"return": {
|
|
7001
7019
|
"type": {
|
|
7002
7020
|
"text": ""
|
|
@@ -7006,97 +7024,85 @@
|
|
|
7006
7024
|
},
|
|
7007
7025
|
{
|
|
7008
7026
|
"kind": "variable",
|
|
7009
|
-
"name": "
|
|
7010
|
-
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
7027
|
+
"name": "foundationSelectEditor",
|
|
7011
7028
|
"privacy": "public"
|
|
7012
7029
|
}
|
|
7013
7030
|
],
|
|
7014
7031
|
"exports": [
|
|
7015
7032
|
{
|
|
7016
7033
|
"kind": "js",
|
|
7017
|
-
"name": "
|
|
7034
|
+
"name": "SelectEditor",
|
|
7018
7035
|
"declaration": {
|
|
7019
|
-
"name": "
|
|
7020
|
-
"module": "src/cell-
|
|
7036
|
+
"name": "SelectEditor",
|
|
7037
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7021
7038
|
}
|
|
7022
7039
|
},
|
|
7023
7040
|
{
|
|
7024
7041
|
"kind": "js",
|
|
7025
|
-
"name": "
|
|
7042
|
+
"name": "agSelectEditorStyles",
|
|
7026
7043
|
"declaration": {
|
|
7027
|
-
"name": "
|
|
7028
|
-
"module": "src/cell-
|
|
7044
|
+
"name": "agSelectEditorStyles",
|
|
7045
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7029
7046
|
}
|
|
7030
7047
|
},
|
|
7031
7048
|
{
|
|
7032
7049
|
"kind": "js",
|
|
7033
|
-
"name": "
|
|
7050
|
+
"name": "getSelectEditorTemplate",
|
|
7034
7051
|
"declaration": {
|
|
7035
|
-
"name": "
|
|
7036
|
-
"module": "src/cell-
|
|
7052
|
+
"name": "getSelectEditorTemplate",
|
|
7053
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7037
7054
|
}
|
|
7038
7055
|
},
|
|
7039
7056
|
{
|
|
7040
7057
|
"kind": "js",
|
|
7041
|
-
"name": "
|
|
7058
|
+
"name": "foundationSelectEditor",
|
|
7042
7059
|
"declaration": {
|
|
7043
|
-
"name": "
|
|
7044
|
-
"module": "src/cell-
|
|
7060
|
+
"name": "foundationSelectEditor",
|
|
7061
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7045
7062
|
}
|
|
7046
7063
|
}
|
|
7047
7064
|
]
|
|
7048
7065
|
},
|
|
7049
7066
|
{
|
|
7050
7067
|
"kind": "javascript-module",
|
|
7051
|
-
"path": "src/cell-
|
|
7068
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
7052
7069
|
"declarations": [
|
|
7053
7070
|
{
|
|
7054
7071
|
"kind": "class",
|
|
7055
|
-
"description": "",
|
|
7056
|
-
"name": "
|
|
7057
|
-
"superclass": {
|
|
7058
|
-
"name": "AgTextFieldRenderer",
|
|
7059
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
7060
|
-
},
|
|
7061
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7062
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7063
|
-
"customElement": true,
|
|
7072
|
+
"description": "The AG String Editor element.",
|
|
7073
|
+
"name": "StringEditor",
|
|
7064
7074
|
"members": [
|
|
7065
7075
|
{
|
|
7066
7076
|
"kind": "field",
|
|
7067
|
-
"name": "
|
|
7077
|
+
"name": "params",
|
|
7068
7078
|
"type": {
|
|
7069
|
-
"text": "
|
|
7079
|
+
"text": "StringEditorParams"
|
|
7070
7080
|
},
|
|
7071
|
-
"privacy": "public"
|
|
7072
|
-
"inheritedFrom": {
|
|
7073
|
-
"name": "AgTextFieldRenderer",
|
|
7074
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7075
|
-
}
|
|
7081
|
+
"privacy": "public"
|
|
7076
7082
|
},
|
|
7077
7083
|
{
|
|
7078
7084
|
"kind": "field",
|
|
7079
|
-
"name": "
|
|
7085
|
+
"name": "value",
|
|
7080
7086
|
"type": {
|
|
7081
7087
|
"text": "string"
|
|
7082
7088
|
},
|
|
7083
|
-
"
|
|
7084
|
-
"inheritedFrom": {
|
|
7085
|
-
"name": "AgTextFieldRenderer",
|
|
7086
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7087
|
-
}
|
|
7089
|
+
"privacy": "public"
|
|
7088
7090
|
},
|
|
7089
7091
|
{
|
|
7090
7092
|
"kind": "field",
|
|
7091
|
-
"name": "
|
|
7093
|
+
"name": "actualWidth",
|
|
7092
7094
|
"type": {
|
|
7093
|
-
"text": "
|
|
7095
|
+
"text": "number"
|
|
7094
7096
|
},
|
|
7095
|
-
"privacy": "public"
|
|
7096
|
-
|
|
7097
|
-
|
|
7098
|
-
|
|
7099
|
-
|
|
7097
|
+
"privacy": "public"
|
|
7098
|
+
},
|
|
7099
|
+
{
|
|
7100
|
+
"kind": "field",
|
|
7101
|
+
"name": "input",
|
|
7102
|
+
"type": {
|
|
7103
|
+
"text": "any"
|
|
7104
|
+
},
|
|
7105
|
+
"privacy": "public"
|
|
7100
7106
|
},
|
|
7101
7107
|
{
|
|
7102
7108
|
"kind": "method",
|
|
@@ -7106,14 +7112,10 @@
|
|
|
7106
7112
|
{
|
|
7107
7113
|
"name": "params",
|
|
7108
7114
|
"type": {
|
|
7109
|
-
"text": "
|
|
7115
|
+
"text": "StringEditorParams"
|
|
7110
7116
|
}
|
|
7111
7117
|
}
|
|
7112
|
-
]
|
|
7113
|
-
"inheritedFrom": {
|
|
7114
|
-
"name": "AgTextFieldRenderer",
|
|
7115
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7116
|
-
}
|
|
7118
|
+
]
|
|
7117
7119
|
},
|
|
7118
7120
|
{
|
|
7119
7121
|
"kind": "method",
|
|
@@ -7123,72 +7125,55 @@
|
|
|
7123
7125
|
"type": {
|
|
7124
7126
|
"text": "HTMLElement"
|
|
7125
7127
|
}
|
|
7126
|
-
},
|
|
7127
|
-
"inheritedFrom": {
|
|
7128
|
-
"name": "AgTextFieldRenderer",
|
|
7129
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7130
|
-
}
|
|
7131
|
-
},
|
|
7132
|
-
{
|
|
7133
|
-
"kind": "method",
|
|
7134
|
-
"name": "destroy",
|
|
7135
|
-
"privacy": "public",
|
|
7136
|
-
"inheritedFrom": {
|
|
7137
|
-
"name": "AgTextFieldRenderer",
|
|
7138
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7139
7128
|
}
|
|
7140
7129
|
},
|
|
7141
7130
|
{
|
|
7142
7131
|
"kind": "method",
|
|
7143
7132
|
"name": "refresh",
|
|
7144
7133
|
"privacy": "public",
|
|
7134
|
+
"return": {
|
|
7135
|
+
"type": {
|
|
7136
|
+
"text": "boolean"
|
|
7137
|
+
}
|
|
7138
|
+
},
|
|
7145
7139
|
"parameters": [
|
|
7146
7140
|
{
|
|
7147
7141
|
"name": "params",
|
|
7148
7142
|
"type": {
|
|
7149
|
-
"text": "
|
|
7143
|
+
"text": "StringEditorParams"
|
|
7150
7144
|
}
|
|
7151
7145
|
}
|
|
7152
|
-
]
|
|
7153
|
-
"inheritedFrom": {
|
|
7154
|
-
"name": "AgTextFieldRenderer",
|
|
7155
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7156
|
-
}
|
|
7146
|
+
]
|
|
7157
7147
|
},
|
|
7158
7148
|
{
|
|
7159
7149
|
"kind": "method",
|
|
7160
|
-
"name": "
|
|
7161
|
-
|
|
7150
|
+
"name": "getValue"
|
|
7151
|
+
},
|
|
7152
|
+
{
|
|
7153
|
+
"kind": "method",
|
|
7154
|
+
"name": "isPopup",
|
|
7162
7155
|
"return": {
|
|
7163
7156
|
"type": {
|
|
7164
7157
|
"text": "boolean"
|
|
7165
7158
|
}
|
|
7166
|
-
},
|
|
7167
|
-
"parameters": [
|
|
7168
|
-
{
|
|
7169
|
-
"name": "data"
|
|
7170
|
-
}
|
|
7171
|
-
],
|
|
7172
|
-
"inheritedFrom": {
|
|
7173
|
-
"name": "AgTextFieldRenderer",
|
|
7174
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7175
7159
|
}
|
|
7176
7160
|
},
|
|
7177
7161
|
{
|
|
7178
|
-
"kind": "
|
|
7179
|
-
"name": "
|
|
7180
|
-
|
|
7181
|
-
|
|
7162
|
+
"kind": "method",
|
|
7163
|
+
"name": "afterGuiAttached"
|
|
7164
|
+
},
|
|
7165
|
+
{
|
|
7166
|
+
"kind": "method",
|
|
7167
|
+
"name": "changeHandler",
|
|
7182
7168
|
"parameters": [
|
|
7183
7169
|
{
|
|
7184
|
-
"
|
|
7185
|
-
"name": "e"
|
|
7170
|
+
"name": "event"
|
|
7186
7171
|
}
|
|
7187
|
-
]
|
|
7188
|
-
|
|
7189
|
-
|
|
7190
|
-
|
|
7191
|
-
|
|
7172
|
+
]
|
|
7173
|
+
},
|
|
7174
|
+
{
|
|
7175
|
+
"kind": "method",
|
|
7176
|
+
"name": "isCancelBeforeStart"
|
|
7192
7177
|
},
|
|
7193
7178
|
{
|
|
7194
7179
|
"kind": "field",
|
|
@@ -7301,61 +7286,76 @@
|
|
|
7301
7286
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7302
7287
|
}
|
|
7303
7288
|
}
|
|
7304
|
-
]
|
|
7289
|
+
],
|
|
7290
|
+
"superclass": {
|
|
7291
|
+
"name": "FoundationElement",
|
|
7292
|
+
"package": "@microsoft/fast-foundation"
|
|
7293
|
+
},
|
|
7294
|
+
"tagName": "%%prefix%%-string-editor",
|
|
7295
|
+
"customElement": true
|
|
7305
7296
|
},
|
|
7306
7297
|
{
|
|
7307
7298
|
"kind": "variable",
|
|
7308
|
-
"name": "
|
|
7309
|
-
"default": "
|
|
7310
|
-
"
|
|
7311
|
-
"
|
|
7299
|
+
"name": "agStringEditorStyles",
|
|
7300
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
7301
|
+
"description": "The AG String Renderer Styles.",
|
|
7302
|
+
"privacy": "public"
|
|
7312
7303
|
},
|
|
7313
7304
|
{
|
|
7314
|
-
"kind": "
|
|
7315
|
-
"name": "
|
|
7316
|
-
"
|
|
7317
|
-
|
|
7318
|
-
|
|
7305
|
+
"kind": "function",
|
|
7306
|
+
"name": "getStringEditorTemplate",
|
|
7307
|
+
"parameters": [
|
|
7308
|
+
{
|
|
7309
|
+
"name": "designSystem",
|
|
7310
|
+
"default": "'foundation'",
|
|
7311
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7312
|
+
}
|
|
7313
|
+
],
|
|
7314
|
+
"description": "Get a Design System prefixed String template.",
|
|
7315
|
+
"return": {
|
|
7316
|
+
"type": {
|
|
7317
|
+
"text": ""
|
|
7318
|
+
}
|
|
7319
|
+
},
|
|
7320
|
+
"privacy": "public"
|
|
7319
7321
|
},
|
|
7320
7322
|
{
|
|
7321
7323
|
"kind": "variable",
|
|
7322
|
-
"name": "
|
|
7323
|
-
"
|
|
7324
|
-
"privacy": "public",
|
|
7325
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7324
|
+
"name": "foundationStringEditor",
|
|
7325
|
+
"privacy": "public"
|
|
7326
7326
|
}
|
|
7327
7327
|
],
|
|
7328
7328
|
"exports": [
|
|
7329
7329
|
{
|
|
7330
7330
|
"kind": "js",
|
|
7331
|
-
"name": "
|
|
7331
|
+
"name": "StringEditor",
|
|
7332
7332
|
"declaration": {
|
|
7333
|
-
"name": "
|
|
7334
|
-
"module": "src/cell-
|
|
7333
|
+
"name": "StringEditor",
|
|
7334
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7335
7335
|
}
|
|
7336
7336
|
},
|
|
7337
7337
|
{
|
|
7338
7338
|
"kind": "js",
|
|
7339
|
-
"name": "
|
|
7339
|
+
"name": "agStringEditorStyles",
|
|
7340
7340
|
"declaration": {
|
|
7341
|
-
"name": "
|
|
7342
|
-
"module": "src/cell-
|
|
7341
|
+
"name": "agStringEditorStyles",
|
|
7342
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7343
7343
|
}
|
|
7344
7344
|
},
|
|
7345
7345
|
{
|
|
7346
7346
|
"kind": "js",
|
|
7347
|
-
"name": "
|
|
7347
|
+
"name": "getStringEditorTemplate",
|
|
7348
7348
|
"declaration": {
|
|
7349
|
-
"name": "
|
|
7350
|
-
"module": "src/cell-
|
|
7349
|
+
"name": "getStringEditorTemplate",
|
|
7350
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7351
7351
|
}
|
|
7352
7352
|
},
|
|
7353
7353
|
{
|
|
7354
7354
|
"kind": "js",
|
|
7355
|
-
"name": "
|
|
7355
|
+
"name": "foundationStringEditor",
|
|
7356
7356
|
"declaration": {
|
|
7357
|
-
"name": "
|
|
7358
|
-
"module": "src/cell-
|
|
7357
|
+
"name": "foundationStringEditor",
|
|
7358
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7359
7359
|
}
|
|
7360
7360
|
}
|
|
7361
7361
|
]
|