@genesislcap/grid-pro 15.12.0 → 15.13.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 +1039 -1039
- package/dist/dts/react.d.ts +45 -45
- package/dist/react.cjs +30 -30
- package/dist/react.mjs +25 -25
- package/package.json +14 -14
|
@@ -3738,57 +3738,29 @@
|
|
|
3738
3738
|
},
|
|
3739
3739
|
{
|
|
3740
3740
|
"kind": "javascript-module",
|
|
3741
|
-
"path": "src/cell-
|
|
3741
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
3742
3742
|
"declarations": [
|
|
3743
3743
|
{
|
|
3744
3744
|
"kind": "class",
|
|
3745
|
-
"description": "The AG
|
|
3746
|
-
"name": "
|
|
3745
|
+
"description": "The AG Action Renderer element.",
|
|
3746
|
+
"name": "ActionRenderer",
|
|
3747
3747
|
"members": [
|
|
3748
3748
|
{
|
|
3749
3749
|
"kind": "field",
|
|
3750
|
-
"name": "
|
|
3750
|
+
"name": "params",
|
|
3751
3751
|
"type": {
|
|
3752
|
-
"text": "
|
|
3752
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3753
3753
|
},
|
|
3754
3754
|
"privacy": "public"
|
|
3755
3755
|
},
|
|
3756
3756
|
{
|
|
3757
3757
|
"kind": "field",
|
|
3758
|
-
"name": "
|
|
3758
|
+
"name": "pendingAction",
|
|
3759
3759
|
"type": {
|
|
3760
|
-
"text": "
|
|
3760
|
+
"text": "boolean"
|
|
3761
3761
|
},
|
|
3762
3762
|
"privacy": "public"
|
|
3763
3763
|
},
|
|
3764
|
-
{
|
|
3765
|
-
"kind": "field",
|
|
3766
|
-
"name": "params",
|
|
3767
|
-
"type": {
|
|
3768
|
-
"text": "DateEditorParams"
|
|
3769
|
-
}
|
|
3770
|
-
},
|
|
3771
|
-
{
|
|
3772
|
-
"kind": "field",
|
|
3773
|
-
"name": "dateFormat",
|
|
3774
|
-
"type": {
|
|
3775
|
-
"text": "string"
|
|
3776
|
-
}
|
|
3777
|
-
},
|
|
3778
|
-
{
|
|
3779
|
-
"kind": "field",
|
|
3780
|
-
"name": "input",
|
|
3781
|
-
"type": {
|
|
3782
|
-
"text": "any"
|
|
3783
|
-
}
|
|
3784
|
-
},
|
|
3785
|
-
{
|
|
3786
|
-
"kind": "field",
|
|
3787
|
-
"name": "inputType",
|
|
3788
|
-
"type": {
|
|
3789
|
-
"text": "'datetime-local' | 'date'"
|
|
3790
|
-
}
|
|
3791
|
-
},
|
|
3792
3764
|
{
|
|
3793
3765
|
"kind": "method",
|
|
3794
3766
|
"name": "init",
|
|
@@ -3797,7 +3769,7 @@
|
|
|
3797
3769
|
{
|
|
3798
3770
|
"name": "params",
|
|
3799
3771
|
"type": {
|
|
3800
|
-
"text": "
|
|
3772
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3801
3773
|
}
|
|
3802
3774
|
}
|
|
3803
3775
|
]
|
|
@@ -3816,49 +3788,39 @@
|
|
|
3816
3788
|
"kind": "method",
|
|
3817
3789
|
"name": "refresh",
|
|
3818
3790
|
"privacy": "public",
|
|
3819
|
-
"return": {
|
|
3820
|
-
"type": {
|
|
3821
|
-
"text": "boolean"
|
|
3822
|
-
}
|
|
3823
|
-
},
|
|
3824
3791
|
"parameters": [
|
|
3825
3792
|
{
|
|
3826
3793
|
"name": "params",
|
|
3827
3794
|
"type": {
|
|
3828
|
-
"text": "
|
|
3795
|
+
"text": "ICellRendererParams"
|
|
3829
3796
|
}
|
|
3830
3797
|
}
|
|
3831
3798
|
]
|
|
3832
3799
|
},
|
|
3833
3800
|
{
|
|
3834
3801
|
"kind": "method",
|
|
3835
|
-
"name": "
|
|
3836
|
-
|
|
3837
|
-
{
|
|
3838
|
-
"kind": "method",
|
|
3839
|
-
"name": "isPopup",
|
|
3802
|
+
"name": "isDisabled",
|
|
3803
|
+
"privacy": "public",
|
|
3840
3804
|
"return": {
|
|
3841
3805
|
"type": {
|
|
3842
3806
|
"text": "boolean"
|
|
3843
3807
|
}
|
|
3844
|
-
}
|
|
3845
|
-
},
|
|
3846
|
-
{
|
|
3847
|
-
"kind": "method",
|
|
3848
|
-
"name": "changeHandler",
|
|
3808
|
+
},
|
|
3849
3809
|
"parameters": [
|
|
3850
3810
|
{
|
|
3851
|
-
"name": "
|
|
3811
|
+
"name": "data"
|
|
3852
3812
|
}
|
|
3853
3813
|
]
|
|
3854
3814
|
},
|
|
3855
3815
|
{
|
|
3856
3816
|
"kind": "method",
|
|
3857
|
-
"name": "
|
|
3817
|
+
"name": "clickHandler",
|
|
3818
|
+
"privacy": "public"
|
|
3858
3819
|
},
|
|
3859
3820
|
{
|
|
3860
|
-
"kind": "
|
|
3861
|
-
"name": "
|
|
3821
|
+
"kind": "field",
|
|
3822
|
+
"name": "dataTestId",
|
|
3823
|
+
"readonly": true
|
|
3862
3824
|
},
|
|
3863
3825
|
{
|
|
3864
3826
|
"kind": "field",
|
|
@@ -3976,144 +3938,78 @@
|
|
|
3976
3938
|
"name": "FoundationElement",
|
|
3977
3939
|
"package": "@microsoft/fast-foundation"
|
|
3978
3940
|
},
|
|
3979
|
-
"tagName": "%%prefix%%-
|
|
3941
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
3980
3942
|
"customElement": true
|
|
3981
3943
|
},
|
|
3982
3944
|
{
|
|
3983
3945
|
"kind": "variable",
|
|
3984
|
-
"name": "
|
|
3985
|
-
"
|
|
3986
|
-
"description": "The AG Select Renderer Styles.",
|
|
3946
|
+
"name": "actionHeightMultiplier",
|
|
3947
|
+
"description": "The base height multiplier for the action renderer.",
|
|
3987
3948
|
"privacy": "public"
|
|
3988
3949
|
},
|
|
3989
3950
|
{
|
|
3990
|
-
"kind": "
|
|
3991
|
-
"name": "
|
|
3992
|
-
"
|
|
3993
|
-
|
|
3994
|
-
"name": "prefix",
|
|
3995
|
-
"default": "'foundation'",
|
|
3996
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3997
|
-
}
|
|
3998
|
-
],
|
|
3999
|
-
"description": "Get a Design System prefixed Select template.",
|
|
4000
|
-
"return": {
|
|
4001
|
-
"type": {
|
|
4002
|
-
"text": ""
|
|
4003
|
-
}
|
|
4004
|
-
},
|
|
3951
|
+
"kind": "variable",
|
|
3952
|
+
"name": "agActionRendererStyles",
|
|
3953
|
+
"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 color: var(--accent-foreground-rest);\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
3954
|
+
"description": "The AG Action Renderer Styles.",
|
|
4005
3955
|
"privacy": "public"
|
|
4006
3956
|
},
|
|
4007
3957
|
{
|
|
4008
3958
|
"kind": "variable",
|
|
4009
|
-
"name": "
|
|
3959
|
+
"name": "foundationGridProActionRenderer",
|
|
3960
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
4010
3961
|
"privacy": "public"
|
|
4011
3962
|
}
|
|
4012
3963
|
],
|
|
4013
3964
|
"exports": [
|
|
4014
3965
|
{
|
|
4015
3966
|
"kind": "js",
|
|
4016
|
-
"name": "
|
|
4017
|
-
"declaration": {
|
|
4018
|
-
"name": "DateEditor",
|
|
4019
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4020
|
-
}
|
|
4021
|
-
},
|
|
4022
|
-
{
|
|
4023
|
-
"kind": "js",
|
|
4024
|
-
"name": "agDateEditorStyles",
|
|
4025
|
-
"declaration": {
|
|
4026
|
-
"name": "agDateEditorStyles",
|
|
4027
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4028
|
-
}
|
|
4029
|
-
},
|
|
4030
|
-
{
|
|
4031
|
-
"kind": "js",
|
|
4032
|
-
"name": "getDateEditorTemplate",
|
|
4033
|
-
"declaration": {
|
|
4034
|
-
"name": "getDateEditorTemplate",
|
|
4035
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4036
|
-
}
|
|
4037
|
-
},
|
|
4038
|
-
{
|
|
4039
|
-
"kind": "js",
|
|
4040
|
-
"name": "foundationDateEditor",
|
|
4041
|
-
"declaration": {
|
|
4042
|
-
"name": "foundationDateEditor",
|
|
4043
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4044
|
-
}
|
|
4045
|
-
}
|
|
4046
|
-
]
|
|
4047
|
-
},
|
|
4048
|
-
{
|
|
4049
|
-
"kind": "javascript-module",
|
|
4050
|
-
"path": "src/cell-editors/index.ts",
|
|
4051
|
-
"declarations": [],
|
|
4052
|
-
"exports": [
|
|
4053
|
-
{
|
|
4054
|
-
"kind": "js",
|
|
4055
|
-
"name": "*",
|
|
4056
|
-
"declaration": {
|
|
4057
|
-
"name": "*",
|
|
4058
|
-
"package": "./date.editor"
|
|
4059
|
-
}
|
|
4060
|
-
},
|
|
4061
|
-
{
|
|
4062
|
-
"kind": "js",
|
|
4063
|
-
"name": "*",
|
|
3967
|
+
"name": "ActionRenderer",
|
|
4064
3968
|
"declaration": {
|
|
4065
|
-
"name": "
|
|
4066
|
-
"
|
|
3969
|
+
"name": "ActionRenderer",
|
|
3970
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4067
3971
|
}
|
|
4068
3972
|
},
|
|
4069
3973
|
{
|
|
4070
3974
|
"kind": "js",
|
|
4071
|
-
"name": "
|
|
3975
|
+
"name": "actionHeightMultiplier",
|
|
4072
3976
|
"declaration": {
|
|
4073
|
-
"name": "
|
|
4074
|
-
"
|
|
3977
|
+
"name": "actionHeightMultiplier",
|
|
3978
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4075
3979
|
}
|
|
4076
3980
|
},
|
|
4077
3981
|
{
|
|
4078
3982
|
"kind": "js",
|
|
4079
|
-
"name": "
|
|
3983
|
+
"name": "agActionRendererStyles",
|
|
4080
3984
|
"declaration": {
|
|
4081
|
-
"name": "
|
|
4082
|
-
"
|
|
3985
|
+
"name": "agActionRendererStyles",
|
|
3986
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4083
3987
|
}
|
|
4084
3988
|
},
|
|
4085
3989
|
{
|
|
4086
3990
|
"kind": "js",
|
|
4087
|
-
"name": "
|
|
3991
|
+
"name": "foundationGridProActionRenderer",
|
|
4088
3992
|
"declaration": {
|
|
4089
|
-
"name": "
|
|
4090
|
-
"
|
|
3993
|
+
"name": "foundationGridProActionRenderer",
|
|
3994
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4091
3995
|
}
|
|
4092
3996
|
}
|
|
4093
3997
|
]
|
|
4094
3998
|
},
|
|
4095
3999
|
{
|
|
4096
4000
|
"kind": "javascript-module",
|
|
4097
|
-
"path": "src/cell-
|
|
4001
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
4098
4002
|
"declarations": [
|
|
4099
4003
|
{
|
|
4100
4004
|
"kind": "class",
|
|
4101
|
-
"description": "The
|
|
4102
|
-
"name": "
|
|
4005
|
+
"description": "The Actions Menu Renderer element.",
|
|
4006
|
+
"name": "ActionsMenuRenderer",
|
|
4103
4007
|
"members": [
|
|
4104
4008
|
{
|
|
4105
4009
|
"kind": "field",
|
|
4106
4010
|
"name": "params",
|
|
4107
4011
|
"type": {
|
|
4108
|
-
"text": "
|
|
4109
|
-
},
|
|
4110
|
-
"privacy": "public"
|
|
4111
|
-
},
|
|
4112
|
-
{
|
|
4113
|
-
"kind": "field",
|
|
4114
|
-
"name": "selectedOptions",
|
|
4115
|
-
"type": {
|
|
4116
|
-
"text": "any[]"
|
|
4012
|
+
"text": "ICellRendererParams"
|
|
4117
4013
|
},
|
|
4118
4014
|
"privacy": "public"
|
|
4119
4015
|
},
|
|
@@ -4125,7 +4021,7 @@
|
|
|
4125
4021
|
{
|
|
4126
4022
|
"name": "params",
|
|
4127
4023
|
"type": {
|
|
4128
|
-
"text": "
|
|
4024
|
+
"text": "ICellRendererParams"
|
|
4129
4025
|
}
|
|
4130
4026
|
}
|
|
4131
4027
|
]
|
|
@@ -4140,60 +4036,19 @@
|
|
|
4140
4036
|
}
|
|
4141
4037
|
}
|
|
4142
4038
|
},
|
|
4143
|
-
{
|
|
4144
|
-
"kind": "method",
|
|
4145
|
-
"name": "destroy",
|
|
4146
|
-
"privacy": "public",
|
|
4147
|
-
"return": {
|
|
4148
|
-
"type": {
|
|
4149
|
-
"text": "void"
|
|
4150
|
-
}
|
|
4151
|
-
}
|
|
4152
|
-
},
|
|
4153
4039
|
{
|
|
4154
4040
|
"kind": "method",
|
|
4155
4041
|
"name": "refresh",
|
|
4156
4042
|
"privacy": "public",
|
|
4157
|
-
"return": {
|
|
4158
|
-
"type": {
|
|
4159
|
-
"text": "boolean"
|
|
4160
|
-
}
|
|
4161
|
-
},
|
|
4162
4043
|
"parameters": [
|
|
4163
4044
|
{
|
|
4164
4045
|
"name": "params",
|
|
4165
4046
|
"type": {
|
|
4166
|
-
"text": "
|
|
4047
|
+
"text": "ICellRendererParams"
|
|
4167
4048
|
}
|
|
4168
4049
|
}
|
|
4169
4050
|
]
|
|
4170
4051
|
},
|
|
4171
|
-
{
|
|
4172
|
-
"kind": "method",
|
|
4173
|
-
"name": "getValue"
|
|
4174
|
-
},
|
|
4175
|
-
{
|
|
4176
|
-
"kind": "method",
|
|
4177
|
-
"name": "isPopup",
|
|
4178
|
-
"return": {
|
|
4179
|
-
"type": {
|
|
4180
|
-
"text": "boolean"
|
|
4181
|
-
}
|
|
4182
|
-
}
|
|
4183
|
-
},
|
|
4184
|
-
{
|
|
4185
|
-
"kind": "method",
|
|
4186
|
-
"name": "changeHandler",
|
|
4187
|
-
"parameters": [
|
|
4188
|
-
{
|
|
4189
|
-
"name": "event"
|
|
4190
|
-
}
|
|
4191
|
-
]
|
|
4192
|
-
},
|
|
4193
|
-
{
|
|
4194
|
-
"kind": "method",
|
|
4195
|
-
"name": "isCancelBeforeStart"
|
|
4196
|
-
},
|
|
4197
4052
|
{
|
|
4198
4053
|
"kind": "field",
|
|
4199
4054
|
"name": "_presentation",
|
|
@@ -4310,115 +4165,133 @@
|
|
|
4310
4165
|
"name": "FoundationElement",
|
|
4311
4166
|
"package": "@microsoft/fast-foundation"
|
|
4312
4167
|
},
|
|
4313
|
-
"tagName": "%%prefix%%-
|
|
4168
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
4314
4169
|
"customElement": true
|
|
4315
4170
|
},
|
|
4316
4171
|
{
|
|
4317
4172
|
"kind": "variable",
|
|
4318
|
-
"name": "
|
|
4319
|
-
"
|
|
4320
|
-
"description": "The AG Select Renderer Styles.",
|
|
4173
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4174
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
4321
4175
|
"privacy": "public"
|
|
4322
4176
|
},
|
|
4323
4177
|
{
|
|
4324
4178
|
"kind": "function",
|
|
4325
|
-
"name": "
|
|
4326
|
-
"parameters": [
|
|
4327
|
-
{
|
|
4328
|
-
"name": "designSystem",
|
|
4329
|
-
"default": "'foundation'",
|
|
4330
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4331
|
-
}
|
|
4332
|
-
],
|
|
4333
|
-
"description": "Get a Design System prefixed Select template.",
|
|
4179
|
+
"name": "getActionsMenuDef",
|
|
4334
4180
|
"return": {
|
|
4335
4181
|
"type": {
|
|
4336
4182
|
"text": ""
|
|
4337
4183
|
}
|
|
4338
4184
|
},
|
|
4339
|
-
"
|
|
4340
|
-
|
|
4341
|
-
|
|
4342
|
-
|
|
4343
|
-
|
|
4185
|
+
"parameters": [
|
|
4186
|
+
{
|
|
4187
|
+
"name": "actions",
|
|
4188
|
+
"type": {
|
|
4189
|
+
"text": "ActionMenuItem[]"
|
|
4190
|
+
},
|
|
4191
|
+
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
4192
|
+
},
|
|
4193
|
+
{
|
|
4194
|
+
"name": "overrideDef",
|
|
4195
|
+
"default": "{}",
|
|
4196
|
+
"type": {
|
|
4197
|
+
"text": "ColDef"
|
|
4198
|
+
},
|
|
4199
|
+
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
4200
|
+
},
|
|
4201
|
+
{
|
|
4202
|
+
"name": "customActionsOpenerName",
|
|
4203
|
+
"default": "'⋮'",
|
|
4204
|
+
"type": {
|
|
4205
|
+
"text": "string"
|
|
4206
|
+
},
|
|
4207
|
+
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
4208
|
+
},
|
|
4209
|
+
{
|
|
4210
|
+
"name": "isVertical",
|
|
4211
|
+
"default": "false",
|
|
4212
|
+
"type": {
|
|
4213
|
+
"text": "boolean"
|
|
4214
|
+
},
|
|
4215
|
+
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
4216
|
+
},
|
|
4217
|
+
{
|
|
4218
|
+
"name": "buttonAppearance",
|
|
4219
|
+
"optional": true,
|
|
4220
|
+
"type": {
|
|
4221
|
+
"text": "string"
|
|
4222
|
+
},
|
|
4223
|
+
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
4224
|
+
}
|
|
4225
|
+
],
|
|
4226
|
+
"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).",
|
|
4344
4227
|
"privacy": "public"
|
|
4345
4228
|
}
|
|
4346
4229
|
],
|
|
4347
4230
|
"exports": [
|
|
4348
4231
|
{
|
|
4349
4232
|
"kind": "js",
|
|
4350
|
-
"name": "
|
|
4351
|
-
"declaration": {
|
|
4352
|
-
"name": "MultiselectEditor",
|
|
4353
|
-
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4354
|
-
}
|
|
4355
|
-
},
|
|
4356
|
-
{
|
|
4357
|
-
"kind": "js",
|
|
4358
|
-
"name": "agMultiselectEditorStyles",
|
|
4233
|
+
"name": "ActionsMenuRenderer",
|
|
4359
4234
|
"declaration": {
|
|
4360
|
-
"name": "
|
|
4361
|
-
"module": "src/cell-
|
|
4235
|
+
"name": "ActionsMenuRenderer",
|
|
4236
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
4362
4237
|
}
|
|
4363
4238
|
},
|
|
4364
4239
|
{
|
|
4365
4240
|
"kind": "js",
|
|
4366
|
-
"name": "
|
|
4241
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4367
4242
|
"declaration": {
|
|
4368
|
-
"name": "
|
|
4369
|
-
"module": "src/cell-
|
|
4243
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4244
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
4370
4245
|
}
|
|
4371
4246
|
},
|
|
4372
4247
|
{
|
|
4373
4248
|
"kind": "js",
|
|
4374
|
-
"name": "
|
|
4249
|
+
"name": "getActionsMenuDef",
|
|
4375
4250
|
"declaration": {
|
|
4376
|
-
"name": "
|
|
4377
|
-
"module": "src/cell-
|
|
4251
|
+
"name": "getActionsMenuDef",
|
|
4252
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
4378
4253
|
}
|
|
4379
4254
|
}
|
|
4380
4255
|
]
|
|
4381
4256
|
},
|
|
4382
4257
|
{
|
|
4383
4258
|
"kind": "javascript-module",
|
|
4384
|
-
"path": "src/cell-
|
|
4259
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
4385
4260
|
"declarations": [
|
|
4386
4261
|
{
|
|
4387
4262
|
"kind": "class",
|
|
4388
|
-
"description": "The AG
|
|
4389
|
-
"name": "
|
|
4263
|
+
"description": "The AG Boolean Renderer element.",
|
|
4264
|
+
"name": "BooleanRenderer",
|
|
4390
4265
|
"members": [
|
|
4391
4266
|
{
|
|
4392
4267
|
"kind": "field",
|
|
4393
4268
|
"name": "params",
|
|
4394
4269
|
"type": {
|
|
4395
|
-
"text": "
|
|
4396
|
-
},
|
|
4397
|
-
"privacy": "public"
|
|
4398
|
-
},
|
|
4399
|
-
{
|
|
4400
|
-
"kind": "field",
|
|
4401
|
-
"name": "value",
|
|
4402
|
-
"type": {
|
|
4403
|
-
"text": "number"
|
|
4270
|
+
"text": "ICellRendererParams & BooleanRendererParams"
|
|
4404
4271
|
},
|
|
4405
4272
|
"privacy": "public"
|
|
4406
4273
|
},
|
|
4407
4274
|
{
|
|
4408
4275
|
"kind": "field",
|
|
4409
|
-
"name": "
|
|
4276
|
+
"name": "selected",
|
|
4410
4277
|
"type": {
|
|
4411
|
-
"text": "
|
|
4412
|
-
}
|
|
4413
|
-
"privacy": "public"
|
|
4278
|
+
"text": "boolean"
|
|
4279
|
+
}
|
|
4414
4280
|
},
|
|
4415
4281
|
{
|
|
4416
|
-
"kind": "
|
|
4417
|
-
"name": "
|
|
4418
|
-
"
|
|
4419
|
-
|
|
4282
|
+
"kind": "method",
|
|
4283
|
+
"name": "isDisabled",
|
|
4284
|
+
"privacy": "public",
|
|
4285
|
+
"return": {
|
|
4286
|
+
"type": {
|
|
4287
|
+
"text": "boolean"
|
|
4288
|
+
}
|
|
4420
4289
|
},
|
|
4421
|
-
"
|
|
4290
|
+
"parameters": [
|
|
4291
|
+
{
|
|
4292
|
+
"name": "data"
|
|
4293
|
+
}
|
|
4294
|
+
]
|
|
4422
4295
|
},
|
|
4423
4296
|
{
|
|
4424
4297
|
"kind": "method",
|
|
@@ -4428,7 +4301,7 @@
|
|
|
4428
4301
|
{
|
|
4429
4302
|
"name": "params",
|
|
4430
4303
|
"type": {
|
|
4431
|
-
"text": "
|
|
4304
|
+
"text": "ICellRendererParams"
|
|
4432
4305
|
}
|
|
4433
4306
|
}
|
|
4434
4307
|
]
|
|
@@ -4443,20 +4316,20 @@
|
|
|
4443
4316
|
}
|
|
4444
4317
|
}
|
|
4445
4318
|
},
|
|
4319
|
+
{
|
|
4320
|
+
"kind": "method",
|
|
4321
|
+
"name": "destroy",
|
|
4322
|
+
"privacy": "public"
|
|
4323
|
+
},
|
|
4446
4324
|
{
|
|
4447
4325
|
"kind": "method",
|
|
4448
4326
|
"name": "refresh",
|
|
4449
4327
|
"privacy": "public",
|
|
4450
|
-
"return": {
|
|
4451
|
-
"type": {
|
|
4452
|
-
"text": "boolean"
|
|
4453
|
-
}
|
|
4454
|
-
},
|
|
4455
4328
|
"parameters": [
|
|
4456
4329
|
{
|
|
4457
4330
|
"name": "params",
|
|
4458
4331
|
"type": {
|
|
4459
|
-
"text": "
|
|
4332
|
+
"text": "ICellRendererParams"
|
|
4460
4333
|
}
|
|
4461
4334
|
}
|
|
4462
4335
|
]
|
|
@@ -4465,28 +4338,6 @@
|
|
|
4465
4338
|
"kind": "method",
|
|
4466
4339
|
"name": "getValue"
|
|
4467
4340
|
},
|
|
4468
|
-
{
|
|
4469
|
-
"kind": "method",
|
|
4470
|
-
"name": "isPopup",
|
|
4471
|
-
"return": {
|
|
4472
|
-
"type": {
|
|
4473
|
-
"text": "boolean"
|
|
4474
|
-
}
|
|
4475
|
-
}
|
|
4476
|
-
},
|
|
4477
|
-
{
|
|
4478
|
-
"kind": "method",
|
|
4479
|
-
"name": "afterGuiAttached"
|
|
4480
|
-
},
|
|
4481
|
-
{
|
|
4482
|
-
"kind": "method",
|
|
4483
|
-
"name": "changeHandler",
|
|
4484
|
-
"parameters": [
|
|
4485
|
-
{
|
|
4486
|
-
"name": "event"
|
|
4487
|
-
}
|
|
4488
|
-
]
|
|
4489
|
-
},
|
|
4490
4341
|
{
|
|
4491
4342
|
"kind": "method",
|
|
4492
4343
|
"name": "isCancelBeforeStart"
|
|
@@ -4607,19 +4458,19 @@
|
|
|
4607
4458
|
"name": "FoundationElement",
|
|
4608
4459
|
"package": "@microsoft/fast-foundation"
|
|
4609
4460
|
},
|
|
4610
|
-
"tagName": "%%prefix%%-
|
|
4461
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
4611
4462
|
"customElement": true
|
|
4612
4463
|
},
|
|
4613
4464
|
{
|
|
4614
4465
|
"kind": "variable",
|
|
4615
|
-
"name": "
|
|
4616
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4617
|
-
"description": "The AG
|
|
4466
|
+
"name": "agBooleanRendererStyles",
|
|
4467
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
4468
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
4618
4469
|
"privacy": "public"
|
|
4619
4470
|
},
|
|
4620
4471
|
{
|
|
4621
4472
|
"kind": "function",
|
|
4622
|
-
"name": "
|
|
4473
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4623
4474
|
"parameters": [
|
|
4624
4475
|
{
|
|
4625
4476
|
"name": "designSystem",
|
|
@@ -4627,7 +4478,7 @@
|
|
|
4627
4478
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4628
4479
|
}
|
|
4629
4480
|
],
|
|
4630
|
-
"description": "Get a Design System prefixed
|
|
4481
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
4631
4482
|
"return": {
|
|
4632
4483
|
"type": {
|
|
4633
4484
|
"text": ""
|
|
@@ -4637,85 +4488,61 @@
|
|
|
4637
4488
|
},
|
|
4638
4489
|
{
|
|
4639
4490
|
"kind": "variable",
|
|
4640
|
-
"name": "
|
|
4491
|
+
"name": "foundationAgBooleanRenderer",
|
|
4492
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
4641
4493
|
"privacy": "public"
|
|
4642
4494
|
}
|
|
4643
4495
|
],
|
|
4644
4496
|
"exports": [
|
|
4645
4497
|
{
|
|
4646
4498
|
"kind": "js",
|
|
4647
|
-
"name": "
|
|
4499
|
+
"name": "BooleanRenderer",
|
|
4648
4500
|
"declaration": {
|
|
4649
|
-
"name": "
|
|
4650
|
-
"module": "src/cell-
|
|
4501
|
+
"name": "BooleanRenderer",
|
|
4502
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4651
4503
|
}
|
|
4652
4504
|
},
|
|
4653
4505
|
{
|
|
4654
4506
|
"kind": "js",
|
|
4655
|
-
"name": "
|
|
4507
|
+
"name": "agBooleanRendererStyles",
|
|
4656
4508
|
"declaration": {
|
|
4657
|
-
"name": "
|
|
4658
|
-
"module": "src/cell-
|
|
4509
|
+
"name": "agBooleanRendererStyles",
|
|
4510
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4659
4511
|
}
|
|
4660
4512
|
},
|
|
4661
4513
|
{
|
|
4662
4514
|
"kind": "js",
|
|
4663
|
-
"name": "
|
|
4515
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4664
4516
|
"declaration": {
|
|
4665
|
-
"name": "
|
|
4666
|
-
"module": "src/cell-
|
|
4517
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4518
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4667
4519
|
}
|
|
4668
4520
|
},
|
|
4669
4521
|
{
|
|
4670
4522
|
"kind": "js",
|
|
4671
|
-
"name": "
|
|
4523
|
+
"name": "foundationAgBooleanRenderer",
|
|
4672
4524
|
"declaration": {
|
|
4673
|
-
"name": "
|
|
4674
|
-
"module": "src/cell-
|
|
4525
|
+
"name": "foundationAgBooleanRenderer",
|
|
4526
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4675
4527
|
}
|
|
4676
4528
|
}
|
|
4677
4529
|
]
|
|
4678
4530
|
},
|
|
4679
4531
|
{
|
|
4680
4532
|
"kind": "javascript-module",
|
|
4681
|
-
"path": "src/cell-
|
|
4533
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
4682
4534
|
"declarations": [
|
|
4683
4535
|
{
|
|
4684
4536
|
"kind": "class",
|
|
4685
|
-
"description": "The AG
|
|
4686
|
-
"name": "
|
|
4537
|
+
"description": "The AG Editable Renderer element.",
|
|
4538
|
+
"name": "EditableRenderer",
|
|
4687
4539
|
"members": [
|
|
4688
4540
|
{
|
|
4689
4541
|
"kind": "field",
|
|
4690
|
-
"name": "
|
|
4691
|
-
"type": {
|
|
4692
|
-
"text": "SelectEditorParams"
|
|
4693
|
-
},
|
|
4694
|
-
"privacy": "public"
|
|
4695
|
-
},
|
|
4696
|
-
{
|
|
4697
|
-
"kind": "field",
|
|
4698
|
-
"name": "value",
|
|
4542
|
+
"name": "valueFormatted",
|
|
4699
4543
|
"type": {
|
|
4700
4544
|
"text": "string"
|
|
4701
|
-
}
|
|
4702
|
-
"privacy": "public"
|
|
4703
|
-
},
|
|
4704
|
-
{
|
|
4705
|
-
"kind": "field",
|
|
4706
|
-
"name": "actualWidth",
|
|
4707
|
-
"type": {
|
|
4708
|
-
"text": "number"
|
|
4709
|
-
},
|
|
4710
|
-
"privacy": "public"
|
|
4711
|
-
},
|
|
4712
|
-
{
|
|
4713
|
-
"kind": "field",
|
|
4714
|
-
"name": "combobox",
|
|
4715
|
-
"type": {
|
|
4716
|
-
"text": "any"
|
|
4717
|
-
},
|
|
4718
|
-
"privacy": "public"
|
|
4545
|
+
}
|
|
4719
4546
|
},
|
|
4720
4547
|
{
|
|
4721
4548
|
"kind": "method",
|
|
@@ -4725,7 +4552,7 @@
|
|
|
4725
4552
|
{
|
|
4726
4553
|
"name": "params",
|
|
4727
4554
|
"type": {
|
|
4728
|
-
"text": "
|
|
4555
|
+
"text": "ICellRendererParams"
|
|
4729
4556
|
}
|
|
4730
4557
|
}
|
|
4731
4558
|
]
|
|
@@ -4744,61 +4571,26 @@
|
|
|
4744
4571
|
"kind": "method",
|
|
4745
4572
|
"name": "refresh",
|
|
4746
4573
|
"privacy": "public",
|
|
4747
|
-
"return": {
|
|
4748
|
-
"type": {
|
|
4749
|
-
"text": "boolean"
|
|
4750
|
-
}
|
|
4751
|
-
},
|
|
4752
4574
|
"parameters": [
|
|
4753
4575
|
{
|
|
4754
4576
|
"name": "params",
|
|
4755
4577
|
"type": {
|
|
4756
|
-
"text": "
|
|
4578
|
+
"text": "ICellRendererParams"
|
|
4757
4579
|
}
|
|
4758
4580
|
}
|
|
4759
4581
|
]
|
|
4760
4582
|
},
|
|
4761
4583
|
{
|
|
4762
|
-
"kind": "
|
|
4763
|
-
"name": "
|
|
4764
|
-
|
|
4765
|
-
|
|
4766
|
-
|
|
4767
|
-
"
|
|
4768
|
-
"
|
|
4769
|
-
|
|
4770
|
-
|
|
4771
|
-
|
|
4772
|
-
}
|
|
4773
|
-
},
|
|
4774
|
-
{
|
|
4775
|
-
"kind": "method",
|
|
4776
|
-
"name": "afterGuiAttached"
|
|
4777
|
-
},
|
|
4778
|
-
{
|
|
4779
|
-
"kind": "method",
|
|
4780
|
-
"name": "changeHandler",
|
|
4781
|
-
"parameters": [
|
|
4782
|
-
{
|
|
4783
|
-
"name": "event"
|
|
4784
|
-
}
|
|
4785
|
-
]
|
|
4786
|
-
},
|
|
4787
|
-
{
|
|
4788
|
-
"kind": "method",
|
|
4789
|
-
"name": "isCancelBeforeStart"
|
|
4790
|
-
},
|
|
4791
|
-
{
|
|
4792
|
-
"kind": "field",
|
|
4793
|
-
"name": "_presentation",
|
|
4794
|
-
"type": {
|
|
4795
|
-
"text": "ComponentPresentation | null | undefined"
|
|
4796
|
-
},
|
|
4797
|
-
"privacy": "private",
|
|
4798
|
-
"default": "void 0",
|
|
4799
|
-
"inheritedFrom": {
|
|
4800
|
-
"name": "FoundationElement",
|
|
4801
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4584
|
+
"kind": "field",
|
|
4585
|
+
"name": "_presentation",
|
|
4586
|
+
"type": {
|
|
4587
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4588
|
+
},
|
|
4589
|
+
"privacy": "private",
|
|
4590
|
+
"default": "void 0",
|
|
4591
|
+
"inheritedFrom": {
|
|
4592
|
+
"name": "FoundationElement",
|
|
4593
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4802
4594
|
}
|
|
4803
4595
|
},
|
|
4804
4596
|
{
|
|
@@ -4904,19 +4696,19 @@
|
|
|
4904
4696
|
"name": "FoundationElement",
|
|
4905
4697
|
"package": "@microsoft/fast-foundation"
|
|
4906
4698
|
},
|
|
4907
|
-
"tagName": "%%prefix%%-
|
|
4699
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
4908
4700
|
"customElement": true
|
|
4909
4701
|
},
|
|
4910
4702
|
{
|
|
4911
4703
|
"kind": "variable",
|
|
4912
|
-
"name": "
|
|
4913
|
-
"default": "css
|
|
4914
|
-
"description": "The AG
|
|
4704
|
+
"name": "agEditableRendererStyles",
|
|
4705
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
4706
|
+
"description": "The AG Editable Renderer Styles.",
|
|
4915
4707
|
"privacy": "public"
|
|
4916
4708
|
},
|
|
4917
4709
|
{
|
|
4918
4710
|
"kind": "function",
|
|
4919
|
-
"name": "
|
|
4711
|
+
"name": "getAgEditableRendererTemplate",
|
|
4920
4712
|
"parameters": [
|
|
4921
4713
|
{
|
|
4922
4714
|
"name": "designSystem",
|
|
@@ -4924,7 +4716,7 @@
|
|
|
4924
4716
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4925
4717
|
}
|
|
4926
4718
|
],
|
|
4927
|
-
"description": "Get a Design System prefixed
|
|
4719
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
4928
4720
|
"return": {
|
|
4929
4721
|
"type": {
|
|
4930
4722
|
"text": ""
|
|
@@ -4934,83 +4726,88 @@
|
|
|
4934
4726
|
},
|
|
4935
4727
|
{
|
|
4936
4728
|
"kind": "variable",
|
|
4937
|
-
"name": "
|
|
4729
|
+
"name": "foundationAgEditableRenderer",
|
|
4730
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
4938
4731
|
"privacy": "public"
|
|
4939
4732
|
}
|
|
4940
4733
|
],
|
|
4941
4734
|
"exports": [
|
|
4942
4735
|
{
|
|
4943
4736
|
"kind": "js",
|
|
4944
|
-
"name": "
|
|
4737
|
+
"name": "EditableRenderer",
|
|
4945
4738
|
"declaration": {
|
|
4946
|
-
"name": "
|
|
4947
|
-
"module": "src/cell-
|
|
4739
|
+
"name": "EditableRenderer",
|
|
4740
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4948
4741
|
}
|
|
4949
4742
|
},
|
|
4950
4743
|
{
|
|
4951
4744
|
"kind": "js",
|
|
4952
|
-
"name": "
|
|
4745
|
+
"name": "agEditableRendererStyles",
|
|
4953
4746
|
"declaration": {
|
|
4954
|
-
"name": "
|
|
4955
|
-
"module": "src/cell-
|
|
4747
|
+
"name": "agEditableRendererStyles",
|
|
4748
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4956
4749
|
}
|
|
4957
4750
|
},
|
|
4958
4751
|
{
|
|
4959
4752
|
"kind": "js",
|
|
4960
|
-
"name": "
|
|
4753
|
+
"name": "getAgEditableRendererTemplate",
|
|
4961
4754
|
"declaration": {
|
|
4962
|
-
"name": "
|
|
4963
|
-
"module": "src/cell-
|
|
4755
|
+
"name": "getAgEditableRendererTemplate",
|
|
4756
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4964
4757
|
}
|
|
4965
4758
|
},
|
|
4966
4759
|
{
|
|
4967
4760
|
"kind": "js",
|
|
4968
|
-
"name": "
|
|
4761
|
+
"name": "foundationAgEditableRenderer",
|
|
4969
4762
|
"declaration": {
|
|
4970
|
-
"name": "
|
|
4971
|
-
"module": "src/cell-
|
|
4763
|
+
"name": "foundationAgEditableRenderer",
|
|
4764
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4972
4765
|
}
|
|
4973
4766
|
}
|
|
4974
4767
|
]
|
|
4975
4768
|
},
|
|
4976
4769
|
{
|
|
4977
4770
|
"kind": "javascript-module",
|
|
4978
|
-
"path": "src/cell-
|
|
4771
|
+
"path": "src/cell-renderers/icon.renderer.ts",
|
|
4979
4772
|
"declarations": [
|
|
4980
4773
|
{
|
|
4981
|
-
"kind": "
|
|
4982
|
-
"
|
|
4983
|
-
"
|
|
4984
|
-
"
|
|
4985
|
-
|
|
4986
|
-
|
|
4987
|
-
|
|
4988
|
-
|
|
4989
|
-
|
|
4990
|
-
|
|
4991
|
-
"privacy": "public"
|
|
4992
|
-
},
|
|
4774
|
+
"kind": "variable",
|
|
4775
|
+
"name": "agIconRendererStyles",
|
|
4776
|
+
"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`",
|
|
4777
|
+
"description": "The AG Icon Renderer Styles.",
|
|
4778
|
+
"privacy": "public"
|
|
4779
|
+
},
|
|
4780
|
+
{
|
|
4781
|
+
"kind": "function",
|
|
4782
|
+
"name": "getIconRendererTemplate",
|
|
4783
|
+
"parameters": [
|
|
4993
4784
|
{
|
|
4994
|
-
"
|
|
4995
|
-
"
|
|
4785
|
+
"name": "designSystem",
|
|
4786
|
+
"default": "'rapid'",
|
|
4996
4787
|
"type": {
|
|
4997
4788
|
"text": "string"
|
|
4998
4789
|
},
|
|
4999
|
-
"
|
|
5000
|
-
}
|
|
5001
|
-
|
|
5002
|
-
|
|
5003
|
-
|
|
5004
|
-
|
|
5005
|
-
|
|
5006
|
-
|
|
5007
|
-
|
|
5008
|
-
|
|
4790
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4791
|
+
}
|
|
4792
|
+
],
|
|
4793
|
+
"description": "Get a Design System prefixed Icon template.",
|
|
4794
|
+
"return": {
|
|
4795
|
+
"type": {
|
|
4796
|
+
"text": ""
|
|
4797
|
+
}
|
|
4798
|
+
},
|
|
4799
|
+
"privacy": "public"
|
|
4800
|
+
},
|
|
4801
|
+
{
|
|
4802
|
+
"kind": "class",
|
|
4803
|
+
"description": "Plain ag-Grid cell renderer for icons.\nThis renderer creates the FAST custom element using document.createElement.",
|
|
4804
|
+
"name": "IconRenderer",
|
|
4805
|
+
"members": [
|
|
5009
4806
|
{
|
|
5010
4807
|
"kind": "field",
|
|
5011
|
-
"name": "
|
|
4808
|
+
"name": "params",
|
|
5012
4809
|
"type": {
|
|
5013
|
-
"text": "
|
|
4810
|
+
"text": "IconRendererParams"
|
|
5014
4811
|
},
|
|
5015
4812
|
"privacy": "public"
|
|
5016
4813
|
},
|
|
@@ -5022,7 +4819,7 @@
|
|
|
5022
4819
|
{
|
|
5023
4820
|
"name": "params",
|
|
5024
4821
|
"type": {
|
|
5025
|
-
"text": "
|
|
4822
|
+
"text": "IconRendererParams & ICellRendererParams"
|
|
5026
4823
|
}
|
|
5027
4824
|
}
|
|
5028
4825
|
]
|
|
@@ -5040,51 +4837,21 @@
|
|
|
5040
4837
|
{
|
|
5041
4838
|
"kind": "method",
|
|
5042
4839
|
"name": "refresh",
|
|
5043
|
-
"privacy": "public",
|
|
5044
|
-
"return": {
|
|
5045
|
-
"type": {
|
|
5046
|
-
"text": "boolean"
|
|
5047
|
-
}
|
|
5048
|
-
},
|
|
5049
4840
|
"parameters": [
|
|
5050
4841
|
{
|
|
5051
|
-
"name": "params"
|
|
5052
|
-
"type": {
|
|
5053
|
-
"text": "StringEditorParams"
|
|
5054
|
-
}
|
|
4842
|
+
"name": "params"
|
|
5055
4843
|
}
|
|
5056
4844
|
]
|
|
5057
4845
|
},
|
|
5058
4846
|
{
|
|
5059
4847
|
"kind": "method",
|
|
5060
|
-
"name": "
|
|
5061
|
-
},
|
|
5062
|
-
{
|
|
5063
|
-
"kind": "method",
|
|
5064
|
-
"name": "isPopup",
|
|
4848
|
+
"name": "destroy",
|
|
5065
4849
|
"return": {
|
|
5066
4850
|
"type": {
|
|
5067
|
-
"text": "
|
|
4851
|
+
"text": "void"
|
|
5068
4852
|
}
|
|
5069
4853
|
}
|
|
5070
4854
|
},
|
|
5071
|
-
{
|
|
5072
|
-
"kind": "method",
|
|
5073
|
-
"name": "afterGuiAttached"
|
|
5074
|
-
},
|
|
5075
|
-
{
|
|
5076
|
-
"kind": "method",
|
|
5077
|
-
"name": "changeHandler",
|
|
5078
|
-
"parameters": [
|
|
5079
|
-
{
|
|
5080
|
-
"name": "event"
|
|
5081
|
-
}
|
|
5082
|
-
]
|
|
5083
|
-
},
|
|
5084
|
-
{
|
|
5085
|
-
"kind": "method",
|
|
5086
|
-
"name": "isCancelBeforeStart"
|
|
5087
|
-
},
|
|
5088
4855
|
{
|
|
5089
4856
|
"kind": "field",
|
|
5090
4857
|
"name": "_presentation",
|
|
@@ -5200,98 +4967,151 @@
|
|
|
5200
4967
|
"superclass": {
|
|
5201
4968
|
"name": "FoundationElement",
|
|
5202
4969
|
"package": "@microsoft/fast-foundation"
|
|
5203
|
-
}
|
|
5204
|
-
"tagName": "%%prefix%%-string-editor",
|
|
5205
|
-
"customElement": true
|
|
4970
|
+
}
|
|
5206
4971
|
},
|
|
5207
4972
|
{
|
|
5208
4973
|
"kind": "variable",
|
|
5209
|
-
"name": "
|
|
5210
|
-
"
|
|
5211
|
-
"description": "The AG String Renderer Styles.",
|
|
4974
|
+
"name": "foundationIconRenderer",
|
|
4975
|
+
"description": "A function that returns a Foundation Icon Renderer registration for configuring the component with a DesignSystem.",
|
|
5212
4976
|
"privacy": "public"
|
|
4977
|
+
}
|
|
4978
|
+
],
|
|
4979
|
+
"exports": [
|
|
4980
|
+
{
|
|
4981
|
+
"kind": "js",
|
|
4982
|
+
"name": "agIconRendererStyles",
|
|
4983
|
+
"declaration": {
|
|
4984
|
+
"name": "agIconRendererStyles",
|
|
4985
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
4986
|
+
}
|
|
5213
4987
|
},
|
|
5214
4988
|
{
|
|
5215
|
-
"kind": "
|
|
5216
|
-
"name": "
|
|
5217
|
-
"
|
|
5218
|
-
|
|
5219
|
-
|
|
5220
|
-
|
|
5221
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5222
|
-
}
|
|
5223
|
-
],
|
|
5224
|
-
"description": "Get a Design System prefixed String template.",
|
|
5225
|
-
"return": {
|
|
5226
|
-
"type": {
|
|
5227
|
-
"text": ""
|
|
5228
|
-
}
|
|
5229
|
-
},
|
|
5230
|
-
"privacy": "public"
|
|
4989
|
+
"kind": "js",
|
|
4990
|
+
"name": "getIconRendererTemplate",
|
|
4991
|
+
"declaration": {
|
|
4992
|
+
"name": "getIconRendererTemplate",
|
|
4993
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
4994
|
+
}
|
|
5231
4995
|
},
|
|
5232
4996
|
{
|
|
5233
|
-
"kind": "
|
|
5234
|
-
"name": "
|
|
5235
|
-
"
|
|
4997
|
+
"kind": "js",
|
|
4998
|
+
"name": "IconRenderer",
|
|
4999
|
+
"declaration": {
|
|
5000
|
+
"name": "IconRenderer",
|
|
5001
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
5002
|
+
}
|
|
5003
|
+
},
|
|
5004
|
+
{
|
|
5005
|
+
"kind": "js",
|
|
5006
|
+
"name": "foundationIconRenderer",
|
|
5007
|
+
"declaration": {
|
|
5008
|
+
"name": "foundationIconRenderer",
|
|
5009
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
5010
|
+
}
|
|
5236
5011
|
}
|
|
5237
|
-
]
|
|
5012
|
+
]
|
|
5013
|
+
},
|
|
5014
|
+
{
|
|
5015
|
+
"kind": "javascript-module",
|
|
5016
|
+
"path": "src/cell-renderers/index.ts",
|
|
5017
|
+
"declarations": [],
|
|
5238
5018
|
"exports": [
|
|
5239
5019
|
{
|
|
5240
5020
|
"kind": "js",
|
|
5241
|
-
"name": "
|
|
5021
|
+
"name": "*",
|
|
5242
5022
|
"declaration": {
|
|
5243
|
-
"name": "
|
|
5244
|
-
"
|
|
5023
|
+
"name": "*",
|
|
5024
|
+
"package": "./action.renderer"
|
|
5245
5025
|
}
|
|
5246
5026
|
},
|
|
5247
5027
|
{
|
|
5248
5028
|
"kind": "js",
|
|
5249
|
-
"name": "
|
|
5029
|
+
"name": "*",
|
|
5250
5030
|
"declaration": {
|
|
5251
|
-
"name": "
|
|
5252
|
-
"
|
|
5031
|
+
"name": "*",
|
|
5032
|
+
"package": "./actions-menu.renderer"
|
|
5253
5033
|
}
|
|
5254
5034
|
},
|
|
5255
5035
|
{
|
|
5256
5036
|
"kind": "js",
|
|
5257
|
-
"name": "
|
|
5037
|
+
"name": "*",
|
|
5258
5038
|
"declaration": {
|
|
5259
|
-
"name": "
|
|
5260
|
-
"
|
|
5039
|
+
"name": "*",
|
|
5040
|
+
"package": "./boolean.renderer"
|
|
5261
5041
|
}
|
|
5262
5042
|
},
|
|
5263
5043
|
{
|
|
5264
5044
|
"kind": "js",
|
|
5265
|
-
"name": "
|
|
5045
|
+
"name": "*",
|
|
5266
5046
|
"declaration": {
|
|
5267
|
-
"name": "
|
|
5268
|
-
"
|
|
5047
|
+
"name": "*",
|
|
5048
|
+
"package": "./editable.renderer"
|
|
5049
|
+
}
|
|
5050
|
+
},
|
|
5051
|
+
{
|
|
5052
|
+
"kind": "js",
|
|
5053
|
+
"name": "*",
|
|
5054
|
+
"declaration": {
|
|
5055
|
+
"name": "*",
|
|
5056
|
+
"package": "./icon.renderer"
|
|
5057
|
+
}
|
|
5058
|
+
},
|
|
5059
|
+
{
|
|
5060
|
+
"kind": "js",
|
|
5061
|
+
"name": "*",
|
|
5062
|
+
"declaration": {
|
|
5063
|
+
"name": "*",
|
|
5064
|
+
"package": "./text.renderer"
|
|
5065
|
+
}
|
|
5066
|
+
},
|
|
5067
|
+
{
|
|
5068
|
+
"kind": "js",
|
|
5069
|
+
"name": "*",
|
|
5070
|
+
"declaration": {
|
|
5071
|
+
"name": "*",
|
|
5072
|
+
"package": "./text-field.renderer"
|
|
5073
|
+
}
|
|
5074
|
+
},
|
|
5075
|
+
{
|
|
5076
|
+
"kind": "js",
|
|
5077
|
+
"name": "*",
|
|
5078
|
+
"declaration": {
|
|
5079
|
+
"name": "*",
|
|
5080
|
+
"package": "./status-pill.renderer"
|
|
5081
|
+
}
|
|
5082
|
+
},
|
|
5083
|
+
{
|
|
5084
|
+
"kind": "js",
|
|
5085
|
+
"name": "*",
|
|
5086
|
+
"declaration": {
|
|
5087
|
+
"name": "*",
|
|
5088
|
+
"package": "./select.renderer"
|
|
5269
5089
|
}
|
|
5270
5090
|
}
|
|
5271
5091
|
]
|
|
5272
5092
|
},
|
|
5273
5093
|
{
|
|
5274
5094
|
"kind": "javascript-module",
|
|
5275
|
-
"path": "src/cell-renderers/
|
|
5095
|
+
"path": "src/cell-renderers/select.renderer.ts",
|
|
5276
5096
|
"declarations": [
|
|
5277
5097
|
{
|
|
5278
5098
|
"kind": "class",
|
|
5279
|
-
"description": "The AG
|
|
5280
|
-
"name": "
|
|
5099
|
+
"description": "The AG Select Renderer element.",
|
|
5100
|
+
"name": "SelectRenderer",
|
|
5281
5101
|
"members": [
|
|
5282
5102
|
{
|
|
5283
5103
|
"kind": "field",
|
|
5284
5104
|
"name": "params",
|
|
5285
5105
|
"type": {
|
|
5286
|
-
"text": "
|
|
5106
|
+
"text": "SelectCellRendererParams"
|
|
5287
5107
|
},
|
|
5288
5108
|
"privacy": "public"
|
|
5289
5109
|
},
|
|
5290
5110
|
{
|
|
5291
5111
|
"kind": "field",
|
|
5292
|
-
"name": "
|
|
5112
|
+
"name": "value",
|
|
5293
5113
|
"type": {
|
|
5294
|
-
"text": "
|
|
5114
|
+
"text": "string"
|
|
5295
5115
|
},
|
|
5296
5116
|
"privacy": "public"
|
|
5297
5117
|
},
|
|
@@ -5303,7 +5123,7 @@
|
|
|
5303
5123
|
{
|
|
5304
5124
|
"name": "params",
|
|
5305
5125
|
"type": {
|
|
5306
|
-
"text": "
|
|
5126
|
+
"text": "SelectCellRendererParams"
|
|
5307
5127
|
}
|
|
5308
5128
|
}
|
|
5309
5129
|
]
|
|
@@ -5318,19 +5138,39 @@
|
|
|
5318
5138
|
}
|
|
5319
5139
|
}
|
|
5320
5140
|
},
|
|
5141
|
+
{
|
|
5142
|
+
"kind": "method",
|
|
5143
|
+
"name": "destroy",
|
|
5144
|
+
"privacy": "public",
|
|
5145
|
+
"return": {
|
|
5146
|
+
"type": {
|
|
5147
|
+
"text": "void"
|
|
5148
|
+
}
|
|
5149
|
+
}
|
|
5150
|
+
},
|
|
5321
5151
|
{
|
|
5322
5152
|
"kind": "method",
|
|
5323
5153
|
"name": "refresh",
|
|
5324
5154
|
"privacy": "public",
|
|
5155
|
+
"return": {
|
|
5156
|
+
"type": {
|
|
5157
|
+
"text": "boolean"
|
|
5158
|
+
}
|
|
5159
|
+
},
|
|
5325
5160
|
"parameters": [
|
|
5326
5161
|
{
|
|
5327
5162
|
"name": "params",
|
|
5328
5163
|
"type": {
|
|
5329
|
-
"text": "
|
|
5164
|
+
"text": "SelectCellRendererParams"
|
|
5330
5165
|
}
|
|
5331
5166
|
}
|
|
5332
5167
|
]
|
|
5333
5168
|
},
|
|
5169
|
+
{
|
|
5170
|
+
"kind": "field",
|
|
5171
|
+
"name": "selectionChanged",
|
|
5172
|
+
"privacy": "public"
|
|
5173
|
+
},
|
|
5334
5174
|
{
|
|
5335
5175
|
"kind": "method",
|
|
5336
5176
|
"name": "isDisabled",
|
|
@@ -5346,16 +5186,6 @@
|
|
|
5346
5186
|
}
|
|
5347
5187
|
]
|
|
5348
5188
|
},
|
|
5349
|
-
{
|
|
5350
|
-
"kind": "method",
|
|
5351
|
-
"name": "clickHandler",
|
|
5352
|
-
"privacy": "public"
|
|
5353
|
-
},
|
|
5354
|
-
{
|
|
5355
|
-
"kind": "field",
|
|
5356
|
-
"name": "dataTestId",
|
|
5357
|
-
"readonly": true
|
|
5358
|
-
},
|
|
5359
5189
|
{
|
|
5360
5190
|
"kind": "field",
|
|
5361
5191
|
"name": "_presentation",
|
|
@@ -5472,117 +5302,157 @@
|
|
|
5472
5302
|
"name": "FoundationElement",
|
|
5473
5303
|
"package": "@microsoft/fast-foundation"
|
|
5474
5304
|
},
|
|
5475
|
-
"tagName": "%%prefix%%-
|
|
5305
|
+
"tagName": "%%prefix%%-select-renderer",
|
|
5476
5306
|
"customElement": true
|
|
5477
5307
|
},
|
|
5478
5308
|
{
|
|
5479
5309
|
"kind": "variable",
|
|
5480
|
-
"name": "
|
|
5481
|
-
"
|
|
5310
|
+
"name": "agSelectRendererStyles",
|
|
5311
|
+
"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`",
|
|
5312
|
+
"description": "The AG Select Renderer Styles.",
|
|
5482
5313
|
"privacy": "public"
|
|
5483
5314
|
},
|
|
5484
5315
|
{
|
|
5485
|
-
"kind": "
|
|
5486
|
-
"name": "
|
|
5487
|
-
"
|
|
5488
|
-
|
|
5316
|
+
"kind": "function",
|
|
5317
|
+
"name": "getSelectRendererTemplate",
|
|
5318
|
+
"parameters": [
|
|
5319
|
+
{
|
|
5320
|
+
"name": "designSystem",
|
|
5321
|
+
"default": "'foundation'",
|
|
5322
|
+
"type": {
|
|
5323
|
+
"text": "string"
|
|
5324
|
+
},
|
|
5325
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5326
|
+
}
|
|
5327
|
+
],
|
|
5328
|
+
"description": "Get a Design System prefixed Select template.",
|
|
5329
|
+
"return": {
|
|
5330
|
+
"type": {
|
|
5331
|
+
"text": ""
|
|
5332
|
+
}
|
|
5333
|
+
},
|
|
5489
5334
|
"privacy": "public"
|
|
5490
5335
|
},
|
|
5491
5336
|
{
|
|
5492
5337
|
"kind": "variable",
|
|
5493
|
-
"name": "
|
|
5494
|
-
"description": "A function that returns a Foundation
|
|
5338
|
+
"name": "foundationAgSelectRenderer",
|
|
5339
|
+
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
5495
5340
|
"privacy": "public"
|
|
5496
5341
|
}
|
|
5497
5342
|
],
|
|
5498
5343
|
"exports": [
|
|
5499
5344
|
{
|
|
5500
5345
|
"kind": "js",
|
|
5501
|
-
"name": "
|
|
5346
|
+
"name": "SelectRenderer",
|
|
5502
5347
|
"declaration": {
|
|
5503
|
-
"name": "
|
|
5504
|
-
"module": "src/cell-renderers/
|
|
5348
|
+
"name": "SelectRenderer",
|
|
5349
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5505
5350
|
}
|
|
5506
5351
|
},
|
|
5507
5352
|
{
|
|
5508
5353
|
"kind": "js",
|
|
5509
|
-
"name": "
|
|
5354
|
+
"name": "agSelectRendererStyles",
|
|
5510
5355
|
"declaration": {
|
|
5511
|
-
"name": "
|
|
5512
|
-
"module": "src/cell-renderers/
|
|
5356
|
+
"name": "agSelectRendererStyles",
|
|
5357
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5513
5358
|
}
|
|
5514
5359
|
},
|
|
5515
5360
|
{
|
|
5516
5361
|
"kind": "js",
|
|
5517
|
-
"name": "
|
|
5362
|
+
"name": "getSelectRendererTemplate",
|
|
5518
5363
|
"declaration": {
|
|
5519
|
-
"name": "
|
|
5520
|
-
"module": "src/cell-renderers/
|
|
5364
|
+
"name": "getSelectRendererTemplate",
|
|
5365
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5521
5366
|
}
|
|
5522
5367
|
},
|
|
5523
5368
|
{
|
|
5524
5369
|
"kind": "js",
|
|
5525
|
-
"name": "
|
|
5370
|
+
"name": "foundationAgSelectRenderer",
|
|
5526
5371
|
"declaration": {
|
|
5527
|
-
"name": "
|
|
5528
|
-
"module": "src/cell-renderers/
|
|
5372
|
+
"name": "foundationAgSelectRenderer",
|
|
5373
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5529
5374
|
}
|
|
5530
5375
|
}
|
|
5531
5376
|
]
|
|
5532
5377
|
},
|
|
5533
5378
|
{
|
|
5534
5379
|
"kind": "javascript-module",
|
|
5535
|
-
"path": "src/cell-renderers/
|
|
5380
|
+
"path": "src/cell-renderers/status-pill.renderer.ts",
|
|
5536
5381
|
"declarations": [
|
|
5382
|
+
{
|
|
5383
|
+
"kind": "variable",
|
|
5384
|
+
"name": "agStatusPillRendererStyles",
|
|
5385
|
+
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
5386
|
+
"description": "The Status Pill Renderer Styles.",
|
|
5387
|
+
"privacy": "public"
|
|
5388
|
+
},
|
|
5389
|
+
{
|
|
5390
|
+
"kind": "function",
|
|
5391
|
+
"name": "getStatusPillRendererTemplate",
|
|
5392
|
+
"parameters": [
|
|
5393
|
+
{
|
|
5394
|
+
"name": "designSystem",
|
|
5395
|
+
"default": "'rapid'",
|
|
5396
|
+
"type": {
|
|
5397
|
+
"text": "string"
|
|
5398
|
+
},
|
|
5399
|
+
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
5400
|
+
}
|
|
5401
|
+
],
|
|
5402
|
+
"description": "Get a Design System prefixed Status Pill template.",
|
|
5403
|
+
"return": {
|
|
5404
|
+
"type": {
|
|
5405
|
+
"text": ""
|
|
5406
|
+
}
|
|
5407
|
+
},
|
|
5408
|
+
"privacy": "public"
|
|
5409
|
+
},
|
|
5537
5410
|
{
|
|
5538
5411
|
"kind": "class",
|
|
5539
|
-
"description": "The
|
|
5540
|
-
"name": "
|
|
5412
|
+
"description": "The AG Status Pill Renderer element.",
|
|
5413
|
+
"name": "StatusPillRenderer",
|
|
5541
5414
|
"members": [
|
|
5542
5415
|
{
|
|
5543
5416
|
"kind": "field",
|
|
5544
5417
|
"name": "params",
|
|
5545
5418
|
"type": {
|
|
5546
|
-
"text": "
|
|
5547
|
-
}
|
|
5548
|
-
"privacy": "public"
|
|
5419
|
+
"text": "StatusPillRendererParams"
|
|
5420
|
+
}
|
|
5549
5421
|
},
|
|
5550
5422
|
{
|
|
5551
5423
|
"kind": "method",
|
|
5552
5424
|
"name": "init",
|
|
5553
|
-
"privacy": "public",
|
|
5554
5425
|
"parameters": [
|
|
5555
5426
|
{
|
|
5556
5427
|
"name": "params",
|
|
5557
5428
|
"type": {
|
|
5558
|
-
"text": "
|
|
5429
|
+
"text": "StatusPillRendererParams"
|
|
5559
5430
|
}
|
|
5560
5431
|
}
|
|
5561
5432
|
]
|
|
5562
5433
|
},
|
|
5563
5434
|
{
|
|
5564
5435
|
"kind": "method",
|
|
5565
|
-
"name": "getGui"
|
|
5566
|
-
"privacy": "public",
|
|
5567
|
-
"return": {
|
|
5568
|
-
"type": {
|
|
5569
|
-
"text": "HTMLElement"
|
|
5570
|
-
}
|
|
5571
|
-
}
|
|
5436
|
+
"name": "getGui"
|
|
5572
5437
|
},
|
|
5573
5438
|
{
|
|
5574
5439
|
"kind": "method",
|
|
5575
5440
|
"name": "refresh",
|
|
5576
|
-
"privacy": "public",
|
|
5577
5441
|
"parameters": [
|
|
5578
5442
|
{
|
|
5579
|
-
"name": "params"
|
|
5580
|
-
"type": {
|
|
5581
|
-
"text": "ICellRendererParams"
|
|
5582
|
-
}
|
|
5443
|
+
"name": "params"
|
|
5583
5444
|
}
|
|
5584
5445
|
]
|
|
5585
5446
|
},
|
|
5447
|
+
{
|
|
5448
|
+
"kind": "method",
|
|
5449
|
+
"name": "destroy",
|
|
5450
|
+
"return": {
|
|
5451
|
+
"type": {
|
|
5452
|
+
"text": "void"
|
|
5453
|
+
}
|
|
5454
|
+
}
|
|
5455
|
+
},
|
|
5586
5456
|
{
|
|
5587
5457
|
"kind": "field",
|
|
5588
5458
|
"name": "_presentation",
|
|
@@ -5699,133 +5569,83 @@
|
|
|
5699
5569
|
"name": "FoundationElement",
|
|
5700
5570
|
"package": "@microsoft/fast-foundation"
|
|
5701
5571
|
},
|
|
5702
|
-
"tagName": "%%prefix%%-
|
|
5572
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
5703
5573
|
"customElement": true
|
|
5704
5574
|
},
|
|
5705
5575
|
{
|
|
5706
5576
|
"kind": "variable",
|
|
5707
|
-
"name": "
|
|
5708
|
-
"description": "A function that returns a Foundation
|
|
5709
|
-
"privacy": "public"
|
|
5710
|
-
},
|
|
5711
|
-
{
|
|
5712
|
-
"kind": "function",
|
|
5713
|
-
"name": "getActionsMenuDef",
|
|
5714
|
-
"return": {
|
|
5715
|
-
"type": {
|
|
5716
|
-
"text": ""
|
|
5717
|
-
}
|
|
5718
|
-
},
|
|
5719
|
-
"parameters": [
|
|
5720
|
-
{
|
|
5721
|
-
"name": "actions",
|
|
5722
|
-
"type": {
|
|
5723
|
-
"text": "ActionMenuItem[]"
|
|
5724
|
-
},
|
|
5725
|
-
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
5726
|
-
},
|
|
5727
|
-
{
|
|
5728
|
-
"name": "overrideDef",
|
|
5729
|
-
"default": "{}",
|
|
5730
|
-
"type": {
|
|
5731
|
-
"text": "ColDef"
|
|
5732
|
-
},
|
|
5733
|
-
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
5734
|
-
},
|
|
5735
|
-
{
|
|
5736
|
-
"name": "customActionsOpenerName",
|
|
5737
|
-
"default": "'⋮'",
|
|
5738
|
-
"type": {
|
|
5739
|
-
"text": "string"
|
|
5740
|
-
},
|
|
5741
|
-
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
5742
|
-
},
|
|
5743
|
-
{
|
|
5744
|
-
"name": "isVertical",
|
|
5745
|
-
"default": "false",
|
|
5746
|
-
"type": {
|
|
5747
|
-
"text": "boolean"
|
|
5748
|
-
},
|
|
5749
|
-
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
5750
|
-
},
|
|
5751
|
-
{
|
|
5752
|
-
"name": "buttonAppearance",
|
|
5753
|
-
"optional": true,
|
|
5754
|
-
"type": {
|
|
5755
|
-
"text": "string"
|
|
5756
|
-
},
|
|
5757
|
-
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
5758
|
-
}
|
|
5759
|
-
],
|
|
5760
|
-
"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).",
|
|
5577
|
+
"name": "foundationStatusPillRenderer",
|
|
5578
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
5761
5579
|
"privacy": "public"
|
|
5762
5580
|
}
|
|
5763
5581
|
],
|
|
5764
5582
|
"exports": [
|
|
5765
5583
|
{
|
|
5766
5584
|
"kind": "js",
|
|
5767
|
-
"name": "
|
|
5585
|
+
"name": "agStatusPillRendererStyles",
|
|
5768
5586
|
"declaration": {
|
|
5769
|
-
"name": "
|
|
5770
|
-
"module": "src/cell-renderers/
|
|
5587
|
+
"name": "agStatusPillRendererStyles",
|
|
5588
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5771
5589
|
}
|
|
5772
5590
|
},
|
|
5773
5591
|
{
|
|
5774
5592
|
"kind": "js",
|
|
5775
|
-
"name": "
|
|
5593
|
+
"name": "getStatusPillRendererTemplate",
|
|
5776
5594
|
"declaration": {
|
|
5777
|
-
"name": "
|
|
5778
|
-
"module": "src/cell-renderers/
|
|
5595
|
+
"name": "getStatusPillRendererTemplate",
|
|
5596
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5779
5597
|
}
|
|
5780
5598
|
},
|
|
5781
5599
|
{
|
|
5782
5600
|
"kind": "js",
|
|
5783
|
-
"name": "
|
|
5601
|
+
"name": "StatusPillRenderer",
|
|
5784
5602
|
"declaration": {
|
|
5785
|
-
"name": "
|
|
5786
|
-
"module": "src/cell-renderers/
|
|
5603
|
+
"name": "StatusPillRenderer",
|
|
5604
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5605
|
+
}
|
|
5606
|
+
},
|
|
5607
|
+
{
|
|
5608
|
+
"kind": "js",
|
|
5609
|
+
"name": "foundationStatusPillRenderer",
|
|
5610
|
+
"declaration": {
|
|
5611
|
+
"name": "foundationStatusPillRenderer",
|
|
5612
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5787
5613
|
}
|
|
5788
5614
|
}
|
|
5789
5615
|
]
|
|
5790
5616
|
},
|
|
5791
5617
|
{
|
|
5792
5618
|
"kind": "javascript-module",
|
|
5793
|
-
"path": "src/cell-renderers/
|
|
5619
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
5794
5620
|
"declarations": [
|
|
5795
5621
|
{
|
|
5796
5622
|
"kind": "class",
|
|
5797
|
-
"description": "The AG
|
|
5798
|
-
"name": "
|
|
5623
|
+
"description": "The AG Text Field Renderer element.",
|
|
5624
|
+
"name": "AgTextFieldRenderer",
|
|
5799
5625
|
"members": [
|
|
5800
5626
|
{
|
|
5801
5627
|
"kind": "field",
|
|
5802
|
-
"name": "
|
|
5628
|
+
"name": "textField",
|
|
5803
5629
|
"type": {
|
|
5804
|
-
"text": "
|
|
5630
|
+
"text": "TextField"
|
|
5805
5631
|
},
|
|
5806
5632
|
"privacy": "public"
|
|
5807
5633
|
},
|
|
5808
5634
|
{
|
|
5809
5635
|
"kind": "field",
|
|
5810
|
-
"name": "
|
|
5636
|
+
"name": "textValue",
|
|
5811
5637
|
"type": {
|
|
5812
|
-
"text": "
|
|
5813
|
-
}
|
|
5638
|
+
"text": "string"
|
|
5639
|
+
},
|
|
5640
|
+
"default": "''"
|
|
5814
5641
|
},
|
|
5815
5642
|
{
|
|
5816
|
-
"kind": "
|
|
5817
|
-
"name": "
|
|
5818
|
-
"
|
|
5819
|
-
|
|
5820
|
-
"type": {
|
|
5821
|
-
"text": "boolean"
|
|
5822
|
-
}
|
|
5643
|
+
"kind": "field",
|
|
5644
|
+
"name": "params",
|
|
5645
|
+
"type": {
|
|
5646
|
+
"text": "FuiCellRendererParams"
|
|
5823
5647
|
},
|
|
5824
|
-
"
|
|
5825
|
-
{
|
|
5826
|
-
"name": "data"
|
|
5827
|
-
}
|
|
5828
|
-
]
|
|
5648
|
+
"privacy": "public"
|
|
5829
5649
|
},
|
|
5830
5650
|
{
|
|
5831
5651
|
"kind": "method",
|
|
@@ -5835,7 +5655,7 @@
|
|
|
5835
5655
|
{
|
|
5836
5656
|
"name": "params",
|
|
5837
5657
|
"type": {
|
|
5838
|
-
"text": "
|
|
5658
|
+
"text": "FuiCellRendererParams"
|
|
5839
5659
|
}
|
|
5840
5660
|
}
|
|
5841
5661
|
]
|
|
@@ -5863,18 +5683,37 @@
|
|
|
5863
5683
|
{
|
|
5864
5684
|
"name": "params",
|
|
5865
5685
|
"type": {
|
|
5866
|
-
"text": "
|
|
5686
|
+
"text": "FuiCellRendererParams"
|
|
5867
5687
|
}
|
|
5868
5688
|
}
|
|
5869
5689
|
]
|
|
5870
5690
|
},
|
|
5871
5691
|
{
|
|
5872
5692
|
"kind": "method",
|
|
5873
|
-
"name": "
|
|
5693
|
+
"name": "isDisabled",
|
|
5694
|
+
"privacy": "public",
|
|
5695
|
+
"return": {
|
|
5696
|
+
"type": {
|
|
5697
|
+
"text": "boolean"
|
|
5698
|
+
}
|
|
5699
|
+
},
|
|
5700
|
+
"parameters": [
|
|
5701
|
+
{
|
|
5702
|
+
"name": "data"
|
|
5703
|
+
}
|
|
5704
|
+
]
|
|
5874
5705
|
},
|
|
5875
5706
|
{
|
|
5876
|
-
"kind": "
|
|
5877
|
-
"name": "
|
|
5707
|
+
"kind": "field",
|
|
5708
|
+
"name": "textChanged",
|
|
5709
|
+
"privacy": "public",
|
|
5710
|
+
"description": "On text change handler",
|
|
5711
|
+
"parameters": [
|
|
5712
|
+
{
|
|
5713
|
+
"description": "CustomEvent",
|
|
5714
|
+
"name": "e"
|
|
5715
|
+
}
|
|
5716
|
+
]
|
|
5878
5717
|
},
|
|
5879
5718
|
{
|
|
5880
5719
|
"kind": "field",
|
|
@@ -5992,19 +5831,19 @@
|
|
|
5992
5831
|
"name": "FoundationElement",
|
|
5993
5832
|
"package": "@microsoft/fast-foundation"
|
|
5994
5833
|
},
|
|
5995
|
-
"tagName": "%%prefix%%-
|
|
5834
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
5996
5835
|
"customElement": true
|
|
5997
5836
|
},
|
|
5998
5837
|
{
|
|
5999
5838
|
"kind": "variable",
|
|
6000
|
-
"name": "
|
|
6001
|
-
"default": "css`\n :host {\n
|
|
6002
|
-
"description": "The AG
|
|
5839
|
+
"name": "textFieldRendererStyles",
|
|
5840
|
+
"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`",
|
|
5841
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
6003
5842
|
"privacy": "public"
|
|
6004
5843
|
},
|
|
6005
5844
|
{
|
|
6006
5845
|
"kind": "function",
|
|
6007
|
-
"name": "
|
|
5846
|
+
"name": "getTextFieldRendererTemplate",
|
|
6008
5847
|
"parameters": [
|
|
6009
5848
|
{
|
|
6010
5849
|
"name": "designSystem",
|
|
@@ -6012,7 +5851,7 @@
|
|
|
6012
5851
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6013
5852
|
}
|
|
6014
5853
|
],
|
|
6015
|
-
"description": "Get a Design System prefixed
|
|
5854
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
6016
5855
|
"return": {
|
|
6017
5856
|
"type": {
|
|
6018
5857
|
"text": ""
|
|
@@ -6022,60 +5861,96 @@
|
|
|
6022
5861
|
},
|
|
6023
5862
|
{
|
|
6024
5863
|
"kind": "variable",
|
|
6025
|
-
"name": "
|
|
6026
|
-
"description": "A function that returns a Foundation
|
|
5864
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5865
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
6027
5866
|
"privacy": "public"
|
|
6028
5867
|
}
|
|
6029
5868
|
],
|
|
6030
5869
|
"exports": [
|
|
6031
5870
|
{
|
|
6032
5871
|
"kind": "js",
|
|
6033
|
-
"name": "
|
|
5872
|
+
"name": "AgTextFieldRenderer",
|
|
6034
5873
|
"declaration": {
|
|
6035
|
-
"name": "
|
|
6036
|
-
"module": "src/cell-renderers/
|
|
5874
|
+
"name": "AgTextFieldRenderer",
|
|
5875
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6037
5876
|
}
|
|
6038
5877
|
},
|
|
6039
5878
|
{
|
|
6040
5879
|
"kind": "js",
|
|
6041
|
-
"name": "
|
|
5880
|
+
"name": "textFieldRendererStyles",
|
|
6042
5881
|
"declaration": {
|
|
6043
|
-
"name": "
|
|
6044
|
-
"module": "src/cell-renderers/
|
|
5882
|
+
"name": "textFieldRendererStyles",
|
|
5883
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6045
5884
|
}
|
|
6046
5885
|
},
|
|
6047
5886
|
{
|
|
6048
5887
|
"kind": "js",
|
|
6049
|
-
"name": "
|
|
5888
|
+
"name": "getTextFieldRendererTemplate",
|
|
6050
5889
|
"declaration": {
|
|
6051
|
-
"name": "
|
|
6052
|
-
"module": "src/cell-renderers/
|
|
5890
|
+
"name": "getTextFieldRendererTemplate",
|
|
5891
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6053
5892
|
}
|
|
6054
5893
|
},
|
|
6055
5894
|
{
|
|
6056
5895
|
"kind": "js",
|
|
6057
|
-
"name": "
|
|
5896
|
+
"name": "foundationAgTextFieldRenderer",
|
|
6058
5897
|
"declaration": {
|
|
6059
|
-
"name": "
|
|
6060
|
-
"module": "src/cell-renderers/
|
|
5898
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5899
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6061
5900
|
}
|
|
6062
5901
|
}
|
|
6063
5902
|
]
|
|
6064
5903
|
},
|
|
6065
5904
|
{
|
|
6066
5905
|
"kind": "javascript-module",
|
|
6067
|
-
"path": "src/cell-renderers/
|
|
5906
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
6068
5907
|
"declarations": [
|
|
6069
5908
|
{
|
|
6070
5909
|
"kind": "class",
|
|
6071
|
-
"description": "
|
|
6072
|
-
"name": "
|
|
5910
|
+
"description": "",
|
|
5911
|
+
"name": "AgTextRenderer",
|
|
5912
|
+
"superclass": {
|
|
5913
|
+
"name": "AgTextFieldRenderer",
|
|
5914
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
5915
|
+
},
|
|
5916
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
5917
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
5918
|
+
"customElement": true,
|
|
6073
5919
|
"members": [
|
|
6074
5920
|
{
|
|
6075
5921
|
"kind": "field",
|
|
6076
|
-
"name": "
|
|
5922
|
+
"name": "textField",
|
|
5923
|
+
"type": {
|
|
5924
|
+
"text": "TextField"
|
|
5925
|
+
},
|
|
5926
|
+
"privacy": "public",
|
|
5927
|
+
"inheritedFrom": {
|
|
5928
|
+
"name": "AgTextFieldRenderer",
|
|
5929
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5930
|
+
}
|
|
5931
|
+
},
|
|
5932
|
+
{
|
|
5933
|
+
"kind": "field",
|
|
5934
|
+
"name": "textValue",
|
|
6077
5935
|
"type": {
|
|
6078
5936
|
"text": "string"
|
|
5937
|
+
},
|
|
5938
|
+
"default": "''",
|
|
5939
|
+
"inheritedFrom": {
|
|
5940
|
+
"name": "AgTextFieldRenderer",
|
|
5941
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5942
|
+
}
|
|
5943
|
+
},
|
|
5944
|
+
{
|
|
5945
|
+
"kind": "field",
|
|
5946
|
+
"name": "params",
|
|
5947
|
+
"type": {
|
|
5948
|
+
"text": "FuiCellRendererParams"
|
|
5949
|
+
},
|
|
5950
|
+
"privacy": "public",
|
|
5951
|
+
"inheritedFrom": {
|
|
5952
|
+
"name": "AgTextFieldRenderer",
|
|
5953
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6079
5954
|
}
|
|
6080
5955
|
},
|
|
6081
5956
|
{
|
|
@@ -6086,10 +5961,14 @@
|
|
|
6086
5961
|
{
|
|
6087
5962
|
"name": "params",
|
|
6088
5963
|
"type": {
|
|
6089
|
-
"text": "
|
|
5964
|
+
"text": "FuiCellRendererParams"
|
|
6090
5965
|
}
|
|
6091
5966
|
}
|
|
6092
|
-
]
|
|
5967
|
+
],
|
|
5968
|
+
"inheritedFrom": {
|
|
5969
|
+
"name": "AgTextFieldRenderer",
|
|
5970
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5971
|
+
}
|
|
6093
5972
|
},
|
|
6094
5973
|
{
|
|
6095
5974
|
"kind": "method",
|
|
@@ -6099,6 +5978,19 @@
|
|
|
6099
5978
|
"type": {
|
|
6100
5979
|
"text": "HTMLElement"
|
|
6101
5980
|
}
|
|
5981
|
+
},
|
|
5982
|
+
"inheritedFrom": {
|
|
5983
|
+
"name": "AgTextFieldRenderer",
|
|
5984
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5985
|
+
}
|
|
5986
|
+
},
|
|
5987
|
+
{
|
|
5988
|
+
"kind": "method",
|
|
5989
|
+
"name": "destroy",
|
|
5990
|
+
"privacy": "public",
|
|
5991
|
+
"inheritedFrom": {
|
|
5992
|
+
"name": "AgTextFieldRenderer",
|
|
5993
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6102
5994
|
}
|
|
6103
5995
|
},
|
|
6104
5996
|
{
|
|
@@ -6109,10 +6001,49 @@
|
|
|
6109
6001
|
{
|
|
6110
6002
|
"name": "params",
|
|
6111
6003
|
"type": {
|
|
6112
|
-
"text": "
|
|
6004
|
+
"text": "FuiCellRendererParams"
|
|
6113
6005
|
}
|
|
6114
6006
|
}
|
|
6115
|
-
]
|
|
6007
|
+
],
|
|
6008
|
+
"inheritedFrom": {
|
|
6009
|
+
"name": "AgTextFieldRenderer",
|
|
6010
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6011
|
+
}
|
|
6012
|
+
},
|
|
6013
|
+
{
|
|
6014
|
+
"kind": "method",
|
|
6015
|
+
"name": "isDisabled",
|
|
6016
|
+
"privacy": "public",
|
|
6017
|
+
"return": {
|
|
6018
|
+
"type": {
|
|
6019
|
+
"text": "boolean"
|
|
6020
|
+
}
|
|
6021
|
+
},
|
|
6022
|
+
"parameters": [
|
|
6023
|
+
{
|
|
6024
|
+
"name": "data"
|
|
6025
|
+
}
|
|
6026
|
+
],
|
|
6027
|
+
"inheritedFrom": {
|
|
6028
|
+
"name": "AgTextFieldRenderer",
|
|
6029
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6030
|
+
}
|
|
6031
|
+
},
|
|
6032
|
+
{
|
|
6033
|
+
"kind": "field",
|
|
6034
|
+
"name": "textChanged",
|
|
6035
|
+
"privacy": "public",
|
|
6036
|
+
"description": "On text change handler",
|
|
6037
|
+
"parameters": [
|
|
6038
|
+
{
|
|
6039
|
+
"description": "CustomEvent",
|
|
6040
|
+
"name": "e"
|
|
6041
|
+
}
|
|
6042
|
+
],
|
|
6043
|
+
"inheritedFrom": {
|
|
6044
|
+
"name": "AgTextFieldRenderer",
|
|
6045
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6046
|
+
}
|
|
6116
6047
|
},
|
|
6117
6048
|
{
|
|
6118
6049
|
"kind": "field",
|
|
@@ -6225,126 +6156,118 @@
|
|
|
6225
6156
|
"module": "src/foundation-element/foundation-element.ts"
|
|
6226
6157
|
}
|
|
6227
6158
|
}
|
|
6228
|
-
]
|
|
6229
|
-
"superclass": {
|
|
6230
|
-
"name": "FoundationElement",
|
|
6231
|
-
"package": "@microsoft/fast-foundation"
|
|
6232
|
-
},
|
|
6233
|
-
"tagName": "%%prefix%%-editable-renderer",
|
|
6234
|
-
"customElement": true
|
|
6159
|
+
]
|
|
6235
6160
|
},
|
|
6236
6161
|
{
|
|
6237
6162
|
"kind": "variable",
|
|
6238
|
-
"name": "
|
|
6239
|
-
"default": "
|
|
6240
|
-
"
|
|
6241
|
-
"
|
|
6163
|
+
"name": "textRendererStyles",
|
|
6164
|
+
"default": "textFieldRendererStyles",
|
|
6165
|
+
"privacy": "public",
|
|
6166
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
6242
6167
|
},
|
|
6243
6168
|
{
|
|
6244
|
-
"kind": "
|
|
6245
|
-
"name": "
|
|
6246
|
-
"
|
|
6247
|
-
|
|
6248
|
-
|
|
6249
|
-
"default": "'foundation'",
|
|
6250
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6251
|
-
}
|
|
6252
|
-
],
|
|
6253
|
-
"description": "Get a Design System prefixed Checkbox template.",
|
|
6254
|
-
"return": {
|
|
6255
|
-
"type": {
|
|
6256
|
-
"text": ""
|
|
6257
|
-
}
|
|
6258
|
-
},
|
|
6259
|
-
"privacy": "public"
|
|
6169
|
+
"kind": "variable",
|
|
6170
|
+
"name": "getTextRendererTemplate",
|
|
6171
|
+
"default": "getTextFieldRendererTemplate",
|
|
6172
|
+
"privacy": "public",
|
|
6173
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
6260
6174
|
},
|
|
6261
6175
|
{
|
|
6262
6176
|
"kind": "variable",
|
|
6263
|
-
"name": "
|
|
6264
|
-
"description": "A function that returns a Foundation
|
|
6265
|
-
"privacy": "public"
|
|
6177
|
+
"name": "foundationAgTextRenderer",
|
|
6178
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
6179
|
+
"privacy": "public",
|
|
6180
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
6266
6181
|
}
|
|
6267
6182
|
],
|
|
6268
6183
|
"exports": [
|
|
6269
6184
|
{
|
|
6270
6185
|
"kind": "js",
|
|
6271
|
-
"name": "
|
|
6272
|
-
"declaration": {
|
|
6273
|
-
"name": "
|
|
6274
|
-
"module": "src/cell-renderers/
|
|
6186
|
+
"name": "AgTextRenderer",
|
|
6187
|
+
"declaration": {
|
|
6188
|
+
"name": "AgTextRenderer",
|
|
6189
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6275
6190
|
}
|
|
6276
6191
|
},
|
|
6277
6192
|
{
|
|
6278
6193
|
"kind": "js",
|
|
6279
|
-
"name": "
|
|
6194
|
+
"name": "textRendererStyles",
|
|
6280
6195
|
"declaration": {
|
|
6281
|
-
"name": "
|
|
6282
|
-
"module": "src/cell-renderers/
|
|
6196
|
+
"name": "textRendererStyles",
|
|
6197
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6283
6198
|
}
|
|
6284
6199
|
},
|
|
6285
6200
|
{
|
|
6286
6201
|
"kind": "js",
|
|
6287
|
-
"name": "
|
|
6202
|
+
"name": "getTextRendererTemplate",
|
|
6288
6203
|
"declaration": {
|
|
6289
|
-
"name": "
|
|
6290
|
-
"module": "src/cell-renderers/
|
|
6204
|
+
"name": "getTextRendererTemplate",
|
|
6205
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6291
6206
|
}
|
|
6292
6207
|
},
|
|
6293
6208
|
{
|
|
6294
6209
|
"kind": "js",
|
|
6295
|
-
"name": "
|
|
6210
|
+
"name": "foundationAgTextRenderer",
|
|
6296
6211
|
"declaration": {
|
|
6297
|
-
"name": "
|
|
6298
|
-
"module": "src/cell-renderers/
|
|
6212
|
+
"name": "foundationAgTextRenderer",
|
|
6213
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6299
6214
|
}
|
|
6300
6215
|
}
|
|
6301
6216
|
]
|
|
6302
6217
|
},
|
|
6303
6218
|
{
|
|
6304
6219
|
"kind": "javascript-module",
|
|
6305
|
-
"path": "src/cell-
|
|
6220
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
6306
6221
|
"declarations": [
|
|
6307
6222
|
{
|
|
6308
|
-
"kind": "
|
|
6309
|
-
"
|
|
6310
|
-
"
|
|
6311
|
-
"
|
|
6312
|
-
"privacy": "public"
|
|
6313
|
-
},
|
|
6314
|
-
{
|
|
6315
|
-
"kind": "function",
|
|
6316
|
-
"name": "getIconRendererTemplate",
|
|
6317
|
-
"parameters": [
|
|
6223
|
+
"kind": "class",
|
|
6224
|
+
"description": "The AG Date Editor element.",
|
|
6225
|
+
"name": "DateEditor",
|
|
6226
|
+
"members": [
|
|
6318
6227
|
{
|
|
6319
|
-
"
|
|
6320
|
-
"
|
|
6228
|
+
"kind": "field",
|
|
6229
|
+
"name": "value",
|
|
6321
6230
|
"type": {
|
|
6322
|
-
"text": "
|
|
6231
|
+
"text": "number"
|
|
6323
6232
|
},
|
|
6324
|
-
"
|
|
6325
|
-
}
|
|
6326
|
-
],
|
|
6327
|
-
"description": "Get a Design System prefixed Icon template.",
|
|
6328
|
-
"return": {
|
|
6329
|
-
"type": {
|
|
6330
|
-
"text": ""
|
|
6331
|
-
}
|
|
6332
|
-
},
|
|
6333
|
-
"privacy": "public"
|
|
6334
|
-
},
|
|
6335
|
-
{
|
|
6336
|
-
"kind": "class",
|
|
6337
|
-
"description": "Plain ag-Grid cell renderer for icons.\nThis renderer creates the FAST custom element using document.createElement.",
|
|
6338
|
-
"name": "IconRenderer",
|
|
6339
|
-
"members": [
|
|
6233
|
+
"privacy": "public"
|
|
6234
|
+
},
|
|
6340
6235
|
{
|
|
6341
6236
|
"kind": "field",
|
|
6342
|
-
"name": "
|
|
6237
|
+
"name": "actualWidth",
|
|
6343
6238
|
"type": {
|
|
6344
|
-
"text": "
|
|
6239
|
+
"text": "number"
|
|
6345
6240
|
},
|
|
6346
6241
|
"privacy": "public"
|
|
6347
6242
|
},
|
|
6243
|
+
{
|
|
6244
|
+
"kind": "field",
|
|
6245
|
+
"name": "params",
|
|
6246
|
+
"type": {
|
|
6247
|
+
"text": "DateEditorParams"
|
|
6248
|
+
}
|
|
6249
|
+
},
|
|
6250
|
+
{
|
|
6251
|
+
"kind": "field",
|
|
6252
|
+
"name": "dateFormat",
|
|
6253
|
+
"type": {
|
|
6254
|
+
"text": "string"
|
|
6255
|
+
}
|
|
6256
|
+
},
|
|
6257
|
+
{
|
|
6258
|
+
"kind": "field",
|
|
6259
|
+
"name": "input",
|
|
6260
|
+
"type": {
|
|
6261
|
+
"text": "any"
|
|
6262
|
+
}
|
|
6263
|
+
},
|
|
6264
|
+
{
|
|
6265
|
+
"kind": "field",
|
|
6266
|
+
"name": "inputType",
|
|
6267
|
+
"type": {
|
|
6268
|
+
"text": "'datetime-local' | 'date'"
|
|
6269
|
+
}
|
|
6270
|
+
},
|
|
6348
6271
|
{
|
|
6349
6272
|
"kind": "method",
|
|
6350
6273
|
"name": "init",
|
|
@@ -6353,7 +6276,7 @@
|
|
|
6353
6276
|
{
|
|
6354
6277
|
"name": "params",
|
|
6355
6278
|
"type": {
|
|
6356
|
-
"text": "
|
|
6279
|
+
"text": "DateEditorParams"
|
|
6357
6280
|
}
|
|
6358
6281
|
}
|
|
6359
6282
|
]
|
|
@@ -6371,21 +6294,51 @@
|
|
|
6371
6294
|
{
|
|
6372
6295
|
"kind": "method",
|
|
6373
6296
|
"name": "refresh",
|
|
6297
|
+
"privacy": "public",
|
|
6298
|
+
"return": {
|
|
6299
|
+
"type": {
|
|
6300
|
+
"text": "boolean"
|
|
6301
|
+
}
|
|
6302
|
+
},
|
|
6374
6303
|
"parameters": [
|
|
6375
6304
|
{
|
|
6376
|
-
"name": "params"
|
|
6305
|
+
"name": "params",
|
|
6306
|
+
"type": {
|
|
6307
|
+
"text": "DateEditorParams"
|
|
6308
|
+
}
|
|
6377
6309
|
}
|
|
6378
6310
|
]
|
|
6379
6311
|
},
|
|
6380
6312
|
{
|
|
6381
6313
|
"kind": "method",
|
|
6382
|
-
"name": "
|
|
6314
|
+
"name": "getValue"
|
|
6315
|
+
},
|
|
6316
|
+
{
|
|
6317
|
+
"kind": "method",
|
|
6318
|
+
"name": "isPopup",
|
|
6383
6319
|
"return": {
|
|
6384
6320
|
"type": {
|
|
6385
|
-
"text": "
|
|
6321
|
+
"text": "boolean"
|
|
6386
6322
|
}
|
|
6387
6323
|
}
|
|
6388
6324
|
},
|
|
6325
|
+
{
|
|
6326
|
+
"kind": "method",
|
|
6327
|
+
"name": "changeHandler",
|
|
6328
|
+
"parameters": [
|
|
6329
|
+
{
|
|
6330
|
+
"name": "event"
|
|
6331
|
+
}
|
|
6332
|
+
]
|
|
6333
|
+
},
|
|
6334
|
+
{
|
|
6335
|
+
"kind": "method",
|
|
6336
|
+
"name": "afterGuiAttached"
|
|
6337
|
+
},
|
|
6338
|
+
{
|
|
6339
|
+
"kind": "method",
|
|
6340
|
+
"name": "isCancelBeforeStart"
|
|
6341
|
+
},
|
|
6389
6342
|
{
|
|
6390
6343
|
"kind": "field",
|
|
6391
6344
|
"name": "_presentation",
|
|
@@ -6501,53 +6454,79 @@
|
|
|
6501
6454
|
"superclass": {
|
|
6502
6455
|
"name": "FoundationElement",
|
|
6503
6456
|
"package": "@microsoft/fast-foundation"
|
|
6504
|
-
}
|
|
6457
|
+
},
|
|
6458
|
+
"tagName": "%%prefix%%-date-editor",
|
|
6459
|
+
"customElement": true
|
|
6505
6460
|
},
|
|
6506
6461
|
{
|
|
6507
6462
|
"kind": "variable",
|
|
6508
|
-
"name": "
|
|
6509
|
-
"
|
|
6463
|
+
"name": "agDateEditorStyles",
|
|
6464
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
6465
|
+
"description": "The AG Select Renderer Styles.",
|
|
6466
|
+
"privacy": "public"
|
|
6467
|
+
},
|
|
6468
|
+
{
|
|
6469
|
+
"kind": "function",
|
|
6470
|
+
"name": "getDateEditorTemplate",
|
|
6471
|
+
"parameters": [
|
|
6472
|
+
{
|
|
6473
|
+
"name": "prefix",
|
|
6474
|
+
"default": "'foundation'",
|
|
6475
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6476
|
+
}
|
|
6477
|
+
],
|
|
6478
|
+
"description": "Get a Design System prefixed Select template.",
|
|
6479
|
+
"return": {
|
|
6480
|
+
"type": {
|
|
6481
|
+
"text": ""
|
|
6482
|
+
}
|
|
6483
|
+
},
|
|
6484
|
+
"privacy": "public"
|
|
6485
|
+
},
|
|
6486
|
+
{
|
|
6487
|
+
"kind": "variable",
|
|
6488
|
+
"name": "foundationDateEditor",
|
|
6510
6489
|
"privacy": "public"
|
|
6511
6490
|
}
|
|
6512
6491
|
],
|
|
6513
6492
|
"exports": [
|
|
6514
6493
|
{
|
|
6515
6494
|
"kind": "js",
|
|
6516
|
-
"name": "
|
|
6495
|
+
"name": "DateEditor",
|
|
6517
6496
|
"declaration": {
|
|
6518
|
-
"name": "
|
|
6519
|
-
"module": "src/cell-
|
|
6497
|
+
"name": "DateEditor",
|
|
6498
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6520
6499
|
}
|
|
6521
6500
|
},
|
|
6522
6501
|
{
|
|
6523
6502
|
"kind": "js",
|
|
6524
|
-
"name": "
|
|
6503
|
+
"name": "agDateEditorStyles",
|
|
6525
6504
|
"declaration": {
|
|
6526
|
-
"name": "
|
|
6527
|
-
"module": "src/cell-
|
|
6505
|
+
"name": "agDateEditorStyles",
|
|
6506
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6528
6507
|
}
|
|
6529
6508
|
},
|
|
6530
6509
|
{
|
|
6531
6510
|
"kind": "js",
|
|
6532
|
-
"name": "
|
|
6511
|
+
"name": "getDateEditorTemplate",
|
|
6533
6512
|
"declaration": {
|
|
6534
|
-
"name": "
|
|
6535
|
-
"module": "src/cell-
|
|
6513
|
+
"name": "getDateEditorTemplate",
|
|
6514
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6536
6515
|
}
|
|
6537
6516
|
},
|
|
6538
6517
|
{
|
|
6539
6518
|
"kind": "js",
|
|
6540
|
-
"name": "
|
|
6519
|
+
"name": "foundationDateEditor",
|
|
6541
6520
|
"declaration": {
|
|
6542
|
-
"name": "
|
|
6543
|
-
"module": "src/cell-
|
|
6521
|
+
"name": "foundationDateEditor",
|
|
6522
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6544
6523
|
}
|
|
6545
6524
|
}
|
|
6546
6525
|
]
|
|
6547
6526
|
},
|
|
6548
6527
|
{
|
|
6549
6528
|
"kind": "javascript-module",
|
|
6550
|
-
"path": "src/cell-
|
|
6529
|
+
"path": "src/cell-editors/index.ts",
|
|
6551
6530
|
"declarations": [],
|
|
6552
6531
|
"exports": [
|
|
6553
6532
|
{
|
|
@@ -6555,39 +6534,7 @@
|
|
|
6555
6534
|
"name": "*",
|
|
6556
6535
|
"declaration": {
|
|
6557
6536
|
"name": "*",
|
|
6558
|
-
"package": "./
|
|
6559
|
-
}
|
|
6560
|
-
},
|
|
6561
|
-
{
|
|
6562
|
-
"kind": "js",
|
|
6563
|
-
"name": "*",
|
|
6564
|
-
"declaration": {
|
|
6565
|
-
"name": "*",
|
|
6566
|
-
"package": "./actions-menu.renderer"
|
|
6567
|
-
}
|
|
6568
|
-
},
|
|
6569
|
-
{
|
|
6570
|
-
"kind": "js",
|
|
6571
|
-
"name": "*",
|
|
6572
|
-
"declaration": {
|
|
6573
|
-
"name": "*",
|
|
6574
|
-
"package": "./boolean.renderer"
|
|
6575
|
-
}
|
|
6576
|
-
},
|
|
6577
|
-
{
|
|
6578
|
-
"kind": "js",
|
|
6579
|
-
"name": "*",
|
|
6580
|
-
"declaration": {
|
|
6581
|
-
"name": "*",
|
|
6582
|
-
"package": "./editable.renderer"
|
|
6583
|
-
}
|
|
6584
|
-
},
|
|
6585
|
-
{
|
|
6586
|
-
"kind": "js",
|
|
6587
|
-
"name": "*",
|
|
6588
|
-
"declaration": {
|
|
6589
|
-
"name": "*",
|
|
6590
|
-
"package": "./icon.renderer"
|
|
6537
|
+
"package": "./date.editor"
|
|
6591
6538
|
}
|
|
6592
6539
|
},
|
|
6593
6540
|
{
|
|
@@ -6595,7 +6542,7 @@
|
|
|
6595
6542
|
"name": "*",
|
|
6596
6543
|
"declaration": {
|
|
6597
6544
|
"name": "*",
|
|
6598
|
-
"package": "./
|
|
6545
|
+
"package": "./multiselect.editor"
|
|
6599
6546
|
}
|
|
6600
6547
|
},
|
|
6601
6548
|
{
|
|
@@ -6603,7 +6550,7 @@
|
|
|
6603
6550
|
"name": "*",
|
|
6604
6551
|
"declaration": {
|
|
6605
6552
|
"name": "*",
|
|
6606
|
-
"package": "./
|
|
6553
|
+
"package": "./number.editor"
|
|
6607
6554
|
}
|
|
6608
6555
|
},
|
|
6609
6556
|
{
|
|
@@ -6611,7 +6558,7 @@
|
|
|
6611
6558
|
"name": "*",
|
|
6612
6559
|
"declaration": {
|
|
6613
6560
|
"name": "*",
|
|
6614
|
-
"package": "./
|
|
6561
|
+
"package": "./select.editor"
|
|
6615
6562
|
}
|
|
6616
6563
|
},
|
|
6617
6564
|
{
|
|
@@ -6619,33 +6566,33 @@
|
|
|
6619
6566
|
"name": "*",
|
|
6620
6567
|
"declaration": {
|
|
6621
6568
|
"name": "*",
|
|
6622
|
-
"package": "./
|
|
6569
|
+
"package": "./string.editor"
|
|
6623
6570
|
}
|
|
6624
6571
|
}
|
|
6625
6572
|
]
|
|
6626
6573
|
},
|
|
6627
6574
|
{
|
|
6628
6575
|
"kind": "javascript-module",
|
|
6629
|
-
"path": "src/cell-
|
|
6576
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
6630
6577
|
"declarations": [
|
|
6631
6578
|
{
|
|
6632
6579
|
"kind": "class",
|
|
6633
|
-
"description": "The AG
|
|
6634
|
-
"name": "
|
|
6580
|
+
"description": "The AG Multiselect Editor element.",
|
|
6581
|
+
"name": "MultiselectEditor",
|
|
6635
6582
|
"members": [
|
|
6636
6583
|
{
|
|
6637
6584
|
"kind": "field",
|
|
6638
6585
|
"name": "params",
|
|
6639
6586
|
"type": {
|
|
6640
|
-
"text": "
|
|
6587
|
+
"text": "MultiselectEditorParams"
|
|
6641
6588
|
},
|
|
6642
6589
|
"privacy": "public"
|
|
6643
6590
|
},
|
|
6644
6591
|
{
|
|
6645
6592
|
"kind": "field",
|
|
6646
|
-
"name": "
|
|
6593
|
+
"name": "selectedOptions",
|
|
6647
6594
|
"type": {
|
|
6648
|
-
"text": "
|
|
6595
|
+
"text": "any[]"
|
|
6649
6596
|
},
|
|
6650
6597
|
"privacy": "public"
|
|
6651
6598
|
},
|
|
@@ -6657,7 +6604,7 @@
|
|
|
6657
6604
|
{
|
|
6658
6605
|
"name": "params",
|
|
6659
6606
|
"type": {
|
|
6660
|
-
"text": "
|
|
6607
|
+
"text": "MultiselectEditorParams"
|
|
6661
6608
|
}
|
|
6662
6609
|
}
|
|
6663
6610
|
]
|
|
@@ -6695,31 +6642,37 @@
|
|
|
6695
6642
|
{
|
|
6696
6643
|
"name": "params",
|
|
6697
6644
|
"type": {
|
|
6698
|
-
"text": "
|
|
6645
|
+
"text": "MultiselectEditorParams"
|
|
6699
6646
|
}
|
|
6700
6647
|
}
|
|
6701
6648
|
]
|
|
6702
6649
|
},
|
|
6703
6650
|
{
|
|
6704
|
-
"kind": "
|
|
6705
|
-
"name": "
|
|
6706
|
-
"privacy": "public"
|
|
6651
|
+
"kind": "method",
|
|
6652
|
+
"name": "getValue"
|
|
6707
6653
|
},
|
|
6708
6654
|
{
|
|
6709
6655
|
"kind": "method",
|
|
6710
|
-
"name": "
|
|
6711
|
-
"privacy": "public",
|
|
6656
|
+
"name": "isPopup",
|
|
6712
6657
|
"return": {
|
|
6713
6658
|
"type": {
|
|
6714
6659
|
"text": "boolean"
|
|
6715
6660
|
}
|
|
6716
|
-
}
|
|
6661
|
+
}
|
|
6662
|
+
},
|
|
6663
|
+
{
|
|
6664
|
+
"kind": "method",
|
|
6665
|
+
"name": "changeHandler",
|
|
6717
6666
|
"parameters": [
|
|
6718
6667
|
{
|
|
6719
|
-
"name": "
|
|
6668
|
+
"name": "event"
|
|
6720
6669
|
}
|
|
6721
6670
|
]
|
|
6722
6671
|
},
|
|
6672
|
+
{
|
|
6673
|
+
"kind": "method",
|
|
6674
|
+
"name": "isCancelBeforeStart"
|
|
6675
|
+
},
|
|
6723
6676
|
{
|
|
6724
6677
|
"kind": "field",
|
|
6725
6678
|
"name": "_presentation",
|
|
@@ -6836,26 +6789,23 @@
|
|
|
6836
6789
|
"name": "FoundationElement",
|
|
6837
6790
|
"package": "@microsoft/fast-foundation"
|
|
6838
6791
|
},
|
|
6839
|
-
"tagName": "%%prefix%%-
|
|
6792
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
6840
6793
|
"customElement": true
|
|
6841
6794
|
},
|
|
6842
6795
|
{
|
|
6843
6796
|
"kind": "variable",
|
|
6844
|
-
"name": "
|
|
6845
|
-
"default": "css
|
|
6797
|
+
"name": "agMultiselectEditorStyles",
|
|
6798
|
+
"default": "css``",
|
|
6846
6799
|
"description": "The AG Select Renderer Styles.",
|
|
6847
6800
|
"privacy": "public"
|
|
6848
6801
|
},
|
|
6849
6802
|
{
|
|
6850
6803
|
"kind": "function",
|
|
6851
|
-
"name": "
|
|
6804
|
+
"name": "getMultiselectEditorTemplate",
|
|
6852
6805
|
"parameters": [
|
|
6853
6806
|
{
|
|
6854
6807
|
"name": "designSystem",
|
|
6855
6808
|
"default": "'foundation'",
|
|
6856
|
-
"type": {
|
|
6857
|
-
"text": "string"
|
|
6858
|
-
},
|
|
6859
6809
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6860
6810
|
}
|
|
6861
6811
|
],
|
|
@@ -6869,124 +6819,157 @@
|
|
|
6869
6819
|
},
|
|
6870
6820
|
{
|
|
6871
6821
|
"kind": "variable",
|
|
6872
|
-
"name": "
|
|
6873
|
-
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
6822
|
+
"name": "foundationMultiselectEditor",
|
|
6874
6823
|
"privacy": "public"
|
|
6875
6824
|
}
|
|
6876
6825
|
],
|
|
6877
6826
|
"exports": [
|
|
6878
6827
|
{
|
|
6879
6828
|
"kind": "js",
|
|
6880
|
-
"name": "
|
|
6829
|
+
"name": "MultiselectEditor",
|
|
6881
6830
|
"declaration": {
|
|
6882
|
-
"name": "
|
|
6883
|
-
"module": "src/cell-
|
|
6831
|
+
"name": "MultiselectEditor",
|
|
6832
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6884
6833
|
}
|
|
6885
6834
|
},
|
|
6886
6835
|
{
|
|
6887
6836
|
"kind": "js",
|
|
6888
|
-
"name": "
|
|
6837
|
+
"name": "agMultiselectEditorStyles",
|
|
6889
6838
|
"declaration": {
|
|
6890
|
-
"name": "
|
|
6891
|
-
"module": "src/cell-
|
|
6839
|
+
"name": "agMultiselectEditorStyles",
|
|
6840
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6892
6841
|
}
|
|
6893
6842
|
},
|
|
6894
6843
|
{
|
|
6895
6844
|
"kind": "js",
|
|
6896
|
-
"name": "
|
|
6845
|
+
"name": "getMultiselectEditorTemplate",
|
|
6897
6846
|
"declaration": {
|
|
6898
|
-
"name": "
|
|
6899
|
-
"module": "src/cell-
|
|
6847
|
+
"name": "getMultiselectEditorTemplate",
|
|
6848
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6900
6849
|
}
|
|
6901
6850
|
},
|
|
6902
6851
|
{
|
|
6903
6852
|
"kind": "js",
|
|
6904
|
-
"name": "
|
|
6853
|
+
"name": "foundationMultiselectEditor",
|
|
6905
6854
|
"declaration": {
|
|
6906
|
-
"name": "
|
|
6907
|
-
"module": "src/cell-
|
|
6855
|
+
"name": "foundationMultiselectEditor",
|
|
6856
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6908
6857
|
}
|
|
6909
6858
|
}
|
|
6910
6859
|
]
|
|
6911
6860
|
},
|
|
6912
6861
|
{
|
|
6913
6862
|
"kind": "javascript-module",
|
|
6914
|
-
"path": "src/cell-
|
|
6863
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
6915
6864
|
"declarations": [
|
|
6916
|
-
{
|
|
6917
|
-
"kind": "variable",
|
|
6918
|
-
"name": "agStatusPillRendererStyles",
|
|
6919
|
-
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
6920
|
-
"description": "The Status Pill Renderer Styles.",
|
|
6921
|
-
"privacy": "public"
|
|
6922
|
-
},
|
|
6923
|
-
{
|
|
6924
|
-
"kind": "function",
|
|
6925
|
-
"name": "getStatusPillRendererTemplate",
|
|
6926
|
-
"parameters": [
|
|
6927
|
-
{
|
|
6928
|
-
"name": "designSystem",
|
|
6929
|
-
"default": "'rapid'",
|
|
6930
|
-
"type": {
|
|
6931
|
-
"text": "string"
|
|
6932
|
-
},
|
|
6933
|
-
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
6934
|
-
}
|
|
6935
|
-
],
|
|
6936
|
-
"description": "Get a Design System prefixed Status Pill template.",
|
|
6937
|
-
"return": {
|
|
6938
|
-
"type": {
|
|
6939
|
-
"text": ""
|
|
6940
|
-
}
|
|
6941
|
-
},
|
|
6942
|
-
"privacy": "public"
|
|
6943
|
-
},
|
|
6944
6865
|
{
|
|
6945
6866
|
"kind": "class",
|
|
6946
|
-
"description": "The AG
|
|
6947
|
-
"name": "
|
|
6867
|
+
"description": "The AG Number Editor element.",
|
|
6868
|
+
"name": "NumberEditor",
|
|
6948
6869
|
"members": [
|
|
6949
6870
|
{
|
|
6950
6871
|
"kind": "field",
|
|
6951
6872
|
"name": "params",
|
|
6952
6873
|
"type": {
|
|
6953
|
-
"text": "
|
|
6954
|
-
}
|
|
6874
|
+
"text": "NumberEditorParams"
|
|
6875
|
+
},
|
|
6876
|
+
"privacy": "public"
|
|
6877
|
+
},
|
|
6878
|
+
{
|
|
6879
|
+
"kind": "field",
|
|
6880
|
+
"name": "value",
|
|
6881
|
+
"type": {
|
|
6882
|
+
"text": "number"
|
|
6883
|
+
},
|
|
6884
|
+
"privacy": "public"
|
|
6885
|
+
},
|
|
6886
|
+
{
|
|
6887
|
+
"kind": "field",
|
|
6888
|
+
"name": "actualWidth",
|
|
6889
|
+
"type": {
|
|
6890
|
+
"text": "number"
|
|
6891
|
+
},
|
|
6892
|
+
"privacy": "public"
|
|
6893
|
+
},
|
|
6894
|
+
{
|
|
6895
|
+
"kind": "field",
|
|
6896
|
+
"name": "input",
|
|
6897
|
+
"type": {
|
|
6898
|
+
"text": "any"
|
|
6899
|
+
},
|
|
6900
|
+
"privacy": "public"
|
|
6955
6901
|
},
|
|
6956
6902
|
{
|
|
6957
6903
|
"kind": "method",
|
|
6958
6904
|
"name": "init",
|
|
6905
|
+
"privacy": "public",
|
|
6959
6906
|
"parameters": [
|
|
6960
6907
|
{
|
|
6961
6908
|
"name": "params",
|
|
6962
6909
|
"type": {
|
|
6963
|
-
"text": "
|
|
6910
|
+
"text": "NumberEditorParams"
|
|
6964
6911
|
}
|
|
6965
6912
|
}
|
|
6966
6913
|
]
|
|
6967
6914
|
},
|
|
6968
6915
|
{
|
|
6969
6916
|
"kind": "method",
|
|
6970
|
-
"name": "getGui"
|
|
6917
|
+
"name": "getGui",
|
|
6918
|
+
"privacy": "public",
|
|
6919
|
+
"return": {
|
|
6920
|
+
"type": {
|
|
6921
|
+
"text": "HTMLElement"
|
|
6922
|
+
}
|
|
6923
|
+
}
|
|
6971
6924
|
},
|
|
6972
6925
|
{
|
|
6973
6926
|
"kind": "method",
|
|
6974
6927
|
"name": "refresh",
|
|
6928
|
+
"privacy": "public",
|
|
6929
|
+
"return": {
|
|
6930
|
+
"type": {
|
|
6931
|
+
"text": "boolean"
|
|
6932
|
+
}
|
|
6933
|
+
},
|
|
6975
6934
|
"parameters": [
|
|
6976
6935
|
{
|
|
6977
|
-
"name": "params"
|
|
6936
|
+
"name": "params",
|
|
6937
|
+
"type": {
|
|
6938
|
+
"text": "NumberEditorParams"
|
|
6939
|
+
}
|
|
6978
6940
|
}
|
|
6979
6941
|
]
|
|
6980
6942
|
},
|
|
6981
6943
|
{
|
|
6982
6944
|
"kind": "method",
|
|
6983
|
-
"name": "
|
|
6945
|
+
"name": "getValue"
|
|
6946
|
+
},
|
|
6947
|
+
{
|
|
6948
|
+
"kind": "method",
|
|
6949
|
+
"name": "isPopup",
|
|
6984
6950
|
"return": {
|
|
6985
6951
|
"type": {
|
|
6986
|
-
"text": "
|
|
6952
|
+
"text": "boolean"
|
|
6987
6953
|
}
|
|
6988
6954
|
}
|
|
6989
6955
|
},
|
|
6956
|
+
{
|
|
6957
|
+
"kind": "method",
|
|
6958
|
+
"name": "afterGuiAttached"
|
|
6959
|
+
},
|
|
6960
|
+
{
|
|
6961
|
+
"kind": "method",
|
|
6962
|
+
"name": "changeHandler",
|
|
6963
|
+
"parameters": [
|
|
6964
|
+
{
|
|
6965
|
+
"name": "event"
|
|
6966
|
+
}
|
|
6967
|
+
]
|
|
6968
|
+
},
|
|
6969
|
+
{
|
|
6970
|
+
"kind": "method",
|
|
6971
|
+
"name": "isCancelBeforeStart"
|
|
6972
|
+
},
|
|
6990
6973
|
{
|
|
6991
6974
|
"kind": "field",
|
|
6992
6975
|
"name": "_presentation",
|
|
@@ -7103,81 +7086,113 @@
|
|
|
7103
7086
|
"name": "FoundationElement",
|
|
7104
7087
|
"package": "@microsoft/fast-foundation"
|
|
7105
7088
|
},
|
|
7106
|
-
"tagName": "%%prefix%%-
|
|
7089
|
+
"tagName": "%%prefix%%-number-editor",
|
|
7107
7090
|
"customElement": true
|
|
7108
7091
|
},
|
|
7109
7092
|
{
|
|
7110
7093
|
"kind": "variable",
|
|
7111
|
-
"name": "
|
|
7112
|
-
"
|
|
7094
|
+
"name": "agNumberEditorStyles",
|
|
7095
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
7096
|
+
"description": "The AG Number Editor Styles.",
|
|
7097
|
+
"privacy": "public"
|
|
7098
|
+
},
|
|
7099
|
+
{
|
|
7100
|
+
"kind": "function",
|
|
7101
|
+
"name": "getNumberEditorTemplate",
|
|
7102
|
+
"parameters": [
|
|
7103
|
+
{
|
|
7104
|
+
"name": "designSystem",
|
|
7105
|
+
"default": "'foundation'",
|
|
7106
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7107
|
+
}
|
|
7108
|
+
],
|
|
7109
|
+
"description": "Get a Design System prefixed Select template.",
|
|
7110
|
+
"return": {
|
|
7111
|
+
"type": {
|
|
7112
|
+
"text": ""
|
|
7113
|
+
}
|
|
7114
|
+
},
|
|
7115
|
+
"privacy": "public"
|
|
7116
|
+
},
|
|
7117
|
+
{
|
|
7118
|
+
"kind": "variable",
|
|
7119
|
+
"name": "foundationNumberEditor",
|
|
7113
7120
|
"privacy": "public"
|
|
7114
7121
|
}
|
|
7115
7122
|
],
|
|
7116
7123
|
"exports": [
|
|
7117
7124
|
{
|
|
7118
7125
|
"kind": "js",
|
|
7119
|
-
"name": "
|
|
7126
|
+
"name": "NumberEditor",
|
|
7120
7127
|
"declaration": {
|
|
7121
|
-
"name": "
|
|
7122
|
-
"module": "src/cell-
|
|
7128
|
+
"name": "NumberEditor",
|
|
7129
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
7123
7130
|
}
|
|
7124
7131
|
},
|
|
7125
7132
|
{
|
|
7126
7133
|
"kind": "js",
|
|
7127
|
-
"name": "
|
|
7134
|
+
"name": "agNumberEditorStyles",
|
|
7128
7135
|
"declaration": {
|
|
7129
|
-
"name": "
|
|
7130
|
-
"module": "src/cell-
|
|
7136
|
+
"name": "agNumberEditorStyles",
|
|
7137
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
7131
7138
|
}
|
|
7132
7139
|
},
|
|
7133
7140
|
{
|
|
7134
7141
|
"kind": "js",
|
|
7135
|
-
"name": "
|
|
7142
|
+
"name": "getNumberEditorTemplate",
|
|
7136
7143
|
"declaration": {
|
|
7137
|
-
"name": "
|
|
7138
|
-
"module": "src/cell-
|
|
7144
|
+
"name": "getNumberEditorTemplate",
|
|
7145
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
7139
7146
|
}
|
|
7140
7147
|
},
|
|
7141
7148
|
{
|
|
7142
7149
|
"kind": "js",
|
|
7143
|
-
"name": "
|
|
7150
|
+
"name": "foundationNumberEditor",
|
|
7144
7151
|
"declaration": {
|
|
7145
|
-
"name": "
|
|
7146
|
-
"module": "src/cell-
|
|
7152
|
+
"name": "foundationNumberEditor",
|
|
7153
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
7147
7154
|
}
|
|
7148
7155
|
}
|
|
7149
7156
|
]
|
|
7150
7157
|
},
|
|
7151
7158
|
{
|
|
7152
7159
|
"kind": "javascript-module",
|
|
7153
|
-
"path": "src/cell-
|
|
7160
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
7154
7161
|
"declarations": [
|
|
7155
7162
|
{
|
|
7156
7163
|
"kind": "class",
|
|
7157
|
-
"description": "The AG
|
|
7158
|
-
"name": "
|
|
7164
|
+
"description": "The AG Select Editor element.",
|
|
7165
|
+
"name": "SelectEditor",
|
|
7159
7166
|
"members": [
|
|
7160
7167
|
{
|
|
7161
7168
|
"kind": "field",
|
|
7162
|
-
"name": "
|
|
7169
|
+
"name": "params",
|
|
7163
7170
|
"type": {
|
|
7164
|
-
"text": "
|
|
7171
|
+
"text": "SelectEditorParams"
|
|
7165
7172
|
},
|
|
7166
7173
|
"privacy": "public"
|
|
7167
7174
|
},
|
|
7168
7175
|
{
|
|
7169
7176
|
"kind": "field",
|
|
7170
|
-
"name": "
|
|
7177
|
+
"name": "value",
|
|
7171
7178
|
"type": {
|
|
7172
7179
|
"text": "string"
|
|
7173
7180
|
},
|
|
7174
|
-
"
|
|
7181
|
+
"privacy": "public"
|
|
7175
7182
|
},
|
|
7176
7183
|
{
|
|
7177
7184
|
"kind": "field",
|
|
7178
|
-
"name": "
|
|
7185
|
+
"name": "actualWidth",
|
|
7179
7186
|
"type": {
|
|
7180
|
-
"text": "
|
|
7187
|
+
"text": "number"
|
|
7188
|
+
},
|
|
7189
|
+
"privacy": "public"
|
|
7190
|
+
},
|
|
7191
|
+
{
|
|
7192
|
+
"kind": "field",
|
|
7193
|
+
"name": "combobox",
|
|
7194
|
+
"type": {
|
|
7195
|
+
"text": "any"
|
|
7181
7196
|
},
|
|
7182
7197
|
"privacy": "public"
|
|
7183
7198
|
},
|
|
@@ -7189,7 +7204,7 @@
|
|
|
7189
7204
|
{
|
|
7190
7205
|
"name": "params",
|
|
7191
7206
|
"type": {
|
|
7192
|
-
"text": "
|
|
7207
|
+
"text": "SelectEditorParams"
|
|
7193
7208
|
}
|
|
7194
7209
|
}
|
|
7195
7210
|
]
|
|
@@ -7204,51 +7219,54 @@
|
|
|
7204
7219
|
}
|
|
7205
7220
|
}
|
|
7206
7221
|
},
|
|
7207
|
-
{
|
|
7208
|
-
"kind": "method",
|
|
7209
|
-
"name": "destroy",
|
|
7210
|
-
"privacy": "public"
|
|
7211
|
-
},
|
|
7212
7222
|
{
|
|
7213
7223
|
"kind": "method",
|
|
7214
7224
|
"name": "refresh",
|
|
7215
7225
|
"privacy": "public",
|
|
7226
|
+
"return": {
|
|
7227
|
+
"type": {
|
|
7228
|
+
"text": "boolean"
|
|
7229
|
+
}
|
|
7230
|
+
},
|
|
7216
7231
|
"parameters": [
|
|
7217
7232
|
{
|
|
7218
7233
|
"name": "params",
|
|
7219
7234
|
"type": {
|
|
7220
|
-
"text": "
|
|
7235
|
+
"text": "SelectEditorParams"
|
|
7221
7236
|
}
|
|
7222
7237
|
}
|
|
7223
7238
|
]
|
|
7224
7239
|
},
|
|
7225
7240
|
{
|
|
7226
7241
|
"kind": "method",
|
|
7227
|
-
"name": "
|
|
7228
|
-
|
|
7242
|
+
"name": "getValue"
|
|
7243
|
+
},
|
|
7244
|
+
{
|
|
7245
|
+
"kind": "method",
|
|
7246
|
+
"name": "isPopup",
|
|
7229
7247
|
"return": {
|
|
7230
7248
|
"type": {
|
|
7231
7249
|
"text": "boolean"
|
|
7232
7250
|
}
|
|
7233
|
-
}
|
|
7234
|
-
"parameters": [
|
|
7235
|
-
{
|
|
7236
|
-
"name": "data"
|
|
7237
|
-
}
|
|
7238
|
-
]
|
|
7251
|
+
}
|
|
7239
7252
|
},
|
|
7240
7253
|
{
|
|
7241
|
-
"kind": "
|
|
7242
|
-
"name": "
|
|
7243
|
-
|
|
7244
|
-
|
|
7254
|
+
"kind": "method",
|
|
7255
|
+
"name": "afterGuiAttached"
|
|
7256
|
+
},
|
|
7257
|
+
{
|
|
7258
|
+
"kind": "method",
|
|
7259
|
+
"name": "changeHandler",
|
|
7245
7260
|
"parameters": [
|
|
7246
7261
|
{
|
|
7247
|
-
"
|
|
7248
|
-
"name": "e"
|
|
7262
|
+
"name": "event"
|
|
7249
7263
|
}
|
|
7250
7264
|
]
|
|
7251
7265
|
},
|
|
7266
|
+
{
|
|
7267
|
+
"kind": "method",
|
|
7268
|
+
"name": "isCancelBeforeStart"
|
|
7269
|
+
},
|
|
7252
7270
|
{
|
|
7253
7271
|
"kind": "field",
|
|
7254
7272
|
"name": "_presentation",
|
|
@@ -7365,19 +7383,19 @@
|
|
|
7365
7383
|
"name": "FoundationElement",
|
|
7366
7384
|
"package": "@microsoft/fast-foundation"
|
|
7367
7385
|
},
|
|
7368
|
-
"tagName": "%%prefix%%-
|
|
7386
|
+
"tagName": "%%prefix%%-select-editor",
|
|
7369
7387
|
"customElement": true
|
|
7370
7388
|
},
|
|
7371
7389
|
{
|
|
7372
7390
|
"kind": "variable",
|
|
7373
|
-
"name": "
|
|
7374
|
-
"default": "css
|
|
7375
|
-
"description": "The AG
|
|
7391
|
+
"name": "agSelectEditorStyles",
|
|
7392
|
+
"default": "css``",
|
|
7393
|
+
"description": "The AG Select Renderer Styles.",
|
|
7376
7394
|
"privacy": "public"
|
|
7377
7395
|
},
|
|
7378
7396
|
{
|
|
7379
7397
|
"kind": "function",
|
|
7380
|
-
"name": "
|
|
7398
|
+
"name": "getSelectEditorTemplate",
|
|
7381
7399
|
"parameters": [
|
|
7382
7400
|
{
|
|
7383
7401
|
"name": "designSystem",
|
|
@@ -7385,7 +7403,7 @@
|
|
|
7385
7403
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7386
7404
|
}
|
|
7387
7405
|
],
|
|
7388
|
-
"description": "Get a Design System prefixed
|
|
7406
|
+
"description": "Get a Design System prefixed Select template.",
|
|
7389
7407
|
"return": {
|
|
7390
7408
|
"type": {
|
|
7391
7409
|
"text": ""
|
|
@@ -7395,97 +7413,85 @@
|
|
|
7395
7413
|
},
|
|
7396
7414
|
{
|
|
7397
7415
|
"kind": "variable",
|
|
7398
|
-
"name": "
|
|
7399
|
-
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
7416
|
+
"name": "foundationSelectEditor",
|
|
7400
7417
|
"privacy": "public"
|
|
7401
7418
|
}
|
|
7402
7419
|
],
|
|
7403
7420
|
"exports": [
|
|
7404
7421
|
{
|
|
7405
7422
|
"kind": "js",
|
|
7406
|
-
"name": "
|
|
7423
|
+
"name": "SelectEditor",
|
|
7407
7424
|
"declaration": {
|
|
7408
|
-
"name": "
|
|
7409
|
-
"module": "src/cell-
|
|
7425
|
+
"name": "SelectEditor",
|
|
7426
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7410
7427
|
}
|
|
7411
7428
|
},
|
|
7412
7429
|
{
|
|
7413
7430
|
"kind": "js",
|
|
7414
|
-
"name": "
|
|
7431
|
+
"name": "agSelectEditorStyles",
|
|
7415
7432
|
"declaration": {
|
|
7416
|
-
"name": "
|
|
7417
|
-
"module": "src/cell-
|
|
7433
|
+
"name": "agSelectEditorStyles",
|
|
7434
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7418
7435
|
}
|
|
7419
7436
|
},
|
|
7420
7437
|
{
|
|
7421
7438
|
"kind": "js",
|
|
7422
|
-
"name": "
|
|
7439
|
+
"name": "getSelectEditorTemplate",
|
|
7423
7440
|
"declaration": {
|
|
7424
|
-
"name": "
|
|
7425
|
-
"module": "src/cell-
|
|
7441
|
+
"name": "getSelectEditorTemplate",
|
|
7442
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7426
7443
|
}
|
|
7427
7444
|
},
|
|
7428
7445
|
{
|
|
7429
7446
|
"kind": "js",
|
|
7430
|
-
"name": "
|
|
7447
|
+
"name": "foundationSelectEditor",
|
|
7431
7448
|
"declaration": {
|
|
7432
|
-
"name": "
|
|
7433
|
-
"module": "src/cell-
|
|
7449
|
+
"name": "foundationSelectEditor",
|
|
7450
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7434
7451
|
}
|
|
7435
7452
|
}
|
|
7436
7453
|
]
|
|
7437
7454
|
},
|
|
7438
7455
|
{
|
|
7439
7456
|
"kind": "javascript-module",
|
|
7440
|
-
"path": "src/cell-
|
|
7457
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
7441
7458
|
"declarations": [
|
|
7442
7459
|
{
|
|
7443
7460
|
"kind": "class",
|
|
7444
|
-
"description": "",
|
|
7445
|
-
"name": "
|
|
7446
|
-
"superclass": {
|
|
7447
|
-
"name": "AgTextFieldRenderer",
|
|
7448
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
7449
|
-
},
|
|
7450
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7451
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7452
|
-
"customElement": true,
|
|
7461
|
+
"description": "The AG String Editor element.",
|
|
7462
|
+
"name": "StringEditor",
|
|
7453
7463
|
"members": [
|
|
7454
7464
|
{
|
|
7455
7465
|
"kind": "field",
|
|
7456
|
-
"name": "
|
|
7466
|
+
"name": "params",
|
|
7457
7467
|
"type": {
|
|
7458
|
-
"text": "
|
|
7468
|
+
"text": "StringEditorParams"
|
|
7459
7469
|
},
|
|
7460
|
-
"privacy": "public"
|
|
7461
|
-
"inheritedFrom": {
|
|
7462
|
-
"name": "AgTextFieldRenderer",
|
|
7463
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7464
|
-
}
|
|
7470
|
+
"privacy": "public"
|
|
7465
7471
|
},
|
|
7466
7472
|
{
|
|
7467
7473
|
"kind": "field",
|
|
7468
|
-
"name": "
|
|
7474
|
+
"name": "value",
|
|
7469
7475
|
"type": {
|
|
7470
7476
|
"text": "string"
|
|
7471
7477
|
},
|
|
7472
|
-
"
|
|
7473
|
-
"inheritedFrom": {
|
|
7474
|
-
"name": "AgTextFieldRenderer",
|
|
7475
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7476
|
-
}
|
|
7478
|
+
"privacy": "public"
|
|
7477
7479
|
},
|
|
7478
7480
|
{
|
|
7479
7481
|
"kind": "field",
|
|
7480
|
-
"name": "
|
|
7482
|
+
"name": "actualWidth",
|
|
7481
7483
|
"type": {
|
|
7482
|
-
"text": "
|
|
7484
|
+
"text": "number"
|
|
7483
7485
|
},
|
|
7484
|
-
"privacy": "public"
|
|
7485
|
-
|
|
7486
|
-
|
|
7487
|
-
|
|
7488
|
-
|
|
7486
|
+
"privacy": "public"
|
|
7487
|
+
},
|
|
7488
|
+
{
|
|
7489
|
+
"kind": "field",
|
|
7490
|
+
"name": "input",
|
|
7491
|
+
"type": {
|
|
7492
|
+
"text": "any"
|
|
7493
|
+
},
|
|
7494
|
+
"privacy": "public"
|
|
7489
7495
|
},
|
|
7490
7496
|
{
|
|
7491
7497
|
"kind": "method",
|
|
@@ -7495,14 +7501,10 @@
|
|
|
7495
7501
|
{
|
|
7496
7502
|
"name": "params",
|
|
7497
7503
|
"type": {
|
|
7498
|
-
"text": "
|
|
7504
|
+
"text": "StringEditorParams"
|
|
7499
7505
|
}
|
|
7500
7506
|
}
|
|
7501
|
-
]
|
|
7502
|
-
"inheritedFrom": {
|
|
7503
|
-
"name": "AgTextFieldRenderer",
|
|
7504
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7505
|
-
}
|
|
7507
|
+
]
|
|
7506
7508
|
},
|
|
7507
7509
|
{
|
|
7508
7510
|
"kind": "method",
|
|
@@ -7512,72 +7514,55 @@
|
|
|
7512
7514
|
"type": {
|
|
7513
7515
|
"text": "HTMLElement"
|
|
7514
7516
|
}
|
|
7515
|
-
},
|
|
7516
|
-
"inheritedFrom": {
|
|
7517
|
-
"name": "AgTextFieldRenderer",
|
|
7518
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7519
|
-
}
|
|
7520
|
-
},
|
|
7521
|
-
{
|
|
7522
|
-
"kind": "method",
|
|
7523
|
-
"name": "destroy",
|
|
7524
|
-
"privacy": "public",
|
|
7525
|
-
"inheritedFrom": {
|
|
7526
|
-
"name": "AgTextFieldRenderer",
|
|
7527
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7528
7517
|
}
|
|
7529
7518
|
},
|
|
7530
7519
|
{
|
|
7531
7520
|
"kind": "method",
|
|
7532
7521
|
"name": "refresh",
|
|
7533
7522
|
"privacy": "public",
|
|
7523
|
+
"return": {
|
|
7524
|
+
"type": {
|
|
7525
|
+
"text": "boolean"
|
|
7526
|
+
}
|
|
7527
|
+
},
|
|
7534
7528
|
"parameters": [
|
|
7535
7529
|
{
|
|
7536
7530
|
"name": "params",
|
|
7537
7531
|
"type": {
|
|
7538
|
-
"text": "
|
|
7532
|
+
"text": "StringEditorParams"
|
|
7539
7533
|
}
|
|
7540
7534
|
}
|
|
7541
|
-
]
|
|
7542
|
-
"inheritedFrom": {
|
|
7543
|
-
"name": "AgTextFieldRenderer",
|
|
7544
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7545
|
-
}
|
|
7535
|
+
]
|
|
7546
7536
|
},
|
|
7547
7537
|
{
|
|
7548
7538
|
"kind": "method",
|
|
7549
|
-
"name": "
|
|
7550
|
-
|
|
7539
|
+
"name": "getValue"
|
|
7540
|
+
},
|
|
7541
|
+
{
|
|
7542
|
+
"kind": "method",
|
|
7543
|
+
"name": "isPopup",
|
|
7551
7544
|
"return": {
|
|
7552
7545
|
"type": {
|
|
7553
7546
|
"text": "boolean"
|
|
7554
7547
|
}
|
|
7555
|
-
},
|
|
7556
|
-
"parameters": [
|
|
7557
|
-
{
|
|
7558
|
-
"name": "data"
|
|
7559
|
-
}
|
|
7560
|
-
],
|
|
7561
|
-
"inheritedFrom": {
|
|
7562
|
-
"name": "AgTextFieldRenderer",
|
|
7563
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7564
7548
|
}
|
|
7565
7549
|
},
|
|
7566
7550
|
{
|
|
7567
|
-
"kind": "
|
|
7568
|
-
"name": "
|
|
7569
|
-
|
|
7570
|
-
|
|
7551
|
+
"kind": "method",
|
|
7552
|
+
"name": "afterGuiAttached"
|
|
7553
|
+
},
|
|
7554
|
+
{
|
|
7555
|
+
"kind": "method",
|
|
7556
|
+
"name": "changeHandler",
|
|
7571
7557
|
"parameters": [
|
|
7572
7558
|
{
|
|
7573
|
-
"
|
|
7574
|
-
"name": "e"
|
|
7559
|
+
"name": "event"
|
|
7575
7560
|
}
|
|
7576
|
-
]
|
|
7577
|
-
|
|
7578
|
-
|
|
7579
|
-
|
|
7580
|
-
|
|
7561
|
+
]
|
|
7562
|
+
},
|
|
7563
|
+
{
|
|
7564
|
+
"kind": "method",
|
|
7565
|
+
"name": "isCancelBeforeStart"
|
|
7581
7566
|
},
|
|
7582
7567
|
{
|
|
7583
7568
|
"kind": "field",
|
|
@@ -7690,61 +7675,76 @@
|
|
|
7690
7675
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7691
7676
|
}
|
|
7692
7677
|
}
|
|
7693
|
-
]
|
|
7678
|
+
],
|
|
7679
|
+
"superclass": {
|
|
7680
|
+
"name": "FoundationElement",
|
|
7681
|
+
"package": "@microsoft/fast-foundation"
|
|
7682
|
+
},
|
|
7683
|
+
"tagName": "%%prefix%%-string-editor",
|
|
7684
|
+
"customElement": true
|
|
7694
7685
|
},
|
|
7695
7686
|
{
|
|
7696
7687
|
"kind": "variable",
|
|
7697
|
-
"name": "
|
|
7698
|
-
"default": "
|
|
7699
|
-
"
|
|
7700
|
-
"
|
|
7688
|
+
"name": "agStringEditorStyles",
|
|
7689
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
7690
|
+
"description": "The AG String Renderer Styles.",
|
|
7691
|
+
"privacy": "public"
|
|
7701
7692
|
},
|
|
7702
7693
|
{
|
|
7703
|
-
"kind": "
|
|
7704
|
-
"name": "
|
|
7705
|
-
"
|
|
7706
|
-
|
|
7707
|
-
|
|
7694
|
+
"kind": "function",
|
|
7695
|
+
"name": "getStringEditorTemplate",
|
|
7696
|
+
"parameters": [
|
|
7697
|
+
{
|
|
7698
|
+
"name": "designSystem",
|
|
7699
|
+
"default": "'foundation'",
|
|
7700
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7701
|
+
}
|
|
7702
|
+
],
|
|
7703
|
+
"description": "Get a Design System prefixed String template.",
|
|
7704
|
+
"return": {
|
|
7705
|
+
"type": {
|
|
7706
|
+
"text": ""
|
|
7707
|
+
}
|
|
7708
|
+
},
|
|
7709
|
+
"privacy": "public"
|
|
7708
7710
|
},
|
|
7709
7711
|
{
|
|
7710
7712
|
"kind": "variable",
|
|
7711
|
-
"name": "
|
|
7712
|
-
"
|
|
7713
|
-
"privacy": "public",
|
|
7714
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7713
|
+
"name": "foundationStringEditor",
|
|
7714
|
+
"privacy": "public"
|
|
7715
7715
|
}
|
|
7716
7716
|
],
|
|
7717
7717
|
"exports": [
|
|
7718
7718
|
{
|
|
7719
7719
|
"kind": "js",
|
|
7720
|
-
"name": "
|
|
7720
|
+
"name": "StringEditor",
|
|
7721
7721
|
"declaration": {
|
|
7722
|
-
"name": "
|
|
7723
|
-
"module": "src/cell-
|
|
7722
|
+
"name": "StringEditor",
|
|
7723
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7724
7724
|
}
|
|
7725
7725
|
},
|
|
7726
7726
|
{
|
|
7727
7727
|
"kind": "js",
|
|
7728
|
-
"name": "
|
|
7728
|
+
"name": "agStringEditorStyles",
|
|
7729
7729
|
"declaration": {
|
|
7730
|
-
"name": "
|
|
7731
|
-
"module": "src/cell-
|
|
7730
|
+
"name": "agStringEditorStyles",
|
|
7731
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7732
7732
|
}
|
|
7733
7733
|
},
|
|
7734
7734
|
{
|
|
7735
7735
|
"kind": "js",
|
|
7736
|
-
"name": "
|
|
7736
|
+
"name": "getStringEditorTemplate",
|
|
7737
7737
|
"declaration": {
|
|
7738
|
-
"name": "
|
|
7739
|
-
"module": "src/cell-
|
|
7738
|
+
"name": "getStringEditorTemplate",
|
|
7739
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7740
7740
|
}
|
|
7741
7741
|
},
|
|
7742
7742
|
{
|
|
7743
7743
|
"kind": "js",
|
|
7744
|
-
"name": "
|
|
7744
|
+
"name": "foundationStringEditor",
|
|
7745
7745
|
"declaration": {
|
|
7746
|
-
"name": "
|
|
7747
|
-
"module": "src/cell-
|
|
7746
|
+
"name": "foundationStringEditor",
|
|
7747
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7748
7748
|
}
|
|
7749
7749
|
}
|
|
7750
7750
|
]
|