ag-grid-community-rails 28.1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (303) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +58 -0
  3. data/Gemfile +4 -0
  4. data/Gemfile.lock +20 -0
  5. data/LICENSE +21 -0
  6. data/README.md +389 -0
  7. data/Rakefile +1 -0
  8. data/ag-grid-community-rails.gemspec +23 -0
  9. data/lib/ag-grid-community-rails/engine.rb +10 -0
  10. data/lib/ag-grid-community-rails/railtie.rb +9 -0
  11. data/lib/ag-grid-community-rails/version.rb +9 -0
  12. data/lib/ag-grid-community-rails.rb +16 -0
  13. data/vendor/assets/javascripts/ag-grid-community/ag-grid-community.amd.js +59724 -0
  14. data/vendor/assets/javascripts/ag-grid-community/ag-grid-community.amd.noStyle.js +58894 -0
  15. data/vendor/assets/javascripts/ag-grid-community/ag-grid-community.auto.complete.esm.js +52767 -0
  16. data/vendor/assets/javascripts/ag-grid-community/ag-grid-community.auto.esm.js +52767 -0
  17. data/vendor/assets/javascripts/ag-grid-community/ag-grid-community.cjs.js +52903 -0
  18. data/vendor/assets/javascripts/ag-grid-community/ag-grid-community.esm.js +52765 -0
  19. data/vendor/assets/javascripts/ag-grid-community/ag-grid-community.js +59735 -0
  20. data/vendor/assets/javascripts/ag-grid-community/ag-grid-community.noStyle.js +58905 -0
  21. data/vendor/assets/javascripts/ag-grid-community/styles/ag-grid.css +2287 -0
  22. data/vendor/assets/javascripts/ag-grid-community/styles/ag-grid.scss +6 -0
  23. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/aggregation.svg +7 -0
  24. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/arrows.svg +5 -0
  25. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/asc.svg +5 -0
  26. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/cancel.svg +5 -0
  27. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/chart.svg +12 -0
  28. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/checkbox-checked.svg +5 -0
  29. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/checkbox-indeterminate.svg +5 -0
  30. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/checkbox-unchecked.svg +5 -0
  31. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/color-picker.svg +5 -0
  32. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/columns.svg +7 -0
  33. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/contracted.svg +7 -0
  34. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/copy.svg +5 -0
  35. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/cross.svg +7 -0
  36. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/csv.svg +18 -0
  37. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/desc.svg +5 -0
  38. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/excel.svg +12 -0
  39. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/expanded.svg +7 -0
  40. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/eye-slash.svg +10 -0
  41. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/eye.svg +7 -0
  42. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/filter.svg +7 -0
  43. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/first.svg +5 -0
  44. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/grip.svg +5 -0
  45. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/group.svg +7 -0
  46. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/last.svg +5 -0
  47. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/left.svg +5 -0
  48. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/linked.svg +5 -0
  49. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/loading.svg +7 -0
  50. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/maximize.svg +7 -0
  51. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/menu.svg +7 -0
  52. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/minimize.svg +7 -0
  53. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/next.svg +7 -0
  54. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/none.svg +15 -0
  55. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/not-allowed.svg +5 -0
  56. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/paste.svg +5 -0
  57. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/pin.svg +5 -0
  58. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/pivot.svg +5 -0
  59. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/previous.svg +5 -0
  60. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/radio-button-off.svg +7 -0
  61. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/radio-button-on.svg +7 -0
  62. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/right.svg +5 -0
  63. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/save.svg +11 -0
  64. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/small-down.svg +5 -0
  65. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/small-left.svg +5 -0
  66. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/small-right.svg +5 -0
  67. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/small-up.svg +5 -0
  68. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/tick.svg +7 -0
  69. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/tree-closed.svg +5 -0
  70. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/tree-indeterminate.svg +7 -0
  71. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/tree-open.svg +7 -0
  72. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/unlinked.svg +5 -0
  73. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/sass/_ag-theme-alpine-default-params.scss +86 -0
  74. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/sass/_ag-theme-alpine-font-vars.scss +54 -0
  75. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/sass/_ag-theme-alpine-mixin.scss +269 -0
  76. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/sass/ag-theme-alpine.scss +8 -0
  77. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine-dark/sass/_ag-theme-alpine-dark-default-params.scss +22 -0
  78. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine-dark/sass/_ag-theme-alpine-dark-mixin.scss +8 -0
  79. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine-dark/sass/ag-theme-alpine-dark.scss +8 -0
  80. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine-dark.css +5334 -0
  81. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine.css +5333 -0
  82. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/aggregation.svg +5 -0
  83. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/arrows.svg +5 -0
  84. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/asc.svg +5 -0
  85. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/cancel.svg +5 -0
  86. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/chart.svg +5 -0
  87. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/checkbox-checked.svg +5 -0
  88. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/checkbox-indeterminate.svg +5 -0
  89. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/checkbox-unchecked.svg +5 -0
  90. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/color-picker.svg +5 -0
  91. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/columns.svg +5 -0
  92. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/contracted.svg +5 -0
  93. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/copy.svg +5 -0
  94. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/cross.svg +5 -0
  95. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/csv.svg +18 -0
  96. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/desc.svg +5 -0
  97. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/excel.svg +12 -0
  98. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/expanded.svg +5 -0
  99. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/eye-slash.svg +5 -0
  100. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/eye.svg +5 -0
  101. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/filter.svg +5 -0
  102. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/first.svg +5 -0
  103. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/grip.svg +5 -0
  104. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/group.svg +5 -0
  105. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/last.svg +5 -0
  106. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/left.svg +5 -0
  107. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/linked.svg +5 -0
  108. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/loading.svg +5 -0
  109. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/maximize.svg +5 -0
  110. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/menu.svg +5 -0
  111. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/minimize.svg +5 -0
  112. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/next.svg +5 -0
  113. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/none.svg +5 -0
  114. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/not-allowed.svg +5 -0
  115. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/paste.svg +5 -0
  116. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/pin.svg +5 -0
  117. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/pivot.svg +5 -0
  118. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/previous.svg +5 -0
  119. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/radio-button-off.svg +5 -0
  120. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/radio-button-on.svg +5 -0
  121. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/right.svg +5 -0
  122. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/save.svg +5 -0
  123. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/small-down.svg +5 -0
  124. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/small-left.svg +5 -0
  125. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/small-right.svg +5 -0
  126. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/small-up.svg +5 -0
  127. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/tick.svg +5 -0
  128. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/tree-closed.svg +5 -0
  129. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/tree-indeterminate.svg +5 -0
  130. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/tree-open.svg +5 -0
  131. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/unlinked.svg +5 -0
  132. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/sass/_ag-theme-balham-default-params.scss +69 -0
  133. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/sass/_ag-theme-balham-font-vars.scss +54 -0
  134. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/sass/_ag-theme-balham-mixin.scss +133 -0
  135. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/sass/ag-theme-balham.scss +4 -0
  136. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/sass/legacy/_ag-theme-balham-define-legacy-vars.scss +158 -0
  137. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/sass/legacy/_ag-theme-balham-v22-compat.scss +13 -0
  138. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham-dark/sass/_ag-theme-balham-dark-default-params.scss +33 -0
  139. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham-dark/sass/_ag-theme-balham-dark-mixin.scss +12 -0
  140. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham-dark/sass/ag-theme-balham-dark.scss +4 -0
  141. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham-dark/sass/legacy/_ag-theme-balham-dark-define-legacy-vars.scss +87 -0
  142. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham-dark/sass/legacy/_ag-theme-balham-dark-v22-compat.scss +13 -0
  143. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham-dark.css +5202 -0
  144. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham.css +5198 -0
  145. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/aggregation.svg +5 -0
  146. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/arrows.svg +5 -0
  147. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/asc.svg +5 -0
  148. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/cancel.svg +5 -0
  149. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/chart.svg +5 -0
  150. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/checkbox-checked.svg +5 -0
  151. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/checkbox-indeterminate.svg +5 -0
  152. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/checkbox-unchecked.svg +5 -0
  153. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/color-picker.svg +5 -0
  154. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/columns.svg +5 -0
  155. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/contracted.svg +5 -0
  156. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/copy.svg +5 -0
  157. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/cross.svg +5 -0
  158. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/csv.svg +18 -0
  159. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/desc.svg +5 -0
  160. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/excel.svg +12 -0
  161. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/expanded.svg +5 -0
  162. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/eye-slash.svg +5 -0
  163. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/eye.svg +5 -0
  164. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/filter.svg +5 -0
  165. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/first.svg +5 -0
  166. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/grip.svg +5 -0
  167. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/group.svg +5 -0
  168. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/last.svg +5 -0
  169. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/left.svg +5 -0
  170. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/linked.svg +5 -0
  171. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/loading.svg +5 -0
  172. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/maximize.svg +5 -0
  173. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/menu.svg +5 -0
  174. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/minimize.svg +5 -0
  175. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/next.svg +5 -0
  176. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/none.svg +5 -0
  177. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/not-allowed.svg +5 -0
  178. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/paste.svg +5 -0
  179. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/pin.svg +5 -0
  180. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/pivot.svg +5 -0
  181. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/previous.svg +5 -0
  182. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/radio-button-off.svg +5 -0
  183. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/radio-button-on.svg +5 -0
  184. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/right.svg +5 -0
  185. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/save.svg +5 -0
  186. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/small-down.svg +5 -0
  187. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/small-left.svg +5 -0
  188. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/small-right.svg +5 -0
  189. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/small-up.svg +5 -0
  190. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/tick.svg +5 -0
  191. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/tree-closed.svg +5 -0
  192. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/tree-indeterminate.svg +5 -0
  193. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/tree-open.svg +5 -0
  194. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/unlinked.svg +6 -0
  195. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/_ag-theme-base-default-params.scss +251 -0
  196. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/_ag-theme-base-font-vars.scss +54 -0
  197. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/_ag-theme-base-mixin.scss +56 -0
  198. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/_ag-theme-base.scss +10 -0
  199. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/legacy/_ag-theme-base-create-params-from-legacy-vars.scss +142 -0
  200. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/legacy/_ag-theme-base-define-legacy-vars.scss +268 -0
  201. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/legacy/_ag-theme-base-rename-legacy-vars.scss +992 -0
  202. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/legacy/_ag-v22-to-v23-compatibility-mode.scss +297 -0
  203. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_charts.scss +112 -0
  204. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_column-drop.scss +132 -0
  205. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_columns-tool-panel.scss +39 -0
  206. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_date-time.scss +20 -0
  207. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_filter-tool-panel.scss +75 -0
  208. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_footer.scss +54 -0
  209. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_grid-borders.scss +123 -0
  210. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_grid-layout.scss +276 -0
  211. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_header.scss +137 -0
  212. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_menu.scss +180 -0
  213. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_reset.scss +15 -0
  214. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_sidebar.scss +113 -0
  215. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_widgets.scss +845 -0
  216. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-blue/sass/ag-theme-blue.scss +31 -0
  217. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-blue/sass/legacy/_ag-theme-blue-define-legacy-vars.scss +92 -0
  218. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-blue.css +5097 -0
  219. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-bootstrap/sass/ag-theme-bootstrap.scss +27 -0
  220. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-bootstrap/sass/legacy/_ag-theme-bootstrap-define-legacy-vars.scss +90 -0
  221. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-bootstrap.css +4854 -0
  222. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-classic/sass/_ag-theme-classic.scss +103 -0
  223. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-dark/sass/ag-theme-dark.scss +30 -0
  224. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-dark/sass/legacy/_ag-theme-dark-define-legacy-vars.scss +94 -0
  225. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-dark.css +5071 -0
  226. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-fresh/sass/ag-theme-fresh.scss +27 -0
  227. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-fresh/sass/legacy/_ag-theme-fresh-define-legacy-vars.scss +90 -0
  228. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-fresh.css +5067 -0
  229. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/aggregation.svg +5 -0
  230. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/arrows.svg +5 -0
  231. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/asc.svg +5 -0
  232. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/cancel.svg +5 -0
  233. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/chart.svg +5 -0
  234. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/checkbox-checked.svg +5 -0
  235. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/checkbox-indeterminate.svg +5 -0
  236. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/checkbox-unchecked.svg +5 -0
  237. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/color-picker.svg +5 -0
  238. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/columns.svg +5 -0
  239. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/contracted.svg +5 -0
  240. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/copy.svg +5 -0
  241. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/cross.svg +5 -0
  242. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/csv.svg +18 -0
  243. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/desc.svg +5 -0
  244. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/excel.svg +12 -0
  245. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/expanded.svg +5 -0
  246. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/eye-slash.svg +5 -0
  247. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/eye.svg +5 -0
  248. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/filter.svg +5 -0
  249. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/first.svg +5 -0
  250. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/grip.svg +5 -0
  251. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/group.svg +5 -0
  252. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/last.svg +5 -0
  253. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/left.svg +5 -0
  254. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/linked.svg +5 -0
  255. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/loading.svg +5 -0
  256. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/maximize.svg +5 -0
  257. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/menu.svg +5 -0
  258. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/minimize.svg +5 -0
  259. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/next.svg +5 -0
  260. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/none.svg +5 -0
  261. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/not-allowed.svg +5 -0
  262. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/paste.svg +5 -0
  263. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/pin.svg +5 -0
  264. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/pivot.svg +5 -0
  265. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/previous.svg +5 -0
  266. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/radio-button-off.svg +7 -0
  267. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/radio-button-on.svg +7 -0
  268. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/right.svg +5 -0
  269. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/save.svg +5 -0
  270. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/small-down.svg +5 -0
  271. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/small-left.svg +5 -0
  272. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/small-right.svg +5 -0
  273. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/small-up.svg +5 -0
  274. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/tick.svg +5 -0
  275. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/tree-closed.svg +5 -0
  276. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/tree-indeterminate.svg +5 -0
  277. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/tree-open.svg +5 -0
  278. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/unlinked.svg +5 -0
  279. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/sass/_ag-theme-material-default-params.scss +71 -0
  280. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/sass/_ag-theme-material-font-vars.scss +54 -0
  281. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/sass/_ag-theme-material-mixin.scss +209 -0
  282. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/sass/ag-theme-material.scss +4 -0
  283. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/sass/legacy/_ag-theme-material-define-legacy-vars.scss +134 -0
  284. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/sass/legacy/_ag-theme-material-v22-compat.scss +13 -0
  285. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material.css +5136 -0
  286. data/vendor/assets/javascripts/ag-grid-community/styles/agGridAlpineFont.css +210 -0
  287. data/vendor/assets/javascripts/ag-grid-community/styles/agGridBalhamFont.css +210 -0
  288. data/vendor/assets/javascripts/ag-grid-community/styles/agGridClassicFont.css +210 -0
  289. data/vendor/assets/javascripts/ag-grid-community/styles/agGridMaterialFont.css +210 -0
  290. data/vendor/assets/javascripts/ag-grid-community/styles/mixins/_ag-grid-mixins.scss +105 -0
  291. data/vendor/assets/javascripts/ag-grid-community/styles/mixins/_ag-theme-mixins.scss +283 -0
  292. data/vendor/assets/javascripts/ag-grid-community/styles/mixins/_ag-theme-params.scss +386 -0
  293. data/vendor/assets/javascripts/ag-grid-community/styles/scss-template.hbs +13 -0
  294. data/vendor/assets/javascripts/ag-grid-community/styles/structural/_charts-structural.scss +237 -0
  295. data/vendor/assets/javascripts/ag-grid-community/styles/structural/_common-structural.scss +1627 -0
  296. data/vendor/assets/javascripts/ag-grid-community/styles/structural/_date-time-structural.scss +18 -0
  297. data/vendor/assets/javascripts/ag-grid-community/styles/structural/_mobile-structural.scss +3 -0
  298. data/vendor/assets/javascripts/ag-grid-community/styles/structural/_print-structural.scss +45 -0
  299. data/vendor/assets/javascripts/ag-grid-community/styles/webfont/agGridAlpineFont.scss +7 -0
  300. data/vendor/assets/javascripts/ag-grid-community/styles/webfont/agGridBalhamFont.scss +7 -0
  301. data/vendor/assets/javascripts/ag-grid-community/styles/webfont/agGridClassicFont.scss +7 -0
  302. data/vendor/assets/javascripts/ag-grid-community/styles/webfont/agGridMaterialFont.scss +7 -0
  303. metadata +373 -0
@@ -0,0 +1,992 @@
1
+
2
+ // In v23 we moved from using global variables to maps of parameters to configure Grid themes.
3
+ // This file is part of a backwards-compatibility layer designed to emulate the pre-v23 behaviour
4
+ // and so should not be modified.
5
+
6
+ $ag-custom-icon-color-defined: global-variable-exists("icon-color") or global-variable-exists("ag-icon-color");
7
+
8
+ @if (not variable-exists("ag-suppress-legacy-var-import") or not $ag-suppress-legacy-var-import) {
9
+ // DO NOT EDIT (see note above)
10
+ @if (variable-exists("accent-color") and not variable-exists("ag-accent-color")) {
11
+ // DO NOT EDIT (see note above)
12
+ $ag-accent-color: $accent-color !global;
13
+ // DO NOT EDIT (see note above)
14
+ }
15
+ // DO NOT EDIT (see note above)
16
+
17
+ // DO NOT EDIT (see note above)
18
+ @if (variable-exists("alt-icon-color") and not variable-exists("ag-alt-icon-color")) {
19
+ // DO NOT EDIT (see note above)
20
+ $ag-alt-icon-color: $alt-icon-color !global;
21
+ // DO NOT EDIT (see note above)
22
+ }
23
+ // DO NOT EDIT (see note above)
24
+
25
+ // DO NOT EDIT (see note above)
26
+ @if (variable-exists("background-color") and not variable-exists("ag-background-color")) {
27
+ // DO NOT EDIT (see note above)
28
+ $ag-background-color: $background-color !global;
29
+ // DO NOT EDIT (see note above)
30
+ }
31
+ // DO NOT EDIT (see note above)
32
+
33
+ // DO NOT EDIT (see note above)
34
+ @if (variable-exists("border-color") and not variable-exists("ag-border-color")) {
35
+ // DO NOT EDIT (see note above)
36
+ $ag-border-color: $border-color !global;
37
+ // DO NOT EDIT (see note above)
38
+ }
39
+ // DO NOT EDIT (see note above)
40
+
41
+ // DO NOT EDIT (see note above)
42
+ @if (variable-exists("card-radius") and not variable-exists("ag-card-radius")) {
43
+ // DO NOT EDIT (see note above)
44
+ $ag-card-radius: $card-radius !global;
45
+ // DO NOT EDIT (see note above)
46
+ }
47
+ // DO NOT EDIT (see note above)
48
+
49
+ // DO NOT EDIT (see note above)
50
+ @if (variable-exists("card-shadow") and not variable-exists("ag-card-shadow")) {
51
+ // DO NOT EDIT (see note above)
52
+ $ag-card-shadow: $card-shadow !global;
53
+ // DO NOT EDIT (see note above)
54
+ }
55
+ // DO NOT EDIT (see note above)
56
+
57
+ // DO NOT EDIT (see note above)
58
+ @if (variable-exists("cell-horizontal-border") and not variable-exists("ag-cell-horizontal-border")) {
59
+ // DO NOT EDIT (see note above)
60
+ $ag-cell-horizontal-border: $cell-horizontal-border !global;
61
+ // DO NOT EDIT (see note above)
62
+ }
63
+ // DO NOT EDIT (see note above)
64
+
65
+ // DO NOT EDIT (see note above)
66
+ @if (variable-exists("cell-horizontal-padding") and not variable-exists("ag-cell-horizontal-padding")) {
67
+ // DO NOT EDIT (see note above)
68
+ $ag-cell-horizontal-padding: $cell-horizontal-padding !global;
69
+ // DO NOT EDIT (see note above)
70
+ }
71
+ // DO NOT EDIT (see note above)
72
+
73
+ // DO NOT EDIT (see note above)
74
+ @if (variable-exists("dialog-background-color") and not variable-exists("ag-dialog-background-color")) {
75
+ // DO NOT EDIT (see note above)
76
+ $ag-dialog-background-color: $dialog-background-color !global;
77
+ // DO NOT EDIT (see note above)
78
+ }
79
+ // DO NOT EDIT (see note above)
80
+
81
+ // DO NOT EDIT (see note above)
82
+ @if (variable-exists("dialog-border-color") and not variable-exists("ag-dialog-border-color")) {
83
+ // DO NOT EDIT (see note above)
84
+ $ag-dialog-border-color: $dialog-border-color !global;
85
+ // DO NOT EDIT (see note above)
86
+ }
87
+ // DO NOT EDIT (see note above)
88
+
89
+ // DO NOT EDIT (see note above)
90
+ @if (variable-exists("dialog-border-size") and not variable-exists("ag-dialog-border-size")) {
91
+ // DO NOT EDIT (see note above)
92
+ $ag-dialog-border-size: $dialog-border-size !global;
93
+ // DO NOT EDIT (see note above)
94
+ }
95
+ // DO NOT EDIT (see note above)
96
+
97
+ // DO NOT EDIT (see note above)
98
+ @if (variable-exists("dialog-border-style") and not variable-exists("ag-dialog-border-style")) {
99
+ // DO NOT EDIT (see note above)
100
+ $ag-dialog-border-style: $dialog-border-style !global;
101
+ // DO NOT EDIT (see note above)
102
+ }
103
+ // DO NOT EDIT (see note above)
104
+
105
+ // DO NOT EDIT (see note above)
106
+ @if (variable-exists("dialog-title-background-color") and not variable-exists("ag-dialog-title-background-color")) {
107
+ // DO NOT EDIT (see note above)
108
+ $ag-dialog-title-background-color: $dialog-title-background-color !global;
109
+ // DO NOT EDIT (see note above)
110
+ }
111
+ // DO NOT EDIT (see note above)
112
+
113
+ // DO NOT EDIT (see note above)
114
+ @if (variable-exists("dialog-title-font-family") and not variable-exists("ag-dialog-title-font-family")) {
115
+ // DO NOT EDIT (see note above)
116
+ $ag-dialog-title-font-family: $dialog-title-font-family !global;
117
+ // DO NOT EDIT (see note above)
118
+ }
119
+ // DO NOT EDIT (see note above)
120
+
121
+ // DO NOT EDIT (see note above)
122
+ @if (variable-exists("dialog-title-font-size") and not variable-exists("ag-dialog-title-font-size")) {
123
+ // DO NOT EDIT (see note above)
124
+ $ag-dialog-title-font-size: $dialog-title-font-size !global;
125
+ // DO NOT EDIT (see note above)
126
+ }
127
+ // DO NOT EDIT (see note above)
128
+
129
+ // DO NOT EDIT (see note above)
130
+ @if (variable-exists("dialog-title-font-weight") and not variable-exists("ag-dialog-title-font-weight")) {
131
+ // DO NOT EDIT (see note above)
132
+ $ag-dialog-title-font-weight: $dialog-title-font-weight !global;
133
+ // DO NOT EDIT (see note above)
134
+ }
135
+ // DO NOT EDIT (see note above)
136
+
137
+ // DO NOT EDIT (see note above)
138
+ @if (variable-exists("dialog-title-foreground-color") and not variable-exists("ag-dialog-title-foreground-color")) {
139
+ // DO NOT EDIT (see note above)
140
+ $ag-dialog-title-foreground-color: $dialog-title-foreground-color !global;
141
+ // DO NOT EDIT (see note above)
142
+ }
143
+ // DO NOT EDIT (see note above)
144
+
145
+ // DO NOT EDIT (see note above)
146
+ @if (variable-exists("dialog-title-height") and not variable-exists("ag-dialog-title-height")) {
147
+ // DO NOT EDIT (see note above)
148
+ $ag-dialog-title-height: $dialog-title-height !global;
149
+ // DO NOT EDIT (see note above)
150
+ }
151
+ // DO NOT EDIT (see note above)
152
+
153
+ // DO NOT EDIT (see note above)
154
+ @if (variable-exists("dialog-title-icon-size") and not variable-exists("ag-dialog-title-icon-size")) {
155
+ // DO NOT EDIT (see note above)
156
+ $ag-dialog-title-icon-size: $dialog-title-icon-size !global;
157
+ // DO NOT EDIT (see note above)
158
+ }
159
+ // DO NOT EDIT (see note above)
160
+
161
+ // DO NOT EDIT (see note above)
162
+ @if (variable-exists("dialog-title-padding") and not variable-exists("ag-dialog-title-padding")) {
163
+ // DO NOT EDIT (see note above)
164
+ $ag-dialog-title-padding: $dialog-title-padding !global;
165
+ // DO NOT EDIT (see note above)
166
+ }
167
+ // DO NOT EDIT (see note above)
168
+
169
+ // DO NOT EDIT (see note above)
170
+ @if (variable-exists("disabled-foreground-color-opacity") and not variable-exists("ag-disabled-foreground-color-opacity")) {
171
+ // DO NOT EDIT (see note above)
172
+ $ag-disabled-foreground-color-opacity: $disabled-foreground-color-opacity !global;
173
+ // DO NOT EDIT (see note above)
174
+ }
175
+ // DO NOT EDIT (see note above)
176
+
177
+ // DO NOT EDIT (see note above)
178
+ @if (variable-exists("font-family") and not variable-exists("ag-font-family")) {
179
+ // DO NOT EDIT (see note above)
180
+ $ag-font-family: $font-family !global;
181
+ // DO NOT EDIT (see note above)
182
+ }
183
+ // DO NOT EDIT (see note above)
184
+
185
+ // DO NOT EDIT (see note above)
186
+ @if (variable-exists("font-size") and not variable-exists("ag-font-size")) {
187
+ // DO NOT EDIT (see note above)
188
+ $ag-font-size: $font-size !global;
189
+ // DO NOT EDIT (see note above)
190
+ }
191
+ // DO NOT EDIT (see note above)
192
+
193
+ // DO NOT EDIT (see note above)
194
+ @if (variable-exists("font-weight") and not variable-exists("ag-font-weight")) {
195
+ // DO NOT EDIT (see note above)
196
+ $ag-font-weight: $font-weight !global;
197
+ // DO NOT EDIT (see note above)
198
+ }
199
+ // DO NOT EDIT (see note above)
200
+
201
+ // DO NOT EDIT (see note above)
202
+ @if (variable-exists("foreground-color") and not variable-exists("ag-foreground-color")) {
203
+ // DO NOT EDIT (see note above)
204
+ $ag-foreground-color: $foreground-color !global;
205
+ // DO NOT EDIT (see note above)
206
+ }
207
+ // DO NOT EDIT (see note above)
208
+
209
+ // DO NOT EDIT (see note above)
210
+ @if (variable-exists("foreground-opacity") and not variable-exists("ag-foreground-opacity")) {
211
+ // DO NOT EDIT (see note above)
212
+ $ag-foreground-opacity: $foreground-opacity !global;
213
+ // DO NOT EDIT (see note above)
214
+ }
215
+ // DO NOT EDIT (see note above)
216
+
217
+ // DO NOT EDIT (see note above)
218
+ @if (variable-exists("grid-size") and not variable-exists("ag-grid-size")) {
219
+ // DO NOT EDIT (see note above)
220
+ $ag-grid-size: $grid-size !global;
221
+ // DO NOT EDIT (see note above)
222
+ }
223
+ // DO NOT EDIT (see note above)
224
+
225
+ // DO NOT EDIT (see note above)
226
+ @if (variable-exists("group-component-background-color") and not variable-exists("ag-group-component-background-color")) {
227
+ // DO NOT EDIT (see note above)
228
+ $ag-group-component-background-color: $group-component-background-color !global;
229
+ // DO NOT EDIT (see note above)
230
+ }
231
+ // DO NOT EDIT (see note above)
232
+
233
+ // DO NOT EDIT (see note above)
234
+ @if (variable-exists("group-component-border-color") and not variable-exists("ag-group-component-border-color")) {
235
+ // DO NOT EDIT (see note above)
236
+ $ag-group-component-border-color: $group-component-border-color !global;
237
+ // DO NOT EDIT (see note above)
238
+ }
239
+ // DO NOT EDIT (see note above)
240
+
241
+ // DO NOT EDIT (see note above)
242
+ @if (variable-exists("group-component-title-background-color") and not variable-exists("ag-group-component-title-background-color")) {
243
+ // DO NOT EDIT (see note above)
244
+ $ag-group-component-title-background-color: $group-component-title-background-color !global;
245
+ // DO NOT EDIT (see note above)
246
+ }
247
+ // DO NOT EDIT (see note above)
248
+
249
+ // DO NOT EDIT (see note above)
250
+ @if (variable-exists("header-background-color") and not variable-exists("ag-header-background-color")) {
251
+ // DO NOT EDIT (see note above)
252
+ $ag-header-background-color: $header-background-color !global;
253
+ // DO NOT EDIT (see note above)
254
+ }
255
+ // DO NOT EDIT (see note above)
256
+
257
+ // DO NOT EDIT (see note above)
258
+ @if (variable-exists("header-cell-moving-background-color") and not variable-exists("ag-header-cell-moving-background-color")) {
259
+ // DO NOT EDIT (see note above)
260
+ $ag-header-cell-moving-background-color: $header-cell-moving-background-color !global;
261
+ // DO NOT EDIT (see note above)
262
+ }
263
+ // DO NOT EDIT (see note above)
264
+
265
+ // DO NOT EDIT (see note above)
266
+ @if (variable-exists("header-foreground-color") and not variable-exists("ag-header-foreground-color")) {
267
+ // DO NOT EDIT (see note above)
268
+ $ag-header-foreground-color: $header-foreground-color !global;
269
+ // DO NOT EDIT (see note above)
270
+ }
271
+ // DO NOT EDIT (see note above)
272
+
273
+ // DO NOT EDIT (see note above)
274
+ @if (variable-exists("header-height") and not variable-exists("ag-header-height")) {
275
+ // DO NOT EDIT (see note above)
276
+ $ag-header-height: $header-height !global;
277
+ // DO NOT EDIT (see note above)
278
+ }
279
+ // DO NOT EDIT (see note above)
280
+
281
+ // DO NOT EDIT (see note above)
282
+ @if (variable-exists("header-icon-size") and not variable-exists("ag-header-icon-size")) {
283
+ // DO NOT EDIT (see note above)
284
+ $ag-header-icon-size: $header-icon-size !global;
285
+ // DO NOT EDIT (see note above)
286
+ }
287
+ // DO NOT EDIT (see note above)
288
+
289
+ // DO NOT EDIT (see note above)
290
+ @if (variable-exists("icon-color") and not variable-exists("ag-icon-color")) {
291
+ // DO NOT EDIT (see note above)
292
+ $ag-icon-color: $icon-color !global;
293
+ // DO NOT EDIT (see note above)
294
+ }
295
+ // DO NOT EDIT (see note above)
296
+
297
+ // DO NOT EDIT (see note above)
298
+ @if (variable-exists("icon-font-family") and not variable-exists("ag-icon-font-family")) {
299
+ // DO NOT EDIT (see note above)
300
+ $ag-icon-font-family: $icon-font-family !global;
301
+ // DO NOT EDIT (see note above)
302
+ }
303
+ // DO NOT EDIT (see note above)
304
+
305
+ // DO NOT EDIT (see note above)
306
+ @if (variable-exists("icon-size") and not variable-exists("ag-icon-size")) {
307
+ // DO NOT EDIT (see note above)
308
+ $ag-icon-size: $icon-size !global;
309
+ // DO NOT EDIT (see note above)
310
+ }
311
+ // DO NOT EDIT (see note above)
312
+
313
+ // DO NOT EDIT (see note above)
314
+ @if (variable-exists("icons-data") and not variable-exists("ag-icons-data")) {
315
+ // DO NOT EDIT (see note above)
316
+ $ag-icons-data: $icons-data !global;
317
+ // DO NOT EDIT (see note above)
318
+ }
319
+ // DO NOT EDIT (see note above)
320
+
321
+ // DO NOT EDIT (see note above)
322
+ @if (variable-exists("input-border-color") and not variable-exists("ag-input-border-color")) {
323
+ // DO NOT EDIT (see note above)
324
+ $ag-input-border-color: $input-border-color !global;
325
+ // DO NOT EDIT (see note above)
326
+ }
327
+ // DO NOT EDIT (see note above)
328
+
329
+ // DO NOT EDIT (see note above)
330
+ @if (variable-exists("input-disabled-background-color") and not variable-exists("ag-input-disabled-background-color")) {
331
+ // DO NOT EDIT (see note above)
332
+ $ag-input-disabled-background-color: $input-disabled-background-color !global;
333
+ // DO NOT EDIT (see note above)
334
+ }
335
+ // DO NOT EDIT (see note above)
336
+
337
+ // DO NOT EDIT (see note above)
338
+ @if (variable-exists("range-selection-background-color") and not variable-exists("ag-range-selection-background-color")) {
339
+ // DO NOT EDIT (see note above)
340
+ $ag-range-selection-background-color: $range-selection-background-color !global;
341
+ // DO NOT EDIT (see note above)
342
+ }
343
+ // DO NOT EDIT (see note above)
344
+
345
+ // DO NOT EDIT (see note above)
346
+ @if (variable-exists("range-selection-chart-background-color") and not variable-exists("ag-range-selection-chart-background-color")) {
347
+ // DO NOT EDIT (see note above)
348
+ $ag-range-selection-chart-background-color: $range-selection-chart-background-color !global;
349
+ // DO NOT EDIT (see note above)
350
+ }
351
+ // DO NOT EDIT (see note above)
352
+
353
+ // DO NOT EDIT (see note above)
354
+ @if (variable-exists("range-selection-chart-category-background-color") and not variable-exists("ag-range-selection-chart-category-background-color")) {
355
+ // DO NOT EDIT (see note above)
356
+ $ag-range-selection-chart-category-background-color: $range-selection-chart-category-background-color !global;
357
+ // DO NOT EDIT (see note above)
358
+ }
359
+ // DO NOT EDIT (see note above)
360
+
361
+ // DO NOT EDIT (see note above)
362
+ @if (variable-exists("rich-select-item-height") and not variable-exists("ag-rich-select-item-height")) {
363
+ // DO NOT EDIT (see note above)
364
+ $ag-rich-select-item-height: $rich-select-item-height !global;
365
+ // DO NOT EDIT (see note above)
366
+ }
367
+ // DO NOT EDIT (see note above)
368
+
369
+ // DO NOT EDIT (see note above)
370
+ @if (variable-exists("row-border-width") and not variable-exists("ag-row-border-width")) {
371
+ // DO NOT EDIT (see note above)
372
+ $ag-row-border-width: $row-border-width !global;
373
+ // DO NOT EDIT (see note above)
374
+ }
375
+ // DO NOT EDIT (see note above)
376
+
377
+ // DO NOT EDIT (see note above)
378
+ @if (variable-exists("row-group-indent-size") and not variable-exists("ag-row-group-indent-size")) {
379
+ // DO NOT EDIT (see note above)
380
+ $ag-row-group-indent-size: $row-group-indent-size !global;
381
+ // DO NOT EDIT (see note above)
382
+ }
383
+ // DO NOT EDIT (see note above)
384
+
385
+ // DO NOT EDIT (see note above)
386
+ @if (variable-exists("row-height") and not variable-exists("ag-row-height")) {
387
+ // DO NOT EDIT (see note above)
388
+ $ag-row-height: $row-height !global;
389
+ // DO NOT EDIT (see note above)
390
+ }
391
+ // DO NOT EDIT (see note above)
392
+
393
+ // DO NOT EDIT (see note above)
394
+ @if (variable-exists("scroll-spacer-border") and not variable-exists("ag-scroll-spacer-border")) {
395
+ // DO NOT EDIT (see note above)
396
+ $ag-scroll-spacer-border: $scroll-spacer-border !global;
397
+ // DO NOT EDIT (see note above)
398
+ }
399
+ // DO NOT EDIT (see note above)
400
+
401
+ // DO NOT EDIT (see note above)
402
+ @if (variable-exists("secondary-font-family") and not variable-exists("ag-secondary-font-family")) {
403
+ // DO NOT EDIT (see note above)
404
+ $ag-secondary-font-family: $secondary-font-family !global;
405
+ // DO NOT EDIT (see note above)
406
+ }
407
+ // DO NOT EDIT (see note above)
408
+
409
+ // DO NOT EDIT (see note above)
410
+ @if (variable-exists("secondary-font-size") and not variable-exists("ag-secondary-font-size")) {
411
+ // DO NOT EDIT (see note above)
412
+ $ag-secondary-font-size: $secondary-font-size !global;
413
+ // DO NOT EDIT (see note above)
414
+ }
415
+ // DO NOT EDIT (see note above)
416
+
417
+ // DO NOT EDIT (see note above)
418
+ @if (variable-exists("secondary-font-weight") and not variable-exists("ag-secondary-font-weight")) {
419
+ // DO NOT EDIT (see note above)
420
+ $ag-secondary-font-weight: $secondary-font-weight !global;
421
+ // DO NOT EDIT (see note above)
422
+ }
423
+ // DO NOT EDIT (see note above)
424
+
425
+ // DO NOT EDIT (see note above)
426
+ @if (variable-exists("secondary-foreground-color-opacity") and not variable-exists("ag-secondary-foreground-color-opacity")) {
427
+ // DO NOT EDIT (see note above)
428
+ $ag-secondary-foreground-color-opacity: $secondary-foreground-color-opacity !global;
429
+ // DO NOT EDIT (see note above)
430
+ }
431
+ // DO NOT EDIT (see note above)
432
+
433
+ // DO NOT EDIT (see note above)
434
+ @if (variable-exists("tool-panel-background-color") and not variable-exists("ag-tool-panel-background-color")) {
435
+ // DO NOT EDIT (see note above)
436
+ $ag-tool-panel-background-color: $tool-panel-background-color !global;
437
+ // DO NOT EDIT (see note above)
438
+ }
439
+ // DO NOT EDIT (see note above)
440
+
441
+ // DO NOT EDIT (see note above)
442
+ @if (variable-exists("toolpanel-indent-size") and not variable-exists("ag-toolpanel-indent-size")) {
443
+ // DO NOT EDIT (see note above)
444
+ $ag-toolpanel-indent-size: $toolpanel-indent-size !global;
445
+ // DO NOT EDIT (see note above)
446
+ }
447
+ // DO NOT EDIT (see note above)
448
+
449
+ // DO NOT EDIT (see note above)
450
+ @if (variable-exists("tooltip-background-color") and not variable-exists("ag-tooltip-background-color")) {
451
+ // DO NOT EDIT (see note above)
452
+ $ag-tooltip-background-color: $tooltip-background-color !global;
453
+ // DO NOT EDIT (see note above)
454
+ }
455
+ // DO NOT EDIT (see note above)
456
+
457
+ // DO NOT EDIT (see note above)
458
+ @if (variable-exists("tooltip-border-color") and not variable-exists("ag-tooltip-border-color")) {
459
+ // DO NOT EDIT (see note above)
460
+ $ag-tooltip-border-color: $tooltip-border-color !global;
461
+ // DO NOT EDIT (see note above)
462
+ }
463
+ // DO NOT EDIT (see note above)
464
+
465
+ // DO NOT EDIT (see note above)
466
+ @if (variable-exists("tooltip-border-radius") and not variable-exists("ag-tooltip-border-radius")) {
467
+ // DO NOT EDIT (see note above)
468
+ $ag-tooltip-border-radius: $tooltip-border-radius !global;
469
+ // DO NOT EDIT (see note above)
470
+ }
471
+ // DO NOT EDIT (see note above)
472
+
473
+ // DO NOT EDIT (see note above)
474
+ @if (variable-exists("tooltip-border-style") and not variable-exists("ag-tooltip-border-style")) {
475
+ // DO NOT EDIT (see note above)
476
+ $ag-tooltip-border-style: $tooltip-border-style !global;
477
+ // DO NOT EDIT (see note above)
478
+ }
479
+ // DO NOT EDIT (see note above)
480
+
481
+ // DO NOT EDIT (see note above)
482
+ @if (variable-exists("tooltip-border-width") and not variable-exists("ag-tooltip-border-width")) {
483
+ // DO NOT EDIT (see note above)
484
+ $ag-tooltip-border-width: $tooltip-border-width !global;
485
+ // DO NOT EDIT (see note above)
486
+ }
487
+ // DO NOT EDIT (see note above)
488
+
489
+ // DO NOT EDIT (see note above)
490
+ @if (variable-exists("tooltip-foreground-color") and not variable-exists("ag-tooltip-foreground-color")) {
491
+ // DO NOT EDIT (see note above)
492
+ $ag-tooltip-foreground-color: $tooltip-foreground-color !global;
493
+ // DO NOT EDIT (see note above)
494
+ }
495
+ // DO NOT EDIT (see note above)
496
+
497
+ // DO NOT EDIT (see note above)
498
+ @if (variable-exists("tooltip-padding") and not variable-exists("ag-tooltip-padding")) {
499
+ // DO NOT EDIT (see note above)
500
+ $ag-tooltip-padding: $tooltip-padding !global;
501
+ // DO NOT EDIT (see note above)
502
+ }
503
+ // DO NOT EDIT (see note above)
504
+
505
+ // DO NOT EDIT (see note above)
506
+ @if (variable-exists("transition-speed") and not variable-exists("ag-transition-speed")) {
507
+ // DO NOT EDIT (see note above)
508
+ $ag-transition-speed: $transition-speed !global;
509
+ // DO NOT EDIT (see note above)
510
+ }
511
+ // DO NOT EDIT (see note above)
512
+
513
+ // DO NOT EDIT (see note above)
514
+ @if (variable-exists("virtual-item-height") and not variable-exists("ag-virtual-item-height")) {
515
+ // DO NOT EDIT (see note above)
516
+ $ag-virtual-item-height: $virtual-item-height !global;
517
+ // DO NOT EDIT (see note above)
518
+ }
519
+ // DO NOT EDIT (see note above)
520
+ @if (variable-exists("active") and not variable-exists("ag-active")) {
521
+ // DO NOT EDIT (see note above)
522
+ $ag-active: $active !global;
523
+ // DO NOT EDIT (see note above)
524
+ }
525
+ // DO NOT EDIT (see note above)
526
+
527
+ // DO NOT EDIT (see note above)
528
+ @if (variable-exists("alt-background") and not variable-exists("ag-alt-background")) {
529
+ // DO NOT EDIT (see note above)
530
+ $ag-alt-background: $alt-background !global;
531
+ // DO NOT EDIT (see note above)
532
+ }
533
+ // DO NOT EDIT (see note above)
534
+
535
+ // DO NOT EDIT (see note above)
536
+ @if (variable-exists("border-radius") and not variable-exists("ag-border-radius")) {
537
+ // DO NOT EDIT (see note above)
538
+ $ag-border-radius: $border-radius !global;
539
+ // DO NOT EDIT (see note above)
540
+ }
541
+ // DO NOT EDIT (see note above)
542
+
543
+ // DO NOT EDIT (see note above)
544
+ @if (variable-exists("cell-data-changed-color") and not variable-exists("ag-cell-data-changed-color")) {
545
+ // DO NOT EDIT (see note above)
546
+ $ag-cell-data-changed-color: $cell-data-changed-color !global;
547
+ // DO NOT EDIT (see note above)
548
+ }
549
+ // DO NOT EDIT (see note above)
550
+
551
+ // DO NOT EDIT (see note above)
552
+ @if (variable-exists("chip-background-color") and not variable-exists("ag-chip-background-color")) {
553
+ // DO NOT EDIT (see note above)
554
+ $ag-chip-background-color: $chip-background-color !global;
555
+ // DO NOT EDIT (see note above)
556
+ }
557
+ // DO NOT EDIT (see note above)
558
+
559
+ // DO NOT EDIT (see note above)
560
+ @if (variable-exists("chrome-background") and not variable-exists("ag-chrome-background")) {
561
+ // DO NOT EDIT (see note above)
562
+ $ag-chrome-background: $chrome-background !global;
563
+ // DO NOT EDIT (see note above)
564
+ }
565
+ // DO NOT EDIT (see note above)
566
+
567
+ // DO NOT EDIT (see note above)
568
+ @if (variable-exists("default-background") and not variable-exists("ag-default-background")) {
569
+ // DO NOT EDIT (see note above)
570
+ $ag-default-background: $default-background !global;
571
+ // DO NOT EDIT (see note above)
572
+ }
573
+ // DO NOT EDIT (see note above)
574
+
575
+ // DO NOT EDIT (see note above)
576
+ @if (variable-exists("disabled-foreground-color") and not variable-exists("ag-disabled-foreground-color")) {
577
+ // DO NOT EDIT (see note above)
578
+ $ag-disabled-foreground-color: $disabled-foreground-color !global;
579
+ // DO NOT EDIT (see note above)
580
+ }
581
+ // DO NOT EDIT (see note above)
582
+
583
+ // DO NOT EDIT (see note above)
584
+ @if (variable-exists("editor-background-color") and not variable-exists("ag-editor-background-color")) {
585
+ // DO NOT EDIT (see note above)
586
+ $ag-editor-background-color: $editor-background-color !global;
587
+ // DO NOT EDIT (see note above)
588
+ }
589
+ // DO NOT EDIT (see note above)
590
+
591
+ // DO NOT EDIT (see note above)
592
+ @if (variable-exists("header-cell-hover-background-color") and not variable-exists("ag-header-cell-hover-background-color")) {
593
+ // DO NOT EDIT (see note above)
594
+ $ag-header-cell-hover-background-color: $header-cell-hover-background-color !global;
595
+ // DO NOT EDIT (see note above)
596
+ }
597
+ // DO NOT EDIT (see note above)
598
+
599
+ // DO NOT EDIT (see note above)
600
+ @if (variable-exists("hover-color") and not variable-exists("ag-hover-color")) {
601
+ // DO NOT EDIT (see note above)
602
+ $ag-hover-color: $hover-color !global;
603
+ // DO NOT EDIT (see note above)
604
+ }
605
+ // DO NOT EDIT (see note above)
606
+
607
+ // DO NOT EDIT (see note above)
608
+ @if (variable-exists("odd-row-background-color") and not variable-exists("ag-odd-row-background-color")) {
609
+ // DO NOT EDIT (see note above)
610
+ $ag-odd-row-background-color: $odd-row-background-color !global;
611
+ // DO NOT EDIT (see note above)
612
+ }
613
+ // DO NOT EDIT (see note above)
614
+
615
+ // DO NOT EDIT (see note above)
616
+ @if (variable-exists("panel-background-color") and not variable-exists("ag-panel-background-color")) {
617
+ // DO NOT EDIT (see note above)
618
+ $ag-panel-background-color: $panel-background-color !global;
619
+ // DO NOT EDIT (see note above)
620
+ }
621
+ // DO NOT EDIT (see note above)
622
+
623
+ // DO NOT EDIT (see note above)
624
+ @if (variable-exists("primary-color") and not variable-exists("ag-primary-color")) {
625
+ // DO NOT EDIT (see note above)
626
+ $ag-primary-color: $primary-color !global;
627
+ // DO NOT EDIT (see note above)
628
+ }
629
+ // DO NOT EDIT (see note above)
630
+
631
+ // DO NOT EDIT (see note above)
632
+ @if (variable-exists("range-selection-highlight-color") and not variable-exists("ag-range-selection-highlight-color")) {
633
+ // DO NOT EDIT (see note above)
634
+ $ag-range-selection-highlight-color: $range-selection-highlight-color !global;
635
+ // DO NOT EDIT (see note above)
636
+ }
637
+ // DO NOT EDIT (see note above)
638
+
639
+ // DO NOT EDIT (see note above)
640
+ @if (variable-exists("row-floating-background-color") and not variable-exists("ag-row-floating-background-color")) {
641
+ // DO NOT EDIT (see note above)
642
+ $ag-row-floating-background-color: $row-floating-background-color !global;
643
+ // DO NOT EDIT (see note above)
644
+ }
645
+ // DO NOT EDIT (see note above)
646
+
647
+ // DO NOT EDIT (see note above)
648
+ @if (variable-exists("row-stub-background-color") and not variable-exists("ag-row-stub-background-color")) {
649
+ // DO NOT EDIT (see note above)
650
+ $ag-row-stub-background-color: $row-stub-background-color !global;
651
+ // DO NOT EDIT (see note above)
652
+ }
653
+ // DO NOT EDIT (see note above)
654
+
655
+ // DO NOT EDIT (see note above)
656
+ @if (variable-exists("secondary-foreground-color") and not variable-exists("ag-secondary-foreground-color")) {
657
+ // DO NOT EDIT (see note above)
658
+ $ag-secondary-foreground-color: $secondary-foreground-color !global;
659
+ // DO NOT EDIT (see note above)
660
+ }
661
+ // DO NOT EDIT (see note above)
662
+
663
+ // DO NOT EDIT (see note above)
664
+ @if (variable-exists("selected-color") and not variable-exists("ag-selected-color")) {
665
+ // DO NOT EDIT (see note above)
666
+ $ag-selected-color: $selected-color !global;
667
+ // DO NOT EDIT (see note above)
668
+ }
669
+ // DO NOT EDIT (see note above)
670
+
671
+ // DO NOT EDIT (see note above)
672
+ @if (variable-exists("value-change-delta-down-color") and not variable-exists("ag-value-change-delta-down-color")) {
673
+ // DO NOT EDIT (see note above)
674
+ $ag-value-change-delta-down-color: $value-change-delta-down-color !global;
675
+ // DO NOT EDIT (see note above)
676
+ }
677
+ // DO NOT EDIT (see note above)
678
+
679
+ // DO NOT EDIT (see note above)
680
+ @if (variable-exists("value-change-delta-up-color") and not variable-exists("ag-value-change-delta-up-color")) {
681
+ // DO NOT EDIT (see note above)
682
+ $ag-value-change-delta-up-color: $value-change-delta-up-color !global;
683
+ // DO NOT EDIT (see note above)
684
+ }
685
+ // DO NOT EDIT (see note above)
686
+
687
+ // DO NOT EDIT (see note above)
688
+ @if (variable-exists("value-change-value-highlight-background-color") and not variable-exists("ag-value-change-value-highlight-background-color")) {
689
+ // DO NOT EDIT (see note above)
690
+ $ag-value-change-value-highlight-background-color: $value-change-value-highlight-background-color !global;
691
+ // DO NOT EDIT (see note above)
692
+ }
693
+ // DO NOT EDIT (see note above)
694
+ @if (variable-exists("cell-data-changed-color") and not variable-exists("ag-cell-data-changed-color")) {
695
+ // DO NOT EDIT (see note above)
696
+ $ag-cell-data-changed-color: $cell-data-changed-color !global;
697
+ // DO NOT EDIT (see note above)
698
+ }
699
+ // DO NOT EDIT (see note above)
700
+
701
+ // DO NOT EDIT (see note above)
702
+ @if (variable-exists("chip-background-color") and not variable-exists("ag-chip-background-color")) {
703
+ // DO NOT EDIT (see note above)
704
+ $ag-chip-background-color: $chip-background-color !global;
705
+ // DO NOT EDIT (see note above)
706
+ }
707
+ // DO NOT EDIT (see note above)
708
+
709
+ // DO NOT EDIT (see note above)
710
+ @if (variable-exists("disabled-foreground-color") and not variable-exists("ag-disabled-foreground-color")) {
711
+ // DO NOT EDIT (see note above)
712
+ $ag-disabled-foreground-color: $disabled-foreground-color !global;
713
+ // DO NOT EDIT (see note above)
714
+ }
715
+ // DO NOT EDIT (see note above)
716
+
717
+ // DO NOT EDIT (see note above)
718
+ @if (variable-exists("editor-background-color") and not variable-exists("ag-editor-background-color")) {
719
+ // DO NOT EDIT (see note above)
720
+ $ag-editor-background-color: $editor-background-color !global;
721
+ // DO NOT EDIT (see note above)
722
+ }
723
+ // DO NOT EDIT (see note above)
724
+
725
+ // DO NOT EDIT (see note above)
726
+ @if (variable-exists("header-cell-hover-background-color") and not variable-exists("ag-header-cell-hover-background-color")) {
727
+ // DO NOT EDIT (see note above)
728
+ $ag-header-cell-hover-background-color: $header-cell-hover-background-color !global;
729
+ // DO NOT EDIT (see note above)
730
+ }
731
+ // DO NOT EDIT (see note above)
732
+
733
+ // DO NOT EDIT (see note above)
734
+ @if (variable-exists("hover-color") and not variable-exists("ag-hover-color")) {
735
+ // DO NOT EDIT (see note above)
736
+ $ag-hover-color: $hover-color !global;
737
+ // DO NOT EDIT (see note above)
738
+ }
739
+ // DO NOT EDIT (see note above)
740
+
741
+ // DO NOT EDIT (see note above)
742
+ @if (variable-exists("mat-grey-0") and not variable-exists("ag-mat-grey-0")) {
743
+ // DO NOT EDIT (see note above)
744
+ $ag-mat-grey-0: $mat-grey-0 !global;
745
+ // DO NOT EDIT (see note above)
746
+ }
747
+ // DO NOT EDIT (see note above)
748
+
749
+ // DO NOT EDIT (see note above)
750
+ @if (variable-exists("mat-grey-100") and not variable-exists("ag-mat-grey-100")) {
751
+ // DO NOT EDIT (see note above)
752
+ $ag-mat-grey-100: $mat-grey-100 !global;
753
+ // DO NOT EDIT (see note above)
754
+ }
755
+ // DO NOT EDIT (see note above)
756
+
757
+ // DO NOT EDIT (see note above)
758
+ @if (variable-exists("mat-grey-200") and not variable-exists("ag-mat-grey-200")) {
759
+ // DO NOT EDIT (see note above)
760
+ $ag-mat-grey-200: $mat-grey-200 !global;
761
+ // DO NOT EDIT (see note above)
762
+ }
763
+ // DO NOT EDIT (see note above)
764
+
765
+ // DO NOT EDIT (see note above)
766
+ @if (variable-exists("mat-grey-300") and not variable-exists("ag-mat-grey-300")) {
767
+ // DO NOT EDIT (see note above)
768
+ $ag-mat-grey-300: $mat-grey-300 !global;
769
+ // DO NOT EDIT (see note above)
770
+ }
771
+ // DO NOT EDIT (see note above)
772
+
773
+ // DO NOT EDIT (see note above)
774
+ @if (variable-exists("mat-grey-50") and not variable-exists("ag-mat-grey-50")) {
775
+ // DO NOT EDIT (see note above)
776
+ $ag-mat-grey-50: $mat-grey-50 !global;
777
+ // DO NOT EDIT (see note above)
778
+ }
779
+ // DO NOT EDIT (see note above)
780
+
781
+ // DO NOT EDIT (see note above)
782
+ @if (variable-exists("mat-indigo-50") and not variable-exists("ag-mat-indigo-50")) {
783
+ // DO NOT EDIT (see note above)
784
+ $ag-mat-indigo-50: $mat-indigo-50 !global;
785
+ // DO NOT EDIT (see note above)
786
+ }
787
+ // DO NOT EDIT (see note above)
788
+
789
+ // DO NOT EDIT (see note above)
790
+ @if (variable-exists("mat-indigo-500") and not variable-exists("ag-mat-indigo-500")) {
791
+ // DO NOT EDIT (see note above)
792
+ $ag-mat-indigo-500: $mat-indigo-500 !global;
793
+ // DO NOT EDIT (see note above)
794
+ }
795
+ // DO NOT EDIT (see note above)
796
+
797
+ // DO NOT EDIT (see note above)
798
+ @if (variable-exists("mat-pink-50") and not variable-exists("ag-mat-pink-50")) {
799
+ // DO NOT EDIT (see note above)
800
+ $ag-mat-pink-50: $mat-pink-50 !global;
801
+ // DO NOT EDIT (see note above)
802
+ }
803
+ // DO NOT EDIT (see note above)
804
+
805
+ // DO NOT EDIT (see note above)
806
+ @if (variable-exists("mat-pink-A200") and not variable-exists("ag-mat-pink-A200")) {
807
+ // DO NOT EDIT (see note above)
808
+ $ag-mat-pink-A200: $mat-pink-A200 !global;
809
+ // DO NOT EDIT (see note above)
810
+ }
811
+ // DO NOT EDIT (see note above)
812
+
813
+ // DO NOT EDIT (see note above)
814
+ @if (variable-exists("panel-background-color") and not variable-exists("ag-panel-background-color")) {
815
+ // DO NOT EDIT (see note above)
816
+ $ag-panel-background-color: $panel-background-color !global;
817
+ // DO NOT EDIT (see note above)
818
+ }
819
+ // DO NOT EDIT (see note above)
820
+
821
+ // DO NOT EDIT (see note above)
822
+ @if (variable-exists("params") and not variable-exists("ag-params")) {
823
+ // DO NOT EDIT (see note above)
824
+ $ag-params: $params !global;
825
+ // DO NOT EDIT (see note above)
826
+ }
827
+ // DO NOT EDIT (see note above)
828
+
829
+ // DO NOT EDIT (see note above)
830
+ @if (variable-exists("primary-color") and not variable-exists("ag-primary-color")) {
831
+ // DO NOT EDIT (see note above)
832
+ $ag-primary-color: $primary-color !global;
833
+ // DO NOT EDIT (see note above)
834
+ }
835
+ // DO NOT EDIT (see note above)
836
+
837
+ // DO NOT EDIT (see note above)
838
+ @if (variable-exists("range-selection-highlight-color") and not variable-exists("ag-range-selection-highlight-color")) {
839
+ // DO NOT EDIT (see note above)
840
+ $ag-range-selection-highlight-color: $range-selection-highlight-color !global;
841
+ // DO NOT EDIT (see note above)
842
+ }
843
+ // DO NOT EDIT (see note above)
844
+
845
+ // DO NOT EDIT (see note above)
846
+ @if (variable-exists("secondary-foreground-color") and not variable-exists("ag-secondary-foreground-color")) {
847
+ // DO NOT EDIT (see note above)
848
+ $ag-secondary-foreground-color: $secondary-foreground-color !global;
849
+ // DO NOT EDIT (see note above)
850
+ }
851
+ // DO NOT EDIT (see note above)
852
+
853
+ // DO NOT EDIT (see note above)
854
+ @if (variable-exists("selected-color") and not variable-exists("ag-selected-color")) {
855
+ // DO NOT EDIT (see note above)
856
+ $ag-selected-color: $selected-color !global;
857
+ // DO NOT EDIT (see note above)
858
+ }
859
+ // DO NOT EDIT (see note above)
860
+
861
+ // DO NOT EDIT (see note above)
862
+ @if (variable-exists("value-change-delta-down-color") and not variable-exists("ag-value-change-delta-down-color")) {
863
+ // DO NOT EDIT (see note above)
864
+ $ag-value-change-delta-down-color: $value-change-delta-down-color !global;
865
+ // DO NOT EDIT (see note above)
866
+ }
867
+ // DO NOT EDIT (see note above)
868
+
869
+ // DO NOT EDIT (see note above)
870
+ @if (variable-exists("value-change-delta-up-color") and not variable-exists("ag-value-change-delta-up-color")) {
871
+ // DO NOT EDIT (see note above)
872
+ $ag-value-change-delta-up-color: $value-change-delta-up-color !global;
873
+ // DO NOT EDIT (see note above)
874
+ }
875
+ // DO NOT EDIT (see note above)
876
+
877
+ // DO NOT EDIT (see note above)
878
+ @if (variable-exists("value-change-value-highlight-background-color") and not variable-exists("ag-value-change-value-highlight-background-color")) {
879
+ // DO NOT EDIT (see note above)
880
+ $ag-value-change-value-highlight-background-color: $value-change-value-highlight-background-color !global;
881
+ // DO NOT EDIT (see note above)
882
+ }
883
+ // DO NOT EDIT (see note above)
884
+
885
+ // DO NOT EDIT (see note above)
886
+ // additional support for variables prefixed `ag-mat-` which was the original format for the material theme and is still supported
887
+ // DO NOT EDIT (see note above)
888
+ @if variable-exists(ag-mat-foreground-opacity) { $ag-foreground-opacity: $ag-mat-foreground-opacity !global; }
889
+ // DO NOT EDIT (see note above)
890
+ @if variable-exists(ag-mat-secondary-foreground-color-opacity) { $ag-secondary-foreground-color-opacity: $ag-mat-secondary-foreground-color-opacity !global; }
891
+ // DO NOT EDIT (see note above)
892
+ @if variable-exists(ag-mat-disabled-foreground-color-opacity) { $ag-disabled-foreground-color-opacity: $ag-mat-disabled-foreground-color-opacity !global; }
893
+ // DO NOT EDIT (see note above)
894
+ @if variable-exists(ag-mat-grid-size) { $ag-grid-size: $ag-mat-grid-size !global; }
895
+ // DO NOT EDIT (see note above)
896
+ @if variable-exists(ag-mat-icon-size) { $ag-icon-size: $ag-mat-icon-size !global; }
897
+ // DO NOT EDIT (see note above)
898
+ @if variable-exists(ag-mat-header-height) { $ag-header-height: $ag-mat-header-height !global; }
899
+ // DO NOT EDIT (see note above)
900
+ @if variable-exists(ag-mat-row-height) { $ag-row-height: $ag-mat-row-height !global; }
901
+ // DO NOT EDIT (see note above)
902
+ @if variable-exists(ag-mat-cell-horizontal-padding) { $ag-cell-horizontal-padding: $ag-mat-cell-horizontal-padding !global; }
903
+ // DO NOT EDIT (see note above)
904
+ @if variable-exists(ag-mat-virtual-item-height) { $ag-virtual-item-height: $ag-mat-virtual-item-height !global; }
905
+ // DO NOT EDIT (see note above)
906
+ @if variable-exists(ag-mat-header-icon-size) { $ag-header-icon-size: $ag-mat-header-icon-size !global; }
907
+ // DO NOT EDIT (see note above)
908
+ @if variable-exists(ag-mat-font-family) { $ag-font-family: $ag-mat-font-family !global; }
909
+ // DO NOT EDIT (see note above)
910
+ @if variable-exists(ag-mat-font-size) { $ag-font-size: $ag-mat-font-size !global; }
911
+ // DO NOT EDIT (see note above)
912
+ @if variable-exists(ag-mat-font-weight) { $ag-font-weight: $ag-mat-font-weight !global; }
913
+ // DO NOT EDIT (see note above)
914
+ @if variable-exists(ag-mat-secondary-font-family) { $ag-secondary-font-family: $ag-mat-secondary-font-family !global; }
915
+ // DO NOT EDIT (see note above)
916
+ @if variable-exists(ag-mat-secondary-font-size) { $ag-secondary-font-size: $ag-mat-secondary-font-size !global; }
917
+ // DO NOT EDIT (see note above)
918
+ @if variable-exists(ag-mat-secondary-font-weight) { $ag-secondary-font-weight: $ag-mat-secondary-font-weight !global; }
919
+ // DO NOT EDIT (see note above)
920
+ @if variable-exists(ag-mat-foreground-color) { $ag-foreground-color: $ag-mat-foreground-color !global; }
921
+ // DO NOT EDIT (see note above)
922
+ @if variable-exists(ag-mat-secondary-foreground-color) { $ag-secondary-foreground-color: $ag-mat-secondary-foreground-color !global; }
923
+ // DO NOT EDIT (see note above)
924
+ @if variable-exists(ag-mat-disabled-foreground-color) { $ag-disabled-foreground-color: $ag-mat-disabled-foreground-color !global; }
925
+ // DO NOT EDIT (see note above)
926
+ @if variable-exists(ag-mat-border-color) { $ag-border-color: $ag-mat-border-color !global; }
927
+ // DO NOT EDIT (see note above)
928
+ @if variable-exists(ag-mat-primary-color) { $ag-primary-color: $ag-mat-primary-color !global; }
929
+ // DO NOT EDIT (see note above)
930
+ @if variable-exists(ag-mat-accent-color) { $ag-accent-color: $ag-mat-accent-color !global; }
931
+ // DO NOT EDIT (see note above)
932
+ @if variable-exists(ag-mat-icon-color) { $ag-icon-color: $ag-mat-icon-color !global; }
933
+ // DO NOT EDIT (see note above)
934
+ @if variable-exists(ag-mat-background-color) { $ag-background-color: $ag-mat-background-color !global; }
935
+ // DO NOT EDIT (see note above)
936
+ @if variable-exists(ag-mat-editor-background-color) { $ag-editor-background-color: $ag-mat-editor-background-color !global; }
937
+ // DO NOT EDIT (see note above)
938
+ @if variable-exists(ag-mat-panel-background-color) { $ag-panel-background-color: $ag-mat-panel-background-color !global; }
939
+ // DO NOT EDIT (see note above)
940
+ @if variable-exists(ag-mat-tool-panel-background-color) { $ag-tool-panel-background-color: $ag-mat-tool-panel-background-color !global; }
941
+ // DO NOT EDIT (see note above)
942
+ @if variable-exists(ag-mat-chip-background-color) { $ag-chip-background-color: $ag-mat-chip-background-color !global; }
943
+ // DO NOT EDIT (see note above)
944
+ @if variable-exists(ag-mat-range-selection-background-color) { $ag-range-selection-background-color: $ag-mat-range-selection-background-color !global; }
945
+ // DO NOT EDIT (see note above)
946
+ @if variable-exists(ag-mat-range-selection-highlight-color) { $ag-range-selection-highlight-color: $ag-mat-range-selection-highlight-color !global; }
947
+ // DO NOT EDIT (see note above)
948
+ @if variable-exists(ag-mat-hover-color) { $ag-hover-color: $ag-mat-hover-color !global; }
949
+ // DO NOT EDIT (see note above)
950
+ @if variable-exists(ag-mat-selected-color) { $ag-selected-color: $ag-mat-selected-color !global; }
951
+ // DO NOT EDIT (see note above)
952
+ @if variable-exists(ag-mat-cell-data-changed-color) { $ag-cell-data-changed-color: $ag-mat-cell-data-changed-color !global; }
953
+ // DO NOT EDIT (see note above)
954
+ @if variable-exists(ag-mat-font) { $ag-font-family: $ag-mat-font !global; }
955
+ // DO NOT EDIT (see note above)
956
+ @if variable-exists(ag-mat-font-secondary) { $ag-secondary-font-family: $ag-mat-font-secondary !global; }
957
+ // DO NOT EDIT (see note above)
958
+ @if variable-exists(ag-mat-font-secondary-size) { $ag-secondary-font-size: $ag-mat-font-secondary-size !global; }
959
+ // DO NOT EDIT (see note above)
960
+ @if variable-exists(ag-mat-font-secondary-weight) { $ag-secondary-font-weight: $ag-mat-font-secondary-weight !global; }
961
+ // DO NOT EDIT (see note above)
962
+ @if variable-exists(ag-mat-primary) { $ag-primary-color: $ag-mat-primary !global; }
963
+ // DO NOT EDIT (see note above)
964
+ @if variable-exists(ag-mat-secondary) { $secondary-color: $ag-mat-secondary !global; }
965
+ // DO NOT EDIT (see note above)
966
+ @if variable-exists(ag-mat-foreground) { $ag-foreground-color: $ag-mat-foreground !global; }
967
+ // DO NOT EDIT (see note above)
968
+ @if variable-exists(ag-mat-foreground-secondary) { $ag-secondary-foreground-color: $ag-mat-foreground-secondary !global; }
969
+ // DO NOT EDIT (see note above)
970
+ @if variable-exists(ag-mat-foreground-disabled) { $ag-disabled-foreground-color: $ag-mat-foreground-disabled !global; }
971
+ // DO NOT EDIT (see note above)
972
+ @if variable-exists(ag-mat-background) { $ag-background-color: $ag-mat-background !global; }
973
+ // DO NOT EDIT (see note above)
974
+ @if variable-exists(ag-mat-background-editor) { $ag-editor-background-color: $ag-mat-background-editor !global; }
975
+ // DO NOT EDIT (see note above)
976
+ @if variable-exists(ag-mat-panel-background) { $ag-panel-background-color: $ag-mat-panel-background !global; }
977
+ // DO NOT EDIT (see note above)
978
+ @if variable-exists(ag-mat-tool-panel-background) { $ag-tool-panel-background-color: $ag-mat-tool-panel-background !global; }
979
+ // DO NOT EDIT (see note above)
980
+ @if variable-exists(ag-mat-chip-background) { $ag-chip-background-color: $ag-mat-chip-background !global; }
981
+ // DO NOT EDIT (see note above)
982
+ @if variable-exists(ag-mat-range-selection-background) { $ag-range-selection-background-color: $ag-mat-range-selection-background !global; }
983
+ // DO NOT EDIT (see note above)
984
+ @if variable-exists(ag-mat-range-selection-highlight) { $ag-range-selection-highlight-color: $ag-mat-range-selection-highlight !global; }
985
+ // DO NOT EDIT (see note above)
986
+ @if variable-exists(ag-mat-cell-data-changed) { $ag-cell-data-changed-color: $ag-mat-cell-data-changed !global; }
987
+ // DO NOT EDIT (see note above)
988
+ @if variable-exists(ag-mat-hover) { $ag-hover-color: $ag-mat-hover !global; }
989
+ // DO NOT EDIT (see note above)
990
+ @if variable-exists(ag-mat-selected) { $ag-selected-color: $ag-mat-selected !global; }
991
+ // DO NOT EDIT (see note above)
992
+ }