@genesislcap/grid-pro 14.415.0 → 14.415.1-alpha-7f9cb0c.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 +1495 -1495
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/esm/grid-pro.js +5 -3
- package/package.json +14 -14
|
@@ -3610,57 +3610,29 @@
|
|
|
3610
3610
|
},
|
|
3611
3611
|
{
|
|
3612
3612
|
"kind": "javascript-module",
|
|
3613
|
-
"path": "src/cell-
|
|
3613
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
3614
3614
|
"declarations": [
|
|
3615
3615
|
{
|
|
3616
3616
|
"kind": "class",
|
|
3617
|
-
"description": "The AG
|
|
3618
|
-
"name": "
|
|
3617
|
+
"description": "The AG Action Renderer element.",
|
|
3618
|
+
"name": "ActionRenderer",
|
|
3619
3619
|
"members": [
|
|
3620
3620
|
{
|
|
3621
3621
|
"kind": "field",
|
|
3622
|
-
"name": "
|
|
3622
|
+
"name": "params",
|
|
3623
3623
|
"type": {
|
|
3624
|
-
"text": "
|
|
3624
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3625
3625
|
},
|
|
3626
3626
|
"privacy": "public"
|
|
3627
3627
|
},
|
|
3628
3628
|
{
|
|
3629
3629
|
"kind": "field",
|
|
3630
|
-
"name": "
|
|
3630
|
+
"name": "pendingAction",
|
|
3631
3631
|
"type": {
|
|
3632
|
-
"text": "
|
|
3632
|
+
"text": "boolean"
|
|
3633
3633
|
},
|
|
3634
3634
|
"privacy": "public"
|
|
3635
3635
|
},
|
|
3636
|
-
{
|
|
3637
|
-
"kind": "field",
|
|
3638
|
-
"name": "params",
|
|
3639
|
-
"type": {
|
|
3640
|
-
"text": "DateEditorParams"
|
|
3641
|
-
}
|
|
3642
|
-
},
|
|
3643
|
-
{
|
|
3644
|
-
"kind": "field",
|
|
3645
|
-
"name": "dateFormat",
|
|
3646
|
-
"type": {
|
|
3647
|
-
"text": "string"
|
|
3648
|
-
}
|
|
3649
|
-
},
|
|
3650
|
-
{
|
|
3651
|
-
"kind": "field",
|
|
3652
|
-
"name": "input",
|
|
3653
|
-
"type": {
|
|
3654
|
-
"text": "any"
|
|
3655
|
-
}
|
|
3656
|
-
},
|
|
3657
|
-
{
|
|
3658
|
-
"kind": "field",
|
|
3659
|
-
"name": "inputType",
|
|
3660
|
-
"type": {
|
|
3661
|
-
"text": "'datetime-local' | 'date'"
|
|
3662
|
-
}
|
|
3663
|
-
},
|
|
3664
3636
|
{
|
|
3665
3637
|
"kind": "method",
|
|
3666
3638
|
"name": "init",
|
|
@@ -3669,7 +3641,7 @@
|
|
|
3669
3641
|
{
|
|
3670
3642
|
"name": "params",
|
|
3671
3643
|
"type": {
|
|
3672
|
-
"text": "
|
|
3644
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3673
3645
|
}
|
|
3674
3646
|
}
|
|
3675
3647
|
]
|
|
@@ -3688,49 +3660,39 @@
|
|
|
3688
3660
|
"kind": "method",
|
|
3689
3661
|
"name": "refresh",
|
|
3690
3662
|
"privacy": "public",
|
|
3691
|
-
"return": {
|
|
3692
|
-
"type": {
|
|
3693
|
-
"text": "boolean"
|
|
3694
|
-
}
|
|
3695
|
-
},
|
|
3696
3663
|
"parameters": [
|
|
3697
3664
|
{
|
|
3698
3665
|
"name": "params",
|
|
3699
3666
|
"type": {
|
|
3700
|
-
"text": "
|
|
3667
|
+
"text": "ICellRendererParams"
|
|
3701
3668
|
}
|
|
3702
3669
|
}
|
|
3703
3670
|
]
|
|
3704
3671
|
},
|
|
3705
3672
|
{
|
|
3706
3673
|
"kind": "method",
|
|
3707
|
-
"name": "
|
|
3708
|
-
|
|
3709
|
-
{
|
|
3710
|
-
"kind": "method",
|
|
3711
|
-
"name": "isPopup",
|
|
3674
|
+
"name": "isDisabled",
|
|
3675
|
+
"privacy": "public",
|
|
3712
3676
|
"return": {
|
|
3713
3677
|
"type": {
|
|
3714
3678
|
"text": "boolean"
|
|
3715
3679
|
}
|
|
3716
|
-
}
|
|
3717
|
-
},
|
|
3718
|
-
{
|
|
3719
|
-
"kind": "method",
|
|
3720
|
-
"name": "changeHandler",
|
|
3680
|
+
},
|
|
3721
3681
|
"parameters": [
|
|
3722
3682
|
{
|
|
3723
|
-
"name": "
|
|
3683
|
+
"name": "data"
|
|
3724
3684
|
}
|
|
3725
3685
|
]
|
|
3726
3686
|
},
|
|
3727
3687
|
{
|
|
3728
3688
|
"kind": "method",
|
|
3729
|
-
"name": "
|
|
3689
|
+
"name": "clickHandler",
|
|
3690
|
+
"privacy": "public"
|
|
3730
3691
|
},
|
|
3731
3692
|
{
|
|
3732
|
-
"kind": "
|
|
3733
|
-
"name": "
|
|
3693
|
+
"kind": "field",
|
|
3694
|
+
"name": "dataTestId",
|
|
3695
|
+
"readonly": true
|
|
3734
3696
|
},
|
|
3735
3697
|
{
|
|
3736
3698
|
"kind": "field",
|
|
@@ -3848,144 +3810,78 @@
|
|
|
3848
3810
|
"name": "FoundationElement",
|
|
3849
3811
|
"package": "@microsoft/fast-foundation"
|
|
3850
3812
|
},
|
|
3851
|
-
"tagName": "%%prefix%%-
|
|
3813
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
3852
3814
|
"customElement": true
|
|
3853
3815
|
},
|
|
3854
3816
|
{
|
|
3855
3817
|
"kind": "variable",
|
|
3856
|
-
"name": "
|
|
3857
|
-
"
|
|
3858
|
-
"description": "The AG Select Renderer Styles.",
|
|
3818
|
+
"name": "actionHeightMultiplier",
|
|
3819
|
+
"description": "The base height multiplier for the action renderer.",
|
|
3859
3820
|
"privacy": "public"
|
|
3860
3821
|
},
|
|
3861
3822
|
{
|
|
3862
|
-
"kind": "
|
|
3863
|
-
"name": "
|
|
3864
|
-
"
|
|
3865
|
-
|
|
3866
|
-
"name": "prefix",
|
|
3867
|
-
"default": "'foundation'",
|
|
3868
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3869
|
-
}
|
|
3870
|
-
],
|
|
3871
|
-
"description": "Get a Design System prefixed Select template.",
|
|
3872
|
-
"return": {
|
|
3873
|
-
"type": {
|
|
3874
|
-
"text": ""
|
|
3875
|
-
}
|
|
3876
|
-
},
|
|
3823
|
+
"kind": "variable",
|
|
3824
|
+
"name": "agActionRendererStyles",
|
|
3825
|
+
"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`",
|
|
3826
|
+
"description": "The AG Action Renderer Styles.",
|
|
3877
3827
|
"privacy": "public"
|
|
3878
3828
|
},
|
|
3879
3829
|
{
|
|
3880
3830
|
"kind": "variable",
|
|
3881
|
-
"name": "
|
|
3831
|
+
"name": "foundationGridProActionRenderer",
|
|
3832
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
3882
3833
|
"privacy": "public"
|
|
3883
3834
|
}
|
|
3884
3835
|
],
|
|
3885
3836
|
"exports": [
|
|
3886
3837
|
{
|
|
3887
3838
|
"kind": "js",
|
|
3888
|
-
"name": "
|
|
3889
|
-
"declaration": {
|
|
3890
|
-
"name": "DateEditor",
|
|
3891
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3892
|
-
}
|
|
3893
|
-
},
|
|
3894
|
-
{
|
|
3895
|
-
"kind": "js",
|
|
3896
|
-
"name": "agDateEditorStyles",
|
|
3897
|
-
"declaration": {
|
|
3898
|
-
"name": "agDateEditorStyles",
|
|
3899
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3900
|
-
}
|
|
3901
|
-
},
|
|
3902
|
-
{
|
|
3903
|
-
"kind": "js",
|
|
3904
|
-
"name": "getDateEditorTemplate",
|
|
3905
|
-
"declaration": {
|
|
3906
|
-
"name": "getDateEditorTemplate",
|
|
3907
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3908
|
-
}
|
|
3909
|
-
},
|
|
3910
|
-
{
|
|
3911
|
-
"kind": "js",
|
|
3912
|
-
"name": "foundationDateEditor",
|
|
3913
|
-
"declaration": {
|
|
3914
|
-
"name": "foundationDateEditor",
|
|
3915
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3916
|
-
}
|
|
3917
|
-
}
|
|
3918
|
-
]
|
|
3919
|
-
},
|
|
3920
|
-
{
|
|
3921
|
-
"kind": "javascript-module",
|
|
3922
|
-
"path": "src/cell-editors/index.ts",
|
|
3923
|
-
"declarations": [],
|
|
3924
|
-
"exports": [
|
|
3925
|
-
{
|
|
3926
|
-
"kind": "js",
|
|
3927
|
-
"name": "*",
|
|
3928
|
-
"declaration": {
|
|
3929
|
-
"name": "*",
|
|
3930
|
-
"package": "./date.editor"
|
|
3931
|
-
}
|
|
3932
|
-
},
|
|
3933
|
-
{
|
|
3934
|
-
"kind": "js",
|
|
3935
|
-
"name": "*",
|
|
3839
|
+
"name": "ActionRenderer",
|
|
3936
3840
|
"declaration": {
|
|
3937
|
-
"name": "
|
|
3938
|
-
"
|
|
3841
|
+
"name": "ActionRenderer",
|
|
3842
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3939
3843
|
}
|
|
3940
3844
|
},
|
|
3941
3845
|
{
|
|
3942
3846
|
"kind": "js",
|
|
3943
|
-
"name": "
|
|
3847
|
+
"name": "actionHeightMultiplier",
|
|
3944
3848
|
"declaration": {
|
|
3945
|
-
"name": "
|
|
3946
|
-
"
|
|
3849
|
+
"name": "actionHeightMultiplier",
|
|
3850
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3947
3851
|
}
|
|
3948
3852
|
},
|
|
3949
3853
|
{
|
|
3950
3854
|
"kind": "js",
|
|
3951
|
-
"name": "
|
|
3855
|
+
"name": "agActionRendererStyles",
|
|
3952
3856
|
"declaration": {
|
|
3953
|
-
"name": "
|
|
3954
|
-
"
|
|
3857
|
+
"name": "agActionRendererStyles",
|
|
3858
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3955
3859
|
}
|
|
3956
3860
|
},
|
|
3957
3861
|
{
|
|
3958
3862
|
"kind": "js",
|
|
3959
|
-
"name": "
|
|
3863
|
+
"name": "foundationGridProActionRenderer",
|
|
3960
3864
|
"declaration": {
|
|
3961
|
-
"name": "
|
|
3962
|
-
"
|
|
3865
|
+
"name": "foundationGridProActionRenderer",
|
|
3866
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3963
3867
|
}
|
|
3964
3868
|
}
|
|
3965
3869
|
]
|
|
3966
3870
|
},
|
|
3967
3871
|
{
|
|
3968
3872
|
"kind": "javascript-module",
|
|
3969
|
-
"path": "src/cell-
|
|
3873
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
3970
3874
|
"declarations": [
|
|
3971
3875
|
{
|
|
3972
3876
|
"kind": "class",
|
|
3973
|
-
"description": "The
|
|
3974
|
-
"name": "
|
|
3877
|
+
"description": "The Actions Menu Renderer element.",
|
|
3878
|
+
"name": "ActionsMenuRenderer",
|
|
3975
3879
|
"members": [
|
|
3976
3880
|
{
|
|
3977
3881
|
"kind": "field",
|
|
3978
3882
|
"name": "params",
|
|
3979
3883
|
"type": {
|
|
3980
|
-
"text": "
|
|
3981
|
-
},
|
|
3982
|
-
"privacy": "public"
|
|
3983
|
-
},
|
|
3984
|
-
{
|
|
3985
|
-
"kind": "field",
|
|
3986
|
-
"name": "selectedOptions",
|
|
3987
|
-
"type": {
|
|
3988
|
-
"text": "any[]"
|
|
3884
|
+
"text": "ICellRendererParams"
|
|
3989
3885
|
},
|
|
3990
3886
|
"privacy": "public"
|
|
3991
3887
|
},
|
|
@@ -3997,7 +3893,7 @@
|
|
|
3997
3893
|
{
|
|
3998
3894
|
"name": "params",
|
|
3999
3895
|
"type": {
|
|
4000
|
-
"text": "
|
|
3896
|
+
"text": "ICellRendererParams"
|
|
4001
3897
|
}
|
|
4002
3898
|
}
|
|
4003
3899
|
]
|
|
@@ -4012,60 +3908,19 @@
|
|
|
4012
3908
|
}
|
|
4013
3909
|
}
|
|
4014
3910
|
},
|
|
4015
|
-
{
|
|
4016
|
-
"kind": "method",
|
|
4017
|
-
"name": "destroy",
|
|
4018
|
-
"privacy": "public",
|
|
4019
|
-
"return": {
|
|
4020
|
-
"type": {
|
|
4021
|
-
"text": "void"
|
|
4022
|
-
}
|
|
4023
|
-
}
|
|
4024
|
-
},
|
|
4025
3911
|
{
|
|
4026
3912
|
"kind": "method",
|
|
4027
3913
|
"name": "refresh",
|
|
4028
3914
|
"privacy": "public",
|
|
4029
|
-
"return": {
|
|
4030
|
-
"type": {
|
|
4031
|
-
"text": "boolean"
|
|
4032
|
-
}
|
|
4033
|
-
},
|
|
4034
3915
|
"parameters": [
|
|
4035
3916
|
{
|
|
4036
3917
|
"name": "params",
|
|
4037
3918
|
"type": {
|
|
4038
|
-
"text": "
|
|
3919
|
+
"text": "ICellRendererParams"
|
|
4039
3920
|
}
|
|
4040
3921
|
}
|
|
4041
3922
|
]
|
|
4042
3923
|
},
|
|
4043
|
-
{
|
|
4044
|
-
"kind": "method",
|
|
4045
|
-
"name": "getValue"
|
|
4046
|
-
},
|
|
4047
|
-
{
|
|
4048
|
-
"kind": "method",
|
|
4049
|
-
"name": "isPopup",
|
|
4050
|
-
"return": {
|
|
4051
|
-
"type": {
|
|
4052
|
-
"text": "boolean"
|
|
4053
|
-
}
|
|
4054
|
-
}
|
|
4055
|
-
},
|
|
4056
|
-
{
|
|
4057
|
-
"kind": "method",
|
|
4058
|
-
"name": "changeHandler",
|
|
4059
|
-
"parameters": [
|
|
4060
|
-
{
|
|
4061
|
-
"name": "event"
|
|
4062
|
-
}
|
|
4063
|
-
]
|
|
4064
|
-
},
|
|
4065
|
-
{
|
|
4066
|
-
"kind": "method",
|
|
4067
|
-
"name": "isCancelBeforeStart"
|
|
4068
|
-
},
|
|
4069
3924
|
{
|
|
4070
3925
|
"kind": "field",
|
|
4071
3926
|
"name": "_presentation",
|
|
@@ -4182,115 +4037,133 @@
|
|
|
4182
4037
|
"name": "FoundationElement",
|
|
4183
4038
|
"package": "@microsoft/fast-foundation"
|
|
4184
4039
|
},
|
|
4185
|
-
"tagName": "%%prefix%%-
|
|
4040
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
4186
4041
|
"customElement": true
|
|
4187
4042
|
},
|
|
4188
4043
|
{
|
|
4189
4044
|
"kind": "variable",
|
|
4190
|
-
"name": "
|
|
4191
|
-
"
|
|
4192
|
-
"description": "The AG Select Renderer Styles.",
|
|
4045
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4046
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
4193
4047
|
"privacy": "public"
|
|
4194
4048
|
},
|
|
4195
4049
|
{
|
|
4196
4050
|
"kind": "function",
|
|
4197
|
-
"name": "
|
|
4198
|
-
"parameters": [
|
|
4199
|
-
{
|
|
4200
|
-
"name": "designSystem",
|
|
4201
|
-
"default": "'foundation'",
|
|
4202
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4203
|
-
}
|
|
4204
|
-
],
|
|
4205
|
-
"description": "Get a Design System prefixed Select template.",
|
|
4051
|
+
"name": "getActionsMenuDef",
|
|
4206
4052
|
"return": {
|
|
4207
4053
|
"type": {
|
|
4208
4054
|
"text": ""
|
|
4209
4055
|
}
|
|
4210
4056
|
},
|
|
4211
|
-
"
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4215
|
-
|
|
4057
|
+
"parameters": [
|
|
4058
|
+
{
|
|
4059
|
+
"name": "actions",
|
|
4060
|
+
"type": {
|
|
4061
|
+
"text": "ActionMenuItem[]"
|
|
4062
|
+
},
|
|
4063
|
+
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
4064
|
+
},
|
|
4065
|
+
{
|
|
4066
|
+
"name": "overrideDef",
|
|
4067
|
+
"default": "{}",
|
|
4068
|
+
"type": {
|
|
4069
|
+
"text": "ColDef"
|
|
4070
|
+
},
|
|
4071
|
+
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
4072
|
+
},
|
|
4073
|
+
{
|
|
4074
|
+
"name": "customActionsOpenerName",
|
|
4075
|
+
"default": "'⋮'",
|
|
4076
|
+
"type": {
|
|
4077
|
+
"text": "string"
|
|
4078
|
+
},
|
|
4079
|
+
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
4080
|
+
},
|
|
4081
|
+
{
|
|
4082
|
+
"name": "isVertical",
|
|
4083
|
+
"default": "false",
|
|
4084
|
+
"type": {
|
|
4085
|
+
"text": "boolean"
|
|
4086
|
+
},
|
|
4087
|
+
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
4088
|
+
},
|
|
4089
|
+
{
|
|
4090
|
+
"name": "buttonAppearance",
|
|
4091
|
+
"optional": true,
|
|
4092
|
+
"type": {
|
|
4093
|
+
"text": "string"
|
|
4094
|
+
},
|
|
4095
|
+
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
4096
|
+
}
|
|
4097
|
+
],
|
|
4098
|
+
"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).",
|
|
4216
4099
|
"privacy": "public"
|
|
4217
4100
|
}
|
|
4218
4101
|
],
|
|
4219
4102
|
"exports": [
|
|
4220
4103
|
{
|
|
4221
4104
|
"kind": "js",
|
|
4222
|
-
"name": "
|
|
4223
|
-
"declaration": {
|
|
4224
|
-
"name": "MultiselectEditor",
|
|
4225
|
-
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4226
|
-
}
|
|
4227
|
-
},
|
|
4228
|
-
{
|
|
4229
|
-
"kind": "js",
|
|
4230
|
-
"name": "agMultiselectEditorStyles",
|
|
4105
|
+
"name": "ActionsMenuRenderer",
|
|
4231
4106
|
"declaration": {
|
|
4232
|
-
"name": "
|
|
4233
|
-
"module": "src/cell-
|
|
4107
|
+
"name": "ActionsMenuRenderer",
|
|
4108
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
4234
4109
|
}
|
|
4235
4110
|
},
|
|
4236
4111
|
{
|
|
4237
4112
|
"kind": "js",
|
|
4238
|
-
"name": "
|
|
4113
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4239
4114
|
"declaration": {
|
|
4240
|
-
"name": "
|
|
4241
|
-
"module": "src/cell-
|
|
4115
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4116
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
4242
4117
|
}
|
|
4243
4118
|
},
|
|
4244
4119
|
{
|
|
4245
4120
|
"kind": "js",
|
|
4246
|
-
"name": "
|
|
4121
|
+
"name": "getActionsMenuDef",
|
|
4247
4122
|
"declaration": {
|
|
4248
|
-
"name": "
|
|
4249
|
-
"module": "src/cell-
|
|
4123
|
+
"name": "getActionsMenuDef",
|
|
4124
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
4250
4125
|
}
|
|
4251
4126
|
}
|
|
4252
4127
|
]
|
|
4253
4128
|
},
|
|
4254
4129
|
{
|
|
4255
4130
|
"kind": "javascript-module",
|
|
4256
|
-
"path": "src/cell-
|
|
4131
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
4257
4132
|
"declarations": [
|
|
4258
4133
|
{
|
|
4259
4134
|
"kind": "class",
|
|
4260
|
-
"description": "The AG
|
|
4261
|
-
"name": "
|
|
4135
|
+
"description": "The AG Boolean Renderer element.",
|
|
4136
|
+
"name": "BooleanRenderer",
|
|
4262
4137
|
"members": [
|
|
4263
4138
|
{
|
|
4264
4139
|
"kind": "field",
|
|
4265
4140
|
"name": "params",
|
|
4266
4141
|
"type": {
|
|
4267
|
-
"text": "
|
|
4268
|
-
},
|
|
4269
|
-
"privacy": "public"
|
|
4270
|
-
},
|
|
4271
|
-
{
|
|
4272
|
-
"kind": "field",
|
|
4273
|
-
"name": "value",
|
|
4274
|
-
"type": {
|
|
4275
|
-
"text": "number"
|
|
4142
|
+
"text": "ICellRendererParams & BooleanRendererParams"
|
|
4276
4143
|
},
|
|
4277
4144
|
"privacy": "public"
|
|
4278
4145
|
},
|
|
4279
4146
|
{
|
|
4280
4147
|
"kind": "field",
|
|
4281
|
-
"name": "
|
|
4148
|
+
"name": "selected",
|
|
4282
4149
|
"type": {
|
|
4283
|
-
"text": "
|
|
4284
|
-
}
|
|
4285
|
-
"privacy": "public"
|
|
4150
|
+
"text": "boolean"
|
|
4151
|
+
}
|
|
4286
4152
|
},
|
|
4287
4153
|
{
|
|
4288
|
-
"kind": "
|
|
4289
|
-
"name": "
|
|
4290
|
-
"
|
|
4291
|
-
|
|
4154
|
+
"kind": "method",
|
|
4155
|
+
"name": "isDisabled",
|
|
4156
|
+
"privacy": "public",
|
|
4157
|
+
"return": {
|
|
4158
|
+
"type": {
|
|
4159
|
+
"text": "boolean"
|
|
4160
|
+
}
|
|
4292
4161
|
},
|
|
4293
|
-
"
|
|
4162
|
+
"parameters": [
|
|
4163
|
+
{
|
|
4164
|
+
"name": "data"
|
|
4165
|
+
}
|
|
4166
|
+
]
|
|
4294
4167
|
},
|
|
4295
4168
|
{
|
|
4296
4169
|
"kind": "method",
|
|
@@ -4300,7 +4173,7 @@
|
|
|
4300
4173
|
{
|
|
4301
4174
|
"name": "params",
|
|
4302
4175
|
"type": {
|
|
4303
|
-
"text": "
|
|
4176
|
+
"text": "ICellRendererParams"
|
|
4304
4177
|
}
|
|
4305
4178
|
}
|
|
4306
4179
|
]
|
|
@@ -4315,20 +4188,20 @@
|
|
|
4315
4188
|
}
|
|
4316
4189
|
}
|
|
4317
4190
|
},
|
|
4191
|
+
{
|
|
4192
|
+
"kind": "method",
|
|
4193
|
+
"name": "destroy",
|
|
4194
|
+
"privacy": "public"
|
|
4195
|
+
},
|
|
4318
4196
|
{
|
|
4319
4197
|
"kind": "method",
|
|
4320
4198
|
"name": "refresh",
|
|
4321
4199
|
"privacy": "public",
|
|
4322
|
-
"return": {
|
|
4323
|
-
"type": {
|
|
4324
|
-
"text": "boolean"
|
|
4325
|
-
}
|
|
4326
|
-
},
|
|
4327
4200
|
"parameters": [
|
|
4328
4201
|
{
|
|
4329
4202
|
"name": "params",
|
|
4330
4203
|
"type": {
|
|
4331
|
-
"text": "
|
|
4204
|
+
"text": "ICellRendererParams"
|
|
4332
4205
|
}
|
|
4333
4206
|
}
|
|
4334
4207
|
]
|
|
@@ -4337,28 +4210,6 @@
|
|
|
4337
4210
|
"kind": "method",
|
|
4338
4211
|
"name": "getValue"
|
|
4339
4212
|
},
|
|
4340
|
-
{
|
|
4341
|
-
"kind": "method",
|
|
4342
|
-
"name": "isPopup",
|
|
4343
|
-
"return": {
|
|
4344
|
-
"type": {
|
|
4345
|
-
"text": "boolean"
|
|
4346
|
-
}
|
|
4347
|
-
}
|
|
4348
|
-
},
|
|
4349
|
-
{
|
|
4350
|
-
"kind": "method",
|
|
4351
|
-
"name": "afterGuiAttached"
|
|
4352
|
-
},
|
|
4353
|
-
{
|
|
4354
|
-
"kind": "method",
|
|
4355
|
-
"name": "changeHandler",
|
|
4356
|
-
"parameters": [
|
|
4357
|
-
{
|
|
4358
|
-
"name": "event"
|
|
4359
|
-
}
|
|
4360
|
-
]
|
|
4361
|
-
},
|
|
4362
4213
|
{
|
|
4363
4214
|
"kind": "method",
|
|
4364
4215
|
"name": "isCancelBeforeStart"
|
|
@@ -4479,19 +4330,19 @@
|
|
|
4479
4330
|
"name": "FoundationElement",
|
|
4480
4331
|
"package": "@microsoft/fast-foundation"
|
|
4481
4332
|
},
|
|
4482
|
-
"tagName": "%%prefix%%-
|
|
4333
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
4483
4334
|
"customElement": true
|
|
4484
4335
|
},
|
|
4485
4336
|
{
|
|
4486
4337
|
"kind": "variable",
|
|
4487
|
-
"name": "
|
|
4488
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4489
|
-
"description": "The AG
|
|
4338
|
+
"name": "agBooleanRendererStyles",
|
|
4339
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
4340
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
4490
4341
|
"privacy": "public"
|
|
4491
4342
|
},
|
|
4492
4343
|
{
|
|
4493
4344
|
"kind": "function",
|
|
4494
|
-
"name": "
|
|
4345
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4495
4346
|
"parameters": [
|
|
4496
4347
|
{
|
|
4497
4348
|
"name": "designSystem",
|
|
@@ -4499,7 +4350,7 @@
|
|
|
4499
4350
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4500
4351
|
}
|
|
4501
4352
|
],
|
|
4502
|
-
"description": "Get a Design System prefixed
|
|
4353
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
4503
4354
|
"return": {
|
|
4504
4355
|
"type": {
|
|
4505
4356
|
"text": ""
|
|
@@ -4509,85 +4360,61 @@
|
|
|
4509
4360
|
},
|
|
4510
4361
|
{
|
|
4511
4362
|
"kind": "variable",
|
|
4512
|
-
"name": "
|
|
4363
|
+
"name": "foundationAgBooleanRenderer",
|
|
4364
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
4513
4365
|
"privacy": "public"
|
|
4514
4366
|
}
|
|
4515
4367
|
],
|
|
4516
4368
|
"exports": [
|
|
4517
4369
|
{
|
|
4518
4370
|
"kind": "js",
|
|
4519
|
-
"name": "
|
|
4371
|
+
"name": "BooleanRenderer",
|
|
4520
4372
|
"declaration": {
|
|
4521
|
-
"name": "
|
|
4522
|
-
"module": "src/cell-
|
|
4373
|
+
"name": "BooleanRenderer",
|
|
4374
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4523
4375
|
}
|
|
4524
4376
|
},
|
|
4525
4377
|
{
|
|
4526
4378
|
"kind": "js",
|
|
4527
|
-
"name": "
|
|
4379
|
+
"name": "agBooleanRendererStyles",
|
|
4528
4380
|
"declaration": {
|
|
4529
|
-
"name": "
|
|
4530
|
-
"module": "src/cell-
|
|
4381
|
+
"name": "agBooleanRendererStyles",
|
|
4382
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4531
4383
|
}
|
|
4532
4384
|
},
|
|
4533
4385
|
{
|
|
4534
4386
|
"kind": "js",
|
|
4535
|
-
"name": "
|
|
4387
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4536
4388
|
"declaration": {
|
|
4537
|
-
"name": "
|
|
4538
|
-
"module": "src/cell-
|
|
4389
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4390
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4539
4391
|
}
|
|
4540
4392
|
},
|
|
4541
4393
|
{
|
|
4542
4394
|
"kind": "js",
|
|
4543
|
-
"name": "
|
|
4395
|
+
"name": "foundationAgBooleanRenderer",
|
|
4544
4396
|
"declaration": {
|
|
4545
|
-
"name": "
|
|
4546
|
-
"module": "src/cell-
|
|
4397
|
+
"name": "foundationAgBooleanRenderer",
|
|
4398
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4547
4399
|
}
|
|
4548
4400
|
}
|
|
4549
4401
|
]
|
|
4550
4402
|
},
|
|
4551
4403
|
{
|
|
4552
4404
|
"kind": "javascript-module",
|
|
4553
|
-
"path": "src/cell-
|
|
4405
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
4554
4406
|
"declarations": [
|
|
4555
4407
|
{
|
|
4556
4408
|
"kind": "class",
|
|
4557
|
-
"description": "The AG
|
|
4558
|
-
"name": "
|
|
4409
|
+
"description": "The AG Editable Renderer element.",
|
|
4410
|
+
"name": "EditableRenderer",
|
|
4559
4411
|
"members": [
|
|
4560
4412
|
{
|
|
4561
4413
|
"kind": "field",
|
|
4562
|
-
"name": "
|
|
4563
|
-
"type": {
|
|
4564
|
-
"text": "SelectEditorParams"
|
|
4565
|
-
},
|
|
4566
|
-
"privacy": "public"
|
|
4567
|
-
},
|
|
4568
|
-
{
|
|
4569
|
-
"kind": "field",
|
|
4570
|
-
"name": "value",
|
|
4414
|
+
"name": "valueFormatted",
|
|
4571
4415
|
"type": {
|
|
4572
4416
|
"text": "string"
|
|
4573
|
-
}
|
|
4574
|
-
"privacy": "public"
|
|
4575
|
-
},
|
|
4576
|
-
{
|
|
4577
|
-
"kind": "field",
|
|
4578
|
-
"name": "actualWidth",
|
|
4579
|
-
"type": {
|
|
4580
|
-
"text": "number"
|
|
4581
|
-
},
|
|
4582
|
-
"privacy": "public"
|
|
4583
|
-
},
|
|
4584
|
-
{
|
|
4585
|
-
"kind": "field",
|
|
4586
|
-
"name": "combobox",
|
|
4587
|
-
"type": {
|
|
4588
|
-
"text": "any"
|
|
4589
|
-
},
|
|
4590
|
-
"privacy": "public"
|
|
4417
|
+
}
|
|
4591
4418
|
},
|
|
4592
4419
|
{
|
|
4593
4420
|
"kind": "method",
|
|
@@ -4597,7 +4424,7 @@
|
|
|
4597
4424
|
{
|
|
4598
4425
|
"name": "params",
|
|
4599
4426
|
"type": {
|
|
4600
|
-
"text": "
|
|
4427
|
+
"text": "ICellRendererParams"
|
|
4601
4428
|
}
|
|
4602
4429
|
}
|
|
4603
4430
|
]
|
|
@@ -4616,61 +4443,26 @@
|
|
|
4616
4443
|
"kind": "method",
|
|
4617
4444
|
"name": "refresh",
|
|
4618
4445
|
"privacy": "public",
|
|
4619
|
-
"return": {
|
|
4620
|
-
"type": {
|
|
4621
|
-
"text": "boolean"
|
|
4622
|
-
}
|
|
4623
|
-
},
|
|
4624
4446
|
"parameters": [
|
|
4625
4447
|
{
|
|
4626
4448
|
"name": "params",
|
|
4627
4449
|
"type": {
|
|
4628
|
-
"text": "
|
|
4450
|
+
"text": "ICellRendererParams"
|
|
4629
4451
|
}
|
|
4630
4452
|
}
|
|
4631
4453
|
]
|
|
4632
4454
|
},
|
|
4633
4455
|
{
|
|
4634
|
-
"kind": "
|
|
4635
|
-
"name": "
|
|
4636
|
-
|
|
4637
|
-
|
|
4638
|
-
|
|
4639
|
-
"
|
|
4640
|
-
"
|
|
4641
|
-
|
|
4642
|
-
|
|
4643
|
-
|
|
4644
|
-
}
|
|
4645
|
-
},
|
|
4646
|
-
{
|
|
4647
|
-
"kind": "method",
|
|
4648
|
-
"name": "afterGuiAttached"
|
|
4649
|
-
},
|
|
4650
|
-
{
|
|
4651
|
-
"kind": "method",
|
|
4652
|
-
"name": "changeHandler",
|
|
4653
|
-
"parameters": [
|
|
4654
|
-
{
|
|
4655
|
-
"name": "event"
|
|
4656
|
-
}
|
|
4657
|
-
]
|
|
4658
|
-
},
|
|
4659
|
-
{
|
|
4660
|
-
"kind": "method",
|
|
4661
|
-
"name": "isCancelBeforeStart"
|
|
4662
|
-
},
|
|
4663
|
-
{
|
|
4664
|
-
"kind": "field",
|
|
4665
|
-
"name": "_presentation",
|
|
4666
|
-
"type": {
|
|
4667
|
-
"text": "ComponentPresentation | null | undefined"
|
|
4668
|
-
},
|
|
4669
|
-
"privacy": "private",
|
|
4670
|
-
"default": "void 0",
|
|
4671
|
-
"inheritedFrom": {
|
|
4672
|
-
"name": "FoundationElement",
|
|
4673
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4456
|
+
"kind": "field",
|
|
4457
|
+
"name": "_presentation",
|
|
4458
|
+
"type": {
|
|
4459
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4460
|
+
},
|
|
4461
|
+
"privacy": "private",
|
|
4462
|
+
"default": "void 0",
|
|
4463
|
+
"inheritedFrom": {
|
|
4464
|
+
"name": "FoundationElement",
|
|
4465
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4674
4466
|
}
|
|
4675
4467
|
},
|
|
4676
4468
|
{
|
|
@@ -4776,19 +4568,19 @@
|
|
|
4776
4568
|
"name": "FoundationElement",
|
|
4777
4569
|
"package": "@microsoft/fast-foundation"
|
|
4778
4570
|
},
|
|
4779
|
-
"tagName": "%%prefix%%-
|
|
4571
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
4780
4572
|
"customElement": true
|
|
4781
4573
|
},
|
|
4782
4574
|
{
|
|
4783
4575
|
"kind": "variable",
|
|
4784
|
-
"name": "
|
|
4785
|
-
"default": "css
|
|
4786
|
-
"description": "The AG
|
|
4576
|
+
"name": "agEditableRendererStyles",
|
|
4577
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
4578
|
+
"description": "The AG Editable Renderer Styles.",
|
|
4787
4579
|
"privacy": "public"
|
|
4788
4580
|
},
|
|
4789
4581
|
{
|
|
4790
4582
|
"kind": "function",
|
|
4791
|
-
"name": "
|
|
4583
|
+
"name": "getAgEditableRendererTemplate",
|
|
4792
4584
|
"parameters": [
|
|
4793
4585
|
{
|
|
4794
4586
|
"name": "designSystem",
|
|
@@ -4796,7 +4588,7 @@
|
|
|
4796
4588
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4797
4589
|
}
|
|
4798
4590
|
],
|
|
4799
|
-
"description": "Get a Design System prefixed
|
|
4591
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
4800
4592
|
"return": {
|
|
4801
4593
|
"type": {
|
|
4802
4594
|
"text": ""
|
|
@@ -4806,83 +4598,88 @@
|
|
|
4806
4598
|
},
|
|
4807
4599
|
{
|
|
4808
4600
|
"kind": "variable",
|
|
4809
|
-
"name": "
|
|
4601
|
+
"name": "foundationAgEditableRenderer",
|
|
4602
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
4810
4603
|
"privacy": "public"
|
|
4811
4604
|
}
|
|
4812
4605
|
],
|
|
4813
4606
|
"exports": [
|
|
4814
4607
|
{
|
|
4815
4608
|
"kind": "js",
|
|
4816
|
-
"name": "
|
|
4609
|
+
"name": "EditableRenderer",
|
|
4817
4610
|
"declaration": {
|
|
4818
|
-
"name": "
|
|
4819
|
-
"module": "src/cell-
|
|
4611
|
+
"name": "EditableRenderer",
|
|
4612
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4820
4613
|
}
|
|
4821
4614
|
},
|
|
4822
4615
|
{
|
|
4823
4616
|
"kind": "js",
|
|
4824
|
-
"name": "
|
|
4617
|
+
"name": "agEditableRendererStyles",
|
|
4825
4618
|
"declaration": {
|
|
4826
|
-
"name": "
|
|
4827
|
-
"module": "src/cell-
|
|
4619
|
+
"name": "agEditableRendererStyles",
|
|
4620
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4828
4621
|
}
|
|
4829
4622
|
},
|
|
4830
4623
|
{
|
|
4831
4624
|
"kind": "js",
|
|
4832
|
-
"name": "
|
|
4625
|
+
"name": "getAgEditableRendererTemplate",
|
|
4833
4626
|
"declaration": {
|
|
4834
|
-
"name": "
|
|
4835
|
-
"module": "src/cell-
|
|
4627
|
+
"name": "getAgEditableRendererTemplate",
|
|
4628
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4836
4629
|
}
|
|
4837
4630
|
},
|
|
4838
4631
|
{
|
|
4839
4632
|
"kind": "js",
|
|
4840
|
-
"name": "
|
|
4633
|
+
"name": "foundationAgEditableRenderer",
|
|
4841
4634
|
"declaration": {
|
|
4842
|
-
"name": "
|
|
4843
|
-
"module": "src/cell-
|
|
4635
|
+
"name": "foundationAgEditableRenderer",
|
|
4636
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4844
4637
|
}
|
|
4845
4638
|
}
|
|
4846
4639
|
]
|
|
4847
4640
|
},
|
|
4848
4641
|
{
|
|
4849
4642
|
"kind": "javascript-module",
|
|
4850
|
-
"path": "src/cell-
|
|
4643
|
+
"path": "src/cell-renderers/icon.renderer.ts",
|
|
4851
4644
|
"declarations": [
|
|
4852
4645
|
{
|
|
4853
|
-
"kind": "
|
|
4854
|
-
"
|
|
4855
|
-
"
|
|
4856
|
-
"
|
|
4857
|
-
|
|
4858
|
-
|
|
4859
|
-
|
|
4860
|
-
|
|
4861
|
-
|
|
4862
|
-
|
|
4863
|
-
"privacy": "public"
|
|
4864
|
-
},
|
|
4646
|
+
"kind": "variable",
|
|
4647
|
+
"name": "agIconRendererStyles",
|
|
4648
|
+
"default": "css`\n :host {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n width: 100%;\n position: relative;\n }\n\n .icon-container {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 5px;\n }\n\n .icon-container.with-hover {\n padding: 5px;\n line-height: 1;\n }\n\n .icon-container.with-hover:hover {\n cursor: pointer;\n background-color: var(--neutral-stroke-hover);\n }\n\n .icon-container.disabled {\n cursor: not-allowed;\n opacity: 0.5;\n }\n\n .secondary-icon {\n position: absolute;\n top: 50%;\n bottom: 0px;\n right: -5px;\n z-index: 2;\n line-height: 1;\n }\n`",
|
|
4649
|
+
"description": "The AG Icon Renderer Styles.",
|
|
4650
|
+
"privacy": "public"
|
|
4651
|
+
},
|
|
4652
|
+
{
|
|
4653
|
+
"kind": "function",
|
|
4654
|
+
"name": "getIconRendererTemplate",
|
|
4655
|
+
"parameters": [
|
|
4865
4656
|
{
|
|
4866
|
-
"
|
|
4867
|
-
"
|
|
4657
|
+
"name": "designSystem",
|
|
4658
|
+
"default": "'rapid'",
|
|
4868
4659
|
"type": {
|
|
4869
4660
|
"text": "string"
|
|
4870
4661
|
},
|
|
4871
|
-
"
|
|
4872
|
-
}
|
|
4873
|
-
|
|
4874
|
-
|
|
4875
|
-
|
|
4876
|
-
|
|
4877
|
-
|
|
4878
|
-
|
|
4879
|
-
|
|
4880
|
-
|
|
4662
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4663
|
+
}
|
|
4664
|
+
],
|
|
4665
|
+
"description": "Get a Design System prefixed Icon template.",
|
|
4666
|
+
"return": {
|
|
4667
|
+
"type": {
|
|
4668
|
+
"text": ""
|
|
4669
|
+
}
|
|
4670
|
+
},
|
|
4671
|
+
"privacy": "public"
|
|
4672
|
+
},
|
|
4673
|
+
{
|
|
4674
|
+
"kind": "class",
|
|
4675
|
+
"description": "Plain ag-Grid cell renderer for icons.\nThis renderer creates the FAST custom element using document.createElement.",
|
|
4676
|
+
"name": "IconRenderer",
|
|
4677
|
+
"members": [
|
|
4881
4678
|
{
|
|
4882
4679
|
"kind": "field",
|
|
4883
|
-
"name": "
|
|
4680
|
+
"name": "params",
|
|
4884
4681
|
"type": {
|
|
4885
|
-
"text": "
|
|
4682
|
+
"text": "IconRendererParams"
|
|
4886
4683
|
},
|
|
4887
4684
|
"privacy": "public"
|
|
4888
4685
|
},
|
|
@@ -4894,7 +4691,7 @@
|
|
|
4894
4691
|
{
|
|
4895
4692
|
"name": "params",
|
|
4896
4693
|
"type": {
|
|
4897
|
-
"text": "
|
|
4694
|
+
"text": "IconRendererParams & ICellRendererParams"
|
|
4898
4695
|
}
|
|
4899
4696
|
}
|
|
4900
4697
|
]
|
|
@@ -4912,51 +4709,21 @@
|
|
|
4912
4709
|
{
|
|
4913
4710
|
"kind": "method",
|
|
4914
4711
|
"name": "refresh",
|
|
4915
|
-
"privacy": "public",
|
|
4916
|
-
"return": {
|
|
4917
|
-
"type": {
|
|
4918
|
-
"text": "boolean"
|
|
4919
|
-
}
|
|
4920
|
-
},
|
|
4921
4712
|
"parameters": [
|
|
4922
4713
|
{
|
|
4923
|
-
"name": "params"
|
|
4924
|
-
"type": {
|
|
4925
|
-
"text": "StringEditorParams"
|
|
4926
|
-
}
|
|
4714
|
+
"name": "params"
|
|
4927
4715
|
}
|
|
4928
4716
|
]
|
|
4929
4717
|
},
|
|
4930
4718
|
{
|
|
4931
4719
|
"kind": "method",
|
|
4932
|
-
"name": "
|
|
4933
|
-
},
|
|
4934
|
-
{
|
|
4935
|
-
"kind": "method",
|
|
4936
|
-
"name": "isPopup",
|
|
4720
|
+
"name": "destroy",
|
|
4937
4721
|
"return": {
|
|
4938
4722
|
"type": {
|
|
4939
|
-
"text": "
|
|
4723
|
+
"text": "void"
|
|
4940
4724
|
}
|
|
4941
4725
|
}
|
|
4942
4726
|
},
|
|
4943
|
-
{
|
|
4944
|
-
"kind": "method",
|
|
4945
|
-
"name": "afterGuiAttached"
|
|
4946
|
-
},
|
|
4947
|
-
{
|
|
4948
|
-
"kind": "method",
|
|
4949
|
-
"name": "changeHandler",
|
|
4950
|
-
"parameters": [
|
|
4951
|
-
{
|
|
4952
|
-
"name": "event"
|
|
4953
|
-
}
|
|
4954
|
-
]
|
|
4955
|
-
},
|
|
4956
|
-
{
|
|
4957
|
-
"kind": "method",
|
|
4958
|
-
"name": "isCancelBeforeStart"
|
|
4959
|
-
},
|
|
4960
4727
|
{
|
|
4961
4728
|
"kind": "field",
|
|
4962
4729
|
"name": "_presentation",
|
|
@@ -5072,137 +4839,210 @@
|
|
|
5072
4839
|
"superclass": {
|
|
5073
4840
|
"name": "FoundationElement",
|
|
5074
4841
|
"package": "@microsoft/fast-foundation"
|
|
5075
|
-
}
|
|
5076
|
-
"tagName": "%%prefix%%-string-editor",
|
|
5077
|
-
"customElement": true
|
|
5078
|
-
},
|
|
5079
|
-
{
|
|
5080
|
-
"kind": "variable",
|
|
5081
|
-
"name": "agStringEditorStyles",
|
|
5082
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5083
|
-
"description": "The AG String Renderer Styles.",
|
|
5084
|
-
"privacy": "public"
|
|
5085
|
-
},
|
|
5086
|
-
{
|
|
5087
|
-
"kind": "function",
|
|
5088
|
-
"name": "getStringEditorTemplate",
|
|
5089
|
-
"parameters": [
|
|
5090
|
-
{
|
|
5091
|
-
"name": "designSystem",
|
|
5092
|
-
"default": "'foundation'",
|
|
5093
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5094
|
-
}
|
|
5095
|
-
],
|
|
5096
|
-
"description": "Get a Design System prefixed String template.",
|
|
5097
|
-
"return": {
|
|
5098
|
-
"type": {
|
|
5099
|
-
"text": ""
|
|
5100
|
-
}
|
|
5101
|
-
},
|
|
5102
|
-
"privacy": "public"
|
|
4842
|
+
}
|
|
5103
4843
|
},
|
|
5104
4844
|
{
|
|
5105
4845
|
"kind": "variable",
|
|
5106
|
-
"name": "
|
|
4846
|
+
"name": "foundationIconRenderer",
|
|
4847
|
+
"description": "A function that returns a Foundation Icon Renderer registration for configuring the component with a DesignSystem.",
|
|
5107
4848
|
"privacy": "public"
|
|
5108
4849
|
}
|
|
5109
4850
|
],
|
|
5110
4851
|
"exports": [
|
|
5111
4852
|
{
|
|
5112
4853
|
"kind": "js",
|
|
5113
|
-
"name": "
|
|
4854
|
+
"name": "agIconRendererStyles",
|
|
5114
4855
|
"declaration": {
|
|
5115
|
-
"name": "
|
|
5116
|
-
"module": "src/cell-
|
|
4856
|
+
"name": "agIconRendererStyles",
|
|
4857
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
5117
4858
|
}
|
|
5118
4859
|
},
|
|
5119
4860
|
{
|
|
5120
4861
|
"kind": "js",
|
|
5121
|
-
"name": "
|
|
4862
|
+
"name": "getIconRendererTemplate",
|
|
5122
4863
|
"declaration": {
|
|
5123
|
-
"name": "
|
|
5124
|
-
"module": "src/cell-
|
|
4864
|
+
"name": "getIconRendererTemplate",
|
|
4865
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
5125
4866
|
}
|
|
5126
4867
|
},
|
|
5127
4868
|
{
|
|
5128
4869
|
"kind": "js",
|
|
5129
|
-
"name": "
|
|
4870
|
+
"name": "IconRenderer",
|
|
5130
4871
|
"declaration": {
|
|
5131
|
-
"name": "
|
|
5132
|
-
"module": "src/cell-
|
|
4872
|
+
"name": "IconRenderer",
|
|
4873
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
5133
4874
|
}
|
|
5134
4875
|
},
|
|
5135
4876
|
{
|
|
5136
4877
|
"kind": "js",
|
|
5137
|
-
"name": "
|
|
4878
|
+
"name": "foundationIconRenderer",
|
|
5138
4879
|
"declaration": {
|
|
5139
|
-
"name": "
|
|
5140
|
-
"module": "src/cell-
|
|
4880
|
+
"name": "foundationIconRenderer",
|
|
4881
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
5141
4882
|
}
|
|
5142
4883
|
}
|
|
5143
4884
|
]
|
|
5144
4885
|
},
|
|
5145
4886
|
{
|
|
5146
4887
|
"kind": "javascript-module",
|
|
5147
|
-
"path": "src/cell-renderers/
|
|
5148
|
-
"declarations": [
|
|
4888
|
+
"path": "src/cell-renderers/index.ts",
|
|
4889
|
+
"declarations": [],
|
|
4890
|
+
"exports": [
|
|
5149
4891
|
{
|
|
5150
|
-
"kind": "
|
|
5151
|
-
"
|
|
5152
|
-
"
|
|
5153
|
-
|
|
5154
|
-
|
|
5155
|
-
|
|
5156
|
-
|
|
5157
|
-
|
|
5158
|
-
|
|
5159
|
-
|
|
5160
|
-
|
|
5161
|
-
|
|
5162
|
-
|
|
5163
|
-
|
|
5164
|
-
|
|
5165
|
-
|
|
5166
|
-
|
|
5167
|
-
|
|
5168
|
-
|
|
5169
|
-
|
|
5170
|
-
|
|
5171
|
-
|
|
5172
|
-
|
|
5173
|
-
|
|
5174
|
-
|
|
5175
|
-
|
|
5176
|
-
|
|
5177
|
-
|
|
5178
|
-
|
|
5179
|
-
|
|
5180
|
-
|
|
5181
|
-
|
|
5182
|
-
|
|
5183
|
-
|
|
5184
|
-
|
|
5185
|
-
|
|
5186
|
-
|
|
5187
|
-
|
|
4892
|
+
"kind": "js",
|
|
4893
|
+
"name": "*",
|
|
4894
|
+
"declaration": {
|
|
4895
|
+
"name": "*",
|
|
4896
|
+
"package": "./action.renderer"
|
|
4897
|
+
}
|
|
4898
|
+
},
|
|
4899
|
+
{
|
|
4900
|
+
"kind": "js",
|
|
4901
|
+
"name": "*",
|
|
4902
|
+
"declaration": {
|
|
4903
|
+
"name": "*",
|
|
4904
|
+
"package": "./actions-menu.renderer"
|
|
4905
|
+
}
|
|
4906
|
+
},
|
|
4907
|
+
{
|
|
4908
|
+
"kind": "js",
|
|
4909
|
+
"name": "*",
|
|
4910
|
+
"declaration": {
|
|
4911
|
+
"name": "*",
|
|
4912
|
+
"package": "./boolean.renderer"
|
|
4913
|
+
}
|
|
4914
|
+
},
|
|
4915
|
+
{
|
|
4916
|
+
"kind": "js",
|
|
4917
|
+
"name": "*",
|
|
4918
|
+
"declaration": {
|
|
4919
|
+
"name": "*",
|
|
4920
|
+
"package": "./editable.renderer"
|
|
4921
|
+
}
|
|
4922
|
+
},
|
|
4923
|
+
{
|
|
4924
|
+
"kind": "js",
|
|
4925
|
+
"name": "*",
|
|
4926
|
+
"declaration": {
|
|
4927
|
+
"name": "*",
|
|
4928
|
+
"package": "./icon.renderer"
|
|
4929
|
+
}
|
|
4930
|
+
},
|
|
4931
|
+
{
|
|
4932
|
+
"kind": "js",
|
|
4933
|
+
"name": "*",
|
|
4934
|
+
"declaration": {
|
|
4935
|
+
"name": "*",
|
|
4936
|
+
"package": "./text.renderer"
|
|
4937
|
+
}
|
|
4938
|
+
},
|
|
4939
|
+
{
|
|
4940
|
+
"kind": "js",
|
|
4941
|
+
"name": "*",
|
|
4942
|
+
"declaration": {
|
|
4943
|
+
"name": "*",
|
|
4944
|
+
"package": "./text-field.renderer"
|
|
4945
|
+
}
|
|
4946
|
+
},
|
|
4947
|
+
{
|
|
4948
|
+
"kind": "js",
|
|
4949
|
+
"name": "*",
|
|
4950
|
+
"declaration": {
|
|
4951
|
+
"name": "*",
|
|
4952
|
+
"package": "./status-pill.renderer"
|
|
4953
|
+
}
|
|
4954
|
+
},
|
|
4955
|
+
{
|
|
4956
|
+
"kind": "js",
|
|
4957
|
+
"name": "*",
|
|
4958
|
+
"declaration": {
|
|
4959
|
+
"name": "*",
|
|
4960
|
+
"package": "./select.renderer"
|
|
4961
|
+
}
|
|
4962
|
+
}
|
|
4963
|
+
]
|
|
4964
|
+
},
|
|
4965
|
+
{
|
|
4966
|
+
"kind": "javascript-module",
|
|
4967
|
+
"path": "src/cell-renderers/select.renderer.ts",
|
|
4968
|
+
"declarations": [
|
|
4969
|
+
{
|
|
4970
|
+
"kind": "class",
|
|
4971
|
+
"description": "The AG Select Renderer element.",
|
|
4972
|
+
"name": "SelectRenderer",
|
|
4973
|
+
"members": [
|
|
4974
|
+
{
|
|
4975
|
+
"kind": "field",
|
|
4976
|
+
"name": "params",
|
|
4977
|
+
"type": {
|
|
4978
|
+
"text": "SelectCellRendererParams"
|
|
4979
|
+
},
|
|
4980
|
+
"privacy": "public"
|
|
4981
|
+
},
|
|
4982
|
+
{
|
|
4983
|
+
"kind": "field",
|
|
4984
|
+
"name": "value",
|
|
4985
|
+
"type": {
|
|
4986
|
+
"text": "string"
|
|
4987
|
+
},
|
|
4988
|
+
"privacy": "public"
|
|
4989
|
+
},
|
|
4990
|
+
{
|
|
4991
|
+
"kind": "method",
|
|
4992
|
+
"name": "init",
|
|
4993
|
+
"privacy": "public",
|
|
4994
|
+
"parameters": [
|
|
4995
|
+
{
|
|
4996
|
+
"name": "params",
|
|
4997
|
+
"type": {
|
|
4998
|
+
"text": "SelectCellRendererParams"
|
|
4999
|
+
}
|
|
5000
|
+
}
|
|
5001
|
+
]
|
|
5002
|
+
},
|
|
5003
|
+
{
|
|
5004
|
+
"kind": "method",
|
|
5005
|
+
"name": "getGui",
|
|
5006
|
+
"privacy": "public",
|
|
5007
|
+
"return": {
|
|
5188
5008
|
"type": {
|
|
5189
5009
|
"text": "HTMLElement"
|
|
5190
5010
|
}
|
|
5191
5011
|
}
|
|
5192
5012
|
},
|
|
5013
|
+
{
|
|
5014
|
+
"kind": "method",
|
|
5015
|
+
"name": "destroy",
|
|
5016
|
+
"privacy": "public",
|
|
5017
|
+
"return": {
|
|
5018
|
+
"type": {
|
|
5019
|
+
"text": "void"
|
|
5020
|
+
}
|
|
5021
|
+
}
|
|
5022
|
+
},
|
|
5193
5023
|
{
|
|
5194
5024
|
"kind": "method",
|
|
5195
5025
|
"name": "refresh",
|
|
5196
5026
|
"privacy": "public",
|
|
5027
|
+
"return": {
|
|
5028
|
+
"type": {
|
|
5029
|
+
"text": "boolean"
|
|
5030
|
+
}
|
|
5031
|
+
},
|
|
5197
5032
|
"parameters": [
|
|
5198
5033
|
{
|
|
5199
5034
|
"name": "params",
|
|
5200
5035
|
"type": {
|
|
5201
|
-
"text": "
|
|
5036
|
+
"text": "SelectCellRendererParams"
|
|
5202
5037
|
}
|
|
5203
5038
|
}
|
|
5204
5039
|
]
|
|
5205
5040
|
},
|
|
5041
|
+
{
|
|
5042
|
+
"kind": "field",
|
|
5043
|
+
"name": "selectionChanged",
|
|
5044
|
+
"privacy": "public"
|
|
5045
|
+
},
|
|
5206
5046
|
{
|
|
5207
5047
|
"kind": "method",
|
|
5208
5048
|
"name": "isDisabled",
|
|
@@ -5218,16 +5058,6 @@
|
|
|
5218
5058
|
}
|
|
5219
5059
|
]
|
|
5220
5060
|
},
|
|
5221
|
-
{
|
|
5222
|
-
"kind": "method",
|
|
5223
|
-
"name": "clickHandler",
|
|
5224
|
-
"privacy": "public"
|
|
5225
|
-
},
|
|
5226
|
-
{
|
|
5227
|
-
"kind": "field",
|
|
5228
|
-
"name": "dataTestId",
|
|
5229
|
-
"readonly": true
|
|
5230
|
-
},
|
|
5231
5061
|
{
|
|
5232
5062
|
"kind": "field",
|
|
5233
5063
|
"name": "_presentation",
|
|
@@ -5344,117 +5174,157 @@
|
|
|
5344
5174
|
"name": "FoundationElement",
|
|
5345
5175
|
"package": "@microsoft/fast-foundation"
|
|
5346
5176
|
},
|
|
5347
|
-
"tagName": "%%prefix%%-
|
|
5177
|
+
"tagName": "%%prefix%%-select-renderer",
|
|
5348
5178
|
"customElement": true
|
|
5349
5179
|
},
|
|
5350
5180
|
{
|
|
5351
5181
|
"kind": "variable",
|
|
5352
|
-
"name": "
|
|
5353
|
-
"
|
|
5182
|
+
"name": "agSelectRendererStyles",
|
|
5183
|
+
"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`",
|
|
5184
|
+
"description": "The AG Select Renderer Styles.",
|
|
5354
5185
|
"privacy": "public"
|
|
5355
5186
|
},
|
|
5356
5187
|
{
|
|
5357
|
-
"kind": "
|
|
5358
|
-
"name": "
|
|
5359
|
-
"
|
|
5360
|
-
|
|
5188
|
+
"kind": "function",
|
|
5189
|
+
"name": "getSelectRendererTemplate",
|
|
5190
|
+
"parameters": [
|
|
5191
|
+
{
|
|
5192
|
+
"name": "designSystem",
|
|
5193
|
+
"default": "'foundation'",
|
|
5194
|
+
"type": {
|
|
5195
|
+
"text": "string"
|
|
5196
|
+
},
|
|
5197
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5198
|
+
}
|
|
5199
|
+
],
|
|
5200
|
+
"description": "Get a Design System prefixed Select template.",
|
|
5201
|
+
"return": {
|
|
5202
|
+
"type": {
|
|
5203
|
+
"text": ""
|
|
5204
|
+
}
|
|
5205
|
+
},
|
|
5361
5206
|
"privacy": "public"
|
|
5362
5207
|
},
|
|
5363
5208
|
{
|
|
5364
5209
|
"kind": "variable",
|
|
5365
|
-
"name": "
|
|
5366
|
-
"description": "A function that returns a Foundation
|
|
5210
|
+
"name": "foundationAgSelectRenderer",
|
|
5211
|
+
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
5367
5212
|
"privacy": "public"
|
|
5368
5213
|
}
|
|
5369
5214
|
],
|
|
5370
5215
|
"exports": [
|
|
5371
5216
|
{
|
|
5372
5217
|
"kind": "js",
|
|
5373
|
-
"name": "
|
|
5218
|
+
"name": "SelectRenderer",
|
|
5374
5219
|
"declaration": {
|
|
5375
|
-
"name": "
|
|
5376
|
-
"module": "src/cell-renderers/
|
|
5220
|
+
"name": "SelectRenderer",
|
|
5221
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5377
5222
|
}
|
|
5378
5223
|
},
|
|
5379
5224
|
{
|
|
5380
5225
|
"kind": "js",
|
|
5381
|
-
"name": "
|
|
5226
|
+
"name": "agSelectRendererStyles",
|
|
5382
5227
|
"declaration": {
|
|
5383
|
-
"name": "
|
|
5384
|
-
"module": "src/cell-renderers/
|
|
5228
|
+
"name": "agSelectRendererStyles",
|
|
5229
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5385
5230
|
}
|
|
5386
5231
|
},
|
|
5387
5232
|
{
|
|
5388
5233
|
"kind": "js",
|
|
5389
|
-
"name": "
|
|
5234
|
+
"name": "getSelectRendererTemplate",
|
|
5390
5235
|
"declaration": {
|
|
5391
|
-
"name": "
|
|
5392
|
-
"module": "src/cell-renderers/
|
|
5236
|
+
"name": "getSelectRendererTemplate",
|
|
5237
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5393
5238
|
}
|
|
5394
5239
|
},
|
|
5395
5240
|
{
|
|
5396
5241
|
"kind": "js",
|
|
5397
|
-
"name": "
|
|
5242
|
+
"name": "foundationAgSelectRenderer",
|
|
5398
5243
|
"declaration": {
|
|
5399
|
-
"name": "
|
|
5400
|
-
"module": "src/cell-renderers/
|
|
5244
|
+
"name": "foundationAgSelectRenderer",
|
|
5245
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5401
5246
|
}
|
|
5402
5247
|
}
|
|
5403
5248
|
]
|
|
5404
5249
|
},
|
|
5405
5250
|
{
|
|
5406
5251
|
"kind": "javascript-module",
|
|
5407
|
-
"path": "src/cell-renderers/
|
|
5252
|
+
"path": "src/cell-renderers/status-pill.renderer.ts",
|
|
5408
5253
|
"declarations": [
|
|
5254
|
+
{
|
|
5255
|
+
"kind": "variable",
|
|
5256
|
+
"name": "agStatusPillRendererStyles",
|
|
5257
|
+
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
5258
|
+
"description": "The Status Pill Renderer Styles.",
|
|
5259
|
+
"privacy": "public"
|
|
5260
|
+
},
|
|
5261
|
+
{
|
|
5262
|
+
"kind": "function",
|
|
5263
|
+
"name": "getStatusPillRendererTemplate",
|
|
5264
|
+
"parameters": [
|
|
5265
|
+
{
|
|
5266
|
+
"name": "designSystem",
|
|
5267
|
+
"default": "'rapid'",
|
|
5268
|
+
"type": {
|
|
5269
|
+
"text": "string"
|
|
5270
|
+
},
|
|
5271
|
+
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
5272
|
+
}
|
|
5273
|
+
],
|
|
5274
|
+
"description": "Get a Design System prefixed Status Pill template.",
|
|
5275
|
+
"return": {
|
|
5276
|
+
"type": {
|
|
5277
|
+
"text": ""
|
|
5278
|
+
}
|
|
5279
|
+
},
|
|
5280
|
+
"privacy": "public"
|
|
5281
|
+
},
|
|
5409
5282
|
{
|
|
5410
5283
|
"kind": "class",
|
|
5411
|
-
"description": "The
|
|
5412
|
-
"name": "
|
|
5284
|
+
"description": "The AG Status Pill Renderer element.",
|
|
5285
|
+
"name": "StatusPillRenderer",
|
|
5413
5286
|
"members": [
|
|
5414
5287
|
{
|
|
5415
5288
|
"kind": "field",
|
|
5416
5289
|
"name": "params",
|
|
5417
5290
|
"type": {
|
|
5418
|
-
"text": "
|
|
5419
|
-
}
|
|
5420
|
-
"privacy": "public"
|
|
5291
|
+
"text": "StatusPillRendererParams"
|
|
5292
|
+
}
|
|
5421
5293
|
},
|
|
5422
5294
|
{
|
|
5423
5295
|
"kind": "method",
|
|
5424
5296
|
"name": "init",
|
|
5425
|
-
"privacy": "public",
|
|
5426
5297
|
"parameters": [
|
|
5427
5298
|
{
|
|
5428
5299
|
"name": "params",
|
|
5429
5300
|
"type": {
|
|
5430
|
-
"text": "
|
|
5301
|
+
"text": "StatusPillRendererParams"
|
|
5431
5302
|
}
|
|
5432
5303
|
}
|
|
5433
5304
|
]
|
|
5434
5305
|
},
|
|
5435
5306
|
{
|
|
5436
5307
|
"kind": "method",
|
|
5437
|
-
"name": "getGui"
|
|
5438
|
-
"privacy": "public",
|
|
5439
|
-
"return": {
|
|
5440
|
-
"type": {
|
|
5441
|
-
"text": "HTMLElement"
|
|
5442
|
-
}
|
|
5443
|
-
}
|
|
5308
|
+
"name": "getGui"
|
|
5444
5309
|
},
|
|
5445
5310
|
{
|
|
5446
5311
|
"kind": "method",
|
|
5447
5312
|
"name": "refresh",
|
|
5448
|
-
"privacy": "public",
|
|
5449
5313
|
"parameters": [
|
|
5450
5314
|
{
|
|
5451
|
-
"name": "params"
|
|
5452
|
-
"type": {
|
|
5453
|
-
"text": "ICellRendererParams"
|
|
5454
|
-
}
|
|
5315
|
+
"name": "params"
|
|
5455
5316
|
}
|
|
5456
5317
|
]
|
|
5457
5318
|
},
|
|
5319
|
+
{
|
|
5320
|
+
"kind": "method",
|
|
5321
|
+
"name": "destroy",
|
|
5322
|
+
"return": {
|
|
5323
|
+
"type": {
|
|
5324
|
+
"text": "void"
|
|
5325
|
+
}
|
|
5326
|
+
}
|
|
5327
|
+
},
|
|
5458
5328
|
{
|
|
5459
5329
|
"kind": "field",
|
|
5460
5330
|
"name": "_presentation",
|
|
@@ -5571,133 +5441,83 @@
|
|
|
5571
5441
|
"name": "FoundationElement",
|
|
5572
5442
|
"package": "@microsoft/fast-foundation"
|
|
5573
5443
|
},
|
|
5574
|
-
"tagName": "%%prefix%%-
|
|
5444
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
5575
5445
|
"customElement": true
|
|
5576
5446
|
},
|
|
5577
5447
|
{
|
|
5578
5448
|
"kind": "variable",
|
|
5579
|
-
"name": "
|
|
5580
|
-
"description": "A function that returns a Foundation
|
|
5581
|
-
"privacy": "public"
|
|
5582
|
-
},
|
|
5583
|
-
{
|
|
5584
|
-
"kind": "function",
|
|
5585
|
-
"name": "getActionsMenuDef",
|
|
5586
|
-
"return": {
|
|
5587
|
-
"type": {
|
|
5588
|
-
"text": ""
|
|
5589
|
-
}
|
|
5590
|
-
},
|
|
5591
|
-
"parameters": [
|
|
5592
|
-
{
|
|
5593
|
-
"name": "actions",
|
|
5594
|
-
"type": {
|
|
5595
|
-
"text": "ActionMenuItem[]"
|
|
5596
|
-
},
|
|
5597
|
-
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
5598
|
-
},
|
|
5599
|
-
{
|
|
5600
|
-
"name": "overrideDef",
|
|
5601
|
-
"default": "{}",
|
|
5602
|
-
"type": {
|
|
5603
|
-
"text": "ColDef"
|
|
5604
|
-
},
|
|
5605
|
-
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
5606
|
-
},
|
|
5607
|
-
{
|
|
5608
|
-
"name": "customActionsOpenerName",
|
|
5609
|
-
"default": "'⋮'",
|
|
5610
|
-
"type": {
|
|
5611
|
-
"text": "string"
|
|
5612
|
-
},
|
|
5613
|
-
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
5614
|
-
},
|
|
5615
|
-
{
|
|
5616
|
-
"name": "isVertical",
|
|
5617
|
-
"default": "false",
|
|
5618
|
-
"type": {
|
|
5619
|
-
"text": "boolean"
|
|
5620
|
-
},
|
|
5621
|
-
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
5622
|
-
},
|
|
5623
|
-
{
|
|
5624
|
-
"name": "buttonAppearance",
|
|
5625
|
-
"optional": true,
|
|
5626
|
-
"type": {
|
|
5627
|
-
"text": "string"
|
|
5628
|
-
},
|
|
5629
|
-
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
5630
|
-
}
|
|
5631
|
-
],
|
|
5632
|
-
"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).",
|
|
5449
|
+
"name": "foundationStatusPillRenderer",
|
|
5450
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
5633
5451
|
"privacy": "public"
|
|
5634
5452
|
}
|
|
5635
5453
|
],
|
|
5636
5454
|
"exports": [
|
|
5637
5455
|
{
|
|
5638
5456
|
"kind": "js",
|
|
5639
|
-
"name": "
|
|
5457
|
+
"name": "agStatusPillRendererStyles",
|
|
5640
5458
|
"declaration": {
|
|
5641
|
-
"name": "
|
|
5642
|
-
"module": "src/cell-renderers/
|
|
5459
|
+
"name": "agStatusPillRendererStyles",
|
|
5460
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5643
5461
|
}
|
|
5644
5462
|
},
|
|
5645
5463
|
{
|
|
5646
5464
|
"kind": "js",
|
|
5647
|
-
"name": "
|
|
5465
|
+
"name": "getStatusPillRendererTemplate",
|
|
5648
5466
|
"declaration": {
|
|
5649
|
-
"name": "
|
|
5650
|
-
"module": "src/cell-renderers/
|
|
5467
|
+
"name": "getStatusPillRendererTemplate",
|
|
5468
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5651
5469
|
}
|
|
5652
5470
|
},
|
|
5653
5471
|
{
|
|
5654
5472
|
"kind": "js",
|
|
5655
|
-
"name": "
|
|
5473
|
+
"name": "StatusPillRenderer",
|
|
5656
5474
|
"declaration": {
|
|
5657
|
-
"name": "
|
|
5658
|
-
"module": "src/cell-renderers/
|
|
5475
|
+
"name": "StatusPillRenderer",
|
|
5476
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5477
|
+
}
|
|
5478
|
+
},
|
|
5479
|
+
{
|
|
5480
|
+
"kind": "js",
|
|
5481
|
+
"name": "foundationStatusPillRenderer",
|
|
5482
|
+
"declaration": {
|
|
5483
|
+
"name": "foundationStatusPillRenderer",
|
|
5484
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5659
5485
|
}
|
|
5660
5486
|
}
|
|
5661
5487
|
]
|
|
5662
5488
|
},
|
|
5663
5489
|
{
|
|
5664
5490
|
"kind": "javascript-module",
|
|
5665
|
-
"path": "src/cell-renderers/
|
|
5491
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
5666
5492
|
"declarations": [
|
|
5667
5493
|
{
|
|
5668
5494
|
"kind": "class",
|
|
5669
|
-
"description": "The AG
|
|
5670
|
-
"name": "
|
|
5495
|
+
"description": "The AG Text Field Renderer element.",
|
|
5496
|
+
"name": "AgTextFieldRenderer",
|
|
5671
5497
|
"members": [
|
|
5672
5498
|
{
|
|
5673
5499
|
"kind": "field",
|
|
5674
|
-
"name": "
|
|
5500
|
+
"name": "textField",
|
|
5675
5501
|
"type": {
|
|
5676
|
-
"text": "
|
|
5502
|
+
"text": "TextField"
|
|
5677
5503
|
},
|
|
5678
5504
|
"privacy": "public"
|
|
5679
5505
|
},
|
|
5680
5506
|
{
|
|
5681
5507
|
"kind": "field",
|
|
5682
|
-
"name": "
|
|
5508
|
+
"name": "textValue",
|
|
5683
5509
|
"type": {
|
|
5684
|
-
"text": "
|
|
5685
|
-
}
|
|
5510
|
+
"text": "string"
|
|
5511
|
+
},
|
|
5512
|
+
"default": "''"
|
|
5686
5513
|
},
|
|
5687
5514
|
{
|
|
5688
|
-
"kind": "
|
|
5689
|
-
"name": "
|
|
5690
|
-
"
|
|
5691
|
-
|
|
5692
|
-
"type": {
|
|
5693
|
-
"text": "boolean"
|
|
5694
|
-
}
|
|
5515
|
+
"kind": "field",
|
|
5516
|
+
"name": "params",
|
|
5517
|
+
"type": {
|
|
5518
|
+
"text": "FuiCellRendererParams"
|
|
5695
5519
|
},
|
|
5696
|
-
"
|
|
5697
|
-
{
|
|
5698
|
-
"name": "data"
|
|
5699
|
-
}
|
|
5700
|
-
]
|
|
5520
|
+
"privacy": "public"
|
|
5701
5521
|
},
|
|
5702
5522
|
{
|
|
5703
5523
|
"kind": "method",
|
|
@@ -5707,7 +5527,7 @@
|
|
|
5707
5527
|
{
|
|
5708
5528
|
"name": "params",
|
|
5709
5529
|
"type": {
|
|
5710
|
-
"text": "
|
|
5530
|
+
"text": "FuiCellRendererParams"
|
|
5711
5531
|
}
|
|
5712
5532
|
}
|
|
5713
5533
|
]
|
|
@@ -5735,18 +5555,37 @@
|
|
|
5735
5555
|
{
|
|
5736
5556
|
"name": "params",
|
|
5737
5557
|
"type": {
|
|
5738
|
-
"text": "
|
|
5558
|
+
"text": "FuiCellRendererParams"
|
|
5739
5559
|
}
|
|
5740
5560
|
}
|
|
5741
5561
|
]
|
|
5742
5562
|
},
|
|
5743
5563
|
{
|
|
5744
5564
|
"kind": "method",
|
|
5745
|
-
"name": "
|
|
5565
|
+
"name": "isDisabled",
|
|
5566
|
+
"privacy": "public",
|
|
5567
|
+
"return": {
|
|
5568
|
+
"type": {
|
|
5569
|
+
"text": "boolean"
|
|
5570
|
+
}
|
|
5571
|
+
},
|
|
5572
|
+
"parameters": [
|
|
5573
|
+
{
|
|
5574
|
+
"name": "data"
|
|
5575
|
+
}
|
|
5576
|
+
]
|
|
5746
5577
|
},
|
|
5747
5578
|
{
|
|
5748
|
-
"kind": "
|
|
5749
|
-
"name": "
|
|
5579
|
+
"kind": "field",
|
|
5580
|
+
"name": "textChanged",
|
|
5581
|
+
"privacy": "public",
|
|
5582
|
+
"description": "On text change handler",
|
|
5583
|
+
"parameters": [
|
|
5584
|
+
{
|
|
5585
|
+
"description": "CustomEvent",
|
|
5586
|
+
"name": "e"
|
|
5587
|
+
}
|
|
5588
|
+
]
|
|
5750
5589
|
},
|
|
5751
5590
|
{
|
|
5752
5591
|
"kind": "field",
|
|
@@ -5864,19 +5703,19 @@
|
|
|
5864
5703
|
"name": "FoundationElement",
|
|
5865
5704
|
"package": "@microsoft/fast-foundation"
|
|
5866
5705
|
},
|
|
5867
|
-
"tagName": "%%prefix%%-
|
|
5706
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
5868
5707
|
"customElement": true
|
|
5869
5708
|
},
|
|
5870
5709
|
{
|
|
5871
5710
|
"kind": "variable",
|
|
5872
|
-
"name": "
|
|
5873
|
-
"default": "css`\n :host {\n
|
|
5874
|
-
"description": "The AG
|
|
5711
|
+
"name": "textFieldRendererStyles",
|
|
5712
|
+
"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`",
|
|
5713
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
5875
5714
|
"privacy": "public"
|
|
5876
5715
|
},
|
|
5877
5716
|
{
|
|
5878
5717
|
"kind": "function",
|
|
5879
|
-
"name": "
|
|
5718
|
+
"name": "getTextFieldRendererTemplate",
|
|
5880
5719
|
"parameters": [
|
|
5881
5720
|
{
|
|
5882
5721
|
"name": "designSystem",
|
|
@@ -5884,7 +5723,7 @@
|
|
|
5884
5723
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5885
5724
|
}
|
|
5886
5725
|
],
|
|
5887
|
-
"description": "Get a Design System prefixed
|
|
5726
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
5888
5727
|
"return": {
|
|
5889
5728
|
"type": {
|
|
5890
5729
|
"text": ""
|
|
@@ -5894,60 +5733,96 @@
|
|
|
5894
5733
|
},
|
|
5895
5734
|
{
|
|
5896
5735
|
"kind": "variable",
|
|
5897
|
-
"name": "
|
|
5898
|
-
"description": "A function that returns a Foundation
|
|
5736
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5737
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
5899
5738
|
"privacy": "public"
|
|
5900
5739
|
}
|
|
5901
5740
|
],
|
|
5902
5741
|
"exports": [
|
|
5903
5742
|
{
|
|
5904
5743
|
"kind": "js",
|
|
5905
|
-
"name": "
|
|
5744
|
+
"name": "AgTextFieldRenderer",
|
|
5906
5745
|
"declaration": {
|
|
5907
|
-
"name": "
|
|
5908
|
-
"module": "src/cell-renderers/
|
|
5746
|
+
"name": "AgTextFieldRenderer",
|
|
5747
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5909
5748
|
}
|
|
5910
5749
|
},
|
|
5911
5750
|
{
|
|
5912
5751
|
"kind": "js",
|
|
5913
|
-
"name": "
|
|
5752
|
+
"name": "textFieldRendererStyles",
|
|
5914
5753
|
"declaration": {
|
|
5915
|
-
"name": "
|
|
5916
|
-
"module": "src/cell-renderers/
|
|
5754
|
+
"name": "textFieldRendererStyles",
|
|
5755
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5917
5756
|
}
|
|
5918
5757
|
},
|
|
5919
5758
|
{
|
|
5920
5759
|
"kind": "js",
|
|
5921
|
-
"name": "
|
|
5760
|
+
"name": "getTextFieldRendererTemplate",
|
|
5922
5761
|
"declaration": {
|
|
5923
|
-
"name": "
|
|
5924
|
-
"module": "src/cell-renderers/
|
|
5762
|
+
"name": "getTextFieldRendererTemplate",
|
|
5763
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5925
5764
|
}
|
|
5926
5765
|
},
|
|
5927
5766
|
{
|
|
5928
5767
|
"kind": "js",
|
|
5929
|
-
"name": "
|
|
5768
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5930
5769
|
"declaration": {
|
|
5931
|
-
"name": "
|
|
5932
|
-
"module": "src/cell-renderers/
|
|
5770
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5771
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5933
5772
|
}
|
|
5934
5773
|
}
|
|
5935
5774
|
]
|
|
5936
5775
|
},
|
|
5937
5776
|
{
|
|
5938
5777
|
"kind": "javascript-module",
|
|
5939
|
-
"path": "src/cell-renderers/
|
|
5778
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
5940
5779
|
"declarations": [
|
|
5941
5780
|
{
|
|
5942
5781
|
"kind": "class",
|
|
5943
|
-
"description": "
|
|
5944
|
-
"name": "
|
|
5782
|
+
"description": "",
|
|
5783
|
+
"name": "AgTextRenderer",
|
|
5784
|
+
"superclass": {
|
|
5785
|
+
"name": "AgTextFieldRenderer",
|
|
5786
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
5787
|
+
},
|
|
5788
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
5789
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
5790
|
+
"customElement": true,
|
|
5945
5791
|
"members": [
|
|
5946
5792
|
{
|
|
5947
5793
|
"kind": "field",
|
|
5948
|
-
"name": "
|
|
5794
|
+
"name": "textField",
|
|
5795
|
+
"type": {
|
|
5796
|
+
"text": "TextField"
|
|
5797
|
+
},
|
|
5798
|
+
"privacy": "public",
|
|
5799
|
+
"inheritedFrom": {
|
|
5800
|
+
"name": "AgTextFieldRenderer",
|
|
5801
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5802
|
+
}
|
|
5803
|
+
},
|
|
5804
|
+
{
|
|
5805
|
+
"kind": "field",
|
|
5806
|
+
"name": "textValue",
|
|
5949
5807
|
"type": {
|
|
5950
5808
|
"text": "string"
|
|
5809
|
+
},
|
|
5810
|
+
"default": "''",
|
|
5811
|
+
"inheritedFrom": {
|
|
5812
|
+
"name": "AgTextFieldRenderer",
|
|
5813
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5814
|
+
}
|
|
5815
|
+
},
|
|
5816
|
+
{
|
|
5817
|
+
"kind": "field",
|
|
5818
|
+
"name": "params",
|
|
5819
|
+
"type": {
|
|
5820
|
+
"text": "FuiCellRendererParams"
|
|
5821
|
+
},
|
|
5822
|
+
"privacy": "public",
|
|
5823
|
+
"inheritedFrom": {
|
|
5824
|
+
"name": "AgTextFieldRenderer",
|
|
5825
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5951
5826
|
}
|
|
5952
5827
|
},
|
|
5953
5828
|
{
|
|
@@ -5958,10 +5833,14 @@
|
|
|
5958
5833
|
{
|
|
5959
5834
|
"name": "params",
|
|
5960
5835
|
"type": {
|
|
5961
|
-
"text": "
|
|
5836
|
+
"text": "FuiCellRendererParams"
|
|
5962
5837
|
}
|
|
5963
5838
|
}
|
|
5964
|
-
]
|
|
5839
|
+
],
|
|
5840
|
+
"inheritedFrom": {
|
|
5841
|
+
"name": "AgTextFieldRenderer",
|
|
5842
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5843
|
+
}
|
|
5965
5844
|
},
|
|
5966
5845
|
{
|
|
5967
5846
|
"kind": "method",
|
|
@@ -5971,9 +5850,22 @@
|
|
|
5971
5850
|
"type": {
|
|
5972
5851
|
"text": "HTMLElement"
|
|
5973
5852
|
}
|
|
5974
|
-
}
|
|
5975
|
-
|
|
5976
|
-
|
|
5853
|
+
},
|
|
5854
|
+
"inheritedFrom": {
|
|
5855
|
+
"name": "AgTextFieldRenderer",
|
|
5856
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5857
|
+
}
|
|
5858
|
+
},
|
|
5859
|
+
{
|
|
5860
|
+
"kind": "method",
|
|
5861
|
+
"name": "destroy",
|
|
5862
|
+
"privacy": "public",
|
|
5863
|
+
"inheritedFrom": {
|
|
5864
|
+
"name": "AgTextFieldRenderer",
|
|
5865
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5866
|
+
}
|
|
5867
|
+
},
|
|
5868
|
+
{
|
|
5977
5869
|
"kind": "method",
|
|
5978
5870
|
"name": "refresh",
|
|
5979
5871
|
"privacy": "public",
|
|
@@ -5981,10 +5873,49 @@
|
|
|
5981
5873
|
{
|
|
5982
5874
|
"name": "params",
|
|
5983
5875
|
"type": {
|
|
5984
|
-
"text": "
|
|
5876
|
+
"text": "FuiCellRendererParams"
|
|
5985
5877
|
}
|
|
5986
5878
|
}
|
|
5987
|
-
]
|
|
5879
|
+
],
|
|
5880
|
+
"inheritedFrom": {
|
|
5881
|
+
"name": "AgTextFieldRenderer",
|
|
5882
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5883
|
+
}
|
|
5884
|
+
},
|
|
5885
|
+
{
|
|
5886
|
+
"kind": "method",
|
|
5887
|
+
"name": "isDisabled",
|
|
5888
|
+
"privacy": "public",
|
|
5889
|
+
"return": {
|
|
5890
|
+
"type": {
|
|
5891
|
+
"text": "boolean"
|
|
5892
|
+
}
|
|
5893
|
+
},
|
|
5894
|
+
"parameters": [
|
|
5895
|
+
{
|
|
5896
|
+
"name": "data"
|
|
5897
|
+
}
|
|
5898
|
+
],
|
|
5899
|
+
"inheritedFrom": {
|
|
5900
|
+
"name": "AgTextFieldRenderer",
|
|
5901
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5902
|
+
}
|
|
5903
|
+
},
|
|
5904
|
+
{
|
|
5905
|
+
"kind": "field",
|
|
5906
|
+
"name": "textChanged",
|
|
5907
|
+
"privacy": "public",
|
|
5908
|
+
"description": "On text change handler",
|
|
5909
|
+
"parameters": [
|
|
5910
|
+
{
|
|
5911
|
+
"description": "CustomEvent",
|
|
5912
|
+
"name": "e"
|
|
5913
|
+
}
|
|
5914
|
+
],
|
|
5915
|
+
"inheritedFrom": {
|
|
5916
|
+
"name": "AgTextFieldRenderer",
|
|
5917
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5918
|
+
}
|
|
5988
5919
|
},
|
|
5989
5920
|
{
|
|
5990
5921
|
"kind": "field",
|
|
@@ -6097,126 +6028,118 @@
|
|
|
6097
6028
|
"module": "src/foundation-element/foundation-element.ts"
|
|
6098
6029
|
}
|
|
6099
6030
|
}
|
|
6100
|
-
]
|
|
6101
|
-
"superclass": {
|
|
6102
|
-
"name": "FoundationElement",
|
|
6103
|
-
"package": "@microsoft/fast-foundation"
|
|
6104
|
-
},
|
|
6105
|
-
"tagName": "%%prefix%%-editable-renderer",
|
|
6106
|
-
"customElement": true
|
|
6031
|
+
]
|
|
6107
6032
|
},
|
|
6108
6033
|
{
|
|
6109
6034
|
"kind": "variable",
|
|
6110
|
-
"name": "
|
|
6111
|
-
"default": "
|
|
6112
|
-
"
|
|
6113
|
-
"
|
|
6035
|
+
"name": "textRendererStyles",
|
|
6036
|
+
"default": "textFieldRendererStyles",
|
|
6037
|
+
"privacy": "public",
|
|
6038
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
6114
6039
|
},
|
|
6115
6040
|
{
|
|
6116
|
-
"kind": "
|
|
6117
|
-
"name": "
|
|
6118
|
-
"
|
|
6119
|
-
|
|
6120
|
-
|
|
6121
|
-
"default": "'foundation'",
|
|
6122
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6123
|
-
}
|
|
6124
|
-
],
|
|
6125
|
-
"description": "Get a Design System prefixed Checkbox template.",
|
|
6126
|
-
"return": {
|
|
6127
|
-
"type": {
|
|
6128
|
-
"text": ""
|
|
6129
|
-
}
|
|
6130
|
-
},
|
|
6131
|
-
"privacy": "public"
|
|
6041
|
+
"kind": "variable",
|
|
6042
|
+
"name": "getTextRendererTemplate",
|
|
6043
|
+
"default": "getTextFieldRendererTemplate",
|
|
6044
|
+
"privacy": "public",
|
|
6045
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
6132
6046
|
},
|
|
6133
6047
|
{
|
|
6134
6048
|
"kind": "variable",
|
|
6135
|
-
"name": "
|
|
6136
|
-
"description": "A function that returns a Foundation
|
|
6137
|
-
"privacy": "public"
|
|
6049
|
+
"name": "foundationAgTextRenderer",
|
|
6050
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
6051
|
+
"privacy": "public",
|
|
6052
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
6138
6053
|
}
|
|
6139
6054
|
],
|
|
6140
6055
|
"exports": [
|
|
6141
6056
|
{
|
|
6142
6057
|
"kind": "js",
|
|
6143
|
-
"name": "
|
|
6058
|
+
"name": "AgTextRenderer",
|
|
6144
6059
|
"declaration": {
|
|
6145
|
-
"name": "
|
|
6146
|
-
"module": "src/cell-renderers/
|
|
6060
|
+
"name": "AgTextRenderer",
|
|
6061
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6147
6062
|
}
|
|
6148
6063
|
},
|
|
6149
6064
|
{
|
|
6150
6065
|
"kind": "js",
|
|
6151
|
-
"name": "
|
|
6066
|
+
"name": "textRendererStyles",
|
|
6152
6067
|
"declaration": {
|
|
6153
|
-
"name": "
|
|
6154
|
-
"module": "src/cell-renderers/
|
|
6068
|
+
"name": "textRendererStyles",
|
|
6069
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6155
6070
|
}
|
|
6156
6071
|
},
|
|
6157
6072
|
{
|
|
6158
6073
|
"kind": "js",
|
|
6159
|
-
"name": "
|
|
6074
|
+
"name": "getTextRendererTemplate",
|
|
6160
6075
|
"declaration": {
|
|
6161
|
-
"name": "
|
|
6162
|
-
"module": "src/cell-renderers/
|
|
6076
|
+
"name": "getTextRendererTemplate",
|
|
6077
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6163
6078
|
}
|
|
6164
6079
|
},
|
|
6165
6080
|
{
|
|
6166
6081
|
"kind": "js",
|
|
6167
|
-
"name": "
|
|
6082
|
+
"name": "foundationAgTextRenderer",
|
|
6168
6083
|
"declaration": {
|
|
6169
|
-
"name": "
|
|
6170
|
-
"module": "src/cell-renderers/
|
|
6084
|
+
"name": "foundationAgTextRenderer",
|
|
6085
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6171
6086
|
}
|
|
6172
6087
|
}
|
|
6173
6088
|
]
|
|
6174
6089
|
},
|
|
6175
6090
|
{
|
|
6176
6091
|
"kind": "javascript-module",
|
|
6177
|
-
"path": "src/cell-
|
|
6092
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
6178
6093
|
"declarations": [
|
|
6179
6094
|
{
|
|
6180
|
-
"kind": "
|
|
6181
|
-
"
|
|
6182
|
-
"
|
|
6183
|
-
"
|
|
6184
|
-
"privacy": "public"
|
|
6185
|
-
},
|
|
6186
|
-
{
|
|
6187
|
-
"kind": "function",
|
|
6188
|
-
"name": "getIconRendererTemplate",
|
|
6189
|
-
"parameters": [
|
|
6095
|
+
"kind": "class",
|
|
6096
|
+
"description": "The AG Date Editor element.",
|
|
6097
|
+
"name": "DateEditor",
|
|
6098
|
+
"members": [
|
|
6190
6099
|
{
|
|
6191
|
-
"
|
|
6192
|
-
"
|
|
6100
|
+
"kind": "field",
|
|
6101
|
+
"name": "value",
|
|
6193
6102
|
"type": {
|
|
6194
|
-
"text": "
|
|
6103
|
+
"text": "number"
|
|
6195
6104
|
},
|
|
6196
|
-
"
|
|
6197
|
-
}
|
|
6198
|
-
],
|
|
6199
|
-
"description": "Get a Design System prefixed Icon template.",
|
|
6200
|
-
"return": {
|
|
6201
|
-
"type": {
|
|
6202
|
-
"text": ""
|
|
6203
|
-
}
|
|
6204
|
-
},
|
|
6205
|
-
"privacy": "public"
|
|
6206
|
-
},
|
|
6207
|
-
{
|
|
6208
|
-
"kind": "class",
|
|
6209
|
-
"description": "Plain ag-Grid cell renderer for icons.\nThis renderer creates the FAST custom element using document.createElement.",
|
|
6210
|
-
"name": "IconRenderer",
|
|
6211
|
-
"members": [
|
|
6105
|
+
"privacy": "public"
|
|
6106
|
+
},
|
|
6212
6107
|
{
|
|
6213
6108
|
"kind": "field",
|
|
6214
|
-
"name": "
|
|
6109
|
+
"name": "actualWidth",
|
|
6215
6110
|
"type": {
|
|
6216
|
-
"text": "
|
|
6111
|
+
"text": "number"
|
|
6217
6112
|
},
|
|
6218
6113
|
"privacy": "public"
|
|
6219
6114
|
},
|
|
6115
|
+
{
|
|
6116
|
+
"kind": "field",
|
|
6117
|
+
"name": "params",
|
|
6118
|
+
"type": {
|
|
6119
|
+
"text": "DateEditorParams"
|
|
6120
|
+
}
|
|
6121
|
+
},
|
|
6122
|
+
{
|
|
6123
|
+
"kind": "field",
|
|
6124
|
+
"name": "dateFormat",
|
|
6125
|
+
"type": {
|
|
6126
|
+
"text": "string"
|
|
6127
|
+
}
|
|
6128
|
+
},
|
|
6129
|
+
{
|
|
6130
|
+
"kind": "field",
|
|
6131
|
+
"name": "input",
|
|
6132
|
+
"type": {
|
|
6133
|
+
"text": "any"
|
|
6134
|
+
}
|
|
6135
|
+
},
|
|
6136
|
+
{
|
|
6137
|
+
"kind": "field",
|
|
6138
|
+
"name": "inputType",
|
|
6139
|
+
"type": {
|
|
6140
|
+
"text": "'datetime-local' | 'date'"
|
|
6141
|
+
}
|
|
6142
|
+
},
|
|
6220
6143
|
{
|
|
6221
6144
|
"kind": "method",
|
|
6222
6145
|
"name": "init",
|
|
@@ -6225,7 +6148,7 @@
|
|
|
6225
6148
|
{
|
|
6226
6149
|
"name": "params",
|
|
6227
6150
|
"type": {
|
|
6228
|
-
"text": "
|
|
6151
|
+
"text": "DateEditorParams"
|
|
6229
6152
|
}
|
|
6230
6153
|
}
|
|
6231
6154
|
]
|
|
@@ -6243,21 +6166,51 @@
|
|
|
6243
6166
|
{
|
|
6244
6167
|
"kind": "method",
|
|
6245
6168
|
"name": "refresh",
|
|
6169
|
+
"privacy": "public",
|
|
6170
|
+
"return": {
|
|
6171
|
+
"type": {
|
|
6172
|
+
"text": "boolean"
|
|
6173
|
+
}
|
|
6174
|
+
},
|
|
6246
6175
|
"parameters": [
|
|
6247
6176
|
{
|
|
6248
|
-
"name": "params"
|
|
6177
|
+
"name": "params",
|
|
6178
|
+
"type": {
|
|
6179
|
+
"text": "DateEditorParams"
|
|
6180
|
+
}
|
|
6249
6181
|
}
|
|
6250
6182
|
]
|
|
6251
6183
|
},
|
|
6252
6184
|
{
|
|
6253
6185
|
"kind": "method",
|
|
6254
|
-
"name": "
|
|
6186
|
+
"name": "getValue"
|
|
6187
|
+
},
|
|
6188
|
+
{
|
|
6189
|
+
"kind": "method",
|
|
6190
|
+
"name": "isPopup",
|
|
6255
6191
|
"return": {
|
|
6256
6192
|
"type": {
|
|
6257
|
-
"text": "
|
|
6193
|
+
"text": "boolean"
|
|
6258
6194
|
}
|
|
6259
6195
|
}
|
|
6260
6196
|
},
|
|
6197
|
+
{
|
|
6198
|
+
"kind": "method",
|
|
6199
|
+
"name": "changeHandler",
|
|
6200
|
+
"parameters": [
|
|
6201
|
+
{
|
|
6202
|
+
"name": "event"
|
|
6203
|
+
}
|
|
6204
|
+
]
|
|
6205
|
+
},
|
|
6206
|
+
{
|
|
6207
|
+
"kind": "method",
|
|
6208
|
+
"name": "afterGuiAttached"
|
|
6209
|
+
},
|
|
6210
|
+
{
|
|
6211
|
+
"kind": "method",
|
|
6212
|
+
"name": "isCancelBeforeStart"
|
|
6213
|
+
},
|
|
6261
6214
|
{
|
|
6262
6215
|
"kind": "field",
|
|
6263
6216
|
"name": "_presentation",
|
|
@@ -6373,93 +6326,87 @@
|
|
|
6373
6326
|
"superclass": {
|
|
6374
6327
|
"name": "FoundationElement",
|
|
6375
6328
|
"package": "@microsoft/fast-foundation"
|
|
6376
|
-
}
|
|
6329
|
+
},
|
|
6330
|
+
"tagName": "%%prefix%%-date-editor",
|
|
6331
|
+
"customElement": true
|
|
6377
6332
|
},
|
|
6378
6333
|
{
|
|
6379
6334
|
"kind": "variable",
|
|
6380
|
-
"name": "
|
|
6381
|
-
"
|
|
6335
|
+
"name": "agDateEditorStyles",
|
|
6336
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
6337
|
+
"description": "The AG Select Renderer Styles.",
|
|
6382
6338
|
"privacy": "public"
|
|
6383
|
-
}
|
|
6384
|
-
],
|
|
6385
|
-
"exports": [
|
|
6386
|
-
{
|
|
6387
|
-
"kind": "js",
|
|
6388
|
-
"name": "agIconRendererStyles",
|
|
6389
|
-
"declaration": {
|
|
6390
|
-
"name": "agIconRendererStyles",
|
|
6391
|
-
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6392
|
-
}
|
|
6393
6339
|
},
|
|
6394
6340
|
{
|
|
6395
|
-
"kind": "
|
|
6396
|
-
"name": "
|
|
6397
|
-
"
|
|
6398
|
-
|
|
6399
|
-
|
|
6400
|
-
|
|
6401
|
-
|
|
6402
|
-
|
|
6403
|
-
|
|
6404
|
-
"
|
|
6405
|
-
"
|
|
6406
|
-
"
|
|
6407
|
-
|
|
6408
|
-
|
|
6341
|
+
"kind": "function",
|
|
6342
|
+
"name": "getDateEditorTemplate",
|
|
6343
|
+
"parameters": [
|
|
6344
|
+
{
|
|
6345
|
+
"name": "prefix",
|
|
6346
|
+
"default": "'foundation'",
|
|
6347
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6348
|
+
}
|
|
6349
|
+
],
|
|
6350
|
+
"description": "Get a Design System prefixed Select template.",
|
|
6351
|
+
"return": {
|
|
6352
|
+
"type": {
|
|
6353
|
+
"text": ""
|
|
6354
|
+
}
|
|
6355
|
+
},
|
|
6356
|
+
"privacy": "public"
|
|
6409
6357
|
},
|
|
6410
6358
|
{
|
|
6411
|
-
"kind": "
|
|
6412
|
-
"name": "
|
|
6413
|
-
"
|
|
6414
|
-
"name": "foundationIconRenderer",
|
|
6415
|
-
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6416
|
-
}
|
|
6359
|
+
"kind": "variable",
|
|
6360
|
+
"name": "foundationDateEditor",
|
|
6361
|
+
"privacy": "public"
|
|
6417
6362
|
}
|
|
6418
|
-
]
|
|
6419
|
-
},
|
|
6420
|
-
{
|
|
6421
|
-
"kind": "javascript-module",
|
|
6422
|
-
"path": "src/cell-renderers/index.ts",
|
|
6423
|
-
"declarations": [],
|
|
6363
|
+
],
|
|
6424
6364
|
"exports": [
|
|
6425
6365
|
{
|
|
6426
6366
|
"kind": "js",
|
|
6427
|
-
"name": "
|
|
6367
|
+
"name": "DateEditor",
|
|
6428
6368
|
"declaration": {
|
|
6429
|
-
"name": "
|
|
6430
|
-
"
|
|
6369
|
+
"name": "DateEditor",
|
|
6370
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6431
6371
|
}
|
|
6432
6372
|
},
|
|
6433
6373
|
{
|
|
6434
6374
|
"kind": "js",
|
|
6435
|
-
"name": "
|
|
6375
|
+
"name": "agDateEditorStyles",
|
|
6436
6376
|
"declaration": {
|
|
6437
|
-
"name": "
|
|
6438
|
-
"
|
|
6377
|
+
"name": "agDateEditorStyles",
|
|
6378
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6439
6379
|
}
|
|
6440
6380
|
},
|
|
6441
6381
|
{
|
|
6442
6382
|
"kind": "js",
|
|
6443
|
-
"name": "
|
|
6383
|
+
"name": "getDateEditorTemplate",
|
|
6444
6384
|
"declaration": {
|
|
6445
|
-
"name": "
|
|
6446
|
-
"
|
|
6385
|
+
"name": "getDateEditorTemplate",
|
|
6386
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6447
6387
|
}
|
|
6448
6388
|
},
|
|
6449
6389
|
{
|
|
6450
6390
|
"kind": "js",
|
|
6451
|
-
"name": "
|
|
6391
|
+
"name": "foundationDateEditor",
|
|
6452
6392
|
"declaration": {
|
|
6453
|
-
"name": "
|
|
6454
|
-
"
|
|
6393
|
+
"name": "foundationDateEditor",
|
|
6394
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6455
6395
|
}
|
|
6456
|
-
}
|
|
6396
|
+
}
|
|
6397
|
+
]
|
|
6398
|
+
},
|
|
6399
|
+
{
|
|
6400
|
+
"kind": "javascript-module",
|
|
6401
|
+
"path": "src/cell-editors/index.ts",
|
|
6402
|
+
"declarations": [],
|
|
6403
|
+
"exports": [
|
|
6457
6404
|
{
|
|
6458
6405
|
"kind": "js",
|
|
6459
6406
|
"name": "*",
|
|
6460
6407
|
"declaration": {
|
|
6461
6408
|
"name": "*",
|
|
6462
|
-
"package": "./
|
|
6409
|
+
"package": "./date.editor"
|
|
6463
6410
|
}
|
|
6464
6411
|
},
|
|
6465
6412
|
{
|
|
@@ -6467,7 +6414,7 @@
|
|
|
6467
6414
|
"name": "*",
|
|
6468
6415
|
"declaration": {
|
|
6469
6416
|
"name": "*",
|
|
6470
|
-
"package": "./
|
|
6417
|
+
"package": "./multiselect.editor"
|
|
6471
6418
|
}
|
|
6472
6419
|
},
|
|
6473
6420
|
{
|
|
@@ -6475,7 +6422,7 @@
|
|
|
6475
6422
|
"name": "*",
|
|
6476
6423
|
"declaration": {
|
|
6477
6424
|
"name": "*",
|
|
6478
|
-
"package": "./
|
|
6425
|
+
"package": "./number.editor"
|
|
6479
6426
|
}
|
|
6480
6427
|
},
|
|
6481
6428
|
{
|
|
@@ -6483,7 +6430,7 @@
|
|
|
6483
6430
|
"name": "*",
|
|
6484
6431
|
"declaration": {
|
|
6485
6432
|
"name": "*",
|
|
6486
|
-
"package": "./
|
|
6433
|
+
"package": "./select.editor"
|
|
6487
6434
|
}
|
|
6488
6435
|
},
|
|
6489
6436
|
{
|
|
@@ -6491,33 +6438,33 @@
|
|
|
6491
6438
|
"name": "*",
|
|
6492
6439
|
"declaration": {
|
|
6493
6440
|
"name": "*",
|
|
6494
|
-
"package": "./
|
|
6441
|
+
"package": "./string.editor"
|
|
6495
6442
|
}
|
|
6496
6443
|
}
|
|
6497
6444
|
]
|
|
6498
6445
|
},
|
|
6499
6446
|
{
|
|
6500
6447
|
"kind": "javascript-module",
|
|
6501
|
-
"path": "src/cell-
|
|
6448
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
6502
6449
|
"declarations": [
|
|
6503
6450
|
{
|
|
6504
6451
|
"kind": "class",
|
|
6505
|
-
"description": "The AG
|
|
6506
|
-
"name": "
|
|
6452
|
+
"description": "The AG Multiselect Editor element.",
|
|
6453
|
+
"name": "MultiselectEditor",
|
|
6507
6454
|
"members": [
|
|
6508
6455
|
{
|
|
6509
6456
|
"kind": "field",
|
|
6510
6457
|
"name": "params",
|
|
6511
6458
|
"type": {
|
|
6512
|
-
"text": "
|
|
6459
|
+
"text": "MultiselectEditorParams"
|
|
6513
6460
|
},
|
|
6514
6461
|
"privacy": "public"
|
|
6515
6462
|
},
|
|
6516
6463
|
{
|
|
6517
6464
|
"kind": "field",
|
|
6518
|
-
"name": "
|
|
6465
|
+
"name": "selectedOptions",
|
|
6519
6466
|
"type": {
|
|
6520
|
-
"text": "
|
|
6467
|
+
"text": "any[]"
|
|
6521
6468
|
},
|
|
6522
6469
|
"privacy": "public"
|
|
6523
6470
|
},
|
|
@@ -6529,7 +6476,7 @@
|
|
|
6529
6476
|
{
|
|
6530
6477
|
"name": "params",
|
|
6531
6478
|
"type": {
|
|
6532
|
-
"text": "
|
|
6479
|
+
"text": "MultiselectEditorParams"
|
|
6533
6480
|
}
|
|
6534
6481
|
}
|
|
6535
6482
|
]
|
|
@@ -6567,31 +6514,37 @@
|
|
|
6567
6514
|
{
|
|
6568
6515
|
"name": "params",
|
|
6569
6516
|
"type": {
|
|
6570
|
-
"text": "
|
|
6517
|
+
"text": "MultiselectEditorParams"
|
|
6571
6518
|
}
|
|
6572
6519
|
}
|
|
6573
6520
|
]
|
|
6574
6521
|
},
|
|
6575
6522
|
{
|
|
6576
|
-
"kind": "
|
|
6577
|
-
"name": "
|
|
6578
|
-
"privacy": "public"
|
|
6523
|
+
"kind": "method",
|
|
6524
|
+
"name": "getValue"
|
|
6579
6525
|
},
|
|
6580
6526
|
{
|
|
6581
6527
|
"kind": "method",
|
|
6582
|
-
"name": "
|
|
6583
|
-
"privacy": "public",
|
|
6528
|
+
"name": "isPopup",
|
|
6584
6529
|
"return": {
|
|
6585
6530
|
"type": {
|
|
6586
6531
|
"text": "boolean"
|
|
6587
6532
|
}
|
|
6588
|
-
}
|
|
6533
|
+
}
|
|
6534
|
+
},
|
|
6535
|
+
{
|
|
6536
|
+
"kind": "method",
|
|
6537
|
+
"name": "changeHandler",
|
|
6589
6538
|
"parameters": [
|
|
6590
6539
|
{
|
|
6591
|
-
"name": "
|
|
6540
|
+
"name": "event"
|
|
6592
6541
|
}
|
|
6593
6542
|
]
|
|
6594
6543
|
},
|
|
6544
|
+
{
|
|
6545
|
+
"kind": "method",
|
|
6546
|
+
"name": "isCancelBeforeStart"
|
|
6547
|
+
},
|
|
6595
6548
|
{
|
|
6596
6549
|
"kind": "field",
|
|
6597
6550
|
"name": "_presentation",
|
|
@@ -6708,26 +6661,23 @@
|
|
|
6708
6661
|
"name": "FoundationElement",
|
|
6709
6662
|
"package": "@microsoft/fast-foundation"
|
|
6710
6663
|
},
|
|
6711
|
-
"tagName": "%%prefix%%-
|
|
6664
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
6712
6665
|
"customElement": true
|
|
6713
6666
|
},
|
|
6714
6667
|
{
|
|
6715
6668
|
"kind": "variable",
|
|
6716
|
-
"name": "
|
|
6717
|
-
"default": "css
|
|
6669
|
+
"name": "agMultiselectEditorStyles",
|
|
6670
|
+
"default": "css``",
|
|
6718
6671
|
"description": "The AG Select Renderer Styles.",
|
|
6719
6672
|
"privacy": "public"
|
|
6720
6673
|
},
|
|
6721
6674
|
{
|
|
6722
6675
|
"kind": "function",
|
|
6723
|
-
"name": "
|
|
6676
|
+
"name": "getMultiselectEditorTemplate",
|
|
6724
6677
|
"parameters": [
|
|
6725
6678
|
{
|
|
6726
6679
|
"name": "designSystem",
|
|
6727
6680
|
"default": "'foundation'",
|
|
6728
|
-
"type": {
|
|
6729
|
-
"text": "string"
|
|
6730
|
-
},
|
|
6731
6681
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6732
6682
|
}
|
|
6733
6683
|
],
|
|
@@ -6741,124 +6691,157 @@
|
|
|
6741
6691
|
},
|
|
6742
6692
|
{
|
|
6743
6693
|
"kind": "variable",
|
|
6744
|
-
"name": "
|
|
6745
|
-
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
6694
|
+
"name": "foundationMultiselectEditor",
|
|
6746
6695
|
"privacy": "public"
|
|
6747
6696
|
}
|
|
6748
6697
|
],
|
|
6749
6698
|
"exports": [
|
|
6750
6699
|
{
|
|
6751
6700
|
"kind": "js",
|
|
6752
|
-
"name": "
|
|
6701
|
+
"name": "MultiselectEditor",
|
|
6753
6702
|
"declaration": {
|
|
6754
|
-
"name": "
|
|
6755
|
-
"module": "src/cell-
|
|
6703
|
+
"name": "MultiselectEditor",
|
|
6704
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6756
6705
|
}
|
|
6757
6706
|
},
|
|
6758
6707
|
{
|
|
6759
6708
|
"kind": "js",
|
|
6760
|
-
"name": "
|
|
6709
|
+
"name": "agMultiselectEditorStyles",
|
|
6761
6710
|
"declaration": {
|
|
6762
|
-
"name": "
|
|
6763
|
-
"module": "src/cell-
|
|
6711
|
+
"name": "agMultiselectEditorStyles",
|
|
6712
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6764
6713
|
}
|
|
6765
6714
|
},
|
|
6766
6715
|
{
|
|
6767
6716
|
"kind": "js",
|
|
6768
|
-
"name": "
|
|
6717
|
+
"name": "getMultiselectEditorTemplate",
|
|
6769
6718
|
"declaration": {
|
|
6770
|
-
"name": "
|
|
6771
|
-
"module": "src/cell-
|
|
6719
|
+
"name": "getMultiselectEditorTemplate",
|
|
6720
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6772
6721
|
}
|
|
6773
6722
|
},
|
|
6774
6723
|
{
|
|
6775
6724
|
"kind": "js",
|
|
6776
|
-
"name": "
|
|
6725
|
+
"name": "foundationMultiselectEditor",
|
|
6777
6726
|
"declaration": {
|
|
6778
|
-
"name": "
|
|
6779
|
-
"module": "src/cell-
|
|
6727
|
+
"name": "foundationMultiselectEditor",
|
|
6728
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6780
6729
|
}
|
|
6781
6730
|
}
|
|
6782
6731
|
]
|
|
6783
6732
|
},
|
|
6784
6733
|
{
|
|
6785
6734
|
"kind": "javascript-module",
|
|
6786
|
-
"path": "src/cell-
|
|
6735
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
6787
6736
|
"declarations": [
|
|
6788
|
-
{
|
|
6789
|
-
"kind": "variable",
|
|
6790
|
-
"name": "agStatusPillRendererStyles",
|
|
6791
|
-
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
6792
|
-
"description": "The Status Pill Renderer Styles.",
|
|
6793
|
-
"privacy": "public"
|
|
6794
|
-
},
|
|
6795
|
-
{
|
|
6796
|
-
"kind": "function",
|
|
6797
|
-
"name": "getStatusPillRendererTemplate",
|
|
6798
|
-
"parameters": [
|
|
6799
|
-
{
|
|
6800
|
-
"name": "designSystem",
|
|
6801
|
-
"default": "'rapid'",
|
|
6802
|
-
"type": {
|
|
6803
|
-
"text": "string"
|
|
6804
|
-
},
|
|
6805
|
-
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
6806
|
-
}
|
|
6807
|
-
],
|
|
6808
|
-
"description": "Get a Design System prefixed Status Pill template.",
|
|
6809
|
-
"return": {
|
|
6810
|
-
"type": {
|
|
6811
|
-
"text": ""
|
|
6812
|
-
}
|
|
6813
|
-
},
|
|
6814
|
-
"privacy": "public"
|
|
6815
|
-
},
|
|
6816
6737
|
{
|
|
6817
6738
|
"kind": "class",
|
|
6818
|
-
"description": "The AG
|
|
6819
|
-
"name": "
|
|
6739
|
+
"description": "The AG Number Editor element.",
|
|
6740
|
+
"name": "NumberEditor",
|
|
6820
6741
|
"members": [
|
|
6821
6742
|
{
|
|
6822
6743
|
"kind": "field",
|
|
6823
6744
|
"name": "params",
|
|
6824
6745
|
"type": {
|
|
6825
|
-
"text": "
|
|
6826
|
-
}
|
|
6746
|
+
"text": "NumberEditorParams"
|
|
6747
|
+
},
|
|
6748
|
+
"privacy": "public"
|
|
6749
|
+
},
|
|
6750
|
+
{
|
|
6751
|
+
"kind": "field",
|
|
6752
|
+
"name": "value",
|
|
6753
|
+
"type": {
|
|
6754
|
+
"text": "number"
|
|
6755
|
+
},
|
|
6756
|
+
"privacy": "public"
|
|
6757
|
+
},
|
|
6758
|
+
{
|
|
6759
|
+
"kind": "field",
|
|
6760
|
+
"name": "actualWidth",
|
|
6761
|
+
"type": {
|
|
6762
|
+
"text": "number"
|
|
6763
|
+
},
|
|
6764
|
+
"privacy": "public"
|
|
6765
|
+
},
|
|
6766
|
+
{
|
|
6767
|
+
"kind": "field",
|
|
6768
|
+
"name": "input",
|
|
6769
|
+
"type": {
|
|
6770
|
+
"text": "any"
|
|
6771
|
+
},
|
|
6772
|
+
"privacy": "public"
|
|
6827
6773
|
},
|
|
6828
6774
|
{
|
|
6829
6775
|
"kind": "method",
|
|
6830
6776
|
"name": "init",
|
|
6777
|
+
"privacy": "public",
|
|
6831
6778
|
"parameters": [
|
|
6832
6779
|
{
|
|
6833
6780
|
"name": "params",
|
|
6834
6781
|
"type": {
|
|
6835
|
-
"text": "
|
|
6782
|
+
"text": "NumberEditorParams"
|
|
6836
6783
|
}
|
|
6837
6784
|
}
|
|
6838
6785
|
]
|
|
6839
6786
|
},
|
|
6840
6787
|
{
|
|
6841
6788
|
"kind": "method",
|
|
6842
|
-
"name": "getGui"
|
|
6789
|
+
"name": "getGui",
|
|
6790
|
+
"privacy": "public",
|
|
6791
|
+
"return": {
|
|
6792
|
+
"type": {
|
|
6793
|
+
"text": "HTMLElement"
|
|
6794
|
+
}
|
|
6795
|
+
}
|
|
6843
6796
|
},
|
|
6844
6797
|
{
|
|
6845
6798
|
"kind": "method",
|
|
6846
6799
|
"name": "refresh",
|
|
6800
|
+
"privacy": "public",
|
|
6801
|
+
"return": {
|
|
6802
|
+
"type": {
|
|
6803
|
+
"text": "boolean"
|
|
6804
|
+
}
|
|
6805
|
+
},
|
|
6847
6806
|
"parameters": [
|
|
6848
6807
|
{
|
|
6849
|
-
"name": "params"
|
|
6808
|
+
"name": "params",
|
|
6809
|
+
"type": {
|
|
6810
|
+
"text": "NumberEditorParams"
|
|
6811
|
+
}
|
|
6850
6812
|
}
|
|
6851
6813
|
]
|
|
6852
6814
|
},
|
|
6853
6815
|
{
|
|
6854
6816
|
"kind": "method",
|
|
6855
|
-
"name": "
|
|
6817
|
+
"name": "getValue"
|
|
6818
|
+
},
|
|
6819
|
+
{
|
|
6820
|
+
"kind": "method",
|
|
6821
|
+
"name": "isPopup",
|
|
6856
6822
|
"return": {
|
|
6857
6823
|
"type": {
|
|
6858
|
-
"text": "
|
|
6824
|
+
"text": "boolean"
|
|
6859
6825
|
}
|
|
6860
6826
|
}
|
|
6861
6827
|
},
|
|
6828
|
+
{
|
|
6829
|
+
"kind": "method",
|
|
6830
|
+
"name": "afterGuiAttached"
|
|
6831
|
+
},
|
|
6832
|
+
{
|
|
6833
|
+
"kind": "method",
|
|
6834
|
+
"name": "changeHandler",
|
|
6835
|
+
"parameters": [
|
|
6836
|
+
{
|
|
6837
|
+
"name": "event"
|
|
6838
|
+
}
|
|
6839
|
+
]
|
|
6840
|
+
},
|
|
6841
|
+
{
|
|
6842
|
+
"kind": "method",
|
|
6843
|
+
"name": "isCancelBeforeStart"
|
|
6844
|
+
},
|
|
6862
6845
|
{
|
|
6863
6846
|
"kind": "field",
|
|
6864
6847
|
"name": "_presentation",
|
|
@@ -6975,81 +6958,113 @@
|
|
|
6975
6958
|
"name": "FoundationElement",
|
|
6976
6959
|
"package": "@microsoft/fast-foundation"
|
|
6977
6960
|
},
|
|
6978
|
-
"tagName": "%%prefix%%-
|
|
6961
|
+
"tagName": "%%prefix%%-number-editor",
|
|
6979
6962
|
"customElement": true
|
|
6980
6963
|
},
|
|
6981
6964
|
{
|
|
6982
6965
|
"kind": "variable",
|
|
6983
|
-
"name": "
|
|
6984
|
-
"
|
|
6966
|
+
"name": "agNumberEditorStyles",
|
|
6967
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
6968
|
+
"description": "The AG Number Editor Styles.",
|
|
6969
|
+
"privacy": "public"
|
|
6970
|
+
},
|
|
6971
|
+
{
|
|
6972
|
+
"kind": "function",
|
|
6973
|
+
"name": "getNumberEditorTemplate",
|
|
6974
|
+
"parameters": [
|
|
6975
|
+
{
|
|
6976
|
+
"name": "designSystem",
|
|
6977
|
+
"default": "'foundation'",
|
|
6978
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6979
|
+
}
|
|
6980
|
+
],
|
|
6981
|
+
"description": "Get a Design System prefixed Select template.",
|
|
6982
|
+
"return": {
|
|
6983
|
+
"type": {
|
|
6984
|
+
"text": ""
|
|
6985
|
+
}
|
|
6986
|
+
},
|
|
6987
|
+
"privacy": "public"
|
|
6988
|
+
},
|
|
6989
|
+
{
|
|
6990
|
+
"kind": "variable",
|
|
6991
|
+
"name": "foundationNumberEditor",
|
|
6985
6992
|
"privacy": "public"
|
|
6986
6993
|
}
|
|
6987
6994
|
],
|
|
6988
6995
|
"exports": [
|
|
6989
6996
|
{
|
|
6990
6997
|
"kind": "js",
|
|
6991
|
-
"name": "
|
|
6998
|
+
"name": "NumberEditor",
|
|
6992
6999
|
"declaration": {
|
|
6993
|
-
"name": "
|
|
6994
|
-
"module": "src/cell-
|
|
7000
|
+
"name": "NumberEditor",
|
|
7001
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
6995
7002
|
}
|
|
6996
7003
|
},
|
|
6997
7004
|
{
|
|
6998
7005
|
"kind": "js",
|
|
6999
|
-
"name": "
|
|
7006
|
+
"name": "agNumberEditorStyles",
|
|
7000
7007
|
"declaration": {
|
|
7001
|
-
"name": "
|
|
7002
|
-
"module": "src/cell-
|
|
7008
|
+
"name": "agNumberEditorStyles",
|
|
7009
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
7003
7010
|
}
|
|
7004
7011
|
},
|
|
7005
7012
|
{
|
|
7006
7013
|
"kind": "js",
|
|
7007
|
-
"name": "
|
|
7014
|
+
"name": "getNumberEditorTemplate",
|
|
7008
7015
|
"declaration": {
|
|
7009
|
-
"name": "
|
|
7010
|
-
"module": "src/cell-
|
|
7016
|
+
"name": "getNumberEditorTemplate",
|
|
7017
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
7011
7018
|
}
|
|
7012
7019
|
},
|
|
7013
7020
|
{
|
|
7014
7021
|
"kind": "js",
|
|
7015
|
-
"name": "
|
|
7022
|
+
"name": "foundationNumberEditor",
|
|
7016
7023
|
"declaration": {
|
|
7017
|
-
"name": "
|
|
7018
|
-
"module": "src/cell-
|
|
7024
|
+
"name": "foundationNumberEditor",
|
|
7025
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
7019
7026
|
}
|
|
7020
7027
|
}
|
|
7021
7028
|
]
|
|
7022
7029
|
},
|
|
7023
7030
|
{
|
|
7024
7031
|
"kind": "javascript-module",
|
|
7025
|
-
"path": "src/cell-
|
|
7032
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
7026
7033
|
"declarations": [
|
|
7027
7034
|
{
|
|
7028
7035
|
"kind": "class",
|
|
7029
|
-
"description": "The AG
|
|
7030
|
-
"name": "
|
|
7036
|
+
"description": "The AG Select Editor element.",
|
|
7037
|
+
"name": "SelectEditor",
|
|
7031
7038
|
"members": [
|
|
7032
7039
|
{
|
|
7033
7040
|
"kind": "field",
|
|
7034
|
-
"name": "
|
|
7041
|
+
"name": "params",
|
|
7035
7042
|
"type": {
|
|
7036
|
-
"text": "
|
|
7043
|
+
"text": "SelectEditorParams"
|
|
7037
7044
|
},
|
|
7038
7045
|
"privacy": "public"
|
|
7039
7046
|
},
|
|
7040
7047
|
{
|
|
7041
7048
|
"kind": "field",
|
|
7042
|
-
"name": "
|
|
7049
|
+
"name": "value",
|
|
7043
7050
|
"type": {
|
|
7044
7051
|
"text": "string"
|
|
7045
7052
|
},
|
|
7046
|
-
"
|
|
7053
|
+
"privacy": "public"
|
|
7047
7054
|
},
|
|
7048
7055
|
{
|
|
7049
7056
|
"kind": "field",
|
|
7050
|
-
"name": "
|
|
7057
|
+
"name": "actualWidth",
|
|
7051
7058
|
"type": {
|
|
7052
|
-
"text": "
|
|
7059
|
+
"text": "number"
|
|
7060
|
+
},
|
|
7061
|
+
"privacy": "public"
|
|
7062
|
+
},
|
|
7063
|
+
{
|
|
7064
|
+
"kind": "field",
|
|
7065
|
+
"name": "combobox",
|
|
7066
|
+
"type": {
|
|
7067
|
+
"text": "any"
|
|
7053
7068
|
},
|
|
7054
7069
|
"privacy": "public"
|
|
7055
7070
|
},
|
|
@@ -7061,7 +7076,7 @@
|
|
|
7061
7076
|
{
|
|
7062
7077
|
"name": "params",
|
|
7063
7078
|
"type": {
|
|
7064
|
-
"text": "
|
|
7079
|
+
"text": "SelectEditorParams"
|
|
7065
7080
|
}
|
|
7066
7081
|
}
|
|
7067
7082
|
]
|
|
@@ -7076,51 +7091,54 @@
|
|
|
7076
7091
|
}
|
|
7077
7092
|
}
|
|
7078
7093
|
},
|
|
7079
|
-
{
|
|
7080
|
-
"kind": "method",
|
|
7081
|
-
"name": "destroy",
|
|
7082
|
-
"privacy": "public"
|
|
7083
|
-
},
|
|
7084
7094
|
{
|
|
7085
7095
|
"kind": "method",
|
|
7086
7096
|
"name": "refresh",
|
|
7087
7097
|
"privacy": "public",
|
|
7098
|
+
"return": {
|
|
7099
|
+
"type": {
|
|
7100
|
+
"text": "boolean"
|
|
7101
|
+
}
|
|
7102
|
+
},
|
|
7088
7103
|
"parameters": [
|
|
7089
7104
|
{
|
|
7090
7105
|
"name": "params",
|
|
7091
7106
|
"type": {
|
|
7092
|
-
"text": "
|
|
7107
|
+
"text": "SelectEditorParams"
|
|
7093
7108
|
}
|
|
7094
7109
|
}
|
|
7095
7110
|
]
|
|
7096
7111
|
},
|
|
7097
7112
|
{
|
|
7098
7113
|
"kind": "method",
|
|
7099
|
-
"name": "
|
|
7100
|
-
|
|
7114
|
+
"name": "getValue"
|
|
7115
|
+
},
|
|
7116
|
+
{
|
|
7117
|
+
"kind": "method",
|
|
7118
|
+
"name": "isPopup",
|
|
7101
7119
|
"return": {
|
|
7102
7120
|
"type": {
|
|
7103
7121
|
"text": "boolean"
|
|
7104
7122
|
}
|
|
7105
|
-
}
|
|
7106
|
-
"parameters": [
|
|
7107
|
-
{
|
|
7108
|
-
"name": "data"
|
|
7109
|
-
}
|
|
7110
|
-
]
|
|
7123
|
+
}
|
|
7111
7124
|
},
|
|
7112
7125
|
{
|
|
7113
|
-
"kind": "
|
|
7114
|
-
"name": "
|
|
7115
|
-
|
|
7116
|
-
|
|
7126
|
+
"kind": "method",
|
|
7127
|
+
"name": "afterGuiAttached"
|
|
7128
|
+
},
|
|
7129
|
+
{
|
|
7130
|
+
"kind": "method",
|
|
7131
|
+
"name": "changeHandler",
|
|
7117
7132
|
"parameters": [
|
|
7118
7133
|
{
|
|
7119
|
-
"
|
|
7120
|
-
"name": "e"
|
|
7134
|
+
"name": "event"
|
|
7121
7135
|
}
|
|
7122
7136
|
]
|
|
7123
7137
|
},
|
|
7138
|
+
{
|
|
7139
|
+
"kind": "method",
|
|
7140
|
+
"name": "isCancelBeforeStart"
|
|
7141
|
+
},
|
|
7124
7142
|
{
|
|
7125
7143
|
"kind": "field",
|
|
7126
7144
|
"name": "_presentation",
|
|
@@ -7237,19 +7255,19 @@
|
|
|
7237
7255
|
"name": "FoundationElement",
|
|
7238
7256
|
"package": "@microsoft/fast-foundation"
|
|
7239
7257
|
},
|
|
7240
|
-
"tagName": "%%prefix%%-
|
|
7258
|
+
"tagName": "%%prefix%%-select-editor",
|
|
7241
7259
|
"customElement": true
|
|
7242
7260
|
},
|
|
7243
7261
|
{
|
|
7244
7262
|
"kind": "variable",
|
|
7245
|
-
"name": "
|
|
7246
|
-
"default": "css
|
|
7247
|
-
"description": "The AG
|
|
7263
|
+
"name": "agSelectEditorStyles",
|
|
7264
|
+
"default": "css``",
|
|
7265
|
+
"description": "The AG Select Renderer Styles.",
|
|
7248
7266
|
"privacy": "public"
|
|
7249
7267
|
},
|
|
7250
7268
|
{
|
|
7251
7269
|
"kind": "function",
|
|
7252
|
-
"name": "
|
|
7270
|
+
"name": "getSelectEditorTemplate",
|
|
7253
7271
|
"parameters": [
|
|
7254
7272
|
{
|
|
7255
7273
|
"name": "designSystem",
|
|
@@ -7257,7 +7275,7 @@
|
|
|
7257
7275
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7258
7276
|
}
|
|
7259
7277
|
],
|
|
7260
|
-
"description": "Get a Design System prefixed
|
|
7278
|
+
"description": "Get a Design System prefixed Select template.",
|
|
7261
7279
|
"return": {
|
|
7262
7280
|
"type": {
|
|
7263
7281
|
"text": ""
|
|
@@ -7267,97 +7285,85 @@
|
|
|
7267
7285
|
},
|
|
7268
7286
|
{
|
|
7269
7287
|
"kind": "variable",
|
|
7270
|
-
"name": "
|
|
7271
|
-
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
7288
|
+
"name": "foundationSelectEditor",
|
|
7272
7289
|
"privacy": "public"
|
|
7273
7290
|
}
|
|
7274
7291
|
],
|
|
7275
7292
|
"exports": [
|
|
7276
7293
|
{
|
|
7277
7294
|
"kind": "js",
|
|
7278
|
-
"name": "
|
|
7295
|
+
"name": "SelectEditor",
|
|
7279
7296
|
"declaration": {
|
|
7280
|
-
"name": "
|
|
7281
|
-
"module": "src/cell-
|
|
7297
|
+
"name": "SelectEditor",
|
|
7298
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7282
7299
|
}
|
|
7283
7300
|
},
|
|
7284
7301
|
{
|
|
7285
7302
|
"kind": "js",
|
|
7286
|
-
"name": "
|
|
7303
|
+
"name": "agSelectEditorStyles",
|
|
7287
7304
|
"declaration": {
|
|
7288
|
-
"name": "
|
|
7289
|
-
"module": "src/cell-
|
|
7305
|
+
"name": "agSelectEditorStyles",
|
|
7306
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7290
7307
|
}
|
|
7291
7308
|
},
|
|
7292
7309
|
{
|
|
7293
7310
|
"kind": "js",
|
|
7294
|
-
"name": "
|
|
7311
|
+
"name": "getSelectEditorTemplate",
|
|
7295
7312
|
"declaration": {
|
|
7296
|
-
"name": "
|
|
7297
|
-
"module": "src/cell-
|
|
7313
|
+
"name": "getSelectEditorTemplate",
|
|
7314
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7298
7315
|
}
|
|
7299
7316
|
},
|
|
7300
7317
|
{
|
|
7301
7318
|
"kind": "js",
|
|
7302
|
-
"name": "
|
|
7319
|
+
"name": "foundationSelectEditor",
|
|
7303
7320
|
"declaration": {
|
|
7304
|
-
"name": "
|
|
7305
|
-
"module": "src/cell-
|
|
7321
|
+
"name": "foundationSelectEditor",
|
|
7322
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7306
7323
|
}
|
|
7307
7324
|
}
|
|
7308
7325
|
]
|
|
7309
7326
|
},
|
|
7310
7327
|
{
|
|
7311
7328
|
"kind": "javascript-module",
|
|
7312
|
-
"path": "src/cell-
|
|
7329
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
7313
7330
|
"declarations": [
|
|
7314
7331
|
{
|
|
7315
7332
|
"kind": "class",
|
|
7316
|
-
"description": "",
|
|
7317
|
-
"name": "
|
|
7318
|
-
"superclass": {
|
|
7319
|
-
"name": "AgTextFieldRenderer",
|
|
7320
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
7321
|
-
},
|
|
7322
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7323
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7324
|
-
"customElement": true,
|
|
7333
|
+
"description": "The AG String Editor element.",
|
|
7334
|
+
"name": "StringEditor",
|
|
7325
7335
|
"members": [
|
|
7326
7336
|
{
|
|
7327
7337
|
"kind": "field",
|
|
7328
|
-
"name": "
|
|
7338
|
+
"name": "params",
|
|
7329
7339
|
"type": {
|
|
7330
|
-
"text": "
|
|
7340
|
+
"text": "StringEditorParams"
|
|
7331
7341
|
},
|
|
7332
|
-
"privacy": "public"
|
|
7333
|
-
"inheritedFrom": {
|
|
7334
|
-
"name": "AgTextFieldRenderer",
|
|
7335
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7336
|
-
}
|
|
7342
|
+
"privacy": "public"
|
|
7337
7343
|
},
|
|
7338
7344
|
{
|
|
7339
7345
|
"kind": "field",
|
|
7340
|
-
"name": "
|
|
7346
|
+
"name": "value",
|
|
7341
7347
|
"type": {
|
|
7342
7348
|
"text": "string"
|
|
7343
7349
|
},
|
|
7344
|
-
"
|
|
7345
|
-
"inheritedFrom": {
|
|
7346
|
-
"name": "AgTextFieldRenderer",
|
|
7347
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7348
|
-
}
|
|
7350
|
+
"privacy": "public"
|
|
7349
7351
|
},
|
|
7350
7352
|
{
|
|
7351
7353
|
"kind": "field",
|
|
7352
|
-
"name": "
|
|
7354
|
+
"name": "actualWidth",
|
|
7353
7355
|
"type": {
|
|
7354
|
-
"text": "
|
|
7356
|
+
"text": "number"
|
|
7355
7357
|
},
|
|
7356
|
-
"privacy": "public"
|
|
7357
|
-
|
|
7358
|
-
|
|
7359
|
-
|
|
7360
|
-
|
|
7358
|
+
"privacy": "public"
|
|
7359
|
+
},
|
|
7360
|
+
{
|
|
7361
|
+
"kind": "field",
|
|
7362
|
+
"name": "input",
|
|
7363
|
+
"type": {
|
|
7364
|
+
"text": "any"
|
|
7365
|
+
},
|
|
7366
|
+
"privacy": "public"
|
|
7361
7367
|
},
|
|
7362
7368
|
{
|
|
7363
7369
|
"kind": "method",
|
|
@@ -7367,14 +7373,10 @@
|
|
|
7367
7373
|
{
|
|
7368
7374
|
"name": "params",
|
|
7369
7375
|
"type": {
|
|
7370
|
-
"text": "
|
|
7376
|
+
"text": "StringEditorParams"
|
|
7371
7377
|
}
|
|
7372
7378
|
}
|
|
7373
|
-
]
|
|
7374
|
-
"inheritedFrom": {
|
|
7375
|
-
"name": "AgTextFieldRenderer",
|
|
7376
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7377
|
-
}
|
|
7379
|
+
]
|
|
7378
7380
|
},
|
|
7379
7381
|
{
|
|
7380
7382
|
"kind": "method",
|
|
@@ -7384,72 +7386,55 @@
|
|
|
7384
7386
|
"type": {
|
|
7385
7387
|
"text": "HTMLElement"
|
|
7386
7388
|
}
|
|
7387
|
-
},
|
|
7388
|
-
"inheritedFrom": {
|
|
7389
|
-
"name": "AgTextFieldRenderer",
|
|
7390
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7391
|
-
}
|
|
7392
|
-
},
|
|
7393
|
-
{
|
|
7394
|
-
"kind": "method",
|
|
7395
|
-
"name": "destroy",
|
|
7396
|
-
"privacy": "public",
|
|
7397
|
-
"inheritedFrom": {
|
|
7398
|
-
"name": "AgTextFieldRenderer",
|
|
7399
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7400
7389
|
}
|
|
7401
7390
|
},
|
|
7402
7391
|
{
|
|
7403
7392
|
"kind": "method",
|
|
7404
7393
|
"name": "refresh",
|
|
7405
7394
|
"privacy": "public",
|
|
7395
|
+
"return": {
|
|
7396
|
+
"type": {
|
|
7397
|
+
"text": "boolean"
|
|
7398
|
+
}
|
|
7399
|
+
},
|
|
7406
7400
|
"parameters": [
|
|
7407
7401
|
{
|
|
7408
7402
|
"name": "params",
|
|
7409
7403
|
"type": {
|
|
7410
|
-
"text": "
|
|
7404
|
+
"text": "StringEditorParams"
|
|
7411
7405
|
}
|
|
7412
7406
|
}
|
|
7413
|
-
]
|
|
7414
|
-
"inheritedFrom": {
|
|
7415
|
-
"name": "AgTextFieldRenderer",
|
|
7416
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7417
|
-
}
|
|
7407
|
+
]
|
|
7418
7408
|
},
|
|
7419
7409
|
{
|
|
7420
7410
|
"kind": "method",
|
|
7421
|
-
"name": "
|
|
7422
|
-
|
|
7411
|
+
"name": "getValue"
|
|
7412
|
+
},
|
|
7413
|
+
{
|
|
7414
|
+
"kind": "method",
|
|
7415
|
+
"name": "isPopup",
|
|
7423
7416
|
"return": {
|
|
7424
7417
|
"type": {
|
|
7425
7418
|
"text": "boolean"
|
|
7426
7419
|
}
|
|
7427
|
-
},
|
|
7428
|
-
"parameters": [
|
|
7429
|
-
{
|
|
7430
|
-
"name": "data"
|
|
7431
|
-
}
|
|
7432
|
-
],
|
|
7433
|
-
"inheritedFrom": {
|
|
7434
|
-
"name": "AgTextFieldRenderer",
|
|
7435
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7436
7420
|
}
|
|
7437
7421
|
},
|
|
7438
7422
|
{
|
|
7439
|
-
"kind": "
|
|
7440
|
-
"name": "
|
|
7441
|
-
|
|
7442
|
-
|
|
7423
|
+
"kind": "method",
|
|
7424
|
+
"name": "afterGuiAttached"
|
|
7425
|
+
},
|
|
7426
|
+
{
|
|
7427
|
+
"kind": "method",
|
|
7428
|
+
"name": "changeHandler",
|
|
7443
7429
|
"parameters": [
|
|
7444
7430
|
{
|
|
7445
|
-
"
|
|
7446
|
-
"name": "e"
|
|
7431
|
+
"name": "event"
|
|
7447
7432
|
}
|
|
7448
|
-
]
|
|
7449
|
-
|
|
7450
|
-
|
|
7451
|
-
|
|
7452
|
-
|
|
7433
|
+
]
|
|
7434
|
+
},
|
|
7435
|
+
{
|
|
7436
|
+
"kind": "method",
|
|
7437
|
+
"name": "isCancelBeforeStart"
|
|
7453
7438
|
},
|
|
7454
7439
|
{
|
|
7455
7440
|
"kind": "field",
|
|
@@ -7562,567 +7547,269 @@
|
|
|
7562
7547
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7563
7548
|
}
|
|
7564
7549
|
}
|
|
7565
|
-
]
|
|
7550
|
+
],
|
|
7551
|
+
"superclass": {
|
|
7552
|
+
"name": "FoundationElement",
|
|
7553
|
+
"package": "@microsoft/fast-foundation"
|
|
7554
|
+
},
|
|
7555
|
+
"tagName": "%%prefix%%-string-editor",
|
|
7556
|
+
"customElement": true
|
|
7566
7557
|
},
|
|
7567
7558
|
{
|
|
7568
7559
|
"kind": "variable",
|
|
7569
|
-
"name": "
|
|
7570
|
-
"default": "
|
|
7571
|
-
"
|
|
7572
|
-
"
|
|
7560
|
+
"name": "agStringEditorStyles",
|
|
7561
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
7562
|
+
"description": "The AG String Renderer Styles.",
|
|
7563
|
+
"privacy": "public"
|
|
7573
7564
|
},
|
|
7574
7565
|
{
|
|
7575
|
-
"kind": "
|
|
7576
|
-
"name": "
|
|
7577
|
-
"
|
|
7578
|
-
|
|
7579
|
-
|
|
7566
|
+
"kind": "function",
|
|
7567
|
+
"name": "getStringEditorTemplate",
|
|
7568
|
+
"parameters": [
|
|
7569
|
+
{
|
|
7570
|
+
"name": "designSystem",
|
|
7571
|
+
"default": "'foundation'",
|
|
7572
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7573
|
+
}
|
|
7574
|
+
],
|
|
7575
|
+
"description": "Get a Design System prefixed String template.",
|
|
7576
|
+
"return": {
|
|
7577
|
+
"type": {
|
|
7578
|
+
"text": ""
|
|
7579
|
+
}
|
|
7580
|
+
},
|
|
7581
|
+
"privacy": "public"
|
|
7580
7582
|
},
|
|
7581
7583
|
{
|
|
7582
7584
|
"kind": "variable",
|
|
7583
|
-
"name": "
|
|
7584
|
-
"
|
|
7585
|
-
"privacy": "public",
|
|
7586
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7585
|
+
"name": "foundationStringEditor",
|
|
7586
|
+
"privacy": "public"
|
|
7587
7587
|
}
|
|
7588
7588
|
],
|
|
7589
7589
|
"exports": [
|
|
7590
7590
|
{
|
|
7591
7591
|
"kind": "js",
|
|
7592
|
-
"name": "
|
|
7592
|
+
"name": "StringEditor",
|
|
7593
7593
|
"declaration": {
|
|
7594
|
-
"name": "
|
|
7595
|
-
"module": "src/cell-
|
|
7594
|
+
"name": "StringEditor",
|
|
7595
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7596
7596
|
}
|
|
7597
7597
|
},
|
|
7598
7598
|
{
|
|
7599
7599
|
"kind": "js",
|
|
7600
|
-
"name": "
|
|
7600
|
+
"name": "agStringEditorStyles",
|
|
7601
7601
|
"declaration": {
|
|
7602
|
-
"name": "
|
|
7603
|
-
"module": "src/cell-
|
|
7602
|
+
"name": "agStringEditorStyles",
|
|
7603
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7604
7604
|
}
|
|
7605
7605
|
},
|
|
7606
7606
|
{
|
|
7607
7607
|
"kind": "js",
|
|
7608
|
-
"name": "
|
|
7608
|
+
"name": "getStringEditorTemplate",
|
|
7609
7609
|
"declaration": {
|
|
7610
|
-
"name": "
|
|
7611
|
-
"module": "src/cell-
|
|
7610
|
+
"name": "getStringEditorTemplate",
|
|
7611
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7612
7612
|
}
|
|
7613
7613
|
},
|
|
7614
7614
|
{
|
|
7615
7615
|
"kind": "js",
|
|
7616
|
-
"name": "
|
|
7616
|
+
"name": "foundationStringEditor",
|
|
7617
7617
|
"declaration": {
|
|
7618
|
-
"name": "
|
|
7619
|
-
"module": "src/cell-
|
|
7618
|
+
"name": "foundationStringEditor",
|
|
7619
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7620
7620
|
}
|
|
7621
7621
|
}
|
|
7622
7622
|
]
|
|
7623
7623
|
},
|
|
7624
7624
|
{
|
|
7625
7625
|
"kind": "javascript-module",
|
|
7626
|
-
"path": "src/
|
|
7626
|
+
"path": "src/datasource/base.datasource.ts",
|
|
7627
7627
|
"declarations": [
|
|
7628
7628
|
{
|
|
7629
7629
|
"kind": "variable",
|
|
7630
|
-
"name": "
|
|
7631
|
-
"
|
|
7632
|
-
|
|
7630
|
+
"name": "criteriaDelimiter",
|
|
7631
|
+
"type": {
|
|
7632
|
+
"text": "string"
|
|
7633
|
+
},
|
|
7634
|
+
"default": "';'",
|
|
7635
|
+
"description": "The delimiter for the criteria string.",
|
|
7633
7636
|
"privacy": "public"
|
|
7634
|
-
}
|
|
7635
|
-
],
|
|
7636
|
-
"exports": [
|
|
7637
|
+
},
|
|
7637
7638
|
{
|
|
7638
|
-
"kind": "
|
|
7639
|
-
"name": "
|
|
7640
|
-
"
|
|
7641
|
-
"
|
|
7642
|
-
|
|
7643
|
-
|
|
7644
|
-
|
|
7645
|
-
|
|
7646
|
-
|
|
7647
|
-
{
|
|
7648
|
-
"kind": "javascript-module",
|
|
7649
|
-
"path": "src/column/column.ts",
|
|
7650
|
-
"declarations": [
|
|
7639
|
+
"kind": "variable",
|
|
7640
|
+
"name": "criteriaJoin",
|
|
7641
|
+
"type": {
|
|
7642
|
+
"text": "string"
|
|
7643
|
+
},
|
|
7644
|
+
"default": "' && '",
|
|
7645
|
+
"description": "The join for the criteria string.",
|
|
7646
|
+
"privacy": "public"
|
|
7647
|
+
},
|
|
7651
7648
|
{
|
|
7652
7649
|
"kind": "class",
|
|
7653
|
-
"description": "The
|
|
7654
|
-
"name": "
|
|
7650
|
+
"description": "The base datasource element for the grid-pro element.",
|
|
7651
|
+
"name": "GenesisGridDatasourceElement",
|
|
7655
7652
|
"members": [
|
|
7656
7653
|
{
|
|
7657
7654
|
"kind": "field",
|
|
7658
|
-
"name": "
|
|
7655
|
+
"name": "connect",
|
|
7659
7656
|
"type": {
|
|
7660
|
-
"text": "
|
|
7661
|
-
}
|
|
7662
|
-
"privacy": "public"
|
|
7657
|
+
"text": "Connect"
|
|
7658
|
+
}
|
|
7663
7659
|
},
|
|
7664
7660
|
{
|
|
7665
7661
|
"kind": "field",
|
|
7666
|
-
"name": "
|
|
7662
|
+
"name": "datasource",
|
|
7667
7663
|
"type": {
|
|
7668
|
-
"text": "
|
|
7669
|
-
}
|
|
7670
|
-
"default": "{}"
|
|
7664
|
+
"text": "Datasource"
|
|
7665
|
+
}
|
|
7671
7666
|
},
|
|
7672
7667
|
{
|
|
7673
|
-
"kind": "
|
|
7674
|
-
"name": "
|
|
7675
|
-
"
|
|
7668
|
+
"kind": "field",
|
|
7669
|
+
"name": "deferredGridOptions",
|
|
7670
|
+
"type": {
|
|
7671
|
+
"text": "GridOptions"
|
|
7672
|
+
}
|
|
7676
7673
|
},
|
|
7677
7674
|
{
|
|
7678
|
-
"kind": "
|
|
7679
|
-
"name": "
|
|
7680
|
-
"
|
|
7681
|
-
"
|
|
7682
|
-
"text": "Node"
|
|
7683
|
-
}
|
|
7684
|
-
},
|
|
7685
|
-
"inheritedFrom": {
|
|
7686
|
-
"name": "LifecycleMixin",
|
|
7687
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7675
|
+
"kind": "field",
|
|
7676
|
+
"name": "deferredColumnStates",
|
|
7677
|
+
"type": {
|
|
7678
|
+
"text": "ColumnState[]"
|
|
7688
7679
|
}
|
|
7689
7680
|
},
|
|
7690
7681
|
{
|
|
7691
|
-
"kind": "
|
|
7692
|
-
"name": "
|
|
7693
|
-
"
|
|
7694
|
-
"
|
|
7695
|
-
"text": "Node"
|
|
7696
|
-
}
|
|
7682
|
+
"kind": "field",
|
|
7683
|
+
"name": "rowDataMapper",
|
|
7684
|
+
"type": {
|
|
7685
|
+
"text": "Function"
|
|
7697
7686
|
},
|
|
7698
|
-
"
|
|
7699
|
-
{
|
|
7700
|
-
"name": "deep",
|
|
7701
|
-
"optional": true,
|
|
7702
|
-
"type": {
|
|
7703
|
-
"text": "boolean"
|
|
7704
|
-
}
|
|
7705
|
-
}
|
|
7706
|
-
],
|
|
7707
|
-
"inheritedFrom": {
|
|
7708
|
-
"name": "LifecycleMixin",
|
|
7709
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7710
|
-
}
|
|
7687
|
+
"description": "Allows grid data updates to be processed via and external function before applying in grid"
|
|
7711
7688
|
},
|
|
7712
7689
|
{
|
|
7713
7690
|
"kind": "field",
|
|
7714
|
-
"name": "
|
|
7715
|
-
"
|
|
7716
|
-
"
|
|
7717
|
-
"text": ""
|
|
7718
|
-
}
|
|
7691
|
+
"name": "criteria",
|
|
7692
|
+
"type": {
|
|
7693
|
+
"text": "string"
|
|
7719
7694
|
},
|
|
7720
|
-
"
|
|
7721
|
-
"inheritedFrom": {
|
|
7722
|
-
"name": "LifecycleMixin",
|
|
7723
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7724
|
-
}
|
|
7695
|
+
"description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription."
|
|
7725
7696
|
},
|
|
7726
7697
|
{
|
|
7727
7698
|
"kind": "field",
|
|
7728
|
-
"name": "
|
|
7729
|
-
"
|
|
7730
|
-
"
|
|
7731
|
-
"text": ""
|
|
7732
|
-
}
|
|
7699
|
+
"name": "isSnapshot",
|
|
7700
|
+
"type": {
|
|
7701
|
+
"text": "boolean"
|
|
7733
7702
|
},
|
|
7734
|
-
"
|
|
7735
|
-
"
|
|
7736
|
-
"name": "LifecycleMixin",
|
|
7737
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7738
|
-
}
|
|
7703
|
+
"default": "false",
|
|
7704
|
+
"description": "Request a snapshot from the server."
|
|
7739
7705
|
},
|
|
7740
7706
|
{
|
|
7741
|
-
"kind": "
|
|
7742
|
-
"name": "
|
|
7743
|
-
"
|
|
7744
|
-
"
|
|
7745
|
-
"text": "boolean"
|
|
7746
|
-
}
|
|
7707
|
+
"kind": "field",
|
|
7708
|
+
"name": "maxRows",
|
|
7709
|
+
"type": {
|
|
7710
|
+
"text": "number"
|
|
7747
7711
|
},
|
|
7748
|
-
"
|
|
7749
|
-
{
|
|
7750
|
-
"name": "lifecycleType",
|
|
7751
|
-
"type": {
|
|
7752
|
-
"text": "Lifecycletype"
|
|
7753
|
-
}
|
|
7754
|
-
}
|
|
7755
|
-
],
|
|
7756
|
-
"inheritedFrom": {
|
|
7757
|
-
"name": "LifecycleMixin",
|
|
7758
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7759
|
-
}
|
|
7712
|
+
"description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages."
|
|
7760
7713
|
},
|
|
7761
7714
|
{
|
|
7762
7715
|
"kind": "field",
|
|
7763
|
-
"name": "
|
|
7716
|
+
"name": "orderBy",
|
|
7764
7717
|
"type": {
|
|
7765
|
-
"text": "
|
|
7718
|
+
"text": "string"
|
|
7766
7719
|
},
|
|
7767
|
-
"
|
|
7768
|
-
"default": "void 0",
|
|
7769
|
-
"inheritedFrom": {
|
|
7770
|
-
"name": "FoundationElement",
|
|
7771
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7772
|
-
}
|
|
7720
|
+
"description": "Option to select a Data Server index (defined in the Data Server query), which is especially useful if you want the data to be sorted in a specific way."
|
|
7773
7721
|
},
|
|
7774
7722
|
{
|
|
7775
7723
|
"kind": "field",
|
|
7776
|
-
"name": "
|
|
7724
|
+
"name": "resourceName",
|
|
7777
7725
|
"type": {
|
|
7778
|
-
"text": "
|
|
7726
|
+
"text": "string"
|
|
7779
7727
|
},
|
|
7780
|
-
"
|
|
7781
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7782
|
-
"inheritedFrom": {
|
|
7783
|
-
"name": "FoundationElement",
|
|
7784
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7785
|
-
}
|
|
7728
|
+
"description": "The name of the target Data Server query or Request Server requestReply."
|
|
7786
7729
|
},
|
|
7787
7730
|
{
|
|
7788
7731
|
"kind": "field",
|
|
7789
|
-
"name": "
|
|
7732
|
+
"name": "viewNumber",
|
|
7790
7733
|
"type": {
|
|
7791
|
-
"text": "
|
|
7734
|
+
"text": "number"
|
|
7792
7735
|
},
|
|
7793
|
-
"
|
|
7794
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
7795
|
-
"inheritedFrom": {
|
|
7796
|
-
"name": "FoundationElement",
|
|
7797
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7798
|
-
}
|
|
7736
|
+
"description": "The desired view/page you want data from."
|
|
7799
7737
|
},
|
|
7800
7738
|
{
|
|
7801
|
-
"kind": "
|
|
7802
|
-
"name": "
|
|
7803
|
-
"
|
|
7804
|
-
|
|
7805
|
-
"type": {
|
|
7806
|
-
"text": "void"
|
|
7807
|
-
}
|
|
7739
|
+
"kind": "field",
|
|
7740
|
+
"name": "fields",
|
|
7741
|
+
"type": {
|
|
7742
|
+
"text": "string"
|
|
7808
7743
|
},
|
|
7809
|
-
"
|
|
7810
|
-
"name": "FoundationElement",
|
|
7811
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7812
|
-
}
|
|
7744
|
+
"description": "Optional parameter that allows you to select a subset of fields from the query if the client is not interested in receiving all of them."
|
|
7813
7745
|
},
|
|
7814
7746
|
{
|
|
7815
7747
|
"kind": "field",
|
|
7816
|
-
"name": "
|
|
7748
|
+
"name": "maxView",
|
|
7817
7749
|
"type": {
|
|
7818
|
-
"text": "
|
|
7750
|
+
"text": "number"
|
|
7819
7751
|
},
|
|
7820
|
-
"
|
|
7821
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
7822
|
-
"inheritedFrom": {
|
|
7823
|
-
"name": "FoundationElement",
|
|
7824
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7825
|
-
}
|
|
7752
|
+
"description": "Maximum number of rows to track as part of a client \"view\"."
|
|
7826
7753
|
},
|
|
7827
7754
|
{
|
|
7828
|
-
"kind": "
|
|
7829
|
-
"name": "
|
|
7830
|
-
"
|
|
7831
|
-
|
|
7832
|
-
"type": {
|
|
7833
|
-
"text": "void"
|
|
7834
|
-
}
|
|
7755
|
+
"kind": "field",
|
|
7756
|
+
"name": "movingView",
|
|
7757
|
+
"type": {
|
|
7758
|
+
"text": "boolean"
|
|
7835
7759
|
},
|
|
7836
|
-
"
|
|
7837
|
-
|
|
7838
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7839
|
-
}
|
|
7760
|
+
"default": "false",
|
|
7761
|
+
"description": "If true, when the maximum number of rows defined in max-view is reached, the Data Server will start discarding the oldest rows (in terms of timestamp) and sending newer rows."
|
|
7840
7762
|
},
|
|
7841
|
-
{
|
|
7842
|
-
"kind": "method",
|
|
7843
|
-
"name": "compose",
|
|
7844
|
-
"privacy": "public",
|
|
7845
|
-
"static": true,
|
|
7846
|
-
"return": {
|
|
7847
|
-
"type": {
|
|
7848
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7849
|
-
}
|
|
7850
|
-
},
|
|
7851
|
-
"parameters": [
|
|
7852
|
-
{
|
|
7853
|
-
"name": "this",
|
|
7854
|
-
"type": {
|
|
7855
|
-
"text": "K"
|
|
7856
|
-
}
|
|
7857
|
-
},
|
|
7858
|
-
{
|
|
7859
|
-
"name": "elementDefinition",
|
|
7860
|
-
"type": {
|
|
7861
|
-
"text": "T"
|
|
7862
|
-
},
|
|
7863
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
7864
|
-
}
|
|
7865
|
-
],
|
|
7866
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7867
|
-
"inheritedFrom": {
|
|
7868
|
-
"name": "FoundationElement",
|
|
7869
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7870
|
-
}
|
|
7871
|
-
}
|
|
7872
|
-
],
|
|
7873
|
-
"mixins": [
|
|
7874
|
-
{
|
|
7875
|
-
"name": "LifecycleMixin",
|
|
7876
|
-
"package": "@genesislcap/foundation-utils"
|
|
7877
|
-
}
|
|
7878
|
-
],
|
|
7879
|
-
"superclass": {
|
|
7880
|
-
"name": "FoundationElement",
|
|
7881
|
-
"package": "@microsoft/fast-foundation"
|
|
7882
|
-
},
|
|
7883
|
-
"tagName": "grid-pro-column",
|
|
7884
|
-
"customElement": true
|
|
7885
|
-
}
|
|
7886
|
-
],
|
|
7887
|
-
"exports": [
|
|
7888
|
-
{
|
|
7889
|
-
"kind": "js",
|
|
7890
|
-
"name": "GridProColumn",
|
|
7891
|
-
"declaration": {
|
|
7892
|
-
"name": "GridProColumn",
|
|
7893
|
-
"module": "src/column/column.ts"
|
|
7894
|
-
}
|
|
7895
|
-
},
|
|
7896
|
-
{
|
|
7897
|
-
"kind": "custom-element-definition",
|
|
7898
|
-
"name": "grid-pro-column",
|
|
7899
|
-
"declaration": {
|
|
7900
|
-
"name": "GridProColumn",
|
|
7901
|
-
"module": "src/column/column.ts"
|
|
7902
|
-
}
|
|
7903
|
-
}
|
|
7904
|
-
]
|
|
7905
|
-
},
|
|
7906
|
-
{
|
|
7907
|
-
"kind": "javascript-module",
|
|
7908
|
-
"path": "src/column/index.ts",
|
|
7909
|
-
"declarations": [],
|
|
7910
|
-
"exports": [
|
|
7911
|
-
{
|
|
7912
|
-
"kind": "js",
|
|
7913
|
-
"name": "*",
|
|
7914
|
-
"declaration": {
|
|
7915
|
-
"name": "*",
|
|
7916
|
-
"package": "./column.template"
|
|
7917
|
-
}
|
|
7918
|
-
},
|
|
7919
|
-
{
|
|
7920
|
-
"kind": "js",
|
|
7921
|
-
"name": "*",
|
|
7922
|
-
"declaration": {
|
|
7923
|
-
"name": "*",
|
|
7924
|
-
"package": "./column"
|
|
7925
|
-
}
|
|
7926
|
-
},
|
|
7927
|
-
{
|
|
7928
|
-
"kind": "js",
|
|
7929
|
-
"name": "*",
|
|
7930
|
-
"declaration": {
|
|
7931
|
-
"name": "*",
|
|
7932
|
-
"package": "./utils"
|
|
7933
|
-
}
|
|
7934
|
-
}
|
|
7935
|
-
]
|
|
7936
|
-
},
|
|
7937
|
-
{
|
|
7938
|
-
"kind": "javascript-module",
|
|
7939
|
-
"path": "src/datasource/base.datasource.ts",
|
|
7940
|
-
"declarations": [
|
|
7941
|
-
{
|
|
7942
|
-
"kind": "variable",
|
|
7943
|
-
"name": "criteriaDelimiter",
|
|
7944
|
-
"type": {
|
|
7945
|
-
"text": "string"
|
|
7946
|
-
},
|
|
7947
|
-
"default": "';'",
|
|
7948
|
-
"description": "The delimiter for the criteria string.",
|
|
7949
|
-
"privacy": "public"
|
|
7950
|
-
},
|
|
7951
|
-
{
|
|
7952
|
-
"kind": "variable",
|
|
7953
|
-
"name": "criteriaJoin",
|
|
7954
|
-
"type": {
|
|
7955
|
-
"text": "string"
|
|
7956
|
-
},
|
|
7957
|
-
"default": "' && '",
|
|
7958
|
-
"description": "The join for the criteria string.",
|
|
7959
|
-
"privacy": "public"
|
|
7960
|
-
},
|
|
7961
|
-
{
|
|
7962
|
-
"kind": "class",
|
|
7963
|
-
"description": "The base datasource element for the grid-pro element.",
|
|
7964
|
-
"name": "GenesisGridDatasourceElement",
|
|
7965
|
-
"members": [
|
|
7966
7763
|
{
|
|
7967
7764
|
"kind": "field",
|
|
7968
|
-
"name": "
|
|
7765
|
+
"name": "reverse",
|
|
7969
7766
|
"type": {
|
|
7970
|
-
"text": "
|
|
7971
|
-
}
|
|
7767
|
+
"text": "boolean"
|
|
7768
|
+
},
|
|
7769
|
+
"default": "false",
|
|
7770
|
+
"description": "Option that changes the Data Server index iteration."
|
|
7972
7771
|
},
|
|
7973
7772
|
{
|
|
7974
7773
|
"kind": "field",
|
|
7975
|
-
"name": "
|
|
7774
|
+
"name": "disablePolling",
|
|
7976
7775
|
"type": {
|
|
7977
|
-
"text": "
|
|
7978
|
-
}
|
|
7776
|
+
"text": "boolean"
|
|
7777
|
+
},
|
|
7778
|
+
"default": "false",
|
|
7779
|
+
"description": "Disables polling if set to true (data updates for the grid will not be fetched automatically)."
|
|
7979
7780
|
},
|
|
7980
7781
|
{
|
|
7981
7782
|
"kind": "field",
|
|
7982
|
-
"name": "
|
|
7783
|
+
"name": "offset",
|
|
7983
7784
|
"type": {
|
|
7984
|
-
"text": "
|
|
7985
|
-
}
|
|
7785
|
+
"text": "number"
|
|
7786
|
+
},
|
|
7787
|
+
"description": "The offset for pagination in REQUEST_SERVER scenarios."
|
|
7986
7788
|
},
|
|
7987
7789
|
{
|
|
7988
7790
|
"kind": "field",
|
|
7989
|
-
"name": "
|
|
7791
|
+
"name": "pollingInterval",
|
|
7990
7792
|
"type": {
|
|
7991
|
-
"text": "
|
|
7992
|
-
}
|
|
7793
|
+
"text": "number"
|
|
7794
|
+
},
|
|
7795
|
+
"description": "Custom polling frequency (in milliseconds) for a Request Server resource."
|
|
7993
7796
|
},
|
|
7994
7797
|
{
|
|
7995
7798
|
"kind": "field",
|
|
7996
|
-
"name": "
|
|
7799
|
+
"name": "pollTriggerEvents",
|
|
7997
7800
|
"type": {
|
|
7998
|
-
"text": "
|
|
7801
|
+
"text": "string[]"
|
|
7999
7802
|
},
|
|
8000
|
-
"
|
|
7803
|
+
"default": "[]",
|
|
7804
|
+
"description": "Array of event names that will trigger a poll when received as commit responses."
|
|
8001
7805
|
},
|
|
8002
7806
|
{
|
|
8003
7807
|
"kind": "field",
|
|
8004
|
-
"name": "
|
|
7808
|
+
"name": "request",
|
|
8005
7809
|
"type": {
|
|
8006
|
-
"text": "
|
|
7810
|
+
"text": "any"
|
|
8007
7811
|
},
|
|
8008
|
-
"description": "
|
|
8009
|
-
},
|
|
8010
|
-
{
|
|
8011
|
-
"kind": "field",
|
|
8012
|
-
"name": "isSnapshot",
|
|
8013
|
-
"type": {
|
|
8014
|
-
"text": "boolean"
|
|
8015
|
-
},
|
|
8016
|
-
"default": "false",
|
|
8017
|
-
"description": "Request a snapshot from the server."
|
|
8018
|
-
},
|
|
8019
|
-
{
|
|
8020
|
-
"kind": "field",
|
|
8021
|
-
"name": "maxRows",
|
|
8022
|
-
"type": {
|
|
8023
|
-
"text": "number"
|
|
8024
|
-
},
|
|
8025
|
-
"description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages."
|
|
8026
|
-
},
|
|
8027
|
-
{
|
|
8028
|
-
"kind": "field",
|
|
8029
|
-
"name": "orderBy",
|
|
8030
|
-
"type": {
|
|
8031
|
-
"text": "string"
|
|
8032
|
-
},
|
|
8033
|
-
"description": "Option to select a Data Server index (defined in the Data Server query), which is especially useful if you want the data to be sorted in a specific way."
|
|
8034
|
-
},
|
|
8035
|
-
{
|
|
8036
|
-
"kind": "field",
|
|
8037
|
-
"name": "resourceName",
|
|
8038
|
-
"type": {
|
|
8039
|
-
"text": "string"
|
|
8040
|
-
},
|
|
8041
|
-
"description": "The name of the target Data Server query or Request Server requestReply."
|
|
8042
|
-
},
|
|
8043
|
-
{
|
|
8044
|
-
"kind": "field",
|
|
8045
|
-
"name": "viewNumber",
|
|
8046
|
-
"type": {
|
|
8047
|
-
"text": "number"
|
|
8048
|
-
},
|
|
8049
|
-
"description": "The desired view/page you want data from."
|
|
8050
|
-
},
|
|
8051
|
-
{
|
|
8052
|
-
"kind": "field",
|
|
8053
|
-
"name": "fields",
|
|
8054
|
-
"type": {
|
|
8055
|
-
"text": "string"
|
|
8056
|
-
},
|
|
8057
|
-
"description": "Optional parameter that allows you to select a subset of fields from the query if the client is not interested in receiving all of them."
|
|
8058
|
-
},
|
|
8059
|
-
{
|
|
8060
|
-
"kind": "field",
|
|
8061
|
-
"name": "maxView",
|
|
8062
|
-
"type": {
|
|
8063
|
-
"text": "number"
|
|
8064
|
-
},
|
|
8065
|
-
"description": "Maximum number of rows to track as part of a client \"view\"."
|
|
8066
|
-
},
|
|
8067
|
-
{
|
|
8068
|
-
"kind": "field",
|
|
8069
|
-
"name": "movingView",
|
|
8070
|
-
"type": {
|
|
8071
|
-
"text": "boolean"
|
|
8072
|
-
},
|
|
8073
|
-
"default": "false",
|
|
8074
|
-
"description": "If true, when the maximum number of rows defined in max-view is reached, the Data Server will start discarding the oldest rows (in terms of timestamp) and sending newer rows."
|
|
8075
|
-
},
|
|
8076
|
-
{
|
|
8077
|
-
"kind": "field",
|
|
8078
|
-
"name": "reverse",
|
|
8079
|
-
"type": {
|
|
8080
|
-
"text": "boolean"
|
|
8081
|
-
},
|
|
8082
|
-
"default": "false",
|
|
8083
|
-
"description": "Option that changes the Data Server index iteration."
|
|
8084
|
-
},
|
|
8085
|
-
{
|
|
8086
|
-
"kind": "field",
|
|
8087
|
-
"name": "disablePolling",
|
|
8088
|
-
"type": {
|
|
8089
|
-
"text": "boolean"
|
|
8090
|
-
},
|
|
8091
|
-
"default": "false",
|
|
8092
|
-
"description": "Disables polling if set to true (data updates for the grid will not be fetched automatically)."
|
|
8093
|
-
},
|
|
8094
|
-
{
|
|
8095
|
-
"kind": "field",
|
|
8096
|
-
"name": "offset",
|
|
8097
|
-
"type": {
|
|
8098
|
-
"text": "number"
|
|
8099
|
-
},
|
|
8100
|
-
"description": "The offset for pagination in REQUEST_SERVER scenarios."
|
|
8101
|
-
},
|
|
8102
|
-
{
|
|
8103
|
-
"kind": "field",
|
|
8104
|
-
"name": "pollingInterval",
|
|
8105
|
-
"type": {
|
|
8106
|
-
"text": "number"
|
|
8107
|
-
},
|
|
8108
|
-
"description": "Custom polling frequency (in milliseconds) for a Request Server resource."
|
|
8109
|
-
},
|
|
8110
|
-
{
|
|
8111
|
-
"kind": "field",
|
|
8112
|
-
"name": "pollTriggerEvents",
|
|
8113
|
-
"type": {
|
|
8114
|
-
"text": "string[]"
|
|
8115
|
-
},
|
|
8116
|
-
"default": "[]",
|
|
8117
|
-
"description": "Array of event names that will trigger a poll when received as commit responses."
|
|
8118
|
-
},
|
|
8119
|
-
{
|
|
8120
|
-
"kind": "field",
|
|
8121
|
-
"name": "request",
|
|
8122
|
-
"type": {
|
|
8123
|
-
"text": "any"
|
|
8124
|
-
},
|
|
8125
|
-
"description": "Similar to fields but for Request Server scenarios. This optional parameter enables you to specify request fields, which can include wildcards."
|
|
7812
|
+
"description": "Similar to fields but for Request Server scenarios. This optional parameter enables you to specify request fields, which can include wildcards."
|
|
8126
7813
|
},
|
|
8127
7814
|
{
|
|
8128
7815
|
"kind": "field",
|
|
@@ -15337,6 +15024,319 @@
|
|
|
15337
15024
|
}
|
|
15338
15025
|
]
|
|
15339
15026
|
},
|
|
15027
|
+
{
|
|
15028
|
+
"kind": "javascript-module",
|
|
15029
|
+
"path": "src/column/column.template.ts",
|
|
15030
|
+
"declarations": [
|
|
15031
|
+
{
|
|
15032
|
+
"kind": "variable",
|
|
15033
|
+
"name": "ColumnTemplate",
|
|
15034
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
15035
|
+
"description": "The Grid Pro Column Template.",
|
|
15036
|
+
"privacy": "public"
|
|
15037
|
+
}
|
|
15038
|
+
],
|
|
15039
|
+
"exports": [
|
|
15040
|
+
{
|
|
15041
|
+
"kind": "js",
|
|
15042
|
+
"name": "ColumnTemplate",
|
|
15043
|
+
"declaration": {
|
|
15044
|
+
"name": "ColumnTemplate",
|
|
15045
|
+
"module": "src/column/column.template.ts"
|
|
15046
|
+
}
|
|
15047
|
+
}
|
|
15048
|
+
]
|
|
15049
|
+
},
|
|
15050
|
+
{
|
|
15051
|
+
"kind": "javascript-module",
|
|
15052
|
+
"path": "src/column/column.ts",
|
|
15053
|
+
"declarations": [
|
|
15054
|
+
{
|
|
15055
|
+
"kind": "class",
|
|
15056
|
+
"description": "The Grid Pro Column element.",
|
|
15057
|
+
"name": "GridProColumn",
|
|
15058
|
+
"members": [
|
|
15059
|
+
{
|
|
15060
|
+
"kind": "field",
|
|
15061
|
+
"name": "slottedAgCell",
|
|
15062
|
+
"type": {
|
|
15063
|
+
"text": "HTMLElement[]"
|
|
15064
|
+
},
|
|
15065
|
+
"privacy": "public"
|
|
15066
|
+
},
|
|
15067
|
+
{
|
|
15068
|
+
"kind": "field",
|
|
15069
|
+
"name": "definition",
|
|
15070
|
+
"type": {
|
|
15071
|
+
"text": "ColDef"
|
|
15072
|
+
},
|
|
15073
|
+
"default": "{}"
|
|
15074
|
+
},
|
|
15075
|
+
{
|
|
15076
|
+
"kind": "method",
|
|
15077
|
+
"name": "slottedAgCellChanged",
|
|
15078
|
+
"privacy": "public"
|
|
15079
|
+
},
|
|
15080
|
+
{
|
|
15081
|
+
"kind": "method",
|
|
15082
|
+
"name": "deepClone",
|
|
15083
|
+
"return": {
|
|
15084
|
+
"type": {
|
|
15085
|
+
"text": "Node"
|
|
15086
|
+
}
|
|
15087
|
+
},
|
|
15088
|
+
"inheritedFrom": {
|
|
15089
|
+
"name": "LifecycleMixin",
|
|
15090
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15091
|
+
}
|
|
15092
|
+
},
|
|
15093
|
+
{
|
|
15094
|
+
"kind": "method",
|
|
15095
|
+
"name": "cloneNode",
|
|
15096
|
+
"return": {
|
|
15097
|
+
"type": {
|
|
15098
|
+
"text": "Node"
|
|
15099
|
+
}
|
|
15100
|
+
},
|
|
15101
|
+
"parameters": [
|
|
15102
|
+
{
|
|
15103
|
+
"name": "deep",
|
|
15104
|
+
"optional": true,
|
|
15105
|
+
"type": {
|
|
15106
|
+
"text": "boolean"
|
|
15107
|
+
}
|
|
15108
|
+
}
|
|
15109
|
+
],
|
|
15110
|
+
"inheritedFrom": {
|
|
15111
|
+
"name": "LifecycleMixin",
|
|
15112
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15113
|
+
}
|
|
15114
|
+
},
|
|
15115
|
+
{
|
|
15116
|
+
"kind": "field",
|
|
15117
|
+
"name": "shouldRunDisconnect",
|
|
15118
|
+
"return": {
|
|
15119
|
+
"type": {
|
|
15120
|
+
"text": ""
|
|
15121
|
+
}
|
|
15122
|
+
},
|
|
15123
|
+
"readonly": true,
|
|
15124
|
+
"inheritedFrom": {
|
|
15125
|
+
"name": "LifecycleMixin",
|
|
15126
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15127
|
+
}
|
|
15128
|
+
},
|
|
15129
|
+
{
|
|
15130
|
+
"kind": "field",
|
|
15131
|
+
"name": "shouldRunConnect",
|
|
15132
|
+
"return": {
|
|
15133
|
+
"type": {
|
|
15134
|
+
"text": ""
|
|
15135
|
+
}
|
|
15136
|
+
},
|
|
15137
|
+
"readonly": true,
|
|
15138
|
+
"inheritedFrom": {
|
|
15139
|
+
"name": "LifecycleMixin",
|
|
15140
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15141
|
+
}
|
|
15142
|
+
},
|
|
15143
|
+
{
|
|
15144
|
+
"kind": "method",
|
|
15145
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
15146
|
+
"return": {
|
|
15147
|
+
"type": {
|
|
15148
|
+
"text": "boolean"
|
|
15149
|
+
}
|
|
15150
|
+
},
|
|
15151
|
+
"parameters": [
|
|
15152
|
+
{
|
|
15153
|
+
"name": "lifecycleType",
|
|
15154
|
+
"type": {
|
|
15155
|
+
"text": "Lifecycletype"
|
|
15156
|
+
}
|
|
15157
|
+
}
|
|
15158
|
+
],
|
|
15159
|
+
"inheritedFrom": {
|
|
15160
|
+
"name": "LifecycleMixin",
|
|
15161
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15162
|
+
}
|
|
15163
|
+
},
|
|
15164
|
+
{
|
|
15165
|
+
"kind": "field",
|
|
15166
|
+
"name": "_presentation",
|
|
15167
|
+
"type": {
|
|
15168
|
+
"text": "ComponentPresentation | null | undefined"
|
|
15169
|
+
},
|
|
15170
|
+
"privacy": "private",
|
|
15171
|
+
"default": "void 0",
|
|
15172
|
+
"inheritedFrom": {
|
|
15173
|
+
"name": "FoundationElement",
|
|
15174
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15175
|
+
}
|
|
15176
|
+
},
|
|
15177
|
+
{
|
|
15178
|
+
"kind": "field",
|
|
15179
|
+
"name": "$presentation",
|
|
15180
|
+
"type": {
|
|
15181
|
+
"text": "ComponentPresentation | null"
|
|
15182
|
+
},
|
|
15183
|
+
"privacy": "public",
|
|
15184
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
15185
|
+
"inheritedFrom": {
|
|
15186
|
+
"name": "FoundationElement",
|
|
15187
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15188
|
+
}
|
|
15189
|
+
},
|
|
15190
|
+
{
|
|
15191
|
+
"kind": "field",
|
|
15192
|
+
"name": "template",
|
|
15193
|
+
"type": {
|
|
15194
|
+
"text": "ElementViewTemplate | void | null"
|
|
15195
|
+
},
|
|
15196
|
+
"privacy": "public",
|
|
15197
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
15198
|
+
"inheritedFrom": {
|
|
15199
|
+
"name": "FoundationElement",
|
|
15200
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15201
|
+
}
|
|
15202
|
+
},
|
|
15203
|
+
{
|
|
15204
|
+
"kind": "method",
|
|
15205
|
+
"name": "templateChanged",
|
|
15206
|
+
"privacy": "protected",
|
|
15207
|
+
"return": {
|
|
15208
|
+
"type": {
|
|
15209
|
+
"text": "void"
|
|
15210
|
+
}
|
|
15211
|
+
},
|
|
15212
|
+
"inheritedFrom": {
|
|
15213
|
+
"name": "FoundationElement",
|
|
15214
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15215
|
+
}
|
|
15216
|
+
},
|
|
15217
|
+
{
|
|
15218
|
+
"kind": "field",
|
|
15219
|
+
"name": "styles",
|
|
15220
|
+
"type": {
|
|
15221
|
+
"text": "ElementStyles | void | null"
|
|
15222
|
+
},
|
|
15223
|
+
"privacy": "public",
|
|
15224
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
15225
|
+
"inheritedFrom": {
|
|
15226
|
+
"name": "FoundationElement",
|
|
15227
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15228
|
+
}
|
|
15229
|
+
},
|
|
15230
|
+
{
|
|
15231
|
+
"kind": "method",
|
|
15232
|
+
"name": "stylesChanged",
|
|
15233
|
+
"privacy": "protected",
|
|
15234
|
+
"return": {
|
|
15235
|
+
"type": {
|
|
15236
|
+
"text": "void"
|
|
15237
|
+
}
|
|
15238
|
+
},
|
|
15239
|
+
"inheritedFrom": {
|
|
15240
|
+
"name": "FoundationElement",
|
|
15241
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15242
|
+
}
|
|
15243
|
+
},
|
|
15244
|
+
{
|
|
15245
|
+
"kind": "method",
|
|
15246
|
+
"name": "compose",
|
|
15247
|
+
"privacy": "public",
|
|
15248
|
+
"static": true,
|
|
15249
|
+
"return": {
|
|
15250
|
+
"type": {
|
|
15251
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
15252
|
+
}
|
|
15253
|
+
},
|
|
15254
|
+
"parameters": [
|
|
15255
|
+
{
|
|
15256
|
+
"name": "this",
|
|
15257
|
+
"type": {
|
|
15258
|
+
"text": "K"
|
|
15259
|
+
}
|
|
15260
|
+
},
|
|
15261
|
+
{
|
|
15262
|
+
"name": "elementDefinition",
|
|
15263
|
+
"type": {
|
|
15264
|
+
"text": "T"
|
|
15265
|
+
},
|
|
15266
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
15267
|
+
}
|
|
15268
|
+
],
|
|
15269
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
15270
|
+
"inheritedFrom": {
|
|
15271
|
+
"name": "FoundationElement",
|
|
15272
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15273
|
+
}
|
|
15274
|
+
}
|
|
15275
|
+
],
|
|
15276
|
+
"mixins": [
|
|
15277
|
+
{
|
|
15278
|
+
"name": "LifecycleMixin",
|
|
15279
|
+
"package": "@genesislcap/foundation-utils"
|
|
15280
|
+
}
|
|
15281
|
+
],
|
|
15282
|
+
"superclass": {
|
|
15283
|
+
"name": "FoundationElement",
|
|
15284
|
+
"package": "@microsoft/fast-foundation"
|
|
15285
|
+
},
|
|
15286
|
+
"tagName": "grid-pro-column",
|
|
15287
|
+
"customElement": true
|
|
15288
|
+
}
|
|
15289
|
+
],
|
|
15290
|
+
"exports": [
|
|
15291
|
+
{
|
|
15292
|
+
"kind": "js",
|
|
15293
|
+
"name": "GridProColumn",
|
|
15294
|
+
"declaration": {
|
|
15295
|
+
"name": "GridProColumn",
|
|
15296
|
+
"module": "src/column/column.ts"
|
|
15297
|
+
}
|
|
15298
|
+
},
|
|
15299
|
+
{
|
|
15300
|
+
"kind": "custom-element-definition",
|
|
15301
|
+
"name": "grid-pro-column",
|
|
15302
|
+
"declaration": {
|
|
15303
|
+
"name": "GridProColumn",
|
|
15304
|
+
"module": "src/column/column.ts"
|
|
15305
|
+
}
|
|
15306
|
+
}
|
|
15307
|
+
]
|
|
15308
|
+
},
|
|
15309
|
+
{
|
|
15310
|
+
"kind": "javascript-module",
|
|
15311
|
+
"path": "src/column/index.ts",
|
|
15312
|
+
"declarations": [],
|
|
15313
|
+
"exports": [
|
|
15314
|
+
{
|
|
15315
|
+
"kind": "js",
|
|
15316
|
+
"name": "*",
|
|
15317
|
+
"declaration": {
|
|
15318
|
+
"name": "*",
|
|
15319
|
+
"package": "./column.template"
|
|
15320
|
+
}
|
|
15321
|
+
},
|
|
15322
|
+
{
|
|
15323
|
+
"kind": "js",
|
|
15324
|
+
"name": "*",
|
|
15325
|
+
"declaration": {
|
|
15326
|
+
"name": "*",
|
|
15327
|
+
"package": "./column"
|
|
15328
|
+
}
|
|
15329
|
+
},
|
|
15330
|
+
{
|
|
15331
|
+
"kind": "js",
|
|
15332
|
+
"name": "*",
|
|
15333
|
+
"declaration": {
|
|
15334
|
+
"name": "*",
|
|
15335
|
+
"package": "./utils"
|
|
15336
|
+
}
|
|
15337
|
+
}
|
|
15338
|
+
]
|
|
15339
|
+
},
|
|
15340
15340
|
{
|
|
15341
15341
|
"kind": "javascript-module",
|
|
15342
15342
|
"path": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
|