@adaptabletools/adaptable 17.0.0-canary.1 → 17.0.0-canary.11

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 (1253) hide show
  1. package/agGrid.js +32 -26
  2. package/base.css +1242 -1192
  3. package/base.css.map +1 -1
  4. package/bundle.cjs.js +689 -0
  5. package/index.css +2027 -6
  6. package/index.css.map +1 -1
  7. package/package.json +3 -8
  8. package/publishTimestamp.d.ts +2 -0
  9. package/publishTimestamp.js +3 -0
  10. package/src/AdaptableInterfaces/AdaptableNoCodeWizard.js +2 -1
  11. package/src/AdaptableInterfaces/IAdaptable.d.ts +1 -0
  12. package/src/AdaptableInterfaces/IAdaptable.js +2 -1
  13. package/src/AdaptableOptions/ActionColumnOptions.js +2 -1
  14. package/src/AdaptableOptions/ActionRowOptions.js +2 -1
  15. package/src/AdaptableOptions/AdaptableFrameworkComponent.js +2 -1
  16. package/src/AdaptableOptions/AdaptableOptions.js +2 -1
  17. package/src/AdaptableOptions/AdaptablePlugin.js +5 -1
  18. package/src/AdaptableOptions/AlertOptions.js +2 -1
  19. package/src/AdaptableOptions/CalendarOptions.js +2 -1
  20. package/src/AdaptableOptions/CellSummaryOptions.js +2 -1
  21. package/src/AdaptableOptions/ChartingOptions.js +2 -1
  22. package/src/AdaptableOptions/ColumnFilterOptions.d.ts +8 -8
  23. package/src/AdaptableOptions/ColumnFilterOptions.js +2 -1
  24. package/src/AdaptableOptions/ColumnOptions.js +2 -1
  25. package/src/AdaptableOptions/ContainerOptions.js +2 -1
  26. package/src/AdaptableOptions/CustomSortOptions.js +2 -1
  27. package/src/AdaptableOptions/DashboardOptions.js +2 -1
  28. package/src/AdaptableOptions/DataChangeHistoryOptions.js +2 -1
  29. package/src/AdaptableOptions/DataImportOptions.js +2 -1
  30. package/src/AdaptableOptions/DataSetOptions.js +2 -1
  31. package/src/AdaptableOptions/DateInputOptions.js +2 -1
  32. package/src/AdaptableOptions/EditOptions.d.ts +6 -6
  33. package/src/AdaptableOptions/EditOptions.js +2 -1
  34. package/src/AdaptableOptions/EntitlementOptions.js +2 -1
  35. package/src/AdaptableOptions/ExportOptions.js +2 -1
  36. package/src/AdaptableOptions/ExpressionOptions.js +2 -1
  37. package/src/AdaptableOptions/Fdc3Options.js +5 -2
  38. package/src/AdaptableOptions/FinsemblePluginOptions.js +2 -1
  39. package/src/AdaptableOptions/FlashingCellOptions.js +2 -1
  40. package/src/AdaptableOptions/FormatColumnOptions.js +2 -1
  41. package/src/AdaptableOptions/Glue42PluginOptions.js +2 -1
  42. package/src/AdaptableOptions/Glue42WebPluginOptions.js +2 -1
  43. package/src/AdaptableOptions/GridFilterOptions.d.ts +8 -3
  44. package/src/AdaptableOptions/GridFilterOptions.js +2 -1
  45. package/src/AdaptableOptions/GroupingOptions.js +2 -1
  46. package/src/AdaptableOptions/IPushPullPluginOptions.js +2 -1
  47. package/src/AdaptableOptions/LayoutOptions.js +2 -1
  48. package/src/AdaptableOptions/MasterDetailPluginOptions.js +2 -1
  49. package/src/AdaptableOptions/MenuOptions.js +7 -3
  50. package/src/AdaptableOptions/NotesOptions.js +2 -1
  51. package/src/AdaptableOptions/NotificationsOptions.js +2 -1
  52. package/src/AdaptableOptions/OpenFinPluginOptions.js +2 -1
  53. package/src/AdaptableOptions/PredicateOptions.js +2 -1
  54. package/src/AdaptableOptions/QuickSearchOptions.js +2 -1
  55. package/src/AdaptableOptions/SettingsPanelOptions.js +2 -1
  56. package/src/AdaptableOptions/StateOptions.js +2 -1
  57. package/src/AdaptableOptions/TeamSharingOptions.js +2 -1
  58. package/src/AdaptableOptions/ToolPanelOptions.js +2 -1
  59. package/src/AdaptableOptions/UserInterfaceOptions.js +2 -1
  60. package/src/Api/ActionColumnApi.js +2 -1
  61. package/src/Api/ActionRowApi.js +2 -1
  62. package/src/Api/AdaptableApi.js +2 -1
  63. package/src/Api/AlertApi.js +2 -1
  64. package/src/Api/ApplicationApi.js +2 -1
  65. package/src/Api/BulkUpdateApi.js +2 -1
  66. package/src/Api/CalculatedColumnApi.js +2 -1
  67. package/src/Api/CalendarApi.js +2 -1
  68. package/src/Api/CellSummaryApi.js +2 -1
  69. package/src/Api/ChartingApi.js +2 -1
  70. package/src/Api/ColumnApi.js +2 -1
  71. package/src/Api/ColumnFilterApi.js +2 -1
  72. package/src/Api/ConfigApi.js +2 -1
  73. package/src/Api/CustomSortApi.js +2 -1
  74. package/src/Api/DashboardApi.js +2 -1
  75. package/src/Api/DataChangeHistoryApi.js +2 -1
  76. package/src/Api/DataImportApi.js +2 -1
  77. package/src/Api/DataSetApi.js +2 -1
  78. package/src/Api/EntitlementApi.js +2 -1
  79. package/src/Api/EventApi.d.ts +19 -8
  80. package/src/Api/EventApi.js +2 -1
  81. package/src/Api/Events/ActionRowSubmitted.js +2 -1
  82. package/src/Api/Events/AdaptableReady.js +2 -1
  83. package/src/Api/Events/AdaptableSearchState.js +2 -1
  84. package/src/Api/Events/AdaptableStateChanged.js +2 -1
  85. package/src/Api/Events/AdaptableStateReloaded.js +2 -1
  86. package/src/Api/Events/AlertFired.js +2 -1
  87. package/src/Api/Events/BaseEventInfo.js +2 -1
  88. package/src/Api/Events/CellChanged.js +2 -1
  89. package/src/Api/Events/CellSelectionChanged.d.ts +11 -0
  90. package/src/Api/Events/CellSelectionChanged.js +2 -0
  91. package/src/Api/Events/ChartChanged.js +2 -1
  92. package/src/Api/Events/ColumnFilterApplied.js +2 -1
  93. package/src/Api/Events/CustomToolbarConfigured.js +2 -1
  94. package/src/Api/Events/DashboardChanged.js +2 -1
  95. package/src/Api/Events/DataImported.js +2 -1
  96. package/src/Api/Events/DataSetSelected.js +2 -1
  97. package/src/Api/Events/Fdc3MessageInfo.js +2 -1
  98. package/src/Api/Events/FlashingCellDisplayed.js +2 -1
  99. package/src/Api/Events/GridDataChanged.js +2 -1
  100. package/src/Api/Events/GridFilterApplied.js +2 -1
  101. package/src/Api/Events/GridSorted.js +2 -1
  102. package/src/Api/Events/LayoutChanged.js +2 -1
  103. package/src/Api/Events/LiveDataChanged.js +2 -1
  104. package/src/Api/Events/RowSelectionChanged.d.ts +11 -0
  105. package/src/Api/Events/RowSelectionChanged.js +2 -0
  106. package/src/Api/Events/ScheduleTriggered.js +2 -1
  107. package/src/Api/Events/SystemStatusMessageDisplayed.js +2 -1
  108. package/src/Api/Events/TeamSharingEntityChanged.js +2 -1
  109. package/src/Api/Events/ThemeChanged.js +2 -1
  110. package/src/Api/Events/ThemeEdited.js +2 -1
  111. package/src/Api/ExportApi.js +2 -1
  112. package/src/Api/ExpressionApi.js +2 -1
  113. package/src/Api/Fdc3Api.js +2 -1
  114. package/src/Api/FinsembleApi.js +2 -1
  115. package/src/Api/FlashingCellApi.js +2 -1
  116. package/src/Api/FormatColumnApi.js +2 -1
  117. package/src/Api/FreeTextColumnApi.js +2 -1
  118. package/src/Api/Glue42Api.js +2 -1
  119. package/src/Api/Glue42WebApi.js +2 -1
  120. package/src/Api/GridApi.js +2 -1
  121. package/src/Api/GridFilterApi.d.ts +2 -2
  122. package/src/Api/GridFilterApi.js +2 -1
  123. package/src/Api/IPushPullApi.js +2 -1
  124. package/src/Api/Implementation/ActionColumnApiImpl.js +6 -2
  125. package/src/Api/Implementation/ActionRowApiImpl.js +12 -8
  126. package/src/Api/Implementation/AdaptableApiImpl.js +101 -97
  127. package/src/Api/Implementation/AlertApiImpl.js +23 -18
  128. package/src/Api/Implementation/ApiBase.js +10 -5
  129. package/src/Api/Implementation/ApplicationApiImpl.js +8 -3
  130. package/src/Api/Implementation/BulkUpdateApiImpl.js +10 -5
  131. package/src/Api/Implementation/CalculatedColumnApiImpl.js +11 -6
  132. package/src/Api/Implementation/CalendarApiImpl.js +6 -2
  133. package/src/Api/Implementation/CellSummaryApiImpl.js +22 -17
  134. package/src/Api/Implementation/ChartingApiImpl.js +18 -13
  135. package/src/Api/Implementation/ColumnApiImpl.js +16 -11
  136. package/src/Api/Implementation/ColumnFilterApiImpl.js +14 -9
  137. package/src/Api/Implementation/ConfigApiImpl.js +34 -29
  138. package/src/Api/Implementation/CustomSortApiImpl.js +11 -6
  139. package/src/Api/Implementation/DashboardApiImpl.js +14 -9
  140. package/src/Api/Implementation/DataChangeHistoryApiImpl.js +15 -10
  141. package/src/Api/Implementation/DataImportApiImpl.js +8 -4
  142. package/src/Api/Implementation/DataSetApiImpl.js +11 -6
  143. package/src/Api/Implementation/EntitlementApiImpl.js +6 -2
  144. package/src/Api/Implementation/EventApiImpl.js +9 -4
  145. package/src/Api/Implementation/ExportApiImpl.js +17 -12
  146. package/src/Api/Implementation/ExpressionApiImpl.js +10 -5
  147. package/src/Api/Implementation/Fdc3ApiImpl.js +12 -8
  148. package/src/Api/Implementation/FlashingCellApiImpl.js +11 -6
  149. package/src/Api/Implementation/FormatColumnApiImpl.js +11 -6
  150. package/src/Api/Implementation/FreeTextColumnApiImpl.js +14 -9
  151. package/src/Api/Implementation/GridApiImpl.js +23 -18
  152. package/src/Api/Implementation/GridFilterApiImpl.d.ts +1 -1
  153. package/src/Api/Implementation/GridFilterApiImpl.js +15 -10
  154. package/src/Api/Implementation/LayoutApiImpl.js +30 -25
  155. package/src/Api/Implementation/NamedQueryApiImpl.js +13 -8
  156. package/src/Api/Implementation/NotesApiImpl.js +9 -4
  157. package/src/Api/Implementation/OptionsApiImpl.js +6 -2
  158. package/src/Api/Implementation/PluginsApiImpl.js +8 -3
  159. package/src/Api/Implementation/PlusMinusApiImpl.js +9 -4
  160. package/src/Api/Implementation/PredicateApiImpl.js +17 -12
  161. package/src/Api/Implementation/QuickSearchApiImpl.js +10 -5
  162. package/src/Api/Implementation/ScheduleApiImpl.js +11 -6
  163. package/src/Api/Implementation/ScopeApiImpl.js +13 -8
  164. package/src/Api/Implementation/SettingsPanelApiImpl.js +8 -3
  165. package/src/Api/Implementation/ShortcutApiImpl.js +9 -4
  166. package/src/Api/Implementation/SmartEditApiImpl.js +10 -5
  167. package/src/Api/Implementation/StatusBarApiImpl.js +9 -5
  168. package/src/Api/Implementation/StyledColumnApiImpl.js +11 -6
  169. package/src/Api/Implementation/SystemStatusApiImpl.js +21 -16
  170. package/src/Api/Implementation/TeamSharingApiImpl.js +17 -12
  171. package/src/Api/Implementation/ThemeApiImpl.js +15 -10
  172. package/src/Api/Implementation/ToolPanelApiImpl.js +11 -6
  173. package/src/Api/Implementation/UserInterfaceApiImpl.js +20 -15
  174. package/src/Api/Internal/ActionRowInternalApi.js +6 -2
  175. package/src/Api/Internal/AdaptableInternalApi.js +26 -21
  176. package/src/Api/Internal/AlertInternalApi.js +25 -20
  177. package/src/Api/Internal/CalculatedColumnInternalApi.js +6 -2
  178. package/src/Api/Internal/ChartingInternalApi.js +12 -8
  179. package/src/Api/Internal/ColumnFilterInternalApi.js +13 -8
  180. package/src/Api/Internal/ColumnInternalApi.js +8 -4
  181. package/src/Api/Internal/CustomSortInternalApi.js +6 -2
  182. package/src/Api/Internal/DashboardInternalApi.js +11 -6
  183. package/src/Api/Internal/DataImportInternalApi.js +10 -5
  184. package/src/Api/Internal/DataSetInternalApi.js +6 -2
  185. package/src/Api/Internal/ExportInternalApi.js +6 -2
  186. package/src/Api/Internal/ExpressionnternalApi.js +6 -2
  187. package/src/Api/Internal/Fdc3InternalApi.js +28 -24
  188. package/src/Api/Internal/FlashingCellInternalApi.js +12 -7
  189. package/src/Api/Internal/FormatColumnInternalApi.js +22 -17
  190. package/src/Api/Internal/FreeTextColumnInternalApi.js +6 -2
  191. package/src/Api/Internal/GridFilterInternalApi.js +6 -2
  192. package/src/Api/Internal/GridInternalApi.js +18 -13
  193. package/src/Api/Internal/LayoutInternalApi.d.ts +2 -2
  194. package/src/Api/Internal/LayoutInternalApi.js +28 -23
  195. package/src/Api/Internal/NamedQueryInternalApi.js +8 -3
  196. package/src/Api/Internal/PredicateInternalApi.js +6 -2
  197. package/src/Api/Internal/ScheduleInternalApi.js +6 -2
  198. package/src/Api/Internal/StyledColumnInternalApi.js +10 -5
  199. package/src/Api/Internal/SystemStatusInternalApi.js +8 -3
  200. package/src/Api/Internal/TeamSharingInternalApi.js +6 -2
  201. package/src/Api/Internal/ThemeInternalApi.js +9 -5
  202. package/src/Api/Internal/UserInterfaceInternalApi.js +6 -2
  203. package/src/Api/LayoutApi.js +2 -1
  204. package/src/Api/NamedQueryApi.js +2 -1
  205. package/src/Api/NotesAPi.js +2 -1
  206. package/src/Api/OpenFinApi.js +2 -1
  207. package/src/Api/OptionsApi.js +2 -1
  208. package/src/Api/PluginsApi.js +2 -1
  209. package/src/Api/PlusMinusApi.js +2 -1
  210. package/src/Api/PredicateApi.js +2 -1
  211. package/src/Api/QuickSearchApi.js +2 -1
  212. package/src/Api/ScheduleApi.js +2 -1
  213. package/src/Api/ScopeApi.js +2 -1
  214. package/src/Api/SettingsPanelApi.js +2 -1
  215. package/src/Api/ShortcutApi.js +2 -1
  216. package/src/Api/SmartEditApi.js +2 -1
  217. package/src/Api/StatusBarApi.js +2 -1
  218. package/src/Api/StyledColumnApi.js +2 -1
  219. package/src/Api/SystemStatusApi.js +2 -1
  220. package/src/Api/TeamSharingApi.js +2 -1
  221. package/src/Api/ThemeApi.js +2 -1
  222. package/src/Api/ToolPanelApi.js +2 -1
  223. package/src/Api/UserInterfaceApi.js +2 -1
  224. package/src/PredefinedConfig/AdaptableState.js +2 -1
  225. package/src/PredefinedConfig/AlertState.js +2 -1
  226. package/src/PredefinedConfig/ApplicationState.js +2 -1
  227. package/src/PredefinedConfig/CalculatedColumnState.js +2 -1
  228. package/src/PredefinedConfig/ChartingState.js +7 -2
  229. package/src/PredefinedConfig/Common/AdaptableAlert.js +7 -2
  230. package/src/PredefinedConfig/Common/AdaptableButton.js +2 -1
  231. package/src/PredefinedConfig/Common/AdaptableColumn.js +5 -1
  232. package/src/PredefinedConfig/Common/AdaptableComparerFunction.js +2 -1
  233. package/src/PredefinedConfig/Common/AdaptableFlashingCell.js +2 -1
  234. package/src/PredefinedConfig/Common/AdaptableForm.js +5 -1
  235. package/src/PredefinedConfig/Common/AdaptableFormat.js +2 -1
  236. package/src/PredefinedConfig/Common/AdaptableIcon.js +2 -1
  237. package/src/PredefinedConfig/Common/AdaptableMessageType.js +2 -1
  238. package/src/PredefinedConfig/Common/AdaptableObject.js +2 -1
  239. package/src/PredefinedConfig/Common/AdaptablePredicate.js +56 -52
  240. package/src/PredefinedConfig/Common/AdaptableQuery.js +5 -1
  241. package/src/PredefinedConfig/Common/AdaptableScope.js +2 -1
  242. package/src/PredefinedConfig/Common/AdaptableStyle.js +2 -1
  243. package/src/PredefinedConfig/Common/AggregationColumns.js +4 -1
  244. package/src/PredefinedConfig/Common/AlternativeModuleName.js +2 -1
  245. package/src/PredefinedConfig/Common/BaseContext.js +2 -1
  246. package/src/PredefinedConfig/Common/ButtonStyle.js +2 -1
  247. package/src/PredefinedConfig/Common/CellDataChangedInfo.js +2 -1
  248. package/src/PredefinedConfig/Common/CellHighlightInfo.js +2 -1
  249. package/src/PredefinedConfig/Common/CellSummary.js +2 -1
  250. package/src/PredefinedConfig/Common/ColumnFilter.js +2 -1
  251. package/src/PredefinedConfig/Common/ColumnSort.js +2 -1
  252. package/src/PredefinedConfig/Common/DataChangedScope.js +2 -1
  253. package/src/PredefinedConfig/Common/DataUpdateConfig.js +2 -1
  254. package/src/PredefinedConfig/Common/Entitlement.js +2 -1
  255. package/src/PredefinedConfig/Common/Enums.js +29 -26
  256. package/src/PredefinedConfig/Common/Fdc3Context.js +35 -32
  257. package/src/PredefinedConfig/Common/Fdc3Intent.js +67 -64
  258. package/src/PredefinedConfig/Common/FilterActionOnDataChange.js +2 -1
  259. package/src/PredefinedConfig/Common/FormContext.js +2 -1
  260. package/src/PredefinedConfig/Common/GridFilter.js +2 -1
  261. package/src/PredefinedConfig/Common/Menu.js +2 -1
  262. package/src/PredefinedConfig/Common/RowHighlightInfo.js +2 -1
  263. package/src/PredefinedConfig/Common/RowsHighlightInfo.js +2 -1
  264. package/src/PredefinedConfig/Common/Schedule.js +2 -1
  265. package/src/PredefinedConfig/Common/SpecialColumnSettings.js +2 -1
  266. package/src/PredefinedConfig/Common/SuspendableObject.js +2 -1
  267. package/src/PredefinedConfig/Common/SystemStatusMessageInfo.js +2 -1
  268. package/src/PredefinedConfig/Common/Types.js +9 -5
  269. package/src/PredefinedConfig/ConfigState.js +2 -1
  270. package/src/PredefinedConfig/CustomSortState.js +2 -1
  271. package/src/PredefinedConfig/DashboardState.js +2 -1
  272. package/src/PredefinedConfig/ExportState.js +2 -1
  273. package/src/PredefinedConfig/FlashingCellState.js +2 -1
  274. package/src/PredefinedConfig/FormatColumnState.js +2 -1
  275. package/src/PredefinedConfig/FreeTextColumnState.js +2 -1
  276. package/src/PredefinedConfig/Glue42State.js +2 -1
  277. package/src/PredefinedConfig/GridState.js +2 -1
  278. package/src/PredefinedConfig/IPushPullState.js +2 -1
  279. package/src/PredefinedConfig/InternalState.js +2 -1
  280. package/src/PredefinedConfig/LayoutState.js +2 -1
  281. package/src/PredefinedConfig/NamedQueryState.js +2 -1
  282. package/src/PredefinedConfig/NotesState.js +2 -1
  283. package/src/PredefinedConfig/OpenFinState.js +2 -1
  284. package/src/PredefinedConfig/PlusMinusState.js +2 -1
  285. package/src/PredefinedConfig/PopupState.js +2 -1
  286. package/src/PredefinedConfig/PredefinedConfig.js +2 -1
  287. package/src/PredefinedConfig/QueryState.js +2 -1
  288. package/src/PredefinedConfig/QuickSearchState.js +2 -1
  289. package/src/PredefinedConfig/ScheduleState.js +2 -1
  290. package/src/PredefinedConfig/Selection/GridCell.js +2 -1
  291. package/src/PredefinedConfig/Selection/GridCellRange.js +2 -1
  292. package/src/PredefinedConfig/Selection/GridRow.js +2 -1
  293. package/src/PredefinedConfig/Selection/SelectedCellInfo.js +2 -1
  294. package/src/PredefinedConfig/Selection/SelectedRowInfo.js +2 -1
  295. package/src/PredefinedConfig/ShortcutState.js +2 -1
  296. package/src/PredefinedConfig/StatusBarState.js +4 -1
  297. package/src/PredefinedConfig/StyledColumnState.js +2 -1
  298. package/src/PredefinedConfig/SystemState.js +2 -1
  299. package/src/PredefinedConfig/TeamSharingState.js +7 -2
  300. package/src/PredefinedConfig/ThemeState.js +2 -1
  301. package/src/PredefinedConfig/ToolPanelState.js +2 -1
  302. package/src/PredefinedConfig/Uuid.js +6 -2
  303. package/src/Redux/ActionsReducers/AlertRedux.js +59 -45
  304. package/src/Redux/ActionsReducers/ApplicationRedux.js +22 -15
  305. package/src/Redux/ActionsReducers/BulkUpdateRedux.js +15 -9
  306. package/src/Redux/ActionsReducers/CalculatedColumnRedux.js +29 -20
  307. package/src/Redux/ActionsReducers/CellSummaryRedux.js +7 -3
  308. package/src/Redux/ActionsReducers/ChartingRedux.js +55 -41
  309. package/src/Redux/ActionsReducers/CustomSortRedux.js +54 -41
  310. package/src/Redux/ActionsReducers/DashboardRedux.js +66 -50
  311. package/src/Redux/ActionsReducers/ExportRedux.js +43 -33
  312. package/src/Redux/ActionsReducers/FlashingCellRedux.js +57 -43
  313. package/src/Redux/ActionsReducers/FormatColumnRedux.js +70 -54
  314. package/src/Redux/ActionsReducers/FreeTextColumnRedux.js +34 -24
  315. package/src/Redux/ActionsReducers/GridRedux.js +160 -125
  316. package/src/Redux/ActionsReducers/LayoutRedux.js +115 -89
  317. package/src/Redux/ActionsReducers/NamedQueryRedux.js +35 -25
  318. package/src/Redux/ActionsReducers/NotesRedux.js +31 -21
  319. package/src/Redux/ActionsReducers/PluginsRedux.js +53 -48
  320. package/src/Redux/ActionsReducers/PlusMinusRedux.js +59 -45
  321. package/src/Redux/ActionsReducers/PopupRedux.js +84 -64
  322. package/src/Redux/ActionsReducers/QueryRedux.js +13 -8
  323. package/src/Redux/ActionsReducers/QuickSearchRedux.js +23 -16
  324. package/src/Redux/ActionsReducers/ScheduleRedux.js +222 -179
  325. package/src/Redux/ActionsReducers/ShortcutRedux.js +54 -41
  326. package/src/Redux/ActionsReducers/SmartEditRedux.js +15 -9
  327. package/src/Redux/ActionsReducers/StatusBarRedux.js +19 -12
  328. package/src/Redux/ActionsReducers/StyledColumnRedux.js +54 -41
  329. package/src/Redux/ActionsReducers/SystemRedux.js +324 -254
  330. package/src/Redux/ActionsReducers/SystemStatusRedux.js +11 -6
  331. package/src/Redux/ActionsReducers/TeamSharingRedux.js +55 -40
  332. package/src/Redux/ActionsReducers/ThemeRedux.js +43 -32
  333. package/src/Redux/ActionsReducers/ToolPanelRedux.js +39 -28
  334. package/src/Redux/ActionsReducers/utils.js +9 -3
  335. package/src/Redux/DeadRedux.js +38 -25
  336. package/src/Redux/Store/AdaptableReduxLocalStorageEngine.js +20 -15
  337. package/src/Redux/Store/AdaptableReduxMerger.js +30 -21
  338. package/src/Redux/Store/AdaptableStore.js +108 -101
  339. package/src/Redux/Store/Interface/IAdaptableStore.js +2 -1
  340. package/src/Redux/Store/Interface/IStorageEngine.js +2 -1
  341. package/src/Strategy/AdaptableModuleBase.js +13 -8
  342. package/src/Strategy/AlertModule.js +40 -35
  343. package/src/Strategy/BulkUpdateModule.js +22 -17
  344. package/src/Strategy/CalculatedColumnModule.js +21 -16
  345. package/src/Strategy/CellSummaryModule.js +22 -17
  346. package/src/Strategy/ChartingModule.js +20 -15
  347. package/src/Strategy/ColumnFilterModule.js +16 -11
  348. package/src/Strategy/ColumnInfoModule.js +8 -3
  349. package/src/Strategy/CustomSortModule.js +17 -12
  350. package/src/Strategy/DashboardModule.js +9 -4
  351. package/src/Strategy/DataChangeHistoryModule.js +15 -10
  352. package/src/Strategy/DataImportModule.js +8 -3
  353. package/src/Strategy/DataSetModule.js +16 -11
  354. package/src/Strategy/ExportModule.js +60 -55
  355. package/src/Strategy/Fdc3Module.js +8 -3
  356. package/src/Strategy/FlashingCellModule.js +33 -28
  357. package/src/Strategy/FormatColumnModule.js +32 -27
  358. package/src/Strategy/FreeTextColumnModule.js +13 -8
  359. package/src/Strategy/GridFilterModule.js +14 -9
  360. package/src/Strategy/GridInfoModule.js +8 -3
  361. package/src/Strategy/Interface/IBulkUpdateModule.js +2 -1
  362. package/src/Strategy/Interface/ICellSummaryModule.js +2 -1
  363. package/src/Strategy/Interface/IExportModule.js +2 -1
  364. package/src/Strategy/Interface/IModule.js +2 -1
  365. package/src/Strategy/Interface/IModuleActionReturn.js +2 -1
  366. package/src/Strategy/Interface/IPlusMinusModule.js +2 -1
  367. package/src/Strategy/Interface/IScheduleModule.js +2 -1
  368. package/src/Strategy/Interface/IShortcutModule.js +2 -1
  369. package/src/Strategy/Interface/ISmartEditModule.js +2 -1
  370. package/src/Strategy/LayoutModule.js +36 -35
  371. package/src/Strategy/NamedQueryModule.js +17 -12
  372. package/src/Strategy/NotesModule.js +9 -4
  373. package/src/Strategy/PlusMinusModule.js +26 -21
  374. package/src/Strategy/QuickSearchModule.js +10 -5
  375. package/src/Strategy/ScheduleModule.js +45 -40
  376. package/src/Strategy/SettingsPanelModule.js +9 -4
  377. package/src/Strategy/ShortcutModule.js +26 -21
  378. package/src/Strategy/SmartEditModule.js +27 -22
  379. package/src/Strategy/StateManagementModule.js +8 -3
  380. package/src/Strategy/StatusBarModule.js +8 -3
  381. package/src/Strategy/StyledColumnModule.js +22 -17
  382. package/src/Strategy/SystemStatusModule.js +10 -5
  383. package/src/Strategy/TeamSharingModule.js +37 -32
  384. package/src/Strategy/ThemeModule.js +10 -13
  385. package/src/Strategy/ToolPanelModule.js +13 -8
  386. package/src/Strategy/Utilities/Alert/getAlertBehaviourViewItems.js +9 -5
  387. package/src/Strategy/Utilities/Alert/getAlertPreviewViewItems.js +11 -6
  388. package/src/Strategy/Utilities/Alert/getAlertTypeViewItems.js +8 -4
  389. package/src/Strategy/Utilities/CustomSort/getCustomSortColumnViewItems.js +5 -1
  390. package/src/Strategy/Utilities/CustomSort/getCustomSortSortOrderViewItems.js +5 -1
  391. package/src/Strategy/Utilities/Export/getExportColumnsViewItems.js +5 -1
  392. package/src/Strategy/Utilities/Export/getExportRowsViewItems.js +5 -1
  393. package/src/Strategy/Utilities/FlashingCell/getFlashingCellDurationViewItems.js +5 -1
  394. package/src/Strategy/Utilities/FlashingCell/getFlashingCellStyleViewItems.js +7 -3
  395. package/src/Strategy/Utilities/FlashingCell/getFlashingTargetViewItems.js +5 -1
  396. package/src/Strategy/Utilities/FormatColumn/getFormatColumnSettingsViewItems.js +5 -1
  397. package/src/Strategy/Utilities/FormatColumn/getFormatColumnStyleViewItems.js +10 -5
  398. package/src/Strategy/Utilities/Layout/getLayoutFilterViewItems.js +8 -3
  399. package/src/Strategy/Utilities/Layout/getLayoutSortViewItems.js +5 -1
  400. package/src/Strategy/Utilities/Shortcut/getShortcutSettingsViewItems.js +5 -1
  401. package/src/Strategy/Utilities/getExpressionViewItems.js +5 -1
  402. package/src/Strategy/Utilities/getObjectTagsViewItems.js +12 -7
  403. package/src/Strategy/Utilities/getRuleViewItems.js +5 -1
  404. package/src/Strategy/Utilities/getScopeViewItems.js +5 -1
  405. package/src/Strategy/Utilities/updateSingleToMultiplePredicates.js +5 -1
  406. package/src/Utilities/Cancelable.js +2 -1
  407. package/src/Utilities/Constants/ConfigConstants.js +12 -9
  408. package/src/Utilities/Constants/DocumentationLinkConstants.js +17 -14
  409. package/src/Utilities/Constants/GeneralConstants.js +74 -70
  410. package/src/Utilities/Constants/ModuleConstants.js +119 -115
  411. package/src/Utilities/Defaults/DefaultAdaptableOptions.js +30 -26
  412. package/src/Utilities/Defaults/DefaultSettingsPanel.js +5 -2
  413. package/src/Utilities/Emitter.js +5 -3
  414. package/src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions.js +24 -20
  415. package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.js +54 -51
  416. package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.js +42 -31
  417. package/src/Utilities/ExpressionFunctions/dateUtils.js +7 -2
  418. package/src/Utilities/ExpressionFunctions/deepMap.js +5 -1
  419. package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.js +57 -39
  420. package/src/Utilities/ExpressionFunctions/groupingMap.js +7 -3
  421. package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.js +70 -66
  422. package/src/Utilities/ExpressionFunctions/scalarAggregationHelper.js +7 -3
  423. package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.js +56 -52
  424. package/src/Utilities/Extensions/ArrayExtensions.js +73 -39
  425. package/src/Utilities/Extensions/EnumExtensions.js +21 -14
  426. package/src/Utilities/Extensions/NumberExtensions.js +9 -4
  427. package/src/Utilities/Extensions/ObjectExtensions.js +9 -3
  428. package/src/Utilities/Extensions/StringExtensions.js +46 -23
  429. package/src/Utilities/Extensions/TypeExtensions.js +5 -1
  430. package/src/Utilities/Helpers/AdaptableHelper.js +70 -59
  431. package/src/Utilities/Helpers/DateHelper.js +28 -18
  432. package/src/Utilities/Helpers/FormatHelper.js +18 -10
  433. package/src/Utilities/Helpers/Helper.js +50 -28
  434. package/src/Utilities/Helpers/PreviewHelper.js +15 -8
  435. package/src/Utilities/Helpers/StyleHelper.js +20 -11
  436. package/src/Utilities/Interface/AdaptableToolPanelContext.js +2 -1
  437. package/src/Utilities/Interface/ColumnFilterProps.js +2 -1
  438. package/src/Utilities/Interface/IPPStyle.js +2 -1
  439. package/src/Utilities/Interface/KeyValuePair.js +2 -1
  440. package/src/Utilities/Interface/MessagePopups.js +2 -1
  441. package/src/Utilities/Interface/Preview.js +2 -1
  442. package/src/Utilities/MenuItem.js +11 -4
  443. package/src/Utilities/ObjectFactory.js +167 -124
  444. package/src/Utilities/Services/AggregatedScalarLiveValue.js +7 -3
  445. package/src/Utilities/Services/AlertService.js +16 -11
  446. package/src/Utilities/Services/CalculatedColumnExpressionService.js +13 -9
  447. package/src/Utilities/Services/ChartingService.js +15 -10
  448. package/src/Utilities/Services/DataService.js +13 -8
  449. package/src/Utilities/Services/EntitlementService.js +5 -1
  450. package/src/Utilities/Services/Fdc3Service.js +11 -7
  451. package/src/Utilities/Services/Interface/IAdaptableService.js +2 -1
  452. package/src/Utilities/Services/Interface/IAlertService.js +8 -3
  453. package/src/Utilities/Services/Interface/ICalculatedColumnExpressionService.js +2 -1
  454. package/src/Utilities/Services/Interface/IChartingService.js +2 -1
  455. package/src/Utilities/Services/Interface/IDataService.js +2 -1
  456. package/src/Utilities/Services/Interface/IEntitlementService.js +2 -1
  457. package/src/Utilities/Services/Interface/ILicenseService.js +2 -1
  458. package/src/Utilities/Services/Interface/IMetamodelService.js +2 -1
  459. package/src/Utilities/Services/Interface/IModuleService.js +2 -1
  460. package/src/Utilities/Services/Interface/IQueryLanguageService.js +2 -1
  461. package/src/Utilities/Services/Interface/IReportService.js +2 -1
  462. package/src/Utilities/Services/Interface/IRowEditService.js +2 -1
  463. package/src/Utilities/Services/Interface/ITeamSharingService.js +2 -1
  464. package/src/Utilities/Services/Interface/IThemeService.js +2 -1
  465. package/src/Utilities/Services/Interface/IValidationService.js +2 -1
  466. package/src/Utilities/Services/LicenseService/index.js +1 -181
  467. package/src/Utilities/Services/LicenseService/shouldLogThankYouMessage.js +5 -1
  468. package/src/Utilities/Services/MetamodelService.js +17 -12
  469. package/src/Utilities/Services/ModuleService.js +14 -9
  470. package/src/Utilities/Services/QueryLanguageService.js +29 -24
  471. package/src/Utilities/Services/ReportService.js +53 -48
  472. package/src/Utilities/Services/RowEditService.js +5 -1
  473. package/src/Utilities/Services/TeamSharingService.js +11 -6
  474. package/src/Utilities/Services/ThemeService.js +5 -1
  475. package/src/Utilities/Services/ValidationService.js +25 -20
  476. package/src/Utilities/getScrollbarSize.js +3 -1
  477. package/src/Utilities/isAdaptableObject.js +5 -1
  478. package/src/Utilities/isMacLike.js +5 -1
  479. package/src/Utilities/license/LicenseDetails.js +2 -1
  480. package/src/Utilities/license/decode.js +1 -65
  481. package/src/Utilities/license/hashing.js +1 -43
  482. package/src/Utilities/logDeprecation.js +9 -3
  483. package/src/Utilities/reorder.js +5 -1
  484. package/src/Utilities/runIfNotResolvedIn.js +5 -1
  485. package/src/Utilities/sortWithOrder.js +5 -1
  486. package/src/Utilities/waitForCondition.js +5 -1
  487. package/src/Utilities/waitForTimeout.js +5 -1
  488. package/src/View/AdaptableContext.js +8 -3
  489. package/src/View/AdaptablePopover/index.js +22 -17
  490. package/src/View/AdaptableView.js +35 -30
  491. package/src/View/AdaptableViewFactory.js +71 -67
  492. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableConfig.js +2 -1
  493. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableOptionsForm.js +30 -25
  494. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ColumnsList.js +44 -42
  495. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/Components/FormBox.js +9 -4
  496. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizard.js +26 -21
  497. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizardColumnsStep.js +9 -4
  498. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/EntitlementsForm.js +29 -26
  499. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/FinanceForm.js +2 -1
  500. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/GridOptionsForm.js +20 -17
  501. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsActionColumnsForm.js +13 -8
  502. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsSidebarForm.js +21 -16
  503. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsStatusbarForm.js +29 -24
  504. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UiOptionsForm.js +23 -18
  505. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/index.js +4 -2
  506. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/useSelection.js +5 -3
  507. package/src/View/AdaptableWizardView/Utils.js +5 -1
  508. package/src/View/AdaptableWizardView/Wizard.js +26 -20
  509. package/src/View/AdaptableWizardView/helper.js +10 -4
  510. package/src/View/AdaptableWizardView/index.js +10 -7
  511. package/src/View/Alert/ActiveAlertsPanel.js +14 -9
  512. package/src/View/Alert/ActiveAlertsPanelItemLabel.js +15 -10
  513. package/src/View/Alert/AlertEmptyView.js +9 -4
  514. package/src/View/Alert/AlertEntityRow.js +18 -13
  515. package/src/View/Alert/AlertStatusSubPanel.js +18 -13
  516. package/src/View/Alert/AlertViewPanel.js +20 -16
  517. package/src/View/Alert/AlertsPanel.js +27 -22
  518. package/src/View/Alert/Utilities/getAlertButtonStyle.js +11 -6
  519. package/src/View/Alert/Utilities/getAlertType.d.ts +1 -0
  520. package/src/View/Alert/Utilities/getAlertType.js +18 -5
  521. package/src/View/Alert/Utilities/getAvailablePredicates.js +6 -2
  522. package/src/View/Alert/Utilities/getDefaultAlertDefinition.js +18 -8
  523. package/src/View/Alert/Utilities/mapAlertDefinition.js +5 -1
  524. package/src/View/Alert/Wizard/AlertBehaviourWizardSection.js +51 -48
  525. package/src/View/Alert/Wizard/AlertButtonsEditor.js +40 -35
  526. package/src/View/Alert/Wizard/AlertMessageWizardSection.js +37 -31
  527. package/src/View/Alert/Wizard/AlertNotificationWizardSection.js +33 -27
  528. package/src/View/Alert/Wizard/AlertRulesWizardSection.js +38 -28
  529. package/src/View/Alert/Wizard/AlertScopeWizardSection.js +14 -9
  530. package/src/View/Alert/Wizard/AlertSelectQueryWizard.js +19 -14
  531. package/src/View/Alert/Wizard/AlertTypeWizardSection.js +26 -19
  532. package/src/View/Alert/Wizard/AlertWizard.js +65 -60
  533. package/src/View/Alert/Wizard/BaseAlertScopeWizardSection.js +19 -14
  534. package/src/View/Alert/Wizard/isValidAlertRules.js +7 -3
  535. package/src/View/BulkUpdate/BulkUpdatePopup.js +37 -33
  536. package/src/View/BulkUpdate/BulkUpdateViewPanel.js +31 -27
  537. package/src/View/CalculatedColumn/CalculatedColumnSummary.js +22 -17
  538. package/src/View/CalculatedColumn/Utilities/getCalculatedColumnSettingsTags.js +5 -1
  539. package/src/View/CalculatedColumn/Wizard/CalculatedColumnDefinitionWizardSection.js +43 -36
  540. package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.js +28 -21
  541. package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.js +40 -33
  542. package/src/View/CalculatedColumn/Wizard/CalculatedColumnTypeSection.js +18 -13
  543. package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.js +54 -49
  544. package/src/View/CalculatedColumn/utils.js +5 -1
  545. package/src/View/CellSummary/CellSummaryDetails.js +11 -6
  546. package/src/View/CellSummary/CellSummaryPopover.js +9 -4
  547. package/src/View/CellSummary/CellSummaryPopup.js +12 -8
  548. package/src/View/CellSummary/CellSummaryStatusBarSubPanelPopover.js +12 -11
  549. package/src/View/CellSummary/CellSummaryStatusPanel.js +16 -11
  550. package/src/View/CellSummary/CellSummaryViewPanel.js +26 -22
  551. package/src/View/Charting/ChartingStatusBarPopover.js +17 -12
  552. package/src/View/Charting/ChartingViewPanel.js +18 -13
  553. package/src/View/Charting/ChartingWizard/AgChargingWizard/AgChargingWizard.js +23 -18
  554. package/src/View/Charting/ChartingWizard/AgChargingWizard/PreviewChartSection.js +14 -9
  555. package/src/View/Charting/ChartingWizard/AgChargingWizard/SettingsSection.js +22 -16
  556. package/src/View/Charting/ChartingWizard/AgChargingWizard/index.js +4 -1
  557. package/src/View/Charting/ChartingWizard/ChartingWizard.js +14 -10
  558. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/ExternalChartingWizard.js +18 -13
  559. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/SettingsSection.js +14 -8
  560. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/index.js +4 -1
  561. package/src/View/Charting/ChartingWizard/index.js +4 -1
  562. package/src/View/Charting/DeleteChartButton.js +11 -6
  563. package/src/View/Charting/EditChartButton.js +13 -8
  564. package/src/View/Charting/ShowChartButton.js +26 -21
  565. package/src/View/Charting/useAgChartState.js +12 -7
  566. package/src/View/Charting/useChartingElements.js +36 -33
  567. package/src/View/Charting/useExternalChartState.js +12 -7
  568. package/src/View/ColumnInfo/ColumnInfo.js +38 -33
  569. package/src/View/ColumnInfo/ColumnInfoPopup.js +13 -8
  570. package/src/View/Components/AdaptableButton/index.js +13 -8
  571. package/src/View/Components/AdaptableDateInput/index.js +15 -13
  572. package/src/View/Components/AdaptableIconComponent/index.js +11 -6
  573. package/src/View/Components/AdaptableIconComponent/useCustomIcon.js +7 -3
  574. package/src/View/Components/AdaptableIconSelector/index.js +11 -6
  575. package/src/View/Components/AdaptableInput/index.js +11 -8
  576. package/src/View/Components/AdaptableObjectCollection/index.js +11 -6
  577. package/src/View/Components/AdaptableObjectList/AdaptableObjectCompactList.js +33 -27
  578. package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +47 -40
  579. package/src/View/Components/AdaptableObjectList/index.js +5 -1
  580. package/src/View/Components/AdaptableObjectRow/index.js +12 -7
  581. package/src/View/Components/Badge/index.js +11 -6
  582. package/src/View/Components/Buttons/ButtonApply.js +9 -4
  583. package/src/View/Components/Buttons/ButtonBase/index.js +10 -5
  584. package/src/View/Components/Buttons/ButtonClear.js +9 -4
  585. package/src/View/Components/Buttons/ButtonClone.js +9 -4
  586. package/src/View/Components/Buttons/ButtonClose.js +9 -4
  587. package/src/View/Components/Buttons/ButtonConfigure.js +9 -4
  588. package/src/View/Components/Buttons/ButtonDelete.js +11 -8
  589. package/src/View/Components/Buttons/ButtonEdit.js +9 -4
  590. package/src/View/Components/Buttons/ButtonExpand.js +9 -4
  591. package/src/View/Components/Buttons/ButtonExport.js +9 -4
  592. package/src/View/Components/Buttons/ButtonFunction.js +9 -4
  593. package/src/View/Components/Buttons/ButtonGeneral.js +9 -4
  594. package/src/View/Components/Buttons/ButtonInfo.js +9 -4
  595. package/src/View/Components/Buttons/ButtonInvalid.js +9 -4
  596. package/src/View/Components/Buttons/ButtonLogin.js +9 -4
  597. package/src/View/Components/Buttons/ButtonLogout.js +9 -4
  598. package/src/View/Components/Buttons/ButtonMaximise.js +9 -4
  599. package/src/View/Components/Buttons/ButtonMinimise.js +9 -4
  600. package/src/View/Components/Buttons/ButtonNew.js +9 -4
  601. package/src/View/Components/Buttons/ButtonNewPage.js +9 -4
  602. package/src/View/Components/Buttons/ButtonOpen.js +9 -4
  603. package/src/View/Components/Buttons/ButtonPause.js +9 -4
  604. package/src/View/Components/Buttons/ButtonPlay.js +10 -5
  605. package/src/View/Components/Buttons/ButtonPreviewDelete.js +7 -4
  606. package/src/View/Components/Buttons/ButtonSave.js +9 -4
  607. package/src/View/Components/Buttons/ButtonSchedule.js +9 -4
  608. package/src/View/Components/Buttons/ButtonShare.js +12 -8
  609. package/src/View/Components/Buttons/ButtonShow.js +9 -4
  610. package/src/View/Components/Buttons/ButtonShowChart.js +9 -4
  611. package/src/View/Components/Buttons/ButtonStop.js +9 -4
  612. package/src/View/Components/Buttons/ButtonUndo.js +9 -4
  613. package/src/View/Components/Buttons/ButtonUnsuspend.js +9 -4
  614. package/src/View/Components/Buttons/EntityListActionButtons.js +19 -14
  615. package/src/View/Components/Buttons/SuspendToggleButton/SuspendToggleButton.js +8 -4
  616. package/src/View/Components/Buttons/SuspendToggleButton/index.js +4 -1
  617. package/src/View/Components/CellPopup/index.js +14 -10
  618. package/src/View/Components/ColumnSelector/index.js +12 -7
  619. package/src/View/Components/EntityRowItem.js +7 -2
  620. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicateEditor.js +23 -18
  621. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicatesEditor.js +32 -27
  622. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/index.js +5 -1
  623. package/src/View/Components/EntityRulesEditor/Utilities.js +5 -1
  624. package/src/View/Components/EntityRulesEditor/index.js +42 -45
  625. package/src/View/Components/ExpressionWizard.js +22 -17
  626. package/src/View/Components/ExternalRenderer.js +10 -6
  627. package/src/View/Components/FilterForm/FilterForm.js +63 -51
  628. package/src/View/Components/FilterForm/ListBoxFilterForm.js +36 -33
  629. package/src/View/Components/FilterForm/ListBoxMenu.js +13 -8
  630. package/src/View/Components/FilterForm/QuickFilterForm.js +49 -43
  631. package/src/View/Components/FilterForm/QuickFilterValues.d.ts +2 -2
  632. package/src/View/Components/FilterForm/QuickFilterValues.js +32 -26
  633. package/src/View/Components/FilterForm/Waiting.js +14 -10
  634. package/src/View/Components/FilterForm/getDefaultColumnFilterPredicate.js +5 -1
  635. package/src/View/Components/Forms/AdaptableFormControlTextClear.js +14 -10
  636. package/src/View/Components/ListBox/DualListBoxEditor.js +58 -53
  637. package/src/View/Components/ListBox/ListBoxFilterSortComponent.js +15 -10
  638. package/src/View/Components/ModuleProfile.js +9 -4
  639. package/src/View/Components/ModuleSummary/ModuleDetail.js +11 -6
  640. package/src/View/Components/ModuleSummary/ModuleHeader.js +13 -8
  641. package/src/View/Components/ModuleSummary/SummaryRowItem.js +9 -4
  642. package/src/View/Components/ModuleValueSelector/index.js +19 -15
  643. package/src/View/Components/NewScopeComponent.js +52 -45
  644. package/src/View/Components/Panels/FilterFormPanel.js +27 -22
  645. package/src/View/Components/Panels/PanelDashboard/index.js +9 -4
  646. package/src/View/Components/Panels/PanelFooter.js +13 -8
  647. package/src/View/Components/Panels/PanelToolPanel/index.js +20 -16
  648. package/src/View/Components/Panels/PanelWithButton.js +21 -16
  649. package/src/View/Components/Panels/PanelWithImage.js +20 -16
  650. package/src/View/Components/Panels/PanelWithRow.js +12 -7
  651. package/src/View/Components/Panels/PanelWithTwoButtons.js +12 -7
  652. package/src/View/Components/Panels/ToolPanelSettingsPanel.js +11 -6
  653. package/src/View/Components/PermittedValuesSelector/PermitedValuesSelector.js +20 -15
  654. package/src/View/Components/PermittedValuesSelector/index.js +5 -1
  655. package/src/View/Components/Popups/AdaptableLoadingScreen.js +11 -6
  656. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopup.js +31 -26
  657. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupBody.js +12 -7
  658. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupDialog.js +25 -21
  659. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.js +29 -24
  660. package/src/View/Components/Popups/AdaptablePopup/CustomSettingsPanelView.js +9 -4
  661. package/src/View/Components/Popups/AdaptablePopup/Navigation.js +16 -11
  662. package/src/View/Components/Popups/AdaptablePopup/PopupContext.js +8 -3
  663. package/src/View/Components/Popups/AdaptablePopup/PopupPanel.js +17 -12
  664. package/src/View/Components/Popups/AdaptablePopup/TopBar.js +17 -12
  665. package/src/View/Components/Popups/AdaptablePopup/index.js +5 -1
  666. package/src/View/Components/Popups/AdaptablePopup/useMenuItems.js +15 -10
  667. package/src/View/Components/Popups/AdaptablePopupAlert.js +27 -22
  668. package/src/View/Components/Popups/AdaptablePopupConfirmation.js +30 -25
  669. package/src/View/Components/Popups/AdaptablePopupPrompt.js +23 -18
  670. package/src/View/Components/Popups/AdaptablePopupTeamSharing.js +31 -26
  671. package/src/View/Components/Popups/AdaptableToaster.js +18 -13
  672. package/src/View/Components/Popups/FormPopups/FormPopups.js +25 -19
  673. package/src/View/Components/Popups/Utilities.js +17 -10
  674. package/src/View/Components/Popups/WindowPopups/WindowPopups.js +27 -23
  675. package/src/View/Components/Popups/WindowPopups/windowFactory.js +16 -13
  676. package/src/View/Components/PredicateEditor/PredicateEditor.js +26 -21
  677. package/src/View/Components/PreviewResultsPanel.js +18 -13
  678. package/src/View/Components/RangesComponent.js +56 -51
  679. package/src/View/Components/ScopeComponent.js +28 -23
  680. package/src/View/Components/Selectors/ColumnSelector.js +11 -6
  681. package/src/View/Components/Selectors/ColumnSelectorOld.js +18 -13
  682. package/src/View/Components/Selectors/ColumnValueSelector.js +20 -15
  683. package/src/View/Components/Selectors/PermittedValuesSelector.d.ts +5 -4
  684. package/src/View/Components/Selectors/PermittedValuesSelector.js +37 -10
  685. package/src/View/Components/SharedProps/BaseProps.js +2 -1
  686. package/src/View/Components/SharedProps/ConfigEntityRowProps.js +2 -1
  687. package/src/View/Components/SharedProps/EditableConfigEntityState.js +5 -2
  688. package/src/View/Components/SharedProps/ModuleSummaryProps.js +2 -1
  689. package/src/View/Components/SharedProps/ModuleViewPopupProps.js +2 -1
  690. package/src/View/Components/SharedProps/ToolPanelModuleViewPopupProps.js +2 -1
  691. package/src/View/Components/SharedProps/ToolbarModuleViewPopupProps.js +2 -1
  692. package/src/View/Components/SharedProps/ViewPanelProps.js +2 -1
  693. package/src/View/Components/SharedProps/WizardScopeState.js +2 -1
  694. package/src/View/Components/StyleComponent.js +69 -64
  695. package/src/View/Components/StyleVisualItem.js +14 -9
  696. package/src/View/Components/TagValueSelector/index.js +15 -9
  697. package/src/View/Components/ToolPanel/AdaptableToolPanel.js +44 -39
  698. package/src/View/Components/ToolPanel/CustomToolPanelContent.js +18 -13
  699. package/src/View/Components/ToolPanel/ToolPanelPopup.js +28 -24
  700. package/src/View/Components/ToolPanel/ToolPanelWrapper.js +21 -16
  701. package/src/View/Components/ValueSelector/index.js +53 -47
  702. package/src/View/Components/WizardSummaryPage.js +12 -7
  703. package/src/View/Components/WizardSummaryRow.js +11 -6
  704. package/src/View/CustomSort/CustomSortSummary.js +37 -32
  705. package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.js +24 -17
  706. package/src/View/CustomSort/Wizard/CustomSortSummaryWizard.js +9 -4
  707. package/src/View/CustomSort/Wizard/CustomSortValuesWizardSection.js +36 -29
  708. package/src/View/CustomSort/Wizard/CustomSortWizard.js +36 -31
  709. package/src/View/Dashboard/CustomDashboardButton.js +12 -7
  710. package/src/View/Dashboard/CustomToolbar.js +25 -19
  711. package/src/View/Dashboard/Dashboard.js +42 -38
  712. package/src/View/Dashboard/DashboardPopup.js +33 -29
  713. package/src/View/Dashboard/DashboardToolbarFactory.js +18 -13
  714. package/src/View/Dashboard/DashboardViewPanel.js +14 -10
  715. package/src/View/Dashboard/ModuleToolbarWrapper.js +13 -8
  716. package/src/View/Dashboard/PinnedDashboard.js +17 -12
  717. package/src/View/Dashboard/PinnedToolbarsSelector.js +16 -11
  718. package/src/View/DataChangeHistory/DataChangeHistoryGrid.js +20 -15
  719. package/src/View/DataChangeHistory/DataChangeHistoryPopup.js +38 -34
  720. package/src/View/DataChangeHistory/DataChangeHistoryStatusBarContent.js +9 -4
  721. package/src/View/DataChangeHistory/DataChangeHistoryViewPanel.js +41 -36
  722. package/src/View/DataChangeHistory/buildActionColumnButton.js +5 -1
  723. package/src/View/DataImport/DataImportPopup.js +17 -12
  724. package/src/View/DataImport/DataImportWizard/DataImportWizard.js +30 -25
  725. package/src/View/DataImport/DataImportWizard/index.js +4 -1
  726. package/src/View/DataImport/DataImportWizard/sections/ColumnsSection.js +34 -29
  727. package/src/View/DataImport/DataImportWizard/sections/DataPreview.js +26 -21
  728. package/src/View/DataImport/DataImportWizard/sections/ImportSection.js +23 -18
  729. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadFileSection.js +10 -5
  730. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadSection.js +22 -17
  731. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadTextSection.js +11 -6
  732. package/src/View/DataImport/DataImportWizard/sections/UploadSection/index.js +4 -1
  733. package/src/View/DataImport/DataImportWizard/sections/ValidationSection.js +23 -18
  734. package/src/View/DataImport/systemFileHandlers.js +9 -5
  735. package/src/View/DataSet/DataSetSelector.js +11 -6
  736. package/src/View/DataSet/DataSetStatusPanelPopover.js +11 -6
  737. package/src/View/DataSet/DataSetViewPanel.js +16 -12
  738. package/src/View/Export/ExportSelector.js +27 -24
  739. package/src/View/Export/ExportTablePopup.js +12 -7
  740. package/src/View/Export/ExportViewPanel.d.ts +4 -4
  741. package/src/View/Export/ExportViewPanel.js +45 -46
  742. package/src/View/Export/ReportExportDropdown.js +21 -16
  743. package/src/View/Export/Wizard/NewReportWizard.js +37 -32
  744. package/src/View/Export/Wizard/ReportColumnTypeWizard.js +19 -14
  745. package/src/View/Export/Wizard/ReportColumnsWizardSection.js +35 -28
  746. package/src/View/Export/Wizard/ReportNameWizardSection.js +28 -21
  747. package/src/View/Export/Wizard/ReportRowTypeWizard.js +19 -14
  748. package/src/View/Export/Wizard/ReportRowsWizardSection.js +37 -30
  749. package/src/View/Export/Wizard/ReportScopeWizard.js +14 -9
  750. package/src/View/Export/Wizard/ReportSettingsWizard.js +23 -18
  751. package/src/View/Export/Wizard/ReportSummaryWizard.js +9 -4
  752. package/src/View/Export/constants.js +5 -2
  753. package/src/View/Filter/ActiveFiltersPanel.js +12 -7
  754. package/src/View/Filter/FilterStatusBarSubPanelPopover.js +9 -4
  755. package/src/View/Filter/FilterSummary.js +23 -18
  756. package/src/View/Filter/FilterViewPanel.js +24 -20
  757. package/src/View/FlashingCell/FlashingCellStyle.js +14 -10
  758. package/src/View/FlashingCell/Wizard/FlashingCellRulesWizardSection.js +20 -14
  759. package/src/View/FlashingCell/Wizard/FlashingCellScopeWizardSection.js +13 -8
  760. package/src/View/FlashingCell/Wizard/FlashingCellSettingsWizardSection.js +42 -36
  761. package/src/View/FlashingCell/Wizard/FlashingCellStyleWizardSection.js +34 -28
  762. package/src/View/FlashingCell/Wizard/FlashingCellWizard.js +49 -44
  763. package/src/View/FlashingCell/Wizard/isValidFlashingCellRules.js +7 -3
  764. package/src/View/FormatColumn/FormatColumnSummary.js +32 -27
  765. package/src/View/FormatColumn/MoveFormatColumn.js +15 -10
  766. package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.js +161 -153
  767. package/src/View/FormatColumn/Wizard/FormatColumnRuleWizardSection.js +11 -6
  768. package/src/View/FormatColumn/Wizard/FormatColumnScopeWizardSection.js +16 -10
  769. package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.js +36 -30
  770. package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.js +25 -17
  771. package/src/View/FormatColumn/Wizard/FormatColumnWizard.js +53 -48
  772. package/src/View/FormatColumn/Wizard/constants.js +4 -1
  773. package/src/View/FreeTextColumn/FreeTextColumnSummary.js +32 -27
  774. package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.js +59 -52
  775. package/src/View/FreeTextColumn/Wizard/FreeTextColumnWizard.js +31 -26
  776. package/src/View/GridFilter/GridFilterExpressionEditor.js +35 -30
  777. package/src/View/GridFilter/GridFilterPopup.js +41 -34
  778. package/src/View/GridFilter/GridFilterStatusbar.js +10 -5
  779. package/src/View/GridFilter/GridFilterViewPanel.js +40 -34
  780. package/src/View/GridFilter/GridFilterWindowPopup.js +9 -4
  781. package/src/View/GridFilter/NamedQuerySelector.js +37 -31
  782. package/src/View/GridFilter/useGridFilterExpressionEditor.d.ts +2 -0
  783. package/src/View/GridFilter/useGridFilterExpressionEditor.js +37 -24
  784. package/src/View/GridFilter/useGridFilterOptionsForExpressionEditor.js +12 -26
  785. package/src/View/GridInfo/GridInfoPopup/AdaptableObjectsSummary.js +16 -11
  786. package/src/View/GridInfo/GridInfoPopup/AdaptableOptionsComponent.js +25 -20
  787. package/src/View/GridInfo/GridInfoPopup/GridInfoPopup.js +37 -32
  788. package/src/View/GridInfo/GridInfoPopup/index.js +4 -1
  789. package/src/View/KeyHint.js +9 -4
  790. package/src/View/Layout/EditCurrentLayoutButton.js +11 -6
  791. package/src/View/Layout/LayoutCloneButton.js +11 -6
  792. package/src/View/Layout/LayoutRadioSelector.js +11 -6
  793. package/src/View/Layout/LayoutStatusBarSubPanelPopover.d.ts +1 -1
  794. package/src/View/Layout/LayoutStatusBarSubPanelPopover.js +20 -10
  795. package/src/View/Layout/LayoutViewPanel.d.ts +1 -1
  796. package/src/View/Layout/LayoutViewPanel.js +30 -26
  797. package/src/View/Layout/PivotDetailsPopoup.js +12 -7
  798. package/src/View/Layout/SaveLayoutButton.js +17 -12
  799. package/src/View/Layout/Wizard/Components/ColumnLabels.js +15 -11
  800. package/src/View/Layout/Wizard/LayoutWizard.js +56 -51
  801. package/src/View/Layout/Wizard/sections/AggregationsSection.js +44 -37
  802. package/src/View/Layout/Wizard/sections/ColumnsSection.js +68 -62
  803. package/src/View/Layout/Wizard/sections/FilterSection.js +37 -30
  804. package/src/View/Layout/Wizard/sections/GridFilterSection.js +33 -26
  805. package/src/View/Layout/Wizard/sections/PivotColumnsSection.js +27 -21
  806. package/src/View/Layout/Wizard/sections/RowGroupingSection.js +33 -27
  807. package/src/View/Layout/Wizard/sections/SettingsSection.js +35 -29
  808. package/src/View/Layout/Wizard/sections/SortSection.js +32 -26
  809. package/src/View/Layout/Wizard/sections/Utilities.js +5 -1
  810. package/src/View/License/LicenseWatermark.js +1 -61
  811. package/src/View/License/index.js +5 -1
  812. package/src/View/NamedQuery/EditCurrentQueryButton.js +12 -7
  813. package/src/View/NamedQuery/Wizard/NamedQueryExpressionWizardSection.js +24 -17
  814. package/src/View/NamedQuery/Wizard/NamedQuerySettingsWizardSection.js +28 -21
  815. package/src/View/NamedQuery/Wizard/NamedQueryWizard.js +33 -28
  816. package/src/View/Notes/NotesListing.js +19 -14
  817. package/src/View/Notes/NotesPopup.js +24 -19
  818. package/src/View/PlusMinus/PlusMinusSummary.js +31 -26
  819. package/src/View/PlusMinus/Wizard/PlusMinusRuleWizardSection.js +18 -12
  820. package/src/View/PlusMinus/Wizard/PlusMinusScopeWizardSection.js +11 -6
  821. package/src/View/PlusMinus/Wizard/PlusMinusSettingsWizardSection.js +39 -32
  822. package/src/View/PlusMinus/Wizard/PlusMinusWizard.js +31 -26
  823. package/src/View/QuickSearch/FloatingQuickSearch/FloatingQuickSearch.js +18 -13
  824. package/src/View/QuickSearch/QuickSearchInput.js +18 -13
  825. package/src/View/QuickSearch/QuickSearchPopup.js +30 -26
  826. package/src/View/QuickSearch/QuickSearchStatusBarContent.js +15 -10
  827. package/src/View/QuickSearch/QuickSearchViewPanel.js +9 -4
  828. package/src/View/QuickSearch/useQuickSearchDebounced.js +12 -7
  829. package/src/View/Schedule/Wizard/ScheduleScheduleSummary.js +13 -8
  830. package/src/View/Schedule/Wizard/ScheduleScheduleWizard.js +32 -26
  831. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsGlue42.js +18 -13
  832. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsIPushPull.js +29 -24
  833. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsOpenFin.js +18 -13
  834. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReminder.js +29 -24
  835. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.js +22 -17
  836. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsSummary.js +20 -14
  837. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsWizard.js +25 -20
  838. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/index.js +9 -3
  839. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/isSettingsValid.js +22 -17
  840. package/src/View/Schedule/Wizard/ScheduleWizard.js +52 -47
  841. package/src/View/Shortcut/Wizard/ShortcutScopeWizardSection.js +11 -6
  842. package/src/View/Shortcut/Wizard/ShortcutSettingsWizard.js +50 -43
  843. package/src/View/Shortcut/Wizard/ShortcutWizard.js +37 -32
  844. package/src/View/Shortcut/shortcutKeys.js +4 -1
  845. package/src/View/Shortcut/shortcutOperations.js +9 -6
  846. package/src/View/SmartEdit/SmartEditPopup.js +30 -26
  847. package/src/View/SmartEdit/SmartEditViewPanel.js +34 -30
  848. package/src/View/SpecialColumnSettingsWizardStep.js +40 -35
  849. package/src/View/StateManagement/StateManagementPopup.js +27 -22
  850. package/src/View/StateManagement/StateManagementViewPanel.js +19 -14
  851. package/src/View/StateManagement/components/ClearButton.js +9 -4
  852. package/src/View/StateManagement/components/ExportDropdown.js +12 -7
  853. package/src/View/StateManagement/components/LoadButton.js +11 -6
  854. package/src/View/StateManagement/handleExportState.js +9 -4
  855. package/src/View/StatusBar/AdaptableStatusBar.js +19 -14
  856. package/src/View/StatusBar/StatusBarPanel.js +16 -12
  857. package/src/View/StatusBar/StatusBarPopup.js +19 -14
  858. package/src/View/StyledColumn/Wizard/StyledColumnBadgeSection.js +60 -61
  859. package/src/View/StyledColumn/Wizard/StyledColumnSparklineSettingsSection.js +142 -137
  860. package/src/View/StyledColumn/Wizard/StyledColumnWizard.js +49 -44
  861. package/src/View/StyledColumn/Wizard/StyledColumnWizardColumnSection.js +24 -17
  862. package/src/View/StyledColumn/Wizard/StyledColumnWizardSettingsSection.js +27 -21
  863. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarColumnComparisonPreview.js +14 -9
  864. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarRangesPreview.js +12 -7
  865. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarStylePreview.js +12 -7
  866. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/StyledColumnBadgePreview.js +19 -14
  867. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/StyledColumnWizardStyleSection.js +56 -49
  868. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/index.js +4 -1
  869. package/src/View/StyledColumn/Wizard/StyledColumnWizardTypeSection.js +29 -23
  870. package/src/View/SystemStatus/SystemStatusEntityRow.js +17 -12
  871. package/src/View/SystemStatus/SystemStatusPopup.js +22 -18
  872. package/src/View/SystemStatus/SystemStatusStatusBarContent.js +13 -8
  873. package/src/View/SystemStatus/SystemStatusViewPanel.js +12 -8
  874. package/src/View/SystemStatus/Utilities/getStatusItemStyle.js +9 -4
  875. package/src/View/TeamSharing/SharedEntityDependencies.js +18 -12
  876. package/src/View/TeamSharing/SharedEntityObjectView.js +30 -23
  877. package/src/View/TeamSharing/TeamSharingApplyButton.js +11 -6
  878. package/src/View/Theme/ThemeEditor.js +32 -27
  879. package/src/View/Theme/ThemeEditorWindow.js +13 -8
  880. package/src/View/Theme/ThemeField.js +23 -18
  881. package/src/View/Theme/ThemePopup.js +28 -39
  882. package/src/View/Theme/ThemeSelector.d.ts +5 -0
  883. package/src/View/Theme/ThemeSelector.js +34 -0
  884. package/src/View/Theme/ThemeStatusbar.d.ts +2 -0
  885. package/src/View/Theme/ThemeStatusbar.js +14 -0
  886. package/src/View/Theme/ThemeViewPanel.d.ts +2 -13
  887. package/src/View/Theme/ThemeViewPanel.js +14 -56
  888. package/src/View/Theme/VariantSelector.js +13 -8
  889. package/src/View/UIHelper.js +152 -120
  890. package/src/View/UIInterfaces.js +2 -1
  891. package/src/View/Wizard/AdaptableWizard.js +30 -24
  892. package/src/View/Wizard/Interface/IAdaptableWizard.js +2 -1
  893. package/src/View/Wizard/ObjectTagsWizardSection.js +20 -14
  894. package/src/View/Wizard/OnePageAdaptableWizard.js +42 -32
  895. package/src/View/Wizard/OnePageWizards.js +59 -50
  896. package/src/View/Wizard/TypeRadio.js +12 -7
  897. package/src/View/Wizard/WizardLegend.js +11 -6
  898. package/src/View/Wizard/useKeyboardNavigation.js +9 -4
  899. package/src/View/renderWithAdaptableContext.js +14 -9
  900. package/src/agGrid/ActionColumnRenderer.js +15 -9
  901. package/src/agGrid/Adaptable.d.ts +9 -6
  902. package/src/agGrid/Adaptable.js +264 -273
  903. package/src/agGrid/AdaptableLogger.js +5 -1
  904. package/src/agGrid/BadgeRenderer.js +11 -6
  905. package/src/agGrid/CheckboxRenderer.js +7 -2
  906. package/src/agGrid/ColumnSetupInfo.js +2 -1
  907. package/src/agGrid/FilterWrapper.js +14 -9
  908. package/src/agGrid/FloatingFilterWrapper.js +13 -8
  909. package/src/agGrid/PercentBarRenderer.js +10 -5
  910. package/src/agGrid/agGridHelper.d.ts +2 -1
  911. package/src/agGrid/agGridHelper.js +117 -102
  912. package/src/agGrid/agGridMenuHelper.js +35 -30
  913. package/src/agGrid/attachAddaptableColumnTypes.js +8 -4
  914. package/src/agGrid/createAgStatusPanelComponent.js +10 -5
  915. package/src/agGrid/editors/AdaptableDateEditor/InternalAdaptableDateEditor.js +16 -12
  916. package/src/agGrid/editors/AdaptableDateEditor/index.js +24 -19
  917. package/src/agGrid/editors/AdaptableNumberEditor/InternalAdaptableNumberEditor.js +10 -6
  918. package/src/agGrid/editors/AdaptableNumberEditor/index.js +21 -16
  919. package/src/agGrid/index.js +11 -6
  920. package/src/agGrid/weightedAverage.js +17 -10
  921. package/src/components/AdaptableFormComponent/AdaptableFormComponent.js +31 -25
  922. package/src/components/AdaptableFormComponent/index.js +4 -1
  923. package/src/components/CheckBox/index.js +17 -13
  924. package/src/components/CodeBlock/index.js +11 -6
  925. package/src/components/ColorPicker/ColorPicker.js +18 -15
  926. package/src/components/ColorPicker/index.js +4 -1
  927. package/src/components/ContainerProps.js +2 -1
  928. package/src/components/Dashboard/Dashboard.js +22 -17
  929. package/src/components/Dashboard/DashboardManager.js +7 -4
  930. package/src/components/Dashboard/DashboardTab.js +5 -1
  931. package/src/components/Dashboard/DashboardToolbar.js +14 -9
  932. package/src/components/Dashboard/index.js +6 -3
  933. package/src/components/Datepicker/Caption.js +20 -15
  934. package/src/components/Datepicker/CaptionLabel.js +21 -16
  935. package/src/components/Datepicker/DatepickerContext.js +9 -4
  936. package/src/components/Datepicker/index.js +42 -39
  937. package/src/components/Dialog/index.js +32 -29
  938. package/src/components/Dialog/useIsOpen.js +6 -3
  939. package/src/components/DragAndDropContext/DragAndDropContext.js +6 -2
  940. package/src/components/DragAndDropContext/ModuleManager.js +18 -13
  941. package/src/components/DragAndDropContext/TabList.js +27 -19
  942. package/src/components/DragAndDropContext/UnusedPanel.js +15 -10
  943. package/src/components/DragAndDropContext/types.js +2 -1
  944. package/src/components/Drawer/index.js +7 -2
  945. package/src/components/Dropdown/Arrows.js +8 -5
  946. package/src/components/Dropdown/index.js +20 -18
  947. package/src/components/DropdownButton/DropdownButtonItem.js +2 -1
  948. package/src/components/DropdownButton/index.js +26 -23
  949. package/src/components/DropdownButton/renderItem.js +7 -4
  950. package/src/components/DropdownButton/useExpanded.js +12 -9
  951. package/src/components/EllipsisContainer/index.js +21 -17
  952. package/src/components/EmptyContent/index.js +10 -8
  953. package/src/components/ErrorBox/index.js +10 -6
  954. package/src/components/ExpressionEditor/BaseEditorInput.js +60 -55
  955. package/src/components/ExpressionEditor/EditorButton.js +10 -8
  956. package/src/components/ExpressionEditor/EditorContext.js +8 -4
  957. package/src/components/ExpressionEditor/EditorInput.js +25 -22
  958. package/src/components/ExpressionEditor/EditorInputWithWhereClause.js +27 -24
  959. package/src/components/ExpressionEditor/ExpressionFunctionDocumentation.js +15 -10
  960. package/src/components/ExpressionEditor/NamedQueryContext.js +8 -4
  961. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilder.js +42 -36
  962. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilderInputs.d.ts +6 -0
  963. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilderInputs.js +60 -41
  964. package/src/components/ExpressionEditor/QueryBuilder/QueryPredicateBuilder.js +71 -54
  965. package/src/components/ExpressionEditor/QueryBuilder/booleanExpressions.js +5 -1
  966. package/src/components/ExpressionEditor/QueryBuilder/index.js +4 -1
  967. package/src/components/ExpressionEditor/QueryBuilder/utils.js +27 -18
  968. package/src/components/ExpressionEditor/editorButtonsAggregatedBoolean.js +4 -1
  969. package/src/components/ExpressionEditor/editorButtonsAggregatedScalar.js +4 -1
  970. package/src/components/ExpressionEditor/editorButtonsCumulativeAggregatedScalar.js +4 -1
  971. package/src/components/ExpressionEditor/editorButtonsObservable.js +4 -1
  972. package/src/components/ExpressionEditor/editorButtonsQuantileAggregatedScalar.js +4 -1
  973. package/src/components/ExpressionEditor/editorButtonsSearch.js +4 -1
  974. package/src/components/ExpressionEditor/index.js +99 -97
  975. package/src/components/FieldWrap/index.js +8 -5
  976. package/src/components/FileDroppable/FileDroppableState.js +2 -1
  977. package/src/components/FileDroppable/index.js +33 -29
  978. package/src/components/FileDroppable/reducer.js +6 -3
  979. package/src/components/FlexWithFooter.js +11 -9
  980. package/src/components/FormLayout/index.js +17 -13
  981. package/src/components/HelpBlock/index.js +10 -6
  982. package/src/components/Icon/index.js +29 -20
  983. package/src/components/IconSelector/IconSelector.js +32 -27
  984. package/src/components/IconSelector/index.js +4 -1
  985. package/src/components/InfiniteTable/index.js +10 -6
  986. package/src/components/Input/NumberInput.js +9 -4
  987. package/src/components/Input/index.js +11 -8
  988. package/src/components/InputGroup/InputGroup.d.ts +7 -0
  989. package/src/components/InputGroup/InputGroup.js +12 -0
  990. package/src/components/InputGroup/index.d.ts +1 -0
  991. package/src/components/InputGroup/index.js +4 -0
  992. package/src/components/List/GridList/index.js +10 -7
  993. package/src/components/List/ListGroup/index.js +9 -7
  994. package/src/components/List/ListGroupItem/index.js +10 -8
  995. package/src/components/Loader/Loader.js +10 -4
  996. package/src/components/Loader/index.js +7 -2
  997. package/src/components/Logo/index.js +7 -2
  998. package/src/components/Modal/Backdrop.js +17 -12
  999. package/src/components/Modal/index.js +23 -19
  1000. package/src/components/NotifyResize/index.js +7 -4
  1001. package/src/components/OverlayTrigger/Overlay.js +23 -19
  1002. package/src/components/OverlayTrigger/index.js +53 -43
  1003. package/src/components/OverlayTrigger/useAgGridClassName.js +7 -5
  1004. package/src/components/OverlayTrigger/utils.js +9 -3
  1005. package/src/components/Panel/index.js +15 -12
  1006. package/src/components/PopupWithFooter.js +11 -8
  1007. package/src/components/ProgressIndicator/ProgressIndicator.js +17 -12
  1008. package/src/components/Radio/index.js +20 -15
  1009. package/src/components/ResizeObserver/getResizeObserverObject.js +5 -1
  1010. package/src/components/ResizeObserver/index.js +24 -17
  1011. package/src/components/Select/Select.d.ts +1 -1
  1012. package/src/components/Select/Select.js +65 -32
  1013. package/src/components/Select/index.js +4 -1
  1014. package/src/components/SelectList.js +9 -4
  1015. package/src/components/SelectableList/index.js +13 -8
  1016. package/src/components/SimpleButton/index.js +22 -19
  1017. package/src/components/SizedContainer/index.js +11 -9
  1018. package/src/components/StylePreview.js +11 -6
  1019. package/src/components/Table/index.js +7 -4
  1020. package/src/components/Tabs/index.js +34 -28
  1021. package/src/components/Tag/Tag.js +9 -5
  1022. package/src/components/Tag/index.js +5 -1
  1023. package/src/components/Textarea/index.js +11 -8
  1024. package/src/components/Toastify/index.js +10 -1
  1025. package/src/components/Toggle/Toggle.js +12 -8
  1026. package/src/components/Toggle/ToggleGroup.js +9 -4
  1027. package/src/components/Toggle/index.js +5 -2
  1028. package/src/components/ToggleButton/index.js +11 -6
  1029. package/src/components/Tooltip/index.js +7 -4
  1030. package/src/components/WarningBox/index.js +11 -6
  1031. package/src/components/WindowModal/WindowModal.js +17 -12
  1032. package/src/components/WindowModal/index.js +4 -1
  1033. package/src/components/WindowModal/useStacking.js +9 -4
  1034. package/src/components/WizardPanel/index.js +8 -5
  1035. package/src/components/icons/DefaultIcon.js +12 -8
  1036. package/src/components/icons/add-row.js +6 -3
  1037. package/src/components/icons/alert.js +6 -3
  1038. package/src/components/icons/align-center.js +6 -3
  1039. package/src/components/icons/align-justify.js +6 -3
  1040. package/src/components/icons/align-left.js +6 -3
  1041. package/src/components/icons/align-right.js +6 -3
  1042. package/src/components/icons/analysis.js +6 -3
  1043. package/src/components/icons/application.js +6 -3
  1044. package/src/components/icons/arrow-down-long.js +6 -3
  1045. package/src/components/icons/arrow-down.js +6 -3
  1046. package/src/components/icons/arrow-expand.js +6 -3
  1047. package/src/components/icons/arrow-left.js +6 -3
  1048. package/src/components/icons/arrow-right.js +6 -3
  1049. package/src/components/icons/arrow-up-long.js +6 -3
  1050. package/src/components/icons/arrow-up.js +6 -3
  1051. package/src/components/icons/attach-file.js +6 -3
  1052. package/src/components/icons/badge.js +6 -3
  1053. package/src/components/icons/blanks.js +6 -3
  1054. package/src/components/icons/bold.js +6 -3
  1055. package/src/components/icons/boolean-list.js +6 -3
  1056. package/src/components/icons/brush.js +6 -3
  1057. package/src/components/icons/build.js +6 -3
  1058. package/src/components/icons/bulk-update.js +6 -3
  1059. package/src/components/icons/calculated-column.js +6 -3
  1060. package/src/components/icons/calendar.js +6 -3
  1061. package/src/components/icons/call.js +6 -3
  1062. package/src/components/icons/campaign.js +6 -3
  1063. package/src/components/icons/case-lower.js +6 -3
  1064. package/src/components/icons/case-sentence.js +6 -3
  1065. package/src/components/icons/case-upper.js +6 -3
  1066. package/src/components/icons/cell-summary.js +6 -3
  1067. package/src/components/icons/cell-validation.js +6 -3
  1068. package/src/components/icons/chart.js +6 -3
  1069. package/src/components/icons/chat.js +6 -3
  1070. package/src/components/icons/check-box-outline.js +6 -3
  1071. package/src/components/icons/check-box.js +6 -3
  1072. package/src/components/icons/check-circle.js +6 -3
  1073. package/src/components/icons/check.js +6 -3
  1074. package/src/components/icons/clone.js +6 -3
  1075. package/src/components/icons/close.js +6 -3
  1076. package/src/components/icons/cloud-upload.js +6 -3
  1077. package/src/components/icons/collapse.js +6 -3
  1078. package/src/components/icons/column-add.js +6 -3
  1079. package/src/components/icons/column-chooser.js +6 -3
  1080. package/src/components/icons/column-filter.js +6 -3
  1081. package/src/components/icons/column-info.js +6 -3
  1082. package/src/components/icons/comment.js +6 -3
  1083. package/src/components/icons/contact.js +6 -3
  1084. package/src/components/icons/contains.js +6 -3
  1085. package/src/components/icons/custom-sort.js +6 -3
  1086. package/src/components/icons/dashboard.js +6 -3
  1087. package/src/components/icons/data-set.js +6 -3
  1088. package/src/components/icons/date-range.js +6 -3
  1089. package/src/components/icons/delete.js +6 -3
  1090. package/src/components/icons/division.js +6 -3
  1091. package/src/components/icons/dock.js +6 -3
  1092. package/src/components/icons/dollar.js +6 -3
  1093. package/src/components/icons/drag.js +6 -3
  1094. package/src/components/icons/edit.js +6 -3
  1095. package/src/components/icons/ends-with.js +6 -3
  1096. package/src/components/icons/equal.js +6 -3
  1097. package/src/components/icons/equation.js +6 -3
  1098. package/src/components/icons/error.js +6 -3
  1099. package/src/components/icons/expand.js +6 -3
  1100. package/src/components/icons/exponent.js +6 -3
  1101. package/src/components/icons/export.js +6 -3
  1102. package/src/components/icons/fast-backward.js +6 -3
  1103. package/src/components/icons/fast-forward.js +6 -3
  1104. package/src/components/icons/fdc3.js +6 -3
  1105. package/src/components/icons/filter.js +6 -3
  1106. package/src/components/icons/flashing-cell.js +6 -3
  1107. package/src/components/icons/folder-open.js +6 -3
  1108. package/src/components/icons/folder-shared.js +6 -3
  1109. package/src/components/icons/folder.js +6 -3
  1110. package/src/components/icons/format-column.js +6 -3
  1111. package/src/components/icons/freetext-column.js +6 -3
  1112. package/src/components/icons/function.js +6 -3
  1113. package/src/components/icons/gradient-column.js +6 -3
  1114. package/src/components/icons/gradient.js +6 -3
  1115. package/src/components/icons/greater-than-or-equal.js +6 -3
  1116. package/src/components/icons/greater-than.js +6 -3
  1117. package/src/components/icons/grid-filter.js +6 -3
  1118. package/src/components/icons/hide-column.js +6 -3
  1119. package/src/components/icons/history.js +6 -3
  1120. package/src/components/icons/home.js +6 -3
  1121. package/src/components/icons/import-export.js +6 -3
  1122. package/src/components/icons/import.js +6 -3
  1123. package/src/components/icons/index.js +326 -321
  1124. package/src/components/icons/info.js +6 -3
  1125. package/src/components/icons/instrument.js +6 -3
  1126. package/src/components/icons/interactions.js +6 -3
  1127. package/src/components/icons/invalid.js +6 -3
  1128. package/src/components/icons/ipushpull.js +6 -3
  1129. package/src/components/icons/italic.js +6 -3
  1130. package/src/components/icons/justify.js +6 -3
  1131. package/src/components/icons/layout.js +6 -3
  1132. package/src/components/icons/less-than-or-equal.js +6 -3
  1133. package/src/components/icons/less-than.js +6 -3
  1134. package/src/components/icons/list.js +6 -3
  1135. package/src/components/icons/login.js +6 -3
  1136. package/src/components/icons/logout copy.js +6 -3
  1137. package/src/components/icons/logout.js +6 -3
  1138. package/src/components/icons/mail.js +6 -3
  1139. package/src/components/icons/menu.js +6 -3
  1140. package/src/components/icons/minus.js +6 -3
  1141. package/src/components/icons/money.js +6 -3
  1142. package/src/components/icons/multiplication.js +6 -3
  1143. package/src/components/icons/newpage.js +6 -3
  1144. package/src/components/icons/news.js +6 -3
  1145. package/src/components/icons/non-blanks.js +6 -3
  1146. package/src/components/icons/not-contains.js +6 -3
  1147. package/src/components/icons/not-equal.js +6 -3
  1148. package/src/components/icons/note.js +6 -3
  1149. package/src/components/icons/open-in-new.js +6 -3
  1150. package/src/components/icons/order.js +6 -3
  1151. package/src/components/icons/organisation.js +6 -3
  1152. package/src/components/icons/overline.js +6 -3
  1153. package/src/components/icons/pause.js +6 -3
  1154. package/src/components/icons/percent-bar.js +6 -3
  1155. package/src/components/icons/percent.js +6 -3
  1156. package/src/components/icons/person.js +6 -3
  1157. package/src/components/icons/pie-chart.js +6 -3
  1158. package/src/components/icons/play.js +6 -3
  1159. package/src/components/icons/plus-minus.js +6 -3
  1160. package/src/components/icons/plus.js +6 -3
  1161. package/src/components/icons/query.js +6 -3
  1162. package/src/components/icons/quick-search.js +6 -3
  1163. package/src/components/icons/quote.js +6 -3
  1164. package/src/components/icons/refresh.js +6 -3
  1165. package/src/components/icons/regex.js +6 -3
  1166. package/src/components/icons/reminder.js +6 -3
  1167. package/src/components/icons/resume.js +6 -3
  1168. package/src/components/icons/save.js +6 -3
  1169. package/src/components/icons/schedule.js +6 -3
  1170. package/src/components/icons/science.js +6 -3
  1171. package/src/components/icons/settings.js +6 -3
  1172. package/src/components/icons/shortcut.js +6 -3
  1173. package/src/components/icons/show-column.js +6 -3
  1174. package/src/components/icons/smart-edit.js +6 -3
  1175. package/src/components/icons/sort-asc.js +6 -3
  1176. package/src/components/icons/sort-desc.js +6 -3
  1177. package/src/components/icons/spark-line.js +6 -3
  1178. package/src/components/icons/starts-with.js +6 -3
  1179. package/src/components/icons/state-management.js +6 -3
  1180. package/src/components/icons/statusbar.js +6 -3
  1181. package/src/components/icons/stop.js +6 -3
  1182. package/src/components/icons/strikethrough.js +6 -3
  1183. package/src/components/icons/system-status.js +6 -3
  1184. package/src/components/icons/tab-unselected.js +6 -3
  1185. package/src/components/icons/table-arrow-right.js +6 -3
  1186. package/src/components/icons/team-share.js +6 -3
  1187. package/src/components/icons/theme.js +6 -3
  1188. package/src/components/icons/tool-panel.js +6 -3
  1189. package/src/components/icons/track-changes.js +6 -3
  1190. package/src/components/icons/triangle-down.js +6 -3
  1191. package/src/components/icons/triangle-up.js +6 -3
  1192. package/src/components/icons/unchecked.js +6 -3
  1193. package/src/components/icons/underline.js +6 -3
  1194. package/src/components/icons/undo.js +6 -3
  1195. package/src/components/icons/updated-row.js +6 -3
  1196. package/src/components/icons/upload.js +6 -3
  1197. package/src/components/icons/user-filter.js +6 -3
  1198. package/src/components/icons/visibility-off.js +6 -3
  1199. package/src/components/icons/visibility.js +6 -3
  1200. package/src/components/icons/warning.js +6 -3
  1201. package/src/components/utils/batchUpdate.js +5 -3
  1202. package/src/components/utils/captureTabNavigation/getFocusableChildren.js +3 -1
  1203. package/src/components/utils/captureTabNavigation/index.js +6 -3
  1204. package/src/components/utils/contains.js +4 -1
  1205. package/src/components/utils/getAvailableSizeInfo.js +3 -1
  1206. package/src/components/utils/join.js +3 -1
  1207. package/src/components/utils/selectParent/index.js +6 -3
  1208. package/src/components/utils/selectParent/matches.js +2 -1
  1209. package/src/components/utils/useAutoFocus.js +8 -5
  1210. package/src/components/utils/useContainerScrollObserver/index.js +13 -9
  1211. package/src/components/utils/useDraggable.js +10 -7
  1212. package/src/components/utils/useGlobalEvent.js +7 -2
  1213. package/src/components/utils/useLatest.js +8 -4
  1214. package/src/components/utils/usePrevious.js +6 -4
  1215. package/src/components/utils/usePropState.js +6 -3
  1216. package/src/components/utils/useProperty.js +6 -4
  1217. package/src/components/utils/useRerender.js +8 -4
  1218. package/src/components/utils/useSelectionRange.js +9 -5
  1219. package/src/components/utils/useTheme.js +5 -2
  1220. package/src/components/utils/uuid.js +6 -2
  1221. package/src/env.js +3 -1
  1222. package/src/metamodel/adaptable-metamodel-model.js +2 -1
  1223. package/src/metamodel/adaptable.metamodel.d.ts +35 -28
  1224. package/src/metamodel/adaptable.metamodel.js +1 -9435
  1225. package/src/parser/src/ExpressionEvaluationError.js +5 -1
  1226. package/src/parser/src/evaluator.js +7 -3
  1227. package/src/parser/src/index.js +18 -9
  1228. package/src/parser/src/predicate/index.js +5 -2
  1229. package/src/parser/src/predicate/mapExpressionToQlPredicate.js +19 -13
  1230. package/src/parser/src/predicate/mapQlPredicateToExpression.js +23 -6
  1231. package/src/parser/src/predicate/types.d.ts +1 -1
  1232. package/src/parser/src/predicate/types.js +5 -1
  1233. package/src/parser/src/tokenizer.js +8 -3
  1234. package/src/parser/src/types.d.ts +1 -1
  1235. package/src/parser/src/types.js +5 -1
  1236. package/src/parser/src/utils.js +9 -3
  1237. package/src/renderReactRoot.js +22 -2
  1238. package/src/theme.js +3 -1
  1239. package/src/themes/index.js +7 -4
  1240. package/src/types.d.ts +4 -3
  1241. package/src/types.js +5 -1
  1242. package/themes/dark.css +1 -1
  1243. package/themes/dark.css.map +1 -1
  1244. package/themes/light.css +1 -1
  1245. package/themes/light.css.map +1 -1
  1246. package/types.js +4 -1
  1247. package/version.d.ts +2 -0
  1248. package/version.js +3 -0
  1249. package/src/Api/Events/SelectionChanged.d.ts +0 -16
  1250. package/src/Api/Events/SelectionChanged.js +0 -1
  1251. package/src/View/Theme/ThemeStatusPanelPopover.d.ts +0 -2
  1252. package/src/View/Theme/ThemeStatusPanelPopover.js +0 -20
  1253. package/tsconfig.esm.tsbuildinfo +0 -1
package/index.css CHANGED
@@ -1,10 +1,1736 @@
1
- @import 'normalize.css/normalize.css';
2
- @import '@infinite-table/infinite-react/index.css';
1
+ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
2
+
3
+ /* Document
4
+ ========================================================================== */
5
+
6
+ /**
7
+ * 1. Correct the line height in all browsers.
8
+ * 2. Prevent adjustments of font size after orientation changes in iOS.
9
+ */
10
+
11
+ html {
12
+ line-height: 1.15; /* 1 */
13
+ -webkit-text-size-adjust: 100%; /* 2 */
14
+ }
15
+
16
+ /* Sections
17
+ ========================================================================== */
18
+
19
+ /**
20
+ * Remove the margin in all browsers.
21
+ */
22
+
23
+ body {
24
+ margin: 0;
25
+ }
26
+
27
+ /**
28
+ * Render the `main` element consistently in IE.
29
+ */
30
+
31
+ main {
32
+ display: block;
33
+ }
34
+
35
+ /**
36
+ * Correct the font size and margin on `h1` elements within `section` and
37
+ * `article` contexts in Chrome, Firefox, and Safari.
38
+ */
39
+
40
+ h1 {
41
+ font-size: 2em;
42
+ margin: 0.67em 0;
43
+ }
44
+
45
+ /* Grouping content
46
+ ========================================================================== */
47
+
48
+ /**
49
+ * 1. Add the correct box sizing in Firefox.
50
+ * 2. Show the overflow in Edge and IE.
51
+ */
52
+
53
+ hr {
54
+ box-sizing: content-box; /* 1 */
55
+ height: 0; /* 1 */
56
+ overflow: visible; /* 2 */
57
+ }
58
+
59
+ /**
60
+ * 1. Correct the inheritance and scaling of font size in all browsers.
61
+ * 2. Correct the odd `em` font sizing in all browsers.
62
+ */
63
+
64
+ pre {
65
+ font-family: monospace, monospace; /* 1 */
66
+ font-size: 1em; /* 2 */
67
+ }
68
+
69
+ /* Text-level semantics
70
+ ========================================================================== */
71
+
72
+ /**
73
+ * Remove the gray background on active links in IE 10.
74
+ */
75
+
76
+ a {
77
+ background-color: transparent;
78
+ }
79
+
80
+ /**
81
+ * 1. Remove the bottom border in Chrome 57-
82
+ * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
83
+ */
84
+
85
+ abbr[title] {
86
+ border-bottom: none; /* 1 */
87
+ text-decoration: underline; /* 2 */
88
+ text-decoration: underline dotted; /* 2 */
89
+ }
90
+
91
+ /**
92
+ * Add the correct font weight in Chrome, Edge, and Safari.
93
+ */
94
+
95
+ b,
96
+ strong {
97
+ font-weight: bolder;
98
+ }
99
+
100
+ /**
101
+ * 1. Correct the inheritance and scaling of font size in all browsers.
102
+ * 2. Correct the odd `em` font sizing in all browsers.
103
+ */
104
+
105
+ code,
106
+ kbd,
107
+ samp {
108
+ font-family: monospace, monospace; /* 1 */
109
+ font-size: 1em; /* 2 */
110
+ }
111
+
112
+ /**
113
+ * Add the correct font size in all browsers.
114
+ */
115
+
116
+ small {
117
+ font-size: 80%;
118
+ }
119
+
120
+ /**
121
+ * Prevent `sub` and `sup` elements from affecting the line height in
122
+ * all browsers.
123
+ */
124
+
125
+ sub,
126
+ sup {
127
+ font-size: 75%;
128
+ line-height: 0;
129
+ position: relative;
130
+ vertical-align: baseline;
131
+ }
132
+
133
+ sub {
134
+ bottom: -0.25em;
135
+ }
136
+
137
+ sup {
138
+ top: -0.5em;
139
+ }
140
+
141
+ /* Embedded content
142
+ ========================================================================== */
143
+
144
+ /**
145
+ * Remove the border on images inside links in IE 10.
146
+ */
147
+
148
+ img {
149
+ border-style: none;
150
+ }
151
+
152
+ /* Forms
153
+ ========================================================================== */
154
+
155
+ /**
156
+ * 1. Change the font styles in all browsers.
157
+ * 2. Remove the margin in Firefox and Safari.
158
+ */
159
+
160
+ button,
161
+ input,
162
+ optgroup,
163
+ select,
164
+ textarea {
165
+ font-family: inherit; /* 1 */
166
+ font-size: 100%; /* 1 */
167
+ line-height: 1.15; /* 1 */
168
+ margin: 0; /* 2 */
169
+ }
170
+
171
+ /**
172
+ * Show the overflow in IE.
173
+ * 1. Show the overflow in Edge.
174
+ */
175
+
176
+ button,
177
+ input { /* 1 */
178
+ overflow: visible;
179
+ }
180
+
181
+ /**
182
+ * Remove the inheritance of text transform in Edge, Firefox, and IE.
183
+ * 1. Remove the inheritance of text transform in Firefox.
184
+ */
185
+
186
+ button,
187
+ select { /* 1 */
188
+ text-transform: none;
189
+ }
190
+
191
+ /**
192
+ * Correct the inability to style clickable types in iOS and Safari.
193
+ */
194
+
195
+ button,
196
+ [type="button"],
197
+ [type="reset"],
198
+ [type="submit"] {
199
+ -webkit-appearance: button;
200
+ }
201
+
202
+ /**
203
+ * Remove the inner border and padding in Firefox.
204
+ */
205
+
206
+ button::-moz-focus-inner,
207
+ [type="button"]::-moz-focus-inner,
208
+ [type="reset"]::-moz-focus-inner,
209
+ [type="submit"]::-moz-focus-inner {
210
+ border-style: none;
211
+ padding: 0;
212
+ }
213
+
214
+ /**
215
+ * Restore the focus styles unset by the previous rule.
216
+ */
217
+
218
+ button:-moz-focusring,
219
+ [type="button"]:-moz-focusring,
220
+ [type="reset"]:-moz-focusring,
221
+ [type="submit"]:-moz-focusring {
222
+ outline: 1px dotted ButtonText;
223
+ }
224
+
225
+ /**
226
+ * Correct the padding in Firefox.
227
+ */
228
+
229
+ fieldset {
230
+ padding: 0.35em 0.75em 0.625em;
231
+ }
232
+
233
+ /**
234
+ * 1. Correct the text wrapping in Edge and IE.
235
+ * 2. Correct the color inheritance from `fieldset` elements in IE.
236
+ * 3. Remove the padding so developers are not caught out when they zero out
237
+ * `fieldset` elements in all browsers.
238
+ */
239
+
240
+ legend {
241
+ box-sizing: border-box; /* 1 */
242
+ color: inherit; /* 2 */
243
+ display: table; /* 1 */
244
+ max-width: 100%; /* 1 */
245
+ padding: 0; /* 3 */
246
+ white-space: normal; /* 1 */
247
+ }
248
+
249
+ /**
250
+ * Add the correct vertical alignment in Chrome, Firefox, and Opera.
251
+ */
252
+
253
+ progress {
254
+ vertical-align: baseline;
255
+ }
256
+
257
+ /**
258
+ * Remove the default vertical scrollbar in IE 10+.
259
+ */
260
+
261
+ textarea {
262
+ overflow: auto;
263
+ }
264
+
265
+ /**
266
+ * 1. Add the correct box sizing in IE 10.
267
+ * 2. Remove the padding in IE 10.
268
+ */
269
+
270
+ [type="checkbox"],
271
+ [type="radio"] {
272
+ box-sizing: border-box; /* 1 */
273
+ padding: 0; /* 2 */
274
+ }
275
+
276
+ /**
277
+ * Correct the cursor style of increment and decrement buttons in Chrome.
278
+ */
279
+
280
+ [type="number"]::-webkit-inner-spin-button,
281
+ [type="number"]::-webkit-outer-spin-button {
282
+ height: auto;
283
+ }
284
+
285
+ /**
286
+ * 1. Correct the odd appearance in Chrome and Safari.
287
+ * 2. Correct the outline style in Safari.
288
+ */
289
+
290
+ [type="search"] {
291
+ -webkit-appearance: textfield; /* 1 */
292
+ outline-offset: -2px; /* 2 */
293
+ }
294
+
295
+ /**
296
+ * Remove the inner padding in Chrome and Safari on macOS.
297
+ */
298
+
299
+ [type="search"]::-webkit-search-decoration {
300
+ -webkit-appearance: none;
301
+ }
302
+
303
+ /**
304
+ * 1. Correct the inability to style clickable types in iOS and Safari.
305
+ * 2. Change font properties to `inherit` in Safari.
306
+ */
307
+
308
+ ::-webkit-file-upload-button {
309
+ -webkit-appearance: button; /* 1 */
310
+ font: inherit; /* 2 */
311
+ }
312
+
313
+ /* Interactive
314
+ ========================================================================== */
315
+
316
+ /*
317
+ * Add the correct display in Edge, IE 10+, and Firefox.
318
+ */
319
+
320
+ details {
321
+ display: block;
322
+ }
323
+
324
+ /*
325
+ * Add the correct display in all browsers.
326
+ */
327
+
328
+ summary {
329
+ display: list-item;
330
+ }
331
+
332
+ /* Misc
333
+ ========================================================================== */
334
+
335
+ /**
336
+ * Add the correct display in IE 10+.
337
+ */
338
+
339
+ template {
340
+ display: none;
341
+ }
342
+
343
+ /**
344
+ * Add the correct display in IE 10.
345
+ */
346
+
347
+ [hidden] {
348
+ display: none;
349
+ }
350
+
351
+ :root{--infinite-space-0: 0rem;--infinite-space-1: .125rem;--infinite-space-2: .25rem;--infinite-space-3: .5rem;--infinite-space-4: .75rem;--infinite-space-5: 1rem;--infinite-space-6: 1.25rem;--infinite-space-7: 1.5rem;--infinite-space-8: 2.25rem;--infinite-space-9: 3rem;--infinite-space-10: 4rem;--infinite-font-size-0: .5rem;--infinite-font-size-1: .625rem;--infinite-font-size-2: .75rem;--infinite-font-size-3: .875rem;--infinite-font-size-4: 1rem;--infinite-font-size-5: 1.25rem;--infinite-font-size-6: 1.5rem;--infinite-font-size-7: 2.25rem;--infinite-font-family: inherit;--infinite-color: #484848;--infinite-accent-color: #ff7043;--infinite-error-color: #ff0000;--infinite-border-radius: var(--infinite-space-2);--infinite-background: white;--infinite-min-height: 100px;--infinite-selection-checkbox-margin-inline: var(--infinite-space-2);--infinite-menu-background: var(--infinite-background);--infinite-menu-color: var(--infinite-cell-color);--infinite-menu-padding: var(--infinite-space-3);--infinite-menu-cell-padding-vertical: var(--infinite-space-3);--infinite-menu-cell-padding-horizontal: var(--infinite-space-3);--infinite-menu-cell-margin-vertical: var(--infinite-space-0);--infinite-menu-item-disabled-background: var(--infinite-menu-background);--infinite-menu-item-disabled-opacity: .5;--infinite-menu-item-active-background: var(--infinite-row-hover-background);--infinite-menu-item-pressed-background: var(--infinite-row-hover-background);--infinite-menu-item-active-opacity: .9;--infinite-menu-item-pressed-opacity: 1;--infinite-menu-border-radius: var(--infinite-space-2);--infinite-menu-shadow-color: rgba(0,0,0,.25);--infinite-load-mask-text-background: rgba(255,255,255,.8);--infinite-load-mask-overlay-background: gray;--infinite-load-mask-overlay-opacity: .3;--infinite-load-mask-color: inherit;--infinite-load-mask-padding: var(--infinite-space-5);--infinite-load-mask-border-radius: var(--infinite-border-radius);--infinite-resize-handle-active-area-width: 20px;--infinite-resize-handle-width: 2px;--infinite-resize-handle-hover-background: #6bff6b;--infinite-resize-handle-constrained-hover-background: var(--infinite-error-color);--infinite-header-cell-background: #ededed;--infinite-header-cell-hover-background: #dfdfdf;--infinite-header-cell-padding-x: var(--infinite-space-3);--infinite-header-cell-padding-y: var(--infinite-space-3);--infinite-header-cell-padding: var(--infinite-header-cell-padding-y) var(--infinite-header-cell-padding-x) ;--infinite-header-cell-icon-size: 16px;--infinite-header-cell-menu-icon-line-width: 1px;--infinite-header-cell-sort-icon-margin: 16px;--infinite-header-background: var(--infinite-header-cell-background);--infinite-header-color: #6f6f6f;--infinite-column-header-height: 30px;--infinite-cell-color: currentColor;--infinite-cell-border-width: 1px;--infinite-cell-padding: var(--infinite-space-2) var(--infinite-space-3);--infinite-cell-border: var(--infinite-cell-border-width) solid #c6c6c6;--infinite-pinned-cell-border: var(--infinite-cell-border-width) solid #2a323d;--infinite-cell-border-invisible: none;--infinite-cell-border-radius: var(--infinite-space-2);--infinite-column-reorder-effect-duration: .2s;--infinite-active-cell-border-style: dashed;--infinite-active-cell-border-width: 1px;--infinite-active-cell-border-color--r: 77;--infinite-active-cell-border-color--g: 149;--infinite-active-cell-border-color--b: 215;--infinite-active-cell-background-alpha: .25;--infinite-active-cell-background-alpha--table-unfocused: .1;--infinite-row-background: var(--infinite-background);--infinite-row-odd-background: #f6f6f6;--infinite-row-selected-background: #d1e9ff;--infinite-row-selected-hover-background: #add8ff;--infinite-group-row-background: #cbc5c5;--infinite-group-row-column-nesting: 30px;--infinite-row-hover-background: #dbdbdb;--infinite-row-pointer-events-while-scrolling: auto}
352
+
353
+ .light,.infinite-light,.light:root,.infinite-light:root{--infinite-space-0: 0rem;--infinite-space-1: .125rem;--infinite-space-2: .25rem;--infinite-space-3: .5rem;--infinite-space-4: .75rem;--infinite-space-5: 1rem;--infinite-space-6: 1.25rem;--infinite-space-7: 1.5rem;--infinite-space-8: 2.25rem;--infinite-space-9: 3rem;--infinite-space-10: 4rem;--infinite-font-size-0: .5rem;--infinite-font-size-1: .625rem;--infinite-font-size-2: .75rem;--infinite-font-size-3: .875rem;--infinite-font-size-4: 1rem;--infinite-font-size-5: 1.25rem;--infinite-font-size-6: 1.5rem;--infinite-font-size-7: 2.25rem;--infinite-font-family: inherit;--infinite-color: #484848;--infinite-accent-color: #ff7043;--infinite-error-color: #ff0000;--infinite-border-radius: var(--infinite-space-2);--infinite-background: white;--infinite-min-height: 100px;--infinite-selection-checkbox-margin-inline: var(--infinite-space-2);--infinite-menu-background: var(--infinite-background);--infinite-menu-color: var(--infinite-cell-color);--infinite-menu-padding: var(--infinite-space-3);--infinite-menu-cell-padding-vertical: var(--infinite-space-3);--infinite-menu-cell-padding-horizontal: var(--infinite-space-3);--infinite-menu-cell-margin-vertical: var(--infinite-space-0);--infinite-menu-item-disabled-background: var(--infinite-menu-background);--infinite-menu-item-disabled-opacity: .5;--infinite-menu-item-active-background: var(--infinite-row-hover-background);--infinite-menu-item-pressed-background: var(--infinite-row-hover-background);--infinite-menu-item-active-opacity: .9;--infinite-menu-item-pressed-opacity: 1;--infinite-menu-border-radius: var(--infinite-space-2);--infinite-menu-shadow-color: rgba(0,0,0,.25);--infinite-load-mask-text-background: rgba(255,255,255,.8);--infinite-load-mask-overlay-background: gray;--infinite-load-mask-overlay-opacity: .3;--infinite-load-mask-color: inherit;--infinite-load-mask-padding: var(--infinite-space-5);--infinite-load-mask-border-radius: var(--infinite-border-radius);--infinite-resize-handle-active-area-width: 20px;--infinite-resize-handle-width: 2px;--infinite-resize-handle-hover-background: #6bff6b;--infinite-resize-handle-constrained-hover-background: var(--infinite-error-color);--infinite-header-cell-background: #ededed;--infinite-header-cell-hover-background: #dfdfdf;--infinite-header-cell-padding-x: var(--infinite-space-3);--infinite-header-cell-padding-y: var(--infinite-space-3);--infinite-header-cell-padding: var(--infinite-header-cell-padding-y) var(--infinite-header-cell-padding-x) ;--infinite-header-cell-icon-size: 16px;--infinite-header-cell-menu-icon-line-width: 1px;--infinite-header-cell-sort-icon-margin: 16px;--infinite-header-background: var(--infinite-header-cell-background);--infinite-header-color: #6f6f6f;--infinite-column-header-height: 30px;--infinite-cell-color: currentColor;--infinite-cell-border-width: 1px;--infinite-cell-padding: var(--infinite-space-2) var(--infinite-space-3);--infinite-cell-border: var(--infinite-cell-border-width) solid #c6c6c6;--infinite-pinned-cell-border: var(--infinite-cell-border-width) solid #2a323d;--infinite-cell-border-invisible: none;--infinite-cell-border-radius: var(--infinite-space-2);--infinite-column-reorder-effect-duration: .2s;--infinite-active-cell-border-style: dashed;--infinite-active-cell-border-width: 1px;--infinite-active-cell-border-color--r: 77;--infinite-active-cell-border-color--g: 149;--infinite-active-cell-border-color--b: 215;--infinite-active-cell-background-alpha: .25;--infinite-active-cell-background-alpha--table-unfocused: .1;--infinite-row-background: var(--infinite-background);--infinite-row-odd-background: #f6f6f6;--infinite-row-selected-background: #d1e9ff;--infinite-row-selected-hover-background: #add8ff;--infinite-group-row-background: #cbc5c5;--infinite-group-row-column-nesting: 30px;--infinite-row-hover-background: #dbdbdb;--infinite-row-pointer-events-while-scrolling: auto}
354
+
355
+ .dark,.infinite-dark{--infinite-background: #101419;--infinite-cell-border: 1px solid #2a323d;--infinite-header-color: #c3c3c3;--infinite-header-cell-background: #1b2129;--infinite-header-cell-hover-background: #222932;--infinite-header-background: var(--infinite-header-cell-background);--infinite-row-hover-background: #3b4754;--infinite-row-selected-background: #0a2e4f;--infinite-row-selected-hover-background: #0b243a;--infinite-row-background: var(--infinite-background);--infinite-row-odd-background: #242a31;--infinite-cell-color: #c3c3c3;--infinite-menu-shadow-color: rgba(255,255,255,.25);--infinite-menu-background: #101419;--infinite-menu-color: #c3c3c3;--infinite-menu-item-disabled-background: #101419;--infinite-menu-item-active-background: #3b4754;--infinite-menu-item-pressed-background: #3b4754}
356
+
357
+ @media (prefers-color-scheme: dark){:root{--infinite-background: #101419;--infinite-cell-border: 1px solid #2a323d;--infinite-header-color: #c3c3c3;--infinite-header-cell-background: #1b2129;--infinite-header-cell-hover-background: #222932;--infinite-header-background: var(--infinite-header-cell-background);--infinite-row-hover-background: #3b4754;--infinite-row-selected-background: #0a2e4f;--infinite-row-selected-hover-background: #0b243a;--infinite-row-background: var(--infinite-background);--infinite-row-odd-background: #242a31;--infinite-cell-color: #c3c3c3;--infinite-menu-shadow-color: rgba(255,255,255,.25);--infinite-menu-background: #101419;--infinite-menu-color: #c3c3c3;--infinite-menu-item-disabled-background: #101419;--infinite-menu-item-active-background: #3b4754;--infinite-menu-item-pressed-background: #3b4754}}
358
+
359
+ ._16lm1iw0{box-sizing:border-box}
360
+
361
+ ._16lm1iw0:before{box-sizing:border-box}
362
+
363
+ ._16lm1iw0:after{box-sizing:border-box}
364
+
365
+ ._16lm1iw0 *{box-sizing:border-box}
366
+
367
+ ._16lm1iw0 *:before{box-sizing:border-box}
368
+
369
+ ._16lm1iw0 *:after{box-sizing:border-box}
370
+
371
+ ._16lm1iw1{position:relative}
372
+
373
+ ._16lm1iw2{position:absolute}
374
+
375
+ ._16lm1iw3{position:sticky}
376
+
377
+ ._16lm1iw4{position:fixed}
378
+
379
+ ._16lm1iw5{fill:currentColor}
380
+
381
+ ._16lm1iw6{fill:var(--infinite-accent-color)}
382
+
383
+ ._16lm1iw7{margin:0}
384
+
385
+ ._16lm1iw8{stroke:currentColor}
386
+
387
+ ._16lm1iw9{stroke:var(--infinite-accent-color)}
388
+
389
+ ._16lm1iwa{background:inherit}
390
+
391
+ ._16lm1iwb{outline:none}
392
+
393
+ ._16lm1iwc{transform:translate(0)}
394
+
395
+ ._16lm1iwd{transform:translate(0)}
396
+
397
+ ._16lm1iwe{transform:rotate(90deg)}
398
+
399
+ ._16lm1iwf{transform:rotate(180deg)}
400
+
401
+ ._16lm1iwg{cursor:pointer}
402
+
403
+ ._16lm1iwh{cursor:default}
404
+
405
+ ._16lm1iwi{cursor:col-resize}
406
+
407
+ ._16lm1iwj{pointer-events:none}
408
+
409
+ ._16lm1iwk{flex:1}
410
+
411
+ ._16lm1iwl{flex:none}
412
+
413
+ ._16lm1iwm{z-index:1}
414
+
415
+ ._16lm1iwn{z-index:10}
416
+
417
+ ._16lm1iwo{z-index:100}
418
+
419
+ ._16lm1iwp{z-index:1000}
420
+
421
+ ._16lm1iwq{z-index:10000}
422
+
423
+ ._16lm1iwr{z-index:100000}
424
+
425
+ ._16lm1iws{z-index:1000000}
426
+
427
+ ._16lm1iwt{z-index:10000000}
428
+
429
+ ._16lm1iwu{z-index:1000}
430
+
431
+ ._16lm1iwv{z-index:10000}
432
+
433
+ ._16lm1iww{z-index:100000}
434
+
435
+ ._16lm1iwx{display:flex}
436
+
437
+ ._16lm1iwy{display:contents}
438
+
439
+ ._16lm1iwz{display:none}
440
+
441
+ ._16lm1iw10{display:block}
442
+
443
+ ._16lm1iw11{display:grid}
444
+
445
+ ._16lm1iw12{display:inline-block}
446
+
447
+ ._16lm1iw13{display:inline-flex}
448
+
449
+ ._16lm1iw14{display:inline-grid}
450
+
451
+ ._16lm1iw15{-webkit-user-select:none;-moz-user-select:none;user-select:none}
452
+
453
+ ._16lm1iw16{height:0}
454
+
455
+ ._16lm1iw17{height:100%}
456
+
457
+ ._16lm1iw18{width:0}
458
+
459
+ ._16lm1iw19{width:100%}
460
+
461
+ ._16lm1iw1a{top:0}
462
+
463
+ ._16lm1iw1b{top:100%}
464
+
465
+ ._16lm1iw1c{left:0}
466
+
467
+ ._16lm1iw1d{left:100%}
468
+
469
+ ._16lm1iw1e{left:auto}
470
+
471
+ ._16lm1iw1f{bottom:0}
472
+
473
+ ._16lm1iw1g{bottom:100%}
474
+
475
+ ._16lm1iw1h{right:0}
476
+
477
+ ._16lm1iw1i{right:100%}
478
+
479
+ ._16lm1iw1j{right:auto}
480
+
481
+ ._16lm1iw1k{flex-flow:column}
482
+
483
+ ._16lm1iw1l{flex-flow:column-reverse}
484
+
485
+ ._16lm1iw1m{flex-flow:row}
486
+
487
+ ._16lm1iw1n{flex-flow:row-reverse}
488
+
489
+ ._16lm1iw1o{align-items:center}
490
+
491
+ ._16lm1iw1p{align-items:stretch}
492
+
493
+ ._16lm1iw1q{justify-content:center}
494
+
495
+ ._16lm1iw1r{justify-content:space-between}
496
+
497
+ ._16lm1iw1s{justify-content:space-around}
498
+
499
+ ._16lm1iw1t{justify-content:flex-start}
500
+
501
+ ._16lm1iw1u{justify-content:flex-end}
502
+
503
+ ._16lm1iw1v{overflow:hidden}
504
+
505
+ ._16lm1iw1w{overflow:auto}
506
+
507
+ ._16lm1iw1x{overflow:visible}
508
+
509
+ ._16lm1iw1y{visibility:visible}
510
+
511
+ ._16lm1iw1z{visibility:hidden}
512
+
513
+ ._16lm1iw20{will-change:transform}
514
+
515
+ ._16lm1iw21{white-space:nowrap}
516
+
517
+ ._16lm1iw22{text-overflow:ellipsis}
518
+
519
+ .mlx2t2{display:inline-block}
520
+
521
+ .mlx2t3{height:0;width:0;will-change:transform}
522
+
523
+ ._1ueijco0{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;outline:none;position:fixed;height:100%;width:100%;left:0;top:0}
524
+
525
+ ._1ueijco0>:first-child{position:sticky;top:0;left:0}
526
+
527
+ ._1ueijco1{overflow:auto}
528
+
529
+ ._1ueijco2{overflow:hidden}
530
+
531
+ ._1ueijco3{overflow:visible}
532
+
533
+ ._1ueijco4{overflow:auto}
534
+
535
+ ._1ueijco5{overflow:hidden}
536
+
537
+ ._1ueijco6{overflow-x:auto}
538
+
539
+ ._1ueijco7{overflow-x:hidden}
540
+
541
+ ._1ueijco8{overflow-x:visible}
542
+
543
+ ._1ueijco9{overflow-x:auto}
544
+
545
+ ._1ueijcoa{overflow-x:hidden}
546
+
547
+ ._1ueijcob{overflow-y:auto}
548
+
549
+ ._1ueijcoc{overflow-y:hidden}
550
+
551
+ ._1ueijcod{overflow-y:visible}
552
+
553
+ ._1ueijcoe{overflow-y:auto}
554
+
555
+ ._1ueijcof{overflow-y:hidden}
556
+
557
+ .nxbq1c1{border:var(--infinite-active-cell-border, var(--infinite-active-cell-border-width) var(--infinite-active-cell-border-style) var(--infinite-active-cell-border-color, rgb(var(--infinite-active-cell-border-color--r) var(--infinite-active-cell-border-color--g) var(--infinite-active-cell-border-color--b))));background:var(--infinite-active-cell-background, rgba(var(--infinite-active-cell-border-color--r), var(--infinite-active-cell-border-color--g), var(--infinite-active-cell-border-color--b), var(--infinite-active-cell-background-alpha)))}
558
+
559
+ .nxbq1c2{display:block}
560
+
561
+ .nxbq1c3{display:none}
562
+
563
+ .j26lrx0{--infinite-active-row-border-style: var(--infinite-active-row-border-style, var(--infinite-active-cell-border-style));border:var(--infinite-active-row-border, var(--infinite-active-row-border-width, var(--infinite-active-cell-border-width)) var(--infinite-active-row-border-style, var(--infinite-active-cell-border-style)) var(--infinite-active-row-border-color, rgb(var(--infinite-active-cell-border-color--r) var(--infinite-active-cell-border-color--g) var(--infinite-active-cell-border-color--b))));background:var(--infinite-active-row-background, var(--infinite-active-cell-background, rgba(var(--infinite-active-cell-border-color--r), var(--infinite-active-cell-border-color--g), var(--infinite-active-cell-border-color--b), var(--infinite-active-row-background-alpha, var(--infinite-active-cell-background-alpha)))))}
564
+
565
+ .j26lrx1{display:block}
566
+
567
+ .j26lrx2{display:none}
568
+
569
+ ._1yeub2v0{outline:none;font-family:var(--infinite-font-family);color:var(--infinite-color);background:var(--infinite-background);min-height:var(--infinite-min-height)}
570
+
571
+ ._1yeub2v1{--infinite-row-pointer-events-while-scrolling: none}
572
+
573
+ ._1yeub2ve{--infinite-active-cell-background-alpha: var(--infinite-active-cell-background-alpha--table-unfocused);--infinite-active-row-background-alpha: var(--infinite-active-row-background-alpha--table-unfocused, var(--infinite-active-cell-background-alpha--table-unfocused))}
574
+
575
+ ._1yeub2vi{border-right:var(--infinite-cell-border)}
576
+
577
+ ._1yeub2vj{border-left:var(--infinite-cell-border)}
578
+
579
+ ._1yeub2vl{-webkit-user-select:none;-moz-user-select:none;user-select:none}
580
+
581
+ ._1yeub2vp{transform:translate(-100%);border-right:var(--infinite-pinned-cell-border);bottom:var(--_1slvgu9m)}
582
+
583
+ ._1yeub2vq{left:var(--_1slvgu9f)}
584
+
585
+ ._1yeub2vn ._1yeub2vq{visibility:visible}
586
+
587
+ ._1yeub2vr{left:calc(var(--_1slvgu9h))}
588
+
589
+ ._1yeub2vo ._1yeub2vr{visibility:visible}
590
+
591
+ ._7pupv00{will-change:transform;position:absolute;top:0;left:0;pointer-events:var(--infinite-row-pointer-events-while-scrolling);--infinite-column-cell-bg-dont-override: var(--infinite-row-background)}
592
+
593
+ ._7pupv01{--infinite-row-background: var(--infinite-row-hover-background);--infinite-row-selected-background: var(--infinite-row-selected-hover-background);--infinite-row-odd-background: var(--infinite-row-hover-background)}
594
+
595
+ ._7pupv03{background:var(--infinite-row-background)}
596
+
597
+ ._7pupv04{background:var(--infinite-row-odd-background)}
598
+
599
+ ._7pupv05{z-index:100}
600
+
601
+ ._7pupv07{z-index:100}
602
+
603
+ ._7pupv0b{-webkit-padding-start:calc(var(--infinite-dont-override-group-row-nesting-length) * var(--infinite-group-row-column-nesting));padding-inline-start:calc(var(--infinite-dont-override-group-row-nesting-length) * var(--infinite-group-row-column-nesting))}
604
+
605
+ ._7pupv0c{-webkit-padding-start:calc(var(--infinite-dont-override-group-row-nesting-length) * var(--infinite-group-row-column-nesting));padding-inline-start:calc(var(--infinite-dont-override-group-row-nesting-length) * var(--infinite-group-row-column-nesting))}
606
+
607
+ ._7pupv0d{-webkit-padding-end:calc(var(--infinite-dont-override-group-row-nesting-length) * var(--infinite-group-row-column-nesting));padding-inline-end:calc(var(--infinite-dont-override-group-row-nesting-length) * var(--infinite-group-row-column-nesting))}
608
+
609
+ ._1eexc2a0{justify-content:center}
610
+
611
+ ._1eexc2a1{justify-content:flex-start}
612
+
613
+ ._1eexc2a2{justify-content:flex-start;flex-flow:row-reverse}
614
+
615
+ ._1eexc2a3{transition:left .3s}
616
+
617
+ ._1eexc2a4{transition:none}
618
+
619
+ ._1eexc2a5{padding:var(--infinite-cell-padding);border-left:var(--infinite-cell-border-width) solid transparent;border-right:var(--infinite-cell-border-width) solid transparent}
620
+
621
+ ._1yeub2vl ._1eexc2a6{transition:transform var(--infinite-column-reorder-effect-duration)}
622
+
623
+ ._1eexc2a7{margin-inline:var(--infinite-selection-checkbox-margin-inline)}
624
+
625
+ ._1eexc2a8{color:var(--infinite-cell-color)}
626
+
627
+ ._1eexc2ah{background:var(--infinite-row-background)}
628
+
629
+ ._1eexc2ai{background:var(--infinite-row-odd-background)}
630
+
631
+ ._1eexc2aj{background:var(--infinite-row-selected-background)}
632
+
633
+ ._1eexc2am{border-top-left-radius:var(--infinite-cell-border-radius);border-bottom-left-radius:var(--infinite-cell-border-radius)}
634
+
635
+ ._1eexc2ao{border-top-right-radius:var(--infinite-cell-border-radius);border-bottom-right-radius:var(--infinite-cell-border-radius)}
636
+
637
+ .qz8ht90[disabled]{opacity:.7}
638
+
639
+ ._12zfob11{margin-left:var(--infinite-header-cell-sort-icon-margin)}
640
+
641
+ ._12zfob12{margin-left:var(--infinite-header-cell-sort-icon-margin)}
642
+
643
+ ._12zfob13{margin-right:var(--infinite-header-cell-sort-icon-margin)}
644
+
645
+ ._12zfob14{line-height:0;font-size:10px;border-radius:50%;padding:1px;position:absolute;transition:top .2s;top:0;right:2px}
646
+
647
+ ._12zfob15{background:var(--infinite-header-background);top:0;right:0;bottom:0}
648
+
649
+ ._12zfob16{background:var(--infinite-header-background);color:var(--infinite-header-color)}
650
+
651
+ ._12zfob1e{z-index:10}
652
+
653
+ ._12zfob1k{background:var(--infinite-header-cell-hover-background);color:var(--infinite-cell-color);opacity:.8;padding:var(--infinite-cell-padding);padding-left:20px;z-index:2000}
654
+
655
+ ._12zfob1l{border-left:var(--infinite-cell-border-width) solid transparent;border-right:var(--infinite-cell-border);background:var(--infinite-header-cell-background);padding:0}
656
+
657
+ ._12zfob1l:hover{background:var(--infinite-header-cell-hover-background)}
658
+
659
+ ._12zfob1z{border-top-left-radius:var(--infinite-cell-border-radius);border-bottom-left-radius:var(--infinite-cell-border-radius)}
660
+
661
+ ._12zfob111{border-top-right-radius:var(--infinite-cell-border-radius);border-bottom-right-radius:var(--infinite-cell-border-radius)}
662
+
663
+ ._12zfob119{z-index:10}
664
+
665
+ ._1yeub2va ._12zfob11e{--infinite-cell-border: var(--infinite-cell-border-invisible)}
666
+
667
+ ._12zfob11g{border-right:var(--infinite-cell-border)}
668
+
669
+ ._12zfob11h{cursor:context-menu;-webkit-padding-before:2px;padding-block-start:2px;-webkit-padding-after:2px;padding-block-end:2px;min-width:var(--infinite-header-cell-icon-size);height:var(--infinite-header-cell-icon-size)}
670
+
671
+ ._12zfob11h:active{top:1px}
672
+
673
+ ._12zfob1l:hover ._12zfob11h{visibility:visible;display:flex}
674
+
675
+ ._12zfob11j{display:none}
676
+
677
+ ._12zfob11k{padding:var(--infinite-header-cell-padding)}
678
+
679
+ ._12zfob11o{flex-direction:row-reverse}
680
+
681
+ ._12zfob11p{justify-content:center}
682
+
683
+ ._12zfob11q{background:var(--infinite-header-background)}
684
+
685
+ ._12zfob11r{padding:var(--infinite-cell-padding);border-bottom:var(--infinite-cell-border);border-right:var(--infinite-cell-border);background:var(--infinite-header-cell-background)}
686
+
687
+ ._12zfob11s{border-top:var(--infinite-cell-border)}
688
+
689
+ ._1ek6mqy0{-webkit-padding-before:2px;padding-block-start:2px;-webkit-padding-after:2px;padding-block-end:2px;min-width:var(--infinite-header-cell-icon-size);height:var(--infinite-header-cell-icon-size)}
690
+
691
+ .zneyzh0{transform:translate(50%);width:var(--infinite-resize-handle-active-area-width)}
692
+
693
+ .zneyzh0:hover{overflow:visible}
694
+
695
+ .zneyzh2{transform:translate(-50%)}
696
+
697
+ .zneyzh8{transform:none}
698
+
699
+ .zneyzh9{transform:none}
700
+
701
+ .zneyzha{transform:none}
702
+
703
+ .zneyzhb{right:calc((var(--infinite-resize-handle-active-area-width) - var(--infinite-resize-handle-width)) / 2);width:var(--infinite-resize-handle-width)}
704
+
705
+ .zneyzh0:hover .zneyzhb{background:var(--infinite-resize-handle-hover-background)}
706
+
707
+ .zneyzh0:hover .zneyzhd{background:var(--infinite-resize-handle-constrained-hover-background)}
708
+
709
+ .qy58ya0{flex-flow:row;align-items:center;justify-content:center}
710
+
711
+ .qy58ya1{display:flex}
712
+
713
+ .qy58ya2{display:none}
714
+
715
+ .qy58ya3{background:var(--infinite-load-mask-overlay-background);opacity:var(--infinite-load-mask-overlay-opacity)}
716
+
717
+ .qy58ya4{position:relative;padding:var(--infinite-load-mask-padding);color:var(--infinite-load-mask-color);background:var(--infinite-load-mask-text-background);border-radius:var(--infinite-load-mask-border-radius)}
718
+
719
+ .db3arf0{padding:var(--infinite-menu-padding);color:var(--infinite-menu-color);background:var(--infinite-menu-background);border-radius:var(--infinite-menu-border-radius);outline:none;box-shadow:0 6px 12px -2px var(--infinite-menu-shadow-color),0 3px 7px -3px var(--infinite-menu-background)}
720
+
721
+ .db3arf1{display:contents}
722
+
723
+ .db3arf2{padding-block:var(--infinite-menu-cell-padding-vertical);padding-inline:var(--infinite-menu-cell-padding-horizontal);margin-block:var(--infinite-menu-cell-margin-vertical);border:var(--infinite-active-row-border, var(--infinite-active-row-border-width, var(--infinite-active-cell-border-width)) var(--infinite-active-row-border-style, var(--infinite-active-cell-border-style)) var(--infinite-active-row-border-color, rgb(var(--infinite-active-cell-border-color--r) var(--infinite-active-cell-border-color--g) var(--infinite-active-cell-border-color--b))));border-color:transparent}
724
+
725
+ .db3arf3{opacity:var(--infinite-menu-item-disabled-opacity);background:var(--infinite-menu-item-disabled-background)}
726
+
727
+ .db3arf0:focus-within>.db3arf1>.db3arf9{border:var(--infinite-active-row-border, var(--infinite-active-row-border-width, var(--infinite-active-cell-border-width)) var(--infinite-active-row-border-style, var(--infinite-active-cell-border-style)) var(--infinite-active-row-border-color, rgb(var(--infinite-active-cell-border-color--r) var(--infinite-active-cell-border-color--g) var(--infinite-active-cell-border-color--b))))}
728
+
729
+ .db3arf0:focus-within>.db3arf1>.db3arf9:first-child:last-child{border:var(--infinite-active-row-border, var(--infinite-active-row-border-width, var(--infinite-active-cell-border-width)) var(--infinite-active-row-border-style, var(--infinite-active-cell-border-style)) var(--infinite-active-row-border-color, rgb(var(--infinite-active-cell-border-color--r) var(--infinite-active-cell-border-color--g) var(--infinite-active-cell-border-color--b))))}
730
+
731
+ .db3arf0:focus-within>.db3arf1>.db3arf9:first-child{border-right-color:transparent}
732
+
733
+ .db3arf0:focus-within>.db3arf1>.db3arf9:last-child{border-left-color:transparent}
734
+
735
+ .db3arf0:focus-within>.db3arf1>.db3arf9:not(:first-child):not(:last-child){border-left-color:transparent;border-right-color:transparent}
736
+
737
+ .db3arfb{background:var(--infinite-menu-item-active-background);opacity:var(--infinite-menu-item-active-opacity)}
738
+
739
+ .db3arfc{background:var(--infinite-menu-item-pressed-background);opacity:var(--infinite-menu-item-pressed-opacity)}
740
+
741
+ .db3arfd{border-top:1px solid currentColor;border-bottom:0;margin-top:calc(var(--infinite-menu-cell-padding-vertical) / 2);margin-bottom:calc(var(--infinite-menu-cell-padding-vertical) / 2)}
742
+
3
743
  /**********************************
4
744
  ** ADAPTABLE BASE STYLES **
5
745
  **********************************/
6
- @import 'react-day-picker/dist/style.css';
7
- @import 'react-toastify/dist/ReactToastify.css';
746
+
747
+ .rdp {
748
+ --rdp-cell-size: 40px;
749
+ --rdp-accent-color: #0000ff;
750
+ --rdp-background-color: #e7edff;
751
+ --rdp-accent-color-dark: #3003e1;
752
+ --rdp-background-color-dark: #180270;
753
+ --rdp-outline: 2px solid var(--rdp-accent-color); /* Outline border for focused elements */
754
+ --rdp-outline-selected: 2px solid rgba(0, 0, 0, 0.75); /* Outline border for focused _and_ selected elements */
755
+
756
+ margin: 1em;
757
+ }
758
+
759
+ /* Hide elements for devices that are not screen readers */
760
+
761
+ .rdp-vhidden {
762
+ box-sizing: border-box;
763
+ padding: 0;
764
+ margin: 0;
765
+ background: transparent;
766
+ border: 0;
767
+ -moz-appearance: none;
768
+ -webkit-appearance: none;
769
+ appearance: none;
770
+ position: absolute !important;
771
+ top: 0;
772
+ width: 1px !important;
773
+ height: 1px !important;
774
+ padding: 0 !important;
775
+ overflow: hidden !important;
776
+ clip: rect(1px, 1px, 1px, 1px) !important;
777
+ border: 0 !important;
778
+ }
779
+
780
+ /* Buttons */
781
+
782
+ .rdp-button_reset {
783
+ appearance: none;
784
+ position: relative;
785
+ margin: 0;
786
+ padding: 0;
787
+ cursor: default;
788
+ color: inherit;
789
+ outline: none;
790
+ background: none;
791
+ font: inherit;
792
+
793
+ -moz-appearance: none;
794
+ -webkit-appearance: none;
795
+ }
796
+
797
+ .rdp-button {
798
+ border: 2px solid transparent;
799
+ }
800
+
801
+ .rdp-button[disabled] {
802
+ opacity: 0.25;
803
+ }
804
+
805
+ .rdp-button:not([disabled]) {
806
+ cursor: pointer;
807
+ }
808
+
809
+ .rdp-button:focus:not([disabled]),
810
+ .rdp-button:active:not([disabled]) {
811
+ color: inherit;
812
+ border: var(--rdp-outline);
813
+ background-color: var(--rdp-background-color);
814
+ }
815
+
816
+ .rdp-button:hover:not([disabled]) {
817
+ background-color: var(--rdp-background-color);
818
+ }
819
+
820
+ .rdp-months {
821
+ display: flex;
822
+ }
823
+
824
+ .rdp-month {
825
+ margin: 0 1em;
826
+ }
827
+
828
+ .rdp-month:first-child {
829
+ margin-left: 0;
830
+ }
831
+
832
+ .rdp-month:last-child {
833
+ margin-right: 0;
834
+ }
835
+
836
+ .rdp-table {
837
+ margin: 0;
838
+ max-width: calc(var(--rdp-cell-size) * 7);
839
+ border-collapse: collapse;
840
+ }
841
+
842
+ .rdp-with_weeknumber .rdp-table {
843
+ max-width: calc(var(--rdp-cell-size) * 8);
844
+ border-collapse: collapse;
845
+ }
846
+
847
+ .rdp-caption {
848
+ display: flex;
849
+ align-items: center;
850
+ justify-content: space-between;
851
+ padding: 0;
852
+ text-align: left;
853
+ }
854
+
855
+ .rdp-multiple_months .rdp-caption {
856
+ position: relative;
857
+ display: block;
858
+ text-align: center;
859
+ }
860
+
861
+ .rdp-caption_dropdowns {
862
+ position: relative;
863
+ display: inline-flex;
864
+ }
865
+
866
+ .rdp-caption_label {
867
+ position: relative;
868
+ z-index: 1;
869
+ display: inline-flex;
870
+ align-items: center;
871
+ margin: 0;
872
+ padding: 0 0.25em;
873
+ white-space: nowrap;
874
+ color: currentColor;
875
+ border: 0;
876
+ border: 2px solid transparent;
877
+ font-family: inherit;
878
+ font-size: 140%;
879
+ font-weight: bold;
880
+ }
881
+
882
+ .rdp-nav {
883
+ white-space: nowrap;
884
+ }
885
+
886
+ .rdp-multiple_months .rdp-caption_start .rdp-nav {
887
+ position: absolute;
888
+ top: 50%;
889
+ left: 0;
890
+ transform: translateY(-50%);
891
+ }
892
+
893
+ .rdp-multiple_months .rdp-caption_end .rdp-nav {
894
+ position: absolute;
895
+ top: 50%;
896
+ right: 0;
897
+ transform: translateY(-50%);
898
+ }
899
+
900
+ .rdp-nav_button {
901
+ display: inline-flex;
902
+ align-items: center;
903
+ justify-content: center;
904
+ width: var(--rdp-cell-size);
905
+ height: var(--rdp-cell-size);
906
+ padding: 0.25em;
907
+ border-radius: 100%;
908
+ }
909
+
910
+ /* ---------- */
911
+
912
+ /* Dropdowns */
913
+
914
+ /* ---------- */
915
+
916
+ .rdp-dropdown_year,
917
+ .rdp-dropdown_month {
918
+ position: relative;
919
+ display: inline-flex;
920
+ align-items: center;
921
+ }
922
+
923
+ .rdp-dropdown {
924
+ appearance: none;
925
+ position: absolute;
926
+ z-index: 2;
927
+ top: 0;
928
+ bottom: 0;
929
+ left: 0;
930
+ width: 100%;
931
+ margin: 0;
932
+ padding: 0;
933
+ cursor: inherit;
934
+ opacity: 0;
935
+ border: none;
936
+ background-color: transparent;
937
+ font-family: inherit;
938
+ font-size: inherit;
939
+ line-height: inherit;
940
+ }
941
+
942
+ .rdp-dropdown[disabled] {
943
+ opacity: unset;
944
+ color: unset;
945
+ }
946
+
947
+ .rdp-dropdown:focus:not([disabled]) + .rdp-caption_label,
948
+ .rdp-dropdown:active:not([disabled]) + .rdp-caption_label {
949
+ border: var(--rdp-outline);
950
+ border-radius: 6px;
951
+ background-color: var(--rdp-background-color);
952
+ }
953
+
954
+ .rdp-dropdown_icon {
955
+ margin: 0 0 0 5px;
956
+ }
957
+
958
+ .rdp-head {
959
+ border: 0;
960
+ }
961
+
962
+ .rdp-head_row,
963
+ .rdp-row {
964
+ height: 100%;
965
+ }
966
+
967
+ .rdp-head_cell {
968
+ vertical-align: middle;
969
+ text-transform: uppercase;
970
+ font-size: 0.75em;
971
+ font-weight: 700;
972
+ text-align: center;
973
+ height: 100%;
974
+ height: var(--rdp-cell-size);
975
+ padding: 0;
976
+ }
977
+
978
+ .rdp-tbody {
979
+ border: 0;
980
+ }
981
+
982
+ .rdp-tfoot {
983
+ margin: 0.5em;
984
+ }
985
+
986
+ .rdp-cell {
987
+ width: var(--rdp-cell-size);
988
+ height: 100%;
989
+ height: var(--rdp-cell-size);
990
+ padding: 0;
991
+ text-align: center;
992
+ }
993
+
994
+ .rdp-weeknumber {
995
+ font-size: 0.75em;
996
+ }
997
+
998
+ .rdp-weeknumber,
999
+ .rdp-day {
1000
+ display: flex;
1001
+ overflow: hidden;
1002
+ align-items: center;
1003
+ justify-content: center;
1004
+ box-sizing: border-box;
1005
+ width: var(--rdp-cell-size);
1006
+ max-width: var(--rdp-cell-size);
1007
+ height: var(--rdp-cell-size);
1008
+ margin: 0;
1009
+ border: 2px solid transparent;
1010
+ border-radius: 100%;
1011
+ }
1012
+
1013
+ .rdp-day_today:not(.rdp-day_outside) {
1014
+ font-weight: bold;
1015
+ }
1016
+
1017
+ .rdp-day_selected:not([disabled]),
1018
+ .rdp-day_selected:focus:not([disabled]),
1019
+ .rdp-day_selected:active:not([disabled]),
1020
+ .rdp-day_selected:hover:not([disabled]) {
1021
+ color: white;
1022
+ background-color: var(--rdp-accent-color);
1023
+ }
1024
+
1025
+ .rdp-day_selected:focus:not([disabled]) {
1026
+ border: var(--rdp-outline-selected);
1027
+ }
1028
+
1029
+ .rdp:not([dir='rtl']) .rdp-day_range_start:not(.rdp-day_range_end) {
1030
+ border-top-right-radius: 0;
1031
+ border-bottom-right-radius: 0;
1032
+ }
1033
+
1034
+ .rdp:not([dir='rtl']) .rdp-day_range_end:not(.rdp-day_range_start) {
1035
+ border-top-left-radius: 0;
1036
+ border-bottom-left-radius: 0;
1037
+ }
1038
+
1039
+ .rdp[dir='rtl'] .rdp-day_range_start:not(.rdp-day_range_end) {
1040
+ border-top-left-radius: 0;
1041
+ border-bottom-left-radius: 0;
1042
+ }
1043
+
1044
+ .rdp[dir='rtl'] .rdp-day_range_end:not(.rdp-day_range_start) {
1045
+ border-top-right-radius: 0;
1046
+ border-bottom-right-radius: 0;
1047
+ }
1048
+
1049
+ .rdp-day_range_end.rdp-day_range_start {
1050
+ border-radius: 100%;
1051
+ }
1052
+
1053
+ .rdp-day_range_middle {
1054
+ border-radius: 0;
1055
+ }
1056
+
1057
+ :root {
1058
+ --toastify-color-light: #fff;
1059
+ --toastify-color-dark: #121212;
1060
+ --toastify-color-info: #3498db;
1061
+ --toastify-color-success: #07bc0c;
1062
+ --toastify-color-warning: #f1c40f;
1063
+ --toastify-color-error: #e74c3c;
1064
+ --toastify-color-transparent: rgba(255, 255, 255, 0.7);
1065
+ --toastify-icon-color-info: var(--toastify-color-info);
1066
+ --toastify-icon-color-success: var(--toastify-color-success);
1067
+ --toastify-icon-color-warning: var(--toastify-color-warning);
1068
+ --toastify-icon-color-error: var(--toastify-color-error);
1069
+ --toastify-toast-width: 320px;
1070
+ --toastify-toast-background: #fff;
1071
+ --toastify-toast-min-height: 64px;
1072
+ --toastify-toast-max-height: 800px;
1073
+ --toastify-font-family: sans-serif;
1074
+ --toastify-z-index: 9999;
1075
+ --toastify-text-color-light: #757575;
1076
+ --toastify-text-color-dark: #fff;
1077
+ --toastify-text-color-info: #fff;
1078
+ --toastify-text-color-success: #fff;
1079
+ --toastify-text-color-warning: #fff;
1080
+ --toastify-text-color-error: #fff;
1081
+ --toastify-spinner-color: #616161;
1082
+ --toastify-spinner-color-empty-area: #e0e0e0;
1083
+ --toastify-color-progress-light: linear-gradient(
1084
+ to right,
1085
+ #4cd964,
1086
+ #5ac8fa,
1087
+ #007aff,
1088
+ #34aadc,
1089
+ #5856d6,
1090
+ #ff2d55
1091
+ );
1092
+ --toastify-color-progress-dark: #bb86fc;
1093
+ --toastify-color-progress-info: var(--toastify-color-info);
1094
+ --toastify-color-progress-success: var(--toastify-color-success);
1095
+ --toastify-color-progress-warning: var(--toastify-color-warning);
1096
+ --toastify-color-progress-error: var(--toastify-color-error);
1097
+ }
1098
+
1099
+ .Toastify__toast-container {
1100
+ z-index: var(--toastify-z-index);
1101
+ -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
1102
+ position: fixed;
1103
+ padding: 4px;
1104
+ width: var(--toastify-toast-width);
1105
+ box-sizing: border-box;
1106
+ color: #fff;
1107
+ }
1108
+
1109
+ .Toastify__toast-container--top-left {
1110
+ top: 1em;
1111
+ left: 1em;
1112
+ }
1113
+
1114
+ .Toastify__toast-container--top-center {
1115
+ top: 1em;
1116
+ left: 50%;
1117
+ transform: translateX(-50%);
1118
+ }
1119
+
1120
+ .Toastify__toast-container--top-right {
1121
+ top: 1em;
1122
+ right: 1em;
1123
+ }
1124
+
1125
+ .Toastify__toast-container--bottom-left {
1126
+ bottom: 1em;
1127
+ left: 1em;
1128
+ }
1129
+
1130
+ .Toastify__toast-container--bottom-center {
1131
+ bottom: 1em;
1132
+ left: 50%;
1133
+ transform: translateX(-50%);
1134
+ }
1135
+
1136
+ .Toastify__toast-container--bottom-right {
1137
+ bottom: 1em;
1138
+ right: 1em;
1139
+ }
1140
+
1141
+ @media only screen and (max-width : 480px) {
1142
+ .Toastify__toast-container {
1143
+ width: 100vw;
1144
+ padding: 0;
1145
+ left: 0;
1146
+ margin: 0;
1147
+ }
1148
+ .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
1149
+ top: 0;
1150
+ transform: translateX(0);
1151
+ }
1152
+ .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
1153
+ bottom: 0;
1154
+ transform: translateX(0);
1155
+ }
1156
+ .Toastify__toast-container--rtl {
1157
+ right: 0;
1158
+ left: initial;
1159
+ }
1160
+ }
1161
+
1162
+ .Toastify__toast {
1163
+ position: relative;
1164
+ min-height: var(--toastify-toast-min-height);
1165
+ box-sizing: border-box;
1166
+ margin-bottom: 1rem;
1167
+ padding: 8px;
1168
+ border-radius: 4px;
1169
+ box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
1170
+ display: -ms-flexbox;
1171
+ display: flex;
1172
+ -ms-flex-pack: justify;
1173
+ justify-content: space-between;
1174
+ max-height: var(--toastify-toast-max-height);
1175
+ overflow: hidden;
1176
+ font-family: var(--toastify-font-family);
1177
+ cursor: pointer;
1178
+ direction: ltr;
1179
+ }
1180
+
1181
+ .Toastify__toast--rtl {
1182
+ direction: rtl;
1183
+ }
1184
+
1185
+ .Toastify__toast-body {
1186
+ margin: auto 0;
1187
+ -ms-flex: 1 1 auto;
1188
+ flex: 1 1 auto;
1189
+ padding: 6px;
1190
+ display: -ms-flexbox;
1191
+ display: flex;
1192
+ -ms-flex-align: center;
1193
+ align-items: center;
1194
+ }
1195
+
1196
+ .Toastify__toast-body > div:last-child {
1197
+ -ms-flex: 1;
1198
+ flex: 1;
1199
+ }
1200
+
1201
+ .Toastify__toast-icon {
1202
+ -webkit-margin-end: 10px;
1203
+ margin-inline-end: 10px;
1204
+ width: 20px;
1205
+ -ms-flex-negative: 0;
1206
+ flex-shrink: 0;
1207
+ display: -ms-flexbox;
1208
+ display: flex;
1209
+ }
1210
+
1211
+ .Toastify--animate {
1212
+ animation-fill-mode: both;
1213
+ animation-duration: 0.7s;
1214
+ }
1215
+
1216
+ .Toastify--animate-icon {
1217
+ animation-fill-mode: both;
1218
+ animation-duration: 0.3s;
1219
+ }
1220
+
1221
+ @media only screen and (max-width : 480px) {
1222
+ .Toastify__toast {
1223
+ margin-bottom: 0;
1224
+ border-radius: 0;
1225
+ }
1226
+ }
1227
+
1228
+ .Toastify__toast-theme--dark {
1229
+ background: var(--toastify-color-dark);
1230
+ color: var(--toastify-text-color-dark);
1231
+ }
1232
+
1233
+ .Toastify__toast-theme--light {
1234
+ background: var(--toastify-color-light);
1235
+ color: var(--toastify-text-color-light);
1236
+ }
1237
+
1238
+ .Toastify__toast-theme--colored.Toastify__toast--default {
1239
+ background: var(--toastify-color-light);
1240
+ color: var(--toastify-text-color-light);
1241
+ }
1242
+
1243
+ .Toastify__toast-theme--colored.Toastify__toast--info {
1244
+ color: var(--toastify-text-color-info);
1245
+ background: var(--toastify-color-info);
1246
+ }
1247
+
1248
+ .Toastify__toast-theme--colored.Toastify__toast--success {
1249
+ color: var(--toastify-text-color-success);
1250
+ background: var(--toastify-color-success);
1251
+ }
1252
+
1253
+ .Toastify__toast-theme--colored.Toastify__toast--warning {
1254
+ color: var(--toastify-text-color-warning);
1255
+ background: var(--toastify-color-warning);
1256
+ }
1257
+
1258
+ .Toastify__toast-theme--colored.Toastify__toast--error {
1259
+ color: var(--toastify-text-color-error);
1260
+ background: var(--toastify-color-error);
1261
+ }
1262
+
1263
+ .Toastify__progress-bar-theme--light {
1264
+ background: var(--toastify-color-progress-light);
1265
+ }
1266
+
1267
+ .Toastify__progress-bar-theme--dark {
1268
+ background: var(--toastify-color-progress-dark);
1269
+ }
1270
+
1271
+ .Toastify__progress-bar--info {
1272
+ background: var(--toastify-color-progress-info);
1273
+ }
1274
+
1275
+ .Toastify__progress-bar--success {
1276
+ background: var(--toastify-color-progress-success);
1277
+ }
1278
+
1279
+ .Toastify__progress-bar--warning {
1280
+ background: var(--toastify-color-progress-warning);
1281
+ }
1282
+
1283
+ .Toastify__progress-bar--error {
1284
+ background: var(--toastify-color-progress-error);
1285
+ }
1286
+
1287
+ .Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
1288
+ background: var(--toastify-color-transparent);
1289
+ }
1290
+
1291
+ .Toastify__close-button {
1292
+ color: #fff;
1293
+ background: transparent;
1294
+ outline: none;
1295
+ border: none;
1296
+ padding: 0;
1297
+ cursor: pointer;
1298
+ opacity: 0.7;
1299
+ transition: 0.3s ease;
1300
+ -ms-flex-item-align: start;
1301
+ align-self: flex-start;
1302
+ }
1303
+
1304
+ .Toastify__close-button--light {
1305
+ color: #000;
1306
+ opacity: 0.3;
1307
+ }
1308
+
1309
+ .Toastify__close-button > svg {
1310
+ fill: currentColor;
1311
+ height: 16px;
1312
+ width: 14px;
1313
+ }
1314
+
1315
+ .Toastify__close-button:hover, .Toastify__close-button:focus {
1316
+ opacity: 1;
1317
+ }
1318
+
1319
+ @keyframes Toastify__trackProgress {
1320
+ 0% {
1321
+ transform: scaleX(1);
1322
+ }
1323
+ 100% {
1324
+ transform: scaleX(0);
1325
+ }
1326
+ }
1327
+
1328
+ .Toastify__progress-bar {
1329
+ position: absolute;
1330
+ bottom: 0;
1331
+ left: 0;
1332
+ width: 100%;
1333
+ height: 5px;
1334
+ z-index: var(--toastify-z-index);
1335
+ opacity: 0.7;
1336
+ transform-origin: left;
1337
+ }
1338
+
1339
+ .Toastify__progress-bar--animated {
1340
+ animation: Toastify__trackProgress linear 1 forwards;
1341
+ }
1342
+
1343
+ .Toastify__progress-bar--controlled {
1344
+ transition: transform 0.2s;
1345
+ }
1346
+
1347
+ .Toastify__progress-bar--rtl {
1348
+ right: 0;
1349
+ left: initial;
1350
+ transform-origin: right;
1351
+ }
1352
+
1353
+ .Toastify__spinner {
1354
+ width: 20px;
1355
+ height: 20px;
1356
+ box-sizing: border-box;
1357
+ border: 2px solid;
1358
+ border-radius: 100%;
1359
+ border-color: var(--toastify-spinner-color-empty-area);
1360
+ border-right-color: var(--toastify-spinner-color);
1361
+ animation: Toastify__spin 0.65s linear infinite;
1362
+ }
1363
+
1364
+ @keyframes Toastify__bounceInRight {
1365
+ from, 60%, 75%, 90%, to {
1366
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1367
+ }
1368
+ from {
1369
+ opacity: 0;
1370
+ transform: translate3d(3000px, 0, 0);
1371
+ }
1372
+ 60% {
1373
+ opacity: 1;
1374
+ transform: translate3d(-25px, 0, 0);
1375
+ }
1376
+ 75% {
1377
+ transform: translate3d(10px, 0, 0);
1378
+ }
1379
+ 90% {
1380
+ transform: translate3d(-5px, 0, 0);
1381
+ }
1382
+ to {
1383
+ transform: none;
1384
+ }
1385
+ }
1386
+
1387
+ @keyframes Toastify__bounceOutRight {
1388
+ 20% {
1389
+ opacity: 1;
1390
+ transform: translate3d(-20px, 0, 0);
1391
+ }
1392
+ to {
1393
+ opacity: 0;
1394
+ transform: translate3d(2000px, 0, 0);
1395
+ }
1396
+ }
1397
+
1398
+ @keyframes Toastify__bounceInLeft {
1399
+ from, 60%, 75%, 90%, to {
1400
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1401
+ }
1402
+ 0% {
1403
+ opacity: 0;
1404
+ transform: translate3d(-3000px, 0, 0);
1405
+ }
1406
+ 60% {
1407
+ opacity: 1;
1408
+ transform: translate3d(25px, 0, 0);
1409
+ }
1410
+ 75% {
1411
+ transform: translate3d(-10px, 0, 0);
1412
+ }
1413
+ 90% {
1414
+ transform: translate3d(5px, 0, 0);
1415
+ }
1416
+ to {
1417
+ transform: none;
1418
+ }
1419
+ }
1420
+
1421
+ @keyframes Toastify__bounceOutLeft {
1422
+ 20% {
1423
+ opacity: 1;
1424
+ transform: translate3d(20px, 0, 0);
1425
+ }
1426
+ to {
1427
+ opacity: 0;
1428
+ transform: translate3d(-2000px, 0, 0);
1429
+ }
1430
+ }
1431
+
1432
+ @keyframes Toastify__bounceInUp {
1433
+ from, 60%, 75%, 90%, to {
1434
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1435
+ }
1436
+ from {
1437
+ opacity: 0;
1438
+ transform: translate3d(0, 3000px, 0);
1439
+ }
1440
+ 60% {
1441
+ opacity: 1;
1442
+ transform: translate3d(0, -20px, 0);
1443
+ }
1444
+ 75% {
1445
+ transform: translate3d(0, 10px, 0);
1446
+ }
1447
+ 90% {
1448
+ transform: translate3d(0, -5px, 0);
1449
+ }
1450
+ to {
1451
+ transform: translate3d(0, 0, 0);
1452
+ }
1453
+ }
1454
+
1455
+ @keyframes Toastify__bounceOutUp {
1456
+ 20% {
1457
+ transform: translate3d(0, -10px, 0);
1458
+ }
1459
+ 40%, 45% {
1460
+ opacity: 1;
1461
+ transform: translate3d(0, 20px, 0);
1462
+ }
1463
+ to {
1464
+ opacity: 0;
1465
+ transform: translate3d(0, -2000px, 0);
1466
+ }
1467
+ }
1468
+
1469
+ @keyframes Toastify__bounceInDown {
1470
+ from, 60%, 75%, 90%, to {
1471
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1472
+ }
1473
+ 0% {
1474
+ opacity: 0;
1475
+ transform: translate3d(0, -3000px, 0);
1476
+ }
1477
+ 60% {
1478
+ opacity: 1;
1479
+ transform: translate3d(0, 25px, 0);
1480
+ }
1481
+ 75% {
1482
+ transform: translate3d(0, -10px, 0);
1483
+ }
1484
+ 90% {
1485
+ transform: translate3d(0, 5px, 0);
1486
+ }
1487
+ to {
1488
+ transform: none;
1489
+ }
1490
+ }
1491
+
1492
+ @keyframes Toastify__bounceOutDown {
1493
+ 20% {
1494
+ transform: translate3d(0, 10px, 0);
1495
+ }
1496
+ 40%, 45% {
1497
+ opacity: 1;
1498
+ transform: translate3d(0, -20px, 0);
1499
+ }
1500
+ to {
1501
+ opacity: 0;
1502
+ transform: translate3d(0, 2000px, 0);
1503
+ }
1504
+ }
1505
+
1506
+ .Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
1507
+ animation-name: Toastify__bounceInLeft;
1508
+ }
1509
+
1510
+ .Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
1511
+ animation-name: Toastify__bounceInRight;
1512
+ }
1513
+
1514
+ .Toastify__bounce-enter--top-center {
1515
+ animation-name: Toastify__bounceInDown;
1516
+ }
1517
+
1518
+ .Toastify__bounce-enter--bottom-center {
1519
+ animation-name: Toastify__bounceInUp;
1520
+ }
1521
+
1522
+ .Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
1523
+ animation-name: Toastify__bounceOutLeft;
1524
+ }
1525
+
1526
+ .Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
1527
+ animation-name: Toastify__bounceOutRight;
1528
+ }
1529
+
1530
+ .Toastify__bounce-exit--top-center {
1531
+ animation-name: Toastify__bounceOutUp;
1532
+ }
1533
+
1534
+ .Toastify__bounce-exit--bottom-center {
1535
+ animation-name: Toastify__bounceOutDown;
1536
+ }
1537
+
1538
+ @keyframes Toastify__zoomIn {
1539
+ from {
1540
+ opacity: 0;
1541
+ transform: scale3d(0.3, 0.3, 0.3);
1542
+ }
1543
+ 50% {
1544
+ opacity: 1;
1545
+ }
1546
+ }
1547
+
1548
+ @keyframes Toastify__zoomOut {
1549
+ from {
1550
+ opacity: 1;
1551
+ }
1552
+ 50% {
1553
+ opacity: 0;
1554
+ transform: scale3d(0.3, 0.3, 0.3);
1555
+ }
1556
+ to {
1557
+ opacity: 0;
1558
+ }
1559
+ }
1560
+
1561
+ .Toastify__zoom-enter {
1562
+ animation-name: Toastify__zoomIn;
1563
+ }
1564
+
1565
+ .Toastify__zoom-exit {
1566
+ animation-name: Toastify__zoomOut;
1567
+ }
1568
+
1569
+ @keyframes Toastify__flipIn {
1570
+ from {
1571
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1572
+ animation-timing-function: ease-in;
1573
+ opacity: 0;
1574
+ }
1575
+ 40% {
1576
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1577
+ animation-timing-function: ease-in;
1578
+ }
1579
+ 60% {
1580
+ transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
1581
+ opacity: 1;
1582
+ }
1583
+ 80% {
1584
+ transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
1585
+ }
1586
+ to {
1587
+ transform: perspective(400px);
1588
+ }
1589
+ }
1590
+
1591
+ @keyframes Toastify__flipOut {
1592
+ from {
1593
+ transform: perspective(400px);
1594
+ }
1595
+ 30% {
1596
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1597
+ opacity: 1;
1598
+ }
1599
+ to {
1600
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1601
+ opacity: 0;
1602
+ }
1603
+ }
1604
+
1605
+ .Toastify__flip-enter {
1606
+ animation-name: Toastify__flipIn;
1607
+ }
1608
+
1609
+ .Toastify__flip-exit {
1610
+ animation-name: Toastify__flipOut;
1611
+ }
1612
+
1613
+ @keyframes Toastify__slideInRight {
1614
+ from {
1615
+ transform: translate3d(110%, 0, 0);
1616
+ visibility: visible;
1617
+ }
1618
+ to {
1619
+ transform: translate3d(0, 0, 0);
1620
+ }
1621
+ }
1622
+
1623
+ @keyframes Toastify__slideInLeft {
1624
+ from {
1625
+ transform: translate3d(-110%, 0, 0);
1626
+ visibility: visible;
1627
+ }
1628
+ to {
1629
+ transform: translate3d(0, 0, 0);
1630
+ }
1631
+ }
1632
+
1633
+ @keyframes Toastify__slideInUp {
1634
+ from {
1635
+ transform: translate3d(0, 110%, 0);
1636
+ visibility: visible;
1637
+ }
1638
+ to {
1639
+ transform: translate3d(0, 0, 0);
1640
+ }
1641
+ }
1642
+
1643
+ @keyframes Toastify__slideInDown {
1644
+ from {
1645
+ transform: translate3d(0, -110%, 0);
1646
+ visibility: visible;
1647
+ }
1648
+ to {
1649
+ transform: translate3d(0, 0, 0);
1650
+ }
1651
+ }
1652
+
1653
+ @keyframes Toastify__slideOutRight {
1654
+ from {
1655
+ transform: translate3d(0, 0, 0);
1656
+ }
1657
+ to {
1658
+ visibility: hidden;
1659
+ transform: translate3d(110%, 0, 0);
1660
+ }
1661
+ }
1662
+
1663
+ @keyframes Toastify__slideOutLeft {
1664
+ from {
1665
+ transform: translate3d(0, 0, 0);
1666
+ }
1667
+ to {
1668
+ visibility: hidden;
1669
+ transform: translate3d(-110%, 0, 0);
1670
+ }
1671
+ }
1672
+
1673
+ @keyframes Toastify__slideOutDown {
1674
+ from {
1675
+ transform: translate3d(0, 0, 0);
1676
+ }
1677
+ to {
1678
+ visibility: hidden;
1679
+ transform: translate3d(0, 500px, 0);
1680
+ }
1681
+ }
1682
+
1683
+ @keyframes Toastify__slideOutUp {
1684
+ from {
1685
+ transform: translate3d(0, 0, 0);
1686
+ }
1687
+ to {
1688
+ visibility: hidden;
1689
+ transform: translate3d(0, -500px, 0);
1690
+ }
1691
+ }
1692
+
1693
+ .Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
1694
+ animation-name: Toastify__slideInLeft;
1695
+ }
1696
+
1697
+ .Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
1698
+ animation-name: Toastify__slideInRight;
1699
+ }
1700
+
1701
+ .Toastify__slide-enter--top-center {
1702
+ animation-name: Toastify__slideInDown;
1703
+ }
1704
+
1705
+ .Toastify__slide-enter--bottom-center {
1706
+ animation-name: Toastify__slideInUp;
1707
+ }
1708
+
1709
+ .Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
1710
+ animation-name: Toastify__slideOutLeft;
1711
+ }
1712
+
1713
+ .Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
1714
+ animation-name: Toastify__slideOutRight;
1715
+ }
1716
+
1717
+ .Toastify__slide-exit--top-center {
1718
+ animation-name: Toastify__slideOutUp;
1719
+ }
1720
+
1721
+ .Toastify__slide-exit--bottom-center {
1722
+ animation-name: Toastify__slideOutDown;
1723
+ }
1724
+
1725
+ @keyframes Toastify__spin {
1726
+ from {
1727
+ transform: rotate(0deg);
1728
+ }
1729
+ to {
1730
+ transform: rotate(360deg);
1731
+ }
1732
+ }
1733
+
8
1734
  :root {
9
1735
  --ab-space-0: 0px;
10
1736
  --ab-space-1: 4px;
@@ -114,12 +1840,14 @@
114
1840
  --ab-cmp-checkbox__border-color: var(--ab-cmp-checkbox--check__color);
115
1841
  --ab-cmp-checkbox--check-indeterminate__color: var(--ab-cmp-checkbox__border-color);
116
1842
  }
1843
+
117
1844
  .ab-CheckBox--variant-agGrid.ab-CheckBox--indeterminate {
118
1845
  --ab-cmp-checkbox--check__color: var(
119
1846
  --ag-checkbox-checked-color,
120
1847
  var(--ag-balham-active-color, #0091ea)
121
1848
  );
122
1849
  }
1850
+
123
1851
  .ab-CheckBox--variant-agGrid.ab-CheckBox--unchecked {
124
1852
  --ab-cmp-checkbox__border-color: var(--ag-checkbox-unchecked-color);
125
1853
  }
@@ -133,6 +1861,7 @@
133
1861
  .ab-QueryBuilder-predicate-editor {
134
1862
  position: relative;
135
1863
  }
1864
+
136
1865
  .ab-QueryBuilder-predicate-editor:before {
137
1866
  content: "";
138
1867
  position: absolute;
@@ -142,13 +1871,16 @@
142
1871
  height: 0px;
143
1872
  border-top: var(--ab-cmp-query-builder__border);
144
1873
  }
1874
+
145
1875
  .ab-QueryBuilder-predicate-editor--child .ab-QueryBuilder-predicate-editor__children-wrapper {
146
1876
  margin-left: 25px;
147
1877
  }
1878
+
148
1879
  .ab-QueryBuilder-predicate-editor__children-wrapper {
149
1880
  position: relative;
150
1881
  padding-left: 20px;
151
1882
  }
1883
+
152
1884
  .ab-QueryBuilder-predicate-editor:after {
153
1885
  content: "";
154
1886
  position: absolute;
@@ -157,19 +1889,24 @@
157
1889
  border-left: var(--ab-cmp-query-builder__border);
158
1890
  left: -12px;
159
1891
  }
1892
+
160
1893
  .ab-QueryBuilder-predicate-editor--root {
161
1894
  padding-left: 20px;
162
1895
  }
1896
+
163
1897
  .ab-QueryBuilder-predicate-editor--root:before {
164
1898
  left: 10px;
165
1899
  }
1900
+
166
1901
  .ab-QueryBuilder-predicate-editor--root:after {
167
1902
  left: 10px;
168
1903
  top: 20px;
169
1904
  }
1905
+
170
1906
  .ab-QueryBuilder-predicate-editor__root-actions {
171
1907
  padding-top: 10px;
172
1908
  }
1909
+
173
1910
  .ab-QueryBuilder-predicate-editor__root-actions:before {
174
1911
  content: "";
175
1912
  display: block;
@@ -180,6 +1917,7 @@
180
1917
  height: 0px;
181
1918
  width: 13px;
182
1919
  }
1920
+
183
1921
  .ab-QueryBuilder-predicate-editor__root-actions:after {
184
1922
  content: "";
185
1923
  position: absolute;
@@ -208,6 +1946,23 @@
208
1946
  --ab-cmp-dropdown__padding: var(--ab-space-2);
209
1947
  }
210
1948
 
1949
+ :root {
1950
+ --ab-cmp-select__color: var(--ab-cmp-input__color);
1951
+ --ab-cmp-select-focused__box-shadow: var(--ab-focus__box-shadow);
1952
+ --ab-cmp-select-focused__outline: var(--ab-focus__outline);
1953
+ --ab-cmp-select__border: var(--ab-cmp-input__border);
1954
+ --ab-cmp-select__border-radius: var(--ab-cmp-input__border-radius);
1955
+ --ab-cmp-select-menu__box-shadow: var(--ab-cmp-dropdownbutton-list__box-shadow);
1956
+ --ab-cmp-select-option-active__background: var(
1957
+ --ab-cmp-dropdownbutton-list-item-hover__background
1958
+ );
1959
+ --ab-cmp-select-option-active__color: var(--ab-cmp-dropdownbutton-list-item-active__color);
1960
+ --ab-cmp-select-option-focused__background: var(
1961
+ --ab-cmp-dropdownbutton-list-item-hover__background
1962
+ );
1963
+ --ab-cmp-select-multi-value__background: var(--ab-cmp-input__background);
1964
+ }
1965
+
211
1966
  :root {
212
1967
  --ab-cmp-dropdownbutton-list__border: none;
213
1968
  --ab-cmp-dropdownbutton-list__background: var(--ab-color-primarylight);
@@ -288,17 +2043,21 @@
288
2043
  color: var(--ab-cmp-listgroupitem__color);
289
2044
  border-radius: var(--ab-cmp-listgroupitem__border-radius);
290
2045
  }
2046
+
291
2047
  .ab-ListGroupItem:nth-child(2n+1) {
292
2048
  background: var(--ab-cmp-listgroupitem--odd__background);
293
2049
  color: var(--ab-cmp-listgroupitem--odd__color);
294
2050
  }
2051
+
295
2052
  .ab-ListGroupItem.ab-ListGroupItem--no-zebra {
296
2053
  background: var(--ab-color-defaultbackground);
297
2054
  }
2055
+
298
2056
  .ab-ListGroupItem--active.ab-ListGroupItem {
299
2057
  background: var(--ab-cmp-listgroupitem--active__background);
300
2058
  color: var(--ab-cmp-listgroupitem--active__color);
301
2059
  }
2060
+
302
2061
  .ab-ListGroupItem:focus {
303
2062
  z-index: 1;
304
2063
  }
@@ -542,14 +2301,17 @@
542
2301
  overflow: auto;
543
2302
  border-radius: var(--ab__border-radius);
544
2303
  }
2304
+
545
2305
  .ab-OnePageWizard__section-title-container {
546
2306
  background: var(--ab-cmp-one-page-wizard__background);
547
2307
  }
2308
+
548
2309
  .ab-OnePageWizard__section-container {
549
2310
  background: var(--ab-cmp-one-page-wizard__background);
550
2311
  min-height: 100%;
551
2312
  overflow: hidden;
552
2313
  }
2314
+
553
2315
  .ab-OnePageWizard__footer {
554
2316
  background: var(--ab-cmp-one-page-wizard__background);
555
2317
  }
@@ -737,17 +2499,21 @@ html.ab--theme-dark {
737
2499
  stroke: var(--ab-color-accent);
738
2500
  stroke-width: 2;
739
2501
  }
2502
+
740
2503
  .ab-Radio-input:focus + svg {
741
2504
  outline: 2px solid var(--ab-color-accent);
742
2505
  }
2506
+
743
2507
  .ab-Radio-input:checked + svg rect, .ab-Radio-input:checked + svg polyline {
744
2508
  stroke: currentColor;
745
2509
  }
2510
+
746
2511
  .ab-Radio-input:checked + svg polyline {
747
2512
  animation: abRadioCheckAnimation 0.5s ease forwards;
748
2513
  stroke-dasharray: 50;
749
2514
  stroke-dashoffset: 50;
750
2515
  }
2516
+
751
2517
  .ab-Radio-input input:focus {
752
2518
  box-shadow: var(--ab-focus__box-shadow);
753
2519
  outline: var(--ab-focus__outline);
@@ -758,6 +2524,7 @@ html.ab--theme-dark {
758
2524
  stroke-dashoffset: 0;
759
2525
  }
760
2526
  }
2527
+
761
2528
  .ab-Toggle {
762
2529
  border: none;
763
2530
  cursor: pointer;
@@ -767,9 +2534,11 @@ html.ab--theme-dark {
767
2534
  color: var(--ab-cmp-toggle__color);
768
2535
  fill: var(--ab-cmp-toggle__color);
769
2536
  }
2537
+
770
2538
  .ab-Toggle:hover {
771
2539
  background: var(--ab-cmp-toggle--hover__background);
772
2540
  }
2541
+
773
2542
  .ab-Toggle--pressed {
774
2543
  background: var(--ab-cmp-toggle--pressed__background);
775
2544
  }
@@ -780,6 +2549,7 @@ html.ab--theme-dark {
780
2549
  border-radius: var(--ab__border-radius);
781
2550
  overflow: hidden;
782
2551
  }
2552
+
783
2553
  .ab-Toggle-Group .ab-Toggle {
784
2554
  border-radius: 0;
785
2555
  }
@@ -788,9 +2558,11 @@ html.ab--theme-dark {
788
2558
  .ab-Table th {
789
2559
  padding: var(--ab-space-2);
790
2560
  }
2561
+
791
2562
  .ab-Table th {
792
2563
  border-bottom: 2px solid var(--ab-color-primarydark);
793
2564
  }
2565
+
794
2566
  .ab-Table tr:not(last-child) td {
795
2567
  border-bottom: 1px solid var(--ab-color-primarylight);
796
2568
  }
@@ -802,6 +2574,7 @@ html.ab--theme-dark {
802
2574
  cursor: pointer;
803
2575
  position: relative;
804
2576
  }
2577
+
805
2578
  .ab-CheckBox, .ab-CheckBox *,
806
2579
  .ab-CheckBox *:before,
807
2580
  .ab-CheckBox *:after {
@@ -811,6 +2584,7 @@ html.ab--theme-dark {
811
2584
  .ab-CheckBox--checked {
812
2585
  --ab-cmp-checkbox__background: var(--ab-cmp-checkbox--checked__background);
813
2586
  }
2587
+
814
2588
  .ab-CheckBox--checked .ab-CheckBox__square {
815
2589
  border-color: var(--ab-cmp-checkbox--checked__border-color);
816
2590
  }
@@ -839,6 +2613,7 @@ html.ab--theme-dark {
839
2613
  position: relative;
840
2614
  pointer-events: none;
841
2615
  }
2616
+
842
2617
  .ab-CheckBox__square:after {
843
2618
  opacity: 1;
844
2619
  transition-duration: 0.1s;
@@ -854,9 +2629,11 @@ html.ab--theme-dark {
854
2629
  transform: rotate(45deg);
855
2630
  border-radius: 1px;
856
2631
  }
2632
+
857
2633
  .ab-CheckBox__square--unchecked::after {
858
2634
  opacity: 0;
859
2635
  }
2636
+
860
2637
  .ab-CheckBox__square--indeterminate:after {
861
2638
  transform: rotate(0deg);
862
2639
  position: absolute;
@@ -906,10 +2683,12 @@ html.ab--theme-dark {
906
2683
  display: flex;
907
2684
  flex-flow: column;
908
2685
  }
2686
+
909
2687
  .ab-Dialog:focus-within, .ab-Dialog:focus {
910
2688
  box-shadow: var(--ab-focus__box-shadow);
911
2689
  outline: var(--ab-focus__outline);
912
2690
  }
2691
+
913
2692
  .ab-Dialog__close-button {
914
2693
  position: absolute;
915
2694
  right: 6px;
@@ -921,6 +2700,7 @@ html.ab--theme-dark {
921
2700
  text-shadow: 0 1px 0 #fff;
922
2701
  cursor: pointer;
923
2702
  }
2703
+
924
2704
  .ab-Dialog-fixed-wrapper {
925
2705
  position: fixed;
926
2706
  margin: auto;
@@ -932,6 +2712,7 @@ html.ab--theme-dark {
932
2712
  align-items: center;
933
2713
  justify-content: center;
934
2714
  }
2715
+
935
2716
  .ab-Dropdown {
936
2717
  background: var(--ab-color-defaultbackground);
937
2718
  border: var(--ab-cmp-dropdown__border);
@@ -942,13 +2723,16 @@ html.ab--theme-dark {
942
2723
  font-family: var(--ab-cmp-dropdown__font-family);
943
2724
  font-size: var(--ab-cmp-dropdown__font-size);
944
2725
  }
2726
+
945
2727
  .ab-Dropdown--disabled {
946
2728
  opacity: 0.5;
947
2729
  }
2730
+
948
2731
  .ab-Dropdown--focused {
949
2732
  box-shadow: var(--ab-focus__box-shadow);
950
2733
  outline: var(--ab-focus__outline);
951
2734
  }
2735
+
952
2736
  .ab-Dropdown__text {
953
2737
  color: var(--ab-cmp-dropdown__color);
954
2738
  padding: var(--ab-cmp-dropdown__padding);
@@ -960,15 +2744,18 @@ html.ab--theme-dark {
960
2744
  white-space: nowrap;
961
2745
  flex: 1;
962
2746
  }
2747
+
963
2748
  .ab-Dropdown--empty .ab-Dropdown__text {
964
2749
  color: var(--ab-color-text-on-defaultbackground);
965
2750
  }
2751
+
966
2752
  .ab-Dropdown select {
967
2753
  font-family: inherit;
968
2754
  font-size: inherit;
969
2755
  position: absolute;
970
2756
  cursor: pointer;
971
2757
  }
2758
+
972
2759
  .ab-Dropdown .ab-SimpleButton {
973
2760
  color: var(--ab-cmp-dropdown__color) !important;
974
2761
  }
@@ -1003,6 +2790,7 @@ html.ab--theme-dark {
1003
2790
  fill: currentColor;
1004
2791
  color: var(--ab-cmp-dropdownbutton-list-item__color);
1005
2792
  }
2793
+
1006
2794
  .ab-DropdownButton__list-item--disabled {
1007
2795
  opacity: 0.5;
1008
2796
  }
@@ -1017,6 +2805,7 @@ html.ab--theme-dark {
1017
2805
  fill: currentColor;
1018
2806
  cursor: pointer;
1019
2807
  }
2808
+
1020
2809
  .ab-DropdownButton__list-item--clickable:hover .glyphicon.glyphicon {
1021
2810
  color: inherit;
1022
2811
  }
@@ -1035,6 +2824,7 @@ html.ab--theme-dark {
1035
2824
  text-align: center;
1036
2825
  padding: var(--ab-space-4);
1037
2826
  }
2827
+
1038
2828
  .ab-EmptyContent p {
1039
2829
  color: var(--ab-color-text-on-primary);
1040
2830
  }
@@ -1067,13 +2857,16 @@ html.ab--theme-dark {
1067
2857
  overflow: hidden;
1068
2858
  fill: var(--ab-cmp-field-wrap__fill);
1069
2859
  }
2860
+
1070
2861
  .ab-FieldWrap:focus-within {
1071
2862
  box-shadow: var(--ab-focus__box-shadow);
1072
2863
  }
2864
+
1073
2865
  .ab-FieldWrap input, .ab-FieldWrap select, .ab-FieldWrap > * {
1074
2866
  border: none;
1075
2867
  flex: 1;
1076
2868
  }
2869
+
1077
2870
  .ab-FieldWrap input, .ab-FieldWrap select, .ab-FieldWrap .ab-Dropdown {
1078
2871
  outline: none !important;
1079
2872
  box-shadow: none !important;
@@ -1105,6 +2898,7 @@ html.ab--theme-dark {
1105
2898
  input.ab-Input {
1106
2899
  background: var(--ab-cmp-input__background);
1107
2900
  }
2901
+
1108
2902
  input.ab-Input[disabled] {
1109
2903
  background: var(--ab-cmp-input--disabled__background);
1110
2904
  }
@@ -1124,36 +2918,44 @@ input.ab-Input[disabled] {
1124
2918
  /* Edge */
1125
2919
  /* MODERN BROWSER */
1126
2920
  }
2921
+
1127
2922
  .ab-Input:focus {
1128
2923
  box-shadow: var(--ab-focus__box-shadow);
1129
2924
  outline: var(--ab-focus__outline);
1130
2925
  }
2926
+
1131
2927
  .ab-Input::-webkit-input-placeholder {
1132
2928
  color: var(--ab-cmp-input--placeholder__color);
1133
2929
  opacity: var(--ab-cmp-input--placeholder__opacity);
1134
2930
  }
2931
+
1135
2932
  .ab-Input:-moz-placeholder {
1136
2933
  color: var(--ab-cmp-input--placeholder__color);
1137
2934
  opacity: var(--ab-cmp-input--placeholder__opacity);
1138
2935
  }
2936
+
1139
2937
  .ab-Input::-moz-placeholder {
1140
2938
  color: var(--ab-cmp-input--placeholder__color);
1141
2939
  opacity: var(--ab-cmp-input--placeholder__opacity);
1142
2940
  }
2941
+
1143
2942
  .ab-Input:-ms-input-placeholder {
1144
2943
  color: var(--ab-cmp-input--placeholder__color);
1145
2944
  opacity: var(--ab-cmp-input--placeholder__opacity);
1146
2945
  }
2946
+
1147
2947
  .ab-Input::-ms-input-placeholder {
1148
2948
  color: var(--ab-cmp-input--placeholder__color);
1149
2949
  opacity: var(--ab-cmp-input--placeholder__opacity);
1150
2950
  }
2951
+
1151
2952
  .ab-Input::placeholder {
1152
2953
  color: var(--ab-cmp-input--placeholder__color);
1153
2954
  opacity: var(--ab-cmp-input--placeholder__opacity);
1154
2955
  }
1155
2956
 
1156
2957
  /* Spin Buttons modified */
2958
+
1157
2959
  input[type=number].ab-Input::-webkit-outer-spin-button,
1158
2960
  input[type=number].ab-Input::-webkit-inner-spin-button {
1159
2961
  -webkit-appearance: none;
@@ -1172,6 +2974,35 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1172
2974
  opacity: 1;
1173
2975
  }
1174
2976
 
2977
+ /**
2978
+ * Need to change the direct variable used. If the referenced variable is changed, the change does not propagate.
2979
+ * @example
2980
+ * --var-1: 1;
2981
+ * --var-2: var(--var-1);
2982
+ * .class { color: var(--var-2); }
2983
+ * .class { --var-1: 2; }
2984
+ * .class { color: var(--var-2); } // color is still 1
2985
+ */
2986
+
2987
+ .ab-cmp-input-group > :first-child,
2988
+ .ab-cmp-input-group > :first-child.ab-FieldWrap.ab-Datepicker {
2989
+ --ab-cmp-input__border-radius: var(--ab__border-radius) 0 0 var(--ab__border-radius);
2990
+ --ab-cmp-select__border-radius: var(--ab__border-radius) 0 0 var(--ab__border-radius);
2991
+ --ab-cmp-field-wrap__border-radius: 0 var(--ab__border-radius) var(--ab__border-radius) 0;
2992
+ }
2993
+
2994
+ .ab-cmp-input-group > :last-child {
2995
+ --ab-cmp-input__border-radius: 0 var(--ab__border-radius) var(--ab__border-radius) 0;
2996
+ --ab-cmp-select__border-radius: 0 var(--ab__border-radius) var(--ab__border-radius) 0;
2997
+ --ab-cmp-field-wrap__border-radius: 0 var(--ab__border-radius) var(--ab__border-radius) 0;
2998
+ }
2999
+
3000
+ .ab-cmp-input-group > :not(:first-child):not(:last-child) {
3001
+ --ab-cmp-input__border-radius: var(--ab__border-radius);
3002
+ --ab-cmp-select__border-radius: var(--ab__border-radius);
3003
+ --ab-cmp-field-wrap__border-radius: 0 var(--ab__border-radius) var(--ab__border-radius) 0;
3004
+ }
3005
+
1175
3006
  .ab-ListGroup {
1176
3007
  display: flex;
1177
3008
  flex-flow: column;
@@ -1232,9 +3063,11 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1232
3063
  cursor: pointer;
1233
3064
  background: var(--ab-cmp-tabs-strip__background);
1234
3065
  }
3066
+
1235
3067
  .ab-Tabs__Tab:focus {
1236
3068
  outline: none;
1237
3069
  }
3070
+
1238
3071
  .ab-Tabs__Tab:focus:after {
1239
3072
  box-shadow: var(--ab-focus__box-shadow);
1240
3073
  }
@@ -1252,6 +3085,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1252
3085
  position: relative;
1253
3086
  z-index: 30;
1254
3087
  }
3088
+
1255
3089
  .ab-Tabs__Tab--active:after {
1256
3090
  content: "";
1257
3091
  pointer-events: none;
@@ -1264,6 +3098,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1264
3098
  border-top-left-radius: var(--ab__border-radius);
1265
3099
  border-top-right-radius: var(--ab__border-radius);
1266
3100
  }
3101
+
1267
3102
  .ab-Tabs__Tab--active:before {
1268
3103
  content: "";
1269
3104
  position: absolute;
@@ -1302,13 +3137,16 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1302
3137
  overflow: auto;
1303
3138
  font-size: var(--ab-cmp-panel__font-size);
1304
3139
  }
3140
+
1305
3141
  .ab-Panel .glyphicon {
1306
3142
  -webkit-text-fill-color: var(--ab-cmp-panel-icon__fill);
1307
3143
  fill: var(--ab-cmp-panel-icon__fill);
1308
3144
  }
3145
+
1309
3146
  .ab-Panel--variant-modern {
1310
3147
  --ab-cmp-panel__border-radius: var(--ab-space-1);
1311
3148
  }
3149
+
1312
3150
  .ab-Panel__header {
1313
3151
  flex: none;
1314
3152
  background: var(--ab-cmp-panel_header__background);
@@ -1319,15 +3157,18 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1319
3157
  border-top-right-radius: var(--ab-cmp-panel__border-radius);
1320
3158
  border: var(--ab-cmp-panel__border);
1321
3159
  }
3160
+
1322
3161
  .ab-Panel__header--variant-primary {
1323
3162
  background: var(--ab-cmp-panel_header--variant-primary__background);
1324
3163
  color: var(--ab-cmp-panel_header--variant-primary__color);
1325
3164
  fill: currentColor;
1326
3165
  }
3166
+
1327
3167
  .ab-Panel__header--variant-modern {
1328
3168
  border: none;
1329
3169
  background: var(--ab-cmp-panel_header--variant-modern__background);
1330
3170
  }
3171
+
1331
3172
  .ab-Panel__body {
1332
3173
  position: relative;
1333
3174
  padding: var(--ab-cmp-panel__padding);
@@ -1338,16 +3179,20 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1338
3179
  border-bottom-left-radius: var(--ab-cmp-panel__border-radius);
1339
3180
  border-bottom-right-radius: var(--ab-cmp-panel__border-radius);
1340
3181
  }
3182
+
1341
3183
  .ab-Panel__body--scroll-auto {
1342
3184
  overflow: auto;
1343
3185
  }
3186
+
1344
3187
  .ab-Panel__body--variant-modern {
1345
3188
  border: none;
1346
3189
  background: var(--ab-cmp-panel_body--variant-modern__background);
1347
3190
  }
3191
+
1348
3192
  .ab-Panel--with-header > .ab-Panel__body {
1349
3193
  border-top: none;
1350
3194
  }
3195
+
1351
3196
  .ab-Panel--no-header > .ab-Panel__body {
1352
3197
  border-top-left-radius: var(--ab-cmp-panel__border-radius);
1353
3198
  border-top-right-radius: var(--ab-cmp-panel__border-radius);
@@ -1358,6 +3203,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1358
3203
  font-family: var(--ab-cmp-simple-button__font-family);
1359
3204
  font-size: var(--ab-cmp-simple-button__font-size);
1360
3205
  }
3206
+
1361
3207
  .ab-SimpleButton:focus {
1362
3208
  box-shadow: var(--ab-focus__box-shadow);
1363
3209
  outline: var(--ab-focus__outline);
@@ -1375,36 +3221,47 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1375
3221
  align-items: center;
1376
3222
  fill: currentColor;
1377
3223
  }
3224
+
1378
3225
  .ab-SimpleButton.ab-SimpleButton > * {
1379
3226
  z-index: 1;
1380
3227
  }
3228
+
1381
3229
  .ab-SimpleButton.ab-SimpleButton svg {
1382
3230
  vertical-align: middle;
1383
3231
  }
3232
+
1384
3233
  .ab-SimpleButton.ab-SimpleButton--tone-neutral {
1385
3234
  color: var(--ab-color-text-on-primary);
1386
3235
  }
3236
+
1387
3237
  .ab-SimpleButton.ab-SimpleButton--tone-none {
1388
3238
  color: inherit;
1389
3239
  }
3240
+
1390
3241
  .ab-SimpleButton.ab-SimpleButton--tone-success {
1391
3242
  color: var(--ab-color-success);
1392
3243
  }
3244
+
1393
3245
  .ab-SimpleButton.ab-SimpleButton--tone-accent {
1394
3246
  color: var(--ab-color-text-on-secondary);
1395
3247
  }
3248
+
1396
3249
  .ab-SimpleButton.ab-SimpleButton--tone-error {
1397
3250
  color: var(--ab-color-error);
1398
3251
  }
3252
+
1399
3253
  .ab-SimpleButton.ab-SimpleButton--tone-warning {
1400
3254
  color: var(--ab-color-warn);
1401
3255
  }
3256
+
1402
3257
  .ab-SimpleButton.ab-SimpleButton--tone-info {
1403
3258
  color: var(--ab-color-info);
1404
3259
  }
3260
+
1405
3261
  .ab-SimpleButton.ab-SimpleButton--disabled {
1406
3262
  opacity: 0.5;
1407
3263
  }
3264
+
1408
3265
  .ab-SimpleButton.ab-SimpleButton:before {
1409
3266
  content: "";
1410
3267
  position: absolute;
@@ -1417,87 +3274,111 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1417
3274
  z-index: 0;
1418
3275
  border-radius: inherit;
1419
3276
  }
3277
+
1420
3278
  .ab-SimpleButton.ab-SimpleButton--variant-outlined, .ab-SimpleButton.ab-SimpleButton--variant-text {
1421
3279
  transition: opacity 0.2s;
1422
3280
  }
3281
+
1423
3282
  .ab-SimpleButton.ab-SimpleButton--variant-outlined:before, .ab-SimpleButton.ab-SimpleButton--variant-text:before {
1424
3283
  content: "";
1425
3284
  opacity: 0;
1426
3285
  transition: opacity 0.2s;
1427
3286
  }
3287
+
1428
3288
  .ab-SimpleButton.ab-SimpleButton--variant-outlined:hover:not(.ab-SimpleButton--disabled), .ab-SimpleButton.ab-SimpleButton--variant-text:hover:not(.ab-SimpleButton--disabled) {
1429
3289
  cursor: pointer;
1430
3290
  }
3291
+
1431
3292
  .ab-SimpleButton.ab-SimpleButton--variant-outlined:hover:not(.ab-SimpleButton--disabled):before, .ab-SimpleButton.ab-SimpleButton--variant-text:hover:not(.ab-SimpleButton--disabled):before {
1432
3293
  opacity: 0.15;
1433
3294
  background-color: currentColor;
1434
3295
  }
3296
+
1435
3297
  .ab-SimpleButton.ab-SimpleButton--variant-text {
1436
3298
  background: transparent;
1437
3299
  }
3300
+
1438
3301
  .ab-SimpleButton.ab-SimpleButton--variant-outlined {
1439
3302
  background: var(--ab-cmp-simple-button--outlined__background);
1440
3303
  border: var(--ab-cmp-simple-button--outlined__border);
1441
3304
  }
3305
+
1442
3306
  .ab-SimpleButton.ab-SimpleButton--variant-raised {
1443
3307
  color: var(--ab-color-text-on-primary);
1444
3308
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
1445
3309
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
1446
3310
  }
3311
+
1447
3312
  .ab-SimpleButton.ab-SimpleButton--variant-raised:focus {
1448
3313
  box-shadow: var(--ab-focus__box-shadow);
1449
3314
  }
3315
+
1450
3316
  .ab-SimpleButton.ab-SimpleButton--variant-raised:hover {
1451
3317
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
1452
3318
  }
3319
+
1453
3320
  .ab-SimpleButton.ab-SimpleButton--variant-raised:hover:not(.ab-SimpleButton--disabled) {
1454
3321
  cursor: pointer;
1455
3322
  }
3323
+
1456
3324
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-success {
1457
3325
  background: var(--ab-color-success);
1458
3326
  color: var(--ab-color-text-on-success);
1459
3327
  }
3328
+
1460
3329
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-success:not(.ab-SimpleButton--disabled) {
1461
3330
  opacity: 1;
1462
3331
  }
3332
+
1463
3333
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-accent {
1464
3334
  background: var(--ab-color-secondary);
1465
3335
  color: var(--ab-color-text-on-secondary);
1466
3336
  }
3337
+
1467
3338
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-accent:not(.ab-SimpleButton--disabled) {
1468
3339
  opacity: 1;
1469
3340
  }
3341
+
1470
3342
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-none {
1471
3343
  background: transparent;
1472
3344
  }
3345
+
1473
3346
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-none:not(.ab-SimpleButton--disabled) {
1474
3347
  opacity: 1;
1475
3348
  }
3349
+
1476
3350
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-neutral {
1477
3351
  background: var(--ab-color-primary);
1478
3352
  color: var(--ab-color-text-on-primary);
1479
3353
  }
3354
+
1480
3355
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-neutral:not(.ab-SimpleButton--disabled) {
1481
3356
  opacity: 1;
1482
3357
  }
3358
+
1483
3359
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-error {
1484
3360
  background: var(--ab-color-error);
1485
3361
  color: var(--ab-color-text-on-error);
1486
3362
  }
3363
+
1487
3364
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-error:not(.ab-SimpleButton--disabled) {
1488
3365
  opacity: 1;
1489
3366
  }
3367
+
1490
3368
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-warning {
1491
3369
  background: var(--ab-color-warn);
1492
3370
  color: var(--ab-color-text-on-warn);
1493
3371
  }
3372
+
1494
3373
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-warning:not(.ab-SimpleButton--disabled) {
1495
3374
  opacity: 1;
1496
3375
  }
3376
+
1497
3377
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-info {
1498
3378
  background: var(--ab-color-info);
1499
3379
  color: var(--ab-color-text-on-info);
1500
3380
  }
3381
+
1501
3382
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-info:not(.ab-SimpleButton--disabled) {
1502
3383
  opacity: 1;
1503
3384
  }
@@ -1524,9 +3405,11 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1524
3405
  font-size: var(--ab-cmp-textarea__font-size);
1525
3406
  background: var(--ab-cmp-textarea__background);
1526
3407
  }
3408
+
1527
3409
  .ab-Textarea[disabled] {
1528
3410
  background: var(--ab-cmp-textarea--disabled__background);
1529
3411
  }
3412
+
1530
3413
  .ab-Textarea:focus {
1531
3414
  box-shadow: var(--ab-focus__box-shadow);
1532
3415
  outline: var(--ab-focus__outline);
@@ -1540,6 +3423,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1540
3423
  font-size: var(--ab-cmp-tooltip__font-size);
1541
3424
  color: var(--ab-cmp-tooltip__color);
1542
3425
  }
3426
+
1543
3427
  .ab-Tooltip:before {
1544
3428
  border: var(--ab-cmp-tooltip__border);
1545
3429
  content: "";
@@ -1565,6 +3449,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1565
3449
  outline-offset: var(--ab-cmp-file-droppable__outline-offset);
1566
3450
  background: var(--ab-cmp-file-droppable__background);
1567
3451
  }
3452
+
1568
3453
  .ab-FileDroppable,
1569
3454
  .ab-FileDroppable input,
1570
3455
  .ab-FileDroppable button,
@@ -1572,20 +3457,24 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1572
3457
  transition: fill 0.15s ease-in-out, color 0.15s ease-in-out, outline-offset 0.15s ease-in-out, background-color 0.15s linear;
1573
3458
  fill: currentColor;
1574
3459
  }
3460
+
1575
3461
  .ab-FileDroppable,
1576
3462
  .ab-FileDroppable input,
1577
3463
  .ab-FileDroppable button {
1578
3464
  color: var(--ab-cmp-file-droppable__color);
1579
3465
  }
3466
+
1580
3467
  .ab-FileDroppable.ab-FileDroppable--drag-over {
1581
3468
  outline-offset: var(--ab-cmp-file-droppable--drag-over__outline-offset);
1582
3469
  outline: var(--ab-cmp-file-droppable--drag-over__outline);
1583
3470
  background: var(--ab-cmp-file-droppable--drag-over__background);
1584
3471
  color: var(--ab-cmp-file-droppable--drag-over__color);
1585
3472
  }
3473
+
1586
3474
  .ab-FileDroppable.ab-FileDroppable--drag-over * {
1587
3475
  pointer-events: none;
1588
3476
  }
3477
+
1589
3478
  .ab-FileDroppable,
1590
3479
  .ab-FileDroppable *,
1591
3480
  .ab-FileDroppable *:before,
@@ -1605,9 +3494,11 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1605
3494
  color: var(--ab-dashboard__color);
1606
3495
  font-family: var(--ab-dashboard__font-family);
1607
3496
  }
3497
+
1608
3498
  .ab-Dashboard--inline:not(.ab-Dashboard--collapsed) {
1609
3499
  display: flex;
1610
3500
  }
3501
+
1611
3502
  .ab-Dashboard__header {
1612
3503
  display: flex;
1613
3504
  align-items: stretch;
@@ -1616,17 +3507,21 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1616
3507
  height: 40px;
1617
3508
  padding: 0 var(--ab-space-2);
1618
3509
  }
3510
+
1619
3511
  .ab-Dashboard__header-left, .ab-Dashboard__header-right {
1620
3512
  display: flex;
1621
3513
  align-items: center;
1622
3514
  flex: 1;
1623
3515
  }
3516
+
1624
3517
  .ab-Dashboard__header-left {
1625
3518
  justify-content: flex-start;
1626
3519
  }
3520
+
1627
3521
  .ab-Dashboard__header-right {
1628
3522
  justify-content: flex-end;
1629
3523
  }
3524
+
1630
3525
  .ab-Dashboard__title {
1631
3526
  display: flex;
1632
3527
  align-items: center;
@@ -1634,10 +3529,12 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1634
3529
  font-weight: bold;
1635
3530
  font-size: var(--ab-font-size-4);
1636
3531
  }
3532
+
1637
3533
  .ab-Dashboard__tabs {
1638
3534
  align-self: flex-end;
1639
3535
  margin-left: var(--ab-space-2);
1640
3536
  }
3537
+
1641
3538
  .ab-Dashboard__tab {
1642
3539
  border: none;
1643
3540
  outline: none;
@@ -1648,10 +3545,12 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1648
3545
  color: var(--ab-dashboard-header__color);
1649
3546
  background: var(--ab-dashboard-header__background);
1650
3547
  }
3548
+
1651
3549
  .ab-Dashboard__tab--active {
1652
3550
  color: var(--ab-dashboard__color);
1653
3551
  background: var(--ab-dashboard__background);
1654
3552
  }
3553
+
1655
3554
  .ab-Dashboard__content {
1656
3555
  display: flex;
1657
3556
  grid-gap: var(--ab-dashboard-gap-size);
@@ -1661,11 +3560,13 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1661
3560
  overflow-x: auto;
1662
3561
  padding: var(--ab-dashboard-gap-size);
1663
3562
  }
3563
+
1664
3564
  .ab-Dashboard__container {
1665
3565
  display: flex;
1666
3566
  flex-shrink: 0;
1667
3567
  background: var(--ab-dashboard__background);
1668
3568
  }
3569
+
1669
3570
  .ab-Dashboard__content-buttons {
1670
3571
  display: flex;
1671
3572
  flex-direction: column;
@@ -1673,20 +3574,24 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1673
3574
  padding: var(--ab-space-2);
1674
3575
  border-left: 1px solid var(--ab-dashboard__border);
1675
3576
  }
3577
+
1676
3578
  .ab-Dashboard__toolbar {
1677
3579
  display: flex;
1678
3580
  flex-direction: column;
1679
3581
  justify-content: space-between;
1680
3582
  font-size: var(--ab-font-size-3);
1681
3583
  }
3584
+
1682
3585
  .ab-Dashboard__pinned {
1683
3586
  overflow-x: auto;
1684
3587
  font-size: var(--ab-font-size-3);
1685
3588
  }
3589
+
1686
3590
  .ab-Dashboard__toolbar-content {
1687
3591
  padding: var(--ab-space-2) var(--ab-space-2) var(--ab-space-1) var(--ab-space-2);
1688
3592
  display: flex;
1689
3593
  }
3594
+
1690
3595
  .ab-Dashboard__toolbar-title {
1691
3596
  display: flex;
1692
3597
  align-items: center;
@@ -1695,24 +3600,30 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1695
3600
  padding: 0 var(--ab-space-1) 2px var(--ab-space-2);
1696
3601
  opacity: 0.7;
1697
3602
  }
3603
+
1698
3604
  .ab-Dashboard__toolbar.ab-Dashboard__home-toolbar {
1699
3605
  color: var(--ab-dashboard-header__color);
1700
3606
  background: var(--ab-dashboard-header__background);
1701
3607
  padding-top: var(--ab-dashboard-gap-size);
1702
3608
  padding-bottom: var(--ab-dashboard-gap-size);
1703
3609
  }
3610
+
1704
3611
  .ab-Dashboard__toolbar.ab-Dashboard__home-toolbar .ab-Dashboard__toolbar-title {
1705
3612
  opacity: 1;
1706
3613
  }
3614
+
1707
3615
  .ab-Dashboard .ab-Input {
1708
3616
  border: none;
1709
3617
  }
3618
+
1710
3619
  .ab-Dashboard .ab-DashboardToolbar__Export__wrap {
1711
3620
  white-space: nowrap;
1712
3621
  }
3622
+
1713
3623
  .ab-Dashboard .ab-DashboardToolbar__QuickSearch__text .ab-Input {
1714
3624
  padding: var(--ab-space-1);
1715
3625
  }
3626
+
1716
3627
  .ab-Dashboard .ab-StateManagement__Clear-Button,
1717
3628
  .ab-Dashboard .ab-StateManagement__Load-Button,
1718
3629
  .ab-Dashboard .ab-StateManagement__Export-Dropdown {
@@ -1722,14 +3633,17 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1722
3633
  .ab-GridList {
1723
3634
  --at-grid__background: transparent;
1724
3635
  }
3636
+
1725
3637
  .ab-GridList .AT-GridCell_content,
1726
3638
  .ab-GridList .ab-ListGroupItem,
1727
3639
  .ab-GridList .AT-GridColumnCell {
1728
3640
  width: 100%;
1729
3641
  }
3642
+
1730
3643
  .ab-GridList .AT-GridHeader {
1731
3644
  display: none;
1732
3645
  }
3646
+
1733
3647
  .ab-GridList.ab-padding-horizontal-0 .AT-GridColumnCell {
1734
3648
  padding-left: 0;
1735
3649
  padding-right: 0;
@@ -1750,7 +3664,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1750
3664
  --ab-cmp-listgroupitem--odd__background: transparent;
1751
3665
  }
1752
3666
 
1753
- :root {
3667
+ .rdp {
1754
3668
  --rdp-cell-size: var(--ab-cmp-datepicker__cell-size);
1755
3669
  --rdp-accent-color: var(--ab-cmp-datepicker__selected-color);
1756
3670
  --rdp-background-color: var(--ab-cmp-datepicker__hover-color);
@@ -1765,14 +3679,17 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1765
3679
  outline: var(--ab-focus__outline);
1766
3680
  border-radius: var(--ab__border-radius);
1767
3681
  }
3682
+
1768
3683
  .ab-Datepicker-Overlay .rdp {
1769
3684
  font-size: var(--ab-cmp-datepicker__font-size);
1770
3685
  font-family: var(--ab-cmp-datepicker__font-family);
1771
3686
  }
3687
+
1772
3688
  .ab-Datepicker-Overlay .rdp .rdp-weeknumber,
1773
3689
  .ab-Datepicker-Overlay .rdp .rdp-day {
1774
3690
  border-radius: var(--ab-cmp-datepicker__day-border-radius);
1775
3691
  }
3692
+
1776
3693
  .ab-Datepicker-Overlay .rdp .rdp-day_selected:not([disabled]),
1777
3694
  .ab-Datepicker-Overlay .rdp .rdp-day_selected:focus:not([disabled]),
1778
3695
  .ab-Datepicker-Overlay .rdp .rdp-day_selected:active:not([disabled]),
@@ -1780,22 +3697,28 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1780
3697
  color: var(--ab-cmp-datepicker__selected-text-color);
1781
3698
  border-radius: var(--ab-cmp-datepicker__selected-border-radius);
1782
3699
  }
3700
+
1783
3701
  .ab-Datepicker-Overlay .rdp .rdp-caption_label {
1784
3702
  font-size: 120%;
1785
3703
  }
3704
+
1786
3705
  .ab-Datepicker-Overlay .rdp .rdp-nav_button {
1787
3706
  color: var(--ab-color-text-on-primary);
1788
3707
  }
3708
+
1789
3709
  .ab-Datepicker-Overlay .rdp .rdp-table {
1790
3710
  width: 100%;
1791
3711
  max-width: none;
1792
3712
  }
3713
+
1793
3714
  .ab-Datepicker-Overlay .rdp .rdp-day_outside {
1794
3715
  opacity: 0.4;
1795
3716
  }
3717
+
1796
3718
  .ab-Datepicker-Overlay .rdp .rdp-day_today {
1797
3719
  border: var(--rdp-outline);
1798
3720
  }
3721
+
1799
3722
  .ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(8),
1800
3723
  .ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(9),
1801
3724
  .ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(10),
@@ -1805,6 +3728,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1805
3728
  .ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(14) {
1806
3729
  display: none;
1807
3730
  }
3731
+
1808
3732
  .ab-Datepicker-Overlay .rdp.rdp-with_weeknumber .rdp-row td:nth-child(8) {
1809
3733
  display: table-cell;
1810
3734
  }
@@ -1817,15 +3741,18 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1817
3741
  width: 77px;
1818
3742
  height: 32px;
1819
3743
  }
3744
+
1820
3745
  .ab-ToggleButton:hover:not(.ab-ToggleButton--disabled) {
1821
3746
  cursor: pointer;
1822
3747
  opacity: 0.85;
1823
3748
  }
3749
+
1824
3750
  .ab-ToggleButton__input {
1825
3751
  opacity: 0;
1826
3752
  width: 0;
1827
3753
  height: 0;
1828
3754
  }
3755
+
1829
3756
  .ab-ToggleButton__slider {
1830
3757
  position: absolute;
1831
3758
  top: 0;
@@ -1836,6 +3763,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1836
3763
  transition: 0.1s;
1837
3764
  border-radius: var(--ab__border-radius);
1838
3765
  }
3766
+
1839
3767
  .ab-ToggleButton__slider:before {
1840
3768
  position: absolute;
1841
3769
  content: "";
@@ -1848,24 +3776,30 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1848
3776
  -webkit-transition: 0.4s;
1849
3777
  transition: 0.2s;
1850
3778
  }
3779
+
1851
3780
  .ab-ToggleButton__input:checked + .ab-ToggleButton__slider {
1852
3781
  background-color: var(--ab-cmp-toggle-button--active__background);
1853
3782
  }
3783
+
1854
3784
  .ab-ToggleButton__input:checked + .ab-ToggleButton__slider:before {
1855
3785
  transform: translateX(45px);
1856
3786
  }
3787
+
1857
3788
  .ab-ToggleButton__input:focus + .ab-ToggleButton__slider {
1858
3789
  box-shadow: var(--ab-focus__box-shadow);
1859
3790
  }
3791
+
1860
3792
  .ab-ToggleButton__input:disabled + .ab-ToggleButton__slider {
1861
3793
  opacity: 0.5;
1862
3794
  }
3795
+
1863
3796
  .ab-ToggleButton .ab-ToggleButton__text {
1864
3797
  font-size: var(--ab-cmp-toggle-button__font-size);
1865
3798
  padding-right: var(--ab-space-2);
1866
3799
  color: var(--ab-cmp-toggle-button__color);
1867
3800
  font-weight: 600;
1868
3801
  }
3802
+
1869
3803
  .ab-ToggleButton--checked .ab-ToggleButton__text {
1870
3804
  padding-left: var(--ab-space-2);
1871
3805
  color: var(--ab-cmp-toggle-button--checked__color);
@@ -1905,6 +3839,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1905
3839
  transform: rotate(360deg);
1906
3840
  }
1907
3841
  }
3842
+
1908
3843
  .ab-progress-indicator-wrapper {
1909
3844
  align-items: center;
1910
3845
  display: flex;
@@ -1920,9 +3855,11 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1920
3855
  transition-property: opacity;
1921
3856
  transition-duration: 0.3s;
1922
3857
  }
3858
+
1923
3859
  .ab-progress-indicator-wrapper--visible {
1924
3860
  opacity: 1;
1925
3861
  }
3862
+
1926
3863
  .ab-progress-indicator-wrapper .ab-progress-indicator-body {
1927
3864
  padding: var(--ab-cmp-progress-indicator__padding);
1928
3865
  background: var(--ab-cmp-progress-indicator__background);
@@ -1995,6 +3932,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1995
3932
  /*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
1996
3933
  how to remove the virtical space around the range & in IE*/
1997
3934
  }
3935
+
1998
3936
  .ab-ColorPicker-range[type=range] {
1999
3937
  width: 120px;
2000
3938
  margin: 0px 0;
@@ -2003,9 +3941,11 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2003
3941
  background-color: transparent;
2004
3942
  -webkit-appearance: none;
2005
3943
  }
3944
+
2006
3945
  .ab-ColorPicker-range[type=range]:focus {
2007
3946
  outline: none;
2008
3947
  }
3948
+
2009
3949
  .ab-ColorPicker-range[type=range]::-webkit-slider-runnable-track {
2010
3950
  background: none;
2011
3951
  border: 0;
@@ -2013,6 +3953,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2013
3953
  height: 20px;
2014
3954
  cursor: pointer;
2015
3955
  }
3956
+
2016
3957
  .ab-ColorPicker-range[type=range]::-webkit-slider-thumb {
2017
3958
  margin-top: 0px;
2018
3959
  width: 20px;
@@ -2023,9 +3964,11 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2023
3964
  cursor: pointer;
2024
3965
  -webkit-appearance: none;
2025
3966
  }
3967
+
2026
3968
  .ab-ColorPicker-range[type=range]:focus::-webkit-slider-runnable-track {
2027
3969
  background: none;
2028
3970
  }
3971
+
2029
3972
  .ab-ColorPicker-range[type=range]::-moz-range-track {
2030
3973
  background: none;
2031
3974
  border: 0;
@@ -2033,6 +3976,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2033
3976
  height: 20px;
2034
3977
  cursor: pointer;
2035
3978
  }
3979
+
2036
3980
  .ab-ColorPicker-range[type=range]::-moz-range-thumb {
2037
3981
  width: 20px;
2038
3982
  height: 20px;
@@ -2041,6 +3985,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2041
3985
  border-radius: 20px;
2042
3986
  cursor: pointer;
2043
3987
  }
3988
+
2044
3989
  .ab-ColorPicker-range[type=range]::-ms-track {
2045
3990
  background: transparent;
2046
3991
  border-color: transparent;
@@ -2050,14 +3995,17 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2050
3995
  height: 20px;
2051
3996
  cursor: pointer;
2052
3997
  }
3998
+
2053
3999
  .ab-ColorPicker-range[type=range]::-ms-fill-lower {
2054
4000
  background: #43429e;
2055
4001
  border: 0;
2056
4002
  }
4003
+
2057
4004
  .ab-ColorPicker-range[type=range]::-ms-fill-upper {
2058
4005
  background: none;
2059
4006
  border: 0;
2060
4007
  }
4008
+
2061
4009
  .ab-ColorPicker-range[type=range]::-ms-thumb {
2062
4010
  width: 20px;
2063
4011
  height: 20px;
@@ -2068,12 +4016,15 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2068
4016
  margin-top: 0px;
2069
4017
  /*Needed to keep the Edge thumb centred*/
2070
4018
  }
4019
+
2071
4020
  .ab-ColorPicker-range[type=range]:focus::-ms-fill-lower {
2072
4021
  background: none;
2073
4022
  }
4023
+
2074
4024
  .ab-ColorPicker-range[type=range]:focus::-ms-fill-upper {
2075
4025
  background: none;
2076
4026
  }
4027
+
2077
4028
  @supports (-ms-ime-align: auto) {
2078
4029
  .ab-ColorPicker-range {
2079
4030
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
@@ -2107,6 +4058,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2107
4058
  padding: var(--ab-cmp-system-status-list-text__padding);
2108
4059
  margin-right: var(--ab-space-2);
2109
4060
  }
4061
+
2110
4062
  .ab-DashboardToolbar__SystemStatus__text--expandable {
2111
4063
  cursor: pointer;
2112
4064
  }
@@ -2119,6 +4071,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2119
4071
  background: var(--ab-cmp-listgroupitem__background);
2120
4072
  color: var(--ab-cmp-listgroupitem__color);
2121
4073
  }
4074
+
2122
4075
  .ab-ObjectCollection__list > *:nth-child(2n+1) {
2123
4076
  background: var(--ab-cmp-listgroupitem--odd__background);
2124
4077
  color: var(--ab-cmp-listgroupitem--odd__color);
@@ -2132,13 +4085,16 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2132
4085
  color: var(--ab-cmp-listgroupitem__color);
2133
4086
  border-radius: var(--ab-cmp-listgroupitem__border-radius);
2134
4087
  }
4088
+
2135
4089
  .ab-AdaptableObjectRow:nth-child(2n+1) {
2136
4090
  background: var(--ab-cmp-listgroupitem--odd__background);
2137
4091
  color: var(--ab-cmp-listgroupitem--odd__color);
2138
4092
  }
4093
+
2139
4094
  .ab-AdaptableObjectRow--is-suspended {
2140
4095
  text-decoration: line-through;
2141
4096
  }
4097
+
2142
4098
  .ab-AdaptableObjectRow__cell {
2143
4099
  white-space: nowrap;
2144
4100
  text-overflow: ellipsis;
@@ -2152,6 +4108,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2152
4108
  --ab-grid-row-height: 26px;
2153
4109
  margin-bottom: 0;
2154
4110
  }
4111
+
2155
4112
  .ab-ListBoxFilterForm .ab-GridList .AT-VirtualScrollContainer {
2156
4113
  overflow-x: hidden;
2157
4114
  }
@@ -2164,6 +4121,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2164
4121
  --ab-cmp-dropdown__padding: 3px;
2165
4122
  --ab-focus__box-shadow: 0 0 3px 0px var(--ab-color-accent);
2166
4123
  }
4124
+
2167
4125
  .ag-theme-balham-dark .ab-ListBoxFilterForm--aggrid-style .ab-FieldWrap,
2168
4126
  .ag-theme-balham .ab-ListBoxFilterForm--aggrid-style .ab-FieldWrap {
2169
4127
  border-radius: 0;
@@ -2215,6 +4173,7 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2215
4173
  color: var(--ab-cmp-wizard__color);
2216
4174
  height: 100%;
2217
4175
  }
4176
+
2218
4177
  .ab-NocodeWizard,
2219
4178
  .ab-NocodeWizard *,
2220
4179
  .ab-NocodeWizard *:before,
@@ -2232,6 +4191,7 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2232
4191
  .ab-SelectedDropZone .placeholder {
2233
4192
  width: 100%;
2234
4193
  }
4194
+
2235
4195
  .ab-AvailableDropZone .placeholder:before,
2236
4196
  .ab-SelectedDropZone .placeholder:before {
2237
4197
  content: "DROPS HERE";
@@ -2241,10 +4201,12 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2241
4201
  border-radius: var(--ab-cmp-button-border-radius);
2242
4202
  padding: var(--ab-space-2);
2243
4203
  }
4204
+
2244
4205
  .ab-Button.ab-Button--enabled {
2245
4206
  cursor: pointer;
2246
4207
  background: var(--ab-cmp-button-background);
2247
4208
  }
4209
+
2248
4210
  .ab-Button.ab-Button--disabled {
2249
4211
  opacity: var(--ab-cmp-button-disabled-opacity);
2250
4212
  background: var(--ab-cmp-button-disabled-background);
@@ -2256,6 +4218,7 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2256
4218
  color: var(--ab-cmp-dashboardpanel_header__color);
2257
4219
  border-color: currentColor;
2258
4220
  }
4221
+
2259
4222
  .ab-DashboardPanel .glyphicon.glyphicon {
2260
4223
  color: var(--ab-cmp-dashboardpanel__fill);
2261
4224
  }
@@ -2275,6 +4238,7 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2275
4238
  .ab-Dashboard__pinned-container {
2276
4239
  border-right: var(--ab-cmp-dashboard-pinned-toolbar-border);
2277
4240
  }
4241
+
2278
4242
  .ab-Dashboard__pinned-container:last-child {
2279
4243
  border-right: 0;
2280
4244
  }
@@ -2285,24 +4249,29 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2285
4249
  color: var(--ab-cmp-toolpanel__color);
2286
4250
  font-family: var(--ab-cmp-toolpanel__font-family);
2287
4251
  }
4252
+
2288
4253
  .ab-ToolPanel .ab-ToolPanel__header {
2289
4254
  background: var(--ab-cmp-toolpanel-header__background);
2290
4255
  color: var(--ab-cmp-toolpanel-header__color);
2291
4256
  }
4257
+
2292
4258
  .ab-ToolPanel .ab-ToolPanel__header__buttons {
2293
4259
  grid-gap: var(--ab-cmp-toolpanel-header__grid-gap);
2294
4260
  }
4261
+
2295
4262
  .ab-ToolPanel .ab-ToolPanel__custom-content__buttons {
2296
4263
  display: flex;
2297
4264
  flex-direction: row;
2298
4265
  flex-wrap: wrap;
2299
4266
  grid-gap: var(--ab-cmp-toolpanel-header__grid-gap);
2300
4267
  }
4268
+
2301
4269
  .ab-ToolPanel .ab-StateManagement__Clear-Button,
2302
4270
  .ab-ToolPanel .ab-StateManagement__Load-Button {
2303
4271
  justify-content: center;
2304
4272
  flex: 1;
2305
4273
  }
4274
+
2306
4275
  .ab-ToolPanel .ab-StateManagement__Clear-Button,
2307
4276
  .ab-ToolPanel .ab-StateManagement__Load-Button,
2308
4277
  .ab-ToolPanel .ab-StateManagement__Export-Dropdown {
@@ -2317,6 +4286,7 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2317
4286
  background: var(--ab-cmp-adaptable-popup__background);
2318
4287
  max-height: var(--ab-cmp-adaptable-popup__max-height);
2319
4288
  }
4289
+
2320
4290
  .ab-Adaptable-Popup--window {
2321
4291
  box-shadow: var(--ab-cmp-adaptable-popup__box-shadow);
2322
4292
  }
@@ -2327,20 +4297,24 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2327
4297
  border-right: var(--ab-cmp-adaptable-popup-navigation-list__border-right);
2328
4298
  font-family: var(--ab__font-family);
2329
4299
  }
4300
+
2330
4301
  .ab-Adaptable-Popup__Navigation__List {
2331
4302
  list-style: none;
2332
4303
  padding: var(--ab-cmp-adaptable-popup-navigation-list__padding);
2333
4304
  margin: 0;
2334
4305
  font-size: var(--ab-cmp-adaptable-popup-navigation-list__font-size);
2335
4306
  }
4307
+
2336
4308
  .ab-Adaptable-Popup__Navigation__List__Item {
2337
4309
  padding: var(--ab-cmp-adaptable-popup-navigation-list-item__padding);
2338
4310
  margin-bottom: var(--ab-cmp-adaptable-popup-navigation-list-item__margin-bottom);
2339
4311
  }
4312
+
2340
4313
  .ab-Adaptable-Popup__Navigation__List__Item__Separator {
2341
4314
  border-bottom: var(--ab-cmp-adaptable-popup-navigation-list-item-separator__border);
2342
4315
  margin: var(--ab-cmp-adaptable-popup-navigation-list-item-separator__margin);
2343
4316
  }
4317
+
2344
4318
  .ab-Adaptable-Popup__Navigation__List__Item__Button {
2345
4319
  background: none;
2346
4320
  border: none;
@@ -2351,9 +4325,11 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2351
4325
  border-radius: var(--ab-cmp-adaptable-popup-navigation-list-item-button__border-radius);
2352
4326
  color: var(--ab-cmp-adaptable-popup-navigation-list-item-button__color);
2353
4327
  }
4328
+
2354
4329
  .ab-Adaptable-Popup__Navigation__List__Item__Icon {
2355
4330
  margin-right: var(--ab-cmp-adaptable-popup-topbar-icon__margin-right);
2356
4331
  }
4332
+
2357
4333
  .ab-Adaptable-Popup__Navigation__List__Item--active .ab-Adaptable-Popup__Navigation__List__Item__Button {
2358
4334
  background: var(--ab-cmp-adaptable-popup-navigation-list-item-button__background--active);
2359
4335
  color: var(--ab-cmp-adaptable-popup-navigation-list-item-button__background--color);
@@ -2381,9 +4357,11 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2381
4357
  .ab-Adaptable-Popup--settings-popup {
2382
4358
  height: var(--ab-cmp-adaptable-popup--settings__height);
2383
4359
  }
4360
+
2384
4361
  .ab-Adaptable-Popup--settings-popup .ab-Dialog__close-button {
2385
4362
  top: 9px;
2386
4363
  }
4364
+
2387
4365
  .ab-Adaptable-Popup--settings-popup .ab-Adaptable-Popup__Body {
2388
4366
  padding: var(--ab-cmp-adaptable-popup--settings__padding);
2389
4367
  min-width: 0;
@@ -2392,15 +4370,18 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2392
4370
  .ab-Adaptable-Popup__Panel {
2393
4371
  width: 100%;
2394
4372
  }
4373
+
2395
4374
  .ab-Adaptable-Popup__Panel__Header {
2396
4375
  display: flex;
2397
4376
  padding: 0 var(--ab-cmp-adaptable-popup-panel__padding);
2398
4377
  margin-bottom: var(--ab-cmp-adaptable-popup-panel__margin-bottom);
2399
4378
  margin-top: var(--ab-cmp-adaptable-popup-panel__margin-top);
2400
4379
  }
4380
+
2401
4381
  .ab-Adaptable-Popup__Panel__Header__Title {
2402
4382
  font-size: var(--ab-cmp-adaptable-popup-panel-title__font-size);
2403
4383
  }
4384
+
2404
4385
  .ab-Adaptable-Popup__Panel__Body {
2405
4386
  padding: var(--ab-cmp-adaptable-popup-panel-body__padding);
2406
4387
  flex: 1;
@@ -2424,9 +4405,11 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2424
4405
  max-height: 100%;
2425
4406
  box-shadow: var(--ab-cmp-adaptable-window-popup__box-shadow);
2426
4407
  }
4408
+
2427
4409
  .ab-Window-Modal .ab-Dialog__close-button {
2428
4410
  top: 3px;
2429
4411
  }
4412
+
2430
4413
  .ab-Window-Modal .ab-Panel {
2431
4414
  max-height: initial;
2432
4415
  }
@@ -2441,26 +4424,32 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2441
4424
  padding: var(--ab-cmp-adaptable-object-list-item__padding);
2442
4425
  margin-bottom: var(--ab-cmp-adaptable-object-list-item__margin-bottom);
2443
4426
  }
4427
+
2444
4428
  .ab-Adaptable-Object-List__Item__edit-property {
2445
4429
  visibility: hidden;
2446
4430
  }
4431
+
2447
4432
  .ab-Adaptable-Object-List__Item__values {
2448
4433
  min-width: 0;
2449
4434
  word-break: break-all;
2450
4435
  }
4436
+
2451
4437
  .ab-Adaptable-Object-List__Item__buttons {
2452
4438
  padding-left: var(--ab-space-2);
2453
4439
  min-width: 80px;
2454
4440
  text-align: right;
2455
4441
  margin-left: var(--ab-space-3);
2456
4442
  }
4443
+
2457
4444
  .ab-Adaptable-Object-List__Item__label {
2458
4445
  padding-top: var(--ab-cmp-adaptable-object-list-item-label__padding-top);
2459
4446
  width: var(--ab-cmp-adaptable-object-list-item-label__width);
2460
4447
  }
4448
+
2461
4449
  .ab-Adaptable-Object-List__Item__label:hover .ab-Adaptable-Object-List__Item__edit-property {
2462
4450
  visibility: visible;
2463
4451
  }
4452
+
2464
4453
  .ab-Adaptable-Object-List__Item .ab-Tag {
2465
4454
  margin-right: var(--ab-cmp-adaptable-object-list-tag__margin-right);
2466
4455
  margin-top: var(--ab-cmp-adaptable-object-list-tag__margin-top);
@@ -2472,25 +4461,31 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2472
4461
  background: var(--ab-cmp-adaptable-object-compact-list__background);
2473
4462
  max-height: 70vh;
2474
4463
  }
4464
+
2475
4465
  .ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Header {
2476
4466
  padding: var(--ab-cmp-adaptable-object-compact-list__header__padding);
2477
4467
  margin-bottom: var(--ab-cmp-adaptable-object-compact-list__header__margin-bottom);
2478
4468
  }
4469
+
2479
4470
  .ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Title {
2480
4471
  font-size: var(--ab-font-size-4);
2481
4472
  }
4473
+
2482
4474
  .ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Body {
2483
4475
  overflow: auto;
2484
4476
  height: 100%;
2485
4477
  }
4478
+
2486
4479
  .ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Item {
2487
4480
  padding: var(--ab-cmp-adaptable-object-compact-list-item__padding);
2488
4481
  margin-bottom: var(--ab-cmp-adaptable-object-compact-list-item__margin-bottom);
2489
4482
  background: var(--ab-cmp-adaptable-object-compact-list-item__background);
2490
4483
  }
4484
+
2491
4485
  .ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Item:last-child {
2492
4486
  margin-bottom: 0;
2493
4487
  }
4488
+
2494
4489
  .ab-Adaptable-Object-Compact-List__Item__Name {
2495
4490
  width: var(--ab-cmp-adaptable-object-compact-list-item-name__width);
2496
4491
  padding: var(--ab-cmp-adaptable-object-compact-list-item-name__padding);
@@ -2508,14 +4503,17 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2508
4503
  .ab-ValueSelector {
2509
4504
  overflow: hidden;
2510
4505
  }
4506
+
2511
4507
  .ab-ValueSelector__option {
2512
4508
  border-radius: "var(--ab__border-radius)";
2513
4509
  }
4510
+
2514
4511
  .ab-ValueSelector__show-selected-only-checkbox {
2515
4512
  position: sticky;
2516
4513
  top: 0;
2517
4514
  z-index: 10000;
2518
4515
  }
4516
+
2519
4517
  .ab-ValueSelector__show-selected-only-checkbox__text {
2520
4518
  position: absolute;
2521
4519
  top: 2px;
@@ -2541,9 +4539,11 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2541
4539
  font-weight: 400;
2542
4540
  border-right: var(--ab-cmp-adaptable-statusbar__border);
2543
4541
  }
4542
+
2544
4543
  .ab-StatusBar__SubPanel:last-child {
2545
4544
  border-right: 0;
2546
4545
  }
4546
+
2547
4547
  .ab-StatusBar__SubPanel,
2548
4548
  .ab-StatusBar__SubPanel .ab-SimpleButton {
2549
4549
  color: var(--ab-cmp-adaptable-statusbar__color);
@@ -2561,15 +4561,18 @@ button.ab-StatusBar__SubPanel:hover {
2561
4561
  .ab-Layout-Wizard__ColumnRow__Header {
2562
4562
  cursor: pointer;
2563
4563
  }
4564
+
2564
4565
  .ab-Layout-Wizard__ColumnRow__Title {
2565
4566
  border-radius: var(--ab-cmp-adaptable-layout-wizard-column-row-title__border-radius);
2566
4567
  background: var(--ab-cmp-adaptable-layout-wizard-column-row-title__background);
2567
4568
  color: var(--ab-cmp-adaptable-layout-wizard-column-row-title__color);
2568
4569
  }
4570
+
2569
4571
  .ab-Layout-Wizard__ColumnRow__Expanded-Container {
2570
4572
  background: var(--ab-cmp-adaptable-layout-wizard-column-row-expanded-container__background);
2571
4573
  border-radius: var(--ab-cmp-adaptable-layout-wizard-column-row-expanded-container__border-radius);
2572
4574
  }
4575
+
2573
4576
  .ab-Layout-Wizard__ColumnRow__Input {
2574
4577
  max-width: var(--ab-cmp-adaptable-layout-wizard-column-input__max-width);
2575
4578
  width: var(--ab-cmp-adaptable-layout-wizard-column-input__width);
@@ -2600,6 +4603,7 @@ button.ab-StatusBar__SubPanel:hover {
2600
4603
  .ab-ExpressionEditor {
2601
4604
  overflow: auto;
2602
4605
  }
4606
+
2603
4607
  .ab-ExpressionEditor__column-picker {
2604
4608
  overflow: auto;
2605
4609
  width: 255px;
@@ -2612,20 +4616,24 @@ button.ab-StatusBar__SubPanel:hover {
2612
4616
  width: 100%;
2613
4617
  --ab-overlay-horizontal-align: left;
2614
4618
  }
4619
+
2615
4620
  .ab-ExpressionEditorInput__info-button {
2616
4621
  margin-right: 5px;
2617
4622
  }
4623
+
2618
4624
  .ab-ExpressionEditorInput__dropdown-functions-list-wrapper {
2619
4625
  border: var(--ab-cmp-expression-editor-input-dropdown-functions-list__border);
2620
4626
  border-radius: var(--ab-cmp-expression-editor-input-dropdown-functions-list__border-radius);
2621
4627
  background: var(--ab-cmp-expression-editor-input__background);
2622
4628
  }
4629
+
2623
4630
  .ab-ExpressionEditorInput__dropdown-functions-list {
2624
4631
  font-size: var(--ab-cmp-expression-editor-input-dropdown-functions-list__font-size);
2625
4632
  z-index: 1000;
2626
4633
  max-height: 300;
2627
4634
  overflow: auto;
2628
4635
  }
4636
+
2629
4637
  .ab-ExpressionEditorInput__textarea {
2630
4638
  width: 100%;
2631
4639
  min-height: 100px;
@@ -2634,6 +4642,7 @@ button.ab-StatusBar__SubPanel:hover {
2634
4642
  font-size: 1rem;
2635
4643
  padding: var(--ab-space-2);
2636
4644
  }
4645
+
2637
4646
  .ab-ExpressionEditorInput__editor-feedback {
2638
4647
  background: var(--ab-cmp-expression-editor-input__background);
2639
4648
  border-radius: var(--ab-cmp-expression-editor-feedback__border-radius);
@@ -2645,6 +4654,7 @@ button.ab-StatusBar__SubPanel:hover {
2645
4654
  border: var(--ab-cmp-quickfilter__border);
2646
4655
  background: var(--ab-cmp-quickfilter__background);
2647
4656
  }
4657
+
2648
4658
  .ab-QuickFilter__dropdown {
2649
4659
  white-space: nowrap;
2650
4660
  max-height: 60vh;
@@ -2711,6 +4721,7 @@ button.ab-StatusBar__SubPanel:hover {
2711
4721
 
2712
4722
  /* Styles for the coloured cell render
2713
4723
  */
4724
+
2714
4725
  .ab_div-colour-render-bar {
2715
4726
  display: inline-block;
2716
4727
  height: 100%;
@@ -2736,6 +4747,7 @@ button.ab-StatusBar__SubPanel:hover {
2736
4747
  display: flex;
2737
4748
  column-gap: var(--ab-space-1);
2738
4749
  }
4750
+
2739
4751
  .ab-ActionColumn > button.ab-SimpleButton {
2740
4752
  height: 100%;
2741
4753
  }
@@ -2743,6 +4755,7 @@ button.ab-StatusBar__SubPanel:hover {
2743
4755
  .adaptableRowActionButtons.ag-cell {
2744
4756
  padding: 0;
2745
4757
  }
4758
+
2746
4759
  .adaptableRowActionButtons.ag-cell .ab-ActionColumn {
2747
4760
  column-gap: 0;
2748
4761
  }
@@ -2801,6 +4814,7 @@ button.ab-StatusBar__SubPanel:hover {
2801
4814
  background-color: rgba(0, 0, 0, 0);
2802
4815
  border-radius: 100px;
2803
4816
  }
4817
+
2804
4818
  .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar:vertical,
2805
4819
  .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar:vertical,
2806
4820
  .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar:vertical,
@@ -2811,6 +4825,7 @@ button.ab-StatusBar__SubPanel:hover {
2811
4825
  .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar:vertical {
2812
4826
  width: var(--ab-custom-scrollbar-size);
2813
4827
  }
4828
+
2814
4829
  .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar:horizontal,
2815
4830
  .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar:horizontal,
2816
4831
  .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar:horizontal,
@@ -2821,6 +4836,7 @@ button.ab-StatusBar__SubPanel:hover {
2821
4836
  .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar:horizontal {
2822
4837
  height: var(--ab-custom-scrollbar-size);
2823
4838
  }
4839
+
2824
4840
  .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar:hover,
2825
4841
  .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar:hover,
2826
4842
  .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar:hover,
@@ -2831,6 +4847,7 @@ button.ab-StatusBar__SubPanel:hover {
2831
4847
  .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar:hover {
2832
4848
  background-color: rgba(0, 0, 0, 0.09);
2833
4849
  }
4850
+
2834
4851
  .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb,
2835
4852
  .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb,
2836
4853
  .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb,
@@ -2844,6 +4861,7 @@ button.ab-StatusBar__SubPanel:hover {
2844
4861
  background-clip: padding-box;
2845
4862
  border: 2px solid rgba(0, 0, 0, 0);
2846
4863
  }
4864
+
2847
4865
  .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb:vertical,
2848
4866
  .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb:vertical,
2849
4867
  .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb:vertical,
@@ -2854,6 +4872,7 @@ button.ab-StatusBar__SubPanel:hover {
2854
4872
  .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar-thumb:vertical {
2855
4873
  min-height: var(--ab-custom-scrollbar-size);
2856
4874
  }
4875
+
2857
4876
  .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb:horizontal,
2858
4877
  .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb:horizontal,
2859
4878
  .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb:horizontal,
@@ -2864,6 +4883,7 @@ button.ab-StatusBar__SubPanel:hover {
2864
4883
  .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar-thumb:horizontal {
2865
4884
  min-width: var(--ab-custom-scrollbar-size);
2866
4885
  }
4886
+
2867
4887
  .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb:active,
2868
4888
  .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb:active,
2869
4889
  .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb:active,
@@ -2880,6 +4900,7 @@ button.ab-StatusBar__SubPanel:hover {
2880
4900
  display: flex;
2881
4901
  flex-flow: column;
2882
4902
  }
4903
+
2883
4904
  .ag-details-row .ag-details-grid {
2884
4905
  flex: 1;
2885
4906
  }
@@ -2908,4 +4929,4 @@ html.ab--theme-light {
2908
4929
  --ab-theme-loaded: light;
2909
4930
  }
2910
4931
 
2911
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvaW5kZXguc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0RhdGVwaWNrZXIvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0NoZWNrQm94L3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRXhwcmVzc2lvbkVkaXRvci9RdWVyeUJ1aWxkZXIvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9EaWFsb2cvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Ecm9wZG93bi9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0Ryb3Bkb3duQnV0dG9uL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRXJyb3JCb3gvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9XYXJuaW5nQm94L3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRmllbGRXcmFwL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSGVscEJsb2NrL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvQ29kZUJsb2NrL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSW5wdXQvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9MaXN0L0xpc3RHcm91cC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0xpc3QvTGlzdEdyb3VwSXRlbS9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL01vZGFsL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGFicy9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1BhbmVsL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvU2ltcGxlQnV0dG9uL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGV4dGFyZWEvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Ub29sdGlwL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRmlsZURyb3BwYWJsZS9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0Rhc2hib2FyZC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0xpc3QvR3JpZExpc3Qvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9EYXRlcGlja2VyL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVG9nZ2xlQnV0dG9uL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRHJhZ0FuZERyb3BDb250ZXh0L3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvTG9hZGVyL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvUHJvZ3Jlc3NJbmRpY2F0b3Ivc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL0JhZGdlL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSWNvblNlbGVjdG9yL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvUXVpY2tTZWFyY2gvRmxvYXRpbmdRdWlja1NlYXJjaC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L05vdGVzL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSWNvbi9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvQWRhcHRhYmxlT2JqZWN0Um93L3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQWRhcHRhYmxlV2l6YXJkVmlldy9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvQnV0dG9ucy9CdXR0b25CYXNlL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9QYW5lbHMvUGFuZWxEYXNoYm9hcmQvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL1BhbmVscy9QYW5lbFRvb2xQYW5lbC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0FkYXB0YWJsZVBvcG92ZXIvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9XaXphcmQvT25lUGFnZUFkYXB0YWJsZVdpemFyZC5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvVG9vbFBhbmVsL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ3VzdG9tU29ydC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvUG9wdXBzL0FkYXB0YWJsZVBvcHVwL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9Qb3B1cHMvV2luZG93UG9wdXBzL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9BZGFwdGFibGVPYmplY3RMaXN0L3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvR3JpZEluZm8vc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9TeXN0ZW1TdGF0dXMvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9EYXNoYm9hcmQvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9TdGF0dXNCYXIvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9UZWFtU2hhcmluZy9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0xheW91dC9XaXphcmQvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9TdHlsZWRDb2x1bW4vV2l6YXJkL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9QZXJtaXR0ZWRWYWx1ZXNTZWxlY3Rvci9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRXhwcmVzc2lvbkVkaXRvci9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvRmlsdGVyRm9ybS9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvRW50aXR5UnVsZXNFZGl0b3IvRW50aXR5UnVsZVByZWRpY2F0ZXNFZGl0b3Ivc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL0JhZGdlL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9SYWRpby9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVG9nZ2xlL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGFibGUvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0NoZWNrQm94L2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9FeHByZXNzaW9uRWRpdG9yL1F1ZXJ5QnVpbGRlci9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRGlhbG9nL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Ecm9wZG93bi9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRHJvcGRvd25CdXR0b24vYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0VtcHR5Q29udGVudC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRXJyb3JCb3gvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1dhcm5pbmdCb3gvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0ZpZWxkV3JhcC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRm9ybUxheW91dC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSGVscEJsb2NrL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Db2RlQmxvY2svYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0lucHV0L2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9MaXN0L0xpc3RHcm91cC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvTGlzdC9MaXN0R3JvdXBJdGVtL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Nb2RhbC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGFicy9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvUGFuZWwvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1NpbXBsZUJ1dHRvbi9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGV4dGFyZWEvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1Rvb2x0aXAvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0ZpbGVEcm9wcGFibGUvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1dpemFyZFBhbmVsL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9EYXNoYm9hcmQvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0xpc3QvR3JpZExpc3QvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1RvZ2dsZUJ1dHRvbi9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvTG9hZGVyL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Qcm9ncmVzc0luZGljYXRvci9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGFnL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9EcmFnQW5kRHJvcENvbnRleHQvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0NvbG9yUGlja2VyL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9HcmlkSW5mby9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvU3lzdGVtU3RhdHVzL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL0FkYXB0YWJsZU9iamVjdENvbGxlY3Rpb24vYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvQWRhcHRhYmxlT2JqZWN0Um93L2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL0ZpbHRlckZvcm0vTGlzdEJveEZpbHRlckZvcm0vYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0FkYXB0YWJsZVBvcG92ZXIvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0FkYXB0YWJsZVdpemFyZFZpZXcvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvTGlzdEJveC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9CdXR0b25zL0J1dHRvbkJhc2UvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvUGFuZWxzL1BhbmVsRGFzaGJvYXJkL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL1BhbmVscy9GaWx0ZXJGb3JtUGFuZWwvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0Rhc2hib2FyZC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9Ub29sUGFuZWwvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0N1c3RvbVNvcnQvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvUG9wdXBzL0FkYXB0YWJsZVBvcHVwL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL1BvcHVwcy9XaW5kb3dQb3B1cHMvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvQWRhcHRhYmxlT2JqZWN0TGlzdC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9QZXJtaXR0ZWRWYWx1ZXNTZWxlY3Rvci9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvVmFsdWVTZWxlY3Rvci9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvU3RhdHVzQmFyL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9UZWFtU2hhcmluZy9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvTGF5b3V0L1dpemFyZC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvU3R5bGVkQ29sdW1uL1dpemFyZC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvUXVpY2tTZWFyY2gvRmxvYXRpbmdRdWlja1NlYXJjaC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvTm90ZXMvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0RhdGFJbXBvcnQvRGF0YUltcG9ydFdpemFyZC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0V4cHJlc3Npb25FZGl0b3IvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvRmlsdGVyRm9ybS9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9FbnRpdHlSdWxlc0VkaXRvci9FbnRpdHlSdWxlUHJlZGljYXRlc0VkaXRvci9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSWNvblNlbGVjdG9yL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Ub2dnbGUvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy90aGVtZXMvbGlnaHQuc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBUTtBQ0FDO0FBRVQ7QUFBQTtBQUFBO0FDRlE7QUQ4VUE7QUF4VVI7RUFFRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBR0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUdBO0VBR0E7RUFHQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUVBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBR0E7RUFDQTtFQUNBO0VBR0E7RUFDQTtFQUVBO0VBR0E7OztBQUdGO0VBR0U7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7RUFDQTs7O0FFdkhGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtBQUFBO0FBQUE7QUFBQTtFQUlBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0FBQUE7QUFBQTtBQUFBOztBQUtGO0VBQ0U7OztBQzNCSjtFQUNFO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTs7QUFHQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUlGO0VBQ0U7O0FBRUY7RUFDRTtFQUNBOztBQUVGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7O0FBQ0E7RUFDRTs7QUFFRjtFQUNFO0VBQ0E7O0FBS0o7RUFDRTs7QUFFQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ3JFTjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ0xGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDUkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FBQUE7RUFFQTs7O0FDYkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7OztBQ0hGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQ0pGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQ0pGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ1ZGO0VBQ0U7OztBQ0RGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTs7O0FDN0JKO0VBQ0U7OztBQ0RGO0VBQ0U7RUFDQTtFQUNBOzs7QUNIRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDbEJGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDUkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFFQTtFQUNBOzs7QUNWRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ0xGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QUFBQTs7O0FDVkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNYRjtFQUNFOzs7QUNERjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNWRjtFQUNFO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7OztBQ05GO0VBQ0U7RUFDQTtFQUNBO0VBRUE7RUFFQTtFQUVBO0VBQ0E7RUFDQTs7O0FDWEY7RUFDRTtFQUNBO0VBQ0E7OztBQ0hGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDUkY7RUFDRTtFQUNBOzs7QUNGRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ0xGO0VBQ0U7RUFDQTtFQUNBOzs7QUNIRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ0xGO0VBQ0U7RUFDQTtFQUNBOzs7QUNIRjtFQUNFO0VBQ0E7RUFFQTs7O0FDSkY7RUFDRTtFQUNBO0VBRUE7RUFDQTs7O0FDTEY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ1RGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNURjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ0xGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQUlBO0VBQ0U7RUFDQTtFQUNBOztBQUVGO0VBQ0U7O0FBRUY7RUFDRTtFQUVBO0VBQ0E7O0FBRUY7RUFDRTs7O0FDdkJKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNORjtFQUNFOzs7QUNERjtFQUVFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUdBO0VBQ0E7QUFBQTtFQUVBO0VBRUE7RUFDQTtFQUVBO0FBQUE7RUFFQTtBQUFBO0VBR0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBQUFBO0FBQUE7RUFJQTtFQUdBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBR0E7RUFDQTtFQUNBO0VBRUE7RUFFQTs7O0FDbERGO0VBQ0U7OztBQ0RGO0VBRUU7RUFDQTtFQUdBO0VBQ0E7RUFDQTtFQUdBO0VBQ0E7RUFHQTtFQUdBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTs7O0FDL0JGO0VBQ0U7RUFDQTtFQUNBOzs7QUNIRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDTkY7RUFDRTtFQUNBOzs7QUFHRjtFQUNFOzs7QUNORjtFQUNFO0VBQ0E7RUFFQTtFQUNBO0VBRUE7OztBQ1BGO0VBQ0U7RUFDQTs7O0FDRkY7RUFDRTtFQUNBO0VBQ0E7QUFBQTtBQUFBO0VBSUE7QUFBQTtBQUFBO0VBR0E7QUFBQTtBQUFBO0VBSUE7RUFDQTs7O0FDZkY7RUFDRTs7O0FDREY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNMRjtFQUNFO0VBQ0E7RUFFQTtFQUNBO0FBQUE7RUFFQTtFQUVBO0VBRUE7OztBQ1hGO0VBQ0U7RUFDQTtFQUNBOzs7QUNIRjtFQUNFOzs7QUNERjtFQUNFO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNWQTtFQUNFO0VBQ0E7O0FBRUY7RUFDRTs7QUFFRjtFQUVFOztBQUVGO0VBQ0U7RUFDQTtFQUNBOztBQUVGO0VBQ0U7RUFDQTs7O0FBSUo7RUFDRTtJQUNFOzs7QUN6Qko7RUFDRTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOztBQUVGO0VBQ0U7OztBQUlKO0VBQ0U7RUFDQTtFQUlBO0VBQ0E7O0FBSkE7RUFDRTs7O0FDckJGO0FBQUE7RUFFRTs7QUFFRjtFQUNFOztBQUVGO0VBQ0U7OztBQ1RKO0VBUUU7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFYQTtBQUFBO0FBQUE7RUFJRTs7O0FBU0o7RUFDRTs7QUFFQTtFQUNFOzs7QUFHSjtFQUNFOzs7QUFHRjtBQUFBO0FBQUE7QUFBQTtFQUlFOzs7QUFFRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHQTtFQUNFOztBQUtGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBSU47RUFDRTs7O0FBR0E7RUFDRTs7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNsR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFDQTs7QUFFQTtFQUVFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FDckNKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTs7QUFHRjtFQUNFO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTs7QUFJQTtFQUNFOztBQUlKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTs7O0FDL0NKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7O0FBRUE7RUFDRTs7O0FBSUo7RUFDRTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOzs7QUFJSjtFQUNFOzs7QUNwREY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUNBO0VBQ0U7OztBQUlKO0VBQ0U7RUFDQTtFQUNBOzs7QUNqQkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBRUE7O0FBTUE7RUFDRTs7QUFFRjtFQUdFO0VBQ0E7O0FBRUY7RUFHRTtFQUNBOzs7QUMzQko7RUFDRTtFQUNBOzs7QUFHRjtFQUNFOzs7QUNORjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUNKRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUNKRjtFQUNFOztBQUVBO0VBQ0U7OztBQUdKO0VBQ0U7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUVBO0VBQ0E7QUFPQTtBQUtBO0FBS0E7QUFLQTtBQUtBO0FBS0E7O0FBOUJBO0VBQ0U7RUFDQTs7QUFJRjtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFDQTs7O0FBSUo7QUFDQTtBQUFBO0VBRUU7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTs7O0FBS0E7QUFBQTtBQUFBO0VBRUU7OztBQ3pFSjtFQUNFO0VBQ0E7RUFFQTs7O0FDSkY7RUFDRTtFQUVBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFFQTtFQUNBOzs7QUNYRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNyQkY7RUFDRTtFQUNBOzs7QUFFRjtBQUFBO0VBRUU7OztBQUdGO0VBQ0U7RUFDQTs7O0FBRUY7RUFDRTtFQUNBOztBQUVBO0VBSUU7O0FBSEE7RUFDRTs7O0FBS047RUFDRTs7O0FBR0Y7QUFBQTtFQUVFOzs7QUFFRjtFQUNFO0VBQ0E7O0FBRUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUlKO0VBQ0U7OztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFOzs7QUM3RUY7RUFDRTtFQUNBO0VBQ0E7RUFFQTtFQU9BOztBQUxBO0VBQ0U7RUFDQTs7QUFLRjtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7RUFDQTs7QUFFRjtFQUNFO0VBQ0E7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBRUE7RUFFQTtFQUNBOztBQUVBO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBOztBQUlKO0VBQ0U7O0FBRUY7RUFDRTtFQUNBOzs7QUNwRUo7RUFLRTtFQUNBO0VBQ0E7O0FBTkE7RUFDRTtFQUNBOzs7QUFPSjtFQUNFO0VBT0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQWRBO0VBQ0U7O0FBRUY7RUFDRTs7QUFZRjtFQUNFOztBQUdGO0VBQ0U7O0FBR0Y7RUFDRTs7QUFFRjtFQUNFOztBQUVGO0VBQ0U7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUVFOztBQUNBO0VBQ0U7RUFDQTtFQUNBOztBQUVGO0VBQ0U7O0FBQ0E7RUFDRTtFQUNBOztBQUlOO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFFQTtFQUVBOztBQUdBO0VBQ0U7O0FBR0Y7RUFDRTs7QUFFQTtFQUNFOztBQUlKO0VBQ0U7RUFDQTs7QUFDQTtFQUNFOztBQUlKO0VBQ0U7RUFDQTs7QUFDQTtFQUNFOztBQUdKO0VBQ0U7O0FBQ0E7RUFDRTs7QUFHSjtFQUNFO0VBQ0E7O0FBQ0E7RUFDRTs7QUFHSjtFQUNFO0VBQ0E7O0FBQ0E7RUFDRTs7QUFHSjtFQUNFO0VBQ0E7O0FBQ0E7RUFDRTs7QUFHSjtFQUNFO0VBQ0E7O0FBQ0E7RUFDRTs7O0FBU1I7RUFDRTs7O0FBRUY7QUFBQTtFQUVFOzs7QUFFRjtFQUNFOzs7QUNuTEY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFFQTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTs7O0FDakJKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDbkJKO0VBSUU7RUFDQTtFQUVBO0VBQ0E7RUFDQTtFQUVBLFlBVmE7RUFZYjtFQUNBO0VBRUE7O0FBRUE7QUFBQTtBQUFBO0FBQUE7RUFJRSxZQXJCVztFQXNCWDs7QUFFRjtBQUFBO0FBQUE7RUFHRTs7QUFHRjtFQUNFO0VBQ0E7RUFFQTtFQUNBOztBQU1BO0VBQ0U7O0FBSUo7QUFBQTtBQUFBO0FBQUE7RUFJRTs7O0FDbERGO0VBQ0U7RUFDQTs7O0FDSEo7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFFRTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUNBO0VBQ0U7RUFDQTs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOztBQUlKO0VBQ0U7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFOztBQUdGO0FBQUE7QUFBQTtFQUdFOzs7QUMzSUo7RUFDRTs7QUFDQTtBQUFBO0FBQUE7RUFHRTs7QUFFRjtFQUNFOztBQUdGO0VBQ0U7RUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFFRjtFQUNFO0VBQ0E7OztBQUVGO0VBQ0U7RUFDQTs7O0FwRnpCRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBRUE7QUFBQTtFQUVFOztBQUdGO0FBQUE7QUFBQTtBQUFBO0VBSUU7RUFDQTs7QUFHRjtFQUNFOztBQUVGO0VBQ0U7O0FBRUY7RUFDRTtFQUNBOztBQUVGO0VBQ0U7O0FBR0Y7RUFDRTs7QUFJQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtFQU9FOztBQUlKO0VBQ0U7OztBcUZqRU47RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFJQTtFQUNFO0VBQ0E7OztBQ3JFTjtFQUNFO0VBQ0E7RUFDQTs7O0FBR0Y7QUFBQTtFQUVFOzs7QUFHRjtFQUVFOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7SUFDRTs7RUFFRjtJQUNFOzs7QUNoQ0o7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQzlCSjtFQUNFOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7O0FDUEY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7O0FDMUNGO0FBZ0ZFO0FBQUE7O0FBL0VBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVGO0VBQ0U7O0FBRUY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFRjtFQUNFOztBQUVGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVGO0VBQ0U7RUFDQTs7QUFFRjtFQUNFO0VBQ0E7O0FBRUY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBQUNBOztBQUVGO0VBQ0U7O0FBRUY7RUFDRTs7QUFJRjtFQWxGRjtBQW1GSTs7RUFDQTtJQUNFO0FBQ0E7Ozs7QUN0Rk47RUFDRTs7O0FBR0Y7RUFDRTs7O0FBR0Y7RUFDRTs7O0FDVEY7RUFDRTs7O0FBR0Y7RUFDRTtFQUVBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0U7OztBQUlKO0VBQ0U7OztBQ2ZBO0VBQ0U7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7OztBQ1ZKO0VBQ0U7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBOztBQUVBO0VBQ0U7RUFDQTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQ3RCSjtFQUNFO0VBQ0E7RUFHQTtFQUVBOztBQUVFO0VBQ0U7OztBQVFOO0FBQUE7RUFFRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0FBQUE7RUFDRTs7O0FBSUo7RUFDRTtFQUNBOzs7QUNqQ0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBS0E7RUFDRTtFQUNBO0VBRUE7RUFDQTtFQUNBOzs7QUFLRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUtGO0VBQ0U7RUFDQTtFQUVBO0VBQ0E7RUFDQTs7O0FDdkNKO0VBUUU7RUFDQTtFQUVBO0VBQ0E7RUFFQTs7QUFiQTtBQUFBO0FBQUE7QUFBQTtFQUlFOzs7QUFZSjtFQUNFO0VBQ0E7RUFDQTs7O0FDbEJBO0FBQUE7RUFDRTs7QUFDQTtBQUFBO0VBQ0U7OztBQ0xOO0VBQ0U7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBOzs7QUNWRjtBQUFBO0VBRUU7RUFDQTtFQUNBOztBQUdGO0VBQ0U7OztBQ1RKO0VBQ0U7OztBQ0RGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7O0FBQ0E7RUFDRTs7O0FDWEo7RUFLRTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBRUE7RUFDRTs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0FBQUE7RUFFRTtFQUNBOztBQUdGO0FBQUE7QUFBQTtFQUdFOzs7QUNuQ0o7RUFDRTs7O0FDQUY7RUFDRTtFQUNBOztBQUVBO0VBQ0U7OztBQUtKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBRUE7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFOztBQUlBO0VBQ0U7RUFDQTs7O0FBUVY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFJRjtFQUNFOztBQUVBO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBOzs7QUFLSjtFQUNFOztBQUVBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFJSjtFQUNFOzs7QUFHRjtFQUNFOzs7QUN2SEY7RUFDRTs7O0FBR0Y7RUFDRTtFQUNBOztBQUVBO0VBQ0U7O0FBR0Y7RUFFRTs7O0FDZEo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTs7QUFHRTtFQUNFOztBQUtOO0VBQ0U7RUFDQTtFQUNBOzs7QUFJSjtFQUNFO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBRUY7RUFDRTs7QUFHRjtFQUNFO0VBQ0E7O0FBSUY7RUFDRTtFQUNBO0VBQ0E7O0FBQ0E7RUFDRTs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUM1RUo7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNwQko7RUFDRTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFHQTs7QUFDQTtFQUNFOztBQUdGO0FBQUE7RUFFRTs7O0FBTUY7RUFDRTtFQUNBOzs7QUM5Qko7RUFDRTs7O0FDR0E7RUFDRTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7O0FBS0Y7RUFDRTtFQUNBOzs7QUN2Qko7RUFDRTs7O0FDREY7RUFDRTtFQUNBO0VBQ0E7OztBQ0hGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDTEY7RUFDRTs7O0FDREY7RUFDRTs7QUFFQTtFQUNFO0VBQ0E7RUFDQTs7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7RUFFQTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBOzs7QUM3Q0o7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7RUFDQTs7O0FDVEo7RUFDRTs7O0FBR0Y7RUFDRTs7O0FDTEY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNMRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0ExSDZQRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFHRjtBQUFBO0VBRUU7OztBQUdGO0VBQ0U7OztBQUlGO0VBQ0U7OztBQUVGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUtGO0VBQ0U7OztBQUdGO0FBQUE7QUFFQTtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTs7O0FBSUo7RUFDRTs7QUFDQTtFQUNFOzs7QUFPSjtFQUNFO0VBQ0E7OztBQUVGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFFRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFFRjtFQUNFOzs7QUFFRjtFQUNFOzs7QUFFRjtFQUNFOzs7QUFjRTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBQ0U7RUFDQTs7QUFFRjtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBQ0U7O0FBRUY7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtFQUNFOztBQUdGO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7RUFDRTs7QUFHRjtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBRUY7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtFQUNFOztBQUVGO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7RUFDRTs7QUFFRjtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBQ0U7RUFDQTs7O0FBT047RUFDRTtFQUNBOztBQUVBO0VBQ0U7OztBQU9GO0VBQ0U7OztBQUtKO0VBQ0U7OztBQUdBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QTJIcGNKO0VBQ0UiLCJmaWxlIjoiaW5kZXguY3NzIiwic291cmNlUm9vdCI6IiJ9 */
4932
+ /*# sourceMappingURL=index.css.map */