@genesislcap/grid-pro 14.345.0 → 14.345.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 +627 -627
- package/package.json +13 -13
|
@@ -3902,123 +3902,69 @@
|
|
|
3902
3902
|
},
|
|
3903
3903
|
{
|
|
3904
3904
|
"kind": "javascript-module",
|
|
3905
|
-
"path": "src/
|
|
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",
|
|
3905
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
3929
3906
|
"declarations": [
|
|
3930
3907
|
{
|
|
3931
3908
|
"kind": "class",
|
|
3932
|
-
"description": "The
|
|
3933
|
-
"name": "
|
|
3909
|
+
"description": "The AG Action Renderer element.",
|
|
3910
|
+
"name": "ActionRenderer",
|
|
3934
3911
|
"members": [
|
|
3935
3912
|
{
|
|
3936
3913
|
"kind": "field",
|
|
3937
|
-
"name": "
|
|
3914
|
+
"name": "params",
|
|
3938
3915
|
"type": {
|
|
3939
|
-
"text": "
|
|
3916
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3940
3917
|
},
|
|
3941
3918
|
"privacy": "public"
|
|
3942
3919
|
},
|
|
3943
3920
|
{
|
|
3944
3921
|
"kind": "field",
|
|
3945
|
-
"name": "
|
|
3922
|
+
"name": "pendingAction",
|
|
3946
3923
|
"type": {
|
|
3947
|
-
"text": "
|
|
3924
|
+
"text": "boolean"
|
|
3948
3925
|
},
|
|
3949
|
-
"default": "{}"
|
|
3950
|
-
},
|
|
3951
|
-
{
|
|
3952
|
-
"kind": "method",
|
|
3953
|
-
"name": "slottedAgCellChanged",
|
|
3954
3926
|
"privacy": "public"
|
|
3955
3927
|
},
|
|
3956
3928
|
{
|
|
3957
3929
|
"kind": "method",
|
|
3958
|
-
"name": "
|
|
3959
|
-
"
|
|
3960
|
-
"type": {
|
|
3961
|
-
"text": "Node"
|
|
3962
|
-
}
|
|
3963
|
-
},
|
|
3964
|
-
"inheritedFrom": {
|
|
3965
|
-
"name": "LifecycleMixin",
|
|
3966
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3967
|
-
}
|
|
3968
|
-
},
|
|
3969
|
-
{
|
|
3970
|
-
"kind": "method",
|
|
3971
|
-
"name": "cloneNode",
|
|
3972
|
-
"return": {
|
|
3973
|
-
"type": {
|
|
3974
|
-
"text": "Node"
|
|
3975
|
-
}
|
|
3976
|
-
},
|
|
3930
|
+
"name": "init",
|
|
3931
|
+
"privacy": "public",
|
|
3977
3932
|
"parameters": [
|
|
3978
3933
|
{
|
|
3979
|
-
"name": "
|
|
3980
|
-
"optional": true,
|
|
3934
|
+
"name": "params",
|
|
3981
3935
|
"type": {
|
|
3982
|
-
"text": "
|
|
3936
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3983
3937
|
}
|
|
3984
3938
|
}
|
|
3985
|
-
]
|
|
3986
|
-
"inheritedFrom": {
|
|
3987
|
-
"name": "LifecycleMixin",
|
|
3988
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3989
|
-
}
|
|
3939
|
+
]
|
|
3990
3940
|
},
|
|
3991
3941
|
{
|
|
3992
|
-
"kind": "
|
|
3993
|
-
"name": "
|
|
3942
|
+
"kind": "method",
|
|
3943
|
+
"name": "getGui",
|
|
3944
|
+
"privacy": "public",
|
|
3994
3945
|
"return": {
|
|
3995
3946
|
"type": {
|
|
3996
|
-
"text": ""
|
|
3947
|
+
"text": "HTMLElement"
|
|
3997
3948
|
}
|
|
3998
|
-
},
|
|
3999
|
-
"readonly": true,
|
|
4000
|
-
"inheritedFrom": {
|
|
4001
|
-
"name": "LifecycleMixin",
|
|
4002
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4003
3949
|
}
|
|
4004
3950
|
},
|
|
4005
3951
|
{
|
|
4006
|
-
"kind": "
|
|
4007
|
-
"name": "
|
|
4008
|
-
"
|
|
4009
|
-
|
|
4010
|
-
|
|
3952
|
+
"kind": "method",
|
|
3953
|
+
"name": "refresh",
|
|
3954
|
+
"privacy": "public",
|
|
3955
|
+
"parameters": [
|
|
3956
|
+
{
|
|
3957
|
+
"name": "params",
|
|
3958
|
+
"type": {
|
|
3959
|
+
"text": "ICellRendererParams"
|
|
3960
|
+
}
|
|
4011
3961
|
}
|
|
4012
|
-
|
|
4013
|
-
"readonly": true,
|
|
4014
|
-
"inheritedFrom": {
|
|
4015
|
-
"name": "LifecycleMixin",
|
|
4016
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4017
|
-
}
|
|
3962
|
+
]
|
|
4018
3963
|
},
|
|
4019
3964
|
{
|
|
4020
3965
|
"kind": "method",
|
|
4021
|
-
"name": "
|
|
3966
|
+
"name": "isDisabled",
|
|
3967
|
+
"privacy": "public",
|
|
4022
3968
|
"return": {
|
|
4023
3969
|
"type": {
|
|
4024
3970
|
"text": "boolean"
|
|
@@ -4026,16 +3972,19 @@
|
|
|
4026
3972
|
},
|
|
4027
3973
|
"parameters": [
|
|
4028
3974
|
{
|
|
4029
|
-
"name": "
|
|
4030
|
-
"type": {
|
|
4031
|
-
"text": "Lifecycletype"
|
|
4032
|
-
}
|
|
3975
|
+
"name": "data"
|
|
4033
3976
|
}
|
|
4034
|
-
]
|
|
4035
|
-
|
|
4036
|
-
|
|
4037
|
-
|
|
4038
|
-
|
|
3977
|
+
]
|
|
3978
|
+
},
|
|
3979
|
+
{
|
|
3980
|
+
"kind": "method",
|
|
3981
|
+
"name": "clickHandler",
|
|
3982
|
+
"privacy": "public"
|
|
3983
|
+
},
|
|
3984
|
+
{
|
|
3985
|
+
"kind": "field",
|
|
3986
|
+
"name": "dataTestId",
|
|
3987
|
+
"readonly": true
|
|
4039
3988
|
},
|
|
4040
3989
|
{
|
|
4041
3990
|
"kind": "field",
|
|
@@ -4149,92 +4098,82 @@
|
|
|
4149
4098
|
}
|
|
4150
4099
|
}
|
|
4151
4100
|
],
|
|
4152
|
-
"mixins": [
|
|
4153
|
-
{
|
|
4154
|
-
"name": "LifecycleMixin",
|
|
4155
|
-
"package": "@genesislcap/foundation-utils"
|
|
4156
|
-
}
|
|
4157
|
-
],
|
|
4158
4101
|
"superclass": {
|
|
4159
4102
|
"name": "FoundationElement",
|
|
4160
4103
|
"package": "@microsoft/fast-foundation"
|
|
4161
4104
|
},
|
|
4162
|
-
"tagName": "grid-pro-
|
|
4105
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
4163
4106
|
"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"
|
|
4164
4126
|
}
|
|
4165
4127
|
],
|
|
4166
4128
|
"exports": [
|
|
4167
4129
|
{
|
|
4168
4130
|
"kind": "js",
|
|
4169
|
-
"name": "
|
|
4131
|
+
"name": "ActionRenderer",
|
|
4170
4132
|
"declaration": {
|
|
4171
|
-
"name": "
|
|
4172
|
-
"module": "src/
|
|
4133
|
+
"name": "ActionRenderer",
|
|
4134
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4173
4135
|
}
|
|
4174
4136
|
},
|
|
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": [
|
|
4190
4137
|
{
|
|
4191
4138
|
"kind": "js",
|
|
4192
|
-
"name": "
|
|
4139
|
+
"name": "actionHeightMultiplier",
|
|
4193
4140
|
"declaration": {
|
|
4194
|
-
"name": "
|
|
4195
|
-
"
|
|
4141
|
+
"name": "actionHeightMultiplier",
|
|
4142
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4196
4143
|
}
|
|
4197
4144
|
},
|
|
4198
4145
|
{
|
|
4199
4146
|
"kind": "js",
|
|
4200
|
-
"name": "
|
|
4147
|
+
"name": "agActionRendererStyles",
|
|
4201
4148
|
"declaration": {
|
|
4202
|
-
"name": "
|
|
4203
|
-
"
|
|
4149
|
+
"name": "agActionRendererStyles",
|
|
4150
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4204
4151
|
}
|
|
4205
4152
|
},
|
|
4206
4153
|
{
|
|
4207
4154
|
"kind": "js",
|
|
4208
|
-
"name": "
|
|
4155
|
+
"name": "foundationGridProActionRenderer",
|
|
4209
4156
|
"declaration": {
|
|
4210
|
-
"name": "
|
|
4211
|
-
"
|
|
4157
|
+
"name": "foundationGridProActionRenderer",
|
|
4158
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
4212
4159
|
}
|
|
4213
4160
|
}
|
|
4214
4161
|
]
|
|
4215
4162
|
},
|
|
4216
4163
|
{
|
|
4217
4164
|
"kind": "javascript-module",
|
|
4218
|
-
"path": "src/cell-renderers/
|
|
4165
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
4219
4166
|
"declarations": [
|
|
4220
4167
|
{
|
|
4221
4168
|
"kind": "class",
|
|
4222
|
-
"description": "The
|
|
4223
|
-
"name": "
|
|
4169
|
+
"description": "The Actions Menu Renderer element.",
|
|
4170
|
+
"name": "ActionsMenuRenderer",
|
|
4224
4171
|
"members": [
|
|
4225
4172
|
{
|
|
4226
4173
|
"kind": "field",
|
|
4227
4174
|
"name": "params",
|
|
4228
4175
|
"type": {
|
|
4229
|
-
"text": "ICellRendererParams
|
|
4230
|
-
},
|
|
4231
|
-
"privacy": "public"
|
|
4232
|
-
},
|
|
4233
|
-
{
|
|
4234
|
-
"kind": "field",
|
|
4235
|
-
"name": "pendingAction",
|
|
4236
|
-
"type": {
|
|
4237
|
-
"text": "boolean"
|
|
4176
|
+
"text": "ICellRendererParams"
|
|
4238
4177
|
},
|
|
4239
4178
|
"privacy": "public"
|
|
4240
4179
|
},
|
|
@@ -4246,7 +4185,7 @@
|
|
|
4246
4185
|
{
|
|
4247
4186
|
"name": "params",
|
|
4248
4187
|
"type": {
|
|
4249
|
-
"text": "ICellRendererParams
|
|
4188
|
+
"text": "ICellRendererParams"
|
|
4250
4189
|
}
|
|
4251
4190
|
}
|
|
4252
4191
|
]
|
|
@@ -4274,31 +4213,6 @@
|
|
|
4274
4213
|
}
|
|
4275
4214
|
]
|
|
4276
4215
|
},
|
|
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
|
-
},
|
|
4302
4216
|
{
|
|
4303
4217
|
"kind": "field",
|
|
4304
4218
|
"name": "_presentation",
|
|
@@ -4415,240 +4329,13 @@
|
|
|
4415
4329
|
"name": "FoundationElement",
|
|
4416
4330
|
"package": "@microsoft/fast-foundation"
|
|
4417
4331
|
},
|
|
4418
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
4332
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
4419
4333
|
"customElement": true
|
|
4420
4334
|
},
|
|
4421
4335
|
{
|
|
4422
4336
|
"kind": "variable",
|
|
4423
|
-
"name": "
|
|
4424
|
-
"description": "
|
|
4425
|
-
"privacy": "public"
|
|
4426
|
-
},
|
|
4427
|
-
{
|
|
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.",
|
|
4337
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4338
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
4652
4339
|
"privacy": "public"
|
|
4653
4340
|
},
|
|
4654
4341
|
{
|
|
@@ -5668,15 +5355,277 @@
|
|
|
5668
5355
|
}
|
|
5669
5356
|
]
|
|
5670
5357
|
},
|
|
5671
|
-
{
|
|
5672
|
-
"kind": "method",
|
|
5673
|
-
"name": "destroy",
|
|
5674
|
-
"return": {
|
|
5675
|
-
"type": {
|
|
5676
|
-
"text": "void"
|
|
5677
|
-
}
|
|
5678
|
-
}
|
|
5679
|
-
},
|
|
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"
|
|
5626
|
+
}
|
|
5627
|
+
]
|
|
5628
|
+
},
|
|
5680
5629
|
{
|
|
5681
5630
|
"kind": "field",
|
|
5682
5631
|
"name": "_presentation",
|
|
@@ -5793,59 +5742,91 @@
|
|
|
5793
5742
|
"name": "FoundationElement",
|
|
5794
5743
|
"package": "@microsoft/fast-foundation"
|
|
5795
5744
|
},
|
|
5796
|
-
"tagName": "%%prefix%%-
|
|
5745
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
5797
5746
|
"customElement": true
|
|
5798
5747
|
},
|
|
5799
5748
|
{
|
|
5800
5749
|
"kind": "variable",
|
|
5801
|
-
"name": "
|
|
5802
|
-
"
|
|
5750
|
+
"name": "textFieldRendererStyles",
|
|
5751
|
+
"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`",
|
|
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.",
|
|
5803
5777
|
"privacy": "public"
|
|
5804
5778
|
}
|
|
5805
5779
|
],
|
|
5806
5780
|
"exports": [
|
|
5807
5781
|
{
|
|
5808
5782
|
"kind": "js",
|
|
5809
|
-
"name": "
|
|
5783
|
+
"name": "AgTextFieldRenderer",
|
|
5810
5784
|
"declaration": {
|
|
5811
|
-
"name": "
|
|
5812
|
-
"module": "src/cell-renderers/
|
|
5785
|
+
"name": "AgTextFieldRenderer",
|
|
5786
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5813
5787
|
}
|
|
5814
5788
|
},
|
|
5815
5789
|
{
|
|
5816
5790
|
"kind": "js",
|
|
5817
|
-
"name": "
|
|
5791
|
+
"name": "textFieldRendererStyles",
|
|
5818
5792
|
"declaration": {
|
|
5819
|
-
"name": "
|
|
5820
|
-
"module": "src/cell-renderers/
|
|
5793
|
+
"name": "textFieldRendererStyles",
|
|
5794
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5821
5795
|
}
|
|
5822
5796
|
},
|
|
5823
5797
|
{
|
|
5824
5798
|
"kind": "js",
|
|
5825
|
-
"name": "
|
|
5799
|
+
"name": "getTextFieldRendererTemplate",
|
|
5826
5800
|
"declaration": {
|
|
5827
|
-
"name": "
|
|
5828
|
-
"module": "src/cell-renderers/
|
|
5801
|
+
"name": "getTextFieldRendererTemplate",
|
|
5802
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5829
5803
|
}
|
|
5830
5804
|
},
|
|
5831
5805
|
{
|
|
5832
5806
|
"kind": "js",
|
|
5833
|
-
"name": "
|
|
5807
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5834
5808
|
"declaration": {
|
|
5835
|
-
"name": "
|
|
5836
|
-
"module": "src/cell-renderers/
|
|
5809
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5810
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5837
5811
|
}
|
|
5838
5812
|
}
|
|
5839
5813
|
]
|
|
5840
5814
|
},
|
|
5841
5815
|
{
|
|
5842
5816
|
"kind": "javascript-module",
|
|
5843
|
-
"path": "src/cell-renderers/text
|
|
5817
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
5844
5818
|
"declarations": [
|
|
5845
5819
|
{
|
|
5846
5820
|
"kind": "class",
|
|
5847
|
-
"description": "
|
|
5848
|
-
"name": "
|
|
5821
|
+
"description": "",
|
|
5822
|
+
"name": "AgTextRenderer",
|
|
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,
|
|
5849
5830
|
"members": [
|
|
5850
5831
|
{
|
|
5851
5832
|
"kind": "field",
|
|
@@ -5853,7 +5834,11 @@
|
|
|
5853
5834
|
"type": {
|
|
5854
5835
|
"text": "TextField"
|
|
5855
5836
|
},
|
|
5856
|
-
"privacy": "public"
|
|
5837
|
+
"privacy": "public",
|
|
5838
|
+
"inheritedFrom": {
|
|
5839
|
+
"name": "AgTextFieldRenderer",
|
|
5840
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5841
|
+
}
|
|
5857
5842
|
},
|
|
5858
5843
|
{
|
|
5859
5844
|
"kind": "field",
|
|
@@ -5861,7 +5846,11 @@
|
|
|
5861
5846
|
"type": {
|
|
5862
5847
|
"text": "string"
|
|
5863
5848
|
},
|
|
5864
|
-
"default": "''"
|
|
5849
|
+
"default": "''",
|
|
5850
|
+
"inheritedFrom": {
|
|
5851
|
+
"name": "AgTextFieldRenderer",
|
|
5852
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5853
|
+
}
|
|
5865
5854
|
},
|
|
5866
5855
|
{
|
|
5867
5856
|
"kind": "field",
|
|
@@ -5869,7 +5858,11 @@
|
|
|
5869
5858
|
"type": {
|
|
5870
5859
|
"text": "FuiCellRendererParams"
|
|
5871
5860
|
},
|
|
5872
|
-
"privacy": "public"
|
|
5861
|
+
"privacy": "public",
|
|
5862
|
+
"inheritedFrom": {
|
|
5863
|
+
"name": "AgTextFieldRenderer",
|
|
5864
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5865
|
+
}
|
|
5873
5866
|
},
|
|
5874
5867
|
{
|
|
5875
5868
|
"kind": "method",
|
|
@@ -5882,7 +5875,11 @@
|
|
|
5882
5875
|
"text": "FuiCellRendererParams"
|
|
5883
5876
|
}
|
|
5884
5877
|
}
|
|
5885
|
-
]
|
|
5878
|
+
],
|
|
5879
|
+
"inheritedFrom": {
|
|
5880
|
+
"name": "AgTextFieldRenderer",
|
|
5881
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5882
|
+
}
|
|
5886
5883
|
},
|
|
5887
5884
|
{
|
|
5888
5885
|
"kind": "method",
|
|
@@ -5892,12 +5889,20 @@
|
|
|
5892
5889
|
"type": {
|
|
5893
5890
|
"text": "HTMLElement"
|
|
5894
5891
|
}
|
|
5892
|
+
},
|
|
5893
|
+
"inheritedFrom": {
|
|
5894
|
+
"name": "AgTextFieldRenderer",
|
|
5895
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5895
5896
|
}
|
|
5896
5897
|
},
|
|
5897
5898
|
{
|
|
5898
5899
|
"kind": "method",
|
|
5899
5900
|
"name": "destroy",
|
|
5900
|
-
"privacy": "public"
|
|
5901
|
+
"privacy": "public",
|
|
5902
|
+
"inheritedFrom": {
|
|
5903
|
+
"name": "AgTextFieldRenderer",
|
|
5904
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5905
|
+
}
|
|
5901
5906
|
},
|
|
5902
5907
|
{
|
|
5903
5908
|
"kind": "method",
|
|
@@ -5910,7 +5915,11 @@
|
|
|
5910
5915
|
"text": "FuiCellRendererParams"
|
|
5911
5916
|
}
|
|
5912
5917
|
}
|
|
5913
|
-
]
|
|
5918
|
+
],
|
|
5919
|
+
"inheritedFrom": {
|
|
5920
|
+
"name": "AgTextFieldRenderer",
|
|
5921
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5922
|
+
}
|
|
5914
5923
|
},
|
|
5915
5924
|
{
|
|
5916
5925
|
"kind": "method",
|
|
@@ -5925,7 +5934,11 @@
|
|
|
5925
5934
|
{
|
|
5926
5935
|
"name": "data"
|
|
5927
5936
|
}
|
|
5928
|
-
]
|
|
5937
|
+
],
|
|
5938
|
+
"inheritedFrom": {
|
|
5939
|
+
"name": "AgTextFieldRenderer",
|
|
5940
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5941
|
+
}
|
|
5929
5942
|
},
|
|
5930
5943
|
{
|
|
5931
5944
|
"kind": "field",
|
|
@@ -5937,7 +5950,11 @@
|
|
|
5937
5950
|
"description": "CustomEvent",
|
|
5938
5951
|
"name": "e"
|
|
5939
5952
|
}
|
|
5940
|
-
]
|
|
5953
|
+
],
|
|
5954
|
+
"inheritedFrom": {
|
|
5955
|
+
"name": "AgTextFieldRenderer",
|
|
5956
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5957
|
+
}
|
|
5941
5958
|
},
|
|
5942
5959
|
{
|
|
5943
5960
|
"kind": "field",
|
|
@@ -6050,223 +6067,200 @@
|
|
|
6050
6067
|
"module": "src/foundation-element/foundation-element.ts"
|
|
6051
6068
|
}
|
|
6052
6069
|
}
|
|
6053
|
-
]
|
|
6054
|
-
"superclass": {
|
|
6055
|
-
"name": "FoundationElement",
|
|
6056
|
-
"package": "@microsoft/fast-foundation"
|
|
6057
|
-
},
|
|
6058
|
-
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
6059
|
-
"customElement": true
|
|
6070
|
+
]
|
|
6060
6071
|
},
|
|
6061
6072
|
{
|
|
6062
6073
|
"kind": "variable",
|
|
6063
|
-
"name": "
|
|
6064
|
-
"default": "
|
|
6065
|
-
"
|
|
6066
|
-
"
|
|
6074
|
+
"name": "textRendererStyles",
|
|
6075
|
+
"default": "textFieldRendererStyles",
|
|
6076
|
+
"privacy": "public",
|
|
6077
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
6067
6078
|
},
|
|
6068
6079
|
{
|
|
6069
|
-
"kind": "
|
|
6070
|
-
"name": "
|
|
6071
|
-
"
|
|
6072
|
-
|
|
6073
|
-
|
|
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"
|
|
6080
|
+
"kind": "variable",
|
|
6081
|
+
"name": "getTextRendererTemplate",
|
|
6082
|
+
"default": "getTextFieldRendererTemplate",
|
|
6083
|
+
"privacy": "public",
|
|
6084
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
6085
6085
|
},
|
|
6086
6086
|
{
|
|
6087
6087
|
"kind": "variable",
|
|
6088
|
-
"name": "
|
|
6089
|
-
"description": "A function that returns a Foundation Text
|
|
6090
|
-
"privacy": "public"
|
|
6088
|
+
"name": "foundationAgTextRenderer",
|
|
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"
|
|
6091
6092
|
}
|
|
6092
6093
|
],
|
|
6093
6094
|
"exports": [
|
|
6094
6095
|
{
|
|
6095
6096
|
"kind": "js",
|
|
6096
|
-
"name": "
|
|
6097
|
+
"name": "AgTextRenderer",
|
|
6097
6098
|
"declaration": {
|
|
6098
|
-
"name": "
|
|
6099
|
-
"module": "src/cell-renderers/text
|
|
6099
|
+
"name": "AgTextRenderer",
|
|
6100
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6100
6101
|
}
|
|
6101
6102
|
},
|
|
6102
6103
|
{
|
|
6103
6104
|
"kind": "js",
|
|
6104
|
-
"name": "
|
|
6105
|
+
"name": "textRendererStyles",
|
|
6105
6106
|
"declaration": {
|
|
6106
|
-
"name": "
|
|
6107
|
-
"module": "src/cell-renderers/text
|
|
6107
|
+
"name": "textRendererStyles",
|
|
6108
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6108
6109
|
}
|
|
6109
6110
|
},
|
|
6110
6111
|
{
|
|
6111
6112
|
"kind": "js",
|
|
6112
|
-
"name": "
|
|
6113
|
+
"name": "getTextRendererTemplate",
|
|
6113
6114
|
"declaration": {
|
|
6114
|
-
"name": "
|
|
6115
|
-
"module": "src/cell-renderers/text
|
|
6115
|
+
"name": "getTextRendererTemplate",
|
|
6116
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6116
6117
|
}
|
|
6117
6118
|
},
|
|
6118
6119
|
{
|
|
6119
6120
|
"kind": "js",
|
|
6120
|
-
"name": "
|
|
6121
|
+
"name": "foundationAgTextRenderer",
|
|
6121
6122
|
"declaration": {
|
|
6122
|
-
"name": "
|
|
6123
|
-
"module": "src/cell-renderers/text
|
|
6123
|
+
"name": "foundationAgTextRenderer",
|
|
6124
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
6124
6125
|
}
|
|
6125
6126
|
}
|
|
6126
6127
|
]
|
|
6127
6128
|
},
|
|
6128
6129
|
{
|
|
6129
6130
|
"kind": "javascript-module",
|
|
6130
|
-
"path": "src/
|
|
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",
|
|
6145
|
+
"declaration": {
|
|
6146
|
+
"name": "ColumnTemplate",
|
|
6147
|
+
"module": "src/column/column.template.ts"
|
|
6148
|
+
}
|
|
6149
|
+
}
|
|
6150
|
+
]
|
|
6151
|
+
},
|
|
6152
|
+
{
|
|
6153
|
+
"kind": "javascript-module",
|
|
6154
|
+
"path": "src/column/column.ts",
|
|
6131
6155
|
"declarations": [
|
|
6132
6156
|
{
|
|
6133
6157
|
"kind": "class",
|
|
6134
|
-
"description": "",
|
|
6135
|
-
"name": "
|
|
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,
|
|
6158
|
+
"description": "The Grid Pro Column element.",
|
|
6159
|
+
"name": "GridProColumn",
|
|
6143
6160
|
"members": [
|
|
6144
6161
|
{
|
|
6145
6162
|
"kind": "field",
|
|
6146
|
-
"name": "
|
|
6147
|
-
"type": {
|
|
6148
|
-
"text": "TextField"
|
|
6149
|
-
},
|
|
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",
|
|
6163
|
+
"name": "slottedAgCell",
|
|
6159
6164
|
"type": {
|
|
6160
|
-
"text": "
|
|
6165
|
+
"text": "HTMLElement[]"
|
|
6161
6166
|
},
|
|
6162
|
-
"
|
|
6163
|
-
"inheritedFrom": {
|
|
6164
|
-
"name": "AgTextFieldRenderer",
|
|
6165
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6166
|
-
}
|
|
6167
|
+
"privacy": "public"
|
|
6167
6168
|
},
|
|
6168
6169
|
{
|
|
6169
6170
|
"kind": "field",
|
|
6170
|
-
"name": "
|
|
6171
|
+
"name": "definition",
|
|
6171
6172
|
"type": {
|
|
6172
|
-
"text": "
|
|
6173
|
+
"text": "ColDef"
|
|
6173
6174
|
},
|
|
6174
|
-
"
|
|
6175
|
-
"inheritedFrom": {
|
|
6176
|
-
"name": "AgTextFieldRenderer",
|
|
6177
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6178
|
-
}
|
|
6175
|
+
"default": "{}"
|
|
6179
6176
|
},
|
|
6180
6177
|
{
|
|
6181
6178
|
"kind": "method",
|
|
6182
|
-
"name": "
|
|
6183
|
-
"privacy": "public"
|
|
6184
|
-
"parameters": [
|
|
6185
|
-
{
|
|
6186
|
-
"name": "params",
|
|
6187
|
-
"type": {
|
|
6188
|
-
"text": "FuiCellRendererParams"
|
|
6189
|
-
}
|
|
6190
|
-
}
|
|
6191
|
-
],
|
|
6192
|
-
"inheritedFrom": {
|
|
6193
|
-
"name": "AgTextFieldRenderer",
|
|
6194
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6195
|
-
}
|
|
6179
|
+
"name": "slottedAgCellChanged",
|
|
6180
|
+
"privacy": "public"
|
|
6196
6181
|
},
|
|
6197
6182
|
{
|
|
6198
6183
|
"kind": "method",
|
|
6199
|
-
"name": "
|
|
6200
|
-
"privacy": "public",
|
|
6184
|
+
"name": "deepClone",
|
|
6201
6185
|
"return": {
|
|
6202
6186
|
"type": {
|
|
6203
|
-
"text": "
|
|
6187
|
+
"text": "Node"
|
|
6204
6188
|
}
|
|
6205
6189
|
},
|
|
6206
6190
|
"inheritedFrom": {
|
|
6207
|
-
"name": "
|
|
6208
|
-
"module": "src/
|
|
6209
|
-
}
|
|
6210
|
-
},
|
|
6211
|
-
{
|
|
6212
|
-
"kind": "method",
|
|
6213
|
-
"name": "destroy",
|
|
6214
|
-
"privacy": "public",
|
|
6215
|
-
"inheritedFrom": {
|
|
6216
|
-
"name": "AgTextFieldRenderer",
|
|
6217
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6191
|
+
"name": "LifecycleMixin",
|
|
6192
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6218
6193
|
}
|
|
6219
6194
|
},
|
|
6220
6195
|
{
|
|
6221
6196
|
"kind": "method",
|
|
6222
|
-
"name": "
|
|
6223
|
-
"
|
|
6197
|
+
"name": "cloneNode",
|
|
6198
|
+
"return": {
|
|
6199
|
+
"type": {
|
|
6200
|
+
"text": "Node"
|
|
6201
|
+
}
|
|
6202
|
+
},
|
|
6224
6203
|
"parameters": [
|
|
6225
6204
|
{
|
|
6226
|
-
"name": "
|
|
6205
|
+
"name": "deep",
|
|
6206
|
+
"optional": true,
|
|
6227
6207
|
"type": {
|
|
6228
|
-
"text": "
|
|
6208
|
+
"text": "boolean"
|
|
6229
6209
|
}
|
|
6230
6210
|
}
|
|
6231
6211
|
],
|
|
6232
6212
|
"inheritedFrom": {
|
|
6233
|
-
"name": "
|
|
6234
|
-
"module": "src/
|
|
6213
|
+
"name": "LifecycleMixin",
|
|
6214
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6235
6215
|
}
|
|
6236
6216
|
},
|
|
6237
6217
|
{
|
|
6238
|
-
"kind": "
|
|
6239
|
-
"name": "
|
|
6240
|
-
"privacy": "public",
|
|
6218
|
+
"kind": "field",
|
|
6219
|
+
"name": "shouldRunDisconnect",
|
|
6241
6220
|
"return": {
|
|
6242
6221
|
"type": {
|
|
6243
|
-
"text": "
|
|
6222
|
+
"text": ""
|
|
6244
6223
|
}
|
|
6245
6224
|
},
|
|
6246
|
-
"
|
|
6247
|
-
{
|
|
6248
|
-
"name": "data"
|
|
6249
|
-
}
|
|
6250
|
-
],
|
|
6225
|
+
"readonly": true,
|
|
6251
6226
|
"inheritedFrom": {
|
|
6252
|
-
"name": "
|
|
6253
|
-
"module": "src/
|
|
6227
|
+
"name": "LifecycleMixin",
|
|
6228
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6254
6229
|
}
|
|
6255
6230
|
},
|
|
6256
6231
|
{
|
|
6257
6232
|
"kind": "field",
|
|
6258
|
-
"name": "
|
|
6259
|
-
"
|
|
6260
|
-
|
|
6233
|
+
"name": "shouldRunConnect",
|
|
6234
|
+
"return": {
|
|
6235
|
+
"type": {
|
|
6236
|
+
"text": ""
|
|
6237
|
+
}
|
|
6238
|
+
},
|
|
6239
|
+
"readonly": true,
|
|
6240
|
+
"inheritedFrom": {
|
|
6241
|
+
"name": "LifecycleMixin",
|
|
6242
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6243
|
+
}
|
|
6244
|
+
},
|
|
6245
|
+
{
|
|
6246
|
+
"kind": "method",
|
|
6247
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
6248
|
+
"return": {
|
|
6249
|
+
"type": {
|
|
6250
|
+
"text": "boolean"
|
|
6251
|
+
}
|
|
6252
|
+
},
|
|
6261
6253
|
"parameters": [
|
|
6262
6254
|
{
|
|
6263
|
-
"
|
|
6264
|
-
"
|
|
6255
|
+
"name": "lifecycleType",
|
|
6256
|
+
"type": {
|
|
6257
|
+
"text": "Lifecycletype"
|
|
6258
|
+
}
|
|
6265
6259
|
}
|
|
6266
6260
|
],
|
|
6267
6261
|
"inheritedFrom": {
|
|
6268
|
-
"name": "
|
|
6269
|
-
"module": "src/
|
|
6262
|
+
"name": "LifecycleMixin",
|
|
6263
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6270
6264
|
}
|
|
6271
6265
|
},
|
|
6272
6266
|
{
|
|
@@ -6380,61 +6374,67 @@
|
|
|
6380
6374
|
"module": "src/foundation-element/foundation-element.ts"
|
|
6381
6375
|
}
|
|
6382
6376
|
}
|
|
6383
|
-
]
|
|
6384
|
-
|
|
6385
|
-
|
|
6386
|
-
|
|
6387
|
-
|
|
6388
|
-
|
|
6389
|
-
|
|
6390
|
-
"
|
|
6391
|
-
|
|
6392
|
-
|
|
6393
|
-
|
|
6394
|
-
"
|
|
6395
|
-
"
|
|
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"
|
|
6377
|
+
],
|
|
6378
|
+
"mixins": [
|
|
6379
|
+
{
|
|
6380
|
+
"name": "LifecycleMixin",
|
|
6381
|
+
"package": "@genesislcap/foundation-utils"
|
|
6382
|
+
}
|
|
6383
|
+
],
|
|
6384
|
+
"superclass": {
|
|
6385
|
+
"name": "FoundationElement",
|
|
6386
|
+
"package": "@microsoft/fast-foundation"
|
|
6387
|
+
},
|
|
6388
|
+
"tagName": "grid-pro-column",
|
|
6389
|
+
"customElement": true
|
|
6405
6390
|
}
|
|
6406
6391
|
],
|
|
6407
6392
|
"exports": [
|
|
6408
6393
|
{
|
|
6409
6394
|
"kind": "js",
|
|
6410
|
-
"name": "
|
|
6395
|
+
"name": "GridProColumn",
|
|
6411
6396
|
"declaration": {
|
|
6412
|
-
"name": "
|
|
6413
|
-
"module": "src/
|
|
6397
|
+
"name": "GridProColumn",
|
|
6398
|
+
"module": "src/column/column.ts"
|
|
6414
6399
|
}
|
|
6415
6400
|
},
|
|
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": "*",
|
|
6419
6419
|
"declaration": {
|
|
6420
|
-
"name": "
|
|
6421
|
-
"
|
|
6420
|
+
"name": "*",
|
|
6421
|
+
"package": "./column.template"
|
|
6422
6422
|
}
|
|
6423
6423
|
},
|
|
6424
6424
|
{
|
|
6425
6425
|
"kind": "js",
|
|
6426
|
-
"name": "
|
|
6426
|
+
"name": "*",
|
|
6427
6427
|
"declaration": {
|
|
6428
|
-
"name": "
|
|
6429
|
-
"
|
|
6428
|
+
"name": "*",
|
|
6429
|
+
"package": "./column"
|
|
6430
6430
|
}
|
|
6431
6431
|
},
|
|
6432
6432
|
{
|
|
6433
6433
|
"kind": "js",
|
|
6434
|
-
"name": "
|
|
6434
|
+
"name": "*",
|
|
6435
6435
|
"declaration": {
|
|
6436
|
-
"name": "
|
|
6437
|
-
"
|
|
6436
|
+
"name": "*",
|
|
6437
|
+
"package": "./utils"
|
|
6438
6438
|
}
|
|
6439
6439
|
}
|
|
6440
6440
|
]
|
|
@@ -16844,51 +16844,46 @@
|
|
|
16844
16844
|
},
|
|
16845
16845
|
{
|
|
16846
16846
|
"kind": "javascript-module",
|
|
16847
|
-
"path": "src/
|
|
16847
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
16848
16848
|
"declarations": [
|
|
16849
16849
|
{
|
|
16850
16850
|
"kind": "function",
|
|
16851
|
-
"name": "
|
|
16851
|
+
"name": "setValueWithAccessor",
|
|
16852
16852
|
"return": {
|
|
16853
16853
|
"type": {
|
|
16854
|
-
"text": "
|
|
16854
|
+
"text": "string"
|
|
16855
16855
|
}
|
|
16856
16856
|
},
|
|
16857
16857
|
"parameters": [
|
|
16858
16858
|
{
|
|
16859
|
-
"name": "
|
|
16859
|
+
"name": "data",
|
|
16860
16860
|
"type": {
|
|
16861
|
-
"text": "
|
|
16862
|
-
}
|
|
16863
|
-
"description": "The array to render"
|
|
16861
|
+
"text": "any"
|
|
16862
|
+
}
|
|
16864
16863
|
},
|
|
16865
16864
|
{
|
|
16866
|
-
"name": "
|
|
16867
|
-
"default": "true",
|
|
16865
|
+
"name": "accessor",
|
|
16868
16866
|
"type": {
|
|
16869
|
-
"text": "
|
|
16870
|
-
}
|
|
16871
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
16867
|
+
"text": "string"
|
|
16868
|
+
}
|
|
16872
16869
|
}
|
|
16873
|
-
]
|
|
16874
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
16875
|
-
"privacy": "public"
|
|
16870
|
+
]
|
|
16876
16871
|
}
|
|
16877
16872
|
],
|
|
16878
16873
|
"exports": [
|
|
16879
16874
|
{
|
|
16880
16875
|
"kind": "js",
|
|
16881
|
-
"name": "
|
|
16876
|
+
"name": "setValueWithAccessor",
|
|
16882
16877
|
"declaration": {
|
|
16883
|
-
"name": "
|
|
16884
|
-
"module": "src/
|
|
16878
|
+
"name": "setValueWithAccessor",
|
|
16879
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
16885
16880
|
}
|
|
16886
16881
|
}
|
|
16887
16882
|
]
|
|
16888
16883
|
},
|
|
16889
16884
|
{
|
|
16890
16885
|
"kind": "javascript-module",
|
|
16891
|
-
"path": "src/
|
|
16886
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
16892
16887
|
"declarations": [],
|
|
16893
16888
|
"exports": [
|
|
16894
16889
|
{
|
|
@@ -16896,53 +16891,58 @@
|
|
|
16896
16891
|
"name": "*",
|
|
16897
16892
|
"declaration": {
|
|
16898
16893
|
"name": "*",
|
|
16899
|
-
"package": "./
|
|
16894
|
+
"package": "./accessor"
|
|
16900
16895
|
}
|
|
16901
16896
|
}
|
|
16902
16897
|
]
|
|
16903
16898
|
},
|
|
16904
16899
|
{
|
|
16905
16900
|
"kind": "javascript-module",
|
|
16906
|
-
"path": "src/
|
|
16901
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
16907
16902
|
"declarations": [
|
|
16908
16903
|
{
|
|
16909
16904
|
"kind": "function",
|
|
16910
|
-
"name": "
|
|
16905
|
+
"name": "gridProColumns",
|
|
16911
16906
|
"return": {
|
|
16912
16907
|
"type": {
|
|
16913
|
-
"text": "
|
|
16908
|
+
"text": "CaptureType<TSource>"
|
|
16914
16909
|
}
|
|
16915
16910
|
},
|
|
16916
16911
|
"parameters": [
|
|
16917
16912
|
{
|
|
16918
|
-
"name": "
|
|
16913
|
+
"name": "itemsBinding",
|
|
16919
16914
|
"type": {
|
|
16920
|
-
"text": "
|
|
16921
|
-
}
|
|
16915
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
16916
|
+
},
|
|
16917
|
+
"description": "The array to render"
|
|
16922
16918
|
},
|
|
16923
16919
|
{
|
|
16924
|
-
"name": "
|
|
16920
|
+
"name": "includeRenderers",
|
|
16921
|
+
"default": "true",
|
|
16925
16922
|
"type": {
|
|
16926
|
-
"text": "
|
|
16927
|
-
}
|
|
16923
|
+
"text": "boolean"
|
|
16924
|
+
},
|
|
16925
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
16928
16926
|
}
|
|
16929
|
-
]
|
|
16927
|
+
],
|
|
16928
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
16929
|
+
"privacy": "public"
|
|
16930
16930
|
}
|
|
16931
16931
|
],
|
|
16932
16932
|
"exports": [
|
|
16933
16933
|
{
|
|
16934
16934
|
"kind": "js",
|
|
16935
|
-
"name": "
|
|
16935
|
+
"name": "gridProColumns",
|
|
16936
16936
|
"declaration": {
|
|
16937
|
-
"name": "
|
|
16938
|
-
"module": "src/
|
|
16937
|
+
"name": "gridProColumns",
|
|
16938
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
16939
16939
|
}
|
|
16940
16940
|
}
|
|
16941
16941
|
]
|
|
16942
16942
|
},
|
|
16943
16943
|
{
|
|
16944
16944
|
"kind": "javascript-module",
|
|
16945
|
-
"path": "src/
|
|
16945
|
+
"path": "src/column/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": "./grid-pro-columns"
|
|
16954
16954
|
}
|
|
16955
16955
|
}
|
|
16956
16956
|
]
|