@genesislcap/grid-pro 14.335.0 → 14.336.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 +1031 -1031
- 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
|
{
|
|
@@ -6441,335 +6128,648 @@
|
|
|
6441
6128
|
},
|
|
6442
6129
|
{
|
|
6443
6130
|
"kind": "javascript-module",
|
|
6444
|
-
"path": "src/
|
|
6131
|
+
"path": "src/column/column.template.ts",
|
|
6445
6132
|
"declarations": [
|
|
6446
6133
|
{
|
|
6447
6134
|
"kind": "variable",
|
|
6448
|
-
"name": "
|
|
6449
|
-
"
|
|
6450
|
-
|
|
6451
|
-
},
|
|
6452
|
-
"default": "';'",
|
|
6453
|
-
"description": "The delimiter for the criteria string.",
|
|
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.",
|
|
6454
6138
|
"privacy": "public"
|
|
6455
|
-
}
|
|
6139
|
+
}
|
|
6140
|
+
],
|
|
6141
|
+
"exports": [
|
|
6456
6142
|
{
|
|
6457
|
-
"kind": "
|
|
6458
|
-
"name": "
|
|
6459
|
-
"
|
|
6460
|
-
"
|
|
6461
|
-
|
|
6462
|
-
|
|
6463
|
-
|
|
6464
|
-
|
|
6465
|
-
|
|
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",
|
|
6155
|
+
"declarations": [
|
|
6466
6156
|
{
|
|
6467
6157
|
"kind": "class",
|
|
6468
|
-
"description": "The
|
|
6469
|
-
"name": "
|
|
6158
|
+
"description": "The Grid Pro Column element.",
|
|
6159
|
+
"name": "GridProColumn",
|
|
6470
6160
|
"members": [
|
|
6471
6161
|
{
|
|
6472
6162
|
"kind": "field",
|
|
6473
|
-
"name": "
|
|
6474
|
-
"type": {
|
|
6475
|
-
"text": "Connect"
|
|
6476
|
-
}
|
|
6477
|
-
},
|
|
6478
|
-
{
|
|
6479
|
-
"kind": "field",
|
|
6480
|
-
"name": "datasource",
|
|
6481
|
-
"type": {
|
|
6482
|
-
"text": "Datasource"
|
|
6483
|
-
}
|
|
6484
|
-
},
|
|
6485
|
-
{
|
|
6486
|
-
"kind": "field",
|
|
6487
|
-
"name": "deferredGridOptions",
|
|
6488
|
-
"type": {
|
|
6489
|
-
"text": "GridOptions"
|
|
6490
|
-
}
|
|
6491
|
-
},
|
|
6492
|
-
{
|
|
6493
|
-
"kind": "field",
|
|
6494
|
-
"name": "deferredColumnStates",
|
|
6495
|
-
"type": {
|
|
6496
|
-
"text": "ColumnState[]"
|
|
6497
|
-
}
|
|
6498
|
-
},
|
|
6499
|
-
{
|
|
6500
|
-
"kind": "field",
|
|
6501
|
-
"name": "rowDataMapper",
|
|
6502
|
-
"type": {
|
|
6503
|
-
"text": "Function"
|
|
6504
|
-
},
|
|
6505
|
-
"description": "Allows grid data updates to be processed via and external function before applying in grid"
|
|
6506
|
-
},
|
|
6507
|
-
{
|
|
6508
|
-
"kind": "field",
|
|
6509
|
-
"name": "criteria",
|
|
6510
|
-
"type": {
|
|
6511
|
-
"text": "string"
|
|
6512
|
-
},
|
|
6513
|
-
"description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription."
|
|
6514
|
-
},
|
|
6515
|
-
{
|
|
6516
|
-
"kind": "field",
|
|
6517
|
-
"name": "isSnapshot",
|
|
6163
|
+
"name": "slottedAgCell",
|
|
6518
6164
|
"type": {
|
|
6519
|
-
"text": "
|
|
6165
|
+
"text": "HTMLElement[]"
|
|
6520
6166
|
},
|
|
6521
|
-
"
|
|
6522
|
-
"description": "Request a snapshot from the server."
|
|
6167
|
+
"privacy": "public"
|
|
6523
6168
|
},
|
|
6524
6169
|
{
|
|
6525
6170
|
"kind": "field",
|
|
6526
|
-
"name": "
|
|
6171
|
+
"name": "definition",
|
|
6527
6172
|
"type": {
|
|
6528
|
-
"text": "
|
|
6173
|
+
"text": "ColDef"
|
|
6529
6174
|
},
|
|
6530
|
-
"
|
|
6175
|
+
"default": "{}"
|
|
6531
6176
|
},
|
|
6532
6177
|
{
|
|
6533
|
-
"kind": "
|
|
6534
|
-
"name": "
|
|
6535
|
-
"
|
|
6536
|
-
"text": "string"
|
|
6537
|
-
},
|
|
6538
|
-
"description": "Option to select a Data Server index (defined in the Data Server query), which is especially useful if you want the data to be sorted in a specific way."
|
|
6178
|
+
"kind": "method",
|
|
6179
|
+
"name": "slottedAgCellChanged",
|
|
6180
|
+
"privacy": "public"
|
|
6539
6181
|
},
|
|
6540
6182
|
{
|
|
6541
|
-
"kind": "
|
|
6542
|
-
"name": "
|
|
6543
|
-
"
|
|
6544
|
-
"
|
|
6183
|
+
"kind": "method",
|
|
6184
|
+
"name": "deepClone",
|
|
6185
|
+
"return": {
|
|
6186
|
+
"type": {
|
|
6187
|
+
"text": "Node"
|
|
6188
|
+
}
|
|
6545
6189
|
},
|
|
6546
|
-
"
|
|
6190
|
+
"inheritedFrom": {
|
|
6191
|
+
"name": "LifecycleMixin",
|
|
6192
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6193
|
+
}
|
|
6547
6194
|
},
|
|
6548
6195
|
{
|
|
6549
|
-
"kind": "
|
|
6550
|
-
"name": "
|
|
6551
|
-
"
|
|
6552
|
-
"
|
|
6196
|
+
"kind": "method",
|
|
6197
|
+
"name": "cloneNode",
|
|
6198
|
+
"return": {
|
|
6199
|
+
"type": {
|
|
6200
|
+
"text": "Node"
|
|
6201
|
+
}
|
|
6553
6202
|
},
|
|
6554
|
-
"
|
|
6203
|
+
"parameters": [
|
|
6204
|
+
{
|
|
6205
|
+
"name": "deep",
|
|
6206
|
+
"optional": true,
|
|
6207
|
+
"type": {
|
|
6208
|
+
"text": "boolean"
|
|
6209
|
+
}
|
|
6210
|
+
}
|
|
6211
|
+
],
|
|
6212
|
+
"inheritedFrom": {
|
|
6213
|
+
"name": "LifecycleMixin",
|
|
6214
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6215
|
+
}
|
|
6555
6216
|
},
|
|
6556
6217
|
{
|
|
6557
6218
|
"kind": "field",
|
|
6558
|
-
"name": "
|
|
6559
|
-
"
|
|
6560
|
-
"
|
|
6219
|
+
"name": "shouldRunDisconnect",
|
|
6220
|
+
"return": {
|
|
6221
|
+
"type": {
|
|
6222
|
+
"text": ""
|
|
6223
|
+
}
|
|
6561
6224
|
},
|
|
6562
|
-
"
|
|
6225
|
+
"readonly": true,
|
|
6226
|
+
"inheritedFrom": {
|
|
6227
|
+
"name": "LifecycleMixin",
|
|
6228
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6229
|
+
}
|
|
6563
6230
|
},
|
|
6564
6231
|
{
|
|
6565
6232
|
"kind": "field",
|
|
6566
|
-
"name": "
|
|
6567
|
-
"
|
|
6568
|
-
"
|
|
6233
|
+
"name": "shouldRunConnect",
|
|
6234
|
+
"return": {
|
|
6235
|
+
"type": {
|
|
6236
|
+
"text": ""
|
|
6237
|
+
}
|
|
6569
6238
|
},
|
|
6570
|
-
"
|
|
6239
|
+
"readonly": true,
|
|
6240
|
+
"inheritedFrom": {
|
|
6241
|
+
"name": "LifecycleMixin",
|
|
6242
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6243
|
+
}
|
|
6571
6244
|
},
|
|
6572
6245
|
{
|
|
6573
|
-
"kind": "
|
|
6574
|
-
"name": "
|
|
6575
|
-
"
|
|
6576
|
-
"
|
|
6246
|
+
"kind": "method",
|
|
6247
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
6248
|
+
"return": {
|
|
6249
|
+
"type": {
|
|
6250
|
+
"text": "boolean"
|
|
6251
|
+
}
|
|
6577
6252
|
},
|
|
6578
|
-
"
|
|
6579
|
-
|
|
6253
|
+
"parameters": [
|
|
6254
|
+
{
|
|
6255
|
+
"name": "lifecycleType",
|
|
6256
|
+
"type": {
|
|
6257
|
+
"text": "Lifecycletype"
|
|
6258
|
+
}
|
|
6259
|
+
}
|
|
6260
|
+
],
|
|
6261
|
+
"inheritedFrom": {
|
|
6262
|
+
"name": "LifecycleMixin",
|
|
6263
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6264
|
+
}
|
|
6580
6265
|
},
|
|
6581
6266
|
{
|
|
6582
6267
|
"kind": "field",
|
|
6583
|
-
"name": "
|
|
6268
|
+
"name": "_presentation",
|
|
6584
6269
|
"type": {
|
|
6585
|
-
"text": "
|
|
6270
|
+
"text": "ComponentPresentation | null | undefined"
|
|
6586
6271
|
},
|
|
6587
|
-
"
|
|
6588
|
-
"
|
|
6272
|
+
"privacy": "private",
|
|
6273
|
+
"default": "void 0",
|
|
6274
|
+
"inheritedFrom": {
|
|
6275
|
+
"name": "FoundationElement",
|
|
6276
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6277
|
+
}
|
|
6589
6278
|
},
|
|
6590
6279
|
{
|
|
6591
6280
|
"kind": "field",
|
|
6592
|
-
"name": "
|
|
6281
|
+
"name": "$presentation",
|
|
6593
6282
|
"type": {
|
|
6594
|
-
"text": "
|
|
6283
|
+
"text": "ComponentPresentation | null"
|
|
6595
6284
|
},
|
|
6596
|
-
"
|
|
6597
|
-
"description": "
|
|
6285
|
+
"privacy": "public",
|
|
6286
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
6287
|
+
"inheritedFrom": {
|
|
6288
|
+
"name": "FoundationElement",
|
|
6289
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6290
|
+
}
|
|
6598
6291
|
},
|
|
6599
6292
|
{
|
|
6600
6293
|
"kind": "field",
|
|
6601
|
-
"name": "
|
|
6294
|
+
"name": "template",
|
|
6602
6295
|
"type": {
|
|
6603
|
-
"text": "
|
|
6296
|
+
"text": "ElementViewTemplate | void | null"
|
|
6604
6297
|
},
|
|
6605
|
-
"
|
|
6298
|
+
"privacy": "public",
|
|
6299
|
+
"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.",
|
|
6300
|
+
"inheritedFrom": {
|
|
6301
|
+
"name": "FoundationElement",
|
|
6302
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6303
|
+
}
|
|
6606
6304
|
},
|
|
6607
6305
|
{
|
|
6608
|
-
"kind": "
|
|
6609
|
-
"name": "
|
|
6610
|
-
"
|
|
6611
|
-
|
|
6306
|
+
"kind": "method",
|
|
6307
|
+
"name": "templateChanged",
|
|
6308
|
+
"privacy": "protected",
|
|
6309
|
+
"return": {
|
|
6310
|
+
"type": {
|
|
6311
|
+
"text": "void"
|
|
6312
|
+
}
|
|
6612
6313
|
},
|
|
6613
|
-
"
|
|
6314
|
+
"inheritedFrom": {
|
|
6315
|
+
"name": "FoundationElement",
|
|
6316
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6317
|
+
}
|
|
6614
6318
|
},
|
|
6615
6319
|
{
|
|
6616
6320
|
"kind": "field",
|
|
6617
|
-
"name": "
|
|
6321
|
+
"name": "styles",
|
|
6618
6322
|
"type": {
|
|
6619
|
-
"text": "
|
|
6323
|
+
"text": "ElementStyles | void | null"
|
|
6620
6324
|
},
|
|
6621
|
-
"
|
|
6622
|
-
"description": "
|
|
6325
|
+
"privacy": "public",
|
|
6326
|
+
"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.",
|
|
6327
|
+
"inheritedFrom": {
|
|
6328
|
+
"name": "FoundationElement",
|
|
6329
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6330
|
+
}
|
|
6623
6331
|
},
|
|
6624
6332
|
{
|
|
6625
|
-
"kind": "
|
|
6626
|
-
"name": "
|
|
6627
|
-
"
|
|
6628
|
-
|
|
6333
|
+
"kind": "method",
|
|
6334
|
+
"name": "stylesChanged",
|
|
6335
|
+
"privacy": "protected",
|
|
6336
|
+
"return": {
|
|
6337
|
+
"type": {
|
|
6338
|
+
"text": "void"
|
|
6339
|
+
}
|
|
6629
6340
|
},
|
|
6630
|
-
"
|
|
6341
|
+
"inheritedFrom": {
|
|
6342
|
+
"name": "FoundationElement",
|
|
6343
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6344
|
+
}
|
|
6631
6345
|
},
|
|
6632
6346
|
{
|
|
6633
|
-
"kind": "
|
|
6634
|
-
"name": "
|
|
6635
|
-
"
|
|
6636
|
-
|
|
6347
|
+
"kind": "method",
|
|
6348
|
+
"name": "compose",
|
|
6349
|
+
"privacy": "public",
|
|
6350
|
+
"static": true,
|
|
6351
|
+
"return": {
|
|
6352
|
+
"type": {
|
|
6353
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
6354
|
+
}
|
|
6637
6355
|
},
|
|
6638
|
-
"
|
|
6639
|
-
|
|
6640
|
-
|
|
6641
|
-
|
|
6642
|
-
|
|
6643
|
-
|
|
6644
|
-
|
|
6645
|
-
|
|
6356
|
+
"parameters": [
|
|
6357
|
+
{
|
|
6358
|
+
"name": "this",
|
|
6359
|
+
"type": {
|
|
6360
|
+
"text": "K"
|
|
6361
|
+
}
|
|
6362
|
+
},
|
|
6363
|
+
{
|
|
6364
|
+
"name": "elementDefinition",
|
|
6365
|
+
"type": {
|
|
6366
|
+
"text": "T"
|
|
6367
|
+
},
|
|
6368
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
6369
|
+
}
|
|
6370
|
+
],
|
|
6371
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6372
|
+
"inheritedFrom": {
|
|
6373
|
+
"name": "FoundationElement",
|
|
6374
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6375
|
+
}
|
|
6376
|
+
}
|
|
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
|
|
6390
|
+
}
|
|
6391
|
+
],
|
|
6392
|
+
"exports": [
|
|
6393
|
+
{
|
|
6394
|
+
"kind": "js",
|
|
6395
|
+
"name": "GridProColumn",
|
|
6396
|
+
"declaration": {
|
|
6397
|
+
"name": "GridProColumn",
|
|
6398
|
+
"module": "src/column/column.ts"
|
|
6399
|
+
}
|
|
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
|
+
{
|
|
6417
|
+
"kind": "js",
|
|
6418
|
+
"name": "*",
|
|
6419
|
+
"declaration": {
|
|
6420
|
+
"name": "*",
|
|
6421
|
+
"package": "./column.template"
|
|
6422
|
+
}
|
|
6423
|
+
},
|
|
6424
|
+
{
|
|
6425
|
+
"kind": "js",
|
|
6426
|
+
"name": "*",
|
|
6427
|
+
"declaration": {
|
|
6428
|
+
"name": "*",
|
|
6429
|
+
"package": "./column"
|
|
6430
|
+
}
|
|
6431
|
+
},
|
|
6432
|
+
{
|
|
6433
|
+
"kind": "js",
|
|
6434
|
+
"name": "*",
|
|
6435
|
+
"declaration": {
|
|
6436
|
+
"name": "*",
|
|
6437
|
+
"package": "./utils"
|
|
6438
|
+
}
|
|
6439
|
+
}
|
|
6440
|
+
]
|
|
6441
|
+
},
|
|
6442
|
+
{
|
|
6443
|
+
"kind": "javascript-module",
|
|
6444
|
+
"path": "src/datasource/base.datasource.ts",
|
|
6445
|
+
"declarations": [
|
|
6446
|
+
{
|
|
6447
|
+
"kind": "variable",
|
|
6448
|
+
"name": "criteriaDelimiter",
|
|
6449
|
+
"type": {
|
|
6450
|
+
"text": "string"
|
|
6451
|
+
},
|
|
6452
|
+
"default": "';'",
|
|
6453
|
+
"description": "The delimiter for the criteria string.",
|
|
6454
|
+
"privacy": "public"
|
|
6455
|
+
},
|
|
6456
|
+
{
|
|
6457
|
+
"kind": "variable",
|
|
6458
|
+
"name": "criteriaJoin",
|
|
6459
|
+
"type": {
|
|
6460
|
+
"text": "string"
|
|
6461
|
+
},
|
|
6462
|
+
"default": "' && '",
|
|
6463
|
+
"description": "The join for the criteria string.",
|
|
6464
|
+
"privacy": "public"
|
|
6465
|
+
},
|
|
6466
|
+
{
|
|
6467
|
+
"kind": "class",
|
|
6468
|
+
"description": "The base datasource element for the grid-pro element.",
|
|
6469
|
+
"name": "GenesisGridDatasourceElement",
|
|
6470
|
+
"members": [
|
|
6646
6471
|
{
|
|
6647
6472
|
"kind": "field",
|
|
6648
|
-
"name": "
|
|
6473
|
+
"name": "connect",
|
|
6649
6474
|
"type": {
|
|
6650
|
-
"text": "
|
|
6651
|
-
}
|
|
6652
|
-
"default": "true",
|
|
6653
|
-
"description": "Attribute to set whether the datasource should restart when it reconnects."
|
|
6475
|
+
"text": "Connect"
|
|
6476
|
+
}
|
|
6654
6477
|
},
|
|
6655
6478
|
{
|
|
6656
6479
|
"kind": "field",
|
|
6657
|
-
"name": "
|
|
6480
|
+
"name": "datasource",
|
|
6658
6481
|
"type": {
|
|
6659
|
-
"text": "
|
|
6660
|
-
}
|
|
6661
|
-
"privacy": "protected",
|
|
6662
|
-
"readonly": true
|
|
6482
|
+
"text": "Datasource"
|
|
6483
|
+
}
|
|
6663
6484
|
},
|
|
6664
6485
|
{
|
|
6665
6486
|
"kind": "field",
|
|
6666
|
-
"name": "
|
|
6487
|
+
"name": "deferredGridOptions",
|
|
6667
6488
|
"type": {
|
|
6668
|
-
"text": "
|
|
6669
|
-
}
|
|
6670
|
-
"privacy": "protected",
|
|
6671
|
-
"default": "new Map()"
|
|
6489
|
+
"text": "GridOptions"
|
|
6490
|
+
}
|
|
6672
6491
|
},
|
|
6673
6492
|
{
|
|
6674
6493
|
"kind": "field",
|
|
6675
|
-
"name": "
|
|
6494
|
+
"name": "deferredColumnStates",
|
|
6676
6495
|
"type": {
|
|
6677
|
-
"text": "
|
|
6678
|
-
}
|
|
6679
|
-
"privacy": "protected",
|
|
6680
|
-
"default": "new BehaviorSubject(new Map())"
|
|
6496
|
+
"text": "ColumnState[]"
|
|
6497
|
+
}
|
|
6681
6498
|
},
|
|
6682
6499
|
{
|
|
6683
|
-
"kind": "
|
|
6684
|
-
"name": "
|
|
6685
|
-
"
|
|
6686
|
-
|
|
6687
|
-
|
|
6688
|
-
|
|
6689
|
-
}
|
|
6690
|
-
}
|
|
6500
|
+
"kind": "field",
|
|
6501
|
+
"name": "rowDataMapper",
|
|
6502
|
+
"type": {
|
|
6503
|
+
"text": "Function"
|
|
6504
|
+
},
|
|
6505
|
+
"description": "Allows grid data updates to be processed via and external function before applying in grid"
|
|
6691
6506
|
},
|
|
6692
6507
|
{
|
|
6693
|
-
"kind": "
|
|
6694
|
-
"name": "
|
|
6695
|
-
"
|
|
6696
|
-
|
|
6697
|
-
|
|
6698
|
-
|
|
6699
|
-
}
|
|
6700
|
-
}
|
|
6508
|
+
"kind": "field",
|
|
6509
|
+
"name": "criteria",
|
|
6510
|
+
"type": {
|
|
6511
|
+
"text": "string"
|
|
6512
|
+
},
|
|
6513
|
+
"description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription."
|
|
6701
6514
|
},
|
|
6702
6515
|
{
|
|
6703
|
-
"kind": "
|
|
6704
|
-
"name": "
|
|
6705
|
-
"
|
|
6706
|
-
|
|
6707
|
-
|
|
6708
|
-
|
|
6709
|
-
|
|
6710
|
-
"text": "string"
|
|
6711
|
-
}
|
|
6712
|
-
},
|
|
6713
|
-
{
|
|
6714
|
-
"name": "newFilter",
|
|
6715
|
-
"type": {
|
|
6716
|
-
"text": "string"
|
|
6717
|
-
}
|
|
6718
|
-
}
|
|
6719
|
-
]
|
|
6516
|
+
"kind": "field",
|
|
6517
|
+
"name": "isSnapshot",
|
|
6518
|
+
"type": {
|
|
6519
|
+
"text": "boolean"
|
|
6520
|
+
},
|
|
6521
|
+
"default": "false",
|
|
6522
|
+
"description": "Request a snapshot from the server."
|
|
6720
6523
|
},
|
|
6721
6524
|
{
|
|
6722
|
-
"kind": "
|
|
6723
|
-
"name": "
|
|
6724
|
-
"
|
|
6725
|
-
|
|
6726
|
-
|
|
6727
|
-
|
|
6728
|
-
"type": {
|
|
6729
|
-
"text": "string"
|
|
6730
|
-
}
|
|
6731
|
-
}
|
|
6732
|
-
]
|
|
6525
|
+
"kind": "field",
|
|
6526
|
+
"name": "maxRows",
|
|
6527
|
+
"type": {
|
|
6528
|
+
"text": "number"
|
|
6529
|
+
},
|
|
6530
|
+
"description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages."
|
|
6733
6531
|
},
|
|
6734
6532
|
{
|
|
6735
6533
|
"kind": "field",
|
|
6736
|
-
"name": "
|
|
6534
|
+
"name": "orderBy",
|
|
6737
6535
|
"type": {
|
|
6738
|
-
"text": "
|
|
6536
|
+
"text": "string"
|
|
6739
6537
|
},
|
|
6740
|
-
"
|
|
6538
|
+
"description": "Option to select a Data Server index (defined in the Data Server query), which is especially useful if you want the data to be sorted in a specific way."
|
|
6741
6539
|
},
|
|
6742
6540
|
{
|
|
6743
|
-
"kind": "
|
|
6744
|
-
"name": "
|
|
6745
|
-
"
|
|
6746
|
-
|
|
6747
|
-
|
|
6748
|
-
|
|
6749
|
-
"text": "DatasourceStatus"
|
|
6750
|
-
}
|
|
6751
|
-
},
|
|
6752
|
-
{
|
|
6753
|
-
"name": "next",
|
|
6754
|
-
"type": {
|
|
6755
|
-
"text": "DatasourceStatus"
|
|
6756
|
-
}
|
|
6757
|
-
}
|
|
6758
|
-
]
|
|
6541
|
+
"kind": "field",
|
|
6542
|
+
"name": "resourceName",
|
|
6543
|
+
"type": {
|
|
6544
|
+
"text": "string"
|
|
6545
|
+
},
|
|
6546
|
+
"description": "The name of the target Data Server query or Request Server requestReply."
|
|
6759
6547
|
},
|
|
6760
6548
|
{
|
|
6761
6549
|
"kind": "field",
|
|
6762
|
-
"name": "
|
|
6550
|
+
"name": "viewNumber",
|
|
6763
6551
|
"type": {
|
|
6764
|
-
"text": "
|
|
6552
|
+
"text": "number"
|
|
6765
6553
|
},
|
|
6766
|
-
"
|
|
6767
|
-
"readonly": true
|
|
6554
|
+
"description": "The desired view/page you want data from."
|
|
6768
6555
|
},
|
|
6769
6556
|
{
|
|
6770
|
-
"kind": "
|
|
6771
|
-
"name": "
|
|
6772
|
-
"
|
|
6557
|
+
"kind": "field",
|
|
6558
|
+
"name": "fields",
|
|
6559
|
+
"type": {
|
|
6560
|
+
"text": "string"
|
|
6561
|
+
},
|
|
6562
|
+
"description": "Optional parameter that allows you to select a subset of fields from the query if the client is not interested in receiving all of them."
|
|
6563
|
+
},
|
|
6564
|
+
{
|
|
6565
|
+
"kind": "field",
|
|
6566
|
+
"name": "maxView",
|
|
6567
|
+
"type": {
|
|
6568
|
+
"text": "number"
|
|
6569
|
+
},
|
|
6570
|
+
"description": "Maximum number of rows to track as part of a client \"view\"."
|
|
6571
|
+
},
|
|
6572
|
+
{
|
|
6573
|
+
"kind": "field",
|
|
6574
|
+
"name": "movingView",
|
|
6575
|
+
"type": {
|
|
6576
|
+
"text": "boolean"
|
|
6577
|
+
},
|
|
6578
|
+
"default": "false",
|
|
6579
|
+
"description": "If true, when the maximum number of rows defined in max-view is reached, the Data Server will start discarding the oldest rows (in terms of timestamp) and sending newer rows."
|
|
6580
|
+
},
|
|
6581
|
+
{
|
|
6582
|
+
"kind": "field",
|
|
6583
|
+
"name": "reverse",
|
|
6584
|
+
"type": {
|
|
6585
|
+
"text": "boolean"
|
|
6586
|
+
},
|
|
6587
|
+
"default": "false",
|
|
6588
|
+
"description": "Option that changes the Data Server index iteration."
|
|
6589
|
+
},
|
|
6590
|
+
{
|
|
6591
|
+
"kind": "field",
|
|
6592
|
+
"name": "disablePolling",
|
|
6593
|
+
"type": {
|
|
6594
|
+
"text": "boolean"
|
|
6595
|
+
},
|
|
6596
|
+
"default": "false",
|
|
6597
|
+
"description": "Disables polling if set to true (data updates for the grid will not be fetched automatically)."
|
|
6598
|
+
},
|
|
6599
|
+
{
|
|
6600
|
+
"kind": "field",
|
|
6601
|
+
"name": "offset",
|
|
6602
|
+
"type": {
|
|
6603
|
+
"text": "number"
|
|
6604
|
+
},
|
|
6605
|
+
"description": "The offset for pagination in REQUEST_SERVER scenarios."
|
|
6606
|
+
},
|
|
6607
|
+
{
|
|
6608
|
+
"kind": "field",
|
|
6609
|
+
"name": "pollingInterval",
|
|
6610
|
+
"type": {
|
|
6611
|
+
"text": "number"
|
|
6612
|
+
},
|
|
6613
|
+
"description": "Custom polling frequency (in milliseconds) for a Request Server resource."
|
|
6614
|
+
},
|
|
6615
|
+
{
|
|
6616
|
+
"kind": "field",
|
|
6617
|
+
"name": "pollTriggerEvents",
|
|
6618
|
+
"type": {
|
|
6619
|
+
"text": "string[]"
|
|
6620
|
+
},
|
|
6621
|
+
"default": "[]",
|
|
6622
|
+
"description": "Array of event names that will trigger a poll when received as commit responses."
|
|
6623
|
+
},
|
|
6624
|
+
{
|
|
6625
|
+
"kind": "field",
|
|
6626
|
+
"name": "request",
|
|
6627
|
+
"type": {
|
|
6628
|
+
"text": "any"
|
|
6629
|
+
},
|
|
6630
|
+
"description": "Similar to fields but for Request Server scenarios. This optional parameter enables you to specify request fields, which can include wildcards."
|
|
6631
|
+
},
|
|
6632
|
+
{
|
|
6633
|
+
"kind": "field",
|
|
6634
|
+
"name": "requestAutoSetup",
|
|
6635
|
+
"type": {
|
|
6636
|
+
"text": "boolean"
|
|
6637
|
+
},
|
|
6638
|
+
"default": "true",
|
|
6639
|
+
"description": "Attribute to set whether the REQUEST object should be automatically set up."
|
|
6640
|
+
},
|
|
6641
|
+
{
|
|
6642
|
+
"kind": "field",
|
|
6643
|
+
"name": "rowIdAttr",
|
|
6644
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
|
|
6645
|
+
},
|
|
6646
|
+
{
|
|
6647
|
+
"kind": "field",
|
|
6648
|
+
"name": "restartOnReconnection",
|
|
6649
|
+
"type": {
|
|
6650
|
+
"text": "boolean"
|
|
6651
|
+
},
|
|
6652
|
+
"default": "true",
|
|
6653
|
+
"description": "Attribute to set whether the datasource should restart when it reconnects."
|
|
6654
|
+
},
|
|
6655
|
+
{
|
|
6656
|
+
"kind": "field",
|
|
6657
|
+
"name": "defaultRowIdByResourceType",
|
|
6658
|
+
"type": {
|
|
6659
|
+
"text": "string"
|
|
6660
|
+
},
|
|
6661
|
+
"privacy": "protected",
|
|
6662
|
+
"readonly": true
|
|
6663
|
+
},
|
|
6664
|
+
{
|
|
6665
|
+
"kind": "field",
|
|
6666
|
+
"name": "criteriaFromFilters",
|
|
6667
|
+
"type": {
|
|
6668
|
+
"text": "Map<string, string>"
|
|
6669
|
+
},
|
|
6670
|
+
"privacy": "protected",
|
|
6671
|
+
"default": "new Map()"
|
|
6672
|
+
},
|
|
6673
|
+
{
|
|
6674
|
+
"kind": "field",
|
|
6675
|
+
"name": "update",
|
|
6676
|
+
"type": {
|
|
6677
|
+
"text": "BehaviorSubject<Map<string, string>>"
|
|
6678
|
+
},
|
|
6679
|
+
"privacy": "protected",
|
|
6680
|
+
"default": "new BehaviorSubject(new Map())"
|
|
6681
|
+
},
|
|
6682
|
+
{
|
|
6683
|
+
"kind": "method",
|
|
6684
|
+
"name": "datasourceOptions",
|
|
6685
|
+
"privacy": "protected",
|
|
6686
|
+
"return": {
|
|
6687
|
+
"type": {
|
|
6688
|
+
"text": "DatasourceOptions"
|
|
6689
|
+
}
|
|
6690
|
+
}
|
|
6691
|
+
},
|
|
6692
|
+
{
|
|
6693
|
+
"kind": "method",
|
|
6694
|
+
"name": "buildCriteria",
|
|
6695
|
+
"privacy": "private",
|
|
6696
|
+
"return": {
|
|
6697
|
+
"type": {
|
|
6698
|
+
"text": "string"
|
|
6699
|
+
}
|
|
6700
|
+
}
|
|
6701
|
+
},
|
|
6702
|
+
{
|
|
6703
|
+
"kind": "method",
|
|
6704
|
+
"name": "setFilter",
|
|
6705
|
+
"privacy": "public",
|
|
6706
|
+
"parameters": [
|
|
6707
|
+
{
|
|
6708
|
+
"name": "fieldName",
|
|
6709
|
+
"type": {
|
|
6710
|
+
"text": "string"
|
|
6711
|
+
}
|
|
6712
|
+
},
|
|
6713
|
+
{
|
|
6714
|
+
"name": "newFilter",
|
|
6715
|
+
"type": {
|
|
6716
|
+
"text": "string"
|
|
6717
|
+
}
|
|
6718
|
+
}
|
|
6719
|
+
]
|
|
6720
|
+
},
|
|
6721
|
+
{
|
|
6722
|
+
"kind": "method",
|
|
6723
|
+
"name": "removeFilter",
|
|
6724
|
+
"privacy": "public",
|
|
6725
|
+
"parameters": [
|
|
6726
|
+
{
|
|
6727
|
+
"name": "fieldName",
|
|
6728
|
+
"type": {
|
|
6729
|
+
"text": "string"
|
|
6730
|
+
}
|
|
6731
|
+
}
|
|
6732
|
+
]
|
|
6733
|
+
},
|
|
6734
|
+
{
|
|
6735
|
+
"kind": "field",
|
|
6736
|
+
"name": "isRequestServer",
|
|
6737
|
+
"type": {
|
|
6738
|
+
"text": "boolean"
|
|
6739
|
+
},
|
|
6740
|
+
"readonly": true
|
|
6741
|
+
},
|
|
6742
|
+
{
|
|
6743
|
+
"kind": "method",
|
|
6744
|
+
"name": "datasourceStatusChanged",
|
|
6745
|
+
"parameters": [
|
|
6746
|
+
{
|
|
6747
|
+
"name": "prev",
|
|
6748
|
+
"type": {
|
|
6749
|
+
"text": "DatasourceStatus"
|
|
6750
|
+
}
|
|
6751
|
+
},
|
|
6752
|
+
{
|
|
6753
|
+
"name": "next",
|
|
6754
|
+
"type": {
|
|
6755
|
+
"text": "DatasourceStatus"
|
|
6756
|
+
}
|
|
6757
|
+
}
|
|
6758
|
+
]
|
|
6759
|
+
},
|
|
6760
|
+
{
|
|
6761
|
+
"kind": "field",
|
|
6762
|
+
"name": "agGrid",
|
|
6763
|
+
"type": {
|
|
6764
|
+
"text": "GridPro | null"
|
|
6765
|
+
},
|
|
6766
|
+
"privacy": "protected",
|
|
6767
|
+
"readonly": true
|
|
6768
|
+
},
|
|
6769
|
+
{
|
|
6770
|
+
"kind": "method",
|
|
6771
|
+
"name": "handleErrors",
|
|
6772
|
+
"parameters": [
|
|
6773
6773
|
{
|
|
6774
6774
|
"name": "errors",
|
|
6775
6775
|
"type": {
|
|
@@ -15393,322 +15393,6 @@
|
|
|
15393
15393
|
}
|
|
15394
15394
|
]
|
|
15395
15395
|
},
|
|
15396
|
-
{
|
|
15397
|
-
"kind": "javascript-module",
|
|
15398
|
-
"path": "src/state-persistence/index.ts",
|
|
15399
|
-
"declarations": [],
|
|
15400
|
-
"exports": [
|
|
15401
|
-
{
|
|
15402
|
-
"kind": "js",
|
|
15403
|
-
"name": "*",
|
|
15404
|
-
"declaration": {
|
|
15405
|
-
"name": "*",
|
|
15406
|
-
"package": "./kv-state"
|
|
15407
|
-
}
|
|
15408
|
-
},
|
|
15409
|
-
{
|
|
15410
|
-
"kind": "js",
|
|
15411
|
-
"name": "*",
|
|
15412
|
-
"declaration": {
|
|
15413
|
-
"name": "*",
|
|
15414
|
-
"package": "./local-state"
|
|
15415
|
-
}
|
|
15416
|
-
},
|
|
15417
|
-
{
|
|
15418
|
-
"kind": "js",
|
|
15419
|
-
"name": "*",
|
|
15420
|
-
"declaration": {
|
|
15421
|
-
"name": "*",
|
|
15422
|
-
"package": "./state-persistence"
|
|
15423
|
-
}
|
|
15424
|
-
}
|
|
15425
|
-
]
|
|
15426
|
-
},
|
|
15427
|
-
{
|
|
15428
|
-
"kind": "javascript-module",
|
|
15429
|
-
"path": "src/state-persistence/kv-state.ts",
|
|
15430
|
-
"declarations": [
|
|
15431
|
-
{
|
|
15432
|
-
"kind": "class",
|
|
15433
|
-
"description": "Implementation for the KV Storage State Persistence interface.",
|
|
15434
|
-
"name": "KVStorageStatePersistence",
|
|
15435
|
-
"members": [
|
|
15436
|
-
{
|
|
15437
|
-
"kind": "field",
|
|
15438
|
-
"name": "kvStorage",
|
|
15439
|
-
"type": {
|
|
15440
|
-
"text": "KVStorage"
|
|
15441
|
-
}
|
|
15442
|
-
},
|
|
15443
|
-
{
|
|
15444
|
-
"kind": "field",
|
|
15445
|
-
"name": "session",
|
|
15446
|
-
"type": {
|
|
15447
|
-
"text": "Session"
|
|
15448
|
-
}
|
|
15449
|
-
},
|
|
15450
|
-
{
|
|
15451
|
-
"kind": "method",
|
|
15452
|
-
"name": "getColumnState",
|
|
15453
|
-
"return": {
|
|
15454
|
-
"type": {
|
|
15455
|
-
"text": "Promise<ColumnState[]>"
|
|
15456
|
-
}
|
|
15457
|
-
},
|
|
15458
|
-
"parameters": [
|
|
15459
|
-
{
|
|
15460
|
-
"name": "persistColumnStateKey",
|
|
15461
|
-
"type": {
|
|
15462
|
-
"text": "string"
|
|
15463
|
-
}
|
|
15464
|
-
}
|
|
15465
|
-
]
|
|
15466
|
-
},
|
|
15467
|
-
{
|
|
15468
|
-
"kind": "method",
|
|
15469
|
-
"name": "saveColumnState",
|
|
15470
|
-
"return": {
|
|
15471
|
-
"type": {
|
|
15472
|
-
"text": "Promise<void>"
|
|
15473
|
-
}
|
|
15474
|
-
},
|
|
15475
|
-
"parameters": [
|
|
15476
|
-
{
|
|
15477
|
-
"name": "persistColumnStateKey",
|
|
15478
|
-
"type": {
|
|
15479
|
-
"text": "string"
|
|
15480
|
-
}
|
|
15481
|
-
},
|
|
15482
|
-
{
|
|
15483
|
-
"name": "columnState",
|
|
15484
|
-
"type": {
|
|
15485
|
-
"text": "ColumnState[]"
|
|
15486
|
-
}
|
|
15487
|
-
}
|
|
15488
|
-
]
|
|
15489
|
-
},
|
|
15490
|
-
{
|
|
15491
|
-
"kind": "method",
|
|
15492
|
-
"name": "deleteColumnState",
|
|
15493
|
-
"return": {
|
|
15494
|
-
"type": {
|
|
15495
|
-
"text": "Promise<void>"
|
|
15496
|
-
}
|
|
15497
|
-
},
|
|
15498
|
-
"parameters": [
|
|
15499
|
-
{
|
|
15500
|
-
"name": "persistColumnStateKey",
|
|
15501
|
-
"type": {
|
|
15502
|
-
"text": "string"
|
|
15503
|
-
}
|
|
15504
|
-
}
|
|
15505
|
-
]
|
|
15506
|
-
},
|
|
15507
|
-
{
|
|
15508
|
-
"kind": "method",
|
|
15509
|
-
"name": "migrateLocalStorageToKVStorage",
|
|
15510
|
-
"privacy": "private",
|
|
15511
|
-
"return": {
|
|
15512
|
-
"type": {
|
|
15513
|
-
"text": "Promise<void>"
|
|
15514
|
-
}
|
|
15515
|
-
},
|
|
15516
|
-
"parameters": [
|
|
15517
|
-
{
|
|
15518
|
-
"name": "persistColumnStateKey",
|
|
15519
|
-
"type": {
|
|
15520
|
-
"text": "string"
|
|
15521
|
-
}
|
|
15522
|
-
}
|
|
15523
|
-
]
|
|
15524
|
-
},
|
|
15525
|
-
{
|
|
15526
|
-
"kind": "method",
|
|
15527
|
-
"name": "getFilterModel",
|
|
15528
|
-
"return": {
|
|
15529
|
-
"type": {
|
|
15530
|
-
"text": "Promise<{ [key: string]: any }>"
|
|
15531
|
-
}
|
|
15532
|
-
},
|
|
15533
|
-
"parameters": [
|
|
15534
|
-
{
|
|
15535
|
-
"name": "persistFilterModelKey",
|
|
15536
|
-
"type": {
|
|
15537
|
-
"text": "string"
|
|
15538
|
-
}
|
|
15539
|
-
}
|
|
15540
|
-
]
|
|
15541
|
-
},
|
|
15542
|
-
{
|
|
15543
|
-
"kind": "method",
|
|
15544
|
-
"name": "saveFilterModel",
|
|
15545
|
-
"return": {
|
|
15546
|
-
"type": {
|
|
15547
|
-
"text": "Promise<void>"
|
|
15548
|
-
}
|
|
15549
|
-
},
|
|
15550
|
-
"parameters": [
|
|
15551
|
-
{
|
|
15552
|
-
"name": "persistFilterModelKey",
|
|
15553
|
-
"type": {
|
|
15554
|
-
"text": "string"
|
|
15555
|
-
}
|
|
15556
|
-
},
|
|
15557
|
-
{
|
|
15558
|
-
"name": "filterModel",
|
|
15559
|
-
"type": {
|
|
15560
|
-
"text": "{ [key: string]: any }"
|
|
15561
|
-
}
|
|
15562
|
-
}
|
|
15563
|
-
]
|
|
15564
|
-
}
|
|
15565
|
-
]
|
|
15566
|
-
}
|
|
15567
|
-
],
|
|
15568
|
-
"exports": [
|
|
15569
|
-
{
|
|
15570
|
-
"kind": "js",
|
|
15571
|
-
"name": "KVStorageStatePersistence",
|
|
15572
|
-
"declaration": {
|
|
15573
|
-
"name": "KVStorageStatePersistence",
|
|
15574
|
-
"module": "src/state-persistence/kv-state.ts"
|
|
15575
|
-
}
|
|
15576
|
-
}
|
|
15577
|
-
]
|
|
15578
|
-
},
|
|
15579
|
-
{
|
|
15580
|
-
"kind": "javascript-module",
|
|
15581
|
-
"path": "src/state-persistence/local-state.ts",
|
|
15582
|
-
"declarations": [
|
|
15583
|
-
{
|
|
15584
|
-
"kind": "class",
|
|
15585
|
-
"description": "Implementation for the Local Storage State Persistence interface.",
|
|
15586
|
-
"name": "LocalStorageStatePersistence",
|
|
15587
|
-
"members": [
|
|
15588
|
-
{
|
|
15589
|
-
"kind": "field",
|
|
15590
|
-
"name": "session",
|
|
15591
|
-
"type": {
|
|
15592
|
-
"text": "Session"
|
|
15593
|
-
}
|
|
15594
|
-
},
|
|
15595
|
-
{
|
|
15596
|
-
"kind": "method",
|
|
15597
|
-
"name": "getColumnState",
|
|
15598
|
-
"return": {
|
|
15599
|
-
"type": {
|
|
15600
|
-
"text": "Promise<ColumnState[]>"
|
|
15601
|
-
}
|
|
15602
|
-
},
|
|
15603
|
-
"parameters": [
|
|
15604
|
-
{
|
|
15605
|
-
"name": "persistColumnStateKey",
|
|
15606
|
-
"type": {
|
|
15607
|
-
"text": "string"
|
|
15608
|
-
}
|
|
15609
|
-
}
|
|
15610
|
-
]
|
|
15611
|
-
},
|
|
15612
|
-
{
|
|
15613
|
-
"kind": "method",
|
|
15614
|
-
"name": "saveColumnState",
|
|
15615
|
-
"return": {
|
|
15616
|
-
"type": {
|
|
15617
|
-
"text": "Promise<void>"
|
|
15618
|
-
}
|
|
15619
|
-
},
|
|
15620
|
-
"parameters": [
|
|
15621
|
-
{
|
|
15622
|
-
"name": "persistColumnStateKey",
|
|
15623
|
-
"type": {
|
|
15624
|
-
"text": "string"
|
|
15625
|
-
}
|
|
15626
|
-
},
|
|
15627
|
-
{
|
|
15628
|
-
"name": "columnState",
|
|
15629
|
-
"type": {
|
|
15630
|
-
"text": "ColumnState[]"
|
|
15631
|
-
}
|
|
15632
|
-
}
|
|
15633
|
-
]
|
|
15634
|
-
},
|
|
15635
|
-
{
|
|
15636
|
-
"kind": "method",
|
|
15637
|
-
"name": "deleteColumnState",
|
|
15638
|
-
"return": {
|
|
15639
|
-
"type": {
|
|
15640
|
-
"text": "Promise<void>"
|
|
15641
|
-
}
|
|
15642
|
-
},
|
|
15643
|
-
"parameters": [
|
|
15644
|
-
{
|
|
15645
|
-
"name": "persistColumnStateKey",
|
|
15646
|
-
"type": {
|
|
15647
|
-
"text": "string"
|
|
15648
|
-
}
|
|
15649
|
-
}
|
|
15650
|
-
]
|
|
15651
|
-
},
|
|
15652
|
-
{
|
|
15653
|
-
"kind": "method",
|
|
15654
|
-
"name": "getFilterModel",
|
|
15655
|
-
"return": {
|
|
15656
|
-
"type": {
|
|
15657
|
-
"text": "Promise<{ [key: string]: any }>"
|
|
15658
|
-
}
|
|
15659
|
-
},
|
|
15660
|
-
"parameters": [
|
|
15661
|
-
{
|
|
15662
|
-
"name": "persistFilterModelKey",
|
|
15663
|
-
"type": {
|
|
15664
|
-
"text": "string"
|
|
15665
|
-
}
|
|
15666
|
-
}
|
|
15667
|
-
]
|
|
15668
|
-
},
|
|
15669
|
-
{
|
|
15670
|
-
"kind": "method",
|
|
15671
|
-
"name": "saveFilterModel",
|
|
15672
|
-
"return": {
|
|
15673
|
-
"type": {
|
|
15674
|
-
"text": "Promise<void>"
|
|
15675
|
-
}
|
|
15676
|
-
},
|
|
15677
|
-
"parameters": [
|
|
15678
|
-
{
|
|
15679
|
-
"name": "persistFilterModelKey",
|
|
15680
|
-
"type": {
|
|
15681
|
-
"text": "string"
|
|
15682
|
-
}
|
|
15683
|
-
},
|
|
15684
|
-
{
|
|
15685
|
-
"name": "filterModel",
|
|
15686
|
-
"type": {
|
|
15687
|
-
"text": "{ [key: string]: any }"
|
|
15688
|
-
}
|
|
15689
|
-
}
|
|
15690
|
-
]
|
|
15691
|
-
}
|
|
15692
|
-
]
|
|
15693
|
-
}
|
|
15694
|
-
],
|
|
15695
|
-
"exports": [
|
|
15696
|
-
{
|
|
15697
|
-
"kind": "js",
|
|
15698
|
-
"name": "LocalStorageStatePersistence",
|
|
15699
|
-
"declaration": {
|
|
15700
|
-
"name": "LocalStorageStatePersistence",
|
|
15701
|
-
"module": "src/state-persistence/local-state.ts"
|
|
15702
|
-
}
|
|
15703
|
-
}
|
|
15704
|
-
]
|
|
15705
|
-
},
|
|
15706
|
-
{
|
|
15707
|
-
"kind": "javascript-module",
|
|
15708
|
-
"path": "src/state-persistence/state-persistence.ts",
|
|
15709
|
-
"declarations": [],
|
|
15710
|
-
"exports": []
|
|
15711
|
-
},
|
|
15712
15396
|
{
|
|
15713
15397
|
"kind": "javascript-module",
|
|
15714
15398
|
"path": "src/status-bar-components/index.ts",
|
|
@@ -16768,112 +16452,437 @@
|
|
|
16768
16452
|
"type": {
|
|
16769
16453
|
"text": "string"
|
|
16770
16454
|
},
|
|
16771
|
-
"description": "The value to convert to Kebab case."
|
|
16772
|
-
}
|
|
16773
|
-
],
|
|
16774
|
-
"description": "Convert string values from 'camelCase' to 'kebab-case'",
|
|
16775
|
-
"return": {
|
|
16776
|
-
"type": {
|
|
16777
|
-
"text": ""
|
|
16778
|
-
}
|
|
16779
|
-
},
|
|
16780
|
-
"privacy": "public"
|
|
16781
|
-
}
|
|
16782
|
-
],
|
|
16783
|
-
"exports": [
|
|
16784
|
-
{
|
|
16785
|
-
"kind": "js",
|
|
16786
|
-
"name": "convertToKebabCase",
|
|
16787
|
-
"declaration": {
|
|
16788
|
-
"name": "convertToKebabCase",
|
|
16789
|
-
"module": "src/utils/string.ts"
|
|
16790
|
-
}
|
|
16791
|
-
}
|
|
16792
|
-
]
|
|
16793
|
-
},
|
|
16794
|
-
{
|
|
16795
|
-
"kind": "javascript-module",
|
|
16796
|
-
"path": "src/
|
|
16797
|
-
"declarations": [
|
|
16798
|
-
{
|
|
16799
|
-
"kind": "function",
|
|
16800
|
-
"name": "
|
|
16801
|
-
"return": {
|
|
16802
|
-
"type": {
|
|
16803
|
-
"text": "
|
|
16804
|
-
}
|
|
16805
|
-
},
|
|
16806
|
-
"parameters": [
|
|
16455
|
+
"description": "The value to convert to Kebab case."
|
|
16456
|
+
}
|
|
16457
|
+
],
|
|
16458
|
+
"description": "Convert string values from 'camelCase' to 'kebab-case'",
|
|
16459
|
+
"return": {
|
|
16460
|
+
"type": {
|
|
16461
|
+
"text": ""
|
|
16462
|
+
}
|
|
16463
|
+
},
|
|
16464
|
+
"privacy": "public"
|
|
16465
|
+
}
|
|
16466
|
+
],
|
|
16467
|
+
"exports": [
|
|
16468
|
+
{
|
|
16469
|
+
"kind": "js",
|
|
16470
|
+
"name": "convertToKebabCase",
|
|
16471
|
+
"declaration": {
|
|
16472
|
+
"name": "convertToKebabCase",
|
|
16473
|
+
"module": "src/utils/string.ts"
|
|
16474
|
+
}
|
|
16475
|
+
}
|
|
16476
|
+
]
|
|
16477
|
+
},
|
|
16478
|
+
{
|
|
16479
|
+
"kind": "javascript-module",
|
|
16480
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
16481
|
+
"declarations": [
|
|
16482
|
+
{
|
|
16483
|
+
"kind": "function",
|
|
16484
|
+
"name": "setValueWithAccessor",
|
|
16485
|
+
"return": {
|
|
16486
|
+
"type": {
|
|
16487
|
+
"text": "string"
|
|
16488
|
+
}
|
|
16489
|
+
},
|
|
16490
|
+
"parameters": [
|
|
16491
|
+
{
|
|
16492
|
+
"name": "data",
|
|
16493
|
+
"type": {
|
|
16494
|
+
"text": "any"
|
|
16495
|
+
}
|
|
16496
|
+
},
|
|
16497
|
+
{
|
|
16498
|
+
"name": "accessor",
|
|
16499
|
+
"type": {
|
|
16500
|
+
"text": "string"
|
|
16501
|
+
}
|
|
16502
|
+
}
|
|
16503
|
+
]
|
|
16504
|
+
}
|
|
16505
|
+
],
|
|
16506
|
+
"exports": [
|
|
16507
|
+
{
|
|
16508
|
+
"kind": "js",
|
|
16509
|
+
"name": "setValueWithAccessor",
|
|
16510
|
+
"declaration": {
|
|
16511
|
+
"name": "setValueWithAccessor",
|
|
16512
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
16513
|
+
}
|
|
16514
|
+
}
|
|
16515
|
+
]
|
|
16516
|
+
},
|
|
16517
|
+
{
|
|
16518
|
+
"kind": "javascript-module",
|
|
16519
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
16520
|
+
"declarations": [],
|
|
16521
|
+
"exports": [
|
|
16522
|
+
{
|
|
16523
|
+
"kind": "js",
|
|
16524
|
+
"name": "*",
|
|
16525
|
+
"declaration": {
|
|
16526
|
+
"name": "*",
|
|
16527
|
+
"package": "./accessor"
|
|
16528
|
+
}
|
|
16529
|
+
}
|
|
16530
|
+
]
|
|
16531
|
+
},
|
|
16532
|
+
{
|
|
16533
|
+
"kind": "javascript-module",
|
|
16534
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
16535
|
+
"declarations": [
|
|
16536
|
+
{
|
|
16537
|
+
"kind": "function",
|
|
16538
|
+
"name": "gridProColumns",
|
|
16539
|
+
"return": {
|
|
16540
|
+
"type": {
|
|
16541
|
+
"text": "CaptureType<TSource>"
|
|
16542
|
+
}
|
|
16543
|
+
},
|
|
16544
|
+
"parameters": [
|
|
16545
|
+
{
|
|
16546
|
+
"name": "itemsBinding",
|
|
16547
|
+
"type": {
|
|
16548
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
16549
|
+
},
|
|
16550
|
+
"description": "The array to render"
|
|
16551
|
+
},
|
|
16552
|
+
{
|
|
16553
|
+
"name": "includeRenderers",
|
|
16554
|
+
"default": "true",
|
|
16555
|
+
"type": {
|
|
16556
|
+
"text": "boolean"
|
|
16557
|
+
},
|
|
16558
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
16559
|
+
}
|
|
16560
|
+
],
|
|
16561
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
16562
|
+
"privacy": "public"
|
|
16563
|
+
}
|
|
16564
|
+
],
|
|
16565
|
+
"exports": [
|
|
16566
|
+
{
|
|
16567
|
+
"kind": "js",
|
|
16568
|
+
"name": "gridProColumns",
|
|
16569
|
+
"declaration": {
|
|
16570
|
+
"name": "gridProColumns",
|
|
16571
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
16572
|
+
}
|
|
16573
|
+
}
|
|
16574
|
+
]
|
|
16575
|
+
},
|
|
16576
|
+
{
|
|
16577
|
+
"kind": "javascript-module",
|
|
16578
|
+
"path": "src/column/utils/index.ts",
|
|
16579
|
+
"declarations": [],
|
|
16580
|
+
"exports": [
|
|
16581
|
+
{
|
|
16582
|
+
"kind": "js",
|
|
16583
|
+
"name": "*",
|
|
16584
|
+
"declaration": {
|
|
16585
|
+
"name": "*",
|
|
16586
|
+
"package": "./grid-pro-columns"
|
|
16587
|
+
}
|
|
16588
|
+
}
|
|
16589
|
+
]
|
|
16590
|
+
},
|
|
16591
|
+
{
|
|
16592
|
+
"kind": "javascript-module",
|
|
16593
|
+
"path": "src/state-persistence/index.ts",
|
|
16594
|
+
"declarations": [],
|
|
16595
|
+
"exports": [
|
|
16596
|
+
{
|
|
16597
|
+
"kind": "js",
|
|
16598
|
+
"name": "*",
|
|
16599
|
+
"declaration": {
|
|
16600
|
+
"name": "*",
|
|
16601
|
+
"package": "./kv-state"
|
|
16602
|
+
}
|
|
16603
|
+
},
|
|
16604
|
+
{
|
|
16605
|
+
"kind": "js",
|
|
16606
|
+
"name": "*",
|
|
16607
|
+
"declaration": {
|
|
16608
|
+
"name": "*",
|
|
16609
|
+
"package": "./local-state"
|
|
16610
|
+
}
|
|
16611
|
+
},
|
|
16612
|
+
{
|
|
16613
|
+
"kind": "js",
|
|
16614
|
+
"name": "*",
|
|
16615
|
+
"declaration": {
|
|
16616
|
+
"name": "*",
|
|
16617
|
+
"package": "./state-persistence"
|
|
16618
|
+
}
|
|
16619
|
+
}
|
|
16620
|
+
]
|
|
16621
|
+
},
|
|
16622
|
+
{
|
|
16623
|
+
"kind": "javascript-module",
|
|
16624
|
+
"path": "src/state-persistence/kv-state.ts",
|
|
16625
|
+
"declarations": [
|
|
16626
|
+
{
|
|
16627
|
+
"kind": "class",
|
|
16628
|
+
"description": "Implementation for the KV Storage State Persistence interface.",
|
|
16629
|
+
"name": "KVStorageStatePersistence",
|
|
16630
|
+
"members": [
|
|
16631
|
+
{
|
|
16632
|
+
"kind": "field",
|
|
16633
|
+
"name": "kvStorage",
|
|
16634
|
+
"type": {
|
|
16635
|
+
"text": "KVStorage"
|
|
16636
|
+
}
|
|
16637
|
+
},
|
|
16638
|
+
{
|
|
16639
|
+
"kind": "field",
|
|
16640
|
+
"name": "session",
|
|
16641
|
+
"type": {
|
|
16642
|
+
"text": "Session"
|
|
16643
|
+
}
|
|
16644
|
+
},
|
|
16645
|
+
{
|
|
16646
|
+
"kind": "method",
|
|
16647
|
+
"name": "getColumnState",
|
|
16648
|
+
"return": {
|
|
16649
|
+
"type": {
|
|
16650
|
+
"text": "Promise<ColumnState[]>"
|
|
16651
|
+
}
|
|
16652
|
+
},
|
|
16653
|
+
"parameters": [
|
|
16654
|
+
{
|
|
16655
|
+
"name": "persistColumnStateKey",
|
|
16656
|
+
"type": {
|
|
16657
|
+
"text": "string"
|
|
16658
|
+
}
|
|
16659
|
+
}
|
|
16660
|
+
]
|
|
16661
|
+
},
|
|
16662
|
+
{
|
|
16663
|
+
"kind": "method",
|
|
16664
|
+
"name": "saveColumnState",
|
|
16665
|
+
"return": {
|
|
16666
|
+
"type": {
|
|
16667
|
+
"text": "Promise<void>"
|
|
16668
|
+
}
|
|
16669
|
+
},
|
|
16670
|
+
"parameters": [
|
|
16671
|
+
{
|
|
16672
|
+
"name": "persistColumnStateKey",
|
|
16673
|
+
"type": {
|
|
16674
|
+
"text": "string"
|
|
16675
|
+
}
|
|
16676
|
+
},
|
|
16677
|
+
{
|
|
16678
|
+
"name": "columnState",
|
|
16679
|
+
"type": {
|
|
16680
|
+
"text": "ColumnState[]"
|
|
16681
|
+
}
|
|
16682
|
+
}
|
|
16683
|
+
]
|
|
16684
|
+
},
|
|
16685
|
+
{
|
|
16686
|
+
"kind": "method",
|
|
16687
|
+
"name": "deleteColumnState",
|
|
16688
|
+
"return": {
|
|
16689
|
+
"type": {
|
|
16690
|
+
"text": "Promise<void>"
|
|
16691
|
+
}
|
|
16692
|
+
},
|
|
16693
|
+
"parameters": [
|
|
16694
|
+
{
|
|
16695
|
+
"name": "persistColumnStateKey",
|
|
16696
|
+
"type": {
|
|
16697
|
+
"text": "string"
|
|
16698
|
+
}
|
|
16699
|
+
}
|
|
16700
|
+
]
|
|
16701
|
+
},
|
|
16702
|
+
{
|
|
16703
|
+
"kind": "method",
|
|
16704
|
+
"name": "migrateLocalStorageToKVStorage",
|
|
16705
|
+
"privacy": "private",
|
|
16706
|
+
"return": {
|
|
16707
|
+
"type": {
|
|
16708
|
+
"text": "Promise<void>"
|
|
16709
|
+
}
|
|
16710
|
+
},
|
|
16711
|
+
"parameters": [
|
|
16712
|
+
{
|
|
16713
|
+
"name": "persistColumnStateKey",
|
|
16714
|
+
"type": {
|
|
16715
|
+
"text": "string"
|
|
16716
|
+
}
|
|
16717
|
+
}
|
|
16718
|
+
]
|
|
16719
|
+
},
|
|
16807
16720
|
{
|
|
16808
|
-
"
|
|
16809
|
-
"
|
|
16810
|
-
|
|
16721
|
+
"kind": "method",
|
|
16722
|
+
"name": "getFilterModel",
|
|
16723
|
+
"return": {
|
|
16724
|
+
"type": {
|
|
16725
|
+
"text": "Promise<{ [key: string]: any }>"
|
|
16726
|
+
}
|
|
16811
16727
|
},
|
|
16812
|
-
"
|
|
16728
|
+
"parameters": [
|
|
16729
|
+
{
|
|
16730
|
+
"name": "persistFilterModelKey",
|
|
16731
|
+
"type": {
|
|
16732
|
+
"text": "string"
|
|
16733
|
+
}
|
|
16734
|
+
}
|
|
16735
|
+
]
|
|
16813
16736
|
},
|
|
16814
16737
|
{
|
|
16815
|
-
"
|
|
16816
|
-
"
|
|
16817
|
-
"
|
|
16818
|
-
"
|
|
16738
|
+
"kind": "method",
|
|
16739
|
+
"name": "saveFilterModel",
|
|
16740
|
+
"return": {
|
|
16741
|
+
"type": {
|
|
16742
|
+
"text": "Promise<void>"
|
|
16743
|
+
}
|
|
16819
16744
|
},
|
|
16820
|
-
"
|
|
16745
|
+
"parameters": [
|
|
16746
|
+
{
|
|
16747
|
+
"name": "persistFilterModelKey",
|
|
16748
|
+
"type": {
|
|
16749
|
+
"text": "string"
|
|
16750
|
+
}
|
|
16751
|
+
},
|
|
16752
|
+
{
|
|
16753
|
+
"name": "filterModel",
|
|
16754
|
+
"type": {
|
|
16755
|
+
"text": "{ [key: string]: any }"
|
|
16756
|
+
}
|
|
16757
|
+
}
|
|
16758
|
+
]
|
|
16821
16759
|
}
|
|
16822
|
-
]
|
|
16823
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
16824
|
-
"privacy": "public"
|
|
16760
|
+
]
|
|
16825
16761
|
}
|
|
16826
16762
|
],
|
|
16827
16763
|
"exports": [
|
|
16828
16764
|
{
|
|
16829
16765
|
"kind": "js",
|
|
16830
|
-
"name": "
|
|
16831
|
-
"declaration": {
|
|
16832
|
-
"name": "gridProColumns",
|
|
16833
|
-
"module": "src/column/utils/grid-pro-columns.ts"
|
|
16834
|
-
}
|
|
16835
|
-
}
|
|
16836
|
-
]
|
|
16837
|
-
},
|
|
16838
|
-
{
|
|
16839
|
-
"kind": "javascript-module",
|
|
16840
|
-
"path": "src/column/utils/index.ts",
|
|
16841
|
-
"declarations": [],
|
|
16842
|
-
"exports": [
|
|
16843
|
-
{
|
|
16844
|
-
"kind": "js",
|
|
16845
|
-
"name": "*",
|
|
16766
|
+
"name": "KVStorageStatePersistence",
|
|
16846
16767
|
"declaration": {
|
|
16847
|
-
"name": "
|
|
16848
|
-
"
|
|
16768
|
+
"name": "KVStorageStatePersistence",
|
|
16769
|
+
"module": "src/state-persistence/kv-state.ts"
|
|
16849
16770
|
}
|
|
16850
16771
|
}
|
|
16851
16772
|
]
|
|
16852
16773
|
},
|
|
16853
16774
|
{
|
|
16854
16775
|
"kind": "javascript-module",
|
|
16855
|
-
"path": "src/
|
|
16776
|
+
"path": "src/state-persistence/local-state.ts",
|
|
16856
16777
|
"declarations": [
|
|
16857
16778
|
{
|
|
16858
|
-
"kind": "
|
|
16859
|
-
"
|
|
16860
|
-
"
|
|
16861
|
-
|
|
16862
|
-
"text": "string"
|
|
16863
|
-
}
|
|
16864
|
-
},
|
|
16865
|
-
"parameters": [
|
|
16779
|
+
"kind": "class",
|
|
16780
|
+
"description": "Implementation for the Local Storage State Persistence interface.",
|
|
16781
|
+
"name": "LocalStorageStatePersistence",
|
|
16782
|
+
"members": [
|
|
16866
16783
|
{
|
|
16867
|
-
"
|
|
16784
|
+
"kind": "field",
|
|
16785
|
+
"name": "session",
|
|
16868
16786
|
"type": {
|
|
16869
|
-
"text": "
|
|
16787
|
+
"text": "Session"
|
|
16870
16788
|
}
|
|
16871
16789
|
},
|
|
16872
16790
|
{
|
|
16873
|
-
"
|
|
16874
|
-
"
|
|
16875
|
-
|
|
16876
|
-
|
|
16791
|
+
"kind": "method",
|
|
16792
|
+
"name": "getColumnState",
|
|
16793
|
+
"return": {
|
|
16794
|
+
"type": {
|
|
16795
|
+
"text": "Promise<ColumnState[]>"
|
|
16796
|
+
}
|
|
16797
|
+
},
|
|
16798
|
+
"parameters": [
|
|
16799
|
+
{
|
|
16800
|
+
"name": "persistColumnStateKey",
|
|
16801
|
+
"type": {
|
|
16802
|
+
"text": "string"
|
|
16803
|
+
}
|
|
16804
|
+
}
|
|
16805
|
+
]
|
|
16806
|
+
},
|
|
16807
|
+
{
|
|
16808
|
+
"kind": "method",
|
|
16809
|
+
"name": "saveColumnState",
|
|
16810
|
+
"return": {
|
|
16811
|
+
"type": {
|
|
16812
|
+
"text": "Promise<void>"
|
|
16813
|
+
}
|
|
16814
|
+
},
|
|
16815
|
+
"parameters": [
|
|
16816
|
+
{
|
|
16817
|
+
"name": "persistColumnStateKey",
|
|
16818
|
+
"type": {
|
|
16819
|
+
"text": "string"
|
|
16820
|
+
}
|
|
16821
|
+
},
|
|
16822
|
+
{
|
|
16823
|
+
"name": "columnState",
|
|
16824
|
+
"type": {
|
|
16825
|
+
"text": "ColumnState[]"
|
|
16826
|
+
}
|
|
16827
|
+
}
|
|
16828
|
+
]
|
|
16829
|
+
},
|
|
16830
|
+
{
|
|
16831
|
+
"kind": "method",
|
|
16832
|
+
"name": "deleteColumnState",
|
|
16833
|
+
"return": {
|
|
16834
|
+
"type": {
|
|
16835
|
+
"text": "Promise<void>"
|
|
16836
|
+
}
|
|
16837
|
+
},
|
|
16838
|
+
"parameters": [
|
|
16839
|
+
{
|
|
16840
|
+
"name": "persistColumnStateKey",
|
|
16841
|
+
"type": {
|
|
16842
|
+
"text": "string"
|
|
16843
|
+
}
|
|
16844
|
+
}
|
|
16845
|
+
]
|
|
16846
|
+
},
|
|
16847
|
+
{
|
|
16848
|
+
"kind": "method",
|
|
16849
|
+
"name": "getFilterModel",
|
|
16850
|
+
"return": {
|
|
16851
|
+
"type": {
|
|
16852
|
+
"text": "Promise<{ [key: string]: any }>"
|
|
16853
|
+
}
|
|
16854
|
+
},
|
|
16855
|
+
"parameters": [
|
|
16856
|
+
{
|
|
16857
|
+
"name": "persistFilterModelKey",
|
|
16858
|
+
"type": {
|
|
16859
|
+
"text": "string"
|
|
16860
|
+
}
|
|
16861
|
+
}
|
|
16862
|
+
]
|
|
16863
|
+
},
|
|
16864
|
+
{
|
|
16865
|
+
"kind": "method",
|
|
16866
|
+
"name": "saveFilterModel",
|
|
16867
|
+
"return": {
|
|
16868
|
+
"type": {
|
|
16869
|
+
"text": "Promise<void>"
|
|
16870
|
+
}
|
|
16871
|
+
},
|
|
16872
|
+
"parameters": [
|
|
16873
|
+
{
|
|
16874
|
+
"name": "persistFilterModelKey",
|
|
16875
|
+
"type": {
|
|
16876
|
+
"text": "string"
|
|
16877
|
+
}
|
|
16878
|
+
},
|
|
16879
|
+
{
|
|
16880
|
+
"name": "filterModel",
|
|
16881
|
+
"type": {
|
|
16882
|
+
"text": "{ [key: string]: any }"
|
|
16883
|
+
}
|
|
16884
|
+
}
|
|
16885
|
+
]
|
|
16877
16886
|
}
|
|
16878
16887
|
]
|
|
16879
16888
|
}
|
|
@@ -16881,28 +16890,19 @@
|
|
|
16881
16890
|
"exports": [
|
|
16882
16891
|
{
|
|
16883
16892
|
"kind": "js",
|
|
16884
|
-
"name": "
|
|
16893
|
+
"name": "LocalStorageStatePersistence",
|
|
16885
16894
|
"declaration": {
|
|
16886
|
-
"name": "
|
|
16887
|
-
"module": "src/
|
|
16895
|
+
"name": "LocalStorageStatePersistence",
|
|
16896
|
+
"module": "src/state-persistence/local-state.ts"
|
|
16888
16897
|
}
|
|
16889
16898
|
}
|
|
16890
16899
|
]
|
|
16891
16900
|
},
|
|
16892
16901
|
{
|
|
16893
16902
|
"kind": "javascript-module",
|
|
16894
|
-
"path": "src/
|
|
16903
|
+
"path": "src/state-persistence/state-persistence.ts",
|
|
16895
16904
|
"declarations": [],
|
|
16896
|
-
"exports": [
|
|
16897
|
-
{
|
|
16898
|
-
"kind": "js",
|
|
16899
|
-
"name": "*",
|
|
16900
|
-
"declaration": {
|
|
16901
|
-
"name": "*",
|
|
16902
|
-
"package": "./accessor"
|
|
16903
|
-
}
|
|
16904
|
-
}
|
|
16905
|
-
]
|
|
16905
|
+
"exports": []
|
|
16906
16906
|
}
|
|
16907
16907
|
]
|
|
16908
16908
|
}
|