@genesislcap/grid-pro 15.25.1 → 15.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist/custom-elements.json +2209 -829
  2. package/dist/dts/column-selection/column-picker-ag-drag.d.ts +18 -0
  3. package/dist/dts/column-selection/column-picker-ag-drag.d.ts.map +1 -0
  4. package/dist/dts/column-selection/column-picker.utils.d.ts +50 -0
  5. package/dist/dts/column-selection/column-picker.utils.d.ts.map +1 -0
  6. package/dist/dts/column-selection/column-selection.d.ts +549 -0
  7. package/dist/dts/column-selection/column-selection.d.ts.map +1 -0
  8. package/dist/dts/column-selection/column-selection.styles.d.ts +11 -0
  9. package/dist/dts/column-selection/column-selection.styles.d.ts.map +1 -0
  10. package/dist/dts/column-selection/column-selection.template.d.ts +13 -0
  11. package/dist/dts/column-selection/column-selection.template.d.ts.map +1 -0
  12. package/dist/dts/column-selection/grid-pro-column-drag-bridge.d.ts +46 -0
  13. package/dist/dts/column-selection/grid-pro-column-drag-bridge.d.ts.map +1 -0
  14. package/dist/dts/column-selection/index.d.ts +8 -0
  15. package/dist/dts/column-selection/index.d.ts.map +1 -0
  16. package/dist/dts/column-selection/resolve-columns-picker-api.d.ts +23 -0
  17. package/dist/dts/column-selection/resolve-columns-picker-api.d.ts.map +1 -0
  18. package/dist/dts/grid-pro-beta.d.ts +12 -0
  19. package/dist/dts/grid-pro-beta.d.ts.map +1 -1
  20. package/dist/dts/grid-pro.styles.d.ts.map +1 -1
  21. package/dist/dts/grid-pro.template.d.ts.map +1 -1
  22. package/dist/dts/index.d.ts +1 -0
  23. package/dist/dts/index.d.ts.map +1 -1
  24. package/dist/dts/react.d.ts +19 -9
  25. package/dist/esm/column-selection/column-picker-ag-drag.js +52 -0
  26. package/dist/esm/column-selection/column-picker.utils.js +118 -0
  27. package/dist/esm/column-selection/column-selection.js +620 -0
  28. package/dist/esm/column-selection/column-selection.styles.js +236 -0
  29. package/dist/esm/column-selection/column-selection.template.js +96 -0
  30. package/dist/esm/column-selection/grid-pro-column-drag-bridge.js +62 -0
  31. package/dist/esm/column-selection/index.js +7 -0
  32. package/dist/esm/column-selection/resolve-columns-picker-api.js +42 -0
  33. package/dist/esm/grid-pro-beta.js +33 -2
  34. package/dist/esm/grid-pro.styles.js +2 -0
  35. package/dist/esm/grid-pro.template.js +8 -1
  36. package/dist/esm/index.js +1 -0
  37. package/dist/grid-pro.api.json +6820 -4409
  38. package/dist/grid-pro.d.ts +781 -46
  39. package/dist/react.cjs +13 -6
  40. package/dist/react.mjs +11 -5
  41. package/package.json +13 -13
@@ -129,6 +129,17 @@
129
129
  "default": "false",
130
130
  "description": "If true, will enable row flashing for all rows for `add` async transactions"
131
131
  },
132
+ {
133
+ "kind": "field",
134
+ "name": "columnDragBridge",
135
+ "type": {
136
+ "text": "GridProColumnDragBridge"
137
+ },
138
+ "privacy": "private",
139
+ "readonly": true,
140
+ "default": "{}",
141
+ "description": "Wired to `gridOptions.context` for columns picker → grid drag (see bridge module)."
142
+ },
132
143
  {
133
144
  "kind": "field",
134
145
  "name": "persistColumnStateKey",
@@ -263,6 +274,20 @@
263
274
  "default": "false",
264
275
  "description": "Enables or disables the grid status bar."
265
276
  },
277
+ {
278
+ "kind": "field",
279
+ "name": "enableColumnSelection",
280
+ "type": {
281
+ "text": "boolean"
282
+ },
283
+ "default": "false",
284
+ "description": "Shows a Column Selection button above the grid.",
285
+ "privacy": "public"
286
+ },
287
+ {
288
+ "kind": "method",
289
+ "name": "enableColumnSelectionChanged"
290
+ },
266
291
  {
267
292
  "kind": "field",
268
293
  "name": "customErrorHandlerTemplate",
@@ -552,6 +577,16 @@
552
577
  "readonly": true,
553
578
  "default": "{\n handleChange: (record: any) => this.handleLuminanceChange(record),\n }"
554
579
  },
580
+ {
581
+ "kind": "method",
582
+ "name": "syncColumnSelectionHostLayout",
583
+ "privacy": "private",
584
+ "return": {
585
+ "type": {
586
+ "text": "void"
587
+ }
588
+ }
589
+ },
555
590
  {
556
591
  "kind": "method",
557
592
  "name": "performDisconnectCleanup",
@@ -1248,6 +1283,15 @@
1248
1283
  "default": "false",
1249
1284
  "description": "Enables or disables the grid status bar.",
1250
1285
  "fieldName": "withStatusBar"
1286
+ },
1287
+ {
1288
+ "name": "enable-column-selection",
1289
+ "type": {
1290
+ "text": "boolean"
1291
+ },
1292
+ "default": "false",
1293
+ "description": "Shows a Column Selection button above the grid.",
1294
+ "fieldName": "enableColumnSelection"
1251
1295
  }
1252
1296
  ],
1253
1297
  "mixins": [
@@ -1493,7 +1537,7 @@
1493
1537
  "type": {
1494
1538
  "text": "ElementStyles"
1495
1539
  },
1496
- "default": "css`\n ${agExternalStockStyles}\n ${errorHandlerDialogStyles}\n ${agDragGhostShadowDomStyles}\n ${rowMatchAlertStyles}\n :host {\n --datasource-error-background-color: var(--neutral-layer-4);\n --datasource-error-background-opacity: 0.5;\n --datasource-error-dialog-max-width: 50%;\n --datasource-error-dialog-min-width: auto;\n --ag-status-bar-height: 32.5px;\n\n position: relative;\n width: 100%;\n height: 100%;\n }\n\n :host([ds-disconnected]) {\n display: block;\n }\n\n :host([ds-disconnected])::part(grid) {\n cursor: not-allowed;\n opacity: 40%;\n pointer-events: none;\n }\n\n .ag-side-bar,\n .ag-menu {\n --ag-subheader-background-color: var(--ag-background-color);\n --ag-control-panel-background-color: var(--ag-background-color);\n }\n\n .ag-cell-inline-editing {\n height: inherit !important;\n }\n\n .hidden {\n display: none;\n }\n\n .error {\n border-color: var(--error-color) !important;\n }\n\n .ag-status-bar {\n height: var(--ag-status-bar-height);\n }\n\n .ag-status-name-value {\n padding-top: var(--ag-grid-size);\n padding-bottom: var(--ag-grid-size);\n }\n\n /* Custom styling for the unsort icon (sortNone) - only for sortable columns */\n .ag-header-cell.ag-header-cell-sortable .ag-icon-none {\n opacity: 100%;\n color: var(--rapid-ag-header-foreground-color, var(--ag-foreground-color, #fff));\n font-size: calc(var(--ag-icon-size, 12px) * 1.2);\n font-weight: bold;\n }\n\n .ag-header-cell.ag-header-cell-sortable:hover .ag-icon-none {\n opacity: 100%;\n color: var(--rapid-ag-header-foreground-color, var(--ag-foreground-color, #fff));\n transform: scale(1.1);\n transition: transform 0.2s ease;\n }\n`",
1540
+ "default": "css`\n ${agExternalStockStyles}\n ${errorHandlerDialogStyles}\n ${agDragGhostShadowDomStyles}\n ${gridProColumnSelectionHostStyles}\n ${rowMatchAlertStyles}\n :host {\n --datasource-error-background-color: var(--neutral-layer-4);\n --datasource-error-background-opacity: 0.5;\n --datasource-error-dialog-max-width: 50%;\n --datasource-error-dialog-min-width: auto;\n --ag-status-bar-height: 32.5px;\n\n position: relative;\n width: 100%;\n height: 100%;\n }\n\n :host([ds-disconnected]) {\n display: block;\n }\n\n :host([ds-disconnected])::part(grid) {\n cursor: not-allowed;\n opacity: 40%;\n pointer-events: none;\n }\n\n .ag-side-bar,\n .ag-menu {\n --ag-subheader-background-color: var(--ag-background-color);\n --ag-control-panel-background-color: var(--ag-background-color);\n }\n\n .ag-cell-inline-editing {\n height: inherit !important;\n }\n\n .hidden {\n display: none;\n }\n\n .error {\n border-color: var(--error-color) !important;\n }\n\n .ag-status-bar {\n height: var(--ag-status-bar-height);\n }\n\n .ag-status-name-value {\n padding-top: var(--ag-grid-size);\n padding-bottom: var(--ag-grid-size);\n }\n\n /* Custom styling for the unsort icon (sortNone) - only for sortable columns */\n .ag-header-cell.ag-header-cell-sortable .ag-icon-none {\n opacity: 100%;\n color: var(--rapid-ag-header-foreground-color, var(--ag-foreground-color, #fff));\n font-size: calc(var(--ag-icon-size, 12px) * 1.2);\n font-weight: bold;\n }\n\n .ag-header-cell.ag-header-cell-sortable:hover .ag-icon-none {\n opacity: 100%;\n color: var(--rapid-ag-header-foreground-color, var(--ag-foreground-color, #fff));\n transform: scale(1.1);\n transition: transform 0.2s ease;\n }\n`",
1497
1541
  "description": "The Grid Pro styles.",
1498
1542
  "privacy": "public"
1499
1543
  }
@@ -3385,6 +3429,14 @@
3385
3429
  "package": "./column"
3386
3430
  }
3387
3431
  },
3432
+ {
3433
+ "kind": "js",
3434
+ "name": "*",
3435
+ "declaration": {
3436
+ "name": "*",
3437
+ "package": "./column-selection"
3438
+ }
3439
+ },
3388
3440
  {
3389
3441
  "kind": "js",
3390
3442
  "name": "*",
@@ -5331,123 +5383,69 @@
5331
5383
  },
5332
5384
  {
5333
5385
  "kind": "javascript-module",
5334
- "path": "src/column/column.template.ts",
5335
- "declarations": [
5336
- {
5337
- "kind": "variable",
5338
- "name": "ColumnTemplate",
5339
- "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
5340
- "description": "The Grid Pro Column Template.",
5341
- "privacy": "public"
5342
- }
5343
- ],
5344
- "exports": [
5345
- {
5346
- "kind": "js",
5347
- "name": "ColumnTemplate",
5348
- "declaration": {
5349
- "name": "ColumnTemplate",
5350
- "module": "src/column/column.template.ts"
5351
- }
5352
- }
5353
- ]
5354
- },
5355
- {
5356
- "kind": "javascript-module",
5357
- "path": "src/column/column.ts",
5386
+ "path": "src/cell-renderers/action.renderer.ts",
5358
5387
  "declarations": [
5359
5388
  {
5360
5389
  "kind": "class",
5361
- "description": "The Grid Pro Column element.",
5362
- "name": "GridProColumn",
5390
+ "description": "The AG Action Renderer element.",
5391
+ "name": "ActionRenderer",
5363
5392
  "members": [
5364
5393
  {
5365
5394
  "kind": "field",
5366
- "name": "slottedAgCell",
5395
+ "name": "params",
5367
5396
  "type": {
5368
- "text": "HTMLElement[]"
5397
+ "text": "ICellRendererParams & ActionRendererParams"
5369
5398
  },
5370
5399
  "privacy": "public"
5371
5400
  },
5372
5401
  {
5373
5402
  "kind": "field",
5374
- "name": "definition",
5403
+ "name": "pendingAction",
5375
5404
  "type": {
5376
- "text": "ColDef"
5405
+ "text": "boolean"
5377
5406
  },
5378
- "default": "{}"
5379
- },
5380
- {
5381
- "kind": "method",
5382
- "name": "slottedAgCellChanged",
5383
5407
  "privacy": "public"
5384
5408
  },
5385
5409
  {
5386
5410
  "kind": "method",
5387
- "name": "deepClone",
5388
- "return": {
5389
- "type": {
5390
- "text": "Node"
5391
- }
5392
- },
5393
- "inheritedFrom": {
5394
- "name": "LifecycleMixin",
5395
- "module": "src/mixins/lifecycle/lifecycle.ts"
5396
- }
5397
- },
5398
- {
5399
- "kind": "method",
5400
- "name": "cloneNode",
5401
- "return": {
5402
- "type": {
5403
- "text": "Node"
5404
- }
5405
- },
5411
+ "name": "init",
5412
+ "privacy": "public",
5406
5413
  "parameters": [
5407
5414
  {
5408
- "name": "deep",
5409
- "optional": true,
5415
+ "name": "params",
5410
5416
  "type": {
5411
- "text": "boolean"
5417
+ "text": "ICellRendererParams & ActionRendererParams"
5412
5418
  }
5413
5419
  }
5414
- ],
5415
- "inheritedFrom": {
5416
- "name": "LifecycleMixin",
5417
- "module": "src/mixins/lifecycle/lifecycle.ts"
5418
- }
5420
+ ]
5419
5421
  },
5420
5422
  {
5421
- "kind": "field",
5422
- "name": "shouldRunDisconnect",
5423
+ "kind": "method",
5424
+ "name": "getGui",
5425
+ "privacy": "public",
5423
5426
  "return": {
5424
5427
  "type": {
5425
- "text": ""
5428
+ "text": "HTMLElement"
5426
5429
  }
5427
- },
5428
- "readonly": true,
5429
- "inheritedFrom": {
5430
- "name": "LifecycleMixin",
5431
- "module": "src/mixins/lifecycle/lifecycle.ts"
5432
5430
  }
5433
5431
  },
5434
5432
  {
5435
- "kind": "field",
5436
- "name": "shouldRunConnect",
5437
- "return": {
5438
- "type": {
5439
- "text": ""
5433
+ "kind": "method",
5434
+ "name": "refresh",
5435
+ "privacy": "public",
5436
+ "parameters": [
5437
+ {
5438
+ "name": "params",
5439
+ "type": {
5440
+ "text": "ICellRendererParams"
5441
+ }
5440
5442
  }
5441
- },
5442
- "readonly": true,
5443
- "inheritedFrom": {
5444
- "name": "LifecycleMixin",
5445
- "module": "src/mixins/lifecycle/lifecycle.ts"
5446
- }
5443
+ ]
5447
5444
  },
5448
5445
  {
5449
5446
  "kind": "method",
5450
- "name": "#_blockLifecycleDueToTokenChange",
5447
+ "name": "isDisabled",
5448
+ "privacy": "public",
5451
5449
  "return": {
5452
5450
  "type": {
5453
5451
  "text": "boolean"
@@ -5455,16 +5453,19 @@
5455
5453
  },
5456
5454
  "parameters": [
5457
5455
  {
5458
- "name": "lifecycleType",
5459
- "type": {
5460
- "text": "Lifecycletype"
5461
- }
5456
+ "name": "data"
5462
5457
  }
5463
- ],
5464
- "inheritedFrom": {
5465
- "name": "LifecycleMixin",
5466
- "module": "src/mixins/lifecycle/lifecycle.ts"
5467
- }
5458
+ ]
5459
+ },
5460
+ {
5461
+ "kind": "method",
5462
+ "name": "clickHandler",
5463
+ "privacy": "public"
5464
+ },
5465
+ {
5466
+ "kind": "field",
5467
+ "name": "dataTestId",
5468
+ "readonly": true
5468
5469
  },
5469
5470
  {
5470
5471
  "kind": "field",
@@ -5578,92 +5579,82 @@
5578
5579
  }
5579
5580
  }
5580
5581
  ],
5581
- "mixins": [
5582
- {
5583
- "name": "LifecycleMixin",
5584
- "package": "@genesislcap/foundation-utils"
5585
- }
5586
- ],
5587
5582
  "superclass": {
5588
5583
  "name": "FoundationElement",
5589
5584
  "package": "@microsoft/fast-foundation"
5590
5585
  },
5591
- "tagName": "grid-pro-column",
5586
+ "tagName": "%%prefix%%-grid-pro-action-renderer",
5592
5587
  "customElement": true
5588
+ },
5589
+ {
5590
+ "kind": "variable",
5591
+ "name": "actionHeightMultiplier",
5592
+ "description": "The base height multiplier for the action renderer.",
5593
+ "privacy": "public"
5594
+ },
5595
+ {
5596
+ "kind": "variable",
5597
+ "name": "agActionRendererStyles",
5598
+ "default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n color: var(--accent-foreground-rest);\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
5599
+ "description": "The AG Action Renderer Styles.",
5600
+ "privacy": "public"
5601
+ },
5602
+ {
5603
+ "kind": "variable",
5604
+ "name": "foundationGridProActionRenderer",
5605
+ "description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
5606
+ "privacy": "public"
5593
5607
  }
5594
5608
  ],
5595
5609
  "exports": [
5596
5610
  {
5597
5611
  "kind": "js",
5598
- "name": "GridProColumn",
5612
+ "name": "ActionRenderer",
5599
5613
  "declaration": {
5600
- "name": "GridProColumn",
5601
- "module": "src/column/column.ts"
5614
+ "name": "ActionRenderer",
5615
+ "module": "src/cell-renderers/action.renderer.ts"
5602
5616
  }
5603
5617
  },
5604
- {
5605
- "kind": "custom-element-definition",
5606
- "name": "grid-pro-column",
5607
- "declaration": {
5608
- "name": "GridProColumn",
5609
- "module": "src/column/column.ts"
5610
- }
5611
- }
5612
- ]
5613
- },
5614
- {
5615
- "kind": "javascript-module",
5616
- "path": "src/column/index.ts",
5617
- "declarations": [],
5618
- "exports": [
5619
5618
  {
5620
5619
  "kind": "js",
5621
- "name": "*",
5620
+ "name": "actionHeightMultiplier",
5622
5621
  "declaration": {
5623
- "name": "*",
5624
- "package": "./column.template"
5622
+ "name": "actionHeightMultiplier",
5623
+ "module": "src/cell-renderers/action.renderer.ts"
5625
5624
  }
5626
5625
  },
5627
5626
  {
5628
5627
  "kind": "js",
5629
- "name": "*",
5628
+ "name": "agActionRendererStyles",
5630
5629
  "declaration": {
5631
- "name": "*",
5632
- "package": "./column"
5630
+ "name": "agActionRendererStyles",
5631
+ "module": "src/cell-renderers/action.renderer.ts"
5633
5632
  }
5634
5633
  },
5635
5634
  {
5636
5635
  "kind": "js",
5637
- "name": "*",
5636
+ "name": "foundationGridProActionRenderer",
5638
5637
  "declaration": {
5639
- "name": "*",
5640
- "package": "./utils"
5638
+ "name": "foundationGridProActionRenderer",
5639
+ "module": "src/cell-renderers/action.renderer.ts"
5641
5640
  }
5642
5641
  }
5643
5642
  ]
5644
5643
  },
5645
5644
  {
5646
5645
  "kind": "javascript-module",
5647
- "path": "src/cell-renderers/action.renderer.ts",
5646
+ "path": "src/cell-renderers/actions-menu.renderer.ts",
5648
5647
  "declarations": [
5649
5648
  {
5650
5649
  "kind": "class",
5651
- "description": "The AG Action Renderer element.",
5652
- "name": "ActionRenderer",
5650
+ "description": "The Actions Menu Renderer element.",
5651
+ "name": "ActionsMenuRenderer",
5653
5652
  "members": [
5654
5653
  {
5655
5654
  "kind": "field",
5656
5655
  "name": "params",
5657
5656
  "type": {
5658
- "text": "ICellRendererParams & ActionRendererParams"
5659
- },
5660
- "privacy": "public"
5661
- },
5662
- {
5663
- "kind": "field",
5664
- "name": "pendingAction",
5665
- "type": {
5666
- "text": "boolean"
5657
+ "text": "ICellRendererParams"
5667
5658
  },
5668
5659
  "privacy": "public"
5669
5660
  },
@@ -5675,259 +5666,7 @@
5675
5666
  {
5676
5667
  "name": "params",
5677
5668
  "type": {
5678
- "text": "ICellRendererParams & ActionRendererParams"
5679
- }
5680
- }
5681
- ]
5682
- },
5683
- {
5684
- "kind": "method",
5685
- "name": "getGui",
5686
- "privacy": "public",
5687
- "return": {
5688
- "type": {
5689
- "text": "HTMLElement"
5690
- }
5691
- }
5692
- },
5693
- {
5694
- "kind": "method",
5695
- "name": "refresh",
5696
- "privacy": "public",
5697
- "parameters": [
5698
- {
5699
- "name": "params",
5700
- "type": {
5701
- "text": "ICellRendererParams"
5702
- }
5703
- }
5704
- ]
5705
- },
5706
- {
5707
- "kind": "method",
5708
- "name": "isDisabled",
5709
- "privacy": "public",
5710
- "return": {
5711
- "type": {
5712
- "text": "boolean"
5713
- }
5714
- },
5715
- "parameters": [
5716
- {
5717
- "name": "data"
5718
- }
5719
- ]
5720
- },
5721
- {
5722
- "kind": "method",
5723
- "name": "clickHandler",
5724
- "privacy": "public"
5725
- },
5726
- {
5727
- "kind": "field",
5728
- "name": "dataTestId",
5729
- "readonly": true
5730
- },
5731
- {
5732
- "kind": "field",
5733
- "name": "_presentation",
5734
- "type": {
5735
- "text": "ComponentPresentation | null | undefined"
5736
- },
5737
- "privacy": "private",
5738
- "default": "void 0",
5739
- "inheritedFrom": {
5740
- "name": "FoundationElement",
5741
- "module": "src/foundation-element/foundation-element.ts"
5742
- }
5743
- },
5744
- {
5745
- "kind": "field",
5746
- "name": "$presentation",
5747
- "type": {
5748
- "text": "ComponentPresentation | null"
5749
- },
5750
- "privacy": "public",
5751
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5752
- "inheritedFrom": {
5753
- "name": "FoundationElement",
5754
- "module": "src/foundation-element/foundation-element.ts"
5755
- }
5756
- },
5757
- {
5758
- "kind": "field",
5759
- "name": "template",
5760
- "type": {
5761
- "text": "ElementViewTemplate | void | null"
5762
- },
5763
- "privacy": "public",
5764
- "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.",
5765
- "inheritedFrom": {
5766
- "name": "FoundationElement",
5767
- "module": "src/foundation-element/foundation-element.ts"
5768
- }
5769
- },
5770
- {
5771
- "kind": "method",
5772
- "name": "templateChanged",
5773
- "privacy": "protected",
5774
- "return": {
5775
- "type": {
5776
- "text": "void"
5777
- }
5778
- },
5779
- "inheritedFrom": {
5780
- "name": "FoundationElement",
5781
- "module": "src/foundation-element/foundation-element.ts"
5782
- }
5783
- },
5784
- {
5785
- "kind": "field",
5786
- "name": "styles",
5787
- "type": {
5788
- "text": "ElementStyles | void | null"
5789
- },
5790
- "privacy": "public",
5791
- "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.",
5792
- "inheritedFrom": {
5793
- "name": "FoundationElement",
5794
- "module": "src/foundation-element/foundation-element.ts"
5795
- }
5796
- },
5797
- {
5798
- "kind": "method",
5799
- "name": "stylesChanged",
5800
- "privacy": "protected",
5801
- "return": {
5802
- "type": {
5803
- "text": "void"
5804
- }
5805
- },
5806
- "inheritedFrom": {
5807
- "name": "FoundationElement",
5808
- "module": "src/foundation-element/foundation-element.ts"
5809
- }
5810
- },
5811
- {
5812
- "kind": "method",
5813
- "name": "compose",
5814
- "privacy": "public",
5815
- "static": true,
5816
- "return": {
5817
- "type": {
5818
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
5819
- }
5820
- },
5821
- "parameters": [
5822
- {
5823
- "name": "this",
5824
- "type": {
5825
- "text": "K"
5826
- }
5827
- },
5828
- {
5829
- "name": "elementDefinition",
5830
- "type": {
5831
- "text": "T"
5832
- },
5833
- "description": "The definition of the element to create the registry\nfunction for."
5834
- }
5835
- ],
5836
- "description": "Defines an element registry function with a set of element definition defaults.",
5837
- "inheritedFrom": {
5838
- "name": "FoundationElement",
5839
- "module": "src/foundation-element/foundation-element.ts"
5840
- }
5841
- }
5842
- ],
5843
- "superclass": {
5844
- "name": "FoundationElement",
5845
- "package": "@microsoft/fast-foundation"
5846
- },
5847
- "tagName": "%%prefix%%-grid-pro-action-renderer",
5848
- "customElement": true
5849
- },
5850
- {
5851
- "kind": "variable",
5852
- "name": "actionHeightMultiplier",
5853
- "description": "The base height multiplier for the action renderer.",
5854
- "privacy": "public"
5855
- },
5856
- {
5857
- "kind": "variable",
5858
- "name": "agActionRendererStyles",
5859
- "default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n color: var(--accent-foreground-rest);\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
5860
- "description": "The AG Action Renderer Styles.",
5861
- "privacy": "public"
5862
- },
5863
- {
5864
- "kind": "variable",
5865
- "name": "foundationGridProActionRenderer",
5866
- "description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
5867
- "privacy": "public"
5868
- }
5869
- ],
5870
- "exports": [
5871
- {
5872
- "kind": "js",
5873
- "name": "ActionRenderer",
5874
- "declaration": {
5875
- "name": "ActionRenderer",
5876
- "module": "src/cell-renderers/action.renderer.ts"
5877
- }
5878
- },
5879
- {
5880
- "kind": "js",
5881
- "name": "actionHeightMultiplier",
5882
- "declaration": {
5883
- "name": "actionHeightMultiplier",
5884
- "module": "src/cell-renderers/action.renderer.ts"
5885
- }
5886
- },
5887
- {
5888
- "kind": "js",
5889
- "name": "agActionRendererStyles",
5890
- "declaration": {
5891
- "name": "agActionRendererStyles",
5892
- "module": "src/cell-renderers/action.renderer.ts"
5893
- }
5894
- },
5895
- {
5896
- "kind": "js",
5897
- "name": "foundationGridProActionRenderer",
5898
- "declaration": {
5899
- "name": "foundationGridProActionRenderer",
5900
- "module": "src/cell-renderers/action.renderer.ts"
5901
- }
5902
- }
5903
- ]
5904
- },
5905
- {
5906
- "kind": "javascript-module",
5907
- "path": "src/cell-renderers/actions-menu.renderer.ts",
5908
- "declarations": [
5909
- {
5910
- "kind": "class",
5911
- "description": "The Actions Menu Renderer element.",
5912
- "name": "ActionsMenuRenderer",
5913
- "members": [
5914
- {
5915
- "kind": "field",
5916
- "name": "params",
5917
- "type": {
5918
- "text": "ICellRendererParams"
5919
- },
5920
- "privacy": "public"
5921
- },
5922
- {
5923
- "kind": "method",
5924
- "name": "init",
5925
- "privacy": "public",
5926
- "parameters": [
5927
- {
5928
- "name": "params",
5929
- "type": {
5930
- "text": "ICellRendererParams"
5669
+ "text": "ICellRendererParams"
5931
5670
  }
5932
5671
  }
5933
5672
  ]
@@ -8123,354 +7862,1816 @@
8123
7862
  },
8124
7863
  {
8125
7864
  "kind": "javascript-module",
8126
- "path": "src/column-filters/enum-column.filter.ts",
7865
+ "path": "src/column/column.template.ts",
8127
7866
  "declarations": [
8128
7867
  {
8129
- "kind": "function",
8130
- "name": "createEnumValueLabelFormatter",
7868
+ "kind": "variable",
7869
+ "name": "ColumnTemplate",
7870
+ "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
7871
+ "description": "The Grid Pro Column Template.",
7872
+ "privacy": "public"
7873
+ }
7874
+ ],
7875
+ "exports": [
7876
+ {
7877
+ "kind": "js",
7878
+ "name": "ColumnTemplate",
7879
+ "declaration": {
7880
+ "name": "ColumnTemplate",
7881
+ "module": "src/column/column.template.ts"
7882
+ }
7883
+ }
7884
+ ]
7885
+ },
7886
+ {
7887
+ "kind": "javascript-module",
7888
+ "path": "src/column/column.ts",
7889
+ "declarations": [
7890
+ {
7891
+ "kind": "class",
7892
+ "description": "The Grid Pro Column element.",
7893
+ "name": "GridProColumn",
7894
+ "members": [
7895
+ {
7896
+ "kind": "field",
7897
+ "name": "slottedAgCell",
7898
+ "type": {
7899
+ "text": "HTMLElement[]"
7900
+ },
7901
+ "privacy": "public"
7902
+ },
7903
+ {
7904
+ "kind": "field",
7905
+ "name": "definition",
7906
+ "type": {
7907
+ "text": "ColDef"
7908
+ },
7909
+ "default": "{}"
7910
+ },
7911
+ {
7912
+ "kind": "method",
7913
+ "name": "slottedAgCellChanged",
7914
+ "privacy": "public"
7915
+ },
7916
+ {
7917
+ "kind": "method",
7918
+ "name": "deepClone",
7919
+ "return": {
7920
+ "type": {
7921
+ "text": "Node"
7922
+ }
7923
+ },
7924
+ "inheritedFrom": {
7925
+ "name": "LifecycleMixin",
7926
+ "module": "src/mixins/lifecycle/lifecycle.ts"
7927
+ }
7928
+ },
7929
+ {
7930
+ "kind": "method",
7931
+ "name": "cloneNode",
7932
+ "return": {
7933
+ "type": {
7934
+ "text": "Node"
7935
+ }
7936
+ },
7937
+ "parameters": [
7938
+ {
7939
+ "name": "deep",
7940
+ "optional": true,
7941
+ "type": {
7942
+ "text": "boolean"
7943
+ }
7944
+ }
7945
+ ],
7946
+ "inheritedFrom": {
7947
+ "name": "LifecycleMixin",
7948
+ "module": "src/mixins/lifecycle/lifecycle.ts"
7949
+ }
7950
+ },
7951
+ {
7952
+ "kind": "field",
7953
+ "name": "shouldRunDisconnect",
7954
+ "return": {
7955
+ "type": {
7956
+ "text": ""
7957
+ }
7958
+ },
7959
+ "readonly": true,
7960
+ "inheritedFrom": {
7961
+ "name": "LifecycleMixin",
7962
+ "module": "src/mixins/lifecycle/lifecycle.ts"
7963
+ }
7964
+ },
7965
+ {
7966
+ "kind": "field",
7967
+ "name": "shouldRunConnect",
7968
+ "return": {
7969
+ "type": {
7970
+ "text": ""
7971
+ }
7972
+ },
7973
+ "readonly": true,
7974
+ "inheritedFrom": {
7975
+ "name": "LifecycleMixin",
7976
+ "module": "src/mixins/lifecycle/lifecycle.ts"
7977
+ }
7978
+ },
7979
+ {
7980
+ "kind": "method",
7981
+ "name": "#_blockLifecycleDueToTokenChange",
7982
+ "return": {
7983
+ "type": {
7984
+ "text": "boolean"
7985
+ }
7986
+ },
7987
+ "parameters": [
7988
+ {
7989
+ "name": "lifecycleType",
7990
+ "type": {
7991
+ "text": "Lifecycletype"
7992
+ }
7993
+ }
7994
+ ],
7995
+ "inheritedFrom": {
7996
+ "name": "LifecycleMixin",
7997
+ "module": "src/mixins/lifecycle/lifecycle.ts"
7998
+ }
7999
+ },
8000
+ {
8001
+ "kind": "field",
8002
+ "name": "_presentation",
8003
+ "type": {
8004
+ "text": "ComponentPresentation | null | undefined"
8005
+ },
8006
+ "privacy": "private",
8007
+ "default": "void 0",
8008
+ "inheritedFrom": {
8009
+ "name": "FoundationElement",
8010
+ "module": "src/foundation-element/foundation-element.ts"
8011
+ }
8012
+ },
8013
+ {
8014
+ "kind": "field",
8015
+ "name": "$presentation",
8016
+ "type": {
8017
+ "text": "ComponentPresentation | null"
8018
+ },
8019
+ "privacy": "public",
8020
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
8021
+ "inheritedFrom": {
8022
+ "name": "FoundationElement",
8023
+ "module": "src/foundation-element/foundation-element.ts"
8024
+ }
8025
+ },
8026
+ {
8027
+ "kind": "field",
8028
+ "name": "template",
8029
+ "type": {
8030
+ "text": "ElementViewTemplate | void | null"
8031
+ },
8032
+ "privacy": "public",
8033
+ "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.",
8034
+ "inheritedFrom": {
8035
+ "name": "FoundationElement",
8036
+ "module": "src/foundation-element/foundation-element.ts"
8037
+ }
8038
+ },
8039
+ {
8040
+ "kind": "method",
8041
+ "name": "templateChanged",
8042
+ "privacy": "protected",
8043
+ "return": {
8044
+ "type": {
8045
+ "text": "void"
8046
+ }
8047
+ },
8048
+ "inheritedFrom": {
8049
+ "name": "FoundationElement",
8050
+ "module": "src/foundation-element/foundation-element.ts"
8051
+ }
8052
+ },
8053
+ {
8054
+ "kind": "field",
8055
+ "name": "styles",
8056
+ "type": {
8057
+ "text": "ElementStyles | void | null"
8058
+ },
8059
+ "privacy": "public",
8060
+ "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.",
8061
+ "inheritedFrom": {
8062
+ "name": "FoundationElement",
8063
+ "module": "src/foundation-element/foundation-element.ts"
8064
+ }
8065
+ },
8066
+ {
8067
+ "kind": "method",
8068
+ "name": "stylesChanged",
8069
+ "privacy": "protected",
8070
+ "return": {
8071
+ "type": {
8072
+ "text": "void"
8073
+ }
8074
+ },
8075
+ "inheritedFrom": {
8076
+ "name": "FoundationElement",
8077
+ "module": "src/foundation-element/foundation-element.ts"
8078
+ }
8079
+ },
8080
+ {
8081
+ "kind": "method",
8082
+ "name": "compose",
8083
+ "privacy": "public",
8084
+ "static": true,
8085
+ "return": {
8086
+ "type": {
8087
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
8088
+ }
8089
+ },
8090
+ "parameters": [
8091
+ {
8092
+ "name": "this",
8093
+ "type": {
8094
+ "text": "K"
8095
+ }
8096
+ },
8097
+ {
8098
+ "name": "elementDefinition",
8099
+ "type": {
8100
+ "text": "T"
8101
+ },
8102
+ "description": "The definition of the element to create the registry\nfunction for."
8103
+ }
8104
+ ],
8105
+ "description": "Defines an element registry function with a set of element definition defaults.",
8106
+ "inheritedFrom": {
8107
+ "name": "FoundationElement",
8108
+ "module": "src/foundation-element/foundation-element.ts"
8109
+ }
8110
+ }
8111
+ ],
8112
+ "mixins": [
8113
+ {
8114
+ "name": "LifecycleMixin",
8115
+ "package": "@genesislcap/foundation-utils"
8116
+ }
8117
+ ],
8118
+ "superclass": {
8119
+ "name": "FoundationElement",
8120
+ "package": "@microsoft/fast-foundation"
8121
+ },
8122
+ "tagName": "grid-pro-column",
8123
+ "customElement": true
8124
+ }
8125
+ ],
8126
+ "exports": [
8127
+ {
8128
+ "kind": "js",
8129
+ "name": "GridProColumn",
8130
+ "declaration": {
8131
+ "name": "GridProColumn",
8132
+ "module": "src/column/column.ts"
8133
+ }
8134
+ },
8135
+ {
8136
+ "kind": "custom-element-definition",
8137
+ "name": "grid-pro-column",
8138
+ "declaration": {
8139
+ "name": "GridProColumn",
8140
+ "module": "src/column/column.ts"
8141
+ }
8142
+ }
8143
+ ]
8144
+ },
8145
+ {
8146
+ "kind": "javascript-module",
8147
+ "path": "src/column/index.ts",
8148
+ "declarations": [],
8149
+ "exports": [
8150
+ {
8151
+ "kind": "js",
8152
+ "name": "*",
8153
+ "declaration": {
8154
+ "name": "*",
8155
+ "package": "./column.template"
8156
+ }
8157
+ },
8158
+ {
8159
+ "kind": "js",
8160
+ "name": "*",
8161
+ "declaration": {
8162
+ "name": "*",
8163
+ "package": "./column"
8164
+ }
8165
+ },
8166
+ {
8167
+ "kind": "js",
8168
+ "name": "*",
8169
+ "declaration": {
8170
+ "name": "*",
8171
+ "package": "./utils"
8172
+ }
8173
+ }
8174
+ ]
8175
+ },
8176
+ {
8177
+ "kind": "javascript-module",
8178
+ "path": "src/column-filters/enum-column.filter.ts",
8179
+ "declarations": [
8180
+ {
8181
+ "kind": "function",
8182
+ "name": "createEnumValueLabelFormatter",
8183
+ "return": {
8184
+ "type": {
8185
+ "text": "(value: string | null) => string"
8186
+ }
8187
+ },
8188
+ "parameters": [
8189
+ {
8190
+ "name": "params",
8191
+ "type": {
8192
+ "text": "| (Pick<EnumColumnFilterParams, 'valueFormatter'> &\n Partial<\n Pick<EnumColumnFilterValueFormatterParams, 'api' | 'colDef' | 'column' | 'context'>\n >)\n | undefined"
8193
+ }
8194
+ }
8195
+ ],
8196
+ "description": "Builds the value-to-label formatter for an enum filter, honouring `valueFormatter` from the\nfilter params and labelling `null` (blanks) consistently.",
8197
+ "privacy": "public"
8198
+ },
8199
+ {
8200
+ "kind": "function",
8201
+ "name": "formatEnumFilterModelAsString",
8202
+ "return": {
8203
+ "type": {
8204
+ "text": "string"
8205
+ }
8206
+ },
8207
+ "parameters": [
8208
+ {
8209
+ "name": "model",
8210
+ "type": {
8211
+ "text": "EnumColumnFilterModel | null"
8212
+ }
8213
+ },
8214
+ {
8215
+ "name": "formatLabel",
8216
+ "type": {
8217
+ "text": "(value: string | null) => string"
8218
+ }
8219
+ }
8220
+ ],
8221
+ "description": "Renders an enum filter model as a short summary, e.g. `(2) Active, Pending`.",
8222
+ "privacy": "public"
8223
+ },
8224
+ {
8225
+ "kind": "class",
8226
+ "description": "An Excel AutoFilter-inspired set filter for enum columns, built on AG Grid Community only.",
8227
+ "name": "EnumColumnFilter",
8228
+ "members": [
8229
+ {
8230
+ "kind": "field",
8231
+ "name": "params",
8232
+ "type": {
8233
+ "text": "IFilterParams & EnumColumnFilterParams"
8234
+ },
8235
+ "privacy": "protected"
8236
+ },
8237
+ {
8238
+ "kind": "field",
8239
+ "name": "eGui",
8240
+ "type": {
8241
+ "text": "HTMLElement"
8242
+ },
8243
+ "privacy": "private"
8244
+ },
8245
+ {
8246
+ "kind": "field",
8247
+ "name": "eRoot",
8248
+ "type": {
8249
+ "text": "ShadowRoot"
8250
+ },
8251
+ "privacy": "private",
8252
+ "description": "The GUI's shadow root — hosts the content and the shared FAST stylesheet."
8253
+ },
8254
+ {
8255
+ "kind": "field",
8256
+ "name": "eSearch",
8257
+ "type": {
8258
+ "text": "HTMLInputElement"
8259
+ },
8260
+ "privacy": "private"
8261
+ },
8262
+ {
8263
+ "kind": "field",
8264
+ "name": "eSelectAll",
8265
+ "type": {
8266
+ "text": "HTMLInputElement"
8267
+ },
8268
+ "privacy": "private"
8269
+ },
8270
+ {
8271
+ "kind": "field",
8272
+ "name": "eList",
8273
+ "type": {
8274
+ "text": "HTMLElement"
8275
+ },
8276
+ "privacy": "private"
8277
+ },
8278
+ {
8279
+ "kind": "field",
8280
+ "name": "itemInputs",
8281
+ "privacy": "private",
8282
+ "default": "new Map<string | null, HTMLInputElement>()",
8283
+ "description": "Rendered value checkboxes keyed by value; `null` keys the blanks entry."
8284
+ },
8285
+ {
8286
+ "kind": "field",
8287
+ "name": "allValues",
8288
+ "type": {
8289
+ "text": "string[]"
8290
+ },
8291
+ "privacy": "private",
8292
+ "default": "[]",
8293
+ "description": "All selectable values, in the order the metadata/getter provided them."
8294
+ },
8295
+ {
8296
+ "kind": "field",
8297
+ "name": "includeBlanks",
8298
+ "type": {
8299
+ "text": "boolean"
8300
+ },
8301
+ "privacy": "private",
8302
+ "default": "true",
8303
+ "description": "Whether the `(Blanks)` entry is offered — on unless `filterParams.blanks` is `false`."
8304
+ },
8305
+ {
8306
+ "kind": "field",
8307
+ "name": "valuesRequestId",
8308
+ "type": {
8309
+ "text": "number"
8310
+ },
8311
+ "privacy": "private",
8312
+ "default": "0",
8313
+ "description": "Guards async values resolution against out-of-date responses and use after destroy."
8314
+ },
8315
+ {
8316
+ "kind": "field",
8317
+ "name": "loading",
8318
+ "type": {
8319
+ "text": "boolean"
8320
+ },
8321
+ "privacy": "private",
8322
+ "default": "false"
8323
+ },
8324
+ {
8325
+ "kind": "field",
8326
+ "name": "ownsHeaderTooltip",
8327
+ "type": {
8328
+ "text": "boolean"
8329
+ },
8330
+ "privacy": "private",
8331
+ "default": "false",
8332
+ "description": "Whether this instance installed the header tooltip getter (so destroy removes only its own)."
8333
+ },
8334
+ {
8335
+ "kind": "field",
8336
+ "name": "formatLabel",
8337
+ "type": {
8338
+ "text": "(value: string | null) => string"
8339
+ },
8340
+ "privacy": "private"
8341
+ },
8342
+ {
8343
+ "kind": "field",
8344
+ "name": "model",
8345
+ "type": {
8346
+ "text": "(string | null)[] | null"
8347
+ },
8348
+ "privacy": "private",
8349
+ "default": "null",
8350
+ "description": "`null` while inactive (everything passes); otherwise the selected values, with `null`\nstanding for blanks. May contain values absent from `allValues` (e.g. a restored model\nreferencing rows not loaded yet) — those are preserved and rendered as extra list entries\nso restoring a persisted model never silently narrows it, while still letting the user\ndeselect them."
8351
+ },
8352
+ {
8353
+ "kind": "field",
8354
+ "name": "searchTerm",
8355
+ "type": {
8356
+ "text": "string"
8357
+ },
8358
+ "privacy": "private",
8359
+ "default": "''"
8360
+ },
8361
+ {
8362
+ "kind": "method",
8363
+ "name": "init",
8364
+ "privacy": "public",
8365
+ "return": {
8366
+ "type": {
8367
+ "text": "void"
8368
+ }
8369
+ },
8370
+ "parameters": [
8371
+ {
8372
+ "name": "params",
8373
+ "type": {
8374
+ "text": "IFilterParams & EnumColumnFilterParams"
8375
+ }
8376
+ }
8377
+ ]
8378
+ },
8379
+ {
8380
+ "kind": "method",
8381
+ "name": "getGui",
8382
+ "privacy": "public",
8383
+ "return": {
8384
+ "type": {
8385
+ "text": "HTMLElement"
8386
+ }
8387
+ }
8388
+ },
8389
+ {
8390
+ "kind": "method",
8391
+ "name": "isFilterActive",
8392
+ "privacy": "public",
8393
+ "return": {
8394
+ "type": {
8395
+ "text": "boolean"
8396
+ }
8397
+ }
8398
+ },
8399
+ {
8400
+ "kind": "method",
8401
+ "name": "doesFilterPass",
8402
+ "privacy": "public",
8403
+ "return": {
8404
+ "type": {
8405
+ "text": "boolean"
8406
+ }
8407
+ },
8408
+ "parameters": [
8409
+ {
8410
+ "name": "params",
8411
+ "type": {
8412
+ "text": "IDoesFilterPassParams"
8413
+ }
8414
+ }
8415
+ ]
8416
+ },
8417
+ {
8418
+ "kind": "method",
8419
+ "name": "getModel",
8420
+ "privacy": "public",
8421
+ "return": {
8422
+ "type": {
8423
+ "text": "EnumColumnFilterModel | null"
8424
+ }
8425
+ }
8426
+ },
8427
+ {
8428
+ "kind": "method",
8429
+ "name": "setModel",
8430
+ "privacy": "public",
8431
+ "return": {
8432
+ "type": {
8433
+ "text": "void"
8434
+ }
8435
+ },
8436
+ "parameters": [
8437
+ {
8438
+ "name": "model",
8439
+ "type": {
8440
+ "text": "EnumColumnFilterModel | null"
8441
+ }
8442
+ }
8443
+ ]
8444
+ },
8445
+ {
8446
+ "kind": "method",
8447
+ "name": "getModelAsString",
8448
+ "privacy": "public",
8449
+ "return": {
8450
+ "type": {
8451
+ "text": "string"
8452
+ }
8453
+ },
8454
+ "parameters": [
8455
+ {
8456
+ "name": "model",
8457
+ "type": {
8458
+ "text": "EnumColumnFilterModel | null"
8459
+ }
8460
+ }
8461
+ ]
8462
+ },
8463
+ {
8464
+ "kind": "method",
8465
+ "name": "clear",
8466
+ "privacy": "public",
8467
+ "return": {
8468
+ "type": {
8469
+ "text": "void"
8470
+ }
8471
+ },
8472
+ "description": "Clears the filter back to inactive and notifies the grid; used by the floating filter."
8473
+ },
8474
+ {
8475
+ "kind": "method",
8476
+ "name": "installHeaderTooltip",
8477
+ "privacy": "private",
8478
+ "return": {
8479
+ "type": {
8480
+ "text": "void"
8481
+ }
8482
+ },
8483
+ "description": "Surfaces the active selection in the column's header tooltip (alongside AG's native header\nfilter icon), so the filter state is inspectable from the header without the layout-changing\nfloating filter row. Installed as a `headerTooltipValueGetter`, which AG evaluates lazily on\nhover — no header refresh needed when the model changes. While inactive it returns\n`undefined`, which falls back to the consumer's own `headerTooltip`; when active, that\ntooltip is kept as the prefix. A consumer-provided getter is left untouched."
8484
+ },
8485
+ {
8486
+ "kind": "method",
8487
+ "name": "afterGuiAttached",
8488
+ "privacy": "public",
8489
+ "return": {
8490
+ "type": {
8491
+ "text": "void"
8492
+ }
8493
+ },
8494
+ "parameters": [
8495
+ {
8496
+ "name": "params",
8497
+ "optional": true,
8498
+ "type": {
8499
+ "text": "{ suppressFocus?: boolean }"
8500
+ }
8501
+ }
8502
+ ]
8503
+ },
8504
+ {
8505
+ "kind": "method",
8506
+ "name": "refresh",
8507
+ "privacy": "public",
8508
+ "return": {
8509
+ "type": {
8510
+ "text": "boolean"
8511
+ }
8512
+ },
8513
+ "parameters": [
8514
+ {
8515
+ "name": "params",
8516
+ "type": {
8517
+ "text": "IFilterParams & EnumColumnFilterParams"
8518
+ }
8519
+ }
8520
+ ]
8521
+ },
8522
+ {
8523
+ "kind": "method",
8524
+ "name": "destroy",
8525
+ "privacy": "public",
8526
+ "return": {
8527
+ "type": {
8528
+ "text": "void"
8529
+ }
8530
+ }
8531
+ },
8532
+ {
8533
+ "kind": "method",
8534
+ "name": "resolveState",
8535
+ "privacy": "private",
8536
+ "return": {
8537
+ "type": {
8538
+ "text": "void"
8539
+ }
8540
+ },
8541
+ "description": "Resolves the option list (values array or getter) and re-renders."
8542
+ },
8543
+ {
8544
+ "kind": "method",
8545
+ "name": "loadAsyncValues",
8546
+ "privacy": "private",
8547
+ "return": {
8548
+ "type": {
8549
+ "text": "void"
8550
+ }
8551
+ },
8552
+ "parameters": [
8553
+ {
8554
+ "name": "getValues",
8555
+ "type": {
8556
+ "text": "EnumColumnFilterValuesGetter"
8557
+ }
8558
+ }
8559
+ ]
8560
+ },
8561
+ {
8562
+ "kind": "method",
8563
+ "name": "getCellValue",
8564
+ "privacy": "private",
8565
+ "return": {
8566
+ "type": {
8567
+ "text": "unknown"
8568
+ }
8569
+ },
8570
+ "parameters": [
8571
+ {
8572
+ "name": "node",
8573
+ "type": {
8574
+ "text": "any"
8575
+ }
8576
+ }
8577
+ ],
8578
+ "description": "The raw field read covers params without `getValue` (e.g. stripped-down test params)."
8579
+ },
8580
+ {
8581
+ "kind": "method",
8582
+ "name": "extraModelValues",
8583
+ "privacy": "private",
8584
+ "return": {
8585
+ "type": {
8586
+ "text": "string[]"
8587
+ }
8588
+ },
8589
+ "description": "Model values that are not in the option list, e.g. from a restored persisted model."
8590
+ },
8591
+ {
8592
+ "kind": "method",
8593
+ "name": "allKeys",
8594
+ "privacy": "private",
8595
+ "return": {
8596
+ "type": {
8597
+ "text": "(string | null)[]"
8598
+ }
8599
+ },
8600
+ "description": "All offered entry keys: the option list, then any off-list model values (rendered so they can\nbe deselected rather than being stuck in the model forever), then `null` (blanks) last like\nExcel. The blanks entry is also offered whenever the model references it, so a restored\nblanks selection stays visible and removable even before blank rows are detected."
8601
+ },
8602
+ {
8603
+ "kind": "method",
8604
+ "name": "isSelected",
8605
+ "privacy": "private",
8606
+ "return": {
8607
+ "type": {
8608
+ "text": "boolean"
8609
+ }
8610
+ },
8611
+ "parameters": [
8612
+ {
8613
+ "name": "key",
8614
+ "type": {
8615
+ "text": "string | null"
8616
+ }
8617
+ }
8618
+ ]
8619
+ },
8620
+ {
8621
+ "kind": "method",
8622
+ "name": "visibleKeys",
8623
+ "privacy": "private",
8624
+ "return": {
8625
+ "type": {
8626
+ "text": "(string | null)[]"
8627
+ }
8628
+ }
8629
+ },
8630
+ {
8631
+ "kind": "method",
8632
+ "name": "updateSelection",
8633
+ "privacy": "private",
8634
+ "return": {
8635
+ "type": {
8636
+ "text": "void"
8637
+ }
8638
+ },
8639
+ "parameters": [
8640
+ {
8641
+ "name": "selected",
8642
+ "type": {
8643
+ "text": "Set<string | null>"
8644
+ }
8645
+ }
8646
+ ],
8647
+ "description": "Applies a new selection. Collapses back to the inactive (`null`) model when every offered\nentry is selected, so a fully re-selected filter reports inactive exactly like the\nenterprise set filter. Selected values beyond the offered keys don't restrict anything an\ninactive filter would pass, so a superset selection collapses too."
8648
+ },
8649
+ {
8650
+ "kind": "method",
8651
+ "name": "currentSelection",
8652
+ "privacy": "private",
8653
+ "return": {
8654
+ "type": {
8655
+ "text": "Set<string | null>"
8656
+ }
8657
+ }
8658
+ },
8659
+ {
8660
+ "kind": "method",
8661
+ "name": "toggleValue",
8662
+ "privacy": "private",
8663
+ "return": {
8664
+ "type": {
8665
+ "text": "void"
8666
+ }
8667
+ },
8668
+ "parameters": [
8669
+ {
8670
+ "name": "key",
8671
+ "type": {
8672
+ "text": "string | null"
8673
+ }
8674
+ },
8675
+ {
8676
+ "name": "checked",
8677
+ "type": {
8678
+ "text": "boolean"
8679
+ }
8680
+ }
8681
+ ]
8682
+ },
8683
+ {
8684
+ "kind": "method",
8685
+ "name": "toggleAllVisible",
8686
+ "privacy": "private",
8687
+ "return": {
8688
+ "type": {
8689
+ "text": "void"
8690
+ }
8691
+ },
8692
+ "parameters": [
8693
+ {
8694
+ "name": "checked",
8695
+ "type": {
8696
+ "text": "boolean"
8697
+ }
8698
+ }
8699
+ ],
8700
+ "description": "Select-all acts on the searched subset only, mirroring Excel's AutoFilter."
8701
+ },
8702
+ {
8703
+ "kind": "method",
8704
+ "name": "createGui",
8705
+ "privacy": "private",
8706
+ "return": {
8707
+ "type": {
8708
+ "text": "void"
8709
+ }
8710
+ }
8711
+ },
8712
+ {
8713
+ "kind": "method",
8714
+ "name": "createItem",
8715
+ "privacy": "private",
8716
+ "return": {
8717
+ "type": {
8718
+ "text": "{ label: HTMLLabelElement; input: HTMLInputElement }"
8719
+ }
8720
+ },
8721
+ "parameters": [
8722
+ {
8723
+ "name": "text",
8724
+ "type": {
8725
+ "text": "string"
8726
+ }
8727
+ }
8728
+ ]
8729
+ },
8730
+ {
8731
+ "kind": "method",
8732
+ "name": "renderList",
8733
+ "privacy": "private",
8734
+ "return": {
8735
+ "type": {
8736
+ "text": "void"
8737
+ }
8738
+ },
8739
+ "description": "Rebuilds the value list; used when the values or the search term change."
8740
+ },
8741
+ {
8742
+ "kind": "method",
8743
+ "name": "syncCheckedStates",
8744
+ "privacy": "private",
8745
+ "return": {
8746
+ "type": {
8747
+ "text": "void"
8748
+ }
8749
+ },
8750
+ "description": "Refreshes checkbox states in place, preserving DOM (and keyboard focus) on toggles."
8751
+ },
8752
+ {
8753
+ "kind": "method",
8754
+ "name": "focusables",
8755
+ "privacy": "private",
8756
+ "return": {
8757
+ "type": {
8758
+ "text": "HTMLElement[]"
8759
+ }
8760
+ }
8761
+ },
8762
+ {
8763
+ "kind": "method",
8764
+ "name": "handleKeyDown",
8765
+ "privacy": "private",
8766
+ "return": {
8767
+ "type": {
8768
+ "text": "void"
8769
+ }
8770
+ },
8771
+ "parameters": [
8772
+ {
8773
+ "name": "event",
8774
+ "type": {
8775
+ "text": "KeyboardEvent"
8776
+ }
8777
+ }
8778
+ ],
8779
+ "description": "Arrow keys walk search box, \"(Select All)\" and the visible entries; Enter toggles the\nfocused entry (Space is the checkbox's native toggle). Tab wraps within the popup: AG's own\npopup focus trap collects focusable elements with `querySelectorAll`, which does not pierce\nthe shadow root, so the trap must live here."
8780
+ }
8781
+ ]
8782
+ }
8783
+ ],
8784
+ "exports": [
8785
+ {
8786
+ "kind": "js",
8787
+ "name": "createEnumValueLabelFormatter",
8788
+ "declaration": {
8789
+ "name": "createEnumValueLabelFormatter",
8790
+ "module": "src/column-filters/enum-column.filter.ts"
8791
+ }
8792
+ },
8793
+ {
8794
+ "kind": "js",
8795
+ "name": "formatEnumFilterModelAsString",
8796
+ "declaration": {
8797
+ "name": "formatEnumFilterModelAsString",
8798
+ "module": "src/column-filters/enum-column.filter.ts"
8799
+ }
8800
+ },
8801
+ {
8802
+ "kind": "js",
8803
+ "name": "EnumColumnFilter",
8804
+ "declaration": {
8805
+ "name": "EnumColumnFilter",
8806
+ "module": "src/column-filters/enum-column.filter.ts"
8807
+ }
8808
+ }
8809
+ ]
8810
+ },
8811
+ {
8812
+ "kind": "javascript-module",
8813
+ "path": "src/column-filters/enum-column.floating-filter.ts",
8814
+ "declarations": [
8815
+ {
8816
+ "kind": "class",
8817
+ "description": "Floating filter companion for EnumColumnFilter: shows the current selection as a\ncompact summary (e.g. `(2) Active, Pending`), opens the parent filter on click, and offers a\none-click clear. Set via `ColDef.floatingFilterComponent` (see\nGridProFilterTypes.enumFloatingFilter); shown when the column enables `floatingFilter`.",
8818
+ "name": "EnumColumnFloatingFilter",
8819
+ "members": [
8820
+ {
8821
+ "kind": "field",
8822
+ "name": "params",
8823
+ "type": {
8824
+ "text": "IFloatingFilterParams"
8825
+ },
8826
+ "privacy": "private"
8827
+ },
8828
+ {
8829
+ "kind": "field",
8830
+ "name": "eGui",
8831
+ "type": {
8832
+ "text": "HTMLElement"
8833
+ },
8834
+ "privacy": "private"
8835
+ },
8836
+ {
8837
+ "kind": "field",
8838
+ "name": "eRoot",
8839
+ "type": {
8840
+ "text": "ShadowRoot"
8841
+ },
8842
+ "privacy": "private",
8843
+ "description": "The GUI's shadow root — hosts the content and the shared FAST stylesheet."
8844
+ },
8845
+ {
8846
+ "kind": "field",
8847
+ "name": "eSummary",
8848
+ "type": {
8849
+ "text": "HTMLElement"
8850
+ },
8851
+ "privacy": "private"
8852
+ },
8853
+ {
8854
+ "kind": "field",
8855
+ "name": "eClear",
8856
+ "type": {
8857
+ "text": "HTMLButtonElement"
8858
+ },
8859
+ "privacy": "private"
8860
+ },
8861
+ {
8862
+ "kind": "field",
8863
+ "name": "formatLabel",
8864
+ "type": {
8865
+ "text": "(value: string | null) => string"
8866
+ },
8867
+ "privacy": "private"
8868
+ },
8869
+ {
8870
+ "kind": "method",
8871
+ "name": "init",
8872
+ "privacy": "public",
8873
+ "return": {
8874
+ "type": {
8875
+ "text": "void"
8876
+ }
8877
+ },
8878
+ "parameters": [
8879
+ {
8880
+ "name": "params",
8881
+ "type": {
8882
+ "text": "IFloatingFilterParams"
8883
+ }
8884
+ }
8885
+ ]
8886
+ },
8887
+ {
8888
+ "kind": "method",
8889
+ "name": "getGui",
8890
+ "privacy": "public",
8891
+ "return": {
8892
+ "type": {
8893
+ "text": "HTMLElement"
8894
+ }
8895
+ }
8896
+ },
8897
+ {
8898
+ "kind": "method",
8899
+ "name": "onParentModelChanged",
8900
+ "privacy": "public",
8901
+ "return": {
8902
+ "type": {
8903
+ "text": "void"
8904
+ }
8905
+ },
8906
+ "parameters": [
8907
+ {
8908
+ "name": "model",
8909
+ "type": {
8910
+ "text": "EnumColumnFilterModel | null"
8911
+ }
8912
+ }
8913
+ ]
8914
+ },
8915
+ {
8916
+ "kind": "method",
8917
+ "name": "destroy",
8918
+ "privacy": "public",
8919
+ "return": {
8920
+ "type": {
8921
+ "text": "void"
8922
+ }
8923
+ }
8924
+ }
8925
+ ]
8926
+ }
8927
+ ],
8928
+ "exports": [
8929
+ {
8930
+ "kind": "js",
8931
+ "name": "EnumColumnFloatingFilter",
8932
+ "declaration": {
8933
+ "name": "EnumColumnFloatingFilter",
8934
+ "module": "src/column-filters/enum-column.floating-filter.ts"
8935
+ }
8936
+ }
8937
+ ]
8938
+ },
8939
+ {
8940
+ "kind": "javascript-module",
8941
+ "path": "src/column-filters/index.ts",
8942
+ "declarations": [],
8943
+ "exports": [
8944
+ {
8945
+ "kind": "js",
8946
+ "name": "*",
8947
+ "declaration": {
8948
+ "name": "*",
8949
+ "package": "./enum-column.filter"
8950
+ }
8951
+ },
8952
+ {
8953
+ "kind": "js",
8954
+ "name": "*",
8955
+ "declaration": {
8956
+ "name": "*",
8957
+ "package": "./enum-column.floating-filter"
8958
+ }
8959
+ }
8960
+ ]
8961
+ },
8962
+ {
8963
+ "kind": "javascript-module",
8964
+ "path": "src/column-selection/column-picker-ag-drag.ts",
8965
+ "declarations": [
8966
+ {
8967
+ "kind": "function",
8968
+ "name": "bindAgColumnPickerDrag",
8969
+ "return": {
8970
+ "type": {
8971
+ "text": "ColumnPickerAgDragBinding | null"
8972
+ }
8973
+ },
8974
+ "parameters": [
8975
+ {
8976
+ "name": "bridge",
8977
+ "type": {
8978
+ "text": "GridProColumnDragBridge"
8979
+ }
8980
+ },
8981
+ {
8982
+ "name": "api",
8983
+ "type": {
8984
+ "text": "GridApi"
8985
+ }
8986
+ },
8987
+ {
8988
+ "name": "handle",
8989
+ "type": {
8990
+ "text": "HTMLElement"
8991
+ }
8992
+ },
8993
+ {
8994
+ "name": "colId",
8995
+ "type": {
8996
+ "text": "string"
8997
+ }
8998
+ },
8999
+ {
9000
+ "name": "dragItemName",
9001
+ "type": {
9002
+ "text": "string"
9003
+ }
9004
+ }
9005
+ ],
9006
+ "description": "Registers an AG Grid `ToolPanel` drag source on a picker row handle so drops on\nthe grid header use AG column-move (visibility + exact index).",
9007
+ "privacy": "public"
9008
+ }
9009
+ ],
9010
+ "exports": [
9011
+ {
9012
+ "kind": "js",
9013
+ "name": "bindAgColumnPickerDrag",
9014
+ "declaration": {
9015
+ "name": "bindAgColumnPickerDrag",
9016
+ "module": "src/column-selection/column-picker-ag-drag.ts"
9017
+ }
9018
+ }
9019
+ ]
9020
+ },
9021
+ {
9022
+ "kind": "javascript-module",
9023
+ "path": "src/column-selection/column-picker.utils.ts",
9024
+ "declarations": [
9025
+ {
9026
+ "kind": "variable",
9027
+ "name": "COLUMN_PICKER_SORT_DEFAULT",
9028
+ "type": {
9029
+ "text": "ColumnPickerSort"
9030
+ },
9031
+ "default": "'selected-first'",
9032
+ "privacy": "public"
9033
+ },
9034
+ {
9035
+ "kind": "function",
9036
+ "name": "resolveColumnPickerSort",
9037
+ "return": {
9038
+ "type": {
9039
+ "text": "ColumnPickerSort"
9040
+ }
9041
+ },
9042
+ "parameters": [
9043
+ {
9044
+ "name": "sort",
9045
+ "optional": true,
9046
+ "type": {
9047
+ "text": "ColumnPickerSort | null"
9048
+ }
9049
+ }
9050
+ ],
9051
+ "privacy": "public"
9052
+ },
9053
+ {
9054
+ "kind": "function",
9055
+ "name": "toPickerItem",
9056
+ "return": {
9057
+ "type": {
9058
+ "text": "ColumnPickerItem | null"
9059
+ }
9060
+ },
9061
+ "parameters": [
9062
+ {
9063
+ "name": "col",
9064
+ "type": {
9065
+ "text": "Column"
9066
+ }
9067
+ }
9068
+ ],
9069
+ "privacy": "public"
9070
+ },
9071
+ {
9072
+ "kind": "function",
9073
+ "name": "getPickerItems",
9074
+ "return": {
9075
+ "type": {
9076
+ "text": "ColumnPickerItem[]"
9077
+ }
9078
+ },
9079
+ "parameters": [
9080
+ {
9081
+ "name": "columns",
9082
+ "type": {
9083
+ "text": "Column[]"
9084
+ }
9085
+ }
9086
+ ],
9087
+ "privacy": "public"
9088
+ },
9089
+ {
9090
+ "kind": "function",
9091
+ "name": "orderColumnsForPicker",
9092
+ "return": {
9093
+ "type": {
9094
+ "text": "Column[]"
9095
+ }
9096
+ },
9097
+ "parameters": [
9098
+ {
9099
+ "name": "displayed",
9100
+ "type": {
9101
+ "text": "Column[]"
9102
+ }
9103
+ },
9104
+ {
9105
+ "name": "all",
9106
+ "type": {
9107
+ "text": "Column[]"
9108
+ }
9109
+ },
9110
+ {
9111
+ "name": "sort",
9112
+ "default": "COLUMN_PICKER_SORT_DEFAULT",
9113
+ "type": {
9114
+ "text": "ColumnPickerSort"
9115
+ }
9116
+ },
9117
+ {
9118
+ "name": "columnState",
9119
+ "optional": true,
9120
+ "type": {
9121
+ "text": "ReadonlyArray<{ colId?: string | null }>"
9122
+ }
9123
+ }
9124
+ ],
9125
+ "description": "Column order for the picker list.\n\n- `selected-first` (default): displayed columns first, then non-displayed.\n- `ag-grid`: column-state order (visible/hidden interleaved).",
9126
+ "privacy": "public"
9127
+ },
9128
+ {
9129
+ "kind": "function",
9130
+ "name": "partitionPickerItems",
8131
9131
  "return": {
8132
9132
  "type": {
8133
- "text": "(value: string | null) => string"
9133
+ "text": "{ selected: ColumnPickerItem[]; unselected: ColumnPickerItem[] }"
8134
9134
  }
8135
9135
  },
8136
9136
  "parameters": [
8137
9137
  {
8138
- "name": "params",
9138
+ "name": "items",
8139
9139
  "type": {
8140
- "text": "| (Pick<EnumColumnFilterParams, 'valueFormatter'> &\n Partial<\n Pick<EnumColumnFilterValueFormatterParams, 'api' | 'colDef' | 'column' | 'context'>\n >)\n | undefined"
9140
+ "text": "ColumnPickerItem[]"
9141
+ }
9142
+ },
9143
+ {
9144
+ "name": "search",
9145
+ "type": {
9146
+ "text": "string"
9147
+ }
9148
+ },
9149
+ {
9150
+ "name": "sort",
9151
+ "default": "COLUMN_PICKER_SORT_DEFAULT",
9152
+ "type": {
9153
+ "text": "ColumnPickerSort"
8141
9154
  }
8142
9155
  }
8143
9156
  ],
8144
- "description": "Builds the value-to-label formatter for an enum filter, honouring `valueFormatter` from the\nfilter params and labelling `null` (blanks) consistently.",
9157
+ "description": "Splits / filters picker items for the template sections.",
8145
9158
  "privacy": "public"
8146
9159
  },
8147
9160
  {
8148
9161
  "kind": "function",
8149
- "name": "formatEnumFilterModelAsString",
9162
+ "name": "reorderVisibleIds",
8150
9163
  "return": {
8151
9164
  "type": {
8152
- "text": "string"
9165
+ "text": "string[] | null"
8153
9166
  }
8154
9167
  },
8155
9168
  "parameters": [
8156
9169
  {
8157
- "name": "model",
9170
+ "name": "allVisibleIds",
8158
9171
  "type": {
8159
- "text": "EnumColumnFilterModel | null"
9172
+ "text": "string[]"
8160
9173
  }
8161
9174
  },
8162
9175
  {
8163
- "name": "formatLabel",
9176
+ "name": "shownIds",
8164
9177
  "type": {
8165
- "text": "(value: string | null) => string"
9178
+ "text": "string[]"
9179
+ }
9180
+ },
9181
+ {
9182
+ "name": "fromId",
9183
+ "type": {
9184
+ "text": "string"
9185
+ }
9186
+ },
9187
+ {
9188
+ "name": "toId",
9189
+ "type": {
9190
+ "text": "string"
8166
9191
  }
8167
9192
  }
8168
9193
  ],
8169
- "description": "Renders an enum filter model as a short summary, e.g. `(2) Active, Pending`.",
8170
9194
  "privacy": "public"
8171
9195
  },
9196
+ {
9197
+ "kind": "function",
9198
+ "name": "applyVisibleOrder",
9199
+ "return": {
9200
+ "type": {
9201
+ "text": "T[]"
9202
+ }
9203
+ },
9204
+ "parameters": [
9205
+ {
9206
+ "name": "columnState",
9207
+ "type": {
9208
+ "text": "T[]"
9209
+ }
9210
+ },
9211
+ {
9212
+ "name": "visibleOrder",
9213
+ "type": {
9214
+ "text": "string[]"
9215
+ }
9216
+ }
9217
+ ],
9218
+ "privacy": "public"
9219
+ }
9220
+ ],
9221
+ "exports": [
9222
+ {
9223
+ "kind": "js",
9224
+ "name": "COLUMN_PICKER_SORT_DEFAULT",
9225
+ "declaration": {
9226
+ "name": "COLUMN_PICKER_SORT_DEFAULT",
9227
+ "module": "src/column-selection/column-picker.utils.ts"
9228
+ }
9229
+ },
9230
+ {
9231
+ "kind": "js",
9232
+ "name": "resolveColumnPickerSort",
9233
+ "declaration": {
9234
+ "name": "resolveColumnPickerSort",
9235
+ "module": "src/column-selection/column-picker.utils.ts"
9236
+ }
9237
+ },
9238
+ {
9239
+ "kind": "js",
9240
+ "name": "toPickerItem",
9241
+ "declaration": {
9242
+ "name": "toPickerItem",
9243
+ "module": "src/column-selection/column-picker.utils.ts"
9244
+ }
9245
+ },
9246
+ {
9247
+ "kind": "js",
9248
+ "name": "getPickerItems",
9249
+ "declaration": {
9250
+ "name": "getPickerItems",
9251
+ "module": "src/column-selection/column-picker.utils.ts"
9252
+ }
9253
+ },
9254
+ {
9255
+ "kind": "js",
9256
+ "name": "orderColumnsForPicker",
9257
+ "declaration": {
9258
+ "name": "orderColumnsForPicker",
9259
+ "module": "src/column-selection/column-picker.utils.ts"
9260
+ }
9261
+ },
9262
+ {
9263
+ "kind": "js",
9264
+ "name": "partitionPickerItems",
9265
+ "declaration": {
9266
+ "name": "partitionPickerItems",
9267
+ "module": "src/column-selection/column-picker.utils.ts"
9268
+ }
9269
+ },
9270
+ {
9271
+ "kind": "js",
9272
+ "name": "reorderVisibleIds",
9273
+ "declaration": {
9274
+ "name": "reorderVisibleIds",
9275
+ "module": "src/column-selection/column-picker.utils.ts"
9276
+ }
9277
+ },
9278
+ {
9279
+ "kind": "js",
9280
+ "name": "applyVisibleOrder",
9281
+ "declaration": {
9282
+ "name": "applyVisibleOrder",
9283
+ "module": "src/column-selection/column-picker.utils.ts"
9284
+ }
9285
+ }
9286
+ ]
9287
+ },
9288
+ {
9289
+ "kind": "javascript-module",
9290
+ "path": "src/column-selection/column-selection.styles.ts",
9291
+ "declarations": [
9292
+ {
9293
+ "kind": "variable",
9294
+ "name": "columnSelectionStyles",
9295
+ "default": "css`\n :host {\n display: inline-flex;\n align-items: center;\n }\n\n .column-selection {\n display: inline-flex;\n align-items: center;\n }\n\n .column-selection-button[data-state='hover'] {\n background: var(--neutral-fill-hover);\n }\n\n .column-selection-panel,\n .column-selection-panel *,\n .column-selection-panel *::before,\n .column-selection-panel *::after {\n box-sizing: border-box;\n }\n\n .column-selection-panel {\n inset: unset;\n margin: 0;\n box-sizing: border-box;\n width: 280px;\n max-width: min(280px, 90vw);\n max-height: 80dvh;\n overflow-y: auto;\n border: 1px solid var(--neutral-stroke-divider-rest, var(--neutral-stroke-rest));\n border-radius: calc(var(--control-corner-radius, 4) * 1px);\n background: var(--neutral-layer-floating, var(--neutral-layer-2, #fff));\n box-shadow: 0 8px 24px rgb(0 0 0 / 18%);\n padding: 0;\n\n position-area: block-end span-inline-start;\n position-try-fallbacks: flip-block, flip-inline;\n margin-block-start: calc(var(--design-unit, 4) * 1px);\n\n min-width: 200px;\n color: var(--ag-foreground-color, var(--neutral-foreground-rest));\n font-family: var(--ag-font-family, var(--body-font));\n font-size: var(--ag-data-font-size, var(--type-ramp-minus-1-font-size));\n }\n\n .column-selection-panel:popover-open {\n display: flex;\n flex-direction: column;\n }\n\n .grid-pro-columns-toolbar {\n display: flex;\n align-items: center;\n gap: calc(var(--design-unit) * 2px);\n flex: none;\n width: 100%;\n height: calc((var(--base-height-multiplier) + var(--density)) * var(--design-unit) * 1px);\n min-height: calc((var(--base-height-multiplier) + var(--density)) * var(--design-unit) * 1px);\n margin: 0;\n padding: 0 calc(var(--design-unit) * 2px);\n border-bottom: var(--ag-borders-secondary, 1px solid)\n var(--ag-secondary-border-color, var(--ag-border-color, var(--neutral-stroke-divider-rest)));\n }\n\n .grid-pro-columns-toolbar .grid-pro-columns-search {\n flex: 1 1 auto;\n min-width: 0;\n width: auto;\n display: block;\n\n --design-unit: 3;\n }\n\n .grid-pro-columns-toolbar > .grid-pro-columns-search {\n flex: 1 1 auto !important;\n height: auto !important;\n min-height: 0 !important;\n }\n\n .grid-pro-columns-select-all {\n flex: 0 0 auto;\n margin: 0;\n\n --design-unit: 3;\n }\n\n .grid-pro-columns-select-all.indeterminate::part(control),\n .grid-pro-columns-select-all[aria-checked='mixed']::part(control) {\n background: var(--neutral-fill-strong-rest, var(--neutral-stroke-rest, #9aa0a6));\n border-color: var(--neutral-fill-strong-rest, var(--neutral-stroke-rest, #9aa0a6));\n }\n\n .grid-pro-columns-select-all.indeterminate:not([disabled]):hover::part(control),\n .grid-pro-columns-select-all[aria-checked='mixed']:not([disabled]):hover::part(control) {\n background: var(--neutral-fill-strong-hover, var(--neutral-stroke-hover, #7d848c));\n border-color: var(--neutral-fill-strong-hover, var(--neutral-stroke-hover, #7d848c));\n }\n\n .grid-pro-columns-select-all.indeterminate::part(checked-indicator),\n .grid-pro-columns-select-all[aria-checked='mixed']::part(checked-indicator) {\n opacity: 0%;\n }\n\n .grid-pro-columns-select-all.indeterminate::part(indeterminate-indicator),\n .grid-pro-columns-select-all[aria-checked='mixed']::part(indeterminate-indicator) {\n width: 10px;\n height: 2px;\n border-radius: 1px;\n background: var(--neutral-fill-input-rest, #fff);\n opacity: 100%;\n }\n\n .grid-pro-columns-select-all.indeterminate:not([disabled]):hover::part(indeterminate-indicator),\n .grid-pro-columns-select-all[aria-checked='mixed']:not([disabled]):hover::part(\n indeterminate-indicator\n ) {\n background: var(--neutral-fill-input-rest, #fff);\n }\n\n .grid-pro-columns-list {\n display: flex;\n flex-direction: column;\n gap: 2px;\n flex: 1 1 0;\n min-height: 250px;\n max-height: 400px;\n padding: 8px;\n }\n\n .grid-pro-columns-section {\n display: flex;\n flex-direction: column;\n gap: 2px;\n flex: 0 0 auto;\n }\n\n .grid-pro-columns-item {\n display: flex;\n align-items: center;\n gap: 6px;\n padding: 2px 0;\n border-radius: 4px;\n cursor: default;\n user-select: none;\n }\n\n .grid-pro-columns-item.dragging {\n opacity: 50%;\n }\n\n .grid-pro-columns-item.drag-over {\n background: var(--ag-row-hover-color, var(--neutral-fill-hover));\n }\n\n .grid-pro-columns-handle {\n flex: 0 0 auto;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n min-width: 20px;\n min-height: 24px;\n margin: -4px 0;\n padding: 4px 6px;\n box-sizing: border-box;\n opacity: 45%;\n letter-spacing: -1px;\n font-size: 12px;\n line-height: 1;\n touch-action: none;\n }\n\n .grid-pro-columns-handle[draggable='true'],\n .grid-pro-columns-handle.grid-pro-columns-handle-grid-drag,\n .grid-pro-columns-handle.grid-pro-columns-handle-panel-drag {\n cursor: grab;\n opacity: 65%;\n }\n\n .grid-pro-columns-handle[draggable='true']:active,\n .grid-pro-columns-handle.grid-pro-columns-handle-grid-drag:active,\n .grid-pro-columns-handle.grid-pro-columns-handle-panel-drag:active {\n cursor: grabbing;\n }\n\n .grid-pro-columns-checkbox {\n flex: 0 0 auto;\n margin: 0;\n\n --design-unit: 3;\n }\n\n .grid-pro-columns-checkbox[aria-checked='true']:not([disabled]):hover::part(checked-indicator) {\n fill: var(--foreground-on-accent-hover);\n }\n\n .grid-pro-columns-label {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n`",
9296
+ "description": "Styles for ColumnSelection.",
9297
+ "privacy": "public"
9298
+ },
9299
+ {
9300
+ "kind": "variable",
9301
+ "name": "gridProColumnSelectionHostStyles",
9302
+ "default": "css`\n :host(.has-column-selection) {\n display: flex;\n flex-direction: column;\n min-height: 0;\n }\n\n :host(.has-column-selection) [part='grid'] {\n flex: 1 1 auto;\n min-height: 0;\n }\n\n .grid-pro-column-selection-toolbar {\n display: flex;\n align-items: center;\n justify-content: flex-end;\n gap: calc(var(--design-unit, 4) * 2px);\n width: 100%;\n box-sizing: border-box;\n flex-shrink: 0;\n padding: calc(var(--design-unit, 4) * 2px);\n border-bottom: 1px solid var(--neutral-stroke-divider-rest, var(--neutral-stroke-rest));\n background: var(--neutral-layer-1, transparent);\n }\n`",
9303
+ "description": "Host layout when the Grid Pro column-selection toolbar is shown.",
9304
+ "privacy": "public"
9305
+ }
9306
+ ],
9307
+ "exports": [
9308
+ {
9309
+ "kind": "js",
9310
+ "name": "columnSelectionStyles",
9311
+ "declaration": {
9312
+ "name": "columnSelectionStyles",
9313
+ "module": "src/column-selection/column-selection.styles.ts"
9314
+ }
9315
+ },
9316
+ {
9317
+ "kind": "js",
9318
+ "name": "gridProColumnSelectionHostStyles",
9319
+ "declaration": {
9320
+ "name": "gridProColumnSelectionHostStyles",
9321
+ "module": "src/column-selection/column-selection.styles.ts"
9322
+ }
9323
+ }
9324
+ ]
9325
+ },
9326
+ {
9327
+ "kind": "javascript-module",
9328
+ "path": "src/column-selection/column-selection.template.ts",
9329
+ "declarations": [
9330
+ {
9331
+ "kind": "function",
9332
+ "name": "getColumnSelectionTemplate",
9333
+ "parameters": [
9334
+ {
9335
+ "name": "prefix",
9336
+ "default": "'foundation'",
9337
+ "description": "Design-system prefix for button/icon/checkbox/text-field."
9338
+ }
9339
+ ],
9340
+ "description": "Column Selection button + popover with embedded picker UI.",
9341
+ "privacy": "public"
9342
+ },
9343
+ {
9344
+ "kind": "variable",
9345
+ "name": "columnSelectionTemplate",
9346
+ "description": "Default column selection template (`foundation-*` components).",
9347
+ "privacy": "public"
9348
+ }
9349
+ ],
9350
+ "exports": [
9351
+ {
9352
+ "kind": "js",
9353
+ "name": "getColumnSelectionTemplate",
9354
+ "declaration": {
9355
+ "name": "getColumnSelectionTemplate",
9356
+ "module": "src/column-selection/column-selection.template.ts"
9357
+ }
9358
+ },
9359
+ {
9360
+ "kind": "js",
9361
+ "name": "columnSelectionTemplate",
9362
+ "declaration": {
9363
+ "name": "columnSelectionTemplate",
9364
+ "module": "src/column-selection/column-selection.template.ts"
9365
+ }
9366
+ }
9367
+ ]
9368
+ },
9369
+ {
9370
+ "kind": "javascript-module",
9371
+ "path": "src/column-selection/column-selection.ts",
9372
+ "declarations": [
8172
9373
  {
8173
9374
  "kind": "class",
8174
- "description": "An Excel AutoFilter-inspired set filter for enum columns, built on AG Grid Community only.",
8175
- "name": "EnumColumnFilter",
9375
+ "description": "Button + popover column picker for Grid Pro (Community).",
9376
+ "name": "ColumnSelection",
8176
9377
  "members": [
8177
9378
  {
8178
9379
  "kind": "field",
8179
- "name": "params",
9380
+ "name": "label",
8180
9381
  "type": {
8181
- "text": "IFilterParams & EnumColumnFilterParams"
9382
+ "text": "string"
8182
9383
  },
8183
- "privacy": "protected"
9384
+ "default": "'Column Selection'",
9385
+ "description": "Button label."
8184
9386
  },
8185
9387
  {
8186
9388
  "kind": "field",
8187
- "name": "eGui",
9389
+ "name": "sort",
8188
9390
  "type": {
8189
- "text": "HTMLElement"
9391
+ "text": "ColumnPickerSort"
8190
9392
  },
8191
- "privacy": "private"
9393
+ "default": "COLUMN_PICKER_SORT_DEFAULT",
9394
+ "description": "Column list ordering.\n- `selected-first` (default): visible first (grid display order), then hidden A–Z.\n- `ag-grid`: `api.getColumnState()` order (visible/hidden interleaved)."
8192
9395
  },
8193
9396
  {
8194
9397
  "kind": "field",
8195
- "name": "eRoot",
9398
+ "name": "open",
8196
9399
  "type": {
8197
- "text": "ShadowRoot"
9400
+ "text": "boolean"
8198
9401
  },
8199
- "privacy": "private",
8200
- "description": "The GUI's shadow root — hosts the content and the shared FAST stylesheet."
9402
+ "default": "false",
9403
+ "description": "Whether the popover is open."
8201
9404
  },
8202
9405
  {
8203
9406
  "kind": "field",
8204
- "name": "eSearch",
9407
+ "name": "gridApi",
8205
9408
  "type": {
8206
- "text": "HTMLInputElement"
9409
+ "text": "GridApi | null"
8207
9410
  },
8208
- "privacy": "private"
9411
+ "default": "null",
9412
+ "description": "Optional explicit AG grid API (v36)."
8209
9413
  },
8210
9414
  {
8211
9415
  "kind": "field",
8212
- "name": "eSelectAll",
9416
+ "name": "gridHost",
8213
9417
  "type": {
8214
- "text": "HTMLInputElement"
9418
+ "text": "ColumnSelectionHost | null"
8215
9419
  },
8216
- "privacy": "private"
9420
+ "default": "null",
9421
+ "description": "Grid Pro host element; column API is bridged when needed."
8217
9422
  },
8218
9423
  {
8219
9424
  "kind": "field",
8220
- "name": "eList",
9425
+ "name": "search",
8221
9426
  "type": {
8222
- "text": "HTMLElement"
9427
+ "text": "string"
8223
9428
  },
8224
- "privacy": "private"
9429
+ "default": "''"
8225
9430
  },
8226
9431
  {
8227
9432
  "kind": "field",
8228
- "name": "itemInputs",
9433
+ "name": "selectedItems",
9434
+ "type": {
9435
+ "text": "ColumnPickerItem[]"
9436
+ },
9437
+ "default": "[]"
9438
+ },
9439
+ {
9440
+ "kind": "field",
9441
+ "name": "unselectedItems",
9442
+ "type": {
9443
+ "text": "ColumnPickerItem[]"
9444
+ },
9445
+ "default": "[]"
9446
+ },
9447
+ {
9448
+ "kind": "field",
9449
+ "name": "selectAllChecked",
9450
+ "type": {
9451
+ "text": "boolean"
9452
+ },
9453
+ "default": "false",
9454
+ "description": "Master checkbox checked when every toggleable column is visible."
9455
+ },
9456
+ {
9457
+ "kind": "field",
9458
+ "name": "selectAllIndeterminate",
9459
+ "type": {
9460
+ "text": "boolean"
9461
+ },
9462
+ "default": "false",
9463
+ "description": "Master checkbox mixed when some (but not all) toggleable columns are visible."
9464
+ },
9465
+ {
9466
+ "kind": "field",
9467
+ "name": "resolvedSort",
9468
+ "type": {
9469
+ "text": "ColumnPickerSort"
9470
+ },
8229
9471
  "privacy": "private",
8230
- "default": "new Map<string | null, HTMLInputElement>()",
8231
- "description": "Rendered value checkboxes keyed by value; `null` keys the blanks entry."
9472
+ "default": "COLUMN_PICKER_SORT_DEFAULT",
9473
+ "description": "Resolved sort; kept in sync with `@attr sort`."
8232
9474
  },
8233
9475
  {
8234
9476
  "kind": "field",
8235
- "name": "allValues",
9477
+ "name": "dragColId",
8236
9478
  "type": {
8237
- "text": "string[]"
9479
+ "text": "string | null"
8238
9480
  },
8239
9481
  "privacy": "private",
8240
- "default": "[]",
8241
- "description": "All selectable values, in the order the metadata/getter provided them."
9482
+ "default": "null",
9483
+ "description": "Source colId while a visible-row drag is in progress."
8242
9484
  },
8243
9485
  {
8244
9486
  "kind": "field",
8245
- "name": "includeBlanks",
9487
+ "name": "dragOverElement",
8246
9488
  "type": {
8247
- "text": "boolean"
9489
+ "text": "HTMLElement | null"
8248
9490
  },
8249
9491
  "privacy": "private",
8250
- "default": "true",
8251
- "description": "Whether the `(Blanks)` entry is offered on unless `filterParams.blanks` is `false`."
9492
+ "default": "null",
9493
+ "description": "Row currently showing drag-over highlight (avoid observable updates mid-drag)."
8252
9494
  },
8253
9495
  {
8254
9496
  "kind": "field",
8255
- "name": "valuesRequestId",
9497
+ "name": "dragBindingAbort",
8256
9498
  "type": {
8257
- "text": "number"
9499
+ "text": "AbortController | null"
8258
9500
  },
8259
9501
  "privacy": "private",
8260
- "default": "0",
8261
- "description": "Guards async values resolution against out-of-date responses and use after destroy."
9502
+ "default": "null",
9503
+ "description": "Cancels row drag listeners when the selected list re-renders."
8262
9504
  },
8263
9505
  {
8264
9506
  "kind": "field",
8265
- "name": "loading",
9507
+ "name": "agDragBindings",
8266
9508
  "type": {
8267
- "text": "boolean"
9509
+ "text": "ColumnPickerAgDragBinding[]"
8268
9510
  },
8269
9511
  "privacy": "private",
8270
- "default": "false"
9512
+ "default": "[]",
9513
+ "description": "AG ToolPanel drag sources registered on hidden-row handles (grid drop)."
8271
9514
  },
8272
9515
  {
8273
9516
  "kind": "field",
8274
- "name": "ownsHeaderTooltip",
9517
+ "name": "columnDragBridge",
8275
9518
  "type": {
8276
- "text": "boolean"
9519
+ "text": "GridProColumnDragBridge | null"
9520
+ },
9521
+ "privacy": "private",
9522
+ "default": "null",
9523
+ "description": "Shared DnD bridge from Grid Pro."
9524
+ },
9525
+ {
9526
+ "kind": "field",
9527
+ "name": "dragBridgeRetryId",
9528
+ "type": {
9529
+ "text": "number"
8277
9530
  },
8278
9531
  "privacy": "private",
8279
- "default": "false",
8280
- "description": "Whether this instance installed the header tooltip getter (so destroy removes only its own)."
9532
+ "default": "0",
9533
+ "description": "Retries `bindRowDrag` until the DnD bridge is populated."
9534
+ },
9535
+ {
9536
+ "kind": "field",
9537
+ "name": "pendingVisibility",
9538
+ "privacy": "private",
9539
+ "default": "new Map<string, boolean>()",
9540
+ "description": "Optimistic visibility while the grid applies setColumnsVisible."
9541
+ },
9542
+ {
9543
+ "kind": "field",
9544
+ "name": "boundRefresh",
9545
+ "privacy": "private",
9546
+ "readonly": true,
9547
+ "description": "Stable listener refs so close/disconnect can remove the same functions."
8281
9548
  },
8282
9549
  {
8283
9550
  "kind": "field",
8284
- "name": "formatLabel",
9551
+ "name": "pickerApi",
8285
9552
  "type": {
8286
- "text": "(value: string | null) => string"
9553
+ "text": "GridApi | null"
8287
9554
  },
8288
9555
  "privacy": "private"
8289
9556
  },
8290
9557
  {
8291
9558
  "kind": "field",
8292
- "name": "model",
9559
+ "name": "pickerRoot",
8293
9560
  "type": {
8294
- "text": "(string | null)[] | null"
9561
+ "text": "HTMLElement | null"
8295
9562
  },
8296
9563
  "privacy": "private",
8297
- "default": "null",
8298
- "description": "`null` while inactive (everything passes); otherwise the selected values, with `null`\nstanding for blanks. May contain values absent from `allValues` (e.g. a restored model\nreferencing rows not loaded yet) — those are preserved and rendered as extra list entries\nso restoring a persisted model never silently narrows it, while still letting the user\ndeselect them."
9564
+ "description": "Query root for picker DOM (shadow panel).",
9565
+ "readonly": true
8299
9566
  },
8300
9567
  {
8301
9568
  "kind": "field",
8302
- "name": "searchTerm",
9569
+ "name": "canDrag",
8303
9570
  "type": {
8304
- "text": "string"
9571
+ "text": "boolean"
8305
9572
  },
8306
- "privacy": "private",
8307
- "default": "''"
9573
+ "description": "Drag reorder / grid drop disabled while search filter is active.",
9574
+ "readonly": true
8308
9575
  },
8309
9576
  {
8310
9577
  "kind": "method",
8311
- "name": "init",
8312
- "privacy": "public",
9578
+ "name": "canDragToGrid",
8313
9579
  "return": {
8314
9580
  "type": {
8315
- "text": "void"
9581
+ "text": "boolean"
8316
9582
  }
8317
9583
  },
8318
9584
  "parameters": [
8319
9585
  {
8320
- "name": "params",
9586
+ "name": "item",
8321
9587
  "type": {
8322
- "text": "IFilterParams & EnumColumnFilterParams"
9588
+ "text": "ColumnPickerItem"
8323
9589
  }
8324
9590
  }
8325
- ]
8326
- },
8327
- {
8328
- "kind": "method",
8329
- "name": "getGui",
8330
- "privacy": "public",
8331
- "return": {
8332
- "type": {
8333
- "text": "HTMLElement"
8334
- }
8335
- }
9591
+ ],
9592
+ "description": "Handle is draggable onto the grid (hidden columns, or all when using ag-grid sort)."
8336
9593
  },
8337
9594
  {
8338
- "kind": "method",
8339
- "name": "isFilterActive",
8340
- "privacy": "public",
8341
- "return": {
8342
- "type": {
8343
- "text": "boolean"
8344
- }
8345
- }
9595
+ "kind": "field",
9596
+ "name": "toggleableItems",
9597
+ "type": {
9598
+ "text": "ColumnPickerItem[]"
9599
+ },
9600
+ "privacy": "private",
9601
+ "description": "Columns in the current (search-filtered) picker lists that can be toggled.",
9602
+ "readonly": true
8346
9603
  },
8347
9604
  {
8348
9605
  "kind": "method",
8349
- "name": "doesFilterPass",
8350
- "privacy": "public",
8351
- "return": {
8352
- "type": {
8353
- "text": "boolean"
8354
- }
8355
- },
9606
+ "name": "openChanged",
8356
9607
  "parameters": [
8357
9608
  {
8358
- "name": "params",
9609
+ "name": "oldValue",
9610
+ "optional": true,
8359
9611
  "type": {
8360
- "text": "IDoesFilterPassParams"
9612
+ "text": "boolean"
8361
9613
  }
8362
9614
  }
8363
9615
  ]
8364
9616
  },
8365
9617
  {
8366
9618
  "kind": "method",
8367
- "name": "getModel",
8368
- "privacy": "public",
8369
- "return": {
8370
- "type": {
8371
- "text": "EnumColumnFilterModel | null"
8372
- }
8373
- }
9619
+ "name": "sortChanged"
8374
9620
  },
8375
9621
  {
8376
9622
  "kind": "method",
8377
- "name": "setModel",
8378
- "privacy": "public",
8379
- "return": {
8380
- "type": {
8381
- "text": "void"
8382
- }
8383
- },
8384
- "parameters": [
8385
- {
8386
- "name": "model",
8387
- "type": {
8388
- "text": "EnumColumnFilterModel | null"
8389
- }
8390
- }
8391
- ]
9623
+ "name": "gridApiChanged"
8392
9624
  },
8393
9625
  {
8394
9626
  "kind": "method",
8395
- "name": "getModelAsString",
8396
- "privacy": "public",
8397
- "return": {
8398
- "type": {
8399
- "text": "string"
8400
- }
8401
- },
8402
- "parameters": [
8403
- {
8404
- "name": "model",
8405
- "type": {
8406
- "text": "EnumColumnFilterModel | null"
8407
- }
8408
- }
8409
- ]
9627
+ "name": "gridHostChanged"
8410
9628
  },
8411
9629
  {
8412
9630
  "kind": "method",
8413
- "name": "clear",
8414
- "privacy": "public",
8415
- "return": {
8416
- "type": {
8417
- "text": "void"
8418
- }
8419
- },
8420
- "description": "Clears the filter back to inactive and notifies the grid; used by the floating filter."
9631
+ "name": "panelElChanged"
8421
9632
  },
8422
9633
  {
8423
9634
  "kind": "method",
8424
- "name": "installHeaderTooltip",
8425
- "privacy": "private",
9635
+ "name": "toggle",
8426
9636
  "return": {
8427
9637
  "type": {
8428
9638
  "text": "void"
8429
9639
  }
8430
9640
  },
8431
- "description": "Surfaces the active selection in the column's header tooltip (alongside AG's native header\nfilter icon), so the filter state is inspectable from the header without the layout-changing\nfloating filter row. Installed as a `headerTooltipValueGetter`, which AG evaluates lazily on\nhover — no header refresh needed when the model changes. While inactive it returns\n`undefined`, which falls back to the consumer's own `headerTooltip`; when active, that\ntooltip is kept as the prefix. A consumer-provided getter is left untouched."
9641
+ "description": "Opens or closes the popover.",
9642
+ "privacy": "public"
8432
9643
  },
8433
9644
  {
8434
9645
  "kind": "method",
8435
- "name": "afterGuiAttached",
8436
- "privacy": "public",
9646
+ "name": "close",
8437
9647
  "return": {
8438
9648
  "type": {
8439
9649
  "text": "void"
8440
9650
  }
8441
9651
  },
8442
- "parameters": [
8443
- {
8444
- "name": "params",
8445
- "optional": true,
8446
- "type": {
8447
- "text": "{ suppressFocus?: boolean }"
8448
- }
8449
- }
8450
- ]
9652
+ "description": "Closes the popover.",
9653
+ "privacy": "public"
8451
9654
  },
8452
9655
  {
8453
9656
  "kind": "method",
8454
9657
  "name": "refresh",
8455
- "privacy": "public",
8456
9658
  "return": {
8457
9659
  "type": {
8458
- "text": "boolean"
9660
+ "text": "void"
8459
9661
  }
8460
9662
  },
8461
- "parameters": [
8462
- {
8463
- "name": "params",
8464
- "type": {
8465
- "text": "IFilterParams & EnumColumnFilterParams"
8466
- }
8467
- }
8468
- ]
9663
+ "description": "Rebuilds picker lists from current grid column state."
9664
+ },
9665
+ {
9666
+ "kind": "field",
9667
+ "name": "handleClickOutside",
9668
+ "privacy": "private",
9669
+ "readonly": true
8469
9670
  },
8470
9671
  {
8471
9672
  "kind": "method",
8472
- "name": "destroy",
8473
- "privacy": "public",
9673
+ "name": "showPanel",
9674
+ "privacy": "private",
8474
9675
  "return": {
8475
9676
  "type": {
8476
9677
  "text": "void"
@@ -8479,105 +9680,96 @@
8479
9680
  },
8480
9681
  {
8481
9682
  "kind": "method",
8482
- "name": "resolveState",
9683
+ "name": "hidePanel",
8483
9684
  "privacy": "private",
8484
9685
  "return": {
8485
9686
  "type": {
8486
9687
  "text": "void"
8487
9688
  }
8488
- },
8489
- "description": "Resolves the option list (values array or getter) and re-renders."
9689
+ }
8490
9690
  },
8491
9691
  {
8492
9692
  "kind": "method",
8493
- "name": "loadAsyncValues",
9693
+ "name": "subscribePicker",
8494
9694
  "privacy": "private",
8495
9695
  "return": {
8496
9696
  "type": {
8497
9697
  "text": "void"
8498
9698
  }
8499
- },
8500
- "parameters": [
8501
- {
8502
- "name": "getValues",
8503
- "type": {
8504
- "text": "EnumColumnFilterValuesGetter"
8505
- }
8506
- }
8507
- ]
9699
+ }
8508
9700
  },
8509
9701
  {
8510
9702
  "kind": "method",
8511
- "name": "getCellValue",
9703
+ "name": "resubscribePicker",
8512
9704
  "privacy": "private",
8513
9705
  "return": {
8514
9706
  "type": {
8515
- "text": "unknown"
8516
- }
8517
- },
8518
- "parameters": [
8519
- {
8520
- "name": "node",
8521
- "type": {
8522
- "text": "any"
8523
- }
9707
+ "text": "void"
8524
9708
  }
8525
- ],
8526
- "description": "The raw field read covers params without `getValue` (e.g. stripped-down test params)."
9709
+ }
8527
9710
  },
8528
9711
  {
8529
9712
  "kind": "method",
8530
- "name": "extraModelValues",
9713
+ "name": "unsubscribePicker",
8531
9714
  "privacy": "private",
8532
9715
  "return": {
8533
9716
  "type": {
8534
- "text": "string[]"
9717
+ "text": "void"
8535
9718
  }
8536
- },
8537
- "description": "Model values that are not in the option list, e.g. from a restored persisted model."
9719
+ }
8538
9720
  },
8539
9721
  {
8540
9722
  "kind": "method",
8541
- "name": "allKeys",
9723
+ "name": "syncSelectAllState",
8542
9724
  "privacy": "private",
8543
9725
  "return": {
8544
9726
  "type": {
8545
- "text": "(string | null)[]"
9727
+ "text": "void"
8546
9728
  }
8547
- },
8548
- "description": "All offered entry keys: the option list, then any off-list model values (rendered so they can\nbe deselected rather than being stuck in the model forever), then `null` (blanks) last like\nExcel. The blanks entry is also offered whenever the model references it, so a restored\nblanks selection stays visible and removable even before blank rows are detected."
9729
+ }
8549
9730
  },
8550
9731
  {
8551
9732
  "kind": "method",
8552
- "name": "isSelected",
9733
+ "name": "applyPendingVisibility",
8553
9734
  "privacy": "private",
8554
9735
  "return": {
8555
9736
  "type": {
8556
- "text": "boolean"
9737
+ "text": "ColumnPickerItem[]"
8557
9738
  }
8558
9739
  },
8559
9740
  "parameters": [
8560
9741
  {
8561
- "name": "key",
9742
+ "name": "items",
8562
9743
  "type": {
8563
- "text": "string | null"
9744
+ "text": "ColumnPickerItem[]"
8564
9745
  }
8565
9746
  }
8566
9747
  ]
8567
9748
  },
8568
9749
  {
8569
9750
  "kind": "method",
8570
- "name": "visibleKeys",
9751
+ "name": "resolveDragBridge",
8571
9752
  "privacy": "private",
8572
9753
  "return": {
8573
9754
  "type": {
8574
- "text": "(string | null)[]"
9755
+ "text": "GridProColumnDragBridge | null"
8575
9756
  }
8576
9757
  }
8577
9758
  },
8578
9759
  {
8579
9760
  "kind": "method",
8580
- "name": "updateSelection",
9761
+ "name": "bindRowDrag",
9762
+ "privacy": "private",
9763
+ "return": {
9764
+ "type": {
9765
+ "text": "void"
9766
+ }
9767
+ },
9768
+ "description": "Visible rows: HTML5 reorder inside the picker.\nHidden rows (or all rows when `sort=ag-grid`): AG ToolPanel drag onto the grid header."
9769
+ },
9770
+ {
9771
+ "kind": "method",
9772
+ "name": "scheduleDragBridgeRetry",
8581
9773
  "privacy": "private",
8582
9774
  "return": {
8583
9775
  "type": {
@@ -8586,27 +9778,24 @@
8586
9778
  },
8587
9779
  "parameters": [
8588
9780
  {
8589
- "name": "selected",
8590
- "type": {
8591
- "text": "Set<string | null>"
8592
- }
9781
+ "name": "attempt",
9782
+ "default": "0"
8593
9783
  }
8594
- ],
8595
- "description": "Applies a new selection. Collapses back to the inactive (`null`) model when every offered\nentry is selected, so a fully re-selected filter reports inactive exactly like the\nenterprise set filter. Selected values beyond the offered keys don't restrict anything an\ninactive filter would pass, so a superset selection collapses too."
9784
+ ]
8596
9785
  },
8597
9786
  {
8598
9787
  "kind": "method",
8599
- "name": "currentSelection",
9788
+ "name": "clearDragOverHighlight",
8600
9789
  "privacy": "private",
8601
9790
  "return": {
8602
9791
  "type": {
8603
- "text": "Set<string | null>"
9792
+ "text": "void"
8604
9793
  }
8605
9794
  }
8606
9795
  },
8607
9796
  {
8608
9797
  "kind": "method",
8609
- "name": "toggleValue",
9798
+ "name": "reorderSelected",
8610
9799
  "privacy": "private",
8611
9800
  "return": {
8612
9801
  "type": {
@@ -8615,278 +9804,386 @@
8615
9804
  },
8616
9805
  "parameters": [
8617
9806
  {
8618
- "name": "key",
9807
+ "name": "fromId",
8619
9808
  "type": {
8620
- "text": "string | null"
9809
+ "text": "string"
8621
9810
  }
8622
9811
  },
8623
9812
  {
8624
- "name": "checked",
9813
+ "name": "toId",
8625
9814
  "type": {
8626
- "text": "boolean"
9815
+ "text": "string"
8627
9816
  }
8628
9817
  }
8629
- ]
9818
+ ],
9819
+ "description": "Applies a new visible-column order via `applyColumnState({ applyOrder: true })`.\nHidden columns keep their relative positions; only the visible slice is permuted."
8630
9820
  },
8631
9821
  {
8632
9822
  "kind": "method",
8633
- "name": "toggleAllVisible",
8634
- "privacy": "private",
9823
+ "name": "cloneNode",
8635
9824
  "return": {
8636
9825
  "type": {
8637
- "text": "void"
9826
+ "text": "Node"
8638
9827
  }
8639
9828
  },
8640
9829
  "parameters": [
8641
9830
  {
8642
- "name": "checked",
9831
+ "name": "deep",
9832
+ "optional": true,
8643
9833
  "type": {
8644
9834
  "text": "boolean"
8645
9835
  }
8646
9836
  }
8647
9837
  ],
8648
- "description": "Select-all acts on the searched subset only, mirroring Excel's AutoFilter."
8649
- },
8650
- {
8651
- "kind": "method",
8652
- "name": "createGui",
8653
- "privacy": "private",
8654
- "return": {
8655
- "type": {
8656
- "text": "void"
8657
- }
8658
- }
8659
- },
8660
- {
8661
- "kind": "method",
8662
- "name": "createItem",
8663
- "privacy": "private",
8664
- "return": {
8665
- "type": {
8666
- "text": "{ label: HTMLLabelElement; input: HTMLInputElement }"
8667
- }
8668
- },
8669
- "parameters": [
8670
- {
8671
- "name": "text",
8672
- "type": {
8673
- "text": "string"
8674
- }
8675
- }
8676
- ]
9838
+ "inheritedFrom": {
9839
+ "name": "LifecycleMixin",
9840
+ "module": "src/mixins/lifecycle/lifecycle.ts"
9841
+ }
8677
9842
  },
8678
9843
  {
8679
9844
  "kind": "method",
8680
- "name": "renderList",
8681
- "privacy": "private",
9845
+ "name": "deepClone",
8682
9846
  "return": {
8683
9847
  "type": {
8684
- "text": "void"
9848
+ "text": "Node"
8685
9849
  }
8686
9850
  },
8687
- "description": "Rebuilds the value list; used when the values or the search term change."
9851
+ "inheritedFrom": {
9852
+ "name": "LifecycleMixin",
9853
+ "module": "src/mixins/lifecycle/lifecycle.ts"
9854
+ }
8688
9855
  },
8689
9856
  {
8690
- "kind": "method",
8691
- "name": "syncCheckedStates",
8692
- "privacy": "private",
9857
+ "kind": "field",
9858
+ "name": "shouldRunDisconnect",
8693
9859
  "return": {
8694
9860
  "type": {
8695
- "text": "void"
9861
+ "text": ""
8696
9862
  }
8697
9863
  },
8698
- "description": "Refreshes checkbox states in place, preserving DOM (and keyboard focus) on toggles."
9864
+ "readonly": true,
9865
+ "inheritedFrom": {
9866
+ "name": "LifecycleMixin",
9867
+ "module": "src/mixins/lifecycle/lifecycle.ts"
9868
+ }
8699
9869
  },
8700
9870
  {
8701
- "kind": "method",
8702
- "name": "focusables",
8703
- "privacy": "private",
9871
+ "kind": "field",
9872
+ "name": "shouldRunConnect",
8704
9873
  "return": {
8705
9874
  "type": {
8706
- "text": "HTMLElement[]"
9875
+ "text": ""
8707
9876
  }
9877
+ },
9878
+ "readonly": true,
9879
+ "inheritedFrom": {
9880
+ "name": "LifecycleMixin",
9881
+ "module": "src/mixins/lifecycle/lifecycle.ts"
8708
9882
  }
8709
9883
  },
8710
9884
  {
8711
9885
  "kind": "method",
8712
- "name": "handleKeyDown",
8713
- "privacy": "private",
9886
+ "name": "#_blockLifecycleDueToTokenChange",
8714
9887
  "return": {
8715
9888
  "type": {
8716
- "text": "void"
9889
+ "text": "boolean"
8717
9890
  }
8718
9891
  },
8719
9892
  "parameters": [
8720
9893
  {
8721
- "name": "event",
9894
+ "name": "lifecycleType",
8722
9895
  "type": {
8723
- "text": "KeyboardEvent"
9896
+ "text": "Lifecycletype"
8724
9897
  }
8725
9898
  }
8726
9899
  ],
8727
- "description": "Arrow keys walk search box, \"(Select All)\" and the visible entries; Enter toggles the\nfocused entry (Space is the checkbox's native toggle). Tab wraps within the popup: AG's own\npopup focus trap collects focusable elements with `querySelectorAll`, which does not pierce\nthe shadow root, so the trap must live here."
8728
- }
8729
- ]
8730
- }
8731
- ],
8732
- "exports": [
8733
- {
8734
- "kind": "js",
8735
- "name": "createEnumValueLabelFormatter",
8736
- "declaration": {
8737
- "name": "createEnumValueLabelFormatter",
8738
- "module": "src/column-filters/enum-column.filter.ts"
8739
- }
8740
- },
8741
- {
8742
- "kind": "js",
8743
- "name": "formatEnumFilterModelAsString",
8744
- "declaration": {
8745
- "name": "formatEnumFilterModelAsString",
8746
- "module": "src/column-filters/enum-column.filter.ts"
8747
- }
8748
- },
8749
- {
8750
- "kind": "js",
8751
- "name": "EnumColumnFilter",
8752
- "declaration": {
8753
- "name": "EnumColumnFilter",
8754
- "module": "src/column-filters/enum-column.filter.ts"
8755
- }
8756
- }
8757
- ]
8758
- },
8759
- {
8760
- "kind": "javascript-module",
8761
- "path": "src/column-filters/enum-column.floating-filter.ts",
8762
- "declarations": [
8763
- {
8764
- "kind": "class",
8765
- "description": "Floating filter companion for EnumColumnFilter: shows the current selection as a\ncompact summary (e.g. `(2) Active, Pending`), opens the parent filter on click, and offers a\none-click clear. Set via `ColDef.floatingFilterComponent` (see\nGridProFilterTypes.enumFloatingFilter); shown when the column enables `floatingFilter`.",
8766
- "name": "EnumColumnFloatingFilter",
8767
- "members": [
9900
+ "inheritedFrom": {
9901
+ "name": "LifecycleMixin",
9902
+ "module": "src/mixins/lifecycle/lifecycle.ts"
9903
+ }
9904
+ },
8768
9905
  {
8769
9906
  "kind": "field",
8770
- "name": "params",
9907
+ "name": "_presentation",
8771
9908
  "type": {
8772
- "text": "IFloatingFilterParams"
9909
+ "text": "ComponentPresentation | null | undefined"
8773
9910
  },
8774
- "privacy": "private"
9911
+ "privacy": "private",
9912
+ "default": "void 0",
9913
+ "inheritedFrom": {
9914
+ "name": "FoundationElement",
9915
+ "module": "src/foundation-element/foundation-element.ts"
9916
+ }
8775
9917
  },
8776
9918
  {
8777
9919
  "kind": "field",
8778
- "name": "eGui",
9920
+ "name": "$presentation",
8779
9921
  "type": {
8780
- "text": "HTMLElement"
9922
+ "text": "ComponentPresentation | null"
8781
9923
  },
8782
- "privacy": "private"
9924
+ "privacy": "public",
9925
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
9926
+ "inheritedFrom": {
9927
+ "name": "FoundationElement",
9928
+ "module": "src/foundation-element/foundation-element.ts"
9929
+ }
8783
9930
  },
8784
9931
  {
8785
9932
  "kind": "field",
8786
- "name": "eRoot",
9933
+ "name": "template",
8787
9934
  "type": {
8788
- "text": "ShadowRoot"
9935
+ "text": "ElementViewTemplate | void | null"
8789
9936
  },
8790
- "privacy": "private",
8791
- "description": "The GUI's shadow root hosts the content and the shared FAST stylesheet."
9937
+ "privacy": "public",
9938
+ "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.",
9939
+ "inheritedFrom": {
9940
+ "name": "FoundationElement",
9941
+ "module": "src/foundation-element/foundation-element.ts"
9942
+ }
8792
9943
  },
8793
9944
  {
8794
- "kind": "field",
8795
- "name": "eSummary",
8796
- "type": {
8797
- "text": "HTMLElement"
9945
+ "kind": "method",
9946
+ "name": "templateChanged",
9947
+ "privacy": "protected",
9948
+ "return": {
9949
+ "type": {
9950
+ "text": "void"
9951
+ }
8798
9952
  },
8799
- "privacy": "private"
9953
+ "inheritedFrom": {
9954
+ "name": "FoundationElement",
9955
+ "module": "src/foundation-element/foundation-element.ts"
9956
+ }
8800
9957
  },
8801
9958
  {
8802
9959
  "kind": "field",
8803
- "name": "eClear",
9960
+ "name": "styles",
8804
9961
  "type": {
8805
- "text": "HTMLButtonElement"
9962
+ "text": "ElementStyles | void | null"
8806
9963
  },
8807
- "privacy": "private"
9964
+ "privacy": "public",
9965
+ "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.",
9966
+ "inheritedFrom": {
9967
+ "name": "FoundationElement",
9968
+ "module": "src/foundation-element/foundation-element.ts"
9969
+ }
8808
9970
  },
8809
9971
  {
8810
- "kind": "field",
8811
- "name": "formatLabel",
8812
- "type": {
8813
- "text": "(value: string | null) => string"
9972
+ "kind": "method",
9973
+ "name": "stylesChanged",
9974
+ "privacy": "protected",
9975
+ "return": {
9976
+ "type": {
9977
+ "text": "void"
9978
+ }
8814
9979
  },
8815
- "privacy": "private"
9980
+ "inheritedFrom": {
9981
+ "name": "FoundationElement",
9982
+ "module": "src/foundation-element/foundation-element.ts"
9983
+ }
8816
9984
  },
8817
9985
  {
8818
9986
  "kind": "method",
8819
- "name": "init",
9987
+ "name": "compose",
8820
9988
  "privacy": "public",
9989
+ "static": true,
8821
9990
  "return": {
8822
9991
  "type": {
8823
- "text": "void"
9992
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
8824
9993
  }
8825
9994
  },
8826
9995
  "parameters": [
8827
9996
  {
8828
- "name": "params",
9997
+ "name": "this",
8829
9998
  "type": {
8830
- "text": "IFloatingFilterParams"
9999
+ "text": "K"
8831
10000
  }
10001
+ },
10002
+ {
10003
+ "name": "elementDefinition",
10004
+ "type": {
10005
+ "text": "T"
10006
+ },
10007
+ "description": "The definition of the element to create the registry\nfunction for."
8832
10008
  }
8833
- ]
10009
+ ],
10010
+ "description": "Defines an element registry function with a set of element definition defaults.",
10011
+ "inheritedFrom": {
10012
+ "name": "FoundationElement",
10013
+ "module": "src/foundation-element/foundation-element.ts"
10014
+ }
10015
+ }
10016
+ ],
10017
+ "attributes": [
10018
+ {
10019
+ "name": "label",
10020
+ "type": {
10021
+ "text": "string"
10022
+ },
10023
+ "default": "'Column Selection'",
10024
+ "description": "Button label.",
10025
+ "fieldName": "label"
8834
10026
  },
8835
10027
  {
8836
- "kind": "method",
8837
- "name": "getGui",
8838
- "privacy": "public",
8839
- "return": {
8840
- "type": {
8841
- "text": "HTMLElement"
8842
- }
10028
+ "name": "sort",
10029
+ "type": {
10030
+ "text": "ColumnPickerSort"
10031
+ },
10032
+ "default": "COLUMN_PICKER_SORT_DEFAULT",
10033
+ "description": "Column list ordering.\n- `selected-first` (default): visible first (grid display order), then hidden A–Z.\n- `ag-grid`: `api.getColumnState()` order (visible/hidden interleaved).",
10034
+ "resolveInitializer": {
10035
+ "module": "/src/column-selection/column-picker.utils"
10036
+ },
10037
+ "fieldName": "sort"
10038
+ }
10039
+ ],
10040
+ "mixins": [
10041
+ {
10042
+ "name": "LifecycleMixin",
10043
+ "package": "@genesislcap/foundation-utils"
10044
+ }
10045
+ ],
10046
+ "superclass": {
10047
+ "name": "FoundationElement",
10048
+ "package": "@microsoft/fast-foundation"
10049
+ },
10050
+ "tagName": "%%prefix%%-column-selection",
10051
+ "customElement": true
10052
+ },
10053
+ {
10054
+ "kind": "variable",
10055
+ "name": "foundationColumnSelection",
10056
+ "description": "Foundation Column Selection registration.",
10057
+ "privacy": "public"
10058
+ }
10059
+ ],
10060
+ "exports": [
10061
+ {
10062
+ "kind": "js",
10063
+ "name": "ColumnSelection",
10064
+ "declaration": {
10065
+ "name": "ColumnSelection",
10066
+ "module": "src/column-selection/column-selection.ts"
10067
+ }
10068
+ },
10069
+ {
10070
+ "kind": "js",
10071
+ "name": "foundationColumnSelection",
10072
+ "declaration": {
10073
+ "name": "foundationColumnSelection",
10074
+ "module": "src/column-selection/column-selection.ts"
10075
+ }
10076
+ }
10077
+ ]
10078
+ },
10079
+ {
10080
+ "kind": "javascript-module",
10081
+ "path": "src/column-selection/grid-pro-column-drag-bridge.ts",
10082
+ "declarations": [
10083
+ {
10084
+ "kind": "variable",
10085
+ "name": "GRID_PRO_COLUMN_DRAG_BRIDGE_CONTEXT_KEY",
10086
+ "type": {
10087
+ "text": "'gridProColumnDragBridge'"
10088
+ },
10089
+ "default": "'gridProColumnDragBridge'",
10090
+ "description": "Context key on `gridOptions.context` for AG column drag integration.",
10091
+ "privacy": "public"
10092
+ },
10093
+ {
10094
+ "kind": "function",
10095
+ "name": "resolveColumnDragBridge",
10096
+ "return": {
10097
+ "type": {
10098
+ "text": "GridProColumnDragBridge | null"
10099
+ }
10100
+ },
10101
+ "parameters": [
10102
+ {
10103
+ "name": "context",
10104
+ "type": {
10105
+ "text": "unknown"
8843
10106
  }
8844
- },
10107
+ }
10108
+ ],
10109
+ "privacy": "public"
10110
+ },
10111
+ {
10112
+ "kind": "function",
10113
+ "name": "resolveColumnDragBridgeDirect",
10114
+ "return": {
10115
+ "type": {
10116
+ "text": "GridProColumnDragBridge | null"
10117
+ }
10118
+ },
10119
+ "parameters": [
8845
10120
  {
8846
- "kind": "method",
8847
- "name": "onParentModelChanged",
8848
- "privacy": "public",
8849
- "return": {
8850
- "type": {
8851
- "text": "void"
8852
- }
8853
- },
8854
- "parameters": [
8855
- {
8856
- "name": "model",
8857
- "type": {
8858
- "text": "EnumColumnFilterModel | null"
8859
- }
8860
- }
8861
- ]
8862
- },
10121
+ "name": "bridge",
10122
+ "optional": true,
10123
+ "type": {
10124
+ "text": "GridProColumnDragBridge | null"
10125
+ }
10126
+ }
10127
+ ],
10128
+ "privacy": "public"
10129
+ },
10130
+ {
10131
+ "kind": "function",
10132
+ "name": "resolveColumnDragBridgeFromApi",
10133
+ "return": {
10134
+ "type": {
10135
+ "text": "GridProColumnDragBridge | null"
10136
+ }
10137
+ },
10138
+ "parameters": [
8863
10139
  {
8864
- "kind": "method",
8865
- "name": "destroy",
8866
- "privacy": "public",
8867
- "return": {
8868
- "type": {
8869
- "text": "void"
8870
- }
10140
+ "name": "api",
10141
+ "type": {
10142
+ "text": "{ getGridOption?: (key: string) => unknown } | null | undefined"
8871
10143
  }
8872
10144
  }
8873
- ]
10145
+ ],
10146
+ "privacy": "public"
8874
10147
  }
8875
10148
  ],
8876
10149
  "exports": [
8877
10150
  {
8878
10151
  "kind": "js",
8879
- "name": "EnumColumnFloatingFilter",
10152
+ "name": "GRID_PRO_COLUMN_DRAG_BRIDGE_CONTEXT_KEY",
8880
10153
  "declaration": {
8881
- "name": "EnumColumnFloatingFilter",
8882
- "module": "src/column-filters/enum-column.floating-filter.ts"
10154
+ "name": "GRID_PRO_COLUMN_DRAG_BRIDGE_CONTEXT_KEY",
10155
+ "module": "src/column-selection/grid-pro-column-drag-bridge.ts"
10156
+ }
10157
+ },
10158
+ {
10159
+ "kind": "js",
10160
+ "name": "resolveColumnDragBridge",
10161
+ "declaration": {
10162
+ "name": "resolveColumnDragBridge",
10163
+ "module": "src/column-selection/grid-pro-column-drag-bridge.ts"
10164
+ }
10165
+ },
10166
+ {
10167
+ "kind": "js",
10168
+ "name": "resolveColumnDragBridgeDirect",
10169
+ "declaration": {
10170
+ "name": "resolveColumnDragBridgeDirect",
10171
+ "module": "src/column-selection/grid-pro-column-drag-bridge.ts"
10172
+ }
10173
+ },
10174
+ {
10175
+ "kind": "js",
10176
+ "name": "resolveColumnDragBridgeFromApi",
10177
+ "declaration": {
10178
+ "name": "resolveColumnDragBridgeFromApi",
10179
+ "module": "src/column-selection/grid-pro-column-drag-bridge.ts"
8883
10180
  }
8884
10181
  }
8885
10182
  ]
8886
10183
  },
8887
10184
  {
8888
10185
  "kind": "javascript-module",
8889
- "path": "src/column-filters/index.ts",
10186
+ "path": "src/column-selection/index.ts",
8890
10187
  "declarations": [],
8891
10188
  "exports": [
8892
10189
  {
@@ -8894,7 +10191,7 @@
8894
10191
  "name": "*",
8895
10192
  "declaration": {
8896
10193
  "name": "*",
8897
- "package": "./enum-column.filter"
10194
+ "package": "./column-selection"
8898
10195
  }
8899
10196
  },
8900
10197
  {
@@ -8902,7 +10199,90 @@
8902
10199
  "name": "*",
8903
10200
  "declaration": {
8904
10201
  "name": "*",
8905
- "package": "./enum-column.floating-filter"
10202
+ "package": "./column-selection.styles"
10203
+ }
10204
+ },
10205
+ {
10206
+ "kind": "js",
10207
+ "name": "*",
10208
+ "declaration": {
10209
+ "name": "*",
10210
+ "package": "./column-selection.template"
10211
+ }
10212
+ },
10213
+ {
10214
+ "kind": "js",
10215
+ "name": "*",
10216
+ "declaration": {
10217
+ "name": "*",
10218
+ "package": "./resolve-columns-picker-api"
10219
+ }
10220
+ },
10221
+ {
10222
+ "kind": "js",
10223
+ "name": "*",
10224
+ "declaration": {
10225
+ "name": "*",
10226
+ "package": "./column-picker.utils"
10227
+ }
10228
+ },
10229
+ {
10230
+ "kind": "js",
10231
+ "name": "*",
10232
+ "declaration": {
10233
+ "name": "*",
10234
+ "package": "./grid-pro-column-drag-bridge"
10235
+ }
10236
+ },
10237
+ {
10238
+ "kind": "js",
10239
+ "name": "*",
10240
+ "declaration": {
10241
+ "name": "*",
10242
+ "package": "./column-picker-ag-drag"
10243
+ }
10244
+ }
10245
+ ]
10246
+ },
10247
+ {
10248
+ "kind": "javascript-module",
10249
+ "path": "src/column-selection/resolve-columns-picker-api.ts",
10250
+ "declarations": [
10251
+ {
10252
+ "kind": "function",
10253
+ "name": "resolveColumnsPickerApi",
10254
+ "return": {
10255
+ "type": {
10256
+ "text": "GridApi | null"
10257
+ }
10258
+ },
10259
+ "parameters": [
10260
+ {
10261
+ "name": "gridHost",
10262
+ "optional": true,
10263
+ "type": {
10264
+ "text": "ColumnSelectionHost | null"
10265
+ }
10266
+ },
10267
+ {
10268
+ "name": "gridApi",
10269
+ "optional": true,
10270
+ "type": {
10271
+ "text": "GridApi | null"
10272
+ }
10273
+ }
10274
+ ],
10275
+ "description": "Resolves an AG `gridApi` suitable for ColumnSelection.\nClassic Grid Pro (v29) exposes column helpers on `columnApi` — bridge when needed.",
10276
+ "privacy": "public"
10277
+ }
10278
+ ],
10279
+ "exports": [
10280
+ {
10281
+ "kind": "js",
10282
+ "name": "resolveColumnsPickerApi",
10283
+ "declaration": {
10284
+ "name": "resolveColumnsPickerApi",
10285
+ "module": "src/column-selection/resolve-columns-picker-api.ts"
8906
10286
  }
8907
10287
  }
8908
10288
  ]
@@ -23325,6 +24705,60 @@
23325
24705
  }
23326
24706
  ]
23327
24707
  },
24708
+ {
24709
+ "kind": "javascript-module",
24710
+ "path": "src/cell-renderers/utils/accessor.ts",
24711
+ "declarations": [
24712
+ {
24713
+ "kind": "function",
24714
+ "name": "setValueWithAccessor",
24715
+ "return": {
24716
+ "type": {
24717
+ "text": "string"
24718
+ }
24719
+ },
24720
+ "parameters": [
24721
+ {
24722
+ "name": "data",
24723
+ "type": {
24724
+ "text": "any"
24725
+ }
24726
+ },
24727
+ {
24728
+ "name": "accessor",
24729
+ "type": {
24730
+ "text": "string"
24731
+ }
24732
+ }
24733
+ ]
24734
+ }
24735
+ ],
24736
+ "exports": [
24737
+ {
24738
+ "kind": "js",
24739
+ "name": "setValueWithAccessor",
24740
+ "declaration": {
24741
+ "name": "setValueWithAccessor",
24742
+ "module": "src/cell-renderers/utils/accessor.ts"
24743
+ }
24744
+ }
24745
+ ]
24746
+ },
24747
+ {
24748
+ "kind": "javascript-module",
24749
+ "path": "src/cell-renderers/utils/index.ts",
24750
+ "declarations": [],
24751
+ "exports": [
24752
+ {
24753
+ "kind": "js",
24754
+ "name": "*",
24755
+ "declaration": {
24756
+ "name": "*",
24757
+ "package": "./accessor"
24758
+ }
24759
+ }
24760
+ ]
24761
+ },
23328
24762
  {
23329
24763
  "kind": "javascript-module",
23330
24764
  "path": "src/column/utils/grid-pro-columns.ts",
@@ -23418,60 +24852,6 @@
23418
24852
  }
23419
24853
  }
23420
24854
  ]
23421
- },
23422
- {
23423
- "kind": "javascript-module",
23424
- "path": "src/cell-renderers/utils/accessor.ts",
23425
- "declarations": [
23426
- {
23427
- "kind": "function",
23428
- "name": "setValueWithAccessor",
23429
- "return": {
23430
- "type": {
23431
- "text": "string"
23432
- }
23433
- },
23434
- "parameters": [
23435
- {
23436
- "name": "data",
23437
- "type": {
23438
- "text": "any"
23439
- }
23440
- },
23441
- {
23442
- "name": "accessor",
23443
- "type": {
23444
- "text": "string"
23445
- }
23446
- }
23447
- ]
23448
- }
23449
- ],
23450
- "exports": [
23451
- {
23452
- "kind": "js",
23453
- "name": "setValueWithAccessor",
23454
- "declaration": {
23455
- "name": "setValueWithAccessor",
23456
- "module": "src/cell-renderers/utils/accessor.ts"
23457
- }
23458
- }
23459
- ]
23460
- },
23461
- {
23462
- "kind": "javascript-module",
23463
- "path": "src/cell-renderers/utils/index.ts",
23464
- "declarations": [],
23465
- "exports": [
23466
- {
23467
- "kind": "js",
23468
- "name": "*",
23469
- "declaration": {
23470
- "name": "*",
23471
- "package": "./accessor"
23472
- }
23473
- }
23474
- ]
23475
24855
  }
23476
24856
  ]
23477
24857
  }