@genesislcap/grid-pro 14.344.3 → 14.345.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +639 -639
- package/package.json +13 -13
|
@@ -3902,69 +3902,123 @@
|
|
|
3902
3902
|
},
|
|
3903
3903
|
{
|
|
3904
3904
|
"kind": "javascript-module",
|
|
3905
|
-
"path": "src/
|
|
3905
|
+
"path": "src/column/column.template.ts",
|
|
3906
|
+
"declarations": [
|
|
3907
|
+
{
|
|
3908
|
+
"kind": "variable",
|
|
3909
|
+
"name": "ColumnTemplate",
|
|
3910
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
3911
|
+
"description": "The Grid Pro Column Template.",
|
|
3912
|
+
"privacy": "public"
|
|
3913
|
+
}
|
|
3914
|
+
],
|
|
3915
|
+
"exports": [
|
|
3916
|
+
{
|
|
3917
|
+
"kind": "js",
|
|
3918
|
+
"name": "ColumnTemplate",
|
|
3919
|
+
"declaration": {
|
|
3920
|
+
"name": "ColumnTemplate",
|
|
3921
|
+
"module": "src/column/column.template.ts"
|
|
3922
|
+
}
|
|
3923
|
+
}
|
|
3924
|
+
]
|
|
3925
|
+
},
|
|
3926
|
+
{
|
|
3927
|
+
"kind": "javascript-module",
|
|
3928
|
+
"path": "src/column/column.ts",
|
|
3906
3929
|
"declarations": [
|
|
3907
3930
|
{
|
|
3908
3931
|
"kind": "class",
|
|
3909
|
-
"description": "The
|
|
3910
|
-
"name": "
|
|
3932
|
+
"description": "The Grid Pro Column element.",
|
|
3933
|
+
"name": "GridProColumn",
|
|
3911
3934
|
"members": [
|
|
3912
3935
|
{
|
|
3913
3936
|
"kind": "field",
|
|
3914
|
-
"name": "
|
|
3937
|
+
"name": "slottedAgCell",
|
|
3915
3938
|
"type": {
|
|
3916
|
-
"text": "
|
|
3939
|
+
"text": "HTMLElement[]"
|
|
3917
3940
|
},
|
|
3918
3941
|
"privacy": "public"
|
|
3919
3942
|
},
|
|
3920
3943
|
{
|
|
3921
3944
|
"kind": "field",
|
|
3922
|
-
"name": "
|
|
3945
|
+
"name": "definition",
|
|
3923
3946
|
"type": {
|
|
3924
|
-
"text": "
|
|
3947
|
+
"text": "ColDef"
|
|
3925
3948
|
},
|
|
3926
|
-
"
|
|
3949
|
+
"default": "{}"
|
|
3927
3950
|
},
|
|
3928
3951
|
{
|
|
3929
3952
|
"kind": "method",
|
|
3930
|
-
"name": "
|
|
3931
|
-
"privacy": "public"
|
|
3932
|
-
"parameters": [
|
|
3933
|
-
{
|
|
3934
|
-
"name": "params",
|
|
3935
|
-
"type": {
|
|
3936
|
-
"text": "ICellRendererParams & ActionRendererParams"
|
|
3937
|
-
}
|
|
3938
|
-
}
|
|
3939
|
-
]
|
|
3953
|
+
"name": "slottedAgCellChanged",
|
|
3954
|
+
"privacy": "public"
|
|
3940
3955
|
},
|
|
3941
3956
|
{
|
|
3942
3957
|
"kind": "method",
|
|
3943
|
-
"name": "
|
|
3944
|
-
"privacy": "public",
|
|
3958
|
+
"name": "deepClone",
|
|
3945
3959
|
"return": {
|
|
3946
3960
|
"type": {
|
|
3947
|
-
"text": "
|
|
3961
|
+
"text": "Node"
|
|
3948
3962
|
}
|
|
3963
|
+
},
|
|
3964
|
+
"inheritedFrom": {
|
|
3965
|
+
"name": "LifecycleMixin",
|
|
3966
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3949
3967
|
}
|
|
3950
3968
|
},
|
|
3951
3969
|
{
|
|
3952
3970
|
"kind": "method",
|
|
3953
|
-
"name": "
|
|
3954
|
-
"
|
|
3971
|
+
"name": "cloneNode",
|
|
3972
|
+
"return": {
|
|
3973
|
+
"type": {
|
|
3974
|
+
"text": "Node"
|
|
3975
|
+
}
|
|
3976
|
+
},
|
|
3955
3977
|
"parameters": [
|
|
3956
3978
|
{
|
|
3957
|
-
"name": "
|
|
3979
|
+
"name": "deep",
|
|
3980
|
+
"optional": true,
|
|
3958
3981
|
"type": {
|
|
3959
|
-
"text": "
|
|
3982
|
+
"text": "boolean"
|
|
3960
3983
|
}
|
|
3961
3984
|
}
|
|
3962
|
-
]
|
|
3985
|
+
],
|
|
3986
|
+
"inheritedFrom": {
|
|
3987
|
+
"name": "LifecycleMixin",
|
|
3988
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3989
|
+
}
|
|
3990
|
+
},
|
|
3991
|
+
{
|
|
3992
|
+
"kind": "field",
|
|
3993
|
+
"name": "shouldRunDisconnect",
|
|
3994
|
+
"return": {
|
|
3995
|
+
"type": {
|
|
3996
|
+
"text": ""
|
|
3997
|
+
}
|
|
3998
|
+
},
|
|
3999
|
+
"readonly": true,
|
|
4000
|
+
"inheritedFrom": {
|
|
4001
|
+
"name": "LifecycleMixin",
|
|
4002
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4003
|
+
}
|
|
4004
|
+
},
|
|
4005
|
+
{
|
|
4006
|
+
"kind": "field",
|
|
4007
|
+
"name": "shouldRunConnect",
|
|
4008
|
+
"return": {
|
|
4009
|
+
"type": {
|
|
4010
|
+
"text": ""
|
|
4011
|
+
}
|
|
4012
|
+
},
|
|
4013
|
+
"readonly": true,
|
|
4014
|
+
"inheritedFrom": {
|
|
4015
|
+
"name": "LifecycleMixin",
|
|
4016
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4017
|
+
}
|
|
3963
4018
|
},
|
|
3964
4019
|
{
|
|
3965
4020
|
"kind": "method",
|
|
3966
|
-
"name": "
|
|
3967
|
-
"privacy": "public",
|
|
4021
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
3968
4022
|
"return": {
|
|
3969
4023
|
"type": {
|
|
3970
4024
|
"text": "boolean"
|
|
@@ -3972,19 +4026,16 @@
|
|
|
3972
4026
|
},
|
|
3973
4027
|
"parameters": [
|
|
3974
4028
|
{
|
|
3975
|
-
"name": "
|
|
4029
|
+
"name": "lifecycleType",
|
|
4030
|
+
"type": {
|
|
4031
|
+
"text": "Lifecycletype"
|
|
4032
|
+
}
|
|
3976
4033
|
}
|
|
3977
|
-
]
|
|
3978
|
-
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
"privacy": "public"
|
|
3983
|
-
},
|
|
3984
|
-
{
|
|
3985
|
-
"kind": "field",
|
|
3986
|
-
"name": "dataTestId",
|
|
3987
|
-
"readonly": true
|
|
4034
|
+
],
|
|
4035
|
+
"inheritedFrom": {
|
|
4036
|
+
"name": "LifecycleMixin",
|
|
4037
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4038
|
+
}
|
|
3988
4039
|
},
|
|
3989
4040
|
{
|
|
3990
4041
|
"kind": "field",
|
|
@@ -4098,82 +4149,92 @@
|
|
|
4098
4149
|
}
|
|
4099
4150
|
}
|
|
4100
4151
|
],
|
|
4152
|
+
"mixins": [
|
|
4153
|
+
{
|
|
4154
|
+
"name": "LifecycleMixin",
|
|
4155
|
+
"package": "@genesislcap/foundation-utils"
|
|
4156
|
+
}
|
|
4157
|
+
],
|
|
4101
4158
|
"superclass": {
|
|
4102
4159
|
"name": "FoundationElement",
|
|
4103
4160
|
"package": "@microsoft/fast-foundation"
|
|
4104
4161
|
},
|
|
4105
|
-
"tagName": "
|
|
4162
|
+
"tagName": "grid-pro-column",
|
|
4106
4163
|
"customElement": true
|
|
4107
|
-
},
|
|
4108
|
-
{
|
|
4109
|
-
"kind": "variable",
|
|
4110
|
-
"name": "actionHeightMultiplier",
|
|
4111
|
-
"description": "The base height multiplier for the action renderer.",
|
|
4112
|
-
"privacy": "public"
|
|
4113
|
-
},
|
|
4114
|
-
{
|
|
4115
|
-
"kind": "variable",
|
|
4116
|
-
"name": "agActionRendererStyles",
|
|
4117
|
-
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
4118
|
-
"description": "The AG Action Renderer Styles.",
|
|
4119
|
-
"privacy": "public"
|
|
4120
|
-
},
|
|
4121
|
-
{
|
|
4122
|
-
"kind": "variable",
|
|
4123
|
-
"name": "foundationGridProActionRenderer",
|
|
4124
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
4125
|
-
"privacy": "public"
|
|
4126
4164
|
}
|
|
4127
4165
|
],
|
|
4128
4166
|
"exports": [
|
|
4129
4167
|
{
|
|
4130
4168
|
"kind": "js",
|
|
4131
|
-
"name": "
|
|
4169
|
+
"name": "GridProColumn",
|
|
4132
4170
|
"declaration": {
|
|
4133
|
-
"name": "
|
|
4134
|
-
"module": "src/
|
|
4171
|
+
"name": "GridProColumn",
|
|
4172
|
+
"module": "src/column/column.ts"
|
|
4135
4173
|
}
|
|
4136
4174
|
},
|
|
4175
|
+
{
|
|
4176
|
+
"kind": "custom-element-definition",
|
|
4177
|
+
"name": "grid-pro-column",
|
|
4178
|
+
"declaration": {
|
|
4179
|
+
"name": "GridProColumn",
|
|
4180
|
+
"module": "src/column/column.ts"
|
|
4181
|
+
}
|
|
4182
|
+
}
|
|
4183
|
+
]
|
|
4184
|
+
},
|
|
4185
|
+
{
|
|
4186
|
+
"kind": "javascript-module",
|
|
4187
|
+
"path": "src/column/index.ts",
|
|
4188
|
+
"declarations": [],
|
|
4189
|
+
"exports": [
|
|
4137
4190
|
{
|
|
4138
4191
|
"kind": "js",
|
|
4139
|
-
"name": "
|
|
4192
|
+
"name": "*",
|
|
4140
4193
|
"declaration": {
|
|
4141
|
-
"name": "
|
|
4142
|
-
"
|
|
4194
|
+
"name": "*",
|
|
4195
|
+
"package": "./column.template"
|
|
4143
4196
|
}
|
|
4144
4197
|
},
|
|
4145
4198
|
{
|
|
4146
4199
|
"kind": "js",
|
|
4147
|
-
"name": "
|
|
4200
|
+
"name": "*",
|
|
4148
4201
|
"declaration": {
|
|
4149
|
-
"name": "
|
|
4150
|
-
"
|
|
4202
|
+
"name": "*",
|
|
4203
|
+
"package": "./column"
|
|
4151
4204
|
}
|
|
4152
4205
|
},
|
|
4153
4206
|
{
|
|
4154
4207
|
"kind": "js",
|
|
4155
|
-
"name": "
|
|
4208
|
+
"name": "*",
|
|
4156
4209
|
"declaration": {
|
|
4157
|
-
"name": "
|
|
4158
|
-
"
|
|
4210
|
+
"name": "*",
|
|
4211
|
+
"package": "./utils"
|
|
4159
4212
|
}
|
|
4160
4213
|
}
|
|
4161
4214
|
]
|
|
4162
4215
|
},
|
|
4163
4216
|
{
|
|
4164
4217
|
"kind": "javascript-module",
|
|
4165
|
-
"path": "src/cell-renderers/
|
|
4218
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
4166
4219
|
"declarations": [
|
|
4167
4220
|
{
|
|
4168
4221
|
"kind": "class",
|
|
4169
|
-
"description": "The
|
|
4170
|
-
"name": "
|
|
4222
|
+
"description": "The AG Action Renderer element.",
|
|
4223
|
+
"name": "ActionRenderer",
|
|
4171
4224
|
"members": [
|
|
4172
4225
|
{
|
|
4173
4226
|
"kind": "field",
|
|
4174
4227
|
"name": "params",
|
|
4175
4228
|
"type": {
|
|
4176
|
-
"text": "ICellRendererParams"
|
|
4229
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
4230
|
+
},
|
|
4231
|
+
"privacy": "public"
|
|
4232
|
+
},
|
|
4233
|
+
{
|
|
4234
|
+
"kind": "field",
|
|
4235
|
+
"name": "pendingAction",
|
|
4236
|
+
"type": {
|
|
4237
|
+
"text": "boolean"
|
|
4177
4238
|
},
|
|
4178
4239
|
"privacy": "public"
|
|
4179
4240
|
},
|
|
@@ -4185,7 +4246,7 @@
|
|
|
4185
4246
|
{
|
|
4186
4247
|
"name": "params",
|
|
4187
4248
|
"type": {
|
|
4188
|
-
"text": "ICellRendererParams"
|
|
4249
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
4189
4250
|
}
|
|
4190
4251
|
}
|
|
4191
4252
|
]
|
|
@@ -4213,6 +4274,31 @@
|
|
|
4213
4274
|
}
|
|
4214
4275
|
]
|
|
4215
4276
|
},
|
|
4277
|
+
{
|
|
4278
|
+
"kind": "method",
|
|
4279
|
+
"name": "isDisabled",
|
|
4280
|
+
"privacy": "public",
|
|
4281
|
+
"return": {
|
|
4282
|
+
"type": {
|
|
4283
|
+
"text": "boolean"
|
|
4284
|
+
}
|
|
4285
|
+
},
|
|
4286
|
+
"parameters": [
|
|
4287
|
+
{
|
|
4288
|
+
"name": "data"
|
|
4289
|
+
}
|
|
4290
|
+
]
|
|
4291
|
+
},
|
|
4292
|
+
{
|
|
4293
|
+
"kind": "method",
|
|
4294
|
+
"name": "clickHandler",
|
|
4295
|
+
"privacy": "public"
|
|
4296
|
+
},
|
|
4297
|
+
{
|
|
4298
|
+
"kind": "field",
|
|
4299
|
+
"name": "dataTestId",
|
|
4300
|
+
"readonly": true
|
|
4301
|
+
},
|
|
4216
4302
|
{
|
|
4217
4303
|
"kind": "field",
|
|
4218
4304
|
"name": "_presentation",
|
|
@@ -4329,26 +4415,253 @@
|
|
|
4329
4415
|
"name": "FoundationElement",
|
|
4330
4416
|
"package": "@microsoft/fast-foundation"
|
|
4331
4417
|
},
|
|
4332
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
4418
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
4333
4419
|
"customElement": true
|
|
4334
4420
|
},
|
|
4335
4421
|
{
|
|
4336
4422
|
"kind": "variable",
|
|
4337
|
-
"name": "
|
|
4338
|
-
"description": "
|
|
4423
|
+
"name": "actionHeightMultiplier",
|
|
4424
|
+
"description": "The base height multiplier for the action renderer.",
|
|
4339
4425
|
"privacy": "public"
|
|
4340
4426
|
},
|
|
4341
4427
|
{
|
|
4342
|
-
"kind": "
|
|
4343
|
-
"name": "
|
|
4344
|
-
"
|
|
4345
|
-
|
|
4346
|
-
|
|
4347
|
-
|
|
4348
|
-
|
|
4349
|
-
"
|
|
4350
|
-
|
|
4351
|
-
|
|
4428
|
+
"kind": "variable",
|
|
4429
|
+
"name": "agActionRendererStyles",
|
|
4430
|
+
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
4431
|
+
"description": "The AG Action Renderer Styles.",
|
|
4432
|
+
"privacy": "public"
|
|
4433
|
+
},
|
|
4434
|
+
{
|
|
4435
|
+
"kind": "variable",
|
|
4436
|
+
"name": "foundationGridProActionRenderer",
|
|
4437
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
4438
|
+
"privacy": "public"
|
|
4439
|
+
}
|
|
4440
|
+
],
|
|
4441
|
+
"exports": [
|
|
4442
|
+
{
|
|
4443
|
+
"kind": "js",
|
|
4444
|
+
"name": "ActionRenderer",
|
|
4445
|
+
"declaration": {
|
|
4446
|
+
"name": "ActionRenderer",
|
|
4447
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4448
|
+
}
|
|
4449
|
+
},
|
|
4450
|
+
{
|
|
4451
|
+
"kind": "js",
|
|
4452
|
+
"name": "actionHeightMultiplier",
|
|
4453
|
+
"declaration": {
|
|
4454
|
+
"name": "actionHeightMultiplier",
|
|
4455
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4456
|
+
}
|
|
4457
|
+
},
|
|
4458
|
+
{
|
|
4459
|
+
"kind": "js",
|
|
4460
|
+
"name": "agActionRendererStyles",
|
|
4461
|
+
"declaration": {
|
|
4462
|
+
"name": "agActionRendererStyles",
|
|
4463
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4464
|
+
}
|
|
4465
|
+
},
|
|
4466
|
+
{
|
|
4467
|
+
"kind": "js",
|
|
4468
|
+
"name": "foundationGridProActionRenderer",
|
|
4469
|
+
"declaration": {
|
|
4470
|
+
"name": "foundationGridProActionRenderer",
|
|
4471
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4472
|
+
}
|
|
4473
|
+
}
|
|
4474
|
+
]
|
|
4475
|
+
},
|
|
4476
|
+
{
|
|
4477
|
+
"kind": "javascript-module",
|
|
4478
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
4479
|
+
"declarations": [
|
|
4480
|
+
{
|
|
4481
|
+
"kind": "class",
|
|
4482
|
+
"description": "The Actions Menu Renderer element.",
|
|
4483
|
+
"name": "ActionsMenuRenderer",
|
|
4484
|
+
"members": [
|
|
4485
|
+
{
|
|
4486
|
+
"kind": "field",
|
|
4487
|
+
"name": "params",
|
|
4488
|
+
"type": {
|
|
4489
|
+
"text": "ICellRendererParams"
|
|
4490
|
+
},
|
|
4491
|
+
"privacy": "public"
|
|
4492
|
+
},
|
|
4493
|
+
{
|
|
4494
|
+
"kind": "method",
|
|
4495
|
+
"name": "init",
|
|
4496
|
+
"privacy": "public",
|
|
4497
|
+
"parameters": [
|
|
4498
|
+
{
|
|
4499
|
+
"name": "params",
|
|
4500
|
+
"type": {
|
|
4501
|
+
"text": "ICellRendererParams"
|
|
4502
|
+
}
|
|
4503
|
+
}
|
|
4504
|
+
]
|
|
4505
|
+
},
|
|
4506
|
+
{
|
|
4507
|
+
"kind": "method",
|
|
4508
|
+
"name": "getGui",
|
|
4509
|
+
"privacy": "public",
|
|
4510
|
+
"return": {
|
|
4511
|
+
"type": {
|
|
4512
|
+
"text": "HTMLElement"
|
|
4513
|
+
}
|
|
4514
|
+
}
|
|
4515
|
+
},
|
|
4516
|
+
{
|
|
4517
|
+
"kind": "method",
|
|
4518
|
+
"name": "refresh",
|
|
4519
|
+
"privacy": "public",
|
|
4520
|
+
"parameters": [
|
|
4521
|
+
{
|
|
4522
|
+
"name": "params",
|
|
4523
|
+
"type": {
|
|
4524
|
+
"text": "ICellRendererParams"
|
|
4525
|
+
}
|
|
4526
|
+
}
|
|
4527
|
+
]
|
|
4528
|
+
},
|
|
4529
|
+
{
|
|
4530
|
+
"kind": "field",
|
|
4531
|
+
"name": "_presentation",
|
|
4532
|
+
"type": {
|
|
4533
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4534
|
+
},
|
|
4535
|
+
"privacy": "private",
|
|
4536
|
+
"default": "void 0",
|
|
4537
|
+
"inheritedFrom": {
|
|
4538
|
+
"name": "FoundationElement",
|
|
4539
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4540
|
+
}
|
|
4541
|
+
},
|
|
4542
|
+
{
|
|
4543
|
+
"kind": "field",
|
|
4544
|
+
"name": "$presentation",
|
|
4545
|
+
"type": {
|
|
4546
|
+
"text": "ComponentPresentation | null"
|
|
4547
|
+
},
|
|
4548
|
+
"privacy": "public",
|
|
4549
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4550
|
+
"inheritedFrom": {
|
|
4551
|
+
"name": "FoundationElement",
|
|
4552
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4553
|
+
}
|
|
4554
|
+
},
|
|
4555
|
+
{
|
|
4556
|
+
"kind": "field",
|
|
4557
|
+
"name": "template",
|
|
4558
|
+
"type": {
|
|
4559
|
+
"text": "ElementViewTemplate | void | null"
|
|
4560
|
+
},
|
|
4561
|
+
"privacy": "public",
|
|
4562
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
4563
|
+
"inheritedFrom": {
|
|
4564
|
+
"name": "FoundationElement",
|
|
4565
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4566
|
+
}
|
|
4567
|
+
},
|
|
4568
|
+
{
|
|
4569
|
+
"kind": "method",
|
|
4570
|
+
"name": "templateChanged",
|
|
4571
|
+
"privacy": "protected",
|
|
4572
|
+
"return": {
|
|
4573
|
+
"type": {
|
|
4574
|
+
"text": "void"
|
|
4575
|
+
}
|
|
4576
|
+
},
|
|
4577
|
+
"inheritedFrom": {
|
|
4578
|
+
"name": "FoundationElement",
|
|
4579
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4580
|
+
}
|
|
4581
|
+
},
|
|
4582
|
+
{
|
|
4583
|
+
"kind": "field",
|
|
4584
|
+
"name": "styles",
|
|
4585
|
+
"type": {
|
|
4586
|
+
"text": "ElementStyles | void | null"
|
|
4587
|
+
},
|
|
4588
|
+
"privacy": "public",
|
|
4589
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
4590
|
+
"inheritedFrom": {
|
|
4591
|
+
"name": "FoundationElement",
|
|
4592
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4593
|
+
}
|
|
4594
|
+
},
|
|
4595
|
+
{
|
|
4596
|
+
"kind": "method",
|
|
4597
|
+
"name": "stylesChanged",
|
|
4598
|
+
"privacy": "protected",
|
|
4599
|
+
"return": {
|
|
4600
|
+
"type": {
|
|
4601
|
+
"text": "void"
|
|
4602
|
+
}
|
|
4603
|
+
},
|
|
4604
|
+
"inheritedFrom": {
|
|
4605
|
+
"name": "FoundationElement",
|
|
4606
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4607
|
+
}
|
|
4608
|
+
},
|
|
4609
|
+
{
|
|
4610
|
+
"kind": "method",
|
|
4611
|
+
"name": "compose",
|
|
4612
|
+
"privacy": "public",
|
|
4613
|
+
"static": true,
|
|
4614
|
+
"return": {
|
|
4615
|
+
"type": {
|
|
4616
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4617
|
+
}
|
|
4618
|
+
},
|
|
4619
|
+
"parameters": [
|
|
4620
|
+
{
|
|
4621
|
+
"name": "this",
|
|
4622
|
+
"type": {
|
|
4623
|
+
"text": "K"
|
|
4624
|
+
}
|
|
4625
|
+
},
|
|
4626
|
+
{
|
|
4627
|
+
"name": "elementDefinition",
|
|
4628
|
+
"type": {
|
|
4629
|
+
"text": "T"
|
|
4630
|
+
},
|
|
4631
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
4632
|
+
}
|
|
4633
|
+
],
|
|
4634
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4635
|
+
"inheritedFrom": {
|
|
4636
|
+
"name": "FoundationElement",
|
|
4637
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4638
|
+
}
|
|
4639
|
+
}
|
|
4640
|
+
],
|
|
4641
|
+
"superclass": {
|
|
4642
|
+
"name": "FoundationElement",
|
|
4643
|
+
"package": "@microsoft/fast-foundation"
|
|
4644
|
+
},
|
|
4645
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
4646
|
+
"customElement": true
|
|
4647
|
+
},
|
|
4648
|
+
{
|
|
4649
|
+
"kind": "variable",
|
|
4650
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4651
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
4652
|
+
"privacy": "public"
|
|
4653
|
+
},
|
|
4654
|
+
{
|
|
4655
|
+
"kind": "function",
|
|
4656
|
+
"name": "getActionsMenuDef",
|
|
4657
|
+
"return": {
|
|
4658
|
+
"type": {
|
|
4659
|
+
"text": ""
|
|
4660
|
+
}
|
|
4661
|
+
},
|
|
4662
|
+
"parameters": [
|
|
4663
|
+
{
|
|
4664
|
+
"name": "actions",
|
|
4352
4665
|
"type": {
|
|
4353
4666
|
"text": "ActionMenuItem[]"
|
|
4354
4667
|
},
|
|
@@ -5350,282 +5663,20 @@
|
|
|
5350
5663
|
"kind": "method",
|
|
5351
5664
|
"name": "refresh",
|
|
5352
5665
|
"parameters": [
|
|
5353
|
-
{
|
|
5354
|
-
"name": "params"
|
|
5355
|
-
}
|
|
5356
|
-
]
|
|
5357
|
-
},
|
|
5358
|
-
{
|
|
5359
|
-
"kind": "method",
|
|
5360
|
-
"name": "destroy",
|
|
5361
|
-
"return": {
|
|
5362
|
-
"type": {
|
|
5363
|
-
"text": "void"
|
|
5364
|
-
}
|
|
5365
|
-
}
|
|
5366
|
-
},
|
|
5367
|
-
{
|
|
5368
|
-
"kind": "field",
|
|
5369
|
-
"name": "_presentation",
|
|
5370
|
-
"type": {
|
|
5371
|
-
"text": "ComponentPresentation | null | undefined"
|
|
5372
|
-
},
|
|
5373
|
-
"privacy": "private",
|
|
5374
|
-
"default": "void 0",
|
|
5375
|
-
"inheritedFrom": {
|
|
5376
|
-
"name": "FoundationElement",
|
|
5377
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5378
|
-
}
|
|
5379
|
-
},
|
|
5380
|
-
{
|
|
5381
|
-
"kind": "field",
|
|
5382
|
-
"name": "$presentation",
|
|
5383
|
-
"type": {
|
|
5384
|
-
"text": "ComponentPresentation | null"
|
|
5385
|
-
},
|
|
5386
|
-
"privacy": "public",
|
|
5387
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5388
|
-
"inheritedFrom": {
|
|
5389
|
-
"name": "FoundationElement",
|
|
5390
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5391
|
-
}
|
|
5392
|
-
},
|
|
5393
|
-
{
|
|
5394
|
-
"kind": "field",
|
|
5395
|
-
"name": "template",
|
|
5396
|
-
"type": {
|
|
5397
|
-
"text": "ElementViewTemplate | void | null"
|
|
5398
|
-
},
|
|
5399
|
-
"privacy": "public",
|
|
5400
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
5401
|
-
"inheritedFrom": {
|
|
5402
|
-
"name": "FoundationElement",
|
|
5403
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5404
|
-
}
|
|
5405
|
-
},
|
|
5406
|
-
{
|
|
5407
|
-
"kind": "method",
|
|
5408
|
-
"name": "templateChanged",
|
|
5409
|
-
"privacy": "protected",
|
|
5410
|
-
"return": {
|
|
5411
|
-
"type": {
|
|
5412
|
-
"text": "void"
|
|
5413
|
-
}
|
|
5414
|
-
},
|
|
5415
|
-
"inheritedFrom": {
|
|
5416
|
-
"name": "FoundationElement",
|
|
5417
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5418
|
-
}
|
|
5419
|
-
},
|
|
5420
|
-
{
|
|
5421
|
-
"kind": "field",
|
|
5422
|
-
"name": "styles",
|
|
5423
|
-
"type": {
|
|
5424
|
-
"text": "ElementStyles | void | null"
|
|
5425
|
-
},
|
|
5426
|
-
"privacy": "public",
|
|
5427
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
5428
|
-
"inheritedFrom": {
|
|
5429
|
-
"name": "FoundationElement",
|
|
5430
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5431
|
-
}
|
|
5432
|
-
},
|
|
5433
|
-
{
|
|
5434
|
-
"kind": "method",
|
|
5435
|
-
"name": "stylesChanged",
|
|
5436
|
-
"privacy": "protected",
|
|
5437
|
-
"return": {
|
|
5438
|
-
"type": {
|
|
5439
|
-
"text": "void"
|
|
5440
|
-
}
|
|
5441
|
-
},
|
|
5442
|
-
"inheritedFrom": {
|
|
5443
|
-
"name": "FoundationElement",
|
|
5444
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5445
|
-
}
|
|
5446
|
-
},
|
|
5447
|
-
{
|
|
5448
|
-
"kind": "method",
|
|
5449
|
-
"name": "compose",
|
|
5450
|
-
"privacy": "public",
|
|
5451
|
-
"static": true,
|
|
5452
|
-
"return": {
|
|
5453
|
-
"type": {
|
|
5454
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5455
|
-
}
|
|
5456
|
-
},
|
|
5457
|
-
"parameters": [
|
|
5458
|
-
{
|
|
5459
|
-
"name": "this",
|
|
5460
|
-
"type": {
|
|
5461
|
-
"text": "K"
|
|
5462
|
-
}
|
|
5463
|
-
},
|
|
5464
|
-
{
|
|
5465
|
-
"name": "elementDefinition",
|
|
5466
|
-
"type": {
|
|
5467
|
-
"text": "T"
|
|
5468
|
-
},
|
|
5469
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
5470
|
-
}
|
|
5471
|
-
],
|
|
5472
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5473
|
-
"inheritedFrom": {
|
|
5474
|
-
"name": "FoundationElement",
|
|
5475
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5476
|
-
}
|
|
5477
|
-
}
|
|
5478
|
-
],
|
|
5479
|
-
"superclass": {
|
|
5480
|
-
"name": "FoundationElement",
|
|
5481
|
-
"package": "@microsoft/fast-foundation"
|
|
5482
|
-
},
|
|
5483
|
-
"tagName": "%%prefix%%-status-pill-renderer",
|
|
5484
|
-
"customElement": true
|
|
5485
|
-
},
|
|
5486
|
-
{
|
|
5487
|
-
"kind": "variable",
|
|
5488
|
-
"name": "foundationStatusPillRenderer",
|
|
5489
|
-
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
5490
|
-
"privacy": "public"
|
|
5491
|
-
}
|
|
5492
|
-
],
|
|
5493
|
-
"exports": [
|
|
5494
|
-
{
|
|
5495
|
-
"kind": "js",
|
|
5496
|
-
"name": "agStatusPillRendererStyles",
|
|
5497
|
-
"declaration": {
|
|
5498
|
-
"name": "agStatusPillRendererStyles",
|
|
5499
|
-
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5500
|
-
}
|
|
5501
|
-
},
|
|
5502
|
-
{
|
|
5503
|
-
"kind": "js",
|
|
5504
|
-
"name": "getStatusPillRendererTemplate",
|
|
5505
|
-
"declaration": {
|
|
5506
|
-
"name": "getStatusPillRendererTemplate",
|
|
5507
|
-
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5508
|
-
}
|
|
5509
|
-
},
|
|
5510
|
-
{
|
|
5511
|
-
"kind": "js",
|
|
5512
|
-
"name": "StatusPillRenderer",
|
|
5513
|
-
"declaration": {
|
|
5514
|
-
"name": "StatusPillRenderer",
|
|
5515
|
-
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5516
|
-
}
|
|
5517
|
-
},
|
|
5518
|
-
{
|
|
5519
|
-
"kind": "js",
|
|
5520
|
-
"name": "foundationStatusPillRenderer",
|
|
5521
|
-
"declaration": {
|
|
5522
|
-
"name": "foundationStatusPillRenderer",
|
|
5523
|
-
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5524
|
-
}
|
|
5525
|
-
}
|
|
5526
|
-
]
|
|
5527
|
-
},
|
|
5528
|
-
{
|
|
5529
|
-
"kind": "javascript-module",
|
|
5530
|
-
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
5531
|
-
"declarations": [
|
|
5532
|
-
{
|
|
5533
|
-
"kind": "class",
|
|
5534
|
-
"description": "The AG Text Field Renderer element.",
|
|
5535
|
-
"name": "AgTextFieldRenderer",
|
|
5536
|
-
"members": [
|
|
5537
|
-
{
|
|
5538
|
-
"kind": "field",
|
|
5539
|
-
"name": "textField",
|
|
5540
|
-
"type": {
|
|
5541
|
-
"text": "TextField"
|
|
5542
|
-
},
|
|
5543
|
-
"privacy": "public"
|
|
5544
|
-
},
|
|
5545
|
-
{
|
|
5546
|
-
"kind": "field",
|
|
5547
|
-
"name": "textValue",
|
|
5548
|
-
"type": {
|
|
5549
|
-
"text": "string"
|
|
5550
|
-
},
|
|
5551
|
-
"default": "''"
|
|
5552
|
-
},
|
|
5553
|
-
{
|
|
5554
|
-
"kind": "field",
|
|
5555
|
-
"name": "params",
|
|
5556
|
-
"type": {
|
|
5557
|
-
"text": "FuiCellRendererParams"
|
|
5558
|
-
},
|
|
5559
|
-
"privacy": "public"
|
|
5560
|
-
},
|
|
5561
|
-
{
|
|
5562
|
-
"kind": "method",
|
|
5563
|
-
"name": "init",
|
|
5564
|
-
"privacy": "public",
|
|
5565
|
-
"parameters": [
|
|
5566
|
-
{
|
|
5567
|
-
"name": "params",
|
|
5568
|
-
"type": {
|
|
5569
|
-
"text": "FuiCellRendererParams"
|
|
5570
|
-
}
|
|
5571
|
-
}
|
|
5572
|
-
]
|
|
5573
|
-
},
|
|
5574
|
-
{
|
|
5575
|
-
"kind": "method",
|
|
5576
|
-
"name": "getGui",
|
|
5577
|
-
"privacy": "public",
|
|
5578
|
-
"return": {
|
|
5579
|
-
"type": {
|
|
5580
|
-
"text": "HTMLElement"
|
|
5581
|
-
}
|
|
5582
|
-
}
|
|
5583
|
-
},
|
|
5584
|
-
{
|
|
5585
|
-
"kind": "method",
|
|
5586
|
-
"name": "destroy",
|
|
5587
|
-
"privacy": "public"
|
|
5588
|
-
},
|
|
5589
|
-
{
|
|
5590
|
-
"kind": "method",
|
|
5591
|
-
"name": "refresh",
|
|
5592
|
-
"privacy": "public",
|
|
5593
|
-
"parameters": [
|
|
5594
|
-
{
|
|
5595
|
-
"name": "params",
|
|
5596
|
-
"type": {
|
|
5597
|
-
"text": "FuiCellRendererParams"
|
|
5598
|
-
}
|
|
5599
|
-
}
|
|
5600
|
-
]
|
|
5601
|
-
},
|
|
5602
|
-
{
|
|
5603
|
-
"kind": "method",
|
|
5604
|
-
"name": "isDisabled",
|
|
5605
|
-
"privacy": "public",
|
|
5606
|
-
"return": {
|
|
5607
|
-
"type": {
|
|
5608
|
-
"text": "boolean"
|
|
5609
|
-
}
|
|
5610
|
-
},
|
|
5611
|
-
"parameters": [
|
|
5612
|
-
{
|
|
5613
|
-
"name": "data"
|
|
5614
|
-
}
|
|
5615
|
-
]
|
|
5616
|
-
},
|
|
5617
|
-
{
|
|
5618
|
-
"kind": "field",
|
|
5619
|
-
"name": "textChanged",
|
|
5620
|
-
"privacy": "public",
|
|
5621
|
-
"description": "On text change handler",
|
|
5622
|
-
"parameters": [
|
|
5623
|
-
{
|
|
5624
|
-
"description": "CustomEvent",
|
|
5625
|
-
"name": "e"
|
|
5666
|
+
{
|
|
5667
|
+
"name": "params"
|
|
5626
5668
|
}
|
|
5627
5669
|
]
|
|
5628
5670
|
},
|
|
5671
|
+
{
|
|
5672
|
+
"kind": "method",
|
|
5673
|
+
"name": "destroy",
|
|
5674
|
+
"return": {
|
|
5675
|
+
"type": {
|
|
5676
|
+
"text": "void"
|
|
5677
|
+
}
|
|
5678
|
+
}
|
|
5679
|
+
},
|
|
5629
5680
|
{
|
|
5630
5681
|
"kind": "field",
|
|
5631
5682
|
"name": "_presentation",
|
|
@@ -5742,91 +5793,59 @@
|
|
|
5742
5793
|
"name": "FoundationElement",
|
|
5743
5794
|
"package": "@microsoft/fast-foundation"
|
|
5744
5795
|
},
|
|
5745
|
-
"tagName": "%%prefix%%-
|
|
5796
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
5746
5797
|
"customElement": true
|
|
5747
5798
|
},
|
|
5748
5799
|
{
|
|
5749
5800
|
"kind": "variable",
|
|
5750
|
-
"name": "
|
|
5751
|
-
"
|
|
5752
|
-
"description": "The AG Text Field Renderer Styles.",
|
|
5753
|
-
"privacy": "public"
|
|
5754
|
-
},
|
|
5755
|
-
{
|
|
5756
|
-
"kind": "function",
|
|
5757
|
-
"name": "getTextFieldRendererTemplate",
|
|
5758
|
-
"parameters": [
|
|
5759
|
-
{
|
|
5760
|
-
"name": "designSystem",
|
|
5761
|
-
"default": "'foundation'",
|
|
5762
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5763
|
-
}
|
|
5764
|
-
],
|
|
5765
|
-
"description": "Get a Design System prefixed Text Field template.",
|
|
5766
|
-
"return": {
|
|
5767
|
-
"type": {
|
|
5768
|
-
"text": ""
|
|
5769
|
-
}
|
|
5770
|
-
},
|
|
5771
|
-
"privacy": "public"
|
|
5772
|
-
},
|
|
5773
|
-
{
|
|
5774
|
-
"kind": "variable",
|
|
5775
|
-
"name": "foundationAgTextFieldRenderer",
|
|
5776
|
-
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
5801
|
+
"name": "foundationStatusPillRenderer",
|
|
5802
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
5777
5803
|
"privacy": "public"
|
|
5778
5804
|
}
|
|
5779
5805
|
],
|
|
5780
5806
|
"exports": [
|
|
5781
5807
|
{
|
|
5782
5808
|
"kind": "js",
|
|
5783
|
-
"name": "
|
|
5809
|
+
"name": "agStatusPillRendererStyles",
|
|
5784
5810
|
"declaration": {
|
|
5785
|
-
"name": "
|
|
5786
|
-
"module": "src/cell-renderers/
|
|
5811
|
+
"name": "agStatusPillRendererStyles",
|
|
5812
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5787
5813
|
}
|
|
5788
5814
|
},
|
|
5789
5815
|
{
|
|
5790
5816
|
"kind": "js",
|
|
5791
|
-
"name": "
|
|
5817
|
+
"name": "getStatusPillRendererTemplate",
|
|
5792
5818
|
"declaration": {
|
|
5793
|
-
"name": "
|
|
5794
|
-
"module": "src/cell-renderers/
|
|
5819
|
+
"name": "getStatusPillRendererTemplate",
|
|
5820
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5795
5821
|
}
|
|
5796
5822
|
},
|
|
5797
5823
|
{
|
|
5798
5824
|
"kind": "js",
|
|
5799
|
-
"name": "
|
|
5825
|
+
"name": "StatusPillRenderer",
|
|
5800
5826
|
"declaration": {
|
|
5801
|
-
"name": "
|
|
5802
|
-
"module": "src/cell-renderers/
|
|
5827
|
+
"name": "StatusPillRenderer",
|
|
5828
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5803
5829
|
}
|
|
5804
5830
|
},
|
|
5805
5831
|
{
|
|
5806
5832
|
"kind": "js",
|
|
5807
|
-
"name": "
|
|
5833
|
+
"name": "foundationStatusPillRenderer",
|
|
5808
5834
|
"declaration": {
|
|
5809
|
-
"name": "
|
|
5810
|
-
"module": "src/cell-renderers/
|
|
5835
|
+
"name": "foundationStatusPillRenderer",
|
|
5836
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5811
5837
|
}
|
|
5812
5838
|
}
|
|
5813
5839
|
]
|
|
5814
5840
|
},
|
|
5815
5841
|
{
|
|
5816
5842
|
"kind": "javascript-module",
|
|
5817
|
-
"path": "src/cell-renderers/text.renderer.ts",
|
|
5843
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
5818
5844
|
"declarations": [
|
|
5819
5845
|
{
|
|
5820
5846
|
"kind": "class",
|
|
5821
|
-
"description": "",
|
|
5822
|
-
"name": "
|
|
5823
|
-
"superclass": {
|
|
5824
|
-
"name": "AgTextFieldRenderer",
|
|
5825
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
5826
|
-
},
|
|
5827
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
5828
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
5829
|
-
"customElement": true,
|
|
5847
|
+
"description": "The AG Text Field Renderer element.",
|
|
5848
|
+
"name": "AgTextFieldRenderer",
|
|
5830
5849
|
"members": [
|
|
5831
5850
|
{
|
|
5832
5851
|
"kind": "field",
|
|
@@ -5834,11 +5853,7 @@
|
|
|
5834
5853
|
"type": {
|
|
5835
5854
|
"text": "TextField"
|
|
5836
5855
|
},
|
|
5837
|
-
"privacy": "public"
|
|
5838
|
-
"inheritedFrom": {
|
|
5839
|
-
"name": "AgTextFieldRenderer",
|
|
5840
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5841
|
-
}
|
|
5856
|
+
"privacy": "public"
|
|
5842
5857
|
},
|
|
5843
5858
|
{
|
|
5844
5859
|
"kind": "field",
|
|
@@ -5846,11 +5861,7 @@
|
|
|
5846
5861
|
"type": {
|
|
5847
5862
|
"text": "string"
|
|
5848
5863
|
},
|
|
5849
|
-
"default": "''"
|
|
5850
|
-
"inheritedFrom": {
|
|
5851
|
-
"name": "AgTextFieldRenderer",
|
|
5852
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5853
|
-
}
|
|
5864
|
+
"default": "''"
|
|
5854
5865
|
},
|
|
5855
5866
|
{
|
|
5856
5867
|
"kind": "field",
|
|
@@ -5858,11 +5869,7 @@
|
|
|
5858
5869
|
"type": {
|
|
5859
5870
|
"text": "FuiCellRendererParams"
|
|
5860
5871
|
},
|
|
5861
|
-
"privacy": "public"
|
|
5862
|
-
"inheritedFrom": {
|
|
5863
|
-
"name": "AgTextFieldRenderer",
|
|
5864
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5865
|
-
}
|
|
5872
|
+
"privacy": "public"
|
|
5866
5873
|
},
|
|
5867
5874
|
{
|
|
5868
5875
|
"kind": "method",
|
|
@@ -5875,11 +5882,7 @@
|
|
|
5875
5882
|
"text": "FuiCellRendererParams"
|
|
5876
5883
|
}
|
|
5877
5884
|
}
|
|
5878
|
-
]
|
|
5879
|
-
"inheritedFrom": {
|
|
5880
|
-
"name": "AgTextFieldRenderer",
|
|
5881
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5882
|
-
}
|
|
5885
|
+
]
|
|
5883
5886
|
},
|
|
5884
5887
|
{
|
|
5885
5888
|
"kind": "method",
|
|
@@ -5889,20 +5892,12 @@
|
|
|
5889
5892
|
"type": {
|
|
5890
5893
|
"text": "HTMLElement"
|
|
5891
5894
|
}
|
|
5892
|
-
},
|
|
5893
|
-
"inheritedFrom": {
|
|
5894
|
-
"name": "AgTextFieldRenderer",
|
|
5895
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5896
5895
|
}
|
|
5897
5896
|
},
|
|
5898
5897
|
{
|
|
5899
5898
|
"kind": "method",
|
|
5900
5899
|
"name": "destroy",
|
|
5901
|
-
"privacy": "public"
|
|
5902
|
-
"inheritedFrom": {
|
|
5903
|
-
"name": "AgTextFieldRenderer",
|
|
5904
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5905
|
-
}
|
|
5900
|
+
"privacy": "public"
|
|
5906
5901
|
},
|
|
5907
5902
|
{
|
|
5908
5903
|
"kind": "method",
|
|
@@ -5915,11 +5910,7 @@
|
|
|
5915
5910
|
"text": "FuiCellRendererParams"
|
|
5916
5911
|
}
|
|
5917
5912
|
}
|
|
5918
|
-
]
|
|
5919
|
-
"inheritedFrom": {
|
|
5920
|
-
"name": "AgTextFieldRenderer",
|
|
5921
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5922
|
-
}
|
|
5913
|
+
]
|
|
5923
5914
|
},
|
|
5924
5915
|
{
|
|
5925
5916
|
"kind": "method",
|
|
@@ -5934,11 +5925,7 @@
|
|
|
5934
5925
|
{
|
|
5935
5926
|
"name": "data"
|
|
5936
5927
|
}
|
|
5937
|
-
]
|
|
5938
|
-
"inheritedFrom": {
|
|
5939
|
-
"name": "AgTextFieldRenderer",
|
|
5940
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5941
|
-
}
|
|
5928
|
+
]
|
|
5942
5929
|
},
|
|
5943
5930
|
{
|
|
5944
5931
|
"kind": "field",
|
|
@@ -5950,11 +5937,7 @@
|
|
|
5950
5937
|
"description": "CustomEvent",
|
|
5951
5938
|
"name": "e"
|
|
5952
5939
|
}
|
|
5953
|
-
]
|
|
5954
|
-
"inheritedFrom": {
|
|
5955
|
-
"name": "AgTextFieldRenderer",
|
|
5956
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5957
|
-
}
|
|
5940
|
+
]
|
|
5958
5941
|
},
|
|
5959
5942
|
{
|
|
5960
5943
|
"kind": "field",
|
|
@@ -6067,184 +6050,194 @@
|
|
|
6067
6050
|
"module": "src/foundation-element/foundation-element.ts"
|
|
6068
6051
|
}
|
|
6069
6052
|
}
|
|
6070
|
-
]
|
|
6053
|
+
],
|
|
6054
|
+
"superclass": {
|
|
6055
|
+
"name": "FoundationElement",
|
|
6056
|
+
"package": "@microsoft/fast-foundation"
|
|
6057
|
+
},
|
|
6058
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
6059
|
+
"customElement": true
|
|
6071
6060
|
},
|
|
6072
6061
|
{
|
|
6073
6062
|
"kind": "variable",
|
|
6074
|
-
"name": "
|
|
6075
|
-
"default": "
|
|
6076
|
-
"
|
|
6077
|
-
"
|
|
6063
|
+
"name": "textFieldRendererStyles",
|
|
6064
|
+
"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`",
|
|
6065
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
6066
|
+
"privacy": "public"
|
|
6078
6067
|
},
|
|
6079
6068
|
{
|
|
6080
|
-
"kind": "
|
|
6081
|
-
"name": "
|
|
6082
|
-
"
|
|
6083
|
-
|
|
6084
|
-
|
|
6069
|
+
"kind": "function",
|
|
6070
|
+
"name": "getTextFieldRendererTemplate",
|
|
6071
|
+
"parameters": [
|
|
6072
|
+
{
|
|
6073
|
+
"name": "designSystem",
|
|
6074
|
+
"default": "'foundation'",
|
|
6075
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6076
|
+
}
|
|
6077
|
+
],
|
|
6078
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
6079
|
+
"return": {
|
|
6080
|
+
"type": {
|
|
6081
|
+
"text": ""
|
|
6082
|
+
}
|
|
6083
|
+
},
|
|
6084
|
+
"privacy": "public"
|
|
6085
6085
|
},
|
|
6086
6086
|
{
|
|
6087
6087
|
"kind": "variable",
|
|
6088
|
-
"name": "
|
|
6089
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
6090
|
-
"privacy": "public"
|
|
6091
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
6088
|
+
"name": "foundationAgTextFieldRenderer",
|
|
6089
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
6090
|
+
"privacy": "public"
|
|
6092
6091
|
}
|
|
6093
6092
|
],
|
|
6094
6093
|
"exports": [
|
|
6095
6094
|
{
|
|
6096
6095
|
"kind": "js",
|
|
6097
|
-
"name": "
|
|
6096
|
+
"name": "AgTextFieldRenderer",
|
|
6098
6097
|
"declaration": {
|
|
6099
|
-
"name": "
|
|
6100
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
6098
|
+
"name": "AgTextFieldRenderer",
|
|
6099
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6101
6100
|
}
|
|
6102
6101
|
},
|
|
6103
6102
|
{
|
|
6104
6103
|
"kind": "js",
|
|
6105
|
-
"name": "
|
|
6104
|
+
"name": "textFieldRendererStyles",
|
|
6106
6105
|
"declaration": {
|
|
6107
|
-
"name": "
|
|
6108
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
6106
|
+
"name": "textFieldRendererStyles",
|
|
6107
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6109
6108
|
}
|
|
6110
6109
|
},
|
|
6111
6110
|
{
|
|
6112
6111
|
"kind": "js",
|
|
6113
|
-
"name": "
|
|
6112
|
+
"name": "getTextFieldRendererTemplate",
|
|
6114
6113
|
"declaration": {
|
|
6115
|
-
"name": "
|
|
6116
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
6114
|
+
"name": "getTextFieldRendererTemplate",
|
|
6115
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6117
6116
|
}
|
|
6118
6117
|
},
|
|
6119
6118
|
{
|
|
6120
6119
|
"kind": "js",
|
|
6121
|
-
"name": "
|
|
6122
|
-
"declaration": {
|
|
6123
|
-
"name": "foundationAgTextRenderer",
|
|
6124
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
6125
|
-
}
|
|
6126
|
-
}
|
|
6127
|
-
]
|
|
6128
|
-
},
|
|
6129
|
-
{
|
|
6130
|
-
"kind": "javascript-module",
|
|
6131
|
-
"path": "src/column/column.template.ts",
|
|
6132
|
-
"declarations": [
|
|
6133
|
-
{
|
|
6134
|
-
"kind": "variable",
|
|
6135
|
-
"name": "ColumnTemplate",
|
|
6136
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
6137
|
-
"description": "The Grid Pro Column Template.",
|
|
6138
|
-
"privacy": "public"
|
|
6139
|
-
}
|
|
6140
|
-
],
|
|
6141
|
-
"exports": [
|
|
6142
|
-
{
|
|
6143
|
-
"kind": "js",
|
|
6144
|
-
"name": "ColumnTemplate",
|
|
6120
|
+
"name": "foundationAgTextFieldRenderer",
|
|
6145
6121
|
"declaration": {
|
|
6146
|
-
"name": "
|
|
6147
|
-
"module": "src/
|
|
6122
|
+
"name": "foundationAgTextFieldRenderer",
|
|
6123
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6148
6124
|
}
|
|
6149
6125
|
}
|
|
6150
6126
|
]
|
|
6151
6127
|
},
|
|
6152
6128
|
{
|
|
6153
6129
|
"kind": "javascript-module",
|
|
6154
|
-
"path": "src/
|
|
6130
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
6155
6131
|
"declarations": [
|
|
6156
6132
|
{
|
|
6157
6133
|
"kind": "class",
|
|
6158
|
-
"description": "
|
|
6159
|
-
"name": "
|
|
6134
|
+
"description": "",
|
|
6135
|
+
"name": "AgTextRenderer",
|
|
6136
|
+
"superclass": {
|
|
6137
|
+
"name": "AgTextFieldRenderer",
|
|
6138
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
6139
|
+
},
|
|
6140
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
6141
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
6142
|
+
"customElement": true,
|
|
6160
6143
|
"members": [
|
|
6161
6144
|
{
|
|
6162
6145
|
"kind": "field",
|
|
6163
|
-
"name": "
|
|
6146
|
+
"name": "textField",
|
|
6164
6147
|
"type": {
|
|
6165
|
-
"text": "
|
|
6148
|
+
"text": "TextField"
|
|
6166
6149
|
},
|
|
6167
|
-
"privacy": "public"
|
|
6150
|
+
"privacy": "public",
|
|
6151
|
+
"inheritedFrom": {
|
|
6152
|
+
"name": "AgTextFieldRenderer",
|
|
6153
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6154
|
+
}
|
|
6155
|
+
},
|
|
6156
|
+
{
|
|
6157
|
+
"kind": "field",
|
|
6158
|
+
"name": "textValue",
|
|
6159
|
+
"type": {
|
|
6160
|
+
"text": "string"
|
|
6161
|
+
},
|
|
6162
|
+
"default": "''",
|
|
6163
|
+
"inheritedFrom": {
|
|
6164
|
+
"name": "AgTextFieldRenderer",
|
|
6165
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6166
|
+
}
|
|
6168
6167
|
},
|
|
6169
6168
|
{
|
|
6170
6169
|
"kind": "field",
|
|
6171
|
-
"name": "
|
|
6170
|
+
"name": "params",
|
|
6172
6171
|
"type": {
|
|
6173
|
-
"text": "
|
|
6174
|
-
},
|
|
6175
|
-
"default": "{}"
|
|
6176
|
-
},
|
|
6177
|
-
{
|
|
6178
|
-
"kind": "method",
|
|
6179
|
-
"name": "slottedAgCellChanged",
|
|
6180
|
-
"privacy": "public"
|
|
6181
|
-
},
|
|
6182
|
-
{
|
|
6183
|
-
"kind": "method",
|
|
6184
|
-
"name": "deepClone",
|
|
6185
|
-
"return": {
|
|
6186
|
-
"type": {
|
|
6187
|
-
"text": "Node"
|
|
6188
|
-
}
|
|
6172
|
+
"text": "FuiCellRendererParams"
|
|
6189
6173
|
},
|
|
6174
|
+
"privacy": "public",
|
|
6190
6175
|
"inheritedFrom": {
|
|
6191
|
-
"name": "
|
|
6192
|
-
"module": "src/
|
|
6176
|
+
"name": "AgTextFieldRenderer",
|
|
6177
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6193
6178
|
}
|
|
6194
6179
|
},
|
|
6195
6180
|
{
|
|
6196
6181
|
"kind": "method",
|
|
6197
|
-
"name": "
|
|
6198
|
-
"
|
|
6199
|
-
"type": {
|
|
6200
|
-
"text": "Node"
|
|
6201
|
-
}
|
|
6202
|
-
},
|
|
6182
|
+
"name": "init",
|
|
6183
|
+
"privacy": "public",
|
|
6203
6184
|
"parameters": [
|
|
6204
6185
|
{
|
|
6205
|
-
"name": "
|
|
6206
|
-
"optional": true,
|
|
6186
|
+
"name": "params",
|
|
6207
6187
|
"type": {
|
|
6208
|
-
"text": "
|
|
6188
|
+
"text": "FuiCellRendererParams"
|
|
6209
6189
|
}
|
|
6210
6190
|
}
|
|
6211
6191
|
],
|
|
6212
6192
|
"inheritedFrom": {
|
|
6213
|
-
"name": "
|
|
6214
|
-
"module": "src/
|
|
6193
|
+
"name": "AgTextFieldRenderer",
|
|
6194
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6215
6195
|
}
|
|
6216
6196
|
},
|
|
6217
6197
|
{
|
|
6218
|
-
"kind": "
|
|
6219
|
-
"name": "
|
|
6198
|
+
"kind": "method",
|
|
6199
|
+
"name": "getGui",
|
|
6200
|
+
"privacy": "public",
|
|
6220
6201
|
"return": {
|
|
6221
6202
|
"type": {
|
|
6222
|
-
"text": ""
|
|
6203
|
+
"text": "HTMLElement"
|
|
6223
6204
|
}
|
|
6224
6205
|
},
|
|
6225
|
-
"readonly": true,
|
|
6226
6206
|
"inheritedFrom": {
|
|
6227
|
-
"name": "
|
|
6228
|
-
"module": "src/
|
|
6207
|
+
"name": "AgTextFieldRenderer",
|
|
6208
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6229
6209
|
}
|
|
6230
6210
|
},
|
|
6231
6211
|
{
|
|
6232
|
-
"kind": "
|
|
6233
|
-
"name": "
|
|
6234
|
-
"
|
|
6235
|
-
|
|
6236
|
-
|
|
6212
|
+
"kind": "method",
|
|
6213
|
+
"name": "destroy",
|
|
6214
|
+
"privacy": "public",
|
|
6215
|
+
"inheritedFrom": {
|
|
6216
|
+
"name": "AgTextFieldRenderer",
|
|
6217
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6218
|
+
}
|
|
6219
|
+
},
|
|
6220
|
+
{
|
|
6221
|
+
"kind": "method",
|
|
6222
|
+
"name": "refresh",
|
|
6223
|
+
"privacy": "public",
|
|
6224
|
+
"parameters": [
|
|
6225
|
+
{
|
|
6226
|
+
"name": "params",
|
|
6227
|
+
"type": {
|
|
6228
|
+
"text": "FuiCellRendererParams"
|
|
6229
|
+
}
|
|
6237
6230
|
}
|
|
6238
|
-
|
|
6239
|
-
"readonly": true,
|
|
6231
|
+
],
|
|
6240
6232
|
"inheritedFrom": {
|
|
6241
|
-
"name": "
|
|
6242
|
-
"module": "src/
|
|
6233
|
+
"name": "AgTextFieldRenderer",
|
|
6234
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6243
6235
|
}
|
|
6244
6236
|
},
|
|
6245
6237
|
{
|
|
6246
6238
|
"kind": "method",
|
|
6247
|
-
"name": "
|
|
6239
|
+
"name": "isDisabled",
|
|
6240
|
+
"privacy": "public",
|
|
6248
6241
|
"return": {
|
|
6249
6242
|
"type": {
|
|
6250
6243
|
"text": "boolean"
|
|
@@ -6252,15 +6245,28 @@
|
|
|
6252
6245
|
},
|
|
6253
6246
|
"parameters": [
|
|
6254
6247
|
{
|
|
6255
|
-
"name": "
|
|
6256
|
-
"type": {
|
|
6257
|
-
"text": "Lifecycletype"
|
|
6258
|
-
}
|
|
6248
|
+
"name": "data"
|
|
6259
6249
|
}
|
|
6260
6250
|
],
|
|
6261
6251
|
"inheritedFrom": {
|
|
6262
|
-
"name": "
|
|
6263
|
-
"module": "src/
|
|
6252
|
+
"name": "AgTextFieldRenderer",
|
|
6253
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6254
|
+
}
|
|
6255
|
+
},
|
|
6256
|
+
{
|
|
6257
|
+
"kind": "field",
|
|
6258
|
+
"name": "textChanged",
|
|
6259
|
+
"privacy": "public",
|
|
6260
|
+
"description": "On text change handler",
|
|
6261
|
+
"parameters": [
|
|
6262
|
+
{
|
|
6263
|
+
"description": "CustomEvent",
|
|
6264
|
+
"name": "e"
|
|
6265
|
+
}
|
|
6266
|
+
],
|
|
6267
|
+
"inheritedFrom": {
|
|
6268
|
+
"name": "AgTextFieldRenderer",
|
|
6269
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6264
6270
|
}
|
|
6265
6271
|
},
|
|
6266
6272
|
{
|
|
@@ -6374,67 +6380,61 @@
|
|
|
6374
6380
|
"module": "src/foundation-element/foundation-element.ts"
|
|
6375
6381
|
}
|
|
6376
6382
|
}
|
|
6377
|
-
]
|
|
6378
|
-
|
|
6379
|
-
|
|
6380
|
-
|
|
6381
|
-
|
|
6382
|
-
|
|
6383
|
-
|
|
6384
|
-
"
|
|
6385
|
-
|
|
6386
|
-
|
|
6387
|
-
|
|
6388
|
-
"
|
|
6389
|
-
"
|
|
6383
|
+
]
|
|
6384
|
+
},
|
|
6385
|
+
{
|
|
6386
|
+
"kind": "variable",
|
|
6387
|
+
"name": "textRendererStyles",
|
|
6388
|
+
"default": "textFieldRendererStyles",
|
|
6389
|
+
"privacy": "public",
|
|
6390
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
6391
|
+
},
|
|
6392
|
+
{
|
|
6393
|
+
"kind": "variable",
|
|
6394
|
+
"name": "getTextRendererTemplate",
|
|
6395
|
+
"default": "getTextFieldRendererTemplate",
|
|
6396
|
+
"privacy": "public",
|
|
6397
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
6398
|
+
},
|
|
6399
|
+
{
|
|
6400
|
+
"kind": "variable",
|
|
6401
|
+
"name": "foundationAgTextRenderer",
|
|
6402
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
6403
|
+
"privacy": "public",
|
|
6404
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
6390
6405
|
}
|
|
6391
6406
|
],
|
|
6392
6407
|
"exports": [
|
|
6393
6408
|
{
|
|
6394
6409
|
"kind": "js",
|
|
6395
|
-
"name": "
|
|
6410
|
+
"name": "AgTextRenderer",
|
|
6396
6411
|
"declaration": {
|
|
6397
|
-
"name": "
|
|
6398
|
-
"module": "src/
|
|
6412
|
+
"name": "AgTextRenderer",
|
|
6413
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6399
6414
|
}
|
|
6400
6415
|
},
|
|
6401
|
-
{
|
|
6402
|
-
"kind": "custom-element-definition",
|
|
6403
|
-
"name": "grid-pro-column",
|
|
6404
|
-
"declaration": {
|
|
6405
|
-
"name": "GridProColumn",
|
|
6406
|
-
"module": "src/column/column.ts"
|
|
6407
|
-
}
|
|
6408
|
-
}
|
|
6409
|
-
]
|
|
6410
|
-
},
|
|
6411
|
-
{
|
|
6412
|
-
"kind": "javascript-module",
|
|
6413
|
-
"path": "src/column/index.ts",
|
|
6414
|
-
"declarations": [],
|
|
6415
|
-
"exports": [
|
|
6416
6416
|
{
|
|
6417
6417
|
"kind": "js",
|
|
6418
|
-
"name": "
|
|
6418
|
+
"name": "textRendererStyles",
|
|
6419
6419
|
"declaration": {
|
|
6420
|
-
"name": "
|
|
6421
|
-
"
|
|
6420
|
+
"name": "textRendererStyles",
|
|
6421
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6422
6422
|
}
|
|
6423
6423
|
},
|
|
6424
6424
|
{
|
|
6425
6425
|
"kind": "js",
|
|
6426
|
-
"name": "
|
|
6426
|
+
"name": "getTextRendererTemplate",
|
|
6427
6427
|
"declaration": {
|
|
6428
|
-
"name": "
|
|
6429
|
-
"
|
|
6428
|
+
"name": "getTextRendererTemplate",
|
|
6429
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6430
6430
|
}
|
|
6431
6431
|
},
|
|
6432
6432
|
{
|
|
6433
6433
|
"kind": "js",
|
|
6434
|
-
"name": "
|
|
6434
|
+
"name": "foundationAgTextRenderer",
|
|
6435
6435
|
"declaration": {
|
|
6436
|
-
"name": "
|
|
6437
|
-
"
|
|
6436
|
+
"name": "foundationAgTextRenderer",
|
|
6437
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6438
6438
|
}
|
|
6439
6439
|
}
|
|
6440
6440
|
]
|
|
@@ -16844,46 +16844,51 @@
|
|
|
16844
16844
|
},
|
|
16845
16845
|
{
|
|
16846
16846
|
"kind": "javascript-module",
|
|
16847
|
-
"path": "src/
|
|
16847
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
16848
16848
|
"declarations": [
|
|
16849
16849
|
{
|
|
16850
16850
|
"kind": "function",
|
|
16851
|
-
"name": "
|
|
16851
|
+
"name": "gridProColumns",
|
|
16852
16852
|
"return": {
|
|
16853
16853
|
"type": {
|
|
16854
|
-
"text": "
|
|
16854
|
+
"text": "CaptureType<TSource>"
|
|
16855
16855
|
}
|
|
16856
16856
|
},
|
|
16857
16857
|
"parameters": [
|
|
16858
16858
|
{
|
|
16859
|
-
"name": "
|
|
16859
|
+
"name": "itemsBinding",
|
|
16860
16860
|
"type": {
|
|
16861
|
-
"text": "
|
|
16862
|
-
}
|
|
16861
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
16862
|
+
},
|
|
16863
|
+
"description": "The array to render"
|
|
16863
16864
|
},
|
|
16864
16865
|
{
|
|
16865
|
-
"name": "
|
|
16866
|
+
"name": "includeRenderers",
|
|
16867
|
+
"default": "true",
|
|
16866
16868
|
"type": {
|
|
16867
|
-
"text": "
|
|
16868
|
-
}
|
|
16869
|
+
"text": "boolean"
|
|
16870
|
+
},
|
|
16871
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
16869
16872
|
}
|
|
16870
|
-
]
|
|
16873
|
+
],
|
|
16874
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
16875
|
+
"privacy": "public"
|
|
16871
16876
|
}
|
|
16872
16877
|
],
|
|
16873
16878
|
"exports": [
|
|
16874
16879
|
{
|
|
16875
16880
|
"kind": "js",
|
|
16876
|
-
"name": "
|
|
16881
|
+
"name": "gridProColumns",
|
|
16877
16882
|
"declaration": {
|
|
16878
|
-
"name": "
|
|
16879
|
-
"module": "src/
|
|
16883
|
+
"name": "gridProColumns",
|
|
16884
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
16880
16885
|
}
|
|
16881
16886
|
}
|
|
16882
16887
|
]
|
|
16883
16888
|
},
|
|
16884
16889
|
{
|
|
16885
16890
|
"kind": "javascript-module",
|
|
16886
|
-
"path": "src/
|
|
16891
|
+
"path": "src/column/utils/index.ts",
|
|
16887
16892
|
"declarations": [],
|
|
16888
16893
|
"exports": [
|
|
16889
16894
|
{
|
|
@@ -16891,58 +16896,53 @@
|
|
|
16891
16896
|
"name": "*",
|
|
16892
16897
|
"declaration": {
|
|
16893
16898
|
"name": "*",
|
|
16894
|
-
"package": "./
|
|
16899
|
+
"package": "./grid-pro-columns"
|
|
16895
16900
|
}
|
|
16896
16901
|
}
|
|
16897
16902
|
]
|
|
16898
16903
|
},
|
|
16899
16904
|
{
|
|
16900
16905
|
"kind": "javascript-module",
|
|
16901
|
-
"path": "src/
|
|
16906
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
16902
16907
|
"declarations": [
|
|
16903
16908
|
{
|
|
16904
16909
|
"kind": "function",
|
|
16905
|
-
"name": "
|
|
16910
|
+
"name": "setValueWithAccessor",
|
|
16906
16911
|
"return": {
|
|
16907
16912
|
"type": {
|
|
16908
|
-
"text": "
|
|
16913
|
+
"text": "string"
|
|
16909
16914
|
}
|
|
16910
16915
|
},
|
|
16911
16916
|
"parameters": [
|
|
16912
16917
|
{
|
|
16913
|
-
"name": "
|
|
16918
|
+
"name": "data",
|
|
16914
16919
|
"type": {
|
|
16915
|
-
"text": "
|
|
16916
|
-
}
|
|
16917
|
-
"description": "The array to render"
|
|
16920
|
+
"text": "any"
|
|
16921
|
+
}
|
|
16918
16922
|
},
|
|
16919
16923
|
{
|
|
16920
|
-
"name": "
|
|
16921
|
-
"default": "true",
|
|
16924
|
+
"name": "accessor",
|
|
16922
16925
|
"type": {
|
|
16923
|
-
"text": "
|
|
16924
|
-
}
|
|
16925
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
16926
|
+
"text": "string"
|
|
16927
|
+
}
|
|
16926
16928
|
}
|
|
16927
|
-
]
|
|
16928
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
16929
|
-
"privacy": "public"
|
|
16929
|
+
]
|
|
16930
16930
|
}
|
|
16931
16931
|
],
|
|
16932
16932
|
"exports": [
|
|
16933
16933
|
{
|
|
16934
16934
|
"kind": "js",
|
|
16935
|
-
"name": "
|
|
16935
|
+
"name": "setValueWithAccessor",
|
|
16936
16936
|
"declaration": {
|
|
16937
|
-
"name": "
|
|
16938
|
-
"module": "src/
|
|
16937
|
+
"name": "setValueWithAccessor",
|
|
16938
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
16939
16939
|
}
|
|
16940
16940
|
}
|
|
16941
16941
|
]
|
|
16942
16942
|
},
|
|
16943
16943
|
{
|
|
16944
16944
|
"kind": "javascript-module",
|
|
16945
|
-
"path": "src/
|
|
16945
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
16946
16946
|
"declarations": [],
|
|
16947
16947
|
"exports": [
|
|
16948
16948
|
{
|
|
@@ -16950,7 +16950,7 @@
|
|
|
16950
16950
|
"name": "*",
|
|
16951
16951
|
"declaration": {
|
|
16952
16952
|
"name": "*",
|
|
16953
|
-
"package": "./
|
|
16953
|
+
"package": "./accessor"
|
|
16954
16954
|
}
|
|
16955
16955
|
}
|
|
16956
16956
|
]
|