@genesislcap/grid-pro 14.164.0 → 14.164.1-canary.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.
@@ -3345,229 +3345,6 @@
3345
3345
  }
3346
3346
  ]
3347
3347
  },
3348
- {
3349
- "kind": "javascript-module",
3350
- "path": "src/column/column.template.ts",
3351
- "declarations": [
3352
- {
3353
- "kind": "variable",
3354
- "name": "ColumnTemplate",
3355
- "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
3356
- "description": "The Grid Pro Column Template.",
3357
- "privacy": "public"
3358
- }
3359
- ],
3360
- "exports": [
3361
- {
3362
- "kind": "js",
3363
- "name": "ColumnTemplate",
3364
- "declaration": {
3365
- "name": "ColumnTemplate",
3366
- "module": "src/column/column.template.ts"
3367
- }
3368
- }
3369
- ]
3370
- },
3371
- {
3372
- "kind": "javascript-module",
3373
- "path": "src/column/column.ts",
3374
- "declarations": [
3375
- {
3376
- "kind": "class",
3377
- "description": "The Grid Pro Column element.",
3378
- "name": "GridProColumn",
3379
- "members": [
3380
- {
3381
- "kind": "field",
3382
- "name": "slottedAgCell",
3383
- "type": {
3384
- "text": "HTMLElement[]"
3385
- },
3386
- "privacy": "public"
3387
- },
3388
- {
3389
- "kind": "field",
3390
- "name": "definition",
3391
- "type": {
3392
- "text": "ColDef"
3393
- },
3394
- "default": "{}"
3395
- },
3396
- {
3397
- "kind": "method",
3398
- "name": "slottedAgCellChanged",
3399
- "privacy": "public"
3400
- },
3401
- {
3402
- "kind": "field",
3403
- "name": "_presentation",
3404
- "type": {
3405
- "text": "ComponentPresentation | null | undefined"
3406
- },
3407
- "privacy": "private",
3408
- "default": "void 0",
3409
- "inheritedFrom": {
3410
- "name": "FoundationElement",
3411
- "module": "src/foundation-element/foundation-element.ts"
3412
- }
3413
- },
3414
- {
3415
- "kind": "field",
3416
- "name": "$presentation",
3417
- "type": {
3418
- "text": "ComponentPresentation | null"
3419
- },
3420
- "privacy": "public",
3421
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3422
- "inheritedFrom": {
3423
- "name": "FoundationElement",
3424
- "module": "src/foundation-element/foundation-element.ts"
3425
- }
3426
- },
3427
- {
3428
- "kind": "field",
3429
- "name": "template",
3430
- "type": {
3431
- "text": "ElementViewTemplate | void | null"
3432
- },
3433
- "privacy": "public",
3434
- "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.",
3435
- "inheritedFrom": {
3436
- "name": "FoundationElement",
3437
- "module": "src/foundation-element/foundation-element.ts"
3438
- }
3439
- },
3440
- {
3441
- "kind": "method",
3442
- "name": "templateChanged",
3443
- "privacy": "protected",
3444
- "return": {
3445
- "type": {
3446
- "text": "void"
3447
- }
3448
- },
3449
- "inheritedFrom": {
3450
- "name": "FoundationElement",
3451
- "module": "src/foundation-element/foundation-element.ts"
3452
- }
3453
- },
3454
- {
3455
- "kind": "field",
3456
- "name": "styles",
3457
- "type": {
3458
- "text": "ElementStyles | void | null"
3459
- },
3460
- "privacy": "public",
3461
- "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.",
3462
- "inheritedFrom": {
3463
- "name": "FoundationElement",
3464
- "module": "src/foundation-element/foundation-element.ts"
3465
- }
3466
- },
3467
- {
3468
- "kind": "method",
3469
- "name": "stylesChanged",
3470
- "privacy": "protected",
3471
- "return": {
3472
- "type": {
3473
- "text": "void"
3474
- }
3475
- },
3476
- "inheritedFrom": {
3477
- "name": "FoundationElement",
3478
- "module": "src/foundation-element/foundation-element.ts"
3479
- }
3480
- },
3481
- {
3482
- "kind": "method",
3483
- "name": "compose",
3484
- "privacy": "public",
3485
- "static": true,
3486
- "return": {
3487
- "type": {
3488
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3489
- }
3490
- },
3491
- "parameters": [
3492
- {
3493
- "name": "this",
3494
- "type": {
3495
- "text": "K"
3496
- }
3497
- },
3498
- {
3499
- "name": "elementDefinition",
3500
- "type": {
3501
- "text": "T"
3502
- },
3503
- "description": "The definition of the element to create the registry\nfunction for."
3504
- }
3505
- ],
3506
- "description": "Defines an element registry function with a set of element definition defaults.",
3507
- "inheritedFrom": {
3508
- "name": "FoundationElement",
3509
- "module": "src/foundation-element/foundation-element.ts"
3510
- }
3511
- }
3512
- ],
3513
- "superclass": {
3514
- "name": "FoundationElement",
3515
- "package": "@microsoft/fast-foundation"
3516
- },
3517
- "tagName": "grid-pro-column",
3518
- "customElement": true
3519
- }
3520
- ],
3521
- "exports": [
3522
- {
3523
- "kind": "js",
3524
- "name": "GridProColumn",
3525
- "declaration": {
3526
- "name": "GridProColumn",
3527
- "module": "src/column/column.ts"
3528
- }
3529
- },
3530
- {
3531
- "kind": "custom-element-definition",
3532
- "name": "grid-pro-column",
3533
- "declaration": {
3534
- "name": "GridProColumn",
3535
- "module": "src/column/column.ts"
3536
- }
3537
- }
3538
- ]
3539
- },
3540
- {
3541
- "kind": "javascript-module",
3542
- "path": "src/column/index.ts",
3543
- "declarations": [],
3544
- "exports": [
3545
- {
3546
- "kind": "js",
3547
- "name": "*",
3548
- "declaration": {
3549
- "name": "*",
3550
- "package": "./column.template"
3551
- }
3552
- },
3553
- {
3554
- "kind": "js",
3555
- "name": "*",
3556
- "declaration": {
3557
- "name": "*",
3558
- "package": "./column"
3559
- }
3560
- },
3561
- {
3562
- "kind": "js",
3563
- "name": "*",
3564
- "declaration": {
3565
- "name": "*",
3566
- "package": "./utils"
3567
- }
3568
- }
3569
- ]
3570
- },
3571
3348
  {
3572
3349
  "kind": "javascript-module",
3573
3350
  "path": "src/cell-renderers/action.renderer.ts",
@@ -5200,128 +4977,351 @@
5200
4977
  },
5201
4978
  {
5202
4979
  "kind": "javascript-module",
5203
- "path": "src/cell-renderers/text.renderer.ts",
4980
+ "path": "src/cell-renderers/text.renderer.ts",
4981
+ "declarations": [
4982
+ {
4983
+ "kind": "class",
4984
+ "description": "",
4985
+ "name": "AgTextRenderer",
4986
+ "superclass": {
4987
+ "name": "AgTextFieldRenderer",
4988
+ "module": "/src/cell-renderers/text-field.renderer"
4989
+ },
4990
+ "deprecated": "- Use AgTextFieldRenderer instead",
4991
+ "tagName": "%%prefix%%-grid-text-renderer",
4992
+ "customElement": true,
4993
+ "members": [
4994
+ {
4995
+ "kind": "field",
4996
+ "name": "textField",
4997
+ "type": {
4998
+ "text": "TextField"
4999
+ },
5000
+ "privacy": "public",
5001
+ "inheritedFrom": {
5002
+ "name": "AgTextFieldRenderer",
5003
+ "module": "src/cell-renderers/text-field.renderer.ts"
5004
+ }
5005
+ },
5006
+ {
5007
+ "kind": "field",
5008
+ "name": "textValue",
5009
+ "type": {
5010
+ "text": "string"
5011
+ },
5012
+ "default": "''",
5013
+ "inheritedFrom": {
5014
+ "name": "AgTextFieldRenderer",
5015
+ "module": "src/cell-renderers/text-field.renderer.ts"
5016
+ }
5017
+ },
5018
+ {
5019
+ "kind": "field",
5020
+ "name": "params",
5021
+ "type": {
5022
+ "text": "FuiCellRendererParams"
5023
+ },
5024
+ "privacy": "public",
5025
+ "inheritedFrom": {
5026
+ "name": "AgTextFieldRenderer",
5027
+ "module": "src/cell-renderers/text-field.renderer.ts"
5028
+ }
5029
+ },
5030
+ {
5031
+ "kind": "method",
5032
+ "name": "init",
5033
+ "privacy": "public",
5034
+ "parameters": [
5035
+ {
5036
+ "name": "params",
5037
+ "type": {
5038
+ "text": "FuiCellRendererParams"
5039
+ }
5040
+ }
5041
+ ],
5042
+ "inheritedFrom": {
5043
+ "name": "AgTextFieldRenderer",
5044
+ "module": "src/cell-renderers/text-field.renderer.ts"
5045
+ }
5046
+ },
5047
+ {
5048
+ "kind": "method",
5049
+ "name": "getGui",
5050
+ "privacy": "public",
5051
+ "return": {
5052
+ "type": {
5053
+ "text": "HTMLElement"
5054
+ }
5055
+ },
5056
+ "inheritedFrom": {
5057
+ "name": "AgTextFieldRenderer",
5058
+ "module": "src/cell-renderers/text-field.renderer.ts"
5059
+ }
5060
+ },
5061
+ {
5062
+ "kind": "method",
5063
+ "name": "destroy",
5064
+ "privacy": "public",
5065
+ "inheritedFrom": {
5066
+ "name": "AgTextFieldRenderer",
5067
+ "module": "src/cell-renderers/text-field.renderer.ts"
5068
+ }
5069
+ },
5070
+ {
5071
+ "kind": "method",
5072
+ "name": "refresh",
5073
+ "privacy": "public",
5074
+ "parameters": [
5075
+ {
5076
+ "name": "params",
5077
+ "type": {
5078
+ "text": "FuiCellRendererParams"
5079
+ }
5080
+ }
5081
+ ],
5082
+ "inheritedFrom": {
5083
+ "name": "AgTextFieldRenderer",
5084
+ "module": "src/cell-renderers/text-field.renderer.ts"
5085
+ }
5086
+ },
5087
+ {
5088
+ "kind": "field",
5089
+ "name": "textChanged",
5090
+ "privacy": "public",
5091
+ "description": "On text change handler",
5092
+ "parameters": [
5093
+ {
5094
+ "description": "CustomEvent",
5095
+ "name": "e"
5096
+ }
5097
+ ],
5098
+ "inheritedFrom": {
5099
+ "name": "AgTextFieldRenderer",
5100
+ "module": "src/cell-renderers/text-field.renderer.ts"
5101
+ }
5102
+ },
5103
+ {
5104
+ "kind": "field",
5105
+ "name": "_presentation",
5106
+ "type": {
5107
+ "text": "ComponentPresentation | null | undefined"
5108
+ },
5109
+ "privacy": "private",
5110
+ "default": "void 0",
5111
+ "inheritedFrom": {
5112
+ "name": "FoundationElement",
5113
+ "module": "src/foundation-element/foundation-element.ts"
5114
+ }
5115
+ },
5116
+ {
5117
+ "kind": "field",
5118
+ "name": "$presentation",
5119
+ "type": {
5120
+ "text": "ComponentPresentation | null"
5121
+ },
5122
+ "privacy": "public",
5123
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5124
+ "inheritedFrom": {
5125
+ "name": "FoundationElement",
5126
+ "module": "src/foundation-element/foundation-element.ts"
5127
+ }
5128
+ },
5129
+ {
5130
+ "kind": "field",
5131
+ "name": "template",
5132
+ "type": {
5133
+ "text": "ElementViewTemplate | void | null"
5134
+ },
5135
+ "privacy": "public",
5136
+ "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.",
5137
+ "inheritedFrom": {
5138
+ "name": "FoundationElement",
5139
+ "module": "src/foundation-element/foundation-element.ts"
5140
+ }
5141
+ },
5142
+ {
5143
+ "kind": "method",
5144
+ "name": "templateChanged",
5145
+ "privacy": "protected",
5146
+ "return": {
5147
+ "type": {
5148
+ "text": "void"
5149
+ }
5150
+ },
5151
+ "inheritedFrom": {
5152
+ "name": "FoundationElement",
5153
+ "module": "src/foundation-element/foundation-element.ts"
5154
+ }
5155
+ },
5156
+ {
5157
+ "kind": "field",
5158
+ "name": "styles",
5159
+ "type": {
5160
+ "text": "ElementStyles | void | null"
5161
+ },
5162
+ "privacy": "public",
5163
+ "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.",
5164
+ "inheritedFrom": {
5165
+ "name": "FoundationElement",
5166
+ "module": "src/foundation-element/foundation-element.ts"
5167
+ }
5168
+ },
5169
+ {
5170
+ "kind": "method",
5171
+ "name": "stylesChanged",
5172
+ "privacy": "protected",
5173
+ "return": {
5174
+ "type": {
5175
+ "text": "void"
5176
+ }
5177
+ },
5178
+ "inheritedFrom": {
5179
+ "name": "FoundationElement",
5180
+ "module": "src/foundation-element/foundation-element.ts"
5181
+ }
5182
+ },
5183
+ {
5184
+ "kind": "method",
5185
+ "name": "compose",
5186
+ "privacy": "public",
5187
+ "static": true,
5188
+ "return": {
5189
+ "type": {
5190
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
5191
+ }
5192
+ },
5193
+ "parameters": [
5194
+ {
5195
+ "name": "this",
5196
+ "type": {
5197
+ "text": "K"
5198
+ }
5199
+ },
5200
+ {
5201
+ "name": "elementDefinition",
5202
+ "type": {
5203
+ "text": "T"
5204
+ },
5205
+ "description": "The definition of the element to create the registry\nfunction for."
5206
+ }
5207
+ ],
5208
+ "description": "Defines an element registry function with a set of element definition defaults.",
5209
+ "inheritedFrom": {
5210
+ "name": "FoundationElement",
5211
+ "module": "src/foundation-element/foundation-element.ts"
5212
+ }
5213
+ }
5214
+ ]
5215
+ },
5216
+ {
5217
+ "kind": "variable",
5218
+ "name": "textRendererStyles",
5219
+ "default": "textFieldRendererStyles",
5220
+ "privacy": "public",
5221
+ "deprecated": "- Use textFieldRendererStyles instead"
5222
+ },
5223
+ {
5224
+ "kind": "variable",
5225
+ "name": "getTextRendererTemplate",
5226
+ "default": "getTextFieldRendererTemplate",
5227
+ "privacy": "public",
5228
+ "deprecated": "- Use getTextFieldRendererTemplate instead"
5229
+ },
5230
+ {
5231
+ "kind": "variable",
5232
+ "name": "foundationAgTextRenderer",
5233
+ "description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
5234
+ "privacy": "public",
5235
+ "deprecated": "- Use foundationAgTextFieldRenderer instead"
5236
+ }
5237
+ ],
5238
+ "exports": [
5239
+ {
5240
+ "kind": "js",
5241
+ "name": "AgTextRenderer",
5242
+ "declaration": {
5243
+ "name": "AgTextRenderer",
5244
+ "module": "src/cell-renderers/text.renderer.ts"
5245
+ }
5246
+ },
5247
+ {
5248
+ "kind": "js",
5249
+ "name": "textRendererStyles",
5250
+ "declaration": {
5251
+ "name": "textRendererStyles",
5252
+ "module": "src/cell-renderers/text.renderer.ts"
5253
+ }
5254
+ },
5255
+ {
5256
+ "kind": "js",
5257
+ "name": "getTextRendererTemplate",
5258
+ "declaration": {
5259
+ "name": "getTextRendererTemplate",
5260
+ "module": "src/cell-renderers/text.renderer.ts"
5261
+ }
5262
+ },
5263
+ {
5264
+ "kind": "js",
5265
+ "name": "foundationAgTextRenderer",
5266
+ "declaration": {
5267
+ "name": "foundationAgTextRenderer",
5268
+ "module": "src/cell-renderers/text.renderer.ts"
5269
+ }
5270
+ }
5271
+ ]
5272
+ },
5273
+ {
5274
+ "kind": "javascript-module",
5275
+ "path": "src/column/column.template.ts",
5276
+ "declarations": [
5277
+ {
5278
+ "kind": "variable",
5279
+ "name": "ColumnTemplate",
5280
+ "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
5281
+ "description": "The Grid Pro Column Template.",
5282
+ "privacy": "public"
5283
+ }
5284
+ ],
5285
+ "exports": [
5286
+ {
5287
+ "kind": "js",
5288
+ "name": "ColumnTemplate",
5289
+ "declaration": {
5290
+ "name": "ColumnTemplate",
5291
+ "module": "src/column/column.template.ts"
5292
+ }
5293
+ }
5294
+ ]
5295
+ },
5296
+ {
5297
+ "kind": "javascript-module",
5298
+ "path": "src/column/column.ts",
5204
5299
  "declarations": [
5205
5300
  {
5206
5301
  "kind": "class",
5207
- "description": "",
5208
- "name": "AgTextRenderer",
5209
- "superclass": {
5210
- "name": "AgTextFieldRenderer",
5211
- "module": "/src/cell-renderers/text-field.renderer"
5212
- },
5213
- "deprecated": "- Use AgTextFieldRenderer instead",
5214
- "tagName": "%%prefix%%-grid-text-renderer",
5215
- "customElement": true,
5302
+ "description": "The Grid Pro Column element.",
5303
+ "name": "GridProColumn",
5216
5304
  "members": [
5217
5305
  {
5218
5306
  "kind": "field",
5219
- "name": "textField",
5220
- "type": {
5221
- "text": "TextField"
5222
- },
5223
- "privacy": "public",
5224
- "inheritedFrom": {
5225
- "name": "AgTextFieldRenderer",
5226
- "module": "src/cell-renderers/text-field.renderer.ts"
5227
- }
5228
- },
5229
- {
5230
- "kind": "field",
5231
- "name": "textValue",
5307
+ "name": "slottedAgCell",
5232
5308
  "type": {
5233
- "text": "string"
5309
+ "text": "HTMLElement[]"
5234
5310
  },
5235
- "default": "''",
5236
- "inheritedFrom": {
5237
- "name": "AgTextFieldRenderer",
5238
- "module": "src/cell-renderers/text-field.renderer.ts"
5239
- }
5311
+ "privacy": "public"
5240
5312
  },
5241
5313
  {
5242
5314
  "kind": "field",
5243
- "name": "params",
5315
+ "name": "definition",
5244
5316
  "type": {
5245
- "text": "FuiCellRendererParams"
5246
- },
5247
- "privacy": "public",
5248
- "inheritedFrom": {
5249
- "name": "AgTextFieldRenderer",
5250
- "module": "src/cell-renderers/text-field.renderer.ts"
5251
- }
5252
- },
5253
- {
5254
- "kind": "method",
5255
- "name": "init",
5256
- "privacy": "public",
5257
- "parameters": [
5258
- {
5259
- "name": "params",
5260
- "type": {
5261
- "text": "FuiCellRendererParams"
5262
- }
5263
- }
5264
- ],
5265
- "inheritedFrom": {
5266
- "name": "AgTextFieldRenderer",
5267
- "module": "src/cell-renderers/text-field.renderer.ts"
5268
- }
5269
- },
5270
- {
5271
- "kind": "method",
5272
- "name": "getGui",
5273
- "privacy": "public",
5274
- "return": {
5275
- "type": {
5276
- "text": "HTMLElement"
5277
- }
5317
+ "text": "ColDef"
5278
5318
  },
5279
- "inheritedFrom": {
5280
- "name": "AgTextFieldRenderer",
5281
- "module": "src/cell-renderers/text-field.renderer.ts"
5282
- }
5283
- },
5284
- {
5285
- "kind": "method",
5286
- "name": "destroy",
5287
- "privacy": "public",
5288
- "inheritedFrom": {
5289
- "name": "AgTextFieldRenderer",
5290
- "module": "src/cell-renderers/text-field.renderer.ts"
5291
- }
5319
+ "default": "{}"
5292
5320
  },
5293
5321
  {
5294
5322
  "kind": "method",
5295
- "name": "refresh",
5296
- "privacy": "public",
5297
- "parameters": [
5298
- {
5299
- "name": "params",
5300
- "type": {
5301
- "text": "FuiCellRendererParams"
5302
- }
5303
- }
5304
- ],
5305
- "inheritedFrom": {
5306
- "name": "AgTextFieldRenderer",
5307
- "module": "src/cell-renderers/text-field.renderer.ts"
5308
- }
5309
- },
5310
- {
5311
- "kind": "field",
5312
- "name": "textChanged",
5313
- "privacy": "public",
5314
- "description": "On text change handler",
5315
- "parameters": [
5316
- {
5317
- "description": "CustomEvent",
5318
- "name": "e"
5319
- }
5320
- ],
5321
- "inheritedFrom": {
5322
- "name": "AgTextFieldRenderer",
5323
- "module": "src/cell-renderers/text-field.renderer.ts"
5324
- }
5323
+ "name": "slottedAgCellChanged",
5324
+ "privacy": "public"
5325
5325
  },
5326
5326
  {
5327
5327
  "kind": "field",
@@ -5434,61 +5434,61 @@
5434
5434
  "module": "src/foundation-element/foundation-element.ts"
5435
5435
  }
5436
5436
  }
5437
- ]
5438
- },
5439
- {
5440
- "kind": "variable",
5441
- "name": "textRendererStyles",
5442
- "default": "textFieldRendererStyles",
5443
- "privacy": "public",
5444
- "deprecated": "- Use textFieldRendererStyles instead"
5445
- },
5446
- {
5447
- "kind": "variable",
5448
- "name": "getTextRendererTemplate",
5449
- "default": "getTextFieldRendererTemplate",
5450
- "privacy": "public",
5451
- "deprecated": "- Use getTextFieldRendererTemplate instead"
5452
- },
5453
- {
5454
- "kind": "variable",
5455
- "name": "foundationAgTextRenderer",
5456
- "description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
5457
- "privacy": "public",
5458
- "deprecated": "- Use foundationAgTextFieldRenderer instead"
5437
+ ],
5438
+ "superclass": {
5439
+ "name": "FoundationElement",
5440
+ "package": "@microsoft/fast-foundation"
5441
+ },
5442
+ "tagName": "grid-pro-column",
5443
+ "customElement": true
5459
5444
  }
5460
5445
  ],
5461
5446
  "exports": [
5462
5447
  {
5463
5448
  "kind": "js",
5464
- "name": "AgTextRenderer",
5449
+ "name": "GridProColumn",
5465
5450
  "declaration": {
5466
- "name": "AgTextRenderer",
5467
- "module": "src/cell-renderers/text.renderer.ts"
5451
+ "name": "GridProColumn",
5452
+ "module": "src/column/column.ts"
5468
5453
  }
5469
5454
  },
5455
+ {
5456
+ "kind": "custom-element-definition",
5457
+ "name": "grid-pro-column",
5458
+ "declaration": {
5459
+ "name": "GridProColumn",
5460
+ "module": "src/column/column.ts"
5461
+ }
5462
+ }
5463
+ ]
5464
+ },
5465
+ {
5466
+ "kind": "javascript-module",
5467
+ "path": "src/column/index.ts",
5468
+ "declarations": [],
5469
+ "exports": [
5470
5470
  {
5471
5471
  "kind": "js",
5472
- "name": "textRendererStyles",
5472
+ "name": "*",
5473
5473
  "declaration": {
5474
- "name": "textRendererStyles",
5475
- "module": "src/cell-renderers/text.renderer.ts"
5474
+ "name": "*",
5475
+ "package": "./column.template"
5476
5476
  }
5477
5477
  },
5478
5478
  {
5479
5479
  "kind": "js",
5480
- "name": "getTextRendererTemplate",
5480
+ "name": "*",
5481
5481
  "declaration": {
5482
- "name": "getTextRendererTemplate",
5483
- "module": "src/cell-renderers/text.renderer.ts"
5482
+ "name": "*",
5483
+ "package": "./column"
5484
5484
  }
5485
5485
  },
5486
5486
  {
5487
5487
  "kind": "js",
5488
- "name": "foundationAgTextRenderer",
5488
+ "name": "*",
5489
5489
  "declaration": {
5490
- "name": "foundationAgTextRenderer",
5491
- "module": "src/cell-renderers/text.renderer.ts"
5490
+ "name": "*",
5491
+ "package": "./utils"
5492
5492
  }
5493
5493
  }
5494
5494
  ]
@@ -11284,51 +11284,46 @@
11284
11284
  },
11285
11285
  {
11286
11286
  "kind": "javascript-module",
11287
- "path": "src/column/utils/grid-pro-columns.ts",
11287
+ "path": "src/cell-renderers/utils/accessor.ts",
11288
11288
  "declarations": [
11289
11289
  {
11290
11290
  "kind": "function",
11291
- "name": "gridProColumns",
11291
+ "name": "setValueWithAccessor",
11292
11292
  "return": {
11293
11293
  "type": {
11294
- "text": "CaptureType<TSource>"
11294
+ "text": "string"
11295
11295
  }
11296
11296
  },
11297
11297
  "parameters": [
11298
11298
  {
11299
- "name": "itemsBinding",
11299
+ "name": "data",
11300
11300
  "type": {
11301
- "text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
11302
- },
11303
- "description": "The array to render"
11301
+ "text": "any"
11302
+ }
11304
11303
  },
11305
11304
  {
11306
- "name": "includeRenderers",
11307
- "default": "true",
11305
+ "name": "accessor",
11308
11306
  "type": {
11309
- "text": "boolean"
11310
- },
11311
- "description": "Optionally tells whether to include cell renderers, if available"
11307
+ "text": "string"
11308
+ }
11312
11309
  }
11313
- ],
11314
- "description": "A directive that renders a set of grid-pro-column elements from a given input binding",
11315
- "privacy": "public"
11310
+ ]
11316
11311
  }
11317
11312
  ],
11318
11313
  "exports": [
11319
11314
  {
11320
11315
  "kind": "js",
11321
- "name": "gridProColumns",
11316
+ "name": "setValueWithAccessor",
11322
11317
  "declaration": {
11323
- "name": "gridProColumns",
11324
- "module": "src/column/utils/grid-pro-columns.ts"
11318
+ "name": "setValueWithAccessor",
11319
+ "module": "src/cell-renderers/utils/accessor.ts"
11325
11320
  }
11326
11321
  }
11327
11322
  ]
11328
11323
  },
11329
11324
  {
11330
11325
  "kind": "javascript-module",
11331
- "path": "src/column/utils/index.ts",
11326
+ "path": "src/cell-renderers/utils/index.ts",
11332
11327
  "declarations": [],
11333
11328
  "exports": [
11334
11329
  {
@@ -11336,53 +11331,58 @@
11336
11331
  "name": "*",
11337
11332
  "declaration": {
11338
11333
  "name": "*",
11339
- "package": "./grid-pro-columns"
11334
+ "package": "./accessor"
11340
11335
  }
11341
11336
  }
11342
11337
  ]
11343
11338
  },
11344
11339
  {
11345
11340
  "kind": "javascript-module",
11346
- "path": "src/cell-renderers/utils/accessor.ts",
11341
+ "path": "src/column/utils/grid-pro-columns.ts",
11347
11342
  "declarations": [
11348
11343
  {
11349
11344
  "kind": "function",
11350
- "name": "setValueWithAccessor",
11345
+ "name": "gridProColumns",
11351
11346
  "return": {
11352
11347
  "type": {
11353
- "text": "string"
11348
+ "text": "CaptureType<TSource>"
11354
11349
  }
11355
11350
  },
11356
11351
  "parameters": [
11357
11352
  {
11358
- "name": "data",
11353
+ "name": "itemsBinding",
11359
11354
  "type": {
11360
- "text": "any"
11361
- }
11355
+ "text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
11356
+ },
11357
+ "description": "The array to render"
11362
11358
  },
11363
11359
  {
11364
- "name": "accessor",
11360
+ "name": "includeRenderers",
11361
+ "default": "true",
11365
11362
  "type": {
11366
- "text": "string"
11367
- }
11363
+ "text": "boolean"
11364
+ },
11365
+ "description": "Optionally tells whether to include cell renderers, if available"
11368
11366
  }
11369
- ]
11367
+ ],
11368
+ "description": "A directive that renders a set of grid-pro-column elements from a given input binding",
11369
+ "privacy": "public"
11370
11370
  }
11371
11371
  ],
11372
11372
  "exports": [
11373
11373
  {
11374
11374
  "kind": "js",
11375
- "name": "setValueWithAccessor",
11375
+ "name": "gridProColumns",
11376
11376
  "declaration": {
11377
- "name": "setValueWithAccessor",
11378
- "module": "src/cell-renderers/utils/accessor.ts"
11377
+ "name": "gridProColumns",
11378
+ "module": "src/column/utils/grid-pro-columns.ts"
11379
11379
  }
11380
11380
  }
11381
11381
  ]
11382
11382
  },
11383
11383
  {
11384
11384
  "kind": "javascript-module",
11385
- "path": "src/cell-renderers/utils/index.ts",
11385
+ "path": "src/column/utils/index.ts",
11386
11386
  "declarations": [],
11387
11387
  "exports": [
11388
11388
  {
@@ -11390,7 +11390,7 @@
11390
11390
  "name": "*",
11391
11391
  "declaration": {
11392
11392
  "name": "*",
11393
- "package": "./accessor"
11393
+ "package": "./grid-pro-columns"
11394
11394
  }
11395
11395
  }
11396
11396
  ]
@@ -77,24 +77,9 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
77
77
  getBoundingClientRect(): DOMRect;
78
78
  getClientRects(): DOMRectList;
79
79
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
80
- getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>; /**
81
- * Clears the rowData and columnDefs for the grid.
82
- * @remarks This is called when `reloadResourceData` happens, on criteria and filters change or full `reset`.
83
- * @param withColumnDefs - Whether to clear the columnDefs as well. Defaults to true.
84
- * @internal
85
- */
86
- getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>; /**
87
- * Clears the rowData and columnDefs for the grid.
88
- * @remarks This is called when `reloadResourceData` happens, on criteria and filters change or full `reset`.
89
- * @param withColumnDefs - Whether to clear the columnDefs as well. Defaults to true.
90
- * @internal
91
- */
92
- getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>; /**
93
- * Clears the rowData and columnDefs for the grid.
94
- * @remarks This is called when `reloadResourceData` happens, on criteria and filters change or full `reset`.
95
- * @param withColumnDefs - Whether to clear the columnDefs as well. Defaults to true.
96
- * @internal
97
- */
80
+ getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
81
+ getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
82
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
98
83
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
99
84
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
100
85
  getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
@@ -121,17 +106,17 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
121
106
  scrollTo(x: number, y: number): void;
122
107
  setAttribute(qualifiedName: string, value: string): void;
123
108
  setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
124
- setAttributeNode(attr: Attr): Attr; /**
109
+ setAttributeNode(attr: Attr): Attr;
110
+ setAttributeNodeNS(attr: Attr): Attr;
111
+ setPointerCapture(pointerId: number): void;
112
+ toggleAttribute(qualifiedName: string, force?: boolean): boolean;
113
+ webkitMatchesSelector(selectors: string): boolean;
114
+ readonly baseURI: string; /**
125
115
  * Resets the grid data while keeping columnDefs and sends a DATA_LOGOFF message if it's a stream.
126
116
  * Proxies to {@link @genesislcap/grid-pro#GridProGenesisDatasource.loadResourceData} but without the full init (no metadata fetch).
127
117
  * @remarks This is used when the grid is already initialized and we want to reload the data due to a criteria/filter change.
128
118
  * @internal
129
119
  */
130
- setAttributeNodeNS(attr: Attr): Attr;
131
- setPointerCapture(pointerId: number): void;
132
- toggleAttribute(qualifiedName: string, force?: boolean): boolean;
133
- webkitMatchesSelector(selectors: string): boolean;
134
- readonly baseURI: string;
135
120
  readonly childNodes: NodeListOf<ChildNode>;
136
121
  readonly firstChild: ChildNode;
137
122
  readonly isConnected: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"grid-pro-genesis-datasource.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EACN,WAAW,EAEX,kBAAkB,EAClB,kBAAkB,EACnB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,IAAI,EACJ,UAAU,EAYX,MAAM,+BAA+B,CAAC;AAKvC,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qIA2PpE;;;;;OAKG;mIALH;;;;;OAKG;4EALH;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAoDH;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA9SL;;;;GAIG;AACH,qBAGa,wBAAyB,SAAQ,6BAAqC;IAC3E,IAAI,EAAG,IAAI,CAAC;IACN,UAAU,EAAG,UAAU,CAAC;IAEpC,aAAa,SAAsB;IACnC,kBAAkB,SAA2B;IAG7C,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;IASf,eAAe,EAAE,MAAM,CACf;IACQ,cAAc,EAAE,OAAO,CAAS;IAC7E,OAAO,EAAE,GAAG,CAAC;IAEzB,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAKW,qBAAqB,UAAS;IAG/F,yBAAyB,UAAS;IAElC,OAAO,CAAC,OAAO,CAAe;IAC9B,OAAO,CAAC,SAAS,CAAe;IAChC,OAAO,CAAC,aAAa,CAAe;IAEpC,OAAO,CAAC,6BAA6B,CAAQ;IAE7C,OAAO,CAAC,SAAS,CAAS;IAE1B,OAAO,CAAC,mBAAmB,CAAkC;IAC7D,OAAO,CAAC,MAAM,CAAwE;IAEtF,iBAAiB;IAuBjB,oBAAoB;IAWX,SAAS,IAAI,IAAI;IAU1B;;;;;;OAMG;IACG,IAAI,CAAC,iBAAiB,CAAC,EAAE,MAAM,EAAE,EAAE,YAAY,CAAC,EAAE,WAAW,EAAE;IAyDrE;;;OAGG;IACH,MAAM;IAIN;;;;OAIG;IACH,KAAK;IA8BL;;;OAGG;IACH,OAAO;IAYP;;OAEG;IACH,WAAW;IAIX;;;;OAIG;IACH,OAAO,CAAC,UAAU;IAUlB;;;;;OAKG;IACH,OAAO,CAAC,YAAY;IAWpB;;;;OAIG;YACW,UAAU;IAmCxB;;;;;OAKG;YACW,kBAAkB;IAYhC;;;;;;OAMG;YACW,gBAAgB;IA0D9B,OAAO,CAAC,cAAc;IActB,YAAY,CAAC,MAAM,KAAA;IAOnB,OAAO,CAAC,iBAAiB;IAiBzB,OAAO,CAAC,kBAAkB;IAU1B,OAAO,CAAC,sBAAsB;IA2C9B,OAAO,CAAC,mBAAmB;YAsBb,eAAe;IAc7B,OAAO,CAAC,aAAa;IAMd,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;IAK9C,YAAY,CAAC,SAAS,EAAE,MAAM;IAK5B,gBAAgB,CACvB,aAAa,EAAE,kBAAkB,GAChC,kBAAkB,GAAG,IAAI,GAAG,SAAS;IAI/B,qBAAqB,CAC5B,aAAa,EAAE,kBAAkB,EACjC,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,kBAAkB,KAAK,IAAI,GAC3C,IAAI;CAGR"}
1
+ {"version":3,"file":"grid-pro-genesis-datasource.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EACN,WAAW,EAEX,kBAAkB,EAClB,kBAAkB,EACnB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,IAAI,EACJ,UAAU,EAYX,MAAM,+BAA+B,CAAC;AAKvC,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BA6TpE;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAvTL;;;;GAIG;AACH,qBAGa,wBAAyB,SAAQ,6BAAqC;IAC3E,IAAI,EAAG,IAAI,CAAC;IACN,UAAU,EAAG,UAAU,CAAC;IAEpC,aAAa,SAAsB;IACnC,kBAAkB,SAA2B;IAG7C,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;IASf,eAAe,EAAE,MAAM,CACf;IACQ,cAAc,EAAE,OAAO,CAAS;IAC7E,OAAO,EAAE,GAAG,CAAC;IAEzB,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAKW,qBAAqB,UAAS;IAG/F,yBAAyB,UAAS;IAElC,OAAO,CAAC,OAAO,CAAe;IAC9B,OAAO,CAAC,SAAS,CAAe;IAChC,OAAO,CAAC,aAAa,CAAe;IAEpC,OAAO,CAAC,6BAA6B,CAAQ;IAE7C,OAAO,CAAC,SAAS,CAAS;IAE1B,OAAO,CAAC,mBAAmB,CAAkC;IAC7D,OAAO,CAAC,MAAM,CAAwE;IAEtF,iBAAiB;IAuBjB,oBAAoB;IAWX,SAAS,IAAI,IAAI;IAmB1B;;;;;;OAMG;IACG,IAAI,CAAC,iBAAiB,CAAC,EAAE,MAAM,EAAE,EAAE,YAAY,CAAC,EAAE,WAAW,EAAE;IAyDrE;;;OAGG;IACH,MAAM;IAIN;;;;OAIG;IACH,KAAK;IA8BL;;;OAGG;IACH,OAAO;IAYP;;OAEG;IACH,WAAW;IAIX;;;;OAIG;IACH,OAAO,CAAC,UAAU;IAUlB;;;;;OAKG;IACH,OAAO,CAAC,YAAY;IAWpB;;;;OAIG;YACW,UAAU;IAmCxB;;;;;OAKG;YACW,kBAAkB;IAYhC;;;;;;OAMG;YACW,gBAAgB;IA0D9B,OAAO,CAAC,cAAc;IActB,YAAY,CAAC,MAAM,KAAA;IAOnB,OAAO,CAAC,iBAAiB;IAiBzB,OAAO,CAAC,kBAAkB;IAU1B,OAAO,CAAC,sBAAsB;IA2C9B,OAAO,CAAC,mBAAmB;YAsBb,eAAe;IAc7B,OAAO,CAAC,aAAa;IAMd,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;IAK9C,YAAY,CAAC,SAAS,EAAE,MAAM;IAK5B,gBAAgB,CACvB,aAAa,EAAE,kBAAkB,GAChC,kBAAkB,GAAG,IAAI,GAAG,SAAS;IAI/B,qBAAqB,CAC5B,aAAa,EAAE,kBAAkB,EACjC,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,kBAAkB,KAAK,IAAI,GAC3C,IAAI;CAGR"}
@@ -73,7 +73,15 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
73
73
  }
74
74
  deepClone() {
75
75
  const copy = super.deepClone();
76
- copy.deferredGridOptions = structuredClone(this.deferredGridOptions);
76
+ copy.deferredGridOptions = {};
77
+ for (const property of this.deferredGridOptions) {
78
+ if (typeof property === 'function') {
79
+ copy.deferredGridOptions[property] = this.deferredGridOptions[property].bind(copy);
80
+ }
81
+ else {
82
+ copy.deferredGridOptions[property] = structuredClone(this.deferredGridOptions[property]);
83
+ }
84
+ }
77
85
  copy.deferredColumnStates = structuredClone(this.deferredColumnStates);
78
86
  copy.request = structuredClone(this.request);
79
87
  return copy;
@@ -1928,24 +1928,9 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
1928
1928
  getBoundingClientRect(): DOMRect;
1929
1929
  getClientRects(): DOMRectList;
1930
1930
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
1931
- getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>; /**
1932
- * Clears the rowData and columnDefs for the grid.
1933
- * @remarks This is called when `reloadResourceData` happens, on criteria and filters change or full `reset`.
1934
- * @param withColumnDefs - Whether to clear the columnDefs as well. Defaults to true.
1935
- * @internal
1936
- */
1937
- getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>; /**
1938
- * Clears the rowData and columnDefs for the grid.
1939
- * @remarks This is called when `reloadResourceData` happens, on criteria and filters change or full `reset`.
1940
- * @param withColumnDefs - Whether to clear the columnDefs as well. Defaults to true.
1941
- * @internal
1942
- */
1943
- getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>; /**
1944
- * Clears the rowData and columnDefs for the grid.
1945
- * @remarks This is called when `reloadResourceData` happens, on criteria and filters change or full `reset`.
1946
- * @param withColumnDefs - Whether to clear the columnDefs as well. Defaults to true.
1947
- * @internal
1948
- */
1931
+ getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
1932
+ getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
1933
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
1949
1934
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
1950
1935
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
1951
1936
  getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
@@ -1972,17 +1957,17 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
1972
1957
  scrollTo(x: number, y: number): void;
1973
1958
  setAttribute(qualifiedName: string, value: string): void;
1974
1959
  setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
1975
- setAttributeNode(attr: Attr): Attr; /**
1960
+ setAttributeNode(attr: Attr): Attr;
1961
+ setAttributeNodeNS(attr: Attr): Attr;
1962
+ setPointerCapture(pointerId: number): void;
1963
+ toggleAttribute(qualifiedName: string, force?: boolean): boolean;
1964
+ webkitMatchesSelector(selectors: string): boolean;
1965
+ readonly baseURI: string; /**
1976
1966
  * Resets the grid data while keeping columnDefs and sends a DATA_LOGOFF message if it's a stream.
1977
1967
  * Proxies to {@link @genesislcap/grid-pro#GridProGenesisDatasource.loadResourceData} but without the full init (no metadata fetch).
1978
1968
  * @remarks This is used when the grid is already initialized and we want to reload the data due to a criteria/filter change.
1979
1969
  * @internal
1980
1970
  */
1981
- setAttributeNodeNS(attr: Attr): Attr;
1982
- setPointerCapture(pointerId: number): void;
1983
- toggleAttribute(qualifiedName: string, force?: boolean): boolean;
1984
- webkitMatchesSelector(selectors: string): boolean;
1985
- readonly baseURI: string;
1986
1971
  readonly childNodes: NodeListOf<ChildNode>;
1987
1972
  readonly firstChild: ChildNode;
1988
1973
  readonly isConnected: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/grid-pro",
3
3
  "description": "Genesis Foundation AG Grid",
4
- "version": "14.164.0",
4
+ "version": "14.164.1-canary.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -30,20 +30,20 @@
30
30
  "test:debug": "genx test --debug"
31
31
  },
32
32
  "devDependencies": {
33
- "@genesislcap/foundation-testing": "14.164.0",
34
- "@genesislcap/genx": "14.164.0",
35
- "@genesislcap/rollup-builder": "14.164.0",
36
- "@genesislcap/ts-builder": "14.164.0",
37
- "@genesislcap/uvu-playwright-builder": "14.164.0",
38
- "@genesislcap/vite-builder": "14.164.0",
39
- "@genesislcap/webpack-builder": "14.164.0",
33
+ "@genesislcap/foundation-testing": "14.164.1-canary.1",
34
+ "@genesislcap/genx": "14.164.1-canary.1",
35
+ "@genesislcap/rollup-builder": "14.164.1-canary.1",
36
+ "@genesislcap/ts-builder": "14.164.1-canary.1",
37
+ "@genesislcap/uvu-playwright-builder": "14.164.1-canary.1",
38
+ "@genesislcap/vite-builder": "14.164.1-canary.1",
39
+ "@genesislcap/webpack-builder": "14.164.1-canary.1",
40
40
  "rimraf": "^3.0.2"
41
41
  },
42
42
  "dependencies": {
43
- "@genesislcap/foundation-comms": "14.164.0",
44
- "@genesislcap/foundation-logger": "14.164.0",
45
- "@genesislcap/foundation-ui": "14.164.0",
46
- "@genesislcap/foundation-utils": "14.164.0",
43
+ "@genesislcap/foundation-comms": "14.164.1-canary.1",
44
+ "@genesislcap/foundation-logger": "14.164.1-canary.1",
45
+ "@genesislcap/foundation-ui": "14.164.1-canary.1",
46
+ "@genesislcap/foundation-utils": "14.164.1-canary.1",
47
47
  "@microsoft/fast-colors": "^5.3.1",
48
48
  "@microsoft/fast-components": "^2.30.6",
49
49
  "@microsoft/fast-element": "^1.12.0",
@@ -69,5 +69,5 @@
69
69
  "access": "public"
70
70
  },
71
71
  "customElements": "dist/custom-elements.json",
72
- "gitHead": "01048301d213303cb5ac16796191bb9903c890d5"
72
+ "gitHead": "45e0c311f075c7bb04689359a1e585555f2ebbfe"
73
73
  }