@genesislcap/grid-pro 15.27.0-agent-log-submit.3 → 15.27.1
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 +1296 -1296
- package/dist/dts/react.d.ts +54 -54
- package/dist/react.cjs +34 -34
- package/dist/react.mjs +28 -28
- package/package.json +13 -13
|
@@ -3849,29 +3849,57 @@
|
|
|
3849
3849
|
},
|
|
3850
3850
|
{
|
|
3851
3851
|
"kind": "javascript-module",
|
|
3852
|
-
"path": "src/cell-
|
|
3852
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
3853
3853
|
"declarations": [
|
|
3854
3854
|
{
|
|
3855
3855
|
"kind": "class",
|
|
3856
|
-
"description": "The AG
|
|
3857
|
-
"name": "
|
|
3856
|
+
"description": "The AG Date Editor element.",
|
|
3857
|
+
"name": "DateEditor",
|
|
3858
3858
|
"members": [
|
|
3859
3859
|
{
|
|
3860
3860
|
"kind": "field",
|
|
3861
|
-
"name": "
|
|
3861
|
+
"name": "value",
|
|
3862
3862
|
"type": {
|
|
3863
|
-
"text": "
|
|
3863
|
+
"text": "number"
|
|
3864
3864
|
},
|
|
3865
3865
|
"privacy": "public"
|
|
3866
3866
|
},
|
|
3867
3867
|
{
|
|
3868
3868
|
"kind": "field",
|
|
3869
|
-
"name": "
|
|
3869
|
+
"name": "actualWidth",
|
|
3870
3870
|
"type": {
|
|
3871
|
-
"text": "
|
|
3871
|
+
"text": "number"
|
|
3872
3872
|
},
|
|
3873
3873
|
"privacy": "public"
|
|
3874
3874
|
},
|
|
3875
|
+
{
|
|
3876
|
+
"kind": "field",
|
|
3877
|
+
"name": "params",
|
|
3878
|
+
"type": {
|
|
3879
|
+
"text": "DateEditorParams"
|
|
3880
|
+
}
|
|
3881
|
+
},
|
|
3882
|
+
{
|
|
3883
|
+
"kind": "field",
|
|
3884
|
+
"name": "dateFormat",
|
|
3885
|
+
"type": {
|
|
3886
|
+
"text": "string"
|
|
3887
|
+
}
|
|
3888
|
+
},
|
|
3889
|
+
{
|
|
3890
|
+
"kind": "field",
|
|
3891
|
+
"name": "input",
|
|
3892
|
+
"type": {
|
|
3893
|
+
"text": "any"
|
|
3894
|
+
}
|
|
3895
|
+
},
|
|
3896
|
+
{
|
|
3897
|
+
"kind": "field",
|
|
3898
|
+
"name": "inputType",
|
|
3899
|
+
"type": {
|
|
3900
|
+
"text": "'datetime-local' | 'date'"
|
|
3901
|
+
}
|
|
3902
|
+
},
|
|
3875
3903
|
{
|
|
3876
3904
|
"kind": "method",
|
|
3877
3905
|
"name": "init",
|
|
@@ -3880,7 +3908,7 @@
|
|
|
3880
3908
|
{
|
|
3881
3909
|
"name": "params",
|
|
3882
3910
|
"type": {
|
|
3883
|
-
"text": "
|
|
3911
|
+
"text": "DateEditorParams"
|
|
3884
3912
|
}
|
|
3885
3913
|
}
|
|
3886
3914
|
]
|
|
@@ -3899,39 +3927,49 @@
|
|
|
3899
3927
|
"kind": "method",
|
|
3900
3928
|
"name": "refresh",
|
|
3901
3929
|
"privacy": "public",
|
|
3930
|
+
"return": {
|
|
3931
|
+
"type": {
|
|
3932
|
+
"text": "boolean"
|
|
3933
|
+
}
|
|
3934
|
+
},
|
|
3902
3935
|
"parameters": [
|
|
3903
3936
|
{
|
|
3904
3937
|
"name": "params",
|
|
3905
3938
|
"type": {
|
|
3906
|
-
"text": "
|
|
3939
|
+
"text": "DateEditorParams"
|
|
3907
3940
|
}
|
|
3908
3941
|
}
|
|
3909
3942
|
]
|
|
3910
3943
|
},
|
|
3911
3944
|
{
|
|
3912
3945
|
"kind": "method",
|
|
3913
|
-
"name": "
|
|
3914
|
-
|
|
3946
|
+
"name": "getValue"
|
|
3947
|
+
},
|
|
3948
|
+
{
|
|
3949
|
+
"kind": "method",
|
|
3950
|
+
"name": "isPopup",
|
|
3915
3951
|
"return": {
|
|
3916
3952
|
"type": {
|
|
3917
3953
|
"text": "boolean"
|
|
3918
3954
|
}
|
|
3919
|
-
}
|
|
3955
|
+
}
|
|
3956
|
+
},
|
|
3957
|
+
{
|
|
3958
|
+
"kind": "method",
|
|
3959
|
+
"name": "changeHandler",
|
|
3920
3960
|
"parameters": [
|
|
3921
3961
|
{
|
|
3922
|
-
"name": "
|
|
3962
|
+
"name": "event"
|
|
3923
3963
|
}
|
|
3924
3964
|
]
|
|
3925
3965
|
},
|
|
3926
3966
|
{
|
|
3927
3967
|
"kind": "method",
|
|
3928
|
-
"name": "
|
|
3929
|
-
"privacy": "public"
|
|
3968
|
+
"name": "afterGuiAttached"
|
|
3930
3969
|
},
|
|
3931
3970
|
{
|
|
3932
|
-
"kind": "
|
|
3933
|
-
"name": "
|
|
3934
|
-
"readonly": true
|
|
3971
|
+
"kind": "method",
|
|
3972
|
+
"name": "isCancelBeforeStart"
|
|
3935
3973
|
},
|
|
3936
3974
|
{
|
|
3937
3975
|
"kind": "field",
|
|
@@ -4049,78 +4087,144 @@
|
|
|
4049
4087
|
"name": "FoundationElement",
|
|
4050
4088
|
"package": "@microsoft/fast-foundation"
|
|
4051
4089
|
},
|
|
4052
|
-
"tagName": "%%prefix%%-
|
|
4090
|
+
"tagName": "%%prefix%%-date-editor",
|
|
4053
4091
|
"customElement": true
|
|
4054
4092
|
},
|
|
4055
4093
|
{
|
|
4056
4094
|
"kind": "variable",
|
|
4057
|
-
"name": "
|
|
4058
|
-
"
|
|
4095
|
+
"name": "agDateEditorStyles",
|
|
4096
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4097
|
+
"description": "The AG Select Renderer Styles.",
|
|
4059
4098
|
"privacy": "public"
|
|
4060
4099
|
},
|
|
4061
4100
|
{
|
|
4062
|
-
"kind": "
|
|
4063
|
-
"name": "
|
|
4064
|
-
"
|
|
4065
|
-
|
|
4101
|
+
"kind": "function",
|
|
4102
|
+
"name": "getDateEditorTemplate",
|
|
4103
|
+
"parameters": [
|
|
4104
|
+
{
|
|
4105
|
+
"name": "prefix",
|
|
4106
|
+
"default": "'foundation'",
|
|
4107
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4108
|
+
}
|
|
4109
|
+
],
|
|
4110
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4111
|
+
"return": {
|
|
4112
|
+
"type": {
|
|
4113
|
+
"text": ""
|
|
4114
|
+
}
|
|
4115
|
+
},
|
|
4066
4116
|
"privacy": "public"
|
|
4067
4117
|
},
|
|
4068
4118
|
{
|
|
4069
4119
|
"kind": "variable",
|
|
4070
|
-
"name": "
|
|
4071
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
4120
|
+
"name": "foundationDateEditor",
|
|
4072
4121
|
"privacy": "public"
|
|
4073
4122
|
}
|
|
4074
4123
|
],
|
|
4075
4124
|
"exports": [
|
|
4076
4125
|
{
|
|
4077
4126
|
"kind": "js",
|
|
4078
|
-
"name": "
|
|
4127
|
+
"name": "DateEditor",
|
|
4079
4128
|
"declaration": {
|
|
4080
|
-
"name": "
|
|
4081
|
-
"module": "src/cell-
|
|
4129
|
+
"name": "DateEditor",
|
|
4130
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4082
4131
|
}
|
|
4083
4132
|
},
|
|
4084
4133
|
{
|
|
4085
4134
|
"kind": "js",
|
|
4086
|
-
"name": "
|
|
4135
|
+
"name": "agDateEditorStyles",
|
|
4087
4136
|
"declaration": {
|
|
4088
|
-
"name": "
|
|
4089
|
-
"module": "src/cell-
|
|
4137
|
+
"name": "agDateEditorStyles",
|
|
4138
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4090
4139
|
}
|
|
4091
4140
|
},
|
|
4092
4141
|
{
|
|
4093
4142
|
"kind": "js",
|
|
4094
|
-
"name": "
|
|
4143
|
+
"name": "getDateEditorTemplate",
|
|
4095
4144
|
"declaration": {
|
|
4096
|
-
"name": "
|
|
4097
|
-
"module": "src/cell-
|
|
4145
|
+
"name": "getDateEditorTemplate",
|
|
4146
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4098
4147
|
}
|
|
4099
4148
|
},
|
|
4100
4149
|
{
|
|
4101
4150
|
"kind": "js",
|
|
4102
|
-
"name": "
|
|
4151
|
+
"name": "foundationDateEditor",
|
|
4103
4152
|
"declaration": {
|
|
4104
|
-
"name": "
|
|
4105
|
-
"module": "src/cell-
|
|
4153
|
+
"name": "foundationDateEditor",
|
|
4154
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4106
4155
|
}
|
|
4107
4156
|
}
|
|
4108
4157
|
]
|
|
4109
4158
|
},
|
|
4110
4159
|
{
|
|
4111
4160
|
"kind": "javascript-module",
|
|
4112
|
-
"path": "src/cell-
|
|
4161
|
+
"path": "src/cell-editors/index.ts",
|
|
4162
|
+
"declarations": [],
|
|
4163
|
+
"exports": [
|
|
4164
|
+
{
|
|
4165
|
+
"kind": "js",
|
|
4166
|
+
"name": "*",
|
|
4167
|
+
"declaration": {
|
|
4168
|
+
"name": "*",
|
|
4169
|
+
"package": "./date.editor"
|
|
4170
|
+
}
|
|
4171
|
+
},
|
|
4172
|
+
{
|
|
4173
|
+
"kind": "js",
|
|
4174
|
+
"name": "*",
|
|
4175
|
+
"declaration": {
|
|
4176
|
+
"name": "*",
|
|
4177
|
+
"package": "./multiselect.editor"
|
|
4178
|
+
}
|
|
4179
|
+
},
|
|
4180
|
+
{
|
|
4181
|
+
"kind": "js",
|
|
4182
|
+
"name": "*",
|
|
4183
|
+
"declaration": {
|
|
4184
|
+
"name": "*",
|
|
4185
|
+
"package": "./number.editor"
|
|
4186
|
+
}
|
|
4187
|
+
},
|
|
4188
|
+
{
|
|
4189
|
+
"kind": "js",
|
|
4190
|
+
"name": "*",
|
|
4191
|
+
"declaration": {
|
|
4192
|
+
"name": "*",
|
|
4193
|
+
"package": "./select.editor"
|
|
4194
|
+
}
|
|
4195
|
+
},
|
|
4196
|
+
{
|
|
4197
|
+
"kind": "js",
|
|
4198
|
+
"name": "*",
|
|
4199
|
+
"declaration": {
|
|
4200
|
+
"name": "*",
|
|
4201
|
+
"package": "./string.editor"
|
|
4202
|
+
}
|
|
4203
|
+
}
|
|
4204
|
+
]
|
|
4205
|
+
},
|
|
4206
|
+
{
|
|
4207
|
+
"kind": "javascript-module",
|
|
4208
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
4113
4209
|
"declarations": [
|
|
4114
4210
|
{
|
|
4115
4211
|
"kind": "class",
|
|
4116
|
-
"description": "The
|
|
4117
|
-
"name": "
|
|
4212
|
+
"description": "The AG Multiselect Editor element.",
|
|
4213
|
+
"name": "MultiselectEditor",
|
|
4118
4214
|
"members": [
|
|
4119
4215
|
{
|
|
4120
4216
|
"kind": "field",
|
|
4121
4217
|
"name": "params",
|
|
4122
4218
|
"type": {
|
|
4123
|
-
"text": "
|
|
4219
|
+
"text": "MultiselectEditorParams"
|
|
4220
|
+
},
|
|
4221
|
+
"privacy": "public"
|
|
4222
|
+
},
|
|
4223
|
+
{
|
|
4224
|
+
"kind": "field",
|
|
4225
|
+
"name": "selectedOptions",
|
|
4226
|
+
"type": {
|
|
4227
|
+
"text": "any[]"
|
|
4124
4228
|
},
|
|
4125
4229
|
"privacy": "public"
|
|
4126
4230
|
},
|
|
@@ -4132,7 +4236,7 @@
|
|
|
4132
4236
|
{
|
|
4133
4237
|
"name": "params",
|
|
4134
4238
|
"type": {
|
|
4135
|
-
"text": "
|
|
4239
|
+
"text": "MultiselectEditorParams"
|
|
4136
4240
|
}
|
|
4137
4241
|
}
|
|
4138
4242
|
]
|
|
@@ -4147,19 +4251,60 @@
|
|
|
4147
4251
|
}
|
|
4148
4252
|
}
|
|
4149
4253
|
},
|
|
4254
|
+
{
|
|
4255
|
+
"kind": "method",
|
|
4256
|
+
"name": "destroy",
|
|
4257
|
+
"privacy": "public",
|
|
4258
|
+
"return": {
|
|
4259
|
+
"type": {
|
|
4260
|
+
"text": "void"
|
|
4261
|
+
}
|
|
4262
|
+
}
|
|
4263
|
+
},
|
|
4150
4264
|
{
|
|
4151
4265
|
"kind": "method",
|
|
4152
4266
|
"name": "refresh",
|
|
4153
4267
|
"privacy": "public",
|
|
4268
|
+
"return": {
|
|
4269
|
+
"type": {
|
|
4270
|
+
"text": "boolean"
|
|
4271
|
+
}
|
|
4272
|
+
},
|
|
4154
4273
|
"parameters": [
|
|
4155
4274
|
{
|
|
4156
4275
|
"name": "params",
|
|
4157
4276
|
"type": {
|
|
4158
|
-
"text": "
|
|
4277
|
+
"text": "MultiselectEditorParams"
|
|
4159
4278
|
}
|
|
4160
4279
|
}
|
|
4161
4280
|
]
|
|
4162
4281
|
},
|
|
4282
|
+
{
|
|
4283
|
+
"kind": "method",
|
|
4284
|
+
"name": "getValue"
|
|
4285
|
+
},
|
|
4286
|
+
{
|
|
4287
|
+
"kind": "method",
|
|
4288
|
+
"name": "isPopup",
|
|
4289
|
+
"return": {
|
|
4290
|
+
"type": {
|
|
4291
|
+
"text": "boolean"
|
|
4292
|
+
}
|
|
4293
|
+
}
|
|
4294
|
+
},
|
|
4295
|
+
{
|
|
4296
|
+
"kind": "method",
|
|
4297
|
+
"name": "changeHandler",
|
|
4298
|
+
"parameters": [
|
|
4299
|
+
{
|
|
4300
|
+
"name": "event"
|
|
4301
|
+
}
|
|
4302
|
+
]
|
|
4303
|
+
},
|
|
4304
|
+
{
|
|
4305
|
+
"kind": "method",
|
|
4306
|
+
"name": "isCancelBeforeStart"
|
|
4307
|
+
},
|
|
4163
4308
|
{
|
|
4164
4309
|
"kind": "field",
|
|
4165
4310
|
"name": "_presentation",
|
|
@@ -4276,133 +4421,115 @@
|
|
|
4276
4421
|
"name": "FoundationElement",
|
|
4277
4422
|
"package": "@microsoft/fast-foundation"
|
|
4278
4423
|
},
|
|
4279
|
-
"tagName": "%%prefix%%-
|
|
4424
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
4280
4425
|
"customElement": true
|
|
4281
4426
|
},
|
|
4282
4427
|
{
|
|
4283
4428
|
"kind": "variable",
|
|
4284
|
-
"name": "
|
|
4285
|
-
"
|
|
4429
|
+
"name": "agMultiselectEditorStyles",
|
|
4430
|
+
"default": "css``",
|
|
4431
|
+
"description": "The AG Select Renderer Styles.",
|
|
4286
4432
|
"privacy": "public"
|
|
4287
4433
|
},
|
|
4288
4434
|
{
|
|
4289
4435
|
"kind": "function",
|
|
4290
|
-
"name": "
|
|
4436
|
+
"name": "getMultiselectEditorTemplate",
|
|
4437
|
+
"parameters": [
|
|
4438
|
+
{
|
|
4439
|
+
"name": "designSystem",
|
|
4440
|
+
"default": "'foundation'",
|
|
4441
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4442
|
+
}
|
|
4443
|
+
],
|
|
4444
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4291
4445
|
"return": {
|
|
4292
4446
|
"type": {
|
|
4293
4447
|
"text": ""
|
|
4294
4448
|
}
|
|
4295
4449
|
},
|
|
4296
|
-
"
|
|
4297
|
-
|
|
4298
|
-
|
|
4299
|
-
|
|
4300
|
-
|
|
4301
|
-
},
|
|
4302
|
-
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
4303
|
-
},
|
|
4304
|
-
{
|
|
4305
|
-
"name": "overrideDef",
|
|
4306
|
-
"default": "{}",
|
|
4307
|
-
"type": {
|
|
4308
|
-
"text": "ColDef"
|
|
4309
|
-
},
|
|
4310
|
-
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
4311
|
-
},
|
|
4312
|
-
{
|
|
4313
|
-
"name": "customActionsOpenerName",
|
|
4314
|
-
"default": "'⋮'",
|
|
4315
|
-
"type": {
|
|
4316
|
-
"text": "string"
|
|
4317
|
-
},
|
|
4318
|
-
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
4319
|
-
},
|
|
4320
|
-
{
|
|
4321
|
-
"name": "isVertical",
|
|
4322
|
-
"default": "false",
|
|
4323
|
-
"type": {
|
|
4324
|
-
"text": "boolean"
|
|
4325
|
-
},
|
|
4326
|
-
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
4327
|
-
},
|
|
4328
|
-
{
|
|
4329
|
-
"name": "buttonAppearance",
|
|
4330
|
-
"optional": true,
|
|
4331
|
-
"type": {
|
|
4332
|
-
"text": "string"
|
|
4333
|
-
},
|
|
4334
|
-
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
4335
|
-
}
|
|
4336
|
-
],
|
|
4337
|
-
"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).",
|
|
4450
|
+
"privacy": "public"
|
|
4451
|
+
},
|
|
4452
|
+
{
|
|
4453
|
+
"kind": "variable",
|
|
4454
|
+
"name": "foundationMultiselectEditor",
|
|
4338
4455
|
"privacy": "public"
|
|
4339
4456
|
}
|
|
4340
4457
|
],
|
|
4341
4458
|
"exports": [
|
|
4342
4459
|
{
|
|
4343
4460
|
"kind": "js",
|
|
4344
|
-
"name": "
|
|
4461
|
+
"name": "MultiselectEditor",
|
|
4345
4462
|
"declaration": {
|
|
4346
|
-
"name": "
|
|
4347
|
-
"module": "src/cell-
|
|
4463
|
+
"name": "MultiselectEditor",
|
|
4464
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4348
4465
|
}
|
|
4349
4466
|
},
|
|
4350
4467
|
{
|
|
4351
4468
|
"kind": "js",
|
|
4352
|
-
"name": "
|
|
4469
|
+
"name": "agMultiselectEditorStyles",
|
|
4353
4470
|
"declaration": {
|
|
4354
|
-
"name": "
|
|
4355
|
-
"module": "src/cell-
|
|
4471
|
+
"name": "agMultiselectEditorStyles",
|
|
4472
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4356
4473
|
}
|
|
4357
4474
|
},
|
|
4358
4475
|
{
|
|
4359
4476
|
"kind": "js",
|
|
4360
|
-
"name": "
|
|
4477
|
+
"name": "getMultiselectEditorTemplate",
|
|
4361
4478
|
"declaration": {
|
|
4362
|
-
"name": "
|
|
4363
|
-
"module": "src/cell-
|
|
4479
|
+
"name": "getMultiselectEditorTemplate",
|
|
4480
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4481
|
+
}
|
|
4482
|
+
},
|
|
4483
|
+
{
|
|
4484
|
+
"kind": "js",
|
|
4485
|
+
"name": "foundationMultiselectEditor",
|
|
4486
|
+
"declaration": {
|
|
4487
|
+
"name": "foundationMultiselectEditor",
|
|
4488
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4364
4489
|
}
|
|
4365
4490
|
}
|
|
4366
4491
|
]
|
|
4367
4492
|
},
|
|
4368
4493
|
{
|
|
4369
4494
|
"kind": "javascript-module",
|
|
4370
|
-
"path": "src/cell-
|
|
4495
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
4371
4496
|
"declarations": [
|
|
4372
4497
|
{
|
|
4373
4498
|
"kind": "class",
|
|
4374
|
-
"description": "The AG
|
|
4375
|
-
"name": "
|
|
4499
|
+
"description": "The AG Number Editor element.",
|
|
4500
|
+
"name": "NumberEditor",
|
|
4376
4501
|
"members": [
|
|
4377
4502
|
{
|
|
4378
4503
|
"kind": "field",
|
|
4379
4504
|
"name": "params",
|
|
4380
4505
|
"type": {
|
|
4381
|
-
"text": "
|
|
4506
|
+
"text": "NumberEditorParams"
|
|
4382
4507
|
},
|
|
4383
4508
|
"privacy": "public"
|
|
4384
4509
|
},
|
|
4385
4510
|
{
|
|
4386
4511
|
"kind": "field",
|
|
4387
|
-
"name": "
|
|
4512
|
+
"name": "value",
|
|
4388
4513
|
"type": {
|
|
4389
|
-
"text": "
|
|
4390
|
-
}
|
|
4514
|
+
"text": "number"
|
|
4515
|
+
},
|
|
4516
|
+
"privacy": "public"
|
|
4391
4517
|
},
|
|
4392
4518
|
{
|
|
4393
|
-
"kind": "
|
|
4394
|
-
"name": "
|
|
4395
|
-
"
|
|
4396
|
-
|
|
4397
|
-
"type": {
|
|
4398
|
-
"text": "boolean"
|
|
4399
|
-
}
|
|
4519
|
+
"kind": "field",
|
|
4520
|
+
"name": "actualWidth",
|
|
4521
|
+
"type": {
|
|
4522
|
+
"text": "number"
|
|
4400
4523
|
},
|
|
4401
|
-
"
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
|
|
4405
|
-
|
|
4524
|
+
"privacy": "public"
|
|
4525
|
+
},
|
|
4526
|
+
{
|
|
4527
|
+
"kind": "field",
|
|
4528
|
+
"name": "input",
|
|
4529
|
+
"type": {
|
|
4530
|
+
"text": "any"
|
|
4531
|
+
},
|
|
4532
|
+
"privacy": "public"
|
|
4406
4533
|
},
|
|
4407
4534
|
{
|
|
4408
4535
|
"kind": "method",
|
|
@@ -4412,7 +4539,7 @@
|
|
|
4412
4539
|
{
|
|
4413
4540
|
"name": "params",
|
|
4414
4541
|
"type": {
|
|
4415
|
-
"text": "
|
|
4542
|
+
"text": "NumberEditorParams"
|
|
4416
4543
|
}
|
|
4417
4544
|
}
|
|
4418
4545
|
]
|
|
@@ -4427,20 +4554,20 @@
|
|
|
4427
4554
|
}
|
|
4428
4555
|
}
|
|
4429
4556
|
},
|
|
4430
|
-
{
|
|
4431
|
-
"kind": "method",
|
|
4432
|
-
"name": "destroy",
|
|
4433
|
-
"privacy": "public"
|
|
4434
|
-
},
|
|
4435
4557
|
{
|
|
4436
4558
|
"kind": "method",
|
|
4437
4559
|
"name": "refresh",
|
|
4438
4560
|
"privacy": "public",
|
|
4561
|
+
"return": {
|
|
4562
|
+
"type": {
|
|
4563
|
+
"text": "boolean"
|
|
4564
|
+
}
|
|
4565
|
+
},
|
|
4439
4566
|
"parameters": [
|
|
4440
4567
|
{
|
|
4441
4568
|
"name": "params",
|
|
4442
4569
|
"type": {
|
|
4443
|
-
"text": "
|
|
4570
|
+
"text": "NumberEditorParams"
|
|
4444
4571
|
}
|
|
4445
4572
|
}
|
|
4446
4573
|
]
|
|
@@ -4449,6 +4576,28 @@
|
|
|
4449
4576
|
"kind": "method",
|
|
4450
4577
|
"name": "getValue"
|
|
4451
4578
|
},
|
|
4579
|
+
{
|
|
4580
|
+
"kind": "method",
|
|
4581
|
+
"name": "isPopup",
|
|
4582
|
+
"return": {
|
|
4583
|
+
"type": {
|
|
4584
|
+
"text": "boolean"
|
|
4585
|
+
}
|
|
4586
|
+
}
|
|
4587
|
+
},
|
|
4588
|
+
{
|
|
4589
|
+
"kind": "method",
|
|
4590
|
+
"name": "afterGuiAttached"
|
|
4591
|
+
},
|
|
4592
|
+
{
|
|
4593
|
+
"kind": "method",
|
|
4594
|
+
"name": "changeHandler",
|
|
4595
|
+
"parameters": [
|
|
4596
|
+
{
|
|
4597
|
+
"name": "event"
|
|
4598
|
+
}
|
|
4599
|
+
]
|
|
4600
|
+
},
|
|
4452
4601
|
{
|
|
4453
4602
|
"kind": "method",
|
|
4454
4603
|
"name": "isCancelBeforeStart"
|
|
@@ -4569,19 +4718,19 @@
|
|
|
4569
4718
|
"name": "FoundationElement",
|
|
4570
4719
|
"package": "@microsoft/fast-foundation"
|
|
4571
4720
|
},
|
|
4572
|
-
"tagName": "%%prefix%%-
|
|
4721
|
+
"tagName": "%%prefix%%-number-editor",
|
|
4573
4722
|
"customElement": true
|
|
4574
4723
|
},
|
|
4575
4724
|
{
|
|
4576
4725
|
"kind": "variable",
|
|
4577
|
-
"name": "
|
|
4578
|
-
"default": "css`\n :host {\n
|
|
4579
|
-
"description": "The AG
|
|
4726
|
+
"name": "agNumberEditorStyles",
|
|
4727
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4728
|
+
"description": "The AG Number Editor Styles.",
|
|
4580
4729
|
"privacy": "public"
|
|
4581
4730
|
},
|
|
4582
4731
|
{
|
|
4583
4732
|
"kind": "function",
|
|
4584
|
-
"name": "
|
|
4733
|
+
"name": "getNumberEditorTemplate",
|
|
4585
4734
|
"parameters": [
|
|
4586
4735
|
{
|
|
4587
4736
|
"name": "designSystem",
|
|
@@ -4589,7 +4738,7 @@
|
|
|
4589
4738
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4590
4739
|
}
|
|
4591
4740
|
],
|
|
4592
|
-
"description": "Get a Design System prefixed
|
|
4741
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4593
4742
|
"return": {
|
|
4594
4743
|
"type": {
|
|
4595
4744
|
"text": ""
|
|
@@ -4599,61 +4748,85 @@
|
|
|
4599
4748
|
},
|
|
4600
4749
|
{
|
|
4601
4750
|
"kind": "variable",
|
|
4602
|
-
"name": "
|
|
4603
|
-
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
4751
|
+
"name": "foundationNumberEditor",
|
|
4604
4752
|
"privacy": "public"
|
|
4605
4753
|
}
|
|
4606
4754
|
],
|
|
4607
4755
|
"exports": [
|
|
4608
4756
|
{
|
|
4609
4757
|
"kind": "js",
|
|
4610
|
-
"name": "
|
|
4758
|
+
"name": "NumberEditor",
|
|
4611
4759
|
"declaration": {
|
|
4612
|
-
"name": "
|
|
4613
|
-
"module": "src/cell-
|
|
4760
|
+
"name": "NumberEditor",
|
|
4761
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4614
4762
|
}
|
|
4615
4763
|
},
|
|
4616
4764
|
{
|
|
4617
4765
|
"kind": "js",
|
|
4618
|
-
"name": "
|
|
4766
|
+
"name": "agNumberEditorStyles",
|
|
4619
4767
|
"declaration": {
|
|
4620
|
-
"name": "
|
|
4621
|
-
"module": "src/cell-
|
|
4768
|
+
"name": "agNumberEditorStyles",
|
|
4769
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4622
4770
|
}
|
|
4623
4771
|
},
|
|
4624
4772
|
{
|
|
4625
4773
|
"kind": "js",
|
|
4626
|
-
"name": "
|
|
4774
|
+
"name": "getNumberEditorTemplate",
|
|
4627
4775
|
"declaration": {
|
|
4628
|
-
"name": "
|
|
4629
|
-
"module": "src/cell-
|
|
4776
|
+
"name": "getNumberEditorTemplate",
|
|
4777
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4630
4778
|
}
|
|
4631
4779
|
},
|
|
4632
4780
|
{
|
|
4633
4781
|
"kind": "js",
|
|
4634
|
-
"name": "
|
|
4782
|
+
"name": "foundationNumberEditor",
|
|
4635
4783
|
"declaration": {
|
|
4636
|
-
"name": "
|
|
4637
|
-
"module": "src/cell-
|
|
4784
|
+
"name": "foundationNumberEditor",
|
|
4785
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4638
4786
|
}
|
|
4639
4787
|
}
|
|
4640
4788
|
]
|
|
4641
4789
|
},
|
|
4642
4790
|
{
|
|
4643
4791
|
"kind": "javascript-module",
|
|
4644
|
-
"path": "src/cell-
|
|
4792
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
4645
4793
|
"declarations": [
|
|
4646
4794
|
{
|
|
4647
4795
|
"kind": "class",
|
|
4648
|
-
"description": "The AG
|
|
4649
|
-
"name": "
|
|
4796
|
+
"description": "The AG Select Editor element.",
|
|
4797
|
+
"name": "SelectEditor",
|
|
4650
4798
|
"members": [
|
|
4651
4799
|
{
|
|
4652
4800
|
"kind": "field",
|
|
4653
|
-
"name": "
|
|
4801
|
+
"name": "params",
|
|
4802
|
+
"type": {
|
|
4803
|
+
"text": "SelectEditorParams"
|
|
4804
|
+
},
|
|
4805
|
+
"privacy": "public"
|
|
4806
|
+
},
|
|
4807
|
+
{
|
|
4808
|
+
"kind": "field",
|
|
4809
|
+
"name": "value",
|
|
4654
4810
|
"type": {
|
|
4655
4811
|
"text": "string"
|
|
4656
|
-
}
|
|
4812
|
+
},
|
|
4813
|
+
"privacy": "public"
|
|
4814
|
+
},
|
|
4815
|
+
{
|
|
4816
|
+
"kind": "field",
|
|
4817
|
+
"name": "actualWidth",
|
|
4818
|
+
"type": {
|
|
4819
|
+
"text": "number"
|
|
4820
|
+
},
|
|
4821
|
+
"privacy": "public"
|
|
4822
|
+
},
|
|
4823
|
+
{
|
|
4824
|
+
"kind": "field",
|
|
4825
|
+
"name": "combobox",
|
|
4826
|
+
"type": {
|
|
4827
|
+
"text": "any"
|
|
4828
|
+
},
|
|
4829
|
+
"privacy": "public"
|
|
4657
4830
|
},
|
|
4658
4831
|
{
|
|
4659
4832
|
"kind": "method",
|
|
@@ -4663,7 +4836,7 @@
|
|
|
4663
4836
|
{
|
|
4664
4837
|
"name": "params",
|
|
4665
4838
|
"type": {
|
|
4666
|
-
"text": "
|
|
4839
|
+
"text": "SelectEditorParams"
|
|
4667
4840
|
}
|
|
4668
4841
|
}
|
|
4669
4842
|
]
|
|
@@ -4682,37 +4855,72 @@
|
|
|
4682
4855
|
"kind": "method",
|
|
4683
4856
|
"name": "refresh",
|
|
4684
4857
|
"privacy": "public",
|
|
4858
|
+
"return": {
|
|
4859
|
+
"type": {
|
|
4860
|
+
"text": "boolean"
|
|
4861
|
+
}
|
|
4862
|
+
},
|
|
4685
4863
|
"parameters": [
|
|
4686
4864
|
{
|
|
4687
4865
|
"name": "params",
|
|
4688
4866
|
"type": {
|
|
4689
|
-
"text": "
|
|
4867
|
+
"text": "SelectEditorParams"
|
|
4690
4868
|
}
|
|
4691
4869
|
}
|
|
4692
4870
|
]
|
|
4693
4871
|
},
|
|
4694
4872
|
{
|
|
4695
|
-
"kind": "
|
|
4696
|
-
"name": "
|
|
4697
|
-
|
|
4698
|
-
|
|
4699
|
-
|
|
4700
|
-
"
|
|
4701
|
-
"
|
|
4702
|
-
|
|
4703
|
-
|
|
4704
|
-
|
|
4873
|
+
"kind": "method",
|
|
4874
|
+
"name": "getValue"
|
|
4875
|
+
},
|
|
4876
|
+
{
|
|
4877
|
+
"kind": "method",
|
|
4878
|
+
"name": "isPopup",
|
|
4879
|
+
"return": {
|
|
4880
|
+
"type": {
|
|
4881
|
+
"text": "boolean"
|
|
4882
|
+
}
|
|
4705
4883
|
}
|
|
4706
4884
|
},
|
|
4707
4885
|
{
|
|
4708
|
-
"kind": "
|
|
4709
|
-
"name": "
|
|
4710
|
-
|
|
4711
|
-
|
|
4712
|
-
|
|
4713
|
-
"
|
|
4714
|
-
"
|
|
4715
|
-
|
|
4886
|
+
"kind": "method",
|
|
4887
|
+
"name": "afterGuiAttached"
|
|
4888
|
+
},
|
|
4889
|
+
{
|
|
4890
|
+
"kind": "method",
|
|
4891
|
+
"name": "changeHandler",
|
|
4892
|
+
"parameters": [
|
|
4893
|
+
{
|
|
4894
|
+
"name": "event"
|
|
4895
|
+
}
|
|
4896
|
+
]
|
|
4897
|
+
},
|
|
4898
|
+
{
|
|
4899
|
+
"kind": "method",
|
|
4900
|
+
"name": "isCancelBeforeStart"
|
|
4901
|
+
},
|
|
4902
|
+
{
|
|
4903
|
+
"kind": "field",
|
|
4904
|
+
"name": "_presentation",
|
|
4905
|
+
"type": {
|
|
4906
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4907
|
+
},
|
|
4908
|
+
"privacy": "private",
|
|
4909
|
+
"default": "void 0",
|
|
4910
|
+
"inheritedFrom": {
|
|
4911
|
+
"name": "FoundationElement",
|
|
4912
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4913
|
+
}
|
|
4914
|
+
},
|
|
4915
|
+
{
|
|
4916
|
+
"kind": "field",
|
|
4917
|
+
"name": "$presentation",
|
|
4918
|
+
"type": {
|
|
4919
|
+
"text": "ComponentPresentation | null"
|
|
4920
|
+
},
|
|
4921
|
+
"privacy": "public",
|
|
4922
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4923
|
+
"inheritedFrom": {
|
|
4716
4924
|
"name": "FoundationElement",
|
|
4717
4925
|
"module": "src/foundation-element/foundation-element.ts"
|
|
4718
4926
|
}
|
|
@@ -4807,19 +5015,19 @@
|
|
|
4807
5015
|
"name": "FoundationElement",
|
|
4808
5016
|
"package": "@microsoft/fast-foundation"
|
|
4809
5017
|
},
|
|
4810
|
-
"tagName": "%%prefix%%-
|
|
5018
|
+
"tagName": "%%prefix%%-select-editor",
|
|
4811
5019
|
"customElement": true
|
|
4812
5020
|
},
|
|
4813
5021
|
{
|
|
4814
5022
|
"kind": "variable",
|
|
4815
|
-
"name": "
|
|
4816
|
-
"default": "css
|
|
4817
|
-
"description": "The AG
|
|
5023
|
+
"name": "agSelectEditorStyles",
|
|
5024
|
+
"default": "css``",
|
|
5025
|
+
"description": "The AG Select Renderer Styles.",
|
|
4818
5026
|
"privacy": "public"
|
|
4819
5027
|
},
|
|
4820
5028
|
{
|
|
4821
5029
|
"kind": "function",
|
|
4822
|
-
"name": "
|
|
5030
|
+
"name": "getSelectEditorTemplate",
|
|
4823
5031
|
"parameters": [
|
|
4824
5032
|
{
|
|
4825
5033
|
"name": "designSystem",
|
|
@@ -4827,7 +5035,7 @@
|
|
|
4827
5035
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4828
5036
|
}
|
|
4829
5037
|
],
|
|
4830
|
-
"description": "Get a Design System prefixed
|
|
5038
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4831
5039
|
"return": {
|
|
4832
5040
|
"type": {
|
|
4833
5041
|
"text": ""
|
|
@@ -4837,88 +5045,83 @@
|
|
|
4837
5045
|
},
|
|
4838
5046
|
{
|
|
4839
5047
|
"kind": "variable",
|
|
4840
|
-
"name": "
|
|
4841
|
-
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
5048
|
+
"name": "foundationSelectEditor",
|
|
4842
5049
|
"privacy": "public"
|
|
4843
5050
|
}
|
|
4844
5051
|
],
|
|
4845
5052
|
"exports": [
|
|
4846
5053
|
{
|
|
4847
5054
|
"kind": "js",
|
|
4848
|
-
"name": "
|
|
5055
|
+
"name": "SelectEditor",
|
|
4849
5056
|
"declaration": {
|
|
4850
|
-
"name": "
|
|
4851
|
-
"module": "src/cell-
|
|
5057
|
+
"name": "SelectEditor",
|
|
5058
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4852
5059
|
}
|
|
4853
5060
|
},
|
|
4854
5061
|
{
|
|
4855
5062
|
"kind": "js",
|
|
4856
|
-
"name": "
|
|
5063
|
+
"name": "agSelectEditorStyles",
|
|
4857
5064
|
"declaration": {
|
|
4858
|
-
"name": "
|
|
4859
|
-
"module": "src/cell-
|
|
5065
|
+
"name": "agSelectEditorStyles",
|
|
5066
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4860
5067
|
}
|
|
4861
5068
|
},
|
|
4862
5069
|
{
|
|
4863
5070
|
"kind": "js",
|
|
4864
|
-
"name": "
|
|
5071
|
+
"name": "getSelectEditorTemplate",
|
|
4865
5072
|
"declaration": {
|
|
4866
|
-
"name": "
|
|
4867
|
-
"module": "src/cell-
|
|
5073
|
+
"name": "getSelectEditorTemplate",
|
|
5074
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4868
5075
|
}
|
|
4869
5076
|
},
|
|
4870
5077
|
{
|
|
4871
5078
|
"kind": "js",
|
|
4872
|
-
"name": "
|
|
5079
|
+
"name": "foundationSelectEditor",
|
|
4873
5080
|
"declaration": {
|
|
4874
|
-
"name": "
|
|
4875
|
-
"module": "src/cell-
|
|
5081
|
+
"name": "foundationSelectEditor",
|
|
5082
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4876
5083
|
}
|
|
4877
5084
|
}
|
|
4878
5085
|
]
|
|
4879
5086
|
},
|
|
4880
5087
|
{
|
|
4881
5088
|
"kind": "javascript-module",
|
|
4882
|
-
"path": "src/cell-
|
|
5089
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
4883
5090
|
"declarations": [
|
|
4884
5091
|
{
|
|
4885
|
-
"kind": "
|
|
4886
|
-
"
|
|
4887
|
-
"
|
|
4888
|
-
"
|
|
4889
|
-
"privacy": "public"
|
|
4890
|
-
},
|
|
4891
|
-
{
|
|
4892
|
-
"kind": "function",
|
|
4893
|
-
"name": "getIconRendererTemplate",
|
|
4894
|
-
"parameters": [
|
|
5092
|
+
"kind": "class",
|
|
5093
|
+
"description": "The AG String Editor element.",
|
|
5094
|
+
"name": "StringEditor",
|
|
5095
|
+
"members": [
|
|
4895
5096
|
{
|
|
4896
|
-
"
|
|
4897
|
-
"
|
|
5097
|
+
"kind": "field",
|
|
5098
|
+
"name": "params",
|
|
5099
|
+
"type": {
|
|
5100
|
+
"text": "StringEditorParams"
|
|
5101
|
+
},
|
|
5102
|
+
"privacy": "public"
|
|
5103
|
+
},
|
|
5104
|
+
{
|
|
5105
|
+
"kind": "field",
|
|
5106
|
+
"name": "value",
|
|
4898
5107
|
"type": {
|
|
4899
5108
|
"text": "string"
|
|
4900
5109
|
},
|
|
4901
|
-
"
|
|
4902
|
-
}
|
|
4903
|
-
],
|
|
4904
|
-
"description": "Get a Design System prefixed Icon template.",
|
|
4905
|
-
"return": {
|
|
4906
|
-
"type": {
|
|
4907
|
-
"text": ""
|
|
4908
|
-
}
|
|
4909
|
-
},
|
|
4910
|
-
"privacy": "public"
|
|
4911
|
-
},
|
|
4912
|
-
{
|
|
4913
|
-
"kind": "class",
|
|
4914
|
-
"description": "Plain ag-Grid cell renderer for icons.\nThis renderer creates the FAST custom element using document.createElement.",
|
|
4915
|
-
"name": "IconRenderer",
|
|
4916
|
-
"members": [
|
|
5110
|
+
"privacy": "public"
|
|
5111
|
+
},
|
|
4917
5112
|
{
|
|
4918
5113
|
"kind": "field",
|
|
4919
|
-
"name": "
|
|
5114
|
+
"name": "actualWidth",
|
|
4920
5115
|
"type": {
|
|
4921
|
-
"text": "
|
|
5116
|
+
"text": "number"
|
|
5117
|
+
},
|
|
5118
|
+
"privacy": "public"
|
|
5119
|
+
},
|
|
5120
|
+
{
|
|
5121
|
+
"kind": "field",
|
|
5122
|
+
"name": "input",
|
|
5123
|
+
"type": {
|
|
5124
|
+
"text": "any"
|
|
4922
5125
|
},
|
|
4923
5126
|
"privacy": "public"
|
|
4924
5127
|
},
|
|
@@ -4930,7 +5133,7 @@
|
|
|
4930
5133
|
{
|
|
4931
5134
|
"name": "params",
|
|
4932
5135
|
"type": {
|
|
4933
|
-
"text": "
|
|
5136
|
+
"text": "StringEditorParams"
|
|
4934
5137
|
}
|
|
4935
5138
|
}
|
|
4936
5139
|
]
|
|
@@ -4948,21 +5151,51 @@
|
|
|
4948
5151
|
{
|
|
4949
5152
|
"kind": "method",
|
|
4950
5153
|
"name": "refresh",
|
|
5154
|
+
"privacy": "public",
|
|
5155
|
+
"return": {
|
|
5156
|
+
"type": {
|
|
5157
|
+
"text": "boolean"
|
|
5158
|
+
}
|
|
5159
|
+
},
|
|
4951
5160
|
"parameters": [
|
|
4952
5161
|
{
|
|
4953
|
-
"name": "params"
|
|
5162
|
+
"name": "params",
|
|
5163
|
+
"type": {
|
|
5164
|
+
"text": "StringEditorParams"
|
|
5165
|
+
}
|
|
4954
5166
|
}
|
|
4955
5167
|
]
|
|
4956
5168
|
},
|
|
4957
5169
|
{
|
|
4958
5170
|
"kind": "method",
|
|
4959
|
-
"name": "
|
|
5171
|
+
"name": "getValue"
|
|
5172
|
+
},
|
|
5173
|
+
{
|
|
5174
|
+
"kind": "method",
|
|
5175
|
+
"name": "isPopup",
|
|
4960
5176
|
"return": {
|
|
4961
5177
|
"type": {
|
|
4962
|
-
"text": "
|
|
5178
|
+
"text": "boolean"
|
|
4963
5179
|
}
|
|
4964
5180
|
}
|
|
4965
5181
|
},
|
|
5182
|
+
{
|
|
5183
|
+
"kind": "method",
|
|
5184
|
+
"name": "afterGuiAttached"
|
|
5185
|
+
},
|
|
5186
|
+
{
|
|
5187
|
+
"kind": "method",
|
|
5188
|
+
"name": "changeHandler",
|
|
5189
|
+
"parameters": [
|
|
5190
|
+
{
|
|
5191
|
+
"name": "event"
|
|
5192
|
+
}
|
|
5193
|
+
]
|
|
5194
|
+
},
|
|
5195
|
+
{
|
|
5196
|
+
"kind": "method",
|
|
5197
|
+
"name": "isCancelBeforeStart"
|
|
5198
|
+
},
|
|
4966
5199
|
{
|
|
4967
5200
|
"kind": "field",
|
|
4968
5201
|
"name": "_presentation",
|
|
@@ -5078,214 +5311,195 @@
|
|
|
5078
5311
|
"superclass": {
|
|
5079
5312
|
"name": "FoundationElement",
|
|
5080
5313
|
"package": "@microsoft/fast-foundation"
|
|
5081
|
-
}
|
|
5314
|
+
},
|
|
5315
|
+
"tagName": "%%prefix%%-string-editor",
|
|
5316
|
+
"customElement": true
|
|
5082
5317
|
},
|
|
5083
5318
|
{
|
|
5084
5319
|
"kind": "variable",
|
|
5085
|
-
"name": "
|
|
5086
|
-
"
|
|
5320
|
+
"name": "agStringEditorStyles",
|
|
5321
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5322
|
+
"description": "The AG String Renderer Styles.",
|
|
5323
|
+
"privacy": "public"
|
|
5324
|
+
},
|
|
5325
|
+
{
|
|
5326
|
+
"kind": "function",
|
|
5327
|
+
"name": "getStringEditorTemplate",
|
|
5328
|
+
"parameters": [
|
|
5329
|
+
{
|
|
5330
|
+
"name": "designSystem",
|
|
5331
|
+
"default": "'foundation'",
|
|
5332
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5333
|
+
}
|
|
5334
|
+
],
|
|
5335
|
+
"description": "Get a Design System prefixed String template.",
|
|
5336
|
+
"return": {
|
|
5337
|
+
"type": {
|
|
5338
|
+
"text": ""
|
|
5339
|
+
}
|
|
5340
|
+
},
|
|
5341
|
+
"privacy": "public"
|
|
5342
|
+
},
|
|
5343
|
+
{
|
|
5344
|
+
"kind": "variable",
|
|
5345
|
+
"name": "foundationStringEditor",
|
|
5087
5346
|
"privacy": "public"
|
|
5088
5347
|
}
|
|
5089
5348
|
],
|
|
5090
5349
|
"exports": [
|
|
5091
5350
|
{
|
|
5092
5351
|
"kind": "js",
|
|
5093
|
-
"name": "
|
|
5352
|
+
"name": "StringEditor",
|
|
5094
5353
|
"declaration": {
|
|
5095
|
-
"name": "
|
|
5096
|
-
"module": "src/cell-
|
|
5354
|
+
"name": "StringEditor",
|
|
5355
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5097
5356
|
}
|
|
5098
5357
|
},
|
|
5099
5358
|
{
|
|
5100
5359
|
"kind": "js",
|
|
5101
|
-
"name": "
|
|
5360
|
+
"name": "agStringEditorStyles",
|
|
5102
5361
|
"declaration": {
|
|
5103
|
-
"name": "
|
|
5104
|
-
"module": "src/cell-
|
|
5362
|
+
"name": "agStringEditorStyles",
|
|
5363
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5105
5364
|
}
|
|
5106
5365
|
},
|
|
5107
5366
|
{
|
|
5108
5367
|
"kind": "js",
|
|
5109
|
-
"name": "
|
|
5368
|
+
"name": "getStringEditorTemplate",
|
|
5110
5369
|
"declaration": {
|
|
5111
|
-
"name": "
|
|
5112
|
-
"module": "src/cell-
|
|
5370
|
+
"name": "getStringEditorTemplate",
|
|
5371
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5113
5372
|
}
|
|
5114
5373
|
},
|
|
5115
5374
|
{
|
|
5116
5375
|
"kind": "js",
|
|
5117
|
-
"name": "
|
|
5376
|
+
"name": "foundationStringEditor",
|
|
5118
5377
|
"declaration": {
|
|
5119
|
-
"name": "
|
|
5120
|
-
"module": "src/cell-
|
|
5378
|
+
"name": "foundationStringEditor",
|
|
5379
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5121
5380
|
}
|
|
5122
5381
|
}
|
|
5123
5382
|
]
|
|
5124
5383
|
},
|
|
5125
5384
|
{
|
|
5126
5385
|
"kind": "javascript-module",
|
|
5127
|
-
"path": "src/
|
|
5128
|
-
"declarations": [
|
|
5386
|
+
"path": "src/column/column.template.ts",
|
|
5387
|
+
"declarations": [
|
|
5388
|
+
{
|
|
5389
|
+
"kind": "variable",
|
|
5390
|
+
"name": "ColumnTemplate",
|
|
5391
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5392
|
+
"description": "The Grid Pro Column Template.",
|
|
5393
|
+
"privacy": "public"
|
|
5394
|
+
}
|
|
5395
|
+
],
|
|
5129
5396
|
"exports": [
|
|
5130
5397
|
{
|
|
5131
5398
|
"kind": "js",
|
|
5132
|
-
"name": "
|
|
5399
|
+
"name": "ColumnTemplate",
|
|
5133
5400
|
"declaration": {
|
|
5134
|
-
"name": "
|
|
5135
|
-
"
|
|
5401
|
+
"name": "ColumnTemplate",
|
|
5402
|
+
"module": "src/column/column.template.ts"
|
|
5136
5403
|
}
|
|
5137
|
-
}
|
|
5138
|
-
|
|
5139
|
-
|
|
5140
|
-
|
|
5141
|
-
|
|
5142
|
-
|
|
5143
|
-
|
|
5144
|
-
}
|
|
5145
|
-
},
|
|
5146
|
-
{
|
|
5147
|
-
"kind": "js",
|
|
5148
|
-
"name": "*",
|
|
5149
|
-
"declaration": {
|
|
5150
|
-
"name": "*",
|
|
5151
|
-
"package": "./boolean.renderer"
|
|
5152
|
-
}
|
|
5153
|
-
},
|
|
5154
|
-
{
|
|
5155
|
-
"kind": "js",
|
|
5156
|
-
"name": "*",
|
|
5157
|
-
"declaration": {
|
|
5158
|
-
"name": "*",
|
|
5159
|
-
"package": "./editable.renderer"
|
|
5160
|
-
}
|
|
5161
|
-
},
|
|
5162
|
-
{
|
|
5163
|
-
"kind": "js",
|
|
5164
|
-
"name": "*",
|
|
5165
|
-
"declaration": {
|
|
5166
|
-
"name": "*",
|
|
5167
|
-
"package": "./icon.renderer"
|
|
5168
|
-
}
|
|
5169
|
-
},
|
|
5170
|
-
{
|
|
5171
|
-
"kind": "js",
|
|
5172
|
-
"name": "*",
|
|
5173
|
-
"declaration": {
|
|
5174
|
-
"name": "*",
|
|
5175
|
-
"package": "./text.renderer"
|
|
5176
|
-
}
|
|
5177
|
-
},
|
|
5178
|
-
{
|
|
5179
|
-
"kind": "js",
|
|
5180
|
-
"name": "*",
|
|
5181
|
-
"declaration": {
|
|
5182
|
-
"name": "*",
|
|
5183
|
-
"package": "./text-field.renderer"
|
|
5184
|
-
}
|
|
5185
|
-
},
|
|
5186
|
-
{
|
|
5187
|
-
"kind": "js",
|
|
5188
|
-
"name": "*",
|
|
5189
|
-
"declaration": {
|
|
5190
|
-
"name": "*",
|
|
5191
|
-
"package": "./status-pill.renderer"
|
|
5192
|
-
}
|
|
5193
|
-
},
|
|
5194
|
-
{
|
|
5195
|
-
"kind": "js",
|
|
5196
|
-
"name": "*",
|
|
5197
|
-
"declaration": {
|
|
5198
|
-
"name": "*",
|
|
5199
|
-
"package": "./select.renderer"
|
|
5200
|
-
}
|
|
5201
|
-
}
|
|
5202
|
-
]
|
|
5203
|
-
},
|
|
5204
|
-
{
|
|
5205
|
-
"kind": "javascript-module",
|
|
5206
|
-
"path": "src/cell-renderers/select.renderer.ts",
|
|
5207
|
-
"declarations": [
|
|
5404
|
+
}
|
|
5405
|
+
]
|
|
5406
|
+
},
|
|
5407
|
+
{
|
|
5408
|
+
"kind": "javascript-module",
|
|
5409
|
+
"path": "src/column/column.ts",
|
|
5410
|
+
"declarations": [
|
|
5208
5411
|
{
|
|
5209
5412
|
"kind": "class",
|
|
5210
|
-
"description": "The
|
|
5211
|
-
"name": "
|
|
5413
|
+
"description": "The Grid Pro Column element.",
|
|
5414
|
+
"name": "GridProColumn",
|
|
5212
5415
|
"members": [
|
|
5213
5416
|
{
|
|
5214
5417
|
"kind": "field",
|
|
5215
|
-
"name": "
|
|
5418
|
+
"name": "slottedAgCell",
|
|
5216
5419
|
"type": {
|
|
5217
|
-
"text": "
|
|
5420
|
+
"text": "HTMLElement[]"
|
|
5218
5421
|
},
|
|
5219
5422
|
"privacy": "public"
|
|
5220
5423
|
},
|
|
5221
5424
|
{
|
|
5222
5425
|
"kind": "field",
|
|
5223
|
-
"name": "
|
|
5426
|
+
"name": "definition",
|
|
5224
5427
|
"type": {
|
|
5225
|
-
"text": "
|
|
5428
|
+
"text": "ColDef"
|
|
5226
5429
|
},
|
|
5227
|
-
"
|
|
5430
|
+
"default": "{}"
|
|
5228
5431
|
},
|
|
5229
5432
|
{
|
|
5230
5433
|
"kind": "method",
|
|
5231
|
-
"name": "
|
|
5232
|
-
"privacy": "public"
|
|
5233
|
-
"parameters": [
|
|
5234
|
-
{
|
|
5235
|
-
"name": "params",
|
|
5236
|
-
"type": {
|
|
5237
|
-
"text": "SelectCellRendererParams"
|
|
5238
|
-
}
|
|
5239
|
-
}
|
|
5240
|
-
]
|
|
5434
|
+
"name": "slottedAgCellChanged",
|
|
5435
|
+
"privacy": "public"
|
|
5241
5436
|
},
|
|
5242
5437
|
{
|
|
5243
5438
|
"kind": "method",
|
|
5244
|
-
"name": "
|
|
5245
|
-
"privacy": "public",
|
|
5439
|
+
"name": "deepClone",
|
|
5246
5440
|
"return": {
|
|
5247
5441
|
"type": {
|
|
5248
|
-
"text": "
|
|
5442
|
+
"text": "Node"
|
|
5249
5443
|
}
|
|
5444
|
+
},
|
|
5445
|
+
"inheritedFrom": {
|
|
5446
|
+
"name": "LifecycleMixin",
|
|
5447
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5250
5448
|
}
|
|
5251
5449
|
},
|
|
5252
5450
|
{
|
|
5253
5451
|
"kind": "method",
|
|
5254
|
-
"name": "
|
|
5255
|
-
"privacy": "public",
|
|
5452
|
+
"name": "cloneNode",
|
|
5256
5453
|
"return": {
|
|
5257
5454
|
"type": {
|
|
5258
|
-
"text": "
|
|
5455
|
+
"text": "Node"
|
|
5456
|
+
}
|
|
5457
|
+
},
|
|
5458
|
+
"parameters": [
|
|
5459
|
+
{
|
|
5460
|
+
"name": "deep",
|
|
5461
|
+
"optional": true,
|
|
5462
|
+
"type": {
|
|
5463
|
+
"text": "boolean"
|
|
5464
|
+
}
|
|
5259
5465
|
}
|
|
5466
|
+
],
|
|
5467
|
+
"inheritedFrom": {
|
|
5468
|
+
"name": "LifecycleMixin",
|
|
5469
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5260
5470
|
}
|
|
5261
5471
|
},
|
|
5262
5472
|
{
|
|
5263
|
-
"kind": "
|
|
5264
|
-
"name": "
|
|
5265
|
-
"privacy": "public",
|
|
5473
|
+
"kind": "field",
|
|
5474
|
+
"name": "shouldRunDisconnect",
|
|
5266
5475
|
"return": {
|
|
5267
5476
|
"type": {
|
|
5268
|
-
"text": "
|
|
5477
|
+
"text": ""
|
|
5269
5478
|
}
|
|
5270
5479
|
},
|
|
5271
|
-
"
|
|
5272
|
-
|
|
5273
|
-
|
|
5274
|
-
|
|
5275
|
-
|
|
5276
|
-
}
|
|
5277
|
-
}
|
|
5278
|
-
]
|
|
5480
|
+
"readonly": true,
|
|
5481
|
+
"inheritedFrom": {
|
|
5482
|
+
"name": "LifecycleMixin",
|
|
5483
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5484
|
+
}
|
|
5279
5485
|
},
|
|
5280
5486
|
{
|
|
5281
5487
|
"kind": "field",
|
|
5282
|
-
"name": "
|
|
5283
|
-
"
|
|
5488
|
+
"name": "shouldRunConnect",
|
|
5489
|
+
"return": {
|
|
5490
|
+
"type": {
|
|
5491
|
+
"text": ""
|
|
5492
|
+
}
|
|
5493
|
+
},
|
|
5494
|
+
"readonly": true,
|
|
5495
|
+
"inheritedFrom": {
|
|
5496
|
+
"name": "LifecycleMixin",
|
|
5497
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5498
|
+
}
|
|
5284
5499
|
},
|
|
5285
5500
|
{
|
|
5286
5501
|
"kind": "method",
|
|
5287
|
-
"name": "
|
|
5288
|
-
"privacy": "public",
|
|
5502
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
5289
5503
|
"return": {
|
|
5290
5504
|
"type": {
|
|
5291
5505
|
"text": "boolean"
|
|
@@ -5293,9 +5507,16 @@
|
|
|
5293
5507
|
},
|
|
5294
5508
|
"parameters": [
|
|
5295
5509
|
{
|
|
5296
|
-
"name": "
|
|
5510
|
+
"name": "lifecycleType",
|
|
5511
|
+
"type": {
|
|
5512
|
+
"text": "Lifecycletype"
|
|
5513
|
+
}
|
|
5297
5514
|
}
|
|
5298
|
-
]
|
|
5515
|
+
],
|
|
5516
|
+
"inheritedFrom": {
|
|
5517
|
+
"name": "LifecycleMixin",
|
|
5518
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5519
|
+
}
|
|
5299
5520
|
},
|
|
5300
5521
|
{
|
|
5301
5522
|
"kind": "field",
|
|
@@ -5409,160 +5630,155 @@
|
|
|
5409
5630
|
}
|
|
5410
5631
|
}
|
|
5411
5632
|
],
|
|
5633
|
+
"mixins": [
|
|
5634
|
+
{
|
|
5635
|
+
"name": "LifecycleMixin",
|
|
5636
|
+
"package": "@genesislcap/foundation-utils"
|
|
5637
|
+
}
|
|
5638
|
+
],
|
|
5412
5639
|
"superclass": {
|
|
5413
5640
|
"name": "FoundationElement",
|
|
5414
5641
|
"package": "@microsoft/fast-foundation"
|
|
5415
5642
|
},
|
|
5416
|
-
"tagName": "
|
|
5643
|
+
"tagName": "grid-pro-column",
|
|
5417
5644
|
"customElement": true
|
|
5418
|
-
},
|
|
5419
|
-
{
|
|
5420
|
-
"kind": "variable",
|
|
5421
|
-
"name": "agSelectRendererStyles",
|
|
5422
|
-
"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`",
|
|
5423
|
-
"description": "The AG Select Renderer Styles.",
|
|
5424
|
-
"privacy": "public"
|
|
5425
|
-
},
|
|
5426
|
-
{
|
|
5427
|
-
"kind": "function",
|
|
5428
|
-
"name": "getSelectRendererTemplate",
|
|
5429
|
-
"parameters": [
|
|
5430
|
-
{
|
|
5431
|
-
"name": "designSystem",
|
|
5432
|
-
"default": "'foundation'",
|
|
5433
|
-
"type": {
|
|
5434
|
-
"text": "string"
|
|
5435
|
-
},
|
|
5436
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5437
|
-
}
|
|
5438
|
-
],
|
|
5439
|
-
"description": "Get a Design System prefixed Select template.",
|
|
5440
|
-
"return": {
|
|
5441
|
-
"type": {
|
|
5442
|
-
"text": ""
|
|
5443
|
-
}
|
|
5444
|
-
},
|
|
5445
|
-
"privacy": "public"
|
|
5446
|
-
},
|
|
5447
|
-
{
|
|
5448
|
-
"kind": "variable",
|
|
5449
|
-
"name": "foundationAgSelectRenderer",
|
|
5450
|
-
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
5451
|
-
"privacy": "public"
|
|
5452
5645
|
}
|
|
5453
5646
|
],
|
|
5454
5647
|
"exports": [
|
|
5455
5648
|
{
|
|
5456
5649
|
"kind": "js",
|
|
5457
|
-
"name": "
|
|
5650
|
+
"name": "GridProColumn",
|
|
5458
5651
|
"declaration": {
|
|
5459
|
-
"name": "
|
|
5460
|
-
"module": "src/
|
|
5652
|
+
"name": "GridProColumn",
|
|
5653
|
+
"module": "src/column/column.ts"
|
|
5461
5654
|
}
|
|
5462
5655
|
},
|
|
5656
|
+
{
|
|
5657
|
+
"kind": "custom-element-definition",
|
|
5658
|
+
"name": "grid-pro-column",
|
|
5659
|
+
"declaration": {
|
|
5660
|
+
"name": "GridProColumn",
|
|
5661
|
+
"module": "src/column/column.ts"
|
|
5662
|
+
}
|
|
5663
|
+
}
|
|
5664
|
+
]
|
|
5665
|
+
},
|
|
5666
|
+
{
|
|
5667
|
+
"kind": "javascript-module",
|
|
5668
|
+
"path": "src/column/index.ts",
|
|
5669
|
+
"declarations": [],
|
|
5670
|
+
"exports": [
|
|
5463
5671
|
{
|
|
5464
5672
|
"kind": "js",
|
|
5465
|
-
"name": "
|
|
5673
|
+
"name": "*",
|
|
5466
5674
|
"declaration": {
|
|
5467
|
-
"name": "
|
|
5468
|
-
"
|
|
5675
|
+
"name": "*",
|
|
5676
|
+
"package": "./column.template"
|
|
5469
5677
|
}
|
|
5470
5678
|
},
|
|
5471
5679
|
{
|
|
5472
5680
|
"kind": "js",
|
|
5473
|
-
"name": "
|
|
5681
|
+
"name": "*",
|
|
5474
5682
|
"declaration": {
|
|
5475
|
-
"name": "
|
|
5476
|
-
"
|
|
5683
|
+
"name": "*",
|
|
5684
|
+
"package": "./column"
|
|
5477
5685
|
}
|
|
5478
5686
|
},
|
|
5479
5687
|
{
|
|
5480
5688
|
"kind": "js",
|
|
5481
|
-
"name": "
|
|
5689
|
+
"name": "*",
|
|
5482
5690
|
"declaration": {
|
|
5483
|
-
"name": "
|
|
5484
|
-
"
|
|
5691
|
+
"name": "*",
|
|
5692
|
+
"package": "./utils"
|
|
5485
5693
|
}
|
|
5486
5694
|
}
|
|
5487
5695
|
]
|
|
5488
5696
|
},
|
|
5489
5697
|
{
|
|
5490
5698
|
"kind": "javascript-module",
|
|
5491
|
-
"path": "src/cell-renderers/
|
|
5699
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5492
5700
|
"declarations": [
|
|
5493
5701
|
{
|
|
5494
|
-
"kind": "
|
|
5495
|
-
"
|
|
5496
|
-
"
|
|
5497
|
-
"
|
|
5498
|
-
"privacy": "public"
|
|
5499
|
-
},
|
|
5500
|
-
{
|
|
5501
|
-
"kind": "function",
|
|
5502
|
-
"name": "getStatusPillRendererTemplate",
|
|
5503
|
-
"parameters": [
|
|
5702
|
+
"kind": "class",
|
|
5703
|
+
"description": "The AG Action Renderer element.",
|
|
5704
|
+
"name": "ActionRenderer",
|
|
5705
|
+
"members": [
|
|
5504
5706
|
{
|
|
5505
|
-
"
|
|
5506
|
-
"
|
|
5707
|
+
"kind": "field",
|
|
5708
|
+
"name": "params",
|
|
5507
5709
|
"type": {
|
|
5508
|
-
"text": "
|
|
5710
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5509
5711
|
},
|
|
5510
|
-
"
|
|
5511
|
-
}
|
|
5512
|
-
],
|
|
5513
|
-
"description": "Get a Design System prefixed Status Pill template.",
|
|
5514
|
-
"return": {
|
|
5515
|
-
"type": {
|
|
5516
|
-
"text": ""
|
|
5517
|
-
}
|
|
5518
|
-
},
|
|
5519
|
-
"privacy": "public"
|
|
5520
|
-
},
|
|
5521
|
-
{
|
|
5522
|
-
"kind": "class",
|
|
5523
|
-
"description": "The AG Status Pill Renderer element.",
|
|
5524
|
-
"name": "StatusPillRenderer",
|
|
5525
|
-
"members": [
|
|
5712
|
+
"privacy": "public"
|
|
5713
|
+
},
|
|
5526
5714
|
{
|
|
5527
5715
|
"kind": "field",
|
|
5528
|
-
"name": "
|
|
5716
|
+
"name": "pendingAction",
|
|
5529
5717
|
"type": {
|
|
5530
|
-
"text": "
|
|
5531
|
-
}
|
|
5718
|
+
"text": "boolean"
|
|
5719
|
+
},
|
|
5720
|
+
"privacy": "public"
|
|
5532
5721
|
},
|
|
5533
5722
|
{
|
|
5534
5723
|
"kind": "method",
|
|
5535
5724
|
"name": "init",
|
|
5725
|
+
"privacy": "public",
|
|
5536
5726
|
"parameters": [
|
|
5537
5727
|
{
|
|
5538
5728
|
"name": "params",
|
|
5539
5729
|
"type": {
|
|
5540
|
-
"text": "
|
|
5730
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5541
5731
|
}
|
|
5542
5732
|
}
|
|
5543
5733
|
]
|
|
5544
5734
|
},
|
|
5545
5735
|
{
|
|
5546
5736
|
"kind": "method",
|
|
5547
|
-
"name": "getGui"
|
|
5737
|
+
"name": "getGui",
|
|
5738
|
+
"privacy": "public",
|
|
5739
|
+
"return": {
|
|
5740
|
+
"type": {
|
|
5741
|
+
"text": "HTMLElement"
|
|
5742
|
+
}
|
|
5743
|
+
}
|
|
5548
5744
|
},
|
|
5549
5745
|
{
|
|
5550
5746
|
"kind": "method",
|
|
5551
5747
|
"name": "refresh",
|
|
5748
|
+
"privacy": "public",
|
|
5552
5749
|
"parameters": [
|
|
5553
5750
|
{
|
|
5554
|
-
"name": "params"
|
|
5751
|
+
"name": "params",
|
|
5752
|
+
"type": {
|
|
5753
|
+
"text": "ICellRendererParams"
|
|
5754
|
+
}
|
|
5555
5755
|
}
|
|
5556
5756
|
]
|
|
5557
5757
|
},
|
|
5558
5758
|
{
|
|
5559
5759
|
"kind": "method",
|
|
5560
|
-
"name": "
|
|
5760
|
+
"name": "isDisabled",
|
|
5761
|
+
"privacy": "public",
|
|
5561
5762
|
"return": {
|
|
5562
5763
|
"type": {
|
|
5563
|
-
"text": "
|
|
5764
|
+
"text": "boolean"
|
|
5564
5765
|
}
|
|
5565
|
-
}
|
|
5766
|
+
},
|
|
5767
|
+
"parameters": [
|
|
5768
|
+
{
|
|
5769
|
+
"name": "data"
|
|
5770
|
+
}
|
|
5771
|
+
]
|
|
5772
|
+
},
|
|
5773
|
+
{
|
|
5774
|
+
"kind": "method",
|
|
5775
|
+
"name": "clickHandler",
|
|
5776
|
+
"privacy": "public"
|
|
5777
|
+
},
|
|
5778
|
+
{
|
|
5779
|
+
"kind": "field",
|
|
5780
|
+
"name": "dataTestId",
|
|
5781
|
+
"readonly": true
|
|
5566
5782
|
},
|
|
5567
5783
|
{
|
|
5568
5784
|
"kind": "field",
|
|
@@ -5680,81 +5896,78 @@
|
|
|
5680
5896
|
"name": "FoundationElement",
|
|
5681
5897
|
"package": "@microsoft/fast-foundation"
|
|
5682
5898
|
},
|
|
5683
|
-
"tagName": "%%prefix%%-
|
|
5899
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5684
5900
|
"customElement": true
|
|
5685
5901
|
},
|
|
5686
5902
|
{
|
|
5687
5903
|
"kind": "variable",
|
|
5688
|
-
"name": "
|
|
5689
|
-
"description": "
|
|
5904
|
+
"name": "actionHeightMultiplier",
|
|
5905
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5906
|
+
"privacy": "public"
|
|
5907
|
+
},
|
|
5908
|
+
{
|
|
5909
|
+
"kind": "variable",
|
|
5910
|
+
"name": "agActionRendererStyles",
|
|
5911
|
+
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n color: var(--accent-foreground-rest);\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
5912
|
+
"description": "The AG Action Renderer Styles.",
|
|
5913
|
+
"privacy": "public"
|
|
5914
|
+
},
|
|
5915
|
+
{
|
|
5916
|
+
"kind": "variable",
|
|
5917
|
+
"name": "foundationGridProActionRenderer",
|
|
5918
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5690
5919
|
"privacy": "public"
|
|
5691
5920
|
}
|
|
5692
5921
|
],
|
|
5693
5922
|
"exports": [
|
|
5694
5923
|
{
|
|
5695
5924
|
"kind": "js",
|
|
5696
|
-
"name": "
|
|
5925
|
+
"name": "ActionRenderer",
|
|
5697
5926
|
"declaration": {
|
|
5698
|
-
"name": "
|
|
5699
|
-
"module": "src/cell-renderers/
|
|
5927
|
+
"name": "ActionRenderer",
|
|
5928
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5700
5929
|
}
|
|
5701
5930
|
},
|
|
5702
5931
|
{
|
|
5703
5932
|
"kind": "js",
|
|
5704
|
-
"name": "
|
|
5933
|
+
"name": "actionHeightMultiplier",
|
|
5705
5934
|
"declaration": {
|
|
5706
|
-
"name": "
|
|
5707
|
-
"module": "src/cell-renderers/
|
|
5935
|
+
"name": "actionHeightMultiplier",
|
|
5936
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5708
5937
|
}
|
|
5709
5938
|
},
|
|
5710
5939
|
{
|
|
5711
5940
|
"kind": "js",
|
|
5712
|
-
"name": "
|
|
5941
|
+
"name": "agActionRendererStyles",
|
|
5713
5942
|
"declaration": {
|
|
5714
|
-
"name": "
|
|
5715
|
-
"module": "src/cell-renderers/
|
|
5943
|
+
"name": "agActionRendererStyles",
|
|
5944
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5716
5945
|
}
|
|
5717
5946
|
},
|
|
5718
5947
|
{
|
|
5719
5948
|
"kind": "js",
|
|
5720
|
-
"name": "
|
|
5949
|
+
"name": "foundationGridProActionRenderer",
|
|
5721
5950
|
"declaration": {
|
|
5722
|
-
"name": "
|
|
5723
|
-
"module": "src/cell-renderers/
|
|
5951
|
+
"name": "foundationGridProActionRenderer",
|
|
5952
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5724
5953
|
}
|
|
5725
5954
|
}
|
|
5726
5955
|
]
|
|
5727
5956
|
},
|
|
5728
5957
|
{
|
|
5729
5958
|
"kind": "javascript-module",
|
|
5730
|
-
"path": "src/cell-renderers/
|
|
5959
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5731
5960
|
"declarations": [
|
|
5732
5961
|
{
|
|
5733
5962
|
"kind": "class",
|
|
5734
|
-
"description": "The
|
|
5735
|
-
"name": "
|
|
5963
|
+
"description": "The Actions Menu Renderer element.",
|
|
5964
|
+
"name": "ActionsMenuRenderer",
|
|
5736
5965
|
"members": [
|
|
5737
|
-
{
|
|
5738
|
-
"kind": "field",
|
|
5739
|
-
"name": "textField",
|
|
5740
|
-
"type": {
|
|
5741
|
-
"text": "TextField"
|
|
5742
|
-
},
|
|
5743
|
-
"privacy": "public"
|
|
5744
|
-
},
|
|
5745
|
-
{
|
|
5746
|
-
"kind": "field",
|
|
5747
|
-
"name": "textValue",
|
|
5748
|
-
"type": {
|
|
5749
|
-
"text": "string"
|
|
5750
|
-
},
|
|
5751
|
-
"default": "''"
|
|
5752
|
-
},
|
|
5753
5966
|
{
|
|
5754
5967
|
"kind": "field",
|
|
5755
5968
|
"name": "params",
|
|
5756
5969
|
"type": {
|
|
5757
|
-
"text": "
|
|
5970
|
+
"text": "ICellRendererParams"
|
|
5758
5971
|
},
|
|
5759
5972
|
"privacy": "public"
|
|
5760
5973
|
},
|
|
@@ -5766,7 +5979,7 @@
|
|
|
5766
5979
|
{
|
|
5767
5980
|
"name": "params",
|
|
5768
5981
|
"type": {
|
|
5769
|
-
"text": "
|
|
5982
|
+
"text": "ICellRendererParams"
|
|
5770
5983
|
}
|
|
5771
5984
|
}
|
|
5772
5985
|
]
|
|
@@ -5781,11 +5994,6 @@
|
|
|
5781
5994
|
}
|
|
5782
5995
|
}
|
|
5783
5996
|
},
|
|
5784
|
-
{
|
|
5785
|
-
"kind": "method",
|
|
5786
|
-
"name": "destroy",
|
|
5787
|
-
"privacy": "public"
|
|
5788
|
-
},
|
|
5789
5997
|
{
|
|
5790
5998
|
"kind": "method",
|
|
5791
5999
|
"name": "refresh",
|
|
@@ -5794,38 +6002,11 @@
|
|
|
5794
6002
|
{
|
|
5795
6003
|
"name": "params",
|
|
5796
6004
|
"type": {
|
|
5797
|
-
"text": "
|
|
6005
|
+
"text": "ICellRendererParams"
|
|
5798
6006
|
}
|
|
5799
6007
|
}
|
|
5800
6008
|
]
|
|
5801
6009
|
},
|
|
5802
|
-
{
|
|
5803
|
-
"kind": "method",
|
|
5804
|
-
"name": "isDisabled",
|
|
5805
|
-
"privacy": "public",
|
|
5806
|
-
"return": {
|
|
5807
|
-
"type": {
|
|
5808
|
-
"text": "boolean"
|
|
5809
|
-
}
|
|
5810
|
-
},
|
|
5811
|
-
"parameters": [
|
|
5812
|
-
{
|
|
5813
|
-
"name": "data"
|
|
5814
|
-
}
|
|
5815
|
-
]
|
|
5816
|
-
},
|
|
5817
|
-
{
|
|
5818
|
-
"kind": "field",
|
|
5819
|
-
"name": "textChanged",
|
|
5820
|
-
"privacy": "public",
|
|
5821
|
-
"description": "On text change handler",
|
|
5822
|
-
"parameters": [
|
|
5823
|
-
{
|
|
5824
|
-
"description": "CustomEvent",
|
|
5825
|
-
"name": "e"
|
|
5826
|
-
}
|
|
5827
|
-
]
|
|
5828
|
-
},
|
|
5829
6010
|
{
|
|
5830
6011
|
"kind": "field",
|
|
5831
6012
|
"name": "_presentation",
|
|
@@ -5942,127 +6123,133 @@
|
|
|
5942
6123
|
"name": "FoundationElement",
|
|
5943
6124
|
"package": "@microsoft/fast-foundation"
|
|
5944
6125
|
},
|
|
5945
|
-
"tagName": "%%prefix%%-grid-
|
|
6126
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
5946
6127
|
"customElement": true
|
|
5947
6128
|
},
|
|
5948
6129
|
{
|
|
5949
6130
|
"kind": "variable",
|
|
5950
|
-
"name": "
|
|
5951
|
-
"
|
|
5952
|
-
"description": "The AG Text Field Renderer Styles.",
|
|
6131
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
6132
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
5953
6133
|
"privacy": "public"
|
|
5954
6134
|
},
|
|
5955
6135
|
{
|
|
5956
6136
|
"kind": "function",
|
|
5957
|
-
"name": "
|
|
5958
|
-
"parameters": [
|
|
5959
|
-
{
|
|
5960
|
-
"name": "designSystem",
|
|
5961
|
-
"default": "'foundation'",
|
|
5962
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5963
|
-
}
|
|
5964
|
-
],
|
|
5965
|
-
"description": "Get a Design System prefixed Text Field template.",
|
|
6137
|
+
"name": "getActionsMenuDef",
|
|
5966
6138
|
"return": {
|
|
5967
6139
|
"type": {
|
|
5968
6140
|
"text": ""
|
|
5969
6141
|
}
|
|
5970
6142
|
},
|
|
5971
|
-
"
|
|
5972
|
-
|
|
5973
|
-
|
|
5974
|
-
|
|
5975
|
-
|
|
5976
|
-
|
|
6143
|
+
"parameters": [
|
|
6144
|
+
{
|
|
6145
|
+
"name": "actions",
|
|
6146
|
+
"type": {
|
|
6147
|
+
"text": "ActionMenuItem[]"
|
|
6148
|
+
},
|
|
6149
|
+
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
6150
|
+
},
|
|
6151
|
+
{
|
|
6152
|
+
"name": "overrideDef",
|
|
6153
|
+
"default": "{}",
|
|
6154
|
+
"type": {
|
|
6155
|
+
"text": "ColDef"
|
|
6156
|
+
},
|
|
6157
|
+
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
6158
|
+
},
|
|
6159
|
+
{
|
|
6160
|
+
"name": "customActionsOpenerName",
|
|
6161
|
+
"default": "'⋮'",
|
|
6162
|
+
"type": {
|
|
6163
|
+
"text": "string"
|
|
6164
|
+
},
|
|
6165
|
+
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
6166
|
+
},
|
|
6167
|
+
{
|
|
6168
|
+
"name": "isVertical",
|
|
6169
|
+
"default": "false",
|
|
6170
|
+
"type": {
|
|
6171
|
+
"text": "boolean"
|
|
6172
|
+
},
|
|
6173
|
+
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
6174
|
+
},
|
|
6175
|
+
{
|
|
6176
|
+
"name": "buttonAppearance",
|
|
6177
|
+
"optional": true,
|
|
6178
|
+
"type": {
|
|
6179
|
+
"text": "string"
|
|
6180
|
+
},
|
|
6181
|
+
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
6182
|
+
}
|
|
6183
|
+
],
|
|
6184
|
+
"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).",
|
|
5977
6185
|
"privacy": "public"
|
|
5978
6186
|
}
|
|
5979
6187
|
],
|
|
5980
6188
|
"exports": [
|
|
5981
6189
|
{
|
|
5982
6190
|
"kind": "js",
|
|
5983
|
-
"name": "
|
|
5984
|
-
"declaration": {
|
|
5985
|
-
"name": "AgTextFieldRenderer",
|
|
5986
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5987
|
-
}
|
|
5988
|
-
},
|
|
5989
|
-
{
|
|
5990
|
-
"kind": "js",
|
|
5991
|
-
"name": "textFieldRendererStyles",
|
|
6191
|
+
"name": "ActionsMenuRenderer",
|
|
5992
6192
|
"declaration": {
|
|
5993
|
-
"name": "
|
|
5994
|
-
"module": "src/cell-renderers/
|
|
6193
|
+
"name": "ActionsMenuRenderer",
|
|
6194
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
5995
6195
|
}
|
|
5996
6196
|
},
|
|
5997
6197
|
{
|
|
5998
6198
|
"kind": "js",
|
|
5999
|
-
"name": "
|
|
6199
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
6000
6200
|
"declaration": {
|
|
6001
|
-
"name": "
|
|
6002
|
-
"module": "src/cell-renderers/
|
|
6201
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
6202
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
6003
6203
|
}
|
|
6004
6204
|
},
|
|
6005
6205
|
{
|
|
6006
6206
|
"kind": "js",
|
|
6007
|
-
"name": "
|
|
6207
|
+
"name": "getActionsMenuDef",
|
|
6008
6208
|
"declaration": {
|
|
6009
|
-
"name": "
|
|
6010
|
-
"module": "src/cell-renderers/
|
|
6209
|
+
"name": "getActionsMenuDef",
|
|
6210
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
6011
6211
|
}
|
|
6012
6212
|
}
|
|
6013
6213
|
]
|
|
6014
6214
|
},
|
|
6015
6215
|
{
|
|
6016
6216
|
"kind": "javascript-module",
|
|
6017
|
-
"path": "src/cell-renderers/
|
|
6217
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
6018
6218
|
"declarations": [
|
|
6019
6219
|
{
|
|
6020
6220
|
"kind": "class",
|
|
6021
|
-
"description": "",
|
|
6022
|
-
"name": "
|
|
6023
|
-
"superclass": {
|
|
6024
|
-
"name": "AgTextFieldRenderer",
|
|
6025
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
6026
|
-
},
|
|
6027
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
6028
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
6029
|
-
"customElement": true,
|
|
6221
|
+
"description": "The AG Boolean Renderer element.",
|
|
6222
|
+
"name": "BooleanRenderer",
|
|
6030
6223
|
"members": [
|
|
6031
6224
|
{
|
|
6032
6225
|
"kind": "field",
|
|
6033
|
-
"name": "
|
|
6226
|
+
"name": "params",
|
|
6034
6227
|
"type": {
|
|
6035
|
-
"text": "
|
|
6228
|
+
"text": "ICellRendererParams & BooleanRendererParams"
|
|
6036
6229
|
},
|
|
6037
|
-
"privacy": "public"
|
|
6038
|
-
"inheritedFrom": {
|
|
6039
|
-
"name": "AgTextFieldRenderer",
|
|
6040
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6041
|
-
}
|
|
6230
|
+
"privacy": "public"
|
|
6042
6231
|
},
|
|
6043
6232
|
{
|
|
6044
6233
|
"kind": "field",
|
|
6045
|
-
"name": "
|
|
6234
|
+
"name": "selected",
|
|
6046
6235
|
"type": {
|
|
6047
|
-
"text": "
|
|
6048
|
-
},
|
|
6049
|
-
"default": "''",
|
|
6050
|
-
"inheritedFrom": {
|
|
6051
|
-
"name": "AgTextFieldRenderer",
|
|
6052
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6236
|
+
"text": "boolean"
|
|
6053
6237
|
}
|
|
6054
6238
|
},
|
|
6055
6239
|
{
|
|
6056
|
-
"kind": "
|
|
6057
|
-
"name": "
|
|
6058
|
-
"type": {
|
|
6059
|
-
"text": "FuiCellRendererParams"
|
|
6060
|
-
},
|
|
6240
|
+
"kind": "method",
|
|
6241
|
+
"name": "isDisabled",
|
|
6061
6242
|
"privacy": "public",
|
|
6062
|
-
"
|
|
6063
|
-
"
|
|
6064
|
-
|
|
6065
|
-
|
|
6243
|
+
"return": {
|
|
6244
|
+
"type": {
|
|
6245
|
+
"text": "boolean"
|
|
6246
|
+
}
|
|
6247
|
+
},
|
|
6248
|
+
"parameters": [
|
|
6249
|
+
{
|
|
6250
|
+
"name": "data"
|
|
6251
|
+
}
|
|
6252
|
+
]
|
|
6066
6253
|
},
|
|
6067
6254
|
{
|
|
6068
6255
|
"kind": "method",
|
|
@@ -6072,14 +6259,10 @@
|
|
|
6072
6259
|
{
|
|
6073
6260
|
"name": "params",
|
|
6074
6261
|
"type": {
|
|
6075
|
-
"text": "
|
|
6262
|
+
"text": "ICellRendererParams"
|
|
6076
6263
|
}
|
|
6077
6264
|
}
|
|
6078
|
-
]
|
|
6079
|
-
"inheritedFrom": {
|
|
6080
|
-
"name": "AgTextFieldRenderer",
|
|
6081
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6082
|
-
}
|
|
6265
|
+
]
|
|
6083
6266
|
},
|
|
6084
6267
|
{
|
|
6085
6268
|
"kind": "method",
|
|
@@ -6089,20 +6272,12 @@
|
|
|
6089
6272
|
"type": {
|
|
6090
6273
|
"text": "HTMLElement"
|
|
6091
6274
|
}
|
|
6092
|
-
},
|
|
6093
|
-
"inheritedFrom": {
|
|
6094
|
-
"name": "AgTextFieldRenderer",
|
|
6095
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6096
6275
|
}
|
|
6097
6276
|
},
|
|
6098
6277
|
{
|
|
6099
6278
|
"kind": "method",
|
|
6100
6279
|
"name": "destroy",
|
|
6101
|
-
"privacy": "public"
|
|
6102
|
-
"inheritedFrom": {
|
|
6103
|
-
"name": "AgTextFieldRenderer",
|
|
6104
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6105
|
-
}
|
|
6280
|
+
"privacy": "public"
|
|
6106
6281
|
},
|
|
6107
6282
|
{
|
|
6108
6283
|
"kind": "method",
|
|
@@ -6112,49 +6287,18 @@
|
|
|
6112
6287
|
{
|
|
6113
6288
|
"name": "params",
|
|
6114
6289
|
"type": {
|
|
6115
|
-
"text": "
|
|
6290
|
+
"text": "ICellRendererParams"
|
|
6116
6291
|
}
|
|
6117
6292
|
}
|
|
6118
|
-
]
|
|
6119
|
-
"inheritedFrom": {
|
|
6120
|
-
"name": "AgTextFieldRenderer",
|
|
6121
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6122
|
-
}
|
|
6293
|
+
]
|
|
6123
6294
|
},
|
|
6124
6295
|
{
|
|
6125
6296
|
"kind": "method",
|
|
6126
|
-
"name": "
|
|
6127
|
-
"privacy": "public",
|
|
6128
|
-
"return": {
|
|
6129
|
-
"type": {
|
|
6130
|
-
"text": "boolean"
|
|
6131
|
-
}
|
|
6132
|
-
},
|
|
6133
|
-
"parameters": [
|
|
6134
|
-
{
|
|
6135
|
-
"name": "data"
|
|
6136
|
-
}
|
|
6137
|
-
],
|
|
6138
|
-
"inheritedFrom": {
|
|
6139
|
-
"name": "AgTextFieldRenderer",
|
|
6140
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6141
|
-
}
|
|
6297
|
+
"name": "getValue"
|
|
6142
6298
|
},
|
|
6143
6299
|
{
|
|
6144
|
-
"kind": "
|
|
6145
|
-
"name": "
|
|
6146
|
-
"privacy": "public",
|
|
6147
|
-
"description": "On text change handler",
|
|
6148
|
-
"parameters": [
|
|
6149
|
-
{
|
|
6150
|
-
"description": "CustomEvent",
|
|
6151
|
-
"name": "e"
|
|
6152
|
-
}
|
|
6153
|
-
],
|
|
6154
|
-
"inheritedFrom": {
|
|
6155
|
-
"name": "AgTextFieldRenderer",
|
|
6156
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6157
|
-
}
|
|
6300
|
+
"kind": "method",
|
|
6301
|
+
"name": "isCancelBeforeStart"
|
|
6158
6302
|
},
|
|
6159
6303
|
{
|
|
6160
6304
|
"kind": "field",
|
|
@@ -6267,118 +6411,97 @@
|
|
|
6267
6411
|
"module": "src/foundation-element/foundation-element.ts"
|
|
6268
6412
|
}
|
|
6269
6413
|
}
|
|
6270
|
-
]
|
|
6414
|
+
],
|
|
6415
|
+
"superclass": {
|
|
6416
|
+
"name": "FoundationElement",
|
|
6417
|
+
"package": "@microsoft/fast-foundation"
|
|
6418
|
+
},
|
|
6419
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
6420
|
+
"customElement": true
|
|
6271
6421
|
},
|
|
6272
6422
|
{
|
|
6273
6423
|
"kind": "variable",
|
|
6274
|
-
"name": "
|
|
6275
|
-
"default": "
|
|
6276
|
-
"
|
|
6277
|
-
"
|
|
6424
|
+
"name": "agBooleanRendererStyles",
|
|
6425
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
6426
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
6427
|
+
"privacy": "public"
|
|
6278
6428
|
},
|
|
6279
6429
|
{
|
|
6280
|
-
"kind": "
|
|
6281
|
-
"name": "
|
|
6282
|
-
"
|
|
6283
|
-
|
|
6284
|
-
|
|
6430
|
+
"kind": "function",
|
|
6431
|
+
"name": "getAgBooleanRendererTemplate",
|
|
6432
|
+
"parameters": [
|
|
6433
|
+
{
|
|
6434
|
+
"name": "designSystem",
|
|
6435
|
+
"default": "'foundation'",
|
|
6436
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6437
|
+
}
|
|
6438
|
+
],
|
|
6439
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
6440
|
+
"return": {
|
|
6441
|
+
"type": {
|
|
6442
|
+
"text": ""
|
|
6443
|
+
}
|
|
6444
|
+
},
|
|
6445
|
+
"privacy": "public"
|
|
6285
6446
|
},
|
|
6286
6447
|
{
|
|
6287
6448
|
"kind": "variable",
|
|
6288
|
-
"name": "
|
|
6289
|
-
"description": "A function that returns a Foundation
|
|
6290
|
-
"privacy": "public"
|
|
6291
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
6449
|
+
"name": "foundationAgBooleanRenderer",
|
|
6450
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
6451
|
+
"privacy": "public"
|
|
6292
6452
|
}
|
|
6293
6453
|
],
|
|
6294
6454
|
"exports": [
|
|
6295
6455
|
{
|
|
6296
6456
|
"kind": "js",
|
|
6297
|
-
"name": "
|
|
6457
|
+
"name": "BooleanRenderer",
|
|
6298
6458
|
"declaration": {
|
|
6299
|
-
"name": "
|
|
6300
|
-
"module": "src/cell-renderers/
|
|
6459
|
+
"name": "BooleanRenderer",
|
|
6460
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6301
6461
|
}
|
|
6302
6462
|
},
|
|
6303
6463
|
{
|
|
6304
6464
|
"kind": "js",
|
|
6305
|
-
"name": "
|
|
6465
|
+
"name": "agBooleanRendererStyles",
|
|
6306
6466
|
"declaration": {
|
|
6307
|
-
"name": "
|
|
6308
|
-
"module": "src/cell-renderers/
|
|
6467
|
+
"name": "agBooleanRendererStyles",
|
|
6468
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6309
6469
|
}
|
|
6310
6470
|
},
|
|
6311
6471
|
{
|
|
6312
6472
|
"kind": "js",
|
|
6313
|
-
"name": "
|
|
6473
|
+
"name": "getAgBooleanRendererTemplate",
|
|
6314
6474
|
"declaration": {
|
|
6315
|
-
"name": "
|
|
6316
|
-
"module": "src/cell-renderers/
|
|
6475
|
+
"name": "getAgBooleanRendererTemplate",
|
|
6476
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6317
6477
|
}
|
|
6318
6478
|
},
|
|
6319
6479
|
{
|
|
6320
6480
|
"kind": "js",
|
|
6321
|
-
"name": "
|
|
6481
|
+
"name": "foundationAgBooleanRenderer",
|
|
6322
6482
|
"declaration": {
|
|
6323
|
-
"name": "
|
|
6324
|
-
"module": "src/cell-renderers/
|
|
6483
|
+
"name": "foundationAgBooleanRenderer",
|
|
6484
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6325
6485
|
}
|
|
6326
6486
|
}
|
|
6327
6487
|
]
|
|
6328
6488
|
},
|
|
6329
6489
|
{
|
|
6330
6490
|
"kind": "javascript-module",
|
|
6331
|
-
"path": "src/cell-
|
|
6491
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
6332
6492
|
"declarations": [
|
|
6333
6493
|
{
|
|
6334
6494
|
"kind": "class",
|
|
6335
|
-
"description": "The AG
|
|
6336
|
-
"name": "
|
|
6495
|
+
"description": "The AG Editable Renderer element.",
|
|
6496
|
+
"name": "EditableRenderer",
|
|
6337
6497
|
"members": [
|
|
6338
6498
|
{
|
|
6339
6499
|
"kind": "field",
|
|
6340
|
-
"name": "
|
|
6341
|
-
"type": {
|
|
6342
|
-
"text": "number"
|
|
6343
|
-
},
|
|
6344
|
-
"privacy": "public"
|
|
6345
|
-
},
|
|
6346
|
-
{
|
|
6347
|
-
"kind": "field",
|
|
6348
|
-
"name": "actualWidth",
|
|
6349
|
-
"type": {
|
|
6350
|
-
"text": "number"
|
|
6351
|
-
},
|
|
6352
|
-
"privacy": "public"
|
|
6353
|
-
},
|
|
6354
|
-
{
|
|
6355
|
-
"kind": "field",
|
|
6356
|
-
"name": "params",
|
|
6357
|
-
"type": {
|
|
6358
|
-
"text": "DateEditorParams"
|
|
6359
|
-
}
|
|
6360
|
-
},
|
|
6361
|
-
{
|
|
6362
|
-
"kind": "field",
|
|
6363
|
-
"name": "dateFormat",
|
|
6500
|
+
"name": "valueFormatted",
|
|
6364
6501
|
"type": {
|
|
6365
6502
|
"text": "string"
|
|
6366
6503
|
}
|
|
6367
6504
|
},
|
|
6368
|
-
{
|
|
6369
|
-
"kind": "field",
|
|
6370
|
-
"name": "input",
|
|
6371
|
-
"type": {
|
|
6372
|
-
"text": "any"
|
|
6373
|
-
}
|
|
6374
|
-
},
|
|
6375
|
-
{
|
|
6376
|
-
"kind": "field",
|
|
6377
|
-
"name": "inputType",
|
|
6378
|
-
"type": {
|
|
6379
|
-
"text": "'datetime-local' | 'date'"
|
|
6380
|
-
}
|
|
6381
|
-
},
|
|
6382
6505
|
{
|
|
6383
6506
|
"kind": "method",
|
|
6384
6507
|
"name": "init",
|
|
@@ -6387,7 +6510,7 @@
|
|
|
6387
6510
|
{
|
|
6388
6511
|
"name": "params",
|
|
6389
6512
|
"type": {
|
|
6390
|
-
"text": "
|
|
6513
|
+
"text": "ICellRendererParams"
|
|
6391
6514
|
}
|
|
6392
6515
|
}
|
|
6393
6516
|
]
|
|
@@ -6406,50 +6529,15 @@
|
|
|
6406
6529
|
"kind": "method",
|
|
6407
6530
|
"name": "refresh",
|
|
6408
6531
|
"privacy": "public",
|
|
6409
|
-
"return": {
|
|
6410
|
-
"type": {
|
|
6411
|
-
"text": "boolean"
|
|
6412
|
-
}
|
|
6413
|
-
},
|
|
6414
6532
|
"parameters": [
|
|
6415
6533
|
{
|
|
6416
6534
|
"name": "params",
|
|
6417
6535
|
"type": {
|
|
6418
|
-
"text": "
|
|
6536
|
+
"text": "ICellRendererParams"
|
|
6419
6537
|
}
|
|
6420
6538
|
}
|
|
6421
6539
|
]
|
|
6422
6540
|
},
|
|
6423
|
-
{
|
|
6424
|
-
"kind": "method",
|
|
6425
|
-
"name": "getValue"
|
|
6426
|
-
},
|
|
6427
|
-
{
|
|
6428
|
-
"kind": "method",
|
|
6429
|
-
"name": "isPopup",
|
|
6430
|
-
"return": {
|
|
6431
|
-
"type": {
|
|
6432
|
-
"text": "boolean"
|
|
6433
|
-
}
|
|
6434
|
-
}
|
|
6435
|
-
},
|
|
6436
|
-
{
|
|
6437
|
-
"kind": "method",
|
|
6438
|
-
"name": "changeHandler",
|
|
6439
|
-
"parameters": [
|
|
6440
|
-
{
|
|
6441
|
-
"name": "event"
|
|
6442
|
-
}
|
|
6443
|
-
]
|
|
6444
|
-
},
|
|
6445
|
-
{
|
|
6446
|
-
"kind": "method",
|
|
6447
|
-
"name": "afterGuiAttached"
|
|
6448
|
-
},
|
|
6449
|
-
{
|
|
6450
|
-
"kind": "method",
|
|
6451
|
-
"name": "isCancelBeforeStart"
|
|
6452
|
-
},
|
|
6453
6541
|
{
|
|
6454
6542
|
"kind": "field",
|
|
6455
6543
|
"name": "_presentation",
|
|
@@ -6566,27 +6654,27 @@
|
|
|
6566
6654
|
"name": "FoundationElement",
|
|
6567
6655
|
"package": "@microsoft/fast-foundation"
|
|
6568
6656
|
},
|
|
6569
|
-
"tagName": "%%prefix%%-
|
|
6657
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
6570
6658
|
"customElement": true
|
|
6571
6659
|
},
|
|
6572
6660
|
{
|
|
6573
|
-
"kind": "variable",
|
|
6574
|
-
"name": "
|
|
6575
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
6576
|
-
"description": "The AG
|
|
6661
|
+
"kind": "variable",
|
|
6662
|
+
"name": "agEditableRendererStyles",
|
|
6663
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
6664
|
+
"description": "The AG Editable Renderer Styles.",
|
|
6577
6665
|
"privacy": "public"
|
|
6578
6666
|
},
|
|
6579
6667
|
{
|
|
6580
6668
|
"kind": "function",
|
|
6581
|
-
"name": "
|
|
6669
|
+
"name": "getAgEditableRendererTemplate",
|
|
6582
6670
|
"parameters": [
|
|
6583
6671
|
{
|
|
6584
|
-
"name": "
|
|
6672
|
+
"name": "designSystem",
|
|
6585
6673
|
"default": "'foundation'",
|
|
6586
6674
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6587
6675
|
}
|
|
6588
6676
|
],
|
|
6589
|
-
"description": "Get a Design System prefixed
|
|
6677
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
6590
6678
|
"return": {
|
|
6591
6679
|
"type": {
|
|
6592
6680
|
"text": ""
|
|
@@ -6596,114 +6684,88 @@
|
|
|
6596
6684
|
},
|
|
6597
6685
|
{
|
|
6598
6686
|
"kind": "variable",
|
|
6599
|
-
"name": "
|
|
6687
|
+
"name": "foundationAgEditableRenderer",
|
|
6688
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
6600
6689
|
"privacy": "public"
|
|
6601
6690
|
}
|
|
6602
6691
|
],
|
|
6603
6692
|
"exports": [
|
|
6604
6693
|
{
|
|
6605
6694
|
"kind": "js",
|
|
6606
|
-
"name": "
|
|
6695
|
+
"name": "EditableRenderer",
|
|
6607
6696
|
"declaration": {
|
|
6608
|
-
"name": "
|
|
6609
|
-
"module": "src/cell-
|
|
6697
|
+
"name": "EditableRenderer",
|
|
6698
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6610
6699
|
}
|
|
6611
6700
|
},
|
|
6612
6701
|
{
|
|
6613
6702
|
"kind": "js",
|
|
6614
|
-
"name": "
|
|
6703
|
+
"name": "agEditableRendererStyles",
|
|
6615
6704
|
"declaration": {
|
|
6616
|
-
"name": "
|
|
6617
|
-
"module": "src/cell-
|
|
6705
|
+
"name": "agEditableRendererStyles",
|
|
6706
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6618
6707
|
}
|
|
6619
6708
|
},
|
|
6620
6709
|
{
|
|
6621
6710
|
"kind": "js",
|
|
6622
|
-
"name": "
|
|
6711
|
+
"name": "getAgEditableRendererTemplate",
|
|
6623
6712
|
"declaration": {
|
|
6624
|
-
"name": "
|
|
6625
|
-
"module": "src/cell-
|
|
6713
|
+
"name": "getAgEditableRendererTemplate",
|
|
6714
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6626
6715
|
}
|
|
6627
6716
|
},
|
|
6628
6717
|
{
|
|
6629
6718
|
"kind": "js",
|
|
6630
|
-
"name": "
|
|
6719
|
+
"name": "foundationAgEditableRenderer",
|
|
6631
6720
|
"declaration": {
|
|
6632
|
-
"name": "
|
|
6633
|
-
"module": "src/cell-
|
|
6721
|
+
"name": "foundationAgEditableRenderer",
|
|
6722
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6634
6723
|
}
|
|
6635
6724
|
}
|
|
6636
6725
|
]
|
|
6637
6726
|
},
|
|
6638
6727
|
{
|
|
6639
6728
|
"kind": "javascript-module",
|
|
6640
|
-
"path": "src/cell-
|
|
6641
|
-
"declarations": [
|
|
6642
|
-
"exports": [
|
|
6643
|
-
{
|
|
6644
|
-
"kind": "js",
|
|
6645
|
-
"name": "*",
|
|
6646
|
-
"declaration": {
|
|
6647
|
-
"name": "*",
|
|
6648
|
-
"package": "./date.editor"
|
|
6649
|
-
}
|
|
6650
|
-
},
|
|
6651
|
-
{
|
|
6652
|
-
"kind": "js",
|
|
6653
|
-
"name": "*",
|
|
6654
|
-
"declaration": {
|
|
6655
|
-
"name": "*",
|
|
6656
|
-
"package": "./multiselect.editor"
|
|
6657
|
-
}
|
|
6658
|
-
},
|
|
6729
|
+
"path": "src/cell-renderers/icon.renderer.ts",
|
|
6730
|
+
"declarations": [
|
|
6659
6731
|
{
|
|
6660
|
-
"kind": "
|
|
6661
|
-
"name": "
|
|
6662
|
-
"
|
|
6663
|
-
|
|
6664
|
-
|
|
6665
|
-
}
|
|
6732
|
+
"kind": "variable",
|
|
6733
|
+
"name": "agIconRendererStyles",
|
|
6734
|
+
"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`",
|
|
6735
|
+
"description": "The AG Icon Renderer Styles.",
|
|
6736
|
+
"privacy": "public"
|
|
6666
6737
|
},
|
|
6667
6738
|
{
|
|
6668
|
-
"kind": "
|
|
6669
|
-
"name": "
|
|
6670
|
-
"
|
|
6671
|
-
|
|
6672
|
-
|
|
6673
|
-
|
|
6739
|
+
"kind": "function",
|
|
6740
|
+
"name": "getIconRendererTemplate",
|
|
6741
|
+
"parameters": [
|
|
6742
|
+
{
|
|
6743
|
+
"name": "designSystem",
|
|
6744
|
+
"default": "'rapid'",
|
|
6745
|
+
"type": {
|
|
6746
|
+
"text": "string"
|
|
6747
|
+
},
|
|
6748
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6749
|
+
}
|
|
6750
|
+
],
|
|
6751
|
+
"description": "Get a Design System prefixed Icon template.",
|
|
6752
|
+
"return": {
|
|
6753
|
+
"type": {
|
|
6754
|
+
"text": ""
|
|
6755
|
+
}
|
|
6756
|
+
},
|
|
6757
|
+
"privacy": "public"
|
|
6674
6758
|
},
|
|
6675
|
-
{
|
|
6676
|
-
"kind": "js",
|
|
6677
|
-
"name": "*",
|
|
6678
|
-
"declaration": {
|
|
6679
|
-
"name": "*",
|
|
6680
|
-
"package": "./string.editor"
|
|
6681
|
-
}
|
|
6682
|
-
}
|
|
6683
|
-
]
|
|
6684
|
-
},
|
|
6685
|
-
{
|
|
6686
|
-
"kind": "javascript-module",
|
|
6687
|
-
"path": "src/cell-editors/multiselect.editor.ts",
|
|
6688
|
-
"declarations": [
|
|
6689
6759
|
{
|
|
6690
6760
|
"kind": "class",
|
|
6691
|
-
"description": "
|
|
6692
|
-
"name": "
|
|
6761
|
+
"description": "Plain ag-Grid cell renderer for icons.\nThis renderer creates the FAST custom element using document.createElement.",
|
|
6762
|
+
"name": "IconRenderer",
|
|
6693
6763
|
"members": [
|
|
6694
6764
|
{
|
|
6695
6765
|
"kind": "field",
|
|
6696
6766
|
"name": "params",
|
|
6697
6767
|
"type": {
|
|
6698
|
-
"text": "
|
|
6699
|
-
},
|
|
6700
|
-
"privacy": "public"
|
|
6701
|
-
},
|
|
6702
|
-
{
|
|
6703
|
-
"kind": "field",
|
|
6704
|
-
"name": "selectedOptions",
|
|
6705
|
-
"type": {
|
|
6706
|
-
"text": "any[]"
|
|
6768
|
+
"text": "IconRendererParams"
|
|
6707
6769
|
},
|
|
6708
6770
|
"privacy": "public"
|
|
6709
6771
|
},
|
|
@@ -6715,7 +6777,7 @@
|
|
|
6715
6777
|
{
|
|
6716
6778
|
"name": "params",
|
|
6717
6779
|
"type": {
|
|
6718
|
-
"text": "
|
|
6780
|
+
"text": "IconRendererParams & ICellRendererParams"
|
|
6719
6781
|
}
|
|
6720
6782
|
}
|
|
6721
6783
|
]
|
|
@@ -6730,60 +6792,24 @@
|
|
|
6730
6792
|
}
|
|
6731
6793
|
}
|
|
6732
6794
|
},
|
|
6733
|
-
{
|
|
6734
|
-
"kind": "method",
|
|
6735
|
-
"name": "destroy",
|
|
6736
|
-
"privacy": "public",
|
|
6737
|
-
"return": {
|
|
6738
|
-
"type": {
|
|
6739
|
-
"text": "void"
|
|
6740
|
-
}
|
|
6741
|
-
}
|
|
6742
|
-
},
|
|
6743
6795
|
{
|
|
6744
6796
|
"kind": "method",
|
|
6745
6797
|
"name": "refresh",
|
|
6746
|
-
"privacy": "public",
|
|
6747
|
-
"return": {
|
|
6748
|
-
"type": {
|
|
6749
|
-
"text": "boolean"
|
|
6750
|
-
}
|
|
6751
|
-
},
|
|
6752
6798
|
"parameters": [
|
|
6753
6799
|
{
|
|
6754
|
-
"name": "params"
|
|
6755
|
-
"type": {
|
|
6756
|
-
"text": "MultiselectEditorParams"
|
|
6757
|
-
}
|
|
6800
|
+
"name": "params"
|
|
6758
6801
|
}
|
|
6759
6802
|
]
|
|
6760
6803
|
},
|
|
6761
6804
|
{
|
|
6762
6805
|
"kind": "method",
|
|
6763
|
-
"name": "
|
|
6764
|
-
},
|
|
6765
|
-
{
|
|
6766
|
-
"kind": "method",
|
|
6767
|
-
"name": "isPopup",
|
|
6806
|
+
"name": "destroy",
|
|
6768
6807
|
"return": {
|
|
6769
6808
|
"type": {
|
|
6770
|
-
"text": "
|
|
6809
|
+
"text": "void"
|
|
6771
6810
|
}
|
|
6772
6811
|
}
|
|
6773
6812
|
},
|
|
6774
|
-
{
|
|
6775
|
-
"kind": "method",
|
|
6776
|
-
"name": "changeHandler",
|
|
6777
|
-
"parameters": [
|
|
6778
|
-
{
|
|
6779
|
-
"name": "event"
|
|
6780
|
-
}
|
|
6781
|
-
]
|
|
6782
|
-
},
|
|
6783
|
-
{
|
|
6784
|
-
"kind": "method",
|
|
6785
|
-
"name": "isCancelBeforeStart"
|
|
6786
|
-
},
|
|
6787
6813
|
{
|
|
6788
6814
|
"kind": "field",
|
|
6789
6815
|
"name": "_presentation",
|
|
@@ -6899,90 +6925,143 @@
|
|
|
6899
6925
|
"superclass": {
|
|
6900
6926
|
"name": "FoundationElement",
|
|
6901
6927
|
"package": "@microsoft/fast-foundation"
|
|
6902
|
-
}
|
|
6903
|
-
"tagName": "%%prefix%%-multiselect-editor",
|
|
6904
|
-
"customElement": true
|
|
6928
|
+
}
|
|
6905
6929
|
},
|
|
6906
6930
|
{
|
|
6907
6931
|
"kind": "variable",
|
|
6908
|
-
"name": "
|
|
6909
|
-
"
|
|
6910
|
-
"description": "The AG Select Renderer Styles.",
|
|
6932
|
+
"name": "foundationIconRenderer",
|
|
6933
|
+
"description": "A function that returns a Foundation Icon Renderer registration for configuring the component with a DesignSystem.",
|
|
6911
6934
|
"privacy": "public"
|
|
6935
|
+
}
|
|
6936
|
+
],
|
|
6937
|
+
"exports": [
|
|
6938
|
+
{
|
|
6939
|
+
"kind": "js",
|
|
6940
|
+
"name": "agIconRendererStyles",
|
|
6941
|
+
"declaration": {
|
|
6942
|
+
"name": "agIconRendererStyles",
|
|
6943
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6944
|
+
}
|
|
6912
6945
|
},
|
|
6913
6946
|
{
|
|
6914
|
-
"kind": "
|
|
6915
|
-
"name": "
|
|
6916
|
-
"
|
|
6917
|
-
|
|
6918
|
-
|
|
6919
|
-
|
|
6920
|
-
|
|
6921
|
-
|
|
6922
|
-
|
|
6923
|
-
"
|
|
6924
|
-
"
|
|
6925
|
-
"
|
|
6926
|
-
|
|
6927
|
-
|
|
6928
|
-
|
|
6929
|
-
|
|
6947
|
+
"kind": "js",
|
|
6948
|
+
"name": "getIconRendererTemplate",
|
|
6949
|
+
"declaration": {
|
|
6950
|
+
"name": "getIconRendererTemplate",
|
|
6951
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6952
|
+
}
|
|
6953
|
+
},
|
|
6954
|
+
{
|
|
6955
|
+
"kind": "js",
|
|
6956
|
+
"name": "IconRenderer",
|
|
6957
|
+
"declaration": {
|
|
6958
|
+
"name": "IconRenderer",
|
|
6959
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6960
|
+
}
|
|
6961
|
+
},
|
|
6962
|
+
{
|
|
6963
|
+
"kind": "js",
|
|
6964
|
+
"name": "foundationIconRenderer",
|
|
6965
|
+
"declaration": {
|
|
6966
|
+
"name": "foundationIconRenderer",
|
|
6967
|
+
"module": "src/cell-renderers/icon.renderer.ts"
|
|
6968
|
+
}
|
|
6969
|
+
}
|
|
6970
|
+
]
|
|
6971
|
+
},
|
|
6972
|
+
{
|
|
6973
|
+
"kind": "javascript-module",
|
|
6974
|
+
"path": "src/cell-renderers/index.ts",
|
|
6975
|
+
"declarations": [],
|
|
6976
|
+
"exports": [
|
|
6977
|
+
{
|
|
6978
|
+
"kind": "js",
|
|
6979
|
+
"name": "*",
|
|
6980
|
+
"declaration": {
|
|
6981
|
+
"name": "*",
|
|
6982
|
+
"package": "./action.renderer"
|
|
6983
|
+
}
|
|
6984
|
+
},
|
|
6985
|
+
{
|
|
6986
|
+
"kind": "js",
|
|
6987
|
+
"name": "*",
|
|
6988
|
+
"declaration": {
|
|
6989
|
+
"name": "*",
|
|
6990
|
+
"package": "./actions-menu.renderer"
|
|
6991
|
+
}
|
|
6992
|
+
},
|
|
6993
|
+
{
|
|
6994
|
+
"kind": "js",
|
|
6995
|
+
"name": "*",
|
|
6996
|
+
"declaration": {
|
|
6997
|
+
"name": "*",
|
|
6998
|
+
"package": "./boolean.renderer"
|
|
6999
|
+
}
|
|
7000
|
+
},
|
|
7001
|
+
{
|
|
7002
|
+
"kind": "js",
|
|
7003
|
+
"name": "*",
|
|
7004
|
+
"declaration": {
|
|
7005
|
+
"name": "*",
|
|
7006
|
+
"package": "./editable.renderer"
|
|
7007
|
+
}
|
|
6930
7008
|
},
|
|
6931
7009
|
{
|
|
6932
|
-
"kind": "
|
|
6933
|
-
"name": "
|
|
6934
|
-
"
|
|
6935
|
-
|
|
6936
|
-
|
|
6937
|
-
|
|
7010
|
+
"kind": "js",
|
|
7011
|
+
"name": "*",
|
|
7012
|
+
"declaration": {
|
|
7013
|
+
"name": "*",
|
|
7014
|
+
"package": "./icon.renderer"
|
|
7015
|
+
}
|
|
7016
|
+
},
|
|
6938
7017
|
{
|
|
6939
7018
|
"kind": "js",
|
|
6940
|
-
"name": "
|
|
7019
|
+
"name": "*",
|
|
6941
7020
|
"declaration": {
|
|
6942
|
-
"name": "
|
|
6943
|
-
"
|
|
7021
|
+
"name": "*",
|
|
7022
|
+
"package": "./text.renderer"
|
|
6944
7023
|
}
|
|
6945
7024
|
},
|
|
6946
7025
|
{
|
|
6947
7026
|
"kind": "js",
|
|
6948
|
-
"name": "
|
|
7027
|
+
"name": "*",
|
|
6949
7028
|
"declaration": {
|
|
6950
|
-
"name": "
|
|
6951
|
-
"
|
|
7029
|
+
"name": "*",
|
|
7030
|
+
"package": "./text-field.renderer"
|
|
6952
7031
|
}
|
|
6953
7032
|
},
|
|
6954
7033
|
{
|
|
6955
7034
|
"kind": "js",
|
|
6956
|
-
"name": "
|
|
7035
|
+
"name": "*",
|
|
6957
7036
|
"declaration": {
|
|
6958
|
-
"name": "
|
|
6959
|
-
"
|
|
7037
|
+
"name": "*",
|
|
7038
|
+
"package": "./status-pill.renderer"
|
|
6960
7039
|
}
|
|
6961
7040
|
},
|
|
6962
7041
|
{
|
|
6963
7042
|
"kind": "js",
|
|
6964
|
-
"name": "
|
|
7043
|
+
"name": "*",
|
|
6965
7044
|
"declaration": {
|
|
6966
|
-
"name": "
|
|
6967
|
-
"
|
|
7045
|
+
"name": "*",
|
|
7046
|
+
"package": "./select.renderer"
|
|
6968
7047
|
}
|
|
6969
7048
|
}
|
|
6970
7049
|
]
|
|
6971
7050
|
},
|
|
6972
7051
|
{
|
|
6973
7052
|
"kind": "javascript-module",
|
|
6974
|
-
"path": "src/cell-
|
|
7053
|
+
"path": "src/cell-renderers/select.renderer.ts",
|
|
6975
7054
|
"declarations": [
|
|
6976
7055
|
{
|
|
6977
7056
|
"kind": "class",
|
|
6978
|
-
"description": "The AG
|
|
6979
|
-
"name": "
|
|
7057
|
+
"description": "The AG Select Renderer element.",
|
|
7058
|
+
"name": "SelectRenderer",
|
|
6980
7059
|
"members": [
|
|
6981
7060
|
{
|
|
6982
7061
|
"kind": "field",
|
|
6983
7062
|
"name": "params",
|
|
6984
7063
|
"type": {
|
|
6985
|
-
"text": "
|
|
7064
|
+
"text": "SelectCellRendererParams"
|
|
6986
7065
|
},
|
|
6987
7066
|
"privacy": "public"
|
|
6988
7067
|
},
|
|
@@ -6990,23 +7069,7 @@
|
|
|
6990
7069
|
"kind": "field",
|
|
6991
7070
|
"name": "value",
|
|
6992
7071
|
"type": {
|
|
6993
|
-
"text": "
|
|
6994
|
-
},
|
|
6995
|
-
"privacy": "public"
|
|
6996
|
-
},
|
|
6997
|
-
{
|
|
6998
|
-
"kind": "field",
|
|
6999
|
-
"name": "actualWidth",
|
|
7000
|
-
"type": {
|
|
7001
|
-
"text": "number"
|
|
7002
|
-
},
|
|
7003
|
-
"privacy": "public"
|
|
7004
|
-
},
|
|
7005
|
-
{
|
|
7006
|
-
"kind": "field",
|
|
7007
|
-
"name": "input",
|
|
7008
|
-
"type": {
|
|
7009
|
-
"text": "any"
|
|
7072
|
+
"text": "string"
|
|
7010
7073
|
},
|
|
7011
7074
|
"privacy": "public"
|
|
7012
7075
|
},
|
|
@@ -7018,7 +7081,7 @@
|
|
|
7018
7081
|
{
|
|
7019
7082
|
"name": "params",
|
|
7020
7083
|
"type": {
|
|
7021
|
-
"text": "
|
|
7084
|
+
"text": "SelectCellRendererParams"
|
|
7022
7085
|
}
|
|
7023
7086
|
}
|
|
7024
7087
|
]
|
|
@@ -7033,6 +7096,16 @@
|
|
|
7033
7096
|
}
|
|
7034
7097
|
}
|
|
7035
7098
|
},
|
|
7099
|
+
{
|
|
7100
|
+
"kind": "method",
|
|
7101
|
+
"name": "destroy",
|
|
7102
|
+
"privacy": "public",
|
|
7103
|
+
"return": {
|
|
7104
|
+
"type": {
|
|
7105
|
+
"text": "void"
|
|
7106
|
+
}
|
|
7107
|
+
}
|
|
7108
|
+
},
|
|
7036
7109
|
{
|
|
7037
7110
|
"kind": "method",
|
|
7038
7111
|
"name": "refresh",
|
|
@@ -7046,41 +7119,31 @@
|
|
|
7046
7119
|
{
|
|
7047
7120
|
"name": "params",
|
|
7048
7121
|
"type": {
|
|
7049
|
-
"text": "
|
|
7122
|
+
"text": "SelectCellRendererParams"
|
|
7050
7123
|
}
|
|
7051
7124
|
}
|
|
7052
7125
|
]
|
|
7053
7126
|
},
|
|
7054
7127
|
{
|
|
7055
|
-
"kind": "
|
|
7056
|
-
"name": "
|
|
7128
|
+
"kind": "field",
|
|
7129
|
+
"name": "selectionChanged",
|
|
7130
|
+
"privacy": "public"
|
|
7057
7131
|
},
|
|
7058
7132
|
{
|
|
7059
7133
|
"kind": "method",
|
|
7060
|
-
"name": "
|
|
7134
|
+
"name": "isDisabled",
|
|
7135
|
+
"privacy": "public",
|
|
7061
7136
|
"return": {
|
|
7062
7137
|
"type": {
|
|
7063
7138
|
"text": "boolean"
|
|
7064
7139
|
}
|
|
7065
|
-
}
|
|
7066
|
-
},
|
|
7067
|
-
{
|
|
7068
|
-
"kind": "method",
|
|
7069
|
-
"name": "afterGuiAttached"
|
|
7070
|
-
},
|
|
7071
|
-
{
|
|
7072
|
-
"kind": "method",
|
|
7073
|
-
"name": "changeHandler",
|
|
7140
|
+
},
|
|
7074
7141
|
"parameters": [
|
|
7075
7142
|
{
|
|
7076
|
-
"name": "
|
|
7143
|
+
"name": "data"
|
|
7077
7144
|
}
|
|
7078
7145
|
]
|
|
7079
7146
|
},
|
|
7080
|
-
{
|
|
7081
|
-
"kind": "method",
|
|
7082
|
-
"name": "isCancelBeforeStart"
|
|
7083
|
-
},
|
|
7084
7147
|
{
|
|
7085
7148
|
"kind": "field",
|
|
7086
7149
|
"name": "_presentation",
|
|
@@ -7197,23 +7260,26 @@
|
|
|
7197
7260
|
"name": "FoundationElement",
|
|
7198
7261
|
"package": "@microsoft/fast-foundation"
|
|
7199
7262
|
},
|
|
7200
|
-
"tagName": "%%prefix%%-
|
|
7263
|
+
"tagName": "%%prefix%%-select-renderer",
|
|
7201
7264
|
"customElement": true
|
|
7202
7265
|
},
|
|
7203
7266
|
{
|
|
7204
7267
|
"kind": "variable",
|
|
7205
|
-
"name": "
|
|
7206
|
-
"default": "css`\n :host {\n
|
|
7207
|
-
"description": "The AG
|
|
7268
|
+
"name": "agSelectRendererStyles",
|
|
7269
|
+
"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`",
|
|
7270
|
+
"description": "The AG Select Renderer Styles.",
|
|
7208
7271
|
"privacy": "public"
|
|
7209
7272
|
},
|
|
7210
7273
|
{
|
|
7211
7274
|
"kind": "function",
|
|
7212
|
-
"name": "
|
|
7275
|
+
"name": "getSelectRendererTemplate",
|
|
7213
7276
|
"parameters": [
|
|
7214
7277
|
{
|
|
7215
7278
|
"name": "designSystem",
|
|
7216
7279
|
"default": "'foundation'",
|
|
7280
|
+
"type": {
|
|
7281
|
+
"text": "string"
|
|
7282
|
+
},
|
|
7217
7283
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7218
7284
|
}
|
|
7219
7285
|
],
|
|
@@ -7227,156 +7293,123 @@
|
|
|
7227
7293
|
},
|
|
7228
7294
|
{
|
|
7229
7295
|
"kind": "variable",
|
|
7230
|
-
"name": "
|
|
7296
|
+
"name": "foundationAgSelectRenderer",
|
|
7297
|
+
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
7231
7298
|
"privacy": "public"
|
|
7232
7299
|
}
|
|
7233
7300
|
],
|
|
7234
7301
|
"exports": [
|
|
7235
7302
|
{
|
|
7236
7303
|
"kind": "js",
|
|
7237
|
-
"name": "
|
|
7304
|
+
"name": "SelectRenderer",
|
|
7238
7305
|
"declaration": {
|
|
7239
|
-
"name": "
|
|
7240
|
-
"module": "src/cell-
|
|
7306
|
+
"name": "SelectRenderer",
|
|
7307
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
7241
7308
|
}
|
|
7242
7309
|
},
|
|
7243
7310
|
{
|
|
7244
7311
|
"kind": "js",
|
|
7245
|
-
"name": "
|
|
7312
|
+
"name": "agSelectRendererStyles",
|
|
7246
7313
|
"declaration": {
|
|
7247
|
-
"name": "
|
|
7248
|
-
"module": "src/cell-
|
|
7314
|
+
"name": "agSelectRendererStyles",
|
|
7315
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
7249
7316
|
}
|
|
7250
7317
|
},
|
|
7251
7318
|
{
|
|
7252
7319
|
"kind": "js",
|
|
7253
|
-
"name": "
|
|
7320
|
+
"name": "getSelectRendererTemplate",
|
|
7254
7321
|
"declaration": {
|
|
7255
|
-
"name": "
|
|
7256
|
-
"module": "src/cell-
|
|
7322
|
+
"name": "getSelectRendererTemplate",
|
|
7323
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
7257
7324
|
}
|
|
7258
7325
|
},
|
|
7259
7326
|
{
|
|
7260
7327
|
"kind": "js",
|
|
7261
|
-
"name": "
|
|
7328
|
+
"name": "foundationAgSelectRenderer",
|
|
7262
7329
|
"declaration": {
|
|
7263
|
-
"name": "
|
|
7264
|
-
"module": "src/cell-
|
|
7330
|
+
"name": "foundationAgSelectRenderer",
|
|
7331
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
7265
7332
|
}
|
|
7266
7333
|
}
|
|
7267
7334
|
]
|
|
7268
7335
|
},
|
|
7269
7336
|
{
|
|
7270
7337
|
"kind": "javascript-module",
|
|
7271
|
-
"path": "src/cell-
|
|
7338
|
+
"path": "src/cell-renderers/status-pill.renderer.ts",
|
|
7272
7339
|
"declarations": [
|
|
7273
7340
|
{
|
|
7274
|
-
"kind": "
|
|
7275
|
-
"
|
|
7276
|
-
"
|
|
7277
|
-
"
|
|
7278
|
-
|
|
7279
|
-
|
|
7280
|
-
|
|
7281
|
-
|
|
7282
|
-
|
|
7283
|
-
|
|
7284
|
-
"privacy": "public"
|
|
7285
|
-
},
|
|
7341
|
+
"kind": "variable",
|
|
7342
|
+
"name": "agStatusPillRendererStyles",
|
|
7343
|
+
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
7344
|
+
"description": "The Status Pill Renderer Styles.",
|
|
7345
|
+
"privacy": "public"
|
|
7346
|
+
},
|
|
7347
|
+
{
|
|
7348
|
+
"kind": "function",
|
|
7349
|
+
"name": "getStatusPillRendererTemplate",
|
|
7350
|
+
"parameters": [
|
|
7286
7351
|
{
|
|
7287
|
-
"
|
|
7288
|
-
"
|
|
7352
|
+
"name": "designSystem",
|
|
7353
|
+
"default": "'rapid'",
|
|
7289
7354
|
"type": {
|
|
7290
7355
|
"text": "string"
|
|
7291
7356
|
},
|
|
7292
|
-
"
|
|
7293
|
-
}
|
|
7294
|
-
|
|
7295
|
-
|
|
7296
|
-
|
|
7297
|
-
|
|
7298
|
-
|
|
7299
|
-
|
|
7300
|
-
|
|
7301
|
-
|
|
7357
|
+
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
7358
|
+
}
|
|
7359
|
+
],
|
|
7360
|
+
"description": "Get a Design System prefixed Status Pill template.",
|
|
7361
|
+
"return": {
|
|
7362
|
+
"type": {
|
|
7363
|
+
"text": ""
|
|
7364
|
+
}
|
|
7365
|
+
},
|
|
7366
|
+
"privacy": "public"
|
|
7367
|
+
},
|
|
7368
|
+
{
|
|
7369
|
+
"kind": "class",
|
|
7370
|
+
"description": "The AG Status Pill Renderer element.",
|
|
7371
|
+
"name": "StatusPillRenderer",
|
|
7372
|
+
"members": [
|
|
7302
7373
|
{
|
|
7303
7374
|
"kind": "field",
|
|
7304
|
-
"name": "
|
|
7375
|
+
"name": "params",
|
|
7305
7376
|
"type": {
|
|
7306
|
-
"text": "
|
|
7307
|
-
}
|
|
7308
|
-
"privacy": "public"
|
|
7377
|
+
"text": "StatusPillRendererParams"
|
|
7378
|
+
}
|
|
7309
7379
|
},
|
|
7310
7380
|
{
|
|
7311
7381
|
"kind": "method",
|
|
7312
7382
|
"name": "init",
|
|
7313
|
-
"privacy": "public",
|
|
7314
7383
|
"parameters": [
|
|
7315
7384
|
{
|
|
7316
7385
|
"name": "params",
|
|
7317
7386
|
"type": {
|
|
7318
|
-
"text": "
|
|
7387
|
+
"text": "StatusPillRendererParams"
|
|
7319
7388
|
}
|
|
7320
7389
|
}
|
|
7321
7390
|
]
|
|
7322
7391
|
},
|
|
7323
7392
|
{
|
|
7324
7393
|
"kind": "method",
|
|
7325
|
-
"name": "getGui"
|
|
7326
|
-
"privacy": "public",
|
|
7327
|
-
"return": {
|
|
7328
|
-
"type": {
|
|
7329
|
-
"text": "HTMLElement"
|
|
7330
|
-
}
|
|
7331
|
-
}
|
|
7394
|
+
"name": "getGui"
|
|
7332
7395
|
},
|
|
7333
7396
|
{
|
|
7334
7397
|
"kind": "method",
|
|
7335
7398
|
"name": "refresh",
|
|
7336
|
-
"privacy": "public",
|
|
7337
|
-
"return": {
|
|
7338
|
-
"type": {
|
|
7339
|
-
"text": "boolean"
|
|
7340
|
-
}
|
|
7341
|
-
},
|
|
7342
7399
|
"parameters": [
|
|
7343
7400
|
{
|
|
7344
|
-
"name": "params"
|
|
7345
|
-
"type": {
|
|
7346
|
-
"text": "SelectEditorParams"
|
|
7347
|
-
}
|
|
7401
|
+
"name": "params"
|
|
7348
7402
|
}
|
|
7349
7403
|
]
|
|
7350
7404
|
},
|
|
7351
7405
|
{
|
|
7352
7406
|
"kind": "method",
|
|
7353
|
-
"name": "
|
|
7354
|
-
},
|
|
7355
|
-
{
|
|
7356
|
-
"kind": "method",
|
|
7357
|
-
"name": "isPopup",
|
|
7407
|
+
"name": "destroy",
|
|
7358
7408
|
"return": {
|
|
7359
7409
|
"type": {
|
|
7360
|
-
"text": "
|
|
7361
|
-
}
|
|
7362
|
-
}
|
|
7363
|
-
},
|
|
7364
|
-
{
|
|
7365
|
-
"kind": "method",
|
|
7366
|
-
"name": "afterGuiAttached"
|
|
7367
|
-
},
|
|
7368
|
-
{
|
|
7369
|
-
"kind": "method",
|
|
7370
|
-
"name": "changeHandler",
|
|
7371
|
-
"parameters": [
|
|
7372
|
-
{
|
|
7373
|
-
"name": "event"
|
|
7374
|
-
}
|
|
7375
|
-
]
|
|
7376
|
-
},
|
|
7377
|
-
{
|
|
7378
|
-
"kind": "method",
|
|
7379
|
-
"name": "isCancelBeforeStart"
|
|
7410
|
+
"text": "void"
|
|
7411
|
+
}
|
|
7412
|
+
}
|
|
7380
7413
|
},
|
|
7381
7414
|
{
|
|
7382
7415
|
"kind": "field",
|
|
@@ -7494,113 +7527,81 @@
|
|
|
7494
7527
|
"name": "FoundationElement",
|
|
7495
7528
|
"package": "@microsoft/fast-foundation"
|
|
7496
7529
|
},
|
|
7497
|
-
"tagName": "%%prefix%%-
|
|
7530
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
7498
7531
|
"customElement": true
|
|
7499
7532
|
},
|
|
7500
7533
|
{
|
|
7501
7534
|
"kind": "variable",
|
|
7502
|
-
"name": "
|
|
7503
|
-
"
|
|
7504
|
-
"description": "The AG Select Renderer Styles.",
|
|
7505
|
-
"privacy": "public"
|
|
7506
|
-
},
|
|
7507
|
-
{
|
|
7508
|
-
"kind": "function",
|
|
7509
|
-
"name": "getSelectEditorTemplate",
|
|
7510
|
-
"parameters": [
|
|
7511
|
-
{
|
|
7512
|
-
"name": "designSystem",
|
|
7513
|
-
"default": "'foundation'",
|
|
7514
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7515
|
-
}
|
|
7516
|
-
],
|
|
7517
|
-
"description": "Get a Design System prefixed Select template.",
|
|
7518
|
-
"return": {
|
|
7519
|
-
"type": {
|
|
7520
|
-
"text": ""
|
|
7521
|
-
}
|
|
7522
|
-
},
|
|
7523
|
-
"privacy": "public"
|
|
7524
|
-
},
|
|
7525
|
-
{
|
|
7526
|
-
"kind": "variable",
|
|
7527
|
-
"name": "foundationSelectEditor",
|
|
7535
|
+
"name": "foundationStatusPillRenderer",
|
|
7536
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
7528
7537
|
"privacy": "public"
|
|
7529
7538
|
}
|
|
7530
7539
|
],
|
|
7531
7540
|
"exports": [
|
|
7532
7541
|
{
|
|
7533
7542
|
"kind": "js",
|
|
7534
|
-
"name": "
|
|
7543
|
+
"name": "agStatusPillRendererStyles",
|
|
7535
7544
|
"declaration": {
|
|
7536
|
-
"name": "
|
|
7537
|
-
"module": "src/cell-
|
|
7545
|
+
"name": "agStatusPillRendererStyles",
|
|
7546
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7538
7547
|
}
|
|
7539
7548
|
},
|
|
7540
7549
|
{
|
|
7541
7550
|
"kind": "js",
|
|
7542
|
-
"name": "
|
|
7551
|
+
"name": "getStatusPillRendererTemplate",
|
|
7543
7552
|
"declaration": {
|
|
7544
|
-
"name": "
|
|
7545
|
-
"module": "src/cell-
|
|
7553
|
+
"name": "getStatusPillRendererTemplate",
|
|
7554
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7546
7555
|
}
|
|
7547
7556
|
},
|
|
7548
7557
|
{
|
|
7549
7558
|
"kind": "js",
|
|
7550
|
-
"name": "
|
|
7559
|
+
"name": "StatusPillRenderer",
|
|
7551
7560
|
"declaration": {
|
|
7552
|
-
"name": "
|
|
7553
|
-
"module": "src/cell-
|
|
7561
|
+
"name": "StatusPillRenderer",
|
|
7562
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7554
7563
|
}
|
|
7555
7564
|
},
|
|
7556
7565
|
{
|
|
7557
7566
|
"kind": "js",
|
|
7558
|
-
"name": "
|
|
7567
|
+
"name": "foundationStatusPillRenderer",
|
|
7559
7568
|
"declaration": {
|
|
7560
|
-
"name": "
|
|
7561
|
-
"module": "src/cell-
|
|
7569
|
+
"name": "foundationStatusPillRenderer",
|
|
7570
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7562
7571
|
}
|
|
7563
7572
|
}
|
|
7564
7573
|
]
|
|
7565
7574
|
},
|
|
7566
7575
|
{
|
|
7567
7576
|
"kind": "javascript-module",
|
|
7568
|
-
"path": "src/cell-
|
|
7577
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
7569
7578
|
"declarations": [
|
|
7570
7579
|
{
|
|
7571
7580
|
"kind": "class",
|
|
7572
|
-
"description": "The AG
|
|
7573
|
-
"name": "
|
|
7581
|
+
"description": "The AG Text Field Renderer element.",
|
|
7582
|
+
"name": "AgTextFieldRenderer",
|
|
7574
7583
|
"members": [
|
|
7575
7584
|
{
|
|
7576
7585
|
"kind": "field",
|
|
7577
|
-
"name": "
|
|
7586
|
+
"name": "textField",
|
|
7578
7587
|
"type": {
|
|
7579
|
-
"text": "
|
|
7588
|
+
"text": "TextField"
|
|
7580
7589
|
},
|
|
7581
7590
|
"privacy": "public"
|
|
7582
7591
|
},
|
|
7583
7592
|
{
|
|
7584
7593
|
"kind": "field",
|
|
7585
|
-
"name": "
|
|
7594
|
+
"name": "textValue",
|
|
7586
7595
|
"type": {
|
|
7587
7596
|
"text": "string"
|
|
7588
7597
|
},
|
|
7589
|
-
"
|
|
7590
|
-
},
|
|
7591
|
-
{
|
|
7592
|
-
"kind": "field",
|
|
7593
|
-
"name": "actualWidth",
|
|
7594
|
-
"type": {
|
|
7595
|
-
"text": "number"
|
|
7596
|
-
},
|
|
7597
|
-
"privacy": "public"
|
|
7598
|
+
"default": "''"
|
|
7598
7599
|
},
|
|
7599
7600
|
{
|
|
7600
7601
|
"kind": "field",
|
|
7601
|
-
"name": "
|
|
7602
|
+
"name": "params",
|
|
7602
7603
|
"type": {
|
|
7603
|
-
"text": "
|
|
7604
|
+
"text": "FuiCellRendererParams"
|
|
7604
7605
|
},
|
|
7605
7606
|
"privacy": "public"
|
|
7606
7607
|
},
|
|
@@ -7612,7 +7613,7 @@
|
|
|
7612
7613
|
{
|
|
7613
7614
|
"name": "params",
|
|
7614
7615
|
"type": {
|
|
7615
|
-
"text": "
|
|
7616
|
+
"text": "FuiCellRendererParams"
|
|
7616
7617
|
}
|
|
7617
7618
|
}
|
|
7618
7619
|
]
|
|
@@ -7627,53 +7628,50 @@
|
|
|
7627
7628
|
}
|
|
7628
7629
|
}
|
|
7629
7630
|
},
|
|
7631
|
+
{
|
|
7632
|
+
"kind": "method",
|
|
7633
|
+
"name": "destroy",
|
|
7634
|
+
"privacy": "public"
|
|
7635
|
+
},
|
|
7630
7636
|
{
|
|
7631
7637
|
"kind": "method",
|
|
7632
7638
|
"name": "refresh",
|
|
7633
7639
|
"privacy": "public",
|
|
7634
|
-
"return": {
|
|
7635
|
-
"type": {
|
|
7636
|
-
"text": "boolean"
|
|
7637
|
-
}
|
|
7638
|
-
},
|
|
7639
7640
|
"parameters": [
|
|
7640
7641
|
{
|
|
7641
7642
|
"name": "params",
|
|
7642
7643
|
"type": {
|
|
7643
|
-
"text": "
|
|
7644
|
+
"text": "FuiCellRendererParams"
|
|
7644
7645
|
}
|
|
7645
7646
|
}
|
|
7646
7647
|
]
|
|
7647
7648
|
},
|
|
7648
7649
|
{
|
|
7649
7650
|
"kind": "method",
|
|
7650
|
-
"name": "
|
|
7651
|
-
|
|
7652
|
-
{
|
|
7653
|
-
"kind": "method",
|
|
7654
|
-
"name": "isPopup",
|
|
7651
|
+
"name": "isDisabled",
|
|
7652
|
+
"privacy": "public",
|
|
7655
7653
|
"return": {
|
|
7656
7654
|
"type": {
|
|
7657
7655
|
"text": "boolean"
|
|
7658
7656
|
}
|
|
7659
|
-
}
|
|
7660
|
-
},
|
|
7661
|
-
{
|
|
7662
|
-
"kind": "method",
|
|
7663
|
-
"name": "afterGuiAttached"
|
|
7664
|
-
},
|
|
7665
|
-
{
|
|
7666
|
-
"kind": "method",
|
|
7667
|
-
"name": "changeHandler",
|
|
7657
|
+
},
|
|
7668
7658
|
"parameters": [
|
|
7669
7659
|
{
|
|
7670
|
-
"name": "
|
|
7660
|
+
"name": "data"
|
|
7671
7661
|
}
|
|
7672
7662
|
]
|
|
7673
7663
|
},
|
|
7674
7664
|
{
|
|
7675
|
-
"kind": "
|
|
7676
|
-
"name": "
|
|
7665
|
+
"kind": "field",
|
|
7666
|
+
"name": "textChanged",
|
|
7667
|
+
"privacy": "public",
|
|
7668
|
+
"description": "On text change handler",
|
|
7669
|
+
"parameters": [
|
|
7670
|
+
{
|
|
7671
|
+
"description": "CustomEvent",
|
|
7672
|
+
"name": "e"
|
|
7673
|
+
}
|
|
7674
|
+
]
|
|
7677
7675
|
},
|
|
7678
7676
|
{
|
|
7679
7677
|
"kind": "field",
|
|
@@ -7791,19 +7789,19 @@
|
|
|
7791
7789
|
"name": "FoundationElement",
|
|
7792
7790
|
"package": "@microsoft/fast-foundation"
|
|
7793
7791
|
},
|
|
7794
|
-
"tagName": "%%prefix%%-
|
|
7792
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
7795
7793
|
"customElement": true
|
|
7796
7794
|
},
|
|
7797
7795
|
{
|
|
7798
7796
|
"kind": "variable",
|
|
7799
|
-
"name": "
|
|
7800
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
7801
|
-
"description": "The AG
|
|
7797
|
+
"name": "textFieldRendererStyles",
|
|
7798
|
+
"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`",
|
|
7799
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
7802
7800
|
"privacy": "public"
|
|
7803
7801
|
},
|
|
7804
7802
|
{
|
|
7805
7803
|
"kind": "function",
|
|
7806
|
-
"name": "
|
|
7804
|
+
"name": "getTextFieldRendererTemplate",
|
|
7807
7805
|
"parameters": [
|
|
7808
7806
|
{
|
|
7809
7807
|
"name": "designSystem",
|
|
@@ -7811,7 +7809,7 @@
|
|
|
7811
7809
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7812
7810
|
}
|
|
7813
7811
|
],
|
|
7814
|
-
"description": "Get a Design System prefixed
|
|
7812
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
7815
7813
|
"return": {
|
|
7816
7814
|
"type": {
|
|
7817
7815
|
"text": ""
|
|
@@ -7821,164 +7819,159 @@
|
|
|
7821
7819
|
},
|
|
7822
7820
|
{
|
|
7823
7821
|
"kind": "variable",
|
|
7824
|
-
"name": "
|
|
7822
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7823
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
7825
7824
|
"privacy": "public"
|
|
7826
7825
|
}
|
|
7827
7826
|
],
|
|
7828
7827
|
"exports": [
|
|
7829
7828
|
{
|
|
7830
7829
|
"kind": "js",
|
|
7831
|
-
"name": "
|
|
7830
|
+
"name": "AgTextFieldRenderer",
|
|
7832
7831
|
"declaration": {
|
|
7833
|
-
"name": "
|
|
7834
|
-
"module": "src/cell-
|
|
7832
|
+
"name": "AgTextFieldRenderer",
|
|
7833
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7835
7834
|
}
|
|
7836
7835
|
},
|
|
7837
7836
|
{
|
|
7838
7837
|
"kind": "js",
|
|
7839
|
-
"name": "
|
|
7838
|
+
"name": "textFieldRendererStyles",
|
|
7840
7839
|
"declaration": {
|
|
7841
|
-
"name": "
|
|
7842
|
-
"module": "src/cell-
|
|
7840
|
+
"name": "textFieldRendererStyles",
|
|
7841
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7843
7842
|
}
|
|
7844
7843
|
},
|
|
7845
7844
|
{
|
|
7846
7845
|
"kind": "js",
|
|
7847
|
-
"name": "
|
|
7846
|
+
"name": "getTextFieldRendererTemplate",
|
|
7848
7847
|
"declaration": {
|
|
7849
|
-
"name": "
|
|
7850
|
-
"module": "src/cell-
|
|
7848
|
+
"name": "getTextFieldRendererTemplate",
|
|
7849
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7851
7850
|
}
|
|
7852
7851
|
},
|
|
7853
7852
|
{
|
|
7854
7853
|
"kind": "js",
|
|
7855
|
-
"name": "
|
|
7856
|
-
"declaration": {
|
|
7857
|
-
"name": "foundationStringEditor",
|
|
7858
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
7859
|
-
}
|
|
7860
|
-
}
|
|
7861
|
-
]
|
|
7862
|
-
},
|
|
7863
|
-
{
|
|
7864
|
-
"kind": "javascript-module",
|
|
7865
|
-
"path": "src/column/column.template.ts",
|
|
7866
|
-
"declarations": [
|
|
7867
|
-
{
|
|
7868
|
-
"kind": "variable",
|
|
7869
|
-
"name": "ColumnTemplate",
|
|
7870
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7871
|
-
"description": "The Grid Pro Column Template.",
|
|
7872
|
-
"privacy": "public"
|
|
7873
|
-
}
|
|
7874
|
-
],
|
|
7875
|
-
"exports": [
|
|
7876
|
-
{
|
|
7877
|
-
"kind": "js",
|
|
7878
|
-
"name": "ColumnTemplate",
|
|
7854
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7879
7855
|
"declaration": {
|
|
7880
|
-
"name": "
|
|
7881
|
-
"module": "src/
|
|
7856
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7857
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7882
7858
|
}
|
|
7883
7859
|
}
|
|
7884
7860
|
]
|
|
7885
7861
|
},
|
|
7886
7862
|
{
|
|
7887
7863
|
"kind": "javascript-module",
|
|
7888
|
-
"path": "src/
|
|
7864
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
7889
7865
|
"declarations": [
|
|
7890
7866
|
{
|
|
7891
7867
|
"kind": "class",
|
|
7892
|
-
"description": "
|
|
7893
|
-
"name": "
|
|
7868
|
+
"description": "",
|
|
7869
|
+
"name": "AgTextRenderer",
|
|
7870
|
+
"superclass": {
|
|
7871
|
+
"name": "AgTextFieldRenderer",
|
|
7872
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
7873
|
+
},
|
|
7874
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7875
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7876
|
+
"customElement": true,
|
|
7894
7877
|
"members": [
|
|
7895
7878
|
{
|
|
7896
7879
|
"kind": "field",
|
|
7897
|
-
"name": "
|
|
7880
|
+
"name": "textField",
|
|
7898
7881
|
"type": {
|
|
7899
|
-
"text": "
|
|
7882
|
+
"text": "TextField"
|
|
7900
7883
|
},
|
|
7901
|
-
"privacy": "public"
|
|
7884
|
+
"privacy": "public",
|
|
7885
|
+
"inheritedFrom": {
|
|
7886
|
+
"name": "AgTextFieldRenderer",
|
|
7887
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7888
|
+
}
|
|
7902
7889
|
},
|
|
7903
7890
|
{
|
|
7904
7891
|
"kind": "field",
|
|
7905
|
-
"name": "
|
|
7892
|
+
"name": "textValue",
|
|
7906
7893
|
"type": {
|
|
7907
|
-
"text": "
|
|
7894
|
+
"text": "string"
|
|
7908
7895
|
},
|
|
7909
|
-
"default": "
|
|
7910
|
-
|
|
7911
|
-
|
|
7912
|
-
|
|
7913
|
-
|
|
7914
|
-
"privacy": "public"
|
|
7896
|
+
"default": "''",
|
|
7897
|
+
"inheritedFrom": {
|
|
7898
|
+
"name": "AgTextFieldRenderer",
|
|
7899
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7900
|
+
}
|
|
7915
7901
|
},
|
|
7916
7902
|
{
|
|
7917
|
-
"kind": "
|
|
7918
|
-
"name": "
|
|
7919
|
-
"
|
|
7920
|
-
"
|
|
7921
|
-
"text": "Node"
|
|
7922
|
-
}
|
|
7903
|
+
"kind": "field",
|
|
7904
|
+
"name": "params",
|
|
7905
|
+
"type": {
|
|
7906
|
+
"text": "FuiCellRendererParams"
|
|
7923
7907
|
},
|
|
7908
|
+
"privacy": "public",
|
|
7924
7909
|
"inheritedFrom": {
|
|
7925
|
-
"name": "
|
|
7926
|
-
"module": "src/
|
|
7910
|
+
"name": "AgTextFieldRenderer",
|
|
7911
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7927
7912
|
}
|
|
7928
7913
|
},
|
|
7929
7914
|
{
|
|
7930
7915
|
"kind": "method",
|
|
7931
|
-
"name": "
|
|
7932
|
-
"
|
|
7933
|
-
"type": {
|
|
7934
|
-
"text": "Node"
|
|
7935
|
-
}
|
|
7936
|
-
},
|
|
7916
|
+
"name": "init",
|
|
7917
|
+
"privacy": "public",
|
|
7937
7918
|
"parameters": [
|
|
7938
7919
|
{
|
|
7939
|
-
"name": "
|
|
7940
|
-
"optional": true,
|
|
7920
|
+
"name": "params",
|
|
7941
7921
|
"type": {
|
|
7942
|
-
"text": "
|
|
7922
|
+
"text": "FuiCellRendererParams"
|
|
7943
7923
|
}
|
|
7944
7924
|
}
|
|
7945
7925
|
],
|
|
7946
7926
|
"inheritedFrom": {
|
|
7947
|
-
"name": "
|
|
7948
|
-
"module": "src/
|
|
7927
|
+
"name": "AgTextFieldRenderer",
|
|
7928
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7949
7929
|
}
|
|
7950
7930
|
},
|
|
7951
7931
|
{
|
|
7952
|
-
"kind": "
|
|
7953
|
-
"name": "
|
|
7932
|
+
"kind": "method",
|
|
7933
|
+
"name": "getGui",
|
|
7934
|
+
"privacy": "public",
|
|
7954
7935
|
"return": {
|
|
7955
7936
|
"type": {
|
|
7956
|
-
"text": ""
|
|
7937
|
+
"text": "HTMLElement"
|
|
7957
7938
|
}
|
|
7958
7939
|
},
|
|
7959
|
-
"readonly": true,
|
|
7960
7940
|
"inheritedFrom": {
|
|
7961
|
-
"name": "
|
|
7962
|
-
"module": "src/
|
|
7941
|
+
"name": "AgTextFieldRenderer",
|
|
7942
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7963
7943
|
}
|
|
7964
7944
|
},
|
|
7965
7945
|
{
|
|
7966
|
-
"kind": "
|
|
7967
|
-
"name": "
|
|
7968
|
-
"
|
|
7969
|
-
|
|
7970
|
-
|
|
7946
|
+
"kind": "method",
|
|
7947
|
+
"name": "destroy",
|
|
7948
|
+
"privacy": "public",
|
|
7949
|
+
"inheritedFrom": {
|
|
7950
|
+
"name": "AgTextFieldRenderer",
|
|
7951
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7952
|
+
}
|
|
7953
|
+
},
|
|
7954
|
+
{
|
|
7955
|
+
"kind": "method",
|
|
7956
|
+
"name": "refresh",
|
|
7957
|
+
"privacy": "public",
|
|
7958
|
+
"parameters": [
|
|
7959
|
+
{
|
|
7960
|
+
"name": "params",
|
|
7961
|
+
"type": {
|
|
7962
|
+
"text": "FuiCellRendererParams"
|
|
7963
|
+
}
|
|
7971
7964
|
}
|
|
7972
|
-
|
|
7973
|
-
"readonly": true,
|
|
7965
|
+
],
|
|
7974
7966
|
"inheritedFrom": {
|
|
7975
|
-
"name": "
|
|
7976
|
-
"module": "src/
|
|
7967
|
+
"name": "AgTextFieldRenderer",
|
|
7968
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7977
7969
|
}
|
|
7978
7970
|
},
|
|
7979
7971
|
{
|
|
7980
7972
|
"kind": "method",
|
|
7981
|
-
"name": "
|
|
7973
|
+
"name": "isDisabled",
|
|
7974
|
+
"privacy": "public",
|
|
7982
7975
|
"return": {
|
|
7983
7976
|
"type": {
|
|
7984
7977
|
"text": "boolean"
|
|
@@ -7986,15 +7979,28 @@
|
|
|
7986
7979
|
},
|
|
7987
7980
|
"parameters": [
|
|
7988
7981
|
{
|
|
7989
|
-
"name": "
|
|
7990
|
-
"type": {
|
|
7991
|
-
"text": "Lifecycletype"
|
|
7992
|
-
}
|
|
7982
|
+
"name": "data"
|
|
7993
7983
|
}
|
|
7994
7984
|
],
|
|
7995
7985
|
"inheritedFrom": {
|
|
7996
|
-
"name": "
|
|
7997
|
-
"module": "src/
|
|
7986
|
+
"name": "AgTextFieldRenderer",
|
|
7987
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7988
|
+
}
|
|
7989
|
+
},
|
|
7990
|
+
{
|
|
7991
|
+
"kind": "field",
|
|
7992
|
+
"name": "textChanged",
|
|
7993
|
+
"privacy": "public",
|
|
7994
|
+
"description": "On text change handler",
|
|
7995
|
+
"parameters": [
|
|
7996
|
+
{
|
|
7997
|
+
"description": "CustomEvent",
|
|
7998
|
+
"name": "e"
|
|
7999
|
+
}
|
|
8000
|
+
],
|
|
8001
|
+
"inheritedFrom": {
|
|
8002
|
+
"name": "AgTextFieldRenderer",
|
|
8003
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7998
8004
|
}
|
|
7999
8005
|
},
|
|
8000
8006
|
{
|
|
@@ -8108,67 +8114,61 @@
|
|
|
8108
8114
|
"module": "src/foundation-element/foundation-element.ts"
|
|
8109
8115
|
}
|
|
8110
8116
|
}
|
|
8111
|
-
]
|
|
8112
|
-
|
|
8113
|
-
|
|
8114
|
-
|
|
8115
|
-
|
|
8116
|
-
|
|
8117
|
-
|
|
8118
|
-
"
|
|
8119
|
-
|
|
8120
|
-
|
|
8121
|
-
|
|
8122
|
-
"
|
|
8123
|
-
"
|
|
8117
|
+
]
|
|
8118
|
+
},
|
|
8119
|
+
{
|
|
8120
|
+
"kind": "variable",
|
|
8121
|
+
"name": "textRendererStyles",
|
|
8122
|
+
"default": "textFieldRendererStyles",
|
|
8123
|
+
"privacy": "public",
|
|
8124
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
8125
|
+
},
|
|
8126
|
+
{
|
|
8127
|
+
"kind": "variable",
|
|
8128
|
+
"name": "getTextRendererTemplate",
|
|
8129
|
+
"default": "getTextFieldRendererTemplate",
|
|
8130
|
+
"privacy": "public",
|
|
8131
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
8132
|
+
},
|
|
8133
|
+
{
|
|
8134
|
+
"kind": "variable",
|
|
8135
|
+
"name": "foundationAgTextRenderer",
|
|
8136
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
8137
|
+
"privacy": "public",
|
|
8138
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
8124
8139
|
}
|
|
8125
8140
|
],
|
|
8126
8141
|
"exports": [
|
|
8127
8142
|
{
|
|
8128
8143
|
"kind": "js",
|
|
8129
|
-
"name": "
|
|
8144
|
+
"name": "AgTextRenderer",
|
|
8130
8145
|
"declaration": {
|
|
8131
|
-
"name": "
|
|
8132
|
-
"module": "src/
|
|
8146
|
+
"name": "AgTextRenderer",
|
|
8147
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8133
8148
|
}
|
|
8134
8149
|
},
|
|
8135
|
-
{
|
|
8136
|
-
"kind": "custom-element-definition",
|
|
8137
|
-
"name": "grid-pro-column",
|
|
8138
|
-
"declaration": {
|
|
8139
|
-
"name": "GridProColumn",
|
|
8140
|
-
"module": "src/column/column.ts"
|
|
8141
|
-
}
|
|
8142
|
-
}
|
|
8143
|
-
]
|
|
8144
|
-
},
|
|
8145
|
-
{
|
|
8146
|
-
"kind": "javascript-module",
|
|
8147
|
-
"path": "src/column/index.ts",
|
|
8148
|
-
"declarations": [],
|
|
8149
|
-
"exports": [
|
|
8150
8150
|
{
|
|
8151
8151
|
"kind": "js",
|
|
8152
|
-
"name": "
|
|
8152
|
+
"name": "textRendererStyles",
|
|
8153
8153
|
"declaration": {
|
|
8154
|
-
"name": "
|
|
8155
|
-
"
|
|
8154
|
+
"name": "textRendererStyles",
|
|
8155
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8156
8156
|
}
|
|
8157
8157
|
},
|
|
8158
8158
|
{
|
|
8159
8159
|
"kind": "js",
|
|
8160
|
-
"name": "
|
|
8160
|
+
"name": "getTextRendererTemplate",
|
|
8161
8161
|
"declaration": {
|
|
8162
|
-
"name": "
|
|
8163
|
-
"
|
|
8162
|
+
"name": "getTextRendererTemplate",
|
|
8163
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8164
8164
|
}
|
|
8165
8165
|
},
|
|
8166
8166
|
{
|
|
8167
8167
|
"kind": "js",
|
|
8168
|
-
"name": "
|
|
8168
|
+
"name": "foundationAgTextRenderer",
|
|
8169
8169
|
"declaration": {
|
|
8170
|
-
"name": "
|
|
8171
|
-
"
|
|
8170
|
+
"name": "foundationAgTextRenderer",
|
|
8171
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8172
8172
|
}
|
|
8173
8173
|
}
|
|
8174
8174
|
]
|
|
@@ -24705,60 +24705,6 @@
|
|
|
24705
24705
|
}
|
|
24706
24706
|
]
|
|
24707
24707
|
},
|
|
24708
|
-
{
|
|
24709
|
-
"kind": "javascript-module",
|
|
24710
|
-
"path": "src/cell-renderers/utils/accessor.ts",
|
|
24711
|
-
"declarations": [
|
|
24712
|
-
{
|
|
24713
|
-
"kind": "function",
|
|
24714
|
-
"name": "setValueWithAccessor",
|
|
24715
|
-
"return": {
|
|
24716
|
-
"type": {
|
|
24717
|
-
"text": "string"
|
|
24718
|
-
}
|
|
24719
|
-
},
|
|
24720
|
-
"parameters": [
|
|
24721
|
-
{
|
|
24722
|
-
"name": "data",
|
|
24723
|
-
"type": {
|
|
24724
|
-
"text": "any"
|
|
24725
|
-
}
|
|
24726
|
-
},
|
|
24727
|
-
{
|
|
24728
|
-
"name": "accessor",
|
|
24729
|
-
"type": {
|
|
24730
|
-
"text": "string"
|
|
24731
|
-
}
|
|
24732
|
-
}
|
|
24733
|
-
]
|
|
24734
|
-
}
|
|
24735
|
-
],
|
|
24736
|
-
"exports": [
|
|
24737
|
-
{
|
|
24738
|
-
"kind": "js",
|
|
24739
|
-
"name": "setValueWithAccessor",
|
|
24740
|
-
"declaration": {
|
|
24741
|
-
"name": "setValueWithAccessor",
|
|
24742
|
-
"module": "src/cell-renderers/utils/accessor.ts"
|
|
24743
|
-
}
|
|
24744
|
-
}
|
|
24745
|
-
]
|
|
24746
|
-
},
|
|
24747
|
-
{
|
|
24748
|
-
"kind": "javascript-module",
|
|
24749
|
-
"path": "src/cell-renderers/utils/index.ts",
|
|
24750
|
-
"declarations": [],
|
|
24751
|
-
"exports": [
|
|
24752
|
-
{
|
|
24753
|
-
"kind": "js",
|
|
24754
|
-
"name": "*",
|
|
24755
|
-
"declaration": {
|
|
24756
|
-
"name": "*",
|
|
24757
|
-
"package": "./accessor"
|
|
24758
|
-
}
|
|
24759
|
-
}
|
|
24760
|
-
]
|
|
24761
|
-
},
|
|
24762
24708
|
{
|
|
24763
24709
|
"kind": "javascript-module",
|
|
24764
24710
|
"path": "src/column/utils/grid-pro-columns.ts",
|
|
@@ -24852,6 +24798,60 @@
|
|
|
24852
24798
|
}
|
|
24853
24799
|
}
|
|
24854
24800
|
]
|
|
24801
|
+
},
|
|
24802
|
+
{
|
|
24803
|
+
"kind": "javascript-module",
|
|
24804
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
24805
|
+
"declarations": [
|
|
24806
|
+
{
|
|
24807
|
+
"kind": "function",
|
|
24808
|
+
"name": "setValueWithAccessor",
|
|
24809
|
+
"return": {
|
|
24810
|
+
"type": {
|
|
24811
|
+
"text": "string"
|
|
24812
|
+
}
|
|
24813
|
+
},
|
|
24814
|
+
"parameters": [
|
|
24815
|
+
{
|
|
24816
|
+
"name": "data",
|
|
24817
|
+
"type": {
|
|
24818
|
+
"text": "any"
|
|
24819
|
+
}
|
|
24820
|
+
},
|
|
24821
|
+
{
|
|
24822
|
+
"name": "accessor",
|
|
24823
|
+
"type": {
|
|
24824
|
+
"text": "string"
|
|
24825
|
+
}
|
|
24826
|
+
}
|
|
24827
|
+
]
|
|
24828
|
+
}
|
|
24829
|
+
],
|
|
24830
|
+
"exports": [
|
|
24831
|
+
{
|
|
24832
|
+
"kind": "js",
|
|
24833
|
+
"name": "setValueWithAccessor",
|
|
24834
|
+
"declaration": {
|
|
24835
|
+
"name": "setValueWithAccessor",
|
|
24836
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
24837
|
+
}
|
|
24838
|
+
}
|
|
24839
|
+
]
|
|
24840
|
+
},
|
|
24841
|
+
{
|
|
24842
|
+
"kind": "javascript-module",
|
|
24843
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
24844
|
+
"declarations": [],
|
|
24845
|
+
"exports": [
|
|
24846
|
+
{
|
|
24847
|
+
"kind": "js",
|
|
24848
|
+
"name": "*",
|
|
24849
|
+
"declaration": {
|
|
24850
|
+
"name": "*",
|
|
24851
|
+
"package": "./accessor"
|
|
24852
|
+
}
|
|
24853
|
+
}
|
|
24854
|
+
]
|
|
24855
24855
|
}
|
|
24856
24856
|
]
|
|
24857
24857
|
}
|