@genesislcap/grid-pro 14.422.2-alpha-0a3f40b.0 → 14.424.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 +1299 -1299
- package/dist/dts/react.d.ts +42 -42
- package/dist/react.cjs +18 -18
- package/dist/react.mjs +12 -12
- package/package.json +14 -14
|
@@ -3764,57 +3764,29 @@
|
|
|
3764
3764
|
},
|
|
3765
3765
|
{
|
|
3766
3766
|
"kind": "javascript-module",
|
|
3767
|
-
"path": "src/cell-
|
|
3767
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
3768
3768
|
"declarations": [
|
|
3769
3769
|
{
|
|
3770
3770
|
"kind": "class",
|
|
3771
|
-
"description": "The AG
|
|
3772
|
-
"name": "
|
|
3771
|
+
"description": "The AG Action Renderer element.",
|
|
3772
|
+
"name": "ActionRenderer",
|
|
3773
3773
|
"members": [
|
|
3774
3774
|
{
|
|
3775
3775
|
"kind": "field",
|
|
3776
|
-
"name": "
|
|
3776
|
+
"name": "params",
|
|
3777
3777
|
"type": {
|
|
3778
|
-
"text": "
|
|
3778
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3779
3779
|
},
|
|
3780
3780
|
"privacy": "public"
|
|
3781
3781
|
},
|
|
3782
3782
|
{
|
|
3783
3783
|
"kind": "field",
|
|
3784
|
-
"name": "
|
|
3784
|
+
"name": "pendingAction",
|
|
3785
3785
|
"type": {
|
|
3786
|
-
"text": "
|
|
3786
|
+
"text": "boolean"
|
|
3787
3787
|
},
|
|
3788
3788
|
"privacy": "public"
|
|
3789
3789
|
},
|
|
3790
|
-
{
|
|
3791
|
-
"kind": "field",
|
|
3792
|
-
"name": "params",
|
|
3793
|
-
"type": {
|
|
3794
|
-
"text": "DateEditorParams"
|
|
3795
|
-
}
|
|
3796
|
-
},
|
|
3797
|
-
{
|
|
3798
|
-
"kind": "field",
|
|
3799
|
-
"name": "dateFormat",
|
|
3800
|
-
"type": {
|
|
3801
|
-
"text": "string"
|
|
3802
|
-
}
|
|
3803
|
-
},
|
|
3804
|
-
{
|
|
3805
|
-
"kind": "field",
|
|
3806
|
-
"name": "input",
|
|
3807
|
-
"type": {
|
|
3808
|
-
"text": "any"
|
|
3809
|
-
}
|
|
3810
|
-
},
|
|
3811
|
-
{
|
|
3812
|
-
"kind": "field",
|
|
3813
|
-
"name": "inputType",
|
|
3814
|
-
"type": {
|
|
3815
|
-
"text": "'datetime-local' | 'date'"
|
|
3816
|
-
}
|
|
3817
|
-
},
|
|
3818
3790
|
{
|
|
3819
3791
|
"kind": "method",
|
|
3820
3792
|
"name": "init",
|
|
@@ -3823,7 +3795,7 @@
|
|
|
3823
3795
|
{
|
|
3824
3796
|
"name": "params",
|
|
3825
3797
|
"type": {
|
|
3826
|
-
"text": "
|
|
3798
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3827
3799
|
}
|
|
3828
3800
|
}
|
|
3829
3801
|
]
|
|
@@ -3842,49 +3814,39 @@
|
|
|
3842
3814
|
"kind": "method",
|
|
3843
3815
|
"name": "refresh",
|
|
3844
3816
|
"privacy": "public",
|
|
3845
|
-
"return": {
|
|
3846
|
-
"type": {
|
|
3847
|
-
"text": "boolean"
|
|
3848
|
-
}
|
|
3849
|
-
},
|
|
3850
3817
|
"parameters": [
|
|
3851
3818
|
{
|
|
3852
3819
|
"name": "params",
|
|
3853
3820
|
"type": {
|
|
3854
|
-
"text": "
|
|
3821
|
+
"text": "ICellRendererParams"
|
|
3855
3822
|
}
|
|
3856
3823
|
}
|
|
3857
3824
|
]
|
|
3858
3825
|
},
|
|
3859
3826
|
{
|
|
3860
3827
|
"kind": "method",
|
|
3861
|
-
"name": "
|
|
3862
|
-
|
|
3863
|
-
{
|
|
3864
|
-
"kind": "method",
|
|
3865
|
-
"name": "isPopup",
|
|
3828
|
+
"name": "isDisabled",
|
|
3829
|
+
"privacy": "public",
|
|
3866
3830
|
"return": {
|
|
3867
3831
|
"type": {
|
|
3868
3832
|
"text": "boolean"
|
|
3869
3833
|
}
|
|
3870
|
-
}
|
|
3871
|
-
},
|
|
3872
|
-
{
|
|
3873
|
-
"kind": "method",
|
|
3874
|
-
"name": "changeHandler",
|
|
3834
|
+
},
|
|
3875
3835
|
"parameters": [
|
|
3876
3836
|
{
|
|
3877
|
-
"name": "
|
|
3837
|
+
"name": "data"
|
|
3878
3838
|
}
|
|
3879
3839
|
]
|
|
3880
3840
|
},
|
|
3881
3841
|
{
|
|
3882
3842
|
"kind": "method",
|
|
3883
|
-
"name": "
|
|
3843
|
+
"name": "clickHandler",
|
|
3844
|
+
"privacy": "public"
|
|
3884
3845
|
},
|
|
3885
3846
|
{
|
|
3886
|
-
"kind": "
|
|
3887
|
-
"name": "
|
|
3847
|
+
"kind": "field",
|
|
3848
|
+
"name": "dataTestId",
|
|
3849
|
+
"readonly": true
|
|
3888
3850
|
},
|
|
3889
3851
|
{
|
|
3890
3852
|
"kind": "field",
|
|
@@ -4002,144 +3964,78 @@
|
|
|
4002
3964
|
"name": "FoundationElement",
|
|
4003
3965
|
"package": "@microsoft/fast-foundation"
|
|
4004
3966
|
},
|
|
4005
|
-
"tagName": "%%prefix%%-
|
|
3967
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
4006
3968
|
"customElement": true
|
|
4007
3969
|
},
|
|
4008
3970
|
{
|
|
4009
3971
|
"kind": "variable",
|
|
4010
|
-
"name": "
|
|
4011
|
-
"
|
|
4012
|
-
"description": "The AG Select Renderer Styles.",
|
|
3972
|
+
"name": "actionHeightMultiplier",
|
|
3973
|
+
"description": "The base height multiplier for the action renderer.",
|
|
4013
3974
|
"privacy": "public"
|
|
4014
3975
|
},
|
|
4015
3976
|
{
|
|
4016
|
-
"kind": "
|
|
4017
|
-
"name": "
|
|
4018
|
-
"
|
|
4019
|
-
|
|
4020
|
-
"name": "prefix",
|
|
4021
|
-
"default": "'foundation'",
|
|
4022
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4023
|
-
}
|
|
4024
|
-
],
|
|
4025
|
-
"description": "Get a Design System prefixed Select template.",
|
|
4026
|
-
"return": {
|
|
4027
|
-
"type": {
|
|
4028
|
-
"text": ""
|
|
4029
|
-
}
|
|
4030
|
-
},
|
|
3977
|
+
"kind": "variable",
|
|
3978
|
+
"name": "agActionRendererStyles",
|
|
3979
|
+
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
3980
|
+
"description": "The AG Action Renderer Styles.",
|
|
4031
3981
|
"privacy": "public"
|
|
4032
3982
|
},
|
|
4033
3983
|
{
|
|
4034
3984
|
"kind": "variable",
|
|
4035
|
-
"name": "
|
|
3985
|
+
"name": "foundationGridProActionRenderer",
|
|
3986
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
4036
3987
|
"privacy": "public"
|
|
4037
3988
|
}
|
|
4038
3989
|
],
|
|
4039
3990
|
"exports": [
|
|
4040
3991
|
{
|
|
4041
3992
|
"kind": "js",
|
|
4042
|
-
"name": "
|
|
4043
|
-
"declaration": {
|
|
4044
|
-
"name": "DateEditor",
|
|
4045
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4046
|
-
}
|
|
4047
|
-
},
|
|
4048
|
-
{
|
|
4049
|
-
"kind": "js",
|
|
4050
|
-
"name": "agDateEditorStyles",
|
|
4051
|
-
"declaration": {
|
|
4052
|
-
"name": "agDateEditorStyles",
|
|
4053
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4054
|
-
}
|
|
4055
|
-
},
|
|
4056
|
-
{
|
|
4057
|
-
"kind": "js",
|
|
4058
|
-
"name": "getDateEditorTemplate",
|
|
4059
|
-
"declaration": {
|
|
4060
|
-
"name": "getDateEditorTemplate",
|
|
4061
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4062
|
-
}
|
|
4063
|
-
},
|
|
4064
|
-
{
|
|
4065
|
-
"kind": "js",
|
|
4066
|
-
"name": "foundationDateEditor",
|
|
4067
|
-
"declaration": {
|
|
4068
|
-
"name": "foundationDateEditor",
|
|
4069
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4070
|
-
}
|
|
4071
|
-
}
|
|
4072
|
-
]
|
|
4073
|
-
},
|
|
4074
|
-
{
|
|
4075
|
-
"kind": "javascript-module",
|
|
4076
|
-
"path": "src/cell-editors/index.ts",
|
|
4077
|
-
"declarations": [],
|
|
4078
|
-
"exports": [
|
|
4079
|
-
{
|
|
4080
|
-
"kind": "js",
|
|
4081
|
-
"name": "*",
|
|
4082
|
-
"declaration": {
|
|
4083
|
-
"name": "*",
|
|
4084
|
-
"package": "./date.editor"
|
|
4085
|
-
}
|
|
4086
|
-
},
|
|
4087
|
-
{
|
|
4088
|
-
"kind": "js",
|
|
4089
|
-
"name": "*",
|
|
3993
|
+
"name": "ActionRenderer",
|
|
4090
3994
|
"declaration": {
|
|
4091
|
-
"name": "
|
|
4092
|
-
"
|
|
3995
|
+
"name": "ActionRenderer",
|
|
3996
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4093
3997
|
}
|
|
4094
3998
|
},
|
|
4095
3999
|
{
|
|
4096
4000
|
"kind": "js",
|
|
4097
|
-
"name": "
|
|
4001
|
+
"name": "actionHeightMultiplier",
|
|
4098
4002
|
"declaration": {
|
|
4099
|
-
"name": "
|
|
4100
|
-
"
|
|
4003
|
+
"name": "actionHeightMultiplier",
|
|
4004
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4101
4005
|
}
|
|
4102
4006
|
},
|
|
4103
4007
|
{
|
|
4104
4008
|
"kind": "js",
|
|
4105
|
-
"name": "
|
|
4009
|
+
"name": "agActionRendererStyles",
|
|
4106
4010
|
"declaration": {
|
|
4107
|
-
"name": "
|
|
4108
|
-
"
|
|
4011
|
+
"name": "agActionRendererStyles",
|
|
4012
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4109
4013
|
}
|
|
4110
4014
|
},
|
|
4111
4015
|
{
|
|
4112
4016
|
"kind": "js",
|
|
4113
|
-
"name": "
|
|
4017
|
+
"name": "foundationGridProActionRenderer",
|
|
4114
4018
|
"declaration": {
|
|
4115
|
-
"name": "
|
|
4116
|
-
"
|
|
4019
|
+
"name": "foundationGridProActionRenderer",
|
|
4020
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4117
4021
|
}
|
|
4118
4022
|
}
|
|
4119
4023
|
]
|
|
4120
4024
|
},
|
|
4121
4025
|
{
|
|
4122
4026
|
"kind": "javascript-module",
|
|
4123
|
-
"path": "src/cell-
|
|
4027
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
4124
4028
|
"declarations": [
|
|
4125
4029
|
{
|
|
4126
4030
|
"kind": "class",
|
|
4127
|
-
"description": "The
|
|
4128
|
-
"name": "
|
|
4031
|
+
"description": "The Actions Menu Renderer element.",
|
|
4032
|
+
"name": "ActionsMenuRenderer",
|
|
4129
4033
|
"members": [
|
|
4130
4034
|
{
|
|
4131
4035
|
"kind": "field",
|
|
4132
4036
|
"name": "params",
|
|
4133
4037
|
"type": {
|
|
4134
|
-
"text": "
|
|
4135
|
-
},
|
|
4136
|
-
"privacy": "public"
|
|
4137
|
-
},
|
|
4138
|
-
{
|
|
4139
|
-
"kind": "field",
|
|
4140
|
-
"name": "selectedOptions",
|
|
4141
|
-
"type": {
|
|
4142
|
-
"text": "any[]"
|
|
4038
|
+
"text": "ICellRendererParams"
|
|
4143
4039
|
},
|
|
4144
4040
|
"privacy": "public"
|
|
4145
4041
|
},
|
|
@@ -4151,7 +4047,7 @@
|
|
|
4151
4047
|
{
|
|
4152
4048
|
"name": "params",
|
|
4153
4049
|
"type": {
|
|
4154
|
-
"text": "
|
|
4050
|
+
"text": "ICellRendererParams"
|
|
4155
4051
|
}
|
|
4156
4052
|
}
|
|
4157
4053
|
]
|
|
@@ -4166,60 +4062,19 @@
|
|
|
4166
4062
|
}
|
|
4167
4063
|
}
|
|
4168
4064
|
},
|
|
4169
|
-
{
|
|
4170
|
-
"kind": "method",
|
|
4171
|
-
"name": "destroy",
|
|
4172
|
-
"privacy": "public",
|
|
4173
|
-
"return": {
|
|
4174
|
-
"type": {
|
|
4175
|
-
"text": "void"
|
|
4176
|
-
}
|
|
4177
|
-
}
|
|
4178
|
-
},
|
|
4179
4065
|
{
|
|
4180
4066
|
"kind": "method",
|
|
4181
4067
|
"name": "refresh",
|
|
4182
4068
|
"privacy": "public",
|
|
4183
|
-
"return": {
|
|
4184
|
-
"type": {
|
|
4185
|
-
"text": "boolean"
|
|
4186
|
-
}
|
|
4187
|
-
},
|
|
4188
4069
|
"parameters": [
|
|
4189
4070
|
{
|
|
4190
4071
|
"name": "params",
|
|
4191
4072
|
"type": {
|
|
4192
|
-
"text": "
|
|
4073
|
+
"text": "ICellRendererParams"
|
|
4193
4074
|
}
|
|
4194
4075
|
}
|
|
4195
4076
|
]
|
|
4196
4077
|
},
|
|
4197
|
-
{
|
|
4198
|
-
"kind": "method",
|
|
4199
|
-
"name": "getValue"
|
|
4200
|
-
},
|
|
4201
|
-
{
|
|
4202
|
-
"kind": "method",
|
|
4203
|
-
"name": "isPopup",
|
|
4204
|
-
"return": {
|
|
4205
|
-
"type": {
|
|
4206
|
-
"text": "boolean"
|
|
4207
|
-
}
|
|
4208
|
-
}
|
|
4209
|
-
},
|
|
4210
|
-
{
|
|
4211
|
-
"kind": "method",
|
|
4212
|
-
"name": "changeHandler",
|
|
4213
|
-
"parameters": [
|
|
4214
|
-
{
|
|
4215
|
-
"name": "event"
|
|
4216
|
-
}
|
|
4217
|
-
]
|
|
4218
|
-
},
|
|
4219
|
-
{
|
|
4220
|
-
"kind": "method",
|
|
4221
|
-
"name": "isCancelBeforeStart"
|
|
4222
|
-
},
|
|
4223
4078
|
{
|
|
4224
4079
|
"kind": "field",
|
|
4225
4080
|
"name": "_presentation",
|
|
@@ -4336,115 +4191,133 @@
|
|
|
4336
4191
|
"name": "FoundationElement",
|
|
4337
4192
|
"package": "@microsoft/fast-foundation"
|
|
4338
4193
|
},
|
|
4339
|
-
"tagName": "%%prefix%%-
|
|
4194
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
4340
4195
|
"customElement": true
|
|
4341
4196
|
},
|
|
4342
4197
|
{
|
|
4343
4198
|
"kind": "variable",
|
|
4344
|
-
"name": "
|
|
4345
|
-
"
|
|
4346
|
-
"description": "The AG Select Renderer Styles.",
|
|
4199
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4200
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
4347
4201
|
"privacy": "public"
|
|
4348
4202
|
},
|
|
4349
4203
|
{
|
|
4350
4204
|
"kind": "function",
|
|
4351
|
-
"name": "
|
|
4352
|
-
"parameters": [
|
|
4353
|
-
{
|
|
4354
|
-
"name": "designSystem",
|
|
4355
|
-
"default": "'foundation'",
|
|
4356
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4357
|
-
}
|
|
4358
|
-
],
|
|
4359
|
-
"description": "Get a Design System prefixed Select template.",
|
|
4205
|
+
"name": "getActionsMenuDef",
|
|
4360
4206
|
"return": {
|
|
4361
4207
|
"type": {
|
|
4362
4208
|
"text": ""
|
|
4363
4209
|
}
|
|
4364
4210
|
},
|
|
4365
|
-
"
|
|
4366
|
-
|
|
4367
|
-
|
|
4368
|
-
|
|
4369
|
-
|
|
4211
|
+
"parameters": [
|
|
4212
|
+
{
|
|
4213
|
+
"name": "actions",
|
|
4214
|
+
"type": {
|
|
4215
|
+
"text": "ActionMenuItem[]"
|
|
4216
|
+
},
|
|
4217
|
+
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
4218
|
+
},
|
|
4219
|
+
{
|
|
4220
|
+
"name": "overrideDef",
|
|
4221
|
+
"default": "{}",
|
|
4222
|
+
"type": {
|
|
4223
|
+
"text": "ColDef"
|
|
4224
|
+
},
|
|
4225
|
+
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
4226
|
+
},
|
|
4227
|
+
{
|
|
4228
|
+
"name": "customActionsOpenerName",
|
|
4229
|
+
"default": "'⋮'",
|
|
4230
|
+
"type": {
|
|
4231
|
+
"text": "string"
|
|
4232
|
+
},
|
|
4233
|
+
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
4234
|
+
},
|
|
4235
|
+
{
|
|
4236
|
+
"name": "isVertical",
|
|
4237
|
+
"default": "false",
|
|
4238
|
+
"type": {
|
|
4239
|
+
"text": "boolean"
|
|
4240
|
+
},
|
|
4241
|
+
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
4242
|
+
},
|
|
4243
|
+
{
|
|
4244
|
+
"name": "buttonAppearance",
|
|
4245
|
+
"optional": true,
|
|
4246
|
+
"type": {
|
|
4247
|
+
"text": "string"
|
|
4248
|
+
},
|
|
4249
|
+
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
4250
|
+
}
|
|
4251
|
+
],
|
|
4252
|
+
"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).",
|
|
4370
4253
|
"privacy": "public"
|
|
4371
4254
|
}
|
|
4372
4255
|
],
|
|
4373
4256
|
"exports": [
|
|
4374
4257
|
{
|
|
4375
4258
|
"kind": "js",
|
|
4376
|
-
"name": "
|
|
4377
|
-
"declaration": {
|
|
4378
|
-
"name": "MultiselectEditor",
|
|
4379
|
-
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4380
|
-
}
|
|
4381
|
-
},
|
|
4382
|
-
{
|
|
4383
|
-
"kind": "js",
|
|
4384
|
-
"name": "agMultiselectEditorStyles",
|
|
4259
|
+
"name": "ActionsMenuRenderer",
|
|
4385
4260
|
"declaration": {
|
|
4386
|
-
"name": "
|
|
4387
|
-
"module": "src/cell-
|
|
4261
|
+
"name": "ActionsMenuRenderer",
|
|
4262
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
4388
4263
|
}
|
|
4389
4264
|
},
|
|
4390
4265
|
{
|
|
4391
4266
|
"kind": "js",
|
|
4392
|
-
"name": "
|
|
4267
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4393
4268
|
"declaration": {
|
|
4394
|
-
"name": "
|
|
4395
|
-
"module": "src/cell-
|
|
4269
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4270
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
4396
4271
|
}
|
|
4397
4272
|
},
|
|
4398
4273
|
{
|
|
4399
4274
|
"kind": "js",
|
|
4400
|
-
"name": "
|
|
4275
|
+
"name": "getActionsMenuDef",
|
|
4401
4276
|
"declaration": {
|
|
4402
|
-
"name": "
|
|
4403
|
-
"module": "src/cell-
|
|
4277
|
+
"name": "getActionsMenuDef",
|
|
4278
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
4404
4279
|
}
|
|
4405
4280
|
}
|
|
4406
4281
|
]
|
|
4407
4282
|
},
|
|
4408
4283
|
{
|
|
4409
4284
|
"kind": "javascript-module",
|
|
4410
|
-
"path": "src/cell-
|
|
4285
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
4411
4286
|
"declarations": [
|
|
4412
4287
|
{
|
|
4413
4288
|
"kind": "class",
|
|
4414
|
-
"description": "The AG
|
|
4415
|
-
"name": "
|
|
4289
|
+
"description": "The AG Boolean Renderer element.",
|
|
4290
|
+
"name": "BooleanRenderer",
|
|
4416
4291
|
"members": [
|
|
4417
4292
|
{
|
|
4418
4293
|
"kind": "field",
|
|
4419
4294
|
"name": "params",
|
|
4420
4295
|
"type": {
|
|
4421
|
-
"text": "
|
|
4422
|
-
},
|
|
4423
|
-
"privacy": "public"
|
|
4424
|
-
},
|
|
4425
|
-
{
|
|
4426
|
-
"kind": "field",
|
|
4427
|
-
"name": "value",
|
|
4428
|
-
"type": {
|
|
4429
|
-
"text": "number"
|
|
4296
|
+
"text": "ICellRendererParams & BooleanRendererParams"
|
|
4430
4297
|
},
|
|
4431
4298
|
"privacy": "public"
|
|
4432
4299
|
},
|
|
4433
4300
|
{
|
|
4434
4301
|
"kind": "field",
|
|
4435
|
-
"name": "
|
|
4302
|
+
"name": "selected",
|
|
4436
4303
|
"type": {
|
|
4437
|
-
"text": "
|
|
4438
|
-
}
|
|
4439
|
-
"privacy": "public"
|
|
4304
|
+
"text": "boolean"
|
|
4305
|
+
}
|
|
4440
4306
|
},
|
|
4441
4307
|
{
|
|
4442
|
-
"kind": "
|
|
4443
|
-
"name": "
|
|
4444
|
-
"
|
|
4445
|
-
|
|
4308
|
+
"kind": "method",
|
|
4309
|
+
"name": "isDisabled",
|
|
4310
|
+
"privacy": "public",
|
|
4311
|
+
"return": {
|
|
4312
|
+
"type": {
|
|
4313
|
+
"text": "boolean"
|
|
4314
|
+
}
|
|
4446
4315
|
},
|
|
4447
|
-
"
|
|
4316
|
+
"parameters": [
|
|
4317
|
+
{
|
|
4318
|
+
"name": "data"
|
|
4319
|
+
}
|
|
4320
|
+
]
|
|
4448
4321
|
},
|
|
4449
4322
|
{
|
|
4450
4323
|
"kind": "method",
|
|
@@ -4454,7 +4327,7 @@
|
|
|
4454
4327
|
{
|
|
4455
4328
|
"name": "params",
|
|
4456
4329
|
"type": {
|
|
4457
|
-
"text": "
|
|
4330
|
+
"text": "ICellRendererParams"
|
|
4458
4331
|
}
|
|
4459
4332
|
}
|
|
4460
4333
|
]
|
|
@@ -4469,20 +4342,20 @@
|
|
|
4469
4342
|
}
|
|
4470
4343
|
}
|
|
4471
4344
|
},
|
|
4345
|
+
{
|
|
4346
|
+
"kind": "method",
|
|
4347
|
+
"name": "destroy",
|
|
4348
|
+
"privacy": "public"
|
|
4349
|
+
},
|
|
4472
4350
|
{
|
|
4473
4351
|
"kind": "method",
|
|
4474
4352
|
"name": "refresh",
|
|
4475
4353
|
"privacy": "public",
|
|
4476
|
-
"return": {
|
|
4477
|
-
"type": {
|
|
4478
|
-
"text": "boolean"
|
|
4479
|
-
}
|
|
4480
|
-
},
|
|
4481
4354
|
"parameters": [
|
|
4482
4355
|
{
|
|
4483
4356
|
"name": "params",
|
|
4484
4357
|
"type": {
|
|
4485
|
-
"text": "
|
|
4358
|
+
"text": "ICellRendererParams"
|
|
4486
4359
|
}
|
|
4487
4360
|
}
|
|
4488
4361
|
]
|
|
@@ -4491,28 +4364,6 @@
|
|
|
4491
4364
|
"kind": "method",
|
|
4492
4365
|
"name": "getValue"
|
|
4493
4366
|
},
|
|
4494
|
-
{
|
|
4495
|
-
"kind": "method",
|
|
4496
|
-
"name": "isPopup",
|
|
4497
|
-
"return": {
|
|
4498
|
-
"type": {
|
|
4499
|
-
"text": "boolean"
|
|
4500
|
-
}
|
|
4501
|
-
}
|
|
4502
|
-
},
|
|
4503
|
-
{
|
|
4504
|
-
"kind": "method",
|
|
4505
|
-
"name": "afterGuiAttached"
|
|
4506
|
-
},
|
|
4507
|
-
{
|
|
4508
|
-
"kind": "method",
|
|
4509
|
-
"name": "changeHandler",
|
|
4510
|
-
"parameters": [
|
|
4511
|
-
{
|
|
4512
|
-
"name": "event"
|
|
4513
|
-
}
|
|
4514
|
-
]
|
|
4515
|
-
},
|
|
4516
4367
|
{
|
|
4517
4368
|
"kind": "method",
|
|
4518
4369
|
"name": "isCancelBeforeStart"
|
|
@@ -4633,19 +4484,19 @@
|
|
|
4633
4484
|
"name": "FoundationElement",
|
|
4634
4485
|
"package": "@microsoft/fast-foundation"
|
|
4635
4486
|
},
|
|
4636
|
-
"tagName": "%%prefix%%-
|
|
4487
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
4637
4488
|
"customElement": true
|
|
4638
4489
|
},
|
|
4639
4490
|
{
|
|
4640
4491
|
"kind": "variable",
|
|
4641
|
-
"name": "
|
|
4642
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4643
|
-
"description": "The AG
|
|
4492
|
+
"name": "agBooleanRendererStyles",
|
|
4493
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
4494
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
4644
4495
|
"privacy": "public"
|
|
4645
4496
|
},
|
|
4646
4497
|
{
|
|
4647
4498
|
"kind": "function",
|
|
4648
|
-
"name": "
|
|
4499
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4649
4500
|
"parameters": [
|
|
4650
4501
|
{
|
|
4651
4502
|
"name": "designSystem",
|
|
@@ -4653,7 +4504,7 @@
|
|
|
4653
4504
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4654
4505
|
}
|
|
4655
4506
|
],
|
|
4656
|
-
"description": "Get a Design System prefixed
|
|
4507
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
4657
4508
|
"return": {
|
|
4658
4509
|
"type": {
|
|
4659
4510
|
"text": ""
|
|
@@ -4663,85 +4514,61 @@
|
|
|
4663
4514
|
},
|
|
4664
4515
|
{
|
|
4665
4516
|
"kind": "variable",
|
|
4666
|
-
"name": "
|
|
4517
|
+
"name": "foundationAgBooleanRenderer",
|
|
4518
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
4667
4519
|
"privacy": "public"
|
|
4668
4520
|
}
|
|
4669
4521
|
],
|
|
4670
4522
|
"exports": [
|
|
4671
4523
|
{
|
|
4672
4524
|
"kind": "js",
|
|
4673
|
-
"name": "
|
|
4525
|
+
"name": "BooleanRenderer",
|
|
4674
4526
|
"declaration": {
|
|
4675
|
-
"name": "
|
|
4676
|
-
"module": "src/cell-
|
|
4527
|
+
"name": "BooleanRenderer",
|
|
4528
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4677
4529
|
}
|
|
4678
4530
|
},
|
|
4679
4531
|
{
|
|
4680
4532
|
"kind": "js",
|
|
4681
|
-
"name": "
|
|
4533
|
+
"name": "agBooleanRendererStyles",
|
|
4682
4534
|
"declaration": {
|
|
4683
|
-
"name": "
|
|
4684
|
-
"module": "src/cell-
|
|
4535
|
+
"name": "agBooleanRendererStyles",
|
|
4536
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4685
4537
|
}
|
|
4686
4538
|
},
|
|
4687
4539
|
{
|
|
4688
4540
|
"kind": "js",
|
|
4689
|
-
"name": "
|
|
4541
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4690
4542
|
"declaration": {
|
|
4691
|
-
"name": "
|
|
4692
|
-
"module": "src/cell-
|
|
4543
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4544
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4693
4545
|
}
|
|
4694
4546
|
},
|
|
4695
4547
|
{
|
|
4696
4548
|
"kind": "js",
|
|
4697
|
-
"name": "
|
|
4549
|
+
"name": "foundationAgBooleanRenderer",
|
|
4698
4550
|
"declaration": {
|
|
4699
|
-
"name": "
|
|
4700
|
-
"module": "src/cell-
|
|
4551
|
+
"name": "foundationAgBooleanRenderer",
|
|
4552
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4701
4553
|
}
|
|
4702
4554
|
}
|
|
4703
4555
|
]
|
|
4704
4556
|
},
|
|
4705
4557
|
{
|
|
4706
4558
|
"kind": "javascript-module",
|
|
4707
|
-
"path": "src/cell-
|
|
4559
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
4708
4560
|
"declarations": [
|
|
4709
4561
|
{
|
|
4710
4562
|
"kind": "class",
|
|
4711
|
-
"description": "The AG
|
|
4712
|
-
"name": "
|
|
4563
|
+
"description": "The AG Editable Renderer element.",
|
|
4564
|
+
"name": "EditableRenderer",
|
|
4713
4565
|
"members": [
|
|
4714
4566
|
{
|
|
4715
4567
|
"kind": "field",
|
|
4716
|
-
"name": "
|
|
4717
|
-
"type": {
|
|
4718
|
-
"text": "SelectEditorParams"
|
|
4719
|
-
},
|
|
4720
|
-
"privacy": "public"
|
|
4721
|
-
},
|
|
4722
|
-
{
|
|
4723
|
-
"kind": "field",
|
|
4724
|
-
"name": "value",
|
|
4568
|
+
"name": "valueFormatted",
|
|
4725
4569
|
"type": {
|
|
4726
4570
|
"text": "string"
|
|
4727
|
-
}
|
|
4728
|
-
"privacy": "public"
|
|
4729
|
-
},
|
|
4730
|
-
{
|
|
4731
|
-
"kind": "field",
|
|
4732
|
-
"name": "actualWidth",
|
|
4733
|
-
"type": {
|
|
4734
|
-
"text": "number"
|
|
4735
|
-
},
|
|
4736
|
-
"privacy": "public"
|
|
4737
|
-
},
|
|
4738
|
-
{
|
|
4739
|
-
"kind": "field",
|
|
4740
|
-
"name": "combobox",
|
|
4741
|
-
"type": {
|
|
4742
|
-
"text": "any"
|
|
4743
|
-
},
|
|
4744
|
-
"privacy": "public"
|
|
4571
|
+
}
|
|
4745
4572
|
},
|
|
4746
4573
|
{
|
|
4747
4574
|
"kind": "method",
|
|
@@ -4751,7 +4578,7 @@
|
|
|
4751
4578
|
{
|
|
4752
4579
|
"name": "params",
|
|
4753
4580
|
"type": {
|
|
4754
|
-
"text": "
|
|
4581
|
+
"text": "ICellRendererParams"
|
|
4755
4582
|
}
|
|
4756
4583
|
}
|
|
4757
4584
|
]
|
|
@@ -4770,61 +4597,26 @@
|
|
|
4770
4597
|
"kind": "method",
|
|
4771
4598
|
"name": "refresh",
|
|
4772
4599
|
"privacy": "public",
|
|
4773
|
-
"return": {
|
|
4774
|
-
"type": {
|
|
4775
|
-
"text": "boolean"
|
|
4776
|
-
}
|
|
4777
|
-
},
|
|
4778
4600
|
"parameters": [
|
|
4779
4601
|
{
|
|
4780
4602
|
"name": "params",
|
|
4781
4603
|
"type": {
|
|
4782
|
-
"text": "
|
|
4604
|
+
"text": "ICellRendererParams"
|
|
4783
4605
|
}
|
|
4784
4606
|
}
|
|
4785
4607
|
]
|
|
4786
4608
|
},
|
|
4787
4609
|
{
|
|
4788
|
-
"kind": "
|
|
4789
|
-
"name": "
|
|
4790
|
-
|
|
4791
|
-
|
|
4792
|
-
|
|
4793
|
-
"
|
|
4794
|
-
"
|
|
4795
|
-
|
|
4796
|
-
|
|
4797
|
-
|
|
4798
|
-
}
|
|
4799
|
-
},
|
|
4800
|
-
{
|
|
4801
|
-
"kind": "method",
|
|
4802
|
-
"name": "afterGuiAttached"
|
|
4803
|
-
},
|
|
4804
|
-
{
|
|
4805
|
-
"kind": "method",
|
|
4806
|
-
"name": "changeHandler",
|
|
4807
|
-
"parameters": [
|
|
4808
|
-
{
|
|
4809
|
-
"name": "event"
|
|
4810
|
-
}
|
|
4811
|
-
]
|
|
4812
|
-
},
|
|
4813
|
-
{
|
|
4814
|
-
"kind": "method",
|
|
4815
|
-
"name": "isCancelBeforeStart"
|
|
4816
|
-
},
|
|
4817
|
-
{
|
|
4818
|
-
"kind": "field",
|
|
4819
|
-
"name": "_presentation",
|
|
4820
|
-
"type": {
|
|
4821
|
-
"text": "ComponentPresentation | null | undefined"
|
|
4822
|
-
},
|
|
4823
|
-
"privacy": "private",
|
|
4824
|
-
"default": "void 0",
|
|
4825
|
-
"inheritedFrom": {
|
|
4826
|
-
"name": "FoundationElement",
|
|
4827
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4610
|
+
"kind": "field",
|
|
4611
|
+
"name": "_presentation",
|
|
4612
|
+
"type": {
|
|
4613
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4614
|
+
},
|
|
4615
|
+
"privacy": "private",
|
|
4616
|
+
"default": "void 0",
|
|
4617
|
+
"inheritedFrom": {
|
|
4618
|
+
"name": "FoundationElement",
|
|
4619
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4828
4620
|
}
|
|
4829
4621
|
},
|
|
4830
4622
|
{
|
|
@@ -4930,19 +4722,19 @@
|
|
|
4930
4722
|
"name": "FoundationElement",
|
|
4931
4723
|
"package": "@microsoft/fast-foundation"
|
|
4932
4724
|
},
|
|
4933
|
-
"tagName": "%%prefix%%-
|
|
4725
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
4934
4726
|
"customElement": true
|
|
4935
4727
|
},
|
|
4936
4728
|
{
|
|
4937
4729
|
"kind": "variable",
|
|
4938
|
-
"name": "
|
|
4939
|
-
"default": "css
|
|
4940
|
-
"description": "The AG
|
|
4730
|
+
"name": "agEditableRendererStyles",
|
|
4731
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
4732
|
+
"description": "The AG Editable Renderer Styles.",
|
|
4941
4733
|
"privacy": "public"
|
|
4942
4734
|
},
|
|
4943
4735
|
{
|
|
4944
4736
|
"kind": "function",
|
|
4945
|
-
"name": "
|
|
4737
|
+
"name": "getAgEditableRendererTemplate",
|
|
4946
4738
|
"parameters": [
|
|
4947
4739
|
{
|
|
4948
4740
|
"name": "designSystem",
|
|
@@ -4950,7 +4742,7 @@
|
|
|
4950
4742
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4951
4743
|
}
|
|
4952
4744
|
],
|
|
4953
|
-
"description": "Get a Design System prefixed
|
|
4745
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
4954
4746
|
"return": {
|
|
4955
4747
|
"type": {
|
|
4956
4748
|
"text": ""
|
|
@@ -4960,83 +4752,88 @@
|
|
|
4960
4752
|
},
|
|
4961
4753
|
{
|
|
4962
4754
|
"kind": "variable",
|
|
4963
|
-
"name": "
|
|
4755
|
+
"name": "foundationAgEditableRenderer",
|
|
4756
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
4964
4757
|
"privacy": "public"
|
|
4965
4758
|
}
|
|
4966
4759
|
],
|
|
4967
4760
|
"exports": [
|
|
4968
4761
|
{
|
|
4969
4762
|
"kind": "js",
|
|
4970
|
-
"name": "
|
|
4763
|
+
"name": "EditableRenderer",
|
|
4971
4764
|
"declaration": {
|
|
4972
|
-
"name": "
|
|
4973
|
-
"module": "src/cell-
|
|
4765
|
+
"name": "EditableRenderer",
|
|
4766
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4974
4767
|
}
|
|
4975
4768
|
},
|
|
4976
4769
|
{
|
|
4977
4770
|
"kind": "js",
|
|
4978
|
-
"name": "
|
|
4771
|
+
"name": "agEditableRendererStyles",
|
|
4979
4772
|
"declaration": {
|
|
4980
|
-
"name": "
|
|
4981
|
-
"module": "src/cell-
|
|
4773
|
+
"name": "agEditableRendererStyles",
|
|
4774
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4982
4775
|
}
|
|
4983
4776
|
},
|
|
4984
4777
|
{
|
|
4985
4778
|
"kind": "js",
|
|
4986
|
-
"name": "
|
|
4779
|
+
"name": "getAgEditableRendererTemplate",
|
|
4987
4780
|
"declaration": {
|
|
4988
|
-
"name": "
|
|
4989
|
-
"module": "src/cell-
|
|
4781
|
+
"name": "getAgEditableRendererTemplate",
|
|
4782
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4990
4783
|
}
|
|
4991
4784
|
},
|
|
4992
4785
|
{
|
|
4993
4786
|
"kind": "js",
|
|
4994
|
-
"name": "
|
|
4787
|
+
"name": "foundationAgEditableRenderer",
|
|
4995
4788
|
"declaration": {
|
|
4996
|
-
"name": "
|
|
4997
|
-
"module": "src/cell-
|
|
4789
|
+
"name": "foundationAgEditableRenderer",
|
|
4790
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4998
4791
|
}
|
|
4999
4792
|
}
|
|
5000
4793
|
]
|
|
5001
4794
|
},
|
|
5002
4795
|
{
|
|
5003
4796
|
"kind": "javascript-module",
|
|
5004
|
-
"path": "src/cell-
|
|
4797
|
+
"path": "src/cell-renderers/icon.renderer.ts",
|
|
5005
4798
|
"declarations": [
|
|
5006
4799
|
{
|
|
5007
|
-
"kind": "
|
|
5008
|
-
"
|
|
5009
|
-
"
|
|
5010
|
-
"
|
|
5011
|
-
|
|
5012
|
-
|
|
5013
|
-
|
|
5014
|
-
|
|
5015
|
-
|
|
5016
|
-
|
|
5017
|
-
"privacy": "public"
|
|
5018
|
-
},
|
|
4800
|
+
"kind": "variable",
|
|
4801
|
+
"name": "agIconRendererStyles",
|
|
4802
|
+
"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`",
|
|
4803
|
+
"description": "The AG Icon Renderer Styles.",
|
|
4804
|
+
"privacy": "public"
|
|
4805
|
+
},
|
|
4806
|
+
{
|
|
4807
|
+
"kind": "function",
|
|
4808
|
+
"name": "getIconRendererTemplate",
|
|
4809
|
+
"parameters": [
|
|
5019
4810
|
{
|
|
5020
|
-
"
|
|
5021
|
-
"
|
|
4811
|
+
"name": "designSystem",
|
|
4812
|
+
"default": "'rapid'",
|
|
5022
4813
|
"type": {
|
|
5023
4814
|
"text": "string"
|
|
5024
4815
|
},
|
|
5025
|
-
"
|
|
5026
|
-
}
|
|
5027
|
-
|
|
5028
|
-
|
|
5029
|
-
|
|
5030
|
-
|
|
5031
|
-
|
|
5032
|
-
|
|
5033
|
-
|
|
5034
|
-
|
|
4816
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4817
|
+
}
|
|
4818
|
+
],
|
|
4819
|
+
"description": "Get a Design System prefixed Icon template.",
|
|
4820
|
+
"return": {
|
|
4821
|
+
"type": {
|
|
4822
|
+
"text": ""
|
|
4823
|
+
}
|
|
4824
|
+
},
|
|
4825
|
+
"privacy": "public"
|
|
4826
|
+
},
|
|
4827
|
+
{
|
|
4828
|
+
"kind": "class",
|
|
4829
|
+
"description": "Plain ag-Grid cell renderer for icons.\nThis renderer creates the FAST custom element using document.createElement.",
|
|
4830
|
+
"name": "IconRenderer",
|
|
4831
|
+
"members": [
|
|
5035
4832
|
{
|
|
5036
4833
|
"kind": "field",
|
|
5037
|
-
"name": "
|
|
4834
|
+
"name": "params",
|
|
5038
4835
|
"type": {
|
|
5039
|
-
"text": "
|
|
4836
|
+
"text": "IconRendererParams"
|
|
5040
4837
|
},
|
|
5041
4838
|
"privacy": "public"
|
|
5042
4839
|
},
|
|
@@ -5048,7 +4845,7 @@
|
|
|
5048
4845
|
{
|
|
5049
4846
|
"name": "params",
|
|
5050
4847
|
"type": {
|
|
5051
|
-
"text": "
|
|
4848
|
+
"text": "IconRendererParams & ICellRendererParams"
|
|
5052
4849
|
}
|
|
5053
4850
|
}
|
|
5054
4851
|
]
|
|
@@ -5066,51 +4863,21 @@
|
|
|
5066
4863
|
{
|
|
5067
4864
|
"kind": "method",
|
|
5068
4865
|
"name": "refresh",
|
|
5069
|
-
"privacy": "public",
|
|
5070
|
-
"return": {
|
|
5071
|
-
"type": {
|
|
5072
|
-
"text": "boolean"
|
|
5073
|
-
}
|
|
5074
|
-
},
|
|
5075
4866
|
"parameters": [
|
|
5076
4867
|
{
|
|
5077
|
-
"name": "params"
|
|
5078
|
-
"type": {
|
|
5079
|
-
"text": "StringEditorParams"
|
|
5080
|
-
}
|
|
4868
|
+
"name": "params"
|
|
5081
4869
|
}
|
|
5082
4870
|
]
|
|
5083
4871
|
},
|
|
5084
4872
|
{
|
|
5085
4873
|
"kind": "method",
|
|
5086
|
-
"name": "
|
|
5087
|
-
},
|
|
5088
|
-
{
|
|
5089
|
-
"kind": "method",
|
|
5090
|
-
"name": "isPopup",
|
|
4874
|
+
"name": "destroy",
|
|
5091
4875
|
"return": {
|
|
5092
4876
|
"type": {
|
|
5093
|
-
"text": "
|
|
4877
|
+
"text": "void"
|
|
5094
4878
|
}
|
|
5095
4879
|
}
|
|
5096
4880
|
},
|
|
5097
|
-
{
|
|
5098
|
-
"kind": "method",
|
|
5099
|
-
"name": "afterGuiAttached"
|
|
5100
|
-
},
|
|
5101
|
-
{
|
|
5102
|
-
"kind": "method",
|
|
5103
|
-
"name": "changeHandler",
|
|
5104
|
-
"parameters": [
|
|
5105
|
-
{
|
|
5106
|
-
"name": "event"
|
|
5107
|
-
}
|
|
5108
|
-
]
|
|
5109
|
-
},
|
|
5110
|
-
{
|
|
5111
|
-
"kind": "method",
|
|
5112
|
-
"name": "isCancelBeforeStart"
|
|
5113
|
-
},
|
|
5114
4881
|
{
|
|
5115
4882
|
"kind": "field",
|
|
5116
4883
|
"name": "_presentation",
|
|
@@ -5226,195 +4993,191 @@
|
|
|
5226
4993
|
"superclass": {
|
|
5227
4994
|
"name": "FoundationElement",
|
|
5228
4995
|
"package": "@microsoft/fast-foundation"
|
|
5229
|
-
}
|
|
5230
|
-
"tagName": "%%prefix%%-string-editor",
|
|
5231
|
-
"customElement": true
|
|
5232
|
-
},
|
|
5233
|
-
{
|
|
5234
|
-
"kind": "variable",
|
|
5235
|
-
"name": "agStringEditorStyles",
|
|
5236
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5237
|
-
"description": "The AG String Renderer Styles.",
|
|
5238
|
-
"privacy": "public"
|
|
5239
|
-
},
|
|
5240
|
-
{
|
|
5241
|
-
"kind": "function",
|
|
5242
|
-
"name": "getStringEditorTemplate",
|
|
5243
|
-
"parameters": [
|
|
5244
|
-
{
|
|
5245
|
-
"name": "designSystem",
|
|
5246
|
-
"default": "'foundation'",
|
|
5247
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5248
|
-
}
|
|
5249
|
-
],
|
|
5250
|
-
"description": "Get a Design System prefixed String template.",
|
|
5251
|
-
"return": {
|
|
5252
|
-
"type": {
|
|
5253
|
-
"text": ""
|
|
5254
|
-
}
|
|
5255
|
-
},
|
|
5256
|
-
"privacy": "public"
|
|
4996
|
+
}
|
|
5257
4997
|
},
|
|
5258
4998
|
{
|
|
5259
4999
|
"kind": "variable",
|
|
5260
|
-
"name": "
|
|
5000
|
+
"name": "foundationIconRenderer",
|
|
5001
|
+
"description": "A function that returns a Foundation Icon Renderer registration for configuring the component with a DesignSystem.",
|
|
5261
5002
|
"privacy": "public"
|
|
5262
5003
|
}
|
|
5263
5004
|
],
|
|
5264
5005
|
"exports": [
|
|
5265
5006
|
{
|
|
5266
5007
|
"kind": "js",
|
|
5267
|
-
"name": "
|
|
5008
|
+
"name": "agIconRendererStyles",
|
|
5268
5009
|
"declaration": {
|
|
5269
|
-
"name": "
|
|
5270
|
-
"module": "src/cell-
|
|
5010
|
+
"name": "agIconRendererStyles",
|
|
5011
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
5271
5012
|
}
|
|
5272
5013
|
},
|
|
5273
5014
|
{
|
|
5274
5015
|
"kind": "js",
|
|
5275
|
-
"name": "
|
|
5016
|
+
"name": "getIconRendererTemplate",
|
|
5276
5017
|
"declaration": {
|
|
5277
|
-
"name": "
|
|
5278
|
-
"module": "src/cell-
|
|
5018
|
+
"name": "getIconRendererTemplate",
|
|
5019
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
5279
5020
|
}
|
|
5280
5021
|
},
|
|
5281
5022
|
{
|
|
5282
5023
|
"kind": "js",
|
|
5283
|
-
"name": "
|
|
5024
|
+
"name": "IconRenderer",
|
|
5284
5025
|
"declaration": {
|
|
5285
|
-
"name": "
|
|
5286
|
-
"module": "src/cell-
|
|
5026
|
+
"name": "IconRenderer",
|
|
5027
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
5287
5028
|
}
|
|
5288
5029
|
},
|
|
5289
5030
|
{
|
|
5290
5031
|
"kind": "js",
|
|
5291
|
-
"name": "
|
|
5032
|
+
"name": "foundationIconRenderer",
|
|
5292
5033
|
"declaration": {
|
|
5293
|
-
"name": "
|
|
5294
|
-
"module": "src/cell-
|
|
5034
|
+
"name": "foundationIconRenderer",
|
|
5035
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
5295
5036
|
}
|
|
5296
5037
|
}
|
|
5297
5038
|
]
|
|
5298
5039
|
},
|
|
5299
5040
|
{
|
|
5300
5041
|
"kind": "javascript-module",
|
|
5301
|
-
"path": "src/
|
|
5302
|
-
"declarations": [
|
|
5303
|
-
{
|
|
5304
|
-
"kind": "variable",
|
|
5305
|
-
"name": "ColumnTemplate",
|
|
5306
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5307
|
-
"description": "The Grid Pro Column Template.",
|
|
5308
|
-
"privacy": "public"
|
|
5309
|
-
}
|
|
5310
|
-
],
|
|
5042
|
+
"path": "src/cell-renderers/index.ts",
|
|
5043
|
+
"declarations": [],
|
|
5311
5044
|
"exports": [
|
|
5312
5045
|
{
|
|
5313
5046
|
"kind": "js",
|
|
5314
|
-
"name": "
|
|
5047
|
+
"name": "*",
|
|
5315
5048
|
"declaration": {
|
|
5316
|
-
"name": "
|
|
5317
|
-
"
|
|
5049
|
+
"name": "*",
|
|
5050
|
+
"package": "./action.renderer"
|
|
5318
5051
|
}
|
|
5319
|
-
}
|
|
5320
|
-
]
|
|
5321
|
-
},
|
|
5322
|
-
{
|
|
5323
|
-
"kind": "javascript-module",
|
|
5324
|
-
"path": "src/column/column.ts",
|
|
5325
|
-
"declarations": [
|
|
5052
|
+
},
|
|
5326
5053
|
{
|
|
5327
|
-
"kind": "
|
|
5328
|
-
"
|
|
5329
|
-
"
|
|
5330
|
-
|
|
5331
|
-
|
|
5332
|
-
|
|
5333
|
-
|
|
5334
|
-
|
|
5335
|
-
|
|
5336
|
-
|
|
5337
|
-
|
|
5338
|
-
|
|
5339
|
-
|
|
5340
|
-
|
|
5341
|
-
|
|
5342
|
-
|
|
5343
|
-
|
|
5344
|
-
|
|
5345
|
-
|
|
5346
|
-
|
|
5054
|
+
"kind": "js",
|
|
5055
|
+
"name": "*",
|
|
5056
|
+
"declaration": {
|
|
5057
|
+
"name": "*",
|
|
5058
|
+
"package": "./actions-menu.renderer"
|
|
5059
|
+
}
|
|
5060
|
+
},
|
|
5061
|
+
{
|
|
5062
|
+
"kind": "js",
|
|
5063
|
+
"name": "*",
|
|
5064
|
+
"declaration": {
|
|
5065
|
+
"name": "*",
|
|
5066
|
+
"package": "./boolean.renderer"
|
|
5067
|
+
}
|
|
5068
|
+
},
|
|
5069
|
+
{
|
|
5070
|
+
"kind": "js",
|
|
5071
|
+
"name": "*",
|
|
5072
|
+
"declaration": {
|
|
5073
|
+
"name": "*",
|
|
5074
|
+
"package": "./editable.renderer"
|
|
5075
|
+
}
|
|
5076
|
+
},
|
|
5077
|
+
{
|
|
5078
|
+
"kind": "js",
|
|
5079
|
+
"name": "*",
|
|
5080
|
+
"declaration": {
|
|
5081
|
+
"name": "*",
|
|
5082
|
+
"package": "./icon.renderer"
|
|
5083
|
+
}
|
|
5084
|
+
},
|
|
5085
|
+
{
|
|
5086
|
+
"kind": "js",
|
|
5087
|
+
"name": "*",
|
|
5088
|
+
"declaration": {
|
|
5089
|
+
"name": "*",
|
|
5090
|
+
"package": "./text.renderer"
|
|
5091
|
+
}
|
|
5092
|
+
},
|
|
5093
|
+
{
|
|
5094
|
+
"kind": "js",
|
|
5095
|
+
"name": "*",
|
|
5096
|
+
"declaration": {
|
|
5097
|
+
"name": "*",
|
|
5098
|
+
"package": "./text-field.renderer"
|
|
5099
|
+
}
|
|
5100
|
+
},
|
|
5101
|
+
{
|
|
5102
|
+
"kind": "js",
|
|
5103
|
+
"name": "*",
|
|
5104
|
+
"declaration": {
|
|
5105
|
+
"name": "*",
|
|
5106
|
+
"package": "./status-pill.renderer"
|
|
5107
|
+
}
|
|
5108
|
+
},
|
|
5109
|
+
{
|
|
5110
|
+
"kind": "js",
|
|
5111
|
+
"name": "*",
|
|
5112
|
+
"declaration": {
|
|
5113
|
+
"name": "*",
|
|
5114
|
+
"package": "./select.renderer"
|
|
5115
|
+
}
|
|
5116
|
+
}
|
|
5117
|
+
]
|
|
5118
|
+
},
|
|
5119
|
+
{
|
|
5120
|
+
"kind": "javascript-module",
|
|
5121
|
+
"path": "src/cell-renderers/select.renderer.ts",
|
|
5122
|
+
"declarations": [
|
|
5123
|
+
{
|
|
5124
|
+
"kind": "class",
|
|
5125
|
+
"description": "The AG Select Renderer element.",
|
|
5126
|
+
"name": "SelectRenderer",
|
|
5127
|
+
"members": [
|
|
5347
5128
|
{
|
|
5348
|
-
"kind": "
|
|
5349
|
-
"name": "
|
|
5129
|
+
"kind": "field",
|
|
5130
|
+
"name": "params",
|
|
5131
|
+
"type": {
|
|
5132
|
+
"text": "SelectCellRendererParams"
|
|
5133
|
+
},
|
|
5350
5134
|
"privacy": "public"
|
|
5351
5135
|
},
|
|
5352
5136
|
{
|
|
5353
|
-
"kind": "
|
|
5354
|
-
"name": "
|
|
5355
|
-
"
|
|
5356
|
-
"
|
|
5357
|
-
"text": "Node"
|
|
5358
|
-
}
|
|
5137
|
+
"kind": "field",
|
|
5138
|
+
"name": "value",
|
|
5139
|
+
"type": {
|
|
5140
|
+
"text": "string"
|
|
5359
5141
|
},
|
|
5360
|
-
"
|
|
5361
|
-
"name": "LifecycleMixin",
|
|
5362
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5363
|
-
}
|
|
5142
|
+
"privacy": "public"
|
|
5364
5143
|
},
|
|
5365
5144
|
{
|
|
5366
5145
|
"kind": "method",
|
|
5367
|
-
"name": "
|
|
5368
|
-
"
|
|
5369
|
-
"type": {
|
|
5370
|
-
"text": "Node"
|
|
5371
|
-
}
|
|
5372
|
-
},
|
|
5146
|
+
"name": "init",
|
|
5147
|
+
"privacy": "public",
|
|
5373
5148
|
"parameters": [
|
|
5374
5149
|
{
|
|
5375
|
-
"name": "
|
|
5376
|
-
"optional": true,
|
|
5150
|
+
"name": "params",
|
|
5377
5151
|
"type": {
|
|
5378
|
-
"text": "
|
|
5152
|
+
"text": "SelectCellRendererParams"
|
|
5379
5153
|
}
|
|
5380
5154
|
}
|
|
5381
|
-
]
|
|
5382
|
-
"inheritedFrom": {
|
|
5383
|
-
"name": "LifecycleMixin",
|
|
5384
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5385
|
-
}
|
|
5155
|
+
]
|
|
5386
5156
|
},
|
|
5387
5157
|
{
|
|
5388
|
-
"kind": "
|
|
5389
|
-
"name": "
|
|
5158
|
+
"kind": "method",
|
|
5159
|
+
"name": "getGui",
|
|
5160
|
+
"privacy": "public",
|
|
5390
5161
|
"return": {
|
|
5391
5162
|
"type": {
|
|
5392
|
-
"text": ""
|
|
5163
|
+
"text": "HTMLElement"
|
|
5393
5164
|
}
|
|
5394
|
-
},
|
|
5395
|
-
"readonly": true,
|
|
5396
|
-
"inheritedFrom": {
|
|
5397
|
-
"name": "LifecycleMixin",
|
|
5398
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5399
5165
|
}
|
|
5400
5166
|
},
|
|
5401
5167
|
{
|
|
5402
|
-
"kind": "
|
|
5403
|
-
"name": "
|
|
5168
|
+
"kind": "method",
|
|
5169
|
+
"name": "destroy",
|
|
5170
|
+
"privacy": "public",
|
|
5404
5171
|
"return": {
|
|
5405
5172
|
"type": {
|
|
5406
|
-
"text": ""
|
|
5173
|
+
"text": "void"
|
|
5407
5174
|
}
|
|
5408
|
-
},
|
|
5409
|
-
"readonly": true,
|
|
5410
|
-
"inheritedFrom": {
|
|
5411
|
-
"name": "LifecycleMixin",
|
|
5412
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5413
5175
|
}
|
|
5414
5176
|
},
|
|
5415
5177
|
{
|
|
5416
5178
|
"kind": "method",
|
|
5417
|
-
"name": "
|
|
5179
|
+
"name": "refresh",
|
|
5180
|
+
"privacy": "public",
|
|
5418
5181
|
"return": {
|
|
5419
5182
|
"type": {
|
|
5420
5183
|
"text": "boolean"
|
|
@@ -5422,16 +5185,32 @@
|
|
|
5422
5185
|
},
|
|
5423
5186
|
"parameters": [
|
|
5424
5187
|
{
|
|
5425
|
-
"name": "
|
|
5188
|
+
"name": "params",
|
|
5426
5189
|
"type": {
|
|
5427
|
-
"text": "
|
|
5190
|
+
"text": "SelectCellRendererParams"
|
|
5428
5191
|
}
|
|
5429
5192
|
}
|
|
5430
|
-
]
|
|
5431
|
-
|
|
5432
|
-
|
|
5433
|
-
|
|
5434
|
-
|
|
5193
|
+
]
|
|
5194
|
+
},
|
|
5195
|
+
{
|
|
5196
|
+
"kind": "field",
|
|
5197
|
+
"name": "selectionChanged",
|
|
5198
|
+
"privacy": "public"
|
|
5199
|
+
},
|
|
5200
|
+
{
|
|
5201
|
+
"kind": "method",
|
|
5202
|
+
"name": "isDisabled",
|
|
5203
|
+
"privacy": "public",
|
|
5204
|
+
"return": {
|
|
5205
|
+
"type": {
|
|
5206
|
+
"text": "boolean"
|
|
5207
|
+
}
|
|
5208
|
+
},
|
|
5209
|
+
"parameters": [
|
|
5210
|
+
{
|
|
5211
|
+
"name": "data"
|
|
5212
|
+
}
|
|
5213
|
+
]
|
|
5435
5214
|
},
|
|
5436
5215
|
{
|
|
5437
5216
|
"kind": "field",
|
|
@@ -5545,155 +5324,160 @@
|
|
|
5545
5324
|
}
|
|
5546
5325
|
}
|
|
5547
5326
|
],
|
|
5548
|
-
"mixins": [
|
|
5549
|
-
{
|
|
5550
|
-
"name": "LifecycleMixin",
|
|
5551
|
-
"package": "@genesislcap/foundation-utils"
|
|
5552
|
-
}
|
|
5553
|
-
],
|
|
5554
5327
|
"superclass": {
|
|
5555
5328
|
"name": "FoundationElement",
|
|
5556
5329
|
"package": "@microsoft/fast-foundation"
|
|
5557
5330
|
},
|
|
5558
|
-
"tagName": "
|
|
5331
|
+
"tagName": "%%prefix%%-select-renderer",
|
|
5559
5332
|
"customElement": true
|
|
5333
|
+
},
|
|
5334
|
+
{
|
|
5335
|
+
"kind": "variable",
|
|
5336
|
+
"name": "agSelectRendererStyles",
|
|
5337
|
+
"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`",
|
|
5338
|
+
"description": "The AG Select Renderer Styles.",
|
|
5339
|
+
"privacy": "public"
|
|
5340
|
+
},
|
|
5341
|
+
{
|
|
5342
|
+
"kind": "function",
|
|
5343
|
+
"name": "getSelectRendererTemplate",
|
|
5344
|
+
"parameters": [
|
|
5345
|
+
{
|
|
5346
|
+
"name": "designSystem",
|
|
5347
|
+
"default": "'foundation'",
|
|
5348
|
+
"type": {
|
|
5349
|
+
"text": "string"
|
|
5350
|
+
},
|
|
5351
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5352
|
+
}
|
|
5353
|
+
],
|
|
5354
|
+
"description": "Get a Design System prefixed Select template.",
|
|
5355
|
+
"return": {
|
|
5356
|
+
"type": {
|
|
5357
|
+
"text": ""
|
|
5358
|
+
}
|
|
5359
|
+
},
|
|
5360
|
+
"privacy": "public"
|
|
5361
|
+
},
|
|
5362
|
+
{
|
|
5363
|
+
"kind": "variable",
|
|
5364
|
+
"name": "foundationAgSelectRenderer",
|
|
5365
|
+
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
5366
|
+
"privacy": "public"
|
|
5560
5367
|
}
|
|
5561
5368
|
],
|
|
5562
5369
|
"exports": [
|
|
5563
5370
|
{
|
|
5564
5371
|
"kind": "js",
|
|
5565
|
-
"name": "
|
|
5372
|
+
"name": "SelectRenderer",
|
|
5566
5373
|
"declaration": {
|
|
5567
|
-
"name": "
|
|
5568
|
-
"module": "src/
|
|
5374
|
+
"name": "SelectRenderer",
|
|
5375
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5569
5376
|
}
|
|
5570
5377
|
},
|
|
5571
|
-
{
|
|
5572
|
-
"kind": "custom-element-definition",
|
|
5573
|
-
"name": "grid-pro-column",
|
|
5574
|
-
"declaration": {
|
|
5575
|
-
"name": "GridProColumn",
|
|
5576
|
-
"module": "src/column/column.ts"
|
|
5577
|
-
}
|
|
5578
|
-
}
|
|
5579
|
-
]
|
|
5580
|
-
},
|
|
5581
|
-
{
|
|
5582
|
-
"kind": "javascript-module",
|
|
5583
|
-
"path": "src/column/index.ts",
|
|
5584
|
-
"declarations": [],
|
|
5585
|
-
"exports": [
|
|
5586
5378
|
{
|
|
5587
5379
|
"kind": "js",
|
|
5588
|
-
"name": "
|
|
5380
|
+
"name": "agSelectRendererStyles",
|
|
5589
5381
|
"declaration": {
|
|
5590
|
-
"name": "
|
|
5591
|
-
"
|
|
5382
|
+
"name": "agSelectRendererStyles",
|
|
5383
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5592
5384
|
}
|
|
5593
5385
|
},
|
|
5594
5386
|
{
|
|
5595
5387
|
"kind": "js",
|
|
5596
|
-
"name": "
|
|
5388
|
+
"name": "getSelectRendererTemplate",
|
|
5597
5389
|
"declaration": {
|
|
5598
|
-
"name": "
|
|
5599
|
-
"
|
|
5390
|
+
"name": "getSelectRendererTemplate",
|
|
5391
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5600
5392
|
}
|
|
5601
5393
|
},
|
|
5602
5394
|
{
|
|
5603
5395
|
"kind": "js",
|
|
5604
|
-
"name": "
|
|
5396
|
+
"name": "foundationAgSelectRenderer",
|
|
5605
5397
|
"declaration": {
|
|
5606
|
-
"name": "
|
|
5607
|
-
"
|
|
5398
|
+
"name": "foundationAgSelectRenderer",
|
|
5399
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
5608
5400
|
}
|
|
5609
5401
|
}
|
|
5610
5402
|
]
|
|
5611
5403
|
},
|
|
5612
5404
|
{
|
|
5613
5405
|
"kind": "javascript-module",
|
|
5614
|
-
"path": "src/cell-renderers/
|
|
5406
|
+
"path": "src/cell-renderers/status-pill.renderer.ts",
|
|
5615
5407
|
"declarations": [
|
|
5616
5408
|
{
|
|
5617
|
-
"kind": "
|
|
5618
|
-
"
|
|
5619
|
-
"
|
|
5620
|
-
"
|
|
5409
|
+
"kind": "variable",
|
|
5410
|
+
"name": "agStatusPillRendererStyles",
|
|
5411
|
+
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
5412
|
+
"description": "The Status Pill Renderer Styles.",
|
|
5413
|
+
"privacy": "public"
|
|
5414
|
+
},
|
|
5415
|
+
{
|
|
5416
|
+
"kind": "function",
|
|
5417
|
+
"name": "getStatusPillRendererTemplate",
|
|
5418
|
+
"parameters": [
|
|
5621
5419
|
{
|
|
5622
|
-
"
|
|
5623
|
-
"
|
|
5420
|
+
"name": "designSystem",
|
|
5421
|
+
"default": "'rapid'",
|
|
5624
5422
|
"type": {
|
|
5625
|
-
"text": "
|
|
5423
|
+
"text": "string"
|
|
5626
5424
|
},
|
|
5627
|
-
"
|
|
5628
|
-
}
|
|
5425
|
+
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
5426
|
+
}
|
|
5427
|
+
],
|
|
5428
|
+
"description": "Get a Design System prefixed Status Pill template.",
|
|
5429
|
+
"return": {
|
|
5430
|
+
"type": {
|
|
5431
|
+
"text": ""
|
|
5432
|
+
}
|
|
5433
|
+
},
|
|
5434
|
+
"privacy": "public"
|
|
5435
|
+
},
|
|
5436
|
+
{
|
|
5437
|
+
"kind": "class",
|
|
5438
|
+
"description": "The AG Status Pill Renderer element.",
|
|
5439
|
+
"name": "StatusPillRenderer",
|
|
5440
|
+
"members": [
|
|
5629
5441
|
{
|
|
5630
5442
|
"kind": "field",
|
|
5631
|
-
"name": "
|
|
5443
|
+
"name": "params",
|
|
5632
5444
|
"type": {
|
|
5633
|
-
"text": "
|
|
5634
|
-
}
|
|
5635
|
-
"privacy": "public"
|
|
5445
|
+
"text": "StatusPillRendererParams"
|
|
5446
|
+
}
|
|
5636
5447
|
},
|
|
5637
5448
|
{
|
|
5638
5449
|
"kind": "method",
|
|
5639
5450
|
"name": "init",
|
|
5640
|
-
"privacy": "public",
|
|
5641
5451
|
"parameters": [
|
|
5642
5452
|
{
|
|
5643
5453
|
"name": "params",
|
|
5644
5454
|
"type": {
|
|
5645
|
-
"text": "
|
|
5455
|
+
"text": "StatusPillRendererParams"
|
|
5646
5456
|
}
|
|
5647
5457
|
}
|
|
5648
5458
|
]
|
|
5649
5459
|
},
|
|
5650
5460
|
{
|
|
5651
5461
|
"kind": "method",
|
|
5652
|
-
"name": "getGui"
|
|
5653
|
-
"privacy": "public",
|
|
5654
|
-
"return": {
|
|
5655
|
-
"type": {
|
|
5656
|
-
"text": "HTMLElement"
|
|
5657
|
-
}
|
|
5658
|
-
}
|
|
5462
|
+
"name": "getGui"
|
|
5659
5463
|
},
|
|
5660
5464
|
{
|
|
5661
5465
|
"kind": "method",
|
|
5662
5466
|
"name": "refresh",
|
|
5663
|
-
"privacy": "public",
|
|
5664
5467
|
"parameters": [
|
|
5665
5468
|
{
|
|
5666
|
-
"name": "params"
|
|
5667
|
-
"type": {
|
|
5668
|
-
"text": "ICellRendererParams"
|
|
5669
|
-
}
|
|
5469
|
+
"name": "params"
|
|
5670
5470
|
}
|
|
5671
5471
|
]
|
|
5672
5472
|
},
|
|
5673
5473
|
{
|
|
5674
5474
|
"kind": "method",
|
|
5675
|
-
"name": "
|
|
5676
|
-
"privacy": "public",
|
|
5475
|
+
"name": "destroy",
|
|
5677
5476
|
"return": {
|
|
5678
5477
|
"type": {
|
|
5679
|
-
"text": "
|
|
5680
|
-
}
|
|
5681
|
-
},
|
|
5682
|
-
"parameters": [
|
|
5683
|
-
{
|
|
5684
|
-
"name": "data"
|
|
5478
|
+
"text": "void"
|
|
5685
5479
|
}
|
|
5686
|
-
|
|
5687
|
-
},
|
|
5688
|
-
{
|
|
5689
|
-
"kind": "method",
|
|
5690
|
-
"name": "clickHandler",
|
|
5691
|
-
"privacy": "public"
|
|
5692
|
-
},
|
|
5693
|
-
{
|
|
5694
|
-
"kind": "field",
|
|
5695
|
-
"name": "dataTestId",
|
|
5696
|
-
"readonly": true
|
|
5480
|
+
}
|
|
5697
5481
|
},
|
|
5698
5482
|
{
|
|
5699
5483
|
"kind": "field",
|
|
@@ -5811,78 +5595,81 @@
|
|
|
5811
5595
|
"name": "FoundationElement",
|
|
5812
5596
|
"package": "@microsoft/fast-foundation"
|
|
5813
5597
|
},
|
|
5814
|
-
"tagName": "%%prefix%%-
|
|
5598
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
5815
5599
|
"customElement": true
|
|
5816
5600
|
},
|
|
5817
5601
|
{
|
|
5818
5602
|
"kind": "variable",
|
|
5819
|
-
"name": "
|
|
5820
|
-
"description": "
|
|
5821
|
-
"privacy": "public"
|
|
5822
|
-
},
|
|
5823
|
-
{
|
|
5824
|
-
"kind": "variable",
|
|
5825
|
-
"name": "agActionRendererStyles",
|
|
5826
|
-
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
5827
|
-
"description": "The AG Action Renderer Styles.",
|
|
5828
|
-
"privacy": "public"
|
|
5829
|
-
},
|
|
5830
|
-
{
|
|
5831
|
-
"kind": "variable",
|
|
5832
|
-
"name": "foundationGridProActionRenderer",
|
|
5833
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5603
|
+
"name": "foundationStatusPillRenderer",
|
|
5604
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
5834
5605
|
"privacy": "public"
|
|
5835
5606
|
}
|
|
5836
5607
|
],
|
|
5837
5608
|
"exports": [
|
|
5838
5609
|
{
|
|
5839
5610
|
"kind": "js",
|
|
5840
|
-
"name": "
|
|
5611
|
+
"name": "agStatusPillRendererStyles",
|
|
5841
5612
|
"declaration": {
|
|
5842
|
-
"name": "
|
|
5843
|
-
"module": "src/cell-renderers/
|
|
5613
|
+
"name": "agStatusPillRendererStyles",
|
|
5614
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5844
5615
|
}
|
|
5845
5616
|
},
|
|
5846
5617
|
{
|
|
5847
5618
|
"kind": "js",
|
|
5848
|
-
"name": "
|
|
5619
|
+
"name": "getStatusPillRendererTemplate",
|
|
5849
5620
|
"declaration": {
|
|
5850
|
-
"name": "
|
|
5851
|
-
"module": "src/cell-renderers/
|
|
5621
|
+
"name": "getStatusPillRendererTemplate",
|
|
5622
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5852
5623
|
}
|
|
5853
5624
|
},
|
|
5854
5625
|
{
|
|
5855
5626
|
"kind": "js",
|
|
5856
|
-
"name": "
|
|
5627
|
+
"name": "StatusPillRenderer",
|
|
5857
5628
|
"declaration": {
|
|
5858
|
-
"name": "
|
|
5859
|
-
"module": "src/cell-renderers/
|
|
5629
|
+
"name": "StatusPillRenderer",
|
|
5630
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5860
5631
|
}
|
|
5861
5632
|
},
|
|
5862
5633
|
{
|
|
5863
5634
|
"kind": "js",
|
|
5864
|
-
"name": "
|
|
5635
|
+
"name": "foundationStatusPillRenderer",
|
|
5865
5636
|
"declaration": {
|
|
5866
|
-
"name": "
|
|
5867
|
-
"module": "src/cell-renderers/
|
|
5637
|
+
"name": "foundationStatusPillRenderer",
|
|
5638
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5868
5639
|
}
|
|
5869
5640
|
}
|
|
5870
5641
|
]
|
|
5871
5642
|
},
|
|
5872
5643
|
{
|
|
5873
5644
|
"kind": "javascript-module",
|
|
5874
|
-
"path": "src/cell-renderers/
|
|
5645
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
5875
5646
|
"declarations": [
|
|
5876
5647
|
{
|
|
5877
5648
|
"kind": "class",
|
|
5878
|
-
"description": "The
|
|
5879
|
-
"name": "
|
|
5649
|
+
"description": "The AG Text Field Renderer element.",
|
|
5650
|
+
"name": "AgTextFieldRenderer",
|
|
5880
5651
|
"members": [
|
|
5652
|
+
{
|
|
5653
|
+
"kind": "field",
|
|
5654
|
+
"name": "textField",
|
|
5655
|
+
"type": {
|
|
5656
|
+
"text": "TextField"
|
|
5657
|
+
},
|
|
5658
|
+
"privacy": "public"
|
|
5659
|
+
},
|
|
5660
|
+
{
|
|
5661
|
+
"kind": "field",
|
|
5662
|
+
"name": "textValue",
|
|
5663
|
+
"type": {
|
|
5664
|
+
"text": "string"
|
|
5665
|
+
},
|
|
5666
|
+
"default": "''"
|
|
5667
|
+
},
|
|
5881
5668
|
{
|
|
5882
5669
|
"kind": "field",
|
|
5883
5670
|
"name": "params",
|
|
5884
5671
|
"type": {
|
|
5885
|
-
"text": "
|
|
5672
|
+
"text": "FuiCellRendererParams"
|
|
5886
5673
|
},
|
|
5887
5674
|
"privacy": "public"
|
|
5888
5675
|
},
|
|
@@ -5894,7 +5681,7 @@
|
|
|
5894
5681
|
{
|
|
5895
5682
|
"name": "params",
|
|
5896
5683
|
"type": {
|
|
5897
|
-
"text": "
|
|
5684
|
+
"text": "FuiCellRendererParams"
|
|
5898
5685
|
}
|
|
5899
5686
|
}
|
|
5900
5687
|
]
|
|
@@ -5909,6 +5696,11 @@
|
|
|
5909
5696
|
}
|
|
5910
5697
|
}
|
|
5911
5698
|
},
|
|
5699
|
+
{
|
|
5700
|
+
"kind": "method",
|
|
5701
|
+
"name": "destroy",
|
|
5702
|
+
"privacy": "public"
|
|
5703
|
+
},
|
|
5912
5704
|
{
|
|
5913
5705
|
"kind": "method",
|
|
5914
5706
|
"name": "refresh",
|
|
@@ -5917,11 +5709,38 @@
|
|
|
5917
5709
|
{
|
|
5918
5710
|
"name": "params",
|
|
5919
5711
|
"type": {
|
|
5920
|
-
"text": "
|
|
5712
|
+
"text": "FuiCellRendererParams"
|
|
5921
5713
|
}
|
|
5922
5714
|
}
|
|
5923
5715
|
]
|
|
5924
5716
|
},
|
|
5717
|
+
{
|
|
5718
|
+
"kind": "method",
|
|
5719
|
+
"name": "isDisabled",
|
|
5720
|
+
"privacy": "public",
|
|
5721
|
+
"return": {
|
|
5722
|
+
"type": {
|
|
5723
|
+
"text": "boolean"
|
|
5724
|
+
}
|
|
5725
|
+
},
|
|
5726
|
+
"parameters": [
|
|
5727
|
+
{
|
|
5728
|
+
"name": "data"
|
|
5729
|
+
}
|
|
5730
|
+
]
|
|
5731
|
+
},
|
|
5732
|
+
{
|
|
5733
|
+
"kind": "field",
|
|
5734
|
+
"name": "textChanged",
|
|
5735
|
+
"privacy": "public",
|
|
5736
|
+
"description": "On text change handler",
|
|
5737
|
+
"parameters": [
|
|
5738
|
+
{
|
|
5739
|
+
"description": "CustomEvent",
|
|
5740
|
+
"name": "e"
|
|
5741
|
+
}
|
|
5742
|
+
]
|
|
5743
|
+
},
|
|
5925
5744
|
{
|
|
5926
5745
|
"kind": "field",
|
|
5927
5746
|
"name": "_presentation",
|
|
@@ -6038,133 +5857,127 @@
|
|
|
6038
5857
|
"name": "FoundationElement",
|
|
6039
5858
|
"package": "@microsoft/fast-foundation"
|
|
6040
5859
|
},
|
|
6041
|
-
"tagName": "%%prefix%%-grid-
|
|
5860
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
6042
5861
|
"customElement": true
|
|
6043
5862
|
},
|
|
6044
5863
|
{
|
|
6045
5864
|
"kind": "variable",
|
|
6046
|
-
"name": "
|
|
6047
|
-
"
|
|
5865
|
+
"name": "textFieldRendererStyles",
|
|
5866
|
+
"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`",
|
|
5867
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
6048
5868
|
"privacy": "public"
|
|
6049
5869
|
},
|
|
6050
5870
|
{
|
|
6051
5871
|
"kind": "function",
|
|
6052
|
-
"name": "
|
|
5872
|
+
"name": "getTextFieldRendererTemplate",
|
|
5873
|
+
"parameters": [
|
|
5874
|
+
{
|
|
5875
|
+
"name": "designSystem",
|
|
5876
|
+
"default": "'foundation'",
|
|
5877
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5878
|
+
}
|
|
5879
|
+
],
|
|
5880
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
6053
5881
|
"return": {
|
|
6054
5882
|
"type": {
|
|
6055
5883
|
"text": ""
|
|
6056
5884
|
}
|
|
6057
5885
|
},
|
|
6058
|
-
"
|
|
6059
|
-
|
|
6060
|
-
|
|
6061
|
-
|
|
6062
|
-
|
|
6063
|
-
|
|
6064
|
-
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
6065
|
-
},
|
|
6066
|
-
{
|
|
6067
|
-
"name": "overrideDef",
|
|
6068
|
-
"default": "{}",
|
|
6069
|
-
"type": {
|
|
6070
|
-
"text": "ColDef"
|
|
6071
|
-
},
|
|
6072
|
-
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
6073
|
-
},
|
|
6074
|
-
{
|
|
6075
|
-
"name": "customActionsOpenerName",
|
|
6076
|
-
"default": "'⋮'",
|
|
6077
|
-
"type": {
|
|
6078
|
-
"text": "string"
|
|
6079
|
-
},
|
|
6080
|
-
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
6081
|
-
},
|
|
6082
|
-
{
|
|
6083
|
-
"name": "isVertical",
|
|
6084
|
-
"default": "false",
|
|
6085
|
-
"type": {
|
|
6086
|
-
"text": "boolean"
|
|
6087
|
-
},
|
|
6088
|
-
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
6089
|
-
},
|
|
6090
|
-
{
|
|
6091
|
-
"name": "buttonAppearance",
|
|
6092
|
-
"optional": true,
|
|
6093
|
-
"type": {
|
|
6094
|
-
"text": "string"
|
|
6095
|
-
},
|
|
6096
|
-
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
6097
|
-
}
|
|
6098
|
-
],
|
|
6099
|
-
"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).",
|
|
5886
|
+
"privacy": "public"
|
|
5887
|
+
},
|
|
5888
|
+
{
|
|
5889
|
+
"kind": "variable",
|
|
5890
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5891
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
6100
5892
|
"privacy": "public"
|
|
6101
5893
|
}
|
|
6102
5894
|
],
|
|
6103
5895
|
"exports": [
|
|
6104
5896
|
{
|
|
6105
5897
|
"kind": "js",
|
|
6106
|
-
"name": "
|
|
5898
|
+
"name": "AgTextFieldRenderer",
|
|
6107
5899
|
"declaration": {
|
|
6108
|
-
"name": "
|
|
6109
|
-
"module": "src/cell-renderers/
|
|
5900
|
+
"name": "AgTextFieldRenderer",
|
|
5901
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6110
5902
|
}
|
|
6111
5903
|
},
|
|
6112
5904
|
{
|
|
6113
5905
|
"kind": "js",
|
|
6114
|
-
"name": "
|
|
5906
|
+
"name": "textFieldRendererStyles",
|
|
6115
5907
|
"declaration": {
|
|
6116
|
-
"name": "
|
|
6117
|
-
"module": "src/cell-renderers/
|
|
5908
|
+
"name": "textFieldRendererStyles",
|
|
5909
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6118
5910
|
}
|
|
6119
5911
|
},
|
|
6120
5912
|
{
|
|
6121
5913
|
"kind": "js",
|
|
6122
|
-
"name": "
|
|
5914
|
+
"name": "getTextFieldRendererTemplate",
|
|
6123
5915
|
"declaration": {
|
|
6124
|
-
"name": "
|
|
6125
|
-
"module": "src/cell-renderers/
|
|
5916
|
+
"name": "getTextFieldRendererTemplate",
|
|
5917
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5918
|
+
}
|
|
5919
|
+
},
|
|
5920
|
+
{
|
|
5921
|
+
"kind": "js",
|
|
5922
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5923
|
+
"declaration": {
|
|
5924
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5925
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6126
5926
|
}
|
|
6127
5927
|
}
|
|
6128
5928
|
]
|
|
6129
5929
|
},
|
|
6130
5930
|
{
|
|
6131
5931
|
"kind": "javascript-module",
|
|
6132
|
-
"path": "src/cell-renderers/
|
|
5932
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
6133
5933
|
"declarations": [
|
|
6134
5934
|
{
|
|
6135
5935
|
"kind": "class",
|
|
6136
|
-
"description": "
|
|
6137
|
-
"name": "
|
|
5936
|
+
"description": "",
|
|
5937
|
+
"name": "AgTextRenderer",
|
|
5938
|
+
"superclass": {
|
|
5939
|
+
"name": "AgTextFieldRenderer",
|
|
5940
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
5941
|
+
},
|
|
5942
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
5943
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
5944
|
+
"customElement": true,
|
|
6138
5945
|
"members": [
|
|
6139
5946
|
{
|
|
6140
5947
|
"kind": "field",
|
|
6141
|
-
"name": "
|
|
5948
|
+
"name": "textField",
|
|
6142
5949
|
"type": {
|
|
6143
|
-
"text": "
|
|
5950
|
+
"text": "TextField"
|
|
6144
5951
|
},
|
|
6145
|
-
"privacy": "public"
|
|
5952
|
+
"privacy": "public",
|
|
5953
|
+
"inheritedFrom": {
|
|
5954
|
+
"name": "AgTextFieldRenderer",
|
|
5955
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5956
|
+
}
|
|
6146
5957
|
},
|
|
6147
5958
|
{
|
|
6148
5959
|
"kind": "field",
|
|
6149
|
-
"name": "
|
|
5960
|
+
"name": "textValue",
|
|
6150
5961
|
"type": {
|
|
6151
|
-
"text": "
|
|
5962
|
+
"text": "string"
|
|
5963
|
+
},
|
|
5964
|
+
"default": "''",
|
|
5965
|
+
"inheritedFrom": {
|
|
5966
|
+
"name": "AgTextFieldRenderer",
|
|
5967
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6152
5968
|
}
|
|
6153
5969
|
},
|
|
6154
5970
|
{
|
|
6155
|
-
"kind": "
|
|
6156
|
-
"name": "
|
|
6157
|
-
"
|
|
6158
|
-
|
|
6159
|
-
"type": {
|
|
6160
|
-
"text": "boolean"
|
|
6161
|
-
}
|
|
5971
|
+
"kind": "field",
|
|
5972
|
+
"name": "params",
|
|
5973
|
+
"type": {
|
|
5974
|
+
"text": "FuiCellRendererParams"
|
|
6162
5975
|
},
|
|
6163
|
-
"
|
|
6164
|
-
|
|
6165
|
-
|
|
6166
|
-
|
|
6167
|
-
|
|
5976
|
+
"privacy": "public",
|
|
5977
|
+
"inheritedFrom": {
|
|
5978
|
+
"name": "AgTextFieldRenderer",
|
|
5979
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5980
|
+
}
|
|
6168
5981
|
},
|
|
6169
5982
|
{
|
|
6170
5983
|
"kind": "method",
|
|
@@ -6174,10 +5987,14 @@
|
|
|
6174
5987
|
{
|
|
6175
5988
|
"name": "params",
|
|
6176
5989
|
"type": {
|
|
6177
|
-
"text": "
|
|
5990
|
+
"text": "FuiCellRendererParams"
|
|
6178
5991
|
}
|
|
6179
5992
|
}
|
|
6180
|
-
]
|
|
5993
|
+
],
|
|
5994
|
+
"inheritedFrom": {
|
|
5995
|
+
"name": "AgTextFieldRenderer",
|
|
5996
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5997
|
+
}
|
|
6181
5998
|
},
|
|
6182
5999
|
{
|
|
6183
6000
|
"kind": "method",
|
|
@@ -6187,12 +6004,20 @@
|
|
|
6187
6004
|
"type": {
|
|
6188
6005
|
"text": "HTMLElement"
|
|
6189
6006
|
}
|
|
6007
|
+
},
|
|
6008
|
+
"inheritedFrom": {
|
|
6009
|
+
"name": "AgTextFieldRenderer",
|
|
6010
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6190
6011
|
}
|
|
6191
6012
|
},
|
|
6192
6013
|
{
|
|
6193
6014
|
"kind": "method",
|
|
6194
6015
|
"name": "destroy",
|
|
6195
|
-
"privacy": "public"
|
|
6016
|
+
"privacy": "public",
|
|
6017
|
+
"inheritedFrom": {
|
|
6018
|
+
"name": "AgTextFieldRenderer",
|
|
6019
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6020
|
+
}
|
|
6196
6021
|
},
|
|
6197
6022
|
{
|
|
6198
6023
|
"kind": "method",
|
|
@@ -6202,18 +6027,49 @@
|
|
|
6202
6027
|
{
|
|
6203
6028
|
"name": "params",
|
|
6204
6029
|
"type": {
|
|
6205
|
-
"text": "
|
|
6030
|
+
"text": "FuiCellRendererParams"
|
|
6206
6031
|
}
|
|
6207
6032
|
}
|
|
6208
|
-
]
|
|
6033
|
+
],
|
|
6034
|
+
"inheritedFrom": {
|
|
6035
|
+
"name": "AgTextFieldRenderer",
|
|
6036
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6037
|
+
}
|
|
6209
6038
|
},
|
|
6210
6039
|
{
|
|
6211
6040
|
"kind": "method",
|
|
6212
|
-
"name": "
|
|
6041
|
+
"name": "isDisabled",
|
|
6042
|
+
"privacy": "public",
|
|
6043
|
+
"return": {
|
|
6044
|
+
"type": {
|
|
6045
|
+
"text": "boolean"
|
|
6046
|
+
}
|
|
6047
|
+
},
|
|
6048
|
+
"parameters": [
|
|
6049
|
+
{
|
|
6050
|
+
"name": "data"
|
|
6051
|
+
}
|
|
6052
|
+
],
|
|
6053
|
+
"inheritedFrom": {
|
|
6054
|
+
"name": "AgTextFieldRenderer",
|
|
6055
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6056
|
+
}
|
|
6213
6057
|
},
|
|
6214
6058
|
{
|
|
6215
|
-
"kind": "
|
|
6216
|
-
"name": "
|
|
6059
|
+
"kind": "field",
|
|
6060
|
+
"name": "textChanged",
|
|
6061
|
+
"privacy": "public",
|
|
6062
|
+
"description": "On text change handler",
|
|
6063
|
+
"parameters": [
|
|
6064
|
+
{
|
|
6065
|
+
"description": "CustomEvent",
|
|
6066
|
+
"name": "e"
|
|
6067
|
+
}
|
|
6068
|
+
],
|
|
6069
|
+
"inheritedFrom": {
|
|
6070
|
+
"name": "AgTextFieldRenderer",
|
|
6071
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6072
|
+
}
|
|
6217
6073
|
},
|
|
6218
6074
|
{
|
|
6219
6075
|
"kind": "field",
|
|
@@ -6326,97 +6182,118 @@
|
|
|
6326
6182
|
"module": "src/foundation-element/foundation-element.ts"
|
|
6327
6183
|
}
|
|
6328
6184
|
}
|
|
6329
|
-
]
|
|
6330
|
-
"superclass": {
|
|
6331
|
-
"name": "FoundationElement",
|
|
6332
|
-
"package": "@microsoft/fast-foundation"
|
|
6333
|
-
},
|
|
6334
|
-
"tagName": "%%prefix%%-boolean-renderer",
|
|
6335
|
-
"customElement": true
|
|
6185
|
+
]
|
|
6336
6186
|
},
|
|
6337
6187
|
{
|
|
6338
6188
|
"kind": "variable",
|
|
6339
|
-
"name": "
|
|
6340
|
-
"default": "
|
|
6341
|
-
"
|
|
6342
|
-
"
|
|
6189
|
+
"name": "textRendererStyles",
|
|
6190
|
+
"default": "textFieldRendererStyles",
|
|
6191
|
+
"privacy": "public",
|
|
6192
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
6343
6193
|
},
|
|
6344
6194
|
{
|
|
6345
|
-
"kind": "
|
|
6346
|
-
"name": "
|
|
6347
|
-
"
|
|
6348
|
-
|
|
6349
|
-
|
|
6350
|
-
"default": "'foundation'",
|
|
6351
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6352
|
-
}
|
|
6353
|
-
],
|
|
6354
|
-
"description": "Get a Design System prefixed Checkbox template.",
|
|
6355
|
-
"return": {
|
|
6356
|
-
"type": {
|
|
6357
|
-
"text": ""
|
|
6358
|
-
}
|
|
6359
|
-
},
|
|
6360
|
-
"privacy": "public"
|
|
6195
|
+
"kind": "variable",
|
|
6196
|
+
"name": "getTextRendererTemplate",
|
|
6197
|
+
"default": "getTextFieldRendererTemplate",
|
|
6198
|
+
"privacy": "public",
|
|
6199
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
6361
6200
|
},
|
|
6362
6201
|
{
|
|
6363
6202
|
"kind": "variable",
|
|
6364
|
-
"name": "
|
|
6365
|
-
"description": "A function that returns a Foundation
|
|
6366
|
-
"privacy": "public"
|
|
6203
|
+
"name": "foundationAgTextRenderer",
|
|
6204
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
6205
|
+
"privacy": "public",
|
|
6206
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
6367
6207
|
}
|
|
6368
6208
|
],
|
|
6369
6209
|
"exports": [
|
|
6370
6210
|
{
|
|
6371
6211
|
"kind": "js",
|
|
6372
|
-
"name": "
|
|
6212
|
+
"name": "AgTextRenderer",
|
|
6373
6213
|
"declaration": {
|
|
6374
|
-
"name": "
|
|
6375
|
-
"module": "src/cell-renderers/
|
|
6214
|
+
"name": "AgTextRenderer",
|
|
6215
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6376
6216
|
}
|
|
6377
6217
|
},
|
|
6378
6218
|
{
|
|
6379
6219
|
"kind": "js",
|
|
6380
|
-
"name": "
|
|
6220
|
+
"name": "textRendererStyles",
|
|
6381
6221
|
"declaration": {
|
|
6382
|
-
"name": "
|
|
6383
|
-
"module": "src/cell-renderers/
|
|
6222
|
+
"name": "textRendererStyles",
|
|
6223
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6384
6224
|
}
|
|
6385
6225
|
},
|
|
6386
6226
|
{
|
|
6387
6227
|
"kind": "js",
|
|
6388
|
-
"name": "
|
|
6228
|
+
"name": "getTextRendererTemplate",
|
|
6389
6229
|
"declaration": {
|
|
6390
|
-
"name": "
|
|
6391
|
-
"module": "src/cell-renderers/
|
|
6230
|
+
"name": "getTextRendererTemplate",
|
|
6231
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6392
6232
|
}
|
|
6393
6233
|
},
|
|
6394
6234
|
{
|
|
6395
6235
|
"kind": "js",
|
|
6396
|
-
"name": "
|
|
6236
|
+
"name": "foundationAgTextRenderer",
|
|
6397
6237
|
"declaration": {
|
|
6398
|
-
"name": "
|
|
6399
|
-
"module": "src/cell-renderers/
|
|
6238
|
+
"name": "foundationAgTextRenderer",
|
|
6239
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6400
6240
|
}
|
|
6401
6241
|
}
|
|
6402
6242
|
]
|
|
6403
6243
|
},
|
|
6404
6244
|
{
|
|
6405
6245
|
"kind": "javascript-module",
|
|
6406
|
-
"path": "src/cell-
|
|
6246
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
6407
6247
|
"declarations": [
|
|
6408
6248
|
{
|
|
6409
6249
|
"kind": "class",
|
|
6410
|
-
"description": "The AG
|
|
6411
|
-
"name": "
|
|
6250
|
+
"description": "The AG Date Editor element.",
|
|
6251
|
+
"name": "DateEditor",
|
|
6412
6252
|
"members": [
|
|
6413
6253
|
{
|
|
6414
6254
|
"kind": "field",
|
|
6415
|
-
"name": "
|
|
6255
|
+
"name": "value",
|
|
6256
|
+
"type": {
|
|
6257
|
+
"text": "number"
|
|
6258
|
+
},
|
|
6259
|
+
"privacy": "public"
|
|
6260
|
+
},
|
|
6261
|
+
{
|
|
6262
|
+
"kind": "field",
|
|
6263
|
+
"name": "actualWidth",
|
|
6264
|
+
"type": {
|
|
6265
|
+
"text": "number"
|
|
6266
|
+
},
|
|
6267
|
+
"privacy": "public"
|
|
6268
|
+
},
|
|
6269
|
+
{
|
|
6270
|
+
"kind": "field",
|
|
6271
|
+
"name": "params",
|
|
6272
|
+
"type": {
|
|
6273
|
+
"text": "DateEditorParams"
|
|
6274
|
+
}
|
|
6275
|
+
},
|
|
6276
|
+
{
|
|
6277
|
+
"kind": "field",
|
|
6278
|
+
"name": "dateFormat",
|
|
6416
6279
|
"type": {
|
|
6417
6280
|
"text": "string"
|
|
6418
6281
|
}
|
|
6419
6282
|
},
|
|
6283
|
+
{
|
|
6284
|
+
"kind": "field",
|
|
6285
|
+
"name": "input",
|
|
6286
|
+
"type": {
|
|
6287
|
+
"text": "any"
|
|
6288
|
+
}
|
|
6289
|
+
},
|
|
6290
|
+
{
|
|
6291
|
+
"kind": "field",
|
|
6292
|
+
"name": "inputType",
|
|
6293
|
+
"type": {
|
|
6294
|
+
"text": "'datetime-local' | 'date'"
|
|
6295
|
+
}
|
|
6296
|
+
},
|
|
6420
6297
|
{
|
|
6421
6298
|
"kind": "method",
|
|
6422
6299
|
"name": "init",
|
|
@@ -6425,7 +6302,7 @@
|
|
|
6425
6302
|
{
|
|
6426
6303
|
"name": "params",
|
|
6427
6304
|
"type": {
|
|
6428
|
-
"text": "
|
|
6305
|
+
"text": "DateEditorParams"
|
|
6429
6306
|
}
|
|
6430
6307
|
}
|
|
6431
6308
|
]
|
|
@@ -6442,16 +6319,51 @@
|
|
|
6442
6319
|
},
|
|
6443
6320
|
{
|
|
6444
6321
|
"kind": "method",
|
|
6445
|
-
"name": "refresh",
|
|
6446
|
-
"privacy": "public",
|
|
6447
|
-
"
|
|
6448
|
-
{
|
|
6449
|
-
"
|
|
6450
|
-
|
|
6451
|
-
|
|
6452
|
-
|
|
6453
|
-
|
|
6454
|
-
|
|
6322
|
+
"name": "refresh",
|
|
6323
|
+
"privacy": "public",
|
|
6324
|
+
"return": {
|
|
6325
|
+
"type": {
|
|
6326
|
+
"text": "boolean"
|
|
6327
|
+
}
|
|
6328
|
+
},
|
|
6329
|
+
"parameters": [
|
|
6330
|
+
{
|
|
6331
|
+
"name": "params",
|
|
6332
|
+
"type": {
|
|
6333
|
+
"text": "DateEditorParams"
|
|
6334
|
+
}
|
|
6335
|
+
}
|
|
6336
|
+
]
|
|
6337
|
+
},
|
|
6338
|
+
{
|
|
6339
|
+
"kind": "method",
|
|
6340
|
+
"name": "getValue"
|
|
6341
|
+
},
|
|
6342
|
+
{
|
|
6343
|
+
"kind": "method",
|
|
6344
|
+
"name": "isPopup",
|
|
6345
|
+
"return": {
|
|
6346
|
+
"type": {
|
|
6347
|
+
"text": "boolean"
|
|
6348
|
+
}
|
|
6349
|
+
}
|
|
6350
|
+
},
|
|
6351
|
+
{
|
|
6352
|
+
"kind": "method",
|
|
6353
|
+
"name": "changeHandler",
|
|
6354
|
+
"parameters": [
|
|
6355
|
+
{
|
|
6356
|
+
"name": "event"
|
|
6357
|
+
}
|
|
6358
|
+
]
|
|
6359
|
+
},
|
|
6360
|
+
{
|
|
6361
|
+
"kind": "method",
|
|
6362
|
+
"name": "afterGuiAttached"
|
|
6363
|
+
},
|
|
6364
|
+
{
|
|
6365
|
+
"kind": "method",
|
|
6366
|
+
"name": "isCancelBeforeStart"
|
|
6455
6367
|
},
|
|
6456
6368
|
{
|
|
6457
6369
|
"kind": "field",
|
|
@@ -6569,27 +6481,27 @@
|
|
|
6569
6481
|
"name": "FoundationElement",
|
|
6570
6482
|
"package": "@microsoft/fast-foundation"
|
|
6571
6483
|
},
|
|
6572
|
-
"tagName": "%%prefix%%-
|
|
6484
|
+
"tagName": "%%prefix%%-date-editor",
|
|
6573
6485
|
"customElement": true
|
|
6574
6486
|
},
|
|
6575
6487
|
{
|
|
6576
6488
|
"kind": "variable",
|
|
6577
|
-
"name": "
|
|
6578
|
-
"default": "css`\n :host {\n display: flex;\n
|
|
6579
|
-
"description": "The AG
|
|
6489
|
+
"name": "agDateEditorStyles",
|
|
6490
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
6491
|
+
"description": "The AG Select Renderer Styles.",
|
|
6580
6492
|
"privacy": "public"
|
|
6581
6493
|
},
|
|
6582
6494
|
{
|
|
6583
6495
|
"kind": "function",
|
|
6584
|
-
"name": "
|
|
6496
|
+
"name": "getDateEditorTemplate",
|
|
6585
6497
|
"parameters": [
|
|
6586
6498
|
{
|
|
6587
|
-
"name": "
|
|
6499
|
+
"name": "prefix",
|
|
6588
6500
|
"default": "'foundation'",
|
|
6589
6501
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6590
6502
|
}
|
|
6591
6503
|
],
|
|
6592
|
-
"description": "Get a Design System prefixed
|
|
6504
|
+
"description": "Get a Design System prefixed Select template.",
|
|
6593
6505
|
"return": {
|
|
6594
6506
|
"type": {
|
|
6595
6507
|
"text": ""
|
|
@@ -6599,88 +6511,114 @@
|
|
|
6599
6511
|
},
|
|
6600
6512
|
{
|
|
6601
6513
|
"kind": "variable",
|
|
6602
|
-
"name": "
|
|
6603
|
-
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
6514
|
+
"name": "foundationDateEditor",
|
|
6604
6515
|
"privacy": "public"
|
|
6605
6516
|
}
|
|
6606
6517
|
],
|
|
6607
6518
|
"exports": [
|
|
6608
6519
|
{
|
|
6609
6520
|
"kind": "js",
|
|
6610
|
-
"name": "
|
|
6521
|
+
"name": "DateEditor",
|
|
6611
6522
|
"declaration": {
|
|
6612
|
-
"name": "
|
|
6613
|
-
"module": "src/cell-
|
|
6523
|
+
"name": "DateEditor",
|
|
6524
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6614
6525
|
}
|
|
6615
6526
|
},
|
|
6616
6527
|
{
|
|
6617
6528
|
"kind": "js",
|
|
6618
|
-
"name": "
|
|
6529
|
+
"name": "agDateEditorStyles",
|
|
6619
6530
|
"declaration": {
|
|
6620
|
-
"name": "
|
|
6621
|
-
"module": "src/cell-
|
|
6531
|
+
"name": "agDateEditorStyles",
|
|
6532
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6622
6533
|
}
|
|
6623
6534
|
},
|
|
6624
6535
|
{
|
|
6625
6536
|
"kind": "js",
|
|
6626
|
-
"name": "
|
|
6537
|
+
"name": "getDateEditorTemplate",
|
|
6627
6538
|
"declaration": {
|
|
6628
|
-
"name": "
|
|
6629
|
-
"module": "src/cell-
|
|
6539
|
+
"name": "getDateEditorTemplate",
|
|
6540
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6630
6541
|
}
|
|
6631
6542
|
},
|
|
6632
6543
|
{
|
|
6633
6544
|
"kind": "js",
|
|
6634
|
-
"name": "
|
|
6545
|
+
"name": "foundationDateEditor",
|
|
6635
6546
|
"declaration": {
|
|
6636
|
-
"name": "
|
|
6637
|
-
"module": "src/cell-
|
|
6547
|
+
"name": "foundationDateEditor",
|
|
6548
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
6638
6549
|
}
|
|
6639
6550
|
}
|
|
6640
6551
|
]
|
|
6641
6552
|
},
|
|
6642
6553
|
{
|
|
6643
6554
|
"kind": "javascript-module",
|
|
6644
|
-
"path": "src/cell-
|
|
6645
|
-
"declarations": [
|
|
6555
|
+
"path": "src/cell-editors/index.ts",
|
|
6556
|
+
"declarations": [],
|
|
6557
|
+
"exports": [
|
|
6646
6558
|
{
|
|
6647
|
-
"kind": "
|
|
6648
|
-
"name": "
|
|
6649
|
-
"
|
|
6650
|
-
|
|
6651
|
-
|
|
6559
|
+
"kind": "js",
|
|
6560
|
+
"name": "*",
|
|
6561
|
+
"declaration": {
|
|
6562
|
+
"name": "*",
|
|
6563
|
+
"package": "./date.editor"
|
|
6564
|
+
}
|
|
6652
6565
|
},
|
|
6653
6566
|
{
|
|
6654
|
-
"kind": "
|
|
6655
|
-
"name": "
|
|
6656
|
-
"
|
|
6657
|
-
|
|
6658
|
-
|
|
6659
|
-
|
|
6660
|
-
|
|
6661
|
-
|
|
6662
|
-
|
|
6663
|
-
|
|
6664
|
-
|
|
6665
|
-
|
|
6666
|
-
|
|
6667
|
-
|
|
6668
|
-
|
|
6669
|
-
|
|
6670
|
-
|
|
6671
|
-
|
|
6672
|
-
"
|
|
6567
|
+
"kind": "js",
|
|
6568
|
+
"name": "*",
|
|
6569
|
+
"declaration": {
|
|
6570
|
+
"name": "*",
|
|
6571
|
+
"package": "./multiselect.editor"
|
|
6572
|
+
}
|
|
6573
|
+
},
|
|
6574
|
+
{
|
|
6575
|
+
"kind": "js",
|
|
6576
|
+
"name": "*",
|
|
6577
|
+
"declaration": {
|
|
6578
|
+
"name": "*",
|
|
6579
|
+
"package": "./number.editor"
|
|
6580
|
+
}
|
|
6581
|
+
},
|
|
6582
|
+
{
|
|
6583
|
+
"kind": "js",
|
|
6584
|
+
"name": "*",
|
|
6585
|
+
"declaration": {
|
|
6586
|
+
"name": "*",
|
|
6587
|
+
"package": "./select.editor"
|
|
6588
|
+
}
|
|
6673
6589
|
},
|
|
6590
|
+
{
|
|
6591
|
+
"kind": "js",
|
|
6592
|
+
"name": "*",
|
|
6593
|
+
"declaration": {
|
|
6594
|
+
"name": "*",
|
|
6595
|
+
"package": "./string.editor"
|
|
6596
|
+
}
|
|
6597
|
+
}
|
|
6598
|
+
]
|
|
6599
|
+
},
|
|
6600
|
+
{
|
|
6601
|
+
"kind": "javascript-module",
|
|
6602
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
6603
|
+
"declarations": [
|
|
6674
6604
|
{
|
|
6675
6605
|
"kind": "class",
|
|
6676
|
-
"description": "
|
|
6677
|
-
"name": "
|
|
6606
|
+
"description": "The AG Multiselect Editor element.",
|
|
6607
|
+
"name": "MultiselectEditor",
|
|
6678
6608
|
"members": [
|
|
6679
6609
|
{
|
|
6680
6610
|
"kind": "field",
|
|
6681
6611
|
"name": "params",
|
|
6682
6612
|
"type": {
|
|
6683
|
-
"text": "
|
|
6613
|
+
"text": "MultiselectEditorParams"
|
|
6614
|
+
},
|
|
6615
|
+
"privacy": "public"
|
|
6616
|
+
},
|
|
6617
|
+
{
|
|
6618
|
+
"kind": "field",
|
|
6619
|
+
"name": "selectedOptions",
|
|
6620
|
+
"type": {
|
|
6621
|
+
"text": "any[]"
|
|
6684
6622
|
},
|
|
6685
6623
|
"privacy": "public"
|
|
6686
6624
|
},
|
|
@@ -6692,7 +6630,7 @@
|
|
|
6692
6630
|
{
|
|
6693
6631
|
"name": "params",
|
|
6694
6632
|
"type": {
|
|
6695
|
-
"text": "
|
|
6633
|
+
"text": "MultiselectEditorParams"
|
|
6696
6634
|
}
|
|
6697
6635
|
}
|
|
6698
6636
|
]
|
|
@@ -6707,24 +6645,60 @@
|
|
|
6707
6645
|
}
|
|
6708
6646
|
}
|
|
6709
6647
|
},
|
|
6648
|
+
{
|
|
6649
|
+
"kind": "method",
|
|
6650
|
+
"name": "destroy",
|
|
6651
|
+
"privacy": "public",
|
|
6652
|
+
"return": {
|
|
6653
|
+
"type": {
|
|
6654
|
+
"text": "void"
|
|
6655
|
+
}
|
|
6656
|
+
}
|
|
6657
|
+
},
|
|
6710
6658
|
{
|
|
6711
6659
|
"kind": "method",
|
|
6712
6660
|
"name": "refresh",
|
|
6661
|
+
"privacy": "public",
|
|
6662
|
+
"return": {
|
|
6663
|
+
"type": {
|
|
6664
|
+
"text": "boolean"
|
|
6665
|
+
}
|
|
6666
|
+
},
|
|
6713
6667
|
"parameters": [
|
|
6714
6668
|
{
|
|
6715
|
-
"name": "params"
|
|
6669
|
+
"name": "params",
|
|
6670
|
+
"type": {
|
|
6671
|
+
"text": "MultiselectEditorParams"
|
|
6672
|
+
}
|
|
6716
6673
|
}
|
|
6717
6674
|
]
|
|
6718
6675
|
},
|
|
6719
6676
|
{
|
|
6720
6677
|
"kind": "method",
|
|
6721
|
-
"name": "
|
|
6678
|
+
"name": "getValue"
|
|
6679
|
+
},
|
|
6680
|
+
{
|
|
6681
|
+
"kind": "method",
|
|
6682
|
+
"name": "isPopup",
|
|
6722
6683
|
"return": {
|
|
6723
6684
|
"type": {
|
|
6724
|
-
"text": "
|
|
6685
|
+
"text": "boolean"
|
|
6725
6686
|
}
|
|
6726
6687
|
}
|
|
6727
6688
|
},
|
|
6689
|
+
{
|
|
6690
|
+
"kind": "method",
|
|
6691
|
+
"name": "changeHandler",
|
|
6692
|
+
"parameters": [
|
|
6693
|
+
{
|
|
6694
|
+
"name": "event"
|
|
6695
|
+
}
|
|
6696
|
+
]
|
|
6697
|
+
},
|
|
6698
|
+
{
|
|
6699
|
+
"kind": "method",
|
|
6700
|
+
"name": "isCancelBeforeStart"
|
|
6701
|
+
},
|
|
6728
6702
|
{
|
|
6729
6703
|
"kind": "field",
|
|
6730
6704
|
"name": "_presentation",
|
|
@@ -6838,145 +6812,92 @@
|
|
|
6838
6812
|
}
|
|
6839
6813
|
],
|
|
6840
6814
|
"superclass": {
|
|
6841
|
-
"name": "FoundationElement",
|
|
6842
|
-
"package": "@microsoft/fast-foundation"
|
|
6843
|
-
}
|
|
6844
|
-
|
|
6845
|
-
|
|
6846
|
-
"kind": "variable",
|
|
6847
|
-
"name": "foundationIconRenderer",
|
|
6848
|
-
"description": "A function that returns a Foundation Icon Renderer registration for configuring the component with a DesignSystem.",
|
|
6849
|
-
"privacy": "public"
|
|
6850
|
-
}
|
|
6851
|
-
],
|
|
6852
|
-
"exports": [
|
|
6853
|
-
{
|
|
6854
|
-
"kind": "js",
|
|
6855
|
-
"name": "agIconRendererStyles",
|
|
6856
|
-
"declaration": {
|
|
6857
|
-
"name": "agIconRendererStyles",
|
|
6858
|
-
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6859
|
-
}
|
|
6860
|
-
},
|
|
6861
|
-
{
|
|
6862
|
-
"kind": "js",
|
|
6863
|
-
"name": "getIconRendererTemplate",
|
|
6864
|
-
"declaration": {
|
|
6865
|
-
"name": "getIconRendererTemplate",
|
|
6866
|
-
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6867
|
-
}
|
|
6868
|
-
},
|
|
6869
|
-
{
|
|
6870
|
-
"kind": "js",
|
|
6871
|
-
"name": "IconRenderer",
|
|
6872
|
-
"declaration": {
|
|
6873
|
-
"name": "IconRenderer",
|
|
6874
|
-
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6875
|
-
}
|
|
6876
|
-
},
|
|
6877
|
-
{
|
|
6878
|
-
"kind": "js",
|
|
6879
|
-
"name": "foundationIconRenderer",
|
|
6880
|
-
"declaration": {
|
|
6881
|
-
"name": "foundationIconRenderer",
|
|
6882
|
-
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6883
|
-
}
|
|
6884
|
-
}
|
|
6885
|
-
]
|
|
6886
|
-
},
|
|
6887
|
-
{
|
|
6888
|
-
"kind": "javascript-module",
|
|
6889
|
-
"path": "src/cell-renderers/index.ts",
|
|
6890
|
-
"declarations": [],
|
|
6891
|
-
"exports": [
|
|
6892
|
-
{
|
|
6893
|
-
"kind": "js",
|
|
6894
|
-
"name": "*",
|
|
6895
|
-
"declaration": {
|
|
6896
|
-
"name": "*",
|
|
6897
|
-
"package": "./action.renderer"
|
|
6898
|
-
}
|
|
6899
|
-
},
|
|
6900
|
-
{
|
|
6901
|
-
"kind": "js",
|
|
6902
|
-
"name": "*",
|
|
6903
|
-
"declaration": {
|
|
6904
|
-
"name": "*",
|
|
6905
|
-
"package": "./actions-menu.renderer"
|
|
6906
|
-
}
|
|
6907
|
-
},
|
|
6908
|
-
{
|
|
6909
|
-
"kind": "js",
|
|
6910
|
-
"name": "*",
|
|
6911
|
-
"declaration": {
|
|
6912
|
-
"name": "*",
|
|
6913
|
-
"package": "./boolean.renderer"
|
|
6914
|
-
}
|
|
6815
|
+
"name": "FoundationElement",
|
|
6816
|
+
"package": "@microsoft/fast-foundation"
|
|
6817
|
+
},
|
|
6818
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
6819
|
+
"customElement": true
|
|
6915
6820
|
},
|
|
6916
6821
|
{
|
|
6917
|
-
"kind": "
|
|
6918
|
-
"name": "
|
|
6919
|
-
"
|
|
6920
|
-
|
|
6921
|
-
|
|
6922
|
-
}
|
|
6822
|
+
"kind": "variable",
|
|
6823
|
+
"name": "agMultiselectEditorStyles",
|
|
6824
|
+
"default": "css``",
|
|
6825
|
+
"description": "The AG Select Renderer Styles.",
|
|
6826
|
+
"privacy": "public"
|
|
6923
6827
|
},
|
|
6924
6828
|
{
|
|
6925
|
-
"kind": "
|
|
6926
|
-
"name": "
|
|
6927
|
-
"
|
|
6928
|
-
|
|
6929
|
-
|
|
6930
|
-
|
|
6829
|
+
"kind": "function",
|
|
6830
|
+
"name": "getMultiselectEditorTemplate",
|
|
6831
|
+
"parameters": [
|
|
6832
|
+
{
|
|
6833
|
+
"name": "designSystem",
|
|
6834
|
+
"default": "'foundation'",
|
|
6835
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6836
|
+
}
|
|
6837
|
+
],
|
|
6838
|
+
"description": "Get a Design System prefixed Select template.",
|
|
6839
|
+
"return": {
|
|
6840
|
+
"type": {
|
|
6841
|
+
"text": ""
|
|
6842
|
+
}
|
|
6843
|
+
},
|
|
6844
|
+
"privacy": "public"
|
|
6931
6845
|
},
|
|
6846
|
+
{
|
|
6847
|
+
"kind": "variable",
|
|
6848
|
+
"name": "foundationMultiselectEditor",
|
|
6849
|
+
"privacy": "public"
|
|
6850
|
+
}
|
|
6851
|
+
],
|
|
6852
|
+
"exports": [
|
|
6932
6853
|
{
|
|
6933
6854
|
"kind": "js",
|
|
6934
|
-
"name": "
|
|
6855
|
+
"name": "MultiselectEditor",
|
|
6935
6856
|
"declaration": {
|
|
6936
|
-
"name": "
|
|
6937
|
-
"
|
|
6857
|
+
"name": "MultiselectEditor",
|
|
6858
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6938
6859
|
}
|
|
6939
6860
|
},
|
|
6940
6861
|
{
|
|
6941
6862
|
"kind": "js",
|
|
6942
|
-
"name": "
|
|
6863
|
+
"name": "agMultiselectEditorStyles",
|
|
6943
6864
|
"declaration": {
|
|
6944
|
-
"name": "
|
|
6945
|
-
"
|
|
6865
|
+
"name": "agMultiselectEditorStyles",
|
|
6866
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6946
6867
|
}
|
|
6947
6868
|
},
|
|
6948
6869
|
{
|
|
6949
6870
|
"kind": "js",
|
|
6950
|
-
"name": "
|
|
6871
|
+
"name": "getMultiselectEditorTemplate",
|
|
6951
6872
|
"declaration": {
|
|
6952
|
-
"name": "
|
|
6953
|
-
"
|
|
6873
|
+
"name": "getMultiselectEditorTemplate",
|
|
6874
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6954
6875
|
}
|
|
6955
6876
|
},
|
|
6956
6877
|
{
|
|
6957
6878
|
"kind": "js",
|
|
6958
|
-
"name": "
|
|
6879
|
+
"name": "foundationMultiselectEditor",
|
|
6959
6880
|
"declaration": {
|
|
6960
|
-
"name": "
|
|
6961
|
-
"
|
|
6881
|
+
"name": "foundationMultiselectEditor",
|
|
6882
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
6962
6883
|
}
|
|
6963
6884
|
}
|
|
6964
6885
|
]
|
|
6965
6886
|
},
|
|
6966
6887
|
{
|
|
6967
6888
|
"kind": "javascript-module",
|
|
6968
|
-
"path": "src/cell-
|
|
6889
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
6969
6890
|
"declarations": [
|
|
6970
6891
|
{
|
|
6971
6892
|
"kind": "class",
|
|
6972
|
-
"description": "The AG
|
|
6973
|
-
"name": "
|
|
6893
|
+
"description": "The AG Number Editor element.",
|
|
6894
|
+
"name": "NumberEditor",
|
|
6974
6895
|
"members": [
|
|
6975
6896
|
{
|
|
6976
6897
|
"kind": "field",
|
|
6977
6898
|
"name": "params",
|
|
6978
6899
|
"type": {
|
|
6979
|
-
"text": "
|
|
6900
|
+
"text": "NumberEditorParams"
|
|
6980
6901
|
},
|
|
6981
6902
|
"privacy": "public"
|
|
6982
6903
|
},
|
|
@@ -6984,7 +6905,23 @@
|
|
|
6984
6905
|
"kind": "field",
|
|
6985
6906
|
"name": "value",
|
|
6986
6907
|
"type": {
|
|
6987
|
-
"text": "
|
|
6908
|
+
"text": "number"
|
|
6909
|
+
},
|
|
6910
|
+
"privacy": "public"
|
|
6911
|
+
},
|
|
6912
|
+
{
|
|
6913
|
+
"kind": "field",
|
|
6914
|
+
"name": "actualWidth",
|
|
6915
|
+
"type": {
|
|
6916
|
+
"text": "number"
|
|
6917
|
+
},
|
|
6918
|
+
"privacy": "public"
|
|
6919
|
+
},
|
|
6920
|
+
{
|
|
6921
|
+
"kind": "field",
|
|
6922
|
+
"name": "input",
|
|
6923
|
+
"type": {
|
|
6924
|
+
"text": "any"
|
|
6988
6925
|
},
|
|
6989
6926
|
"privacy": "public"
|
|
6990
6927
|
},
|
|
@@ -6996,7 +6933,7 @@
|
|
|
6996
6933
|
{
|
|
6997
6934
|
"name": "params",
|
|
6998
6935
|
"type": {
|
|
6999
|
-
"text": "
|
|
6936
|
+
"text": "NumberEditorParams"
|
|
7000
6937
|
}
|
|
7001
6938
|
}
|
|
7002
6939
|
]
|
|
@@ -7011,16 +6948,6 @@
|
|
|
7011
6948
|
}
|
|
7012
6949
|
}
|
|
7013
6950
|
},
|
|
7014
|
-
{
|
|
7015
|
-
"kind": "method",
|
|
7016
|
-
"name": "destroy",
|
|
7017
|
-
"privacy": "public",
|
|
7018
|
-
"return": {
|
|
7019
|
-
"type": {
|
|
7020
|
-
"text": "void"
|
|
7021
|
-
}
|
|
7022
|
-
}
|
|
7023
|
-
},
|
|
7024
6951
|
{
|
|
7025
6952
|
"kind": "method",
|
|
7026
6953
|
"name": "refresh",
|
|
@@ -7034,31 +6961,41 @@
|
|
|
7034
6961
|
{
|
|
7035
6962
|
"name": "params",
|
|
7036
6963
|
"type": {
|
|
7037
|
-
"text": "
|
|
6964
|
+
"text": "NumberEditorParams"
|
|
7038
6965
|
}
|
|
7039
6966
|
}
|
|
7040
6967
|
]
|
|
7041
6968
|
},
|
|
7042
6969
|
{
|
|
7043
|
-
"kind": "
|
|
7044
|
-
"name": "
|
|
7045
|
-
"privacy": "public"
|
|
6970
|
+
"kind": "method",
|
|
6971
|
+
"name": "getValue"
|
|
7046
6972
|
},
|
|
7047
6973
|
{
|
|
7048
6974
|
"kind": "method",
|
|
7049
|
-
"name": "
|
|
7050
|
-
"privacy": "public",
|
|
6975
|
+
"name": "isPopup",
|
|
7051
6976
|
"return": {
|
|
7052
6977
|
"type": {
|
|
7053
6978
|
"text": "boolean"
|
|
7054
6979
|
}
|
|
7055
|
-
}
|
|
6980
|
+
}
|
|
6981
|
+
},
|
|
6982
|
+
{
|
|
6983
|
+
"kind": "method",
|
|
6984
|
+
"name": "afterGuiAttached"
|
|
6985
|
+
},
|
|
6986
|
+
{
|
|
6987
|
+
"kind": "method",
|
|
6988
|
+
"name": "changeHandler",
|
|
7056
6989
|
"parameters": [
|
|
7057
6990
|
{
|
|
7058
|
-
"name": "
|
|
6991
|
+
"name": "event"
|
|
7059
6992
|
}
|
|
7060
6993
|
]
|
|
7061
6994
|
},
|
|
6995
|
+
{
|
|
6996
|
+
"kind": "method",
|
|
6997
|
+
"name": "isCancelBeforeStart"
|
|
6998
|
+
},
|
|
7062
6999
|
{
|
|
7063
7000
|
"kind": "field",
|
|
7064
7001
|
"name": "_presentation",
|
|
@@ -7175,26 +7112,23 @@
|
|
|
7175
7112
|
"name": "FoundationElement",
|
|
7176
7113
|
"package": "@microsoft/fast-foundation"
|
|
7177
7114
|
},
|
|
7178
|
-
"tagName": "%%prefix%%-
|
|
7115
|
+
"tagName": "%%prefix%%-number-editor",
|
|
7179
7116
|
"customElement": true
|
|
7180
7117
|
},
|
|
7181
7118
|
{
|
|
7182
7119
|
"kind": "variable",
|
|
7183
|
-
"name": "
|
|
7184
|
-
"default": "css`\n :host
|
|
7185
|
-
"description": "The AG
|
|
7120
|
+
"name": "agNumberEditorStyles",
|
|
7121
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
7122
|
+
"description": "The AG Number Editor Styles.",
|
|
7186
7123
|
"privacy": "public"
|
|
7187
7124
|
},
|
|
7188
7125
|
{
|
|
7189
7126
|
"kind": "function",
|
|
7190
|
-
"name": "
|
|
7127
|
+
"name": "getNumberEditorTemplate",
|
|
7191
7128
|
"parameters": [
|
|
7192
7129
|
{
|
|
7193
7130
|
"name": "designSystem",
|
|
7194
7131
|
"default": "'foundation'",
|
|
7195
|
-
"type": {
|
|
7196
|
-
"text": "string"
|
|
7197
|
-
},
|
|
7198
7132
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7199
7133
|
}
|
|
7200
7134
|
],
|
|
@@ -7208,123 +7142,156 @@
|
|
|
7208
7142
|
},
|
|
7209
7143
|
{
|
|
7210
7144
|
"kind": "variable",
|
|
7211
|
-
"name": "
|
|
7212
|
-
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
7145
|
+
"name": "foundationNumberEditor",
|
|
7213
7146
|
"privacy": "public"
|
|
7214
7147
|
}
|
|
7215
7148
|
],
|
|
7216
7149
|
"exports": [
|
|
7217
7150
|
{
|
|
7218
7151
|
"kind": "js",
|
|
7219
|
-
"name": "
|
|
7152
|
+
"name": "NumberEditor",
|
|
7220
7153
|
"declaration": {
|
|
7221
|
-
"name": "
|
|
7222
|
-
"module": "src/cell-
|
|
7154
|
+
"name": "NumberEditor",
|
|
7155
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
7223
7156
|
}
|
|
7224
7157
|
},
|
|
7225
7158
|
{
|
|
7226
7159
|
"kind": "js",
|
|
7227
|
-
"name": "
|
|
7160
|
+
"name": "agNumberEditorStyles",
|
|
7228
7161
|
"declaration": {
|
|
7229
|
-
"name": "
|
|
7230
|
-
"module": "src/cell-
|
|
7162
|
+
"name": "agNumberEditorStyles",
|
|
7163
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
7231
7164
|
}
|
|
7232
7165
|
},
|
|
7233
7166
|
{
|
|
7234
7167
|
"kind": "js",
|
|
7235
|
-
"name": "
|
|
7168
|
+
"name": "getNumberEditorTemplate",
|
|
7236
7169
|
"declaration": {
|
|
7237
|
-
"name": "
|
|
7238
|
-
"module": "src/cell-
|
|
7170
|
+
"name": "getNumberEditorTemplate",
|
|
7171
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
7239
7172
|
}
|
|
7240
7173
|
},
|
|
7241
7174
|
{
|
|
7242
7175
|
"kind": "js",
|
|
7243
|
-
"name": "
|
|
7176
|
+
"name": "foundationNumberEditor",
|
|
7244
7177
|
"declaration": {
|
|
7245
|
-
"name": "
|
|
7246
|
-
"module": "src/cell-
|
|
7178
|
+
"name": "foundationNumberEditor",
|
|
7179
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
7247
7180
|
}
|
|
7248
7181
|
}
|
|
7249
7182
|
]
|
|
7250
7183
|
},
|
|
7251
7184
|
{
|
|
7252
7185
|
"kind": "javascript-module",
|
|
7253
|
-
"path": "src/cell-
|
|
7186
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
7254
7187
|
"declarations": [
|
|
7255
7188
|
{
|
|
7256
|
-
"kind": "
|
|
7257
|
-
"
|
|
7258
|
-
"
|
|
7259
|
-
"
|
|
7260
|
-
"privacy": "public"
|
|
7261
|
-
},
|
|
7262
|
-
{
|
|
7263
|
-
"kind": "function",
|
|
7264
|
-
"name": "getStatusPillRendererTemplate",
|
|
7265
|
-
"parameters": [
|
|
7189
|
+
"kind": "class",
|
|
7190
|
+
"description": "The AG Select Editor element.",
|
|
7191
|
+
"name": "SelectEditor",
|
|
7192
|
+
"members": [
|
|
7266
7193
|
{
|
|
7267
|
-
"
|
|
7268
|
-
"
|
|
7194
|
+
"kind": "field",
|
|
7195
|
+
"name": "params",
|
|
7196
|
+
"type": {
|
|
7197
|
+
"text": "SelectEditorParams"
|
|
7198
|
+
},
|
|
7199
|
+
"privacy": "public"
|
|
7200
|
+
},
|
|
7201
|
+
{
|
|
7202
|
+
"kind": "field",
|
|
7203
|
+
"name": "value",
|
|
7269
7204
|
"type": {
|
|
7270
7205
|
"text": "string"
|
|
7271
7206
|
},
|
|
7272
|
-
"
|
|
7273
|
-
}
|
|
7274
|
-
],
|
|
7275
|
-
"description": "Get a Design System prefixed Status Pill template.",
|
|
7276
|
-
"return": {
|
|
7277
|
-
"type": {
|
|
7278
|
-
"text": ""
|
|
7279
|
-
}
|
|
7280
|
-
},
|
|
7281
|
-
"privacy": "public"
|
|
7282
|
-
},
|
|
7283
|
-
{
|
|
7284
|
-
"kind": "class",
|
|
7285
|
-
"description": "The AG Status Pill Renderer element.",
|
|
7286
|
-
"name": "StatusPillRenderer",
|
|
7287
|
-
"members": [
|
|
7207
|
+
"privacy": "public"
|
|
7208
|
+
},
|
|
7288
7209
|
{
|
|
7289
7210
|
"kind": "field",
|
|
7290
|
-
"name": "
|
|
7211
|
+
"name": "actualWidth",
|
|
7291
7212
|
"type": {
|
|
7292
|
-
"text": "
|
|
7293
|
-
}
|
|
7213
|
+
"text": "number"
|
|
7214
|
+
},
|
|
7215
|
+
"privacy": "public"
|
|
7216
|
+
},
|
|
7217
|
+
{
|
|
7218
|
+
"kind": "field",
|
|
7219
|
+
"name": "combobox",
|
|
7220
|
+
"type": {
|
|
7221
|
+
"text": "any"
|
|
7222
|
+
},
|
|
7223
|
+
"privacy": "public"
|
|
7294
7224
|
},
|
|
7295
7225
|
{
|
|
7296
7226
|
"kind": "method",
|
|
7297
7227
|
"name": "init",
|
|
7228
|
+
"privacy": "public",
|
|
7229
|
+
"parameters": [
|
|
7230
|
+
{
|
|
7231
|
+
"name": "params",
|
|
7232
|
+
"type": {
|
|
7233
|
+
"text": "SelectEditorParams"
|
|
7234
|
+
}
|
|
7235
|
+
}
|
|
7236
|
+
]
|
|
7237
|
+
},
|
|
7238
|
+
{
|
|
7239
|
+
"kind": "method",
|
|
7240
|
+
"name": "getGui",
|
|
7241
|
+
"privacy": "public",
|
|
7242
|
+
"return": {
|
|
7243
|
+
"type": {
|
|
7244
|
+
"text": "HTMLElement"
|
|
7245
|
+
}
|
|
7246
|
+
}
|
|
7247
|
+
},
|
|
7248
|
+
{
|
|
7249
|
+
"kind": "method",
|
|
7250
|
+
"name": "refresh",
|
|
7251
|
+
"privacy": "public",
|
|
7252
|
+
"return": {
|
|
7253
|
+
"type": {
|
|
7254
|
+
"text": "boolean"
|
|
7255
|
+
}
|
|
7256
|
+
},
|
|
7298
7257
|
"parameters": [
|
|
7299
7258
|
{
|
|
7300
7259
|
"name": "params",
|
|
7301
7260
|
"type": {
|
|
7302
|
-
"text": "
|
|
7261
|
+
"text": "SelectEditorParams"
|
|
7303
7262
|
}
|
|
7304
7263
|
}
|
|
7305
7264
|
]
|
|
7306
7265
|
},
|
|
7307
7266
|
{
|
|
7308
7267
|
"kind": "method",
|
|
7309
|
-
"name": "
|
|
7268
|
+
"name": "getValue"
|
|
7310
7269
|
},
|
|
7311
7270
|
{
|
|
7312
7271
|
"kind": "method",
|
|
7313
|
-
"name": "
|
|
7272
|
+
"name": "isPopup",
|
|
7273
|
+
"return": {
|
|
7274
|
+
"type": {
|
|
7275
|
+
"text": "boolean"
|
|
7276
|
+
}
|
|
7277
|
+
}
|
|
7278
|
+
},
|
|
7279
|
+
{
|
|
7280
|
+
"kind": "method",
|
|
7281
|
+
"name": "afterGuiAttached"
|
|
7282
|
+
},
|
|
7283
|
+
{
|
|
7284
|
+
"kind": "method",
|
|
7285
|
+
"name": "changeHandler",
|
|
7314
7286
|
"parameters": [
|
|
7315
7287
|
{
|
|
7316
|
-
"name": "
|
|
7288
|
+
"name": "event"
|
|
7317
7289
|
}
|
|
7318
7290
|
]
|
|
7319
7291
|
},
|
|
7320
7292
|
{
|
|
7321
7293
|
"kind": "method",
|
|
7322
|
-
"name": "
|
|
7323
|
-
"return": {
|
|
7324
|
-
"type": {
|
|
7325
|
-
"text": "void"
|
|
7326
|
-
}
|
|
7327
|
-
}
|
|
7294
|
+
"name": "isCancelBeforeStart"
|
|
7328
7295
|
},
|
|
7329
7296
|
{
|
|
7330
7297
|
"kind": "field",
|
|
@@ -7442,81 +7409,113 @@
|
|
|
7442
7409
|
"name": "FoundationElement",
|
|
7443
7410
|
"package": "@microsoft/fast-foundation"
|
|
7444
7411
|
},
|
|
7445
|
-
"tagName": "%%prefix%%-
|
|
7412
|
+
"tagName": "%%prefix%%-select-editor",
|
|
7446
7413
|
"customElement": true
|
|
7447
7414
|
},
|
|
7448
7415
|
{
|
|
7449
7416
|
"kind": "variable",
|
|
7450
|
-
"name": "
|
|
7451
|
-
"
|
|
7417
|
+
"name": "agSelectEditorStyles",
|
|
7418
|
+
"default": "css``",
|
|
7419
|
+
"description": "The AG Select Renderer Styles.",
|
|
7420
|
+
"privacy": "public"
|
|
7421
|
+
},
|
|
7422
|
+
{
|
|
7423
|
+
"kind": "function",
|
|
7424
|
+
"name": "getSelectEditorTemplate",
|
|
7425
|
+
"parameters": [
|
|
7426
|
+
{
|
|
7427
|
+
"name": "designSystem",
|
|
7428
|
+
"default": "'foundation'",
|
|
7429
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7430
|
+
}
|
|
7431
|
+
],
|
|
7432
|
+
"description": "Get a Design System prefixed Select template.",
|
|
7433
|
+
"return": {
|
|
7434
|
+
"type": {
|
|
7435
|
+
"text": ""
|
|
7436
|
+
}
|
|
7437
|
+
},
|
|
7438
|
+
"privacy": "public"
|
|
7439
|
+
},
|
|
7440
|
+
{
|
|
7441
|
+
"kind": "variable",
|
|
7442
|
+
"name": "foundationSelectEditor",
|
|
7452
7443
|
"privacy": "public"
|
|
7453
7444
|
}
|
|
7454
7445
|
],
|
|
7455
7446
|
"exports": [
|
|
7456
7447
|
{
|
|
7457
7448
|
"kind": "js",
|
|
7458
|
-
"name": "
|
|
7449
|
+
"name": "SelectEditor",
|
|
7459
7450
|
"declaration": {
|
|
7460
|
-
"name": "
|
|
7461
|
-
"module": "src/cell-
|
|
7451
|
+
"name": "SelectEditor",
|
|
7452
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7462
7453
|
}
|
|
7463
7454
|
},
|
|
7464
7455
|
{
|
|
7465
7456
|
"kind": "js",
|
|
7466
|
-
"name": "
|
|
7457
|
+
"name": "agSelectEditorStyles",
|
|
7467
7458
|
"declaration": {
|
|
7468
|
-
"name": "
|
|
7469
|
-
"module": "src/cell-
|
|
7459
|
+
"name": "agSelectEditorStyles",
|
|
7460
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7470
7461
|
}
|
|
7471
7462
|
},
|
|
7472
7463
|
{
|
|
7473
7464
|
"kind": "js",
|
|
7474
|
-
"name": "
|
|
7465
|
+
"name": "getSelectEditorTemplate",
|
|
7475
7466
|
"declaration": {
|
|
7476
|
-
"name": "
|
|
7477
|
-
"module": "src/cell-
|
|
7467
|
+
"name": "getSelectEditorTemplate",
|
|
7468
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7478
7469
|
}
|
|
7479
7470
|
},
|
|
7480
7471
|
{
|
|
7481
7472
|
"kind": "js",
|
|
7482
|
-
"name": "
|
|
7473
|
+
"name": "foundationSelectEditor",
|
|
7483
7474
|
"declaration": {
|
|
7484
|
-
"name": "
|
|
7485
|
-
"module": "src/cell-
|
|
7475
|
+
"name": "foundationSelectEditor",
|
|
7476
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
7486
7477
|
}
|
|
7487
7478
|
}
|
|
7488
7479
|
]
|
|
7489
7480
|
},
|
|
7490
7481
|
{
|
|
7491
7482
|
"kind": "javascript-module",
|
|
7492
|
-
"path": "src/cell-
|
|
7483
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
7493
7484
|
"declarations": [
|
|
7494
7485
|
{
|
|
7495
7486
|
"kind": "class",
|
|
7496
|
-
"description": "The AG
|
|
7497
|
-
"name": "
|
|
7487
|
+
"description": "The AG String Editor element.",
|
|
7488
|
+
"name": "StringEditor",
|
|
7498
7489
|
"members": [
|
|
7499
7490
|
{
|
|
7500
7491
|
"kind": "field",
|
|
7501
|
-
"name": "
|
|
7492
|
+
"name": "params",
|
|
7502
7493
|
"type": {
|
|
7503
|
-
"text": "
|
|
7494
|
+
"text": "StringEditorParams"
|
|
7504
7495
|
},
|
|
7505
7496
|
"privacy": "public"
|
|
7506
7497
|
},
|
|
7507
7498
|
{
|
|
7508
7499
|
"kind": "field",
|
|
7509
|
-
"name": "
|
|
7500
|
+
"name": "value",
|
|
7510
7501
|
"type": {
|
|
7511
7502
|
"text": "string"
|
|
7512
7503
|
},
|
|
7513
|
-
"
|
|
7504
|
+
"privacy": "public"
|
|
7514
7505
|
},
|
|
7515
7506
|
{
|
|
7516
7507
|
"kind": "field",
|
|
7517
|
-
"name": "
|
|
7508
|
+
"name": "actualWidth",
|
|
7518
7509
|
"type": {
|
|
7519
|
-
"text": "
|
|
7510
|
+
"text": "number"
|
|
7511
|
+
},
|
|
7512
|
+
"privacy": "public"
|
|
7513
|
+
},
|
|
7514
|
+
{
|
|
7515
|
+
"kind": "field",
|
|
7516
|
+
"name": "input",
|
|
7517
|
+
"type": {
|
|
7518
|
+
"text": "any"
|
|
7520
7519
|
},
|
|
7521
7520
|
"privacy": "public"
|
|
7522
7521
|
},
|
|
@@ -7528,7 +7527,7 @@
|
|
|
7528
7527
|
{
|
|
7529
7528
|
"name": "params",
|
|
7530
7529
|
"type": {
|
|
7531
|
-
"text": "
|
|
7530
|
+
"text": "StringEditorParams"
|
|
7532
7531
|
}
|
|
7533
7532
|
}
|
|
7534
7533
|
]
|
|
@@ -7543,51 +7542,54 @@
|
|
|
7543
7542
|
}
|
|
7544
7543
|
}
|
|
7545
7544
|
},
|
|
7546
|
-
{
|
|
7547
|
-
"kind": "method",
|
|
7548
|
-
"name": "destroy",
|
|
7549
|
-
"privacy": "public"
|
|
7550
|
-
},
|
|
7551
7545
|
{
|
|
7552
7546
|
"kind": "method",
|
|
7553
7547
|
"name": "refresh",
|
|
7554
7548
|
"privacy": "public",
|
|
7549
|
+
"return": {
|
|
7550
|
+
"type": {
|
|
7551
|
+
"text": "boolean"
|
|
7552
|
+
}
|
|
7553
|
+
},
|
|
7555
7554
|
"parameters": [
|
|
7556
7555
|
{
|
|
7557
7556
|
"name": "params",
|
|
7558
7557
|
"type": {
|
|
7559
|
-
"text": "
|
|
7558
|
+
"text": "StringEditorParams"
|
|
7560
7559
|
}
|
|
7561
7560
|
}
|
|
7562
7561
|
]
|
|
7563
7562
|
},
|
|
7564
7563
|
{
|
|
7565
7564
|
"kind": "method",
|
|
7566
|
-
"name": "
|
|
7567
|
-
|
|
7565
|
+
"name": "getValue"
|
|
7566
|
+
},
|
|
7567
|
+
{
|
|
7568
|
+
"kind": "method",
|
|
7569
|
+
"name": "isPopup",
|
|
7568
7570
|
"return": {
|
|
7569
7571
|
"type": {
|
|
7570
7572
|
"text": "boolean"
|
|
7571
7573
|
}
|
|
7572
|
-
}
|
|
7573
|
-
"parameters": [
|
|
7574
|
-
{
|
|
7575
|
-
"name": "data"
|
|
7576
|
-
}
|
|
7577
|
-
]
|
|
7574
|
+
}
|
|
7578
7575
|
},
|
|
7579
7576
|
{
|
|
7580
|
-
"kind": "
|
|
7581
|
-
"name": "
|
|
7582
|
-
|
|
7583
|
-
|
|
7577
|
+
"kind": "method",
|
|
7578
|
+
"name": "afterGuiAttached"
|
|
7579
|
+
},
|
|
7580
|
+
{
|
|
7581
|
+
"kind": "method",
|
|
7582
|
+
"name": "changeHandler",
|
|
7584
7583
|
"parameters": [
|
|
7585
7584
|
{
|
|
7586
|
-
"
|
|
7587
|
-
"name": "e"
|
|
7585
|
+
"name": "event"
|
|
7588
7586
|
}
|
|
7589
7587
|
]
|
|
7590
7588
|
},
|
|
7589
|
+
{
|
|
7590
|
+
"kind": "method",
|
|
7591
|
+
"name": "isCancelBeforeStart"
|
|
7592
|
+
},
|
|
7591
7593
|
{
|
|
7592
7594
|
"kind": "field",
|
|
7593
7595
|
"name": "_presentation",
|
|
@@ -7704,19 +7706,19 @@
|
|
|
7704
7706
|
"name": "FoundationElement",
|
|
7705
7707
|
"package": "@microsoft/fast-foundation"
|
|
7706
7708
|
},
|
|
7707
|
-
"tagName": "%%prefix%%-
|
|
7709
|
+
"tagName": "%%prefix%%-string-editor",
|
|
7708
7710
|
"customElement": true
|
|
7709
7711
|
},
|
|
7710
7712
|
{
|
|
7711
7713
|
"kind": "variable",
|
|
7712
|
-
"name": "
|
|
7713
|
-
"default": "css`\n :host {\n display: flex;\n
|
|
7714
|
-
"description": "The AG
|
|
7714
|
+
"name": "agStringEditorStyles",
|
|
7715
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
7716
|
+
"description": "The AG String Renderer Styles.",
|
|
7715
7717
|
"privacy": "public"
|
|
7716
7718
|
},
|
|
7717
7719
|
{
|
|
7718
7720
|
"kind": "function",
|
|
7719
|
-
"name": "
|
|
7721
|
+
"name": "getStringEditorTemplate",
|
|
7720
7722
|
"parameters": [
|
|
7721
7723
|
{
|
|
7722
7724
|
"name": "designSystem",
|
|
@@ -7724,7 +7726,7 @@
|
|
|
7724
7726
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7725
7727
|
}
|
|
7726
7728
|
],
|
|
7727
|
-
"description": "Get a Design System prefixed
|
|
7729
|
+
"description": "Get a Design System prefixed String template.",
|
|
7728
7730
|
"return": {
|
|
7729
7731
|
"type": {
|
|
7730
7732
|
"text": ""
|
|
@@ -7734,188 +7736,180 @@
|
|
|
7734
7736
|
},
|
|
7735
7737
|
{
|
|
7736
7738
|
"kind": "variable",
|
|
7737
|
-
"name": "
|
|
7738
|
-
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
7739
|
+
"name": "foundationStringEditor",
|
|
7739
7740
|
"privacy": "public"
|
|
7740
7741
|
}
|
|
7741
7742
|
],
|
|
7742
7743
|
"exports": [
|
|
7743
7744
|
{
|
|
7744
7745
|
"kind": "js",
|
|
7745
|
-
"name": "
|
|
7746
|
+
"name": "StringEditor",
|
|
7746
7747
|
"declaration": {
|
|
7747
|
-
"name": "
|
|
7748
|
-
"module": "src/cell-
|
|
7748
|
+
"name": "StringEditor",
|
|
7749
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7749
7750
|
}
|
|
7750
7751
|
},
|
|
7751
7752
|
{
|
|
7752
7753
|
"kind": "js",
|
|
7753
|
-
"name": "
|
|
7754
|
+
"name": "agStringEditorStyles",
|
|
7754
7755
|
"declaration": {
|
|
7755
|
-
"name": "
|
|
7756
|
-
"module": "src/cell-
|
|
7756
|
+
"name": "agStringEditorStyles",
|
|
7757
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7757
7758
|
}
|
|
7758
7759
|
},
|
|
7759
7760
|
{
|
|
7760
7761
|
"kind": "js",
|
|
7761
|
-
"name": "
|
|
7762
|
+
"name": "getStringEditorTemplate",
|
|
7762
7763
|
"declaration": {
|
|
7763
|
-
"name": "
|
|
7764
|
-
"module": "src/cell-
|
|
7764
|
+
"name": "getStringEditorTemplate",
|
|
7765
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7765
7766
|
}
|
|
7766
7767
|
},
|
|
7767
7768
|
{
|
|
7768
7769
|
"kind": "js",
|
|
7769
|
-
"name": "
|
|
7770
|
+
"name": "foundationStringEditor",
|
|
7770
7771
|
"declaration": {
|
|
7771
|
-
"name": "
|
|
7772
|
-
"module": "src/cell-
|
|
7772
|
+
"name": "foundationStringEditor",
|
|
7773
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
7773
7774
|
}
|
|
7774
7775
|
}
|
|
7775
7776
|
]
|
|
7776
7777
|
},
|
|
7777
7778
|
{
|
|
7778
7779
|
"kind": "javascript-module",
|
|
7779
|
-
"path": "src/
|
|
7780
|
+
"path": "src/column/column.template.ts",
|
|
7781
|
+
"declarations": [
|
|
7782
|
+
{
|
|
7783
|
+
"kind": "variable",
|
|
7784
|
+
"name": "ColumnTemplate",
|
|
7785
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7786
|
+
"description": "The Grid Pro Column Template.",
|
|
7787
|
+
"privacy": "public"
|
|
7788
|
+
}
|
|
7789
|
+
],
|
|
7790
|
+
"exports": [
|
|
7791
|
+
{
|
|
7792
|
+
"kind": "js",
|
|
7793
|
+
"name": "ColumnTemplate",
|
|
7794
|
+
"declaration": {
|
|
7795
|
+
"name": "ColumnTemplate",
|
|
7796
|
+
"module": "src/column/column.template.ts"
|
|
7797
|
+
}
|
|
7798
|
+
}
|
|
7799
|
+
]
|
|
7800
|
+
},
|
|
7801
|
+
{
|
|
7802
|
+
"kind": "javascript-module",
|
|
7803
|
+
"path": "src/column/column.ts",
|
|
7780
7804
|
"declarations": [
|
|
7781
7805
|
{
|
|
7782
7806
|
"kind": "class",
|
|
7783
|
-
"description": "",
|
|
7784
|
-
"name": "
|
|
7785
|
-
"superclass": {
|
|
7786
|
-
"name": "AgTextFieldRenderer",
|
|
7787
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
7788
|
-
},
|
|
7789
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7790
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7791
|
-
"customElement": true,
|
|
7807
|
+
"description": "The Grid Pro Column element.",
|
|
7808
|
+
"name": "GridProColumn",
|
|
7792
7809
|
"members": [
|
|
7793
7810
|
{
|
|
7794
7811
|
"kind": "field",
|
|
7795
|
-
"name": "
|
|
7796
|
-
"type": {
|
|
7797
|
-
"text": "TextField"
|
|
7798
|
-
},
|
|
7799
|
-
"privacy": "public",
|
|
7800
|
-
"inheritedFrom": {
|
|
7801
|
-
"name": "AgTextFieldRenderer",
|
|
7802
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7803
|
-
}
|
|
7804
|
-
},
|
|
7805
|
-
{
|
|
7806
|
-
"kind": "field",
|
|
7807
|
-
"name": "textValue",
|
|
7812
|
+
"name": "slottedAgCell",
|
|
7808
7813
|
"type": {
|
|
7809
|
-
"text": "
|
|
7814
|
+
"text": "HTMLElement[]"
|
|
7810
7815
|
},
|
|
7811
|
-
"
|
|
7812
|
-
"inheritedFrom": {
|
|
7813
|
-
"name": "AgTextFieldRenderer",
|
|
7814
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7815
|
-
}
|
|
7816
|
+
"privacy": "public"
|
|
7816
7817
|
},
|
|
7817
7818
|
{
|
|
7818
7819
|
"kind": "field",
|
|
7819
|
-
"name": "
|
|
7820
|
+
"name": "definition",
|
|
7820
7821
|
"type": {
|
|
7821
|
-
"text": "
|
|
7822
|
+
"text": "ColDef"
|
|
7822
7823
|
},
|
|
7823
|
-
"
|
|
7824
|
-
"inheritedFrom": {
|
|
7825
|
-
"name": "AgTextFieldRenderer",
|
|
7826
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7827
|
-
}
|
|
7824
|
+
"default": "{}"
|
|
7828
7825
|
},
|
|
7829
7826
|
{
|
|
7830
7827
|
"kind": "method",
|
|
7831
|
-
"name": "
|
|
7832
|
-
"privacy": "public"
|
|
7833
|
-
"parameters": [
|
|
7834
|
-
{
|
|
7835
|
-
"name": "params",
|
|
7836
|
-
"type": {
|
|
7837
|
-
"text": "FuiCellRendererParams"
|
|
7838
|
-
}
|
|
7839
|
-
}
|
|
7840
|
-
],
|
|
7841
|
-
"inheritedFrom": {
|
|
7842
|
-
"name": "AgTextFieldRenderer",
|
|
7843
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7844
|
-
}
|
|
7828
|
+
"name": "slottedAgCellChanged",
|
|
7829
|
+
"privacy": "public"
|
|
7845
7830
|
},
|
|
7846
7831
|
{
|
|
7847
7832
|
"kind": "method",
|
|
7848
|
-
"name": "
|
|
7849
|
-
"privacy": "public",
|
|
7833
|
+
"name": "deepClone",
|
|
7850
7834
|
"return": {
|
|
7851
7835
|
"type": {
|
|
7852
|
-
"text": "
|
|
7836
|
+
"text": "Node"
|
|
7853
7837
|
}
|
|
7854
7838
|
},
|
|
7855
7839
|
"inheritedFrom": {
|
|
7856
|
-
"name": "
|
|
7857
|
-
"module": "src/
|
|
7858
|
-
}
|
|
7859
|
-
},
|
|
7860
|
-
{
|
|
7861
|
-
"kind": "method",
|
|
7862
|
-
"name": "destroy",
|
|
7863
|
-
"privacy": "public",
|
|
7864
|
-
"inheritedFrom": {
|
|
7865
|
-
"name": "AgTextFieldRenderer",
|
|
7866
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7840
|
+
"name": "LifecycleMixin",
|
|
7841
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7867
7842
|
}
|
|
7868
7843
|
},
|
|
7869
7844
|
{
|
|
7870
7845
|
"kind": "method",
|
|
7871
|
-
"name": "
|
|
7872
|
-
"
|
|
7846
|
+
"name": "cloneNode",
|
|
7847
|
+
"return": {
|
|
7848
|
+
"type": {
|
|
7849
|
+
"text": "Node"
|
|
7850
|
+
}
|
|
7851
|
+
},
|
|
7873
7852
|
"parameters": [
|
|
7874
7853
|
{
|
|
7875
|
-
"name": "
|
|
7854
|
+
"name": "deep",
|
|
7855
|
+
"optional": true,
|
|
7876
7856
|
"type": {
|
|
7877
|
-
"text": "
|
|
7857
|
+
"text": "boolean"
|
|
7878
7858
|
}
|
|
7879
7859
|
}
|
|
7880
7860
|
],
|
|
7881
7861
|
"inheritedFrom": {
|
|
7882
|
-
"name": "
|
|
7883
|
-
"module": "src/
|
|
7862
|
+
"name": "LifecycleMixin",
|
|
7863
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7884
7864
|
}
|
|
7885
7865
|
},
|
|
7886
7866
|
{
|
|
7887
|
-
"kind": "
|
|
7888
|
-
"name": "
|
|
7889
|
-
"privacy": "public",
|
|
7867
|
+
"kind": "field",
|
|
7868
|
+
"name": "shouldRunDisconnect",
|
|
7890
7869
|
"return": {
|
|
7891
7870
|
"type": {
|
|
7892
|
-
"text": "
|
|
7871
|
+
"text": ""
|
|
7893
7872
|
}
|
|
7894
7873
|
},
|
|
7895
|
-
"
|
|
7896
|
-
{
|
|
7897
|
-
"name": "data"
|
|
7898
|
-
}
|
|
7899
|
-
],
|
|
7874
|
+
"readonly": true,
|
|
7900
7875
|
"inheritedFrom": {
|
|
7901
|
-
"name": "
|
|
7902
|
-
"module": "src/
|
|
7876
|
+
"name": "LifecycleMixin",
|
|
7877
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7903
7878
|
}
|
|
7904
7879
|
},
|
|
7905
7880
|
{
|
|
7906
7881
|
"kind": "field",
|
|
7907
|
-
"name": "
|
|
7908
|
-
"
|
|
7909
|
-
|
|
7882
|
+
"name": "shouldRunConnect",
|
|
7883
|
+
"return": {
|
|
7884
|
+
"type": {
|
|
7885
|
+
"text": ""
|
|
7886
|
+
}
|
|
7887
|
+
},
|
|
7888
|
+
"readonly": true,
|
|
7889
|
+
"inheritedFrom": {
|
|
7890
|
+
"name": "LifecycleMixin",
|
|
7891
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7892
|
+
}
|
|
7893
|
+
},
|
|
7894
|
+
{
|
|
7895
|
+
"kind": "method",
|
|
7896
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
7897
|
+
"return": {
|
|
7898
|
+
"type": {
|
|
7899
|
+
"text": "boolean"
|
|
7900
|
+
}
|
|
7901
|
+
},
|
|
7910
7902
|
"parameters": [
|
|
7911
7903
|
{
|
|
7912
|
-
"
|
|
7913
|
-
"
|
|
7904
|
+
"name": "lifecycleType",
|
|
7905
|
+
"type": {
|
|
7906
|
+
"text": "Lifecycletype"
|
|
7907
|
+
}
|
|
7914
7908
|
}
|
|
7915
7909
|
],
|
|
7916
7910
|
"inheritedFrom": {
|
|
7917
|
-
"name": "
|
|
7918
|
-
"module": "src/
|
|
7911
|
+
"name": "LifecycleMixin",
|
|
7912
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7919
7913
|
}
|
|
7920
7914
|
},
|
|
7921
7915
|
{
|
|
@@ -8029,61 +8023,67 @@
|
|
|
8029
8023
|
"module": "src/foundation-element/foundation-element.ts"
|
|
8030
8024
|
}
|
|
8031
8025
|
}
|
|
8032
|
-
]
|
|
8033
|
-
|
|
8034
|
-
|
|
8035
|
-
|
|
8036
|
-
|
|
8037
|
-
|
|
8038
|
-
|
|
8039
|
-
"
|
|
8040
|
-
|
|
8041
|
-
|
|
8042
|
-
|
|
8043
|
-
"
|
|
8044
|
-
"
|
|
8045
|
-
"privacy": "public",
|
|
8046
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
8047
|
-
},
|
|
8048
|
-
{
|
|
8049
|
-
"kind": "variable",
|
|
8050
|
-
"name": "foundationAgTextRenderer",
|
|
8051
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
8052
|
-
"privacy": "public",
|
|
8053
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
8026
|
+
],
|
|
8027
|
+
"mixins": [
|
|
8028
|
+
{
|
|
8029
|
+
"name": "LifecycleMixin",
|
|
8030
|
+
"package": "@genesislcap/foundation-utils"
|
|
8031
|
+
}
|
|
8032
|
+
],
|
|
8033
|
+
"superclass": {
|
|
8034
|
+
"name": "FoundationElement",
|
|
8035
|
+
"package": "@microsoft/fast-foundation"
|
|
8036
|
+
},
|
|
8037
|
+
"tagName": "grid-pro-column",
|
|
8038
|
+
"customElement": true
|
|
8054
8039
|
}
|
|
8055
8040
|
],
|
|
8056
8041
|
"exports": [
|
|
8057
8042
|
{
|
|
8058
8043
|
"kind": "js",
|
|
8059
|
-
"name": "
|
|
8044
|
+
"name": "GridProColumn",
|
|
8060
8045
|
"declaration": {
|
|
8061
|
-
"name": "
|
|
8062
|
-
"module": "src/
|
|
8046
|
+
"name": "GridProColumn",
|
|
8047
|
+
"module": "src/column/column.ts"
|
|
8063
8048
|
}
|
|
8064
8049
|
},
|
|
8050
|
+
{
|
|
8051
|
+
"kind": "custom-element-definition",
|
|
8052
|
+
"name": "grid-pro-column",
|
|
8053
|
+
"declaration": {
|
|
8054
|
+
"name": "GridProColumn",
|
|
8055
|
+
"module": "src/column/column.ts"
|
|
8056
|
+
}
|
|
8057
|
+
}
|
|
8058
|
+
]
|
|
8059
|
+
},
|
|
8060
|
+
{
|
|
8061
|
+
"kind": "javascript-module",
|
|
8062
|
+
"path": "src/column/index.ts",
|
|
8063
|
+
"declarations": [],
|
|
8064
|
+
"exports": [
|
|
8065
8065
|
{
|
|
8066
8066
|
"kind": "js",
|
|
8067
|
-
"name": "
|
|
8067
|
+
"name": "*",
|
|
8068
8068
|
"declaration": {
|
|
8069
|
-
"name": "
|
|
8070
|
-
"
|
|
8069
|
+
"name": "*",
|
|
8070
|
+
"package": "./column.template"
|
|
8071
8071
|
}
|
|
8072
8072
|
},
|
|
8073
8073
|
{
|
|
8074
8074
|
"kind": "js",
|
|
8075
|
-
"name": "
|
|
8075
|
+
"name": "*",
|
|
8076
8076
|
"declaration": {
|
|
8077
|
-
"name": "
|
|
8078
|
-
"
|
|
8077
|
+
"name": "*",
|
|
8078
|
+
"package": "./column"
|
|
8079
8079
|
}
|
|
8080
8080
|
},
|
|
8081
8081
|
{
|
|
8082
8082
|
"kind": "js",
|
|
8083
|
-
"name": "
|
|
8083
|
+
"name": "*",
|
|
8084
8084
|
"declaration": {
|
|
8085
|
-
"name": "
|
|
8086
|
-
"
|
|
8085
|
+
"name": "*",
|
|
8086
|
+
"package": "./utils"
|
|
8087
8087
|
}
|
|
8088
8088
|
}
|
|
8089
8089
|
]
|
|
@@ -19919,51 +19919,46 @@
|
|
|
19919
19919
|
},
|
|
19920
19920
|
{
|
|
19921
19921
|
"kind": "javascript-module",
|
|
19922
|
-
"path": "src/
|
|
19922
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
19923
19923
|
"declarations": [
|
|
19924
19924
|
{
|
|
19925
19925
|
"kind": "function",
|
|
19926
|
-
"name": "
|
|
19926
|
+
"name": "setValueWithAccessor",
|
|
19927
19927
|
"return": {
|
|
19928
19928
|
"type": {
|
|
19929
|
-
"text": "
|
|
19929
|
+
"text": "string"
|
|
19930
19930
|
}
|
|
19931
19931
|
},
|
|
19932
19932
|
"parameters": [
|
|
19933
19933
|
{
|
|
19934
|
-
"name": "
|
|
19934
|
+
"name": "data",
|
|
19935
19935
|
"type": {
|
|
19936
|
-
"text": "
|
|
19937
|
-
}
|
|
19938
|
-
"description": "The array to render"
|
|
19936
|
+
"text": "any"
|
|
19937
|
+
}
|
|
19939
19938
|
},
|
|
19940
19939
|
{
|
|
19941
|
-
"name": "
|
|
19942
|
-
"default": "true",
|
|
19940
|
+
"name": "accessor",
|
|
19943
19941
|
"type": {
|
|
19944
|
-
"text": "
|
|
19945
|
-
}
|
|
19946
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
19942
|
+
"text": "string"
|
|
19943
|
+
}
|
|
19947
19944
|
}
|
|
19948
|
-
]
|
|
19949
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
19950
|
-
"privacy": "public"
|
|
19945
|
+
]
|
|
19951
19946
|
}
|
|
19952
19947
|
],
|
|
19953
19948
|
"exports": [
|
|
19954
19949
|
{
|
|
19955
19950
|
"kind": "js",
|
|
19956
|
-
"name": "
|
|
19951
|
+
"name": "setValueWithAccessor",
|
|
19957
19952
|
"declaration": {
|
|
19958
|
-
"name": "
|
|
19959
|
-
"module": "src/
|
|
19953
|
+
"name": "setValueWithAccessor",
|
|
19954
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
19960
19955
|
}
|
|
19961
19956
|
}
|
|
19962
19957
|
]
|
|
19963
19958
|
},
|
|
19964
19959
|
{
|
|
19965
19960
|
"kind": "javascript-module",
|
|
19966
|
-
"path": "src/
|
|
19961
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
19967
19962
|
"declarations": [],
|
|
19968
19963
|
"exports": [
|
|
19969
19964
|
{
|
|
@@ -19971,53 +19966,58 @@
|
|
|
19971
19966
|
"name": "*",
|
|
19972
19967
|
"declaration": {
|
|
19973
19968
|
"name": "*",
|
|
19974
|
-
"package": "./
|
|
19969
|
+
"package": "./accessor"
|
|
19975
19970
|
}
|
|
19976
19971
|
}
|
|
19977
19972
|
]
|
|
19978
19973
|
},
|
|
19979
19974
|
{
|
|
19980
19975
|
"kind": "javascript-module",
|
|
19981
|
-
"path": "src/
|
|
19976
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
19982
19977
|
"declarations": [
|
|
19983
19978
|
{
|
|
19984
19979
|
"kind": "function",
|
|
19985
|
-
"name": "
|
|
19980
|
+
"name": "gridProColumns",
|
|
19986
19981
|
"return": {
|
|
19987
19982
|
"type": {
|
|
19988
|
-
"text": "
|
|
19983
|
+
"text": "CaptureType<TSource>"
|
|
19989
19984
|
}
|
|
19990
19985
|
},
|
|
19991
19986
|
"parameters": [
|
|
19992
19987
|
{
|
|
19993
|
-
"name": "
|
|
19988
|
+
"name": "itemsBinding",
|
|
19994
19989
|
"type": {
|
|
19995
|
-
"text": "
|
|
19996
|
-
}
|
|
19990
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
19991
|
+
},
|
|
19992
|
+
"description": "The array to render"
|
|
19997
19993
|
},
|
|
19998
19994
|
{
|
|
19999
|
-
"name": "
|
|
19995
|
+
"name": "includeRenderers",
|
|
19996
|
+
"default": "true",
|
|
20000
19997
|
"type": {
|
|
20001
|
-
"text": "
|
|
20002
|
-
}
|
|
19998
|
+
"text": "boolean"
|
|
19999
|
+
},
|
|
20000
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
20003
20001
|
}
|
|
20004
|
-
]
|
|
20002
|
+
],
|
|
20003
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
20004
|
+
"privacy": "public"
|
|
20005
20005
|
}
|
|
20006
20006
|
],
|
|
20007
20007
|
"exports": [
|
|
20008
20008
|
{
|
|
20009
20009
|
"kind": "js",
|
|
20010
|
-
"name": "
|
|
20010
|
+
"name": "gridProColumns",
|
|
20011
20011
|
"declaration": {
|
|
20012
|
-
"name": "
|
|
20013
|
-
"module": "src/
|
|
20012
|
+
"name": "gridProColumns",
|
|
20013
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
20014
20014
|
}
|
|
20015
20015
|
}
|
|
20016
20016
|
]
|
|
20017
20017
|
},
|
|
20018
20018
|
{
|
|
20019
20019
|
"kind": "javascript-module",
|
|
20020
|
-
"path": "src/
|
|
20020
|
+
"path": "src/column/utils/index.ts",
|
|
20021
20021
|
"declarations": [],
|
|
20022
20022
|
"exports": [
|
|
20023
20023
|
{
|
|
@@ -20025,7 +20025,7 @@
|
|
|
20025
20025
|
"name": "*",
|
|
20026
20026
|
"declaration": {
|
|
20027
20027
|
"name": "*",
|
|
20028
|
-
"package": "./
|
|
20028
|
+
"package": "./grid-pro-columns"
|
|
20029
20029
|
}
|
|
20030
20030
|
}
|
|
20031
20031
|
]
|