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