@skyux/ag-grid 11.31.0 → 12.0.0-alpha.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 (76) hide show
  1. package/documentation.json +718 -706
  2. package/fesm2022/skyux-ag-grid.mjs +142 -142
  3. package/fesm2022/skyux-ag-grid.mjs.map +1 -1
  4. package/package.json +17 -19
  5. package/esm2022/index.mjs +0 -31
  6. package/esm2022/lib/modules/ag-grid/ag-grid-adapter.service.mjs +0 -60
  7. package/esm2022/lib/modules/ag-grid/ag-grid-data-manager-adapter.directive.mjs +0 -307
  8. package/esm2022/lib/modules/ag-grid/ag-grid-row-delete.component.mjs +0 -82
  9. package/esm2022/lib/modules/ag-grid/ag-grid-row-delete.directive.mjs +0 -260
  10. package/esm2022/lib/modules/ag-grid/ag-grid-wrapper.component.mjs +0 -294
  11. package/esm2022/lib/modules/ag-grid/ag-grid.module.mjs +0 -126
  12. package/esm2022/lib/modules/ag-grid/ag-grid.service.mjs +0 -567
  13. package/esm2022/lib/modules/ag-grid/apply-lookup-properties-defaults.mjs +0 -33
  14. package/esm2022/lib/modules/ag-grid/cell-editors/cell-editor-autocomplete/cell-editor-autocomplete.component.mjs +0 -93
  15. package/esm2022/lib/modules/ag-grid/cell-editors/cell-editor-autocomplete/cell-editor-autocomplete.module.mjs +0 -28
  16. package/esm2022/lib/modules/ag-grid/cell-editors/cell-editor-currency/cell-editor-currency.component.mjs +0 -111
  17. package/esm2022/lib/modules/ag-grid/cell-editors/cell-editor-currency/cell-editor-currency.module.mjs +0 -28
  18. package/esm2022/lib/modules/ag-grid/cell-editors/cell-editor-datepicker/cell-editor-datepicker.component.mjs +0 -151
  19. package/esm2022/lib/modules/ag-grid/cell-editors/cell-editor-datepicker/cell-editor-datepicker.module.mjs +0 -20
  20. package/esm2022/lib/modules/ag-grid/cell-editors/cell-editor-lookup/cell-editor-lookup.component.mjs +0 -146
  21. package/esm2022/lib/modules/ag-grid/cell-editors/cell-editor-lookup/cell-editor-lookup.module.mjs +0 -32
  22. package/esm2022/lib/modules/ag-grid/cell-editors/cell-editor-number/cell-editor-number.component.mjs +0 -77
  23. package/esm2022/lib/modules/ag-grid/cell-editors/cell-editor-number/cell-editor-number.module.mjs +0 -19
  24. package/esm2022/lib/modules/ag-grid/cell-editors/cell-editor-text/cell-editor-text.component.mjs +0 -75
  25. package/esm2022/lib/modules/ag-grid/cell-editors/cell-editor-text/cell-editor-text.module.mjs +0 -19
  26. package/esm2022/lib/modules/ag-grid/cell-renderers/cell-renderer-currency/cell-renderer-currency-validator.component.mjs +0 -41
  27. package/esm2022/lib/modules/ag-grid/cell-renderers/cell-renderer-currency/cell-renderer-currency.component.mjs +0 -47
  28. package/esm2022/lib/modules/ag-grid/cell-renderers/cell-renderer-currency/cell-renderer-currency.module.mjs +0 -41
  29. package/esm2022/lib/modules/ag-grid/cell-renderers/cell-renderer-lookup/cell-renderer-lookup.component.mjs +0 -30
  30. package/esm2022/lib/modules/ag-grid/cell-renderers/cell-renderer-lookup/cell-renderer-lookup.module.mjs +0 -18
  31. package/esm2022/lib/modules/ag-grid/cell-renderers/cell-renderer-row-selector/cell-renderer-row-selector.component.mjs +0 -110
  32. package/esm2022/lib/modules/ag-grid/cell-renderers/cell-renderer-row-selector/cell-renderer-row-selector.module.mjs +0 -20
  33. package/esm2022/lib/modules/ag-grid/cell-renderers/cell-renderer-template/cell-renderer-template-context.type.mjs +0 -2
  34. package/esm2022/lib/modules/ag-grid/cell-renderers/cell-renderer-template/cell-renderer-template.component.mjs +0 -46
  35. package/esm2022/lib/modules/ag-grid/cell-renderers/cell-renderer-validator-tooltip/cell-renderer-validator-tooltip.component.mjs +0 -38
  36. package/esm2022/lib/modules/ag-grid/cell-renderers/cell-renderer-validator-tooltip/cell-renderer-validator-tooltip.module.mjs +0 -18
  37. package/esm2022/lib/modules/ag-grid/cell-validator/ag-grid-cell-validator-tooltip.component.mjs +0 -86
  38. package/esm2022/lib/modules/ag-grid/cell-validator/ag-grid-cell-validator.module.mjs +0 -19
  39. package/esm2022/lib/modules/ag-grid/header/header-group.component.mjs +0 -103
  40. package/esm2022/lib/modules/ag-grid/header/header.component.mjs +0 -168
  41. package/esm2022/lib/modules/ag-grid/icons/icon-map.mjs +0 -70
  42. package/esm2022/lib/modules/ag-grid/loading/loading.component.mjs +0 -19
  43. package/esm2022/lib/modules/ag-grid/types/ag-grid-row-delete-cancel-args.mjs +0 -2
  44. package/esm2022/lib/modules/ag-grid/types/ag-grid-row-delete-config.mjs +0 -2
  45. package/esm2022/lib/modules/ag-grid/types/ag-grid-row-delete-confirm-args.mjs +0 -2
  46. package/esm2022/lib/modules/ag-grid/types/ag-grid-row-delete-contents.mjs +0 -2
  47. package/esm2022/lib/modules/ag-grid/types/autocomplete-properties.mjs +0 -2
  48. package/esm2022/lib/modules/ag-grid/types/cell-class.mjs +0 -19
  49. package/esm2022/lib/modules/ag-grid/types/cell-editor-autocomplete-params.mjs +0 -2
  50. package/esm2022/lib/modules/ag-grid/types/cell-editor-currency-params.mjs +0 -2
  51. package/esm2022/lib/modules/ag-grid/types/cell-editor-datepicker-params.mjs +0 -2
  52. package/esm2022/lib/modules/ag-grid/types/cell-editor-initial-action.mjs +0 -13
  53. package/esm2022/lib/modules/ag-grid/types/cell-editor-lookup-params.mjs +0 -2
  54. package/esm2022/lib/modules/ag-grid/types/cell-editor-number-params.mjs +0 -2
  55. package/esm2022/lib/modules/ag-grid/types/cell-editor-text-params.mjs +0 -2
  56. package/esm2022/lib/modules/ag-grid/types/cell-editor-utils.mjs +0 -36
  57. package/esm2022/lib/modules/ag-grid/types/cell-renderer-currency-params.mjs +0 -2
  58. package/esm2022/lib/modules/ag-grid/types/cell-renderer-lookup-params.mjs +0 -2
  59. package/esm2022/lib/modules/ag-grid/types/cell-renderer-validator-params.mjs +0 -2
  60. package/esm2022/lib/modules/ag-grid/types/cell-type.mjs +0 -105
  61. package/esm2022/lib/modules/ag-grid/types/currency-properties.mjs +0 -2
  62. package/esm2022/lib/modules/ag-grid/types/datepicker-properties.mjs +0 -2
  63. package/esm2022/lib/modules/ag-grid/types/header-class.mjs +0 -9
  64. package/esm2022/lib/modules/ag-grid/types/header-group-info.mjs +0 -19
  65. package/esm2022/lib/modules/ag-grid/types/header-group-params.mjs +0 -2
  66. package/esm2022/lib/modules/ag-grid/types/header-info.mjs +0 -19
  67. package/esm2022/lib/modules/ag-grid/types/header-params.mjs +0 -2
  68. package/esm2022/lib/modules/ag-grid/types/last-focused.cell.mjs +0 -2
  69. package/esm2022/lib/modules/ag-grid/types/lookup-properties.mjs +0 -2
  70. package/esm2022/lib/modules/ag-grid/types/number-properties.mjs +0 -2
  71. package/esm2022/lib/modules/ag-grid/types/sky-grid-options.mjs +0 -2
  72. package/esm2022/lib/modules/ag-grid/types/text-properties.mjs +0 -2
  73. package/esm2022/lib/modules/ag-grid/types/validator-properties.mjs +0 -2
  74. package/esm2022/lib/modules/shared/sky-ag-grid-resources.module.mjs +0 -74
  75. package/esm2022/lib/styles/ag-grid-theme.mjs +0 -18
  76. package/esm2022/skyux-ag-grid.mjs +0 -5
@@ -65,7 +65,7 @@
65
65
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/cell-editor-initial-action.ts",
66
66
  "line": 4,
67
67
  "character": 2,
68
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-editor-initial-action.ts#L4"
68
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-editor-initial-action.ts#L4"
69
69
  }
70
70
  ],
71
71
  "type": {
@@ -92,7 +92,7 @@
92
92
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/cell-editor-initial-action.ts",
93
93
  "line": 6,
94
94
  "character": 2,
95
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-editor-initial-action.ts#L6"
95
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-editor-initial-action.ts#L6"
96
96
  }
97
97
  ],
98
98
  "type": {
@@ -119,7 +119,7 @@
119
119
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/cell-editor-initial-action.ts",
120
120
  "line": 8,
121
121
  "character": 2,
122
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-editor-initial-action.ts#L8"
122
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-editor-initial-action.ts#L8"
123
123
  }
124
124
  ],
125
125
  "type": {
@@ -146,7 +146,7 @@
146
146
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/cell-editor-initial-action.ts",
147
147
  "line": 10,
148
148
  "character": 2,
149
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-editor-initial-action.ts#L10"
149
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-editor-initial-action.ts#L10"
150
150
  }
151
151
  ],
152
152
  "type": {
@@ -171,7 +171,7 @@
171
171
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/cell-editor-initial-action.ts",
172
172
  "line": 2,
173
173
  "character": 12,
174
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-editor-initial-action.ts#L2"
174
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-editor-initial-action.ts#L2"
175
175
  }
176
176
  ]
177
177
  },
@@ -249,7 +249,7 @@
249
249
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/cell-type.ts",
250
250
  "line": 16,
251
251
  "character": 2,
252
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L16"
252
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L16"
253
253
  }
254
254
  ],
255
255
  "type": {
@@ -276,7 +276,7 @@
276
276
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/cell-type.ts",
277
277
  "line": 26,
278
278
  "character": 2,
279
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L26"
279
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L26"
280
280
  }
281
281
  ],
282
282
  "type": {
@@ -303,7 +303,7 @@
303
303
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/cell-type.ts",
304
304
  "line": 32,
305
305
  "character": 2,
306
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L32"
306
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L32"
307
307
  }
308
308
  ],
309
309
  "type": {
@@ -370,7 +370,7 @@
370
370
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/cell-type.ts",
371
371
  "line": 42,
372
372
  "character": 2,
373
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L42"
373
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L42"
374
374
  }
375
375
  ],
376
376
  "type": {
@@ -421,7 +421,7 @@
421
421
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/cell-type.ts",
422
422
  "line": 52,
423
423
  "character": 2,
424
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L52"
424
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L52"
425
425
  }
426
426
  ],
427
427
  "type": {
@@ -456,7 +456,7 @@
456
456
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/cell-type.ts",
457
457
  "line": 62,
458
458
  "character": 2,
459
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L62"
459
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L62"
460
460
  }
461
461
  ],
462
462
  "type": {
@@ -483,7 +483,7 @@
483
483
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/cell-type.ts",
484
484
  "line": 68,
485
485
  "character": 2,
486
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L68"
486
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L68"
487
487
  }
488
488
  ],
489
489
  "type": {
@@ -510,7 +510,7 @@
510
510
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/cell-type.ts",
511
511
  "line": 74,
512
512
  "character": 2,
513
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L74"
513
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L74"
514
514
  }
515
515
  ],
516
516
  "type": {
@@ -545,7 +545,7 @@
545
545
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/cell-type.ts",
546
546
  "line": 80,
547
547
  "character": 2,
548
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L80"
548
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L80"
549
549
  }
550
550
  ],
551
551
  "type": {
@@ -604,7 +604,7 @@
604
604
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/cell-type.ts",
605
605
  "line": 86,
606
606
  "character": 2,
607
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L86"
607
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L86"
608
608
  }
609
609
  ],
610
610
  "type": {
@@ -639,7 +639,7 @@
639
639
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/cell-type.ts",
640
640
  "line": 96,
641
641
  "character": 2,
642
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L96"
642
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L96"
643
643
  }
644
644
  ],
645
645
  "type": {
@@ -698,7 +698,7 @@
698
698
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/cell-type.ts",
699
699
  "line": 102,
700
700
  "character": 2,
701
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L102"
701
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L102"
702
702
  }
703
703
  ],
704
704
  "type": {
@@ -731,7 +731,7 @@
731
731
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/cell-type.ts",
732
732
  "line": 6,
733
733
  "character": 12,
734
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L6"
734
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-type.ts#L6"
735
735
  }
736
736
  ]
737
737
  },
@@ -756,7 +756,7 @@
756
756
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/cell-editor-utils.ts",
757
757
  "line": 10,
758
758
  "character": 16,
759
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-editor-utils.ts#L10"
759
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-editor-utils.ts#L10"
760
760
  }
761
761
  ],
762
762
  "signatures": [
@@ -779,7 +779,7 @@
779
779
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-editor-utils.ts",
780
780
  "line": 10,
781
781
  "character": 16,
782
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-editor-utils.ts#L10"
782
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-editor-utils.ts#L10"
783
783
  }
784
784
  ],
785
785
  "parameters": [
@@ -846,7 +846,7 @@
846
846
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/cell-editor-utils.ts",
847
847
  "line": 33,
848
848
  "character": 16,
849
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-editor-utils.ts#L33"
849
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-editor-utils.ts#L33"
850
850
  }
851
851
  ],
852
852
  "signatures": [
@@ -861,7 +861,7 @@
861
861
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-editor-utils.ts",
862
862
  "line": 33,
863
863
  "character": 16,
864
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-editor-utils.ts#L33"
864
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-editor-utils.ts#L33"
865
865
  }
866
866
  ],
867
867
  "parameters": [
@@ -917,7 +917,7 @@
917
917
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/cell-editor-utils.ts",
918
918
  "line": 5,
919
919
  "character": 13,
920
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-editor-utils.ts#L5"
920
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/cell-editor-utils.ts#L5"
921
921
  }
922
922
  ],
923
923
  "decorators": []
@@ -985,7 +985,7 @@
985
985
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/header-group-info.ts",
986
986
  "line": 19,
987
987
  "character": 9,
988
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-group-info.ts#L19"
988
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-group-info.ts#L19"
989
989
  }
990
990
  ],
991
991
  "type": {
@@ -1034,7 +1034,7 @@
1034
1034
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/header-group-info.ts",
1035
1035
  "line": 28,
1036
1036
  "character": 9,
1037
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-group-info.ts#L28"
1037
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-group-info.ts#L28"
1038
1038
  }
1039
1039
  ],
1040
1040
  "type": {
@@ -1064,7 +1064,7 @@
1064
1064
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/header-group-info.ts",
1065
1065
  "line": 23,
1066
1066
  "character": 9,
1067
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-group-info.ts#L23"
1067
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-group-info.ts#L23"
1068
1068
  }
1069
1069
  ],
1070
1070
  "type": {
@@ -1095,7 +1095,7 @@
1095
1095
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/header-group-info.ts",
1096
1096
  "line": 15,
1097
1097
  "character": 13,
1098
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-group-info.ts#L15"
1098
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-group-info.ts#L15"
1099
1099
  }
1100
1100
  ],
1101
1101
  "decorators": [
@@ -1170,7 +1170,7 @@
1170
1170
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/header-info.ts",
1171
1171
  "line": 19,
1172
1172
  "character": 9,
1173
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-info.ts#L19"
1173
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-info.ts#L19"
1174
1174
  }
1175
1175
  ],
1176
1176
  "type": {
@@ -1219,7 +1219,7 @@
1219
1219
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/header-info.ts",
1220
1220
  "line": 28,
1221
1221
  "character": 9,
1222
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-info.ts#L28"
1222
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-info.ts#L28"
1223
1223
  }
1224
1224
  ],
1225
1225
  "type": {
@@ -1249,7 +1249,7 @@
1249
1249
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/header-info.ts",
1250
1250
  "line": 23,
1251
1251
  "character": 9,
1252
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-info.ts#L23"
1252
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-info.ts#L23"
1253
1253
  }
1254
1254
  ],
1255
1255
  "type": {
@@ -1280,7 +1280,7 @@
1280
1280
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/header-info.ts",
1281
1281
  "line": 15,
1282
1282
  "character": 13,
1283
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-info.ts#L15"
1283
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-info.ts#L15"
1284
1284
  }
1285
1285
  ],
1286
1286
  "decorators": [
@@ -1312,7 +1312,7 @@
1312
1312
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid.module.ts",
1313
1313
  "line": 72,
1314
1314
  "character": 13,
1315
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.module.ts#L72"
1315
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.module.ts#L72"
1316
1316
  }
1317
1317
  ],
1318
1318
  "decorators": [
@@ -1370,7 +1370,7 @@
1370
1370
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid.service.ts",
1371
1371
  "line": 142,
1372
1372
  "character": 2,
1373
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts#L142"
1373
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts#L142"
1374
1374
  }
1375
1375
  ],
1376
1376
  "signatures": [
@@ -1385,7 +1385,7 @@
1385
1385
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts",
1386
1386
  "line": 142,
1387
1387
  "character": 2,
1388
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts#L142"
1388
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts#L142"
1389
1389
  }
1390
1390
  ],
1391
1391
  "parameters": [
@@ -1464,7 +1464,7 @@
1464
1464
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid.service.ts",
1465
1465
  "line": 185,
1466
1466
  "character": 9,
1467
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts#L185"
1467
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts#L185"
1468
1468
  }
1469
1469
  ],
1470
1470
  "signatures": [
@@ -1501,7 +1501,7 @@
1501
1501
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts",
1502
1502
  "line": 185,
1503
1503
  "character": 9,
1504
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts#L185"
1504
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts#L185"
1505
1505
  }
1506
1506
  ],
1507
1507
  "parameters": [
@@ -1551,7 +1551,7 @@
1551
1551
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid.service.ts",
1552
1552
  "line": 170,
1553
1553
  "character": 9,
1554
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts#L170"
1554
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts#L170"
1555
1555
  }
1556
1556
  ],
1557
1557
  "signatures": [
@@ -1588,7 +1588,7 @@
1588
1588
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts",
1589
1589
  "line": 170,
1590
1590
  "character": 9,
1591
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts#L170"
1591
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts#L170"
1592
1592
  }
1593
1593
  ],
1594
1594
  "parameters": [
@@ -1638,7 +1638,7 @@
1638
1638
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid.service.ts",
1639
1639
  "line": 198,
1640
1640
  "character": 9,
1641
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts#L198"
1641
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts#L198"
1642
1642
  }
1643
1643
  ],
1644
1644
  "signatures": [
@@ -1675,7 +1675,7 @@
1675
1675
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts",
1676
1676
  "line": 198,
1677
1677
  "character": 9,
1678
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts#L198"
1678
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts#L198"
1679
1679
  }
1680
1680
  ],
1681
1681
  "type": {
@@ -1699,7 +1699,7 @@
1699
1699
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid.service.ts",
1700
1700
  "line": 160,
1701
1701
  "character": 9,
1702
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts#L160"
1702
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts#L160"
1703
1703
  }
1704
1704
  ],
1705
1705
  "signatures": [
@@ -1722,7 +1722,7 @@
1722
1722
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts",
1723
1723
  "line": 160,
1724
1724
  "character": 9,
1725
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts#L160"
1725
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts#L160"
1726
1726
  }
1727
1727
  ],
1728
1728
  "type": {
@@ -1766,7 +1766,7 @@
1766
1766
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid.service.ts",
1767
1767
  "line": 132,
1768
1768
  "character": 13,
1769
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts#L132"
1769
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid.service.ts#L132"
1770
1770
  }
1771
1771
  ],
1772
1772
  "implementedTypes": [
@@ -1805,9 +1805,9 @@
1805
1805
  "sources": [
1806
1806
  {
1807
1807
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-wrapper.component.ts",
1808
- "line": 136,
1808
+ "line": 137,
1809
1809
  "character": 2,
1810
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L136"
1810
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L137"
1811
1811
  }
1812
1812
  ],
1813
1813
  "signatures": [
@@ -1820,9 +1820,9 @@
1820
1820
  "sources": [
1821
1821
  {
1822
1822
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts",
1823
- "line": 136,
1823
+ "line": 137,
1824
1824
  "character": 2,
1825
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L136"
1825
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L137"
1826
1826
  }
1827
1827
  ],
1828
1828
  "type": {
@@ -1845,9 +1845,9 @@
1845
1845
  "sources": [
1846
1846
  {
1847
1847
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-wrapper.component.ts",
1848
- "line": 77,
1848
+ "line": 78,
1849
1849
  "character": 9,
1850
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L77"
1850
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L78"
1851
1851
  }
1852
1852
  ],
1853
1853
  "type": {
@@ -1867,9 +1867,9 @@
1867
1867
  "sources": [
1868
1868
  {
1869
1869
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-wrapper.component.ts",
1870
- "line": 63,
1870
+ "line": 64,
1871
1871
  "character": 9,
1872
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L63"
1872
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L64"
1873
1873
  }
1874
1874
  ],
1875
1875
  "type": {
@@ -1919,9 +1919,9 @@
1919
1919
  "sources": [
1920
1920
  {
1921
1921
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-wrapper.component.ts",
1922
- "line": 78,
1922
+ "line": 79,
1923
1923
  "character": 9,
1924
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L78"
1924
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L79"
1925
1925
  }
1926
1926
  ],
1927
1927
  "type": {
@@ -1941,9 +1941,9 @@
1941
1941
  "sources": [
1942
1942
  {
1943
1943
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-wrapper.component.ts",
1944
- "line": 79,
1944
+ "line": 80,
1945
1945
  "character": 9,
1946
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L79"
1946
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L80"
1947
1947
  }
1948
1948
  ],
1949
1949
  "type": {
@@ -1963,9 +1963,9 @@
1963
1963
  "sources": [
1964
1964
  {
1965
1965
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-wrapper.component.ts",
1966
- "line": 66,
1966
+ "line": 67,
1967
1967
  "character": 9,
1968
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L66"
1968
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L67"
1969
1969
  }
1970
1970
  ],
1971
1971
  "type": {
@@ -1986,9 +1986,9 @@
1986
1986
  "sources": [
1987
1987
  {
1988
1988
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-wrapper.component.ts",
1989
- "line": 80,
1989
+ "line": 81,
1990
1990
  "character": 9,
1991
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L80"
1991
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L81"
1992
1992
  }
1993
1993
  ],
1994
1994
  "type": {
@@ -2022,9 +2022,9 @@
2022
2022
  "sources": [
2023
2023
  {
2024
2024
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-wrapper.component.ts",
2025
- "line": 73,
2025
+ "line": 74,
2026
2026
  "character": 13,
2027
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L73"
2027
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L74"
2028
2028
  }
2029
2029
  ],
2030
2030
  "setSignature": {
@@ -2044,9 +2044,9 @@
2044
2044
  "sources": [
2045
2045
  {
2046
2046
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts",
2047
- "line": 73,
2047
+ "line": 74,
2048
2048
  "character": 13,
2049
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L73"
2049
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L74"
2050
2050
  }
2051
2051
  ],
2052
2052
  "parameters": [
@@ -2087,15 +2087,15 @@
2087
2087
  "sources": [
2088
2088
  {
2089
2089
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-wrapper.component.ts",
2090
- "line": 82,
2090
+ "line": 83,
2091
2091
  "character": 13,
2092
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L82"
2092
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L83"
2093
2093
  },
2094
2094
  {
2095
2095
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-wrapper.component.ts",
2096
- "line": 86,
2096
+ "line": 87,
2097
2097
  "character": 13,
2098
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L86"
2098
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L87"
2099
2099
  }
2100
2100
  ],
2101
2101
  "getSignature": {
@@ -2107,9 +2107,9 @@
2107
2107
  "sources": [
2108
2108
  {
2109
2109
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts",
2110
- "line": 82,
2110
+ "line": 83,
2111
2111
  "character": 13,
2112
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L82"
2112
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L83"
2113
2113
  }
2114
2114
  ],
2115
2115
  "type": {
@@ -2129,9 +2129,9 @@
2129
2129
  "sources": [
2130
2130
  {
2131
2131
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts",
2132
- "line": 86,
2132
+ "line": 87,
2133
2133
  "character": 13,
2134
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L86"
2134
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L87"
2135
2135
  }
2136
2136
  ],
2137
2137
  "parameters": [
@@ -2168,9 +2168,9 @@
2168
2168
  "sources": [
2169
2169
  {
2170
2170
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-wrapper.component.ts",
2171
- "line": 144,
2171
+ "line": 145,
2172
2172
  "character": 9,
2173
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L144"
2173
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L145"
2174
2174
  }
2175
2175
  ],
2176
2176
  "signatures": [
@@ -2191,9 +2191,9 @@
2191
2191
  "sources": [
2192
2192
  {
2193
2193
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts",
2194
- "line": 144,
2194
+ "line": 145,
2195
2195
  "character": 9,
2196
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L144"
2196
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L145"
2197
2197
  }
2198
2198
  ],
2199
2199
  "type": {
@@ -2225,9 +2225,9 @@
2225
2225
  "sources": [
2226
2226
  {
2227
2227
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-wrapper.component.ts",
2228
- "line": 263,
2228
+ "line": 264,
2229
2229
  "character": 9,
2230
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L263"
2230
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L264"
2231
2231
  }
2232
2232
  ],
2233
2233
  "signatures": [
@@ -2248,9 +2248,9 @@
2248
2248
  "sources": [
2249
2249
  {
2250
2250
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts",
2251
- "line": 263,
2251
+ "line": 264,
2252
2252
  "character": 9,
2253
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L263"
2253
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L264"
2254
2254
  }
2255
2255
  ],
2256
2256
  "type": {
@@ -2282,9 +2282,9 @@
2282
2282
  "sources": [
2283
2283
  {
2284
2284
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-wrapper.component.ts",
2285
- "line": 239,
2285
+ "line": 240,
2286
2286
  "character": 9,
2287
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L239"
2287
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L240"
2288
2288
  }
2289
2289
  ],
2290
2290
  "signatures": [
@@ -2305,9 +2305,9 @@
2305
2305
  "sources": [
2306
2306
  {
2307
2307
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts",
2308
- "line": 239,
2308
+ "line": 240,
2309
2309
  "character": 9,
2310
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L239"
2310
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L240"
2311
2311
  }
2312
2312
  ],
2313
2313
  "type": {
@@ -2339,9 +2339,9 @@
2339
2339
  "sources": [
2340
2340
  {
2341
2341
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-wrapper.component.ts",
2342
- "line": 247,
2342
+ "line": 248,
2343
2343
  "character": 9,
2344
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L247"
2344
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L248"
2345
2345
  }
2346
2346
  ],
2347
2347
  "signatures": [
@@ -2362,9 +2362,9 @@
2362
2362
  "sources": [
2363
2363
  {
2364
2364
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts",
2365
- "line": 247,
2365
+ "line": 248,
2366
2366
  "character": 9,
2367
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L247"
2367
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L248"
2368
2368
  }
2369
2369
  ],
2370
2370
  "type": {
@@ -2396,9 +2396,9 @@
2396
2396
  "sources": [
2397
2397
  {
2398
2398
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-wrapper.component.ts",
2399
- "line": 305,
2399
+ "line": 306,
2400
2400
  "character": 9,
2401
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L305"
2401
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L306"
2402
2402
  }
2403
2403
  ],
2404
2404
  "signatures": [
@@ -2411,9 +2411,9 @@
2411
2411
  "sources": [
2412
2412
  {
2413
2413
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts",
2414
- "line": 305,
2414
+ "line": 306,
2415
2415
  "character": 9,
2416
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L305"
2416
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L306"
2417
2417
  }
2418
2418
  ],
2419
2419
  "parameters": [
@@ -2453,9 +2453,9 @@
2453
2453
  "sources": [
2454
2454
  {
2455
2455
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-wrapper.component.ts",
2456
- "line": 293,
2456
+ "line": 294,
2457
2457
  "character": 9,
2458
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L293"
2458
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L294"
2459
2459
  }
2460
2460
  ],
2461
2461
  "signatures": [
@@ -2468,9 +2468,9 @@
2468
2468
  "sources": [
2469
2469
  {
2470
2470
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts",
2471
- "line": 293,
2471
+ "line": 294,
2472
2472
  "character": 9,
2473
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L293"
2473
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L294"
2474
2474
  }
2475
2475
  ],
2476
2476
  "parameters": [
@@ -2510,9 +2510,9 @@
2510
2510
  "sources": [
2511
2511
  {
2512
2512
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-wrapper.component.ts",
2513
- "line": 288,
2513
+ "line": 289,
2514
2514
  "character": 9,
2515
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L288"
2515
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L289"
2516
2516
  }
2517
2517
  ],
2518
2518
  "signatures": [
@@ -2533,9 +2533,9 @@
2533
2533
  "sources": [
2534
2534
  {
2535
2535
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts",
2536
- "line": 288,
2536
+ "line": 289,
2537
2537
  "character": 9,
2538
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L288"
2538
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L289"
2539
2539
  }
2540
2540
  ],
2541
2541
  "parameters": [
@@ -2606,9 +2606,9 @@
2606
2606
  "sources": [
2607
2607
  {
2608
2608
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-wrapper.component.ts",
2609
- "line": 57,
2609
+ "line": 58,
2610
2610
  "character": 13,
2611
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L57"
2611
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-wrapper.component.ts#L58"
2612
2612
  }
2613
2613
  ],
2614
2614
  "implementedTypes": [
@@ -2653,7 +2653,7 @@
2653
2653
  {
2654
2654
  "name": "Component",
2655
2655
  "arguments": {
2656
- "obj": "@Component({\n selector: 'sky-ag-grid-wrapper',\n templateUrl: './ag-grid-wrapper.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})"
2656
+ "obj": "@Component({\n selector: 'sky-ag-grid-wrapper',\n templateUrl: './ag-grid-wrapper.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: false,\n})"
2657
2657
  }
2658
2658
  }
2659
2659
  ]
@@ -2674,9 +2674,9 @@
2674
2674
  "sources": [
2675
2675
  {
2676
2676
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-row-delete.directive.ts",
2677
- "line": 186,
2677
+ "line": 187,
2678
2678
  "character": 2,
2679
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L186"
2679
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L187"
2680
2680
  }
2681
2681
  ],
2682
2682
  "signatures": [
@@ -2689,9 +2689,9 @@
2689
2689
  "sources": [
2690
2690
  {
2691
2691
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts",
2692
- "line": 186,
2692
+ "line": 187,
2693
2693
  "character": 2,
2694
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L186"
2694
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L187"
2695
2695
  }
2696
2696
  ],
2697
2697
  "type": {
@@ -2714,9 +2714,9 @@
2714
2714
  "sources": [
2715
2715
  {
2716
2716
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-row-delete.directive.ts",
2717
- "line": 165,
2717
+ "line": 166,
2718
2718
  "character": 9,
2719
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L165"
2719
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L166"
2720
2720
  }
2721
2721
  ],
2722
2722
  "type": {
@@ -2782,9 +2782,9 @@
2782
2782
  "sources": [
2783
2783
  {
2784
2784
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-row-delete.directive.ts",
2785
- "line": 148,
2785
+ "line": 149,
2786
2786
  "character": 9,
2787
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L148"
2787
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L149"
2788
2788
  }
2789
2789
  ],
2790
2790
  "type": {
@@ -2838,9 +2838,9 @@
2838
2838
  "sources": [
2839
2839
  {
2840
2840
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-row-delete.directive.ts",
2841
- "line": 154,
2841
+ "line": 155,
2842
2842
  "character": 9,
2843
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L154"
2843
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L155"
2844
2844
  }
2845
2845
  ],
2846
2846
  "type": {
@@ -2886,9 +2886,9 @@
2886
2886
  "sources": [
2887
2887
  {
2888
2888
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-row-delete.directive.ts",
2889
- "line": 160,
2889
+ "line": 161,
2890
2890
  "character": 9,
2891
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L160"
2891
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L161"
2892
2892
  }
2893
2893
  ],
2894
2894
  "type": {
@@ -2927,15 +2927,15 @@
2927
2927
  "sources": [
2928
2928
  {
2929
2929
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-row-delete.directive.ts",
2930
- "line": 47,
2930
+ "line": 48,
2931
2931
  "character": 13,
2932
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L47"
2932
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L48"
2933
2933
  },
2934
2934
  {
2935
2935
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-row-delete.directive.ts",
2936
- "line": 140,
2936
+ "line": 141,
2937
2937
  "character": 13,
2938
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L140"
2938
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L141"
2939
2939
  }
2940
2940
  ],
2941
2941
  "getSignature": {
@@ -2947,9 +2947,9 @@
2947
2947
  "sources": [
2948
2948
  {
2949
2949
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts",
2950
- "line": 140,
2950
+ "line": 141,
2951
2951
  "character": 13,
2952
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L140"
2952
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L141"
2953
2953
  }
2954
2954
  ],
2955
2955
  "type": {
@@ -2977,9 +2977,9 @@
2977
2977
  "sources": [
2978
2978
  {
2979
2979
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts",
2980
- "line": 47,
2980
+ "line": 48,
2981
2981
  "character": 13,
2982
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L47"
2982
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L48"
2983
2983
  }
2984
2984
  ],
2985
2985
  "parameters": [
@@ -3020,9 +3020,9 @@
3020
3020
  "sources": [
3021
3021
  {
3022
3022
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-row-delete.directive.ts",
3023
- "line": 248,
3023
+ "line": 249,
3024
3024
  "character": 9,
3025
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L248"
3025
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L249"
3026
3026
  }
3027
3027
  ],
3028
3028
  "signatures": [
@@ -3035,9 +3035,9 @@
3035
3035
  "sources": [
3036
3036
  {
3037
3037
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts",
3038
- "line": 248,
3038
+ "line": 249,
3039
3039
  "character": 9,
3040
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L248"
3040
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L249"
3041
3041
  }
3042
3042
  ],
3043
3043
  "parameters": [
@@ -3083,9 +3083,9 @@
3083
3083
  "sources": [
3084
3084
  {
3085
3085
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-row-delete.directive.ts",
3086
- "line": 259,
3086
+ "line": 260,
3087
3087
  "character": 9,
3088
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L259"
3088
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L260"
3089
3089
  }
3090
3090
  ],
3091
3091
  "signatures": [
@@ -3098,9 +3098,9 @@
3098
3098
  "sources": [
3099
3099
  {
3100
3100
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts",
3101
- "line": 259,
3101
+ "line": 260,
3102
3102
  "character": 9,
3103
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L259"
3103
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L260"
3104
3104
  }
3105
3105
  ],
3106
3106
  "parameters": [
@@ -3146,9 +3146,9 @@
3146
3146
  "sources": [
3147
3147
  {
3148
3148
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-row-delete.directive.ts",
3149
- "line": 272,
3149
+ "line": 273,
3150
3150
  "character": 9,
3151
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L272"
3151
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L273"
3152
3152
  }
3153
3153
  ],
3154
3154
  "signatures": [
@@ -3161,9 +3161,9 @@
3161
3161
  "sources": [
3162
3162
  {
3163
3163
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts",
3164
- "line": 272,
3164
+ "line": 273,
3165
3165
  "character": 9,
3166
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L272"
3166
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L273"
3167
3167
  }
3168
3168
  ],
3169
3169
  "parameters": [
@@ -3214,9 +3214,9 @@
3214
3214
  "sources": [
3215
3215
  {
3216
3216
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-row-delete.directive.ts",
3217
- "line": 198,
3217
+ "line": 199,
3218
3218
  "character": 9,
3219
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L198"
3219
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L199"
3220
3220
  }
3221
3221
  ],
3222
3222
  "signatures": [
@@ -3237,9 +3237,9 @@
3237
3237
  "sources": [
3238
3238
  {
3239
3239
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts",
3240
- "line": 198,
3240
+ "line": 199,
3241
3241
  "character": 9,
3242
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L198"
3242
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L199"
3243
3243
  }
3244
3244
  ],
3245
3245
  "type": {
@@ -3271,9 +3271,9 @@
3271
3271
  "sources": [
3272
3272
  {
3273
3273
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-row-delete.directive.ts",
3274
- "line": 228,
3274
+ "line": 229,
3275
3275
  "character": 9,
3276
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L228"
3276
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L229"
3277
3277
  }
3278
3278
  ],
3279
3279
  "signatures": [
@@ -3294,9 +3294,9 @@
3294
3294
  "sources": [
3295
3295
  {
3296
3296
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts",
3297
- "line": 228,
3297
+ "line": 229,
3298
3298
  "character": 9,
3299
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L228"
3299
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L229"
3300
3300
  }
3301
3301
  ],
3302
3302
  "type": {
@@ -3328,9 +3328,9 @@
3328
3328
  "sources": [
3329
3329
  {
3330
3330
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-row-delete.directive.ts",
3331
- "line": 239,
3331
+ "line": 240,
3332
3332
  "character": 9,
3333
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L239"
3333
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L240"
3334
3334
  }
3335
3335
  ],
3336
3336
  "signatures": [
@@ -3351,9 +3351,9 @@
3351
3351
  "sources": [
3352
3352
  {
3353
3353
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts",
3354
- "line": 239,
3354
+ "line": 240,
3355
3355
  "character": 9,
3356
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L239"
3356
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L240"
3357
3357
  }
3358
3358
  ],
3359
3359
  "type": {
@@ -3412,9 +3412,9 @@
3412
3412
  "sources": [
3413
3413
  {
3414
3414
  "fileName": "projects/ag-grid/src/modules/ag-grid/ag-grid-row-delete.directive.ts",
3415
- "line": 40,
3415
+ "line": 41,
3416
3416
  "character": 13,
3417
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L40"
3417
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/ag-grid-row-delete.directive.ts#L41"
3418
3418
  }
3419
3419
  ],
3420
3420
  "implementedTypes": [
@@ -3450,7 +3450,7 @@
3450
3450
  {
3451
3451
  "name": "Directive",
3452
3452
  "arguments": {
3453
- "obj": "@Directive({\n selector: '[skyAgGridRowDelete]',\n})"
3453
+ "obj": "@Directive({\n selector: '[skyAgGridRowDelete]',\n standalone: false,\n})"
3454
3454
  }
3455
3455
  }
3456
3456
  ]
@@ -3475,7 +3475,7 @@
3475
3475
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/autocomplete-properties.ts",
3476
3476
  "line": 5,
3477
3477
  "character": 2,
3478
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L5"
3478
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L5"
3479
3479
  }
3480
3480
  ],
3481
3481
  "type": {
@@ -3499,7 +3499,7 @@
3499
3499
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/autocomplete-properties.ts",
3500
3500
  "line": 6,
3501
3501
  "character": 2,
3502
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L6"
3502
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L6"
3503
3503
  }
3504
3504
  ],
3505
3505
  "type": {
@@ -3520,7 +3520,7 @@
3520
3520
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/autocomplete-properties.ts",
3521
3521
  "line": 7,
3522
3522
  "character": 2,
3523
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L7"
3523
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L7"
3524
3524
  }
3525
3525
  ],
3526
3526
  "type": {
@@ -3541,7 +3541,7 @@
3541
3541
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/autocomplete-properties.ts",
3542
3542
  "line": 8,
3543
3543
  "character": 2,
3544
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L8"
3544
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L8"
3545
3545
  }
3546
3546
  ],
3547
3547
  "type": {
@@ -3565,7 +3565,7 @@
3565
3565
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/autocomplete-properties.ts",
3566
3566
  "line": 9,
3567
3567
  "character": 2,
3568
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L9"
3568
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L9"
3569
3569
  }
3570
3570
  ],
3571
3571
  "type": {
@@ -3581,7 +3581,7 @@
3581
3581
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts",
3582
3582
  "line": 9,
3583
3583
  "character": 11,
3584
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L9"
3584
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L9"
3585
3585
  }
3586
3586
  ],
3587
3587
  "signatures": [
@@ -3596,7 +3596,7 @@
3596
3596
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts",
3597
3597
  "line": 9,
3598
3598
  "character": 11,
3599
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L9"
3599
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L9"
3600
3600
  }
3601
3601
  ],
3602
3602
  "parameters": [
@@ -3676,7 +3676,7 @@
3676
3676
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/autocomplete-properties.ts",
3677
3677
  "line": 13,
3678
3678
  "character": 2,
3679
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L13"
3679
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L13"
3680
3680
  }
3681
3681
  ],
3682
3682
  "type": {
@@ -3694,7 +3694,7 @@
3694
3694
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts",
3695
3695
  "line": 13,
3696
3696
  "character": 19,
3697
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L13"
3697
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L13"
3698
3698
  }
3699
3699
  ],
3700
3700
  "signatures": [
@@ -3709,7 +3709,7 @@
3709
3709
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts",
3710
3710
  "line": 13,
3711
3711
  "character": 19,
3712
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L13"
3712
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L13"
3713
3713
  }
3714
3714
  ],
3715
3715
  "parameters": [
@@ -3759,7 +3759,7 @@
3759
3759
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/autocomplete-properties.ts",
3760
3760
  "line": 14,
3761
3761
  "character": 2,
3762
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L14"
3762
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L14"
3763
3763
  }
3764
3764
  ],
3765
3765
  "type": {
@@ -3780,7 +3780,7 @@
3780
3780
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/autocomplete-properties.ts",
3781
3781
  "line": 15,
3782
3782
  "character": 2,
3783
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L15"
3783
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L15"
3784
3784
  }
3785
3785
  ],
3786
3786
  "type": {
@@ -3812,7 +3812,7 @@
3812
3812
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/autocomplete-properties.ts",
3813
3813
  "line": 16,
3814
3814
  "character": 2,
3815
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L16"
3815
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L16"
3816
3816
  }
3817
3817
  ],
3818
3818
  "type": {
@@ -3833,7 +3833,7 @@
3833
3833
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/autocomplete-properties.ts",
3834
3834
  "line": 17,
3835
3835
  "character": 2,
3836
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L17"
3836
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L17"
3837
3837
  }
3838
3838
  ],
3839
3839
  "type": {
@@ -3849,7 +3849,7 @@
3849
3849
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts",
3850
3850
  "line": 17,
3851
3851
  "character": 20,
3852
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L17"
3852
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L17"
3853
3853
  }
3854
3854
  ],
3855
3855
  "signatures": [
@@ -3864,7 +3864,7 @@
3864
3864
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts",
3865
3865
  "line": 17,
3866
3866
  "character": 20,
3867
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L17"
3867
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L17"
3868
3868
  }
3869
3869
  ],
3870
3870
  "parameters": [
@@ -3917,7 +3917,7 @@
3917
3917
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/autocomplete-properties.ts",
3918
3918
  "line": 4,
3919
3919
  "character": 17,
3920
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L4"
3920
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L4"
3921
3921
  }
3922
3922
  ],
3923
3923
  "extendedBy": [
@@ -3948,7 +3948,7 @@
3948
3948
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/currency-properties.ts",
3949
3949
  "line": 2,
3950
3950
  "character": 2,
3951
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/currency-properties.ts#L2"
3951
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/currency-properties.ts#L2"
3952
3952
  }
3953
3953
  ],
3954
3954
  "type": {
@@ -3969,7 +3969,7 @@
3969
3969
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/currency-properties.ts",
3970
3970
  "line": 3,
3971
3971
  "character": 2,
3972
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/currency-properties.ts#L3"
3972
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/currency-properties.ts#L3"
3973
3973
  }
3974
3974
  ],
3975
3975
  "type": {
@@ -3999,7 +3999,7 @@
3999
3999
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/currency-properties.ts",
4000
4000
  "line": 5,
4001
4001
  "character": 2,
4002
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/currency-properties.ts#L5"
4002
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/currency-properties.ts#L5"
4003
4003
  }
4004
4004
  ],
4005
4005
  "type": {
@@ -4064,7 +4064,7 @@
4064
4064
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/currency-properties.ts",
4065
4065
  "line": 1,
4066
4066
  "character": 17,
4067
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/currency-properties.ts#L1"
4067
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/currency-properties.ts#L1"
4068
4068
  }
4069
4069
  ]
4070
4070
  },
@@ -4088,7 +4088,7 @@
4088
4088
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/datepicker-properties.ts",
4089
4089
  "line": 2,
4090
4090
  "character": 2,
4091
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L2"
4091
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L2"
4092
4092
  }
4093
4093
  ],
4094
4094
  "type": {
@@ -4109,7 +4109,7 @@
4109
4109
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/datepicker-properties.ts",
4110
4110
  "line": 3,
4111
4111
  "character": 2,
4112
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L3"
4112
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L3"
4113
4113
  }
4114
4114
  ],
4115
4115
  "type": {
@@ -4130,7 +4130,7 @@
4130
4130
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/datepicker-properties.ts",
4131
4131
  "line": 4,
4132
4132
  "character": 2,
4133
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L4"
4133
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L4"
4134
4134
  }
4135
4135
  ],
4136
4136
  "type": {
@@ -4156,7 +4156,7 @@
4156
4156
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/datepicker-properties.ts",
4157
4157
  "line": 5,
4158
4158
  "character": 2,
4159
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L5"
4159
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L5"
4160
4160
  }
4161
4161
  ],
4162
4162
  "type": {
@@ -4182,7 +4182,7 @@
4182
4182
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/datepicker-properties.ts",
4183
4183
  "line": 6,
4184
4184
  "character": 2,
4185
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L6"
4185
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L6"
4186
4186
  }
4187
4187
  ],
4188
4188
  "type": {
@@ -4203,7 +4203,7 @@
4203
4203
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/datepicker-properties.ts",
4204
4204
  "line": 7,
4205
4205
  "character": 2,
4206
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L7"
4206
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L7"
4207
4207
  }
4208
4208
  ],
4209
4209
  "type": {
@@ -4230,7 +4230,7 @@
4230
4230
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/datepicker-properties.ts",
4231
4231
  "line": 1,
4232
4232
  "character": 17,
4233
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L1"
4233
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L1"
4234
4234
  }
4235
4235
  ],
4236
4236
  "extendedBy": [
@@ -4304,7 +4304,7 @@
4304
4304
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/header-group-params.ts",
4305
4305
  "line": 15,
4306
4306
  "character": 2,
4307
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-group-params.ts#L15"
4307
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-group-params.ts#L15"
4308
4308
  }
4309
4309
  ],
4310
4310
  "type": {
@@ -4343,7 +4343,7 @@
4343
4343
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/header-group-params.ts",
4344
4344
  "line": 10,
4345
4345
  "character": 17,
4346
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-group-params.ts#L10"
4346
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-group-params.ts#L10"
4347
4347
  }
4348
4348
  ],
4349
4349
  "extendedTypes": [
@@ -4418,7 +4418,7 @@
4418
4418
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/header-params.ts",
4419
4419
  "line": 16,
4420
4420
  "character": 2,
4421
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-params.ts#L16"
4421
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-params.ts#L16"
4422
4422
  }
4423
4423
  ],
4424
4424
  "type": {
@@ -4458,7 +4458,7 @@
4458
4458
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/header-params.ts",
4459
4459
  "line": 22,
4460
4460
  "character": 2,
4461
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-params.ts#L22"
4461
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-params.ts#L22"
4462
4462
  }
4463
4463
  ],
4464
4464
  "type": {
@@ -4508,7 +4508,7 @@
4508
4508
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/header-params.ts",
4509
4509
  "line": 10,
4510
4510
  "character": 17,
4511
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-params.ts#L10"
4511
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/header-params.ts#L10"
4512
4512
  }
4513
4513
  ],
4514
4514
  "extendedTypes": [
@@ -4543,7 +4543,7 @@
4543
4543
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
4544
4544
  "line": 12,
4545
4545
  "character": 2,
4546
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L12"
4546
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L12"
4547
4547
  }
4548
4548
  ],
4549
4549
  "type": {
@@ -4559,7 +4559,7 @@
4559
4559
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts",
4560
4560
  "line": 12,
4561
4561
  "character": 13,
4562
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L12"
4562
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L12"
4563
4563
  }
4564
4564
  ],
4565
4565
  "signatures": [
@@ -4574,7 +4574,7 @@
4574
4574
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts",
4575
4575
  "line": 12,
4576
4576
  "character": 13,
4577
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L12"
4577
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L12"
4578
4578
  }
4579
4579
  ],
4580
4580
  "parameters": [
@@ -4617,7 +4617,7 @@
4617
4617
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
4618
4618
  "line": 13,
4619
4619
  "character": 2,
4620
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L13"
4620
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L13"
4621
4621
  }
4622
4622
  ],
4623
4623
  "type": {
@@ -4638,7 +4638,7 @@
4638
4638
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
4639
4639
  "line": 14,
4640
4640
  "character": 2,
4641
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L14"
4641
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L14"
4642
4642
  }
4643
4643
  ],
4644
4644
  "type": {
@@ -4668,7 +4668,7 @@
4668
4668
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
4669
4669
  "line": 16,
4670
4670
  "character": 2,
4671
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L16"
4671
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L16"
4672
4672
  }
4673
4673
  ],
4674
4674
  "type": {
@@ -4689,7 +4689,7 @@
4689
4689
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
4690
4690
  "line": 17,
4691
4691
  "character": 2,
4692
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L17"
4692
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L17"
4693
4693
  }
4694
4694
  ],
4695
4695
  "type": {
@@ -4713,7 +4713,7 @@
4713
4713
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
4714
4714
  "line": 18,
4715
4715
  "character": 2,
4716
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L18"
4716
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L18"
4717
4717
  }
4718
4718
  ],
4719
4719
  "type": {
@@ -4734,7 +4734,7 @@
4734
4734
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
4735
4735
  "line": 19,
4736
4736
  "character": 2,
4737
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L19"
4737
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L19"
4738
4738
  }
4739
4739
  ],
4740
4740
  "type": {
@@ -4755,7 +4755,7 @@
4755
4755
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
4756
4756
  "line": 20,
4757
4757
  "character": 2,
4758
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L20"
4758
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L20"
4759
4759
  }
4760
4760
  ],
4761
4761
  "type": {
@@ -4776,7 +4776,7 @@
4776
4776
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
4777
4777
  "line": 21,
4778
4778
  "character": 2,
4779
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L21"
4779
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L21"
4780
4780
  }
4781
4781
  ],
4782
4782
  "type": {
@@ -4797,7 +4797,7 @@
4797
4797
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
4798
4798
  "line": 22,
4799
4799
  "character": 2,
4800
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L22"
4800
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L22"
4801
4801
  }
4802
4802
  ],
4803
4803
  "type": {
@@ -4818,7 +4818,7 @@
4818
4818
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
4819
4819
  "line": 23,
4820
4820
  "character": 2,
4821
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L23"
4821
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L23"
4822
4822
  }
4823
4823
  ],
4824
4824
  "type": {
@@ -4839,7 +4839,7 @@
4839
4839
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
4840
4840
  "line": 24,
4841
4841
  "character": 2,
4842
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L24"
4842
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L24"
4843
4843
  }
4844
4844
  ],
4845
4845
  "type": {
@@ -4863,7 +4863,7 @@
4863
4863
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
4864
4864
  "line": 25,
4865
4865
  "character": 2,
4866
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L25"
4866
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L25"
4867
4867
  }
4868
4868
  ],
4869
4869
  "type": {
@@ -4889,7 +4889,7 @@
4889
4889
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
4890
4890
  "line": 26,
4891
4891
  "character": 2,
4892
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L26"
4892
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L26"
4893
4893
  }
4894
4894
  ],
4895
4895
  "type": {
@@ -4905,7 +4905,7 @@
4905
4905
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts",
4906
4906
  "line": 26,
4907
4907
  "character": 16,
4908
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L26"
4908
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L26"
4909
4909
  }
4910
4910
  ],
4911
4911
  "signatures": [
@@ -4920,7 +4920,7 @@
4920
4920
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts",
4921
4921
  "line": 26,
4922
4922
  "character": 16,
4923
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L26"
4923
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L26"
4924
4924
  }
4925
4925
  ],
4926
4926
  "parameters": [
@@ -4963,7 +4963,7 @@
4963
4963
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
4964
4964
  "line": 27,
4965
4965
  "character": 2,
4966
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L27"
4966
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L27"
4967
4967
  }
4968
4968
  ],
4969
4969
  "type": {
@@ -4992,7 +4992,7 @@
4992
4992
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
4993
4993
  "line": 28,
4994
4994
  "character": 2,
4995
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L28"
4995
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L28"
4996
4996
  }
4997
4997
  ],
4998
4998
  "type": {
@@ -5013,7 +5013,7 @@
5013
5013
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
5014
5014
  "line": 29,
5015
5015
  "character": 2,
5016
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L29"
5016
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L29"
5017
5017
  }
5018
5018
  ],
5019
5019
  "type": {
@@ -5045,7 +5045,7 @@
5045
5045
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
5046
5046
  "line": 30,
5047
5047
  "character": 2,
5048
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L30"
5048
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L30"
5049
5049
  }
5050
5050
  ],
5051
5051
  "type": {
@@ -5066,7 +5066,7 @@
5066
5066
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
5067
5067
  "line": 31,
5068
5068
  "character": 2,
5069
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L31"
5069
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L31"
5070
5070
  }
5071
5071
  ],
5072
5072
  "type": {
@@ -5092,7 +5092,7 @@
5092
5092
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
5093
5093
  "line": 32,
5094
5094
  "character": 2,
5095
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L32"
5095
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L32"
5096
5096
  }
5097
5097
  ],
5098
5098
  "type": {
@@ -5113,7 +5113,7 @@
5113
5113
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
5114
5114
  "line": 33,
5115
5115
  "character": 2,
5116
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L33"
5116
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L33"
5117
5117
  }
5118
5118
  ],
5119
5119
  "type": {
@@ -5139,7 +5139,7 @@
5139
5139
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
5140
5140
  "line": 34,
5141
5141
  "character": 2,
5142
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L34"
5142
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L34"
5143
5143
  }
5144
5144
  ],
5145
5145
  "type": {
@@ -5182,7 +5182,7 @@
5182
5182
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/lookup-properties.ts",
5183
5183
  "line": 11,
5184
5184
  "character": 17,
5185
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L11"
5185
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/lookup-properties.ts#L11"
5186
5186
  }
5187
5187
  ]
5188
5188
  },
@@ -5206,7 +5206,7 @@
5206
5206
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/number-properties.ts",
5207
5207
  "line": 2,
5208
5208
  "character": 2,
5209
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/number-properties.ts#L2"
5209
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/number-properties.ts#L2"
5210
5210
  }
5211
5211
  ],
5212
5212
  "type": {
@@ -5227,7 +5227,7 @@
5227
5227
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/number-properties.ts",
5228
5228
  "line": 3,
5229
5229
  "character": 2,
5230
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/number-properties.ts#L3"
5230
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/number-properties.ts#L3"
5231
5231
  }
5232
5232
  ],
5233
5233
  "type": {
@@ -5250,7 +5250,7 @@
5250
5250
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/number-properties.ts",
5251
5251
  "line": 1,
5252
5252
  "character": 17,
5253
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/number-properties.ts#L1"
5253
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/number-properties.ts#L1"
5254
5254
  }
5255
5255
  ]
5256
5256
  },
@@ -5288,7 +5288,7 @@
5288
5288
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/ag-grid-row-delete-cancel-args.ts",
5289
5289
  "line": 8,
5290
5290
  "character": 2,
5291
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/ag-grid-row-delete-cancel-args.ts#L8"
5291
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/ag-grid-row-delete-cancel-args.ts#L8"
5292
5292
  }
5293
5293
  ],
5294
5294
  "type": {
@@ -5310,7 +5310,7 @@
5310
5310
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/ag-grid-row-delete-cancel-args.ts",
5311
5311
  "line": 4,
5312
5312
  "character": 17,
5313
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/ag-grid-row-delete-cancel-args.ts#L4"
5313
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/ag-grid-row-delete-cancel-args.ts#L4"
5314
5314
  }
5315
5315
  ]
5316
5316
  },
@@ -5348,7 +5348,7 @@
5348
5348
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/ag-grid-row-delete-confirm-args.ts",
5349
5349
  "line": 8,
5350
5350
  "character": 2,
5351
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/ag-grid-row-delete-confirm-args.ts#L8"
5351
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/ag-grid-row-delete-confirm-args.ts#L8"
5352
5352
  }
5353
5353
  ],
5354
5354
  "type": {
@@ -5370,7 +5370,7 @@
5370
5370
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/ag-grid-row-delete-confirm-args.ts",
5371
5371
  "line": 4,
5372
5372
  "character": 17,
5373
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/ag-grid-row-delete-confirm-args.ts#L4"
5373
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/ag-grid-row-delete-confirm-args.ts#L4"
5374
5374
  }
5375
5375
  ]
5376
5376
  },
@@ -5394,7 +5394,7 @@
5394
5394
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/text-properties.ts",
5395
5395
  "line": 2,
5396
5396
  "character": 2,
5397
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/text-properties.ts#L2"
5397
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/text-properties.ts#L2"
5398
5398
  }
5399
5399
  ],
5400
5400
  "type": {
@@ -5416,7 +5416,7 @@
5416
5416
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/text-properties.ts",
5417
5417
  "line": 1,
5418
5418
  "character": 17,
5419
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/text-properties.ts#L1"
5419
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/text-properties.ts#L1"
5420
5420
  }
5421
5421
  ]
5422
5422
  },
@@ -5440,7 +5440,7 @@
5440
5440
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/validator-properties.ts",
5441
5441
  "line": 2,
5442
5442
  "character": 2,
5443
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/validator-properties.ts#L2"
5443
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/validator-properties.ts#L2"
5444
5444
  }
5445
5445
  ],
5446
5446
  "type": {
@@ -5456,7 +5456,7 @@
5456
5456
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/types/validator-properties.ts",
5457
5457
  "line": 2,
5458
5458
  "character": 14,
5459
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/validator-properties.ts#L2"
5459
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/validator-properties.ts#L2"
5460
5460
  }
5461
5461
  ],
5462
5462
  "signatures": [
@@ -5471,7 +5471,7 @@
5471
5471
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/types/validator-properties.ts",
5472
5472
  "line": 2,
5473
5473
  "character": 14,
5474
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/validator-properties.ts#L2"
5474
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/validator-properties.ts#L2"
5475
5475
  }
5476
5476
  ],
5477
5477
  "parameters": [
@@ -5535,7 +5535,7 @@
5535
5535
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/validator-properties.ts",
5536
5536
  "line": 3,
5537
5537
  "character": 2,
5538
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/validator-properties.ts#L3"
5538
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/validator-properties.ts#L3"
5539
5539
  }
5540
5540
  ],
5541
5541
  "type": {
@@ -5558,7 +5558,7 @@
5558
5558
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/types/validator-properties.ts",
5559
5559
  "line": 5,
5560
5560
  "character": 7,
5561
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/validator-properties.ts#L5"
5561
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/validator-properties.ts#L5"
5562
5562
  }
5563
5563
  ],
5564
5564
  "signatures": [
@@ -5573,7 +5573,7 @@
5573
5573
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/types/validator-properties.ts",
5574
5574
  "line": 5,
5575
5575
  "character": 7,
5576
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/validator-properties.ts#L5"
5576
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/validator-properties.ts#L5"
5577
5577
  }
5578
5578
  ],
5579
5579
  "parameters": [
@@ -5641,7 +5641,7 @@
5641
5641
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/validator-properties.ts",
5642
5642
  "line": 1,
5643
5643
  "character": 17,
5644
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/validator-properties.ts#L1"
5644
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/validator-properties.ts#L1"
5645
5645
  }
5646
5646
  ]
5647
5647
  },
@@ -5680,7 +5680,7 @@
5680
5680
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/autocomplete-properties.ts",
5681
5681
  "line": 5,
5682
5682
  "character": 2,
5683
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L5"
5683
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L5"
5684
5684
  }
5685
5685
  ],
5686
5686
  "type": {
@@ -5710,7 +5710,7 @@
5710
5710
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/autocomplete-properties.ts",
5711
5711
  "line": 6,
5712
5712
  "character": 2,
5713
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L6"
5713
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L6"
5714
5714
  }
5715
5715
  ],
5716
5716
  "type": {
@@ -5737,7 +5737,7 @@
5737
5737
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/autocomplete-properties.ts",
5738
5738
  "line": 7,
5739
5739
  "character": 2,
5740
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L7"
5740
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L7"
5741
5741
  }
5742
5742
  ],
5743
5743
  "type": {
@@ -5764,7 +5764,7 @@
5764
5764
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/autocomplete-properties.ts",
5765
5765
  "line": 8,
5766
5766
  "character": 2,
5767
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L8"
5767
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L8"
5768
5768
  }
5769
5769
  ],
5770
5770
  "type": {
@@ -5794,7 +5794,7 @@
5794
5794
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/autocomplete-properties.ts",
5795
5795
  "line": 9,
5796
5796
  "character": 2,
5797
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L9"
5797
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L9"
5798
5798
  }
5799
5799
  ],
5800
5800
  "type": {
@@ -5810,7 +5810,7 @@
5810
5810
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts",
5811
5811
  "line": 9,
5812
5812
  "character": 11,
5813
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L9"
5813
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L9"
5814
5814
  }
5815
5815
  ],
5816
5816
  "signatures": [
@@ -5825,7 +5825,7 @@
5825
5825
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts",
5826
5826
  "line": 9,
5827
5827
  "character": 11,
5828
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L9"
5828
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L9"
5829
5829
  }
5830
5830
  ],
5831
5831
  "parameters": [
@@ -5911,7 +5911,7 @@
5911
5911
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/autocomplete-properties.ts",
5912
5912
  "line": 13,
5913
5913
  "character": 2,
5914
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L13"
5914
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L13"
5915
5915
  }
5916
5916
  ],
5917
5917
  "type": {
@@ -5929,7 +5929,7 @@
5929
5929
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts",
5930
5930
  "line": 13,
5931
5931
  "character": 19,
5932
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L13"
5932
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L13"
5933
5933
  }
5934
5934
  ],
5935
5935
  "signatures": [
@@ -5944,7 +5944,7 @@
5944
5944
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts",
5945
5945
  "line": 13,
5946
5946
  "character": 19,
5947
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L13"
5947
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L13"
5948
5948
  }
5949
5949
  ],
5950
5950
  "parameters": [
@@ -6000,7 +6000,7 @@
6000
6000
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/autocomplete-properties.ts",
6001
6001
  "line": 14,
6002
6002
  "character": 2,
6003
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L14"
6003
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L14"
6004
6004
  }
6005
6005
  ],
6006
6006
  "type": {
@@ -6027,7 +6027,7 @@
6027
6027
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/autocomplete-properties.ts",
6028
6028
  "line": 15,
6029
6029
  "character": 2,
6030
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L15"
6030
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L15"
6031
6031
  }
6032
6032
  ],
6033
6033
  "type": {
@@ -6065,7 +6065,7 @@
6065
6065
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/autocomplete-properties.ts",
6066
6066
  "line": 16,
6067
6067
  "character": 2,
6068
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L16"
6068
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L16"
6069
6069
  }
6070
6070
  ],
6071
6071
  "type": {
@@ -6092,7 +6092,7 @@
6092
6092
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/autocomplete-properties.ts",
6093
6093
  "line": 17,
6094
6094
  "character": 2,
6095
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L17"
6095
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L17"
6096
6096
  }
6097
6097
  ],
6098
6098
  "type": {
@@ -6108,7 +6108,7 @@
6108
6108
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts",
6109
6109
  "line": 17,
6110
6110
  "character": 20,
6111
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L17"
6111
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L17"
6112
6112
  }
6113
6113
  ],
6114
6114
  "signatures": [
@@ -6123,7 +6123,7 @@
6123
6123
  "fileName": "libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts",
6124
6124
  "line": 17,
6125
6125
  "character": 20,
6126
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L17"
6126
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L17"
6127
6127
  }
6128
6128
  ],
6129
6129
  "parameters": [
@@ -6181,7 +6181,7 @@
6181
6181
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/autocomplete-properties.ts",
6182
6182
  "line": 24,
6183
6183
  "character": 17,
6184
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L24"
6184
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/autocomplete-properties.ts#L24"
6185
6185
  }
6186
6186
  ],
6187
6187
  "extendedTypes": [
@@ -6228,7 +6228,7 @@
6228
6228
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/datepicker-properties.ts",
6229
6229
  "line": 2,
6230
6230
  "character": 2,
6231
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L2"
6231
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L2"
6232
6232
  }
6233
6233
  ],
6234
6234
  "type": {
@@ -6255,7 +6255,7 @@
6255
6255
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/datepicker-properties.ts",
6256
6256
  "line": 3,
6257
6257
  "character": 2,
6258
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L3"
6258
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L3"
6259
6259
  }
6260
6260
  ],
6261
6261
  "type": {
@@ -6282,7 +6282,7 @@
6282
6282
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/datepicker-properties.ts",
6283
6283
  "line": 4,
6284
6284
  "character": 2,
6285
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L4"
6285
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L4"
6286
6286
  }
6287
6287
  ],
6288
6288
  "type": {
@@ -6314,7 +6314,7 @@
6314
6314
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/datepicker-properties.ts",
6315
6315
  "line": 5,
6316
6316
  "character": 2,
6317
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L5"
6317
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L5"
6318
6318
  }
6319
6319
  ],
6320
6320
  "type": {
@@ -6346,7 +6346,7 @@
6346
6346
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/datepicker-properties.ts",
6347
6347
  "line": 6,
6348
6348
  "character": 2,
6349
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L6"
6349
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L6"
6350
6350
  }
6351
6351
  ],
6352
6352
  "type": {
@@ -6373,7 +6373,7 @@
6373
6373
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/datepicker-properties.ts",
6374
6374
  "line": 7,
6375
6375
  "character": 2,
6376
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L7"
6376
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L7"
6377
6377
  }
6378
6378
  ],
6379
6379
  "type": {
@@ -6405,7 +6405,7 @@
6405
6405
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/datepicker-properties.ts",
6406
6406
  "line": 14,
6407
6407
  "character": 17,
6408
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L14"
6408
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/datepicker-properties.ts#L14"
6409
6409
  }
6410
6410
  ],
6411
6411
  "extendedTypes": [
@@ -6464,7 +6464,7 @@
6464
6464
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/sky-grid-options.ts",
6465
6465
  "line": 16,
6466
6466
  "character": 2,
6467
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/sky-grid-options.ts#L16"
6467
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/sky-grid-options.ts#L16"
6468
6468
  }
6469
6469
  ],
6470
6470
  "type": {
@@ -6515,7 +6515,7 @@
6515
6515
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/sky-grid-options.ts",
6516
6516
  "line": 7,
6517
6517
  "character": 2,
6518
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/sky-grid-options.ts#L7"
6518
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/sky-grid-options.ts#L7"
6519
6519
  }
6520
6520
  ],
6521
6521
  "type": {
@@ -6563,7 +6563,7 @@
6563
6563
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/sky-grid-options.ts",
6564
6564
  "line": 11,
6565
6565
  "character": 2,
6566
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/sky-grid-options.ts#L11"
6566
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/sky-grid-options.ts#L11"
6567
6567
  }
6568
6568
  ],
6569
6569
  "type": {
@@ -6587,7 +6587,7 @@
6587
6587
  "fileName": "projects/ag-grid/src/modules/ag-grid/types/sky-grid-options.ts",
6588
6588
  "line": 3,
6589
6589
  "character": 17,
6590
- "url": "https://github.com/blackbaud/skyux/blob/aa25d46242e52396c343693a02f6eba6f1e42eb1/libs/components/ag-grid/src/lib/modules/ag-grid/types/sky-grid-options.ts#L3"
6590
+ "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/ag-grid/src/lib/modules/ag-grid/types/sky-grid-options.ts#L3"
6591
6591
  }
6592
6592
  ]
6593
6593
  }
@@ -7806,7 +7806,7 @@
7806
7806
  {
7807
7807
  "fileName": "demo.component.ts",
7808
7808
  "filePath": "/projects/ag-grid/documentation/code-examples/data-grid/top-scroll/demo.component.ts",
7809
- "rawContents": "import { ChangeDetectionStrategy, Component, inject } from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\nimport { SkyDataManagerService } from '@skyux/data-manager';\nimport { SkyToolbarModule } from '@skyux/layout';\nimport { SkySearchModule } from '@skyux/lookup';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n ColDef,\n GridApi,\n GridOptions,\n GridReadyEvent,\n ValueFormatterParams,\n} from 'ag-grid-community';\nimport { of } from 'rxjs';\n\nimport { ContextMenuComponent } from './context-menu.component';\nimport { AG_GRID_DEMO_DATA, AgGridDemoRow } from './data';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [SkyDataManagerService],\n imports: [AgGridModule, SkyAgGridModule, SkySearchModule, SkyToolbarModule],\n})\nexport class DemoComponent {\n protected gridData = AG_GRID_DEMO_DATA;\n protected gridOptions: GridOptions;\n protected searchText = '';\n protected noRowsTemplate = `<div class=\"sky-font-deemphasized\">No results found.</div>`;\n\n #columnDefs: ColDef[] = [\n {\n colId: 'context',\n maxWidth: 50,\n sortable: false,\n cellRenderer: ContextMenuComponent,\n },\n {\n field: 'selected',\n type: SkyCellType.RowSelector,\n cellRendererParams: {\n // Could be a SkyAppResourcesService.getString call that returns an observable.\n label: (data: AgGridDemoRow) => of(`Select ${data.name}`),\n },\n },\n {\n field: 'name',\n headerName: 'Name',\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n maxWidth: 60,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n valueFormatter: (params: ValueFormatterParams<AgGridDemoRow, Date>) =>\n this.#endDateFormatter(params),\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n },\n ];\n\n #gridApi: GridApi | undefined;\n\n readonly #agGridSvc = inject(SkyAgGridService);\n\n constructor() {\n this.gridOptions = this.#agGridSvc.getGridOptions({\n gridOptions: {\n columnDefs: this.#columnDefs,\n onGridReady: (gridReadyEvent): void => {\n this.onGridReady(gridReadyEvent);\n },\n context: {\n enableTopScroll: true,\n },\n },\n });\n }\n\n public onGridReady(gridReadyEvent: GridReadyEvent): void {\n this.#gridApi = gridReadyEvent.api;\n }\n\n protected searchApplied(searchText: string | void): void {\n this.searchText = searchText ?? '';\n\n if (this.#gridApi) {\n this.#gridApi.updateGridOptions({ quickFilterText: this.searchText });\n const displayedRowCount = this.#gridApi.getDisplayedRowCount();\n if (displayedRowCount > 0) {\n this.#gridApi.hideOverlay();\n } else {\n this.#gridApi.showNoRowsOverlay();\n }\n }\n }\n\n #endDateFormatter(params: ValueFormatterParams<AgGridDemoRow, Date>): string {\n return params.value\n ? params.value.toLocaleDateString('en-us', {\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n })\n : 'N/A';\n }\n}\n"
7809
+ "rawContents": "import { ChangeDetectionStrategy, Component, inject } from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\nimport { SkyDataManagerService } from '@skyux/data-manager';\nimport { SkyToolbarModule } from '@skyux/layout';\nimport { SkySearchModule } from '@skyux/lookup';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n ColDef,\n GridApi,\n GridOptions,\n GridReadyEvent,\n ValueFormatterParams,\n} from 'ag-grid-community';\nimport { of } from 'rxjs';\n\nimport { ContextMenuComponent } from './context-menu.component';\nimport { AG_GRID_DEMO_DATA, AgGridDemoRow } from './data';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [SkyDataManagerService],\n imports: [AgGridModule, SkyAgGridModule, SkySearchModule, SkyToolbarModule],\n})\nexport class DemoComponent {\n protected gridData = AG_GRID_DEMO_DATA;\n protected gridOptions: GridOptions;\n protected searchText = '';\n protected noRowsTemplate = `<div class=\"sky-font-deemphasized\">No results found.</div>`;\n\n #columnDefs: ColDef[] = [\n {\n colId: 'context',\n maxWidth: 50,\n sortable: false,\n cellRenderer: ContextMenuComponent,\n },\n {\n field: 'selected',\n type: SkyCellType.RowSelector,\n cellRendererParams: {\n // Could be a SkyAppResourcesService.getString call that returns an observable.\n label: (data: AgGridDemoRow) => of(`Select ${data.name}`),\n },\n },\n {\n field: 'name',\n headerName: 'Name',\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n maxWidth: 60,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n valueFormatter: (params: ValueFormatterParams<AgGridDemoRow, Date>) =>\n this.#endDateFormatter(params),\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n },\n ];\n\n #gridApi: GridApi | undefined;\n\n readonly #agGridSvc = inject(SkyAgGridService);\n\n constructor() {\n this.gridOptions = this.#agGridSvc.getGridOptions({\n gridOptions: {\n columnDefs: this.#columnDefs,\n onGridReady: (gridReadyEvent): void => {\n this.onGridReady(gridReadyEvent);\n },\n context: {\n enableTopScroll: true,\n },\n },\n });\n }\n\n public onGridReady(gridReadyEvent: GridReadyEvent): void {\n this.#gridApi = gridReadyEvent.api;\n }\n\n protected searchApplied(searchText: string | void): void {\n this.searchText = searchText ?? '';\n\n if (this.#gridApi) {\n this.#gridApi.updateGridOptions({ quickFilterText: this.searchText });\n const displayedRowCount = this.#gridApi.getDisplayedRowCount();\n if (displayedRowCount > 0) {\n this.#gridApi.hideOverlay();\n } else {\n this.#gridApi.showNoRowsOverlay();\n }\n }\n }\n\n #endDateFormatter(params: ValueFormatterParams<AgGridDemoRow, Date>): string {\n return params.value\n ? params.value.toLocaleDateString('en-us', {\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n })\n : 'N/A';\n }\n}\n"
7810
7810
  },
7811
7811
  {
7812
7812
  "fileName": "demo.component.html",
@@ -7821,7 +7821,7 @@
7821
7821
  {
7822
7822
  "fileName": "context-menu.component.ts",
7823
7823
  "filePath": "/projects/ag-grid/documentation/code-examples/data-grid/top-scroll/context-menu.component.ts",
7824
- "rawContents": "import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { ICellRendererAngularComp } from 'ag-grid-angular';\nimport { ICellRendererParams } from 'ag-grid-community';\n\nimport { AgGridDemoRow } from './data';\n\n@Component({\n standalone: true,\n selector: 'app-context-menu',\n templateUrl: './context-menu.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyDropdownModule],\n})\nexport class ContextMenuComponent implements ICellRendererAngularComp {\n public contextMenuAriaLabel = '';\n public deleteAriaLabel = '';\n public markInactiveAriaLabel = '';\n public moreInfoAriaLabel = '';\n\n #name: string | undefined;\n\n public agInit(params: ICellRendererParams<AgGridDemoRow>): void {\n this.#name = params.data?.name;\n this.contextMenuAriaLabel = `Context menu for ${this.#name}`;\n this.deleteAriaLabel = `Delete ${this.#name}`;\n this.markInactiveAriaLabel = `Mark ${this.#name} inactive`;\n this.moreInfoAriaLabel = `More info for ${this.#name}`;\n }\n\n public refresh(): boolean {\n return false;\n }\n\n protected actionClicked(action: string): void {\n alert(`${action} clicked for ${this.#name}`);\n }\n}\n"
7824
+ "rawContents": "import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { ICellRendererAngularComp } from 'ag-grid-angular';\nimport { ICellRendererParams } from 'ag-grid-community';\n\nimport { AgGridDemoRow } from './data';\n\n@Component({\n selector: 'app-context-menu',\n templateUrl: './context-menu.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyDropdownModule],\n})\nexport class ContextMenuComponent implements ICellRendererAngularComp {\n public contextMenuAriaLabel = '';\n public deleteAriaLabel = '';\n public markInactiveAriaLabel = '';\n public moreInfoAriaLabel = '';\n\n #name: string | undefined;\n\n public agInit(params: ICellRendererParams<AgGridDemoRow>): void {\n this.#name = params.data?.name;\n this.contextMenuAriaLabel = `Context menu for ${this.#name}`;\n this.deleteAriaLabel = `Delete ${this.#name}`;\n this.markInactiveAriaLabel = `Mark ${this.#name} inactive`;\n this.moreInfoAriaLabel = `More info for ${this.#name}`;\n }\n\n public refresh(): boolean {\n return false;\n }\n\n protected actionClicked(action: string): void {\n alert(`${action} clicked for ${this.#name}`);\n }\n}\n"
7825
7825
  },
7826
7826
  {
7827
7827
  "fileName": "context-menu.component.html",
@@ -7831,7 +7831,7 @@
7831
7831
  {
7832
7832
  "fileName": "demo.component.ts",
7833
7833
  "filePath": "/projects/ag-grid/documentation/code-examples/data-grid/template-ref-column/demo.component.ts",
7834
- "rawContents": "import {\n Component,\n OnInit,\n TemplateRef,\n ViewChild,\n inject,\n} from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport { GridOptions } from 'ag-grid-community';\n\nimport { AG_GRID_DEMO_DATA } from './data';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [AgGridModule, SkyAgGridModule],\n})\nexport class DemoComponent implements OnInit {\n @ViewChild('boldColumn', { static: true })\n protected boldColumn: TemplateRef<unknown> | undefined;\n\n @ViewChild('emphasizedColumn', { static: true })\n protected emphasizedColumn: TemplateRef<unknown> | undefined;\n\n protected gridData = AG_GRID_DEMO_DATA;\n protected gridOptions: GridOptions | undefined;\n\n readonly #agGridSvc = inject(SkyAgGridService);\n\n public ngOnInit(): void {\n this.gridOptions = this.#agGridSvc.getGridOptions({\n gridOptions: {\n columnDefs: [\n {\n field: 'name',\n headerName: 'Name',\n initialWidth: 150,\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n maxWidth: 80,\n resizable: false,\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Template,\n cellRendererParams: {\n template: this.boldColumn,\n },\n initialWidth: 220,\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Template,\n cellRendererParams: {\n template: this.emphasizedColumn,\n },\n initialWidth: 220,\n },\n ],\n },\n });\n }\n}\n"
7834
+ "rawContents": "import {\n Component,\n OnInit,\n TemplateRef,\n ViewChild,\n inject,\n} from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport { GridOptions } from 'ag-grid-community';\n\nimport { AG_GRID_DEMO_DATA } from './data';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [AgGridModule, SkyAgGridModule],\n})\nexport class DemoComponent implements OnInit {\n @ViewChild('boldColumn', { static: true })\n protected boldColumn: TemplateRef<unknown> | undefined;\n\n @ViewChild('emphasizedColumn', { static: true })\n protected emphasizedColumn: TemplateRef<unknown> | undefined;\n\n protected gridData = AG_GRID_DEMO_DATA;\n protected gridOptions: GridOptions | undefined;\n\n readonly #agGridSvc = inject(SkyAgGridService);\n\n public ngOnInit(): void {\n this.gridOptions = this.#agGridSvc.getGridOptions({\n gridOptions: {\n columnDefs: [\n {\n field: 'name',\n headerName: 'Name',\n initialWidth: 150,\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n maxWidth: 80,\n resizable: false,\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Template,\n cellRendererParams: {\n template: this.boldColumn,\n },\n initialWidth: 220,\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Template,\n cellRendererParams: {\n template: this.emphasizedColumn,\n },\n initialWidth: 220,\n },\n ],\n },\n });\n }\n}\n"
7835
7835
  },
7836
7836
  {
7837
7837
  "fileName": "demo.component.html",
@@ -7846,7 +7846,7 @@
7846
7846
  {
7847
7847
  "fileName": "demo.component.ts",
7848
7848
  "filePath": "/projects/ag-grid/documentation/code-examples/data-grid/paging/demo.component.ts",
7849
- "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n OnDestroy,\n OnInit,\n inject,\n} from '@angular/core';\nimport { ActivatedRoute, NavigationEnd, Router } from '@angular/router';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\nimport { SkyDataManagerService } from '@skyux/data-manager';\nimport { SkyPagingModule } from '@skyux/lists';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n ColDef,\n GridApi,\n GridOptions,\n GridReadyEvent,\n ValueFormatterParams,\n} from 'ag-grid-community';\nimport { Subscription } from 'rxjs';\nimport { filter, map } from 'rxjs/operators';\n\nimport { ContextMenuComponent } from './context-menu.component';\nimport { AG_GRID_DEMO_DATA, AgGridDemoRow } from './data';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [SkyDataManagerService],\n imports: [AgGridModule, SkyAgGridModule, SkyPagingModule],\n})\nexport class DemoComponent implements OnInit, OnDestroy {\n protected currentPage = 1;\n\n protected readonly pageSize = 3;\n\n #columnDefs: ColDef[] = [\n {\n colId: 'context',\n maxWidth: 50,\n sortable: false,\n cellRenderer: ContextMenuComponent,\n },\n {\n field: 'name',\n headerName: 'Name',\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n maxWidth: 60,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n valueFormatter: (params: ValueFormatterParams<AgGridDemoRow, Date>) =>\n this.#endDateFormatter(params),\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n },\n ];\n\n protected gridData = AG_GRID_DEMO_DATA;\n protected gridOptions: GridOptions;\n\n #gridApi: GridApi | undefined;\n #subscriptions = new Subscription();\n\n readonly #activatedRoute = inject(ActivatedRoute);\n readonly #agGridSvc = inject(SkyAgGridService);\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #router = inject(Router);\n\n constructor() {\n const gridOptions: GridOptions = {\n columnDefs: this.#columnDefs,\n onGridReady: (gridReadyEvent): void => {\n this.onGridReady(gridReadyEvent);\n },\n rowSelection: { mode: 'singleRow' },\n pagination: true,\n suppressPaginationPanel: true,\n paginationPageSize: this.pageSize,\n };\n\n this.gridOptions = this.#agGridSvc.getGridOptions({\n gridOptions,\n });\n }\n\n public ngOnInit(): void {\n this.#subscriptions.add(\n this.#activatedRoute.queryParamMap\n .pipe(map((params) => params.get('page') ?? '1'))\n .subscribe((page) => {\n this.currentPage = Number(page);\n this.#gridApi?.paginationGoToPage(this.currentPage - 1);\n this.#changeDetectorRef.detectChanges();\n }),\n );\n\n this.#subscriptions.add(\n this.#router.events\n .pipe(filter((event) => event instanceof NavigationEnd))\n .subscribe(() => {\n const page = this.#activatedRoute.snapshot.paramMap.get('page');\n\n if (page) {\n this.currentPage = Number(page);\n }\n\n this.#gridApi?.paginationGoToPage(this.currentPage - 1);\n this.#changeDetectorRef.detectChanges();\n }),\n );\n }\n\n public ngOnDestroy(): void {\n this.#subscriptions.unsubscribe();\n }\n\n public onGridReady(gridReadyEvent: GridReadyEvent): void {\n this.#gridApi = gridReadyEvent.api;\n this.#gridApi.paginationGoToPage(this.currentPage - 1);\n }\n\n protected async onPageChange(page: number): Promise<void> {\n await this.#router.navigate(['.'], {\n relativeTo: this.#activatedRoute,\n queryParams: { page: page.toString(10) },\n queryParamsHandling: 'merge',\n });\n }\n\n #endDateFormatter(params: ValueFormatterParams<AgGridDemoRow, Date>): string {\n return params.value\n ? params.value.toLocaleDateString('en-us', {\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n })\n : 'N/A';\n }\n}\n"
7849
+ "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n OnDestroy,\n OnInit,\n inject,\n} from '@angular/core';\nimport { ActivatedRoute, NavigationEnd, Router } from '@angular/router';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\nimport { SkyDataManagerService } from '@skyux/data-manager';\nimport { SkyPagingModule } from '@skyux/lists';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n ColDef,\n GridApi,\n GridOptions,\n GridReadyEvent,\n ValueFormatterParams,\n} from 'ag-grid-community';\nimport { Subscription } from 'rxjs';\nimport { filter, map } from 'rxjs/operators';\n\nimport { ContextMenuComponent } from './context-menu.component';\nimport { AG_GRID_DEMO_DATA, AgGridDemoRow } from './data';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [SkyDataManagerService],\n imports: [AgGridModule, SkyAgGridModule, SkyPagingModule],\n})\nexport class DemoComponent implements OnInit, OnDestroy {\n protected currentPage = 1;\n\n protected readonly pageSize = 3;\n\n #columnDefs: ColDef[] = [\n {\n colId: 'context',\n maxWidth: 50,\n sortable: false,\n cellRenderer: ContextMenuComponent,\n },\n {\n field: 'name',\n headerName: 'Name',\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n maxWidth: 60,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n valueFormatter: (params: ValueFormatterParams<AgGridDemoRow, Date>) =>\n this.#endDateFormatter(params),\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n },\n ];\n\n protected gridData = AG_GRID_DEMO_DATA;\n protected gridOptions: GridOptions;\n\n #gridApi: GridApi | undefined;\n #subscriptions = new Subscription();\n\n readonly #activatedRoute = inject(ActivatedRoute);\n readonly #agGridSvc = inject(SkyAgGridService);\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #router = inject(Router);\n\n constructor() {\n const gridOptions: GridOptions = {\n columnDefs: this.#columnDefs,\n onGridReady: (gridReadyEvent): void => {\n this.onGridReady(gridReadyEvent);\n },\n rowSelection: { mode: 'singleRow' },\n pagination: true,\n suppressPaginationPanel: true,\n paginationPageSize: this.pageSize,\n };\n\n this.gridOptions = this.#agGridSvc.getGridOptions({\n gridOptions,\n });\n }\n\n public ngOnInit(): void {\n this.#subscriptions.add(\n this.#activatedRoute.queryParamMap\n .pipe(map((params) => params.get('page') ?? '1'))\n .subscribe((page) => {\n this.currentPage = Number(page);\n this.#gridApi?.paginationGoToPage(this.currentPage - 1);\n this.#changeDetectorRef.detectChanges();\n }),\n );\n\n this.#subscriptions.add(\n this.#router.events\n .pipe(filter((event) => event instanceof NavigationEnd))\n .subscribe(() => {\n const page = this.#activatedRoute.snapshot.paramMap.get('page');\n\n if (page) {\n this.currentPage = Number(page);\n }\n\n this.#gridApi?.paginationGoToPage(this.currentPage - 1);\n this.#changeDetectorRef.detectChanges();\n }),\n );\n }\n\n public ngOnDestroy(): void {\n this.#subscriptions.unsubscribe();\n }\n\n public onGridReady(gridReadyEvent: GridReadyEvent): void {\n this.#gridApi = gridReadyEvent.api;\n this.#gridApi.paginationGoToPage(this.currentPage - 1);\n }\n\n protected async onPageChange(page: number): Promise<void> {\n await this.#router.navigate(['.'], {\n relativeTo: this.#activatedRoute,\n queryParams: { page: page.toString(10) },\n queryParamsHandling: 'merge',\n });\n }\n\n #endDateFormatter(params: ValueFormatterParams<AgGridDemoRow, Date>): string {\n return params.value\n ? params.value.toLocaleDateString('en-us', {\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n })\n : 'N/A';\n }\n}\n"
7850
7850
  },
7851
7851
  {
7852
7852
  "fileName": "demo.component.html",
@@ -7861,7 +7861,7 @@
7861
7861
  {
7862
7862
  "fileName": "context-menu.component.ts",
7863
7863
  "filePath": "/projects/ag-grid/documentation/code-examples/data-grid/paging/context-menu.component.ts",
7864
- "rawContents": "import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { ICellRendererAngularComp } from 'ag-grid-angular';\nimport { ICellRendererParams } from 'ag-grid-community';\n\nimport { AgGridDemoRow } from './data';\n\n@Component({\n standalone: true,\n selector: 'app-context-menu',\n templateUrl: './context-menu.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyDropdownModule],\n})\nexport class ContextMenuComponent implements ICellRendererAngularComp {\n public contextMenuAriaLabel = '';\n public deleteAriaLabel = '';\n public markInactiveAriaLabel = '';\n public moreInfoAriaLabel = '';\n\n #name: string | undefined;\n\n public agInit(params: ICellRendererParams<AgGridDemoRow>): void {\n this.#name = params.data?.name;\n this.contextMenuAriaLabel = `Context menu for ${this.#name}`;\n this.deleteAriaLabel = `Delete ${this.#name}`;\n this.markInactiveAriaLabel = `Mark ${this.#name} inactive`;\n this.moreInfoAriaLabel = `More info for ${this.#name}`;\n }\n\n public refresh(): boolean {\n return false;\n }\n\n protected actionClicked(action: string): void {\n alert(`${action} clicked for ${this.#name}`);\n }\n}\n"
7864
+ "rawContents": "import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { ICellRendererAngularComp } from 'ag-grid-angular';\nimport { ICellRendererParams } from 'ag-grid-community';\n\nimport { AgGridDemoRow } from './data';\n\n@Component({\n selector: 'app-context-menu',\n templateUrl: './context-menu.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyDropdownModule],\n})\nexport class ContextMenuComponent implements ICellRendererAngularComp {\n public contextMenuAriaLabel = '';\n public deleteAriaLabel = '';\n public markInactiveAriaLabel = '';\n public moreInfoAriaLabel = '';\n\n #name: string | undefined;\n\n public agInit(params: ICellRendererParams<AgGridDemoRow>): void {\n this.#name = params.data?.name;\n this.contextMenuAriaLabel = `Context menu for ${this.#name}`;\n this.deleteAriaLabel = `Delete ${this.#name}`;\n this.markInactiveAriaLabel = `Mark ${this.#name} inactive`;\n this.moreInfoAriaLabel = `More info for ${this.#name}`;\n }\n\n public refresh(): boolean {\n return false;\n }\n\n protected actionClicked(action: string): void {\n alert(`${action} clicked for ${this.#name}`);\n }\n}\n"
7865
7865
  },
7866
7866
  {
7867
7867
  "fileName": "context-menu.component.html",
@@ -7871,7 +7871,7 @@
7871
7871
  {
7872
7872
  "fileName": "inline-help.component.ts",
7873
7873
  "filePath": "/projects/ag-grid/documentation/code-examples/data-grid/inline-help/inline-help.component.ts",
7874
- "rawContents": "import { ChangeDetectionStrategy, Component, inject } from '@angular/core';\nimport { SkyAgGridHeaderInfo } from '@skyux/ag-grid';\nimport { SkyHelpInlineModule } from '@skyux/help-inline';\n\n@Component({\n standalone: true,\n selector: 'app-inline-help',\n templateUrl: './inline-help.component.html',\n styles: [\n `\n :host {\n display: block;\n }\n `,\n ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyHelpInlineModule],\n})\nexport class InlineHelpComponent {\n protected displayName: string | undefined;\n readonly #headerInfo = inject(SkyAgGridHeaderInfo);\n\n constructor() {\n this.displayName = this.#headerInfo.displayName;\n }\n\n protected onHelpClick(): void {\n alert(`Help was clicked for ${this.displayName}.`);\n }\n}\n"
7874
+ "rawContents": "import { ChangeDetectionStrategy, Component, inject } from '@angular/core';\nimport { SkyAgGridHeaderInfo } from '@skyux/ag-grid';\nimport { SkyHelpInlineModule } from '@skyux/help-inline';\n\n@Component({\n selector: 'app-inline-help',\n templateUrl: './inline-help.component.html',\n styles: [\n `\n :host {\n display: block;\n }\n `,\n ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyHelpInlineModule],\n})\nexport class InlineHelpComponent {\n protected displayName: string | undefined;\n readonly #headerInfo = inject(SkyAgGridHeaderInfo);\n\n constructor() {\n this.displayName = this.#headerInfo.displayName;\n }\n\n protected onHelpClick(): void {\n alert(`Help was clicked for ${this.displayName}.`);\n }\n}\n"
7875
7875
  },
7876
7876
  {
7877
7877
  "fileName": "inline-help.component.html",
@@ -7881,7 +7881,7 @@
7881
7881
  {
7882
7882
  "fileName": "demo.component.ts",
7883
7883
  "filePath": "/projects/ag-grid/documentation/code-examples/data-grid/inline-help/demo.component.ts",
7884
- "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n inject,\n} from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\nimport { SkyDataManagerService } from '@skyux/data-manager';\nimport { SkyToolbarModule } from '@skyux/layout';\nimport { SkySearchModule } from '@skyux/lookup';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n ColDef,\n GridApi,\n GridOptions,\n GridReadyEvent,\n ValueFormatterParams,\n} from 'ag-grid-community';\nimport { of } from 'rxjs';\n\nimport { ContextMenuComponent } from './context-menu.component';\nimport { AG_GRID_DEMO_DATA, AgGridDemoRow } from './data';\nimport { InlineHelpComponent } from './inline-help.component';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [SkyDataManagerService],\n imports: [AgGridModule, SkyAgGridModule, SkySearchModule, SkyToolbarModule],\n})\nexport class DemoComponent {\n protected gridData = AG_GRID_DEMO_DATA;\n protected gridOptions: GridOptions;\n protected searchText = '';\n protected noRowsTemplate: string;\n\n #columnDefs: ColDef[] = [\n {\n field: 'selected',\n type: SkyCellType.RowSelector,\n cellRendererParams: {\n // Could be a SkyAppResourcesService.getString call that returns an observable.\n label: (data: AgGridDemoRow) => of(`Select ${data.name}`),\n },\n },\n {\n colId: 'context',\n maxWidth: 50,\n sortable: false,\n cellRenderer: ContextMenuComponent,\n },\n {\n field: 'name',\n headerName: 'Name',\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n maxWidth: 60,\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n valueFormatter: (params: ValueFormatterParams<AgGridDemoRow, Date>) =>\n this.#endDateFormatter(params),\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n ];\n\n #gridApi: GridApi | undefined;\n\n readonly #agGridSvc = inject(SkyAgGridService);\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n\n constructor() {\n this.noRowsTemplate = `<div class=\"sky-font-deemphasized\">No results found.</div>`;\n\n this.gridOptions = this.#agGridSvc.getGridOptions({\n gridOptions: {\n columnDefs: this.#columnDefs,\n onGridReady: this.onGridReady.bind(this),\n },\n });\n\n this.#changeDetectorRef.markForCheck();\n }\n\n public onGridReady(gridReadyEvent: GridReadyEvent): void {\n this.#gridApi = gridReadyEvent.api;\n this.#changeDetectorRef.markForCheck();\n }\n\n protected searchApplied(searchText: string | void): void {\n if (searchText) {\n this.searchText = searchText;\n } else {\n this.searchText = '';\n }\n if (this.#gridApi) {\n this.#gridApi.updateGridOptions({ quickFilterText: this.searchText });\n const displayedRowCount = this.#gridApi.getDisplayedRowCount();\n\n if (displayedRowCount > 0) {\n this.#gridApi.hideOverlay();\n } else {\n this.#gridApi.showNoRowsOverlay();\n }\n }\n }\n\n #endDateFormatter(params: ValueFormatterParams<AgGridDemoRow, Date>): string {\n return params.value\n ? params.value.toLocaleDateString('en-us', {\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n })\n : 'N/A';\n }\n}\n"
7884
+ "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n inject,\n} from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\nimport { SkyDataManagerService } from '@skyux/data-manager';\nimport { SkyToolbarModule } from '@skyux/layout';\nimport { SkySearchModule } from '@skyux/lookup';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n ColDef,\n GridApi,\n GridOptions,\n GridReadyEvent,\n ValueFormatterParams,\n} from 'ag-grid-community';\nimport { of } from 'rxjs';\n\nimport { ContextMenuComponent } from './context-menu.component';\nimport { AG_GRID_DEMO_DATA, AgGridDemoRow } from './data';\nimport { InlineHelpComponent } from './inline-help.component';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [SkyDataManagerService],\n imports: [AgGridModule, SkyAgGridModule, SkySearchModule, SkyToolbarModule],\n})\nexport class DemoComponent {\n protected gridData = AG_GRID_DEMO_DATA;\n protected gridOptions: GridOptions;\n protected searchText = '';\n protected noRowsTemplate: string;\n\n #columnDefs: ColDef[] = [\n {\n field: 'selected',\n type: SkyCellType.RowSelector,\n cellRendererParams: {\n // Could be a SkyAppResourcesService.getString call that returns an observable.\n label: (data: AgGridDemoRow) => of(`Select ${data.name}`),\n },\n },\n {\n colId: 'context',\n maxWidth: 50,\n sortable: false,\n cellRenderer: ContextMenuComponent,\n },\n {\n field: 'name',\n headerName: 'Name',\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n maxWidth: 60,\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n valueFormatter: (params: ValueFormatterParams<AgGridDemoRow, Date>) =>\n this.#endDateFormatter(params),\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n ];\n\n #gridApi: GridApi | undefined;\n\n readonly #agGridSvc = inject(SkyAgGridService);\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n\n constructor() {\n this.noRowsTemplate = `<div class=\"sky-font-deemphasized\">No results found.</div>`;\n\n this.gridOptions = this.#agGridSvc.getGridOptions({\n gridOptions: {\n columnDefs: this.#columnDefs,\n onGridReady: this.onGridReady.bind(this),\n },\n });\n\n this.#changeDetectorRef.markForCheck();\n }\n\n public onGridReady(gridReadyEvent: GridReadyEvent): void {\n this.#gridApi = gridReadyEvent.api;\n this.#changeDetectorRef.markForCheck();\n }\n\n protected searchApplied(searchText: string | void): void {\n if (searchText) {\n this.searchText = searchText;\n } else {\n this.searchText = '';\n }\n if (this.#gridApi) {\n this.#gridApi.updateGridOptions({ quickFilterText: this.searchText });\n const displayedRowCount = this.#gridApi.getDisplayedRowCount();\n\n if (displayedRowCount > 0) {\n this.#gridApi.hideOverlay();\n } else {\n this.#gridApi.showNoRowsOverlay();\n }\n }\n }\n\n #endDateFormatter(params: ValueFormatterParams<AgGridDemoRow, Date>): string {\n return params.value\n ? params.value.toLocaleDateString('en-us', {\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n })\n : 'N/A';\n }\n}\n"
7885
7885
  },
7886
7886
  {
7887
7887
  "fileName": "demo.component.html",
@@ -7896,7 +7896,7 @@
7896
7896
  {
7897
7897
  "fileName": "context-menu.component.ts",
7898
7898
  "filePath": "/projects/ag-grid/documentation/code-examples/data-grid/inline-help/context-menu.component.ts",
7899
- "rawContents": "import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { ICellRendererAngularComp } from 'ag-grid-angular';\nimport { ICellRendererParams } from 'ag-grid-community';\n\nimport { AgGridDemoRow } from './data';\n\n@Component({\n standalone: true,\n selector: 'app-context-menu',\n templateUrl: './context-menu.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyDropdownModule],\n})\nexport class ContextMenuComponent implements ICellRendererAngularComp {\n public contextMenuAriaLabel = '';\n public deleteAriaLabel = '';\n public markInactiveAriaLabel = '';\n public moreInfoAriaLabel = '';\n\n #name: string | undefined;\n\n public agInit(params: ICellRendererParams<AgGridDemoRow>): void {\n this.#name = params.data?.name;\n this.contextMenuAriaLabel = `Context menu for ${this.#name}`;\n this.deleteAriaLabel = `Delete ${this.#name}`;\n this.markInactiveAriaLabel = `Mark ${this.#name} inactive`;\n this.moreInfoAriaLabel = `More info for ${this.#name}`;\n }\n\n public refresh(): boolean {\n return false;\n }\n\n protected actionClicked(action: string): void {\n alert(`${action} clicked for ${this.#name}`);\n }\n}\n"
7899
+ "rawContents": "import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { ICellRendererAngularComp } from 'ag-grid-angular';\nimport { ICellRendererParams } from 'ag-grid-community';\n\nimport { AgGridDemoRow } from './data';\n\n@Component({\n selector: 'app-context-menu',\n templateUrl: './context-menu.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyDropdownModule],\n})\nexport class ContextMenuComponent implements ICellRendererAngularComp {\n public contextMenuAriaLabel = '';\n public deleteAriaLabel = '';\n public markInactiveAriaLabel = '';\n public moreInfoAriaLabel = '';\n\n #name: string | undefined;\n\n public agInit(params: ICellRendererParams<AgGridDemoRow>): void {\n this.#name = params.data?.name;\n this.contextMenuAriaLabel = `Context menu for ${this.#name}`;\n this.deleteAriaLabel = `Delete ${this.#name}`;\n this.markInactiveAriaLabel = `Mark ${this.#name} inactive`;\n this.moreInfoAriaLabel = `More info for ${this.#name}`;\n }\n\n public refresh(): boolean {\n return false;\n }\n\n protected actionClicked(action: string): void {\n alert(`${action} clicked for ${this.#name}`);\n }\n}\n"
7900
7900
  },
7901
7901
  {
7902
7902
  "fileName": "context-menu.component.html",
@@ -7906,7 +7906,7 @@
7906
7906
  {
7907
7907
  "fileName": "view-grid.component.ts",
7908
7908
  "filePath": "/projects/ag-grid/documentation/code-examples/data-grid/data-manager-multiselect/view-grid.component.ts",
7909
- "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n Input,\n OnDestroy,\n OnInit,\n inject,\n} from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\nimport {\n SkyDataManagerColumnPickerOption,\n SkyDataManagerService,\n SkyDataManagerState,\n SkyDataViewConfig,\n SkyDataViewState,\n} from '@skyux/data-manager';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n ColDef,\n GridApi,\n GridOptions,\n GridReadyEvent,\n RowSelectedEvent,\n ValueFormatterParams,\n} from 'ag-grid-community';\nimport { Subject, of, takeUntil } from 'rxjs';\n\nimport { ContextMenuComponent } from './context-menu.component';\nimport { AgGridDemoRow } from './data';\nimport { Filters } from './filters';\n\n@Component({\n standalone: true,\n selector: 'app-view-grid',\n templateUrl: './view-grid.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [AgGridModule, SkyAgGridModule],\n})\nexport class ViewGridComponent implements OnInit, OnDestroy {\n @Input()\n public items: AgGridDemoRow[] = [];\n\n protected displayedItems: AgGridDemoRow[] = [];\n protected gridOptions!: GridOptions;\n protected isGridReadyForInitialization = false;\n protected isViewActive = false;\n protected noRowsTemplate = `<div class=\"sky-deemphasized\">No results found.</div>`;\n protected viewConfig: SkyDataViewConfig;\n\n #columnDefs: ColDef[] = [\n {\n field: 'selected',\n type: SkyCellType.RowSelector,\n cellRendererParams: {\n // Could be a SkyAppResourcesService.getString call that returns an observable.\n label: (data: AgGridDemoRow) => of(`Select ${data.name}`),\n },\n },\n {\n colId: 'context',\n maxWidth: 50,\n sortable: false,\n cellRenderer: ContextMenuComponent,\n },\n {\n field: 'name',\n headerName: 'Name',\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n maxWidth: 60,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n valueFormatter: (params: ValueFormatterParams<AgGridDemoRow, Date>) =>\n this.#endDateFormatter(params),\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n },\n ];\n\n #columnPickerOptions: SkyDataManagerColumnPickerOption[] = [\n {\n id: 'selected',\n label: '',\n alwaysDisplayed: true,\n },\n {\n id: 'context',\n label: '',\n alwaysDisplayed: true,\n },\n {\n id: 'name',\n label: 'Name',\n description: 'The name of the employee.',\n },\n {\n id: 'age',\n label: 'Age',\n description: 'The age of the employee.',\n },\n {\n id: 'startDate',\n label: 'Start date',\n description: 'The start date of the employee.',\n },\n {\n id: 'endDate',\n label: 'End date',\n description: 'The end date of the employee.',\n },\n {\n id: 'department',\n label: 'Department',\n description: 'The department of the employee',\n },\n {\n id: 'jobTitle',\n label: 'Title',\n description: 'The job title of the employee.',\n },\n ];\n\n #dataState = new SkyDataManagerState({});\n #gridApi?: GridApi;\n #ngUnsubscribe = new Subject<void>();\n #viewId = 'dataGridMultiselectWithDataManagerView';\n\n readonly #agGridSvc = inject(SkyAgGridService);\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #dataManagerSvc = inject(SkyDataManagerService);\n\n constructor() {\n this.viewConfig = {\n id: this.#viewId,\n name: 'Data Grid View',\n icon: 'table',\n searchEnabled: true,\n multiselectToolbarEnabled: true,\n columnPickerEnabled: true,\n filterButtonEnabled: true,\n columnOptions: this.#columnPickerOptions,\n };\n }\n\n public ngOnInit(): void {\n this.displayedItems = this.items;\n\n this.#dataManagerSvc.initDataView(this.viewConfig);\n\n this.gridOptions = this.#agGridSvc.getGridOptions({\n gridOptions: {\n columnDefs: this.#columnDefs,\n onGridReady: this.onGridReady.bind(this),\n },\n });\n\n this.#dataManagerSvc\n .getDataStateUpdates(this.#viewId)\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((state) => {\n this.#dataState = state;\n this.#updateColumnOrder();\n this.isGridReadyForInitialization = true;\n this.#updateDisplayedItems();\n this.#changeDetectorRef.detectChanges();\n });\n\n this.#dataManagerSvc\n .getActiveViewIdUpdates()\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((id) => {\n this.isViewActive = id === this.#viewId;\n this.#changeDetectorRef.detectChanges();\n });\n }\n\n public ngOnDestroy(): void {\n this.#ngUnsubscribe.next();\n this.#ngUnsubscribe.complete();\n }\n\n public onGridReady(gridReadyEvent: GridReadyEvent): void {\n this.#gridApi = gridReadyEvent.api;\n this.#updateDisplayedItems();\n }\n\n protected onRowSelected(\n rowSelectedEvent: RowSelectedEvent<AgGridDemoRow>,\n ): void {\n if (!rowSelectedEvent.data?.selected) {\n this.#updateDisplayedItems();\n }\n }\n\n #searchItems(items: AgGridDemoRow[]): AgGridDemoRow[] {\n let searchedItems = items;\n const searchText = this.#dataState && this.#dataState.searchText;\n\n if (searchText) {\n searchedItems = items.filter((item) => {\n let property: keyof typeof item;\n\n for (property in item) {\n if (\n Object.prototype.hasOwnProperty.call(item, property) &&\n property === 'name'\n ) {\n const propertyText = item[property].toLowerCase();\n if (propertyText.includes(searchText)) {\n return true;\n }\n }\n }\n\n return false;\n });\n }\n\n return searchedItems;\n }\n\n #filterItems(items: AgGridDemoRow[]): AgGridDemoRow[] {\n let filteredItems = items;\n const filterData = this.#dataState && this.#dataState.filterData;\n\n if (filterData?.filters) {\n const filters = filterData.filters as Filters;\n\n filteredItems = items.filter((item) => {\n return (\n (!!(filters.hideSales && item.department.name !== 'Sales') ||\n !filters.hideSales) &&\n ((filters.jobTitle !== 'any' &&\n item.jobTitle?.name === filters.jobTitle) ||\n !filters.jobTitle ||\n filters.jobTitle === 'any')\n );\n });\n }\n\n return filteredItems;\n }\n\n #endDateFormatter(params: ValueFormatterParams<AgGridDemoRow, Date>): string {\n return params.value\n ? params.value.toLocaleDateString('en-us', {\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n })\n : 'N/A';\n }\n\n #updateColumnOrder(): void {\n const viewState: SkyDataViewState | undefined =\n this.#dataState.getViewStateById(this.#viewId);\n\n if (viewState) {\n this.#columnDefs.sort((columnDefinition1, columnDefinition2) => {\n const displayedColumnIdIndex1: number =\n viewState.displayedColumnIds.findIndex(\n (aDisplayedColumnId: string) =>\n aDisplayedColumnId === columnDefinition1.field,\n );\n\n const displayedColumnIdIndex2: number =\n viewState.displayedColumnIds.findIndex(\n (aDisplayedColumnId: string) =>\n aDisplayedColumnId === columnDefinition2.field,\n );\n\n if (displayedColumnIdIndex1 === -1) {\n return 0;\n } else if (displayedColumnIdIndex2 === -1) {\n return 0;\n } else {\n return displayedColumnIdIndex1 - displayedColumnIdIndex2;\n }\n });\n\n this.#changeDetectorRef.markForCheck();\n }\n }\n\n #updateDisplayedItems(): void {\n const sortOption = this.#dataState.activeSortOption;\n\n if (this.#gridApi && sortOption) {\n this.#gridApi.applyColumnState({\n state: [\n {\n colId: sortOption.propertyName,\n sort: sortOption.descending ? 'desc' : 'asc',\n },\n ],\n });\n }\n\n this.displayedItems = this.#filterItems(this.#searchItems(this.items));\n\n if (this.#dataState.onlyShowSelected) {\n this.displayedItems = this.displayedItems.filter((item) => item.selected);\n }\n\n if (this.displayedItems.length > 0) {\n this.#gridApi?.hideOverlay();\n } else {\n this.#gridApi?.showNoRowsOverlay();\n }\n\n this.#dataManagerSvc.updateDataSummary(\n {\n totalItems: this.items.length,\n itemsMatching: this.displayedItems.length,\n },\n this.#viewId,\n );\n }\n}\n"
7909
+ "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n Input,\n OnDestroy,\n OnInit,\n inject,\n} from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\nimport {\n SkyDataManagerColumnPickerOption,\n SkyDataManagerService,\n SkyDataManagerState,\n SkyDataViewConfig,\n SkyDataViewState,\n} from '@skyux/data-manager';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n ColDef,\n GridApi,\n GridOptions,\n GridReadyEvent,\n RowSelectedEvent,\n ValueFormatterParams,\n} from 'ag-grid-community';\nimport { Subject, of, takeUntil } from 'rxjs';\n\nimport { ContextMenuComponent } from './context-menu.component';\nimport { AgGridDemoRow } from './data';\nimport { Filters } from './filters';\n\n@Component({\n selector: 'app-view-grid',\n templateUrl: './view-grid.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [AgGridModule, SkyAgGridModule],\n})\nexport class ViewGridComponent implements OnInit, OnDestroy {\n @Input()\n public items: AgGridDemoRow[] = [];\n\n protected displayedItems: AgGridDemoRow[] = [];\n protected gridOptions!: GridOptions;\n protected isGridReadyForInitialization = false;\n protected isViewActive = false;\n protected noRowsTemplate = `<div class=\"sky-deemphasized\">No results found.</div>`;\n protected viewConfig: SkyDataViewConfig;\n\n #columnDefs: ColDef[] = [\n {\n field: 'selected',\n type: SkyCellType.RowSelector,\n cellRendererParams: {\n // Could be a SkyAppResourcesService.getString call that returns an observable.\n label: (data: AgGridDemoRow) => of(`Select ${data.name}`),\n },\n },\n {\n colId: 'context',\n maxWidth: 50,\n sortable: false,\n cellRenderer: ContextMenuComponent,\n },\n {\n field: 'name',\n headerName: 'Name',\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n maxWidth: 60,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n valueFormatter: (params: ValueFormatterParams<AgGridDemoRow, Date>) =>\n this.#endDateFormatter(params),\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n },\n ];\n\n #columnPickerOptions: SkyDataManagerColumnPickerOption[] = [\n {\n id: 'selected',\n label: '',\n alwaysDisplayed: true,\n },\n {\n id: 'context',\n label: '',\n alwaysDisplayed: true,\n },\n {\n id: 'name',\n label: 'Name',\n description: 'The name of the employee.',\n },\n {\n id: 'age',\n label: 'Age',\n description: 'The age of the employee.',\n },\n {\n id: 'startDate',\n label: 'Start date',\n description: 'The start date of the employee.',\n },\n {\n id: 'endDate',\n label: 'End date',\n description: 'The end date of the employee.',\n },\n {\n id: 'department',\n label: 'Department',\n description: 'The department of the employee',\n },\n {\n id: 'jobTitle',\n label: 'Title',\n description: 'The job title of the employee.',\n },\n ];\n\n #dataState = new SkyDataManagerState({});\n #gridApi?: GridApi;\n #ngUnsubscribe = new Subject<void>();\n #viewId = 'dataGridMultiselectWithDataManagerView';\n\n readonly #agGridSvc = inject(SkyAgGridService);\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #dataManagerSvc = inject(SkyDataManagerService);\n\n constructor() {\n this.viewConfig = {\n id: this.#viewId,\n name: 'Data Grid View',\n icon: 'table',\n searchEnabled: true,\n multiselectToolbarEnabled: true,\n columnPickerEnabled: true,\n filterButtonEnabled: true,\n columnOptions: this.#columnPickerOptions,\n };\n }\n\n public ngOnInit(): void {\n this.displayedItems = this.items;\n\n this.#dataManagerSvc.initDataView(this.viewConfig);\n\n this.gridOptions = this.#agGridSvc.getGridOptions({\n gridOptions: {\n columnDefs: this.#columnDefs,\n onGridReady: this.onGridReady.bind(this),\n },\n });\n\n this.#dataManagerSvc\n .getDataStateUpdates(this.#viewId)\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((state) => {\n this.#dataState = state;\n this.#updateColumnOrder();\n this.isGridReadyForInitialization = true;\n this.#updateDisplayedItems();\n this.#changeDetectorRef.detectChanges();\n });\n\n this.#dataManagerSvc\n .getActiveViewIdUpdates()\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((id) => {\n this.isViewActive = id === this.#viewId;\n this.#changeDetectorRef.detectChanges();\n });\n }\n\n public ngOnDestroy(): void {\n this.#ngUnsubscribe.next();\n this.#ngUnsubscribe.complete();\n }\n\n public onGridReady(gridReadyEvent: GridReadyEvent): void {\n this.#gridApi = gridReadyEvent.api;\n this.#updateDisplayedItems();\n }\n\n protected onRowSelected(\n rowSelectedEvent: RowSelectedEvent<AgGridDemoRow>,\n ): void {\n if (!rowSelectedEvent.data?.selected) {\n this.#updateDisplayedItems();\n }\n }\n\n #searchItems(items: AgGridDemoRow[]): AgGridDemoRow[] {\n let searchedItems = items;\n const searchText = this.#dataState && this.#dataState.searchText;\n\n if (searchText) {\n searchedItems = items.filter((item) => {\n let property: keyof typeof item;\n\n for (property in item) {\n if (\n Object.prototype.hasOwnProperty.call(item, property) &&\n property === 'name'\n ) {\n const propertyText = item[property].toLowerCase();\n if (propertyText.includes(searchText)) {\n return true;\n }\n }\n }\n\n return false;\n });\n }\n\n return searchedItems;\n }\n\n #filterItems(items: AgGridDemoRow[]): AgGridDemoRow[] {\n let filteredItems = items;\n const filterData = this.#dataState && this.#dataState.filterData;\n\n if (filterData?.filters) {\n const filters = filterData.filters as Filters;\n\n filteredItems = items.filter((item) => {\n return (\n (!!(filters.hideSales && item.department.name !== 'Sales') ||\n !filters.hideSales) &&\n ((filters.jobTitle !== 'any' &&\n item.jobTitle?.name === filters.jobTitle) ||\n !filters.jobTitle ||\n filters.jobTitle === 'any')\n );\n });\n }\n\n return filteredItems;\n }\n\n #endDateFormatter(params: ValueFormatterParams<AgGridDemoRow, Date>): string {\n return params.value\n ? params.value.toLocaleDateString('en-us', {\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n })\n : 'N/A';\n }\n\n #updateColumnOrder(): void {\n const viewState: SkyDataViewState | undefined =\n this.#dataState.getViewStateById(this.#viewId);\n\n if (viewState) {\n this.#columnDefs.sort((columnDefinition1, columnDefinition2) => {\n const displayedColumnIdIndex1: number =\n viewState.displayedColumnIds.findIndex(\n (aDisplayedColumnId: string) =>\n aDisplayedColumnId === columnDefinition1.field,\n );\n\n const displayedColumnIdIndex2: number =\n viewState.displayedColumnIds.findIndex(\n (aDisplayedColumnId: string) =>\n aDisplayedColumnId === columnDefinition2.field,\n );\n\n if (displayedColumnIdIndex1 === -1) {\n return 0;\n } else if (displayedColumnIdIndex2 === -1) {\n return 0;\n } else {\n return displayedColumnIdIndex1 - displayedColumnIdIndex2;\n }\n });\n\n this.#changeDetectorRef.markForCheck();\n }\n }\n\n #updateDisplayedItems(): void {\n const sortOption = this.#dataState.activeSortOption;\n\n if (this.#gridApi && sortOption) {\n this.#gridApi.applyColumnState({\n state: [\n {\n colId: sortOption.propertyName,\n sort: sortOption.descending ? 'desc' : 'asc',\n },\n ],\n });\n }\n\n this.displayedItems = this.#filterItems(this.#searchItems(this.items));\n\n if (this.#dataState.onlyShowSelected) {\n this.displayedItems = this.displayedItems.filter((item) => item.selected);\n }\n\n if (this.displayedItems.length > 0) {\n this.#gridApi?.hideOverlay();\n } else {\n this.#gridApi?.showNoRowsOverlay();\n }\n\n this.#dataManagerSvc.updateDataSummary(\n {\n totalItems: this.items.length,\n itemsMatching: this.displayedItems.length,\n },\n this.#viewId,\n );\n }\n}\n"
7910
7910
  },
7911
7911
  {
7912
7912
  "fileName": "view-grid.component.html",
@@ -7921,7 +7921,7 @@
7921
7921
  {
7922
7922
  "fileName": "filter-modal.component.ts",
7923
7923
  "filePath": "/projects/ag-grid/documentation/code-examples/data-grid/data-manager-multiselect/filter-modal.component.ts",
7924
- "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n inject,\n} from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport {\n SkyDataManagerFilterData,\n SkyDataManagerFilterModalContext,\n} from '@skyux/data-manager';\nimport { SkyCheckboxModule } from '@skyux/forms';\nimport { SkyModalInstance, SkyModalModule } from '@skyux/modals';\n\nimport { Filters } from './filters';\n\n@Component({\n standalone: true,\n selector: 'app-filter-modal',\n templateUrl: './filter-modal.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [FormsModule, SkyCheckboxModule, SkyIdModule, SkyModalModule],\n})\nexport class FilterModalComponent {\n protected hideSales = false;\n protected jobTitle = '';\n\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #context = inject(SkyDataManagerFilterModalContext);\n readonly #instance = inject(SkyModalInstance);\n\n constructor() {\n if (this.#context.filterData && this.#context.filterData.filters) {\n const filters = this.#context.filterData.filters as Filters;\n\n this.jobTitle = filters.jobTitle ?? 'any';\n this.hideSales = filters.hideSales ?? false;\n }\n\n this.#changeDetectorRef.markForCheck();\n }\n\n protected applyFilters(): void {\n const result: SkyDataManagerFilterData = {};\n\n result.filtersApplied = this.jobTitle !== 'any' || this.hideSales;\n result.filters = {\n jobTitle: this.jobTitle,\n hideSales: this.hideSales,\n } satisfies Filters;\n\n this.#changeDetectorRef.markForCheck();\n this.#instance.save(result);\n }\n\n protected clearAllFilters(): void {\n this.hideSales = false;\n this.jobTitle = 'any';\n this.#changeDetectorRef.markForCheck();\n }\n\n protected cancel(): void {\n this.#instance.cancel();\n }\n}\n"
7924
+ "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n inject,\n} from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport {\n SkyDataManagerFilterData,\n SkyDataManagerFilterModalContext,\n} from '@skyux/data-manager';\nimport { SkyCheckboxModule } from '@skyux/forms';\nimport { SkyModalInstance, SkyModalModule } from '@skyux/modals';\n\nimport { Filters } from './filters';\n\n@Component({\n selector: 'app-filter-modal',\n templateUrl: './filter-modal.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [FormsModule, SkyCheckboxModule, SkyIdModule, SkyModalModule],\n})\nexport class FilterModalComponent {\n protected hideSales = false;\n protected jobTitle = '';\n\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #context = inject(SkyDataManagerFilterModalContext);\n readonly #instance = inject(SkyModalInstance);\n\n constructor() {\n if (this.#context.filterData && this.#context.filterData.filters) {\n const filters = this.#context.filterData.filters as Filters;\n\n this.jobTitle = filters.jobTitle ?? 'any';\n this.hideSales = filters.hideSales ?? false;\n }\n\n this.#changeDetectorRef.markForCheck();\n }\n\n protected applyFilters(): void {\n const result: SkyDataManagerFilterData = {};\n\n result.filtersApplied = this.jobTitle !== 'any' || this.hideSales;\n result.filters = {\n jobTitle: this.jobTitle,\n hideSales: this.hideSales,\n } satisfies Filters;\n\n this.#changeDetectorRef.markForCheck();\n this.#instance.save(result);\n }\n\n protected clearAllFilters(): void {\n this.hideSales = false;\n this.jobTitle = 'any';\n this.#changeDetectorRef.markForCheck();\n }\n\n protected cancel(): void {\n this.#instance.cancel();\n }\n}\n"
7925
7925
  },
7926
7926
  {
7927
7927
  "fileName": "filter-modal.component.html",
@@ -7931,7 +7931,7 @@
7931
7931
  {
7932
7932
  "fileName": "demo.component.ts",
7933
7933
  "filePath": "/projects/ag-grid/documentation/code-examples/data-grid/data-manager-multiselect/demo.component.ts",
7934
- "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n OnDestroy,\n OnInit,\n inject,\n} from '@angular/core';\nimport {\n SkyDataManagerConfig,\n SkyDataManagerModule,\n SkyDataManagerService,\n SkyDataManagerState,\n} from '@skyux/data-manager';\n\nimport { Subject, takeUntil } from 'rxjs';\n\nimport { AG_GRID_DEMO_DATA } from './data';\nimport { FilterModalComponent } from './filter-modal.component';\nimport { Filters } from './filters';\nimport { ViewGridComponent } from './view-grid.component';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [SkyDataManagerService],\n imports: [SkyDataManagerModule, ViewGridComponent],\n})\nexport class DemoComponent implements OnInit, OnDestroy {\n protected items = AG_GRID_DEMO_DATA;\n\n #dataManagerConfig: SkyDataManagerConfig = {\n filterModalComponent: FilterModalComponent,\n sortOptions: [\n {\n id: 'az',\n label: 'Name (A - Z)',\n descending: false,\n propertyName: 'name',\n },\n {\n id: 'za',\n label: 'Name (Z - A)',\n descending: true,\n propertyName: 'name',\n },\n ],\n };\n\n #defaultDataState = new SkyDataManagerState({\n filterData: {\n filtersApplied: false,\n filters: {\n hideSales: false,\n jobTitle: 'any',\n } satisfies Filters,\n },\n views: [\n {\n viewId: 'dataGridMultiselectWithDataManagerView',\n displayedColumnIds: [\n 'selected',\n 'context',\n 'name',\n 'age',\n 'startDate',\n 'endDate',\n 'department',\n 'jobTitle',\n ],\n },\n ],\n });\n\n #activeViewId = 'dataGridMultiselectWithDataManagerView';\n #ngUnsubscribe = new Subject<void>();\n\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #dataManagerSvc = inject(SkyDataManagerService);\n\n constructor() {\n this.#dataManagerSvc\n .getActiveViewIdUpdates()\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((activeViewId) => {\n this.#activeViewId = activeViewId;\n this.#changeDetectorRef.detectChanges();\n });\n }\n\n public ngOnInit(): void {\n this.#dataManagerSvc.initDataManager({\n activeViewId: this.#activeViewId,\n dataManagerConfig: this.#dataManagerConfig,\n defaultDataState: this.#defaultDataState,\n });\n }\n\n public ngOnDestroy(): void {\n this.#ngUnsubscribe.next();\n this.#ngUnsubscribe.complete();\n }\n}\n"
7934
+ "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n OnDestroy,\n OnInit,\n inject,\n} from '@angular/core';\nimport {\n SkyDataManagerConfig,\n SkyDataManagerModule,\n SkyDataManagerService,\n SkyDataManagerState,\n} from '@skyux/data-manager';\n\nimport { Subject, takeUntil } from 'rxjs';\n\nimport { AG_GRID_DEMO_DATA } from './data';\nimport { FilterModalComponent } from './filter-modal.component';\nimport { Filters } from './filters';\nimport { ViewGridComponent } from './view-grid.component';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [SkyDataManagerService],\n imports: [SkyDataManagerModule, ViewGridComponent],\n})\nexport class DemoComponent implements OnInit, OnDestroy {\n protected items = AG_GRID_DEMO_DATA;\n\n #dataManagerConfig: SkyDataManagerConfig = {\n filterModalComponent: FilterModalComponent,\n sortOptions: [\n {\n id: 'az',\n label: 'Name (A - Z)',\n descending: false,\n propertyName: 'name',\n },\n {\n id: 'za',\n label: 'Name (Z - A)',\n descending: true,\n propertyName: 'name',\n },\n ],\n };\n\n #defaultDataState = new SkyDataManagerState({\n filterData: {\n filtersApplied: false,\n filters: {\n hideSales: false,\n jobTitle: 'any',\n } satisfies Filters,\n },\n views: [\n {\n viewId: 'dataGridMultiselectWithDataManagerView',\n displayedColumnIds: [\n 'selected',\n 'context',\n 'name',\n 'age',\n 'startDate',\n 'endDate',\n 'department',\n 'jobTitle',\n ],\n },\n ],\n });\n\n #activeViewId = 'dataGridMultiselectWithDataManagerView';\n #ngUnsubscribe = new Subject<void>();\n\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #dataManagerSvc = inject(SkyDataManagerService);\n\n constructor() {\n this.#dataManagerSvc\n .getActiveViewIdUpdates()\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((activeViewId) => {\n this.#activeViewId = activeViewId;\n this.#changeDetectorRef.detectChanges();\n });\n }\n\n public ngOnInit(): void {\n this.#dataManagerSvc.initDataManager({\n activeViewId: this.#activeViewId,\n dataManagerConfig: this.#dataManagerConfig,\n defaultDataState: this.#defaultDataState,\n });\n }\n\n public ngOnDestroy(): void {\n this.#ngUnsubscribe.next();\n this.#ngUnsubscribe.complete();\n }\n}\n"
7935
7935
  },
7936
7936
  {
7937
7937
  "fileName": "demo.component.html",
@@ -7946,7 +7946,7 @@
7946
7946
  {
7947
7947
  "fileName": "context-menu.component.ts",
7948
7948
  "filePath": "/projects/ag-grid/documentation/code-examples/data-grid/data-manager-multiselect/context-menu.component.ts",
7949
- "rawContents": "import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { ICellRendererAngularComp } from 'ag-grid-angular';\nimport { ICellRendererParams } from 'ag-grid-community';\n\nimport { AgGridDemoRow } from './data';\n\n@Component({\n standalone: true,\n selector: 'app-context-menu',\n templateUrl: './context-menu.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyDropdownModule],\n})\nexport class ContextMenuComponent implements ICellRendererAngularComp {\n public contextMenuAriaLabel = '';\n public deleteAriaLabel = '';\n public markInactiveAriaLabel = '';\n public moreInfoAriaLabel = '';\n\n #name: string | undefined;\n\n public agInit(params: ICellRendererParams<AgGridDemoRow>): void {\n this.#name = params.data?.name;\n this.contextMenuAriaLabel = `Context menu for ${this.#name}`;\n this.deleteAriaLabel = `Delete ${this.#name}`;\n this.markInactiveAriaLabel = `Mark ${this.#name} inactive`;\n this.moreInfoAriaLabel = `More info for ${this.#name}`;\n }\n\n public refresh(): boolean {\n return false;\n }\n\n protected actionClicked(action: string): void {\n alert(`${action} clicked for ${this.#name}`);\n }\n}\n"
7949
+ "rawContents": "import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { ICellRendererAngularComp } from 'ag-grid-angular';\nimport { ICellRendererParams } from 'ag-grid-community';\n\nimport { AgGridDemoRow } from './data';\n\n@Component({\n selector: 'app-context-menu',\n templateUrl: './context-menu.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyDropdownModule],\n})\nexport class ContextMenuComponent implements ICellRendererAngularComp {\n public contextMenuAriaLabel = '';\n public deleteAriaLabel = '';\n public markInactiveAriaLabel = '';\n public moreInfoAriaLabel = '';\n\n #name: string | undefined;\n\n public agInit(params: ICellRendererParams<AgGridDemoRow>): void {\n this.#name = params.data?.name;\n this.contextMenuAriaLabel = `Context menu for ${this.#name}`;\n this.deleteAriaLabel = `Delete ${this.#name}`;\n this.markInactiveAriaLabel = `Mark ${this.#name} inactive`;\n this.moreInfoAriaLabel = `More info for ${this.#name}`;\n }\n\n public refresh(): boolean {\n return false;\n }\n\n protected actionClicked(action: string): void {\n alert(`${action} clicked for ${this.#name}`);\n }\n}\n"
7950
7950
  },
7951
7951
  {
7952
7952
  "fileName": "context-menu.component.html",
@@ -7956,7 +7956,7 @@
7956
7956
  {
7957
7957
  "fileName": "view-grid.component.ts",
7958
7958
  "filePath": "/projects/ag-grid/documentation/code-examples/data-grid/data-manager/view-grid.component.ts",
7959
- "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n Input,\n OnDestroy,\n OnInit,\n inject,\n} from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\nimport {\n SkyDataManagerColumnPickerOption,\n SkyDataManagerService,\n SkyDataManagerState,\n SkyDataViewConfig,\n SkyDataViewState,\n} from '@skyux/data-manager';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n ColDef,\n GridApi,\n GridOptions,\n GridReadyEvent,\n RowSelectedEvent,\n ValueFormatterParams,\n} from 'ag-grid-community';\nimport { Subject, takeUntil } from 'rxjs';\n\nimport { ContextMenuComponent } from './context-menu.component';\nimport { AgGridDemoRow } from './data';\nimport { Filters } from './filters';\n\n@Component({\n standalone: true,\n selector: 'app-view-grid',\n templateUrl: './view-grid.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [AgGridModule, SkyAgGridModule],\n})\nexport class ViewGridComponent implements OnInit, OnDestroy {\n @Input()\n public items: AgGridDemoRow[] = [];\n\n protected displayedItems: AgGridDemoRow[] = [];\n protected gridOptions!: GridOptions;\n protected isGridReadyForInitialization = false;\n protected isViewActive = false;\n protected noRowsTemplate = `<div class=\"sky-deemphasized\">No results found.</div>`;\n protected viewConfig: SkyDataViewConfig;\n\n #columnDefs: ColDef[] = [\n {\n colId: 'context',\n maxWidth: 50,\n sortable: false,\n cellRenderer: ContextMenuComponent,\n },\n {\n field: 'name',\n headerName: 'Name',\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n maxWidth: 60,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n valueFormatter: (params: ValueFormatterParams<AgGridDemoRow, Date>) =>\n this.#endDateFormatter(params),\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n },\n ];\n\n #columnPickerOptions: SkyDataManagerColumnPickerOption[] = [\n {\n id: 'context',\n label: '',\n alwaysDisplayed: true,\n },\n {\n id: 'name',\n label: 'Name',\n description: 'The name of the employee.',\n },\n {\n id: 'age',\n label: 'Age',\n description: 'The age of the employee.',\n },\n {\n id: 'startDate',\n label: 'Start date',\n description: 'The start date of the employee.',\n },\n {\n id: 'endDate',\n label: 'End date',\n description: 'The end date of the employee.',\n },\n {\n id: 'department',\n label: 'Department',\n description: 'The department of the employee',\n },\n {\n id: 'jobTitle',\n label: 'Title',\n description: 'The job title of the employee.',\n },\n ];\n\n #dataState = new SkyDataManagerState({});\n #gridApi: GridApi | undefined;\n #ngUnsubscribe = new Subject<void>();\n #viewId = 'dataGridWithDataManagerView';\n\n readonly #agGridSvc = inject(SkyAgGridService);\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #dataManagerSvc = inject(SkyDataManagerService);\n\n constructor() {\n this.viewConfig = {\n id: this.#viewId,\n name: 'Data Grid View',\n icon: 'table',\n searchEnabled: true,\n columnPickerEnabled: true,\n filterButtonEnabled: true,\n columnOptions: this.#columnPickerOptions,\n };\n }\n\n public ngOnInit(): void {\n this.displayedItems = this.items;\n\n this.#dataManagerSvc.initDataView(this.viewConfig);\n\n this.gridOptions = this.#agGridSvc.getGridOptions({\n gridOptions: {\n columnDefs: this.#columnDefs,\n onGridReady: this.onGridReady.bind(this),\n rowSelection: { mode: 'singleRow' },\n },\n });\n\n this.#dataManagerSvc\n .getDataStateUpdates(this.#viewId)\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((state) => {\n this.#dataState = state;\n this.#updateColumnOrder();\n this.isGridReadyForInitialization = true;\n this.#updateDisplayedItems();\n this.#changeDetectorRef.detectChanges();\n });\n\n this.#dataManagerSvc\n .getActiveViewIdUpdates()\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((id) => {\n this.isViewActive = id === this.#viewId;\n this.#changeDetectorRef.detectChanges();\n });\n }\n\n public ngOnDestroy(): void {\n this.#ngUnsubscribe.next();\n this.#ngUnsubscribe.complete();\n }\n\n public onGridReady(gridReadyEvent: GridReadyEvent): void {\n this.#gridApi = gridReadyEvent.api;\n this.#updateDisplayedItems();\n }\n\n protected onRowSelected(\n rowSelectedEvent: RowSelectedEvent<AgGridDemoRow>,\n ): void {\n if (!rowSelectedEvent.data?.selected) {\n this.#updateDisplayedItems();\n }\n }\n\n #searchItems(items: AgGridDemoRow[]): AgGridDemoRow[] {\n let searchedItems = items;\n const searchText = this.#dataState && this.#dataState.searchText;\n\n if (searchText) {\n searchedItems = items.filter((item: AgGridDemoRow) => {\n let property: keyof typeof item;\n\n for (property in item) {\n if (\n Object.prototype.hasOwnProperty.call(item, property) &&\n property === 'name'\n ) {\n const propertyText = item[property].toLowerCase();\n\n if (propertyText.includes(searchText)) {\n return true;\n }\n }\n }\n\n return false;\n });\n }\n\n return searchedItems;\n }\n\n #filterItems(items: AgGridDemoRow[]): AgGridDemoRow[] {\n let filteredItems = items;\n const filterData = this.#dataState && this.#dataState.filterData;\n\n if (filterData?.filters) {\n const filters = filterData.filters as Filters;\n\n filteredItems = items.filter((item: AgGridDemoRow) => {\n return (\n (!!(filters.hideSales && item.department.name !== 'Sales') ||\n !filters.hideSales) &&\n ((filters.jobTitle !== 'any' &&\n item.jobTitle?.name === filters.jobTitle) ||\n !filters.jobTitle ||\n filters.jobTitle === 'any')\n );\n });\n }\n\n return filteredItems;\n }\n\n #endDateFormatter(params: ValueFormatterParams<AgGridDemoRow, Date>): string {\n return params.value\n ? params.value.toLocaleDateString('en-us', {\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n })\n : 'N/A';\n }\n\n #updateColumnOrder(): void {\n const viewState: SkyDataViewState | undefined =\n this.#dataState.getViewStateById(this.#viewId);\n\n if (viewState) {\n this.#columnDefs.sort((columnDefinition1, columnDefinition2) => {\n const displayedColumnIdIndex1: number =\n viewState.displayedColumnIds.findIndex(\n (aDisplayedColumnId: string) =>\n aDisplayedColumnId === columnDefinition1.field,\n );\n\n const displayedColumnIdIndex2: number =\n viewState.displayedColumnIds.findIndex(\n (aDisplayedColumnId: string) =>\n aDisplayedColumnId === columnDefinition2.field,\n );\n\n if (displayedColumnIdIndex1 === -1) {\n return 0;\n } else if (displayedColumnIdIndex2 === -1) {\n return 0;\n } else {\n return displayedColumnIdIndex1 - displayedColumnIdIndex2;\n }\n });\n\n this.#changeDetectorRef.markForCheck();\n }\n }\n\n #updateDisplayedItems(): void {\n this.displayedItems = this.#filterItems(this.#searchItems(this.items));\n\n if (this.#dataState.onlyShowSelected) {\n this.displayedItems = this.displayedItems.filter((item) => item.selected);\n }\n\n if (this.displayedItems.length > 0) {\n this.#gridApi?.hideOverlay();\n } else {\n this.#gridApi?.showNoRowsOverlay();\n }\n\n this.#dataManagerSvc.updateDataSummary(\n {\n totalItems: this.items.length,\n itemsMatching: this.displayedItems.length,\n },\n this.#viewId,\n );\n }\n}\n"
7959
+ "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n Input,\n OnDestroy,\n OnInit,\n inject,\n} from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\nimport {\n SkyDataManagerColumnPickerOption,\n SkyDataManagerService,\n SkyDataManagerState,\n SkyDataViewConfig,\n SkyDataViewState,\n} from '@skyux/data-manager';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n ColDef,\n GridApi,\n GridOptions,\n GridReadyEvent,\n RowSelectedEvent,\n ValueFormatterParams,\n} from 'ag-grid-community';\nimport { Subject, takeUntil } from 'rxjs';\n\nimport { ContextMenuComponent } from './context-menu.component';\nimport { AgGridDemoRow } from './data';\nimport { Filters } from './filters';\n\n@Component({\n selector: 'app-view-grid',\n templateUrl: './view-grid.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [AgGridModule, SkyAgGridModule],\n})\nexport class ViewGridComponent implements OnInit, OnDestroy {\n @Input()\n public items: AgGridDemoRow[] = [];\n\n protected displayedItems: AgGridDemoRow[] = [];\n protected gridOptions!: GridOptions;\n protected isGridReadyForInitialization = false;\n protected isViewActive = false;\n protected noRowsTemplate = `<div class=\"sky-deemphasized\">No results found.</div>`;\n protected viewConfig: SkyDataViewConfig;\n\n #columnDefs: ColDef[] = [\n {\n colId: 'context',\n maxWidth: 50,\n sortable: false,\n cellRenderer: ContextMenuComponent,\n },\n {\n field: 'name',\n headerName: 'Name',\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n maxWidth: 60,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n valueFormatter: (params: ValueFormatterParams<AgGridDemoRow, Date>) =>\n this.#endDateFormatter(params),\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n },\n ];\n\n #columnPickerOptions: SkyDataManagerColumnPickerOption[] = [\n {\n id: 'context',\n label: '',\n alwaysDisplayed: true,\n },\n {\n id: 'name',\n label: 'Name',\n description: 'The name of the employee.',\n },\n {\n id: 'age',\n label: 'Age',\n description: 'The age of the employee.',\n },\n {\n id: 'startDate',\n label: 'Start date',\n description: 'The start date of the employee.',\n },\n {\n id: 'endDate',\n label: 'End date',\n description: 'The end date of the employee.',\n },\n {\n id: 'department',\n label: 'Department',\n description: 'The department of the employee',\n },\n {\n id: 'jobTitle',\n label: 'Title',\n description: 'The job title of the employee.',\n },\n ];\n\n #dataState = new SkyDataManagerState({});\n #gridApi: GridApi | undefined;\n #ngUnsubscribe = new Subject<void>();\n #viewId = 'dataGridWithDataManagerView';\n\n readonly #agGridSvc = inject(SkyAgGridService);\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #dataManagerSvc = inject(SkyDataManagerService);\n\n constructor() {\n this.viewConfig = {\n id: this.#viewId,\n name: 'Data Grid View',\n icon: 'table',\n searchEnabled: true,\n columnPickerEnabled: true,\n filterButtonEnabled: true,\n columnOptions: this.#columnPickerOptions,\n };\n }\n\n public ngOnInit(): void {\n this.displayedItems = this.items;\n\n this.#dataManagerSvc.initDataView(this.viewConfig);\n\n this.gridOptions = this.#agGridSvc.getGridOptions({\n gridOptions: {\n columnDefs: this.#columnDefs,\n onGridReady: this.onGridReady.bind(this),\n rowSelection: { mode: 'singleRow' },\n },\n });\n\n this.#dataManagerSvc\n .getDataStateUpdates(this.#viewId)\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((state) => {\n this.#dataState = state;\n this.#updateColumnOrder();\n this.isGridReadyForInitialization = true;\n this.#updateDisplayedItems();\n this.#changeDetectorRef.detectChanges();\n });\n\n this.#dataManagerSvc\n .getActiveViewIdUpdates()\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((id) => {\n this.isViewActive = id === this.#viewId;\n this.#changeDetectorRef.detectChanges();\n });\n }\n\n public ngOnDestroy(): void {\n this.#ngUnsubscribe.next();\n this.#ngUnsubscribe.complete();\n }\n\n public onGridReady(gridReadyEvent: GridReadyEvent): void {\n this.#gridApi = gridReadyEvent.api;\n this.#updateDisplayedItems();\n }\n\n protected onRowSelected(\n rowSelectedEvent: RowSelectedEvent<AgGridDemoRow>,\n ): void {\n if (!rowSelectedEvent.data?.selected) {\n this.#updateDisplayedItems();\n }\n }\n\n #searchItems(items: AgGridDemoRow[]): AgGridDemoRow[] {\n let searchedItems = items;\n const searchText = this.#dataState && this.#dataState.searchText;\n\n if (searchText) {\n searchedItems = items.filter((item: AgGridDemoRow) => {\n let property: keyof typeof item;\n\n for (property in item) {\n if (\n Object.prototype.hasOwnProperty.call(item, property) &&\n property === 'name'\n ) {\n const propertyText = item[property].toLowerCase();\n\n if (propertyText.includes(searchText)) {\n return true;\n }\n }\n }\n\n return false;\n });\n }\n\n return searchedItems;\n }\n\n #filterItems(items: AgGridDemoRow[]): AgGridDemoRow[] {\n let filteredItems = items;\n const filterData = this.#dataState && this.#dataState.filterData;\n\n if (filterData?.filters) {\n const filters = filterData.filters as Filters;\n\n filteredItems = items.filter((item: AgGridDemoRow) => {\n return (\n (!!(filters.hideSales && item.department.name !== 'Sales') ||\n !filters.hideSales) &&\n ((filters.jobTitle !== 'any' &&\n item.jobTitle?.name === filters.jobTitle) ||\n !filters.jobTitle ||\n filters.jobTitle === 'any')\n );\n });\n }\n\n return filteredItems;\n }\n\n #endDateFormatter(params: ValueFormatterParams<AgGridDemoRow, Date>): string {\n return params.value\n ? params.value.toLocaleDateString('en-us', {\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n })\n : 'N/A';\n }\n\n #updateColumnOrder(): void {\n const viewState: SkyDataViewState | undefined =\n this.#dataState.getViewStateById(this.#viewId);\n\n if (viewState) {\n this.#columnDefs.sort((columnDefinition1, columnDefinition2) => {\n const displayedColumnIdIndex1: number =\n viewState.displayedColumnIds.findIndex(\n (aDisplayedColumnId: string) =>\n aDisplayedColumnId === columnDefinition1.field,\n );\n\n const displayedColumnIdIndex2: number =\n viewState.displayedColumnIds.findIndex(\n (aDisplayedColumnId: string) =>\n aDisplayedColumnId === columnDefinition2.field,\n );\n\n if (displayedColumnIdIndex1 === -1) {\n return 0;\n } else if (displayedColumnIdIndex2 === -1) {\n return 0;\n } else {\n return displayedColumnIdIndex1 - displayedColumnIdIndex2;\n }\n });\n\n this.#changeDetectorRef.markForCheck();\n }\n }\n\n #updateDisplayedItems(): void {\n this.displayedItems = this.#filterItems(this.#searchItems(this.items));\n\n if (this.#dataState.onlyShowSelected) {\n this.displayedItems = this.displayedItems.filter((item) => item.selected);\n }\n\n if (this.displayedItems.length > 0) {\n this.#gridApi?.hideOverlay();\n } else {\n this.#gridApi?.showNoRowsOverlay();\n }\n\n this.#dataManagerSvc.updateDataSummary(\n {\n totalItems: this.items.length,\n itemsMatching: this.displayedItems.length,\n },\n this.#viewId,\n );\n }\n}\n"
7960
7960
  },
7961
7961
  {
7962
7962
  "fileName": "view-grid.component.html",
@@ -7971,7 +7971,7 @@
7971
7971
  {
7972
7972
  "fileName": "filter-modal.component.ts",
7973
7973
  "filePath": "/projects/ag-grid/documentation/code-examples/data-grid/data-manager/filter-modal.component.ts",
7974
- "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n inject,\n} from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport {\n SkyDataManagerFilterData,\n SkyDataManagerFilterModalContext,\n} from '@skyux/data-manager';\nimport { SkyCheckboxModule } from '@skyux/forms';\nimport { SkyModalInstance, SkyModalModule } from '@skyux/modals';\n\nimport { Filters } from './filters';\n\n@Component({\n standalone: true,\n selector: 'app-filter-modal',\n templateUrl: './filter-modal.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [FormsModule, SkyCheckboxModule, SkyIdModule, SkyModalModule],\n})\nexport class FilterModalComponent {\n protected hideSales = false;\n protected jobTitle = '';\n\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #context = inject(SkyDataManagerFilterModalContext);\n readonly #instance = inject(SkyModalInstance);\n\n constructor() {\n if (this.#context.filterData && this.#context.filterData.filters) {\n const filters = this.#context.filterData.filters as Filters;\n\n this.jobTitle = filters.jobTitle ?? 'any';\n this.hideSales = filters.hideSales ?? false;\n }\n\n this.#changeDetectorRef.markForCheck();\n }\n\n protected applyFilters(): void {\n const result: SkyDataManagerFilterData = {};\n\n result.filtersApplied = this.jobTitle !== 'any' || this.hideSales;\n result.filters = {\n jobTitle: this.jobTitle,\n hideSales: this.hideSales,\n } satisfies Filters;\n\n this.#changeDetectorRef.markForCheck();\n this.#instance.save(result);\n }\n\n protected clearAllFilters(): void {\n this.hideSales = false;\n this.jobTitle = 'any';\n this.#changeDetectorRef.markForCheck();\n }\n\n protected cancel(): void {\n this.#instance.cancel();\n }\n}\n"
7974
+ "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n inject,\n} from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport {\n SkyDataManagerFilterData,\n SkyDataManagerFilterModalContext,\n} from '@skyux/data-manager';\nimport { SkyCheckboxModule } from '@skyux/forms';\nimport { SkyModalInstance, SkyModalModule } from '@skyux/modals';\n\nimport { Filters } from './filters';\n\n@Component({\n selector: 'app-filter-modal',\n templateUrl: './filter-modal.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [FormsModule, SkyCheckboxModule, SkyIdModule, SkyModalModule],\n})\nexport class FilterModalComponent {\n protected hideSales = false;\n protected jobTitle = '';\n\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #context = inject(SkyDataManagerFilterModalContext);\n readonly #instance = inject(SkyModalInstance);\n\n constructor() {\n if (this.#context.filterData && this.#context.filterData.filters) {\n const filters = this.#context.filterData.filters as Filters;\n\n this.jobTitle = filters.jobTitle ?? 'any';\n this.hideSales = filters.hideSales ?? false;\n }\n\n this.#changeDetectorRef.markForCheck();\n }\n\n protected applyFilters(): void {\n const result: SkyDataManagerFilterData = {};\n\n result.filtersApplied = this.jobTitle !== 'any' || this.hideSales;\n result.filters = {\n jobTitle: this.jobTitle,\n hideSales: this.hideSales,\n } satisfies Filters;\n\n this.#changeDetectorRef.markForCheck();\n this.#instance.save(result);\n }\n\n protected clearAllFilters(): void {\n this.hideSales = false;\n this.jobTitle = 'any';\n this.#changeDetectorRef.markForCheck();\n }\n\n protected cancel(): void {\n this.#instance.cancel();\n }\n}\n"
7975
7975
  },
7976
7976
  {
7977
7977
  "fileName": "filter-modal.component.html",
@@ -7981,7 +7981,7 @@
7981
7981
  {
7982
7982
  "fileName": "demo.component.ts",
7983
7983
  "filePath": "/projects/ag-grid/documentation/code-examples/data-grid/data-manager/demo.component.ts",
7984
- "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n OnDestroy,\n OnInit,\n inject,\n} from '@angular/core';\nimport {\n SkyDataManagerModule,\n SkyDataManagerService,\n SkyDataManagerState,\n} from '@skyux/data-manager';\n\nimport { Subject, takeUntil } from 'rxjs';\n\nimport { AG_GRID_DEMO_DATA } from './data';\nimport { FilterModalComponent } from './filter-modal.component';\nimport { Filters } from './filters';\nimport { ViewGridComponent } from './view-grid.component';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [SkyDataManagerService],\n imports: [SkyDataManagerModule, ViewGridComponent],\n})\nexport class DemoComponent implements OnInit, OnDestroy {\n protected items = AG_GRID_DEMO_DATA;\n\n #activeViewId = 'dataGridWithDataManagerView';\n\n #dataManagerConfig = {\n filterModalComponent: FilterModalComponent,\n sortOptions: [\n {\n id: 'az',\n label: 'Name (A - Z)',\n descending: false,\n propertyName: 'name',\n },\n {\n id: 'za',\n label: 'Name (Z - A)',\n descending: true,\n propertyName: 'name',\n },\n ],\n };\n\n #defaultDataState = new SkyDataManagerState({\n filterData: {\n filtersApplied: false,\n filters: {\n hideSales: false,\n jobTitle: 'any',\n } satisfies Filters,\n },\n views: [\n {\n viewId: 'dataGridWithDataManagerView',\n displayedColumnIds: [\n 'context',\n 'name',\n 'age',\n 'startDate',\n 'endDate',\n 'department',\n 'jobTitle',\n ],\n },\n ],\n });\n\n #ngUnsubscribe = new Subject<void>();\n\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #dataManagerSvc = inject(SkyDataManagerService);\n\n constructor() {\n this.#dataManagerSvc\n .getActiveViewIdUpdates()\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((activeViewId) => {\n this.#activeViewId = activeViewId;\n this.#changeDetectorRef.detectChanges();\n });\n }\n\n public ngOnInit(): void {\n this.#dataManagerSvc.initDataManager({\n activeViewId: this.#activeViewId,\n dataManagerConfig: this.#dataManagerConfig,\n defaultDataState: this.#defaultDataState,\n });\n }\n\n public ngOnDestroy(): void {\n this.#ngUnsubscribe.next();\n this.#ngUnsubscribe.complete();\n }\n}\n"
7984
+ "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n OnDestroy,\n OnInit,\n inject,\n} from '@angular/core';\nimport {\n SkyDataManagerModule,\n SkyDataManagerService,\n SkyDataManagerState,\n} from '@skyux/data-manager';\n\nimport { Subject, takeUntil } from 'rxjs';\n\nimport { AG_GRID_DEMO_DATA } from './data';\nimport { FilterModalComponent } from './filter-modal.component';\nimport { Filters } from './filters';\nimport { ViewGridComponent } from './view-grid.component';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [SkyDataManagerService],\n imports: [SkyDataManagerModule, ViewGridComponent],\n})\nexport class DemoComponent implements OnInit, OnDestroy {\n protected items = AG_GRID_DEMO_DATA;\n\n #activeViewId = 'dataGridWithDataManagerView';\n\n #dataManagerConfig = {\n filterModalComponent: FilterModalComponent,\n sortOptions: [\n {\n id: 'az',\n label: 'Name (A - Z)',\n descending: false,\n propertyName: 'name',\n },\n {\n id: 'za',\n label: 'Name (Z - A)',\n descending: true,\n propertyName: 'name',\n },\n ],\n };\n\n #defaultDataState = new SkyDataManagerState({\n filterData: {\n filtersApplied: false,\n filters: {\n hideSales: false,\n jobTitle: 'any',\n } satisfies Filters,\n },\n views: [\n {\n viewId: 'dataGridWithDataManagerView',\n displayedColumnIds: [\n 'context',\n 'name',\n 'age',\n 'startDate',\n 'endDate',\n 'department',\n 'jobTitle',\n ],\n },\n ],\n });\n\n #ngUnsubscribe = new Subject<void>();\n\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #dataManagerSvc = inject(SkyDataManagerService);\n\n constructor() {\n this.#dataManagerSvc\n .getActiveViewIdUpdates()\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((activeViewId) => {\n this.#activeViewId = activeViewId;\n this.#changeDetectorRef.detectChanges();\n });\n }\n\n public ngOnInit(): void {\n this.#dataManagerSvc.initDataManager({\n activeViewId: this.#activeViewId,\n dataManagerConfig: this.#dataManagerConfig,\n defaultDataState: this.#defaultDataState,\n });\n }\n\n public ngOnDestroy(): void {\n this.#ngUnsubscribe.next();\n this.#ngUnsubscribe.complete();\n }\n}\n"
7985
7985
  },
7986
7986
  {
7987
7987
  "fileName": "demo.component.html",
@@ -7996,7 +7996,7 @@
7996
7996
  {
7997
7997
  "fileName": "context-menu.component.ts",
7998
7998
  "filePath": "/projects/ag-grid/documentation/code-examples/data-grid/data-manager/context-menu.component.ts",
7999
- "rawContents": "import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { ICellRendererAngularComp } from 'ag-grid-angular';\nimport { ICellRendererParams } from 'ag-grid-community';\n\nimport { AgGridDemoRow } from './data';\n\n@Component({\n standalone: true,\n selector: 'app-context-menu',\n templateUrl: './context-menu.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyDropdownModule],\n})\nexport class ContextMenuComponent implements ICellRendererAngularComp {\n public contextMenuAriaLabel = '';\n public deleteAriaLabel = '';\n public markInactiveAriaLabel = '';\n public moreInfoAriaLabel = '';\n\n #name: string | undefined;\n\n public agInit(params: ICellRendererParams<AgGridDemoRow>): void {\n this.#name = params.data?.name;\n this.contextMenuAriaLabel = `Context menu for ${this.#name}`;\n this.deleteAriaLabel = `Delete ${this.#name}`;\n this.markInactiveAriaLabel = `Mark ${this.#name} inactive`;\n this.moreInfoAriaLabel = `More info for ${this.#name}`;\n }\n\n public refresh(): boolean {\n return false;\n }\n\n protected actionClicked(action: string): void {\n alert(`${action} clicked for ${this.#name}`);\n }\n}\n"
7999
+ "rawContents": "import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { ICellRendererAngularComp } from 'ag-grid-angular';\nimport { ICellRendererParams } from 'ag-grid-community';\n\nimport { AgGridDemoRow } from './data';\n\n@Component({\n selector: 'app-context-menu',\n templateUrl: './context-menu.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyDropdownModule],\n})\nexport class ContextMenuComponent implements ICellRendererAngularComp {\n public contextMenuAriaLabel = '';\n public deleteAriaLabel = '';\n public markInactiveAriaLabel = '';\n public moreInfoAriaLabel = '';\n\n #name: string | undefined;\n\n public agInit(params: ICellRendererParams<AgGridDemoRow>): void {\n this.#name = params.data?.name;\n this.contextMenuAriaLabel = `Context menu for ${this.#name}`;\n this.deleteAriaLabel = `Delete ${this.#name}`;\n this.markInactiveAriaLabel = `Mark ${this.#name} inactive`;\n this.moreInfoAriaLabel = `More info for ${this.#name}`;\n }\n\n public refresh(): boolean {\n return false;\n }\n\n protected actionClicked(action: string): void {\n alert(`${action} clicked for ${this.#name}`);\n }\n}\n"
8000
8000
  },
8001
8001
  {
8002
8002
  "fileName": "context-menu.component.html",
@@ -8006,7 +8006,7 @@
8006
8006
  {
8007
8007
  "fileName": "demo.component.ts",
8008
8008
  "filePath": "/projects/ag-grid/documentation/code-examples/data-grid/basic-multiselect/demo.component.ts",
8009
- "rawContents": "import { ChangeDetectionStrategy, Component, inject } from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\nimport { SkyDataManagerService } from '@skyux/data-manager';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport { ColDef, GridOptions, ValueFormatterParams } from 'ag-grid-community';\nimport { of } from 'rxjs';\n\nimport { ContextMenuComponent } from './context-menu.component';\nimport { AG_GRID_DEMO_DATA, AgGridDemoRow } from './data';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [SkyDataManagerService],\n imports: [AgGridModule, SkyAgGridModule],\n})\nexport class DemoComponent {\n protected gridData = AG_GRID_DEMO_DATA;\n protected gridOptions: GridOptions;\n\n #columnDefs: ColDef[] = [\n {\n field: 'selected',\n type: SkyCellType.RowSelector,\n cellRendererParams: {\n // Could be a SkyAppResourcesService.getString call that returns an observable.\n label: (data: AgGridDemoRow) => of(`Select ${data.name}`),\n },\n },\n {\n colId: 'context',\n maxWidth: 50,\n sortable: false,\n cellRenderer: ContextMenuComponent,\n },\n {\n field: 'name',\n headerName: 'Name',\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n maxWidth: 60,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n valueFormatter: (params: ValueFormatterParams<AgGridDemoRow, Date>) =>\n this.#endDateFormatter(params),\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n },\n ];\n\n readonly #agGridSvc = inject(SkyAgGridService);\n\n constructor() {\n const gridOptions: GridOptions = {\n columnDefs: this.#columnDefs,\n };\n\n this.gridOptions = this.#agGridSvc.getGridOptions({\n gridOptions,\n });\n }\n\n #endDateFormatter(params: ValueFormatterParams<AgGridDemoRow, Date>): string {\n return params.value\n ? params.value.toLocaleDateString('en-us', {\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n })\n : 'N/A';\n }\n}\n"
8009
+ "rawContents": "import { ChangeDetectionStrategy, Component, inject } from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\nimport { SkyDataManagerService } from '@skyux/data-manager';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport { ColDef, GridOptions, ValueFormatterParams } from 'ag-grid-community';\nimport { of } from 'rxjs';\n\nimport { ContextMenuComponent } from './context-menu.component';\nimport { AG_GRID_DEMO_DATA, AgGridDemoRow } from './data';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [SkyDataManagerService],\n imports: [AgGridModule, SkyAgGridModule],\n})\nexport class DemoComponent {\n protected gridData = AG_GRID_DEMO_DATA;\n protected gridOptions: GridOptions;\n\n #columnDefs: ColDef[] = [\n {\n field: 'selected',\n type: SkyCellType.RowSelector,\n cellRendererParams: {\n // Could be a SkyAppResourcesService.getString call that returns an observable.\n label: (data: AgGridDemoRow) => of(`Select ${data.name}`),\n },\n },\n {\n colId: 'context',\n maxWidth: 50,\n sortable: false,\n cellRenderer: ContextMenuComponent,\n },\n {\n field: 'name',\n headerName: 'Name',\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n maxWidth: 60,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n valueFormatter: (params: ValueFormatterParams<AgGridDemoRow, Date>) =>\n this.#endDateFormatter(params),\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n },\n ];\n\n readonly #agGridSvc = inject(SkyAgGridService);\n\n constructor() {\n const gridOptions: GridOptions = {\n columnDefs: this.#columnDefs,\n };\n\n this.gridOptions = this.#agGridSvc.getGridOptions({\n gridOptions,\n });\n }\n\n #endDateFormatter(params: ValueFormatterParams<AgGridDemoRow, Date>): string {\n return params.value\n ? params.value.toLocaleDateString('en-us', {\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n })\n : 'N/A';\n }\n}\n"
8010
8010
  },
8011
8011
  {
8012
8012
  "fileName": "demo.component.html",
@@ -8021,7 +8021,7 @@
8021
8021
  {
8022
8022
  "fileName": "context-menu.component.ts",
8023
8023
  "filePath": "/projects/ag-grid/documentation/code-examples/data-grid/basic-multiselect/context-menu.component.ts",
8024
- "rawContents": "import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { ICellRendererAngularComp } from 'ag-grid-angular';\nimport { ICellRendererParams } from 'ag-grid-community';\n\nimport { AgGridDemoRow } from './data';\n\n@Component({\n standalone: true,\n selector: 'app-context-menu',\n templateUrl: './context-menu.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyDropdownModule],\n})\nexport class ContextMenuComponent implements ICellRendererAngularComp {\n public contextMenuAriaLabel = '';\n public deleteAriaLabel = '';\n public markInactiveAriaLabel = '';\n public moreInfoAriaLabel = '';\n\n #name: string | undefined;\n\n public agInit(params: ICellRendererParams<AgGridDemoRow>): void {\n this.#name = params.data?.name;\n this.contextMenuAriaLabel = `Context menu for ${this.#name}`;\n this.deleteAriaLabel = `Delete ${this.#name}`;\n this.markInactiveAriaLabel = `Mark ${this.#name} inactive`;\n this.moreInfoAriaLabel = `More info for ${this.#name}`;\n }\n\n public refresh(): boolean {\n return false;\n }\n\n protected actionClicked(action: string): void {\n alert(`${action} clicked for ${this.#name}`);\n }\n}\n"
8024
+ "rawContents": "import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { ICellRendererAngularComp } from 'ag-grid-angular';\nimport { ICellRendererParams } from 'ag-grid-community';\n\nimport { AgGridDemoRow } from './data';\n\n@Component({\n selector: 'app-context-menu',\n templateUrl: './context-menu.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyDropdownModule],\n})\nexport class ContextMenuComponent implements ICellRendererAngularComp {\n public contextMenuAriaLabel = '';\n public deleteAriaLabel = '';\n public markInactiveAriaLabel = '';\n public moreInfoAriaLabel = '';\n\n #name: string | undefined;\n\n public agInit(params: ICellRendererParams<AgGridDemoRow>): void {\n this.#name = params.data?.name;\n this.contextMenuAriaLabel = `Context menu for ${this.#name}`;\n this.deleteAriaLabel = `Delete ${this.#name}`;\n this.markInactiveAriaLabel = `Mark ${this.#name} inactive`;\n this.moreInfoAriaLabel = `More info for ${this.#name}`;\n }\n\n public refresh(): boolean {\n return false;\n }\n\n protected actionClicked(action: string): void {\n alert(`${action} clicked for ${this.#name}`);\n }\n}\n"
8025
8025
  },
8026
8026
  {
8027
8027
  "fileName": "context-menu.component.html",
@@ -8031,7 +8031,7 @@
8031
8031
  {
8032
8032
  "fileName": "demo.component.ts",
8033
8033
  "filePath": "/projects/ag-grid/documentation/code-examples/data-grid/basic/demo.component.ts",
8034
- "rawContents": "import { ChangeDetectionStrategy, Component, inject } from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\nimport { SkyDataManagerService } from '@skyux/data-manager';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport { ColDef, GridOptions, ValueFormatterParams } from 'ag-grid-community';\n\nimport { ContextMenuComponent } from './context-menu.component';\nimport { AG_GRID_DEMO_DATA, AgGridDemoRow } from './data';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [SkyDataManagerService],\n imports: [AgGridModule, SkyAgGridModule],\n})\nexport class DemoComponent {\n protected gridData = AG_GRID_DEMO_DATA;\n protected gridOptions: GridOptions;\n\n #columnDefs: ColDef[] = [\n {\n colId: 'context',\n maxWidth: 50,\n sortable: false,\n cellRenderer: ContextMenuComponent,\n },\n {\n field: 'name',\n headerName: 'Name',\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n maxWidth: 60,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n valueFormatter: (params: ValueFormatterParams<AgGridDemoRow, Date>) =>\n this.#endDateFormatter(params),\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n },\n ];\n\n readonly #agGridSvc = inject(SkyAgGridService);\n\n constructor() {\n const gridOptions: GridOptions = {\n columnDefs: this.#columnDefs,\n rowSelection: { mode: 'singleRow' },\n };\n\n this.gridOptions = this.#agGridSvc.getGridOptions({\n gridOptions,\n });\n }\n\n #endDateFormatter(params: ValueFormatterParams<AgGridDemoRow, Date>): string {\n return params.value\n ? params.value.toLocaleDateString('en-us', {\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n })\n : 'N/A';\n }\n}\n"
8034
+ "rawContents": "import { ChangeDetectionStrategy, Component, inject } from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\nimport { SkyDataManagerService } from '@skyux/data-manager';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport { ColDef, GridOptions, ValueFormatterParams } from 'ag-grid-community';\n\nimport { ContextMenuComponent } from './context-menu.component';\nimport { AG_GRID_DEMO_DATA, AgGridDemoRow } from './data';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [SkyDataManagerService],\n imports: [AgGridModule, SkyAgGridModule],\n})\nexport class DemoComponent {\n protected gridData = AG_GRID_DEMO_DATA;\n protected gridOptions: GridOptions;\n\n #columnDefs: ColDef[] = [\n {\n colId: 'context',\n maxWidth: 50,\n sortable: false,\n cellRenderer: ContextMenuComponent,\n },\n {\n field: 'name',\n headerName: 'Name',\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n maxWidth: 60,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n valueFormatter: (params: ValueFormatterParams<AgGridDemoRow, Date>) =>\n this.#endDateFormatter(params),\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n },\n ];\n\n readonly #agGridSvc = inject(SkyAgGridService);\n\n constructor() {\n const gridOptions: GridOptions = {\n columnDefs: this.#columnDefs,\n rowSelection: { mode: 'singleRow' },\n };\n\n this.gridOptions = this.#agGridSvc.getGridOptions({\n gridOptions,\n });\n }\n\n #endDateFormatter(params: ValueFormatterParams<AgGridDemoRow, Date>): string {\n return params.value\n ? params.value.toLocaleDateString('en-us', {\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n })\n : 'N/A';\n }\n}\n"
8035
8035
  },
8036
8036
  {
8037
8037
  "fileName": "demo.component.html",
@@ -8046,7 +8046,7 @@
8046
8046
  {
8047
8047
  "fileName": "context-menu.component.ts",
8048
8048
  "filePath": "/projects/ag-grid/documentation/code-examples/data-grid/basic/context-menu.component.ts",
8049
- "rawContents": "import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { ICellRendererAngularComp } from 'ag-grid-angular';\nimport { ICellRendererParams } from 'ag-grid-community';\n\nimport { AgGridDemoRow } from './data';\n\n@Component({\n standalone: true,\n selector: 'app-context-menu',\n templateUrl: './context-menu.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyDropdownModule],\n})\nexport class ContextMenuComponent implements ICellRendererAngularComp {\n public contextMenuAriaLabel = '';\n public deleteAriaLabel = '';\n public markInactiveAriaLabel = '';\n public moreInfoAriaLabel = '';\n\n #name: string | undefined;\n\n public agInit(params: ICellRendererParams<AgGridDemoRow>): void {\n this.#name = params.data?.name;\n this.contextMenuAriaLabel = `Context menu for ${this.#name}`;\n this.deleteAriaLabel = `Delete ${this.#name}`;\n this.markInactiveAriaLabel = `Mark ${this.#name} inactive`;\n this.moreInfoAriaLabel = `More info for ${this.#name}`;\n }\n\n public refresh(): boolean {\n return false;\n }\n\n protected actionClicked(action: string): void {\n alert(`${action} clicked for ${this.#name}`);\n }\n}\n"
8049
+ "rawContents": "import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { ICellRendererAngularComp } from 'ag-grid-angular';\nimport { ICellRendererParams } from 'ag-grid-community';\n\nimport { AgGridDemoRow } from './data';\n\n@Component({\n selector: 'app-context-menu',\n templateUrl: './context-menu.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyDropdownModule],\n})\nexport class ContextMenuComponent implements ICellRendererAngularComp {\n public contextMenuAriaLabel = '';\n public deleteAriaLabel = '';\n public markInactiveAriaLabel = '';\n public moreInfoAriaLabel = '';\n\n #name: string | undefined;\n\n public agInit(params: ICellRendererParams<AgGridDemoRow>): void {\n this.#name = params.data?.name;\n this.contextMenuAriaLabel = `Context menu for ${this.#name}`;\n this.deleteAriaLabel = `Delete ${this.#name}`;\n this.markInactiveAriaLabel = `Mark ${this.#name} inactive`;\n this.moreInfoAriaLabel = `More info for ${this.#name}`;\n }\n\n public refresh(): boolean {\n return false;\n }\n\n protected actionClicked(action: string): void {\n alert(`${action} clicked for ${this.#name}`);\n }\n}\n"
8050
8050
  },
8051
8051
  {
8052
8052
  "fileName": "context-menu.component.html",
@@ -8056,7 +8056,7 @@
8056
8056
  {
8057
8057
  "fileName": "inline-help.component.ts",
8058
8058
  "filePath": "/projects/ag-grid/documentation/code-examples/data-entry-grid/inline-help/inline-help.component.ts",
8059
- "rawContents": "import { ChangeDetectionStrategy, Component, inject } from '@angular/core';\nimport { SkyAgGridHeaderInfo } from '@skyux/ag-grid';\nimport { SkyHelpInlineModule } from '@skyux/help-inline';\n\n@Component({\n standalone: true,\n selector: 'app-inline-help',\n templateUrl: './inline-help.component.html',\n styles: [\n `\n :host {\n display: block;\n }\n `,\n ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyHelpInlineModule],\n})\nexport class InlineHelpComponent {\n protected displayName: string | undefined;\n\n readonly #headerInfo = inject(SkyAgGridHeaderInfo);\n\n constructor() {\n this.displayName = this.#headerInfo.displayName;\n }\n\n protected onHelpClick(): void {\n alert(`Help was clicked for ${this.displayName}.`);\n }\n}\n"
8059
+ "rawContents": "import { ChangeDetectionStrategy, Component, inject } from '@angular/core';\nimport { SkyAgGridHeaderInfo } from '@skyux/ag-grid';\nimport { SkyHelpInlineModule } from '@skyux/help-inline';\n\n@Component({\n selector: 'app-inline-help',\n templateUrl: './inline-help.component.html',\n styles: [\n `\n :host {\n display: block;\n }\n `,\n ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyHelpInlineModule],\n})\nexport class InlineHelpComponent {\n protected displayName: string | undefined;\n\n readonly #headerInfo = inject(SkyAgGridHeaderInfo);\n\n constructor() {\n this.displayName = this.#headerInfo.displayName;\n }\n\n protected onHelpClick(): void {\n alert(`Help was clicked for ${this.displayName}.`);\n }\n}\n"
8060
8060
  },
8061
8061
  {
8062
8062
  "fileName": "inline-help.component.html",
@@ -8066,7 +8066,7 @@
8066
8066
  {
8067
8067
  "fileName": "edit-modal.component.ts",
8068
8068
  "filePath": "/projects/ag-grid/documentation/code-examples/data-entry-grid/inline-help/edit-modal.component.ts",
8069
- "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n inject,\n} from '@angular/core';\nimport {\n SkyAgGridAutocompleteProperties,\n SkyAgGridDatepickerProperties,\n SkyAgGridModule,\n SkyAgGridService,\n SkyCellType,\n} from '@skyux/ag-grid';\nimport { SkyAutocompleteSelectionChange } from '@skyux/lookup';\nimport { SkyModalInstance, SkyModalModule } from '@skyux/modals';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n ColDef,\n GridApi,\n GridOptions,\n GridReadyEvent,\n ICellEditorParams,\n IRowNode,\n} from 'ag-grid-community';\n\nimport { AgGridDemoRow, DEPARTMENTS, JOB_TITLES } from './data';\nimport { EditModalContext } from './edit-modal-context';\n\n@Component({\n standalone: true,\n selector: 'app-edit-modal',\n templateUrl: './edit-modal.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [AgGridModule, SkyAgGridModule, SkyModalModule],\n})\nexport class EditModalComponent {\n protected gridData: AgGridDemoRow[];\n protected gridOptions: GridOptions;\n\n #columnDefs: ColDef[];\n #gridApi: GridApi | undefined;\n\n protected readonly instance = inject(SkyModalInstance);\n readonly #agGridSvc = inject(SkyAgGridService);\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #context = inject(EditModalContext);\n\n constructor() {\n this.#columnDefs = [\n {\n field: 'name',\n headerName: 'Name',\n type: SkyCellType.Text,\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: string): boolean => String(value).length <= 10,\n validatorMessage: `Value exceeds maximum length`,\n },\n },\n cellEditorParams: {\n skyComponentProperties: {\n maxlength: 10,\n },\n },\n editable: true,\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: number): boolean => value >= 18,\n validatorMessage: `Age must be 18+`,\n },\n },\n maxWidth: 60,\n cellEditorParams: {\n skyComponentProperties: {\n min: 18,\n },\n },\n editable: true,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n editable: true,\n cellEditorParams: (\n params: ICellEditorParams<AgGridDemoRow>,\n ): { skyComponentProperties: SkyAgGridDatepickerProperties } => {\n return { skyComponentProperties: { minDate: params.data.startDate } };\n },\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n editable: true,\n cellEditorParams: (\n params: ICellEditorParams<AgGridDemoRow>,\n ): { skyComponentProperties: SkyAgGridAutocompleteProperties } => {\n return {\n skyComponentProperties: {\n data: DEPARTMENTS,\n selectionChange: (change): void => {\n this.#departmentSelectionChange(change, params.node);\n },\n },\n };\n },\n onCellValueChanged: (event): void => {\n if (event.newValue !== event.oldValue) {\n this.#clearJobTitle(event.node);\n }\n },\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n editable: true,\n cellEditorParams: (\n params: ICellEditorParams<AgGridDemoRow>,\n ): { skyComponentProperties: SkyAgGridAutocompleteProperties } => {\n const selectedDepartment = params.data?.department?.name;\n const editParams: {\n skyComponentProperties: SkyAgGridAutocompleteProperties;\n } = { skyComponentProperties: { data: [] } };\n\n if (selectedDepartment) {\n editParams.skyComponentProperties.data =\n JOB_TITLES[selectedDepartment];\n }\n\n return editParams;\n },\n },\n {\n colId: 'validationCurrency',\n field: 'validationCurrency',\n headerName: 'Validation currency',\n type: [SkyCellType.CurrencyValidator],\n editable: true,\n },\n {\n colId: 'validationDate',\n field: 'validationDate',\n headerName: 'Validation date',\n type: [SkyCellType.Date, SkyCellType.Validator],\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: Date): boolean =>\n !!value && value > new Date(1985, 9, 26),\n validatorMessage: 'Please enter a future date',\n },\n },\n editable: true,\n },\n ];\n\n this.gridData = this.#context.gridData;\n\n const gridOptions: GridOptions = {\n columnDefs: this.#columnDefs,\n onGridReady: (gridReadyEvent): void => {\n this.onGridReady(gridReadyEvent);\n },\n };\n\n this.gridOptions = this.#agGridSvc.getEditableGridOptions({\n gridOptions,\n });\n\n this.#changeDetectorRef.markForCheck();\n }\n\n public onGridReady(gridReadyEvent: GridReadyEvent): void {\n this.#gridApi = gridReadyEvent.api;\n this.#changeDetectorRef.markForCheck();\n }\n\n #departmentSelectionChange(\n change: SkyAutocompleteSelectionChange,\n node: IRowNode<AgGridDemoRow>,\n ): void {\n if (change.selectedItem && change.selectedItem !== node.data?.department) {\n this.#clearJobTitle(node);\n }\n }\n\n #clearJobTitle(node: IRowNode<AgGridDemoRow> | null): void {\n if (node?.data) {\n node.data.jobTitle = undefined;\n\n this.#changeDetectorRef.markForCheck();\n this.#gridApi?.refreshCells({ rowNodes: [node] });\n }\n }\n}\n"
8069
+ "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n inject,\n} from '@angular/core';\nimport {\n SkyAgGridAutocompleteProperties,\n SkyAgGridDatepickerProperties,\n SkyAgGridModule,\n SkyAgGridService,\n SkyCellType,\n} from '@skyux/ag-grid';\nimport { SkyAutocompleteSelectionChange } from '@skyux/lookup';\nimport { SkyModalInstance, SkyModalModule } from '@skyux/modals';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n ColDef,\n GridApi,\n GridOptions,\n GridReadyEvent,\n ICellEditorParams,\n IRowNode,\n} from 'ag-grid-community';\n\nimport { AgGridDemoRow, DEPARTMENTS, JOB_TITLES } from './data';\nimport { EditModalContext } from './edit-modal-context';\n\n@Component({\n selector: 'app-edit-modal',\n templateUrl: './edit-modal.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [AgGridModule, SkyAgGridModule, SkyModalModule],\n})\nexport class EditModalComponent {\n protected gridData: AgGridDemoRow[];\n protected gridOptions: GridOptions;\n\n #columnDefs: ColDef[];\n #gridApi: GridApi | undefined;\n\n protected readonly instance = inject(SkyModalInstance);\n readonly #agGridSvc = inject(SkyAgGridService);\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #context = inject(EditModalContext);\n\n constructor() {\n this.#columnDefs = [\n {\n field: 'name',\n headerName: 'Name',\n type: SkyCellType.Text,\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: string): boolean => String(value).length <= 10,\n validatorMessage: `Value exceeds maximum length`,\n },\n },\n cellEditorParams: {\n skyComponentProperties: {\n maxlength: 10,\n },\n },\n editable: true,\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: number): boolean => value >= 18,\n validatorMessage: `Age must be 18+`,\n },\n },\n maxWidth: 60,\n cellEditorParams: {\n skyComponentProperties: {\n min: 18,\n },\n },\n editable: true,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n editable: true,\n cellEditorParams: (\n params: ICellEditorParams<AgGridDemoRow>,\n ): { skyComponentProperties: SkyAgGridDatepickerProperties } => {\n return { skyComponentProperties: { minDate: params.data.startDate } };\n },\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n editable: true,\n cellEditorParams: (\n params: ICellEditorParams<AgGridDemoRow>,\n ): { skyComponentProperties: SkyAgGridAutocompleteProperties } => {\n return {\n skyComponentProperties: {\n data: DEPARTMENTS,\n selectionChange: (change): void => {\n this.#departmentSelectionChange(change, params.node);\n },\n },\n };\n },\n onCellValueChanged: (event): void => {\n if (event.newValue !== event.oldValue) {\n this.#clearJobTitle(event.node);\n }\n },\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n editable: true,\n cellEditorParams: (\n params: ICellEditorParams<AgGridDemoRow>,\n ): { skyComponentProperties: SkyAgGridAutocompleteProperties } => {\n const selectedDepartment = params.data?.department?.name;\n const editParams: {\n skyComponentProperties: SkyAgGridAutocompleteProperties;\n } = { skyComponentProperties: { data: [] } };\n\n if (selectedDepartment) {\n editParams.skyComponentProperties.data =\n JOB_TITLES[selectedDepartment];\n }\n\n return editParams;\n },\n },\n {\n colId: 'validationCurrency',\n field: 'validationCurrency',\n headerName: 'Validation currency',\n type: [SkyCellType.CurrencyValidator],\n editable: true,\n },\n {\n colId: 'validationDate',\n field: 'validationDate',\n headerName: 'Validation date',\n type: [SkyCellType.Date, SkyCellType.Validator],\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: Date): boolean =>\n !!value && value > new Date(1985, 9, 26),\n validatorMessage: 'Please enter a future date',\n },\n },\n editable: true,\n },\n ];\n\n this.gridData = this.#context.gridData;\n\n const gridOptions: GridOptions = {\n columnDefs: this.#columnDefs,\n onGridReady: (gridReadyEvent): void => {\n this.onGridReady(gridReadyEvent);\n },\n };\n\n this.gridOptions = this.#agGridSvc.getEditableGridOptions({\n gridOptions,\n });\n\n this.#changeDetectorRef.markForCheck();\n }\n\n public onGridReady(gridReadyEvent: GridReadyEvent): void {\n this.#gridApi = gridReadyEvent.api;\n this.#changeDetectorRef.markForCheck();\n }\n\n #departmentSelectionChange(\n change: SkyAutocompleteSelectionChange,\n node: IRowNode<AgGridDemoRow>,\n ): void {\n if (change.selectedItem && change.selectedItem !== node.data?.department) {\n this.#clearJobTitle(node);\n }\n }\n\n #clearJobTitle(node: IRowNode<AgGridDemoRow> | null): void {\n if (node?.data) {\n node.data.jobTitle = undefined;\n\n this.#changeDetectorRef.markForCheck();\n this.#gridApi?.refreshCells({ rowNodes: [node] });\n }\n }\n}\n"
8070
8070
  },
8071
8071
  {
8072
8072
  "fileName": "edit-modal.component.html",
@@ -8081,7 +8081,7 @@
8081
8081
  {
8082
8082
  "fileName": "demo.component.ts",
8083
8083
  "filePath": "/projects/ag-grid/documentation/code-examples/data-entry-grid/inline-help/demo.component.ts",
8084
- "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n inject,\n} from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\nimport { SkyToolbarModule } from '@skyux/layout';\nimport { SkySearchModule } from '@skyux/lookup';\nimport {\n SkyModalCloseArgs,\n SkyModalConfigurationInterface,\n SkyModalService,\n} from '@skyux/modals';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n ColDef,\n GridApi,\n GridOptions,\n GridReadyEvent,\n ValueFormatterParams,\n} from 'ag-grid-community';\nimport { of } from 'rxjs';\n\nimport { ContextMenuComponent } from './context-menu.component';\nimport { AG_GRID_DEMO_DATA, AgGridDemoRow } from './data';\nimport { EditModalContext } from './edit-modal-context';\nimport { EditModalComponent } from './edit-modal.component';\nimport { InlineHelpComponent } from './inline-help.component';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [AgGridModule, SkyAgGridModule, SkySearchModule, SkyToolbarModule],\n})\nexport class DemoComponent {\n protected gridData = AG_GRID_DEMO_DATA;\n protected gridOptions: GridOptions;\n protected noRowsTemplate = `<div class=\"sky-font-deemphasized\">No results found.</div>`;\n protected searchText = '';\n\n #columnDefs: ColDef[] = [\n {\n field: 'selected',\n type: SkyCellType.RowSelector,\n cellRendererParams: {\n // Could be a SkyAppResourcesService.getString call that returns an observable.\n label: (data: AgGridDemoRow) => of(`Select ${data.name}`),\n },\n },\n {\n colId: 'context',\n maxWidth: 50,\n sortable: false,\n cellRenderer: ContextMenuComponent,\n headerName: 'Context menu',\n headerComponentParams: {\n headerHidden: true,\n },\n },\n {\n field: 'name',\n headerName: 'Name',\n type: SkyCellType.Text,\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: string): boolean => String(value).length <= 10,\n validatorMessage: `Value exceeds maximum length`,\n },\n },\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: number): boolean => value >= 18,\n validatorMessage: `Age must be 18+`,\n },\n },\n maxWidth: 60,\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n valueFormatter: (params: ValueFormatterParams<AgGridDemoRow, Date>) =>\n this.#endDateFormatter(params),\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n colId: 'validationCurrency',\n field: 'validationCurrency',\n headerName: 'Validation currency',\n type: [SkyCellType.CurrencyValidator],\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n colId: 'validationDate',\n field: 'validationDate',\n headerName: 'Validation date',\n type: [SkyCellType.Date, SkyCellType.Validator],\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: Date): boolean =>\n !!value && value > new Date(1985, 9, 26),\n validatorMessage: 'Enter a future date',\n },\n },\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n ];\n #gridApi: GridApi | undefined;\n\n readonly #agGridSvc = inject(SkyAgGridService);\n readonly #modalSvc = inject(SkyModalService);\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n\n constructor() {\n const gridOptions: GridOptions = {\n columnDefs: this.#columnDefs,\n onGridReady: (gridReadyEvent): void => {\n this.onGridReady(gridReadyEvent);\n },\n };\n\n this.gridOptions = this.#agGridSvc.getEditableGridOptions({\n gridOptions,\n });\n\n this.#changeDetectorRef.markForCheck();\n }\n\n public onGridReady(gridReadyEvent: GridReadyEvent): void {\n this.#gridApi = gridReadyEvent.api;\n this.#changeDetectorRef.markForCheck();\n }\n\n protected openModal(): void {\n const context = new EditModalContext();\n context.gridData = this.gridData;\n\n const options: SkyModalConfigurationInterface = {\n providers: [\n {\n provide: EditModalContext,\n useValue: context,\n },\n ],\n ariaDescribedBy: 'docs-edit-grid-modal-content',\n size: 'large',\n };\n\n const modalInstance = this.#modalSvc.open(EditModalComponent, options);\n\n modalInstance.closed.subscribe((result: SkyModalCloseArgs) => {\n if (result.reason === 'cancel' || result.reason === 'close') {\n alert('Edits canceled!');\n } else {\n this.gridData = result.data as AgGridDemoRow[];\n this.#gridApi?.refreshCells();\n\n alert('Saving data!');\n }\n });\n }\n\n protected searchApplied(searchText: string | void): void {\n this.searchText = searchText ?? '';\n\n if (this.#gridApi) {\n this.#gridApi.updateGridOptions({ quickFilterText: this.searchText });\n const displayedRowCount = this.#gridApi.getDisplayedRowCount();\n\n if (displayedRowCount > 0) {\n this.#gridApi.hideOverlay();\n } else {\n this.#gridApi.showNoRowsOverlay();\n }\n }\n }\n\n #endDateFormatter(params: ValueFormatterParams<AgGridDemoRow, Date>): string {\n return params.value\n ? params.value.toLocaleDateString('en-us', {\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n })\n : 'N/A';\n }\n}\n"
8084
+ "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n inject,\n} from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\nimport { SkyToolbarModule } from '@skyux/layout';\nimport { SkySearchModule } from '@skyux/lookup';\nimport {\n SkyModalCloseArgs,\n SkyModalConfigurationInterface,\n SkyModalService,\n} from '@skyux/modals';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n ColDef,\n GridApi,\n GridOptions,\n GridReadyEvent,\n ValueFormatterParams,\n} from 'ag-grid-community';\nimport { of } from 'rxjs';\n\nimport { ContextMenuComponent } from './context-menu.component';\nimport { AG_GRID_DEMO_DATA, AgGridDemoRow } from './data';\nimport { EditModalContext } from './edit-modal-context';\nimport { EditModalComponent } from './edit-modal.component';\nimport { InlineHelpComponent } from './inline-help.component';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [AgGridModule, SkyAgGridModule, SkySearchModule, SkyToolbarModule],\n})\nexport class DemoComponent {\n protected gridData = AG_GRID_DEMO_DATA;\n protected gridOptions: GridOptions;\n protected noRowsTemplate = `<div class=\"sky-font-deemphasized\">No results found.</div>`;\n protected searchText = '';\n\n #columnDefs: ColDef[] = [\n {\n field: 'selected',\n type: SkyCellType.RowSelector,\n cellRendererParams: {\n // Could be a SkyAppResourcesService.getString call that returns an observable.\n label: (data: AgGridDemoRow) => of(`Select ${data.name}`),\n },\n },\n {\n colId: 'context',\n maxWidth: 50,\n sortable: false,\n cellRenderer: ContextMenuComponent,\n headerName: 'Context menu',\n headerComponentParams: {\n headerHidden: true,\n },\n },\n {\n field: 'name',\n headerName: 'Name',\n type: SkyCellType.Text,\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: string): boolean => String(value).length <= 10,\n validatorMessage: `Value exceeds maximum length`,\n },\n },\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: number): boolean => value >= 18,\n validatorMessage: `Age must be 18+`,\n },\n },\n maxWidth: 60,\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n valueFormatter: (params: ValueFormatterParams<AgGridDemoRow, Date>) =>\n this.#endDateFormatter(params),\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n colId: 'validationCurrency',\n field: 'validationCurrency',\n headerName: 'Validation currency',\n type: [SkyCellType.CurrencyValidator],\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n {\n colId: 'validationDate',\n field: 'validationDate',\n headerName: 'Validation date',\n type: [SkyCellType.Date, SkyCellType.Validator],\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: Date): boolean =>\n !!value && value > new Date(1985, 9, 26),\n validatorMessage: 'Enter a future date',\n },\n },\n headerComponentParams: {\n inlineHelpComponent: InlineHelpComponent,\n },\n },\n ];\n #gridApi: GridApi | undefined;\n\n readonly #agGridSvc = inject(SkyAgGridService);\n readonly #modalSvc = inject(SkyModalService);\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n\n constructor() {\n const gridOptions: GridOptions = {\n columnDefs: this.#columnDefs,\n onGridReady: (gridReadyEvent): void => {\n this.onGridReady(gridReadyEvent);\n },\n };\n\n this.gridOptions = this.#agGridSvc.getEditableGridOptions({\n gridOptions,\n });\n\n this.#changeDetectorRef.markForCheck();\n }\n\n public onGridReady(gridReadyEvent: GridReadyEvent): void {\n this.#gridApi = gridReadyEvent.api;\n this.#changeDetectorRef.markForCheck();\n }\n\n protected openModal(): void {\n const context = new EditModalContext();\n context.gridData = this.gridData;\n\n const options: SkyModalConfigurationInterface = {\n providers: [\n {\n provide: EditModalContext,\n useValue: context,\n },\n ],\n ariaDescribedBy: 'docs-edit-grid-modal-content',\n size: 'large',\n };\n\n const modalInstance = this.#modalSvc.open(EditModalComponent, options);\n\n modalInstance.closed.subscribe((result: SkyModalCloseArgs) => {\n if (result.reason === 'cancel' || result.reason === 'close') {\n alert('Edits canceled!');\n } else {\n this.gridData = result.data as AgGridDemoRow[];\n this.#gridApi?.refreshCells();\n\n alert('Saving data!');\n }\n });\n }\n\n protected searchApplied(searchText: string | void): void {\n this.searchText = searchText ?? '';\n\n if (this.#gridApi) {\n this.#gridApi.updateGridOptions({ quickFilterText: this.searchText });\n const displayedRowCount = this.#gridApi.getDisplayedRowCount();\n\n if (displayedRowCount > 0) {\n this.#gridApi.hideOverlay();\n } else {\n this.#gridApi.showNoRowsOverlay();\n }\n }\n }\n\n #endDateFormatter(params: ValueFormatterParams<AgGridDemoRow, Date>): string {\n return params.value\n ? params.value.toLocaleDateString('en-us', {\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n })\n : 'N/A';\n }\n}\n"
8085
8085
  },
8086
8086
  {
8087
8087
  "fileName": "demo.component.html",
@@ -8096,7 +8096,7 @@
8096
8096
  {
8097
8097
  "fileName": "context-menu.component.ts",
8098
8098
  "filePath": "/projects/ag-grid/documentation/code-examples/data-entry-grid/inline-help/context-menu.component.ts",
8099
- "rawContents": "import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { ICellRendererAngularComp } from 'ag-grid-angular';\nimport { ICellRendererParams } from 'ag-grid-community';\n\nimport { AgGridDemoRow } from './data';\n\n@Component({\n standalone: true,\n selector: 'app-context-menu',\n templateUrl: './context-menu.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyDropdownModule],\n})\nexport class ContextMenuComponent implements ICellRendererAngularComp {\n public contextMenuAriaLabel = '';\n public deleteAriaLabel = '';\n public markInactiveAriaLabel = '';\n public moreInfoAriaLabel = '';\n\n #name: string | undefined;\n\n public agInit(params: ICellRendererParams<AgGridDemoRow>): void {\n this.#name = params.data?.name;\n this.contextMenuAriaLabel = `Context menu for ${this.#name}`;\n this.deleteAriaLabel = `Delete ${this.#name}`;\n this.markInactiveAriaLabel = `Mark ${this.#name} inactive`;\n this.moreInfoAriaLabel = `More info for ${this.#name}`;\n }\n\n public refresh(): boolean {\n return false;\n }\n\n protected actionClicked(action: string): void {\n alert(`${action} clicked for ${this.#name}`);\n }\n}\n"
8099
+ "rawContents": "import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { ICellRendererAngularComp } from 'ag-grid-angular';\nimport { ICellRendererParams } from 'ag-grid-community';\n\nimport { AgGridDemoRow } from './data';\n\n@Component({\n selector: 'app-context-menu',\n templateUrl: './context-menu.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyDropdownModule],\n})\nexport class ContextMenuComponent implements ICellRendererAngularComp {\n public contextMenuAriaLabel = '';\n public deleteAriaLabel = '';\n public markInactiveAriaLabel = '';\n public moreInfoAriaLabel = '';\n\n #name: string | undefined;\n\n public agInit(params: ICellRendererParams<AgGridDemoRow>): void {\n this.#name = params.data?.name;\n this.contextMenuAriaLabel = `Context menu for ${this.#name}`;\n this.deleteAriaLabel = `Delete ${this.#name}`;\n this.markInactiveAriaLabel = `Mark ${this.#name} inactive`;\n this.moreInfoAriaLabel = `More info for ${this.#name}`;\n }\n\n public refresh(): boolean {\n return false;\n }\n\n protected actionClicked(action: string): void {\n alert(`${action} clicked for ${this.#name}`);\n }\n}\n"
8100
8100
  },
8101
8101
  {
8102
8102
  "fileName": "context-menu.component.html",
@@ -8106,7 +8106,7 @@
8106
8106
  {
8107
8107
  "fileName": "demo.component.ts",
8108
8108
  "filePath": "/projects/ag-grid/documentation/code-examples/data-entry-grid/focus/demo.component.ts",
8109
- "rawContents": "import { ChangeDetectionStrategy, Component, inject } from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\nimport { SkyInputBoxModule } from '@skyux/forms';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport { ValueFormatterParams } from 'ag-grid-community';\n\nimport { AG_GRID_DEMO_DATA, AgGridDemoRow } from './data';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [AgGridModule, SkyAgGridModule, SkyInputBoxModule],\n})\nexport class DemoComponent {\n protected gridData = AG_GRID_DEMO_DATA;\n protected gridOptions = inject(SkyAgGridService).getEditableGridOptions({\n gridOptions: {\n columnDefs: [\n {\n field: 'name',\n headerName: 'Name',\n type: SkyCellType.Text,\n editable: true,\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: string): boolean => String(value).length <= 10,\n validatorMessage: `Value exceeds maximum length`,\n },\n },\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n editable: true,\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: number): boolean => value >= 18,\n validatorMessage: `Age must be 18+`,\n },\n },\n maxWidth: 60,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n editable: true,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n editable: true,\n valueFormatter: (params: ValueFormatterParams<AgGridDemoRow, Date>) =>\n this.#endDateFormatter(params),\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n editable: true,\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n editable: true,\n },\n {\n colId: 'validationCurrency',\n field: 'validationCurrency',\n headerName: 'Validation currency',\n type: [SkyCellType.CurrencyValidator],\n editable: true,\n },\n {\n colId: 'validationDate',\n field: 'validationDate',\n headerName: 'Validation date',\n type: [SkyCellType.Date, SkyCellType.Validator],\n editable: true,\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: Date): boolean =>\n !!value && value > new Date(1985, 9, 26),\n validatorMessage: 'Enter a future date',\n },\n },\n },\n ],\n focusGridInnerElement: (params) => {\n params.api.startEditingCell({\n rowIndex: 0,\n colKey: 'name',\n });\n return true;\n },\n },\n });\n\n #endDateFormatter(params: ValueFormatterParams<AgGridDemoRow, Date>): string {\n return params.value\n ? params.value.toLocaleDateString('en-us', {\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n })\n : 'N/A';\n }\n}\n"
8109
+ "rawContents": "import { ChangeDetectionStrategy, Component, inject } from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\nimport { SkyInputBoxModule } from '@skyux/forms';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport { ValueFormatterParams } from 'ag-grid-community';\n\nimport { AG_GRID_DEMO_DATA, AgGridDemoRow } from './data';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [AgGridModule, SkyAgGridModule, SkyInputBoxModule],\n})\nexport class DemoComponent {\n protected gridData = AG_GRID_DEMO_DATA;\n protected gridOptions = inject(SkyAgGridService).getEditableGridOptions({\n gridOptions: {\n columnDefs: [\n {\n field: 'name',\n headerName: 'Name',\n type: SkyCellType.Text,\n editable: true,\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: string): boolean => String(value).length <= 10,\n validatorMessage: `Value exceeds maximum length`,\n },\n },\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n editable: true,\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: number): boolean => value >= 18,\n validatorMessage: `Age must be 18+`,\n },\n },\n maxWidth: 60,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n editable: true,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n editable: true,\n valueFormatter: (params: ValueFormatterParams<AgGridDemoRow, Date>) =>\n this.#endDateFormatter(params),\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n editable: true,\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n editable: true,\n },\n {\n colId: 'validationCurrency',\n field: 'validationCurrency',\n headerName: 'Validation currency',\n type: [SkyCellType.CurrencyValidator],\n editable: true,\n },\n {\n colId: 'validationDate',\n field: 'validationDate',\n headerName: 'Validation date',\n type: [SkyCellType.Date, SkyCellType.Validator],\n editable: true,\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: Date): boolean =>\n !!value && value > new Date(1985, 9, 26),\n validatorMessage: 'Enter a future date',\n },\n },\n },\n ],\n focusGridInnerElement: (params) => {\n params.api.startEditingCell({\n rowIndex: 0,\n colKey: 'name',\n });\n return true;\n },\n },\n });\n\n #endDateFormatter(params: ValueFormatterParams<AgGridDemoRow, Date>): string {\n return params.value\n ? params.value.toLocaleDateString('en-us', {\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n })\n : 'N/A';\n }\n}\n"
8110
8110
  },
8111
8111
  {
8112
8112
  "fileName": "demo.component.html",
@@ -8121,7 +8121,7 @@
8121
8121
  {
8122
8122
  "fileName": "view-grid.component.ts",
8123
8123
  "filePath": "/projects/ag-grid/documentation/code-examples/data-entry-grid/data-manager-added/view-grid.component.ts",
8124
- "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n Input,\n OnDestroy,\n OnInit,\n inject,\n} from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\nimport {\n SkyDataManagerService,\n SkyDataManagerState,\n SkyDataViewConfig,\n} from '@skyux/data-manager';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n ColDef,\n GridApi,\n GridOptions,\n GridReadyEvent,\n RowSelectedEvent,\n ValueFormatterParams,\n} from 'ag-grid-community';\nimport { Subject, of, takeUntil } from 'rxjs';\n\nimport { ContextMenuComponent } from './context-menu.component';\nimport { AgGridDemoRow } from './data';\nimport { Filters } from './filters';\n\n@Component({\n standalone: true,\n selector: 'app-view-grid',\n templateUrl: './view-grid.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [AgGridModule, SkyAgGridModule],\n})\nexport class ViewGridComponent implements OnInit, OnDestroy {\n @Input()\n public set items(value: AgGridDemoRow[]) {\n this.#_items = value;\n this.#changeDetectorRef.markForCheck();\n this.#gridApi?.refreshCells();\n }\n\n public get items(): AgGridDemoRow[] {\n return this.#_items;\n }\n\n #viewId = 'dataEntryGridWithDataManagerView';\n\n #columnDefs: ColDef[] = [\n {\n field: 'selected',\n type: SkyCellType.RowSelector,\n cellRendererParams: {\n // Could be a SkyAppResourcesService.getString call that returns an observable.\n label: (data: AgGridDemoRow) => of(`Select ${data.name}`),\n },\n },\n {\n colId: 'context',\n maxWidth: 50,\n sortable: false,\n cellRenderer: ContextMenuComponent,\n headerName: 'Context menu',\n headerComponentParams: {\n headerHidden: true,\n },\n },\n {\n field: 'name',\n headerName: 'Name',\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n maxWidth: 60,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n valueFormatter: (params: ValueFormatterParams<AgGridDemoRow, Date>) =>\n this.#endDateFormatter(params),\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n },\n {\n field: 'validationCurrency',\n headerName: 'Validation currency',\n type: [SkyCellType.CurrencyValidator],\n },\n {\n field: 'validationDate',\n headerName: 'Validation date',\n type: [SkyCellType.Date, SkyCellType.Validator],\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: Date): boolean =>\n !!value && value > new Date(1985, 9, 26),\n validatorMessage: 'Please enter a future date',\n },\n },\n },\n ];\n\n protected displayedItems: AgGridDemoRow[] = [];\n protected gridOptions: GridOptions;\n protected isActive = false;\n protected isGridInitialized = false;\n protected noRowsTemplate = `<div class=\"sky-font-deemphasized\">No results found.</div>`;\n protected viewConfig: SkyDataViewConfig = {\n id: this.#viewId,\n name: 'Data Grid View',\n icon: 'table',\n searchEnabled: true,\n multiselectToolbarEnabled: true,\n columnPickerEnabled: true,\n filterButtonEnabled: true,\n columnOptions: [\n {\n id: 'selected',\n label: '',\n alwaysDisplayed: true,\n },\n {\n id: 'context',\n label: '',\n alwaysDisplayed: true,\n },\n {\n id: 'name',\n label: 'Name',\n description: 'The name of the employee.',\n },\n {\n id: 'age',\n label: 'Age',\n description: 'The age of the employee.',\n },\n {\n id: 'startDate',\n label: 'Start date',\n description: 'The start date of the employee.',\n },\n {\n id: 'endDate',\n label: 'End date',\n description: 'The end date of the employee.',\n },\n {\n id: 'department',\n label: 'Department',\n description: 'The department of the employee',\n },\n {\n id: 'jobTitle',\n label: 'Title',\n description: 'The job title of the employee.',\n },\n {\n id: 'validationCurrency',\n label: 'Validation currency',\n description: 'An example column for currency validation.',\n },\n {\n id: 'validationDate',\n label: 'Validation date',\n description: 'An example column for date validation.',\n },\n ],\n };\n\n #_items: AgGridDemoRow[] = [];\n\n #dataState = new SkyDataManagerState({});\n #gridApi: GridApi | undefined;\n #ngUnsubscribe = new Subject<void>();\n\n readonly #agGridSvc = inject(SkyAgGridService);\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #dataManagerSvc = inject(SkyDataManagerService);\n\n constructor() {\n this.gridOptions = this.#agGridSvc.getEditableGridOptions({\n gridOptions: {\n columnDefs: this.#columnDefs,\n onGridReady: this.onGridReady.bind(this),\n },\n });\n }\n\n public ngOnInit(): void {\n this.displayedItems = this.items;\n\n this.#dataManagerSvc.initDataView(this.viewConfig);\n\n this.#dataManagerSvc\n .getDataStateUpdates(this.#viewId)\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((state) => {\n this.#dataState = state;\n this.#setInitialColumnOrder();\n this.#updateData();\n this.#changeDetectorRef.detectChanges();\n });\n\n this.#dataManagerSvc\n .getActiveViewIdUpdates()\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((id) => {\n this.isActive = id === this.#viewId;\n this.#changeDetectorRef.detectChanges();\n });\n }\n\n public ngOnDestroy(): void {\n this.#ngUnsubscribe.next();\n this.#ngUnsubscribe.complete();\n }\n\n protected onGridReady(gridReadyEvent: GridReadyEvent): void {\n this.#gridApi = gridReadyEvent.api;\n this.#updateData();\n this.#changeDetectorRef.markForCheck();\n }\n\n protected onRowSelected(\n rowSelectedEvent: RowSelectedEvent<AgGridDemoRow>,\n ): void {\n if (!rowSelectedEvent.data?.selected) {\n this.#updateData();\n }\n }\n\n #endDateFormatter(params: ValueFormatterParams<AgGridDemoRow, Date>): string {\n return params.value\n ? params.value.toLocaleDateString('en-us', {\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n })\n : 'N/A';\n }\n\n #filterItems(items: AgGridDemoRow[]): AgGridDemoRow[] {\n let filteredItems = items;\n const filterData = this.#dataState.filterData;\n\n if (filterData?.filters) {\n const filters = filterData.filters as Filters;\n\n filteredItems = items.filter((item) => {\n return (\n (!!(filters.hideSales && item.department.name !== 'Sales') ||\n !filters.hideSales) &&\n ((filters.jobTitle !== 'any' &&\n item.jobTitle?.name === filters.jobTitle) ||\n !filters.jobTitle ||\n filters.jobTitle === 'any')\n );\n });\n }\n\n return filteredItems;\n }\n\n #searchItems(items: AgGridDemoRow[]): AgGridDemoRow[] {\n let searchedItems = items;\n const searchText = this.#dataState.searchText;\n\n if (searchText) {\n searchedItems = items.filter((item) => {\n let property: keyof typeof item;\n for (property in item) {\n if (\n Object.prototype.hasOwnProperty.call(item, property) &&\n property === 'name'\n ) {\n const propertyText = item[property]?.toLowerCase();\n if (propertyText.includes(searchText)) {\n return true;\n }\n }\n }\n\n return false;\n });\n }\n\n return searchedItems;\n }\n\n #setInitialColumnOrder(): void {\n const viewState = this.#dataState.getViewStateById(this.#viewId);\n const visibleColumns = viewState?.displayedColumnIds ?? [];\n\n this.#columnDefs.sort((col1, col2) => {\n const col1Index = visibleColumns.findIndex(\n (colId: string) => colId === col1.colId,\n );\n const col2Index = visibleColumns.findIndex(\n (colId: string) => colId === col2.colId,\n );\n\n if (col1Index === -1) {\n col1.hide = true;\n return 0;\n } else if (col2Index === -1) {\n col2.hide = true;\n return 0;\n } else {\n return col1Index - col2Index;\n }\n });\n\n this.isGridInitialized = true;\n this.#changeDetectorRef.markForCheck();\n }\n\n #updateData(): void {\n this.displayedItems = this.#filterItems(this.#searchItems(this.items));\n\n if (this.#dataState.onlyShowSelected) {\n this.displayedItems = this.displayedItems.filter((item) => item.selected);\n }\n\n if (this.displayedItems.length > 0) {\n this.#gridApi?.hideOverlay();\n } else {\n this.#gridApi?.showNoRowsOverlay();\n }\n\n this.#changeDetectorRef.markForCheck();\n }\n}\n"
8124
+ "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n Input,\n OnDestroy,\n OnInit,\n inject,\n} from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\nimport {\n SkyDataManagerService,\n SkyDataManagerState,\n SkyDataViewConfig,\n} from '@skyux/data-manager';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n ColDef,\n GridApi,\n GridOptions,\n GridReadyEvent,\n RowSelectedEvent,\n ValueFormatterParams,\n} from 'ag-grid-community';\nimport { Subject, of, takeUntil } from 'rxjs';\n\nimport { ContextMenuComponent } from './context-menu.component';\nimport { AgGridDemoRow } from './data';\nimport { Filters } from './filters';\n\n@Component({\n selector: 'app-view-grid',\n templateUrl: './view-grid.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [AgGridModule, SkyAgGridModule],\n})\nexport class ViewGridComponent implements OnInit, OnDestroy {\n @Input()\n public set items(value: AgGridDemoRow[]) {\n this.#_items = value;\n this.#changeDetectorRef.markForCheck();\n this.#gridApi?.refreshCells();\n }\n\n public get items(): AgGridDemoRow[] {\n return this.#_items;\n }\n\n #viewId = 'dataEntryGridWithDataManagerView';\n\n #columnDefs: ColDef[] = [\n {\n field: 'selected',\n type: SkyCellType.RowSelector,\n cellRendererParams: {\n // Could be a SkyAppResourcesService.getString call that returns an observable.\n label: (data: AgGridDemoRow) => of(`Select ${data.name}`),\n },\n },\n {\n colId: 'context',\n maxWidth: 50,\n sortable: false,\n cellRenderer: ContextMenuComponent,\n headerName: 'Context menu',\n headerComponentParams: {\n headerHidden: true,\n },\n },\n {\n field: 'name',\n headerName: 'Name',\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n maxWidth: 60,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n valueFormatter: (params: ValueFormatterParams<AgGridDemoRow, Date>) =>\n this.#endDateFormatter(params),\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n },\n {\n field: 'validationCurrency',\n headerName: 'Validation currency',\n type: [SkyCellType.CurrencyValidator],\n },\n {\n field: 'validationDate',\n headerName: 'Validation date',\n type: [SkyCellType.Date, SkyCellType.Validator],\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: Date): boolean =>\n !!value && value > new Date(1985, 9, 26),\n validatorMessage: 'Please enter a future date',\n },\n },\n },\n ];\n\n protected displayedItems: AgGridDemoRow[] = [];\n protected gridOptions: GridOptions;\n protected isActive = false;\n protected isGridInitialized = false;\n protected noRowsTemplate = `<div class=\"sky-font-deemphasized\">No results found.</div>`;\n protected viewConfig: SkyDataViewConfig = {\n id: this.#viewId,\n name: 'Data Grid View',\n icon: 'table',\n searchEnabled: true,\n multiselectToolbarEnabled: true,\n columnPickerEnabled: true,\n filterButtonEnabled: true,\n columnOptions: [\n {\n id: 'selected',\n label: '',\n alwaysDisplayed: true,\n },\n {\n id: 'context',\n label: '',\n alwaysDisplayed: true,\n },\n {\n id: 'name',\n label: 'Name',\n description: 'The name of the employee.',\n },\n {\n id: 'age',\n label: 'Age',\n description: 'The age of the employee.',\n },\n {\n id: 'startDate',\n label: 'Start date',\n description: 'The start date of the employee.',\n },\n {\n id: 'endDate',\n label: 'End date',\n description: 'The end date of the employee.',\n },\n {\n id: 'department',\n label: 'Department',\n description: 'The department of the employee',\n },\n {\n id: 'jobTitle',\n label: 'Title',\n description: 'The job title of the employee.',\n },\n {\n id: 'validationCurrency',\n label: 'Validation currency',\n description: 'An example column for currency validation.',\n },\n {\n id: 'validationDate',\n label: 'Validation date',\n description: 'An example column for date validation.',\n },\n ],\n };\n\n #_items: AgGridDemoRow[] = [];\n\n #dataState = new SkyDataManagerState({});\n #gridApi: GridApi | undefined;\n #ngUnsubscribe = new Subject<void>();\n\n readonly #agGridSvc = inject(SkyAgGridService);\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #dataManagerSvc = inject(SkyDataManagerService);\n\n constructor() {\n this.gridOptions = this.#agGridSvc.getEditableGridOptions({\n gridOptions: {\n columnDefs: this.#columnDefs,\n onGridReady: this.onGridReady.bind(this),\n },\n });\n }\n\n public ngOnInit(): void {\n this.displayedItems = this.items;\n\n this.#dataManagerSvc.initDataView(this.viewConfig);\n\n this.#dataManagerSvc\n .getDataStateUpdates(this.#viewId)\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((state) => {\n this.#dataState = state;\n this.#setInitialColumnOrder();\n this.#updateData();\n this.#changeDetectorRef.detectChanges();\n });\n\n this.#dataManagerSvc\n .getActiveViewIdUpdates()\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((id) => {\n this.isActive = id === this.#viewId;\n this.#changeDetectorRef.detectChanges();\n });\n }\n\n public ngOnDestroy(): void {\n this.#ngUnsubscribe.next();\n this.#ngUnsubscribe.complete();\n }\n\n protected onGridReady(gridReadyEvent: GridReadyEvent): void {\n this.#gridApi = gridReadyEvent.api;\n this.#updateData();\n this.#changeDetectorRef.markForCheck();\n }\n\n protected onRowSelected(\n rowSelectedEvent: RowSelectedEvent<AgGridDemoRow>,\n ): void {\n if (!rowSelectedEvent.data?.selected) {\n this.#updateData();\n }\n }\n\n #endDateFormatter(params: ValueFormatterParams<AgGridDemoRow, Date>): string {\n return params.value\n ? params.value.toLocaleDateString('en-us', {\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n })\n : 'N/A';\n }\n\n #filterItems(items: AgGridDemoRow[]): AgGridDemoRow[] {\n let filteredItems = items;\n const filterData = this.#dataState.filterData;\n\n if (filterData?.filters) {\n const filters = filterData.filters as Filters;\n\n filteredItems = items.filter((item) => {\n return (\n (!!(filters.hideSales && item.department.name !== 'Sales') ||\n !filters.hideSales) &&\n ((filters.jobTitle !== 'any' &&\n item.jobTitle?.name === filters.jobTitle) ||\n !filters.jobTitle ||\n filters.jobTitle === 'any')\n );\n });\n }\n\n return filteredItems;\n }\n\n #searchItems(items: AgGridDemoRow[]): AgGridDemoRow[] {\n let searchedItems = items;\n const searchText = this.#dataState.searchText;\n\n if (searchText) {\n searchedItems = items.filter((item) => {\n let property: keyof typeof item;\n for (property in item) {\n if (\n Object.prototype.hasOwnProperty.call(item, property) &&\n property === 'name'\n ) {\n const propertyText = item[property]?.toLowerCase();\n if (propertyText.includes(searchText)) {\n return true;\n }\n }\n }\n\n return false;\n });\n }\n\n return searchedItems;\n }\n\n #setInitialColumnOrder(): void {\n const viewState = this.#dataState.getViewStateById(this.#viewId);\n const visibleColumns = viewState?.displayedColumnIds ?? [];\n\n this.#columnDefs.sort((col1, col2) => {\n const col1Index = visibleColumns.findIndex(\n (colId: string) => colId === col1.colId,\n );\n const col2Index = visibleColumns.findIndex(\n (colId: string) => colId === col2.colId,\n );\n\n if (col1Index === -1) {\n col1.hide = true;\n return 0;\n } else if (col2Index === -1) {\n col2.hide = true;\n return 0;\n } else {\n return col1Index - col2Index;\n }\n });\n\n this.isGridInitialized = true;\n this.#changeDetectorRef.markForCheck();\n }\n\n #updateData(): void {\n this.displayedItems = this.#filterItems(this.#searchItems(this.items));\n\n if (this.#dataState.onlyShowSelected) {\n this.displayedItems = this.displayedItems.filter((item) => item.selected);\n }\n\n if (this.displayedItems.length > 0) {\n this.#gridApi?.hideOverlay();\n } else {\n this.#gridApi?.showNoRowsOverlay();\n }\n\n this.#changeDetectorRef.markForCheck();\n }\n}\n"
8125
8125
  },
8126
8126
  {
8127
8127
  "fileName": "view-grid.component.html",
@@ -8136,7 +8136,7 @@
8136
8136
  {
8137
8137
  "fileName": "filter-modal.component.ts",
8138
8138
  "filePath": "/projects/ag-grid/documentation/code-examples/data-entry-grid/data-manager-added/filter-modal.component.ts",
8139
- "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n inject,\n} from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport {\n SkyDataManagerFilterData,\n SkyDataManagerFilterModalContext,\n} from '@skyux/data-manager';\nimport { SkyCheckboxModule } from '@skyux/forms';\nimport { SkyModalInstance, SkyModalModule } from '@skyux/modals';\n\nimport { Filters } from './filters';\n\n@Component({\n standalone: true,\n selector: 'app-filter-modal',\n templateUrl: './filter-modal.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [FormsModule, SkyCheckboxModule, SkyIdModule, SkyModalModule],\n})\nexport class FilterModalComponent {\n protected hideSales = false;\n protected jobTitle = '';\n\n readonly #changeDetector = inject(ChangeDetectorRef);\n readonly #context = inject(SkyDataManagerFilterModalContext);\n readonly #instance = inject(SkyModalInstance);\n\n constructor() {\n if (this.#context.filterData?.filters) {\n const filters = this.#context.filterData.filters as Filters;\n\n this.jobTitle = filters.jobTitle ?? 'any';\n this.hideSales = filters.hideSales ?? false;\n }\n\n this.#changeDetector.markForCheck();\n }\n\n protected applyFilters(): void {\n const result: SkyDataManagerFilterData = {};\n\n result.filtersApplied = this.jobTitle !== 'any' || this.hideSales;\n result.filters = {\n jobTitle: this.jobTitle,\n hideSales: this.hideSales,\n } satisfies Filters;\n\n this.#changeDetector.markForCheck();\n this.#instance.save(result);\n }\n\n protected clearAllFilters(): void {\n this.hideSales = false;\n this.jobTitle = 'any';\n this.#changeDetector.markForCheck();\n }\n\n protected cancel(): void {\n this.#instance.cancel();\n }\n}\n"
8139
+ "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n inject,\n} from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport {\n SkyDataManagerFilterData,\n SkyDataManagerFilterModalContext,\n} from '@skyux/data-manager';\nimport { SkyCheckboxModule } from '@skyux/forms';\nimport { SkyModalInstance, SkyModalModule } from '@skyux/modals';\n\nimport { Filters } from './filters';\n\n@Component({\n selector: 'app-filter-modal',\n templateUrl: './filter-modal.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [FormsModule, SkyCheckboxModule, SkyIdModule, SkyModalModule],\n})\nexport class FilterModalComponent {\n protected hideSales = false;\n protected jobTitle = '';\n\n readonly #changeDetector = inject(ChangeDetectorRef);\n readonly #context = inject(SkyDataManagerFilterModalContext);\n readonly #instance = inject(SkyModalInstance);\n\n constructor() {\n if (this.#context.filterData?.filters) {\n const filters = this.#context.filterData.filters as Filters;\n\n this.jobTitle = filters.jobTitle ?? 'any';\n this.hideSales = filters.hideSales ?? false;\n }\n\n this.#changeDetector.markForCheck();\n }\n\n protected applyFilters(): void {\n const result: SkyDataManagerFilterData = {};\n\n result.filtersApplied = this.jobTitle !== 'any' || this.hideSales;\n result.filters = {\n jobTitle: this.jobTitle,\n hideSales: this.hideSales,\n } satisfies Filters;\n\n this.#changeDetector.markForCheck();\n this.#instance.save(result);\n }\n\n protected clearAllFilters(): void {\n this.hideSales = false;\n this.jobTitle = 'any';\n this.#changeDetector.markForCheck();\n }\n\n protected cancel(): void {\n this.#instance.cancel();\n }\n}\n"
8140
8140
  },
8141
8141
  {
8142
8142
  "fileName": "filter-modal.component.html",
@@ -8146,7 +8146,7 @@
8146
8146
  {
8147
8147
  "fileName": "edit-modal.component.ts",
8148
8148
  "filePath": "/projects/ag-grid/documentation/code-examples/data-entry-grid/data-manager-added/edit-modal.component.ts",
8149
- "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n inject,\n} from '@angular/core';\nimport {\n SkyAgGridAutocompleteProperties,\n SkyAgGridDatepickerProperties,\n SkyAgGridModule,\n SkyAgGridService,\n SkyCellType,\n} from '@skyux/ag-grid';\nimport { SkyAutocompleteSelectionChange } from '@skyux/lookup';\nimport { SkyModalInstance, SkyModalModule } from '@skyux/modals';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n ColDef,\n GridApi,\n GridOptions,\n GridReadyEvent,\n ICellEditorParams,\n IRowNode,\n} from 'ag-grid-community';\n\nimport { AgGridDemoRow, DEPARTMENTS, JOB_TITLES } from './data';\nimport { EditModalContext } from './edit-modal-context';\n\n@Component({\n standalone: true,\n selector: 'app-edit-modal',\n templateUrl: './edit-modal.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [AgGridModule, SkyAgGridModule, SkyModalModule],\n})\nexport class EditModalComponent {\n protected gridData: AgGridDemoRow[];\n protected gridOptions: GridOptions;\n\n #columnDefs: ColDef[];\n #gridApi: GridApi | undefined;\n\n protected readonly instance = inject(SkyModalInstance);\n readonly #agGridService = inject(SkyAgGridService);\n readonly #changeDetector = inject(ChangeDetectorRef);\n readonly #context = inject(EditModalContext);\n\n constructor() {\n this.#columnDefs = [\n {\n field: 'name',\n headerName: 'Name',\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n maxWidth: 60,\n editable: true,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n editable: true,\n cellEditorParams: (\n params: ICellEditorParams<AgGridDemoRow>,\n ): { skyComponentProperties: SkyAgGridDatepickerProperties } => {\n return {\n skyComponentProperties: {\n minDate: params.data.startDate,\n },\n };\n },\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n editable: true,\n cellEditorParams: (\n params: ICellEditorParams<AgGridDemoRow>,\n ): { skyComponentProperties: SkyAgGridAutocompleteProperties } => {\n return {\n skyComponentProperties: {\n data: DEPARTMENTS,\n selectionChange: (change): void => {\n this.#departmentSelectionChange(change, params.node);\n },\n },\n };\n },\n onCellValueChanged: (event): void => {\n if (event.newValue !== event.oldValue) {\n this.#clearJobTitle(event.node);\n }\n },\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n editable: true,\n cellEditorParams: (\n params: ICellEditorParams<AgGridDemoRow>,\n ): { skyComponentProperties: SkyAgGridAutocompleteProperties } => {\n const selectedDepartment = params.data?.department?.name;\n\n const editParams: {\n skyComponentProperties: SkyAgGridAutocompleteProperties;\n } = { skyComponentProperties: { data: [] } };\n\n if (selectedDepartment) {\n editParams.skyComponentProperties.data =\n JOB_TITLES[selectedDepartment];\n }\n\n return editParams;\n },\n },\n {\n colId: 'validationCurrency',\n field: 'validationCurrency',\n headerName: 'Validation currency',\n type: [SkyCellType.CurrencyValidator],\n editable: true,\n },\n {\n colId: 'validationDate',\n field: 'validationDate',\n headerName: 'Validation date',\n type: [SkyCellType.Date, SkyCellType.Validator],\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: Date): boolean =>\n !!value && value > new Date(1985, 9, 26),\n validatorMessage: 'Enter a future date.',\n },\n },\n editable: true,\n },\n ];\n\n this.gridData = this.#context.gridData;\n\n const gridOptions: GridOptions = {\n columnDefs: this.#columnDefs,\n onGridReady: (gridReadyEvent): void => {\n this.onGridReady(gridReadyEvent);\n },\n };\n\n this.gridOptions = this.#agGridService.getEditableGridOptions({\n gridOptions,\n });\n\n this.#changeDetector.markForCheck();\n }\n\n public onGridReady(gridReadyEvent: GridReadyEvent): void {\n this.#gridApi = gridReadyEvent.api;\n this.#changeDetector.markForCheck();\n }\n\n #departmentSelectionChange(\n change: SkyAutocompleteSelectionChange,\n node: IRowNode<AgGridDemoRow>,\n ): void {\n if (change.selectedItem && change.selectedItem !== node.data?.department) {\n this.#clearJobTitle(node);\n }\n }\n\n #clearJobTitle(node: IRowNode<AgGridDemoRow> | null): void {\n if (node?.data) {\n node.data.jobTitle = undefined;\n\n if (this.#gridApi) {\n this.#gridApi.refreshCells({\n rowNodes: [node],\n });\n }\n }\n\n this.#changeDetector.markForCheck();\n }\n}\n"
8149
+ "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n inject,\n} from '@angular/core';\nimport {\n SkyAgGridAutocompleteProperties,\n SkyAgGridDatepickerProperties,\n SkyAgGridModule,\n SkyAgGridService,\n SkyCellType,\n} from '@skyux/ag-grid';\nimport { SkyAutocompleteSelectionChange } from '@skyux/lookup';\nimport { SkyModalInstance, SkyModalModule } from '@skyux/modals';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n ColDef,\n GridApi,\n GridOptions,\n GridReadyEvent,\n ICellEditorParams,\n IRowNode,\n} from 'ag-grid-community';\n\nimport { AgGridDemoRow, DEPARTMENTS, JOB_TITLES } from './data';\nimport { EditModalContext } from './edit-modal-context';\n\n@Component({\n selector: 'app-edit-modal',\n templateUrl: './edit-modal.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [AgGridModule, SkyAgGridModule, SkyModalModule],\n})\nexport class EditModalComponent {\n protected gridData: AgGridDemoRow[];\n protected gridOptions: GridOptions;\n\n #columnDefs: ColDef[];\n #gridApi: GridApi | undefined;\n\n protected readonly instance = inject(SkyModalInstance);\n readonly #agGridService = inject(SkyAgGridService);\n readonly #changeDetector = inject(ChangeDetectorRef);\n readonly #context = inject(EditModalContext);\n\n constructor() {\n this.#columnDefs = [\n {\n field: 'name',\n headerName: 'Name',\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n maxWidth: 60,\n editable: true,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n editable: true,\n cellEditorParams: (\n params: ICellEditorParams<AgGridDemoRow>,\n ): { skyComponentProperties: SkyAgGridDatepickerProperties } => {\n return {\n skyComponentProperties: {\n minDate: params.data.startDate,\n },\n };\n },\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n editable: true,\n cellEditorParams: (\n params: ICellEditorParams<AgGridDemoRow>,\n ): { skyComponentProperties: SkyAgGridAutocompleteProperties } => {\n return {\n skyComponentProperties: {\n data: DEPARTMENTS,\n selectionChange: (change): void => {\n this.#departmentSelectionChange(change, params.node);\n },\n },\n };\n },\n onCellValueChanged: (event): void => {\n if (event.newValue !== event.oldValue) {\n this.#clearJobTitle(event.node);\n }\n },\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n editable: true,\n cellEditorParams: (\n params: ICellEditorParams<AgGridDemoRow>,\n ): { skyComponentProperties: SkyAgGridAutocompleteProperties } => {\n const selectedDepartment = params.data?.department?.name;\n\n const editParams: {\n skyComponentProperties: SkyAgGridAutocompleteProperties;\n } = { skyComponentProperties: { data: [] } };\n\n if (selectedDepartment) {\n editParams.skyComponentProperties.data =\n JOB_TITLES[selectedDepartment];\n }\n\n return editParams;\n },\n },\n {\n colId: 'validationCurrency',\n field: 'validationCurrency',\n headerName: 'Validation currency',\n type: [SkyCellType.CurrencyValidator],\n editable: true,\n },\n {\n colId: 'validationDate',\n field: 'validationDate',\n headerName: 'Validation date',\n type: [SkyCellType.Date, SkyCellType.Validator],\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: Date): boolean =>\n !!value && value > new Date(1985, 9, 26),\n validatorMessage: 'Enter a future date.',\n },\n },\n editable: true,\n },\n ];\n\n this.gridData = this.#context.gridData;\n\n const gridOptions: GridOptions = {\n columnDefs: this.#columnDefs,\n onGridReady: (gridReadyEvent): void => {\n this.onGridReady(gridReadyEvent);\n },\n };\n\n this.gridOptions = this.#agGridService.getEditableGridOptions({\n gridOptions,\n });\n\n this.#changeDetector.markForCheck();\n }\n\n public onGridReady(gridReadyEvent: GridReadyEvent): void {\n this.#gridApi = gridReadyEvent.api;\n this.#changeDetector.markForCheck();\n }\n\n #departmentSelectionChange(\n change: SkyAutocompleteSelectionChange,\n node: IRowNode<AgGridDemoRow>,\n ): void {\n if (change.selectedItem && change.selectedItem !== node.data?.department) {\n this.#clearJobTitle(node);\n }\n }\n\n #clearJobTitle(node: IRowNode<AgGridDemoRow> | null): void {\n if (node?.data) {\n node.data.jobTitle = undefined;\n\n if (this.#gridApi) {\n this.#gridApi.refreshCells({\n rowNodes: [node],\n });\n }\n }\n\n this.#changeDetector.markForCheck();\n }\n}\n"
8150
8150
  },
8151
8151
  {
8152
8152
  "fileName": "edit-modal.component.html",
@@ -8161,7 +8161,7 @@
8161
8161
  {
8162
8162
  "fileName": "demo.component.ts",
8163
8163
  "filePath": "/projects/ag-grid/documentation/code-examples/data-entry-grid/data-manager-added/demo.component.ts",
8164
- "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n OnDestroy,\n OnInit,\n inject,\n} from '@angular/core';\nimport {\n SkyDataManagerModule,\n SkyDataManagerService,\n SkyDataManagerState,\n} from '@skyux/data-manager';\nimport { SkyModalConfigurationInterface, SkyModalService } from '@skyux/modals';\n\nimport { Subject, takeUntil } from 'rxjs';\n\nimport { AG_GRID_DEMO_DATA, AgGridDemoRow } from './data';\nimport { EditModalContext } from './edit-modal-context';\nimport { EditModalComponent } from './edit-modal.component';\nimport { FilterModalComponent } from './filter-modal.component';\nimport { ViewGridComponent } from './view-grid.component';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [SkyDataManagerService],\n imports: [ViewGridComponent, SkyDataManagerModule],\n})\nexport class DemoComponent implements OnInit, OnDestroy {\n protected items = AG_GRID_DEMO_DATA;\n\n #activeViewId = 'dataEntryGridWithDataManagerView';\n\n #defaultDataState = new SkyDataManagerState({\n filterData: {\n filtersApplied: false,\n filters: {\n hideSales: false,\n },\n },\n views: [\n {\n viewId: 'dataEntryGridWithDataManagerView',\n displayedColumnIds: [\n 'selected',\n 'context',\n 'name',\n 'age',\n 'startDate',\n 'endDate',\n 'department',\n 'jobTitle',\n 'validationCurrency',\n 'validationDate',\n ],\n },\n ],\n });\n\n #dataManagerConfig = {\n filterModalComponent: FilterModalComponent,\n sortOptions: [\n {\n id: 'az',\n label: 'Name (A - Z)',\n descending: false,\n propertyName: 'name',\n },\n {\n id: 'za',\n label: 'Name (Z - A)',\n descending: true,\n propertyName: 'name',\n },\n ],\n };\n\n #ngUnsubscribe = new Subject<void>();\n\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #dataManagerSvc = inject(SkyDataManagerService);\n readonly #modalSvc = inject(SkyModalService);\n\n constructor() {\n this.#dataManagerSvc\n .getActiveViewIdUpdates()\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((activeViewId) => {\n this.#activeViewId = activeViewId;\n this.#changeDetectorRef.detectChanges();\n });\n }\n\n public ngOnInit(): void {\n this.#dataManagerSvc.initDataManager({\n activeViewId: this.#activeViewId,\n dataManagerConfig: this.#dataManagerConfig,\n defaultDataState: this.#defaultDataState,\n });\n }\n\n public ngOnDestroy(): void {\n this.#ngUnsubscribe.next();\n this.#ngUnsubscribe.complete();\n }\n\n protected openModal(): void {\n const context = new EditModalContext();\n context.gridData = this.items.slice();\n\n this.#changeDetectorRef.markForCheck();\n\n const options: SkyModalConfigurationInterface = {\n ariaDescribedBy: 'docs-edit-grid-modal-content',\n providers: [\n {\n provide: EditModalContext,\n useValue: context,\n },\n ],\n size: 'large',\n };\n\n const modalInstance = this.#modalSvc.open(EditModalComponent, options);\n\n modalInstance.closed.subscribe((result) => {\n if (result.reason === 'cancel' || result.reason === 'close') {\n alert('Edits canceled!');\n } else {\n this.items = result.data as AgGridDemoRow[];\n alert('Saving data!');\n }\n\n this.#changeDetectorRef.markForCheck();\n });\n }\n}\n"
8164
+ "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n OnDestroy,\n OnInit,\n inject,\n} from '@angular/core';\nimport {\n SkyDataManagerModule,\n SkyDataManagerService,\n SkyDataManagerState,\n} from '@skyux/data-manager';\nimport { SkyModalConfigurationInterface, SkyModalService } from '@skyux/modals';\n\nimport { Subject, takeUntil } from 'rxjs';\n\nimport { AG_GRID_DEMO_DATA, AgGridDemoRow } from './data';\nimport { EditModalContext } from './edit-modal-context';\nimport { EditModalComponent } from './edit-modal.component';\nimport { FilterModalComponent } from './filter-modal.component';\nimport { ViewGridComponent } from './view-grid.component';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [SkyDataManagerService],\n imports: [ViewGridComponent, SkyDataManagerModule],\n})\nexport class DemoComponent implements OnInit, OnDestroy {\n protected items = AG_GRID_DEMO_DATA;\n\n #activeViewId = 'dataEntryGridWithDataManagerView';\n\n #defaultDataState = new SkyDataManagerState({\n filterData: {\n filtersApplied: false,\n filters: {\n hideSales: false,\n },\n },\n views: [\n {\n viewId: 'dataEntryGridWithDataManagerView',\n displayedColumnIds: [\n 'selected',\n 'context',\n 'name',\n 'age',\n 'startDate',\n 'endDate',\n 'department',\n 'jobTitle',\n 'validationCurrency',\n 'validationDate',\n ],\n },\n ],\n });\n\n #dataManagerConfig = {\n filterModalComponent: FilterModalComponent,\n sortOptions: [\n {\n id: 'az',\n label: 'Name (A - Z)',\n descending: false,\n propertyName: 'name',\n },\n {\n id: 'za',\n label: 'Name (Z - A)',\n descending: true,\n propertyName: 'name',\n },\n ],\n };\n\n #ngUnsubscribe = new Subject<void>();\n\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #dataManagerSvc = inject(SkyDataManagerService);\n readonly #modalSvc = inject(SkyModalService);\n\n constructor() {\n this.#dataManagerSvc\n .getActiveViewIdUpdates()\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((activeViewId) => {\n this.#activeViewId = activeViewId;\n this.#changeDetectorRef.detectChanges();\n });\n }\n\n public ngOnInit(): void {\n this.#dataManagerSvc.initDataManager({\n activeViewId: this.#activeViewId,\n dataManagerConfig: this.#dataManagerConfig,\n defaultDataState: this.#defaultDataState,\n });\n }\n\n public ngOnDestroy(): void {\n this.#ngUnsubscribe.next();\n this.#ngUnsubscribe.complete();\n }\n\n protected openModal(): void {\n const context = new EditModalContext();\n context.gridData = this.items.slice();\n\n this.#changeDetectorRef.markForCheck();\n\n const options: SkyModalConfigurationInterface = {\n ariaDescribedBy: 'docs-edit-grid-modal-content',\n providers: [\n {\n provide: EditModalContext,\n useValue: context,\n },\n ],\n size: 'large',\n };\n\n const modalInstance = this.#modalSvc.open(EditModalComponent, options);\n\n modalInstance.closed.subscribe((result) => {\n if (result.reason === 'cancel' || result.reason === 'close') {\n alert('Edits canceled!');\n } else {\n this.items = result.data as AgGridDemoRow[];\n alert('Saving data!');\n }\n\n this.#changeDetectorRef.markForCheck();\n });\n }\n}\n"
8165
8165
  },
8166
8166
  {
8167
8167
  "fileName": "demo.component.html",
@@ -8176,7 +8176,7 @@
8176
8176
  {
8177
8177
  "fileName": "context-menu.component.ts",
8178
8178
  "filePath": "/projects/ag-grid/documentation/code-examples/data-entry-grid/data-manager-added/context-menu.component.ts",
8179
- "rawContents": "import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { ICellRendererAngularComp } from 'ag-grid-angular';\nimport { ICellRendererParams } from 'ag-grid-community';\n\nimport { AgGridDemoRow } from './data';\n\n@Component({\n standalone: true,\n selector: 'app-context-menu',\n templateUrl: './context-menu.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyDropdownModule],\n})\nexport class ContextMenuComponent implements ICellRendererAngularComp {\n public contextMenuAriaLabel = '';\n public deleteAriaLabel = '';\n public markInactiveAriaLabel = '';\n public moreInfoAriaLabel = '';\n\n #name: string | undefined;\n\n public agInit(params: ICellRendererParams<AgGridDemoRow>): void {\n this.#name = params.data?.name;\n this.contextMenuAriaLabel = `Context menu for ${this.#name}`;\n this.deleteAriaLabel = `Delete ${this.#name}`;\n this.markInactiveAriaLabel = `Mark ${this.#name} inactive`;\n this.moreInfoAriaLabel = `More info for ${this.#name}`;\n }\n\n public refresh(): boolean {\n return false;\n }\n\n protected actionClicked(action: string): void {\n alert(`${action} clicked for ${this.#name}`);\n }\n}\n"
8179
+ "rawContents": "import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { ICellRendererAngularComp } from 'ag-grid-angular';\nimport { ICellRendererParams } from 'ag-grid-community';\n\nimport { AgGridDemoRow } from './data';\n\n@Component({\n selector: 'app-context-menu',\n templateUrl: './context-menu.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyDropdownModule],\n})\nexport class ContextMenuComponent implements ICellRendererAngularComp {\n public contextMenuAriaLabel = '';\n public deleteAriaLabel = '';\n public markInactiveAriaLabel = '';\n public moreInfoAriaLabel = '';\n\n #name: string | undefined;\n\n public agInit(params: ICellRendererParams<AgGridDemoRow>): void {\n this.#name = params.data?.name;\n this.contextMenuAriaLabel = `Context menu for ${this.#name}`;\n this.deleteAriaLabel = `Delete ${this.#name}`;\n this.markInactiveAriaLabel = `Mark ${this.#name} inactive`;\n this.moreInfoAriaLabel = `More info for ${this.#name}`;\n }\n\n public refresh(): boolean {\n return false;\n }\n\n protected actionClicked(action: string): void {\n alert(`${action} clicked for ${this.#name}`);\n }\n}\n"
8180
8180
  },
8181
8181
  {
8182
8182
  "fileName": "context-menu.component.html",
@@ -8196,7 +8196,7 @@
8196
8196
  {
8197
8197
  "fileName": "edit-modal.component.ts",
8198
8198
  "filePath": "/projects/ag-grid/documentation/code-examples/data-entry-grid/basic/edit-modal.component.ts",
8199
- "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n OnInit,\n TemplateRef,\n ViewChild,\n inject,\n} from '@angular/core';\nimport {\n SkyAgGridAutocompleteProperties,\n SkyAgGridDatepickerProperties,\n SkyAgGridModule,\n SkyAgGridService,\n SkyCellType,\n} from '@skyux/ag-grid';\nimport { SkyAutocompleteSelectionChange } from '@skyux/lookup';\nimport { SkyModalInstance, SkyModalModule } from '@skyux/modals';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n ColDef,\n GridApi,\n GridOptions,\n GridReadyEvent,\n ICellEditorParams,\n IRowNode,\n NewValueParams,\n} from 'ag-grid-community';\n\nimport { AgGridDemoRow, DEPARTMENTS, JOB_TITLES } from './data';\nimport { EditModalContext } from './edit-modal-context';\nimport { MarkInactiveComponent } from './mark-inactive.component';\n\n@Component({\n standalone: true,\n selector: 'app-edit-modal',\n templateUrl: './edit-modal.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [\n AgGridModule,\n SkyAgGridModule,\n SkyModalModule,\n MarkInactiveComponent,\n ],\n})\nexport class EditModalComponent implements OnInit {\n @ViewChild('markInactiveAction', { static: true })\n protected markInactiveAction: TemplateRef<unknown> | undefined;\n\n protected gridData: AgGridDemoRow[];\n protected gridOptions: GridOptions | undefined;\n\n #gridApi: GridApi | undefined;\n\n protected readonly instance = inject(SkyModalInstance);\n readonly #agGridSvc = inject(SkyAgGridService);\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #context = inject(EditModalContext);\n\n constructor() {\n this.gridData = this.#context.gridData;\n }\n\n public ngOnInit(): void {\n const columnDefs: ColDef[] = [\n {\n colId: 'markInactiveAction',\n headerName: 'Mark inactive',\n type: SkyCellType.Template,\n editable: true,\n cellRendererParams: {\n template: this.markInactiveAction,\n },\n },\n {\n field: 'name',\n headerName: 'Name',\n type: SkyCellType.Text,\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: string): boolean => String(value).length <= 10,\n validatorMessage: `Value exceeds maximum length`,\n },\n },\n cellEditorParams: {\n skyComponentProperties: {\n maxlength: 10,\n },\n },\n editable: true,\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: number): boolean => value >= 18,\n validatorMessage: `Age must be 18+`,\n },\n },\n maxWidth: 60,\n cellEditorParams: {\n skyComponentProperties: {\n min: 18,\n },\n },\n editable: true,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n editable: true,\n cellEditorParams: (\n params: ICellEditorParams<AgGridDemoRow>,\n ): { skyComponentProperties: SkyAgGridDatepickerProperties } => {\n return { skyComponentProperties: { minDate: params.data.startDate } };\n },\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n editable: true,\n cellEditorParams: (\n params: ICellEditorParams<AgGridDemoRow>,\n ): { skyComponentProperties: SkyAgGridAutocompleteProperties } => {\n return {\n skyComponentProperties: {\n data: DEPARTMENTS,\n selectionChange: (\n change: SkyAutocompleteSelectionChange,\n ): void => {\n this.#departmentSelectionChange(change, params.node);\n },\n },\n };\n },\n onCellValueChanged: (event: NewValueParams): void => {\n if (event.newValue !== event.oldValue) {\n this.#clearJobTitle(event.node);\n }\n },\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n editable: true,\n cellEditorParams: (\n params: ICellEditorParams<AgGridDemoRow>,\n ): { skyComponentProperties: SkyAgGridAutocompleteProperties } => {\n const selectedDepartment = params.data?.department?.name;\n\n const editParams: {\n skyComponentProperties: SkyAgGridAutocompleteProperties;\n } = { skyComponentProperties: { data: [] } };\n\n if (selectedDepartment) {\n editParams.skyComponentProperties.data =\n JOB_TITLES[selectedDepartment];\n }\n\n return editParams;\n },\n },\n {\n colId: 'validationCurrency',\n field: 'validationCurrency',\n headerName: 'Validation currency',\n type: [SkyCellType.CurrencyValidator],\n editable: true,\n },\n {\n colId: 'validationDate',\n field: 'validationDate',\n headerName: 'Validation date',\n type: [SkyCellType.Date, SkyCellType.Validator],\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: Date): boolean =>\n !!value && value > new Date(1985, 9, 26),\n validatorMessage: 'Please enter a future date',\n },\n },\n editable: true,\n },\n ];\n\n this.gridOptions = {\n columnDefs: columnDefs,\n onGridReady: (gridReadyEvent): void => {\n this.onGridReady(gridReadyEvent);\n },\n };\n\n this.gridOptions = this.#agGridSvc.getEditableGridOptions({\n gridOptions: this.gridOptions,\n });\n\n this.#changeDetectorRef.markForCheck();\n }\n\n public onGridReady(gridReadyEvent: GridReadyEvent): void {\n this.#gridApi = gridReadyEvent.api;\n\n this.#changeDetectorRef.markForCheck();\n }\n\n #departmentSelectionChange(\n change: SkyAutocompleteSelectionChange,\n node: IRowNode<AgGridDemoRow>,\n ): void {\n if (change.selectedItem && change.selectedItem !== node.data?.department) {\n this.#clearJobTitle(node);\n }\n }\n\n #clearJobTitle(node: IRowNode<AgGridDemoRow> | null): void {\n if (node?.data) {\n node.data.jobTitle = undefined;\n this.#changeDetectorRef.markForCheck();\n\n if (this.#gridApi) {\n this.#gridApi.refreshCells({ rowNodes: [node] });\n }\n }\n }\n}\n"
8199
+ "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n OnInit,\n TemplateRef,\n ViewChild,\n inject,\n} from '@angular/core';\nimport {\n SkyAgGridAutocompleteProperties,\n SkyAgGridDatepickerProperties,\n SkyAgGridModule,\n SkyAgGridService,\n SkyCellType,\n} from '@skyux/ag-grid';\nimport { SkyAutocompleteSelectionChange } from '@skyux/lookup';\nimport { SkyModalInstance, SkyModalModule } from '@skyux/modals';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n ColDef,\n GridApi,\n GridOptions,\n GridReadyEvent,\n ICellEditorParams,\n IRowNode,\n NewValueParams,\n} from 'ag-grid-community';\n\nimport { AgGridDemoRow, DEPARTMENTS, JOB_TITLES } from './data';\nimport { EditModalContext } from './edit-modal-context';\nimport { MarkInactiveComponent } from './mark-inactive.component';\n\n@Component({\n selector: 'app-edit-modal',\n templateUrl: './edit-modal.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [\n AgGridModule,\n SkyAgGridModule,\n SkyModalModule,\n MarkInactiveComponent,\n ],\n})\nexport class EditModalComponent implements OnInit {\n @ViewChild('markInactiveAction', { static: true })\n protected markInactiveAction: TemplateRef<unknown> | undefined;\n\n protected gridData: AgGridDemoRow[];\n protected gridOptions: GridOptions | undefined;\n\n #gridApi: GridApi | undefined;\n\n protected readonly instance = inject(SkyModalInstance);\n readonly #agGridSvc = inject(SkyAgGridService);\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #context = inject(EditModalContext);\n\n constructor() {\n this.gridData = this.#context.gridData;\n }\n\n public ngOnInit(): void {\n const columnDefs: ColDef[] = [\n {\n colId: 'markInactiveAction',\n headerName: 'Mark inactive',\n type: SkyCellType.Template,\n editable: true,\n cellRendererParams: {\n template: this.markInactiveAction,\n },\n },\n {\n field: 'name',\n headerName: 'Name',\n type: SkyCellType.Text,\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: string): boolean => String(value).length <= 10,\n validatorMessage: `Value exceeds maximum length`,\n },\n },\n cellEditorParams: {\n skyComponentProperties: {\n maxlength: 10,\n },\n },\n editable: true,\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: number): boolean => value >= 18,\n validatorMessage: `Age must be 18+`,\n },\n },\n maxWidth: 60,\n cellEditorParams: {\n skyComponentProperties: {\n min: 18,\n },\n },\n editable: true,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n editable: true,\n cellEditorParams: (\n params: ICellEditorParams<AgGridDemoRow>,\n ): { skyComponentProperties: SkyAgGridDatepickerProperties } => {\n return { skyComponentProperties: { minDate: params.data.startDate } };\n },\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n editable: true,\n cellEditorParams: (\n params: ICellEditorParams<AgGridDemoRow>,\n ): { skyComponentProperties: SkyAgGridAutocompleteProperties } => {\n return {\n skyComponentProperties: {\n data: DEPARTMENTS,\n selectionChange: (\n change: SkyAutocompleteSelectionChange,\n ): void => {\n this.#departmentSelectionChange(change, params.node);\n },\n },\n };\n },\n onCellValueChanged: (event: NewValueParams): void => {\n if (event.newValue !== event.oldValue) {\n this.#clearJobTitle(event.node);\n }\n },\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n editable: true,\n cellEditorParams: (\n params: ICellEditorParams<AgGridDemoRow>,\n ): { skyComponentProperties: SkyAgGridAutocompleteProperties } => {\n const selectedDepartment = params.data?.department?.name;\n\n const editParams: {\n skyComponentProperties: SkyAgGridAutocompleteProperties;\n } = { skyComponentProperties: { data: [] } };\n\n if (selectedDepartment) {\n editParams.skyComponentProperties.data =\n JOB_TITLES[selectedDepartment];\n }\n\n return editParams;\n },\n },\n {\n colId: 'validationCurrency',\n field: 'validationCurrency',\n headerName: 'Validation currency',\n type: [SkyCellType.CurrencyValidator],\n editable: true,\n },\n {\n colId: 'validationDate',\n field: 'validationDate',\n headerName: 'Validation date',\n type: [SkyCellType.Date, SkyCellType.Validator],\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: Date): boolean =>\n !!value && value > new Date(1985, 9, 26),\n validatorMessage: 'Please enter a future date',\n },\n },\n editable: true,\n },\n ];\n\n this.gridOptions = {\n columnDefs: columnDefs,\n onGridReady: (gridReadyEvent): void => {\n this.onGridReady(gridReadyEvent);\n },\n };\n\n this.gridOptions = this.#agGridSvc.getEditableGridOptions({\n gridOptions: this.gridOptions,\n });\n\n this.#changeDetectorRef.markForCheck();\n }\n\n public onGridReady(gridReadyEvent: GridReadyEvent): void {\n this.#gridApi = gridReadyEvent.api;\n\n this.#changeDetectorRef.markForCheck();\n }\n\n #departmentSelectionChange(\n change: SkyAutocompleteSelectionChange,\n node: IRowNode<AgGridDemoRow>,\n ): void {\n if (change.selectedItem && change.selectedItem !== node.data?.department) {\n this.#clearJobTitle(node);\n }\n }\n\n #clearJobTitle(node: IRowNode<AgGridDemoRow> | null): void {\n if (node?.data) {\n node.data.jobTitle = undefined;\n this.#changeDetectorRef.markForCheck();\n\n if (this.#gridApi) {\n this.#gridApi.refreshCells({ rowNodes: [node] });\n }\n }\n }\n}\n"
8200
8200
  },
8201
8201
  {
8202
8202
  "fileName": "edit-modal.component.html",
@@ -8211,7 +8211,7 @@
8211
8211
  {
8212
8212
  "fileName": "demo.component.ts",
8213
8213
  "filePath": "/projects/ag-grid/documentation/code-examples/data-entry-grid/basic/demo.component.ts",
8214
- "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n inject,\n} from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\nimport { SkyToolbarModule } from '@skyux/layout';\nimport { SkySearchModule } from '@skyux/lookup';\nimport { SkyModalConfigurationInterface, SkyModalService } from '@skyux/modals';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n ColDef,\n GridApi,\n GridOptions,\n GridReadyEvent,\n ValueFormatterParams,\n} from 'ag-grid-community';\nimport { of } from 'rxjs';\n\nimport { ContextMenuComponent } from './context-menu.component';\nimport { AG_GRID_DEMO_DATA, AgGridDemoRow } from './data';\nimport { EditModalContext } from './edit-modal-context';\nimport { EditModalComponent } from './edit-modal.component';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [AgGridModule, SkyAgGridModule, SkySearchModule, SkyToolbarModule],\n})\nexport class DemoComponent {\n protected gridData = AG_GRID_DEMO_DATA;\n protected gridOptions: GridOptions;\n protected noRowsTemplate = `<div class=\"sky-font-deemphasized\">No results found.</div>`;\n protected searchText = '';\n\n #columnDefs: ColDef[] = [\n {\n field: 'selected',\n type: SkyCellType.RowSelector,\n cellRendererParams: {\n // Could be a SkyAppResourcesService.getString call that returns an observable.\n label: (data: AgGridDemoRow) => of(`Select ${data.name}`),\n },\n },\n {\n colId: 'context',\n maxWidth: 50,\n sortable: false,\n cellRenderer: ContextMenuComponent,\n headerName: 'Context menu',\n headerComponentParams: {\n headerHidden: true,\n },\n },\n {\n field: 'name',\n headerName: 'Name',\n type: SkyCellType.Text,\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: string): boolean => String(value).length <= 10,\n validatorMessage: `Value exceeds maximum length`,\n },\n },\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: number): boolean => value >= 18,\n validatorMessage: `Age must be 18+`,\n },\n },\n maxWidth: 60,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n valueFormatter: (params: ValueFormatterParams<AgGridDemoRow, Date>) =>\n this.#endDateFormatter(params),\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n },\n {\n colId: 'validationCurrency',\n field: 'validationCurrency',\n headerName: 'Validation currency',\n type: [SkyCellType.CurrencyValidator],\n },\n {\n colId: 'validationDate',\n field: 'validationDate',\n headerName: 'Validation date',\n type: [SkyCellType.Date, SkyCellType.Validator],\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: Date): boolean =>\n !!value && value > new Date(1985, 9, 26),\n validatorMessage: 'Enter a future date',\n },\n },\n },\n ];\n\n #gridApi: GridApi | undefined;\n\n readonly #agGridSvc = inject(SkyAgGridService);\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #modalSvc = inject(SkyModalService);\n\n constructor() {\n const gridOptions: GridOptions = {\n columnDefs: this.#columnDefs,\n onGridReady: (gridReadyEvent): void => {\n this.onGridReady(gridReadyEvent);\n },\n };\n\n this.gridOptions = this.#agGridSvc.getEditableGridOptions({\n gridOptions,\n });\n\n this.#changeDetectorRef.markForCheck();\n }\n\n public onGridReady(gridReadyEvent: GridReadyEvent): void {\n this.#gridApi = gridReadyEvent.api;\n this.#changeDetectorRef.markForCheck();\n }\n\n protected openModal(): void {\n const context = new EditModalContext();\n\n context.gridData = this.gridData;\n\n const options: SkyModalConfigurationInterface = {\n ariaDescribedBy: 'docs-edit-grid-modal-content',\n providers: [\n {\n provide: EditModalContext,\n useValue: context,\n },\n ],\n size: 'large',\n };\n\n const modalInstance = this.#modalSvc.open(EditModalComponent, options);\n\n modalInstance.closed.subscribe((result) => {\n if (result.reason === 'cancel' || result.reason === 'close') {\n alert('Edits canceled!');\n } else {\n this.gridData = result.data as AgGridDemoRow[];\n\n if (this.#gridApi) {\n this.#gridApi.refreshCells();\n }\n\n alert('Saving data!');\n }\n });\n }\n\n protected searchApplied(searchText: string | void): void {\n this.searchText = searchText ?? '';\n\n if (this.#gridApi) {\n this.#gridApi.updateGridOptions({ quickFilterText: this.searchText });\n\n const displayedRowCount = this.#gridApi.getDisplayedRowCount();\n\n if (displayedRowCount > 0) {\n this.#gridApi.hideOverlay();\n } else {\n this.#gridApi.showNoRowsOverlay();\n }\n }\n }\n\n #endDateFormatter(params: ValueFormatterParams<AgGridDemoRow, Date>): string {\n return params.value\n ? params.value.toLocaleDateString('en-us', {\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n })\n : 'N/A';\n }\n}\n"
8214
+ "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n inject,\n} from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService, SkyCellType } from '@skyux/ag-grid';\nimport { SkyToolbarModule } from '@skyux/layout';\nimport { SkySearchModule } from '@skyux/lookup';\nimport { SkyModalConfigurationInterface, SkyModalService } from '@skyux/modals';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n ColDef,\n GridApi,\n GridOptions,\n GridReadyEvent,\n ValueFormatterParams,\n} from 'ag-grid-community';\nimport { of } from 'rxjs';\n\nimport { ContextMenuComponent } from './context-menu.component';\nimport { AG_GRID_DEMO_DATA, AgGridDemoRow } from './data';\nimport { EditModalContext } from './edit-modal-context';\nimport { EditModalComponent } from './edit-modal.component';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [AgGridModule, SkyAgGridModule, SkySearchModule, SkyToolbarModule],\n})\nexport class DemoComponent {\n protected gridData = AG_GRID_DEMO_DATA;\n protected gridOptions: GridOptions;\n protected noRowsTemplate = `<div class=\"sky-font-deemphasized\">No results found.</div>`;\n protected searchText = '';\n\n #columnDefs: ColDef[] = [\n {\n field: 'selected',\n type: SkyCellType.RowSelector,\n cellRendererParams: {\n // Could be a SkyAppResourcesService.getString call that returns an observable.\n label: (data: AgGridDemoRow) => of(`Select ${data.name}`),\n },\n },\n {\n colId: 'context',\n maxWidth: 50,\n sortable: false,\n cellRenderer: ContextMenuComponent,\n headerName: 'Context menu',\n headerComponentParams: {\n headerHidden: true,\n },\n },\n {\n field: 'name',\n headerName: 'Name',\n type: SkyCellType.Text,\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: string): boolean => String(value).length <= 10,\n validatorMessage: `Value exceeds maximum length`,\n },\n },\n },\n {\n field: 'age',\n headerName: 'Age',\n type: SkyCellType.Number,\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: number): boolean => value >= 18,\n validatorMessage: `Age must be 18+`,\n },\n },\n maxWidth: 60,\n },\n {\n field: 'startDate',\n headerName: 'Start date',\n type: SkyCellType.Date,\n sort: 'asc',\n },\n {\n field: 'endDate',\n headerName: 'End date',\n type: SkyCellType.Date,\n valueFormatter: (params: ValueFormatterParams<AgGridDemoRow, Date>) =>\n this.#endDateFormatter(params),\n },\n {\n field: 'department',\n headerName: 'Department',\n type: SkyCellType.Autocomplete,\n },\n {\n field: 'jobTitle',\n headerName: 'Title',\n type: SkyCellType.Autocomplete,\n },\n {\n colId: 'validationCurrency',\n field: 'validationCurrency',\n headerName: 'Validation currency',\n type: [SkyCellType.CurrencyValidator],\n },\n {\n colId: 'validationDate',\n field: 'validationDate',\n headerName: 'Validation date',\n type: [SkyCellType.Date, SkyCellType.Validator],\n cellRendererParams: {\n skyComponentProperties: {\n validator: (value: Date): boolean =>\n !!value && value > new Date(1985, 9, 26),\n validatorMessage: 'Enter a future date',\n },\n },\n },\n ];\n\n #gridApi: GridApi | undefined;\n\n readonly #agGridSvc = inject(SkyAgGridService);\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #modalSvc = inject(SkyModalService);\n\n constructor() {\n const gridOptions: GridOptions = {\n columnDefs: this.#columnDefs,\n onGridReady: (gridReadyEvent): void => {\n this.onGridReady(gridReadyEvent);\n },\n };\n\n this.gridOptions = this.#agGridSvc.getEditableGridOptions({\n gridOptions,\n });\n\n this.#changeDetectorRef.markForCheck();\n }\n\n public onGridReady(gridReadyEvent: GridReadyEvent): void {\n this.#gridApi = gridReadyEvent.api;\n this.#changeDetectorRef.markForCheck();\n }\n\n protected openModal(): void {\n const context = new EditModalContext();\n\n context.gridData = this.gridData;\n\n const options: SkyModalConfigurationInterface = {\n ariaDescribedBy: 'docs-edit-grid-modal-content',\n providers: [\n {\n provide: EditModalContext,\n useValue: context,\n },\n ],\n size: 'large',\n };\n\n const modalInstance = this.#modalSvc.open(EditModalComponent, options);\n\n modalInstance.closed.subscribe((result) => {\n if (result.reason === 'cancel' || result.reason === 'close') {\n alert('Edits canceled!');\n } else {\n this.gridData = result.data as AgGridDemoRow[];\n\n if (this.#gridApi) {\n this.#gridApi.refreshCells();\n }\n\n alert('Saving data!');\n }\n });\n }\n\n protected searchApplied(searchText: string | void): void {\n this.searchText = searchText ?? '';\n\n if (this.#gridApi) {\n this.#gridApi.updateGridOptions({ quickFilterText: this.searchText });\n\n const displayedRowCount = this.#gridApi.getDisplayedRowCount();\n\n if (displayedRowCount > 0) {\n this.#gridApi.hideOverlay();\n } else {\n this.#gridApi.showNoRowsOverlay();\n }\n }\n }\n\n #endDateFormatter(params: ValueFormatterParams<AgGridDemoRow, Date>): string {\n return params.value\n ? params.value.toLocaleDateString('en-us', {\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n })\n : 'N/A';\n }\n}\n"
8215
8215
  },
8216
8216
  {
8217
8217
  "fileName": "demo.component.html",
@@ -8226,7 +8226,7 @@
8226
8226
  {
8227
8227
  "fileName": "context-menu.component.ts",
8228
8228
  "filePath": "/projects/ag-grid/documentation/code-examples/data-entry-grid/basic/context-menu.component.ts",
8229
- "rawContents": "import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { ICellRendererAngularComp } from 'ag-grid-angular';\nimport { ICellRendererParams } from 'ag-grid-community';\n\nimport { AgGridDemoRow } from './data';\n\n@Component({\n standalone: true,\n selector: 'app-context-menu',\n templateUrl: './context-menu.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyDropdownModule],\n})\nexport class ContextMenuComponent implements ICellRendererAngularComp {\n protected contextMenuAriaLabel = '';\n protected deleteAriaLabel = '';\n protected markInactiveAriaLabel = '';\n protected moreInfoAriaLabel = '';\n\n #name: string | undefined;\n\n public agInit(params: ICellRendererParams<AgGridDemoRow>): void {\n this.#name = params.data?.name;\n this.contextMenuAriaLabel = `Context menu for ${this.#name}`;\n this.deleteAriaLabel = `Delete ${this.#name}`;\n this.markInactiveAriaLabel = `Mark ${this.#name} inactive`;\n this.moreInfoAriaLabel = `More info for ${this.#name}`;\n }\n\n public refresh(): boolean {\n return false;\n }\n\n protected actionClicked(action: string): void {\n console.error(`${action} clicked for ${this.#name}`);\n }\n}\n"
8229
+ "rawContents": "import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { ICellRendererAngularComp } from 'ag-grid-angular';\nimport { ICellRendererParams } from 'ag-grid-community';\n\nimport { AgGridDemoRow } from './data';\n\n@Component({\n selector: 'app-context-menu',\n templateUrl: './context-menu.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyDropdownModule],\n})\nexport class ContextMenuComponent implements ICellRendererAngularComp {\n protected contextMenuAriaLabel = '';\n protected deleteAriaLabel = '';\n protected markInactiveAriaLabel = '';\n protected moreInfoAriaLabel = '';\n\n #name: string | undefined;\n\n public agInit(params: ICellRendererParams<AgGridDemoRow>): void {\n this.#name = params.data?.name;\n this.contextMenuAriaLabel = `Context menu for ${this.#name}`;\n this.deleteAriaLabel = `Delete ${this.#name}`;\n this.markInactiveAriaLabel = `Mark ${this.#name} inactive`;\n this.moreInfoAriaLabel = `More info for ${this.#name}`;\n }\n\n public refresh(): boolean {\n return false;\n }\n\n protected actionClicked(action: string): void {\n console.error(`${action} clicked for ${this.#name}`);\n }\n}\n"
8230
8230
  },
8231
8231
  {
8232
8232
  "fileName": "context-menu.component.html",
@@ -8236,41 +8236,41 @@
8236
8236
  ],
8237
8237
  "codeExampleDependencies": {
8238
8238
  "/projects/ag-grid/documentation/code-examples/data-grid/top-scroll": {
8239
- "@angular-devkit/core": "18.2.12",
8240
- "@angular-devkit/schematics": "18.2.12",
8241
- "@angular/animations": "18.2.13",
8242
- "@angular/cdk": "18.2.14",
8243
- "@angular/cli": "18.2.12",
8244
- "@angular/common": "18.2.13",
8245
- "@angular/core": "18.2.13",
8246
- "@angular/forms": "18.2.13",
8247
- "@angular/platform-browser": "18.2.13",
8248
- "@angular/router": "18.2.13",
8239
+ "@angular-devkit/core": "19.0.6",
8240
+ "@angular-devkit/schematics": "19.0.6",
8241
+ "@angular/animations": "19.0.5",
8242
+ "@angular/cdk": "19.0.4",
8243
+ "@angular/cli": "19.0.6",
8244
+ "@angular/common": "19.0.5",
8245
+ "@angular/core": "19.0.5",
8246
+ "@angular/forms": "19.0.5",
8247
+ "@angular/platform-browser": "19.0.5",
8248
+ "@angular/router": "19.0.5",
8249
8249
  "@blackbaud/skyux-design-tokens": "0.0.42",
8250
- "@schematics/angular": "18.2.12",
8251
- "@skyux-sdk/testing": "11.31.0",
8252
- "@skyux/ag-grid": "11.31.0",
8253
- "@skyux/animations": "11.31.0",
8254
- "@skyux/assets": "11.31.0",
8255
- "@skyux/autonumeric": "11.31.0",
8256
- "@skyux/config": "11.31.0",
8257
- "@skyux/core": "11.31.0",
8258
- "@skyux/data-manager": "11.31.0",
8259
- "@skyux/datetime": "11.31.0",
8260
- "@skyux/forms": "11.31.0",
8261
- "@skyux/help-inline": "11.31.0",
8262
- "@skyux/i18n": "11.31.0",
8263
- "@skyux/icon": "11.31.0",
8250
+ "@schematics/angular": "19.0.6",
8251
+ "@skyux-sdk/testing": "12.0.0-alpha.0",
8252
+ "@skyux/ag-grid": "12.0.0-alpha.0",
8253
+ "@skyux/animations": "12.0.0-alpha.0",
8254
+ "@skyux/assets": "12.0.0-alpha.0",
8255
+ "@skyux/autonumeric": "12.0.0-alpha.0",
8256
+ "@skyux/config": "12.0.0-alpha.0",
8257
+ "@skyux/core": "12.0.0-alpha.0",
8258
+ "@skyux/data-manager": "12.0.0-alpha.0",
8259
+ "@skyux/datetime": "12.0.0-alpha.0",
8260
+ "@skyux/forms": "12.0.0-alpha.0",
8261
+ "@skyux/help-inline": "12.0.0-alpha.0",
8262
+ "@skyux/i18n": "12.0.0-alpha.0",
8263
+ "@skyux/icon": "12.0.0-alpha.0",
8264
8264
  "@skyux/icons": "7.8.0",
8265
- "@skyux/indicators": "11.31.0",
8266
- "@skyux/inline-form": "11.31.0",
8267
- "@skyux/layout": "11.31.0",
8268
- "@skyux/lists": "11.31.0",
8269
- "@skyux/lookup": "11.31.0",
8270
- "@skyux/modals": "11.31.0",
8271
- "@skyux/popovers": "11.31.0",
8272
- "@skyux/router": "11.31.0",
8273
- "@skyux/theme": "11.31.0",
8265
+ "@skyux/indicators": "12.0.0-alpha.0",
8266
+ "@skyux/inline-form": "12.0.0-alpha.0",
8267
+ "@skyux/layout": "12.0.0-alpha.0",
8268
+ "@skyux/lists": "12.0.0-alpha.0",
8269
+ "@skyux/lookup": "12.0.0-alpha.0",
8270
+ "@skyux/modals": "12.0.0-alpha.0",
8271
+ "@skyux/popovers": "12.0.0-alpha.0",
8272
+ "@skyux/router": "12.0.0-alpha.0",
8273
+ "@skyux/theme": "12.0.0-alpha.0",
8274
8274
  "@types/dragula": "2.1.36",
8275
8275
  "@types/node": "20.14.12",
8276
8276
  "ag-grid-angular": "32.2.2",
@@ -8284,48 +8284,49 @@
8284
8284
  "glob": "11.0.0",
8285
8285
  "intl-tel-input": "24.4.0",
8286
8286
  "jsonc-parser": "3.3.1",
8287
+ "minimist": "1.2.8",
8287
8288
  "moment": "2.30.1",
8288
8289
  "ng2-dragula": "5.1.0",
8289
8290
  "rxjs": "7.8.1",
8290
- "tslib": "2.6.3",
8291
- "zone.js": "0.14.10"
8291
+ "tslib": "2.8.1",
8292
+ "zone.js": "0.15.0"
8292
8293
  },
8293
8294
  "/projects/ag-grid/documentation/code-examples/data-grid/template-ref-column": {
8294
- "@angular-devkit/core": "18.2.12",
8295
- "@angular-devkit/schematics": "18.2.12",
8296
- "@angular/animations": "18.2.13",
8297
- "@angular/cdk": "18.2.14",
8298
- "@angular/cli": "18.2.12",
8299
- "@angular/common": "18.2.13",
8300
- "@angular/core": "18.2.13",
8301
- "@angular/forms": "18.2.13",
8302
- "@angular/platform-browser": "18.2.13",
8303
- "@angular/router": "18.2.13",
8295
+ "@angular-devkit/core": "19.0.6",
8296
+ "@angular-devkit/schematics": "19.0.6",
8297
+ "@angular/animations": "19.0.5",
8298
+ "@angular/cdk": "19.0.4",
8299
+ "@angular/cli": "19.0.6",
8300
+ "@angular/common": "19.0.5",
8301
+ "@angular/core": "19.0.5",
8302
+ "@angular/forms": "19.0.5",
8303
+ "@angular/platform-browser": "19.0.5",
8304
+ "@angular/router": "19.0.5",
8304
8305
  "@blackbaud/skyux-design-tokens": "0.0.42",
8305
- "@schematics/angular": "18.2.12",
8306
- "@skyux-sdk/testing": "11.31.0",
8307
- "@skyux/ag-grid": "11.31.0",
8308
- "@skyux/animations": "11.31.0",
8309
- "@skyux/assets": "11.31.0",
8310
- "@skyux/autonumeric": "11.31.0",
8311
- "@skyux/config": "11.31.0",
8312
- "@skyux/core": "11.31.0",
8313
- "@skyux/data-manager": "11.31.0",
8314
- "@skyux/datetime": "11.31.0",
8315
- "@skyux/forms": "11.31.0",
8316
- "@skyux/help-inline": "11.31.0",
8317
- "@skyux/i18n": "11.31.0",
8318
- "@skyux/icon": "11.31.0",
8306
+ "@schematics/angular": "19.0.6",
8307
+ "@skyux-sdk/testing": "12.0.0-alpha.0",
8308
+ "@skyux/ag-grid": "12.0.0-alpha.0",
8309
+ "@skyux/animations": "12.0.0-alpha.0",
8310
+ "@skyux/assets": "12.0.0-alpha.0",
8311
+ "@skyux/autonumeric": "12.0.0-alpha.0",
8312
+ "@skyux/config": "12.0.0-alpha.0",
8313
+ "@skyux/core": "12.0.0-alpha.0",
8314
+ "@skyux/data-manager": "12.0.0-alpha.0",
8315
+ "@skyux/datetime": "12.0.0-alpha.0",
8316
+ "@skyux/forms": "12.0.0-alpha.0",
8317
+ "@skyux/help-inline": "12.0.0-alpha.0",
8318
+ "@skyux/i18n": "12.0.0-alpha.0",
8319
+ "@skyux/icon": "12.0.0-alpha.0",
8319
8320
  "@skyux/icons": "7.8.0",
8320
- "@skyux/indicators": "11.31.0",
8321
- "@skyux/inline-form": "11.31.0",
8322
- "@skyux/layout": "11.31.0",
8323
- "@skyux/lists": "11.31.0",
8324
- "@skyux/lookup": "11.31.0",
8325
- "@skyux/modals": "11.31.0",
8326
- "@skyux/popovers": "11.31.0",
8327
- "@skyux/router": "11.31.0",
8328
- "@skyux/theme": "11.31.0",
8321
+ "@skyux/indicators": "12.0.0-alpha.0",
8322
+ "@skyux/inline-form": "12.0.0-alpha.0",
8323
+ "@skyux/layout": "12.0.0-alpha.0",
8324
+ "@skyux/lists": "12.0.0-alpha.0",
8325
+ "@skyux/lookup": "12.0.0-alpha.0",
8326
+ "@skyux/modals": "12.0.0-alpha.0",
8327
+ "@skyux/popovers": "12.0.0-alpha.0",
8328
+ "@skyux/router": "12.0.0-alpha.0",
8329
+ "@skyux/theme": "12.0.0-alpha.0",
8329
8330
  "@types/dragula": "2.1.36",
8330
8331
  "@types/node": "20.14.12",
8331
8332
  "ag-grid-angular": "32.2.2",
@@ -8339,48 +8340,49 @@
8339
8340
  "glob": "11.0.0",
8340
8341
  "intl-tel-input": "24.4.0",
8341
8342
  "jsonc-parser": "3.3.1",
8343
+ "minimist": "1.2.8",
8342
8344
  "moment": "2.30.1",
8343
8345
  "ng2-dragula": "5.1.0",
8344
8346
  "rxjs": "7.8.1",
8345
- "tslib": "2.6.3",
8346
- "zone.js": "0.14.10"
8347
+ "tslib": "2.8.1",
8348
+ "zone.js": "0.15.0"
8347
8349
  },
8348
8350
  "/projects/ag-grid/documentation/code-examples/data-grid/paging": {
8349
- "@angular-devkit/core": "18.2.12",
8350
- "@angular-devkit/schematics": "18.2.12",
8351
- "@angular/animations": "18.2.13",
8352
- "@angular/cdk": "18.2.14",
8353
- "@angular/cli": "18.2.12",
8354
- "@angular/common": "18.2.13",
8355
- "@angular/core": "18.2.13",
8356
- "@angular/forms": "18.2.13",
8357
- "@angular/platform-browser": "18.2.13",
8358
- "@angular/router": "18.2.13",
8351
+ "@angular-devkit/core": "19.0.6",
8352
+ "@angular-devkit/schematics": "19.0.6",
8353
+ "@angular/animations": "19.0.5",
8354
+ "@angular/cdk": "19.0.4",
8355
+ "@angular/cli": "19.0.6",
8356
+ "@angular/common": "19.0.5",
8357
+ "@angular/core": "19.0.5",
8358
+ "@angular/forms": "19.0.5",
8359
+ "@angular/platform-browser": "19.0.5",
8360
+ "@angular/router": "19.0.5",
8359
8361
  "@blackbaud/skyux-design-tokens": "0.0.42",
8360
- "@schematics/angular": "18.2.12",
8361
- "@skyux-sdk/testing": "11.31.0",
8362
- "@skyux/ag-grid": "11.31.0",
8363
- "@skyux/animations": "11.31.0",
8364
- "@skyux/assets": "11.31.0",
8365
- "@skyux/autonumeric": "11.31.0",
8366
- "@skyux/config": "11.31.0",
8367
- "@skyux/core": "11.31.0",
8368
- "@skyux/data-manager": "11.31.0",
8369
- "@skyux/datetime": "11.31.0",
8370
- "@skyux/forms": "11.31.0",
8371
- "@skyux/help-inline": "11.31.0",
8372
- "@skyux/i18n": "11.31.0",
8373
- "@skyux/icon": "11.31.0",
8362
+ "@schematics/angular": "19.0.6",
8363
+ "@skyux-sdk/testing": "12.0.0-alpha.0",
8364
+ "@skyux/ag-grid": "12.0.0-alpha.0",
8365
+ "@skyux/animations": "12.0.0-alpha.0",
8366
+ "@skyux/assets": "12.0.0-alpha.0",
8367
+ "@skyux/autonumeric": "12.0.0-alpha.0",
8368
+ "@skyux/config": "12.0.0-alpha.0",
8369
+ "@skyux/core": "12.0.0-alpha.0",
8370
+ "@skyux/data-manager": "12.0.0-alpha.0",
8371
+ "@skyux/datetime": "12.0.0-alpha.0",
8372
+ "@skyux/forms": "12.0.0-alpha.0",
8373
+ "@skyux/help-inline": "12.0.0-alpha.0",
8374
+ "@skyux/i18n": "12.0.0-alpha.0",
8375
+ "@skyux/icon": "12.0.0-alpha.0",
8374
8376
  "@skyux/icons": "7.8.0",
8375
- "@skyux/indicators": "11.31.0",
8376
- "@skyux/inline-form": "11.31.0",
8377
- "@skyux/layout": "11.31.0",
8378
- "@skyux/lists": "11.31.0",
8379
- "@skyux/lookup": "11.31.0",
8380
- "@skyux/modals": "11.31.0",
8381
- "@skyux/popovers": "11.31.0",
8382
- "@skyux/router": "11.31.0",
8383
- "@skyux/theme": "11.31.0",
8377
+ "@skyux/indicators": "12.0.0-alpha.0",
8378
+ "@skyux/inline-form": "12.0.0-alpha.0",
8379
+ "@skyux/layout": "12.0.0-alpha.0",
8380
+ "@skyux/lists": "12.0.0-alpha.0",
8381
+ "@skyux/lookup": "12.0.0-alpha.0",
8382
+ "@skyux/modals": "12.0.0-alpha.0",
8383
+ "@skyux/popovers": "12.0.0-alpha.0",
8384
+ "@skyux/router": "12.0.0-alpha.0",
8385
+ "@skyux/theme": "12.0.0-alpha.0",
8384
8386
  "@types/dragula": "2.1.36",
8385
8387
  "@types/node": "20.14.12",
8386
8388
  "ag-grid-angular": "32.2.2",
@@ -8394,48 +8396,49 @@
8394
8396
  "glob": "11.0.0",
8395
8397
  "intl-tel-input": "24.4.0",
8396
8398
  "jsonc-parser": "3.3.1",
8399
+ "minimist": "1.2.8",
8397
8400
  "moment": "2.30.1",
8398
8401
  "ng2-dragula": "5.1.0",
8399
8402
  "rxjs": "7.8.1",
8400
- "tslib": "2.6.3",
8401
- "zone.js": "0.14.10"
8403
+ "tslib": "2.8.1",
8404
+ "zone.js": "0.15.0"
8402
8405
  },
8403
8406
  "/projects/ag-grid/documentation/code-examples/data-grid/inline-help": {
8404
- "@angular-devkit/core": "18.2.12",
8405
- "@angular-devkit/schematics": "18.2.12",
8406
- "@angular/animations": "18.2.13",
8407
- "@angular/cdk": "18.2.14",
8408
- "@angular/cli": "18.2.12",
8409
- "@angular/common": "18.2.13",
8410
- "@angular/core": "18.2.13",
8411
- "@angular/forms": "18.2.13",
8412
- "@angular/platform-browser": "18.2.13",
8413
- "@angular/router": "18.2.13",
8407
+ "@angular-devkit/core": "19.0.6",
8408
+ "@angular-devkit/schematics": "19.0.6",
8409
+ "@angular/animations": "19.0.5",
8410
+ "@angular/cdk": "19.0.4",
8411
+ "@angular/cli": "19.0.6",
8412
+ "@angular/common": "19.0.5",
8413
+ "@angular/core": "19.0.5",
8414
+ "@angular/forms": "19.0.5",
8415
+ "@angular/platform-browser": "19.0.5",
8416
+ "@angular/router": "19.0.5",
8414
8417
  "@blackbaud/skyux-design-tokens": "0.0.42",
8415
- "@schematics/angular": "18.2.12",
8416
- "@skyux-sdk/testing": "11.31.0",
8417
- "@skyux/ag-grid": "11.31.0",
8418
- "@skyux/animations": "11.31.0",
8419
- "@skyux/assets": "11.31.0",
8420
- "@skyux/autonumeric": "11.31.0",
8421
- "@skyux/config": "11.31.0",
8422
- "@skyux/core": "11.31.0",
8423
- "@skyux/data-manager": "11.31.0",
8424
- "@skyux/datetime": "11.31.0",
8425
- "@skyux/forms": "11.31.0",
8426
- "@skyux/help-inline": "11.31.0",
8427
- "@skyux/i18n": "11.31.0",
8428
- "@skyux/icon": "11.31.0",
8418
+ "@schematics/angular": "19.0.6",
8419
+ "@skyux-sdk/testing": "12.0.0-alpha.0",
8420
+ "@skyux/ag-grid": "12.0.0-alpha.0",
8421
+ "@skyux/animations": "12.0.0-alpha.0",
8422
+ "@skyux/assets": "12.0.0-alpha.0",
8423
+ "@skyux/autonumeric": "12.0.0-alpha.0",
8424
+ "@skyux/config": "12.0.0-alpha.0",
8425
+ "@skyux/core": "12.0.0-alpha.0",
8426
+ "@skyux/data-manager": "12.0.0-alpha.0",
8427
+ "@skyux/datetime": "12.0.0-alpha.0",
8428
+ "@skyux/forms": "12.0.0-alpha.0",
8429
+ "@skyux/help-inline": "12.0.0-alpha.0",
8430
+ "@skyux/i18n": "12.0.0-alpha.0",
8431
+ "@skyux/icon": "12.0.0-alpha.0",
8429
8432
  "@skyux/icons": "7.8.0",
8430
- "@skyux/indicators": "11.31.0",
8431
- "@skyux/inline-form": "11.31.0",
8432
- "@skyux/layout": "11.31.0",
8433
- "@skyux/lists": "11.31.0",
8434
- "@skyux/lookup": "11.31.0",
8435
- "@skyux/modals": "11.31.0",
8436
- "@skyux/popovers": "11.31.0",
8437
- "@skyux/router": "11.31.0",
8438
- "@skyux/theme": "11.31.0",
8433
+ "@skyux/indicators": "12.0.0-alpha.0",
8434
+ "@skyux/inline-form": "12.0.0-alpha.0",
8435
+ "@skyux/layout": "12.0.0-alpha.0",
8436
+ "@skyux/lists": "12.0.0-alpha.0",
8437
+ "@skyux/lookup": "12.0.0-alpha.0",
8438
+ "@skyux/modals": "12.0.0-alpha.0",
8439
+ "@skyux/popovers": "12.0.0-alpha.0",
8440
+ "@skyux/router": "12.0.0-alpha.0",
8441
+ "@skyux/theme": "12.0.0-alpha.0",
8439
8442
  "@types/dragula": "2.1.36",
8440
8443
  "@types/node": "20.14.12",
8441
8444
  "ag-grid-angular": "32.2.2",
@@ -8449,48 +8452,49 @@
8449
8452
  "glob": "11.0.0",
8450
8453
  "intl-tel-input": "24.4.0",
8451
8454
  "jsonc-parser": "3.3.1",
8455
+ "minimist": "1.2.8",
8452
8456
  "moment": "2.30.1",
8453
8457
  "ng2-dragula": "5.1.0",
8454
8458
  "rxjs": "7.8.1",
8455
- "tslib": "2.6.3",
8456
- "zone.js": "0.14.10"
8459
+ "tslib": "2.8.1",
8460
+ "zone.js": "0.15.0"
8457
8461
  },
8458
8462
  "/projects/ag-grid/documentation/code-examples/data-grid/data-manager-multiselect": {
8459
- "@angular-devkit/core": "18.2.12",
8460
- "@angular-devkit/schematics": "18.2.12",
8461
- "@angular/animations": "18.2.13",
8462
- "@angular/cdk": "18.2.14",
8463
- "@angular/cli": "18.2.12",
8464
- "@angular/common": "18.2.13",
8465
- "@angular/core": "18.2.13",
8466
- "@angular/forms": "18.2.13",
8467
- "@angular/platform-browser": "18.2.13",
8468
- "@angular/router": "18.2.13",
8463
+ "@angular-devkit/core": "19.0.6",
8464
+ "@angular-devkit/schematics": "19.0.6",
8465
+ "@angular/animations": "19.0.5",
8466
+ "@angular/cdk": "19.0.4",
8467
+ "@angular/cli": "19.0.6",
8468
+ "@angular/common": "19.0.5",
8469
+ "@angular/core": "19.0.5",
8470
+ "@angular/forms": "19.0.5",
8471
+ "@angular/platform-browser": "19.0.5",
8472
+ "@angular/router": "19.0.5",
8469
8473
  "@blackbaud/skyux-design-tokens": "0.0.42",
8470
- "@schematics/angular": "18.2.12",
8471
- "@skyux-sdk/testing": "11.31.0",
8472
- "@skyux/ag-grid": "11.31.0",
8473
- "@skyux/animations": "11.31.0",
8474
- "@skyux/assets": "11.31.0",
8475
- "@skyux/autonumeric": "11.31.0",
8476
- "@skyux/config": "11.31.0",
8477
- "@skyux/core": "11.31.0",
8478
- "@skyux/data-manager": "11.31.0",
8479
- "@skyux/datetime": "11.31.0",
8480
- "@skyux/forms": "11.31.0",
8481
- "@skyux/help-inline": "11.31.0",
8482
- "@skyux/i18n": "11.31.0",
8483
- "@skyux/icon": "11.31.0",
8474
+ "@schematics/angular": "19.0.6",
8475
+ "@skyux-sdk/testing": "12.0.0-alpha.0",
8476
+ "@skyux/ag-grid": "12.0.0-alpha.0",
8477
+ "@skyux/animations": "12.0.0-alpha.0",
8478
+ "@skyux/assets": "12.0.0-alpha.0",
8479
+ "@skyux/autonumeric": "12.0.0-alpha.0",
8480
+ "@skyux/config": "12.0.0-alpha.0",
8481
+ "@skyux/core": "12.0.0-alpha.0",
8482
+ "@skyux/data-manager": "12.0.0-alpha.0",
8483
+ "@skyux/datetime": "12.0.0-alpha.0",
8484
+ "@skyux/forms": "12.0.0-alpha.0",
8485
+ "@skyux/help-inline": "12.0.0-alpha.0",
8486
+ "@skyux/i18n": "12.0.0-alpha.0",
8487
+ "@skyux/icon": "12.0.0-alpha.0",
8484
8488
  "@skyux/icons": "7.8.0",
8485
- "@skyux/indicators": "11.31.0",
8486
- "@skyux/inline-form": "11.31.0",
8487
- "@skyux/layout": "11.31.0",
8488
- "@skyux/lists": "11.31.0",
8489
- "@skyux/lookup": "11.31.0",
8490
- "@skyux/modals": "11.31.0",
8491
- "@skyux/popovers": "11.31.0",
8492
- "@skyux/router": "11.31.0",
8493
- "@skyux/theme": "11.31.0",
8489
+ "@skyux/indicators": "12.0.0-alpha.0",
8490
+ "@skyux/inline-form": "12.0.0-alpha.0",
8491
+ "@skyux/layout": "12.0.0-alpha.0",
8492
+ "@skyux/lists": "12.0.0-alpha.0",
8493
+ "@skyux/lookup": "12.0.0-alpha.0",
8494
+ "@skyux/modals": "12.0.0-alpha.0",
8495
+ "@skyux/popovers": "12.0.0-alpha.0",
8496
+ "@skyux/router": "12.0.0-alpha.0",
8497
+ "@skyux/theme": "12.0.0-alpha.0",
8494
8498
  "@types/dragula": "2.1.36",
8495
8499
  "@types/node": "20.14.12",
8496
8500
  "ag-grid-angular": "32.2.2",
@@ -8504,48 +8508,49 @@
8504
8508
  "glob": "11.0.0",
8505
8509
  "intl-tel-input": "24.4.0",
8506
8510
  "jsonc-parser": "3.3.1",
8511
+ "minimist": "1.2.8",
8507
8512
  "moment": "2.30.1",
8508
8513
  "ng2-dragula": "5.1.0",
8509
8514
  "rxjs": "7.8.1",
8510
- "tslib": "2.6.3",
8511
- "zone.js": "0.14.10"
8515
+ "tslib": "2.8.1",
8516
+ "zone.js": "0.15.0"
8512
8517
  },
8513
8518
  "/projects/ag-grid/documentation/code-examples/data-grid/data-manager": {
8514
- "@angular-devkit/core": "18.2.12",
8515
- "@angular-devkit/schematics": "18.2.12",
8516
- "@angular/animations": "18.2.13",
8517
- "@angular/cdk": "18.2.14",
8518
- "@angular/cli": "18.2.12",
8519
- "@angular/common": "18.2.13",
8520
- "@angular/core": "18.2.13",
8521
- "@angular/forms": "18.2.13",
8522
- "@angular/platform-browser": "18.2.13",
8523
- "@angular/router": "18.2.13",
8519
+ "@angular-devkit/core": "19.0.6",
8520
+ "@angular-devkit/schematics": "19.0.6",
8521
+ "@angular/animations": "19.0.5",
8522
+ "@angular/cdk": "19.0.4",
8523
+ "@angular/cli": "19.0.6",
8524
+ "@angular/common": "19.0.5",
8525
+ "@angular/core": "19.0.5",
8526
+ "@angular/forms": "19.0.5",
8527
+ "@angular/platform-browser": "19.0.5",
8528
+ "@angular/router": "19.0.5",
8524
8529
  "@blackbaud/skyux-design-tokens": "0.0.42",
8525
- "@schematics/angular": "18.2.12",
8526
- "@skyux-sdk/testing": "11.31.0",
8527
- "@skyux/ag-grid": "11.31.0",
8528
- "@skyux/animations": "11.31.0",
8529
- "@skyux/assets": "11.31.0",
8530
- "@skyux/autonumeric": "11.31.0",
8531
- "@skyux/config": "11.31.0",
8532
- "@skyux/core": "11.31.0",
8533
- "@skyux/data-manager": "11.31.0",
8534
- "@skyux/datetime": "11.31.0",
8535
- "@skyux/forms": "11.31.0",
8536
- "@skyux/help-inline": "11.31.0",
8537
- "@skyux/i18n": "11.31.0",
8538
- "@skyux/icon": "11.31.0",
8530
+ "@schematics/angular": "19.0.6",
8531
+ "@skyux-sdk/testing": "12.0.0-alpha.0",
8532
+ "@skyux/ag-grid": "12.0.0-alpha.0",
8533
+ "@skyux/animations": "12.0.0-alpha.0",
8534
+ "@skyux/assets": "12.0.0-alpha.0",
8535
+ "@skyux/autonumeric": "12.0.0-alpha.0",
8536
+ "@skyux/config": "12.0.0-alpha.0",
8537
+ "@skyux/core": "12.0.0-alpha.0",
8538
+ "@skyux/data-manager": "12.0.0-alpha.0",
8539
+ "@skyux/datetime": "12.0.0-alpha.0",
8540
+ "@skyux/forms": "12.0.0-alpha.0",
8541
+ "@skyux/help-inline": "12.0.0-alpha.0",
8542
+ "@skyux/i18n": "12.0.0-alpha.0",
8543
+ "@skyux/icon": "12.0.0-alpha.0",
8539
8544
  "@skyux/icons": "7.8.0",
8540
- "@skyux/indicators": "11.31.0",
8541
- "@skyux/inline-form": "11.31.0",
8542
- "@skyux/layout": "11.31.0",
8543
- "@skyux/lists": "11.31.0",
8544
- "@skyux/lookup": "11.31.0",
8545
- "@skyux/modals": "11.31.0",
8546
- "@skyux/popovers": "11.31.0",
8547
- "@skyux/router": "11.31.0",
8548
- "@skyux/theme": "11.31.0",
8545
+ "@skyux/indicators": "12.0.0-alpha.0",
8546
+ "@skyux/inline-form": "12.0.0-alpha.0",
8547
+ "@skyux/layout": "12.0.0-alpha.0",
8548
+ "@skyux/lists": "12.0.0-alpha.0",
8549
+ "@skyux/lookup": "12.0.0-alpha.0",
8550
+ "@skyux/modals": "12.0.0-alpha.0",
8551
+ "@skyux/popovers": "12.0.0-alpha.0",
8552
+ "@skyux/router": "12.0.0-alpha.0",
8553
+ "@skyux/theme": "12.0.0-alpha.0",
8549
8554
  "@types/dragula": "2.1.36",
8550
8555
  "@types/node": "20.14.12",
8551
8556
  "ag-grid-angular": "32.2.2",
@@ -8559,48 +8564,49 @@
8559
8564
  "glob": "11.0.0",
8560
8565
  "intl-tel-input": "24.4.0",
8561
8566
  "jsonc-parser": "3.3.1",
8567
+ "minimist": "1.2.8",
8562
8568
  "moment": "2.30.1",
8563
8569
  "ng2-dragula": "5.1.0",
8564
8570
  "rxjs": "7.8.1",
8565
- "tslib": "2.6.3",
8566
- "zone.js": "0.14.10"
8571
+ "tslib": "2.8.1",
8572
+ "zone.js": "0.15.0"
8567
8573
  },
8568
8574
  "/projects/ag-grid/documentation/code-examples/data-grid/basic-multiselect": {
8569
- "@angular-devkit/core": "18.2.12",
8570
- "@angular-devkit/schematics": "18.2.12",
8571
- "@angular/animations": "18.2.13",
8572
- "@angular/cdk": "18.2.14",
8573
- "@angular/cli": "18.2.12",
8574
- "@angular/common": "18.2.13",
8575
- "@angular/core": "18.2.13",
8576
- "@angular/forms": "18.2.13",
8577
- "@angular/platform-browser": "18.2.13",
8578
- "@angular/router": "18.2.13",
8575
+ "@angular-devkit/core": "19.0.6",
8576
+ "@angular-devkit/schematics": "19.0.6",
8577
+ "@angular/animations": "19.0.5",
8578
+ "@angular/cdk": "19.0.4",
8579
+ "@angular/cli": "19.0.6",
8580
+ "@angular/common": "19.0.5",
8581
+ "@angular/core": "19.0.5",
8582
+ "@angular/forms": "19.0.5",
8583
+ "@angular/platform-browser": "19.0.5",
8584
+ "@angular/router": "19.0.5",
8579
8585
  "@blackbaud/skyux-design-tokens": "0.0.42",
8580
- "@schematics/angular": "18.2.12",
8581
- "@skyux-sdk/testing": "11.31.0",
8582
- "@skyux/ag-grid": "11.31.0",
8583
- "@skyux/animations": "11.31.0",
8584
- "@skyux/assets": "11.31.0",
8585
- "@skyux/autonumeric": "11.31.0",
8586
- "@skyux/config": "11.31.0",
8587
- "@skyux/core": "11.31.0",
8588
- "@skyux/data-manager": "11.31.0",
8589
- "@skyux/datetime": "11.31.0",
8590
- "@skyux/forms": "11.31.0",
8591
- "@skyux/help-inline": "11.31.0",
8592
- "@skyux/i18n": "11.31.0",
8593
- "@skyux/icon": "11.31.0",
8586
+ "@schematics/angular": "19.0.6",
8587
+ "@skyux-sdk/testing": "12.0.0-alpha.0",
8588
+ "@skyux/ag-grid": "12.0.0-alpha.0",
8589
+ "@skyux/animations": "12.0.0-alpha.0",
8590
+ "@skyux/assets": "12.0.0-alpha.0",
8591
+ "@skyux/autonumeric": "12.0.0-alpha.0",
8592
+ "@skyux/config": "12.0.0-alpha.0",
8593
+ "@skyux/core": "12.0.0-alpha.0",
8594
+ "@skyux/data-manager": "12.0.0-alpha.0",
8595
+ "@skyux/datetime": "12.0.0-alpha.0",
8596
+ "@skyux/forms": "12.0.0-alpha.0",
8597
+ "@skyux/help-inline": "12.0.0-alpha.0",
8598
+ "@skyux/i18n": "12.0.0-alpha.0",
8599
+ "@skyux/icon": "12.0.0-alpha.0",
8594
8600
  "@skyux/icons": "7.8.0",
8595
- "@skyux/indicators": "11.31.0",
8596
- "@skyux/inline-form": "11.31.0",
8597
- "@skyux/layout": "11.31.0",
8598
- "@skyux/lists": "11.31.0",
8599
- "@skyux/lookup": "11.31.0",
8600
- "@skyux/modals": "11.31.0",
8601
- "@skyux/popovers": "11.31.0",
8602
- "@skyux/router": "11.31.0",
8603
- "@skyux/theme": "11.31.0",
8601
+ "@skyux/indicators": "12.0.0-alpha.0",
8602
+ "@skyux/inline-form": "12.0.0-alpha.0",
8603
+ "@skyux/layout": "12.0.0-alpha.0",
8604
+ "@skyux/lists": "12.0.0-alpha.0",
8605
+ "@skyux/lookup": "12.0.0-alpha.0",
8606
+ "@skyux/modals": "12.0.0-alpha.0",
8607
+ "@skyux/popovers": "12.0.0-alpha.0",
8608
+ "@skyux/router": "12.0.0-alpha.0",
8609
+ "@skyux/theme": "12.0.0-alpha.0",
8604
8610
  "@types/dragula": "2.1.36",
8605
8611
  "@types/node": "20.14.12",
8606
8612
  "ag-grid-angular": "32.2.2",
@@ -8614,48 +8620,49 @@
8614
8620
  "glob": "11.0.0",
8615
8621
  "intl-tel-input": "24.4.0",
8616
8622
  "jsonc-parser": "3.3.1",
8623
+ "minimist": "1.2.8",
8617
8624
  "moment": "2.30.1",
8618
8625
  "ng2-dragula": "5.1.0",
8619
8626
  "rxjs": "7.8.1",
8620
- "tslib": "2.6.3",
8621
- "zone.js": "0.14.10"
8627
+ "tslib": "2.8.1",
8628
+ "zone.js": "0.15.0"
8622
8629
  },
8623
8630
  "/projects/ag-grid/documentation/code-examples/data-grid/basic": {
8624
- "@angular-devkit/core": "18.2.12",
8625
- "@angular-devkit/schematics": "18.2.12",
8626
- "@angular/animations": "18.2.13",
8627
- "@angular/cdk": "18.2.14",
8628
- "@angular/cli": "18.2.12",
8629
- "@angular/common": "18.2.13",
8630
- "@angular/core": "18.2.13",
8631
- "@angular/forms": "18.2.13",
8632
- "@angular/platform-browser": "18.2.13",
8633
- "@angular/router": "18.2.13",
8631
+ "@angular-devkit/core": "19.0.6",
8632
+ "@angular-devkit/schematics": "19.0.6",
8633
+ "@angular/animations": "19.0.5",
8634
+ "@angular/cdk": "19.0.4",
8635
+ "@angular/cli": "19.0.6",
8636
+ "@angular/common": "19.0.5",
8637
+ "@angular/core": "19.0.5",
8638
+ "@angular/forms": "19.0.5",
8639
+ "@angular/platform-browser": "19.0.5",
8640
+ "@angular/router": "19.0.5",
8634
8641
  "@blackbaud/skyux-design-tokens": "0.0.42",
8635
- "@schematics/angular": "18.2.12",
8636
- "@skyux-sdk/testing": "11.31.0",
8637
- "@skyux/ag-grid": "11.31.0",
8638
- "@skyux/animations": "11.31.0",
8639
- "@skyux/assets": "11.31.0",
8640
- "@skyux/autonumeric": "11.31.0",
8641
- "@skyux/config": "11.31.0",
8642
- "@skyux/core": "11.31.0",
8643
- "@skyux/data-manager": "11.31.0",
8644
- "@skyux/datetime": "11.31.0",
8645
- "@skyux/forms": "11.31.0",
8646
- "@skyux/help-inline": "11.31.0",
8647
- "@skyux/i18n": "11.31.0",
8648
- "@skyux/icon": "11.31.0",
8642
+ "@schematics/angular": "19.0.6",
8643
+ "@skyux-sdk/testing": "12.0.0-alpha.0",
8644
+ "@skyux/ag-grid": "12.0.0-alpha.0",
8645
+ "@skyux/animations": "12.0.0-alpha.0",
8646
+ "@skyux/assets": "12.0.0-alpha.0",
8647
+ "@skyux/autonumeric": "12.0.0-alpha.0",
8648
+ "@skyux/config": "12.0.0-alpha.0",
8649
+ "@skyux/core": "12.0.0-alpha.0",
8650
+ "@skyux/data-manager": "12.0.0-alpha.0",
8651
+ "@skyux/datetime": "12.0.0-alpha.0",
8652
+ "@skyux/forms": "12.0.0-alpha.0",
8653
+ "@skyux/help-inline": "12.0.0-alpha.0",
8654
+ "@skyux/i18n": "12.0.0-alpha.0",
8655
+ "@skyux/icon": "12.0.0-alpha.0",
8649
8656
  "@skyux/icons": "7.8.0",
8650
- "@skyux/indicators": "11.31.0",
8651
- "@skyux/inline-form": "11.31.0",
8652
- "@skyux/layout": "11.31.0",
8653
- "@skyux/lists": "11.31.0",
8654
- "@skyux/lookup": "11.31.0",
8655
- "@skyux/modals": "11.31.0",
8656
- "@skyux/popovers": "11.31.0",
8657
- "@skyux/router": "11.31.0",
8658
- "@skyux/theme": "11.31.0",
8657
+ "@skyux/indicators": "12.0.0-alpha.0",
8658
+ "@skyux/inline-form": "12.0.0-alpha.0",
8659
+ "@skyux/layout": "12.0.0-alpha.0",
8660
+ "@skyux/lists": "12.0.0-alpha.0",
8661
+ "@skyux/lookup": "12.0.0-alpha.0",
8662
+ "@skyux/modals": "12.0.0-alpha.0",
8663
+ "@skyux/popovers": "12.0.0-alpha.0",
8664
+ "@skyux/router": "12.0.0-alpha.0",
8665
+ "@skyux/theme": "12.0.0-alpha.0",
8659
8666
  "@types/dragula": "2.1.36",
8660
8667
  "@types/node": "20.14.12",
8661
8668
  "ag-grid-angular": "32.2.2",
@@ -8669,48 +8676,49 @@
8669
8676
  "glob": "11.0.0",
8670
8677
  "intl-tel-input": "24.4.0",
8671
8678
  "jsonc-parser": "3.3.1",
8679
+ "minimist": "1.2.8",
8672
8680
  "moment": "2.30.1",
8673
8681
  "ng2-dragula": "5.1.0",
8674
8682
  "rxjs": "7.8.1",
8675
- "tslib": "2.6.3",
8676
- "zone.js": "0.14.10"
8683
+ "tslib": "2.8.1",
8684
+ "zone.js": "0.15.0"
8677
8685
  },
8678
8686
  "/projects/ag-grid/documentation/code-examples/data-entry-grid/inline-help": {
8679
- "@angular-devkit/core": "18.2.12",
8680
- "@angular-devkit/schematics": "18.2.12",
8681
- "@angular/animations": "18.2.13",
8682
- "@angular/cdk": "18.2.14",
8683
- "@angular/cli": "18.2.12",
8684
- "@angular/common": "18.2.13",
8685
- "@angular/core": "18.2.13",
8686
- "@angular/forms": "18.2.13",
8687
- "@angular/platform-browser": "18.2.13",
8688
- "@angular/router": "18.2.13",
8687
+ "@angular-devkit/core": "19.0.6",
8688
+ "@angular-devkit/schematics": "19.0.6",
8689
+ "@angular/animations": "19.0.5",
8690
+ "@angular/cdk": "19.0.4",
8691
+ "@angular/cli": "19.0.6",
8692
+ "@angular/common": "19.0.5",
8693
+ "@angular/core": "19.0.5",
8694
+ "@angular/forms": "19.0.5",
8695
+ "@angular/platform-browser": "19.0.5",
8696
+ "@angular/router": "19.0.5",
8689
8697
  "@blackbaud/skyux-design-tokens": "0.0.42",
8690
- "@schematics/angular": "18.2.12",
8691
- "@skyux-sdk/testing": "11.31.0",
8692
- "@skyux/ag-grid": "11.31.0",
8693
- "@skyux/animations": "11.31.0",
8694
- "@skyux/assets": "11.31.0",
8695
- "@skyux/autonumeric": "11.31.0",
8696
- "@skyux/config": "11.31.0",
8697
- "@skyux/core": "11.31.0",
8698
- "@skyux/data-manager": "11.31.0",
8699
- "@skyux/datetime": "11.31.0",
8700
- "@skyux/forms": "11.31.0",
8701
- "@skyux/help-inline": "11.31.0",
8702
- "@skyux/i18n": "11.31.0",
8703
- "@skyux/icon": "11.31.0",
8698
+ "@schematics/angular": "19.0.6",
8699
+ "@skyux-sdk/testing": "12.0.0-alpha.0",
8700
+ "@skyux/ag-grid": "12.0.0-alpha.0",
8701
+ "@skyux/animations": "12.0.0-alpha.0",
8702
+ "@skyux/assets": "12.0.0-alpha.0",
8703
+ "@skyux/autonumeric": "12.0.0-alpha.0",
8704
+ "@skyux/config": "12.0.0-alpha.0",
8705
+ "@skyux/core": "12.0.0-alpha.0",
8706
+ "@skyux/data-manager": "12.0.0-alpha.0",
8707
+ "@skyux/datetime": "12.0.0-alpha.0",
8708
+ "@skyux/forms": "12.0.0-alpha.0",
8709
+ "@skyux/help-inline": "12.0.0-alpha.0",
8710
+ "@skyux/i18n": "12.0.0-alpha.0",
8711
+ "@skyux/icon": "12.0.0-alpha.0",
8704
8712
  "@skyux/icons": "7.8.0",
8705
- "@skyux/indicators": "11.31.0",
8706
- "@skyux/inline-form": "11.31.0",
8707
- "@skyux/layout": "11.31.0",
8708
- "@skyux/lists": "11.31.0",
8709
- "@skyux/lookup": "11.31.0",
8710
- "@skyux/modals": "11.31.0",
8711
- "@skyux/popovers": "11.31.0",
8712
- "@skyux/router": "11.31.0",
8713
- "@skyux/theme": "11.31.0",
8713
+ "@skyux/indicators": "12.0.0-alpha.0",
8714
+ "@skyux/inline-form": "12.0.0-alpha.0",
8715
+ "@skyux/layout": "12.0.0-alpha.0",
8716
+ "@skyux/lists": "12.0.0-alpha.0",
8717
+ "@skyux/lookup": "12.0.0-alpha.0",
8718
+ "@skyux/modals": "12.0.0-alpha.0",
8719
+ "@skyux/popovers": "12.0.0-alpha.0",
8720
+ "@skyux/router": "12.0.0-alpha.0",
8721
+ "@skyux/theme": "12.0.0-alpha.0",
8714
8722
  "@types/dragula": "2.1.36",
8715
8723
  "@types/node": "20.14.12",
8716
8724
  "ag-grid-angular": "32.2.2",
@@ -8724,48 +8732,49 @@
8724
8732
  "glob": "11.0.0",
8725
8733
  "intl-tel-input": "24.4.0",
8726
8734
  "jsonc-parser": "3.3.1",
8735
+ "minimist": "1.2.8",
8727
8736
  "moment": "2.30.1",
8728
8737
  "ng2-dragula": "5.1.0",
8729
8738
  "rxjs": "7.8.1",
8730
- "tslib": "2.6.3",
8731
- "zone.js": "0.14.10"
8739
+ "tslib": "2.8.1",
8740
+ "zone.js": "0.15.0"
8732
8741
  },
8733
8742
  "/projects/ag-grid/documentation/code-examples/data-entry-grid/focus": {
8734
- "@angular-devkit/core": "18.2.12",
8735
- "@angular-devkit/schematics": "18.2.12",
8736
- "@angular/animations": "18.2.13",
8737
- "@angular/cdk": "18.2.14",
8738
- "@angular/cli": "18.2.12",
8739
- "@angular/common": "18.2.13",
8740
- "@angular/core": "18.2.13",
8741
- "@angular/forms": "18.2.13",
8742
- "@angular/platform-browser": "18.2.13",
8743
- "@angular/router": "18.2.13",
8743
+ "@angular-devkit/core": "19.0.6",
8744
+ "@angular-devkit/schematics": "19.0.6",
8745
+ "@angular/animations": "19.0.5",
8746
+ "@angular/cdk": "19.0.4",
8747
+ "@angular/cli": "19.0.6",
8748
+ "@angular/common": "19.0.5",
8749
+ "@angular/core": "19.0.5",
8750
+ "@angular/forms": "19.0.5",
8751
+ "@angular/platform-browser": "19.0.5",
8752
+ "@angular/router": "19.0.5",
8744
8753
  "@blackbaud/skyux-design-tokens": "0.0.42",
8745
- "@schematics/angular": "18.2.12",
8746
- "@skyux-sdk/testing": "11.31.0",
8747
- "@skyux/ag-grid": "11.31.0",
8748
- "@skyux/animations": "11.31.0",
8749
- "@skyux/assets": "11.31.0",
8750
- "@skyux/autonumeric": "11.31.0",
8751
- "@skyux/config": "11.31.0",
8752
- "@skyux/core": "11.31.0",
8753
- "@skyux/data-manager": "11.31.0",
8754
- "@skyux/datetime": "11.31.0",
8755
- "@skyux/forms": "11.31.0",
8756
- "@skyux/help-inline": "11.31.0",
8757
- "@skyux/i18n": "11.31.0",
8758
- "@skyux/icon": "11.31.0",
8754
+ "@schematics/angular": "19.0.6",
8755
+ "@skyux-sdk/testing": "12.0.0-alpha.0",
8756
+ "@skyux/ag-grid": "12.0.0-alpha.0",
8757
+ "@skyux/animations": "12.0.0-alpha.0",
8758
+ "@skyux/assets": "12.0.0-alpha.0",
8759
+ "@skyux/autonumeric": "12.0.0-alpha.0",
8760
+ "@skyux/config": "12.0.0-alpha.0",
8761
+ "@skyux/core": "12.0.0-alpha.0",
8762
+ "@skyux/data-manager": "12.0.0-alpha.0",
8763
+ "@skyux/datetime": "12.0.0-alpha.0",
8764
+ "@skyux/forms": "12.0.0-alpha.0",
8765
+ "@skyux/help-inline": "12.0.0-alpha.0",
8766
+ "@skyux/i18n": "12.0.0-alpha.0",
8767
+ "@skyux/icon": "12.0.0-alpha.0",
8759
8768
  "@skyux/icons": "7.8.0",
8760
- "@skyux/indicators": "11.31.0",
8761
- "@skyux/inline-form": "11.31.0",
8762
- "@skyux/layout": "11.31.0",
8763
- "@skyux/lists": "11.31.0",
8764
- "@skyux/lookup": "11.31.0",
8765
- "@skyux/modals": "11.31.0",
8766
- "@skyux/popovers": "11.31.0",
8767
- "@skyux/router": "11.31.0",
8768
- "@skyux/theme": "11.31.0",
8769
+ "@skyux/indicators": "12.0.0-alpha.0",
8770
+ "@skyux/inline-form": "12.0.0-alpha.0",
8771
+ "@skyux/layout": "12.0.0-alpha.0",
8772
+ "@skyux/lists": "12.0.0-alpha.0",
8773
+ "@skyux/lookup": "12.0.0-alpha.0",
8774
+ "@skyux/modals": "12.0.0-alpha.0",
8775
+ "@skyux/popovers": "12.0.0-alpha.0",
8776
+ "@skyux/router": "12.0.0-alpha.0",
8777
+ "@skyux/theme": "12.0.0-alpha.0",
8769
8778
  "@types/dragula": "2.1.36",
8770
8779
  "@types/node": "20.14.12",
8771
8780
  "ag-grid-angular": "32.2.2",
@@ -8779,48 +8788,49 @@
8779
8788
  "glob": "11.0.0",
8780
8789
  "intl-tel-input": "24.4.0",
8781
8790
  "jsonc-parser": "3.3.1",
8791
+ "minimist": "1.2.8",
8782
8792
  "moment": "2.30.1",
8783
8793
  "ng2-dragula": "5.1.0",
8784
8794
  "rxjs": "7.8.1",
8785
- "tslib": "2.6.3",
8786
- "zone.js": "0.14.10"
8795
+ "tslib": "2.8.1",
8796
+ "zone.js": "0.15.0"
8787
8797
  },
8788
8798
  "/projects/ag-grid/documentation/code-examples/data-entry-grid/data-manager-added": {
8789
- "@angular-devkit/core": "18.2.12",
8790
- "@angular-devkit/schematics": "18.2.12",
8791
- "@angular/animations": "18.2.13",
8792
- "@angular/cdk": "18.2.14",
8793
- "@angular/cli": "18.2.12",
8794
- "@angular/common": "18.2.13",
8795
- "@angular/core": "18.2.13",
8796
- "@angular/forms": "18.2.13",
8797
- "@angular/platform-browser": "18.2.13",
8798
- "@angular/router": "18.2.13",
8799
+ "@angular-devkit/core": "19.0.6",
8800
+ "@angular-devkit/schematics": "19.0.6",
8801
+ "@angular/animations": "19.0.5",
8802
+ "@angular/cdk": "19.0.4",
8803
+ "@angular/cli": "19.0.6",
8804
+ "@angular/common": "19.0.5",
8805
+ "@angular/core": "19.0.5",
8806
+ "@angular/forms": "19.0.5",
8807
+ "@angular/platform-browser": "19.0.5",
8808
+ "@angular/router": "19.0.5",
8799
8809
  "@blackbaud/skyux-design-tokens": "0.0.42",
8800
- "@schematics/angular": "18.2.12",
8801
- "@skyux-sdk/testing": "11.31.0",
8802
- "@skyux/ag-grid": "11.31.0",
8803
- "@skyux/animations": "11.31.0",
8804
- "@skyux/assets": "11.31.0",
8805
- "@skyux/autonumeric": "11.31.0",
8806
- "@skyux/config": "11.31.0",
8807
- "@skyux/core": "11.31.0",
8808
- "@skyux/data-manager": "11.31.0",
8809
- "@skyux/datetime": "11.31.0",
8810
- "@skyux/forms": "11.31.0",
8811
- "@skyux/help-inline": "11.31.0",
8812
- "@skyux/i18n": "11.31.0",
8813
- "@skyux/icon": "11.31.0",
8810
+ "@schematics/angular": "19.0.6",
8811
+ "@skyux-sdk/testing": "12.0.0-alpha.0",
8812
+ "@skyux/ag-grid": "12.0.0-alpha.0",
8813
+ "@skyux/animations": "12.0.0-alpha.0",
8814
+ "@skyux/assets": "12.0.0-alpha.0",
8815
+ "@skyux/autonumeric": "12.0.0-alpha.0",
8816
+ "@skyux/config": "12.0.0-alpha.0",
8817
+ "@skyux/core": "12.0.0-alpha.0",
8818
+ "@skyux/data-manager": "12.0.0-alpha.0",
8819
+ "@skyux/datetime": "12.0.0-alpha.0",
8820
+ "@skyux/forms": "12.0.0-alpha.0",
8821
+ "@skyux/help-inline": "12.0.0-alpha.0",
8822
+ "@skyux/i18n": "12.0.0-alpha.0",
8823
+ "@skyux/icon": "12.0.0-alpha.0",
8814
8824
  "@skyux/icons": "7.8.0",
8815
- "@skyux/indicators": "11.31.0",
8816
- "@skyux/inline-form": "11.31.0",
8817
- "@skyux/layout": "11.31.0",
8818
- "@skyux/lists": "11.31.0",
8819
- "@skyux/lookup": "11.31.0",
8820
- "@skyux/modals": "11.31.0",
8821
- "@skyux/popovers": "11.31.0",
8822
- "@skyux/router": "11.31.0",
8823
- "@skyux/theme": "11.31.0",
8825
+ "@skyux/indicators": "12.0.0-alpha.0",
8826
+ "@skyux/inline-form": "12.0.0-alpha.0",
8827
+ "@skyux/layout": "12.0.0-alpha.0",
8828
+ "@skyux/lists": "12.0.0-alpha.0",
8829
+ "@skyux/lookup": "12.0.0-alpha.0",
8830
+ "@skyux/modals": "12.0.0-alpha.0",
8831
+ "@skyux/popovers": "12.0.0-alpha.0",
8832
+ "@skyux/router": "12.0.0-alpha.0",
8833
+ "@skyux/theme": "12.0.0-alpha.0",
8824
8834
  "@types/dragula": "2.1.36",
8825
8835
  "@types/node": "20.14.12",
8826
8836
  "ag-grid-angular": "32.2.2",
@@ -8834,48 +8844,49 @@
8834
8844
  "glob": "11.0.0",
8835
8845
  "intl-tel-input": "24.4.0",
8836
8846
  "jsonc-parser": "3.3.1",
8847
+ "minimist": "1.2.8",
8837
8848
  "moment": "2.30.1",
8838
8849
  "ng2-dragula": "5.1.0",
8839
8850
  "rxjs": "7.8.1",
8840
- "tslib": "2.6.3",
8841
- "zone.js": "0.14.10"
8851
+ "tslib": "2.8.1",
8852
+ "zone.js": "0.15.0"
8842
8853
  },
8843
8854
  "/projects/ag-grid/documentation/code-examples/data-entry-grid/basic": {
8844
- "@angular-devkit/core": "18.2.12",
8845
- "@angular-devkit/schematics": "18.2.12",
8846
- "@angular/animations": "18.2.13",
8847
- "@angular/cdk": "18.2.14",
8848
- "@angular/cli": "18.2.12",
8849
- "@angular/common": "18.2.13",
8850
- "@angular/core": "18.2.13",
8851
- "@angular/forms": "18.2.13",
8852
- "@angular/platform-browser": "18.2.13",
8853
- "@angular/router": "18.2.13",
8855
+ "@angular-devkit/core": "19.0.6",
8856
+ "@angular-devkit/schematics": "19.0.6",
8857
+ "@angular/animations": "19.0.5",
8858
+ "@angular/cdk": "19.0.4",
8859
+ "@angular/cli": "19.0.6",
8860
+ "@angular/common": "19.0.5",
8861
+ "@angular/core": "19.0.5",
8862
+ "@angular/forms": "19.0.5",
8863
+ "@angular/platform-browser": "19.0.5",
8864
+ "@angular/router": "19.0.5",
8854
8865
  "@blackbaud/skyux-design-tokens": "0.0.42",
8855
- "@schematics/angular": "18.2.12",
8856
- "@skyux-sdk/testing": "11.31.0",
8857
- "@skyux/ag-grid": "11.31.0",
8858
- "@skyux/animations": "11.31.0",
8859
- "@skyux/assets": "11.31.0",
8860
- "@skyux/autonumeric": "11.31.0",
8861
- "@skyux/config": "11.31.0",
8862
- "@skyux/core": "11.31.0",
8863
- "@skyux/data-manager": "11.31.0",
8864
- "@skyux/datetime": "11.31.0",
8865
- "@skyux/forms": "11.31.0",
8866
- "@skyux/help-inline": "11.31.0",
8867
- "@skyux/i18n": "11.31.0",
8868
- "@skyux/icon": "11.31.0",
8866
+ "@schematics/angular": "19.0.6",
8867
+ "@skyux-sdk/testing": "12.0.0-alpha.0",
8868
+ "@skyux/ag-grid": "12.0.0-alpha.0",
8869
+ "@skyux/animations": "12.0.0-alpha.0",
8870
+ "@skyux/assets": "12.0.0-alpha.0",
8871
+ "@skyux/autonumeric": "12.0.0-alpha.0",
8872
+ "@skyux/config": "12.0.0-alpha.0",
8873
+ "@skyux/core": "12.0.0-alpha.0",
8874
+ "@skyux/data-manager": "12.0.0-alpha.0",
8875
+ "@skyux/datetime": "12.0.0-alpha.0",
8876
+ "@skyux/forms": "12.0.0-alpha.0",
8877
+ "@skyux/help-inline": "12.0.0-alpha.0",
8878
+ "@skyux/i18n": "12.0.0-alpha.0",
8879
+ "@skyux/icon": "12.0.0-alpha.0",
8869
8880
  "@skyux/icons": "7.8.0",
8870
- "@skyux/indicators": "11.31.0",
8871
- "@skyux/inline-form": "11.31.0",
8872
- "@skyux/layout": "11.31.0",
8873
- "@skyux/lists": "11.31.0",
8874
- "@skyux/lookup": "11.31.0",
8875
- "@skyux/modals": "11.31.0",
8876
- "@skyux/popovers": "11.31.0",
8877
- "@skyux/router": "11.31.0",
8878
- "@skyux/theme": "11.31.0",
8881
+ "@skyux/indicators": "12.0.0-alpha.0",
8882
+ "@skyux/inline-form": "12.0.0-alpha.0",
8883
+ "@skyux/layout": "12.0.0-alpha.0",
8884
+ "@skyux/lists": "12.0.0-alpha.0",
8885
+ "@skyux/lookup": "12.0.0-alpha.0",
8886
+ "@skyux/modals": "12.0.0-alpha.0",
8887
+ "@skyux/popovers": "12.0.0-alpha.0",
8888
+ "@skyux/router": "12.0.0-alpha.0",
8889
+ "@skyux/theme": "12.0.0-alpha.0",
8879
8890
  "@types/dragula": "2.1.36",
8880
8891
  "@types/node": "20.14.12",
8881
8892
  "ag-grid-angular": "32.2.2",
@@ -8889,11 +8900,12 @@
8889
8900
  "glob": "11.0.0",
8890
8901
  "intl-tel-input": "24.4.0",
8891
8902
  "jsonc-parser": "3.3.1",
8903
+ "minimist": "1.2.8",
8892
8904
  "moment": "2.30.1",
8893
8905
  "ng2-dragula": "5.1.0",
8894
8906
  "rxjs": "7.8.1",
8895
- "tslib": "2.6.3",
8896
- "zone.js": "0.14.10"
8907
+ "tslib": "2.8.1",
8908
+ "zone.js": "0.15.0"
8897
8909
  }
8898
8910
  }
8899
8911
  }