@sankhyalabs/ezui 7.1.2 → 7.2.0-dev.10

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 (991) hide show
  1. package/dist/cjs/{ApplicationUtils-5cc05979.js → ApplicationUtils-88dfe345.js} +1 -1
  2. package/dist/cjs/FormLayout-fe8da83c.js +9 -0
  3. package/dist/cjs/{app-globals-2fbe4b17.js → app-globals-c1d07d68.js} +1 -1
  4. package/dist/cjs/{ez-combo-box-list_4.cjs.entry.js → classic-search-list_7.cjs.entry.js} +364 -5
  5. package/dist/cjs/ez-actions-button.cjs.entry.js +4 -3
  6. package/dist/cjs/ez-alert-list.cjs.entry.js +1 -1
  7. package/dist/cjs/ez-avatar.cjs.entry.js +1 -1
  8. package/dist/cjs/ez-calendar.cjs.entry.js +1 -1
  9. package/dist/cjs/ez-chart.cjs.entry.js +1 -1
  10. package/dist/cjs/ez-classic-combo-box.cjs.entry.js +38 -15
  11. package/dist/cjs/ez-classic-date-input.cjs.entry.js +201 -0
  12. package/dist/cjs/ez-classic-date-time-input.cjs.entry.js +246 -0
  13. package/dist/cjs/ez-classic-input.cjs.entry.js +99 -18
  14. package/dist/cjs/ez-classic-number-input.cjs.entry.js +205 -0
  15. package/dist/cjs/ez-classic-search-plus.cjs.entry.js +420 -0
  16. package/dist/cjs/ez-classic-search.cjs.entry.js +683 -0
  17. package/dist/cjs/ez-classic-text-area.cjs.entry.js +13 -2
  18. package/dist/cjs/ez-classic-time-input.cjs.entry.js +198 -0
  19. package/dist/cjs/ez-collapsible-box.cjs.entry.js +4 -3
  20. package/dist/cjs/ez-combo-box.cjs.entry.js +4 -3
  21. package/dist/cjs/ez-date-input.cjs.entry.js +1 -1
  22. package/dist/cjs/ez-date-time-input.cjs.entry.js +1 -1
  23. package/dist/cjs/ez-dialog.cjs.entry.js +1 -1
  24. package/dist/cjs/ez-double-list.cjs.entry.js +1 -1
  25. package/dist/cjs/ez-dropdown.cjs.entry.js +1 -1
  26. package/dist/cjs/ez-empty-card.cjs.entry.js +1 -1
  27. package/dist/cjs/ez-file-item.cjs.entry.js +1 -1
  28. package/dist/cjs/ez-form-view.cjs.entry.js +130 -37
  29. package/dist/cjs/ez-form.cjs.entry.js +87 -46
  30. package/dist/cjs/ez-grid-pagination.cjs.entry.js +227 -0
  31. package/dist/cjs/ez-grid.cjs.entry.js +1003 -277
  32. package/dist/cjs/ez-guide-navigator.cjs.entry.js +1 -1
  33. package/dist/cjs/ez-icon.cjs.entry.js +1 -1
  34. package/dist/cjs/ez-link-builder_6.cjs.entry.js +1 -1
  35. package/dist/cjs/ez-list.cjs.entry.js +1 -1
  36. package/dist/cjs/ez-modal-container.cjs.entry.js +1 -1
  37. package/dist/cjs/ez-modal.cjs.entry.js +2 -2
  38. package/dist/cjs/ez-multi-selection-list.cjs.entry.js +1 -1
  39. package/dist/cjs/ez-number-input.cjs.entry.js +1 -1
  40. package/dist/cjs/ez-pagination.cjs.entry.js +1 -1
  41. package/dist/cjs/ez-popover-core.cjs.entry.js +1 -1
  42. package/dist/cjs/ez-popup.cjs.entry.js +1 -1
  43. package/dist/cjs/ez-record-navigation.cjs.entry.js +121 -0
  44. package/dist/cjs/ez-scroller_2.cjs.entry.js +81 -14
  45. package/dist/cjs/ez-search-plus.cjs.entry.js +18 -8
  46. package/dist/cjs/ez-search-result-list.cjs.entry.js +1 -1
  47. package/dist/cjs/ez-search.cjs.entry.js +49 -11
  48. package/dist/cjs/ez-sidebar-navigator.cjs.entry.js +1 -1
  49. package/dist/cjs/ez-skeleton.cjs.entry.js +1 -1
  50. package/dist/cjs/ez-sortable-list.cjs.entry.js +2 -2
  51. package/dist/cjs/ez-spinner.cjs.entry.js +1 -1
  52. package/dist/cjs/ez-split-button.cjs.entry.js +16 -17
  53. package/dist/cjs/ez-split-item.cjs.entry.js +4 -3
  54. package/dist/cjs/ez-text-input.cjs.entry.js +37 -0
  55. package/dist/cjs/ez-time-input.cjs.entry.js +1 -1
  56. package/dist/cjs/ez-tooltip.cjs.entry.js +1 -1
  57. package/dist/cjs/ez-tree.cjs.entry.js +1 -1
  58. package/dist/cjs/ez-upload.cjs.entry.js +2 -2
  59. package/dist/cjs/ezui.cjs.js +3 -3
  60. package/dist/cjs/filter-column.cjs.entry.js +1 -1
  61. package/dist/cjs/{floating-ui.dom.esm-f4d87617.js → floating-ui.dom.esm-bea31048.js} +165 -119
  62. package/dist/cjs/{index-1be40f19.js → index-9739c242.js} +148 -30
  63. package/dist/cjs/index-a7b0c73d.js +50 -18
  64. package/dist/cjs/loader.cjs.js +3 -3
  65. package/dist/cjs/{purify-8c74770b.js → purify-b30a5718.js} +1 -0
  66. package/dist/cjs/{search-column-00a916ae.js → search-column-9612bd3a.js} +12 -10
  67. package/dist/cjs/searchFormatters-051f8677.js +23 -0
  68. package/dist/cjs/{FormLayout-18853e70.js → types-6a5df0c7.js} +0 -6
  69. package/dist/collection/collection-manifest.json +64 -3
  70. package/dist/collection/components/ez-classic-combo-box/ez-classic-combo-box.css +5 -0
  71. package/dist/collection/components/ez-classic-combo-box/ez-classic-combo-box.js +96 -18
  72. package/dist/collection/components/ez-classic-date-input/ez-classic-date-input.css +44 -0
  73. package/dist/collection/components/ez-classic-date-input/ez-classic-date-input.js +541 -0
  74. package/dist/collection/components/ez-classic-date-time-input/ez-classic-date-time-input.css +44 -0
  75. package/dist/collection/components/ez-classic-date-time-input/ez-classic-date-time-input.js +586 -0
  76. package/dist/collection/components/ez-classic-input/ez-classic-input.css +33 -5
  77. package/dist/collection/components/ez-classic-input/ez-classic-input.js +155 -19
  78. package/dist/collection/components/ez-classic-number-input/ez-classic-number-input.css +16 -0
  79. package/dist/collection/components/ez-classic-number-input/ez-classic-number-input.js +583 -0
  80. package/dist/collection/components/ez-classic-search/ez-classic-search.css +126 -0
  81. package/dist/collection/components/ez-classic-search/ez-classic-search.js +1330 -0
  82. package/dist/collection/components/ez-classic-search/subcomponent/classic-search-list/classic-search-list.css +227 -0
  83. package/dist/collection/components/ez-classic-search/subcomponent/classic-search-list/classic-search-list.js +316 -0
  84. package/dist/collection/components/ez-classic-search/utils/searchFormatters.js +18 -0
  85. package/dist/collection/components/ez-classic-search-plus/ez-classic-search-plus.css +428 -0
  86. package/dist/collection/components/ez-classic-search-plus/ez-classic-search-plus.js +1003 -0
  87. package/dist/collection/components/ez-classic-search-plus/subcomponent/ez-search-result-list/ez-classic-search-result-list.css +221 -0
  88. package/dist/collection/components/ez-classic-search-plus/subcomponent/ez-search-result-list/ez-classic-search-result-list.js +298 -0
  89. package/dist/collection/components/ez-classic-text-area/ez-classic-text-area.css +1 -0
  90. package/dist/collection/components/ez-classic-text-area/ez-classic-text-area.js +32 -1
  91. package/dist/collection/components/ez-classic-time-input/ez-classic-time-input.css +14 -0
  92. package/dist/collection/components/ez-classic-time-input/ez-classic-time-input.js +512 -0
  93. package/dist/collection/components/ez-dropdown/ez-dropdown.css +1 -1
  94. package/dist/collection/components/ez-empty-card/ez-empty-card.js +7 -7
  95. package/dist/collection/components/ez-form/ez-form.js +30 -4
  96. package/dist/collection/components/ez-form-view/ez-form-view.css +27 -8
  97. package/dist/collection/components/ez-form-view/ez-form-view.js +62 -4
  98. package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js +9 -4
  99. package/dist/collection/components/ez-form-view/fieldbuilder/templates/CheckBox.tpl.js +9 -6
  100. package/dist/collection/components/ez-form-view/fieldbuilder/templates/ComboBox.tpl.js +8 -1
  101. package/dist/collection/components/ez-form-view/fieldbuilder/templates/DateInput.tpl.js +30 -6
  102. package/dist/collection/components/ez-form-view/fieldbuilder/templates/FileInput.tpl.js +1 -1
  103. package/dist/collection/components/ez-form-view/fieldbuilder/templates/ImageInput.tpl.js +4 -0
  104. package/dist/collection/components/ez-form-view/fieldbuilder/templates/NumberInput.tpl.js +12 -5
  105. package/dist/collection/components/ez-form-view/fieldbuilder/templates/RichText.tpl.js +1 -1
  106. package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInput.tpl.js +9 -3
  107. package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInputPlus.tpl.js +8 -1
  108. package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextArea.tpl.js +7 -1
  109. package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextInput.tpl.js +8 -1
  110. package/dist/collection/components/ez-form-view/structure/index.js +1 -1
  111. package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js +161 -26
  112. package/dist/collection/components/ez-grid/controller/ag-grid/DataSource.js +11 -1
  113. package/dist/collection/components/ez-grid/controller/ag-grid/gridColumnDefaultWidths.js +23 -0
  114. package/dist/collection/components/ez-grid/controller/ag-grid/utils/AggFunctionResolver.js +24 -0
  115. package/dist/collection/components/ez-grid/ez-grid.css +1 -60
  116. package/dist/collection/components/ez-grid/ez-grid.js +52 -150
  117. package/dist/collection/components/ez-grid/interfaces/IAggegationFunc.js +1 -0
  118. package/dist/collection/components/ez-grid/utils/index.js +1 -0
  119. package/dist/collection/components/ez-grid-pagination/ez-grid-pagination.css +111 -0
  120. package/dist/collection/components/ez-grid-pagination/ez-grid-pagination.js +410 -0
  121. package/dist/collection/components/ez-icon/ez-icon.css +6 -5
  122. package/dist/collection/components/ez-image-input/ez-image-input.css +189 -0
  123. package/dist/collection/components/ez-image-input/ez-image-input.js +329 -0
  124. package/dist/collection/components/ez-modal/ez-modal.css +3 -0
  125. package/dist/collection/components/ez-record-navigation/ez-record-navigation.css +51 -0
  126. package/dist/collection/components/ez-record-navigation/ez-record-navigation.js +246 -0
  127. package/dist/collection/components/ez-scroller/EzScrollNavigationMode.js +5 -0
  128. package/dist/collection/components/ez-scroller/ez-scroller.css +117 -11
  129. package/dist/collection/components/ez-scroller/ez-scroller.js +118 -13
  130. package/dist/collection/components/ez-search/ez-search.css +4 -0
  131. package/dist/collection/components/ez-search/ez-search.js +75 -3
  132. package/dist/collection/components/ez-search-plus/ez-search-plus.js +11 -2
  133. package/dist/collection/components/ez-sortable-list/ez-sortable-list.css +1 -1
  134. package/dist/collection/components/ez-split-button/ez-split-button.css +1 -1
  135. package/dist/collection/components/ez-split-button/ez-split-button.js +20 -15
  136. package/dist/collection/components/ez-text-input/ez-text-input.js +38 -1
  137. package/dist/collection/utils/form/DataBinder.js +2 -2
  138. package/dist/collection/utils/form/FormMetadata.js +75 -39
  139. package/dist/collection/utils/form/interfaces/FormLayout.js +3 -1
  140. package/dist/collection/utils/i18n/locales/en-us.js +46 -4
  141. package/dist/collection/utils/i18n/locales/es-es.js +46 -4
  142. package/dist/collection/utils/i18n/locales/pt-br.js +46 -4
  143. package/dist/collection/utils/searchColumn/search-column.js +8 -6
  144. package/dist/custom-elements/index.d.ts +66 -0
  145. package/dist/custom-elements/index.js +4674 -756
  146. package/dist/esm/{ApplicationUtils-1569f757.js → ApplicationUtils-f7721533.js} +1 -1
  147. package/dist/esm/FormLayout-bda67973.js +9 -0
  148. package/dist/esm/{app-globals-c0ac93c0.js → app-globals-6e258867.js} +1 -1
  149. package/dist/esm/classic-search-list_7.entry.js +1022 -0
  150. package/dist/esm/ez-actions-button.entry.js +4 -3
  151. package/dist/esm/ez-alert-list.entry.js +1 -1
  152. package/dist/esm/ez-avatar.entry.js +1 -1
  153. package/dist/esm/ez-calendar.entry.js +1 -1
  154. package/dist/esm/ez-chart.entry.js +1 -1
  155. package/dist/esm/ez-classic-combo-box.entry.js +38 -15
  156. package/dist/esm/ez-classic-date-input.entry.js +197 -0
  157. package/dist/esm/ez-classic-date-time-input.entry.js +242 -0
  158. package/dist/esm/ez-classic-input.entry.js +100 -19
  159. package/dist/esm/ez-classic-number-input.entry.js +201 -0
  160. package/dist/esm/ez-classic-search-plus.entry.js +416 -0
  161. package/dist/esm/ez-classic-search.entry.js +679 -0
  162. package/dist/esm/ez-classic-text-area.entry.js +13 -2
  163. package/dist/esm/ez-classic-time-input.entry.js +194 -0
  164. package/dist/esm/ez-collapsible-box.entry.js +4 -3
  165. package/dist/esm/ez-combo-box.entry.js +4 -3
  166. package/dist/esm/ez-date-input.entry.js +1 -1
  167. package/dist/esm/ez-date-time-input.entry.js +1 -1
  168. package/dist/esm/ez-dialog.entry.js +1 -1
  169. package/dist/esm/ez-double-list.entry.js +1 -1
  170. package/dist/esm/ez-dropdown.entry.js +1 -1
  171. package/dist/esm/ez-empty-card.entry.js +1 -1
  172. package/dist/esm/ez-file-item.entry.js +1 -1
  173. package/dist/esm/ez-form-view.entry.js +130 -37
  174. package/dist/esm/ez-form.entry.js +87 -46
  175. package/dist/esm/ez-grid-pagination.entry.js +223 -0
  176. package/dist/esm/ez-grid.entry.js +1002 -276
  177. package/dist/esm/ez-guide-navigator.entry.js +1 -1
  178. package/dist/esm/ez-icon.entry.js +1 -1
  179. package/dist/esm/ez-link-builder_6.entry.js +1 -1
  180. package/dist/esm/ez-list.entry.js +1 -1
  181. package/dist/esm/ez-modal-container.entry.js +1 -1
  182. package/dist/esm/ez-modal.entry.js +2 -2
  183. package/dist/esm/ez-multi-selection-list.entry.js +1 -1
  184. package/dist/esm/ez-number-input.entry.js +1 -1
  185. package/dist/esm/ez-pagination.entry.js +1 -1
  186. package/dist/esm/ez-popover-core.entry.js +1 -1
  187. package/dist/esm/ez-popup.entry.js +1 -1
  188. package/dist/esm/ez-record-navigation.entry.js +117 -0
  189. package/dist/esm/ez-scroller_2.entry.js +81 -14
  190. package/dist/esm/ez-search-plus.entry.js +15 -5
  191. package/dist/esm/ez-search-result-list.entry.js +1 -1
  192. package/dist/esm/ez-search.entry.js +44 -6
  193. package/dist/esm/ez-sidebar-navigator.entry.js +1 -1
  194. package/dist/esm/ez-skeleton.entry.js +1 -1
  195. package/dist/esm/ez-sortable-list.entry.js +2 -2
  196. package/dist/esm/ez-spinner.entry.js +1 -1
  197. package/dist/esm/ez-split-button.entry.js +16 -17
  198. package/dist/esm/ez-split-item.entry.js +4 -3
  199. package/dist/esm/ez-text-input.entry.js +37 -0
  200. package/dist/esm/ez-time-input.entry.js +1 -1
  201. package/dist/esm/ez-tooltip.entry.js +1 -1
  202. package/dist/esm/ez-tree.entry.js +1 -1
  203. package/dist/esm/ez-upload.entry.js +2 -2
  204. package/dist/esm/ezui.js +3 -3
  205. package/dist/esm/filter-column.entry.js +1 -1
  206. package/dist/esm/{floating-ui.dom.esm-ad30f2f0.js → floating-ui.dom.esm-2964eae1.js} +165 -119
  207. package/dist/esm/{index-41363fa6.js → index-9e6dab5b.js} +148 -30
  208. package/dist/esm/index-baa5e267.js +50 -18
  209. package/dist/esm/loader.js +3 -3
  210. package/dist/esm/{purify-ff423562.js → purify-9357603c.js} +1 -0
  211. package/dist/esm/{search-column-3984faec.js → search-column-dba4853a.js} +12 -10
  212. package/dist/esm/searchFormatters-6d9b06e4.js +20 -0
  213. package/dist/esm/{FormLayout-071d324c.js → types-6f6b2650.js} +1 -7
  214. package/dist/ezui/ezui.esm.js +1 -1
  215. package/dist/ezui/p-0592535f.entry.js +1 -0
  216. package/dist/ezui/{p-b3d8034b.entry.js → p-063bb342.entry.js} +1 -1
  217. package/dist/ezui/{p-3afa1c6e.entry.js → p-0ac8bd66.entry.js} +1 -1
  218. package/dist/ezui/p-0d80e3ec.entry.js +1 -0
  219. package/dist/ezui/{p-02d448bb.entry.js → p-108503ed.entry.js} +1 -1
  220. package/dist/ezui/p-1166b2d5.entry.js +1 -0
  221. package/dist/ezui/p-15873627.js +1 -0
  222. package/dist/ezui/p-160a268d.entry.js +1 -0
  223. package/dist/ezui/p-178cb9df.entry.js +1 -0
  224. package/dist/ezui/p-2856c545.entry.js +1 -0
  225. package/dist/ezui/{p-05c32903.entry.js → p-2ae127bc.entry.js} +1 -1
  226. package/dist/ezui/p-2ebd7383.entry.js +1 -0
  227. package/dist/ezui/p-30c5f48a.entry.js +1 -0
  228. package/dist/ezui/{p-ec730d4e.entry.js → p-312bd3c6.entry.js} +1 -1
  229. package/dist/ezui/p-3fae7072.entry.js +1 -0
  230. package/dist/ezui/p-42e1e733.js +1 -0
  231. package/dist/ezui/p-44183c39.entry.js +1 -0
  232. package/dist/ezui/{p-ce0b36d7.entry.js → p-45245c32.entry.js} +1 -1
  233. package/dist/ezui/{p-6c51ccd1.entry.js → p-46b1b2ac.entry.js} +1 -1
  234. package/dist/ezui/p-47e4a8ce.js +1 -0
  235. package/dist/ezui/{p-9b215871.entry.js → p-54af1af0.entry.js} +1 -1
  236. package/dist/ezui/p-5895e687.js +1 -0
  237. package/dist/ezui/p-6369a0cd.entry.js +1 -0
  238. package/dist/ezui/{p-7f37ee99.entry.js → p-66455069.entry.js} +1 -1
  239. package/dist/ezui/p-72e77b45.entry.js +1 -0
  240. package/dist/ezui/{p-34a476a9.entry.js → p-73461028.entry.js} +1 -1
  241. package/dist/ezui/{p-721fd999.entry.js → p-7424d520.entry.js} +1 -1
  242. package/dist/ezui/{p-39761eca.entry.js → p-7a07c50f.entry.js} +1 -1
  243. package/dist/ezui/p-7b078125.entry.js +1 -0
  244. package/dist/ezui/p-7dad8018.entry.js +1 -0
  245. package/dist/ezui/p-7df45688.entry.js +1 -0
  246. package/dist/ezui/{p-56fc1da0.js → p-83bddbbb.js} +1 -1
  247. package/dist/ezui/p-881abc22.entry.js +1 -0
  248. package/dist/ezui/p-88a115b3.js +1 -0
  249. package/dist/ezui/p-99556756.entry.js +1 -0
  250. package/dist/ezui/p-9bd3e28b.entry.js +1 -0
  251. package/dist/ezui/{p-a4083a7a.entry.js → p-9bd78d39.entry.js} +1 -1
  252. package/dist/ezui/p-a0f51b99.entry.js +1 -0
  253. package/dist/ezui/{p-351fb12f.entry.js → p-a4735a12.entry.js} +1 -1
  254. package/dist/ezui/{p-baec56c9.js → p-ad5e263d.js} +1 -1
  255. package/dist/ezui/p-b06294c9.entry.js +1 -0
  256. package/dist/ezui/{p-14ceb733.entry.js → p-b493757c.entry.js} +1 -1
  257. package/dist/ezui/{p-d5eb2fad.entry.js → p-b8cd501a.entry.js} +1 -1
  258. package/dist/ezui/{p-ecd6409d.entry.js → p-b986da95.entry.js} +2 -2
  259. package/dist/ezui/{p-948f0fb2.entry.js → p-c25a4d30.entry.js} +1 -1
  260. package/dist/ezui/{p-859e3134.entry.js → p-c37fb359.entry.js} +1 -1
  261. package/dist/ezui/{p-9b3f3c02.entry.js → p-cb00863d.entry.js} +1 -1
  262. package/dist/ezui/{p-4d30b703.entry.js → p-cf66ace0.entry.js} +1 -1
  263. package/dist/ezui/p-d2601b25.js +1 -0
  264. package/dist/ezui/{p-b989a33e.entry.js → p-d5684cdc.entry.js} +1 -1
  265. package/dist/ezui/{p-0f7971cf.entry.js → p-d70805e4.entry.js} +1 -1
  266. package/dist/ezui/p-d75f583b.entry.js +1 -0
  267. package/dist/ezui/p-d8b69419.entry.js +1 -0
  268. package/dist/ezui/{p-d6bb930d.entry.js → p-dfced8c7.entry.js} +1 -1
  269. package/dist/ezui/{p-5c440899.js → p-dff9862b.js} +1 -1
  270. package/dist/ezui/p-e2b3970c.entry.js +309 -0
  271. package/dist/ezui/{p-110cfb7d.entry.js → p-e3d6b544.entry.js} +1 -1
  272. package/dist/ezui/{p-4fe123b6.entry.js → p-e692c2a7.entry.js} +1 -1
  273. package/dist/ezui/p-e8cd003b.entry.js +1 -0
  274. package/dist/ezui/p-ed790867.entry.js +1 -0
  275. package/dist/ezui/p-f2e0acf5.entry.js +1 -0
  276. package/dist/ezui/{p-9ab2add9.entry.js → p-f498f6b5.entry.js} +1 -1
  277. package/dist/ezui/p-fb27b98d.entry.js +1 -0
  278. package/dist/ezui/p-fc11f5b9.entry.js +1 -0
  279. package/dist/ezui/{p-ef8bd3e8.entry.js → p-fc72aeb8.entry.js} +1 -1
  280. package/dist/types/components/ez-classic-combo-box/ez-classic-combo-box.d.ts +11 -3
  281. package/dist/types/components/ez-classic-date-input/ez-classic-date-input.d.ts +91 -0
  282. package/dist/types/components/ez-classic-date-time-input/ez-classic-date-time-input.d.ts +95 -0
  283. package/dist/types/components/ez-classic-input/ez-classic-input.d.ts +18 -1
  284. package/dist/types/components/ez-classic-number-input/ez-classic-number-input.d.ts +101 -0
  285. package/dist/types/components/ez-classic-search/ez-classic-search.d.ts +219 -0
  286. package/dist/types/components/ez-classic-search/subcomponent/classic-search-list/classic-search-list.d.ts +29 -0
  287. package/dist/types/components/ez-classic-search/utils/searchFormatters.d.ts +2 -0
  288. package/dist/types/components/ez-classic-search-plus/ez-classic-search-plus.d.ts +189 -0
  289. package/dist/types/components/ez-classic-search-plus/subcomponent/ez-search-result-list/ez-classic-search-result-list.d.ts +29 -0
  290. package/dist/types/components/ez-classic-text-area/ez-classic-text-area.d.ts +3 -0
  291. package/dist/types/components/ez-empty-card/ez-empty-card.d.ts +2 -2
  292. package/dist/types/components/ez-form/ez-form.d.ts +6 -0
  293. package/dist/types/components/ez-form-view/ez-form-view.d.ts +11 -0
  294. package/dist/types/components/ez-form-view/fieldbuilder/FieldBuilder.d.ts +8 -1
  295. package/dist/types/components/ez-form-view/fieldbuilder/templates/CheckBox.tpl.d.ts +3 -2
  296. package/dist/types/components/ez-form-view/fieldbuilder/templates/ComboBox.tpl.d.ts +2 -1
  297. package/dist/types/components/ez-form-view/fieldbuilder/templates/DateInput.tpl.d.ts +5 -4
  298. package/dist/types/components/ez-form-view/fieldbuilder/templates/FileInput.tpl.d.ts +2 -1
  299. package/dist/types/components/ez-form-view/fieldbuilder/templates/ImageInput.tpl.d.ts +2 -0
  300. package/dist/types/components/ez-form-view/fieldbuilder/templates/NumberInput.tpl.d.ts +3 -2
  301. package/dist/types/components/ez-form-view/fieldbuilder/templates/RichText.tpl.d.ts +2 -1
  302. package/dist/types/components/ez-form-view/fieldbuilder/templates/SearchInput.tpl.d.ts +2 -1
  303. package/dist/types/components/ez-form-view/fieldbuilder/templates/SearchInputPlus.tpl.d.ts +2 -1
  304. package/dist/types/components/ez-form-view/fieldbuilder/templates/TextArea.tpl.d.ts +2 -1
  305. package/dist/types/components/ez-form-view/fieldbuilder/templates/TextInput.tpl.d.ts +2 -1
  306. package/dist/types/components/ez-grid/controller/EzGridController.d.ts +2 -0
  307. package/dist/types/components/ez-grid/controller/ag-grid/AgGridController.d.ts +16 -0
  308. package/dist/types/components/ez-grid/controller/ag-grid/gridColumnDefaultWidths.d.ts +4 -0
  309. package/dist/types/components/ez-grid/controller/ag-grid/utils/AggFunctionResolver.d.ts +2 -0
  310. package/dist/types/components/ez-grid/ez-grid.d.ts +10 -27
  311. package/dist/types/components/ez-grid/interfaces/IAggegationFunc.d.ts +3 -0
  312. package/dist/types/components/ez-grid/utils/index.d.ts +1 -0
  313. package/dist/types/components/ez-grid-pagination/ez-grid-pagination.d.ts +75 -0
  314. package/dist/types/components/ez-image-input/ez-image-input.d.ts +43 -0
  315. package/dist/types/components/ez-record-navigation/ez-record-navigation.d.ts +43 -0
  316. package/dist/types/components/ez-scroller/EzScrollNavigationMode.d.ts +4 -0
  317. package/dist/types/components/ez-scroller/ez-scroller.d.ts +16 -2
  318. package/dist/types/components/ez-search/ez-search.d.ts +12 -1
  319. package/dist/types/components/ez-search-plus/ez-search-plus.d.ts +1 -0
  320. package/dist/types/components/ez-split-button/ez-split-button.d.ts +1 -2
  321. package/dist/types/components/ez-text-input/ez-text-input.d.ts +4 -0
  322. package/dist/types/components.d.ts +3407 -1976
  323. package/dist/types/utils/form/FormMetadata.d.ts +2 -1
  324. package/dist/types/utils/form/interfaces/FormLayout.d.ts +3 -1
  325. package/dist/types/utils/form/interfaces/IFormSheetMetadata.d.ts +3 -0
  326. package/dist/types/utils/form/interfaces/ITabConfig.d.ts +3 -0
  327. package/dist/types/utils/i18n/locales/en-us.d.ts +45 -3
  328. package/dist/types/utils/i18n/locales/es-es.d.ts +45 -3
  329. package/dist/types/utils/i18n/locales/pt-br.d.ts +45 -3
  330. package/dist/types/utils/i18n/translations.d.ts +135 -9
  331. package/package.json +5 -5
  332. package/react/components.d.ts +11 -0
  333. package/react/components.js +11 -0
  334. package/react/components.js.map +1 -1
  335. package/dist/cjs/ApplicationUtils-5cc05979.js.gz +0 -0
  336. package/dist/cjs/CSSVarsUtils-f20973d1.js.gz +0 -0
  337. package/dist/cjs/CheckMode-ecb90b87.js.gz +0 -0
  338. package/dist/cjs/DialogType-2114c337.js.gz +0 -0
  339. package/dist/cjs/EzScrollDirection-b2c99895.js.gz +0 -0
  340. package/dist/cjs/FocusResolver-885f2173.js.gz +0 -0
  341. package/dist/cjs/FormLayout-18853e70.js.gz +0 -0
  342. package/dist/cjs/RichToolbarHelper-ea12328f.js.gz +0 -0
  343. package/dist/cjs/_commonjsHelpers-537d719a.js.gz +0 -0
  344. package/dist/cjs/app-globals-2fbe4b17.js.gz +0 -0
  345. package/dist/cjs/constants-72b7e05e.js.gz +0 -0
  346. package/dist/cjs/ez-actions-button.cjs.entry.js.gz +0 -0
  347. package/dist/cjs/ez-alert-list.cjs.entry.js.gz +0 -0
  348. package/dist/cjs/ez-alert.cjs.entry.js.gz +0 -0
  349. package/dist/cjs/ez-application.cjs.entry.js.gz +0 -0
  350. package/dist/cjs/ez-avatar.cjs.entry.js.gz +0 -0
  351. package/dist/cjs/ez-badge.cjs.entry.js.gz +0 -0
  352. package/dist/cjs/ez-breadcrumb.cjs.entry.js.gz +0 -0
  353. package/dist/cjs/ez-button.cjs.entry.js.gz +0 -0
  354. package/dist/cjs/ez-calendar.cjs.entry.js.gz +0 -0
  355. package/dist/cjs/ez-card-item.cjs.entry.js.gz +0 -0
  356. package/dist/cjs/ez-chart.cjs.entry.js.gz +0 -0
  357. package/dist/cjs/ez-check.cjs.entry.js.gz +0 -0
  358. package/dist/cjs/ez-chip.cjs.entry.js.gz +0 -0
  359. package/dist/cjs/ez-classic-combo-box.cjs.entry.js.gz +0 -0
  360. package/dist/cjs/ez-classic-input.cjs.entry.js.gz +0 -0
  361. package/dist/cjs/ez-classic-text-area.cjs.entry.js.gz +0 -0
  362. package/dist/cjs/ez-collapsible-box.cjs.entry.js.gz +0 -0
  363. package/dist/cjs/ez-combo-box-list_4.cjs.entry.js.gz +0 -0
  364. package/dist/cjs/ez-combo-box.cjs.entry.js.gz +0 -0
  365. package/dist/cjs/ez-date-input.cjs.entry.js.gz +0 -0
  366. package/dist/cjs/ez-date-time-input.cjs.entry.js.gz +0 -0
  367. package/dist/cjs/ez-dialog.cjs.entry.js.gz +0 -0
  368. package/dist/cjs/ez-double-list.cjs.entry.js.gz +0 -0
  369. package/dist/cjs/ez-dropdown.cjs.entry.js.gz +0 -0
  370. package/dist/cjs/ez-empty-card.cjs.entry.js.gz +0 -0
  371. package/dist/cjs/ez-file-item.cjs.entry.js.gz +0 -0
  372. package/dist/cjs/ez-filter-input.cjs.entry.js.gz +0 -0
  373. package/dist/cjs/ez-form-view.cjs.entry.js.gz +0 -0
  374. package/dist/cjs/ez-form.cjs.entry.js.gz +0 -0
  375. package/dist/cjs/ez-grid-view.cjs.entry.js.gz +0 -0
  376. package/dist/cjs/ez-grid.cjs.entry.js.gz +0 -0
  377. package/dist/cjs/ez-guide-navigator.cjs.entry.js.gz +0 -0
  378. package/dist/cjs/ez-icon.cjs.entry.js.gz +0 -0
  379. package/dist/cjs/ez-link-builder_6.cjs.entry.js.gz +0 -0
  380. package/dist/cjs/ez-list-item.cjs.entry.js.gz +0 -0
  381. package/dist/cjs/ez-list.cjs.entry.js.gz +0 -0
  382. package/dist/cjs/ez-loading-bar.cjs.entry.js.gz +0 -0
  383. package/dist/cjs/ez-modal-container.cjs.entry.js.gz +0 -0
  384. package/dist/cjs/ez-modal.cjs.entry.js.gz +0 -0
  385. package/dist/cjs/ez-multi-selection-list.cjs.entry.js.gz +0 -0
  386. package/dist/cjs/ez-number-input.cjs.entry.js.gz +0 -0
  387. package/dist/cjs/ez-pagination.cjs.entry.js.gz +0 -0
  388. package/dist/cjs/ez-popover-core.cjs.entry.js.gz +0 -0
  389. package/dist/cjs/ez-popover-plus_3.cjs.entry.js.gz +0 -0
  390. package/dist/cjs/ez-popover.cjs.entry.js.gz +0 -0
  391. package/dist/cjs/ez-popup.cjs.entry.js.gz +0 -0
  392. package/dist/cjs/ez-progress-bar.cjs.entry.js.gz +0 -0
  393. package/dist/cjs/ez-radio-button.cjs.entry.js.gz +0 -0
  394. package/dist/cjs/ez-rich-toolbar-item.cjs.entry.js.gz +0 -0
  395. package/dist/cjs/ez-scroller_2.cjs.entry.js.gz +0 -0
  396. package/dist/cjs/ez-search-plus.cjs.entry.js.gz +0 -0
  397. package/dist/cjs/ez-search-result-list.cjs.entry.js.gz +0 -0
  398. package/dist/cjs/ez-search.cjs.entry.js.gz +0 -0
  399. package/dist/cjs/ez-sidebar-navigator.cjs.entry.js.gz +0 -0
  400. package/dist/cjs/ez-skeleton.cjs.entry.js.gz +0 -0
  401. package/dist/cjs/ez-sortable-list.cjs.entry.js.gz +0 -0
  402. package/dist/cjs/ez-spinner.cjs.entry.js.gz +0 -0
  403. package/dist/cjs/ez-split-button.cjs.entry.js.gz +0 -0
  404. package/dist/cjs/ez-split-item.cjs.entry.js.gz +0 -0
  405. package/dist/cjs/ez-split-panel.cjs.entry.js.gz +0 -0
  406. package/dist/cjs/ez-tabselector.cjs.entry.js.gz +0 -0
  407. package/dist/cjs/ez-tag-input.cjs.entry.js.gz +0 -0
  408. package/dist/cjs/ez-tag.cjs.entry.js.gz +0 -0
  409. package/dist/cjs/ez-text-area.cjs.entry.js.gz +0 -0
  410. package/dist/cjs/ez-text-input.cjs.entry.js.gz +0 -0
  411. package/dist/cjs/ez-tile-medium.cjs.entry.js.gz +0 -0
  412. package/dist/cjs/ez-tile.cjs.entry.js.gz +0 -0
  413. package/dist/cjs/ez-time-input.cjs.entry.js.gz +0 -0
  414. package/dist/cjs/ez-toast.cjs.entry.js.gz +0 -0
  415. package/dist/cjs/ez-tooltip.cjs.entry.js.gz +0 -0
  416. package/dist/cjs/ez-tree.cjs.entry.js.gz +0 -0
  417. package/dist/cjs/ez-underface.cjs.entry.js.gz +0 -0
  418. package/dist/cjs/ez-upload.cjs.entry.js.gz +0 -0
  419. package/dist/cjs/ez-view-stack.cjs.entry.js.gz +0 -0
  420. package/dist/cjs/ezListHelper-0d3970b4.js.gz +0 -0
  421. package/dist/cjs/ezui.cjs.js.gz +0 -0
  422. package/dist/cjs/filter-column.cjs.entry.js.gz +0 -0
  423. package/dist/cjs/floating-ui.dom.esm-f4d87617.js.gz +0 -0
  424. package/dist/cjs/index-1be40f19.js.gz +0 -0
  425. package/dist/cjs/index-a7b0c73d.js.gz +0 -0
  426. package/dist/cjs/index.cjs.js.gz +0 -0
  427. package/dist/cjs/loader.cjs.js.gz +0 -0
  428. package/dist/cjs/purify-8c74770b.js.gz +0 -0
  429. package/dist/cjs/search-column-00a916ae.js.gz +0 -0
  430. package/dist/cjs/searchFormatters-b7e1ed1e.js.gz +0 -0
  431. package/dist/collection/components/ez-actions-button/ez-actions-button.css.gz +0 -0
  432. package/dist/collection/components/ez-actions-button/ez-actions-button.js.gz +0 -0
  433. package/dist/collection/components/ez-alert/ez-alert.css.gz +0 -0
  434. package/dist/collection/components/ez-alert/ez-alert.js.gz +0 -0
  435. package/dist/collection/components/ez-alert-list/ez-alert-list.css.gz +0 -0
  436. package/dist/collection/components/ez-alert-list/ez-alert-list.js.gz +0 -0
  437. package/dist/collection/components/ez-application/ez-application.css.gz +0 -0
  438. package/dist/collection/components/ez-application/ez-application.js.gz +0 -0
  439. package/dist/collection/components/ez-avatar/ez-avatar.css.gz +0 -0
  440. package/dist/collection/components/ez-avatar/ez-avatar.js.gz +0 -0
  441. package/dist/collection/components/ez-badge/enum/sizes.js.gz +0 -0
  442. package/dist/collection/components/ez-badge/ez-badge.css.gz +0 -0
  443. package/dist/collection/components/ez-badge/ez-badge.js.gz +0 -0
  444. package/dist/collection/components/ez-badge/interfaces/IPosition.js.gz +0 -0
  445. package/dist/collection/components/ez-breadcrumb/ez-breadcrumb.css.gz +0 -0
  446. package/dist/collection/components/ez-breadcrumb/ez-breadcrumb.js.gz +0 -0
  447. package/dist/collection/components/ez-breadcrumb/subcomponents/breadcrumb-item.js.gz +0 -0
  448. package/dist/collection/components/ez-button/ez-button.css.gz +0 -0
  449. package/dist/collection/components/ez-button/ez-button.js.gz +0 -0
  450. package/dist/collection/components/ez-calendar/ez-calendar.css.gz +0 -0
  451. package/dist/collection/components/ez-calendar/ez-calendar.js.gz +0 -0
  452. package/dist/collection/components/ez-card-item/ez-card-item.css.gz +0 -0
  453. package/dist/collection/components/ez-card-item/ez-card-item.js.gz +0 -0
  454. package/dist/collection/components/ez-chart/components/BarChart.js.gz +0 -0
  455. package/dist/collection/components/ez-chart/components/ColumnChart.js.gz +0 -0
  456. package/dist/collection/components/ez-chart/components/DonutChart.js.gz +0 -0
  457. package/dist/collection/components/ez-chart/components/LineChart.js.gz +0 -0
  458. package/dist/collection/components/ez-chart/components/PieChart.js.gz +0 -0
  459. package/dist/collection/components/ez-chart/components/index.js.gz +0 -0
  460. package/dist/collection/components/ez-chart/ez-chart.css.gz +0 -0
  461. package/dist/collection/components/ez-chart/ez-chart.js.gz +0 -0
  462. package/dist/collection/components/ez-chart/interfaces/ChartAxis.js.gz +0 -0
  463. package/dist/collection/components/ez-chart/interfaces/ChartContext.js.gz +0 -0
  464. package/dist/collection/components/ez-chart/interfaces/ChartOptions.js.gz +0 -0
  465. package/dist/collection/components/ez-chart/interfaces/ChartSerie.js.gz +0 -0
  466. package/dist/collection/components/ez-chart/interfaces/ChartStrategies.js.gz +0 -0
  467. package/dist/collection/components/ez-chart/interfaces/ChartType.js.gz +0 -0
  468. package/dist/collection/components/ez-chart/interfaces/ChartTypeValue.js.gz +0 -0
  469. package/dist/collection/components/ez-chart/interfaces/index.js.gz +0 -0
  470. package/dist/collection/components/ez-chart/test/mock-chart.js.gz +0 -0
  471. package/dist/collection/components/ez-chart/types/BaseHighChartsRender.js.gz +0 -0
  472. package/dist/collection/components/ez-check/CheckMode.js.gz +0 -0
  473. package/dist/collection/components/ez-check/ez-check.css.gz +0 -0
  474. package/dist/collection/components/ez-check/ez-check.js.gz +0 -0
  475. package/dist/collection/components/ez-chip/ez-chip.css.gz +0 -0
  476. package/dist/collection/components/ez-chip/ez-chip.js.gz +0 -0
  477. package/dist/collection/components/ez-classic-combo-box/ez-classic-combo-box.css.gz +0 -0
  478. package/dist/collection/components/ez-classic-combo-box/ez-classic-combo-box.js.gz +0 -0
  479. package/dist/collection/components/ez-classic-combo-box/interfaces/IOption.js.gz +0 -0
  480. package/dist/collection/components/ez-classic-input/ez-classic-input.css.gz +0 -0
  481. package/dist/collection/components/ez-classic-input/ez-classic-input.js.gz +0 -0
  482. package/dist/collection/components/ez-classic-input/interfaces/optionsSetFocus.js.gz +0 -0
  483. package/dist/collection/components/ez-classic-input/utils/maskFormatter.js.gz +0 -0
  484. package/dist/collection/components/ez-classic-text-area/ez-classic-text-area.css.gz +0 -0
  485. package/dist/collection/components/ez-classic-text-area/ez-classic-text-area.js.gz +0 -0
  486. package/dist/collection/components/ez-classic-text-area/interfaces/optionsSetFocus.js.gz +0 -0
  487. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.css.gz +0 -0
  488. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.js.gz +0 -0
  489. package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.css.gz +0 -0
  490. package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.js.gz +0 -0
  491. package/dist/collection/components/ez-combo-box/ez-combo-box.css.gz +0 -0
  492. package/dist/collection/components/ez-combo-box/ez-combo-box.js.gz +0 -0
  493. package/dist/collection/components/ez-date-input/ez-date-input.css.gz +0 -0
  494. package/dist/collection/components/ez-date-input/ez-date-input.js.gz +0 -0
  495. package/dist/collection/components/ez-date-time-input/ez-date-time-input.css.gz +0 -0
  496. package/dist/collection/components/ez-date-time-input/ez-date-time-input.js.gz +0 -0
  497. package/dist/collection/components/ez-dialog/DialogType.js.gz +0 -0
  498. package/dist/collection/components/ez-dialog/ez-dialog.css.gz +0 -0
  499. package/dist/collection/components/ez-dialog/ez-dialog.js.gz +0 -0
  500. package/dist/collection/components/ez-double-list/doubleListHelper.js.gz +0 -0
  501. package/dist/collection/components/ez-double-list/ez-double-list.css.gz +0 -0
  502. package/dist/collection/components/ez-double-list/ez-double-list.js.gz +0 -0
  503. package/dist/collection/components/ez-dropdown/ez-dropdown.css.gz +0 -0
  504. package/dist/collection/components/ez-dropdown/ez-dropdown.js.gz +0 -0
  505. package/dist/collection/components/ez-dropdown/structure/DropdownItem.js.gz +0 -0
  506. package/dist/collection/components/ez-dropdown/structure/SubmenuControl.js.gz +0 -0
  507. package/dist/collection/components/ez-empty-card/ez-empty-card.css.gz +0 -0
  508. package/dist/collection/components/ez-empty-card/ez-empty-card.js.gz +0 -0
  509. package/dist/collection/components/ez-file-item/ez-file-item.css.gz +0 -0
  510. package/dist/collection/components/ez-file-item/ez-file-item.js.gz +0 -0
  511. package/dist/collection/components/ez-filter-input/ez-filter-input.css.gz +0 -0
  512. package/dist/collection/components/ez-filter-input/ez-filter-input.js.gz +0 -0
  513. package/dist/collection/components/ez-form/ez-form.css.gz +0 -0
  514. package/dist/collection/components/ez-form/ez-form.js.gz +0 -0
  515. package/dist/collection/components/ez-form/store/form.slice.js.gz +0 -0
  516. package/dist/collection/components/ez-form-view/custom-input/ez-custom-form-input.js.gz +0 -0
  517. package/dist/collection/components/ez-form-view/ez-form-view.css.gz +0 -0
  518. package/dist/collection/components/ez-form-view/ez-form-view.js.gz +0 -0
  519. package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js.gz +0 -0
  520. package/dist/collection/components/ez-form-view/fieldbuilder/templates/CheckBox.tpl.js.gz +0 -0
  521. package/dist/collection/components/ez-form-view/fieldbuilder/templates/ComboBox.tpl.js.gz +0 -0
  522. package/dist/collection/components/ez-form-view/fieldbuilder/templates/DateInput.tpl.js.gz +0 -0
  523. package/dist/collection/components/ez-form-view/fieldbuilder/templates/FileInput.tpl.js.gz +0 -0
  524. package/dist/collection/components/ez-form-view/fieldbuilder/templates/NumberInput.tpl.js.gz +0 -0
  525. package/dist/collection/components/ez-form-view/fieldbuilder/templates/RichText.tpl.js.gz +0 -0
  526. package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInput.tpl.js.gz +0 -0
  527. package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInputPlus.tpl.js.gz +0 -0
  528. package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextArea.tpl.js.gz +0 -0
  529. package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextInput.tpl.js.gz +0 -0
  530. package/dist/collection/components/ez-form-view/interfaces/IFormViewField.js.gz +0 -0
  531. package/dist/collection/components/ez-form-view/interfaces/index.js.gz +0 -0
  532. package/dist/collection/components/ez-form-view/structure/index.js.gz +0 -0
  533. package/dist/collection/components/ez-grid/controller/EzGridController.js.gz +0 -0
  534. package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js.gz +0 -0
  535. package/dist/collection/components/ez-grid/controller/ag-grid/DataSource.js.gz +0 -0
  536. package/dist/collection/components/ez-grid/controller/ag-grid/DataSourceInterceptor.js.gz +0 -0
  537. package/dist/collection/components/ez-grid/controller/ag-grid/GridEditionManager.js.gz +0 -0
  538. package/dist/collection/components/ez-grid/controller/ag-grid/components/EzGridCustomCellEditor.js.gz +0 -0
  539. package/dist/collection/components/ez-grid/controller/ag-grid/components/EzGridCustomCellRender.js.gz +0 -0
  540. package/dist/collection/components/ez-grid/controller/ag-grid/components/EzGridCustomHeader.js.gz +0 -0
  541. package/dist/collection/components/ez-grid/controller/ag-grid/components/cellRendererStatus.js.gz +0 -0
  542. package/dist/collection/components/ez-grid/controller/ag-grid/components/selectionHeader.js.gz +0 -0
  543. package/dist/collection/components/ez-grid/controller/ag-grid/components/test/constants/EzGridCustomCellEditorConstants.js.gz +0 -0
  544. package/dist/collection/components/ez-grid/controller/ag-grid/components/test/constants/EzGridCustomCellRenderConstants.js.gz +0 -0
  545. package/dist/collection/components/ez-grid/controller/ag-grid/editor/EzCellEditor.js.gz +0 -0
  546. package/dist/collection/components/ez-grid/controller/ag-grid/editor/EzCellRender.js.gz +0 -0
  547. package/dist/collection/components/ez-grid/controller/ag-grid/editor/GridEditorUtils.js.gz +0 -0
  548. package/dist/collection/components/ez-grid/controller/ag-grid/editor/IEditorMetadata.js.gz +0 -0
  549. package/dist/collection/components/ez-grid/controller/ag-grid/editor/IUICellEditor.js.gz +0 -0
  550. package/dist/collection/components/ez-grid/controller/ag-grid/editor/IUICellRender.js.gz +0 -0
  551. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/ComboBox.tpl.js.gz +0 -0
  552. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/DateInput.tpl.js.gz +0 -0
  553. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/NumberInput.tpl.js.gz +0 -0
  554. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/Search.tpl.js.gz +0 -0
  555. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/SearchPlus.tpl.js.gz +0 -0
  556. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/TextInput.tpl.js.gz +0 -0
  557. package/dist/collection/components/ez-grid/controller/ag-grid/mock/Server.js.gz +0 -0
  558. package/dist/collection/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.js.gz +0 -0
  559. package/dist/collection/components/ez-grid/controller/ag-grid/utils/buildLocaleText.js.gz +0 -0
  560. package/dist/collection/components/ez-grid/ez-grid.css.gz +0 -0
  561. package/dist/collection/components/ez-grid/ez-grid.js.gz +0 -0
  562. package/dist/collection/components/ez-grid/interfaces/IColumnFilter.js.gz +0 -0
  563. package/dist/collection/components/ez-grid/interfaces/ICustomFormatter.js.gz +0 -0
  564. package/dist/collection/components/ez-grid/interfaces/IGridMode.js.gz +0 -0
  565. package/dist/collection/components/ez-grid/interfaces/ISelection.js.gz +0 -0
  566. package/dist/collection/components/ez-grid/interfaces/ISelectionToastConfig.js.gz +0 -0
  567. package/dist/collection/components/ez-grid/interfaces/index.js.gz +0 -0
  568. package/dist/collection/components/ez-grid/subcomponents/filter-column.css.gz +0 -0
  569. package/dist/collection/components/ez-grid/subcomponents/filter-column.js.gz +0 -0
  570. package/dist/collection/components/ez-grid/subcomponents/selection-counter.js.gz +0 -0
  571. package/dist/collection/components/ez-grid/subcomponents/utils/selectionCounterUtils.js.gz +0 -0
  572. package/dist/collection/components/ez-grid/test/resources/gridDataUnit.js.gz +0 -0
  573. package/dist/collection/components/ez-grid/utils/ColumnFilterManager.js.gz +0 -0
  574. package/dist/collection/components/ez-grid/utils/InMemoryFilterColumnDataSource.js.gz +0 -0
  575. package/dist/collection/components/ez-grid/utils/index.js.gz +0 -0
  576. package/dist/collection/components/ez-grid-view/ez-grid-view.css.gz +0 -0
  577. package/dist/collection/components/ez-grid-view/ez-grid-view.js.gz +0 -0
  578. package/dist/collection/components/ez-guide-navigator/ez-guide-navigator.css.gz +0 -0
  579. package/dist/collection/components/ez-guide-navigator/ez-guide-navigator.js.gz +0 -0
  580. package/dist/collection/components/ez-guide-navigator/interfaces/IGuideItem.js.gz +0 -0
  581. package/dist/collection/components/ez-guide-navigator/interfaces/index.js.gz +0 -0
  582. package/dist/collection/components/ez-icon/ez-icon.css.gz +0 -0
  583. package/dist/collection/components/ez-icon/ez-icon.js.gz +0 -0
  584. package/dist/collection/components/ez-list/ez-list.css.gz +0 -0
  585. package/dist/collection/components/ez-list/ez-list.js.gz +0 -0
  586. package/dist/collection/components/ez-list/ezListHelper.js.gz +0 -0
  587. package/dist/collection/components/ez-list-item/ez-list-item.css.gz +0 -0
  588. package/dist/collection/components/ez-list-item/ez-list-item.js.gz +0 -0
  589. package/dist/collection/components/ez-loading-bar/ez-loading-bar.css.gz +0 -0
  590. package/dist/collection/components/ez-loading-bar/ez-loading-bar.js.gz +0 -0
  591. package/dist/collection/components/ez-modal/ez-modal.css.gz +0 -0
  592. package/dist/collection/components/ez-modal/ez-modal.js.gz +0 -0
  593. package/dist/collection/components/ez-modal-container/ez-modal-container.css.gz +0 -0
  594. package/dist/collection/components/ez-modal-container/ez-modal-container.js.gz +0 -0
  595. package/dist/collection/components/ez-modal-container/index.js.gz +0 -0
  596. package/dist/collection/components/ez-modal-container/modal-action.js.gz +0 -0
  597. package/dist/collection/components/ez-modal-container/modal-button-status.js.gz +0 -0
  598. package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.css.gz +0 -0
  599. package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.js.gz +0 -0
  600. package/dist/collection/components/ez-multi-selection-list/interfaces/IMultiSelectionListDataSource.js.gz +0 -0
  601. package/dist/collection/components/ez-multi-selection-list/interfaces/IMultiSelectionOption.js.gz +0 -0
  602. package/dist/collection/components/ez-multi-selection-list/interfaces/IStaticOptionsFetchConfig.js.gz +0 -0
  603. package/dist/collection/components/ez-multi-selection-list/subcomponents/multi-selection-box-message.css.gz +0 -0
  604. package/dist/collection/components/ez-multi-selection-list/subcomponents/multi-selection-box-message.js.gz +0 -0
  605. package/dist/collection/components/ez-number-input/ez-number-input.css.gz +0 -0
  606. package/dist/collection/components/ez-number-input/ez-number-input.js.gz +0 -0
  607. package/dist/collection/components/ez-pagination/ez-pagination.css.gz +0 -0
  608. package/dist/collection/components/ez-pagination/ez-pagination.js.gz +0 -0
  609. package/dist/collection/components/ez-popover/ez-popover.css.gz +0 -0
  610. package/dist/collection/components/ez-popover/ez-popover.js.gz +0 -0
  611. package/dist/collection/components/ez-popover-plus/ez-popover-plus.css.gz +0 -0
  612. package/dist/collection/components/ez-popover-plus/ez-popover-plus.js.gz +0 -0
  613. package/dist/collection/components/ez-popover-plus/subcomponent/ez-popover-core.css.gz +0 -0
  614. package/dist/collection/components/ez-popover-plus/subcomponent/ez-popover-core.js.gz +0 -0
  615. package/dist/collection/components/ez-popup/ez-popup.css.gz +0 -0
  616. package/dist/collection/components/ez-popup/ez-popup.js.gz +0 -0
  617. package/dist/collection/components/ez-popup/interfaces/EzButtonProps.js.gz +0 -0
  618. package/dist/collection/components/ez-progress-bar/ez-progress-bar.css.gz +0 -0
  619. package/dist/collection/components/ez-progress-bar/ez-progress-bar.js.gz +0 -0
  620. package/dist/collection/components/ez-radio-button/ez-radio-button.css.gz +0 -0
  621. package/dist/collection/components/ez-radio-button/ez-radio-button.js.gz +0 -0
  622. package/dist/collection/components/ez-rich-text/ez-link-builder/ez-link-builder.css.gz +0 -0
  623. package/dist/collection/components/ez-rich-text/ez-link-builder/ez-link-builder.js.gz +0 -0
  624. package/dist/collection/components/ez-rich-text/ez-rich-text.css.gz +0 -0
  625. package/dist/collection/components/ez-rich-text/ez-rich-text.js.gz +0 -0
  626. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/RichToolbarHelper.js.gz +0 -0
  627. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.css.gz +0 -0
  628. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.js.gz +0 -0
  629. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.css.gz +0 -0
  630. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.js.gz +0 -0
  631. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.css.gz +0 -0
  632. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.js.gz +0 -0
  633. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.css.gz +0 -0
  634. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.js.gz +0 -0
  635. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.css.gz +0 -0
  636. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.js.gz +0 -0
  637. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.css.gz +0 -0
  638. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.js.gz +0 -0
  639. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/test/resource/imageBase64.js.gz +0 -0
  640. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/utils/fileToBase64.js.gz +0 -0
  641. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/utils/formatBytes.js.gz +0 -0
  642. package/dist/collection/components/ez-scroller/EzScrollDirection.js.gz +0 -0
  643. package/dist/collection/components/ez-scroller/ez-scroller.css.gz +0 -0
  644. package/dist/collection/components/ez-scroller/ez-scroller.js.gz +0 -0
  645. package/dist/collection/components/ez-search/ez-search.css.gz +0 -0
  646. package/dist/collection/components/ez-search/ez-search.js.gz +0 -0
  647. package/dist/collection/components/ez-search/subcomponent/search-list/search-list.css.gz +0 -0
  648. package/dist/collection/components/ez-search/subcomponent/search-list/search-list.js.gz +0 -0
  649. package/dist/collection/components/ez-search/utils/searchFormatters.js.gz +0 -0
  650. package/dist/collection/components/ez-search-plus/ez-search-plus.css.gz +0 -0
  651. package/dist/collection/components/ez-search-plus/ez-search-plus.js.gz +0 -0
  652. package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.css.gz +0 -0
  653. package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.js.gz +0 -0
  654. package/dist/collection/components/ez-sidebar-button/ez-sidebar-button.css.gz +0 -0
  655. package/dist/collection/components/ez-sidebar-button/ez-sidebar-button.js.gz +0 -0
  656. package/dist/collection/components/ez-sidebar-navigator/ez-sidebar-navigator.css.gz +0 -0
  657. package/dist/collection/components/ez-sidebar-navigator/ez-sidebar-navigator.js.gz +0 -0
  658. package/dist/collection/components/ez-sidebar-navigator/interfaces/ModeMenuEnum.js.gz +0 -0
  659. package/dist/collection/components/ez-sidebar-navigator/interfaces/SizeMenuEnum.js.gz +0 -0
  660. package/dist/collection/components/ez-sidebar-navigator/interfaces/TypeMenuEnum.js.gz +0 -0
  661. package/dist/collection/components/ez-sidebar-navigator/interfaces/index.js.gz +0 -0
  662. package/dist/collection/components/ez-skeleton/ez-skeleton.constants.js.gz +0 -0
  663. package/dist/collection/components/ez-skeleton/ez-skeleton.css.gz +0 -0
  664. package/dist/collection/components/ez-skeleton/ez-skeleton.js.gz +0 -0
  665. package/dist/collection/components/ez-sortable-list/ez-sortable-list.css.gz +0 -0
  666. package/dist/collection/components/ez-sortable-list/ez-sortable-list.js.gz +0 -0
  667. package/dist/collection/components/ez-spinner/ez-spinner.css.gz +0 -0
  668. package/dist/collection/components/ez-spinner/ez-spinner.js.gz +0 -0
  669. package/dist/collection/components/ez-split-button/ez-split-button.css.gz +0 -0
  670. package/dist/collection/components/ez-split-button/ez-split-button.js.gz +0 -0
  671. package/dist/collection/components/ez-split-button/test/dropdownItems.js.gz +0 -0
  672. package/dist/collection/components/ez-split-panel/ez-split-panel.css.gz +0 -0
  673. package/dist/collection/components/ez-split-panel/ez-split-panel.js.gz +0 -0
  674. package/dist/collection/components/ez-split-panel/interfaces/IPanelSizeInfo.js.gz +0 -0
  675. package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.css.gz +0 -0
  676. package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.js.gz +0 -0
  677. package/dist/collection/components/ez-tabselector/ez-tabselector.css.gz +0 -0
  678. package/dist/collection/components/ez-tabselector/ez-tabselector.js.gz +0 -0
  679. package/dist/collection/components/ez-tag/ez-tag.css.gz +0 -0
  680. package/dist/collection/components/ez-tag/ez-tag.js.gz +0 -0
  681. package/dist/collection/components/ez-tag-input/ez-tag-input.css.gz +0 -0
  682. package/dist/collection/components/ez-tag-input/ez-tag-input.js.gz +0 -0
  683. package/dist/collection/components/ez-tag-input/interfaces/optionsSetFocus.js.gz +0 -0
  684. package/dist/collection/components/ez-text-area/ez-text-area.css.gz +0 -0
  685. package/dist/collection/components/ez-text-area/ez-text-area.js.gz +0 -0
  686. package/dist/collection/components/ez-text-edit/ez-text-edit.css.gz +0 -0
  687. package/dist/collection/components/ez-text-edit/ez-text-edit.js.gz +0 -0
  688. package/dist/collection/components/ez-text-input/ez-text-input.css.gz +0 -0
  689. package/dist/collection/components/ez-text-input/ez-text-input.js.gz +0 -0
  690. package/dist/collection/components/ez-tile/ez-tile.css.gz +0 -0
  691. package/dist/collection/components/ez-tile/ez-tile.js.gz +0 -0
  692. package/dist/collection/components/ez-tile-medium/ez-tile-medium.css.gz +0 -0
  693. package/dist/collection/components/ez-tile-medium/ez-tile-medium.js.gz +0 -0
  694. package/dist/collection/components/ez-time-input/ez-time-input.css.gz +0 -0
  695. package/dist/collection/components/ez-time-input/ez-time-input.js.gz +0 -0
  696. package/dist/collection/components/ez-toast/ez-toast.css.gz +0 -0
  697. package/dist/collection/components/ez-toast/ez-toast.js.gz +0 -0
  698. package/dist/collection/components/ez-tooltip/ez-tooltip.css.gz +0 -0
  699. package/dist/collection/components/ez-tooltip/ez-tooltip.js.gz +0 -0
  700. package/dist/collection/components/ez-tree/ez-tree.css.gz +0 -0
  701. package/dist/collection/components/ez-tree/ez-tree.js.gz +0 -0
  702. package/dist/collection/components/ez-tree/interfaces/ITree.js.gz +0 -0
  703. package/dist/collection/components/ez-tree/interfaces/ITreeItem.js.gz +0 -0
  704. package/dist/collection/components/ez-tree/interfaces/ITreeItemBadge.js.gz +0 -0
  705. package/dist/collection/components/ez-tree/subcomponents/DefaultIconResolver.js.gz +0 -0
  706. package/dist/collection/components/ez-tree/subcomponents/DefaultTooltipResolver.js.gz +0 -0
  707. package/dist/collection/components/ez-tree/subcomponents/TreeItem.js.gz +0 -0
  708. package/dist/collection/components/ez-tree/subcomponents/index.js.gz +0 -0
  709. package/dist/collection/components/ez-tree/types/Node.js.gz +0 -0
  710. package/dist/collection/components/ez-tree/types/Tree.js.gz +0 -0
  711. package/dist/collection/components/ez-tree/types/UpdateItemConfig.js.gz +0 -0
  712. package/dist/collection/components/ez-underface/ez-underface.css.gz +0 -0
  713. package/dist/collection/components/ez-underface/ez-underface.js.gz +0 -0
  714. package/dist/collection/components/ez-upload/RemoteFile.js.gz +0 -0
  715. package/dist/collection/components/ez-upload/ez-upload.css.gz +0 -0
  716. package/dist/collection/components/ez-upload/ez-upload.js.gz +0 -0
  717. package/dist/collection/components/ez-view-stack/ez-view-stack.css.gz +0 -0
  718. package/dist/collection/components/ez-view-stack/ez-view-stack.js.gz +0 -0
  719. package/dist/collection/global/app-init.js.gz +0 -0
  720. package/dist/collection/index.js.gz +0 -0
  721. package/dist/collection/servidor.js.gz +0 -0
  722. package/dist/collection/setupTests.js.gz +0 -0
  723. package/dist/collection/sw.js.gz +0 -0
  724. package/dist/collection/utils/ApplicationUtils.js.gz +0 -0
  725. package/dist/collection/utils/AssetsUtils.js.gz +0 -0
  726. package/dist/collection/utils/CSSVarsUtils.js.gz +0 -0
  727. package/dist/collection/utils/FocusResolver.js.gz +0 -0
  728. package/dist/collection/utils/ag-grid-license.js.gz +0 -0
  729. package/dist/collection/utils/constants.js.gz +0 -0
  730. package/dist/collection/utils/customEditor/interfaces/ICustomEditor.js.gz +0 -0
  731. package/dist/collection/utils/customEditor/interfaces/ICustomEditorInfo.js.gz +0 -0
  732. package/dist/collection/utils/customRender/interfaces/ICustomRender.js.gz +0 -0
  733. package/dist/collection/utils/customRender/interfaces/ICustomRenderInfo.js.gz +0 -0
  734. package/dist/collection/utils/form/DataBinder.js.gz +0 -0
  735. package/dist/collection/utils/form/FormMetadata.js.gz +0 -0
  736. package/dist/collection/utils/form/index.js.gz +0 -0
  737. package/dist/collection/utils/form/interfaces/FormLayout.js.gz +0 -0
  738. package/dist/collection/utils/form/interfaces/IDefaultConfig.js.gz +0 -0
  739. package/dist/collection/utils/form/interfaces/IFormCardConfig.js.gz +0 -0
  740. package/dist/collection/utils/form/interfaces/IFormConfig.js.gz +0 -0
  741. package/dist/collection/utils/form/interfaces/IFormSheetMetadata.js.gz +0 -0
  742. package/dist/collection/utils/form/interfaces/ISummaryField.js.gz +0 -0
  743. package/dist/collection/utils/form/interfaces/ITabConfig.js.gz +0 -0
  744. package/dist/collection/utils/form/interfaces/index.js.gz +0 -0
  745. package/dist/collection/utils/form/test/DataBinder.test.js.gz +0 -0
  746. package/dist/collection/utils/form/test/resources/metadataTest.js.gz +0 -0
  747. package/dist/collection/utils/i18n/elanguages.js.gz +0 -0
  748. package/dist/collection/utils/i18n/index.js.gz +0 -0
  749. package/dist/collection/utils/i18n/locales/en-us.js.gz +0 -0
  750. package/dist/collection/utils/i18n/locales/es-es.js.gz +0 -0
  751. package/dist/collection/utils/i18n/locales/pt-br.js.gz +0 -0
  752. package/dist/collection/utils/i18n/translations.js.gz +0 -0
  753. package/dist/collection/utils/index.js.gz +0 -0
  754. package/dist/collection/utils/interfaces/AbstractFieldMetadata.js.gz +0 -0
  755. package/dist/collection/utils/interfaces/IAction.js.gz +0 -0
  756. package/dist/collection/utils/interfaces/IFieldConfig.js.gz +0 -0
  757. package/dist/collection/utils/mock/ez-upload-mock.js.gz +0 -0
  758. package/dist/collection/utils/search/types.js.gz +0 -0
  759. package/dist/collection/utils/searchColumn/search-column.js.gz +0 -0
  760. package/dist/collection/utils/utils.js.gz +0 -0
  761. package/dist/collection/utils/validators/recordvalidator/IInvalidCells.js.gz +0 -0
  762. package/dist/collection/utils/validators/recordvalidator/IInvalidField.js.gz +0 -0
  763. package/dist/collection/utils/validators/recordvalidator/IRecordValidator.js.gz +0 -0
  764. package/dist/collection/utils/validators/recordvalidator/IValidationResult.js.gz +0 -0
  765. package/dist/collection/utils/validators/recordvalidator/IValidationSource.js.gz +0 -0
  766. package/dist/collection/utils/validators/recordvalidator/RecordValidationProcessor.js.gz +0 -0
  767. package/dist/custom-elements/index.js.gz +0 -0
  768. package/dist/esm/ApplicationUtils-1569f757.js.gz +0 -0
  769. package/dist/esm/CSSVarsUtils-acba92d7.js.gz +0 -0
  770. package/dist/esm/CheckMode-bdb2ec19.js.gz +0 -0
  771. package/dist/esm/DialogType-54a62731.js.gz +0 -0
  772. package/dist/esm/EzScrollDirection-2df26c93.js.gz +0 -0
  773. package/dist/esm/FocusResolver-1ccbf850.js.gz +0 -0
  774. package/dist/esm/FormLayout-071d324c.js.gz +0 -0
  775. package/dist/esm/RichToolbarHelper-f3a149c4.js.gz +0 -0
  776. package/dist/esm/_commonjsHelpers-9943807e.js.gz +0 -0
  777. package/dist/esm/app-globals-c0ac93c0.js.gz +0 -0
  778. package/dist/esm/constants-3fabe81e.js.gz +0 -0
  779. package/dist/esm/ez-actions-button.entry.js.gz +0 -0
  780. package/dist/esm/ez-alert-list.entry.js.gz +0 -0
  781. package/dist/esm/ez-alert.entry.js.gz +0 -0
  782. package/dist/esm/ez-application.entry.js.gz +0 -0
  783. package/dist/esm/ez-avatar.entry.js.gz +0 -0
  784. package/dist/esm/ez-badge.entry.js.gz +0 -0
  785. package/dist/esm/ez-breadcrumb.entry.js.gz +0 -0
  786. package/dist/esm/ez-button.entry.js.gz +0 -0
  787. package/dist/esm/ez-calendar.entry.js.gz +0 -0
  788. package/dist/esm/ez-card-item.entry.js.gz +0 -0
  789. package/dist/esm/ez-chart.entry.js.gz +0 -0
  790. package/dist/esm/ez-check.entry.js.gz +0 -0
  791. package/dist/esm/ez-chip.entry.js.gz +0 -0
  792. package/dist/esm/ez-classic-combo-box.entry.js.gz +0 -0
  793. package/dist/esm/ez-classic-input.entry.js.gz +0 -0
  794. package/dist/esm/ez-classic-text-area.entry.js.gz +0 -0
  795. package/dist/esm/ez-collapsible-box.entry.js.gz +0 -0
  796. package/dist/esm/ez-combo-box-list_4.entry.js +0 -666
  797. package/dist/esm/ez-combo-box-list_4.entry.js.gz +0 -0
  798. package/dist/esm/ez-combo-box.entry.js.gz +0 -0
  799. package/dist/esm/ez-date-input.entry.js.gz +0 -0
  800. package/dist/esm/ez-date-time-input.entry.js.gz +0 -0
  801. package/dist/esm/ez-dialog.entry.js.gz +0 -0
  802. package/dist/esm/ez-double-list.entry.js.gz +0 -0
  803. package/dist/esm/ez-dropdown.entry.js.gz +0 -0
  804. package/dist/esm/ez-empty-card.entry.js.gz +0 -0
  805. package/dist/esm/ez-file-item.entry.js.gz +0 -0
  806. package/dist/esm/ez-filter-input.entry.js.gz +0 -0
  807. package/dist/esm/ez-form-view.entry.js.gz +0 -0
  808. package/dist/esm/ez-form.entry.js.gz +0 -0
  809. package/dist/esm/ez-grid-view.entry.js.gz +0 -0
  810. package/dist/esm/ez-grid.entry.js.gz +0 -0
  811. package/dist/esm/ez-guide-navigator.entry.js.gz +0 -0
  812. package/dist/esm/ez-icon.entry.js.gz +0 -0
  813. package/dist/esm/ez-link-builder_6.entry.js.gz +0 -0
  814. package/dist/esm/ez-list-item.entry.js.gz +0 -0
  815. package/dist/esm/ez-list.entry.js.gz +0 -0
  816. package/dist/esm/ez-loading-bar.entry.js.gz +0 -0
  817. package/dist/esm/ez-modal-container.entry.js.gz +0 -0
  818. package/dist/esm/ez-modal.entry.js.gz +0 -0
  819. package/dist/esm/ez-multi-selection-list.entry.js.gz +0 -0
  820. package/dist/esm/ez-number-input.entry.js.gz +0 -0
  821. package/dist/esm/ez-pagination.entry.js.gz +0 -0
  822. package/dist/esm/ez-popover-core.entry.js.gz +0 -0
  823. package/dist/esm/ez-popover-plus_3.entry.js.gz +0 -0
  824. package/dist/esm/ez-popover.entry.js.gz +0 -0
  825. package/dist/esm/ez-popup.entry.js.gz +0 -0
  826. package/dist/esm/ez-progress-bar.entry.js.gz +0 -0
  827. package/dist/esm/ez-radio-button.entry.js.gz +0 -0
  828. package/dist/esm/ez-rich-toolbar-item.entry.js.gz +0 -0
  829. package/dist/esm/ez-scroller_2.entry.js.gz +0 -0
  830. package/dist/esm/ez-search-plus.entry.js.gz +0 -0
  831. package/dist/esm/ez-search-result-list.entry.js.gz +0 -0
  832. package/dist/esm/ez-search.entry.js.gz +0 -0
  833. package/dist/esm/ez-sidebar-navigator.entry.js.gz +0 -0
  834. package/dist/esm/ez-skeleton.entry.js.gz +0 -0
  835. package/dist/esm/ez-sortable-list.entry.js.gz +0 -0
  836. package/dist/esm/ez-spinner.entry.js.gz +0 -0
  837. package/dist/esm/ez-split-button.entry.js.gz +0 -0
  838. package/dist/esm/ez-split-item.entry.js.gz +0 -0
  839. package/dist/esm/ez-split-panel.entry.js.gz +0 -0
  840. package/dist/esm/ez-tabselector.entry.js.gz +0 -0
  841. package/dist/esm/ez-tag-input.entry.js.gz +0 -0
  842. package/dist/esm/ez-tag.entry.js.gz +0 -0
  843. package/dist/esm/ez-text-area.entry.js.gz +0 -0
  844. package/dist/esm/ez-text-input.entry.js.gz +0 -0
  845. package/dist/esm/ez-tile-medium.entry.js.gz +0 -0
  846. package/dist/esm/ez-tile.entry.js.gz +0 -0
  847. package/dist/esm/ez-time-input.entry.js.gz +0 -0
  848. package/dist/esm/ez-toast.entry.js.gz +0 -0
  849. package/dist/esm/ez-tooltip.entry.js.gz +0 -0
  850. package/dist/esm/ez-tree.entry.js.gz +0 -0
  851. package/dist/esm/ez-underface.entry.js.gz +0 -0
  852. package/dist/esm/ez-upload.entry.js.gz +0 -0
  853. package/dist/esm/ez-view-stack.entry.js.gz +0 -0
  854. package/dist/esm/ezListHelper-00fb9b8d.js.gz +0 -0
  855. package/dist/esm/ezui.js.gz +0 -0
  856. package/dist/esm/filter-column.entry.js.gz +0 -0
  857. package/dist/esm/floating-ui.dom.esm-ad30f2f0.js.gz +0 -0
  858. package/dist/esm/index-41363fa6.js.gz +0 -0
  859. package/dist/esm/index-baa5e267.js.gz +0 -0
  860. package/dist/esm/index.js.gz +0 -0
  861. package/dist/esm/loader.js.gz +0 -0
  862. package/dist/esm/polyfills/core-js.js.gz +0 -0
  863. package/dist/esm/polyfills/css-shim.js.gz +0 -0
  864. package/dist/esm/polyfills/dom.js.gz +0 -0
  865. package/dist/esm/polyfills/es5-html-element.js.gz +0 -0
  866. package/dist/esm/polyfills/index.js.gz +0 -0
  867. package/dist/esm/polyfills/system.js.gz +0 -0
  868. package/dist/esm/purify-ff423562.js.gz +0 -0
  869. package/dist/esm/search-column-3984faec.js.gz +0 -0
  870. package/dist/esm/searchFormatters-8229207e.js.gz +0 -0
  871. package/dist/ezui/ezui.esm.js.gz +0 -0
  872. package/dist/ezui/index.esm.js.gz +0 -0
  873. package/dist/ezui/p-02d448bb.entry.js.gz +0 -0
  874. package/dist/ezui/p-05c32903.entry.js.gz +0 -0
  875. package/dist/ezui/p-0f7971cf.entry.js.gz +0 -0
  876. package/dist/ezui/p-110cfb7d.entry.js.gz +0 -0
  877. package/dist/ezui/p-112455b1.js.gz +0 -0
  878. package/dist/ezui/p-14ceb733.entry.js.gz +0 -0
  879. package/dist/ezui/p-18384b91.entry.js +0 -1
  880. package/dist/ezui/p-18384b91.entry.js.gz +0 -0
  881. package/dist/ezui/p-1e7a8633.entry.js.gz +0 -0
  882. package/dist/ezui/p-1f50fa05.entry.js.gz +0 -0
  883. package/dist/ezui/p-20c024f7.entry.js.gz +0 -0
  884. package/dist/ezui/p-23a36bb6.js.gz +0 -0
  885. package/dist/ezui/p-2528e988.entry.js.gz +0 -0
  886. package/dist/ezui/p-271a0ecb.entry.js +0 -1
  887. package/dist/ezui/p-271a0ecb.entry.js.gz +0 -0
  888. package/dist/ezui/p-288631d1.entry.js +0 -1
  889. package/dist/ezui/p-288631d1.entry.js.gz +0 -0
  890. package/dist/ezui/p-2a806303.js +0 -1
  891. package/dist/ezui/p-2a806303.js.gz +0 -0
  892. package/dist/ezui/p-30ffb9ed.js +0 -1
  893. package/dist/ezui/p-30ffb9ed.js.gz +0 -0
  894. package/dist/ezui/p-34a476a9.entry.js.gz +0 -0
  895. package/dist/ezui/p-351fb12f.entry.js.gz +0 -0
  896. package/dist/ezui/p-35bfaa88.entry.js +0 -1
  897. package/dist/ezui/p-35bfaa88.entry.js.gz +0 -0
  898. package/dist/ezui/p-39761eca.entry.js.gz +0 -0
  899. package/dist/ezui/p-3afa1c6e.entry.js.gz +0 -0
  900. package/dist/ezui/p-3ce867cf.entry.js +0 -1
  901. package/dist/ezui/p-3ce867cf.entry.js.gz +0 -0
  902. package/dist/ezui/p-3e767a74.js.gz +0 -0
  903. package/dist/ezui/p-40a60148.js.gz +0 -0
  904. package/dist/ezui/p-411c0222.entry.js.gz +0 -0
  905. package/dist/ezui/p-4314f87a.entry.js +0 -1
  906. package/dist/ezui/p-4314f87a.entry.js.gz +0 -0
  907. package/dist/ezui/p-43adc10c.entry.js +0 -1
  908. package/dist/ezui/p-43adc10c.entry.js.gz +0 -0
  909. package/dist/ezui/p-45e21e04.entry.js +0 -309
  910. package/dist/ezui/p-45e21e04.entry.js.gz +0 -0
  911. package/dist/ezui/p-48effc69.entry.js +0 -1
  912. package/dist/ezui/p-48effc69.entry.js.gz +0 -0
  913. package/dist/ezui/p-4d30b703.entry.js.gz +0 -0
  914. package/dist/ezui/p-4fe123b6.entry.js.gz +0 -0
  915. package/dist/ezui/p-5554704c.js +0 -1
  916. package/dist/ezui/p-5554704c.js.gz +0 -0
  917. package/dist/ezui/p-56fc1da0.js.gz +0 -0
  918. package/dist/ezui/p-5c440899.js.gz +0 -0
  919. package/dist/ezui/p-5ed81457.entry.js.gz +0 -0
  920. package/dist/ezui/p-6020f3d5.entry.js.gz +0 -0
  921. package/dist/ezui/p-6c51ccd1.entry.js.gz +0 -0
  922. package/dist/ezui/p-6ca0815e.entry.js +0 -1
  923. package/dist/ezui/p-6ca0815e.entry.js.gz +0 -0
  924. package/dist/ezui/p-6cb82d33.entry.js +0 -1
  925. package/dist/ezui/p-6cb82d33.entry.js.gz +0 -0
  926. package/dist/ezui/p-6d596a5a.entry.js.gz +0 -0
  927. package/dist/ezui/p-6f77a359.entry.js.gz +0 -0
  928. package/dist/ezui/p-721fd999.entry.js.gz +0 -0
  929. package/dist/ezui/p-7995dcb4.entry.js +0 -1
  930. package/dist/ezui/p-7995dcb4.entry.js.gz +0 -0
  931. package/dist/ezui/p-7f37ee99.entry.js.gz +0 -0
  932. package/dist/ezui/p-7f792043.entry.js.gz +0 -0
  933. package/dist/ezui/p-7fe97ef5.entry.js +0 -1
  934. package/dist/ezui/p-7fe97ef5.entry.js.gz +0 -0
  935. package/dist/ezui/p-80dfc50b.js.gz +0 -0
  936. package/dist/ezui/p-859e3134.entry.js.gz +0 -0
  937. package/dist/ezui/p-8d626d2b.entry.js +0 -1
  938. package/dist/ezui/p-8d626d2b.entry.js.gz +0 -0
  939. package/dist/ezui/p-8df1ca33.entry.js.gz +0 -0
  940. package/dist/ezui/p-91c9d50e.entry.js.gz +0 -0
  941. package/dist/ezui/p-93e1c917.entry.js.gz +0 -0
  942. package/dist/ezui/p-948f0fb2.entry.js.gz +0 -0
  943. package/dist/ezui/p-98bb8b16.js.gz +0 -0
  944. package/dist/ezui/p-9ab2add9.entry.js.gz +0 -0
  945. package/dist/ezui/p-9b215871.entry.js.gz +0 -0
  946. package/dist/ezui/p-9b2e6438.entry.js +0 -1
  947. package/dist/ezui/p-9b2e6438.entry.js.gz +0 -0
  948. package/dist/ezui/p-9b3f3c02.entry.js.gz +0 -0
  949. package/dist/ezui/p-9f5fa3f9.entry.js.gz +0 -0
  950. package/dist/ezui/p-a0bf1fc7.entry.js.gz +0 -0
  951. package/dist/ezui/p-a3075f52.entry.js.gz +0 -0
  952. package/dist/ezui/p-a3ada561.entry.js.gz +0 -0
  953. package/dist/ezui/p-a4083a7a.entry.js.gz +0 -0
  954. package/dist/ezui/p-a61fdd20.js +0 -1
  955. package/dist/ezui/p-a61fdd20.js.gz +0 -0
  956. package/dist/ezui/p-a63b20a0.entry.js +0 -1
  957. package/dist/ezui/p-a63b20a0.entry.js.gz +0 -0
  958. package/dist/ezui/p-a80b1287.entry.js.gz +0 -0
  959. package/dist/ezui/p-ab574d59.js.gz +0 -0
  960. package/dist/ezui/p-b1e45320.js.gz +0 -0
  961. package/dist/ezui/p-b3d8034b.entry.js.gz +0 -0
  962. package/dist/ezui/p-b853763b.js.gz +0 -0
  963. package/dist/ezui/p-b989a33e.entry.js.gz +0 -0
  964. package/dist/ezui/p-baec56c9.js.gz +0 -0
  965. package/dist/ezui/p-bc2f844e.entry.js.gz +0 -0
  966. package/dist/ezui/p-cde41310.entry.js +0 -1
  967. package/dist/ezui/p-cde41310.entry.js.gz +0 -0
  968. package/dist/ezui/p-ce0b36d7.entry.js.gz +0 -0
  969. package/dist/ezui/p-d2645bdf.entry.js +0 -1
  970. package/dist/ezui/p-d2645bdf.entry.js.gz +0 -0
  971. package/dist/ezui/p-d5eb2fad.entry.js.gz +0 -0
  972. package/dist/ezui/p-d6742c1e.entry.js.gz +0 -0
  973. package/dist/ezui/p-d6bb930d.entry.js.gz +0 -0
  974. package/dist/ezui/p-d6f50207.entry.js.gz +0 -0
  975. package/dist/ezui/p-d8cc640d.entry.js.gz +0 -0
  976. package/dist/ezui/p-dc628ed3.js.gz +0 -0
  977. package/dist/ezui/p-de862af4.entry.js +0 -1
  978. package/dist/ezui/p-de862af4.entry.js.gz +0 -0
  979. package/dist/ezui/p-dee18824.entry.js +0 -1
  980. package/dist/ezui/p-dee18824.entry.js.gz +0 -0
  981. package/dist/ezui/p-e75c7a23.entry.js.gz +0 -0
  982. package/dist/ezui/p-e7a7c594.entry.js.gz +0 -0
  983. package/dist/ezui/p-e8c57463.entry.js.gz +0 -0
  984. package/dist/ezui/p-ec730d4e.entry.js.gz +0 -0
  985. package/dist/ezui/p-ec7db713.js.gz +0 -0
  986. package/dist/ezui/p-ecd6409d.entry.js.gz +0 -0
  987. package/dist/ezui/p-ef8bd3e8.entry.js.gz +0 -0
  988. package/dist/ezui/p-f34ec732.entry.js.gz +0 -0
  989. package/dist/ezui/p-fa6732f2.entry.js.gz +0 -0
  990. package/dist/index.cjs.js.gz +0 -0
  991. package/dist/index.js.gz +0 -0
@@ -1,15 +1,16 @@
1
1
  import { h, r as registerInstance, c as createEvent, H as Host, g as getElement } from './index-baa5e267.js';
2
- import { Action, DataUnit, ObjectUtils as ObjectUtils$1, UserInterface, HTMLBuilder, ApplicationContext, StringUtils as StringUtils$1, LockManager, LockManagerOperation, DataType, NumberUtils as NumberUtils$1, MaskFormatter, SortMode, ElementIDUtils, ColumnFilterManager as ColumnFilterManager$1, DateUtils as DateUtils$1, ArrayUtils as ArrayUtils$1, FieldComparator, JSUtils, OverflowWatcher, OVERFLOWED_CLASS_NAME, KeyboardManager } from '@sankhyalabs/core';
2
+ import { Action, DataUnit, ObjectUtils as ObjectUtils$1, UserInterface, HTMLBuilder, ApplicationContext, StringUtils as StringUtils$1, LockManager, LockManagerOperation, DataType, NumberUtils as NumberUtils$1, MaskFormatter, SortMode, ElementIDUtils, ColumnFilterManager as ColumnFilterManager$1, DateUtils as DateUtils$1, ArrayUtils as ArrayUtils$1, FieldComparator, JSUtils, KeyboardManager } from '@sankhyalabs/core';
3
3
  import { SelectionMode } from '@sankhyalabs/core/dist/dataunit/DataUnit';
4
- import { A as ApplicationUtils } from './ApplicationUtils-1569f757.js';
4
+ import { A as ApplicationUtils } from './ApplicationUtils-f7721533.js';
5
5
  import './DialogType-54a62731.js';
6
6
  import './CheckMode-bdb2ec19.js';
7
- import { g as getI18n, i as initI18n } from './index-41363fa6.js';
8
- import { C as CustomEditorSource, a as CustomRenderSource } from './FormLayout-071d324c.js';
9
- import { b as buildFieldMetadata, R as RecordValidationProcessor, D as DataBinder, S as SHORTCUT_SEARCH_FIELD, f as focusOnFieldSerch, c as SEARCH_FIELD_FULL_WIDTH, a as buildFieldSearch } from './search-column-3984faec.js';
7
+ import { g as getI18n, i as initI18n } from './index-9e6dab5b.js';
8
+ import { C as CustomEditorSource, a as CustomRenderSource } from './types-6f6b2650.js';
9
+ import './FormLayout-bda67973.js';
10
+ import { b as buildFieldMetadata, R as RecordValidationProcessor, D as DataBinder, S as SHORTCUT_SEARCH_FIELD, f as focusOnFieldSerch, c as SEARCH_FIELD_FULL_WIDTH, a as buildFieldSearch } from './search-column-dba4853a.js';
10
11
  import { D as DISTINCT_FILTER_NAME_PREFIX, E as EZ_GRID_LOADING_SOURCE, P as PRESENTATION_COL_ID_PROP_NAME, a as PRESENTATION_FROM_COL_PROP_NAME } from './constants-3fabe81e.js';
11
12
  import { F as FocusResolver } from './FocusResolver-1ccbf850.js';
12
- import { p as purify } from './purify-ff423562.js';
13
+ import { p as purify } from './purify-9357603c.js';
13
14
  import './_commonjsHelpers-9943807e.js';
14
15
 
15
16
  /**
@@ -435,6 +436,7 @@ function removeAllReferences(obj, objectName) {
435
436
  // leave all basic types - this is needed for GridAPI to leave the "destroyed: boolean" attribute alone
436
437
  if (typeof value === 'function') {
437
438
  var func = function () {
439
+ console.warn("AG Grid: " + objectName + " function " + key + "() cannot be called as the grid has been destroyed.\n Please don't call grid API functions on destroyed grids - as a matter of fact you shouldn't\n be keeping the API reference, your application has a memory leak! Remove the API reference\n when the grid is destroyed.");
438
440
  };
439
441
  properties[key] = { value: func, writable: true };
440
442
  }
@@ -605,6 +607,9 @@ function waitUntil(condition, callback, timeout, timeoutMessage) {
605
607
  window.clearInterval(interval);
606
608
  interval = null;
607
609
  }
610
+ if (reachedTimeout && timeoutMessage) {
611
+ console.warn(timeoutMessage);
612
+ }
608
613
  }
609
614
  };
610
615
  internalCallback();
@@ -706,9 +711,14 @@ var Context = /** @class */ (function () {
706
711
  Context.prototype.createBeanWrapper = function (BeanClass) {
707
712
  var metaData = BeanClass.__agBeanMetaData;
708
713
  if (!metaData) {
714
+ var beanName = void 0;
709
715
  if (BeanClass.prototype.constructor) {
710
- getFunctionName(BeanClass.prototype.constructor);
716
+ beanName = getFunctionName(BeanClass.prototype.constructor);
717
+ }
718
+ else {
719
+ beanName = "" + BeanClass;
711
720
  }
721
+ console.error("Context item " + beanName + " is not a bean");
712
722
  return;
713
723
  }
714
724
  var beanEntry = {
@@ -780,6 +790,7 @@ var Context = /** @class */ (function () {
780
790
  return beansList;
781
791
  };
782
792
  Context.prototype.lookupBeanInstance = function (wiringBean, beanName, optional) {
793
+ if (optional === void 0) { optional = false; }
783
794
  if (beanName === "context") {
784
795
  return this;
785
796
  }
@@ -790,6 +801,9 @@ var Context = /** @class */ (function () {
790
801
  if (beanEntry) {
791
802
  return beanEntry.beanInstance;
792
803
  }
804
+ if (!optional) {
805
+ console.error("AG Grid: unable to find bean reference " + beanName + " while initialising " + wiringBean);
806
+ }
793
807
  return null;
794
808
  };
795
809
  Context.prototype.callLifeCycleMethods = function (beanInstances, lifeCycleMethod) {
@@ -896,9 +910,11 @@ function Optional(name) {
896
910
  }
897
911
  function autowiredFunc(target, name, optional, classPrototype, methodOrAttributeName, index) {
898
912
  if (name === null) {
913
+ console.error("AG Grid: Autowired name should not be null");
899
914
  return;
900
915
  }
901
916
  if (typeof index === "number") {
917
+ console.error("AG Grid: Autowired should be on an attribute");
902
918
  return;
903
919
  }
904
920
  // it's an attribute on the class
@@ -1230,6 +1246,8 @@ var ModuleRegistry = /** @class */ (function () {
1230
1246
  else {
1231
1247
  if (ModuleRegistry.moduleBased !== moduleBased) {
1232
1248
  doOnce(function () {
1249
+ console.warn("AG Grid: You are mixing modules (i.e. @ag-grid-community/core) and packages (ag-grid-community) - you can only use one or the other of these mechanisms.");
1250
+ console.warn('Please see https://www.ag-grid.com/javascript-grid/packages-modules/ for more information.');
1233
1251
  }, 'ModulePackageCheck');
1234
1252
  }
1235
1253
  }
@@ -1247,7 +1265,15 @@ var ModuleRegistry = /** @class */ (function () {
1247
1265
  return true;
1248
1266
  }
1249
1267
  var warningKey = reason + moduleName;
1268
+ var warningMessage;
1269
+ if (ModuleRegistry.moduleBased) {
1270
+ warningMessage = "AG Grid: unable to use " + reason + " as module " + moduleName + " is not present. Please see: https://www.ag-grid.com/javascript-grid/modules/";
1271
+ }
1272
+ else {
1273
+ warningMessage = "AG Grid: unable to use " + reason + " as package 'ag-grid-enterprise' is not present. Please see: https://www.ag-grid.com/javascript-grid/packages/";
1274
+ }
1250
1275
  doOnce(function () {
1276
+ console.warn(warningMessage);
1251
1277
  }, warningKey);
1252
1278
  return false;
1253
1279
  };
@@ -1440,9 +1466,11 @@ var Column = /** @class */ (function () {
1440
1466
  var colDefAny = this.colDef;
1441
1467
  function warnOnce(msg, key, obj) {
1442
1468
  doOnce(function () {
1443
- if (obj) ;
1469
+ if (obj) {
1470
+ console.warn(msg, obj);
1471
+ }
1444
1472
  else {
1445
- doOnce(function () { return (void 0); }, key);
1473
+ doOnce(function () { return console.warn(msg); }, key);
1446
1474
  }
1447
1475
  }, key);
1448
1476
  }
@@ -1910,16 +1938,19 @@ var Column = /** @class */ (function () {
1910
1938
  // this used to be needed, as previous version of ag-grid had lockPosition as column state,
1911
1939
  // so couldn't depend on colDef version.
1912
1940
  Column.prototype.isLockPosition = function () {
1941
+ console.warn('AG Grid: since v21, col.isLockPosition() should not be used, please use col.getColDef().lockPosition instead.');
1913
1942
  return this.colDef ? !!this.colDef.lockPosition : false;
1914
1943
  };
1915
1944
  // this used to be needed, as previous version of ag-grid had lockVisible as column state,
1916
1945
  // so couldn't depend on colDef version.
1917
1946
  Column.prototype.isLockVisible = function () {
1947
+ console.warn('AG Grid: since v21, col.isLockVisible() should not be used, please use col.getColDef().lockVisible instead.');
1918
1948
  return this.colDef ? !!this.colDef.lockVisible : false;
1919
1949
  };
1920
1950
  // this used to be needed, as previous version of ag-grid had lockPinned as column state,
1921
1951
  // so couldn't depend on colDef version.
1922
1952
  Column.prototype.isLockPinned = function () {
1953
+ console.warn('AG Grid: since v21, col.isLockPinned() should not be used, please use col.getColDef().lockPinned instead.');
1923
1954
  return this.colDef ? !!this.colDef.lockPinned : false;
1924
1955
  };
1925
1956
  // + renderedHeaderCell - for making header cell transparent when moving
@@ -2315,6 +2346,7 @@ var ColumnGroup = /** @class */ (function () {
2315
2346
  };
2316
2347
  /** @deprecated getOriginalColumnGroup is deprecated, use getOriginalColumnGroup. */
2317
2348
  ColumnGroup.prototype.getOriginalColumnGroup = function () {
2349
+ console.warn('AG Grid: columnGroup.getOriginalColumnGroup() is deprecated due to a method rename, use columnGroup.getProvidedColumnGroup() instead');
2318
2350
  return this.getProvidedColumnGroup();
2319
2351
  };
2320
2352
  ColumnGroup.prototype.getPaddingLevel = function () {
@@ -3190,7 +3222,9 @@ var ColumnFactory = /** @class */ (function (_super) {
3190
3222
  var typeKeys = [];
3191
3223
  if (type instanceof Array) {
3192
3224
  var invalidArray = type.some(function (a) { return typeof a !== 'string'; });
3193
- if (invalidArray) ;
3225
+ if (invalidArray) {
3226
+ console.warn("AG Grid: if colDef.type is supplied an array it should be of type 'string[]'");
3227
+ }
3194
3228
  else {
3195
3229
  typeKeys = type;
3196
3230
  }
@@ -3199,13 +3233,16 @@ var ColumnFactory = /** @class */ (function (_super) {
3199
3233
  typeKeys = type.split(',');
3200
3234
  }
3201
3235
  else {
3236
+ console.warn("AG Grid: colDef.type should be of type 'string' | 'string[]'");
3202
3237
  return;
3203
3238
  }
3204
3239
  // merge user defined with default column types
3205
3240
  var allColumnTypes = Object.assign({}, DefaultColumnTypes);
3206
3241
  var userTypes = this.gridOptionsWrapper.getColumnTypes() || {};
3207
3242
  iterateObject(userTypes, function (key, value) {
3208
- if (key in allColumnTypes) ;
3243
+ if (key in allColumnTypes) {
3244
+ console.warn("AG Grid: the column type '" + key + "' is a default column type and cannot be overridden.");
3245
+ }
3209
3246
  else {
3210
3247
  allColumnTypes[key] = value;
3211
3248
  }
@@ -3215,12 +3252,34 @@ var ColumnFactory = /** @class */ (function (_super) {
3215
3252
  if (typeColDef) {
3216
3253
  mergeDeep(colDefMerged, typeColDef, false, true);
3217
3254
  }
3255
+ else {
3256
+ console.warn("AG Grid: colDef.type '" + t + "' does not correspond to defined gridOptions.columnTypes");
3257
+ }
3218
3258
  });
3219
3259
  };
3220
3260
  ColumnFactory.prototype.checkForDeprecatedItems = function (colDef) {
3221
3261
  if (colDef) {
3222
3262
  var colDefNoType = colDef; // take out the type, so we can access attributes not defined in the type
3263
+ if (colDefNoType.group !== undefined) {
3264
+ console.warn('AG Grid: colDef.group is invalid, please check documentation on how to do grouping as it changed in version 3');
3265
+ }
3266
+ if (colDefNoType.headerGroup !== undefined) {
3267
+ console.warn('AG Grid: colDef.headerGroup is invalid, please check documentation on how to do grouping as it changed in version 3');
3268
+ }
3269
+ if (colDefNoType.headerGroupShow !== undefined) {
3270
+ console.warn('AG Grid: colDef.headerGroupShow is invalid, should be columnGroupShow, please check documentation on how to do grouping as it changed in version 3');
3271
+ }
3272
+ if (colDefNoType.suppressRowGroup !== undefined) {
3273
+ console.warn('AG Grid: colDef.suppressRowGroup is deprecated, please use colDef.type instead');
3274
+ }
3275
+ if (colDefNoType.suppressAggregation !== undefined) {
3276
+ console.warn('AG Grid: colDef.suppressAggregation is deprecated, please use colDef.type instead');
3277
+ }
3278
+ if (colDefNoType.suppressRowGroup || colDefNoType.suppressAggregation) {
3279
+ console.warn('AG Grid: colDef.suppressAggregation and colDef.suppressRowGroup are deprecated, use allowRowGroup, allowPivot and allowValue instead');
3280
+ }
3223
3281
  if (colDefNoType.displayName) {
3282
+ console.warn("AG Grid: Found displayName " + colDefNoType.displayName + ", please use headerName instead, displayName is deprecated.");
3224
3283
  colDefNoType.headerName = colDefNoType.displayName;
3225
3284
  }
3226
3285
  }
@@ -4282,6 +4341,7 @@ var SideBarDefParser = /** @class */ (function () {
4282
4341
  toParse.forEach(function (key) {
4283
4342
  var lookupResult = SideBarDefParser.DEFAULT_BY_KEY[key];
4284
4343
  if (!lookupResult) {
4344
+ console.warn("AG Grid: the key " + key + " is not a valid key for specifying a tool panel, valid keys are: " + Object.keys(SideBarDefParser.DEFAULT_BY_KEY).join(','));
4285
4345
  return;
4286
4346
  }
4287
4347
  comps_1.push(lookupResult);
@@ -4312,6 +4372,7 @@ var SideBarDefParser = /** @class */ (function () {
4312
4372
  if (typeof it === 'string') {
4313
4373
  var lookupResult = SideBarDefParser.DEFAULT_BY_KEY[it];
4314
4374
  if (!lookupResult) {
4375
+ console.warn("AG Grid: the key " + it + " is not a valid key for specifying a tool panel, valid keys are: " + Object.keys(SideBarDefParser.DEFAULT_BY_KEY).join(','));
4315
4376
  return;
4316
4377
  }
4317
4378
  toAdd = lookupResult;
@@ -4908,6 +4969,7 @@ var GridOptionsWrapper = /** @class */ (function () {
4908
4969
  this.destroyed = true;
4909
4970
  };
4910
4971
  GridOptionsWrapper.prototype.init = function () {
4972
+ var _this = this;
4911
4973
  if (this.gridOptions.suppressPropertyNamesCheck !== true) {
4912
4974
  this.checkGridOptionsProperties();
4913
4975
  this.checkColumnDefProperties();
@@ -4918,26 +4980,61 @@ var GridOptionsWrapper = /** @class */ (function () {
4918
4980
  }
4919
4981
  var async = this.useAsyncEvents();
4920
4982
  this.eventService.addGlobalListener(this.globalEventHandler.bind(this), async);
4921
- if (this.isGroupSelectsChildren() && this.isSuppressParentsInRowNodes()) ;
4983
+ if (this.isGroupSelectsChildren() && this.isSuppressParentsInRowNodes()) {
4984
+ console.warn("AG Grid: 'groupSelectsChildren' does not work with 'suppressParentsInRowNodes', this selection method needs the part in rowNode to work");
4985
+ }
4922
4986
  if (this.isGroupSelectsChildren()) {
4923
- if (!this.isRowSelectionMulti()) ;
4924
- if (this.isRowModelServerSide()) ;
4987
+ if (!this.isRowSelectionMulti()) {
4988
+ console.warn("AG Grid: rowSelection must be 'multiple' for groupSelectsChildren to make sense");
4989
+ }
4990
+ if (this.isRowModelServerSide()) {
4991
+ console.warn('AG Grid: group selects children is NOT support for Server Side Row Model. ' +
4992
+ 'This is because the rows are lazy loaded, so selecting a group is not possible as' +
4993
+ 'the grid has no way of knowing what the children are.');
4994
+ }
4995
+ }
4996
+ if (this.isGroupRemoveSingleChildren() && this.isGroupHideOpenParents()) {
4997
+ console.warn("AG Grid: groupRemoveSingleChildren and groupHideOpenParents do not work with each other, you need to pick one. And don't ask us how to use these together on our support forum either, you will get the same answer!");
4925
4998
  }
4926
- if (this.isGroupRemoveSingleChildren() && this.isGroupHideOpenParents()) ;
4927
4999
  if (this.isRowModelServerSide()) {
4928
- if (exists(this.gridOptions.groupDefaultExpanded)) ;
4929
- if (exists(this.gridOptions.groupDefaultExpanded)) ;
4930
- if (exists(this.gridOptions.groupDefaultExpanded)) ;
5000
+ var msg = function (prop) { return "AG Grid: '" + prop + "' is not supported on the Server-Side Row Model"; };
5001
+ if (exists(this.gridOptions.groupDefaultExpanded)) {
5002
+ console.warn(msg('groupDefaultExpanded'));
5003
+ }
5004
+ if (exists(this.gridOptions.groupDefaultExpanded)) {
5005
+ console.warn(msg('groupIncludeFooter'));
5006
+ }
5007
+ if (exists(this.gridOptions.groupDefaultExpanded)) {
5008
+ console.warn(msg('groupIncludeTotalFooter'));
5009
+ }
4931
5010
  }
4932
5011
  if (isTrue(this.gridOptions.enableRangeSelection)) {
4933
5012
  ModuleRegistry.assertRegistered(ModuleNames.RangeSelectionModule, 'enableRangeSelection');
4934
5013
  }
4935
- else if (this.isEnableRangeHandle() || this.isEnableFillHandle()) ;
5014
+ else if (this.isEnableRangeHandle() || this.isEnableFillHandle()) {
5015
+ console.warn("AG Grid: 'enableRangeHandle' or 'enableFillHandle' will not work unless 'enableRangeSelection' is set to true");
5016
+ }
4936
5017
  if (this.isGroupRowsSticky()) {
4937
- if (this.isGroupHideOpenParents()) ;
4938
- if (this.isMasterDetail()) ;
4939
- if (this.isPagination()) ;
5018
+ if (this.isGroupHideOpenParents()) {
5019
+ console.warn("AG Grid: groupRowsSticky and groupHideOpenParents do not work with each other, you need to pick one.");
5020
+ }
5021
+ if (this.isMasterDetail()) {
5022
+ console.warn("AG Grid: groupRowsSticky and masterDetail do not work with each other, you need to pick one.");
5023
+ }
5024
+ if (this.isPagination()) {
5025
+ console.warn("AG Grid: groupRowsSticky and pagination do not work with each other, you need to pick one.");
5026
+ }
4940
5027
  }
5028
+ var warnOfDeprecaredIcon = function (name) {
5029
+ if (_this.gridOptions.icons && _this.gridOptions.icons[name]) {
5030
+ console.warn("gridOptions.icons." + name + " is no longer supported. For information on how to style checkboxes and radio buttons, see https://www.ag-grid.com/javascript-grid-icons/");
5031
+ }
5032
+ };
5033
+ warnOfDeprecaredIcon('radioButtonOff');
5034
+ warnOfDeprecaredIcon('radioButtonOn');
5035
+ warnOfDeprecaredIcon('checkboxChecked');
5036
+ warnOfDeprecaredIcon('checkboxUnchecked');
5037
+ warnOfDeprecaredIcon('checkboxIndeterminate');
4941
5038
  // sets an initial calculation for the scrollbar width
4942
5039
  this.getScrollbarWidth();
4943
5040
  };
@@ -4961,7 +5058,11 @@ var GridOptionsWrapper = /** @class */ (function () {
4961
5058
  GridOptionsWrapper.prototype.checkProperties = function (userProperties, validPropertiesAndExceptions, validProperties, containerName, docsUrl) {
4962
5059
  var invalidProperties = fuzzyCheckStrings(userProperties, validPropertiesAndExceptions, validProperties);
4963
5060
  iterateObject(invalidProperties, function (key, value) {
5061
+ console.warn("ag-grid: invalid " + containerName + " property '" + key + "' did you mean any of these: " + value.slice(0, 8).join(", "));
4964
5062
  });
5063
+ if (Object.keys(invalidProperties).length > 0) {
5064
+ console.warn("ag-grid: to see all the valid " + containerName + " properties please check: " + docsUrl);
5065
+ }
4965
5066
  };
4966
5067
  /**
4967
5068
  * Wrap the user callback and attach the api, columnApi and context to the params object on the way through.
@@ -5220,7 +5321,7 @@ var GridOptionsWrapper = /** @class */ (function () {
5220
5321
  ];
5221
5322
  if (validLayouts.indexOf(domLayout) === -1) {
5222
5323
  doOnce(function () {
5223
- return (void 0);
5324
+ return console.warn("AG Grid: " + domLayout + " is not valid for DOM Layout, valid values are " + Constants.DOM_LAYOUT_NORMAL + ", " + Constants.DOM_LAYOUT_AUTO_HEIGHT + " and " + Constants.DOM_LAYOUT_PRINT);
5224
5325
  }, 'warn about dom layout values');
5225
5326
  return Constants.DOM_LAYOUT_NORMAL;
5226
5327
  }
@@ -5615,7 +5716,7 @@ var GridOptionsWrapper = /** @class */ (function () {
5615
5716
  return 'xy';
5616
5717
  }
5617
5718
  if (direction !== 'x' && direction !== 'y' && direction !== 'xy') {
5618
- doOnce(function () { return (void 0); }, 'warn invalid fill direction');
5719
+ doOnce(function () { return console.warn("AG Grid: valid values for fillHandleDirection are 'x', 'y' and 'xy'. Default to 'xy'."); }, 'warn invalid fill direction');
5619
5720
  return 'xy';
5620
5721
  }
5621
5722
  return direction;
@@ -5714,6 +5815,7 @@ var GridOptionsWrapper = /** @class */ (function () {
5714
5815
  };
5715
5816
  GridOptionsWrapper.prototype.getDefaultExportParams = function (type) {
5716
5817
  if (this.gridOptions.defaultExportParams) {
5818
+ console.warn("AG Grid: Since v25.2 `defaultExportParams` has been replaced by `default" + capitalise(type) + "ExportParams`'");
5717
5819
  if (type === 'csv') {
5718
5820
  return this.gridOptions.defaultExportParams;
5719
5821
  }
@@ -5846,7 +5948,7 @@ var GridOptionsWrapper = /** @class */ (function () {
5846
5948
  GridOptionsWrapper.prototype.isServerSideSortAllLevels = function () {
5847
5949
  var isEnabled = isTrue(this.gridOptions.serverSideSortAllLevels);
5848
5950
  if (!this.isRowModelServerSide() && isEnabled) {
5849
- doOnce(function () { return (void 0); }, 'serverSideSortAllLevels');
5951
+ doOnce(function () { return console.warn('AG Grid: The `serverSideSortAllLevels` property can only be used with the server side row model.'); }, 'serverSideSortAllLevels');
5850
5952
  return false;
5851
5953
  }
5852
5954
  return isEnabled;
@@ -5854,7 +5956,7 @@ var GridOptionsWrapper = /** @class */ (function () {
5854
5956
  GridOptionsWrapper.prototype.isServerSideFilterAllLevels = function () {
5855
5957
  var isEnabled = isTrue(this.gridOptions.serverSideFilterAllLevels);
5856
5958
  if (!this.isRowModelServerSide() && isEnabled) {
5857
- doOnce(function () { return (void 0); }, 'serverSideFilterAllLevels');
5959
+ doOnce(function () { return console.warn('AG Grid: The `serverSideFilterAllLevels` property can only be used with the server side row model.'); }, 'serverSideFilterAllLevels');
5858
5960
  return false;
5859
5961
  }
5860
5962
  return isEnabled;
@@ -5862,11 +5964,11 @@ var GridOptionsWrapper = /** @class */ (function () {
5862
5964
  GridOptionsWrapper.prototype.isServerSideSortOnServer = function () {
5863
5965
  var isEnabled = isTrue(this.gridOptions.serverSideSortOnServer);
5864
5966
  if (!this.isRowModelServerSide() && isEnabled) {
5865
- doOnce(function () { return (void 0); }, 'serverSideSortOnServerRowModel');
5967
+ doOnce(function () { return console.warn('AG Grid: The `serverSideSortOnServer` property can only be used with the server side row model.'); }, 'serverSideSortOnServerRowModel');
5866
5968
  return false;
5867
5969
  }
5868
5970
  if (this.isTreeData() && isEnabled) {
5869
- doOnce(function () { return (void 0); }, 'serverSideSortOnServerTreeData');
5971
+ doOnce(function () { return console.warn('AG Grid: The `serverSideSortOnServer` property cannot be used while using tree data.'); }, 'serverSideSortOnServerTreeData');
5870
5972
  return false;
5871
5973
  }
5872
5974
  return isEnabled;
@@ -5874,11 +5976,11 @@ var GridOptionsWrapper = /** @class */ (function () {
5874
5976
  GridOptionsWrapper.prototype.isServerSideFilterOnServer = function () {
5875
5977
  var isEnabled = isTrue(this.gridOptions.serverSideFilterOnServer);
5876
5978
  if (!this.isRowModelServerSide() && isEnabled) {
5877
- doOnce(function () { return (void 0); }, 'serverSideFilterOnServerRowModel');
5979
+ doOnce(function () { return console.warn('AG Grid: The `serverSideFilterOnServer` property can only be used with the server side row model.'); }, 'serverSideFilterOnServerRowModel');
5878
5980
  return false;
5879
5981
  }
5880
5982
  if (this.isTreeData() && isEnabled) {
5881
- doOnce(function () { return (void 0); }, 'serverSideFilterOnServerTreeData');
5983
+ doOnce(function () { return console.warn('AG Grid: The `serverSideFilterOnServer` property cannot be used while using tree data.'); }, 'serverSideFilterOnServerTreeData');
5882
5984
  return false;
5883
5985
  }
5884
5986
  return isEnabled;
@@ -5987,7 +6089,7 @@ var GridOptionsWrapper = /** @class */ (function () {
5987
6089
  var capitalisedType = capitalise(type);
5988
6090
  if (exists(delay)) {
5989
6091
  if (delay < 0) {
5990
- doOnce(function () { return (void 0); }, "tooltip" + capitalisedType + "DelayWarn");
6092
+ doOnce(function () { return console.warn("ag-grid: tooltip" + capitalisedType + "Delay should not be lower than 0"); }, "tooltip" + capitalisedType + "DelayWarn");
5991
6093
  }
5992
6094
  return Math.max(200, delay);
5993
6095
  }
@@ -6038,7 +6140,7 @@ var GridOptionsWrapper = /** @class */ (function () {
6038
6140
  var rowBuffer = this.gridOptions.rowBuffer;
6039
6141
  if (typeof rowBuffer === 'number') {
6040
6142
  if (rowBuffer < 0) {
6041
- doOnce(function () { return (void 0); }, 'warn rowBuffer negative');
6143
+ doOnce(function () { return console.warn("AG Grid: rowBuffer should not be negative"); }, 'warn rowBuffer negative');
6042
6144
  this.gridOptions.rowBuffer = rowBuffer = 0;
6043
6145
  }
6044
6146
  }
@@ -6072,23 +6174,45 @@ var GridOptionsWrapper = /** @class */ (function () {
6072
6174
  // casting to generic object, so typescript compiles even though
6073
6175
  // we are looking for attributes that don't exist
6074
6176
  var options = this.gridOptions;
6177
+ if (options.deprecatedEmbedFullWidthRows) {
6178
+ console.warn("AG Grid: since v21.2, deprecatedEmbedFullWidthRows has been replaced with embedFullWidthRows.");
6179
+ }
6180
+ if (options.rowDeselection) {
6181
+ console.warn('AG Grid: since v24.x, rowDeselection is deprecated and the behaviour is true by default. Please use `suppressRowDeselection` to prevent rows from being deselected.');
6182
+ }
6075
6183
  if (options.enableMultiRowDragging) {
6076
6184
  options.rowDragMultiRow = true;
6077
6185
  delete options.enableMultiRowDragging;
6186
+ console.warn('AG Grid: since v26.1, `enableMultiRowDragging` is deprecated. Please use `rowDragMultiRow`.');
6078
6187
  }
6079
6188
  var checkRenamedProperty = function (oldProp, newProp, version) {
6080
6189
  if (options[oldProp] != null) {
6190
+ console.warn("AG Grid: since version " + version + ", '" + oldProp + "' is deprecated / renamed, please use the new property name '" + newProp + "' instead.");
6081
6191
  if (options[newProp] == null) {
6082
6192
  options[newProp] = options[oldProp];
6083
6193
  }
6084
6194
  }
6085
6195
  };
6086
- checkRenamedProperty('batchUpdateWaitMillis', 'asyncTransactionWaitMillis');
6087
- checkRenamedProperty('deltaRowDataMode', 'immutableData');
6088
- checkRenamedProperty('serverSideFilteringAlwaysResets', 'serverSideFilterAllLevels');
6089
- checkRenamedProperty('serverSideSortingAlwaysResets', 'serverSideSortAllLevels');
6090
- checkRenamedProperty('suppressSetColumnStateEvents', 'suppressColumnStateEvents');
6196
+ checkRenamedProperty('batchUpdateWaitMillis', 'asyncTransactionWaitMillis', '23.1.x');
6197
+ checkRenamedProperty('deltaRowDataMode', 'immutableData', '23.1.x');
6198
+ checkRenamedProperty('serverSideFilteringAlwaysResets', 'serverSideFilterAllLevels', '28.0.0');
6199
+ checkRenamedProperty('serverSideSortingAlwaysResets', 'serverSideSortAllLevels', '28.0.0');
6200
+ if (options.immutableColumns || options.deltaColumnMode) {
6201
+ console.warn('AG Grid: since v24.0, immutableColumns and deltaColumnMode properties are gone. The grid now works like this as default. To keep column order maintained, set grid property applyColumnDefOrder=true');
6202
+ }
6203
+ checkRenamedProperty('suppressSetColumnStateEvents', 'suppressColumnStateEvents', '24.0.x');
6091
6204
  if (options.groupRowInnerRenderer || options.groupRowInnerRendererParams || options.groupRowInnerRendererFramework) {
6205
+ console.warn('AG Grid: since v24.0, grid properties groupRowInnerRenderer, groupRowInnerRendererFramework and groupRowInnerRendererParams are no longer used.');
6206
+ console.warn(' Instead use the grid properties groupRowRendererParams.innerRenderer, groupRowRendererParams.innerRendererFramework and groupRowRendererParams.innerRendererParams.');
6207
+ console.warn(' For example instead of this:');
6208
+ console.warn(' groupRowInnerRenderer: "myRenderer"');
6209
+ console.warn(' groupRowInnerRendererParams: {x: a}');
6210
+ console.warn(' Replace with this:');
6211
+ console.warn(' groupRowRendererParams: {');
6212
+ console.warn(' innerRenderer: "myRenderer",');
6213
+ console.warn(' innerRendererParams: {x: a}');
6214
+ console.warn(' }');
6215
+ console.warn(' We have copied the properties over for you. However to stop this error message, please change your application code.');
6092
6216
  if (!options.groupRowRendererParams) {
6093
6217
  options.groupRowRendererParams = {};
6094
6218
  }
@@ -6103,36 +6227,105 @@ var GridOptionsWrapper = /** @class */ (function () {
6103
6227
  params.innerRendererFramework = options.groupRowInnerRendererFramework;
6104
6228
  }
6105
6229
  }
6230
+ if (options.rememberGroupStateWhenNewData) {
6231
+ console.warn('AG Grid: since v24.0, grid property rememberGroupStateWhenNewData is deprecated. This feature was provided before Transaction Updates worked (which keep group state). Now that transaction updates are possible and they keep group state, this feature is no longer needed.');
6232
+ }
6106
6233
  if (options.detailCellRendererParams && options.detailCellRendererParams.autoHeight) {
6234
+ console.warn('AG Grid: since v24.1, grid property detailCellRendererParams.autoHeight is replaced with grid property detailRowAutoHeight. This allows this feature to work when you provide a custom DetailCellRenderer');
6107
6235
  options.detailRowAutoHeight = true;
6108
6236
  }
6237
+ if (options.suppressKeyboardEvent) {
6238
+ console.warn("AG Grid: since v24.1 suppressKeyboardEvent in the gridOptions has been deprecated and will be removed in\n future versions of AG Grid. If you need this to be set for every column use the defaultColDef property.");
6239
+ }
6240
+ if (options.suppressEnterpriseResetOnNewColumns) {
6241
+ console.warn('AG Grid: since v25, grid property suppressEnterpriseResetOnNewColumns is deprecated. This was a temporary property to allow changing columns in Server Side Row Model without triggering a reload. Now that it is possible to dynamically change columns in the grid, this is no longer needed.');
6242
+ }
6243
+ if (options.suppressColumnStateEvents) {
6244
+ console.warn('AG Grid: since v25, grid property suppressColumnStateEvents no longer works due to a refactor that we did. It should be possible to achieve similar using event.source, which would be "api" if the event was due to setting column state via the API');
6245
+ }
6246
+ if (options.defaultExportParams) {
6247
+ console.warn('AG Grid: since v25.2, the grid property `defaultExportParams` has been replaced by `defaultCsvExportParams` and `defaultExcelExportParams`.');
6248
+ }
6109
6249
  if (options.stopEditingWhenGridLosesFocus) {
6250
+ console.warn('AG Grid: since v25.2.2, the grid property `stopEditingWhenGridLosesFocus` has been replaced by `stopEditingWhenCellsLoseFocus`.');
6110
6251
  options.stopEditingWhenCellsLoseFocus = true;
6111
6252
  }
6253
+ if (options.applyColumnDefOrder) {
6254
+ console.warn('AG Grid: since v26.0, the grid property `applyColumnDefOrder` is no longer needed, as this is the default behaviour. To turn this behaviour off, set maintainColumnOrder=true');
6255
+ }
6112
6256
  if (options.groupMultiAutoColumn) {
6257
+ console.warn("AG Grid: since v26.0, the grid property `groupMultiAutoColumn` has been replaced by `groupDisplayType = 'multipleColumns'`");
6113
6258
  options.groupDisplayType = 'multipleColumns';
6114
6259
  }
6115
6260
  if (options.groupUseEntireRow) {
6261
+ console.warn("AG Grid: since v26.0, the grid property `groupUseEntireRow` has been replaced by `groupDisplayType = 'groupRows'`");
6116
6262
  options.groupDisplayType = 'groupRows';
6117
6263
  }
6118
6264
  if (options.groupSuppressAutoColumn) {
6265
+ var propName = options.treeData ? 'treeDataDisplayType' : 'groupDisplayType';
6266
+ console.warn("AG Grid: since v26.0, the grid property `groupSuppressAutoColumn` has been replaced by `" + propName + " = 'custom'`");
6119
6267
  options.groupDisplayType = 'custom';
6120
6268
  }
6269
+ if (options.defaultGroupOrderComparator) {
6270
+ console.warn("AG Grid: since v27.2, the grid property `defaultGroupOrderComparator` is deprecated and has been replaced by `initialGroupOrderComparator` and now receives a single params object.");
6271
+ }
6121
6272
  if (options.defaultGroupSortComparator) {
6273
+ console.warn("AG Grid: since v26.0, the grid property `defaultGroupSortComparator` has been replaced by `initialGroupOrderComparator`");
6122
6274
  options.defaultGroupOrderComparator = options.defaultGroupSortComparator;
6123
6275
  }
6276
+ if (options.groupRowAggNodes) {
6277
+ console.warn("AG Grid: since v27.2, the grid property `groupRowAggNodes` is deprecated and has been replaced by `getGroupRowAgg` and now receives a single params object.");
6278
+ }
6279
+ if (options.postSort) {
6280
+ console.warn("AG Grid: since v27.2, the grid property `postSort` is deprecated and has been replaced by `postSortRows` and now receives a single params object.");
6281
+ }
6282
+ if (options.isFullWidthCell) {
6283
+ console.warn("AG Grid: since v27.2, the grid property `isFullWidthCell` is deprecated and has been replaced by `isFullWidthRow` and now receives a single params object.");
6284
+ }
6285
+ if (options.localeTextFunc) {
6286
+ console.warn("AG Grid: since v27.2, the grid property `localeTextFunc` is deprecated and has been replaced by `getLocaleText` and now receives a single params object.");
6287
+ }
6288
+ if (options.colWidth) {
6289
+ console.warn('AG Grid: since v26.1, the grid property `colWidth` is deprecated and should be set via `defaultColDef.width`.');
6290
+ }
6291
+ if (options.minColWidth) {
6292
+ console.warn('AG Grid: since v26.1, the grid property `minColWidth` is deprecated and should be set via `defaultColDef.minWidth`.');
6293
+ }
6294
+ if (options.maxColWidth) {
6295
+ console.warn('AG Grid: since v26.1, the grid property `maxColWidth` is deprecated and should be set via `defaultColDef.maxWidth`.');
6296
+ }
6297
+ if (options.reactUi) {
6298
+ console.warn('AG Grid: since v27.0, React UI is on by default, so no need for reactUi=true. To turn it off, set suppressReactUi=true.');
6299
+ }
6300
+ if (options.suppressReactUi) {
6301
+ console.warn('AG Grid: The legacy React rendering engine is deprecated and will be removed in the next major version of the grid.');
6302
+ }
6124
6303
  if (options.suppressCellSelection) {
6304
+ console.warn('AG Grid: since v27.0, `suppressCellSelection` has been replaced by `suppressCellFocus`.');
6125
6305
  options.suppressCellFocus = options.suppressCellSelection;
6126
6306
  }
6307
+ if (options.getRowNodeId) {
6308
+ console.warn('AG Grid: since v27.1, `getRowNodeId` is deprecated and has been replaced by `getRowId`. The difference: if getRowId() is implemented then immutable data is enabled by default.');
6309
+ }
6310
+ if (options.immutableData) {
6311
+ if (options.getRowId) {
6312
+ console.warn('AG Grid: since v27.1, `immutableData` is deprecated. With the `getRowId` callback implemented, immutable data is enabled by default so you can remove `immutableData=true`.');
6313
+ }
6314
+ else {
6315
+ console.warn('AG Grid: since v27.1, `immutableData` is deprecated. To enable immutable data you must implement the `getRowId()` callback.');
6316
+ }
6317
+ }
6127
6318
  if (options.clipboardDeliminator) {
6319
+ console.warn('AG Grid: since v27.1, `clipboardDeliminator` has been replaced by `clipboardDelimiter`.');
6128
6320
  options.clipboardDelimiter = options.clipboardDeliminator;
6129
6321
  }
6130
- checkRenamedProperty('processSecondaryColDef', 'processPivotResultColDef');
6131
- checkRenamedProperty('processSecondaryColGroupDef', 'processPivotResultColGroupDef');
6322
+ checkRenamedProperty('processSecondaryColDef', 'processPivotResultColDef', '28.0.x');
6323
+ checkRenamedProperty('processSecondaryColGroupDef', 'processPivotResultColGroupDef', '28.0.x');
6132
6324
  if (options.serverSideStoreType) {
6325
+ console.warn('AG Grid: since v28.0, `serverSideStoreType` has been replaced by `serverSideInfiniteScroll`. Set to true to use Partial Store, and false to use Full Store.');
6133
6326
  options.serverSideInfiniteScroll = options.serverSideStoreType === 'partial';
6134
6327
  }
6135
- checkRenamedProperty('getServerSideStoreParams', 'getServerSideGroupLevelParams');
6328
+ checkRenamedProperty('getServerSideStoreParams', 'getServerSideGroupLevelParams', '28.0.x');
6136
6329
  };
6137
6330
  GridOptionsWrapper.prototype.checkForViolations = function () {
6138
6331
  if (this.isTreeData()) {
@@ -6141,11 +6334,20 @@ var GridOptionsWrapper = /** @class */ (function () {
6141
6334
  };
6142
6335
  GridOptionsWrapper.prototype.treeDataViolations = function () {
6143
6336
  if (this.isRowModelDefault()) {
6144
- if (missing(this.getDataPathFunc())) ;
6337
+ if (missing(this.getDataPathFunc())) {
6338
+ console.warn('AG Grid: property usingTreeData=true with rowModel=clientSide, but you did not ' +
6339
+ 'provide getDataPath function, please provide getDataPath function if using tree data.');
6340
+ }
6145
6341
  }
6146
6342
  if (this.isRowModelServerSide()) {
6147
- if (missing(this.getIsServerSideGroupFunc())) ;
6148
- if (missing(this.getServerSideGroupKeyFunc())) ;
6343
+ if (missing(this.getIsServerSideGroupFunc())) {
6344
+ console.warn('AG Grid: property usingTreeData=true with rowModel=serverSide, but you did not ' +
6345
+ 'provide isServerSideGroup function, please provide isServerSideGroup function if using tree data.');
6346
+ }
6347
+ if (missing(this.getServerSideGroupKeyFunc())) {
6348
+ console.warn('AG Grid: property usingTreeData=true with rowModel=serverSide, but you did not ' +
6349
+ 'provide getServerSideGroupKey function, please provide getServerSideGroupKey function if using tree data.');
6350
+ }
6149
6351
  }
6150
6352
  };
6151
6353
  GridOptionsWrapper.prototype.getLocaleTextFunc = function () {
@@ -6214,6 +6416,7 @@ var GridOptionsWrapper = /** @class */ (function () {
6214
6416
  this.setRowHeightVariable(rowHeight);
6215
6417
  return rowHeight;
6216
6418
  }
6419
+ console.warn('AG Grid row height must be a number if not using standard row model');
6217
6420
  return this.getDefaultRowHeight();
6218
6421
  };
6219
6422
  GridOptionsWrapper.prototype.isGetRowHeightFunction = function () {
@@ -6238,7 +6441,7 @@ var GridOptionsWrapper = /** @class */ (function () {
6238
6441
  var height = this.mergeGridCommonParams(this.gridOptions.getRowHeight)(params);
6239
6442
  if (this.isNumeric(height)) {
6240
6443
  if (height === 0) {
6241
- doOnce(function () { return (void 0); }, 'invalidRowHeight');
6444
+ doOnce(function () { return console.warn('AG Grid: The return of `getRowHeight` cannot be zero. If the intention is to hide rows, use a filter instead.'); }, 'invalidRowHeight');
6242
6445
  }
6243
6446
  return { height: Math.max(1, height), estimated: false };
6244
6447
  }
@@ -6283,6 +6486,7 @@ var GridOptionsWrapper = /** @class */ (function () {
6283
6486
  GridOptionsWrapper.prototype.matchesGroupDisplayType = function (toMatch, supplied) {
6284
6487
  var groupDisplayTypeValues = ['groupRows', 'multipleColumns', 'custom', 'singleColumn'];
6285
6488
  if (groupDisplayTypeValues.indexOf(supplied) < 0) {
6489
+ console.warn("AG Grid: '" + supplied + "' is not a valid groupDisplayType value - possible values are: '" + groupDisplayTypeValues.join("', '") + "'");
6286
6490
  return false;
6287
6491
  }
6288
6492
  return supplied === toMatch;
@@ -6290,6 +6494,7 @@ var GridOptionsWrapper = /** @class */ (function () {
6290
6494
  GridOptionsWrapper.prototype.matchesTreeDataDisplayType = function (toMatch, supplied) {
6291
6495
  var treeDataDisplayTypeValues = ['auto', 'custom'];
6292
6496
  if (treeDataDisplayTypeValues.indexOf(supplied) < 0) {
6497
+ console.warn("AG Grid: '" + supplied + "' is not a valid treeDataDisplayType value - possible values are: '" + treeDataDisplayTypeValues.join("', '") + "'");
6293
6498
  return false;
6294
6499
  }
6295
6500
  return supplied === toMatch;
@@ -6674,6 +6879,7 @@ var ColumnModel = /** @class */ (function (_super) {
6674
6879
  };
6675
6880
  ColumnModel.prototype.isPivotSettingAllowed = function (pivot) {
6676
6881
  if (pivot && this.gridOptionsWrapper.isTreeData()) {
6882
+ console.warn("AG Grid: Pivot mode not available in conjunction Tree Data i.e. 'gridOptions.treeData: true'");
6677
6883
  return false;
6678
6884
  }
6679
6885
  return true;
@@ -7304,6 +7510,7 @@ var ColumnModel = /** @class */ (function (_super) {
7304
7510
  if (loopCount > 1000) {
7305
7511
  // this should never happen, but in the future, someone might introduce a bug here,
7306
7512
  // so we stop the browser from hanging and report bug properly
7513
+ console.error('AG Grid: infinite loop in resizeColumnSets');
7307
7514
  return "break";
7308
7515
  }
7309
7516
  finishedColsGrew = false;
@@ -7421,6 +7628,8 @@ var ColumnModel = /** @class */ (function (_super) {
7421
7628
  if (source === void 0) { source = "api"; }
7422
7629
  this.columnAnimationService.start();
7423
7630
  if (toIndex > this.gridColumns.length - columnsToMoveKeys.length) {
7631
+ console.warn('AG Grid: tried to insert columns in invalid location, toIndex = ' + toIndex);
7632
+ console.warn('AG Grid: remember that you should not count the moving columns when calculating the new index');
7424
7633
  return;
7425
7634
  }
7426
7635
  // we want to pull all the columns out first and put them into an ordered list
@@ -7673,6 +7882,7 @@ var ColumnModel = /** @class */ (function (_super) {
7673
7882
  ColumnModel.prototype.setColumnsPinned = function (keys, pinned, source) {
7674
7883
  if (source === void 0) { source = "api"; }
7675
7884
  if (this.gridOptionsWrapper.getDomLayout() === 'print') {
7885
+ console.warn("Changing the column pinning status is not allowed with domLayout='print'");
7676
7886
  return;
7677
7887
  }
7678
7888
  this.columnAnimationService.start();
@@ -7942,6 +8152,7 @@ var ColumnModel = /** @class */ (function (_super) {
7942
8152
  return false;
7943
8153
  }
7944
8154
  if (params && params.state && !params.state.forEach) {
8155
+ console.warn('AG Grid: applyColumnState() - the state attribute should be an array, however an array was not found. Please provide an array of items (one for each col you want to change) for state.');
7945
8156
  return false;
7946
8157
  }
7947
8158
  var applyStates = function (states, existingColumns, getById) {
@@ -8088,6 +8299,7 @@ var ColumnModel = /** @class */ (function (_super) {
8088
8299
  // is less sexy for the code here, but it keeps consistency.
8089
8300
  newOrder = this.placeLockedColumns(newOrder);
8090
8301
  if (!this.doesMovePassMarryChildren(newOrder)) {
8302
+ console.warn('AG Grid: Applying column order broke a group where columns should be married together. Applying new order has been discarded.');
8091
8303
  return;
8092
8304
  }
8093
8305
  this.gridColumns = newOrder;
@@ -8339,7 +8551,11 @@ var ColumnModel = /** @class */ (function (_super) {
8339
8551
  }
8340
8552
  }
8341
8553
  else {
8342
- if (exists(aggFunc)) ;
8554
+ if (exists(aggFunc)) {
8555
+ console.warn('AG Grid: stateItem.aggFunc must be a string. if using your own aggregation ' +
8556
+ 'functions, register the functions first before using them in get/set state. This is because it is ' +
8557
+ 'intended for the column state to be stored and retrieved as simple JSON.');
8558
+ }
8343
8559
  // Note: we do not call column.setAggFunc(null), so that next time we aggregate
8344
8560
  // by this column (eg drag the column to the agg section int he toolpanel) it will
8345
8561
  // default to the last aggregation function.
@@ -8407,6 +8623,9 @@ var ColumnModel = /** @class */ (function (_super) {
8407
8623
  return null;
8408
8624
  }
8409
8625
  var column = this.getGridColumn(key);
8626
+ if (!column) {
8627
+ console.warn('AG Grid: could not find column ' + key);
8628
+ }
8410
8629
  return column;
8411
8630
  };
8412
8631
  ColumnModel.prototype.getPrimaryColumn = function (key) {
@@ -8509,6 +8728,7 @@ var ColumnModel = /** @class */ (function (_super) {
8509
8728
  // valueGetter is an expression, so execute the expression
8510
8729
  return this.expressionService.evaluate(headerValueGetter, params);
8511
8730
  }
8731
+ console.warn('ag-grid: headerValueGetter must be a function or a string');
8512
8732
  return '';
8513
8733
  }
8514
8734
  else if (colDef.headerName != null) {
@@ -8803,6 +9023,10 @@ var ColumnModel = /** @class */ (function (_super) {
8803
9023
  this.setColumnGroupState([{ groupId: keyAsString, open: newValue }], source);
8804
9024
  };
8805
9025
  ColumnModel.prototype.getProvidedColumnGroup = function (key) {
9026
+ // if (key instanceof ProvidedColumnGroup) { return key; }
9027
+ if (typeof key !== 'string') {
9028
+ console.error('AG Grid: group key must be a string');
9029
+ }
8806
9030
  // otherwise, search for the column group by id
8807
9031
  var res = null;
8808
9032
  this.columnUtils.depthFirstOriginalTreeSearch(null, this.gridBalancedTree, function (node) {
@@ -9013,7 +9237,8 @@ var ColumnModel = /** @class */ (function (_super) {
9013
9237
  var rowModelType = this.rowModel.getType();
9014
9238
  var supportedRowModel = rowModelType === Constants.ROW_MODEL_TYPE_CLIENT_SIDE || rowModelType === Constants.ROW_MODEL_TYPE_SERVER_SIDE;
9015
9239
  if (!supportedRowModel) {
9016
- doOnce(function () { return (void 0); }, 'autoHeightActive.wrongRowModel');
9240
+ var message_1 = 'AG Grid - autoHeight columns only work with Client Side Row Model and Server Side Row Model.';
9241
+ doOnce(function () { return console.warn(message_1); }, 'autoHeightActive.wrongRowModel');
9017
9242
  }
9018
9243
  }
9019
9244
  };
@@ -10005,6 +10230,7 @@ var DisplayedGroupCreator = /** @class */ (function (_super) {
10005
10230
  if (found) {
10006
10231
  return result;
10007
10232
  }
10233
+ console.warn('AG Grid: could not get path');
10008
10234
  return null;
10009
10235
  };
10010
10236
  DisplayedGroupCreator = __decorate$36([
@@ -11688,12 +11914,14 @@ function createIconNoSpan(iconName, gridOptionsWrapper, column, forceCreate) {
11688
11914
  if (isNodeOrElement(rendererResult)) {
11689
11915
  return rendererResult;
11690
11916
  }
11917
+ console.warn('AG Grid: iconRenderer should return back a string or a dom object');
11691
11918
  }
11692
11919
  else {
11693
11920
  var span = document.createElement('span');
11694
11921
  var cssClass = iconNameClassMap[iconName];
11695
11922
  if (!cssClass) {
11696
11923
  if (!forceCreate) {
11924
+ console.warn("AG Grid: Did not find icon " + iconName);
11697
11925
  cssClass = '';
11698
11926
  }
11699
11927
  else {
@@ -12132,6 +12360,7 @@ var AgPromise = /** @class */ (function () {
12132
12360
  this.waiters.forEach(function (waiter) { return waiter(value); });
12133
12361
  };
12134
12362
  AgPromise.prototype.onReject = function (params) {
12363
+ console.warn('TBI');
12135
12364
  };
12136
12365
  return AgPromise;
12137
12366
  }());
@@ -12757,9 +12986,11 @@ function RefSelector(ref) {
12757
12986
  }
12758
12987
  function querySelectorFunc(selector, refSelector, classPrototype, methodOrAttributeName, index) {
12759
12988
  if (selector === null) {
12989
+ console.error('AG Grid: QuerySelector selector should not be null');
12760
12990
  return;
12761
12991
  }
12762
12992
  if (typeof index === 'number') {
12993
+ console.error('AG Grid: QuerySelector should be on an attribute');
12763
12994
  return;
12764
12995
  }
12765
12996
  addToObjectProps(classPrototype, 'querySelectors', {
@@ -12994,8 +13225,12 @@ var OptionsFactory = /** @class */ (function () {
12994
13225
  this.checkForDeprecatedParams();
12995
13226
  };
12996
13227
  OptionsFactory.prototype.checkForDeprecatedParams = function () {
12997
- if (this.filterOptions.some(function (opt) { return typeof opt != 'string' && opt.test != null; })) ;
12998
- if (this.filterOptions.some(function (opt) { return typeof opt != 'string' && opt.hideFilterInput != null; })) ;
13228
+ if (this.filterOptions.some(function (opt) { return typeof opt != 'string' && opt.test != null; })) {
13229
+ console.warn("AG Grid: [IFilterOptionDef] since v26.2.0, test() has been replaced with predicate().");
13230
+ }
13231
+ if (this.filterOptions.some(function (opt) { return typeof opt != 'string' && opt.hideFilterInput != null; })) {
13232
+ console.warn("AG Grid: [IFilterOptionDef] since v26.2.0, useOfHideFilterInput has been replaced with numberOfInputs.");
13233
+ }
12999
13234
  };
13000
13235
  OptionsFactory.prototype.getFilterOptions = function () {
13001
13236
  return this.filterOptions;
@@ -13012,6 +13247,7 @@ var OptionsFactory = /** @class */ (function () {
13012
13247
  var requiredProperties = [['displayKey'], ['displayName'], ['predicate', 'test']];
13013
13248
  var propertyCheck = function (keys) {
13014
13249
  if (!keys.some(function (key) { return filterOption[key] != null; })) {
13250
+ console.warn("AG Grid: ignoring FilterOptionDef as it doesn't contain one of '" + keys + "'");
13015
13251
  return false;
13016
13252
  }
13017
13253
  return true;
@@ -13045,9 +13281,13 @@ var OptionsFactory = /** @class */ (function () {
13045
13281
  else if (firstFilterOption.displayKey) {
13046
13282
  this.defaultOption = firstFilterOption.displayKey;
13047
13283
  }
13048
- else ;
13284
+ else {
13285
+ console.warn("AG Grid: invalid FilterOptionDef supplied as it doesn't contain a 'displayKey'");
13286
+ }
13287
+ }
13288
+ else {
13289
+ console.warn('AG Grid: no filter options for filter');
13049
13290
  }
13050
- else ;
13051
13291
  };
13052
13292
  OptionsFactory.prototype.getDefaultOption = function () {
13053
13293
  return this.defaultOption;
@@ -13310,6 +13550,7 @@ var ProvidedFilter = /** @class */ (function (_super) {
13310
13550
  clickListener = function (e) { _this.onBtCancel(e); };
13311
13551
  break;
13312
13552
  default:
13553
+ console.warn('AG Grid: Unknown button type specified');
13313
13554
  return;
13314
13555
  }
13315
13556
  var buttonType = type === 'apply' ? 'submit' : 'button';
@@ -13450,6 +13691,9 @@ var ProvidedFilter = /** @class */ (function (_super) {
13450
13691
  // static, as used by floating filter also
13451
13692
  ProvidedFilter.getDebounceMs = function (params, debounceDefault) {
13452
13693
  if (ProvidedFilter.isUseApplyButton(params)) {
13694
+ if (params.debounceMs != null) {
13695
+ console.warn('AG Grid: debounceMs is ignored when apply button is present');
13696
+ }
13453
13697
  return 0;
13454
13698
  }
13455
13699
  return params.debounceMs != null ? params.debounceMs : debounceDefault;
@@ -14826,6 +15070,7 @@ var ScalarFilter = /** @class */ (function (_super) {
14826
15070
  case ScalarFilter.NOT_BLANK:
14827
15071
  return !this.isBlank(cellValue);
14828
15072
  default:
15073
+ console.warn('AG Grid: Unexpected type of filter "' + filterModel.type + '", it looks like the filter was configured with incorrect Filter Options');
14829
15074
  return true;
14830
15075
  }
14831
15076
  };
@@ -14919,11 +15164,17 @@ var DateFilter = /** @class */ (function (_super) {
14919
15164
  if (!isNaN(params[param])) {
14920
15165
  return params[param] == null ? fallback : Number(params[param]);
14921
15166
  }
15167
+ else {
15168
+ console.warn("AG Grid: DateFilter " + param + " is not a number");
15169
+ }
14922
15170
  }
14923
15171
  return fallback;
14924
15172
  };
14925
15173
  this.minValidYear = yearParser('minValidYear', DEFAULT_MIN_YEAR);
14926
15174
  this.maxValidYear = yearParser('maxValidYear', DEFAULT_MAX_YEAR);
15175
+ if (this.minValidYear > this.maxValidYear) {
15176
+ console.warn("AG Grid: DateFilter minValidYear should be <= maxValidYear");
15177
+ }
14927
15178
  this.createDateComponents();
14928
15179
  };
14929
15180
  DateFilter.prototype.createDateComponents = function () {
@@ -15624,7 +15875,7 @@ var TextFilter = /** @class */ (function (_super) {
15624
15875
  TextFilter.prototype.getTextMatcher = function () {
15625
15876
  var legacyComparator = this.textFilterParams.textCustomComparator;
15626
15877
  if (legacyComparator) {
15627
- _.doOnce(function () { return (void 0); }, 'textCustomComparator.deprecated');
15878
+ _.doOnce(function () { return console.warn('AG Grid - textCustomComparator is deprecated, use textMatcher instead.'); }, 'textCustomComparator.deprecated');
15628
15879
  return function (_a) {
15629
15880
  var filterOption = _a.filterOption, value = _a.value, filterText = _a.filterText;
15630
15881
  return legacyComparator(filterOption, value, filterText);
@@ -16550,7 +16801,8 @@ var HeaderGroupComp = /** @class */ (function (_super) {
16550
16801
  HeaderGroupComp.prototype.checkWarnings = function () {
16551
16802
  var paramsAny = this.params;
16552
16803
  if (paramsAny.template) {
16553
- doOnce(function () { return (void 0); }, 'HeaderGroupComp.templateNotSupported');
16804
+ var message_1 = "AG Grid: A template was provided for Header Group Comp - templates are only supported for Header Comps (not groups)";
16805
+ doOnce(function () { return console.warn(message_1); }, 'HeaderGroupComp.templateNotSupported');
16554
16806
  }
16555
16807
  };
16556
16808
  HeaderGroupComp.prototype.setupExpandIcons = function () {
@@ -16781,6 +17033,7 @@ var SelectCellEditor = /** @class */ (function (_super) {
16781
17033
  var _this = this;
16782
17034
  this.focusAfterAttached = params.cellStartedEdit;
16783
17035
  if (missing(params.values)) {
17036
+ console.warn('AG Grid: no values found for select cellEditor');
16784
17037
  return;
16785
17038
  }
16786
17039
  this.startedByEnter = params.eventKey != null ? params.eventKey === KeyCode.ENTER : false;
@@ -16854,7 +17107,7 @@ var PopupSelectCellEditor = /** @class */ (function (_super) {
16854
17107
  __extends$2_(PopupSelectCellEditor, _super);
16855
17108
  function PopupSelectCellEditor() {
16856
17109
  var _this = _super.call(this) || this;
16857
- doOnce(function () { return (void 0); }, 'PopupSelectCellEditor.deprecated');
17110
+ doOnce(function () { return console.warn('AG Grid: The PopupSelectCellEditor (agPopupSelectCellEditor) is deprecated. Instead use {cellEditor: "agSelectCellEditor", cellEditorPopup: true} '); }, 'PopupSelectCellEditor.deprecated');
16858
17111
  return _this;
16859
17112
  }
16860
17113
  PopupSelectCellEditor.prototype.isPopup = function () {
@@ -17008,7 +17261,7 @@ var PopupTextCellEditor = /** @class */ (function (_super) {
17008
17261
  __extends$2Y(PopupTextCellEditor, _super);
17009
17262
  function PopupTextCellEditor() {
17010
17263
  var _this = _super.call(this) || this;
17011
- doOnce(function () { return (void 0); }, 'PopupTextCellEditor.deprecated');
17264
+ doOnce(function () { return console.warn('AG Grid: The PopupTextCellEditor (agPopupTextCellEditor) is deprecated. Instead use {cellEditor: "agTextCellEditor", cellEditorPopup: true} '); }, 'PopupTextCellEditor.deprecated');
17012
17265
  return _this;
17013
17266
  }
17014
17267
  PopupTextCellEditor.prototype.isPopup = function () {
@@ -17385,7 +17638,9 @@ var RowNode = /** @class */ (function () {
17385
17638
  });
17386
17639
  // make sure id provided doesn't start with 'row-group-' as this is reserved. also check that
17387
17640
  // it has 'startsWith' in case the user provided a number.
17388
- if (this.id !== null && typeof this.id === 'string' && this.id.startsWith(RowNode.ID_PREFIX_ROW_GROUP)) ;
17641
+ if (this.id !== null && typeof this.id === 'string' && this.id.startsWith(RowNode.ID_PREFIX_ROW_GROUP)) {
17642
+ console.error("AG Grid: Row IDs cannot start with " + RowNode.ID_PREFIX_ROW_GROUP + ", this is a reserved prefix for AG Grid's row grouping feature.");
17643
+ }
17389
17644
  // force id to be a string
17390
17645
  if (this.id !== null && typeof this.id !== 'string') {
17391
17646
  this.id = '' + this.id;
@@ -17844,9 +18099,11 @@ var RowNode = /** @class */ (function () {
17844
18099
  // groupSelectsFiltered only makes sense when group selects children
17845
18100
  var groupSelectsFiltered = groupSelectsChildren && (params.groupSelectsFiltered === true);
17846
18101
  if (this.id === undefined) {
18102
+ console.warn('AG Grid: cannot select node until id for node is known');
17847
18103
  return 0;
17848
18104
  }
17849
18105
  if (this.rowPinned) {
18106
+ console.warn('AG Grid: cannot select pinned rows');
17850
18107
  return 0;
17851
18108
  }
17852
18109
  // if we are a footer, we don't do selection, just pass the info
@@ -18621,7 +18878,9 @@ var DragAndDropService = /** @class */ (function (_super) {
18621
18878
  }
18622
18879
  }
18623
18880
  this.eGhostParent = targetEl;
18624
- if (!this.eGhostParent) ;
18881
+ if (!this.eGhostParent) {
18882
+ console.warn('AG Grid: could not find document body, it is needed for dragging columns');
18883
+ }
18625
18884
  else {
18626
18885
  this.eGhostParent.appendChild(this.eGhost);
18627
18886
  }
@@ -18784,7 +19043,7 @@ var RowDragComp = /** @class */ (function (_super) {
18784
19043
  var treeData = this.beans.gridOptionsWrapper.isTreeData();
18785
19044
  if (treeData && managed) {
18786
19045
  doOnce(function () {
18787
- return (void 0);
19046
+ return console.warn('AG Grid: If using row drag with tree data, you cannot have rowDragManaged=true');
18788
19047
  }, 'RowDragComp.managedAndTreeData');
18789
19048
  }
18790
19049
  };
@@ -19193,7 +19452,9 @@ var GroupCellRendererCtrl = /** @class */ (function (_super) {
19193
19452
  else if (typeof footerValueGetter === 'string') {
19194
19453
  footerValue = this.expressionService.evaluate(footerValueGetter, paramsClone);
19195
19454
  }
19196
- else ;
19455
+ else {
19456
+ console.warn('AG Grid: footerValueGetter should be either a function or a string (expression)');
19457
+ }
19197
19458
  }
19198
19459
  else {
19199
19460
  footerValue = 'Total ' + (this.params.value != null ? this.params.value : '');
@@ -19411,7 +19672,7 @@ var GroupCellRendererCtrl = /** @class */ (function (_super) {
19411
19672
  var paddingCount = manyDimensionThisColumn ? rowNode.uiLevel : 0;
19412
19673
  var userProvidedPaddingPixelsTheDeprecatedWay = params.padding >= 0;
19413
19674
  if (userProvidedPaddingPixelsTheDeprecatedWay) {
19414
- doOnce(function () { return (void 0); }, 'groupCellRenderer->doDeprecatedWay');
19675
+ doOnce(function () { return console.warn('AG Grid: cellRendererParams.padding no longer works, it was deprecated in since v14.2 and removed in v26, configuring padding for groupCellRenderer should be done with Sass variables and themes. Please see the AG Grid documentation page for Themes, in particular the property $row-group-indent-size.'); }, 'groupCellRenderer->doDeprecatedWay');
19415
19676
  }
19416
19677
  if (this.indentClass) {
19417
19678
  this.comp.addOrRemoveCssClass(this.indentClass, false);
@@ -19916,6 +20177,7 @@ var UserComponentRegistry = /** @class */ (function (_super) {
19916
20177
  UserComponentRegistry.prototype.registerDefaultComponent = function (rawName, component) {
19917
20178
  var name = this.translateIfDeprecated(rawName);
19918
20179
  if (this.agGridDefaults[name]) {
20180
+ console.error("Trying to overwrite a default component. You should call registerComponent");
19919
20181
  return;
19920
20182
  }
19921
20183
  this.agGridDefaults[name] = component;
@@ -19923,6 +20185,7 @@ var UserComponentRegistry = /** @class */ (function (_super) {
19923
20185
  UserComponentRegistry.prototype.registerJsComponent = function (rawName, component) {
19924
20186
  var name = this.translateIfDeprecated(rawName);
19925
20187
  if (this.fwComps[name]) {
20188
+ console.error("Trying to register a component that you have already registered for frameworks: " + name);
19926
20189
  return;
19927
20190
  }
19928
20191
  this.jsComps[name] = component;
@@ -19932,7 +20195,8 @@ var UserComponentRegistry = /** @class */ (function (_super) {
19932
20195
  * A the agGridComponent interface (ie IHeaderComp). The final object acceptable by ag-grid
19933
20196
  */
19934
20197
  UserComponentRegistry.prototype.registerFwComponent = function (rawName, component) {
19935
- doOnce(function () { return (void 0); }, "UserComponentRegistry.frameworkComponentsDeprecated");
20198
+ var warningMessage = "AG Grid: As of v27, registering components via grid property frameworkComponents is deprecated. Instead register both JavaScript AND Framework Components via the components property.";
20199
+ doOnce(function () { return console.warn(warningMessage); }, "UserComponentRegistry.frameworkComponentsDeprecated");
19936
20200
  var name = this.translateIfDeprecated(rawName);
19937
20201
  this.fwComps[name] = component;
19938
20202
  };
@@ -19959,13 +20223,16 @@ var UserComponentRegistry = /** @class */ (function (_super) {
19959
20223
  if (defaultComponent) {
19960
20224
  return createResult(defaultComponent, false);
19961
20225
  }
19962
- if (Object.keys(this.agGridDefaults).indexOf(name) < 0) ;
20226
+ if (Object.keys(this.agGridDefaults).indexOf(name) < 0) {
20227
+ console.warn("AG Grid: Looking for component [" + name + "] but it wasn't found.");
20228
+ }
19963
20229
  return null;
19964
20230
  };
19965
20231
  UserComponentRegistry.prototype.translateIfDeprecated = function (raw) {
19966
20232
  var deprecatedInfo = this.agDeprecatedNames[raw];
19967
20233
  if (deprecatedInfo != null) {
19968
20234
  doOnce(function () {
20235
+ console.warn("ag-grid. Since v15.0 component names have been renamed to be namespaced. You should rename " + deprecatedInfo.propertyHolder + ":" + raw + " to " + deprecatedInfo.propertyHolder + ":" + deprecatedInfo.newComponentName);
19969
20236
  }, 'DEPRECATE_COMPONENT_' + raw);
19970
20237
  return deprecatedInfo.newComponentName;
19971
20238
  }
@@ -20183,6 +20450,7 @@ var UserComponentFactory = /** @class */ (function (_super) {
20183
20450
  };
20184
20451
  UserComponentFactory.prototype.getCompDetails = function (defObject, type, defaultName, params, mandatory) {
20185
20452
  var _this = this;
20453
+ if (mandatory === void 0) { mandatory = false; }
20186
20454
  var propertyName = type.propertyName, cellRenderer = type.cellRenderer;
20187
20455
  var _a = this.getCompKeys(defObject, type, params), compName = _a.compName, jsComp = _a.jsComp, fwComp = _a.fwComp, paramsFromSelector = _a.paramsFromSelector, popupFromSelector = _a.popupFromSelector, popupPositionFromSelector = _a.popupPositionFromSelector;
20188
20456
  var lookupFromRegistry = function (key) {
@@ -20205,6 +20473,9 @@ var UserComponentFactory = /** @class */ (function (_super) {
20205
20473
  jsComp = this.agComponentUtils.adaptFunction(propertyName, jsComp);
20206
20474
  }
20207
20475
  if (!jsComp && !fwComp) {
20476
+ if (mandatory) {
20477
+ console.error("Could not find component " + compName + ", did you forget to configure this component?");
20478
+ }
20208
20479
  return;
20209
20480
  }
20210
20481
  var paramsMerged = this.mergeParamsWithApplicationProvidedParams(defObject, type, params, paramsFromSelector);
@@ -20241,7 +20512,8 @@ var UserComponentFactory = /** @class */ (function (_super) {
20241
20512
  var selectorRes = selectorFunc ? selectorFunc(params) : null;
20242
20513
  var assignComp = function (providedJsComp, providedFwComp) {
20243
20514
  var xxxFrameworkDeprecatedWarn = function () {
20244
- doOnce(function () { return (void 0); }, "UserComponentFactory." + propertyName + "FrameworkDeprecated");
20515
+ var warningMessage = "AG Grid: As of v27, the property " + propertyName + "Framework is deprecated. The property " + propertyName + " can now be used for JavaScript AND Framework Components.";
20516
+ doOnce(function () { return console.warn(warningMessage); }, "UserComponentFactory." + propertyName + "FrameworkDeprecated");
20245
20517
  };
20246
20518
  if (typeof providedJsComp === 'string') {
20247
20519
  compName = providedJsComp;
@@ -20267,7 +20539,8 @@ var UserComponentFactory = /** @class */ (function (_super) {
20267
20539
  };
20268
20540
  if (selectorRes) {
20269
20541
  if (selectorRes.frameworkComponent != null) {
20270
- doOnce(function () { return (void 0); }, "UserComponentFactory." + propertyName + "FrameworkSelectorDeprecated");
20542
+ var warningMessage_1 = "AG Grid: As of v27, the return for " + propertyName + "Selector has attributes [component, params] only. The attribute frameworkComponent is deprecated. You should now return back Framework Components using the 'component' attribute and the grid works out if it's a framework component or not.";
20543
+ doOnce(function () { return console.warn(warningMessage_1); }, "UserComponentFactory." + propertyName + "FrameworkSelectorDeprecated");
20271
20544
  assignComp(selectorRes.frameworkComponent, undefined);
20272
20545
  }
20273
20546
  else {
@@ -20772,13 +21045,16 @@ var FilterManager = /** @class */ (function (_super) {
20772
21045
  modelKeys_1.forEach(function (colId) {
20773
21046
  var column = _this.columnModel.getPrimaryColumn(colId) || _this.columnModel.getGridColumn(colId);
20774
21047
  if (!column) {
21048
+ console.warn('AG Grid: setFilterModel() - no column found for colId: ' + colId);
20775
21049
  return;
20776
21050
  }
20777
21051
  if (!column.isFilterAllowed()) {
21052
+ console.warn('AG Grid: setFilterModel() - unable to fully apply model, filtering disabled for colId: ' + colId);
20778
21053
  return;
20779
21054
  }
20780
21055
  var filterWrapper = _this.getOrCreateFilterWrapper(column, 'NO_UI');
20781
21056
  if (!filterWrapper) {
21057
+ console.warn('AG-Grid: setFilterModel() - unable to fully apply model, unable to create filter for colId: ' + colId);
20782
21058
  return;
20783
21059
  }
20784
21060
  allPromises.push(_this.setModelOnFilterWrapper(filterWrapper.filterPromise, model[colId]));
@@ -20808,6 +21084,7 @@ var FilterManager = /** @class */ (function (_super) {
20808
21084
  return new AgPromise(function (resolve) {
20809
21085
  filterPromise.then(function (filter) {
20810
21086
  if (typeof filter.setModel !== 'function') {
21087
+ console.warn('AG Grid: filter missing setModel method, which is needed for setFilterModel');
20811
21088
  resolve();
20812
21089
  }
20813
21090
  (filter.setModel(newModel) || AgPromise.resolve()).then(function () { return resolve(); });
@@ -20824,6 +21101,7 @@ var FilterManager = /** @class */ (function (_super) {
20824
21101
  return null;
20825
21102
  }
20826
21103
  if (typeof filter.getModel !== 'function') {
21104
+ console.warn('AG Grid: filter API missing getModel method, which is needed for getFilterModel');
20827
21105
  return;
20828
21106
  }
20829
21107
  var model = filter.getModel();
@@ -20857,6 +21135,7 @@ var FilterManager = /** @class */ (function (_super) {
20857
21135
  return false;
20858
21136
  } // this never happens, including to avoid compile error
20859
21137
  if (!filter.isFilterActive) {
21138
+ console.warn('AG Grid: Filter is missing isFilterActive() method');
20860
21139
  return false;
20861
21140
  }
20862
21141
  return filter.isFilterActive();
@@ -20930,12 +21209,14 @@ var FilterManager = /** @class */ (function (_super) {
20930
21209
  return null;
20931
21210
  }
20932
21211
  if (!this.gridOptionsWrapper.isRowModelDefault()) {
21212
+ console.warn('AG Grid - Quick filtering only works with the Client-Side Row Model');
20933
21213
  return null;
20934
21214
  }
20935
21215
  return newFilter.toUpperCase();
20936
21216
  };
20937
21217
  FilterManager.prototype.setQuickFilter = function (newFilter) {
20938
21218
  if (newFilter != null && typeof newFilter !== 'string') {
21219
+ console.warn("AG Grid - setQuickFilter() only supports string inputs, received: " + typeof newFilter);
20939
21220
  return;
20940
21221
  }
20941
21222
  var parsedFilter = this.parseQuickFilter(newFilter);
@@ -21195,7 +21476,9 @@ var FilterManager = /** @class */ (function (_super) {
21195
21476
  filterWrapper.guiPromise = new AgPromise(function (resolve) {
21196
21477
  filterWrapper.filterPromise.then(function (filter) {
21197
21478
  var guiFromFilter = filter.getGui();
21198
- if (!exists(guiFromFilter)) ;
21479
+ if (!exists(guiFromFilter)) {
21480
+ console.warn("AG Grid: getGui method from filter returned " + guiFromFilter + ", it should be a DOM element or an HTML template string.");
21481
+ }
21199
21482
  // for backwards compatibility with Angular 1 - we
21200
21483
  // used to allow providing back HTML from getGui().
21201
21484
  // once we move away from supporting Angular 1
@@ -21787,6 +22070,7 @@ var GridBodyScrollFeature = /** @class */ (function (_super) {
21787
22070
  }
21788
22071
  var rowCount = this.paginationProxy.getRowCount();
21789
22072
  if (typeof index !== 'number' || index < 0 || index >= rowCount) {
22073
+ console.warn('invalid row index for ensureIndexVisible: ' + index);
21790
22074
  return;
21791
22075
  }
21792
22076
  var isPaging = this.gridOptionsWrapper.isPagination();
@@ -22281,10 +22565,11 @@ var RowDragFeature = /** @class */ (function (_super) {
22281
22565
  RowDragFeature.prototype.addRowDropZone = function (params) {
22282
22566
  var _this = this;
22283
22567
  if (!params.getContainer()) {
22284
- doOnce(function () { return (void 0); }, 'add-drop-zone-empty-target');
22568
+ doOnce(function () { return console.warn('AG Grid: addRowDropZone - A container target needs to be provided'); }, 'add-drop-zone-empty-target');
22285
22569
  return;
22286
22570
  }
22287
22571
  if (this.dragAndDropService.findExternalZone(params)) {
22572
+ console.warn('AG Grid: addRowDropZone - target already exists in the list of DropZones. Use `removeRowDropZone` before adding it again.');
22288
22573
  return;
22289
22574
  }
22290
22575
  var processedParams = {
@@ -22811,7 +23096,10 @@ var GridBodyCtrl = /** @class */ (function (_super) {
22811
23096
  _this.sizeColumnsToFit(params, -1);
22812
23097
  }, 500);
22813
23098
  }
22814
- else ;
23099
+ else {
23100
+ console.warn('AG Grid: tried to call sizeColumnsToFit() but the grid is coming back with ' +
23101
+ 'zero width, maybe the grid is not visible yet on the screen?');
23102
+ }
22815
23103
  };
22816
23104
  // + rangeService
22817
23105
  GridBodyCtrl.prototype.addScrollEventListener = function (listener) {
@@ -24472,6 +24760,7 @@ var CellCtrl = /** @class */ (function (_super) {
24472
24760
  CellCtrl.prototype.createCellRendererParams = function () {
24473
24761
  var _this = this;
24474
24762
  var addRowCompListener = function (eventType, listener) {
24763
+ console.warn('AG Grid: since AG Grid v26, params.addRowCompListener() is deprecated. If you need this functionality, please contact AG Grid support and advise why so that we can revert with an appropriate workaround, as we dont have any valid use cases for it. This method was originally provided as a work around to know when cells were destroyed in AG Grid before custom Cell Renderers could be provided.');
24475
24764
  _this.rowCtrl.addEventListener(eventType, listener);
24476
24765
  };
24477
24766
  var res = {
@@ -25000,11 +25289,11 @@ var CellCtrl = /** @class */ (function (_super) {
25000
25289
  if (rowDragManaged) {
25001
25290
  // row dragging only available in default row model
25002
25291
  if (!clientSideRowModelActive) {
25003
- doOnce(function () { return (void 0); }, 'CellComp.addRowDragging');
25292
+ doOnce(function () { return console.warn('AG Grid: managed row dragging is only allowed in the Client Side Row Model'); }, 'CellComp.addRowDragging');
25004
25293
  return;
25005
25294
  }
25006
25295
  if (pagination) {
25007
- doOnce(function () { return (void 0); }, 'CellComp.addRowDragging');
25296
+ doOnce(function () { return console.warn('AG Grid: managed row dragging is not possible when doing pagination'); }, 'CellComp.addRowDragging');
25008
25297
  return;
25009
25298
  }
25010
25299
  }
@@ -25221,6 +25510,7 @@ var RowCtrl = /** @class */ (function (_super) {
25221
25510
  var gow = this.beans.gridOptionsWrapper;
25222
25511
  if (gow.isEnableRangeSelection()) {
25223
25512
  doOnce(function () {
25513
+ console.warn('AG Grid: Setting `rowDragEntireRow: true` in the gridOptions doesn\'t work with `enableRangeSelection: true`');
25224
25514
  }, 'rowDragAndRangeSelectionEnabled');
25225
25515
  return;
25226
25516
  }
@@ -25233,7 +25523,12 @@ var RowCtrl = /** @class */ (function (_super) {
25233
25523
  var params = this.createFullWidthParams(gui.element, pinned);
25234
25524
  var masterDetailModuleLoaded = ModuleRegistry.isRegistered(ModuleNames.MasterDetailModule);
25235
25525
  if (this.rowType == RowType$1.FullWidthDetail && !masterDetailModuleLoaded) {
25236
- if (ModuleRegistry.isPackageBased()) ;
25526
+ if (ModuleRegistry.isPackageBased()) {
25527
+ console.warn("AG Grid: cell renderer 'agDetailCellRenderer' (for master detail) not found. Can only be used with ag-grid-enterprise package.");
25528
+ }
25529
+ else {
25530
+ console.warn("AG Grid: cell renderer 'agDetailCellRenderer' (for master detail) not found. Can only be used with AG Grid Enterprise Module " + ModuleNames.MasterDetailModule);
25531
+ }
25237
25532
  return;
25238
25533
  }
25239
25534
  var compDetails;
@@ -25984,6 +26279,7 @@ var RowCtrl = /** @class */ (function (_super) {
25984
26279
  // part 1 - rowStyle
25985
26280
  var rowStyle = this.beans.gridOptionsWrapper.getRowStyle();
25986
26281
  if (rowStyle && typeof rowStyle === 'function') {
26282
+ console.warn('AG Grid: rowStyle should be an object of key/value styles, not be a function, use getRowStyle() instead');
25987
26283
  return;
25988
26284
  }
25989
26285
  // part 1 - rowStyleFunc
@@ -26098,12 +26394,14 @@ var RowCtrl = /** @class */ (function (_super) {
26098
26394
  RowCtrl.prototype.addEventListener = function (eventType, listener) {
26099
26395
  if (eventType === 'renderedRowRemoved' || eventType === 'rowRemoved') {
26100
26396
  eventType = Events.EVENT_VIRTUAL_ROW_REMOVED;
26397
+ console.warn('AG Grid: Since version 11, event renderedRowRemoved is now called ' + Events.EVENT_VIRTUAL_ROW_REMOVED);
26101
26398
  }
26102
26399
  _super.prototype.addEventListener.call(this, eventType, listener);
26103
26400
  };
26104
26401
  RowCtrl.prototype.removeEventListener = function (eventType, listener) {
26105
26402
  if (eventType === 'renderedRowRemoved' || eventType === 'rowRemoved') {
26106
26403
  eventType = Events.EVENT_VIRTUAL_ROW_REMOVED;
26404
+ console.warn('AG Grid: Since version 11, event renderedRowRemoved and rowRemoved is now called ' + Events.EVENT_VIRTUAL_ROW_REMOVED);
26107
26405
  }
26108
26406
  _super.prototype.removeEventListener.call(this, eventType, listener);
26109
26407
  };
@@ -28263,7 +28561,7 @@ var NavigationService = /** @class */ (function (_super) {
28263
28561
  var userCell = userFunc(params);
28264
28562
  if (exists(userCell)) {
28265
28563
  if (userCell.floating) {
28266
- doOnce(function () { }, 'no floating in userCell');
28564
+ doOnce(function () { console.warn("AG Grid: tabToNextCellFunc return type should have attributes: rowIndex, rowPinned, column. However you had 'floating', maybe you meant 'rowPinned'?"); }, 'no floating in userCell');
28267
28565
  userCell.rowPinned = userCell.floating;
28268
28566
  }
28269
28567
  nextPosition = {
@@ -28396,7 +28694,7 @@ var NavigationService = /** @class */ (function (_super) {
28396
28694
  var userCell = userFunc(params);
28397
28695
  if (exists(userCell)) {
28398
28696
  if (userCell.floating) {
28399
- doOnce(function () { }, 'no floating in userCell');
28697
+ doOnce(function () { console.warn("AG Grid: tabToNextCellFunc return type should have attributes: rowIndex, rowPinned, column. However you had 'floating', maybe you meant 'rowPinned'?"); }, 'no floating in userCell');
28400
28698
  userCell.rowPinned = userCell.floating;
28401
28699
  }
28402
28700
  nextCell = {
@@ -28951,6 +29249,7 @@ var CellComp = /** @class */ (function (_super) {
28951
29249
  return;
28952
29250
  }
28953
29251
  if (!cellEditor.getGui) {
29252
+ console.warn("AG Grid: cellEditor for column " + this.column.getId() + " is missing getGui() method");
28954
29253
  this.beans.context.destroyBean(cellEditor);
28955
29254
  return;
28956
29255
  }
@@ -28988,7 +29287,10 @@ var CellComp = /** @class */ (function (_super) {
28988
29287
  };
28989
29288
  CellComp.prototype.addPopupCellEditor = function (params, position) {
28990
29289
  var _this = this;
28991
- if (this.beans.gridOptionsWrapper.isFullRowEdit()) ;
29290
+ if (this.beans.gridOptionsWrapper.isFullRowEdit()) {
29291
+ console.warn('AG Grid: popup cellEditor does not work with fullRowEdit - you cannot use them both ' +
29292
+ '- either turn off fullRowEdit, or stop using popup editors.');
29293
+ }
28992
29294
  var cellEditor = this.cellEditor;
28993
29295
  // if a popup, then we wrap in a popup editor and return the popup
28994
29296
  this.cellEditorPopupWrapper = this.beans.context.createBean(new PopupEditorWrapper(params));
@@ -29172,6 +29474,9 @@ var RowComp = /** @class */ (function (_super) {
29172
29474
  };
29173
29475
  RowComp.prototype.setFullWidthRowComp = function (fullWidthRowComponent) {
29174
29476
  var _this = this;
29477
+ if (this.fullWidthCellRenderer) {
29478
+ console.error('AG Grid - should not be setting fullWidthRowComponent twice');
29479
+ }
29175
29480
  this.fullWidthCellRenderer = fullWidthRowComponent;
29176
29481
  this.addDestroyFunc(function () {
29177
29482
  _this.fullWidthCellRenderer = _this.beans.context.destroyBean(_this.fullWidthCellRenderer);
@@ -29596,6 +29901,7 @@ var MoveColumnFeature = /** @class */ (function () {
29596
29901
  switch (hDirection) {
29597
29902
  case HorizontalDirection.Left: return HorizontalDirection.Right;
29598
29903
  case HorizontalDirection.Right: return HorizontalDirection.Left;
29904
+ default: console.error("AG Grid: Unknown direction " + hDirection);
29599
29905
  }
29600
29906
  }
29601
29907
  else {
@@ -30636,6 +30942,7 @@ var GridApi = /** @class */ (function () {
30636
30942
  }
30637
30943
  var exportMode = this.getExcelExportMode(params);
30638
30944
  if (this.excelCreator.getFactoryMode(exportMode) === ExcelFactoryMode.MULTI_SHEET) {
30945
+ console.warn('AG Grid: The Excel Exporter is currently on Multi Sheet mode. End that operation by calling `api.getMultipleSheetAsExcel()` or `api.exportMultipleSheetsAsExcel()`');
30639
30946
  return;
30640
30947
  }
30641
30948
  return this.excelCreator.getDataAsExcel(params);
@@ -30647,6 +30954,7 @@ var GridApi = /** @class */ (function () {
30647
30954
  }
30648
30955
  var exportMode = this.getExcelExportMode(params);
30649
30956
  if (this.excelCreator.getFactoryMode(exportMode) === ExcelFactoryMode.MULTI_SHEET) {
30957
+ console.warn('AG Grid: The Excel Exporter is currently on Multi Sheet mode. End that operation by calling `api.getMultipleSheetAsExcel()` or `api.exportMultipleSheetsAsExcel()`');
30650
30958
  return;
30651
30959
  }
30652
30960
  this.excelCreator.exportDataAsExcel(params);
@@ -30674,6 +30982,7 @@ var GridApi = /** @class */ (function () {
30674
30982
  };
30675
30983
  /** @deprecated AG Grid: since version 18.x, api.setEnterpriseDatasource() should be replaced with api.setServerSideDatasource() */
30676
30984
  GridApi.prototype.setEnterpriseDatasource = function (datasource) {
30985
+ console.warn("AG Grid: since version 18.x, api.setEnterpriseDatasource() should be replaced with api.setServerSideDatasource()");
30677
30986
  this.setServerSideDatasource(datasource);
30678
30987
  };
30679
30988
  /**
@@ -30702,6 +31011,9 @@ var GridApi = /** @class */ (function () {
30702
31011
  // should really have an IEnterpriseRowModel interface, so we are not casting to any
30703
31012
  this.serverSideRowModel.setDatasource(datasource);
30704
31013
  }
31014
+ else {
31015
+ console.warn("AG Grid: you can only use an enterprise datasource when gridOptions.rowModelType is '" + Constants.ROW_MODEL_TYPE_SERVER_SIDE + "'");
31016
+ }
30705
31017
  };
30706
31018
  /**
30707
31019
  * Updates the `cacheBlockSize` used by `serverSideInfiniteScroll` when requesting data from the server.
@@ -30710,6 +31022,7 @@ var GridApi = /** @class */ (function () {
30710
31022
  * */
30711
31023
  GridApi.prototype.setCacheBlockSize = function (blockSize) {
30712
31024
  if (!this.serverSideRowModel) {
31025
+ console.warn("AG Grid: you can only set cacheBlockSize with gridOptions.rowModelType '" + Constants.ROW_MODEL_TYPE_SERVER_SIDE + "'");
30713
31026
  return;
30714
31027
  }
30715
31028
  this.gridOptionsWrapper.setProperty('cacheBlockSize', blockSize);
@@ -30720,6 +31033,9 @@ var GridApi = /** @class */ (function () {
30720
31033
  if (this.gridOptionsWrapper.isRowModelInfinite()) {
30721
31034
  this.rowModel.setDatasource(datasource);
30722
31035
  }
31036
+ else {
31037
+ console.warn("AG Grid: you can only use a datasource when gridOptions.rowModelType is '" + Constants.ROW_MODEL_TYPE_INFINITE + "'");
31038
+ }
30723
31039
  };
30724
31040
  /** Set new datasource for Viewport Row Model. */
30725
31041
  GridApi.prototype.setViewportDatasource = function (viewportDatasource) {
@@ -30729,12 +31045,16 @@ var GridApi = /** @class */ (function () {
30729
31045
  // the enterprise implement it, rather than casting to 'any' here
30730
31046
  this.rowModel.setViewportDatasource(viewportDatasource);
30731
31047
  }
31048
+ else {
31049
+ console.warn("AG Grid: you can only use a viewport datasource when gridOptions.rowModelType is '" + Constants.ROW_MODEL_TYPE_VIEWPORT + "'");
31050
+ }
30732
31051
  };
30733
31052
  /** Set the row data. */
30734
31053
  GridApi.prototype.setRowData = function (rowData) {
30735
31054
  // immutable service is part of the CSRM module, if missing, no CSRM
30736
31055
  var missingImmutableService = this.immutableService == null;
30737
31056
  if (missingImmutableService) {
31057
+ console.warn('AG Grid: you can only set rowData when using the Client Side Row Model');
30738
31058
  return;
30739
31059
  }
30740
31060
  // if no keys provided provided for rows, then we can tread the operation as Immutable
@@ -30748,26 +31068,32 @@ var GridApi = /** @class */ (function () {
30748
31068
  };
30749
31069
  /** @deprecated AG Grid: since v12, api.setFloatingTopRowData() is now api.setPinnedTopRowData() */
30750
31070
  GridApi.prototype.setFloatingTopRowData = function (rows) {
31071
+ console.warn('AG Grid: since v12, api.setFloatingTopRowData() is now api.setPinnedTopRowData()');
30751
31072
  this.setPinnedTopRowData(rows);
30752
31073
  };
30753
31074
  /** @deprecated AG Grid: since v12, api.setFloatingBottomRowData() is now api.setPinnedBottomRowData() */
30754
31075
  GridApi.prototype.setFloatingBottomRowData = function (rows) {
31076
+ console.warn('AG Grid: since v12, api.setFloatingBottomRowData() is now api.setPinnedBottomRowData()');
30755
31077
  this.setPinnedBottomRowData(rows);
30756
31078
  };
30757
31079
  /** @deprecated AG Grid: since v12, api.getFloatingTopRowCount() is now api.getPinnedTopRowCount() */
30758
31080
  GridApi.prototype.getFloatingTopRowCount = function () {
31081
+ console.warn('AG Grid: since v12, api.getFloatingTopRowCount() is now api.getPinnedTopRowCount()');
30759
31082
  return this.getPinnedTopRowCount();
30760
31083
  };
30761
31084
  /** @deprecated AG Grid: since v12, api.getFloatingBottomRowCount() is now api.getPinnedBottomRowCount() */
30762
31085
  GridApi.prototype.getFloatingBottomRowCount = function () {
31086
+ console.warn('AG Grid: since v12, api.getFloatingBottomRowCount() is now api.getPinnedBottomRowCount()');
30763
31087
  return this.getPinnedBottomRowCount();
30764
31088
  };
30765
31089
  /** @deprecated AG Grid: since v12, api.getFloatingTopRow() is now api.getPinnedTopRow() */
30766
31090
  GridApi.prototype.getFloatingTopRow = function (index) {
31091
+ console.warn('AG Grid: since v12, api.getFloatingTopRow() is now api.getPinnedTopRow()');
30767
31092
  return this.getPinnedTopRow(index);
30768
31093
  };
30769
31094
  /** @deprecated AG Grid: since v12, api.getFloatingBottomRow() is now api.getPinnedBottomRow() */
30770
31095
  GridApi.prototype.getFloatingBottomRow = function (index) {
31096
+ console.warn('AG Grid: since v12, api.getFloatingBottomRow() is now api.getPinnedBottomRow()');
30771
31097
  return this.getPinnedBottomRow(index);
30772
31098
  };
30773
31099
  /** Set the top pinned rows. Call with no rows / undefined to clear top pinned rows. */
@@ -30848,6 +31174,7 @@ var GridApi = /** @class */ (function () {
30848
31174
  if (params === void 0) { params = {}; }
30849
31175
  if (Array.isArray(params)) {
30850
31176
  // the old version of refreshCells() took an array of rowNodes for the first argument
31177
+ console.warn('since AG Grid v11.1, refreshCells() now takes parameters, please see the documentation.');
30851
31178
  return;
30852
31179
  }
30853
31180
  this.rowRenderer.refreshCells(params);
@@ -30901,8 +31228,12 @@ var GridApi = /** @class */ (function () {
30901
31228
  * It will work out the final set of 'to be displayed' rows again (i.e. expand or collapse the group visually).
30902
31229
  */
30903
31230
  GridApi.prototype.onGroupExpandedOrCollapsed = function (deprecated_refreshFromIndex) {
30904
- if (missing(this.clientSideRowModel)) ;
30905
- if (exists(deprecated_refreshFromIndex)) ;
31231
+ if (missing(this.clientSideRowModel)) {
31232
+ console.warn('AG Grid: cannot call onGroupExpandedOrCollapsed unless using normal row model');
31233
+ }
31234
+ if (exists(deprecated_refreshFromIndex)) {
31235
+ console.warn('AG Grid: api.onGroupExpandedOrCollapsed - refreshFromIndex parameter is no longer used, the grid will refresh all rows');
31236
+ }
30906
31237
  // we don't really want the user calling this if only one rowNode was expanded, instead they should be
30907
31238
  // calling rowNode.setExpanded(boolean) - this way we do a 'keepRenderedRows=false' so that the whole
30908
31239
  // grid gets refreshed again - otherwise the row with the rowNodes that were changed won't get updated,
@@ -30911,6 +31242,7 @@ var GridApi = /** @class */ (function () {
30911
31242
  };
30912
31243
  /** @deprecated AG Grid: since version 18.x, api.refreshInMemoryRowModel() should be replaced with api.refreshClientSideRowModel() */
30913
31244
  GridApi.prototype.refreshInMemoryRowModel = function (step) {
31245
+ console.warn("AG Grid: since version 18.x, api.refreshInMemoryRowModel() should be replaced with api.refreshClientSideRowModel()");
30914
31246
  this.refreshClientSideRowModel(step);
30915
31247
  };
30916
31248
  /**
@@ -30918,7 +31250,9 @@ var GridApi = /** @class */ (function () {
30918
31250
  * Optionally provide the step you wish the refresh to apply from. Defaults to `everything`.
30919
31251
  */
30920
31252
  GridApi.prototype.refreshClientSideRowModel = function (step) {
30921
- if (missing(this.clientSideRowModel)) ;
31253
+ if (missing(this.clientSideRowModel)) {
31254
+ console.warn('cannot call refreshClientSideRowModel unless using normal row model');
31255
+ }
30922
31256
  var paramsStep = ClientSideRowModelSteps.EVERYTHING;
30923
31257
  var stepsMapped = {
30924
31258
  everything: ClientSideRowModelSteps.EVERYTHING,
@@ -30933,6 +31267,7 @@ var GridApi = /** @class */ (function () {
30933
31267
  paramsStep = stepsMapped[step];
30934
31268
  }
30935
31269
  if (missing(paramsStep)) {
31270
+ console.error("AG Grid: invalid step " + step + ", available steps are " + Object.keys(stepsMapped).join(', '));
30936
31271
  return;
30937
31272
  }
30938
31273
  var animate = !this.gridOptionsWrapper.isSuppressAnimationFrame();
@@ -30978,7 +31313,9 @@ var GridApi = /** @class */ (function () {
30978
31313
  else if (this.serverSideRowModel) {
30979
31314
  this.serverSideRowModel.expandAll(true);
30980
31315
  }
30981
- else ;
31316
+ else {
31317
+ console.warn('AG Grid: expandAll only works with Client Side Row Model and Server Side Row Model');
31318
+ }
30982
31319
  };
30983
31320
  /** Collapse all groups. */
30984
31321
  GridApi.prototype.collapseAll = function () {
@@ -30988,17 +31325,23 @@ var GridApi = /** @class */ (function () {
30988
31325
  else if (this.serverSideRowModel) {
30989
31326
  this.serverSideRowModel.expandAll(false);
30990
31327
  }
30991
- else ;
31328
+ else {
31329
+ console.warn('AG Grid: collapseAll only works with Client Side Row Model and Server Side Row Model');
31330
+ }
30992
31331
  };
30993
31332
  /** Gets the tool panel instance corresponding to the supplied `id`. */
30994
31333
  GridApi.prototype.getToolPanelInstance = function (id) {
30995
31334
  if (!this.sideBarComp) {
31335
+ console.warn('AG Grid: toolPanel is only available in AG Grid Enterprise');
30996
31336
  return;
30997
31337
  }
30998
31338
  var comp = this.sideBarComp.getToolPanelInstance(id);
30999
31339
  return unwrapUserComp(comp);
31000
31340
  };
31001
31341
  GridApi.prototype.addVirtualRowListener = function (eventName, rowIndex, callback) {
31342
+ if (typeof eventName !== 'string') {
31343
+ console.warn('AG Grid: addVirtualRowListener is deprecated, please use addRenderedRowListener.');
31344
+ }
31002
31345
  this.addRenderedRowListener(eventName, rowIndex, callback);
31003
31346
  };
31004
31347
  /**
@@ -31009,6 +31352,9 @@ var GridApi = /** @class */ (function () {
31009
31352
  * listen for this event if your `cellRenderer` needs to do cleanup when the row no longer exists.
31010
31353
  */
31011
31354
  GridApi.prototype.addRenderedRowListener = function (eventName, rowIndex, callback) {
31355
+ if (eventName === 'virtualRowSelected') {
31356
+ console.warn("AG Grid: event virtualRowSelected is deprecated, to register for individual row\n selection events, add a listener directly to the row node.");
31357
+ }
31012
31358
  this.rowRenderer.addRenderedRowListener(eventName, rowIndex, callback);
31013
31359
  };
31014
31360
  /** Pass a quick filter text into the grid for filtering. */
@@ -31017,19 +31363,38 @@ var GridApi = /** @class */ (function () {
31017
31363
  };
31018
31364
  /** @deprecated AG Grid: do not use api for selection, call rowNode.setSelected(value) instead */
31019
31365
  GridApi.prototype.selectIndex = function (index, tryMulti, suppressEvents) {
31366
+ console.warn('AG Grid: do not use api for selection, call rowNode.setSelected(value) instead');
31367
+ if (suppressEvents) {
31368
+ console.warn('AG Grid: suppressEvents is no longer supported, stop listening for the event if you no longer want it');
31369
+ }
31020
31370
  this.selectionService.selectIndex(index, tryMulti);
31021
31371
  };
31022
31372
  /** @deprecated AG Grid: do not use api for selection, call rowNode.setSelected(value) instead. */
31023
31373
  GridApi.prototype.deselectIndex = function (index, suppressEvents) {
31374
+ if (suppressEvents === void 0) { suppressEvents = false; }
31375
+ console.warn('AG Grid: do not use api for selection, call rowNode.setSelected(value) instead');
31376
+ if (suppressEvents) {
31377
+ console.warn('AG Grid: suppressEvents is no longer supported, stop listening for the event if you no longer want it');
31378
+ }
31024
31379
  this.selectionService.deselectIndex(index);
31025
31380
  };
31026
31381
  /** @deprecated AG Grid: API for selection is deprecated, call rowNode.setSelected(value) instead. */
31027
31382
  GridApi.prototype.selectNode = function (node, tryMulti, suppressEvents) {
31028
31383
  if (tryMulti === void 0) { tryMulti = false; }
31384
+ if (suppressEvents === void 0) { suppressEvents = false; }
31385
+ console.warn('AG Grid: API for selection is deprecated, call rowNode.setSelected(value) instead');
31386
+ if (suppressEvents) {
31387
+ console.warn('AG Grid: suppressEvents is no longer supported, stop listening for the event if you no longer want it');
31388
+ }
31029
31389
  node.setSelectedParams({ newValue: true, clearSelection: !tryMulti });
31030
31390
  };
31031
31391
  /** @deprecated AG Grid: API for selection is deprecated, call rowNode.setSelected(value) instead. */
31032
31392
  GridApi.prototype.deselectNode = function (node, suppressEvents) {
31393
+ if (suppressEvents === void 0) { suppressEvents = false; }
31394
+ console.warn('AG Grid: API for selection is deprecated, call rowNode.setSelected(value) instead');
31395
+ if (suppressEvents) {
31396
+ console.warn('AG Grid: suppressEvents is no longer supported, stop listening for the event if you no longer want it');
31397
+ }
31033
31398
  node.setSelectedParams({ newValue: false });
31034
31399
  };
31035
31400
  /** Select all rows, regardless of filtering and rows that are not visible due to grouping being enabled and their groups not expanded. */
@@ -31050,7 +31415,10 @@ var GridApi = /** @class */ (function () {
31050
31415
  };
31051
31416
  /** @deprecated recomputeAggregates is deprecated, please call api.refreshClientSideRowModel('aggregate') instead */
31052
31417
  GridApi.prototype.recomputeAggregates = function () {
31053
- if (missing(this.clientSideRowModel)) ;
31418
+ if (missing(this.clientSideRowModel)) {
31419
+ console.warn('cannot call recomputeAggregates unless using normal row model');
31420
+ }
31421
+ console.warn("recomputeAggregates is deprecated, please call api.refreshClientSideRowModel('aggregate') instead");
31054
31422
  this.clientSideRowModel.refreshModel({ step: ClientSideRowModelSteps.AGGREGATE });
31055
31423
  };
31056
31424
  /**
@@ -31072,10 +31440,12 @@ var GridApi = /** @class */ (function () {
31072
31440
  this.overlayWrapperComp.hideOverlay();
31073
31441
  };
31074
31442
  GridApi.prototype.isNodeSelected = function (node) {
31443
+ console.warn('AG Grid: no need to call api.isNodeSelected(), just call node.isSelected() instead');
31075
31444
  return node.isSelected();
31076
31445
  };
31077
31446
  /** @deprecated Use getSelectedNodesById no longer exists, use getSelectedNodes(). */
31078
31447
  GridApi.prototype.getSelectedNodesById = function () {
31448
+ console.error('AG Grid: since version 3.4, getSelectedNodesById no longer exists, use getSelectedNodes() instead');
31079
31449
  return null;
31080
31450
  };
31081
31451
  /**
@@ -31104,6 +31474,7 @@ var GridApi = /** @class */ (function () {
31104
31474
  };
31105
31475
  /** @deprecated ensureColIndexVisible(index) no longer supported, use ensureColumnVisible(colKey) instead. */
31106
31476
  GridApi.prototype.ensureColIndexVisible = function (index) {
31477
+ console.warn('AG Grid: ensureColIndexVisible(index) no longer supported, use ensureColumnVisible(colKey) instead.');
31107
31478
  };
31108
31479
  /**
31109
31480
  * Ensures the column is visible by scrolling the table if needed.
@@ -31145,7 +31516,9 @@ var GridApi = /** @class */ (function () {
31145
31516
  * but excluding groups the grid created where gaps were missing in the hierarchy.
31146
31517
  */
31147
31518
  GridApi.prototype.forEachLeafNode = function (callback) {
31148
- if (missing(this.clientSideRowModel)) ;
31519
+ if (missing(this.clientSideRowModel)) {
31520
+ console.warn('cannot call forEachNode unless using normal row model');
31521
+ }
31149
31522
  this.clientSideRowModel.forEachLeafNode(callback);
31150
31523
  };
31151
31524
  /**
@@ -31159,12 +31532,16 @@ var GridApi = /** @class */ (function () {
31159
31532
  };
31160
31533
  /** Similar to `forEachNode`, except skips any filtered out data. */
31161
31534
  GridApi.prototype.forEachNodeAfterFilter = function (callback) {
31162
- if (missing(this.clientSideRowModel)) ;
31535
+ if (missing(this.clientSideRowModel)) {
31536
+ console.warn('cannot call forEachNodeAfterFilter unless using normal row model');
31537
+ }
31163
31538
  this.clientSideRowModel.forEachNodeAfterFilter(callback);
31164
31539
  };
31165
31540
  /** Similar to `forEachNodeAfterFilter`, except the callbacks are called in the order the rows are displayed in the grid. */
31166
31541
  GridApi.prototype.forEachNodeAfterFilterAndSort = function (callback) {
31167
- if (missing(this.clientSideRowModel)) ;
31542
+ if (missing(this.clientSideRowModel)) {
31543
+ console.warn('cannot call forEachNodeAfterFilterAndSort unless using normal row model');
31544
+ }
31168
31545
  this.clientSideRowModel.forEachNodeAfterFilterAndSort(callback);
31169
31546
  };
31170
31547
  /**
@@ -31402,10 +31779,12 @@ var GridApi = /** @class */ (function () {
31402
31779
  };
31403
31780
  /** @deprecated use `setProcessPivotResultColDef` instead */
31404
31781
  GridApi.prototype.setProcessSecondaryColDef = function (processSecondaryColDefFunc) {
31782
+ console.warn('AG Grid: since version 28.0.x setProcessSecondaryColDef has been renamed, please use setProcessPivotResultColDef instead');
31405
31783
  this.setProcessPivotResultColDef(processSecondaryColDefFunc);
31406
31784
  };
31407
31785
  /** @deprecated use `setProcessPivotResultColGroupDef` instead */
31408
31786
  GridApi.prototype.setProcessSecondaryColGroupDef = function (processSecondaryColGroupDefFunc) {
31787
+ console.warn('AG Grid: since version 28.0.x setProcessSecondaryColGroupDef has been renamed, please use setProcessPivotResultColGroupDef instead');
31409
31788
  this.setProcessPivotResultColGroupDef(processSecondaryColGroupDefFunc);
31410
31789
  };
31411
31790
  GridApi.prototype.setProcessPivotResultColDef = function (processPivotResultColDefFunc) {
@@ -31461,6 +31840,9 @@ var GridApi = /** @class */ (function () {
31461
31840
  /** Show/hide the entire side bar, including any visible panel and the tab buttons. */
31462
31841
  GridApi.prototype.setSideBarVisible = function (show) {
31463
31842
  if (!this.sideBarComp) {
31843
+ if (show) {
31844
+ console.warn('AG Grid: sideBar is not loaded');
31845
+ }
31464
31846
  return;
31465
31847
  }
31466
31848
  this.sideBarComp.setDisplayed(show);
@@ -31468,6 +31850,7 @@ var GridApi = /** @class */ (function () {
31468
31850
  /** Sets the side bar position relative to the grid. Possible values are `'left'` or `'right'`. */
31469
31851
  GridApi.prototype.setSideBarPosition = function (position) {
31470
31852
  if (!this.sideBarComp) {
31853
+ console.warn('AG Grid: sideBar is not loaded');
31471
31854
  return;
31472
31855
  }
31473
31856
  this.sideBarComp.setSideBarPosition(position);
@@ -31475,6 +31858,7 @@ var GridApi = /** @class */ (function () {
31475
31858
  /** Opens a particular tool panel. Provide the ID of the tool panel to open. */
31476
31859
  GridApi.prototype.openToolPanel = function (key) {
31477
31860
  if (!this.sideBarComp) {
31861
+ console.warn('AG Grid: toolPanel is only available in AG Grid Enterprise');
31478
31862
  return;
31479
31863
  }
31480
31864
  this.sideBarComp.openToolPanel(key);
@@ -31482,6 +31866,7 @@ var GridApi = /** @class */ (function () {
31482
31866
  /** Closes the currently open tool panel (if any). */
31483
31867
  GridApi.prototype.closeToolPanel = function () {
31484
31868
  if (!this.sideBarComp) {
31869
+ console.warn('AG Grid: toolPanel is only available in AG Grid Enterprise');
31485
31870
  return;
31486
31871
  }
31487
31872
  this.sideBarComp.close();
@@ -31507,12 +31892,14 @@ var GridApi = /** @class */ (function () {
31507
31892
  };
31508
31893
  /** @deprecated AG Grid - since version 25.1, doLayout was taken out, as it's not needed. The grid responds to grid size changes automatically. */
31509
31894
  GridApi.prototype.doLayout = function () {
31510
- doOnce(function () { return (void 0); }, 'doLayoutDeprecated');
31895
+ var message = "AG Grid - since version 25.1, doLayout was taken out, as it's not needed. The grid responds to grid size changes automatically";
31896
+ doOnce(function () { return console.warn(message); }, 'doLayoutDeprecated');
31511
31897
  };
31512
31898
  /** Tells the grid to recalculate the row heights. */
31513
31899
  GridApi.prototype.resetRowHeights = function () {
31514
31900
  if (exists(this.clientSideRowModel)) {
31515
31901
  if (this.columnModel.isAutoRowHeightActive()) {
31902
+ console.warn('AG Grid: calling gridApi.resetRowHeights() makes no sense when using Auto Row Height.');
31516
31903
  return;
31517
31904
  }
31518
31905
  this.clientSideRowModel.resetRowHeights();
@@ -31599,6 +31986,9 @@ var GridApi = /** @class */ (function () {
31599
31986
  setTimeout(removeAllReferences.bind(window, this, 'Grid API'), 100);
31600
31987
  };
31601
31988
  GridApi.prototype.warnIfDestroyed = function (methodName) {
31989
+ if (this.destroyCalled) {
31990
+ console.warn("AG Grid: Grid API method " + methodName + " was called on a grid that was destroyed.");
31991
+ }
31602
31992
  return this.destroyCalled;
31603
31993
  };
31604
31994
  /** Reset the quick filter cache text on every rowNode. */
@@ -31610,6 +32000,7 @@ var GridApi = /** @class */ (function () {
31610
32000
  };
31611
32001
  /** @deprecated AG Grid: in v20.1.x, api.getRangeSelections() is gone, please use getCellRanges() instead. */
31612
32002
  GridApi.prototype.getRangeSelections = function () {
32003
+ console.warn("AG Grid: in v20.1.x, api.getRangeSelections() is gone, please use getCellRanges() instead.\n We had to change how cell selections works a small bit to allow charting to integrate. The return type of\n getCellRanges() is a bit different, please check the AG Grid documentation.");
31613
32004
  return null;
31614
32005
  };
31615
32006
  /** Returns the list of selected cell ranges. */
@@ -31617,6 +32008,7 @@ var GridApi = /** @class */ (function () {
31617
32008
  if (this.rangeService) {
31618
32009
  return this.rangeService.getCellRanges();
31619
32010
  }
32011
+ console.warn('AG Grid: cell range selection is only available in AG Grid Enterprise');
31620
32012
  return null;
31621
32013
  };
31622
32014
  GridApi.prototype.camelCaseToHumanReadable = function (camelCase) {
@@ -31624,13 +32016,20 @@ var GridApi = /** @class */ (function () {
31624
32016
  };
31625
32017
  /** @deprecated AG Grid: As of version 21.x, range selection changed slightly to allow charting integration. Please call api.addCellRange() instead of api.addRangeSelection() */
31626
32018
  GridApi.prototype.addRangeSelection = function (deprecatedNoLongerUsed) {
32019
+ console.warn('AG Grid: As of version 21.x, range selection changed slightly to allow charting integration. Please call api.addCellRange() instead of api.addRangeSelection()');
31627
32020
  };
31628
32021
  /** Adds the provided cell range to the selected ranges. */
31629
32022
  GridApi.prototype.addCellRange = function (params) {
32023
+ if (!this.rangeService) {
32024
+ console.warn('AG Grid: cell range selection is only available in AG Grid Enterprise');
32025
+ }
31630
32026
  this.rangeService.addCellRange(params);
31631
32027
  };
31632
32028
  /** Clears the selected ranges. */
31633
32029
  GridApi.prototype.clearRangeSelection = function () {
32030
+ if (!this.rangeService) {
32031
+ console.warn('AG Grid: cell range selection is only available in AG Grid Enterprise');
32032
+ }
31634
32033
  this.rangeService.removeAllCellRanges();
31635
32034
  };
31636
32035
  /** Reverts the last cell edit. */
@@ -31717,18 +32116,30 @@ var GridApi = /** @class */ (function () {
31717
32116
  };
31718
32117
  /** Copies data to clipboard by following the same rules as pressing Ctrl+C. */
31719
32118
  GridApi.prototype.copyToClipboard = function (params) {
32119
+ if (!this.clipboardService) {
32120
+ console.warn('AG Grid: clipboard is only available in AG Grid Enterprise');
32121
+ }
31720
32122
  this.clipboardService.copyToClipboard(params);
31721
32123
  };
31722
32124
  /** Copies the selected rows to the clipboard. */
31723
32125
  GridApi.prototype.copySelectedRowsToClipboard = function (params) {
32126
+ if (!this.clipboardService) {
32127
+ console.warn('AG Grid: clipboard is only available in AG Grid Enterprise');
32128
+ }
31724
32129
  this.clipboardService.copySelectedRowsToClipboard(params);
31725
32130
  };
31726
32131
  /** Copies the selected ranges to the clipboard. */
31727
32132
  GridApi.prototype.copySelectedRangeToClipboard = function (params) {
32133
+ if (!this.clipboardService) {
32134
+ console.warn('AG Grid: clipboard is only available in AG Grid Enterprise');
32135
+ }
31728
32136
  this.clipboardService.copySelectedRangeToClipboard(params);
31729
32137
  };
31730
32138
  /** Copies the selected range down, similar to `Ctrl + D` in Excel. */
31731
32139
  GridApi.prototype.copySelectedRangeDown = function () {
32140
+ if (!this.clipboardService) {
32141
+ console.warn('AG Grid: clipboard is only available in AG Grid Enterprise');
32142
+ }
31732
32143
  this.clipboardService.copyRangeDown();
31733
32144
  };
31734
32145
  /** Shows the column menu after and positions it relative to the provided button element. Use in conjunction with your own header template. */
@@ -31745,6 +32156,7 @@ var GridApi = /** @class */ (function () {
31745
32156
  column = this.columnModel.getPrimaryColumn(colKey);
31746
32157
  }
31747
32158
  if (!column) {
32159
+ console.error("AG Grid: column '" + colKey + "' not found");
31748
32160
  return;
31749
32161
  }
31750
32162
  this.menuFactory.showMenuAfterMouseEvent(column, mouseEvent);
@@ -31797,6 +32209,7 @@ var GridApi = /** @class */ (function () {
31797
32209
  GridApi.prototype.startEditingCell = function (params) {
31798
32210
  var column = this.columnModel.getGridColumn(params.colKey);
31799
32211
  if (!column) {
32212
+ console.warn("AG Grid: no column found for " + params.colKey);
31800
32213
  return;
31801
32214
  }
31802
32215
  var cellPosition = {
@@ -31835,12 +32248,14 @@ var GridApi = /** @class */ (function () {
31835
32248
  /** Apply transactions to the server side row model. */
31836
32249
  GridApi.prototype.applyServerSideTransaction = function (transaction) {
31837
32250
  if (!this.serverSideTransactionManager) {
32251
+ console.warn('AG Grid: Cannot apply Server Side Transaction if not using the Server Side Row Model.');
31838
32252
  return;
31839
32253
  }
31840
32254
  return this.serverSideTransactionManager.applyTransaction(transaction);
31841
32255
  };
31842
32256
  GridApi.prototype.applyServerSideTransactionAsync = function (transaction, callback) {
31843
32257
  if (!this.serverSideTransactionManager) {
32258
+ console.warn('AG Grid: Cannot apply Server Side Transaction if not using the Server Side Row Model.');
31844
32259
  return;
31845
32260
  }
31846
32261
  return this.serverSideTransactionManager.applyTransactionAsync(transaction, callback);
@@ -31848,12 +32263,14 @@ var GridApi = /** @class */ (function () {
31848
32263
  /** Gets all failed server side loads to retry. */
31849
32264
  GridApi.prototype.retryServerSideLoads = function () {
31850
32265
  if (!this.serverSideRowModel) {
32266
+ console.warn('AG Grid: API retryServerSideLoads() can only be used when using Server-Side Row Model.');
31851
32267
  return;
31852
32268
  }
31853
32269
  this.serverSideRowModel.retryLoads();
31854
32270
  };
31855
32271
  GridApi.prototype.flushServerSideAsyncTransactions = function () {
31856
32272
  if (!this.serverSideTransactionManager) {
32273
+ console.warn('AG Grid: Cannot flush Server Side Transaction if not using the Server Side Row Model.');
31857
32274
  return;
31858
32275
  }
31859
32276
  return this.serverSideTransactionManager.flushAsyncTransactions();
@@ -31861,6 +32278,7 @@ var GridApi = /** @class */ (function () {
31861
32278
  /** Update row data. Pass a transaction object with lists for `add`, `remove` and `update`. */
31862
32279
  GridApi.prototype.applyTransaction = function (rowDataTransaction) {
31863
32280
  if (!this.clientSideRowModel) {
32281
+ console.error('AG Grid: updateRowData() only works with ClientSideRowModel. Working with InfiniteRowModel was deprecated in v23.1 and removed in v24.1');
31864
32282
  return;
31865
32283
  }
31866
32284
  var res = this.clientSideRowModel.updateRowData(rowDataTransaction);
@@ -31878,12 +32296,14 @@ var GridApi = /** @class */ (function () {
31878
32296
  };
31879
32297
  /** @deprecated AG Grid: as of v23.1, grid API updateRowData(transaction) is now called applyTransaction(transaction). */
31880
32298
  GridApi.prototype.updateRowData = function (rowDataTransaction) {
31881
- doOnce(function () { return (void 0); }, 'updateRowData deprecated');
32299
+ var message = 'AG Grid: as of v23.1, grid API updateRowData(transaction) is now called applyTransaction(transaction). updateRowData is deprecated and will be removed in a future major release.';
32300
+ doOnce(function () { return console.warn(message); }, 'updateRowData deprecated');
31882
32301
  return this.applyTransaction(rowDataTransaction);
31883
32302
  };
31884
32303
  /** Same as `applyTransaction` except executes asynchronously for efficiency. */
31885
32304
  GridApi.prototype.applyTransactionAsync = function (rowDataTransaction, callback) {
31886
32305
  if (!this.clientSideRowModel) {
32306
+ console.error('AG Grid: api.applyTransactionAsync() only works with ClientSideRowModel.');
31887
32307
  return;
31888
32308
  }
31889
32309
  this.clientSideRowModel.batchUpdateRowData(rowDataTransaction, callback);
@@ -31891,34 +32311,41 @@ var GridApi = /** @class */ (function () {
31891
32311
  /** Executes any remaining asynchronous grid transactions, if any are waiting to be executed. */
31892
32312
  GridApi.prototype.flushAsyncTransactions = function () {
31893
32313
  if (!this.clientSideRowModel) {
32314
+ console.error('AG Grid: api.applyTransactionAsync() only works with ClientSideRowModel.');
31894
32315
  return;
31895
32316
  }
31896
32317
  this.clientSideRowModel.flushAsyncTransactions();
31897
32318
  };
31898
32319
  /** @deprecated AG Grid: as of v23.1, grid API batchUpdateRowData(transaction, callback) is now called applyTransactionAsync(transaction, callback). */
31899
32320
  GridApi.prototype.batchUpdateRowData = function (rowDataTransaction, callback) {
31900
- doOnce(function () { return (void 0); }, 'batchUpdateRowData deprecated');
32321
+ var message = 'AG Grid: as of v23.1, grid API batchUpdateRowData(transaction, callback) is now called applyTransactionAsync(transaction, callback). batchUpdateRowData is deprecated and will be removed in a future major release.';
32322
+ doOnce(function () { return console.warn(message); }, 'batchUpdateRowData deprecated');
31901
32323
  this.applyTransactionAsync(rowDataTransaction, callback);
31902
32324
  };
31903
32325
  /** @deprecated AG Grid: insertItemsAtIndex() is deprecated, use updateRowData(transaction) instead.*/
31904
32326
  GridApi.prototype.insertItemsAtIndex = function (index, items, skipRefresh) {
32327
+ console.warn('AG Grid: insertItemsAtIndex() is deprecated, use updateRowData(transaction) instead.');
31905
32328
  this.updateRowData({ add: items, addIndex: index, update: null, remove: null });
31906
32329
  };
31907
32330
  /** @deprecated AG Grid: removeItems() is deprecated, use updateRowData(transaction) instead. */
31908
32331
  GridApi.prototype.removeItems = function (rowNodes, skipRefresh) {
32332
+ console.warn('AG Grid: removeItems() is deprecated, use updateRowData(transaction) instead.');
31909
32333
  var dataToRemove = rowNodes.map(function (rowNode) { return rowNode.data; });
31910
32334
  this.updateRowData({ add: null, addIndex: null, update: null, remove: dataToRemove });
31911
32335
  };
31912
32336
  /** @deprecated AG Grid: addItems() is deprecated, use updateRowData(transaction) instead. */
31913
32337
  GridApi.prototype.addItems = function (items, skipRefresh) {
32338
+ console.warn('AG Grid: addItems() is deprecated, use updateRowData(transaction) instead.');
31914
32339
  this.updateRowData({ add: items, addIndex: null, update: null, remove: null });
31915
32340
  };
31916
32341
  /** @deprecated AG Grid: refreshVirtualPageCache() is now called refreshInfiniteCache(), please call refreshInfiniteCache() instead */
31917
32342
  GridApi.prototype.refreshVirtualPageCache = function () {
32343
+ console.warn('AG Grid: refreshVirtualPageCache() is now called refreshInfiniteCache(), please call refreshInfiniteCache() instead');
31918
32344
  this.refreshInfiniteCache();
31919
32345
  };
31920
32346
  /** @deprecated AG Grid: refreshInfinitePageCache() is now called refreshInfiniteCache(), please call refreshInfiniteCache() instead */
31921
32347
  GridApi.prototype.refreshInfinitePageCache = function () {
32348
+ console.warn('AG Grid: refreshInfinitePageCache() is now called refreshInfiniteCache(), please call refreshInfiniteCache() instead');
31922
32349
  this.refreshInfiniteCache();
31923
32350
  };
31924
32351
  /**
@@ -31930,13 +32357,18 @@ var GridApi = /** @class */ (function () {
31930
32357
  if (this.infiniteRowModel) {
31931
32358
  this.infiniteRowModel.refreshCache();
31932
32359
  }
32360
+ else {
32361
+ console.warn("AG Grid: api.refreshInfiniteCache is only available when rowModelType='infinite'.");
32362
+ }
31933
32363
  };
31934
32364
  /** @deprecated AG Grid: purgeVirtualPageCache() is now called purgeInfiniteCache(), please call purgeInfiniteCache() instead */
31935
32365
  GridApi.prototype.purgeVirtualPageCache = function () {
32366
+ console.warn('AG Grid: purgeVirtualPageCache() is now called purgeInfiniteCache(), please call purgeInfiniteCache() instead');
31936
32367
  this.purgeInfinitePageCache();
31937
32368
  };
31938
32369
  /** @deprecated AG Grid: purgeInfinitePageCache() is now called purgeInfiniteCache(), please call purgeInfiniteCache() instead */
31939
32370
  GridApi.prototype.purgeInfinitePageCache = function () {
32371
+ console.warn('AG Grid: purgeInfinitePageCache() is now called purgeInfiniteCache(), please call purgeInfiniteCache() instead');
31940
32372
  this.purgeInfiniteCache();
31941
32373
  };
31942
32374
  /**
@@ -31949,20 +32381,28 @@ var GridApi = /** @class */ (function () {
31949
32381
  if (this.infiniteRowModel) {
31950
32382
  this.infiniteRowModel.purgeCache();
31951
32383
  }
32384
+ else {
32385
+ console.warn("AG Grid: api.purgeInfiniteCache is only available when rowModelType='infinite'.");
32386
+ }
31952
32387
  };
31953
32388
  /** @deprecated AG Grid: since version 18.x, api.purgeEnterpriseCache() should be replaced with api.refreshServerSide({purge: true}) */
31954
32389
  GridApi.prototype.purgeEnterpriseCache = function (route) {
32390
+ console.warn("AG Grid: since version 18.x, api.purgeEnterpriseCache() should be replaced with api.refreshServerSide({purge: true})");
31955
32391
  this.purgeServerSideCache(route);
31956
32392
  };
31957
32393
  /** @deprecated AG Grid: since v25.0, api.purgeServerSideCache is deprecated. Please use api.refreshServerSide({purge: true}) instead. */
31958
32394
  GridApi.prototype.purgeServerSideCache = function (route) {
31959
32395
  if (route === void 0) { route = []; }
31960
32396
  if (this.serverSideRowModel) {
32397
+ console.warn("AG Grid: since v25.0, api.purgeServerSideCache is deprecated. Please use api.refreshServerSide({purge: true}) instead.");
31961
32398
  this.refreshServerSide({
31962
32399
  route: route,
31963
32400
  purge: true
31964
32401
  });
31965
32402
  }
32403
+ else {
32404
+ console.warn("AG Grid: api.purgeServerSideCache is only available when rowModelType='serverSide'.");
32405
+ }
31966
32406
  };
31967
32407
  /**
31968
32408
  * Refresh a server-side level.
@@ -31971,29 +32411,34 @@ var GridApi = /** @class */ (function () {
31971
32411
  */
31972
32412
  GridApi.prototype.refreshServerSide = function (params) {
31973
32413
  if (!this.serverSideRowModel) {
32414
+ console.warn("AG Grid: api.refreshServerSide is only available when rowModelType='serverSide'.");
31974
32415
  return;
31975
32416
  }
31976
32417
  this.serverSideRowModel.refreshStore(params);
31977
32418
  };
31978
32419
  /** @deprecated use `refreshServerSide` instead */
31979
32420
  GridApi.prototype.refreshServerSideStore = function (params) {
31980
- doOnce(function () { return (void 0); }, 'refreshServerSideStore-renamed');
32421
+ var message = "AG Grid: Grid API refreshServerSideStore() was renamed to refreshServerSide() in v28.0";
32422
+ doOnce(function () { return console.warn(message); }, 'refreshServerSideStore-renamed');
31981
32423
  return this.refreshServerSide(params);
31982
32424
  };
31983
32425
  /** @deprecated use `getServerSideGroupLevelState` instead */
31984
32426
  GridApi.prototype.getServerSideStoreState = function () {
31985
- doOnce(function () { return (void 0); }, 'getServerSideStoreState-renamed');
32427
+ var message = "AG Grid: Grid API getServerSideStoreState() was renamed to getServerSideGroupLevelState() in v28.0";
32428
+ doOnce(function () { return console.warn(message); }, 'getServerSideStoreState-renamed');
31986
32429
  return this.getServerSideGroupLevelState();
31987
32430
  };
31988
32431
  /** Returns info on all server side group levels. */
31989
32432
  GridApi.prototype.getServerSideGroupLevelState = function () {
31990
32433
  if (!this.serverSideRowModel) {
32434
+ console.warn("AG Grid: api.getServerSideGroupLevelState is only available when rowModelType='serverSide'.");
31991
32435
  return [];
31992
32436
  }
31993
32437
  return this.serverSideRowModel.getStoreState();
31994
32438
  };
31995
32439
  /** @deprecated AG Grid: getVirtualRowCount() is now called getInfiniteRowCount(), please call getInfiniteRowCount() instead */
31996
32440
  GridApi.prototype.getVirtualRowCount = function () {
32441
+ console.warn('AG Grid: getVirtualRowCount() is now called getInfiniteRowCount(), please call getInfiniteRowCount() instead');
31997
32442
  return this.getInfiniteRowCount();
31998
32443
  };
31999
32444
  /** The row count defines how many rows the grid allows scrolling to. */
@@ -32001,9 +32446,13 @@ var GridApi = /** @class */ (function () {
32001
32446
  if (this.infiniteRowModel) {
32002
32447
  return this.infiniteRowModel.getRowCount();
32003
32448
  }
32449
+ else {
32450
+ console.warn("AG Grid: api.getVirtualRowCount is only available when rowModelType='virtual'.");
32451
+ }
32004
32452
  };
32005
32453
  /** @deprecated AG Grid: api.isMaxRowFound is deprecated, please use api.isLastRowIndexKnown() */
32006
32454
  GridApi.prototype.isMaxRowFound = function () {
32455
+ console.warn("AG Grid: api.isMaxRowFound is deprecated, please use api.isLastRowIndexKnown()");
32007
32456
  return this.isLastRowIndexKnown();
32008
32457
  };
32009
32458
  /** Returns `true` if grid allows for scrolling past the last row to load more rows, thus providing infinite scroll. */
@@ -32011,13 +32460,18 @@ var GridApi = /** @class */ (function () {
32011
32460
  if (this.infiniteRowModel) {
32012
32461
  return this.infiniteRowModel.isLastRowIndexKnown();
32013
32462
  }
32463
+ else {
32464
+ console.warn("AG Grid: api.isMaxRowFound is only available when rowModelType='virtual'.");
32465
+ }
32014
32466
  };
32015
32467
  /** @deprecated AG Grid: setVirtualRowCount() is now called setInfiniteRowCount(), please call setInfiniteRowCount() instead */
32016
32468
  GridApi.prototype.setVirtualRowCount = function (rowCount, maxRowFound) {
32469
+ console.warn('AG Grid: setVirtualRowCount() is now called setInfiniteRowCount(), please call setInfiniteRowCount() instead');
32017
32470
  this.setRowCount(rowCount, maxRowFound);
32018
32471
  };
32019
32472
  /** @deprecated AG Grid: setInfiniteRowCount() is now called setRowCount(), please call setRowCount() instead */
32020
32473
  GridApi.prototype.setInfiniteRowCount = function (rowCount, maxRowFound) {
32474
+ console.warn('AG Grid: setInfiniteRowCount() is now called setRowCount(), please call setRowCount() instead');
32021
32475
  this.setRowCount(rowCount, maxRowFound);
32022
32476
  };
32023
32477
  /**
@@ -32031,13 +32485,18 @@ var GridApi = /** @class */ (function () {
32031
32485
  if (this.infiniteRowModel) {
32032
32486
  this.infiniteRowModel.setRowCount(rowCount, maxRowFound);
32033
32487
  }
32488
+ else {
32489
+ console.warn("AG Grid: api.setRowCount is only available for Infinite Row Model.");
32490
+ }
32034
32491
  };
32035
32492
  /** @deprecated AG Grid: getVirtualPageState() is now called getCacheBlockState(), please call getCacheBlockState() instead */
32036
32493
  GridApi.prototype.getVirtualPageState = function () {
32494
+ console.warn('AG Grid: getVirtualPageState() is now called getCacheBlockState(), please call getCacheBlockState() instead');
32037
32495
  return this.getCacheBlockState();
32038
32496
  };
32039
32497
  /** @deprecated getInfinitePageState() is now called getCacheBlockState(), please call getCacheBlockState() instead */
32040
32498
  GridApi.prototype.getInfinitePageState = function () {
32499
+ console.warn('AG Grid: getInfinitePageState() is now called getCacheBlockState(), please call getCacheBlockState() instead');
32041
32500
  return this.getCacheBlockState();
32042
32501
  };
32043
32502
  /**
@@ -32048,9 +32507,11 @@ var GridApi = /** @class */ (function () {
32048
32507
  };
32049
32508
  /** @deprecated In AG Grid v25.2.0, checkGridSize() was removed, as it was legacy and didn't do anything useful. */
32050
32509
  GridApi.prototype.checkGridSize = function () {
32510
+ console.warn("In AG Grid v25.2.0, checkGridSize() was removed, as it was legacy and didn't do anything useful.");
32051
32511
  };
32052
32512
  /** @deprecated In AG Grid v12, getFirstRenderedRow() was renamed to getFirstDisplayedRow() */
32053
32513
  GridApi.prototype.getFirstRenderedRow = function () {
32514
+ console.warn('In AG Grid v12, getFirstRenderedRow() was renamed to getFirstDisplayedRow()');
32054
32515
  return this.getFirstDisplayedRow();
32055
32516
  };
32056
32517
  /** Get the index of the first displayed row due to scrolling (includes invisible rendered rows in the buffer). */
@@ -32059,6 +32520,7 @@ var GridApi = /** @class */ (function () {
32059
32520
  };
32060
32521
  /** @deprecated In AG Grid v12, getLastRenderedRow() was renamed to getLastDisplayedRow() */
32061
32522
  GridApi.prototype.getLastRenderedRow = function () {
32523
+ console.warn('in AG Grid v12, getLastRenderedRow() was renamed to getLastDisplayedRow()');
32062
32524
  return this.getLastDisplayedRow();
32063
32525
  };
32064
32526
  /** Get the index of the last displayed row due to scrolling (includes invisible rendered rows in the buffer). */
@@ -33110,7 +33572,11 @@ var SelectAllFeature = /** @class */ (function (_super) {
33110
33572
  };
33111
33573
  };
33112
33574
  SelectAllFeature.prototype.checkRightRowModelType = function () {
33113
- this.rowModel.getType();
33575
+ var rowModelType = this.rowModel.getType();
33576
+ var rowModelMatches = rowModelType === Constants.ROW_MODEL_TYPE_CLIENT_SIDE;
33577
+ if (!rowModelMatches) {
33578
+ console.warn("AG Grid: selectAllCheckbox is only available if using normal row model, you are using " + rowModelType);
33579
+ }
33114
33580
  };
33115
33581
  SelectAllFeature.prototype.onCbSelectAll = function () {
33116
33582
  if (this.processingEventFromCheckbox) {
@@ -33142,12 +33608,15 @@ var SelectAllFeature = /** @class */ (function (_super) {
33142
33608
  }
33143
33609
  if (result) {
33144
33610
  if (this.gridOptionsWrapper.isRowModelServerSide()) {
33611
+ console.warn('AG Grid: headerCheckboxSelection is not supported for Server Side Row Model');
33145
33612
  return false;
33146
33613
  }
33147
33614
  if (this.gridOptionsWrapper.isRowModelInfinite()) {
33615
+ console.warn('AG Grid: headerCheckboxSelection is not supported for Infinite Row Model');
33148
33616
  return false;
33149
33617
  }
33150
33618
  if (this.gridOptionsWrapper.isRowModelViewport()) {
33619
+ console.warn('AG Grid: headerCheckboxSelection is not supported for Viewport Row Model');
33151
33620
  return false;
33152
33621
  }
33153
33622
  // otherwise the row model is compatible, so return true
@@ -35764,6 +36233,9 @@ var AnimationFrameService = /** @class */ (function (_super) {
35764
36233
  // frames. this stops bugs - where some code is asking for a frame to be executed
35765
36234
  // when it should not.
35766
36235
  AnimationFrameService.prototype.verifyAnimationFrameOn = function (methodName) {
36236
+ if (this.useAnimationFrame === false) {
36237
+ console.warn("AG Grid: AnimationFrameService." + methodName + " called but animation frames are off");
36238
+ }
35767
36239
  };
35768
36240
  AnimationFrameService.prototype.createTask = function (task, index, list) {
35769
36241
  this.verifyAnimationFrameOn(list);
@@ -37000,10 +37472,10 @@ var RowRenderer = /** @class */ (function (_super) {
37000
37472
  this.addManagedListener(this.gridOptionsWrapper, GridOptionsWrapper.PROP_ROW_CLASS, this.redrawRows.bind(this));
37001
37473
  if (this.gridOptionsWrapper.isGroupRowsSticky()) {
37002
37474
  if (this.rowModel.getType() != Constants.ROW_MODEL_TYPE_CLIENT_SIDE) {
37003
- doOnce(function () { return (void 0); }, 'rowRenderer.stickyWorksWithCsrmOnly');
37475
+ doOnce(function () { return console.warn('AG Grid: The feature Sticky Row Groups only works with the Client Side Row Model'); }, 'rowRenderer.stickyWorksWithCsrmOnly');
37004
37476
  }
37005
37477
  else if (this.gridOptionsWrapper.isTreeData()) {
37006
- doOnce(function () { return (void 0); }, 'rowRenderer.stickyDoesNotWorkWithTreeData');
37478
+ doOnce(function () { return console.warn('AG Grid: The feature Sticky Row Groups does not work with Tree Data.'); }, 'rowRenderer.stickyDoesNotWorkWithTreeData');
37007
37479
  }
37008
37480
  else {
37009
37481
  this.stickyRowFeature = this.createManagedBean(new StickyRowFeature(this.createRowCon.bind(this), this.destroyRowCtrls.bind(this)));
@@ -41147,7 +41619,9 @@ var AgMenuList = /** @class */ (function (_super) {
41147
41619
  if (menuItemOrString === 'separator') {
41148
41620
  _this.addSeparator();
41149
41621
  }
41150
- else if (typeof menuItemOrString === 'string') ;
41622
+ else if (typeof menuItemOrString === 'string') {
41623
+ console.warn("AG Grid: unrecognised menu item " + menuItemOrString);
41624
+ }
41151
41625
  else {
41152
41626
  _this.addItem(menuItemOrString);
41153
41627
  }
@@ -41512,7 +41986,9 @@ var AgMenuItemComponent = /** @class */ (function (_super) {
41512
41986
  else if (typeof this.params.icon === 'string') {
41513
41987
  icon.innerHTML = this.params.icon;
41514
41988
  }
41515
- else ;
41989
+ else {
41990
+ console.warn('AG Grid: menu item icon must be DOM node or string');
41991
+ }
41516
41992
  }
41517
41993
  this.getGui().appendChild(icon);
41518
41994
  };
@@ -42462,6 +42938,7 @@ var PopupService = /** @class */ (function (_super) {
42462
42938
  var eDocument = this.gridOptionsWrapper.getDocument();
42463
42939
  var destroyPositionTracker = new AgPromise(function (resolve) { return resolve(function () { }); });
42464
42940
  if (!eDocument) {
42941
+ console.warn('ag-grid: could not find the document, document is empty');
42465
42942
  return { hideFunc: function () { }, stopAnchoringPromise: destroyPositionTracker };
42466
42943
  }
42467
42944
  var pos = this.popupList.findIndex(function (popup) { return popup.element === eChild; });
@@ -42874,6 +43351,7 @@ var VirtualList = /** @class */ (function (_super) {
42874
43351
  VirtualList.prototype.ensureIndexVisible = function (index) {
42875
43352
  var lastRow = this.model.getRowCount();
42876
43353
  if (typeof index !== 'number' || index < 0 || index >= lastRow) {
43354
+ console.warn('AG Grid: invalid row index for ensureIndexVisible: ' + index);
42877
43355
  return;
42878
43356
  }
42879
43357
  var rowTopPixel = index * this.rowHeight;
@@ -43177,6 +43655,7 @@ var CellNavigationService = /** @class */ (function (_super) {
43177
43655
  break;
43178
43656
  default:
43179
43657
  pointer = null;
43658
+ console.warn('AG Grid: unknown key for navigation ' + key);
43180
43659
  break;
43181
43660
  }
43182
43661
  if (pointer) {
@@ -43571,6 +44050,12 @@ var AlignedGridsService = /** @class */ (function (_super) {
43571
44050
  var groupOpenedEvent = event;
43572
44051
  _this.processGroupOpenedEvent(groupOpenedEvent);
43573
44052
  break;
44053
+ case Events.EVENT_COLUMN_PIVOT_CHANGED:
44054
+ // we cannot support pivoting with aligned grids as the columns will be out of sync as the
44055
+ // grids will have columns created based on the row data of the grid.
44056
+ console.warn('AG Grid: pivoting is not supported with aligned grids. ' +
44057
+ 'You can only use one of these features at a time in a grid.');
44058
+ break;
43574
44059
  }
43575
44060
  });
43576
44061
  };
@@ -43872,11 +44357,13 @@ var SelectionService = /** @class */ (function (_super) {
43872
44357
  // where groups don't actually appear in the selection normally.
43873
44358
  SelectionService.prototype.getBestCostNodeSelection = function () {
43874
44359
  if (this.rowModel.getType() !== Constants.ROW_MODEL_TYPE_CLIENT_SIDE) {
44360
+ console.warn('AG Grid: `getBestCostNodeSelection` is only available when using normal row model');
43875
44361
  return;
43876
44362
  }
43877
44363
  var clientSideRowModel = this.rowModel;
43878
44364
  var topLevelNodes = clientSideRowModel.getTopLevelNodes();
43879
44365
  if (topLevelNodes === null) {
44366
+ console.warn('AG Grid: `selectAll` not available doing `rowModel=virtual`');
43880
44367
  return;
43881
44368
  }
43882
44369
  var result = [];
@@ -43918,6 +44405,7 @@ var SelectionService = /** @class */ (function (_super) {
43918
44405
  var rowModelClientSide = this.rowModel.getType() === Constants.ROW_MODEL_TYPE_CLIENT_SIDE;
43919
44406
  if (justFiltered) {
43920
44407
  if (!rowModelClientSide) {
44408
+ console.error('AG Grid: selecting just filtered only works with In Memory Row Model');
43921
44409
  return;
43922
44410
  }
43923
44411
  var clientSideRowModel = this.rowModel;
@@ -44030,6 +44518,11 @@ var ColumnApi = /** @class */ (function () {
44030
44518
  }
44031
44519
  /** Gets the grid to size the columns to the specified width in pixels, e.g. `sizeColumnsToFit(900)`. To have the grid fit the columns to the grid's width, use the Grid API `gridApi.sizeColumnsToFit()` instead. */
44032
44520
  ColumnApi.prototype.sizeColumnsToFit = function (gridWidth) {
44521
+ // AG-3403 validate that gridWidth is provided because this method has the same name as
44522
+ // a method on the grid API that takes no arguments, and it's easy to confuse the two
44523
+ if (typeof gridWidth === "undefined") {
44524
+ console.error('AG Grid: missing parameter to columnApi.sizeColumnsToFit(gridWidth)');
44525
+ }
44033
44526
  this.columnModel.sizeColumnsToFit(gridWidth, 'api');
44034
44527
  };
44035
44528
  /** Call this if you want to open or close a column group. */
@@ -44098,6 +44591,7 @@ var ColumnApi = /** @class */ (function () {
44098
44591
  ColumnApi.prototype.moveColumn = function (key, toIndex) {
44099
44592
  if (typeof key === 'number') {
44100
44593
  // moveColumn used to take indexes, so this is advising user who hasn't moved to new method name
44594
+ console.warn('AG Grid: you are using moveColumn(fromIndex, toIndex) - moveColumn takes a column key and a destination index, not two indexes, to move with indexes use moveColumnByIndex(from,to) instead');
44101
44595
  this.columnModel.moveColumnByIndex(key, toIndex, 'api');
44102
44596
  }
44103
44597
  else {
@@ -44128,6 +44622,7 @@ var ColumnApi = /** @class */ (function () {
44128
44622
  ColumnApi.prototype.isPivotMode = function () { return this.columnModel.isPivotMode(); };
44129
44623
  /** @deprecated Use `getPivotResultColumn` instead */
44130
44624
  ColumnApi.prototype.getSecondaryPivotColumn = function (pivotKeys, valueColKey) {
44625
+ console.warn('AG Grid: since version 28.0.x getSecondaryPivotColumn has been renamed, please use getPivotResultColumn instead');
44131
44626
  return this.getPivotResultColumn(pivotKeys, valueColKey);
44132
44627
  };
44133
44628
  /** Returns the pivot result column for the given `pivotKeys` and `valueColId`. Useful to then call operations on the pivot column. */
@@ -44186,18 +44681,21 @@ var ColumnApi = /** @class */ (function () {
44186
44681
  ColumnApi.prototype.autoSizeAllColumns = function (skipHeader) { this.columnModel.autoSizeAllColumns(skipHeader, 'api'); };
44187
44682
  /** @deprecated Use `setPivotResultColumns` instead. */
44188
44683
  ColumnApi.prototype.setSecondaryColumns = function (colDefs) {
44684
+ console.warn('AG Grid: since version 28.0.x setSecondaryColumns has been renamed, please use setPivotResultColumns instead');
44189
44685
  this.setPivotResultColumns(colDefs);
44190
44686
  };
44191
44687
  /** Set the pivot result columns. */
44192
44688
  ColumnApi.prototype.setPivotResultColumns = function (colDefs) { this.columnModel.setSecondaryColumns(colDefs, 'api'); };
44193
44689
  /** @deprecated Use `getPivotResultColumns` instead. */
44194
44690
  ColumnApi.prototype.getSecondaryColumns = function () {
44691
+ console.warn('AG Grid: since version 28.0.x getSecondaryColumns has been renamed, please use getPivotResultColumns instead');
44195
44692
  return this.getPivotResultColumns();
44196
44693
  };
44197
44694
  /** Returns the grid's pivot result columns. */
44198
44695
  ColumnApi.prototype.getPivotResultColumns = function () { return this.columnModel.getSecondaryColumns(); };
44199
44696
  /** @deprecated Use `getColumns` instead. */
44200
44697
  ColumnApi.prototype.getPrimaryColumns = function () {
44698
+ console.warn('AG Grid: since version 28.0.x getPrimaryColumns has been renamed, please use getColumns instead');
44201
44699
  return this.getColumns();
44202
44700
  };
44203
44701
  ColumnApi.prototype.cleanDownReferencesToAvoidMemoryLeakInCaseApplicationIsKeepingReferenceToDestroyedGrid = function () {
@@ -44216,66 +44714,82 @@ var ColumnApi = /** @class */ (function () {
44216
44714
  // }
44217
44715
  /** @deprecated Use `getColumns` instead */
44218
44716
  ColumnApi.prototype.getAllColumns = function () {
44717
+ console.warn('AG Grid: since version 28.0.x getAllColumns has been renamed, please use getColumns instead');
44219
44718
  return this.getColumns();
44220
44719
  };
44221
44720
  /** @deprecated columnGroupOpened no longer exists, use setColumnGroupOpened */
44222
44721
  ColumnApi.prototype.columnGroupOpened = function (group, newValue) {
44722
+ console.error('AG Grid: columnGroupOpened no longer exists, use setColumnGroupOpened');
44223
44723
  this.setColumnGroupOpened(group, newValue);
44224
44724
  };
44225
44725
  /** @deprecated hideColumns is deprecated, use setColumnsVisible */
44226
44726
  ColumnApi.prototype.hideColumns = function (colIds, hide) {
44727
+ console.error('AG Grid: hideColumns is deprecated, use setColumnsVisible');
44227
44728
  this.columnModel.setColumnsVisible(colIds, !hide, 'api');
44228
44729
  };
44229
44730
  /** @deprecated hideColumn is deprecated, use setColumnVisible */
44230
44731
  ColumnApi.prototype.hideColumn = function (colId, hide) {
44732
+ console.error('AG Grid: hideColumn is deprecated, use setColumnVisible');
44231
44733
  this.columnModel.setColumnVisible(colId, !hide, 'api');
44232
44734
  };
44233
44735
  /** @deprecated setState is deprecated, use setColumnState */
44234
44736
  ColumnApi.prototype.setState = function (columnState) {
44737
+ console.error('AG Grid: setState is deprecated, use setColumnState');
44235
44738
  return this.setColumnState(columnState);
44236
44739
  };
44237
44740
  /** @deprecated getState is deprecated, use getColumnState */
44238
44741
  ColumnApi.prototype.getState = function () {
44742
+ console.error('AG Grid: getState is deprecated, use getColumnState');
44239
44743
  return this.getColumnState();
44240
44744
  };
44241
44745
  /** @deprecated resetState is deprecated, use resetColumnState */
44242
44746
  ColumnApi.prototype.resetState = function () {
44747
+ console.error('AG Grid: resetState is deprecated, use resetColumnState');
44243
44748
  this.resetColumnState();
44244
44749
  };
44245
44750
  /** @deprecated getAggregationColumns is deprecated, use getValueColumns */
44246
44751
  ColumnApi.prototype.getAggregationColumns = function () {
44752
+ console.error('AG Grid: getAggregationColumns is deprecated, use getValueColumns');
44247
44753
  return this.columnModel.getValueColumns();
44248
44754
  };
44249
44755
  /** @deprecated removeAggregationColumn is deprecated, use removeValueColumn */
44250
44756
  ColumnApi.prototype.removeAggregationColumn = function (colKey) {
44757
+ console.error('AG Grid: removeAggregationColumn is deprecated, use removeValueColumn');
44251
44758
  this.columnModel.removeValueColumn(colKey, 'api');
44252
44759
  };
44253
44760
  /** @deprecated removeAggregationColumns is deprecated, use removeValueColumns */
44254
44761
  ColumnApi.prototype.removeAggregationColumns = function (colKeys) {
44762
+ console.error('AG Grid: removeAggregationColumns is deprecated, use removeValueColumns');
44255
44763
  this.columnModel.removeValueColumns(colKeys, 'api');
44256
44764
  };
44257
44765
  /** @deprecated addAggregationColumn is deprecated, use addValueColumn */
44258
44766
  ColumnApi.prototype.addAggregationColumn = function (colKey) {
44767
+ console.error('AG Grid: addAggregationColumn is deprecated, use addValueColumn');
44259
44768
  this.columnModel.addValueColumn(colKey, 'api');
44260
44769
  };
44261
44770
  /** @deprecated addAggregationColumns is deprecated, use addValueColumns */
44262
44771
  ColumnApi.prototype.addAggregationColumns = function (colKeys) {
44772
+ console.error('AG Grid: addAggregationColumns is deprecated, use addValueColumns');
44263
44773
  this.columnModel.addValueColumns(colKeys, 'api');
44264
44774
  };
44265
44775
  /** @deprecated setColumnAggFunction is deprecated, use setColumnAggFunc */
44266
44776
  ColumnApi.prototype.setColumnAggFunction = function (column, aggFunc) {
44777
+ console.error('AG Grid: setColumnAggFunction is deprecated, use setColumnAggFunc');
44267
44778
  this.columnModel.setColumnAggFunc(column, aggFunc, 'api');
44268
44779
  };
44269
44780
  /** @deprecated getDisplayNameForCol is deprecated, use getDisplayNameForColumn */
44270
44781
  ColumnApi.prototype.getDisplayNameForCol = function (column) {
44782
+ console.error('AG Grid: getDisplayNameForCol is deprecated, use getDisplayNameForColumn');
44271
44783
  return this.getDisplayNameForColumn(column, null);
44272
44784
  };
44273
44785
  /** @deprecated setColumnState is deprecated, use applyColumnState. */
44274
44786
  ColumnApi.prototype.setColumnState = function (columnState) {
44787
+ console.error('AG Grid: setColumnState is deprecated, use applyColumnState');
44275
44788
  return this.columnModel.applyColumnState({ state: columnState, applyOrder: true }, 'api');
44276
44789
  };
44277
44790
  /** @deprecated getOriginalColumnGroup is deprecated, use getProvidedColumnGroup. */
44278
44791
  ColumnApi.prototype.getOriginalColumnGroup = function (name) {
44792
+ console.error('AG Grid: getOriginalColumnGroup is deprecated, use getProvidedColumnGroup');
44279
44793
  return this.columnModel.getProvidedColumnGroup(name);
44280
44794
  };
44281
44795
  __decorate$1n([
@@ -44428,6 +44942,7 @@ var ValueService = /** @class */ (function (_super) {
44428
44942
  // need either a field or a newValueHandler for this to work
44429
44943
  if (missing(field) && missing(newValueHandler) && missing(valueSetter)) {
44430
44944
  // we don't tell user about newValueHandler, as that is deprecated
44945
+ console.warn("AG Grid: you need either field or valueSetter set on colDef for editing to work");
44431
44946
  return false;
44432
44947
  }
44433
44948
  var params = {
@@ -44604,6 +45119,7 @@ var ValueService = /** @class */ (function (_super) {
44604
45119
  result = String(result);
44605
45120
  if (result === '[object Object]') {
44606
45121
  doOnce(function () {
45122
+ console.warn('AG Grid: a column you are grouping or pivoting by has objects as values. If you want to group by complex objects then either a) use a colDef.keyCreator (se AG Grid docs) or b) to toString() on the object to return a key');
44607
45123
  }, 'getKeyForNode - warn about [object,object]');
44608
45124
  }
44609
45125
  return result;
@@ -44675,7 +45191,9 @@ var ExpressionService = /** @class */ (function (_super) {
44675
45191
  var expression = expressionOrFunc;
44676
45192
  return this.evaluateExpression(expression, params);
44677
45193
  }
44678
- else ;
45194
+ else {
45195
+ console.error('AG Grid: value should be either a string or a function', expressionOrFunc);
45196
+ }
44679
45197
  };
44680
45198
  ExpressionService.prototype.evaluateExpression = function (expression, params) {
44681
45199
  try {
@@ -44689,9 +45207,13 @@ var ExpressionService = /** @class */ (function (_super) {
44689
45207
  // the expression failed, which can happen, as it's the client that
44690
45208
  // provides the expression. so print a nice message
44691
45209
  // tslint:disable-next-line
45210
+ console.log('Processing of the expression failed');
44692
45211
  // tslint:disable-next-line
45212
+ console.log('Expression = ' + expression);
44693
45213
  // tslint:disable-next-line
45214
+ console.log('Params =', params);
44694
45215
  // tslint:disable-next-line
45216
+ console.log('Exception = ' + e);
44695
45217
  return null;
44696
45218
  }
44697
45219
  };
@@ -44789,6 +45311,7 @@ var TemplateService = /** @class */ (function (_super) {
44789
45311
  };
44790
45312
  TemplateService.prototype.handleHttpResult = function (httpResult, url) {
44791
45313
  if (httpResult.status !== 200 || httpResult.response === null) {
45314
+ console.warn("AG Grid: Unable to get template error " + httpResult.status + " - " + url);
44792
45315
  return;
44793
45316
  }
44794
45317
  // response success, so process it
@@ -44869,7 +45392,10 @@ var Logger = /** @class */ (function () {
44869
45392
  return this.isLoggingFunc();
44870
45393
  };
44871
45394
  Logger.prototype.log = function (message) {
44872
- if (this.isLoggingFunc()) ;
45395
+ if (this.isLoggingFunc()) {
45396
+ // tslint:disable-next-line
45397
+ console.log('AG Grid.' + this.name + ': ' + message);
45398
+ }
44873
45399
  };
44874
45400
  return Logger;
44875
45401
  }());
@@ -45269,6 +45795,7 @@ var SortController = /** @class */ (function (_super) {
45269
45795
  sortingOrder = SortController_1.DEFAULT_SORTING_ORDER;
45270
45796
  }
45271
45797
  if (!Array.isArray(sortingOrder) || sortingOrder.length <= 0) {
45798
+ console.warn("AG Grid: sortingOrder must be an array with at least one element, currently it's " + sortingOrder);
45272
45799
  return null;
45273
45800
  }
45274
45801
  var currentIndex = sortingOrder.indexOf(column.getSort());
@@ -45283,6 +45810,7 @@ var SortController = /** @class */ (function (_super) {
45283
45810
  }
45284
45811
  // verify the sort type exists, as the user could provide the sortingOrder, need to make sure it's valid
45285
45812
  if (SortController_1.DEFAULT_SORTING_ORDER.indexOf(result) < 0) {
45813
+ console.warn('AG Grid: invalid sort type ' + result);
45286
45814
  return null;
45287
45815
  }
45288
45816
  return result;
@@ -45611,6 +46139,7 @@ var AutoGroupColService = /** @class */ (function (_super) {
45611
46139
  var doingTreeData = this.gridOptionsWrapper.isTreeData();
45612
46140
  var doingMultiAutoColumn = this.gridOptionsWrapper.isGroupMultiAutoColumn();
45613
46141
  if (doingTreeData && doingMultiAutoColumn) {
46142
+ console.warn('AG Grid: you cannot mix groupMultiAutoColumn with treeData, only one column can be used to display groups when doing tree data');
45614
46143
  doingMultiAutoColumn = false;
45615
46144
  }
45616
46145
  // if doing groupMultiAutoColumn, then we call the method multiple times, once
@@ -46294,8 +46823,8 @@ var Environment = /** @class */ (function (_super) {
46294
46823
  var theme = themeMatch[0];
46295
46824
  var usingOldTheme = themeMatch[2] === undefined;
46296
46825
  if (usingOldTheme) {
46297
- theme.replace('ag-', 'ag-theme-');
46298
- doOnce(function () { return (void 0); }, 'using-old-theme');
46826
+ var newTheme_1 = theme.replace('ag-', 'ag-theme-');
46827
+ doOnce(function () { return console.warn("AG Grid: As of v19 old theme are no longer provided. Please replace " + theme + " with " + newTheme_1 + "."); }, 'using-old-theme');
46299
46828
  }
46300
46829
  return { theme: theme, el: el, themeFamily: theme.replace(/-dark$/, ''), allThemes: allThemes };
46301
46830
  };
@@ -47801,6 +48330,7 @@ var RowCssClassCalculator = /** @class */ (function () {
47801
48330
  var rowClass = this.gridOptionsWrapper.getRowClass();
47802
48331
  if (rowClass) {
47803
48332
  if (typeof rowClass === 'function') {
48333
+ console.warn('AG Grid: rowClass should not be a function, please use getRowClass instead');
47804
48334
  return [];
47805
48335
  }
47806
48336
  process(rowClass);
@@ -48641,6 +49171,7 @@ var __spread$6 = (undefined && undefined.__spread) || function () {
48641
49171
  var Grid = /** @class */ (function () {
48642
49172
  function Grid(eGridDiv, gridOptions, params) {
48643
49173
  if (!gridOptions) {
49174
+ console.error('AG Grid: no gridOptions provided to the grid');
48644
49175
  return;
48645
49176
  }
48646
49177
  this.gridOptions = gridOptions;
@@ -48846,7 +49377,32 @@ var GridCoreCreator = /** @class */ (function () {
48846
49377
  if (exists(rowModelClass)) {
48847
49378
  return rowModelClass;
48848
49379
  }
48849
- if (ModuleRegistry.isPackageBased()) ;
49380
+ if (ModuleRegistry.isPackageBased()) {
49381
+ if ([Constants.ROW_MODEL_TYPE_VIEWPORT, Constants.ROW_MODEL_TYPE_SERVER_SIDE].includes(rowModelType)) {
49382
+ // If package based only the enterprise row models could be missing.
49383
+ console.error("AG Grid: Row Model \"" + rowModelType + "\" not found. Please ensure the package 'ag-grid-enterprise' is imported. Please see: https://www.ag-grid.com/javascript-grid/packages/");
49384
+ }
49385
+ else {
49386
+ console.error('AG Grid: could not find row model for rowModelType ' + rowModelType);
49387
+ }
49388
+ }
49389
+ else {
49390
+ if (rowModelType === Constants.ROW_MODEL_TYPE_INFINITE) {
49391
+ console.error("AG Grid: Row Model \"Infinite\" not found. Please ensure the " + ModuleNames.InfiniteRowModelModule + " module is registered. Please see: https://www.ag-grid.com/javascript-grid/modules/");
49392
+ }
49393
+ else if (rowModelType === Constants.ROW_MODEL_TYPE_VIEWPORT) {
49394
+ console.error("AG Grid: Row Model \"Viewport\" not found. Please ensure the AG Grid Enterprise Module " + ModuleNames.ViewportRowModelModule + " module is registered. Please see: https://www.ag-grid.com/javascript-grid/modules/");
49395
+ }
49396
+ else if (rowModelType === Constants.ROW_MODEL_TYPE_SERVER_SIDE) {
49397
+ console.error("AG Grid: Row Model \"Server Side\" not found. Please ensure the AG Grid Enterprise Module " + ModuleNames.ServerSideRowModelModule + " module is registered. Please see: https://www.ag-grid.com/javascript-grid/modules/");
49398
+ }
49399
+ else if (rowModelType === Constants.ROW_MODEL_TYPE_CLIENT_SIDE) {
49400
+ console.error("AG Grid: Row Model \"Client Side\" not found. Please ensure the " + ModuleNames.ClientSideRowModelModule + " module is registered. Please see: https://www.ag-grid.com/javascript-grid/modules/");
49401
+ }
49402
+ else {
49403
+ console.error('AG Grid: could not find row model for rowModelType ' + rowModelType);
49404
+ }
49405
+ }
48850
49406
  };
48851
49407
  return GridCoreCreator;
48852
49408
  }());
@@ -49108,15 +49664,51 @@ var LicenseManager = /** @class */ (function (_super) {
49108
49664
  }
49109
49665
  };
49110
49666
  LicenseManager.prototype.outputInvalidLicenseKey = function () {
49667
+ console.error('*****************************************************************************************************************');
49668
+ console.error('***************************************** AG Grid Enterprise License ********************************************');
49669
+ console.error('********************************************* Invalid License ***************************************************');
49670
+ console.error('* Your license for AG Grid Enterprise is not valid - please contact info@ag-grid.com to obtain a valid license. *');
49671
+ console.error('*****************************************************************************************************************');
49672
+ console.error('*****************************************************************************************************************');
49111
49673
  this.watermarkMessage = "Invalid License";
49112
49674
  };
49113
49675
  LicenseManager.prototype.outputExpiredTrialKey = function (formattedExpiryDate) {
49676
+ console.error('****************************************************************************************************************');
49677
+ console.error('***************************************** AG Grid Enterprise License *******************************************');
49678
+ console.error('***************************************** Trial Period Expired. *******************************************');
49679
+ console.error("* Your license for AG Grid Enterprise expired on " + formattedExpiryDate + ". *");
49680
+ console.error('* Please email info@ag-grid.com to purchase a license. *');
49681
+ console.error('****************************************************************************************************************');
49682
+ console.error('****************************************************************************************************************');
49114
49683
  this.watermarkMessage = "Trial Period Expired";
49115
49684
  };
49116
49685
  LicenseManager.prototype.outputMissingLicenseKey = function () {
49686
+ console.error('****************************************************************************************************************');
49687
+ console.error('***************************************** AG Grid Enterprise License *******************************************');
49688
+ console.error('****************************************** License Key Not Found ***********************************************');
49689
+ console.error('* All AG Grid Enterprise features are unlocked. *');
49690
+ console.error('* This is an evaluation only version, it is not licensed for development projects intended for production. *');
49691
+ console.error('* If you want to hide the watermark, please email info@ag-grid.com for a trial license. *');
49692
+ console.error('****************************************************************************************************************');
49693
+ console.error('****************************************************************************************************************');
49117
49694
  this.watermarkMessage = "For Trial Use Only";
49118
49695
  };
49119
49696
  LicenseManager.prototype.outputIncompatibleVersion = function (formattedExpiryDate, formattedReleaseDate) {
49697
+ console.error('****************************************************************************************************************************');
49698
+ console.error('****************************************************************************************************************************');
49699
+ console.error('* AG Grid Enterprise License *');
49700
+ console.error('* License not compatible with installed version of AG Grid Enterprise. *');
49701
+ console.error('* *');
49702
+ console.error("* Your AG Grid License entitles you to all versions of AG Grid that we release within the time covered by your license *");
49703
+ console.error("* - typically we provide one year licenses which entitles you to all releases / updates of AG Grid within that year. *");
49704
+ console.error("* Your license has an end (expiry) date which stops the license key working with versions of AG Grid released after the *");
49705
+ console.error("* license end date. The license key that you have expires on " + formattedExpiryDate + ", however the version of AG Grid you *");
49706
+ console.error("* are trying to use was released on " + formattedReleaseDate + ". *");
49707
+ console.error('* *');
49708
+ console.error('* Please contact info@ag-grid.com to renew your subscription to new versions and get a new license key to work with this *');
49709
+ console.error('* version of AG Grid. *');
49710
+ console.error('****************************************************************************************************************************');
49711
+ console.error('****************************************************************************************************************************');
49120
49712
  this.watermarkMessage = "License Expired";
49121
49713
  };
49122
49714
  var LicenseManager_1;
@@ -49663,13 +50255,23 @@ class DataSource {
49663
50255
  });
49664
50256
  this._dataUnit.metadata.fields.forEach(f => {
49665
50257
  var _a, _b, _c, _d, _e, _f;
50258
+ if (f.userInterface === UserInterface.IMAGE) {
50259
+ return;
50260
+ }
49666
50261
  if (f.visible !== false && f.name !== this.RECORD_ARCHIVE) {
49667
50262
  const props = new Map();
49668
50263
  const properties = this._dataUnit.getField(f.name).properties;
49669
50264
  for (const value in properties) {
49670
50265
  props.set(value, properties[value]);
49671
50266
  }
49672
- const col = { label: f.label, name: f.name, userInterface: f.userInterface, options: (_a = this._dataUnit.getField(f.name).properties) === null || _a === void 0 ? void 0 : _a.options, props };
50267
+ const col = {
50268
+ label: f.label,
50269
+ name: f.name,
50270
+ userInterface: f.userInterface,
50271
+ options: (_a = this._dataUnit.getField(f.name).properties) === null || _a === void 0 ? void 0 : _a.options,
50272
+ props,
50273
+ aggFunc: f['aggFunc']
50274
+ };
49673
50275
  columnDefs.push(col);
49674
50276
  if (f.userInterface === UserInterface.SEARCHPLUS && ((_b = f.properties) === null || _b === void 0 ? void 0 : _b.DESCRIPTIONFIELD)) {
49675
50277
  const descriptionField = this.getDescriptionField((_c = f.properties) === null || _c === void 0 ? void 0 : _c.DESCRIPTIONFIELD, (_d = f.properties) === null || _d === void 0 ? void 0 : _d.ENTITYNAME);
@@ -51479,10 +52081,12 @@ var RangeService = /** @class */ (function (_super) {
51479
52081
  var isSameColumn = columnFrom === columnTo;
51480
52082
  var fromIndex = allColumns.indexOf(columnFrom);
51481
52083
  if (fromIndex < 0) {
52084
+ console.warn("AG Grid: column " + columnFrom.getId() + " is not visible");
51482
52085
  return;
51483
52086
  }
51484
52087
  var toIndex = isSameColumn ? fromIndex : allColumns.indexOf(columnTo);
51485
52088
  if (toIndex < 0) {
52089
+ console.warn("AG Grid: column " + columnTo.getId() + " is not visible");
51486
52090
  return;
51487
52091
  }
51488
52092
  if (isSameColumn) {
@@ -52417,10 +53021,12 @@ var ServerSideRowModel = /** @class */ (function (_super) {
52417
53021
  };
52418
53022
  ServerSideRowModel.prototype.verifyProps = function () {
52419
53023
  if (this.gridOptionsWrapper.getInitialGroupOrderComparator() != null) {
52420
- _.doOnce(function () { return (void 0); }, 'SSRM.InitialGroupOrderComparator');
53024
+ var message_1 = "AG Grid: initialGroupOrderComparator cannot be used with Server Side Row Model. If using Full Store, then provide the rows to the grid in the desired sort order. If using Infinite Scroll, then sorting is done on the server side, nothing to do with the client.";
53025
+ _.doOnce(function () { return console.warn(message_1); }, 'SSRM.InitialGroupOrderComparator');
52421
53026
  }
52422
53027
  if (this.gridOptionsWrapper.isRowSelection() && this.gridOptionsWrapper.getRowIdFunc() == null) {
52423
- _.doOnce(function () { return (void 0); }, 'SSRM.SelectionNeedsRowNodeIdFunc');
53028
+ var message_2 = "AG Grid: getRowId callback must be provided for Server Side Row Model selection to work correctly.";
53029
+ _.doOnce(function () { return console.warn(message_2); }, 'SSRM.SelectionNeedsRowNodeIdFunc');
52424
53030
  }
52425
53031
  };
52426
53032
  ServerSideRowModel.prototype.setDatasource = function (datasource) {
@@ -52970,6 +53576,11 @@ var BlockUtils = /** @class */ (function (_super) {
52970
53576
  rowNode.key = this.valueService.getValue(rowNode.rowGroupColumn, rowNode);
52971
53577
  if (rowNode.key === null || rowNode.key === undefined) {
52972
53578
  _.doOnce(function () {
53579
+ console.warn("AG Grid: null and undefined values are not allowed for server side row model keys");
53580
+ if (rowNode.rowGroupColumn) {
53581
+ console.warn("column = " + rowNode.rowGroupColumn.getId());
53582
+ }
53583
+ console.warn("data is ", rowNode.data);
52973
53584
  }, 'ServerSideBlock-CannotHaveNullOrUndefinedForKey');
52974
53585
  }
52975
53586
  };
@@ -53086,6 +53697,7 @@ var BlockUtils = /** @class */ (function (_super) {
53086
53697
  var bottomPointer = 0;
53087
53698
  var topPointer = rowNodes.length - 1;
53088
53699
  if (_.missing(topPointer) || _.missing(bottomPointer)) {
53700
+ console.warn("AG Grid: error: topPointer = " + topPointer + ", bottomPointer = " + bottomPointer);
53089
53701
  return undefined;
53090
53702
  }
53091
53703
  while (true) {
@@ -53114,6 +53726,7 @@ var BlockUtils = /** @class */ (function (_super) {
53114
53726
  topPointer = midPointer - 1;
53115
53727
  }
53116
53728
  else {
53729
+ console.warn("AG Grid: error: unable to locate rowIndex = " + displayRowIndex + " in cache");
53117
53730
  return undefined;
53118
53731
  }
53119
53732
  }
@@ -53229,6 +53842,11 @@ var NodeManager = /** @class */ (function () {
53229
53842
  }
53230
53843
  NodeManager.prototype.addRowNode = function (rowNode) {
53231
53844
  var id = rowNode.id;
53845
+ if (this.rowNodes[id]) {
53846
+ console.warn("AG Grid: Duplicate node id " + rowNode.id + ". Row ID's are provided via the getRowId() callback. Please modify the getRowId() callback code to provide unique row id values.");
53847
+ console.warn('first instance', this.rowNodes[id].data);
53848
+ console.warn('second instance', rowNode.data);
53849
+ }
53232
53850
  this.rowNodes[id] = rowNode;
53233
53851
  };
53234
53852
  NodeManager.prototype.removeNode = function (rowNode) {
@@ -54160,7 +54778,8 @@ var InfiniteStore = /** @class */ (function (_super) {
54160
54778
  Object.assign(this.info, info);
54161
54779
  }
54162
54780
  if (!params.rowData) {
54163
- _.doOnce(function () { return (void 0); }, 'InfiniteStore.noData');
54781
+ var message_1 = 'AG Grid: "params.rowData" is missing from Server-Side Row Model success() callback. Please use the "rowData" attribute. If no data is returned, set an empty list.';
54782
+ _.doOnce(function () { return console.warn(message_1, params); }, 'InfiniteStore.noData');
54164
54783
  }
54165
54784
  var finalRowCount = params.rowCount != null && params.rowCount >= 0 ? params.rowCount : undefined;
54166
54785
  // if we are not active, then we ignore all events, otherwise we could end up getting the
@@ -54919,7 +55538,8 @@ var FullStore = /** @class */ (function (_super) {
54919
55538
  this.nodesAfterFilter = [];
54920
55539
  this.allNodesMap = {};
54921
55540
  if (!params.rowData) {
54922
- _.doOnce(function () { return (void 0); }, 'FullStore.noData');
55541
+ var message_1 = 'AG Grid: "params.data" is missing from Server-Side Row Model success() callback. Please use the "data" attribute. If no data is returned, set an empty list.';
55542
+ _.doOnce(function () { return console.warn(message_1, params); }, 'FullStore.noData');
54923
55543
  }
54924
55544
  this.createOrRecycleNodes(nodesToRecycle, params.rowData);
54925
55545
  if (nodesToRecycle) {
@@ -55294,6 +55914,7 @@ var FullStore = /** @class */ (function (_super) {
55294
55914
  });
55295
55915
  rowNode = this.allNodesMap[id];
55296
55916
  if (!rowNode) {
55917
+ console.error("AG Grid: could not find row id=" + id + ", data item was not found for this id");
55297
55918
  return null;
55298
55919
  }
55299
55920
  }
@@ -55301,6 +55922,7 @@ var FullStore = /** @class */ (function (_super) {
55301
55922
  // find rowNode using object references
55302
55923
  rowNode = this.allRowNodes.find(function (currentRowNode) { return currentRowNode.data === data; });
55303
55924
  if (!rowNode) {
55925
+ console.error("AG Grid: could not find data item as object was not found", data);
55304
55926
  return null;
55305
55927
  }
55306
55928
  }
@@ -55448,11 +56070,15 @@ var StoreFactory = /** @class */ (function () {
55448
56070
  return undefined;
55449
56071
  }
55450
56072
  if (ssrmParams.dynamicRowHeight) {
55451
- _.doOnce(function () { return (void 0); }, 'storeFactory.maxBlocksInCache.dynamicRowHeight');
56073
+ var message_1 = 'AG Grid: Server Side Row Model does not support Dynamic Row Height and Cache Purging. ' +
56074
+ 'Either a) remove getRowHeight() callback or b) remove maxBlocksInCache property. Purging has been disabled.';
56075
+ _.doOnce(function () { return console.warn(message_1); }, 'storeFactory.maxBlocksInCache.dynamicRowHeight');
55452
56076
  return undefined;
55453
56077
  }
55454
56078
  if (this.columnModel.isAutoRowHeightActive()) {
55455
- _.doOnce(function () { return (void 0); }, 'storeFactory.maxBlocksInCache.autoRowHeightActive');
56079
+ var message_2 = 'AG Grid: Server Side Row Model does not support Auto Row Height and Cache Purging. ' +
56080
+ 'Either a) remove colDef.autoHeight or b) remove maxBlocksInCache property. Purging has been disabled.';
56081
+ _.doOnce(function () { return console.warn(message_2); }, 'storeFactory.maxBlocksInCache.autoRowHeightActive');
55456
56082
  return undefined;
55457
56083
  }
55458
56084
  return maxBlocksInCache;
@@ -55680,6 +56306,7 @@ var Downloader = /** @class */ (function () {
55680
56306
  Downloader.download = function (fileName, content) {
55681
56307
  var win = document.defaultView || window;
55682
56308
  if (!win) {
56309
+ console.warn('AG Grid: There is no `window` associated with the current `document`');
55683
56310
  return;
55684
56311
  }
55685
56312
  var element = document.createElement('a');
@@ -55813,6 +56440,7 @@ var CsvSerializingSession = /** @class */ (function (_super) {
55813
56440
  stringValue = value.toString();
55814
56441
  }
55815
56442
  else {
56443
+ console.warn('AG Grid: unknown value type during csv conversion');
55816
56444
  stringValue = '';
55817
56445
  }
55818
56446
  // replace each " with "" (ie two sets of double quotes is how to do double quotes in csv)
@@ -55867,6 +56495,7 @@ var CsvCreator = /** @class */ (function (_super) {
55867
56495
  };
55868
56496
  CsvCreator.prototype.export = function (userParams) {
55869
56497
  if (this.isExportSuppressed()) {
56498
+ console.warn("AG Grid: Export cancelled. Export is not allowed as per your configuration.");
55870
56499
  return '';
55871
56500
  }
55872
56501
  var mergedParams = this.getMergedParams(userParams);
@@ -55986,7 +56615,7 @@ var GridSerializer = /** @class */ (function (_super) {
55986
56615
  var shouldSkipLowestGroup = skipLowestSingleChildrenGroup && node.leafGroup;
55987
56616
  var shouldSkipCurrentGroup = node.allChildrenCount === 1 && (skipSingleChildrenGroup || shouldSkipLowestGroup);
55988
56617
  if (skipRowGroups && params.skipGroups) {
55989
- _.doOnce(function () { return (void 0); }, 'gridSerializer-skipGroups');
56618
+ _.doOnce(function () { return console.warn('AG Grid: Since v25.2 `skipGroups` has been renamed to `skipRowGroups`.'); }, 'gridSerializer-skipGroups');
55990
56619
  }
55991
56620
  if ((!isLeafNode && (params.skipRowGroups || shouldSkipCurrentGroup || hideOpenParents)) ||
55992
56621
  (params.onlySelected && !node.isSelected()) ||
@@ -56020,7 +56649,7 @@ var GridSerializer = /** @class */ (function (_super) {
56020
56649
  var appendContent = params.customFooter || params.appendContent;
56021
56650
  if (appendContent) {
56022
56651
  if (params.customFooter) {
56023
- _.doOnce(function () { return (void 0); }, 'gridSerializer-customFooter');
56652
+ _.doOnce(function () { return console.warn('AG Grid: Since version 25.2.0 the `customFooter` param has been deprecated. Use `appendContent` instead.'); }, 'gridSerializer-customFooter');
56024
56653
  }
56025
56654
  gridSerializingSession.addCustomContent(appendContent);
56026
56655
  }
@@ -56032,7 +56661,7 @@ var GridSerializer = /** @class */ (function (_super) {
56032
56661
  var prependContent = params.customHeader || params.prependContent;
56033
56662
  if (prependContent) {
56034
56663
  if (params.customHeader) {
56035
- _.doOnce(function () { return (void 0); }, 'gridSerializer-customHeader');
56664
+ _.doOnce(function () { return console.warn('AG Grid: Since version 25.2.0 the `customHeader` param has been deprecated. Use `prependContent` instead.'); }, 'gridSerializer-customHeader');
56036
56665
  }
56037
56666
  gridSerializingSession.addCustomContent(prependContent);
56038
56667
  }
@@ -56054,7 +56683,7 @@ var GridSerializer = /** @class */ (function (_super) {
56054
56683
  _this.recursivelyAddHeaderGroups(displayedGroups, gridSerializingSession, params.processGroupHeaderCallback);
56055
56684
  }
56056
56685
  else if (params.columnGroups) {
56057
- _.doOnce(function () { return (void 0); }, 'gridSerializer-columnGroups');
56686
+ _.doOnce(function () { return console.warn('AG Grid: Since v25.2 the `columnGroups` param has deprecated, and groups are exported by default.'); }, 'gridSerializer-columnGroups');
56058
56687
  }
56059
56688
  return gridSerializingSession;
56060
56689
  };
@@ -56068,7 +56697,7 @@ var GridSerializer = /** @class */ (function (_super) {
56068
56697
  });
56069
56698
  }
56070
56699
  else if (params.skipHeader) {
56071
- _.doOnce(function () { return (void 0); }, 'gridSerializer-skipHeader');
56700
+ _.doOnce(function () { return console.warn('AG Grid: Since v25.2 the `skipHeader` param has been renamed to `skipColumnHeaders`.'); }, 'gridSerializer-skipHeader');
56072
56701
  }
56073
56702
  return gridSerializingSession;
56074
56703
  };
@@ -56316,6 +56945,12 @@ var ClipboardService = /** @class */ (function (_super) {
56316
56945
  .then(this.processClipboardData.bind(this))
56317
56946
  .catch(function (e) {
56318
56947
  _.doOnce(function () {
56948
+ console.warn(e);
56949
+ console.warn('AG Grid: Unable to use the Clipboard API (navigator.clipboard.readText()). ' +
56950
+ 'The reason why it could not be used has been logged in the previous line. ' +
56951
+ 'For this reason the grid has defaulted to using a workaround which doesn\'t perform as well. ' +
56952
+ 'Either fix why Clipboard API is blocked, OR stop this message from appearing by setting grid ' +
56953
+ 'property suppressClipboardApi=true (which will default the grid to using the workaround rather than the API');
56319
56954
  }, 'clipboardApiError');
56320
56955
  _this.navigatorApiFailed = true;
56321
56956
  _this.pasteFromClipboardLegacy();
@@ -56842,6 +57477,12 @@ var ClipboardService = /** @class */ (function (_super) {
56842
57477
  if (allowNavigator && navigator.clipboard) {
56843
57478
  navigator.clipboard.writeText(data).catch(function (e) {
56844
57479
  _.doOnce(function () {
57480
+ console.warn(e);
57481
+ console.warn('AG Grid: Unable to use the Clipboard API (navigator.clipboard.writeText()). ' +
57482
+ 'The reason why it could not be used has been logged in the previous line. ' +
57483
+ 'For this reason the grid has defaulted to using a workaround which doesn\'t perform as well. ' +
57484
+ 'Either fix why Clipboard API is blocked, OR stop this message from appearing by setting grid ' +
57485
+ 'property suppressClipboardApi=true (which will default the grid to using the workaround rather than the API.');
56845
57486
  }, 'clipboardApiError');
56846
57487
  _this.copyDataToClipboardLegacy(data);
56847
57488
  });
@@ -56858,7 +57499,12 @@ var ClipboardService = /** @class */ (function (_super) {
56858
57499
  element.value = data || ' '; // has to be non-empty value or execCommand will not do anything
56859
57500
  element.select();
56860
57501
  element.focus({ preventScroll: true });
56861
- eDocument.execCommand('copy');
57502
+ var result = eDocument.execCommand('copy');
57503
+ if (!result) {
57504
+ console.warn('AG Grid: Browser did not allow document.execCommand(\'copy\'). Ensure ' +
57505
+ 'api.copySelectedRowsToClipboard() is invoked via a user event, i.e. button click, otherwise ' +
57506
+ 'the browser will prevent it for security reasons.');
57507
+ }
56862
57508
  if (focusedElementBefore != null && focusedElementBefore.focus != null) {
56863
57509
  focusedElementBefore.focus({ preventScroll: true });
56864
57510
  }
@@ -56882,6 +57528,7 @@ var ClipboardService = /** @class */ (function (_super) {
56882
57528
  callbackNow(eTempInput);
56883
57529
  }
56884
57530
  catch (err) {
57531
+ console.warn('AG Grid: Browser does not support document.execCommand(\'copy\') for clipboard operations');
56885
57532
  }
56886
57533
  //It needs 100 otherwise OS X seemed to not always be able to paste... Go figure...
56887
57534
  if (callbackAfter) {
@@ -58154,6 +58801,7 @@ var ToolPanelColumnComp = /** @class */ (function (_super) {
58154
58801
  return false;
58155
58802
  };
58156
58803
  ToolPanelColumnComp.prototype.setExpanded = function (value) {
58804
+ console.warn('AG Grid: can not expand a column item that does not represent a column group header');
58157
58805
  };
58158
58806
  ToolPanelColumnComp.TEMPLATE = "<div class=\"ag-column-select-column\" aria-hidden=\"true\">\n <ag-checkbox ref=\"cbSelect\" class=\"ag-column-select-checkbox\"></ag-checkbox>\n <span class=\"ag-column-select-column-label\" ref=\"eLabel\"></span>\n </div>";
58159
58807
  __decorate$q([
@@ -58448,7 +59096,10 @@ var PRIMARY_COLS_LIST_PANEL_CLASS = 'ag-column-select-list';
58448
59096
  expandedGroupIds.push(groupId);
58449
59097
  }
58450
59098
  });
58451
- groupIds.filter(function (groupId) { return !_.includes(expandedGroupIds, groupId); });
59099
+ var unrecognisedGroupIds = groupIds.filter(function (groupId) { return !_.includes(expandedGroupIds, groupId); });
59100
+ if (unrecognisedGroupIds.length > 0) {
59101
+ console.warn('AG Grid: unable to find group(s) for supplied groupIds:', unrecognisedGroupIds);
59102
+ }
58452
59103
  };
58453
59104
  PrimaryColsListPanel.prototype.getExpandState = function () {
58454
59105
  var expandedCount = 0;
@@ -58842,6 +59493,7 @@ var __decorate$n = (undefined && undefined.__decorate) || function (decorators,
58842
59493
  this.aggFuncService.getAggFunc(aggFuncOrString) :
58843
59494
  aggFuncOrString;
58844
59495
  if (typeof aggFunc !== 'function') {
59496
+ console.error("AG Grid: unrecognised aggregation function " + aggFuncOrString);
58845
59497
  return null;
58846
59498
  }
58847
59499
  var aggFuncAny = aggFunc;
@@ -59368,6 +60020,9 @@ var __spread$2 = (undefined && undefined.__spread) || function () {
59368
60020
  GroupStage.prototype.insertOneNode = function (childNode, details, isMove) {
59369
60021
  var path = this.getGroupInfo(childNode, details);
59370
60022
  var parentGroup = this.findParentForNode(childNode, path, details);
60023
+ if (!parentGroup.group) {
60024
+ console.warn("AG Grid: duplicate group keys for row data, keys should be unique", [parentGroup.data, childNode.data]);
60025
+ }
59371
60026
  if (this.usingTreeData) {
59372
60027
  this.swapGroupWithUserNode(parentGroup, childNode, isMove);
59373
60028
  }
@@ -59505,7 +60160,7 @@ var __spread$2 = (undefined && undefined.__spread) || function () {
59505
60160
  GroupStage.prototype.getGroupInfoFromCallback = function (rowNode) {
59506
60161
  var keys = this.getDataPath ? this.getDataPath(rowNode.data) : null;
59507
60162
  if (keys === null || keys === undefined || keys.length === 0) {
59508
- _.doOnce(function () { return (void 0); }, 'groupStage.getGroupInfoFromCallback');
60163
+ _.doOnce(function () { return console.warn("AG Grid: getDataPath() should not return an empty path for data", rowNode.data); }, 'groupStage.getGroupInfoFromCallback');
59509
60164
  }
59510
60165
  var groupInfoMapper = function (key) { return ({ key: key, field: null, rowGroupColumn: null }); };
59511
60166
  return keys ? keys.map(groupInfoMapper) : [];
@@ -62230,6 +62885,7 @@ var ToolPanelWrapper = /** @class */ (function (_super) {
62230
62885
  var compDetails = this.userComponentFactory.getToolPanelCompDetails(toolPanelDef, params);
62231
62886
  var componentPromise = compDetails.newAgStackInstance();
62232
62887
  if (componentPromise == null) {
62888
+ console.warn("AG Grid: error processing tool panel component " + id + ". You need to specify either 'toolPanel' or 'toolPanelFramework'");
62233
62889
  return;
62234
62890
  }
62235
62891
  componentPromise.then(this.setToolPanelComponent.bind(this));
@@ -62424,6 +63080,7 @@ var __decorate$5 = (undefined && undefined.__decorate) || function (decorators,
62424
63080
  var _this = this;
62425
63081
  defs.forEach(function (def) {
62426
63082
  if (def.id == null) {
63083
+ console.warn("AG Grid: please review all your toolPanel components, it seems like at least one of them doesn't have an id");
62427
63084
  return;
62428
63085
  }
62429
63086
  // helpers, in case user doesn't have the right module loaded
@@ -62469,6 +63126,7 @@ var __decorate$5 = (undefined && undefined.__decorate) || function (decorators,
62469
63126
  SideBarComp.prototype.getToolPanelInstance = function (key) {
62470
63127
  var toolPanelWrapper = this.toolPanelWrappers.filter(function (toolPanel) { return toolPanel.getToolPanelId() === key; })[0];
62471
63128
  if (!toolPanelWrapper) {
63129
+ console.warn("AG Grid: unable to lookup Tool Panel as invalid key supplied: " + key);
62472
63130
  return;
62473
63131
  }
62474
63132
  return toolPanelWrapper.getToolPanelInstance();
@@ -62554,6 +63212,7 @@ var __decorate$4 = (undefined && undefined.__decorate) || function (decorators,
62554
63212
  }
62555
63213
  ToolPanelColDefService.prototype.createColumnTree = function (colDefs) {
62556
63214
  var _this = this;
63215
+ var invalidColIds = [];
62557
63216
  var createDummyColGroup = function (abstractColDef, depth) {
62558
63217
  if (_this.isColGroupDef(abstractColDef)) {
62559
63218
  // creating 'dummy' group which is not associated with grid column group
@@ -62575,6 +63234,9 @@ var __decorate$4 = (undefined && undefined.__decorate) || function (decorators,
62575
63234
  var colDef = abstractColDef;
62576
63235
  var key = colDef.colId ? colDef.colId : colDef.field;
62577
63236
  var column = _this.columnModel.getPrimaryColumn(key);
63237
+ if (!column) {
63238
+ invalidColIds.push(colDef);
63239
+ }
62578
63240
  return column;
62579
63241
  }
62580
63242
  };
@@ -62586,6 +63248,9 @@ var __decorate$4 = (undefined && undefined.__decorate) || function (decorators,
62586
63248
  mappedResults.push(result);
62587
63249
  }
62588
63250
  });
63251
+ if (invalidColIds.length > 0) {
63252
+ console.warn('AG Grid: unable to find grid columns for the supplied colDef(s):', invalidColIds);
63253
+ }
62589
63254
  return mappedResults;
62590
63255
  };
62591
63256
  ToolPanelColDefService.prototype.syncLayoutWithGrid = function (syncLayoutCallback) {
@@ -63140,10 +63805,15 @@ var EnterpriseMenu = /** @class */ (function (_super) {
63140
63805
  };
63141
63806
  EnterpriseMenu.prototype.isValidMenuTabItem = function (menuTabName) {
63142
63807
  var isValid = true;
63808
+ var itemsToConsider = EnterpriseMenu.TABS_DEFAULT;
63143
63809
  if (this.restrictTo != null) {
63144
63810
  isValid = this.restrictTo.indexOf(menuTabName) > -1;
63811
+ itemsToConsider = this.restrictTo;
63145
63812
  }
63146
63813
  isValid = isValid && EnterpriseMenu.TABS_DEFAULT.indexOf(menuTabName) > -1;
63814
+ if (!isValid) {
63815
+ console.warn("AG Grid: Trying to render an invalid menu item '" + menuTabName + "'. Check that your 'menuTabs' contains one of [" + itemsToConsider + "]");
63816
+ }
63147
63817
  return isValid;
63148
63818
  };
63149
63819
  EnterpriseMenu.prototype.isNotSuppressed = function (menuTabName) {
@@ -63854,6 +64524,7 @@ var MenuItemMapper = /** @class */ (function (_super) {
63854
64524
  return chartMenuItem;
63855
64525
  }
63856
64526
  else {
64527
+ console.warn("AG Grid: unknown menu item type " + key);
63857
64528
  return null;
63858
64529
  }
63859
64530
  }
@@ -64167,6 +64838,54 @@ function _0x15c2(_0x353a9c, _0x3e4a5a) { const _0x53e110 = _0x53e1(); return _0x
64167
64838
  } }(_0x53e1, 0xe8676));
64168
64839
  const agGridLicense = _0xc7632f(0x18c);
64169
64840
 
64841
+ const BUILTIN_AGG_FUNCS = {
64842
+ "sum": (params) => params.values.reduce((a, b) => Number(a !== null && a !== void 0 ? a : 0) + Number(b !== null && b !== void 0 ? b : 0), 0),
64843
+ avg: (params) => {
64844
+ const valid = params.values.filter(v => v != null && !Number.isNaN(v));
64845
+ return valid.length
64846
+ ? valid.reduce((a, b) => a + b, 0) / valid.length
64847
+ : null;
64848
+ },
64849
+ min: (params) => {
64850
+ const valid = params.values.filter(v => v != null && !Number.isNaN(v));
64851
+ return valid.length ? Math.min(...valid) : null;
64852
+ },
64853
+ max: (params) => Math.max(...params.values.filter(v => v != null && !Number.isNaN(v))),
64854
+ count: (params) => params.values.filter(v => v != null).length
64855
+ };
64856
+ function resolveAggFunc(aggFunc) {
64857
+ if (typeof aggFunc === 'function')
64858
+ return aggFunc;
64859
+ const fn = BUILTIN_AGG_FUNCS[aggFunc];
64860
+ if (!fn) {
64861
+ throw new Error(`aggFunc "${aggFunc}" não suportada`);
64862
+ }
64863
+ return fn;
64864
+ }
64865
+
64866
+ /**
64867
+ * Larguras padrão das colunas do grid por tipo de UserInterface
64868
+ */
64869
+ const GRID_COLUMN_DEFAULT_WIDTHS = {
64870
+ [UserInterface.SEARCH]: 200,
64871
+ [UserInterface.SEARCHPLUS]: 100,
64872
+ [UserInterface.DATE]: 120,
64873
+ [UserInterface.DATETIME]: 160,
64874
+ [UserInterface.TIME]: 100,
64875
+ [UserInterface.ELAPSEDTIME]: 100,
64876
+ [UserInterface.DECIMALNUMBER]: 130,
64877
+ [UserInterface.INTEGERNUMBER]: 120,
64878
+ [UserInterface.SWITCH]: 80,
64879
+ [UserInterface.FILE]: 100,
64880
+ [UserInterface.HTML]: 200,
64881
+ [UserInterface.LONGTEXT]: 200,
64882
+ [UserInterface.CHECKBOX]: 80,
64883
+ [UserInterface.OPTIONSELECTOR]: 100,
64884
+ [UserInterface.SHORTTEXT]: 200,
64885
+ [UserInterface.PASSWORD]: 100,
64886
+ [UserInterface.MASKEDTEXT]: 100,
64887
+ };
64888
+
64170
64889
  class AgGridController {
64171
64890
  configFilterColumn(filterColumn) {
64172
64891
  this._filterColumn = filterColumn;
@@ -64192,12 +64911,14 @@ class AgGridController {
64192
64911
  this.DEFAULT_HEADER_ROW_HEIGHT = 32;
64193
64912
  this.CHECK_BOX_COL_ID = 'checkBoxColumn';
64194
64913
  this.STATUS_COL_ID = 'statusColumn';
64914
+ this.COLUMN_FOOTER_OPER = 'gridFooterOper';
64195
64915
  this.RECORD_ARCHIVE_COL_ID = '__RECORD_ARCHIVE__';
64196
64916
  this.BLOCK_LOAD_DEBOUNCE = 100;
64197
- this.DEFAULT_FONT_SIZE = 14;
64917
+ this.DEFAULT_FONT_SIZE = 8;
64198
64918
  this.DEFAULT_FONT_SIZE_HTML5 = 32;
64199
- this.DEFAULT_ICON_SIZE = 12;
64200
- this.DEFAULT_MAX_SIZE = 200;
64919
+ this.DEFAULT_ICON_SIZE = 40;
64920
+ this.DEFAULT_MAX_SIZE = 300;
64921
+ this.MULTI_VALUES_PROP = '__multiValues';
64201
64922
  this._menuItems = [];
64202
64923
  this._idAttribName = '__record__id__';
64203
64924
  this._gridConfig = [];
@@ -64207,6 +64928,9 @@ class AgGridController {
64207
64928
  this._gridShowDom = false;
64208
64929
  this.peddingExecutionsOnGridShow = [];
64209
64930
  this._lastColsConfig = undefined;
64931
+ this._pinnedBottomDebounceTimer = null;
64932
+ this._pinnedBottomDebounceDelay = 150;
64933
+ this._pinnedBottomPendingArgs = null;
64210
64934
  ModuleRegistry.registerModules([
64211
64935
  EnterpriseCoreModule,
64212
64936
  RangeSelectionModule,
@@ -64273,21 +64997,24 @@ class AgGridController {
64273
64997
  const params = [];
64274
64998
  let isNullIncluded;
64275
64999
  checkedOptions.forEach(option => {
64276
- const paramName = `PARAM_${column}_${params.length + 1}`;
64277
- params.push({
64278
- dataType: dataType === DataType.OBJECT ? DataType.TEXT : dataType,
64279
- name: paramName,
64280
- value: option.value,
64281
- });
64282
- if (option.value == undefined) {
64283
- isNullIncluded = true;
64284
- }
64285
- else {
64286
- if (placeholders.length > 0) {
64287
- placeholders = placeholders + ',';
65000
+ const optionValues = this.resolveColumnFilterValues(option);
65001
+ optionValues.forEach(value => {
65002
+ const paramName = `PARAM_${column}_${params.length + 1}`;
65003
+ params.push({
65004
+ dataType: dataType === DataType.OBJECT ? DataType.TEXT : dataType,
65005
+ name: paramName,
65006
+ value,
65007
+ });
65008
+ if (value == undefined) {
65009
+ isNullIncluded = true;
64288
65010
  }
64289
- placeholders = `${placeholders}:${paramName}`;
64290
- }
65011
+ else {
65012
+ if (placeholders.length > 0) {
65013
+ placeholders = placeholders + ',';
65014
+ }
65015
+ placeholders = `${placeholders}:${paramName}`;
65016
+ }
65017
+ });
64291
65018
  });
64292
65019
  return {
64293
65020
  name: `${DISTINCT_FILTER_NAME_PREFIX}${column}`,
@@ -64309,6 +65036,13 @@ class AgGridController {
64309
65036
  }
64310
65037
  return `${columnExpression} in (${placeholders})`;
64311
65038
  }
65039
+ resolveColumnFilterValues(option) {
65040
+ const multiValues = option === null || option === void 0 ? void 0 : option[this.MULTI_VALUES_PROP];
65041
+ if (Array.isArray(multiValues) && multiValues.length > 0) {
65042
+ return multiValues;
65043
+ }
65044
+ return [option.value];
65045
+ }
64312
65046
  initDatagrid(container, options) {
64313
65047
  var _a;
64314
65048
  this._options = options;
@@ -64407,6 +65141,90 @@ class AgGridController {
64407
65141
  this.observer.observe(container);
64408
65142
  }
64409
65143
  }
65144
+ onGridReady(evt) {
65145
+ var _a;
65146
+ this._bottomPinnedRowSubscriber = async (action) => {
65147
+ if (action.type === Action.DATA_LOADED || action.type === Action.PAGINATION_UPDATED) {
65148
+ this.scheduleSetPinnedBottomRow(evt.api, evt.columnApi);
65149
+ }
65150
+ };
65151
+ (_a = this._dataUnit) === null || _a === void 0 ? void 0 : _a.subscribe(this._bottomPinnedRowSubscriber);
65152
+ }
65153
+ scheduleSetPinnedBottomRow(api, columnApi) {
65154
+ if (!api || !columnApi)
65155
+ return;
65156
+ // atualiza args pendentes
65157
+ this._pinnedBottomPendingArgs = { api, columnApi };
65158
+ // limpa timer anterior
65159
+ if (this._pinnedBottomDebounceTimer != null) {
65160
+ window.clearTimeout(this._pinnedBottomDebounceTimer);
65161
+ }
65162
+ // agenda execução
65163
+ this._pinnedBottomDebounceTimer = window.setTimeout(async () => {
65164
+ this._pinnedBottomDebounceTimer = null;
65165
+ const args = this._pinnedBottomPendingArgs;
65166
+ this._pinnedBottomPendingArgs = null;
65167
+ if (!args)
65168
+ return;
65169
+ try {
65170
+ await this.setPinnedBottomRow(args.api, args.columnApi);
65171
+ }
65172
+ catch (err) {
65173
+ console.error('Erro em setPinnedBottomRow debounced:', err);
65174
+ }
65175
+ }, this._pinnedBottomDebounceDelay);
65176
+ }
65177
+ async setPinnedBottomRow(api, columnApi) {
65178
+ const paginationInfo = this._dataUnit.getPaginationInfo();
65179
+ const loadingInProgress = paginationInfo === null || paginationInfo === void 0 ? void 0 : paginationInfo.loadingInProgress;
65180
+ if (!api || !columnApi || loadingInProgress)
65181
+ return;
65182
+ const columns = columnApi.getAllGridColumns();
65183
+ const columnsWithAgg = columns.filter(col => col.getColDef().aggFunc);
65184
+ if (columnsWithAgg.length === 0)
65185
+ return;
65186
+ const accumulators = new Map();
65187
+ columnsWithAgg.forEach(col => {
65188
+ const colId = col.getColId();
65189
+ accumulators.set(colId, { values: [], aggFunc: col.getColDef().aggFunc });
65190
+ });
65191
+ const recordsToAggregate = await this.getAllRecordsToAggregate();
65192
+ recordsToAggregate.forEach(record => {
65193
+ columnsWithAgg.forEach(col => {
65194
+ const colId = col.getColId();
65195
+ const value = record[colId];
65196
+ if (value != null) {
65197
+ accumulators.get(colId).values.push(value);
65198
+ }
65199
+ });
65200
+ });
65201
+ const totalRow = {};
65202
+ accumulators.forEach((acc, colId) => {
65203
+ try {
65204
+ const aggFn = resolveAggFunc(acc.aggFunc);
65205
+ totalRow[colId] = aggFn({ values: acc.values });
65206
+ }
65207
+ catch (error) {
65208
+ console.error(`Erro ao calcular agregação para coluna ${colId}:`, error);
65209
+ totalRow[colId] = null;
65210
+ }
65211
+ });
65212
+ const hasData = Object.values(totalRow).some(value => value !== null && value !== undefined && value !== 0 && !Number.isNaN(value));
65213
+ if (hasData) {
65214
+ api.setPinnedBottomRowData([totalRow]);
65215
+ }
65216
+ }
65217
+ async getAllRecordsToAggregate() {
65218
+ var _a, _b;
65219
+ if ((_a = this._dataUnit) === null || _a === void 0 ? void 0 : _a.allRecordsLoader) {
65220
+ return this._dataUnit.allRecordsLoader(this._dataUnit);
65221
+ }
65222
+ const paginationInfo = this._dataUnit.getPaginationInfo();
65223
+ if (!paginationInfo || !paginationInfo.total)
65224
+ return [];
65225
+ const response = await this._dataUnit.dataLoader(this._dataUnit, { limit: paginationInfo.total });
65226
+ return (_b = response.records) !== null && _b !== void 0 ? _b : [];
65227
+ }
64410
65228
  processFormatterCellCallback(params) {
64411
65229
  const column = params.column.getColDef();
64412
65230
  if (typeof column.valueFormatter === 'function') {
@@ -64572,6 +65390,8 @@ class AgGridController {
64572
65390
  opt.onRowDoubleClicked = evt => this.onRowDoubleClick(evt);
64573
65391
  opt.onDragStopped = evt => this.onCallStateChange('columnMovedEnd', evt);
64574
65392
  opt.onCellClicked = evt => this.onCellClicked(evt);
65393
+ opt.onGridReady = evt => this.onGridReady(evt);
65394
+ opt.onModelUpdated = async (evt) => this.scheduleSetPinnedBottomRow(evt.api, evt.columnApi);
64575
65395
  }
64576
65396
  setOptionsSupress(opt) {
64577
65397
  opt.suppressDragLeaveHidesColumns = true;
@@ -65094,9 +65914,12 @@ class AgGridController {
65094
65914
  tooltip = this._i18n('ez-grid.columnCantBeOrder');
65095
65915
  }
65096
65916
  const presentationFrom = (_d = source === null || source === void 0 ? void 0 : source.props) === null || _d === void 0 ? void 0 : _d.get(PRESENTATION_FROM_COL_PROP_NAME);
65917
+ const initialWidth = this.getInitialColumnWidth(source.userInterface, source.label);
65097
65918
  return this._editionManager.configureColumn({
65098
65919
  headerName: source.label,
65099
65920
  field: source.name,
65921
+ width: initialWidth,
65922
+ aggFunc: this.getAggFunc(source),
65100
65923
  sortable: propSortable,
65101
65924
  resizable: true,
65102
65925
  headerComponent: 'ezGridCustomHeader',
@@ -65138,6 +65961,10 @@ class AgGridController {
65138
65961
  editable: !((_e = source.props) === null || _e === void 0 ? void 0 : _e.has(PRESENTATION_FROM_COL_PROP_NAME))
65139
65962
  });
65140
65963
  }
65964
+ getAggFunc(column) {
65965
+ var _a, _b;
65966
+ return (_b = (_a = column.props) === null || _a === void 0 ? void 0 : _a.get(this.COLUMN_FOOTER_OPER)) !== null && _b !== void 0 ? _b : column.aggFunc;
65967
+ }
65141
65968
  setHTMLRender(params, source) {
65142
65969
  const htmlSanitized = purify.sanitize(params.value);
65143
65970
  params.colDef.cellRenderer = (cellParams) => {
@@ -65393,6 +66220,22 @@ class AgGridController {
65393
66220
  var _a;
65394
66221
  this.observer.disconnect();
65395
66222
  (_a = this._dataSource) === null || _a === void 0 ? void 0 : _a.destroy();
66223
+ this.handleDestroyBottomPinnedRowSubscriber();
66224
+ this.handleDestroySetBottomPinnedRowDebounce();
66225
+ }
66226
+ handleDestroyBottomPinnedRowSubscriber() {
66227
+ var _a;
66228
+ if (this._bottomPinnedRowSubscriber) {
66229
+ (_a = this._dataUnit) === null || _a === void 0 ? void 0 : _a.unsubscribe(this._bottomPinnedRowSubscriber);
66230
+ this._bottomPinnedRowSubscriber = null;
66231
+ }
66232
+ }
66233
+ handleDestroySetBottomPinnedRowDebounce() {
66234
+ if (this._pinnedBottomDebounceTimer != null) {
66235
+ clearTimeout(this._pinnedBottomDebounceTimer);
66236
+ this._pinnedBottomDebounceTimer = null;
66237
+ this._pinnedBottomPendingArgs = null;
66238
+ }
65396
66239
  }
65397
66240
  registryListeners() {
65398
66241
  var _a;
@@ -65421,10 +66264,21 @@ class AgGridController {
65421
66264
  }
65422
66265
  const field = (_a = this._dataUnit) === null || _a === void 0 ? void 0 : _a.getField(cfgColumn.name);
65423
66266
  const label = (_b = field === null || field === void 0 ? void 0 : field.label) !== null && _b !== void 0 ? _b : (_f = (_e = (_d = (_c = this._gridOptions) === null || _c === void 0 ? void 0 : _c.columnApi) === null || _d === void 0 ? void 0 : _d.getColumn(cfgColumn.name)) === null || _e === void 0 ? void 0 : _e.getColDef()) === null || _f === void 0 ? void 0 : _f.headerName;
65424
- if ((field === null || field === void 0 ? void 0 : field.userInterface) === UserInterface.SEARCH) {
65425
- return this.DEFAULT_MAX_SIZE;
66267
+ return this.getInitialColumnWidth(field === null || field === void 0 ? void 0 : field.userInterface, label);
66268
+ }
66269
+ getInitialColumnWidth(userInterface, label) {
66270
+ const columnWidthByLabel = this.getColumnWidthByLabel(label);
66271
+ const defaultWidth = this.getDefaultWidthByUserInterface(userInterface);
66272
+ if (!defaultWidth) {
66273
+ return columnWidthByLabel;
65426
66274
  }
65427
- return this.getColumnWidthByLabel(label);
66275
+ return Math.max(defaultWidth, columnWidthByLabel);
66276
+ }
66277
+ getDefaultWidthByUserInterface(userInterface) {
66278
+ if (!userInterface) {
66279
+ return undefined;
66280
+ }
66281
+ return GRID_COLUMN_DEFAULT_WIDTHS[userInterface];
65428
66282
  }
65429
66283
  getColumnWidthByLabel(label) {
65430
66284
  const labelSize = ((label === null || label === void 0 ? void 0 : label.length) || 0) * this.DEFAULT_FONT_SIZE + this.DEFAULT_ICON_SIZE;
@@ -65618,7 +66472,7 @@ class InMemoryFilterColumnDataSource {
65618
66472
  }
65619
66473
  }
65620
66474
 
65621
- const ezGridCss = ".sc-ez-grid-h{display:grid;grid-template-rows:auto 1fr auto;height:100%;width:100%;--ez-grid__header--background-color:var(--background--xlight, #FFF);--ez-grid__selection-counter--z-index:var(--visible, 1);--ez-grid__container--shadow:var(--shadow);--ez-grid--min-height:300px;--ez-grid__container--shadow--outline:var(--shadow--outline) var(--color--strokes);--ez-grid__header--shadow:var(--shadow--xsmall);--ez-grid__header--shadow--outline:var(--shadow--outline) var(--color--strokes);--ez-grid__header--outline:none;--ez-grid__header--border:none;min-height:var(--ez-grid--min-height)}.grid-header.sc-ez-grid{display:grid;justify-content:space-between;align-items:center;grid-row-start:1;grid-template-columns:1fr;background-color:var(--ez-grid__header--background-color, #FFF)}.grid-header.shadow-mode.sc-ez-grid{box-shadow:var(--ez-grid__header--shadow);border:var(--ez-grid__header--border);outline:var(--ez-grid__header--outline)}.grid-header.outline-mode.sc-ez-grid{box-shadow:var(--ez-grid__header--shadow--outline);border:var(--ez-grid__header--border);outline:var(--ez-grid__header--outline)}.header-overlay.sc-ez-grid{padding-top:15px;margin-top:-12px}.grid__container.sc-ez-grid{outline:none;box-shadow:var(--ez-grid__container--shadow);background-color:var(--ez-grid__header--background-color);border:var(--border--small) var(--color--strokes);border-radius:var(--border--radius-small)}.grid__container.no-scroll.sc-ez-grid{width:100vw}.sc-ez-grid-h:not([no-header]) .grid__container.sc-ez-grid{border:none}.grid__container.outline-mode.sc-ez-grid{box-shadow:var(--ez-grid__container--shadow--outline);border:none;outline:none}.grid-header__popover.sc-ez-grid{position:relative;top:var(--space--sm, 16px)}.grid-header__container.sc-ez-grid{display:flex;align-items:center;flex-grow:1;flex-shrink:1}.grid-header__position.sc-ez-grid{display:flex;align-items:center;justify-content:space-between}.grid__selection-counter.sc-ez-grid{position:fixed;white-space:nowrap;transform:translate(-50%, 0px);left:50%;opacity:0;bottom:-100%;transition:opacity 0.1s, bottom 0.5s}.grid__selection-counter--opened.sc-ez-grid{opacity:1;bottom:0px}.grid__btn-close.sc-ez-grid{display:flex;align-items:center;justify-content:center;padding:0;outline:none;width:20px;height:20px;border:none;background-color:unset;cursor:pointer}.grid__btn-clear.sc-ez-grid{--ez-button--link-color:var(--color--alert-warning-900, #8C6B00);--ez-button--link--hover-color:var(--color--alert-warning-900, #8C6B00)}[no-header].sc-ez-grid-h .grid-header.sc-ez-grid{height:0;padding:0}.grid-header__pagination.sc-ez-grid{justify-content:flex-end;flex-wrap:nowrap;flex-shrink:1;flex-grow:1}.grid-header__pagination-label.sc-ez-grid{width:100%;white-space:nowrap}.overflowed.sc-ez-grid{display:none}.pagination-contracted.sc-ez-grid{width:100px}.pagination-expanded.sc-ez-grid{min-width:150px}.left__header-contracted.sc-ez-grid{width:auto}.left__header-expanded.sc-ez-grid{flex-grow:1}.grid__footer.sc-ez-grid{background-color:var(--background--xlight, #FFF);border-radius:0 0 var(--border--radius-medium) var(--border--radius-medium);box-shadow:var(--shadow--small)}.cancel-pagination.sc-ez-grid{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;padding:8px;width:180px}.cancel-pagination-btn.sc-ez-grid{color:var(--color--error);font-size:var(--text--medium);font-weight:var(--text-weight--large);font-family:var(--font-pattern, Roboto);text-wrap:nowrap;cursor:pointer}.spin.sc-ez-grid{animation-name:spin;animation-duration:5000ms;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}";
66475
+ const ezGridCss = ".sc-ez-grid-h{display:grid;grid-template-rows:auto 1fr auto;height:100%;width:100%;--ez-grid__header--background-color:var(--background--xlight, #FFF);--ez-grid__selection-counter--z-index:var(--visible, 1);--ez-grid__container--shadow:var(--shadow);--ez-grid--min-height:300px;--ez-grid__container--shadow--outline:var(--shadow--outline) var(--color--strokes);--ez-grid__header--shadow:var(--shadow--xsmall);--ez-grid__header--shadow--outline:var(--shadow--outline) var(--color--strokes);--ez-grid__header--outline:none;--ez-grid__header--border:none;min-height:var(--ez-grid--min-height)}.grid-header.sc-ez-grid{display:grid;justify-content:space-between;align-items:center;grid-row-start:1;grid-template-columns:1fr;background-color:var(--ez-grid__header--background-color, #FFF)}.grid-header.shadow-mode.sc-ez-grid{box-shadow:var(--ez-grid__header--shadow);border:var(--ez-grid__header--border);outline:var(--ez-grid__header--outline)}.grid-header.outline-mode.sc-ez-grid{box-shadow:var(--ez-grid__header--shadow--outline);border:var(--ez-grid__header--border);outline:var(--ez-grid__header--outline)}.header-overlay.sc-ez-grid{padding-top:15px;margin-top:-12px}.grid__container.sc-ez-grid{outline:none;background-color:var(--ez-grid__header--background-color);border-radius:var(--border--radius-12, 12px) var(--border--radius-12, 12px) 0 0}.grid__container.no-scroll.sc-ez-grid{width:100vw}.sc-ez-grid-h:not([no-header]) .grid__container.sc-ez-grid{border:none}.grid__container.outline-mode.sc-ez-grid{box-shadow:var(--ez-grid__container--shadow--outline);border:none;outline:none}.grid-header__popover.sc-ez-grid{position:relative;top:var(--space--sm, 16px)}.grid-header__container.sc-ez-grid{display:flex;align-items:center;flex-grow:1;flex-shrink:1}.grid-header__position.sc-ez-grid{display:flex;align-items:center;justify-content:space-between}.grid__selection-counter.sc-ez-grid{position:fixed;white-space:nowrap;transform:translate(-50%, 0px);left:50%;opacity:0;bottom:-100%;transition:opacity 0.1s, bottom 0.5s}.grid__selection-counter--opened.sc-ez-grid{opacity:1;bottom:0px}.grid__btn-close.sc-ez-grid{display:flex;align-items:center;justify-content:center;padding:0;outline:none;width:20px;height:20px;border:none;background-color:unset;cursor:pointer}.grid__btn-clear.sc-ez-grid{--ez-button--link-color:var(--color--alert-warning-900, #8C6B00);--ez-button--link--hover-color:var(--color--alert-warning-900, #8C6B00)}[no-header].sc-ez-grid-h .grid-header.sc-ez-grid{height:0;padding:0}.overflowed.sc-ez-grid{display:none}.left__header-contracted.sc-ez-grid{width:auto}.left__header-expanded.sc-ez-grid{flex-grow:1}.grid__footer.sc-ez-grid{background-color:var(--background--xlight, #FFF)}";
65622
66476
 
65623
66477
  const windowInstace = window;
65624
66478
  const matches = (text, filter) => {
@@ -65671,6 +66525,7 @@ const EzGrid = class {
65671
66525
  this.useSearchColumn = true;
65672
66526
  this.suppressHorizontalScroll = false;
65673
66527
  this.mode = "complete";
66528
+ this.hidePagination = false;
65674
66529
  }
65675
66530
  /**
65676
66531
  * Aplica a definição de colunas.
@@ -65820,26 +66675,17 @@ const EzGrid = class {
65820
66675
  return;
65821
66676
  this._gridController.stopEdit();
65822
66677
  }
66678
+ /**
66679
+ * Manipula a mudança de página da grid.
66680
+ */
66681
+ async handlePageChange() {
66682
+ this.resetPaginationState();
66683
+ this._gridController.setFocusFirstRow();
66684
+ this.ezPageChangedChanged.emit();
66685
+ }
65823
66686
  observeConfig(config) {
65824
66687
  this._gridController.setColumnsState(config === null || config === void 0 ? void 0 : config.columns);
65825
66688
  }
65826
- updatePaginationTooltip() {
65827
- this.handleShowCancelPagination();
65828
- if (!this._refPaginationLabelTooltip)
65829
- return;
65830
- const alreadyDefined = this._refPaginationLabelTooltip.getAttribute('data-tooltip');
65831
- if (alreadyDefined) {
65832
- this._refPaginationLabelTooltip.setAttribute('data-tooltip', this._getPaginationTooltip());
65833
- }
65834
- }
65835
- observePaginationCounterMode(newValue) {
65836
- if (newValue === 'hidden') {
65837
- this._hidePaginationDescription();
65838
- }
65839
- if (newValue === 'show') {
65840
- this._showPaginationDescription();
65841
- }
65842
- }
65843
66689
  async observeModeChange(newMode = this.mode) {
65844
66690
  if (newMode === "simple") {
65845
66691
  this.canEdit = false;
@@ -66002,23 +66848,6 @@ const EzGrid = class {
66002
66848
  ElementIDUtils.addIDInfo(this._refPaginationControl, 'pagination', dtInfo);
66003
66849
  }
66004
66850
  }
66005
- handlePageChange() {
66006
- this.resetPaginationState();
66007
- this._gridController.setFocusFirstRow();
66008
- this.ezPageChangedChanged.emit();
66009
- }
66010
- previousPage() {
66011
- if (this.dataUnit) {
66012
- this.dataUnit.previousPage()
66013
- .then(() => this.handlePageChange());
66014
- }
66015
- }
66016
- nextPage() {
66017
- if (this.dataUnit) {
66018
- this.dataUnit.nextPage()
66019
- .then(() => this.handlePageChange());
66020
- }
66021
- }
66022
66851
  nextRecord() {
66023
66852
  if (this.dataUnit) {
66024
66853
  if (this.dataUnit.getSelectionInfo().records.length === 0) {
@@ -66038,38 +66867,6 @@ const EzGrid = class {
66038
66867
  this._paginationChangedByKeyboard = false;
66039
66868
  (_a = this._gridController) === null || _a === void 0 ? void 0 : _a.resetPaginationState();
66040
66869
  }
66041
- resolvePaginationClassMode() {
66042
- if (this.shouldPresentPaginationLabel())
66043
- return "pagination-expanded";
66044
- return "pagination-contracted";
66045
- }
66046
- async handleCancelPagination() {
66047
- var _a;
66048
- this.dataUnit.cancelPagination = true;
66049
- await ((_a = this._cancelPaginationPopoverElement) === null || _a === void 0 ? void 0 : _a.hide());
66050
- }
66051
- renderCancelPagination() {
66052
- return (h("ez-popover", { ref: (element) => (this._cancelPaginationPopoverElement = element), "overlay-type": 'none', autoClose: false }, h("div", { class: 'cancel-pagination' }, h("ez-icon", { iconName: "sync", size: "x-large", class: "spin" }), h("span", { onClick: () => this.handleCancelPagination(), class: 'cancel-pagination-btn' }, this.i18n("ez-grid.cancelPagination")))));
66053
- }
66054
- handleShowCancelPagination() {
66055
- var _a, _b, _c;
66056
- if (!this._hasToShowCancelPagination()) {
66057
- (_a = this._cancelPaginationPopoverElement) === null || _a === void 0 ? void 0 : _a.hide();
66058
- return;
66059
- }
66060
- if ((_b = this._cancelPaginationPopoverElement) === null || _b === void 0 ? void 0 : _b.opened)
66061
- return;
66062
- (_c = this._cancelPaginationPopoverElement) === null || _c === void 0 ? void 0 : _c.show("15px");
66063
- }
66064
- getPaginationControl() {
66065
- if (!this._paginationInfo)
66066
- return null;
66067
- const { currentPage, hasMore } = this._paginationInfo;
66068
- return (h("div", { class: `grid-header__container grid-header__pagination ${this.resolvePaginationClassMode()}`, ref: ref => (this._refPaginationControl = ref) }, this.renderCancelPagination(), h("div", { class: "ez-text ez-text--primary ez-text--medium ez-margin-right--medium", ref: (element) => (this._refPaginationLabel = element) }, h("span", { class: "grid-header__pagination-label" }, this.shouldPresentPaginationLabel() && h("strong", { class: "ez-text ez-text--primary ez-text--medium" }, this._getActualPageLabel()), this.shouldPresentPaginationLabel() && this._getRemainingPageLabel())), h("div", { id: "grid-pagination-tooltip", ref: (element) => (this._refPaginationLabelTooltip = element), class: "ez-flex ez-margin-right--medium", title: `${this._getActualPageLabel()} ${this._getRemainingPageLabel()}` }, h("ez-button", { size: "small", class: "ez-margin-right--medium", iconName: "chevron-left", mode: "icon", enabled: currentPage > 0, onClick: () => this.previousPage(), label: this.i18n("ez-grid.previousPage") }), h("ez-button", { size: "small", iconName: "chevron-right", mode: "icon", enabled: hasMore, onClick: () => this.nextPage(), label: this.i18n("ez-grid.nextPage") }))));
66069
- }
66070
- shouldPresentPaginationLabel() {
66071
- return this.paginationCounterMode === 'show' || this.paginationCounterMode === 'auto';
66072
- }
66073
66870
  componentDidLoad() {
66074
66871
  const _application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
66075
66872
  this.enableLockManagerLoadingComp = (!_application || (_application === null || _application === void 0 ? void 0 : _application.enableLockManagerLoadingApp)) ? this.enableLockManagerLoadingComp : false;
@@ -66134,76 +66931,9 @@ const EzGrid = class {
66134
66931
  }
66135
66932
  this._paginationInfo = paginationInfo;
66136
66933
  }
66137
- _getActualPageLabel() {
66138
- const { firstRecord, lastRecord } = this._paginationInfo;
66139
- return `${firstRecord}-${lastRecord}`;
66140
- }
66141
- _getRemainingPageLabel() {
66142
- const { total, count } = this._paginationInfo;
66143
- return `${total == undefined ? this.i18n("ez-grid.remainingPageLabel", { count: count + 1 }) : this.i18n("ez-grid.remainingTotalLabel", { total })}`;
66144
- }
66145
- _hasToShowCancelPagination() {
66146
- var _a;
66147
- const { total, count } = (_a = this._paginationInfo) !== null && _a !== void 0 ? _a : {};
66148
- const hasMore = (total === undefined);
66149
- return !this.dataUnit.cancelPagination && hasMore && count > this.dataUnit.pageSize;
66150
- }
66151
- _getPaginationTooltip() {
66152
- return this._getActualPageLabel() + this._getRemainingPageLabel();
66153
- }
66154
- _initHeaderOverflowWatcher() {
66155
- var _a;
66156
- (_a = this._headerOverflowWatcher) === null || _a === void 0 ? void 0 : _a.destroy();
66157
- if (this._refPaginationControl)
66158
- this._headerOverflowWatcher = new OverflowWatcher(this.buildOverFlowWatcherParams());
66159
- }
66160
- buildOverFlowWatcherParams() {
66161
- return {
66162
- element: this._refPaginationControl,
66163
- callback: this.handleOverFlow.bind(this),
66164
- notOverFlow: ["grid-pagination-tooltip"]
66165
- };
66166
- }
66167
- handleOverFlow() {
66168
- if (!this._refPaginationLabel || !this._refPaginationControl)
66169
- return;
66170
- const controlWidth = this._refPaginationControl.clientWidth;
66171
- const labelWidth = this._refPaginationLabel.scrollWidth;
66172
- const buttonsElement = this._refPaginationControl.querySelector('#grid-pagination-tooltip');
66173
- const buttonsWidth = (buttonsElement === null || buttonsElement === void 0 ? void 0 : buttonsElement.clientWidth) || 0;
66174
- const totalMargins = this._getElementMargins(this._refPaginationLabel) + (buttonsElement ? this._getElementMargins(buttonsElement) : 0);
66175
- const paginationWidthWithoutDescription = labelWidth + buttonsWidth + totalMargins;
66176
- const paginationWidthWithDescription = paginationWidthWithoutDescription + this._getPaginationDescriptionWidth();
66177
- if (controlWidth > paginationWidthWithDescription) {
66178
- this._showPaginationDescription();
66179
- }
66180
- else if (controlWidth <= paginationWidthWithoutDescription) {
66181
- this._hidePaginationDescription();
66182
- }
66183
- }
66184
- _getPaginationDescriptionWidth() {
66185
- var _a;
66186
- return ((_a = this._refPaginationLabelTooltip) === null || _a === void 0 ? void 0 : _a.scrollWidth) || 0;
66187
- }
66188
- _getElementMargins(element) {
66189
- const style = getComputedStyle(element);
66190
- return parseFloat(style.marginLeft) + parseFloat(style.marginRight);
66191
- }
66192
- _hidePaginationDescription() {
66193
- this._refPaginationLabel.classList.add(OVERFLOWED_CLASS_NAME);
66194
- this._refPaginationLabelTooltip.setAttribute('data-flow', 'bottom');
66195
- this._refPaginationLabelTooltip.setAttribute('data-tooltip', this._getPaginationTooltip());
66196
- }
66197
- ;
66198
- _showPaginationDescription() {
66199
- this._refPaginationLabel.classList.remove(OVERFLOWED_CLASS_NAME);
66200
- this._refPaginationLabelTooltip.removeAttribute('data-flow');
66201
- this._refPaginationLabelTooltip.removeAttribute('data-tooltip');
66202
- }
66203
66934
  disconnectedCallback() {
66204
- var _a, _b;
66205
- (_a = this._headerOverflowWatcher) === null || _a === void 0 ? void 0 : _a.destroy();
66206
- (_b = this._gridController) === null || _b === void 0 ? void 0 : _b.destroy();
66935
+ var _a;
66936
+ (_a = this._gridController) === null || _a === void 0 ? void 0 : _a.destroy();
66207
66937
  this.removeShortcuts();
66208
66938
  }
66209
66939
  connectedCallback() {
@@ -66232,8 +66962,6 @@ const EzGrid = class {
66232
66962
  if (this.dataUnit && this._showSelectionCounter) {
66233
66963
  this.setSelection(this.dataUnit.getSelectionInfo());
66234
66964
  }
66235
- if (this.paginationCounterMode === 'auto')
66236
- this._initHeaderOverflowWatcher();
66237
66965
  }
66238
66966
  getDataSource() {
66239
66967
  if (!this.columnfilterDataSource) {
@@ -66245,7 +66973,7 @@ const EzGrid = class {
66245
66973
  if (this.mode === "simple") {
66246
66974
  return true;
66247
66975
  }
66248
- return !this._hasLeftButtons && !this._paginationInfo;
66976
+ return !this._hasLeftButtons;
66249
66977
  }
66250
66978
  resolveLeftHeaderClass() {
66251
66979
  if (this.paginationCounterMode == 'show')
@@ -66270,7 +66998,7 @@ const EzGrid = class {
66270
66998
  return;
66271
66999
  const { currentPage } = this._paginationInfo;
66272
67000
  if (currentPage > 0) {
66273
- this.previousPage();
67001
+ this._refGridPagination.previousPage();
66274
67002
  }
66275
67003
  }, { description: this.i18n("ez-grid.previousPage"), element: this._element })
66276
67004
  .bind("ctrl + alt + ArrowRight", () => {
@@ -66278,7 +67006,7 @@ const EzGrid = class {
66278
67006
  return;
66279
67007
  const { hasMore } = this._paginationInfo;
66280
67008
  if (hasMore) {
66281
- this.nextPage();
67009
+ this._refGridPagination.nextPage();
66282
67010
  }
66283
67011
  }, { description: this.i18n("ez-grid.nextPage"), element: this._element });
66284
67012
  if (this.useSearchColumn) {
@@ -66331,16 +67059,14 @@ const EzGrid = class {
66331
67059
  'ez-box ez-padding--small grid-header': true,
66332
67060
  'outline-mode': this.outlineMode,
66333
67061
  'shadow-mode': !this.outlineMode && !this.hideHeader(),
66334
- }, tabindex: "0" }, h("filter-column", { class: "grid-header__popover", noHeaderTaskBar: !this._hasLeftButtons, dataSource: this.getDataSource(), dataUnit: this.dataUnit, gridHeaderHidden: this.hideHeader(), ref: (element) => (this._filterColumn = element) }), h("div", { class: "grid-header__position" }, h("div", { class: `grid-header__container grid-header__left-container ${this.resolveLeftHeaderClass()}` }, h("slot", { name: "leftButtons" })), this.getPaginationControl())), h("ez-popover", { ref: elem => (this._ezPopoverSearchColumn = elem), overlayType: "none" }, this.renderFieldSearchColumn()), h("div", { ref: (ref) => (this._gridSelectionCounter = ref), class: `grid__selection-counter ez-elevation--4
67062
+ }, tabindex: "0" }, h("filter-column", { class: "grid-header__popover", noHeaderTaskBar: !this._hasLeftButtons, dataSource: this.getDataSource(), dataUnit: this.dataUnit, gridHeaderHidden: this.hideHeader(), ref: (element) => (this._filterColumn = element) }), h("div", { class: "grid-header__position" }, h("div", { class: `grid-header__container grid-header__left-container ${this.resolveLeftHeaderClass()}` }, h("slot", { name: "leftButtons" })))), h("ez-popover", { ref: elem => (this._ezPopoverSearchColumn = elem), overlayType: "none" }, this.renderFieldSearchColumn()), h("div", { ref: (ref) => (this._gridSelectionCounter = ref), class: `grid__selection-counter ez-elevation--4
66335
67063
  ${this._showSelectionCounter ? 'grid__selection-counter--opened' : ''}
66336
- ` }, h(SelectionCounter, { selectionCount: this._selectionCount, currentPageSelected: this._currentPageSelected, paginationInfo: this._paginationInfo, canSelectAll: (_a = this.selectionToastConfig) === null || _a === void 0 ? void 0 : _a.canSelectAll, allRecordSelected: this._isAllSelection, i18n: this.i18n, onSelectAll: () => this.onSelectAllRecords(), onSelectPage: () => this.onSelectPageRecords(), onClearAll: () => this.onClearSelectedRecords(), onClose: () => (this._showSelectionCounter = false) })), h("div", { class: "grid__footer" }, h("slot", { name: "footer" }))));
67064
+ ` }, h(SelectionCounter, { selectionCount: this._selectionCount, currentPageSelected: this._currentPageSelected, paginationInfo: this._paginationInfo, canSelectAll: (_a = this.selectionToastConfig) === null || _a === void 0 ? void 0 : _a.canSelectAll, allRecordSelected: this._isAllSelection, i18n: this.i18n, onSelectAll: () => this.onSelectAllRecords(), onSelectPage: () => this.onSelectPageRecords(), onClearAll: () => this.onClearSelectedRecords(), onClose: () => (this._showSelectionCounter = false) })), h("div", { class: "grid__footer" }, (this.mode !== "simple" && !this.hidePagination) && (h("ez-grid-pagination", { class: `ez-flex ez-flex--content-end`, ref: ref => (this._refGridPagination = ref), dataUnit: this.dataUnit, paginationCounterMode: this.paginationCounterMode, onPageChange: () => this.handlePageChange() })), h("slot", { name: "footer" }))));
66337
67065
  }
66338
67066
  static get assetsDirs() { return ["../assets"]; }
66339
67067
  get _element() { return getElement(this); }
66340
67068
  static get watchers() { return {
66341
67069
  "config": ["observeConfig"],
66342
- "_paginationInfo": ["updatePaginationTooltip"],
66343
- "paginationCounterMode": ["observePaginationCounterMode"],
66344
67070
  "mode": ["observeModeChange"]
66345
67071
  }; }
66346
67072
  };