@adaptabletools/adaptable 17.0.0-canary.3 → 17.0.0-canary.5

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 (1218) hide show
  1. package/agGrid.js +32 -26
  2. package/base.css +1206 -1192
  3. package/base.css.map +1 -1
  4. package/bundle.cjs.js +716 -0
  5. package/index.css +1980 -5
  6. package/index.css.map +1 -1
  7. package/package.json +4 -5
  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.js +2 -1
  12. package/src/AdaptableOptions/ActionColumnOptions.js +2 -1
  13. package/src/AdaptableOptions/ActionRowOptions.js +2 -1
  14. package/src/AdaptableOptions/AdaptableFrameworkComponent.js +2 -1
  15. package/src/AdaptableOptions/AdaptableOptions.js +2 -1
  16. package/src/AdaptableOptions/AdaptablePlugin.js +5 -1
  17. package/src/AdaptableOptions/AlertOptions.js +2 -1
  18. package/src/AdaptableOptions/CalendarOptions.js +2 -1
  19. package/src/AdaptableOptions/CellSummaryOptions.js +2 -1
  20. package/src/AdaptableOptions/ChartingOptions.js +2 -1
  21. package/src/AdaptableOptions/ColumnFilterOptions.js +2 -1
  22. package/src/AdaptableOptions/ColumnOptions.js +2 -1
  23. package/src/AdaptableOptions/ContainerOptions.js +2 -1
  24. package/src/AdaptableOptions/CustomSortOptions.js +2 -1
  25. package/src/AdaptableOptions/DashboardOptions.js +2 -1
  26. package/src/AdaptableOptions/DataChangeHistoryOptions.js +2 -1
  27. package/src/AdaptableOptions/DataImportOptions.js +2 -1
  28. package/src/AdaptableOptions/DataSetOptions.js +2 -1
  29. package/src/AdaptableOptions/DateInputOptions.js +2 -1
  30. package/src/AdaptableOptions/EditOptions.js +2 -1
  31. package/src/AdaptableOptions/EntitlementOptions.js +2 -1
  32. package/src/AdaptableOptions/ExportOptions.js +2 -1
  33. package/src/AdaptableOptions/ExpressionOptions.js +2 -1
  34. package/src/AdaptableOptions/Fdc3Options.js +5 -2
  35. package/src/AdaptableOptions/FinsemblePluginOptions.js +2 -1
  36. package/src/AdaptableOptions/FlashingCellOptions.js +2 -1
  37. package/src/AdaptableOptions/FormatColumnOptions.js +2 -1
  38. package/src/AdaptableOptions/Glue42PluginOptions.js +2 -1
  39. package/src/AdaptableOptions/Glue42WebPluginOptions.js +2 -1
  40. package/src/AdaptableOptions/GridFilterOptions.js +2 -1
  41. package/src/AdaptableOptions/GroupingOptions.js +2 -1
  42. package/src/AdaptableOptions/IPushPullPluginOptions.js +2 -1
  43. package/src/AdaptableOptions/LayoutOptions.js +2 -1
  44. package/src/AdaptableOptions/MasterDetailPluginOptions.js +2 -1
  45. package/src/AdaptableOptions/MenuOptions.js +7 -3
  46. package/src/AdaptableOptions/NotesOptions.js +2 -1
  47. package/src/AdaptableOptions/NotificationsOptions.js +2 -1
  48. package/src/AdaptableOptions/OpenFinPluginOptions.js +2 -1
  49. package/src/AdaptableOptions/PredicateOptions.js +2 -1
  50. package/src/AdaptableOptions/QuickSearchOptions.js +2 -1
  51. package/src/AdaptableOptions/SettingsPanelOptions.js +2 -1
  52. package/src/AdaptableOptions/StateOptions.js +2 -1
  53. package/src/AdaptableOptions/TeamSharingOptions.js +2 -1
  54. package/src/AdaptableOptions/ToolPanelOptions.js +2 -1
  55. package/src/AdaptableOptions/UserInterfaceOptions.js +2 -1
  56. package/src/Api/ActionColumnApi.js +2 -1
  57. package/src/Api/ActionRowApi.js +2 -1
  58. package/src/Api/AdaptableApi.js +2 -1
  59. package/src/Api/AlertApi.js +2 -1
  60. package/src/Api/ApplicationApi.js +2 -1
  61. package/src/Api/BulkUpdateApi.js +2 -1
  62. package/src/Api/CalculatedColumnApi.js +2 -1
  63. package/src/Api/CalendarApi.js +2 -1
  64. package/src/Api/CellSummaryApi.js +2 -1
  65. package/src/Api/ChartingApi.js +2 -1
  66. package/src/Api/ColumnApi.js +2 -1
  67. package/src/Api/ColumnFilterApi.js +2 -1
  68. package/src/Api/ConfigApi.js +2 -1
  69. package/src/Api/CustomSortApi.js +2 -1
  70. package/src/Api/DashboardApi.js +2 -1
  71. package/src/Api/DataChangeHistoryApi.js +2 -1
  72. package/src/Api/DataImportApi.js +2 -1
  73. package/src/Api/DataSetApi.js +2 -1
  74. package/src/Api/EntitlementApi.js +2 -1
  75. package/src/Api/EventApi.js +2 -1
  76. package/src/Api/Events/ActionRowSubmitted.js +2 -1
  77. package/src/Api/Events/AdaptableReady.js +2 -1
  78. package/src/Api/Events/AdaptableSearchState.js +2 -1
  79. package/src/Api/Events/AdaptableStateChanged.js +2 -1
  80. package/src/Api/Events/AdaptableStateReloaded.js +2 -1
  81. package/src/Api/Events/AlertFired.js +2 -1
  82. package/src/Api/Events/BaseEventInfo.js +2 -1
  83. package/src/Api/Events/CellChanged.js +2 -1
  84. package/src/Api/Events/ChartChanged.js +2 -1
  85. package/src/Api/Events/ColumnFilterApplied.js +2 -1
  86. package/src/Api/Events/CustomToolbarConfigured.js +2 -1
  87. package/src/Api/Events/DashboardChanged.js +2 -1
  88. package/src/Api/Events/DataImported.js +2 -1
  89. package/src/Api/Events/DataSetSelected.js +2 -1
  90. package/src/Api/Events/Fdc3MessageInfo.js +2 -1
  91. package/src/Api/Events/FlashingCellDisplayed.js +2 -1
  92. package/src/Api/Events/GridDataChanged.js +2 -1
  93. package/src/Api/Events/GridFilterApplied.js +2 -1
  94. package/src/Api/Events/GridSorted.js +2 -1
  95. package/src/Api/Events/LayoutChanged.js +2 -1
  96. package/src/Api/Events/LiveDataChanged.js +2 -1
  97. package/src/Api/Events/ScheduleTriggered.js +2 -1
  98. package/src/Api/Events/SelectionChanged.js +2 -1
  99. package/src/Api/Events/SystemStatusMessageDisplayed.js +2 -1
  100. package/src/Api/Events/TeamSharingEntityChanged.js +2 -1
  101. package/src/Api/Events/ThemeChanged.js +2 -1
  102. package/src/Api/Events/ThemeEdited.js +2 -1
  103. package/src/Api/ExportApi.js +2 -1
  104. package/src/Api/ExpressionApi.js +2 -1
  105. package/src/Api/Fdc3Api.js +2 -1
  106. package/src/Api/FinsembleApi.js +2 -1
  107. package/src/Api/FlashingCellApi.js +2 -1
  108. package/src/Api/FormatColumnApi.js +2 -1
  109. package/src/Api/FreeTextColumnApi.js +2 -1
  110. package/src/Api/Glue42Api.js +2 -1
  111. package/src/Api/Glue42WebApi.js +2 -1
  112. package/src/Api/GridApi.js +2 -1
  113. package/src/Api/GridFilterApi.js +2 -1
  114. package/src/Api/IPushPullApi.js +2 -1
  115. package/src/Api/Implementation/ActionColumnApiImpl.js +6 -2
  116. package/src/Api/Implementation/ActionRowApiImpl.js +12 -8
  117. package/src/Api/Implementation/AdaptableApiImpl.js +101 -97
  118. package/src/Api/Implementation/AlertApiImpl.js +23 -18
  119. package/src/Api/Implementation/ApiBase.js +10 -5
  120. package/src/Api/Implementation/ApplicationApiImpl.js +8 -3
  121. package/src/Api/Implementation/BulkUpdateApiImpl.js +10 -5
  122. package/src/Api/Implementation/CalculatedColumnApiImpl.js +11 -6
  123. package/src/Api/Implementation/CalendarApiImpl.js +6 -2
  124. package/src/Api/Implementation/CellSummaryApiImpl.js +22 -17
  125. package/src/Api/Implementation/ChartingApiImpl.js +18 -13
  126. package/src/Api/Implementation/ColumnApiImpl.js +16 -11
  127. package/src/Api/Implementation/ColumnFilterApiImpl.js +14 -9
  128. package/src/Api/Implementation/ConfigApiImpl.js +34 -29
  129. package/src/Api/Implementation/CustomSortApiImpl.js +11 -6
  130. package/src/Api/Implementation/DashboardApiImpl.js +14 -9
  131. package/src/Api/Implementation/DataChangeHistoryApiImpl.js +15 -10
  132. package/src/Api/Implementation/DataImportApiImpl.js +8 -4
  133. package/src/Api/Implementation/DataSetApiImpl.js +11 -6
  134. package/src/Api/Implementation/EntitlementApiImpl.js +6 -2
  135. package/src/Api/Implementation/EventApiImpl.js +9 -4
  136. package/src/Api/Implementation/ExportApiImpl.js +17 -12
  137. package/src/Api/Implementation/ExpressionApiImpl.js +10 -5
  138. package/src/Api/Implementation/Fdc3ApiImpl.js +12 -8
  139. package/src/Api/Implementation/FlashingCellApiImpl.js +11 -6
  140. package/src/Api/Implementation/FormatColumnApiImpl.js +11 -6
  141. package/src/Api/Implementation/FreeTextColumnApiImpl.js +14 -9
  142. package/src/Api/Implementation/GridApiImpl.js +23 -18
  143. package/src/Api/Implementation/GridFilterApiImpl.js +14 -9
  144. package/src/Api/Implementation/LayoutApiImpl.js +30 -25
  145. package/src/Api/Implementation/NamedQueryApiImpl.js +13 -8
  146. package/src/Api/Implementation/NotesApiImpl.js +9 -4
  147. package/src/Api/Implementation/OptionsApiImpl.js +6 -2
  148. package/src/Api/Implementation/PluginsApiImpl.js +8 -3
  149. package/src/Api/Implementation/PlusMinusApiImpl.js +9 -4
  150. package/src/Api/Implementation/PredicateApiImpl.js +17 -12
  151. package/src/Api/Implementation/QuickSearchApiImpl.js +10 -5
  152. package/src/Api/Implementation/ScheduleApiImpl.js +11 -6
  153. package/src/Api/Implementation/ScopeApiImpl.js +13 -8
  154. package/src/Api/Implementation/SettingsPanelApiImpl.js +8 -3
  155. package/src/Api/Implementation/ShortcutApiImpl.js +9 -4
  156. package/src/Api/Implementation/SmartEditApiImpl.js +10 -5
  157. package/src/Api/Implementation/StatusBarApiImpl.js +9 -5
  158. package/src/Api/Implementation/StyledColumnApiImpl.js +11 -6
  159. package/src/Api/Implementation/SystemStatusApiImpl.js +21 -16
  160. package/src/Api/Implementation/TeamSharingApiImpl.js +17 -12
  161. package/src/Api/Implementation/ThemeApiImpl.js +15 -10
  162. package/src/Api/Implementation/ToolPanelApiImpl.js +11 -6
  163. package/src/Api/Implementation/UserInterfaceApiImpl.js +20 -15
  164. package/src/Api/Internal/ActionRowInternalApi.js +6 -2
  165. package/src/Api/Internal/AdaptableInternalApi.js +26 -21
  166. package/src/Api/Internal/AlertInternalApi.js +25 -20
  167. package/src/Api/Internal/CalculatedColumnInternalApi.js +6 -2
  168. package/src/Api/Internal/ChartingInternalApi.js +12 -8
  169. package/src/Api/Internal/ColumnFilterInternalApi.js +13 -8
  170. package/src/Api/Internal/ColumnInternalApi.js +8 -4
  171. package/src/Api/Internal/CustomSortInternalApi.js +6 -2
  172. package/src/Api/Internal/DashboardInternalApi.js +11 -6
  173. package/src/Api/Internal/DataImportInternalApi.js +10 -5
  174. package/src/Api/Internal/DataSetInternalApi.js +6 -2
  175. package/src/Api/Internal/ExportInternalApi.js +6 -2
  176. package/src/Api/Internal/ExpressionnternalApi.js +6 -2
  177. package/src/Api/Internal/Fdc3InternalApi.js +28 -24
  178. package/src/Api/Internal/FlashingCellInternalApi.js +12 -7
  179. package/src/Api/Internal/FormatColumnInternalApi.js +22 -17
  180. package/src/Api/Internal/FreeTextColumnInternalApi.js +6 -2
  181. package/src/Api/Internal/GridFilterInternalApi.js +6 -2
  182. package/src/Api/Internal/GridInternalApi.js +18 -13
  183. package/src/Api/Internal/LayoutInternalApi.js +21 -16
  184. package/src/Api/Internal/NamedQueryInternalApi.js +8 -3
  185. package/src/Api/Internal/PredicateInternalApi.js +6 -2
  186. package/src/Api/Internal/ScheduleInternalApi.js +6 -2
  187. package/src/Api/Internal/StyledColumnInternalApi.js +10 -5
  188. package/src/Api/Internal/SystemStatusInternalApi.js +8 -3
  189. package/src/Api/Internal/TeamSharingInternalApi.js +6 -2
  190. package/src/Api/Internal/ThemeInternalApi.js +9 -5
  191. package/src/Api/Internal/UserInterfaceInternalApi.js +6 -2
  192. package/src/Api/LayoutApi.js +2 -1
  193. package/src/Api/NamedQueryApi.js +2 -1
  194. package/src/Api/NotesAPi.js +2 -1
  195. package/src/Api/OpenFinApi.js +2 -1
  196. package/src/Api/OptionsApi.js +2 -1
  197. package/src/Api/PluginsApi.js +2 -1
  198. package/src/Api/PlusMinusApi.js +2 -1
  199. package/src/Api/PredicateApi.js +2 -1
  200. package/src/Api/QuickSearchApi.js +2 -1
  201. package/src/Api/ScheduleApi.js +2 -1
  202. package/src/Api/ScopeApi.js +2 -1
  203. package/src/Api/SettingsPanelApi.js +2 -1
  204. package/src/Api/ShortcutApi.js +2 -1
  205. package/src/Api/SmartEditApi.js +2 -1
  206. package/src/Api/StatusBarApi.js +2 -1
  207. package/src/Api/StyledColumnApi.js +2 -1
  208. package/src/Api/SystemStatusApi.js +2 -1
  209. package/src/Api/TeamSharingApi.js +2 -1
  210. package/src/Api/ThemeApi.js +2 -1
  211. package/src/Api/ToolPanelApi.js +2 -1
  212. package/src/Api/UserInterfaceApi.js +2 -1
  213. package/src/PredefinedConfig/AdaptableState.js +2 -1
  214. package/src/PredefinedConfig/AlertState.js +2 -1
  215. package/src/PredefinedConfig/ApplicationState.js +2 -1
  216. package/src/PredefinedConfig/CalculatedColumnState.js +2 -1
  217. package/src/PredefinedConfig/ChartingState.js +7 -2
  218. package/src/PredefinedConfig/Common/AdaptableAlert.js +7 -2
  219. package/src/PredefinedConfig/Common/AdaptableButton.js +2 -1
  220. package/src/PredefinedConfig/Common/AdaptableColumn.js +5 -1
  221. package/src/PredefinedConfig/Common/AdaptableComparerFunction.js +2 -1
  222. package/src/PredefinedConfig/Common/AdaptableFlashingCell.js +2 -1
  223. package/src/PredefinedConfig/Common/AdaptableForm.js +5 -1
  224. package/src/PredefinedConfig/Common/AdaptableFormat.js +2 -1
  225. package/src/PredefinedConfig/Common/AdaptableIcon.js +2 -1
  226. package/src/PredefinedConfig/Common/AdaptableMessageType.js +2 -1
  227. package/src/PredefinedConfig/Common/AdaptableObject.js +2 -1
  228. package/src/PredefinedConfig/Common/AdaptablePredicate.js +56 -52
  229. package/src/PredefinedConfig/Common/AdaptableQuery.js +5 -1
  230. package/src/PredefinedConfig/Common/AdaptableScope.js +2 -1
  231. package/src/PredefinedConfig/Common/AdaptableStyle.js +2 -1
  232. package/src/PredefinedConfig/Common/AggregationColumns.js +4 -1
  233. package/src/PredefinedConfig/Common/AlternativeModuleName.js +2 -1
  234. package/src/PredefinedConfig/Common/BaseContext.js +2 -1
  235. package/src/PredefinedConfig/Common/ButtonStyle.js +2 -1
  236. package/src/PredefinedConfig/Common/CellDataChangedInfo.js +2 -1
  237. package/src/PredefinedConfig/Common/CellHighlightInfo.js +2 -1
  238. package/src/PredefinedConfig/Common/CellSummary.js +2 -1
  239. package/src/PredefinedConfig/Common/ColumnFilter.js +2 -1
  240. package/src/PredefinedConfig/Common/ColumnSort.js +2 -1
  241. package/src/PredefinedConfig/Common/DataChangedScope.js +2 -1
  242. package/src/PredefinedConfig/Common/DataUpdateConfig.js +2 -1
  243. package/src/PredefinedConfig/Common/Entitlement.js +2 -1
  244. package/src/PredefinedConfig/Common/Enums.js +29 -26
  245. package/src/PredefinedConfig/Common/Fdc3Context.js +35 -32
  246. package/src/PredefinedConfig/Common/Fdc3Intent.js +67 -64
  247. package/src/PredefinedConfig/Common/FilterActionOnDataChange.js +2 -1
  248. package/src/PredefinedConfig/Common/FormContext.js +2 -1
  249. package/src/PredefinedConfig/Common/GridFilter.js +2 -1
  250. package/src/PredefinedConfig/Common/Menu.js +2 -1
  251. package/src/PredefinedConfig/Common/RowHighlightInfo.js +2 -1
  252. package/src/PredefinedConfig/Common/RowsHighlightInfo.js +2 -1
  253. package/src/PredefinedConfig/Common/Schedule.js +2 -1
  254. package/src/PredefinedConfig/Common/SpecialColumnSettings.js +2 -1
  255. package/src/PredefinedConfig/Common/SuspendableObject.js +2 -1
  256. package/src/PredefinedConfig/Common/SystemStatusMessageInfo.js +2 -1
  257. package/src/PredefinedConfig/Common/Types.js +9 -5
  258. package/src/PredefinedConfig/ConfigState.js +2 -1
  259. package/src/PredefinedConfig/CustomSortState.js +2 -1
  260. package/src/PredefinedConfig/DashboardState.js +2 -1
  261. package/src/PredefinedConfig/ExportState.js +2 -1
  262. package/src/PredefinedConfig/FlashingCellState.js +2 -1
  263. package/src/PredefinedConfig/FormatColumnState.js +2 -1
  264. package/src/PredefinedConfig/FreeTextColumnState.js +2 -1
  265. package/src/PredefinedConfig/Glue42State.js +2 -1
  266. package/src/PredefinedConfig/GridState.js +2 -1
  267. package/src/PredefinedConfig/IPushPullState.js +2 -1
  268. package/src/PredefinedConfig/InternalState.js +2 -1
  269. package/src/PredefinedConfig/LayoutState.js +2 -1
  270. package/src/PredefinedConfig/NamedQueryState.js +2 -1
  271. package/src/PredefinedConfig/NotesState.js +2 -1
  272. package/src/PredefinedConfig/OpenFinState.js +2 -1
  273. package/src/PredefinedConfig/PlusMinusState.js +2 -1
  274. package/src/PredefinedConfig/PopupState.js +2 -1
  275. package/src/PredefinedConfig/PredefinedConfig.js +2 -1
  276. package/src/PredefinedConfig/QueryState.js +2 -1
  277. package/src/PredefinedConfig/QuickSearchState.js +2 -1
  278. package/src/PredefinedConfig/ScheduleState.js +2 -1
  279. package/src/PredefinedConfig/Selection/GridCell.js +2 -1
  280. package/src/PredefinedConfig/Selection/GridCellRange.js +2 -1
  281. package/src/PredefinedConfig/Selection/GridRow.js +2 -1
  282. package/src/PredefinedConfig/Selection/SelectedCellInfo.js +2 -1
  283. package/src/PredefinedConfig/Selection/SelectedRowInfo.js +2 -1
  284. package/src/PredefinedConfig/ShortcutState.js +2 -1
  285. package/src/PredefinedConfig/StatusBarState.js +4 -1
  286. package/src/PredefinedConfig/StyledColumnState.js +2 -1
  287. package/src/PredefinedConfig/SystemState.js +2 -1
  288. package/src/PredefinedConfig/TeamSharingState.js +7 -2
  289. package/src/PredefinedConfig/ThemeState.js +2 -1
  290. package/src/PredefinedConfig/ToolPanelState.js +2 -1
  291. package/src/PredefinedConfig/Uuid.js +6 -2
  292. package/src/Redux/ActionsReducers/AlertRedux.js +59 -45
  293. package/src/Redux/ActionsReducers/ApplicationRedux.js +22 -15
  294. package/src/Redux/ActionsReducers/BulkUpdateRedux.js +15 -9
  295. package/src/Redux/ActionsReducers/CalculatedColumnRedux.js +29 -20
  296. package/src/Redux/ActionsReducers/CellSummaryRedux.js +7 -3
  297. package/src/Redux/ActionsReducers/ChartingRedux.js +55 -41
  298. package/src/Redux/ActionsReducers/CustomSortRedux.js +54 -41
  299. package/src/Redux/ActionsReducers/DashboardRedux.js +66 -50
  300. package/src/Redux/ActionsReducers/ExportRedux.js +43 -31
  301. package/src/Redux/ActionsReducers/FlashingCellRedux.js +57 -43
  302. package/src/Redux/ActionsReducers/FormatColumnRedux.js +70 -54
  303. package/src/Redux/ActionsReducers/FreeTextColumnRedux.js +34 -24
  304. package/src/Redux/ActionsReducers/GridRedux.js +160 -125
  305. package/src/Redux/ActionsReducers/LayoutRedux.js +115 -89
  306. package/src/Redux/ActionsReducers/NamedQueryRedux.js +35 -25
  307. package/src/Redux/ActionsReducers/NotesRedux.js +31 -21
  308. package/src/Redux/ActionsReducers/PluginsRedux.js +53 -48
  309. package/src/Redux/ActionsReducers/PlusMinusRedux.js +59 -45
  310. package/src/Redux/ActionsReducers/PopupRedux.js +84 -64
  311. package/src/Redux/ActionsReducers/QueryRedux.js +13 -8
  312. package/src/Redux/ActionsReducers/QuickSearchRedux.js +23 -16
  313. package/src/Redux/ActionsReducers/ScheduleRedux.js +222 -179
  314. package/src/Redux/ActionsReducers/ShortcutRedux.js +54 -41
  315. package/src/Redux/ActionsReducers/SmartEditRedux.js +15 -9
  316. package/src/Redux/ActionsReducers/StatusBarRedux.js +19 -12
  317. package/src/Redux/ActionsReducers/StyledColumnRedux.js +54 -41
  318. package/src/Redux/ActionsReducers/SystemRedux.js +324 -254
  319. package/src/Redux/ActionsReducers/SystemStatusRedux.js +11 -6
  320. package/src/Redux/ActionsReducers/TeamSharingRedux.js +55 -40
  321. package/src/Redux/ActionsReducers/ThemeRedux.js +43 -32
  322. package/src/Redux/ActionsReducers/ToolPanelRedux.js +39 -28
  323. package/src/Redux/ActionsReducers/utils.js +9 -3
  324. package/src/Redux/DeadRedux.js +38 -25
  325. package/src/Redux/Store/AdaptableReduxLocalStorageEngine.js +20 -15
  326. package/src/Redux/Store/AdaptableReduxMerger.js +30 -21
  327. package/src/Redux/Store/AdaptableStore.js +107 -100
  328. package/src/Redux/Store/Interface/IAdaptableStore.js +2 -1
  329. package/src/Redux/Store/Interface/IStorageEngine.js +2 -1
  330. package/src/Strategy/AdaptableModuleBase.js +13 -8
  331. package/src/Strategy/AlertModule.js +40 -35
  332. package/src/Strategy/BulkUpdateModule.js +22 -17
  333. package/src/Strategy/CalculatedColumnModule.js +21 -16
  334. package/src/Strategy/CellSummaryModule.js +22 -17
  335. package/src/Strategy/ChartingModule.js +20 -15
  336. package/src/Strategy/ColumnFilterModule.js +16 -11
  337. package/src/Strategy/ColumnInfoModule.js +8 -3
  338. package/src/Strategy/CustomSortModule.js +17 -12
  339. package/src/Strategy/DashboardModule.js +9 -4
  340. package/src/Strategy/DataChangeHistoryModule.js +15 -10
  341. package/src/Strategy/DataImportModule.js +8 -3
  342. package/src/Strategy/DataSetModule.js +16 -11
  343. package/src/Strategy/ExportModule.js +60 -55
  344. package/src/Strategy/Fdc3Module.js +8 -3
  345. package/src/Strategy/FlashingCellModule.js +33 -28
  346. package/src/Strategy/FormatColumnModule.js +32 -27
  347. package/src/Strategy/FreeTextColumnModule.js +13 -8
  348. package/src/Strategy/GridFilterModule.js +14 -9
  349. package/src/Strategy/GridInfoModule.js +8 -3
  350. package/src/Strategy/Interface/IBulkUpdateModule.js +2 -1
  351. package/src/Strategy/Interface/ICellSummaryModule.js +2 -1
  352. package/src/Strategy/Interface/IExportModule.js +2 -1
  353. package/src/Strategy/Interface/IModule.js +2 -1
  354. package/src/Strategy/Interface/IModuleActionReturn.js +2 -1
  355. package/src/Strategy/Interface/IPlusMinusModule.js +2 -1
  356. package/src/Strategy/Interface/IScheduleModule.js +2 -1
  357. package/src/Strategy/Interface/IShortcutModule.js +2 -1
  358. package/src/Strategy/Interface/ISmartEditModule.js +2 -1
  359. package/src/Strategy/LayoutModule.js +35 -30
  360. package/src/Strategy/NamedQueryModule.js +17 -12
  361. package/src/Strategy/NotesModule.js +8 -3
  362. package/src/Strategy/PlusMinusModule.js +26 -21
  363. package/src/Strategy/QuickSearchModule.js +10 -5
  364. package/src/Strategy/ScheduleModule.js +45 -40
  365. package/src/Strategy/SettingsPanelModule.js +9 -4
  366. package/src/Strategy/ShortcutModule.js +26 -21
  367. package/src/Strategy/SmartEditModule.js +27 -22
  368. package/src/Strategy/StateManagementModule.js +8 -3
  369. package/src/Strategy/StatusBarModule.js +8 -3
  370. package/src/Strategy/StyledColumnModule.js +22 -17
  371. package/src/Strategy/SystemStatusModule.js +10 -5
  372. package/src/Strategy/TeamSharingModule.js +37 -32
  373. package/src/Strategy/ThemeModule.js +10 -5
  374. package/src/Strategy/ToolPanelModule.js +13 -8
  375. package/src/Strategy/Utilities/Alert/getAlertBehaviourViewItems.js +9 -5
  376. package/src/Strategy/Utilities/Alert/getAlertPreviewViewItems.js +11 -6
  377. package/src/Strategy/Utilities/Alert/getAlertTypeViewItems.js +8 -4
  378. package/src/Strategy/Utilities/CustomSort/getCustomSortColumnViewItems.js +5 -1
  379. package/src/Strategy/Utilities/CustomSort/getCustomSortSortOrderViewItems.js +5 -1
  380. package/src/Strategy/Utilities/Export/getExportColumnsViewItems.js +5 -1
  381. package/src/Strategy/Utilities/Export/getExportRowsViewItems.js +5 -1
  382. package/src/Strategy/Utilities/FlashingCell/getFlashingCellDurationViewItems.js +5 -1
  383. package/src/Strategy/Utilities/FlashingCell/getFlashingCellStyleViewItems.js +7 -3
  384. package/src/Strategy/Utilities/FlashingCell/getFlashingTargetViewItems.js +5 -1
  385. package/src/Strategy/Utilities/FormatColumn/getFormatColumnSettingsViewItems.js +5 -1
  386. package/src/Strategy/Utilities/FormatColumn/getFormatColumnStyleViewItems.js +10 -5
  387. package/src/Strategy/Utilities/Layout/getLayoutFilterViewItems.js +8 -3
  388. package/src/Strategy/Utilities/Layout/getLayoutSortViewItems.js +5 -1
  389. package/src/Strategy/Utilities/Shortcut/getShortcutSettingsViewItems.js +5 -1
  390. package/src/Strategy/Utilities/getExpressionViewItems.js +5 -1
  391. package/src/Strategy/Utilities/getObjectTagsViewItems.js +12 -7
  392. package/src/Strategy/Utilities/getRuleViewItems.js +5 -1
  393. package/src/Strategy/Utilities/getScopeViewItems.js +5 -1
  394. package/src/Strategy/Utilities/updateSingleToMultiplePredicates.js +5 -1
  395. package/src/Utilities/Cancelable.js +2 -1
  396. package/src/Utilities/Constants/ConfigConstants.js +12 -9
  397. package/src/Utilities/Constants/DocumentationLinkConstants.js +17 -14
  398. package/src/Utilities/Constants/GeneralConstants.js +74 -70
  399. package/src/Utilities/Constants/ModuleConstants.js +119 -115
  400. package/src/Utilities/Defaults/DefaultAdaptableOptions.js +28 -24
  401. package/src/Utilities/Defaults/DefaultSettingsPanel.js +5 -2
  402. package/src/Utilities/Emitter.js +5 -3
  403. package/src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions.js +24 -20
  404. package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.js +54 -51
  405. package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.js +36 -31
  406. package/src/Utilities/ExpressionFunctions/dateUtils.js +7 -2
  407. package/src/Utilities/ExpressionFunctions/deepMap.js +5 -1
  408. package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.js +57 -39
  409. package/src/Utilities/ExpressionFunctions/groupingMap.js +7 -3
  410. package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.js +70 -66
  411. package/src/Utilities/ExpressionFunctions/scalarAggregationHelper.js +7 -3
  412. package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.js +56 -52
  413. package/src/Utilities/Extensions/ArrayExtensions.js +73 -39
  414. package/src/Utilities/Extensions/EnumExtensions.js +21 -14
  415. package/src/Utilities/Extensions/NumberExtensions.js +9 -4
  416. package/src/Utilities/Extensions/ObjectExtensions.js +9 -3
  417. package/src/Utilities/Extensions/StringExtensions.js +46 -23
  418. package/src/Utilities/Extensions/TypeExtensions.js +5 -1
  419. package/src/Utilities/Helpers/AdaptableHelper.js +70 -59
  420. package/src/Utilities/Helpers/DateHelper.js +28 -18
  421. package/src/Utilities/Helpers/FormatHelper.js +18 -10
  422. package/src/Utilities/Helpers/Helper.js +50 -28
  423. package/src/Utilities/Helpers/PreviewHelper.js +15 -8
  424. package/src/Utilities/Helpers/StyleHelper.js +20 -11
  425. package/src/Utilities/Interface/AdaptableToolPanelContext.js +2 -1
  426. package/src/Utilities/Interface/ColumnFilterProps.js +2 -1
  427. package/src/Utilities/Interface/IPPStyle.js +2 -1
  428. package/src/Utilities/Interface/KeyValuePair.js +2 -1
  429. package/src/Utilities/Interface/MessagePopups.js +2 -1
  430. package/src/Utilities/Interface/Preview.js +2 -1
  431. package/src/Utilities/MenuItem.js +11 -4
  432. package/src/Utilities/ObjectFactory.js +167 -124
  433. package/src/Utilities/Services/AggregatedScalarLiveValue.js +7 -3
  434. package/src/Utilities/Services/AlertService.js +16 -11
  435. package/src/Utilities/Services/CalculatedColumnExpressionService.js +13 -9
  436. package/src/Utilities/Services/ChartingService.js +15 -10
  437. package/src/Utilities/Services/DataService.js +13 -8
  438. package/src/Utilities/Services/EntitlementService.js +5 -1
  439. package/src/Utilities/Services/Fdc3Service.js +11 -7
  440. package/src/Utilities/Services/Interface/IAdaptableService.js +2 -1
  441. package/src/Utilities/Services/Interface/IAlertService.js +8 -3
  442. package/src/Utilities/Services/Interface/ICalculatedColumnExpressionService.js +2 -1
  443. package/src/Utilities/Services/Interface/IChartingService.js +2 -1
  444. package/src/Utilities/Services/Interface/IDataService.js +2 -1
  445. package/src/Utilities/Services/Interface/IEntitlementService.js +2 -1
  446. package/src/Utilities/Services/Interface/ILicenseService.js +2 -1
  447. package/src/Utilities/Services/Interface/IMetamodelService.js +2 -1
  448. package/src/Utilities/Services/Interface/IModuleService.js +2 -1
  449. package/src/Utilities/Services/Interface/IQueryLanguageService.js +2 -1
  450. package/src/Utilities/Services/Interface/IReportService.js +2 -1
  451. package/src/Utilities/Services/Interface/IRowEditService.js +2 -1
  452. package/src/Utilities/Services/Interface/ITeamSharingService.js +2 -1
  453. package/src/Utilities/Services/Interface/IThemeService.js +2 -1
  454. package/src/Utilities/Services/Interface/IValidationService.js +2 -1
  455. package/src/Utilities/Services/LicenseService/index.js +1 -181
  456. package/src/Utilities/Services/LicenseService/shouldLogThankYouMessage.js +5 -1
  457. package/src/Utilities/Services/MetamodelService.js +17 -12
  458. package/src/Utilities/Services/ModuleService.js +13 -8
  459. package/src/Utilities/Services/QueryLanguageService.js +29 -24
  460. package/src/Utilities/Services/ReportService.js +53 -48
  461. package/src/Utilities/Services/RowEditService.js +5 -1
  462. package/src/Utilities/Services/TeamSharingService.js +11 -6
  463. package/src/Utilities/Services/ThemeService.js +5 -1
  464. package/src/Utilities/Services/ValidationService.js +15 -10
  465. package/src/Utilities/getScrollbarSize.js +3 -1
  466. package/src/Utilities/isAdaptableObject.js +5 -1
  467. package/src/Utilities/isMacLike.js +5 -1
  468. package/src/Utilities/license/LicenseDetails.js +2 -1
  469. package/src/Utilities/license/decode.js +1 -65
  470. package/src/Utilities/license/hashing.js +1 -43
  471. package/src/Utilities/logDeprecation.js +9 -3
  472. package/src/Utilities/reorder.js +5 -1
  473. package/src/Utilities/runIfNotResolvedIn.js +5 -1
  474. package/src/Utilities/sortWithOrder.js +5 -1
  475. package/src/Utilities/waitForCondition.js +5 -1
  476. package/src/Utilities/waitForTimeout.js +5 -1
  477. package/src/View/AdaptableContext.js +8 -3
  478. package/src/View/AdaptablePopover/index.js +22 -17
  479. package/src/View/AdaptableView.js +35 -30
  480. package/src/View/AdaptableViewFactory.js +71 -67
  481. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableConfig.js +2 -1
  482. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableOptionsForm.js +30 -25
  483. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ColumnsList.js +44 -42
  484. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/Components/FormBox.js +9 -4
  485. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizard.js +26 -21
  486. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizardColumnsStep.js +9 -4
  487. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/EntitlementsForm.js +29 -26
  488. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/FinanceForm.js +2 -1
  489. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/GridOptionsForm.js +20 -17
  490. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsActionColumnsForm.js +13 -8
  491. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsSidebarForm.js +21 -16
  492. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsStatusbarForm.js +29 -24
  493. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UiOptionsForm.js +23 -18
  494. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/index.js +4 -2
  495. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/useSelection.js +5 -3
  496. package/src/View/AdaptableWizardView/Utils.js +5 -1
  497. package/src/View/AdaptableWizardView/Wizard.js +26 -20
  498. package/src/View/AdaptableWizardView/helper.js +10 -4
  499. package/src/View/AdaptableWizardView/index.js +10 -7
  500. package/src/View/Alert/ActiveAlertsPanel.js +14 -9
  501. package/src/View/Alert/ActiveAlertsPanelItemLabel.js +15 -10
  502. package/src/View/Alert/AlertEmptyView.js +9 -4
  503. package/src/View/Alert/AlertEntityRow.js +18 -13
  504. package/src/View/Alert/AlertStatusSubPanel.js +18 -13
  505. package/src/View/Alert/AlertViewPanel.js +20 -16
  506. package/src/View/Alert/AlertsPanel.js +27 -22
  507. package/src/View/Alert/Utilities/getAlertButtonStyle.js +11 -6
  508. package/src/View/Alert/Utilities/getAlertType.js +9 -4
  509. package/src/View/Alert/Utilities/getAvailablePredicates.js +5 -1
  510. package/src/View/Alert/Utilities/getDefaultAlertDefinition.js +14 -9
  511. package/src/View/Alert/Utilities/mapAlertDefinition.js +5 -1
  512. package/src/View/Alert/Wizard/AlertBehaviourWizardSection.js +50 -43
  513. package/src/View/Alert/Wizard/AlertButtonsEditor.js +40 -35
  514. package/src/View/Alert/Wizard/AlertMessageWizardSection.js +37 -31
  515. package/src/View/Alert/Wizard/AlertNotificationWizardSection.js +33 -27
  516. package/src/View/Alert/Wizard/AlertRulesWizardSection.js +30 -23
  517. package/src/View/Alert/Wizard/AlertScopeWizardSection.js +13 -8
  518. package/src/View/Alert/Wizard/AlertSelectQueryWizard.js +19 -14
  519. package/src/View/Alert/Wizard/AlertTypeWizardSection.js +26 -20
  520. package/src/View/Alert/Wizard/AlertWizard.js +65 -60
  521. package/src/View/Alert/Wizard/BaseAlertScopeWizardSection.js +19 -14
  522. package/src/View/Alert/Wizard/isValidAlertRules.js +7 -3
  523. package/src/View/BulkUpdate/BulkUpdatePopup.js +37 -33
  524. package/src/View/BulkUpdate/BulkUpdateViewPanel.js +31 -27
  525. package/src/View/CalculatedColumn/CalculatedColumnSummary.js +22 -17
  526. package/src/View/CalculatedColumn/Utilities/getCalculatedColumnSettingsTags.js +5 -1
  527. package/src/View/CalculatedColumn/Wizard/CalculatedColumnDefinitionWizardSection.js +43 -36
  528. package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.js +28 -21
  529. package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.js +40 -33
  530. package/src/View/CalculatedColumn/Wizard/CalculatedColumnTypeSection.js +18 -13
  531. package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.js +54 -49
  532. package/src/View/CalculatedColumn/utils.js +5 -1
  533. package/src/View/CellSummary/CellSummaryDetails.js +11 -6
  534. package/src/View/CellSummary/CellSummaryPopover.js +9 -4
  535. package/src/View/CellSummary/CellSummaryPopup.js +12 -8
  536. package/src/View/CellSummary/CellSummaryStatusBarSubPanelPopover.js +12 -11
  537. package/src/View/CellSummary/CellSummaryStatusPanel.js +16 -11
  538. package/src/View/CellSummary/CellSummaryViewPanel.js +26 -22
  539. package/src/View/Charting/ChartingStatusBarPopover.js +17 -12
  540. package/src/View/Charting/ChartingViewPanel.js +18 -13
  541. package/src/View/Charting/ChartingWizard/AgChargingWizard/AgChargingWizard.js +23 -18
  542. package/src/View/Charting/ChartingWizard/AgChargingWizard/PreviewChartSection.js +14 -9
  543. package/src/View/Charting/ChartingWizard/AgChargingWizard/SettingsSection.js +22 -16
  544. package/src/View/Charting/ChartingWizard/AgChargingWizard/index.js +4 -1
  545. package/src/View/Charting/ChartingWizard/ChartingWizard.js +14 -10
  546. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/ExternalChartingWizard.js +18 -13
  547. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/SettingsSection.js +14 -8
  548. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/index.js +4 -1
  549. package/src/View/Charting/ChartingWizard/index.js +4 -1
  550. package/src/View/Charting/DeleteChartButton.js +11 -6
  551. package/src/View/Charting/EditChartButton.js +13 -8
  552. package/src/View/Charting/ShowChartButton.js +26 -21
  553. package/src/View/Charting/useAgChartState.js +12 -7
  554. package/src/View/Charting/useChartingElements.js +31 -26
  555. package/src/View/Charting/useExternalChartState.js +12 -7
  556. package/src/View/ColumnInfo/ColumnInfo.js +38 -33
  557. package/src/View/ColumnInfo/ColumnInfoPopup.js +13 -8
  558. package/src/View/Components/AdaptableButton/index.js +13 -8
  559. package/src/View/Components/AdaptableDateInput/index.js +15 -13
  560. package/src/View/Components/AdaptableIconComponent/index.js +11 -6
  561. package/src/View/Components/AdaptableIconComponent/useCustomIcon.js +7 -3
  562. package/src/View/Components/AdaptableIconSelector/index.js +11 -6
  563. package/src/View/Components/AdaptableInput/index.js +11 -8
  564. package/src/View/Components/AdaptableObjectCollection/index.js +11 -6
  565. package/src/View/Components/AdaptableObjectList/AdaptableObjectCompactList.js +33 -27
  566. package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +47 -40
  567. package/src/View/Components/AdaptableObjectList/index.js +5 -1
  568. package/src/View/Components/AdaptableObjectRow/index.js +12 -7
  569. package/src/View/Components/Badge/index.js +11 -6
  570. package/src/View/Components/Buttons/ButtonApply.js +9 -4
  571. package/src/View/Components/Buttons/ButtonBase/index.js +10 -5
  572. package/src/View/Components/Buttons/ButtonClear.js +9 -4
  573. package/src/View/Components/Buttons/ButtonClone.js +9 -4
  574. package/src/View/Components/Buttons/ButtonClose.js +9 -4
  575. package/src/View/Components/Buttons/ButtonConfigure.js +9 -4
  576. package/src/View/Components/Buttons/ButtonDelete.js +11 -8
  577. package/src/View/Components/Buttons/ButtonEdit.js +9 -4
  578. package/src/View/Components/Buttons/ButtonExpand.js +9 -4
  579. package/src/View/Components/Buttons/ButtonExport.js +9 -4
  580. package/src/View/Components/Buttons/ButtonFunction.js +9 -4
  581. package/src/View/Components/Buttons/ButtonGeneral.js +9 -4
  582. package/src/View/Components/Buttons/ButtonInfo.js +9 -4
  583. package/src/View/Components/Buttons/ButtonInvalid.js +9 -4
  584. package/src/View/Components/Buttons/ButtonLogin.js +9 -4
  585. package/src/View/Components/Buttons/ButtonLogout.js +9 -4
  586. package/src/View/Components/Buttons/ButtonMaximise.js +9 -4
  587. package/src/View/Components/Buttons/ButtonMinimise.js +9 -4
  588. package/src/View/Components/Buttons/ButtonNew.js +9 -4
  589. package/src/View/Components/Buttons/ButtonNewPage.js +9 -4
  590. package/src/View/Components/Buttons/ButtonOpen.js +9 -4
  591. package/src/View/Components/Buttons/ButtonPause.js +9 -4
  592. package/src/View/Components/Buttons/ButtonPlay.js +10 -5
  593. package/src/View/Components/Buttons/ButtonPreviewDelete.js +7 -4
  594. package/src/View/Components/Buttons/ButtonSave.js +9 -4
  595. package/src/View/Components/Buttons/ButtonSchedule.js +9 -4
  596. package/src/View/Components/Buttons/ButtonShare.js +12 -8
  597. package/src/View/Components/Buttons/ButtonShow.js +9 -4
  598. package/src/View/Components/Buttons/ButtonShowChart.js +9 -4
  599. package/src/View/Components/Buttons/ButtonStop.js +9 -4
  600. package/src/View/Components/Buttons/ButtonUndo.js +9 -4
  601. package/src/View/Components/Buttons/ButtonUnsuspend.js +9 -4
  602. package/src/View/Components/Buttons/EntityListActionButtons.js +19 -14
  603. package/src/View/Components/Buttons/SuspendToggleButton/SuspendToggleButton.js +8 -4
  604. package/src/View/Components/Buttons/SuspendToggleButton/index.js +4 -1
  605. package/src/View/Components/CellPopup/index.js +14 -10
  606. package/src/View/Components/ColumnSelector/index.js +12 -7
  607. package/src/View/Components/EntityRowItem.js +7 -2
  608. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicateEditor.js +23 -18
  609. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicatesEditor.js +32 -27
  610. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/index.js +5 -1
  611. package/src/View/Components/EntityRulesEditor/Utilities.js +5 -1
  612. package/src/View/Components/EntityRulesEditor/index.js +42 -45
  613. package/src/View/Components/ExpressionWizard.js +22 -17
  614. package/src/View/Components/ExternalRenderer.js +10 -6
  615. package/src/View/Components/FilterForm/FilterForm.js +56 -51
  616. package/src/View/Components/FilterForm/ListBoxFilterForm.js +35 -30
  617. package/src/View/Components/FilterForm/ListBoxMenu.js +13 -8
  618. package/src/View/Components/FilterForm/QuickFilterForm.js +46 -41
  619. package/src/View/Components/FilterForm/QuickFilterValues.js +28 -23
  620. package/src/View/Components/FilterForm/Waiting.js +14 -10
  621. package/src/View/Components/FilterForm/getDefaultColumnFilterPredicate.js +5 -1
  622. package/src/View/Components/Forms/AdaptableFormControlTextClear.js +14 -10
  623. package/src/View/Components/ListBox/DualListBoxEditor.js +58 -53
  624. package/src/View/Components/ListBox/ListBoxFilterSortComponent.js +15 -10
  625. package/src/View/Components/ModuleProfile.js +9 -4
  626. package/src/View/Components/ModuleSummary/ModuleDetail.js +11 -6
  627. package/src/View/Components/ModuleSummary/ModuleHeader.js +13 -8
  628. package/src/View/Components/ModuleSummary/SummaryRowItem.js +9 -4
  629. package/src/View/Components/ModuleValueSelector/index.js +19 -15
  630. package/src/View/Components/NewScopeComponent.js +52 -45
  631. package/src/View/Components/Panels/FilterFormPanel.js +27 -22
  632. package/src/View/Components/Panels/PanelDashboard/index.js +9 -4
  633. package/src/View/Components/Panels/PanelFooter.js +13 -8
  634. package/src/View/Components/Panels/PanelToolPanel/index.js +20 -16
  635. package/src/View/Components/Panels/PanelWithButton.js +21 -16
  636. package/src/View/Components/Panels/PanelWithImage.js +20 -16
  637. package/src/View/Components/Panels/PanelWithRow.js +12 -7
  638. package/src/View/Components/Panels/PanelWithTwoButtons.js +12 -7
  639. package/src/View/Components/Panels/ToolPanelSettingsPanel.js +11 -6
  640. package/src/View/Components/PermittedValuesSelector/PermitedValuesSelector.js +20 -15
  641. package/src/View/Components/PermittedValuesSelector/index.js +5 -1
  642. package/src/View/Components/Popups/AdaptableLoadingScreen.js +11 -6
  643. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopup.js +31 -26
  644. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupBody.js +12 -7
  645. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupDialog.js +25 -21
  646. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.js +29 -24
  647. package/src/View/Components/Popups/AdaptablePopup/CustomSettingsPanelView.js +9 -4
  648. package/src/View/Components/Popups/AdaptablePopup/Navigation.js +16 -11
  649. package/src/View/Components/Popups/AdaptablePopup/PopupContext.js +8 -3
  650. package/src/View/Components/Popups/AdaptablePopup/PopupPanel.js +17 -12
  651. package/src/View/Components/Popups/AdaptablePopup/TopBar.js +17 -12
  652. package/src/View/Components/Popups/AdaptablePopup/index.js +5 -1
  653. package/src/View/Components/Popups/AdaptablePopup/useMenuItems.js +15 -10
  654. package/src/View/Components/Popups/AdaptablePopupAlert.js +27 -22
  655. package/src/View/Components/Popups/AdaptablePopupConfirmation.js +30 -25
  656. package/src/View/Components/Popups/AdaptablePopupPrompt.js +23 -18
  657. package/src/View/Components/Popups/AdaptablePopupTeamSharing.js +31 -26
  658. package/src/View/Components/Popups/AdaptableToaster.js +18 -13
  659. package/src/View/Components/Popups/FormPopups/FormPopups.js +25 -19
  660. package/src/View/Components/Popups/Utilities.js +17 -10
  661. package/src/View/Components/Popups/WindowPopups/WindowPopups.js +27 -23
  662. package/src/View/Components/Popups/WindowPopups/windowFactory.js +16 -13
  663. package/src/View/Components/PredicateEditor/PredicateEditor.js +26 -21
  664. package/src/View/Components/PreviewResultsPanel.js +18 -13
  665. package/src/View/Components/RangesComponent.js +56 -51
  666. package/src/View/Components/ScopeComponent.js +28 -23
  667. package/src/View/Components/Selectors/ColumnSelector.js +11 -6
  668. package/src/View/Components/Selectors/ColumnSelectorOld.js +18 -13
  669. package/src/View/Components/Selectors/ColumnValueSelector.js +20 -15
  670. package/src/View/Components/Selectors/PermittedValuesSelector.js +13 -8
  671. package/src/View/Components/SharedProps/BaseProps.js +2 -1
  672. package/src/View/Components/SharedProps/ConfigEntityRowProps.js +2 -1
  673. package/src/View/Components/SharedProps/EditableConfigEntityState.js +5 -2
  674. package/src/View/Components/SharedProps/ModuleSummaryProps.js +2 -1
  675. package/src/View/Components/SharedProps/ModuleViewPopupProps.js +2 -1
  676. package/src/View/Components/SharedProps/ToolPanelModuleViewPopupProps.js +2 -1
  677. package/src/View/Components/SharedProps/ToolbarModuleViewPopupProps.js +2 -1
  678. package/src/View/Components/SharedProps/ViewPanelProps.js +2 -1
  679. package/src/View/Components/SharedProps/WizardScopeState.js +2 -1
  680. package/src/View/Components/StyleComponent.js +69 -64
  681. package/src/View/Components/StyleVisualItem.js +14 -9
  682. package/src/View/Components/TagValueSelector/index.js +15 -9
  683. package/src/View/Components/ToolPanel/AdaptableToolPanel.js +44 -39
  684. package/src/View/Components/ToolPanel/CustomToolPanelContent.js +18 -13
  685. package/src/View/Components/ToolPanel/ToolPanelPopup.js +28 -24
  686. package/src/View/Components/ToolPanel/ToolPanelWrapper.js +21 -16
  687. package/src/View/Components/ValueSelector/index.js +53 -47
  688. package/src/View/Components/WizardSummaryPage.js +12 -7
  689. package/src/View/Components/WizardSummaryRow.js +11 -6
  690. package/src/View/CustomSort/CustomSortSummary.js +37 -32
  691. package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.js +24 -17
  692. package/src/View/CustomSort/Wizard/CustomSortSummaryWizard.js +9 -4
  693. package/src/View/CustomSort/Wizard/CustomSortValuesWizardSection.js +36 -29
  694. package/src/View/CustomSort/Wizard/CustomSortWizard.js +36 -31
  695. package/src/View/Dashboard/CustomDashboardButton.js +12 -7
  696. package/src/View/Dashboard/CustomToolbar.js +25 -19
  697. package/src/View/Dashboard/Dashboard.js +42 -38
  698. package/src/View/Dashboard/DashboardPopup.js +33 -29
  699. package/src/View/Dashboard/DashboardToolbarFactory.js +18 -13
  700. package/src/View/Dashboard/DashboardViewPanel.js +14 -10
  701. package/src/View/Dashboard/ModuleToolbarWrapper.js +13 -8
  702. package/src/View/Dashboard/PinnedDashboard.js +17 -12
  703. package/src/View/Dashboard/PinnedToolbarsSelector.js +16 -11
  704. package/src/View/DataChangeHistory/DataChangeHistoryGrid.js +20 -15
  705. package/src/View/DataChangeHistory/DataChangeHistoryPopup.js +38 -34
  706. package/src/View/DataChangeHistory/DataChangeHistoryStatusBarContent.js +9 -4
  707. package/src/View/DataChangeHistory/DataChangeHistoryViewPanel.js +41 -36
  708. package/src/View/DataChangeHistory/buildActionColumnButton.js +5 -1
  709. package/src/View/DataImport/DataImportPopup.js +17 -12
  710. package/src/View/DataImport/DataImportWizard/DataImportWizard.js +30 -25
  711. package/src/View/DataImport/DataImportWizard/index.js +4 -1
  712. package/src/View/DataImport/DataImportWizard/sections/ColumnsSection.js +34 -29
  713. package/src/View/DataImport/DataImportWizard/sections/DataPreview.js +26 -21
  714. package/src/View/DataImport/DataImportWizard/sections/ImportSection.js +23 -18
  715. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadFileSection.js +10 -5
  716. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadSection.js +22 -17
  717. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadTextSection.js +11 -6
  718. package/src/View/DataImport/DataImportWizard/sections/UploadSection/index.js +4 -1
  719. package/src/View/DataImport/DataImportWizard/sections/ValidationSection.js +23 -18
  720. package/src/View/DataImport/systemFileHandlers.js +9 -5
  721. package/src/View/DataSet/DataSetSelector.js +11 -6
  722. package/src/View/DataSet/DataSetStatusPanelPopover.js +11 -6
  723. package/src/View/DataSet/DataSetViewPanel.js +16 -12
  724. package/src/View/Export/ExportSelector.js +16 -11
  725. package/src/View/Export/ExportTablePopup.js +12 -7
  726. package/src/View/Export/ExportViewPanel.js +41 -37
  727. package/src/View/Export/ReportExportDropdown.js +21 -16
  728. package/src/View/Export/Wizard/NewReportWizard.js +37 -32
  729. package/src/View/Export/Wizard/ReportColumnTypeWizard.js +19 -14
  730. package/src/View/Export/Wizard/ReportColumnsWizardSection.js +35 -28
  731. package/src/View/Export/Wizard/ReportNameWizardSection.js +28 -21
  732. package/src/View/Export/Wizard/ReportRowTypeWizard.js +19 -14
  733. package/src/View/Export/Wizard/ReportRowsWizardSection.js +37 -30
  734. package/src/View/Export/Wizard/ReportScopeWizard.js +14 -9
  735. package/src/View/Export/Wizard/ReportSettingsWizard.js +23 -18
  736. package/src/View/Export/Wizard/ReportSummaryWizard.js +9 -4
  737. package/src/View/Export/constants.js +5 -2
  738. package/src/View/Filter/ActiveFiltersPanel.js +12 -7
  739. package/src/View/Filter/FilterStatusBarSubPanelPopover.js +9 -4
  740. package/src/View/Filter/FilterSummary.js +23 -18
  741. package/src/View/Filter/FilterViewPanel.js +24 -20
  742. package/src/View/FlashingCell/FlashingCellStyle.js +14 -10
  743. package/src/View/FlashingCell/Wizard/FlashingCellRulesWizardSection.js +20 -14
  744. package/src/View/FlashingCell/Wizard/FlashingCellScopeWizardSection.js +13 -8
  745. package/src/View/FlashingCell/Wizard/FlashingCellSettingsWizardSection.js +42 -36
  746. package/src/View/FlashingCell/Wizard/FlashingCellStyleWizardSection.js +34 -28
  747. package/src/View/FlashingCell/Wizard/FlashingCellWizard.js +49 -44
  748. package/src/View/FlashingCell/Wizard/isValidFlashingCellRules.js +7 -3
  749. package/src/View/FormatColumn/FormatColumnSummary.js +32 -27
  750. package/src/View/FormatColumn/MoveFormatColumn.js +15 -10
  751. package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.js +161 -153
  752. package/src/View/FormatColumn/Wizard/FormatColumnRuleWizardSection.js +11 -6
  753. package/src/View/FormatColumn/Wizard/FormatColumnScopeWizardSection.js +16 -10
  754. package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.js +36 -30
  755. package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.js +25 -17
  756. package/src/View/FormatColumn/Wizard/FormatColumnWizard.js +53 -48
  757. package/src/View/FormatColumn/Wizard/constants.js +4 -1
  758. package/src/View/FreeTextColumn/FreeTextColumnSummary.js +32 -27
  759. package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.js +59 -52
  760. package/src/View/FreeTextColumn/Wizard/FreeTextColumnWizard.js +31 -26
  761. package/src/View/GridFilter/GridFilterExpressionEditor.js +35 -30
  762. package/src/View/GridFilter/GridFilterPopup.js +39 -34
  763. package/src/View/GridFilter/GridFilterStatusbar.js +10 -5
  764. package/src/View/GridFilter/GridFilterViewPanel.js +38 -34
  765. package/src/View/GridFilter/GridFilterWindowPopup.js +9 -4
  766. package/src/View/GridFilter/NamedQuerySelector.js +37 -31
  767. package/src/View/GridFilter/useGridFilterExpressionEditor.js +27 -22
  768. package/src/View/GridFilter/useGridFilterOptionsForExpressionEditor.js +7 -3
  769. package/src/View/GridInfo/GridInfoPopup/AdaptableObjectsSummary.js +16 -11
  770. package/src/View/GridInfo/GridInfoPopup/AdaptableOptionsComponent.js +25 -20
  771. package/src/View/GridInfo/GridInfoPopup/GridInfoPopup.js +37 -32
  772. package/src/View/GridInfo/GridInfoPopup/index.js +4 -1
  773. package/src/View/KeyHint.js +9 -4
  774. package/src/View/Layout/EditCurrentLayoutButton.js +11 -6
  775. package/src/View/Layout/LayoutCloneButton.js +11 -6
  776. package/src/View/Layout/LayoutRadioSelector.js +11 -6
  777. package/src/View/Layout/LayoutStatusBarSubPanelPopover.js +15 -10
  778. package/src/View/Layout/LayoutViewPanel.js +30 -26
  779. package/src/View/Layout/PivotDetailsPopoup.js +12 -7
  780. package/src/View/Layout/SaveLayoutButton.js +17 -12
  781. package/src/View/Layout/Wizard/Components/ColumnLabels.js +15 -11
  782. package/src/View/Layout/Wizard/LayoutWizard.js +56 -51
  783. package/src/View/Layout/Wizard/sections/AggregationsSection.js +44 -37
  784. package/src/View/Layout/Wizard/sections/ColumnsSection.js +68 -62
  785. package/src/View/Layout/Wizard/sections/FilterSection.js +37 -30
  786. package/src/View/Layout/Wizard/sections/GridFilterSection.js +31 -24
  787. package/src/View/Layout/Wizard/sections/PivotColumnsSection.js +27 -21
  788. package/src/View/Layout/Wizard/sections/RowGroupingSection.js +33 -27
  789. package/src/View/Layout/Wizard/sections/SettingsSection.js +35 -29
  790. package/src/View/Layout/Wizard/sections/SortSection.js +32 -26
  791. package/src/View/Layout/Wizard/sections/Utilities.js +5 -1
  792. package/src/View/License/LicenseWatermark.js +1 -61
  793. package/src/View/License/index.js +5 -1
  794. package/src/View/NamedQuery/EditCurrentQueryButton.js +11 -6
  795. package/src/View/NamedQuery/Wizard/NamedQueryExpressionWizardSection.js +24 -17
  796. package/src/View/NamedQuery/Wizard/NamedQuerySettingsWizardSection.js +28 -21
  797. package/src/View/NamedQuery/Wizard/NamedQueryWizard.js +33 -28
  798. package/src/View/Notes/NotesListing.js +19 -14
  799. package/src/View/Notes/NotesPopup.js +24 -19
  800. package/src/View/PlusMinus/PlusMinusSummary.js +31 -26
  801. package/src/View/PlusMinus/Wizard/PlusMinusRuleWizardSection.js +18 -12
  802. package/src/View/PlusMinus/Wizard/PlusMinusScopeWizardSection.js +11 -6
  803. package/src/View/PlusMinus/Wizard/PlusMinusSettingsWizardSection.js +39 -32
  804. package/src/View/PlusMinus/Wizard/PlusMinusWizard.js +31 -26
  805. package/src/View/QuickSearch/FloatingQuickSearch/FloatingQuickSearch.js +18 -13
  806. package/src/View/QuickSearch/QuickSearchInput.js +18 -13
  807. package/src/View/QuickSearch/QuickSearchPopup.js +30 -26
  808. package/src/View/QuickSearch/QuickSearchStatusBarContent.js +15 -10
  809. package/src/View/QuickSearch/QuickSearchViewPanel.js +9 -4
  810. package/src/View/QuickSearch/useQuickSearchDebounced.js +12 -7
  811. package/src/View/Schedule/Wizard/ScheduleScheduleSummary.js +13 -8
  812. package/src/View/Schedule/Wizard/ScheduleScheduleWizard.js +32 -26
  813. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsGlue42.js +18 -13
  814. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsIPushPull.js +29 -24
  815. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsOpenFin.js +18 -13
  816. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReminder.js +29 -24
  817. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.js +22 -17
  818. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsSummary.js +20 -14
  819. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsWizard.js +25 -20
  820. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/index.js +9 -3
  821. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/isSettingsValid.js +22 -17
  822. package/src/View/Schedule/Wizard/ScheduleWizard.js +52 -47
  823. package/src/View/Shortcut/Wizard/ShortcutScopeWizardSection.js +11 -6
  824. package/src/View/Shortcut/Wizard/ShortcutSettingsWizard.js +50 -43
  825. package/src/View/Shortcut/Wizard/ShortcutWizard.js +37 -32
  826. package/src/View/Shortcut/shortcutKeys.js +4 -1
  827. package/src/View/Shortcut/shortcutOperations.js +9 -6
  828. package/src/View/SmartEdit/SmartEditPopup.js +30 -26
  829. package/src/View/SmartEdit/SmartEditViewPanel.js +34 -30
  830. package/src/View/SpecialColumnSettingsWizardStep.js +40 -35
  831. package/src/View/StateManagement/StateManagementPopup.js +27 -22
  832. package/src/View/StateManagement/StateManagementViewPanel.js +19 -14
  833. package/src/View/StateManagement/components/ClearButton.js +9 -4
  834. package/src/View/StateManagement/components/ExportDropdown.js +12 -7
  835. package/src/View/StateManagement/components/LoadButton.js +11 -6
  836. package/src/View/StateManagement/handleExportState.js +9 -4
  837. package/src/View/StatusBar/AdaptableStatusBar.js +19 -14
  838. package/src/View/StatusBar/StatusBarPanel.js +16 -12
  839. package/src/View/StatusBar/StatusBarPopup.js +19 -14
  840. package/src/View/StyledColumn/Wizard/StyledColumnBadgeSection.js +60 -61
  841. package/src/View/StyledColumn/Wizard/StyledColumnSparklineSettingsSection.js +142 -137
  842. package/src/View/StyledColumn/Wizard/StyledColumnWizard.js +49 -44
  843. package/src/View/StyledColumn/Wizard/StyledColumnWizardColumnSection.js +24 -17
  844. package/src/View/StyledColumn/Wizard/StyledColumnWizardSettingsSection.js +27 -21
  845. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarColumnComparisonPreview.js +14 -9
  846. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarRangesPreview.js +12 -7
  847. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarStylePreview.js +12 -7
  848. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/StyledColumnBadgePreview.js +19 -14
  849. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/StyledColumnWizardStyleSection.js +56 -49
  850. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/index.js +4 -1
  851. package/src/View/StyledColumn/Wizard/StyledColumnWizardTypeSection.js +29 -23
  852. package/src/View/SystemStatus/SystemStatusEntityRow.js +17 -12
  853. package/src/View/SystemStatus/SystemStatusPopup.js +22 -18
  854. package/src/View/SystemStatus/SystemStatusStatusBarContent.js +13 -8
  855. package/src/View/SystemStatus/SystemStatusViewPanel.js +12 -8
  856. package/src/View/SystemStatus/Utilities/getStatusItemStyle.js +9 -4
  857. package/src/View/TeamSharing/SharedEntityDependencies.js +18 -12
  858. package/src/View/TeamSharing/SharedEntityObjectView.js +30 -23
  859. package/src/View/TeamSharing/TeamSharingApplyButton.js +11 -6
  860. package/src/View/Theme/ThemeEditor.js +32 -27
  861. package/src/View/Theme/ThemeEditorWindow.js +13 -8
  862. package/src/View/Theme/ThemeField.js +23 -18
  863. package/src/View/Theme/ThemePopup.js +28 -24
  864. package/src/View/Theme/ThemeSelector.js +16 -11
  865. package/src/View/Theme/ThemeStatusbar.js +11 -6
  866. package/src/View/Theme/ThemeViewPanel.js +12 -7
  867. package/src/View/Theme/VariantSelector.js +13 -8
  868. package/src/View/UIHelper.js +152 -120
  869. package/src/View/UIInterfaces.js +2 -1
  870. package/src/View/Wizard/AdaptableWizard.js +30 -24
  871. package/src/View/Wizard/Interface/IAdaptableWizard.js +2 -1
  872. package/src/View/Wizard/ObjectTagsWizardSection.js +20 -14
  873. package/src/View/Wizard/OnePageAdaptableWizard.js +42 -32
  874. package/src/View/Wizard/OnePageWizards.js +59 -50
  875. package/src/View/Wizard/TypeRadio.js +12 -7
  876. package/src/View/Wizard/WizardLegend.js +11 -6
  877. package/src/View/Wizard/useKeyboardNavigation.js +9 -4
  878. package/src/View/renderWithAdaptableContext.js +14 -9
  879. package/src/agGrid/ActionColumnRenderer.js +15 -9
  880. package/src/agGrid/Adaptable.d.ts +5 -6
  881. package/src/agGrid/Adaptable.js +260 -254
  882. package/src/agGrid/AdaptableLogger.js +6 -2
  883. package/src/agGrid/BadgeRenderer.js +11 -6
  884. package/src/agGrid/CheckboxRenderer.js +7 -2
  885. package/src/agGrid/ColumnSetupInfo.js +2 -1
  886. package/src/agGrid/FilterWrapper.js +14 -9
  887. package/src/agGrid/FloatingFilterWrapper.js +13 -8
  888. package/src/agGrid/PercentBarRenderer.js +10 -5
  889. package/src/agGrid/agGridHelper.js +105 -100
  890. package/src/agGrid/agGridMenuHelper.js +35 -30
  891. package/src/agGrid/attachAddaptableColumnTypes.js +8 -4
  892. package/src/agGrid/createAgStatusPanelComponent.js +10 -5
  893. package/src/agGrid/editors/AdaptableDateEditor/InternalAdaptableDateEditor.js +16 -12
  894. package/src/agGrid/editors/AdaptableDateEditor/index.js +24 -19
  895. package/src/agGrid/editors/AdaptableNumberEditor/InternalAdaptableNumberEditor.js +10 -6
  896. package/src/agGrid/editors/AdaptableNumberEditor/index.js +21 -16
  897. package/src/agGrid/index.js +11 -6
  898. package/src/agGrid/weightedAverage.js +17 -10
  899. package/src/components/AdaptableFormComponent/AdaptableFormComponent.js +31 -25
  900. package/src/components/AdaptableFormComponent/index.js +4 -1
  901. package/src/components/CheckBox/index.js +17 -13
  902. package/src/components/CodeBlock/index.js +11 -6
  903. package/src/components/ColorPicker/ColorPicker.js +19 -16
  904. package/src/components/ColorPicker/index.js +4 -1
  905. package/src/components/ContainerProps.js +2 -1
  906. package/src/components/Dashboard/Dashboard.js +22 -17
  907. package/src/components/Dashboard/DashboardManager.js +7 -4
  908. package/src/components/Dashboard/DashboardTab.js +5 -1
  909. package/src/components/Dashboard/DashboardToolbar.js +14 -9
  910. package/src/components/Dashboard/index.js +6 -3
  911. package/src/components/Datepicker/Caption.js +20 -15
  912. package/src/components/Datepicker/CaptionLabel.js +21 -16
  913. package/src/components/Datepicker/DatepickerContext.js +9 -4
  914. package/src/components/Datepicker/index.js +39 -36
  915. package/src/components/Dialog/index.js +32 -29
  916. package/src/components/Dialog/useIsOpen.js +6 -3
  917. package/src/components/DragAndDropContext/DragAndDropContext.js +6 -2
  918. package/src/components/DragAndDropContext/ModuleManager.js +18 -13
  919. package/src/components/DragAndDropContext/TabList.js +27 -19
  920. package/src/components/DragAndDropContext/UnusedPanel.js +15 -10
  921. package/src/components/DragAndDropContext/types.js +2 -1
  922. package/src/components/Drawer/index.js +7 -2
  923. package/src/components/Dropdown/Arrows.js +8 -5
  924. package/src/components/Dropdown/index.js +20 -18
  925. package/src/components/DropdownButton/DropdownButtonItem.js +2 -1
  926. package/src/components/DropdownButton/index.js +26 -23
  927. package/src/components/DropdownButton/renderItem.js +7 -4
  928. package/src/components/DropdownButton/useExpanded.js +12 -9
  929. package/src/components/EllipsisContainer/index.js +21 -17
  930. package/src/components/EmptyContent/index.js +10 -8
  931. package/src/components/ErrorBox/index.js +10 -6
  932. package/src/components/ExpressionEditor/BaseEditorInput.js +60 -55
  933. package/src/components/ExpressionEditor/EditorButton.js +10 -8
  934. package/src/components/ExpressionEditor/EditorContext.js +8 -4
  935. package/src/components/ExpressionEditor/EditorInput.js +25 -22
  936. package/src/components/ExpressionEditor/EditorInputWithWhereClause.js +27 -24
  937. package/src/components/ExpressionEditor/ExpressionFunctionDocumentation.js +15 -10
  938. package/src/components/ExpressionEditor/NamedQueryContext.js +8 -4
  939. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilder.js +42 -36
  940. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilderInputs.js +44 -36
  941. package/src/components/ExpressionEditor/QueryBuilder/QueryPredicateBuilder.js +58 -53
  942. package/src/components/ExpressionEditor/QueryBuilder/booleanExpressions.js +4 -1
  943. package/src/components/ExpressionEditor/QueryBuilder/index.js +4 -1
  944. package/src/components/ExpressionEditor/QueryBuilder/utils.js +26 -17
  945. package/src/components/ExpressionEditor/editorButtonsAggregatedBoolean.js +4 -1
  946. package/src/components/ExpressionEditor/editorButtonsAggregatedScalar.js +4 -1
  947. package/src/components/ExpressionEditor/editorButtonsCumulativeAggregatedScalar.js +4 -1
  948. package/src/components/ExpressionEditor/editorButtonsObservable.js +4 -1
  949. package/src/components/ExpressionEditor/editorButtonsQuantileAggregatedScalar.js +4 -1
  950. package/src/components/ExpressionEditor/editorButtonsSearch.js +4 -1
  951. package/src/components/ExpressionEditor/index.js +99 -97
  952. package/src/components/FieldWrap/index.js +8 -5
  953. package/src/components/FileDroppable/FileDroppableState.js +2 -1
  954. package/src/components/FileDroppable/index.js +33 -29
  955. package/src/components/FileDroppable/reducer.js +6 -3
  956. package/src/components/FlexWithFooter.js +11 -9
  957. package/src/components/FormLayout/index.js +17 -13
  958. package/src/components/HelpBlock/index.js +10 -6
  959. package/src/components/Icon/index.js +29 -20
  960. package/src/components/IconSelector/IconSelector.js +32 -27
  961. package/src/components/IconSelector/index.js +4 -1
  962. package/src/components/InfiniteTable/index.js +10 -6
  963. package/src/components/Input/NumberInput.js +9 -4
  964. package/src/components/Input/index.js +11 -8
  965. package/src/components/List/GridList/index.js +10 -7
  966. package/src/components/List/ListGroup/index.js +9 -7
  967. package/src/components/List/ListGroupItem/index.js +10 -8
  968. package/src/components/Loader/Loader.js +10 -4
  969. package/src/components/Loader/index.js +7 -2
  970. package/src/components/Logo/index.js +7 -2
  971. package/src/components/Modal/Backdrop.js +17 -12
  972. package/src/components/Modal/index.js +23 -19
  973. package/src/components/NotifyResize/index.js +7 -4
  974. package/src/components/OverlayTrigger/Overlay.js +23 -19
  975. package/src/components/OverlayTrigger/index.js +46 -41
  976. package/src/components/OverlayTrigger/useAgGridClassName.js +7 -5
  977. package/src/components/OverlayTrigger/utils.js +9 -3
  978. package/src/components/Panel/index.js +15 -12
  979. package/src/components/PopupWithFooter.js +11 -8
  980. package/src/components/ProgressIndicator/ProgressIndicator.js +17 -12
  981. package/src/components/Radio/index.js +20 -15
  982. package/src/components/ResizeObserver/getResizeObserverObject.js +5 -1
  983. package/src/components/ResizeObserver/index.js +24 -17
  984. package/src/components/Select/Select.js +15 -10
  985. package/src/components/Select/index.js +4 -1
  986. package/src/components/SelectList.js +9 -4
  987. package/src/components/SelectableList/index.js +13 -8
  988. package/src/components/SimpleButton/index.js +22 -19
  989. package/src/components/SizedContainer/index.js +11 -9
  990. package/src/components/StylePreview.js +11 -6
  991. package/src/components/Table/index.js +7 -4
  992. package/src/components/Tabs/index.js +34 -28
  993. package/src/components/Tag/Tag.js +9 -5
  994. package/src/components/Tag/index.js +5 -1
  995. package/src/components/Textarea/index.js +11 -8
  996. package/src/components/Toastify/index.js +10 -1
  997. package/src/components/Toggle/Toggle.js +12 -8
  998. package/src/components/Toggle/ToggleGroup.js +9 -4
  999. package/src/components/Toggle/index.js +5 -2
  1000. package/src/components/ToggleButton/index.js +11 -6
  1001. package/src/components/Tooltip/index.js +7 -4
  1002. package/src/components/WarningBox/index.js +11 -6
  1003. package/src/components/WindowModal/WindowModal.js +17 -12
  1004. package/src/components/WindowModal/index.js +4 -1
  1005. package/src/components/WindowModal/useStacking.js +9 -4
  1006. package/src/components/WizardPanel/index.js +8 -5
  1007. package/src/components/icons/DefaultIcon.js +12 -8
  1008. package/src/components/icons/add-row.js +6 -3
  1009. package/src/components/icons/alert.js +6 -3
  1010. package/src/components/icons/align-center.js +6 -3
  1011. package/src/components/icons/align-justify.js +6 -3
  1012. package/src/components/icons/align-left.js +6 -3
  1013. package/src/components/icons/align-right.js +6 -3
  1014. package/src/components/icons/analysis.js +6 -3
  1015. package/src/components/icons/application.js +6 -3
  1016. package/src/components/icons/arrow-down-long.js +6 -3
  1017. package/src/components/icons/arrow-down.js +6 -3
  1018. package/src/components/icons/arrow-expand.js +6 -3
  1019. package/src/components/icons/arrow-left.js +6 -3
  1020. package/src/components/icons/arrow-right.js +6 -3
  1021. package/src/components/icons/arrow-up-long.js +6 -3
  1022. package/src/components/icons/arrow-up.js +6 -3
  1023. package/src/components/icons/attach-file.js +6 -3
  1024. package/src/components/icons/badge.js +6 -3
  1025. package/src/components/icons/blanks.js +6 -3
  1026. package/src/components/icons/bold.js +6 -3
  1027. package/src/components/icons/boolean-list.js +6 -3
  1028. package/src/components/icons/brush.js +6 -3
  1029. package/src/components/icons/build.js +6 -3
  1030. package/src/components/icons/bulk-update.js +6 -3
  1031. package/src/components/icons/calculated-column.js +6 -3
  1032. package/src/components/icons/calendar.js +6 -3
  1033. package/src/components/icons/call.js +6 -3
  1034. package/src/components/icons/campaign.js +6 -3
  1035. package/src/components/icons/case-lower.js +6 -3
  1036. package/src/components/icons/case-sentence.js +6 -3
  1037. package/src/components/icons/case-upper.js +6 -3
  1038. package/src/components/icons/cell-summary.js +6 -3
  1039. package/src/components/icons/cell-validation.js +6 -3
  1040. package/src/components/icons/chart.js +6 -3
  1041. package/src/components/icons/chat.js +6 -3
  1042. package/src/components/icons/check-box-outline.js +6 -3
  1043. package/src/components/icons/check-box.js +6 -3
  1044. package/src/components/icons/check-circle.js +6 -3
  1045. package/src/components/icons/check.js +6 -3
  1046. package/src/components/icons/clone.js +6 -3
  1047. package/src/components/icons/close.js +6 -3
  1048. package/src/components/icons/cloud-upload.js +6 -3
  1049. package/src/components/icons/collapse.js +6 -3
  1050. package/src/components/icons/column-add.js +6 -3
  1051. package/src/components/icons/column-chooser.js +6 -3
  1052. package/src/components/icons/column-filter.js +6 -3
  1053. package/src/components/icons/column-info.js +6 -3
  1054. package/src/components/icons/comment.js +6 -3
  1055. package/src/components/icons/contact.js +6 -3
  1056. package/src/components/icons/contains.js +6 -3
  1057. package/src/components/icons/custom-sort.js +6 -3
  1058. package/src/components/icons/dashboard.js +6 -3
  1059. package/src/components/icons/data-set.js +6 -3
  1060. package/src/components/icons/date-range.js +6 -3
  1061. package/src/components/icons/delete.js +6 -3
  1062. package/src/components/icons/division.js +6 -3
  1063. package/src/components/icons/dock.js +6 -3
  1064. package/src/components/icons/dollar.js +6 -3
  1065. package/src/components/icons/drag.js +6 -3
  1066. package/src/components/icons/edit.js +6 -3
  1067. package/src/components/icons/ends-with.js +6 -3
  1068. package/src/components/icons/equal.js +6 -3
  1069. package/src/components/icons/equation.js +6 -3
  1070. package/src/components/icons/error.js +6 -3
  1071. package/src/components/icons/expand.js +6 -3
  1072. package/src/components/icons/exponent.js +6 -3
  1073. package/src/components/icons/export.js +6 -3
  1074. package/src/components/icons/fast-backward.js +6 -3
  1075. package/src/components/icons/fast-forward.js +6 -3
  1076. package/src/components/icons/fdc3.js +6 -3
  1077. package/src/components/icons/filter.js +6 -3
  1078. package/src/components/icons/flashing-cell.js +6 -3
  1079. package/src/components/icons/folder-open.js +6 -3
  1080. package/src/components/icons/folder-shared.js +6 -3
  1081. package/src/components/icons/folder.js +6 -3
  1082. package/src/components/icons/format-column.js +6 -3
  1083. package/src/components/icons/freetext-column.js +6 -3
  1084. package/src/components/icons/function.js +6 -3
  1085. package/src/components/icons/gradient-column.js +6 -3
  1086. package/src/components/icons/gradient.js +6 -3
  1087. package/src/components/icons/greater-than-or-equal.js +6 -3
  1088. package/src/components/icons/greater-than.js +6 -3
  1089. package/src/components/icons/grid-filter.js +6 -3
  1090. package/src/components/icons/hide-column.js +6 -3
  1091. package/src/components/icons/history.js +6 -3
  1092. package/src/components/icons/home.js +6 -3
  1093. package/src/components/icons/import-export.js +6 -3
  1094. package/src/components/icons/import.js +6 -3
  1095. package/src/components/icons/index.js +326 -321
  1096. package/src/components/icons/info.js +6 -3
  1097. package/src/components/icons/instrument.js +6 -3
  1098. package/src/components/icons/interactions.js +6 -3
  1099. package/src/components/icons/invalid.js +6 -3
  1100. package/src/components/icons/ipushpull.js +6 -3
  1101. package/src/components/icons/italic.js +6 -3
  1102. package/src/components/icons/justify.js +6 -3
  1103. package/src/components/icons/layout.js +6 -3
  1104. package/src/components/icons/less-than-or-equal.js +6 -3
  1105. package/src/components/icons/less-than.js +6 -3
  1106. package/src/components/icons/list.js +6 -3
  1107. package/src/components/icons/login.js +6 -3
  1108. package/src/components/icons/logout copy.js +6 -3
  1109. package/src/components/icons/logout.js +6 -3
  1110. package/src/components/icons/mail.js +6 -3
  1111. package/src/components/icons/menu.js +6 -3
  1112. package/src/components/icons/minus.js +6 -3
  1113. package/src/components/icons/money.js +6 -3
  1114. package/src/components/icons/multiplication.js +6 -3
  1115. package/src/components/icons/newpage.js +6 -3
  1116. package/src/components/icons/news.js +6 -3
  1117. package/src/components/icons/non-blanks.js +6 -3
  1118. package/src/components/icons/not-contains.js +6 -3
  1119. package/src/components/icons/not-equal.js +6 -3
  1120. package/src/components/icons/note.js +6 -3
  1121. package/src/components/icons/open-in-new.js +6 -3
  1122. package/src/components/icons/order.js +6 -3
  1123. package/src/components/icons/organisation.js +6 -3
  1124. package/src/components/icons/overline.js +6 -3
  1125. package/src/components/icons/pause.js +6 -3
  1126. package/src/components/icons/percent-bar.js +6 -3
  1127. package/src/components/icons/percent.js +6 -3
  1128. package/src/components/icons/person.js +6 -3
  1129. package/src/components/icons/pie-chart.js +6 -3
  1130. package/src/components/icons/play.js +6 -3
  1131. package/src/components/icons/plus-minus.js +6 -3
  1132. package/src/components/icons/plus.js +6 -3
  1133. package/src/components/icons/query.js +6 -3
  1134. package/src/components/icons/quick-search.js +6 -3
  1135. package/src/components/icons/quote.js +6 -3
  1136. package/src/components/icons/refresh.js +6 -3
  1137. package/src/components/icons/regex.js +6 -3
  1138. package/src/components/icons/reminder.js +6 -3
  1139. package/src/components/icons/resume.js +6 -3
  1140. package/src/components/icons/save.js +6 -3
  1141. package/src/components/icons/schedule.js +6 -3
  1142. package/src/components/icons/science.js +6 -3
  1143. package/src/components/icons/settings.js +6 -3
  1144. package/src/components/icons/shortcut.js +6 -3
  1145. package/src/components/icons/show-column.js +6 -3
  1146. package/src/components/icons/smart-edit.js +6 -3
  1147. package/src/components/icons/sort-asc.js +6 -3
  1148. package/src/components/icons/sort-desc.js +6 -3
  1149. package/src/components/icons/spark-line.js +6 -3
  1150. package/src/components/icons/starts-with.js +6 -3
  1151. package/src/components/icons/state-management.js +6 -3
  1152. package/src/components/icons/statusbar.js +6 -3
  1153. package/src/components/icons/stop.js +6 -3
  1154. package/src/components/icons/strikethrough.js +6 -3
  1155. package/src/components/icons/system-status.js +6 -3
  1156. package/src/components/icons/tab-unselected.js +6 -3
  1157. package/src/components/icons/table-arrow-right.js +6 -3
  1158. package/src/components/icons/team-share.js +6 -3
  1159. package/src/components/icons/theme.js +6 -3
  1160. package/src/components/icons/tool-panel.js +6 -3
  1161. package/src/components/icons/track-changes.js +6 -3
  1162. package/src/components/icons/triangle-down.js +6 -3
  1163. package/src/components/icons/triangle-up.js +6 -3
  1164. package/src/components/icons/unchecked.js +6 -3
  1165. package/src/components/icons/underline.js +6 -3
  1166. package/src/components/icons/undo.js +6 -3
  1167. package/src/components/icons/updated-row.js +6 -3
  1168. package/src/components/icons/upload.js +6 -3
  1169. package/src/components/icons/user-filter.js +6 -3
  1170. package/src/components/icons/visibility-off.js +6 -3
  1171. package/src/components/icons/visibility.js +6 -3
  1172. package/src/components/icons/warning.js +6 -3
  1173. package/src/components/utils/batchUpdate.js +5 -3
  1174. package/src/components/utils/captureTabNavigation/getFocusableChildren.js +3 -1
  1175. package/src/components/utils/captureTabNavigation/index.js +6 -3
  1176. package/src/components/utils/contains.js +4 -1
  1177. package/src/components/utils/getAvailableSizeInfo.js +3 -1
  1178. package/src/components/utils/join.js +3 -1
  1179. package/src/components/utils/selectParent/index.js +6 -3
  1180. package/src/components/utils/selectParent/matches.js +2 -1
  1181. package/src/components/utils/useAutoFocus.js +8 -5
  1182. package/src/components/utils/useContainerScrollObserver/index.js +13 -9
  1183. package/src/components/utils/useDraggable.js +10 -7
  1184. package/src/components/utils/useGlobalEvent.js +7 -2
  1185. package/src/components/utils/useLatest.js +8 -4
  1186. package/src/components/utils/usePrevious.js +6 -4
  1187. package/src/components/utils/usePropState.js +6 -3
  1188. package/src/components/utils/useProperty.js +6 -4
  1189. package/src/components/utils/useRerender.js +8 -4
  1190. package/src/components/utils/useSelectionRange.js +9 -5
  1191. package/src/components/utils/useTheme.js +5 -2
  1192. package/src/components/utils/uuid.js +6 -2
  1193. package/src/env.js +3 -1
  1194. package/src/metamodel/adaptable-metamodel-model.js +2 -1
  1195. package/src/metamodel/adaptable.metamodel.d.ts +1 -1
  1196. package/src/metamodel/adaptable.metamodel.js +1 -9435
  1197. package/src/parser/src/ExpressionEvaluationError.js +5 -1
  1198. package/src/parser/src/evaluator.js +7 -3
  1199. package/src/parser/src/index.js +18 -9
  1200. package/src/parser/src/predicate/index.js +5 -2
  1201. package/src/parser/src/predicate/mapExpressionToQlPredicate.js +16 -12
  1202. package/src/parser/src/predicate/mapQlPredicateToExpression.js +11 -6
  1203. package/src/parser/src/predicate/types.js +5 -1
  1204. package/src/parser/src/tokenizer.js +8 -3
  1205. package/src/parser/src/types.js +5 -1
  1206. package/src/parser/src/utils.js +9 -3
  1207. package/src/renderReactRoot.js +7 -2
  1208. package/src/theme.js +3 -1
  1209. package/src/themes/index.js +7 -4
  1210. package/src/types.js +5 -1
  1211. package/themes/dark.css +1 -1
  1212. package/themes/dark.css.map +1 -1
  1213. package/themes/light.css +1 -1
  1214. package/themes/light.css.map +1 -1
  1215. package/types.js +4 -1
  1216. package/version.d.ts +2 -0
  1217. package/version.js +3 -0
  1218. 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;
@@ -288,17 +2026,21 @@
288
2026
  color: var(--ab-cmp-listgroupitem__color);
289
2027
  border-radius: var(--ab-cmp-listgroupitem__border-radius);
290
2028
  }
2029
+
291
2030
  .ab-ListGroupItem:nth-child(2n+1) {
292
2031
  background: var(--ab-cmp-listgroupitem--odd__background);
293
2032
  color: var(--ab-cmp-listgroupitem--odd__color);
294
2033
  }
2034
+
295
2035
  .ab-ListGroupItem.ab-ListGroupItem--no-zebra {
296
2036
  background: var(--ab-color-defaultbackground);
297
2037
  }
2038
+
298
2039
  .ab-ListGroupItem--active.ab-ListGroupItem {
299
2040
  background: var(--ab-cmp-listgroupitem--active__background);
300
2041
  color: var(--ab-cmp-listgroupitem--active__color);
301
2042
  }
2043
+
302
2044
  .ab-ListGroupItem:focus {
303
2045
  z-index: 1;
304
2046
  }
@@ -542,14 +2284,17 @@
542
2284
  overflow: auto;
543
2285
  border-radius: var(--ab__border-radius);
544
2286
  }
2287
+
545
2288
  .ab-OnePageWizard__section-title-container {
546
2289
  background: var(--ab-cmp-one-page-wizard__background);
547
2290
  }
2291
+
548
2292
  .ab-OnePageWizard__section-container {
549
2293
  background: var(--ab-cmp-one-page-wizard__background);
550
2294
  min-height: 100%;
551
2295
  overflow: hidden;
552
2296
  }
2297
+
553
2298
  .ab-OnePageWizard__footer {
554
2299
  background: var(--ab-cmp-one-page-wizard__background);
555
2300
  }
@@ -737,17 +2482,21 @@ html.ab--theme-dark {
737
2482
  stroke: var(--ab-color-accent);
738
2483
  stroke-width: 2;
739
2484
  }
2485
+
740
2486
  .ab-Radio-input:focus + svg {
741
2487
  outline: 2px solid var(--ab-color-accent);
742
2488
  }
2489
+
743
2490
  .ab-Radio-input:checked + svg rect, .ab-Radio-input:checked + svg polyline {
744
2491
  stroke: currentColor;
745
2492
  }
2493
+
746
2494
  .ab-Radio-input:checked + svg polyline {
747
2495
  animation: abRadioCheckAnimation 0.5s ease forwards;
748
2496
  stroke-dasharray: 50;
749
2497
  stroke-dashoffset: 50;
750
2498
  }
2499
+
751
2500
  .ab-Radio-input input:focus {
752
2501
  box-shadow: var(--ab-focus__box-shadow);
753
2502
  outline: var(--ab-focus__outline);
@@ -758,6 +2507,7 @@ html.ab--theme-dark {
758
2507
  stroke-dashoffset: 0;
759
2508
  }
760
2509
  }
2510
+
761
2511
  .ab-Toggle {
762
2512
  border: none;
763
2513
  cursor: pointer;
@@ -767,9 +2517,11 @@ html.ab--theme-dark {
767
2517
  color: var(--ab-cmp-toggle__color);
768
2518
  fill: var(--ab-cmp-toggle__color);
769
2519
  }
2520
+
770
2521
  .ab-Toggle:hover {
771
2522
  background: var(--ab-cmp-toggle--hover__background);
772
2523
  }
2524
+
773
2525
  .ab-Toggle--pressed {
774
2526
  background: var(--ab-cmp-toggle--pressed__background);
775
2527
  }
@@ -780,6 +2532,7 @@ html.ab--theme-dark {
780
2532
  border-radius: var(--ab__border-radius);
781
2533
  overflow: hidden;
782
2534
  }
2535
+
783
2536
  .ab-Toggle-Group .ab-Toggle {
784
2537
  border-radius: 0;
785
2538
  }
@@ -788,9 +2541,11 @@ html.ab--theme-dark {
788
2541
  .ab-Table th {
789
2542
  padding: var(--ab-space-2);
790
2543
  }
2544
+
791
2545
  .ab-Table th {
792
2546
  border-bottom: 2px solid var(--ab-color-primarydark);
793
2547
  }
2548
+
794
2549
  .ab-Table tr:not(last-child) td {
795
2550
  border-bottom: 1px solid var(--ab-color-primarylight);
796
2551
  }
@@ -802,6 +2557,7 @@ html.ab--theme-dark {
802
2557
  cursor: pointer;
803
2558
  position: relative;
804
2559
  }
2560
+
805
2561
  .ab-CheckBox, .ab-CheckBox *,
806
2562
  .ab-CheckBox *:before,
807
2563
  .ab-CheckBox *:after {
@@ -811,6 +2567,7 @@ html.ab--theme-dark {
811
2567
  .ab-CheckBox--checked {
812
2568
  --ab-cmp-checkbox__background: var(--ab-cmp-checkbox--checked__background);
813
2569
  }
2570
+
814
2571
  .ab-CheckBox--checked .ab-CheckBox__square {
815
2572
  border-color: var(--ab-cmp-checkbox--checked__border-color);
816
2573
  }
@@ -839,6 +2596,7 @@ html.ab--theme-dark {
839
2596
  position: relative;
840
2597
  pointer-events: none;
841
2598
  }
2599
+
842
2600
  .ab-CheckBox__square:after {
843
2601
  opacity: 1;
844
2602
  transition-duration: 0.1s;
@@ -854,9 +2612,11 @@ html.ab--theme-dark {
854
2612
  transform: rotate(45deg);
855
2613
  border-radius: 1px;
856
2614
  }
2615
+
857
2616
  .ab-CheckBox__square--unchecked::after {
858
2617
  opacity: 0;
859
2618
  }
2619
+
860
2620
  .ab-CheckBox__square--indeterminate:after {
861
2621
  transform: rotate(0deg);
862
2622
  position: absolute;
@@ -906,10 +2666,12 @@ html.ab--theme-dark {
906
2666
  display: flex;
907
2667
  flex-flow: column;
908
2668
  }
2669
+
909
2670
  .ab-Dialog:focus-within, .ab-Dialog:focus {
910
2671
  box-shadow: var(--ab-focus__box-shadow);
911
2672
  outline: var(--ab-focus__outline);
912
2673
  }
2674
+
913
2675
  .ab-Dialog__close-button {
914
2676
  position: absolute;
915
2677
  right: 6px;
@@ -921,6 +2683,7 @@ html.ab--theme-dark {
921
2683
  text-shadow: 0 1px 0 #fff;
922
2684
  cursor: pointer;
923
2685
  }
2686
+
924
2687
  .ab-Dialog-fixed-wrapper {
925
2688
  position: fixed;
926
2689
  margin: auto;
@@ -932,6 +2695,7 @@ html.ab--theme-dark {
932
2695
  align-items: center;
933
2696
  justify-content: center;
934
2697
  }
2698
+
935
2699
  .ab-Dropdown {
936
2700
  background: var(--ab-color-defaultbackground);
937
2701
  border: var(--ab-cmp-dropdown__border);
@@ -942,13 +2706,16 @@ html.ab--theme-dark {
942
2706
  font-family: var(--ab-cmp-dropdown__font-family);
943
2707
  font-size: var(--ab-cmp-dropdown__font-size);
944
2708
  }
2709
+
945
2710
  .ab-Dropdown--disabled {
946
2711
  opacity: 0.5;
947
2712
  }
2713
+
948
2714
  .ab-Dropdown--focused {
949
2715
  box-shadow: var(--ab-focus__box-shadow);
950
2716
  outline: var(--ab-focus__outline);
951
2717
  }
2718
+
952
2719
  .ab-Dropdown__text {
953
2720
  color: var(--ab-cmp-dropdown__color);
954
2721
  padding: var(--ab-cmp-dropdown__padding);
@@ -960,15 +2727,18 @@ html.ab--theme-dark {
960
2727
  white-space: nowrap;
961
2728
  flex: 1;
962
2729
  }
2730
+
963
2731
  .ab-Dropdown--empty .ab-Dropdown__text {
964
2732
  color: var(--ab-color-text-on-defaultbackground);
965
2733
  }
2734
+
966
2735
  .ab-Dropdown select {
967
2736
  font-family: inherit;
968
2737
  font-size: inherit;
969
2738
  position: absolute;
970
2739
  cursor: pointer;
971
2740
  }
2741
+
972
2742
  .ab-Dropdown .ab-SimpleButton {
973
2743
  color: var(--ab-cmp-dropdown__color) !important;
974
2744
  }
@@ -1003,6 +2773,7 @@ html.ab--theme-dark {
1003
2773
  fill: currentColor;
1004
2774
  color: var(--ab-cmp-dropdownbutton-list-item__color);
1005
2775
  }
2776
+
1006
2777
  .ab-DropdownButton__list-item--disabled {
1007
2778
  opacity: 0.5;
1008
2779
  }
@@ -1017,6 +2788,7 @@ html.ab--theme-dark {
1017
2788
  fill: currentColor;
1018
2789
  cursor: pointer;
1019
2790
  }
2791
+
1020
2792
  .ab-DropdownButton__list-item--clickable:hover .glyphicon.glyphicon {
1021
2793
  color: inherit;
1022
2794
  }
@@ -1035,6 +2807,7 @@ html.ab--theme-dark {
1035
2807
  text-align: center;
1036
2808
  padding: var(--ab-space-4);
1037
2809
  }
2810
+
1038
2811
  .ab-EmptyContent p {
1039
2812
  color: var(--ab-color-text-on-primary);
1040
2813
  }
@@ -1067,13 +2840,16 @@ html.ab--theme-dark {
1067
2840
  overflow: hidden;
1068
2841
  fill: var(--ab-cmp-field-wrap__fill);
1069
2842
  }
2843
+
1070
2844
  .ab-FieldWrap:focus-within {
1071
2845
  box-shadow: var(--ab-focus__box-shadow);
1072
2846
  }
2847
+
1073
2848
  .ab-FieldWrap input, .ab-FieldWrap select, .ab-FieldWrap > * {
1074
2849
  border: none;
1075
2850
  flex: 1;
1076
2851
  }
2852
+
1077
2853
  .ab-FieldWrap input, .ab-FieldWrap select, .ab-FieldWrap .ab-Dropdown {
1078
2854
  outline: none !important;
1079
2855
  box-shadow: none !important;
@@ -1105,6 +2881,7 @@ html.ab--theme-dark {
1105
2881
  input.ab-Input {
1106
2882
  background: var(--ab-cmp-input__background);
1107
2883
  }
2884
+
1108
2885
  input.ab-Input[disabled] {
1109
2886
  background: var(--ab-cmp-input--disabled__background);
1110
2887
  }
@@ -1124,36 +2901,44 @@ input.ab-Input[disabled] {
1124
2901
  /* Edge */
1125
2902
  /* MODERN BROWSER */
1126
2903
  }
2904
+
1127
2905
  .ab-Input:focus {
1128
2906
  box-shadow: var(--ab-focus__box-shadow);
1129
2907
  outline: var(--ab-focus__outline);
1130
2908
  }
2909
+
1131
2910
  .ab-Input::-webkit-input-placeholder {
1132
2911
  color: var(--ab-cmp-input--placeholder__color);
1133
2912
  opacity: var(--ab-cmp-input--placeholder__opacity);
1134
2913
  }
2914
+
1135
2915
  .ab-Input:-moz-placeholder {
1136
2916
  color: var(--ab-cmp-input--placeholder__color);
1137
2917
  opacity: var(--ab-cmp-input--placeholder__opacity);
1138
2918
  }
2919
+
1139
2920
  .ab-Input::-moz-placeholder {
1140
2921
  color: var(--ab-cmp-input--placeholder__color);
1141
2922
  opacity: var(--ab-cmp-input--placeholder__opacity);
1142
2923
  }
2924
+
1143
2925
  .ab-Input:-ms-input-placeholder {
1144
2926
  color: var(--ab-cmp-input--placeholder__color);
1145
2927
  opacity: var(--ab-cmp-input--placeholder__opacity);
1146
2928
  }
2929
+
1147
2930
  .ab-Input::-ms-input-placeholder {
1148
2931
  color: var(--ab-cmp-input--placeholder__color);
1149
2932
  opacity: var(--ab-cmp-input--placeholder__opacity);
1150
2933
  }
2934
+
1151
2935
  .ab-Input::placeholder {
1152
2936
  color: var(--ab-cmp-input--placeholder__color);
1153
2937
  opacity: var(--ab-cmp-input--placeholder__opacity);
1154
2938
  }
1155
2939
 
1156
2940
  /* Spin Buttons modified */
2941
+
1157
2942
  input[type=number].ab-Input::-webkit-outer-spin-button,
1158
2943
  input[type=number].ab-Input::-webkit-inner-spin-button {
1159
2944
  -webkit-appearance: none;
@@ -1232,9 +3017,11 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1232
3017
  cursor: pointer;
1233
3018
  background: var(--ab-cmp-tabs-strip__background);
1234
3019
  }
3020
+
1235
3021
  .ab-Tabs__Tab:focus {
1236
3022
  outline: none;
1237
3023
  }
3024
+
1238
3025
  .ab-Tabs__Tab:focus:after {
1239
3026
  box-shadow: var(--ab-focus__box-shadow);
1240
3027
  }
@@ -1252,6 +3039,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1252
3039
  position: relative;
1253
3040
  z-index: 30;
1254
3041
  }
3042
+
1255
3043
  .ab-Tabs__Tab--active:after {
1256
3044
  content: "";
1257
3045
  pointer-events: none;
@@ -1264,6 +3052,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1264
3052
  border-top-left-radius: var(--ab__border-radius);
1265
3053
  border-top-right-radius: var(--ab__border-radius);
1266
3054
  }
3055
+
1267
3056
  .ab-Tabs__Tab--active:before {
1268
3057
  content: "";
1269
3058
  position: absolute;
@@ -1302,13 +3091,16 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1302
3091
  overflow: auto;
1303
3092
  font-size: var(--ab-cmp-panel__font-size);
1304
3093
  }
3094
+
1305
3095
  .ab-Panel .glyphicon {
1306
3096
  -webkit-text-fill-color: var(--ab-cmp-panel-icon__fill);
1307
3097
  fill: var(--ab-cmp-panel-icon__fill);
1308
3098
  }
3099
+
1309
3100
  .ab-Panel--variant-modern {
1310
3101
  --ab-cmp-panel__border-radius: var(--ab-space-1);
1311
3102
  }
3103
+
1312
3104
  .ab-Panel__header {
1313
3105
  flex: none;
1314
3106
  background: var(--ab-cmp-panel_header__background);
@@ -1319,15 +3111,18 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1319
3111
  border-top-right-radius: var(--ab-cmp-panel__border-radius);
1320
3112
  border: var(--ab-cmp-panel__border);
1321
3113
  }
3114
+
1322
3115
  .ab-Panel__header--variant-primary {
1323
3116
  background: var(--ab-cmp-panel_header--variant-primary__background);
1324
3117
  color: var(--ab-cmp-panel_header--variant-primary__color);
1325
3118
  fill: currentColor;
1326
3119
  }
3120
+
1327
3121
  .ab-Panel__header--variant-modern {
1328
3122
  border: none;
1329
3123
  background: var(--ab-cmp-panel_header--variant-modern__background);
1330
3124
  }
3125
+
1331
3126
  .ab-Panel__body {
1332
3127
  position: relative;
1333
3128
  padding: var(--ab-cmp-panel__padding);
@@ -1338,16 +3133,20 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1338
3133
  border-bottom-left-radius: var(--ab-cmp-panel__border-radius);
1339
3134
  border-bottom-right-radius: var(--ab-cmp-panel__border-radius);
1340
3135
  }
3136
+
1341
3137
  .ab-Panel__body--scroll-auto {
1342
3138
  overflow: auto;
1343
3139
  }
3140
+
1344
3141
  .ab-Panel__body--variant-modern {
1345
3142
  border: none;
1346
3143
  background: var(--ab-cmp-panel_body--variant-modern__background);
1347
3144
  }
3145
+
1348
3146
  .ab-Panel--with-header > .ab-Panel__body {
1349
3147
  border-top: none;
1350
3148
  }
3149
+
1351
3150
  .ab-Panel--no-header > .ab-Panel__body {
1352
3151
  border-top-left-radius: var(--ab-cmp-panel__border-radius);
1353
3152
  border-top-right-radius: var(--ab-cmp-panel__border-radius);
@@ -1358,6 +3157,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1358
3157
  font-family: var(--ab-cmp-simple-button__font-family);
1359
3158
  font-size: var(--ab-cmp-simple-button__font-size);
1360
3159
  }
3160
+
1361
3161
  .ab-SimpleButton:focus {
1362
3162
  box-shadow: var(--ab-focus__box-shadow);
1363
3163
  outline: var(--ab-focus__outline);
@@ -1375,36 +3175,47 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1375
3175
  align-items: center;
1376
3176
  fill: currentColor;
1377
3177
  }
3178
+
1378
3179
  .ab-SimpleButton.ab-SimpleButton > * {
1379
3180
  z-index: 1;
1380
3181
  }
3182
+
1381
3183
  .ab-SimpleButton.ab-SimpleButton svg {
1382
3184
  vertical-align: middle;
1383
3185
  }
3186
+
1384
3187
  .ab-SimpleButton.ab-SimpleButton--tone-neutral {
1385
3188
  color: var(--ab-color-text-on-primary);
1386
3189
  }
3190
+
1387
3191
  .ab-SimpleButton.ab-SimpleButton--tone-none {
1388
3192
  color: inherit;
1389
3193
  }
3194
+
1390
3195
  .ab-SimpleButton.ab-SimpleButton--tone-success {
1391
3196
  color: var(--ab-color-success);
1392
3197
  }
3198
+
1393
3199
  .ab-SimpleButton.ab-SimpleButton--tone-accent {
1394
3200
  color: var(--ab-color-text-on-secondary);
1395
3201
  }
3202
+
1396
3203
  .ab-SimpleButton.ab-SimpleButton--tone-error {
1397
3204
  color: var(--ab-color-error);
1398
3205
  }
3206
+
1399
3207
  .ab-SimpleButton.ab-SimpleButton--tone-warning {
1400
3208
  color: var(--ab-color-warn);
1401
3209
  }
3210
+
1402
3211
  .ab-SimpleButton.ab-SimpleButton--tone-info {
1403
3212
  color: var(--ab-color-info);
1404
3213
  }
3214
+
1405
3215
  .ab-SimpleButton.ab-SimpleButton--disabled {
1406
3216
  opacity: 0.5;
1407
3217
  }
3218
+
1408
3219
  .ab-SimpleButton.ab-SimpleButton:before {
1409
3220
  content: "";
1410
3221
  position: absolute;
@@ -1417,87 +3228,111 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1417
3228
  z-index: 0;
1418
3229
  border-radius: inherit;
1419
3230
  }
3231
+
1420
3232
  .ab-SimpleButton.ab-SimpleButton--variant-outlined, .ab-SimpleButton.ab-SimpleButton--variant-text {
1421
3233
  transition: opacity 0.2s;
1422
3234
  }
3235
+
1423
3236
  .ab-SimpleButton.ab-SimpleButton--variant-outlined:before, .ab-SimpleButton.ab-SimpleButton--variant-text:before {
1424
3237
  content: "";
1425
3238
  opacity: 0;
1426
3239
  transition: opacity 0.2s;
1427
3240
  }
3241
+
1428
3242
  .ab-SimpleButton.ab-SimpleButton--variant-outlined:hover:not(.ab-SimpleButton--disabled), .ab-SimpleButton.ab-SimpleButton--variant-text:hover:not(.ab-SimpleButton--disabled) {
1429
3243
  cursor: pointer;
1430
3244
  }
3245
+
1431
3246
  .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
3247
  opacity: 0.15;
1433
3248
  background-color: currentColor;
1434
3249
  }
3250
+
1435
3251
  .ab-SimpleButton.ab-SimpleButton--variant-text {
1436
3252
  background: transparent;
1437
3253
  }
3254
+
1438
3255
  .ab-SimpleButton.ab-SimpleButton--variant-outlined {
1439
3256
  background: var(--ab-cmp-simple-button--outlined__background);
1440
3257
  border: var(--ab-cmp-simple-button--outlined__border);
1441
3258
  }
3259
+
1442
3260
  .ab-SimpleButton.ab-SimpleButton--variant-raised {
1443
3261
  color: var(--ab-color-text-on-primary);
1444
3262
  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
3263
  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
3264
  }
3265
+
1447
3266
  .ab-SimpleButton.ab-SimpleButton--variant-raised:focus {
1448
3267
  box-shadow: var(--ab-focus__box-shadow);
1449
3268
  }
3269
+
1450
3270
  .ab-SimpleButton.ab-SimpleButton--variant-raised:hover {
1451
3271
  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
3272
  }
3273
+
1453
3274
  .ab-SimpleButton.ab-SimpleButton--variant-raised:hover:not(.ab-SimpleButton--disabled) {
1454
3275
  cursor: pointer;
1455
3276
  }
3277
+
1456
3278
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-success {
1457
3279
  background: var(--ab-color-success);
1458
3280
  color: var(--ab-color-text-on-success);
1459
3281
  }
3282
+
1460
3283
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-success:not(.ab-SimpleButton--disabled) {
1461
3284
  opacity: 1;
1462
3285
  }
3286
+
1463
3287
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-accent {
1464
3288
  background: var(--ab-color-secondary);
1465
3289
  color: var(--ab-color-text-on-secondary);
1466
3290
  }
3291
+
1467
3292
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-accent:not(.ab-SimpleButton--disabled) {
1468
3293
  opacity: 1;
1469
3294
  }
3295
+
1470
3296
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-none {
1471
3297
  background: transparent;
1472
3298
  }
3299
+
1473
3300
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-none:not(.ab-SimpleButton--disabled) {
1474
3301
  opacity: 1;
1475
3302
  }
3303
+
1476
3304
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-neutral {
1477
3305
  background: var(--ab-color-primary);
1478
3306
  color: var(--ab-color-text-on-primary);
1479
3307
  }
3308
+
1480
3309
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-neutral:not(.ab-SimpleButton--disabled) {
1481
3310
  opacity: 1;
1482
3311
  }
3312
+
1483
3313
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-error {
1484
3314
  background: var(--ab-color-error);
1485
3315
  color: var(--ab-color-text-on-error);
1486
3316
  }
3317
+
1487
3318
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-error:not(.ab-SimpleButton--disabled) {
1488
3319
  opacity: 1;
1489
3320
  }
3321
+
1490
3322
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-warning {
1491
3323
  background: var(--ab-color-warn);
1492
3324
  color: var(--ab-color-text-on-warn);
1493
3325
  }
3326
+
1494
3327
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-warning:not(.ab-SimpleButton--disabled) {
1495
3328
  opacity: 1;
1496
3329
  }
3330
+
1497
3331
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-info {
1498
3332
  background: var(--ab-color-info);
1499
3333
  color: var(--ab-color-text-on-info);
1500
3334
  }
3335
+
1501
3336
  .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-info:not(.ab-SimpleButton--disabled) {
1502
3337
  opacity: 1;
1503
3338
  }
@@ -1524,9 +3359,11 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1524
3359
  font-size: var(--ab-cmp-textarea__font-size);
1525
3360
  background: var(--ab-cmp-textarea__background);
1526
3361
  }
3362
+
1527
3363
  .ab-Textarea[disabled] {
1528
3364
  background: var(--ab-cmp-textarea--disabled__background);
1529
3365
  }
3366
+
1530
3367
  .ab-Textarea:focus {
1531
3368
  box-shadow: var(--ab-focus__box-shadow);
1532
3369
  outline: var(--ab-focus__outline);
@@ -1540,6 +3377,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1540
3377
  font-size: var(--ab-cmp-tooltip__font-size);
1541
3378
  color: var(--ab-cmp-tooltip__color);
1542
3379
  }
3380
+
1543
3381
  .ab-Tooltip:before {
1544
3382
  border: var(--ab-cmp-tooltip__border);
1545
3383
  content: "";
@@ -1565,6 +3403,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1565
3403
  outline-offset: var(--ab-cmp-file-droppable__outline-offset);
1566
3404
  background: var(--ab-cmp-file-droppable__background);
1567
3405
  }
3406
+
1568
3407
  .ab-FileDroppable,
1569
3408
  .ab-FileDroppable input,
1570
3409
  .ab-FileDroppable button,
@@ -1572,20 +3411,24 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1572
3411
  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
3412
  fill: currentColor;
1574
3413
  }
3414
+
1575
3415
  .ab-FileDroppable,
1576
3416
  .ab-FileDroppable input,
1577
3417
  .ab-FileDroppable button {
1578
3418
  color: var(--ab-cmp-file-droppable__color);
1579
3419
  }
3420
+
1580
3421
  .ab-FileDroppable.ab-FileDroppable--drag-over {
1581
3422
  outline-offset: var(--ab-cmp-file-droppable--drag-over__outline-offset);
1582
3423
  outline: var(--ab-cmp-file-droppable--drag-over__outline);
1583
3424
  background: var(--ab-cmp-file-droppable--drag-over__background);
1584
3425
  color: var(--ab-cmp-file-droppable--drag-over__color);
1585
3426
  }
3427
+
1586
3428
  .ab-FileDroppable.ab-FileDroppable--drag-over * {
1587
3429
  pointer-events: none;
1588
3430
  }
3431
+
1589
3432
  .ab-FileDroppable,
1590
3433
  .ab-FileDroppable *,
1591
3434
  .ab-FileDroppable *:before,
@@ -1605,9 +3448,11 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1605
3448
  color: var(--ab-dashboard__color);
1606
3449
  font-family: var(--ab-dashboard__font-family);
1607
3450
  }
3451
+
1608
3452
  .ab-Dashboard--inline:not(.ab-Dashboard--collapsed) {
1609
3453
  display: flex;
1610
3454
  }
3455
+
1611
3456
  .ab-Dashboard__header {
1612
3457
  display: flex;
1613
3458
  align-items: stretch;
@@ -1616,17 +3461,21 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1616
3461
  height: 40px;
1617
3462
  padding: 0 var(--ab-space-2);
1618
3463
  }
3464
+
1619
3465
  .ab-Dashboard__header-left, .ab-Dashboard__header-right {
1620
3466
  display: flex;
1621
3467
  align-items: center;
1622
3468
  flex: 1;
1623
3469
  }
3470
+
1624
3471
  .ab-Dashboard__header-left {
1625
3472
  justify-content: flex-start;
1626
3473
  }
3474
+
1627
3475
  .ab-Dashboard__header-right {
1628
3476
  justify-content: flex-end;
1629
3477
  }
3478
+
1630
3479
  .ab-Dashboard__title {
1631
3480
  display: flex;
1632
3481
  align-items: center;
@@ -1634,10 +3483,12 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1634
3483
  font-weight: bold;
1635
3484
  font-size: var(--ab-font-size-4);
1636
3485
  }
3486
+
1637
3487
  .ab-Dashboard__tabs {
1638
3488
  align-self: flex-end;
1639
3489
  margin-left: var(--ab-space-2);
1640
3490
  }
3491
+
1641
3492
  .ab-Dashboard__tab {
1642
3493
  border: none;
1643
3494
  outline: none;
@@ -1648,10 +3499,12 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1648
3499
  color: var(--ab-dashboard-header__color);
1649
3500
  background: var(--ab-dashboard-header__background);
1650
3501
  }
3502
+
1651
3503
  .ab-Dashboard__tab--active {
1652
3504
  color: var(--ab-dashboard__color);
1653
3505
  background: var(--ab-dashboard__background);
1654
3506
  }
3507
+
1655
3508
  .ab-Dashboard__content {
1656
3509
  display: flex;
1657
3510
  grid-gap: var(--ab-dashboard-gap-size);
@@ -1661,11 +3514,13 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1661
3514
  overflow-x: auto;
1662
3515
  padding: var(--ab-dashboard-gap-size);
1663
3516
  }
3517
+
1664
3518
  .ab-Dashboard__container {
1665
3519
  display: flex;
1666
3520
  flex-shrink: 0;
1667
3521
  background: var(--ab-dashboard__background);
1668
3522
  }
3523
+
1669
3524
  .ab-Dashboard__content-buttons {
1670
3525
  display: flex;
1671
3526
  flex-direction: column;
@@ -1673,20 +3528,24 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1673
3528
  padding: var(--ab-space-2);
1674
3529
  border-left: 1px solid var(--ab-dashboard__border);
1675
3530
  }
3531
+
1676
3532
  .ab-Dashboard__toolbar {
1677
3533
  display: flex;
1678
3534
  flex-direction: column;
1679
3535
  justify-content: space-between;
1680
3536
  font-size: var(--ab-font-size-3);
1681
3537
  }
3538
+
1682
3539
  .ab-Dashboard__pinned {
1683
3540
  overflow-x: auto;
1684
3541
  font-size: var(--ab-font-size-3);
1685
3542
  }
3543
+
1686
3544
  .ab-Dashboard__toolbar-content {
1687
3545
  padding: var(--ab-space-2) var(--ab-space-2) var(--ab-space-1) var(--ab-space-2);
1688
3546
  display: flex;
1689
3547
  }
3548
+
1690
3549
  .ab-Dashboard__toolbar-title {
1691
3550
  display: flex;
1692
3551
  align-items: center;
@@ -1695,24 +3554,30 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1695
3554
  padding: 0 var(--ab-space-1) 2px var(--ab-space-2);
1696
3555
  opacity: 0.7;
1697
3556
  }
3557
+
1698
3558
  .ab-Dashboard__toolbar.ab-Dashboard__home-toolbar {
1699
3559
  color: var(--ab-dashboard-header__color);
1700
3560
  background: var(--ab-dashboard-header__background);
1701
3561
  padding-top: var(--ab-dashboard-gap-size);
1702
3562
  padding-bottom: var(--ab-dashboard-gap-size);
1703
3563
  }
3564
+
1704
3565
  .ab-Dashboard__toolbar.ab-Dashboard__home-toolbar .ab-Dashboard__toolbar-title {
1705
3566
  opacity: 1;
1706
3567
  }
3568
+
1707
3569
  .ab-Dashboard .ab-Input {
1708
3570
  border: none;
1709
3571
  }
3572
+
1710
3573
  .ab-Dashboard .ab-DashboardToolbar__Export__wrap {
1711
3574
  white-space: nowrap;
1712
3575
  }
3576
+
1713
3577
  .ab-Dashboard .ab-DashboardToolbar__QuickSearch__text .ab-Input {
1714
3578
  padding: var(--ab-space-1);
1715
3579
  }
3580
+
1716
3581
  .ab-Dashboard .ab-StateManagement__Clear-Button,
1717
3582
  .ab-Dashboard .ab-StateManagement__Load-Button,
1718
3583
  .ab-Dashboard .ab-StateManagement__Export-Dropdown {
@@ -1722,14 +3587,17 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1722
3587
  .ab-GridList {
1723
3588
  --at-grid__background: transparent;
1724
3589
  }
3590
+
1725
3591
  .ab-GridList .AT-GridCell_content,
1726
3592
  .ab-GridList .ab-ListGroupItem,
1727
3593
  .ab-GridList .AT-GridColumnCell {
1728
3594
  width: 100%;
1729
3595
  }
3596
+
1730
3597
  .ab-GridList .AT-GridHeader {
1731
3598
  display: none;
1732
3599
  }
3600
+
1733
3601
  .ab-GridList.ab-padding-horizontal-0 .AT-GridColumnCell {
1734
3602
  padding-left: 0;
1735
3603
  padding-right: 0;
@@ -1765,14 +3633,17 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1765
3633
  outline: var(--ab-focus__outline);
1766
3634
  border-radius: var(--ab__border-radius);
1767
3635
  }
3636
+
1768
3637
  .ab-Datepicker-Overlay .rdp {
1769
3638
  font-size: var(--ab-cmp-datepicker__font-size);
1770
3639
  font-family: var(--ab-cmp-datepicker__font-family);
1771
3640
  }
3641
+
1772
3642
  .ab-Datepicker-Overlay .rdp .rdp-weeknumber,
1773
3643
  .ab-Datepicker-Overlay .rdp .rdp-day {
1774
3644
  border-radius: var(--ab-cmp-datepicker__day-border-radius);
1775
3645
  }
3646
+
1776
3647
  .ab-Datepicker-Overlay .rdp .rdp-day_selected:not([disabled]),
1777
3648
  .ab-Datepicker-Overlay .rdp .rdp-day_selected:focus:not([disabled]),
1778
3649
  .ab-Datepicker-Overlay .rdp .rdp-day_selected:active:not([disabled]),
@@ -1780,22 +3651,28 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1780
3651
  color: var(--ab-cmp-datepicker__selected-text-color);
1781
3652
  border-radius: var(--ab-cmp-datepicker__selected-border-radius);
1782
3653
  }
3654
+
1783
3655
  .ab-Datepicker-Overlay .rdp .rdp-caption_label {
1784
3656
  font-size: 120%;
1785
3657
  }
3658
+
1786
3659
  .ab-Datepicker-Overlay .rdp .rdp-nav_button {
1787
3660
  color: var(--ab-color-text-on-primary);
1788
3661
  }
3662
+
1789
3663
  .ab-Datepicker-Overlay .rdp .rdp-table {
1790
3664
  width: 100%;
1791
3665
  max-width: none;
1792
3666
  }
3667
+
1793
3668
  .ab-Datepicker-Overlay .rdp .rdp-day_outside {
1794
3669
  opacity: 0.4;
1795
3670
  }
3671
+
1796
3672
  .ab-Datepicker-Overlay .rdp .rdp-day_today {
1797
3673
  border: var(--rdp-outline);
1798
3674
  }
3675
+
1799
3676
  .ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(8),
1800
3677
  .ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(9),
1801
3678
  .ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(10),
@@ -1805,6 +3682,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1805
3682
  .ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(14) {
1806
3683
  display: none;
1807
3684
  }
3685
+
1808
3686
  .ab-Datepicker-Overlay .rdp.rdp-with_weeknumber .rdp-row td:nth-child(8) {
1809
3687
  display: table-cell;
1810
3688
  }
@@ -1817,15 +3695,18 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1817
3695
  width: 77px;
1818
3696
  height: 32px;
1819
3697
  }
3698
+
1820
3699
  .ab-ToggleButton:hover:not(.ab-ToggleButton--disabled) {
1821
3700
  cursor: pointer;
1822
3701
  opacity: 0.85;
1823
3702
  }
3703
+
1824
3704
  .ab-ToggleButton__input {
1825
3705
  opacity: 0;
1826
3706
  width: 0;
1827
3707
  height: 0;
1828
3708
  }
3709
+
1829
3710
  .ab-ToggleButton__slider {
1830
3711
  position: absolute;
1831
3712
  top: 0;
@@ -1836,6 +3717,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1836
3717
  transition: 0.1s;
1837
3718
  border-radius: var(--ab__border-radius);
1838
3719
  }
3720
+
1839
3721
  .ab-ToggleButton__slider:before {
1840
3722
  position: absolute;
1841
3723
  content: "";
@@ -1848,24 +3730,30 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1848
3730
  -webkit-transition: 0.4s;
1849
3731
  transition: 0.2s;
1850
3732
  }
3733
+
1851
3734
  .ab-ToggleButton__input:checked + .ab-ToggleButton__slider {
1852
3735
  background-color: var(--ab-cmp-toggle-button--active__background);
1853
3736
  }
3737
+
1854
3738
  .ab-ToggleButton__input:checked + .ab-ToggleButton__slider:before {
1855
3739
  transform: translateX(45px);
1856
3740
  }
3741
+
1857
3742
  .ab-ToggleButton__input:focus + .ab-ToggleButton__slider {
1858
3743
  box-shadow: var(--ab-focus__box-shadow);
1859
3744
  }
3745
+
1860
3746
  .ab-ToggleButton__input:disabled + .ab-ToggleButton__slider {
1861
3747
  opacity: 0.5;
1862
3748
  }
3749
+
1863
3750
  .ab-ToggleButton .ab-ToggleButton__text {
1864
3751
  font-size: var(--ab-cmp-toggle-button__font-size);
1865
3752
  padding-right: var(--ab-space-2);
1866
3753
  color: var(--ab-cmp-toggle-button__color);
1867
3754
  font-weight: 600;
1868
3755
  }
3756
+
1869
3757
  .ab-ToggleButton--checked .ab-ToggleButton__text {
1870
3758
  padding-left: var(--ab-space-2);
1871
3759
  color: var(--ab-cmp-toggle-button--checked__color);
@@ -1905,6 +3793,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1905
3793
  transform: rotate(360deg);
1906
3794
  }
1907
3795
  }
3796
+
1908
3797
  .ab-progress-indicator-wrapper {
1909
3798
  align-items: center;
1910
3799
  display: flex;
@@ -1920,9 +3809,11 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1920
3809
  transition-property: opacity;
1921
3810
  transition-duration: 0.3s;
1922
3811
  }
3812
+
1923
3813
  .ab-progress-indicator-wrapper--visible {
1924
3814
  opacity: 1;
1925
3815
  }
3816
+
1926
3817
  .ab-progress-indicator-wrapper .ab-progress-indicator-body {
1927
3818
  padding: var(--ab-cmp-progress-indicator__padding);
1928
3819
  background: var(--ab-cmp-progress-indicator__background);
@@ -1995,6 +3886,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1995
3886
  /*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
1996
3887
  how to remove the virtical space around the range & in IE*/
1997
3888
  }
3889
+
1998
3890
  .ab-ColorPicker-range[type=range] {
1999
3891
  width: 120px;
2000
3892
  margin: 0px 0;
@@ -2003,9 +3895,11 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2003
3895
  background-color: transparent;
2004
3896
  -webkit-appearance: none;
2005
3897
  }
3898
+
2006
3899
  .ab-ColorPicker-range[type=range]:focus {
2007
3900
  outline: none;
2008
3901
  }
3902
+
2009
3903
  .ab-ColorPicker-range[type=range]::-webkit-slider-runnable-track {
2010
3904
  background: none;
2011
3905
  border: 0;
@@ -2013,6 +3907,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2013
3907
  height: 20px;
2014
3908
  cursor: pointer;
2015
3909
  }
3910
+
2016
3911
  .ab-ColorPicker-range[type=range]::-webkit-slider-thumb {
2017
3912
  margin-top: 0px;
2018
3913
  width: 20px;
@@ -2023,9 +3918,11 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2023
3918
  cursor: pointer;
2024
3919
  -webkit-appearance: none;
2025
3920
  }
3921
+
2026
3922
  .ab-ColorPicker-range[type=range]:focus::-webkit-slider-runnable-track {
2027
3923
  background: none;
2028
3924
  }
3925
+
2029
3926
  .ab-ColorPicker-range[type=range]::-moz-range-track {
2030
3927
  background: none;
2031
3928
  border: 0;
@@ -2033,6 +3930,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2033
3930
  height: 20px;
2034
3931
  cursor: pointer;
2035
3932
  }
3933
+
2036
3934
  .ab-ColorPicker-range[type=range]::-moz-range-thumb {
2037
3935
  width: 20px;
2038
3936
  height: 20px;
@@ -2041,6 +3939,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2041
3939
  border-radius: 20px;
2042
3940
  cursor: pointer;
2043
3941
  }
3942
+
2044
3943
  .ab-ColorPicker-range[type=range]::-ms-track {
2045
3944
  background: transparent;
2046
3945
  border-color: transparent;
@@ -2050,14 +3949,17 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2050
3949
  height: 20px;
2051
3950
  cursor: pointer;
2052
3951
  }
3952
+
2053
3953
  .ab-ColorPicker-range[type=range]::-ms-fill-lower {
2054
3954
  background: #43429e;
2055
3955
  border: 0;
2056
3956
  }
3957
+
2057
3958
  .ab-ColorPicker-range[type=range]::-ms-fill-upper {
2058
3959
  background: none;
2059
3960
  border: 0;
2060
3961
  }
3962
+
2061
3963
  .ab-ColorPicker-range[type=range]::-ms-thumb {
2062
3964
  width: 20px;
2063
3965
  height: 20px;
@@ -2068,12 +3970,15 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2068
3970
  margin-top: 0px;
2069
3971
  /*Needed to keep the Edge thumb centred*/
2070
3972
  }
3973
+
2071
3974
  .ab-ColorPicker-range[type=range]:focus::-ms-fill-lower {
2072
3975
  background: none;
2073
3976
  }
3977
+
2074
3978
  .ab-ColorPicker-range[type=range]:focus::-ms-fill-upper {
2075
3979
  background: none;
2076
3980
  }
3981
+
2077
3982
  @supports (-ms-ime-align: auto) {
2078
3983
  .ab-ColorPicker-range {
2079
3984
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
@@ -2107,6 +4012,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2107
4012
  padding: var(--ab-cmp-system-status-list-text__padding);
2108
4013
  margin-right: var(--ab-space-2);
2109
4014
  }
4015
+
2110
4016
  .ab-DashboardToolbar__SystemStatus__text--expandable {
2111
4017
  cursor: pointer;
2112
4018
  }
@@ -2119,6 +4025,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2119
4025
  background: var(--ab-cmp-listgroupitem__background);
2120
4026
  color: var(--ab-cmp-listgroupitem__color);
2121
4027
  }
4028
+
2122
4029
  .ab-ObjectCollection__list > *:nth-child(2n+1) {
2123
4030
  background: var(--ab-cmp-listgroupitem--odd__background);
2124
4031
  color: var(--ab-cmp-listgroupitem--odd__color);
@@ -2132,13 +4039,16 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2132
4039
  color: var(--ab-cmp-listgroupitem__color);
2133
4040
  border-radius: var(--ab-cmp-listgroupitem__border-radius);
2134
4041
  }
4042
+
2135
4043
  .ab-AdaptableObjectRow:nth-child(2n+1) {
2136
4044
  background: var(--ab-cmp-listgroupitem--odd__background);
2137
4045
  color: var(--ab-cmp-listgroupitem--odd__color);
2138
4046
  }
4047
+
2139
4048
  .ab-AdaptableObjectRow--is-suspended {
2140
4049
  text-decoration: line-through;
2141
4050
  }
4051
+
2142
4052
  .ab-AdaptableObjectRow__cell {
2143
4053
  white-space: nowrap;
2144
4054
  text-overflow: ellipsis;
@@ -2152,6 +4062,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2152
4062
  --ab-grid-row-height: 26px;
2153
4063
  margin-bottom: 0;
2154
4064
  }
4065
+
2155
4066
  .ab-ListBoxFilterForm .ab-GridList .AT-VirtualScrollContainer {
2156
4067
  overflow-x: hidden;
2157
4068
  }
@@ -2164,6 +4075,7 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2164
4075
  --ab-cmp-dropdown__padding: 3px;
2165
4076
  --ab-focus__box-shadow: 0 0 3px 0px var(--ab-color-accent);
2166
4077
  }
4078
+
2167
4079
  .ag-theme-balham-dark .ab-ListBoxFilterForm--aggrid-style .ab-FieldWrap,
2168
4080
  .ag-theme-balham .ab-ListBoxFilterForm--aggrid-style .ab-FieldWrap {
2169
4081
  border-radius: 0;
@@ -2215,6 +4127,7 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2215
4127
  color: var(--ab-cmp-wizard__color);
2216
4128
  height: 100%;
2217
4129
  }
4130
+
2218
4131
  .ab-NocodeWizard,
2219
4132
  .ab-NocodeWizard *,
2220
4133
  .ab-NocodeWizard *:before,
@@ -2232,6 +4145,7 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2232
4145
  .ab-SelectedDropZone .placeholder {
2233
4146
  width: 100%;
2234
4147
  }
4148
+
2235
4149
  .ab-AvailableDropZone .placeholder:before,
2236
4150
  .ab-SelectedDropZone .placeholder:before {
2237
4151
  content: "DROPS HERE";
@@ -2241,10 +4155,12 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2241
4155
  border-radius: var(--ab-cmp-button-border-radius);
2242
4156
  padding: var(--ab-space-2);
2243
4157
  }
4158
+
2244
4159
  .ab-Button.ab-Button--enabled {
2245
4160
  cursor: pointer;
2246
4161
  background: var(--ab-cmp-button-background);
2247
4162
  }
4163
+
2248
4164
  .ab-Button.ab-Button--disabled {
2249
4165
  opacity: var(--ab-cmp-button-disabled-opacity);
2250
4166
  background: var(--ab-cmp-button-disabled-background);
@@ -2256,6 +4172,7 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2256
4172
  color: var(--ab-cmp-dashboardpanel_header__color);
2257
4173
  border-color: currentColor;
2258
4174
  }
4175
+
2259
4176
  .ab-DashboardPanel .glyphicon.glyphicon {
2260
4177
  color: var(--ab-cmp-dashboardpanel__fill);
2261
4178
  }
@@ -2275,6 +4192,7 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2275
4192
  .ab-Dashboard__pinned-container {
2276
4193
  border-right: var(--ab-cmp-dashboard-pinned-toolbar-border);
2277
4194
  }
4195
+
2278
4196
  .ab-Dashboard__pinned-container:last-child {
2279
4197
  border-right: 0;
2280
4198
  }
@@ -2285,24 +4203,29 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2285
4203
  color: var(--ab-cmp-toolpanel__color);
2286
4204
  font-family: var(--ab-cmp-toolpanel__font-family);
2287
4205
  }
4206
+
2288
4207
  .ab-ToolPanel .ab-ToolPanel__header {
2289
4208
  background: var(--ab-cmp-toolpanel-header__background);
2290
4209
  color: var(--ab-cmp-toolpanel-header__color);
2291
4210
  }
4211
+
2292
4212
  .ab-ToolPanel .ab-ToolPanel__header__buttons {
2293
4213
  grid-gap: var(--ab-cmp-toolpanel-header__grid-gap);
2294
4214
  }
4215
+
2295
4216
  .ab-ToolPanel .ab-ToolPanel__custom-content__buttons {
2296
4217
  display: flex;
2297
4218
  flex-direction: row;
2298
4219
  flex-wrap: wrap;
2299
4220
  grid-gap: var(--ab-cmp-toolpanel-header__grid-gap);
2300
4221
  }
4222
+
2301
4223
  .ab-ToolPanel .ab-StateManagement__Clear-Button,
2302
4224
  .ab-ToolPanel .ab-StateManagement__Load-Button {
2303
4225
  justify-content: center;
2304
4226
  flex: 1;
2305
4227
  }
4228
+
2306
4229
  .ab-ToolPanel .ab-StateManagement__Clear-Button,
2307
4230
  .ab-ToolPanel .ab-StateManagement__Load-Button,
2308
4231
  .ab-ToolPanel .ab-StateManagement__Export-Dropdown {
@@ -2317,6 +4240,7 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2317
4240
  background: var(--ab-cmp-adaptable-popup__background);
2318
4241
  max-height: var(--ab-cmp-adaptable-popup__max-height);
2319
4242
  }
4243
+
2320
4244
  .ab-Adaptable-Popup--window {
2321
4245
  box-shadow: var(--ab-cmp-adaptable-popup__box-shadow);
2322
4246
  }
@@ -2327,20 +4251,24 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2327
4251
  border-right: var(--ab-cmp-adaptable-popup-navigation-list__border-right);
2328
4252
  font-family: var(--ab__font-family);
2329
4253
  }
4254
+
2330
4255
  .ab-Adaptable-Popup__Navigation__List {
2331
4256
  list-style: none;
2332
4257
  padding: var(--ab-cmp-adaptable-popup-navigation-list__padding);
2333
4258
  margin: 0;
2334
4259
  font-size: var(--ab-cmp-adaptable-popup-navigation-list__font-size);
2335
4260
  }
4261
+
2336
4262
  .ab-Adaptable-Popup__Navigation__List__Item {
2337
4263
  padding: var(--ab-cmp-adaptable-popup-navigation-list-item__padding);
2338
4264
  margin-bottom: var(--ab-cmp-adaptable-popup-navigation-list-item__margin-bottom);
2339
4265
  }
4266
+
2340
4267
  .ab-Adaptable-Popup__Navigation__List__Item__Separator {
2341
4268
  border-bottom: var(--ab-cmp-adaptable-popup-navigation-list-item-separator__border);
2342
4269
  margin: var(--ab-cmp-adaptable-popup-navigation-list-item-separator__margin);
2343
4270
  }
4271
+
2344
4272
  .ab-Adaptable-Popup__Navigation__List__Item__Button {
2345
4273
  background: none;
2346
4274
  border: none;
@@ -2351,9 +4279,11 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2351
4279
  border-radius: var(--ab-cmp-adaptable-popup-navigation-list-item-button__border-radius);
2352
4280
  color: var(--ab-cmp-adaptable-popup-navigation-list-item-button__color);
2353
4281
  }
4282
+
2354
4283
  .ab-Adaptable-Popup__Navigation__List__Item__Icon {
2355
4284
  margin-right: var(--ab-cmp-adaptable-popup-topbar-icon__margin-right);
2356
4285
  }
4286
+
2357
4287
  .ab-Adaptable-Popup__Navigation__List__Item--active .ab-Adaptable-Popup__Navigation__List__Item__Button {
2358
4288
  background: var(--ab-cmp-adaptable-popup-navigation-list-item-button__background--active);
2359
4289
  color: var(--ab-cmp-adaptable-popup-navigation-list-item-button__background--color);
@@ -2381,9 +4311,11 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2381
4311
  .ab-Adaptable-Popup--settings-popup {
2382
4312
  height: var(--ab-cmp-adaptable-popup--settings__height);
2383
4313
  }
4314
+
2384
4315
  .ab-Adaptable-Popup--settings-popup .ab-Dialog__close-button {
2385
4316
  top: 9px;
2386
4317
  }
4318
+
2387
4319
  .ab-Adaptable-Popup--settings-popup .ab-Adaptable-Popup__Body {
2388
4320
  padding: var(--ab-cmp-adaptable-popup--settings__padding);
2389
4321
  min-width: 0;
@@ -2392,15 +4324,18 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2392
4324
  .ab-Adaptable-Popup__Panel {
2393
4325
  width: 100%;
2394
4326
  }
4327
+
2395
4328
  .ab-Adaptable-Popup__Panel__Header {
2396
4329
  display: flex;
2397
4330
  padding: 0 var(--ab-cmp-adaptable-popup-panel__padding);
2398
4331
  margin-bottom: var(--ab-cmp-adaptable-popup-panel__margin-bottom);
2399
4332
  margin-top: var(--ab-cmp-adaptable-popup-panel__margin-top);
2400
4333
  }
4334
+
2401
4335
  .ab-Adaptable-Popup__Panel__Header__Title {
2402
4336
  font-size: var(--ab-cmp-adaptable-popup-panel-title__font-size);
2403
4337
  }
4338
+
2404
4339
  .ab-Adaptable-Popup__Panel__Body {
2405
4340
  padding: var(--ab-cmp-adaptable-popup-panel-body__padding);
2406
4341
  flex: 1;
@@ -2424,9 +4359,11 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2424
4359
  max-height: 100%;
2425
4360
  box-shadow: var(--ab-cmp-adaptable-window-popup__box-shadow);
2426
4361
  }
4362
+
2427
4363
  .ab-Window-Modal .ab-Dialog__close-button {
2428
4364
  top: 3px;
2429
4365
  }
4366
+
2430
4367
  .ab-Window-Modal .ab-Panel {
2431
4368
  max-height: initial;
2432
4369
  }
@@ -2441,26 +4378,32 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2441
4378
  padding: var(--ab-cmp-adaptable-object-list-item__padding);
2442
4379
  margin-bottom: var(--ab-cmp-adaptable-object-list-item__margin-bottom);
2443
4380
  }
4381
+
2444
4382
  .ab-Adaptable-Object-List__Item__edit-property {
2445
4383
  visibility: hidden;
2446
4384
  }
4385
+
2447
4386
  .ab-Adaptable-Object-List__Item__values {
2448
4387
  min-width: 0;
2449
4388
  word-break: break-all;
2450
4389
  }
4390
+
2451
4391
  .ab-Adaptable-Object-List__Item__buttons {
2452
4392
  padding-left: var(--ab-space-2);
2453
4393
  min-width: 80px;
2454
4394
  text-align: right;
2455
4395
  margin-left: var(--ab-space-3);
2456
4396
  }
4397
+
2457
4398
  .ab-Adaptable-Object-List__Item__label {
2458
4399
  padding-top: var(--ab-cmp-adaptable-object-list-item-label__padding-top);
2459
4400
  width: var(--ab-cmp-adaptable-object-list-item-label__width);
2460
4401
  }
4402
+
2461
4403
  .ab-Adaptable-Object-List__Item__label:hover .ab-Adaptable-Object-List__Item__edit-property {
2462
4404
  visibility: visible;
2463
4405
  }
4406
+
2464
4407
  .ab-Adaptable-Object-List__Item .ab-Tag {
2465
4408
  margin-right: var(--ab-cmp-adaptable-object-list-tag__margin-right);
2466
4409
  margin-top: var(--ab-cmp-adaptable-object-list-tag__margin-top);
@@ -2472,25 +4415,31 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2472
4415
  background: var(--ab-cmp-adaptable-object-compact-list__background);
2473
4416
  max-height: 70vh;
2474
4417
  }
4418
+
2475
4419
  .ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Header {
2476
4420
  padding: var(--ab-cmp-adaptable-object-compact-list__header__padding);
2477
4421
  margin-bottom: var(--ab-cmp-adaptable-object-compact-list__header__margin-bottom);
2478
4422
  }
4423
+
2479
4424
  .ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Title {
2480
4425
  font-size: var(--ab-font-size-4);
2481
4426
  }
4427
+
2482
4428
  .ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Body {
2483
4429
  overflow: auto;
2484
4430
  height: 100%;
2485
4431
  }
4432
+
2486
4433
  .ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Item {
2487
4434
  padding: var(--ab-cmp-adaptable-object-compact-list-item__padding);
2488
4435
  margin-bottom: var(--ab-cmp-adaptable-object-compact-list-item__margin-bottom);
2489
4436
  background: var(--ab-cmp-adaptable-object-compact-list-item__background);
2490
4437
  }
4438
+
2491
4439
  .ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Item:last-child {
2492
4440
  margin-bottom: 0;
2493
4441
  }
4442
+
2494
4443
  .ab-Adaptable-Object-Compact-List__Item__Name {
2495
4444
  width: var(--ab-cmp-adaptable-object-compact-list-item-name__width);
2496
4445
  padding: var(--ab-cmp-adaptable-object-compact-list-item-name__padding);
@@ -2508,14 +4457,17 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2508
4457
  .ab-ValueSelector {
2509
4458
  overflow: hidden;
2510
4459
  }
4460
+
2511
4461
  .ab-ValueSelector__option {
2512
4462
  border-radius: "var(--ab__border-radius)";
2513
4463
  }
4464
+
2514
4465
  .ab-ValueSelector__show-selected-only-checkbox {
2515
4466
  position: sticky;
2516
4467
  top: 0;
2517
4468
  z-index: 10000;
2518
4469
  }
4470
+
2519
4471
  .ab-ValueSelector__show-selected-only-checkbox__text {
2520
4472
  position: absolute;
2521
4473
  top: 2px;
@@ -2541,9 +4493,11 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2541
4493
  font-weight: 400;
2542
4494
  border-right: var(--ab-cmp-adaptable-statusbar__border);
2543
4495
  }
4496
+
2544
4497
  .ab-StatusBar__SubPanel:last-child {
2545
4498
  border-right: 0;
2546
4499
  }
4500
+
2547
4501
  .ab-StatusBar__SubPanel,
2548
4502
  .ab-StatusBar__SubPanel .ab-SimpleButton {
2549
4503
  color: var(--ab-cmp-adaptable-statusbar__color);
@@ -2561,15 +4515,18 @@ button.ab-StatusBar__SubPanel:hover {
2561
4515
  .ab-Layout-Wizard__ColumnRow__Header {
2562
4516
  cursor: pointer;
2563
4517
  }
4518
+
2564
4519
  .ab-Layout-Wizard__ColumnRow__Title {
2565
4520
  border-radius: var(--ab-cmp-adaptable-layout-wizard-column-row-title__border-radius);
2566
4521
  background: var(--ab-cmp-adaptable-layout-wizard-column-row-title__background);
2567
4522
  color: var(--ab-cmp-adaptable-layout-wizard-column-row-title__color);
2568
4523
  }
4524
+
2569
4525
  .ab-Layout-Wizard__ColumnRow__Expanded-Container {
2570
4526
  background: var(--ab-cmp-adaptable-layout-wizard-column-row-expanded-container__background);
2571
4527
  border-radius: var(--ab-cmp-adaptable-layout-wizard-column-row-expanded-container__border-radius);
2572
4528
  }
4529
+
2573
4530
  .ab-Layout-Wizard__ColumnRow__Input {
2574
4531
  max-width: var(--ab-cmp-adaptable-layout-wizard-column-input__max-width);
2575
4532
  width: var(--ab-cmp-adaptable-layout-wizard-column-input__width);
@@ -2600,6 +4557,7 @@ button.ab-StatusBar__SubPanel:hover {
2600
4557
  .ab-ExpressionEditor {
2601
4558
  overflow: auto;
2602
4559
  }
4560
+
2603
4561
  .ab-ExpressionEditor__column-picker {
2604
4562
  overflow: auto;
2605
4563
  width: 255px;
@@ -2612,20 +4570,24 @@ button.ab-StatusBar__SubPanel:hover {
2612
4570
  width: 100%;
2613
4571
  --ab-overlay-horizontal-align: left;
2614
4572
  }
4573
+
2615
4574
  .ab-ExpressionEditorInput__info-button {
2616
4575
  margin-right: 5px;
2617
4576
  }
4577
+
2618
4578
  .ab-ExpressionEditorInput__dropdown-functions-list-wrapper {
2619
4579
  border: var(--ab-cmp-expression-editor-input-dropdown-functions-list__border);
2620
4580
  border-radius: var(--ab-cmp-expression-editor-input-dropdown-functions-list__border-radius);
2621
4581
  background: var(--ab-cmp-expression-editor-input__background);
2622
4582
  }
4583
+
2623
4584
  .ab-ExpressionEditorInput__dropdown-functions-list {
2624
4585
  font-size: var(--ab-cmp-expression-editor-input-dropdown-functions-list__font-size);
2625
4586
  z-index: 1000;
2626
4587
  max-height: 300;
2627
4588
  overflow: auto;
2628
4589
  }
4590
+
2629
4591
  .ab-ExpressionEditorInput__textarea {
2630
4592
  width: 100%;
2631
4593
  min-height: 100px;
@@ -2634,6 +4596,7 @@ button.ab-StatusBar__SubPanel:hover {
2634
4596
  font-size: 1rem;
2635
4597
  padding: var(--ab-space-2);
2636
4598
  }
4599
+
2637
4600
  .ab-ExpressionEditorInput__editor-feedback {
2638
4601
  background: var(--ab-cmp-expression-editor-input__background);
2639
4602
  border-radius: var(--ab-cmp-expression-editor-feedback__border-radius);
@@ -2645,6 +4608,7 @@ button.ab-StatusBar__SubPanel:hover {
2645
4608
  border: var(--ab-cmp-quickfilter__border);
2646
4609
  background: var(--ab-cmp-quickfilter__background);
2647
4610
  }
4611
+
2648
4612
  .ab-QuickFilter__dropdown {
2649
4613
  white-space: nowrap;
2650
4614
  max-height: 60vh;
@@ -2711,6 +4675,7 @@ button.ab-StatusBar__SubPanel:hover {
2711
4675
 
2712
4676
  /* Styles for the coloured cell render
2713
4677
  */
4678
+
2714
4679
  .ab_div-colour-render-bar {
2715
4680
  display: inline-block;
2716
4681
  height: 100%;
@@ -2736,6 +4701,7 @@ button.ab-StatusBar__SubPanel:hover {
2736
4701
  display: flex;
2737
4702
  column-gap: var(--ab-space-1);
2738
4703
  }
4704
+
2739
4705
  .ab-ActionColumn > button.ab-SimpleButton {
2740
4706
  height: 100%;
2741
4707
  }
@@ -2743,6 +4709,7 @@ button.ab-StatusBar__SubPanel:hover {
2743
4709
  .adaptableRowActionButtons.ag-cell {
2744
4710
  padding: 0;
2745
4711
  }
4712
+
2746
4713
  .adaptableRowActionButtons.ag-cell .ab-ActionColumn {
2747
4714
  column-gap: 0;
2748
4715
  }
@@ -2801,6 +4768,7 @@ button.ab-StatusBar__SubPanel:hover {
2801
4768
  background-color: rgba(0, 0, 0, 0);
2802
4769
  border-radius: 100px;
2803
4770
  }
4771
+
2804
4772
  .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar:vertical,
2805
4773
  .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar:vertical,
2806
4774
  .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar:vertical,
@@ -2811,6 +4779,7 @@ button.ab-StatusBar__SubPanel:hover {
2811
4779
  .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar:vertical {
2812
4780
  width: var(--ab-custom-scrollbar-size);
2813
4781
  }
4782
+
2814
4783
  .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar:horizontal,
2815
4784
  .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar:horizontal,
2816
4785
  .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar:horizontal,
@@ -2821,6 +4790,7 @@ button.ab-StatusBar__SubPanel:hover {
2821
4790
  .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar:horizontal {
2822
4791
  height: var(--ab-custom-scrollbar-size);
2823
4792
  }
4793
+
2824
4794
  .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar:hover,
2825
4795
  .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar:hover,
2826
4796
  .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar:hover,
@@ -2831,6 +4801,7 @@ button.ab-StatusBar__SubPanel:hover {
2831
4801
  .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar:hover {
2832
4802
  background-color: rgba(0, 0, 0, 0.09);
2833
4803
  }
4804
+
2834
4805
  .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb,
2835
4806
  .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb,
2836
4807
  .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb,
@@ -2844,6 +4815,7 @@ button.ab-StatusBar__SubPanel:hover {
2844
4815
  background-clip: padding-box;
2845
4816
  border: 2px solid rgba(0, 0, 0, 0);
2846
4817
  }
4818
+
2847
4819
  .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb:vertical,
2848
4820
  .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb:vertical,
2849
4821
  .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb:vertical,
@@ -2854,6 +4826,7 @@ button.ab-StatusBar__SubPanel:hover {
2854
4826
  .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar-thumb:vertical {
2855
4827
  min-height: var(--ab-custom-scrollbar-size);
2856
4828
  }
4829
+
2857
4830
  .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb:horizontal,
2858
4831
  .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb:horizontal,
2859
4832
  .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb:horizontal,
@@ -2864,6 +4837,7 @@ button.ab-StatusBar__SubPanel:hover {
2864
4837
  .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar-thumb:horizontal {
2865
4838
  min-width: var(--ab-custom-scrollbar-size);
2866
4839
  }
4840
+
2867
4841
  .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb:active,
2868
4842
  .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb:active,
2869
4843
  .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb:active,
@@ -2880,6 +4854,7 @@ button.ab-StatusBar__SubPanel:hover {
2880
4854
  display: flex;
2881
4855
  flex-flow: column;
2882
4856
  }
4857
+
2883
4858
  .ag-details-row .ag-details-grid {
2884
4859
  flex: 1;
2885
4860
  }
@@ -2908,4 +4883,4 @@ html.ab--theme-light {
2908
4883
  --ab-theme-loaded: light;
2909
4884
  }
2910
4885
 
2911
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvaW5kZXguc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0RhdGVwaWNrZXIvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0NoZWNrQm94L3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRXhwcmVzc2lvbkVkaXRvci9RdWVyeUJ1aWxkZXIvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9EaWFsb2cvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Ecm9wZG93bi9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0Ryb3Bkb3duQnV0dG9uL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRXJyb3JCb3gvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9XYXJuaW5nQm94L3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRmllbGRXcmFwL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSGVscEJsb2NrL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvQ29kZUJsb2NrL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSW5wdXQvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9MaXN0L0xpc3RHcm91cC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0xpc3QvTGlzdEdyb3VwSXRlbS9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL01vZGFsL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGFicy9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1BhbmVsL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvU2ltcGxlQnV0dG9uL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGV4dGFyZWEvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Ub29sdGlwL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRmlsZURyb3BwYWJsZS9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0Rhc2hib2FyZC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0xpc3QvR3JpZExpc3Qvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9EYXRlcGlja2VyL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVG9nZ2xlQnV0dG9uL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRHJhZ0FuZERyb3BDb250ZXh0L3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvTG9hZGVyL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvUHJvZ3Jlc3NJbmRpY2F0b3Ivc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL0JhZGdlL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSWNvblNlbGVjdG9yL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvUXVpY2tTZWFyY2gvRmxvYXRpbmdRdWlja1NlYXJjaC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L05vdGVzL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSWNvbi9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvQWRhcHRhYmxlT2JqZWN0Um93L3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQWRhcHRhYmxlV2l6YXJkVmlldy9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvQnV0dG9ucy9CdXR0b25CYXNlL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9QYW5lbHMvUGFuZWxEYXNoYm9hcmQvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL1BhbmVscy9QYW5lbFRvb2xQYW5lbC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0FkYXB0YWJsZVBvcG92ZXIvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9XaXphcmQvT25lUGFnZUFkYXB0YWJsZVdpemFyZC5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvVG9vbFBhbmVsL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ3VzdG9tU29ydC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvUG9wdXBzL0FkYXB0YWJsZVBvcHVwL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9Qb3B1cHMvV2luZG93UG9wdXBzL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9BZGFwdGFibGVPYmplY3RMaXN0L3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvR3JpZEluZm8vc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9TeXN0ZW1TdGF0dXMvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9EYXNoYm9hcmQvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9TdGF0dXNCYXIvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9UZWFtU2hhcmluZy9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0xheW91dC9XaXphcmQvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9TdHlsZWRDb2x1bW4vV2l6YXJkL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9QZXJtaXR0ZWRWYWx1ZXNTZWxlY3Rvci9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRXhwcmVzc2lvbkVkaXRvci9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvRmlsdGVyRm9ybS9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvRW50aXR5UnVsZXNFZGl0b3IvRW50aXR5UnVsZVByZWRpY2F0ZXNFZGl0b3Ivc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL0JhZGdlL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9SYWRpby9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVG9nZ2xlL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGFibGUvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0NoZWNrQm94L2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9FeHByZXNzaW9uRWRpdG9yL1F1ZXJ5QnVpbGRlci9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRGlhbG9nL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Ecm9wZG93bi9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRHJvcGRvd25CdXR0b24vYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0VtcHR5Q29udGVudC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRXJyb3JCb3gvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1dhcm5pbmdCb3gvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0ZpZWxkV3JhcC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRm9ybUxheW91dC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSGVscEJsb2NrL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Db2RlQmxvY2svYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0lucHV0L2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9MaXN0L0xpc3RHcm91cC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvTGlzdC9MaXN0R3JvdXBJdGVtL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Nb2RhbC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGFicy9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvUGFuZWwvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1NpbXBsZUJ1dHRvbi9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGV4dGFyZWEvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1Rvb2x0aXAvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0ZpbGVEcm9wcGFibGUvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1dpemFyZFBhbmVsL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9EYXNoYm9hcmQvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0xpc3QvR3JpZExpc3QvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1RvZ2dsZUJ1dHRvbi9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvTG9hZGVyL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Qcm9ncmVzc0luZGljYXRvci9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGFnL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9EcmFnQW5kRHJvcENvbnRleHQvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0NvbG9yUGlja2VyL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9HcmlkSW5mby9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvU3lzdGVtU3RhdHVzL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL0FkYXB0YWJsZU9iamVjdENvbGxlY3Rpb24vYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvQWRhcHRhYmxlT2JqZWN0Um93L2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL0ZpbHRlckZvcm0vTGlzdEJveEZpbHRlckZvcm0vYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0FkYXB0YWJsZVBvcG92ZXIvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0FkYXB0YWJsZVdpemFyZFZpZXcvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvTGlzdEJveC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9CdXR0b25zL0J1dHRvbkJhc2UvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvUGFuZWxzL1BhbmVsRGFzaGJvYXJkL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL1BhbmVscy9GaWx0ZXJGb3JtUGFuZWwvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0Rhc2hib2FyZC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9Ub29sUGFuZWwvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0N1c3RvbVNvcnQvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvUG9wdXBzL0FkYXB0YWJsZVBvcHVwL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL1BvcHVwcy9XaW5kb3dQb3B1cHMvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvQWRhcHRhYmxlT2JqZWN0TGlzdC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9QZXJtaXR0ZWRWYWx1ZXNTZWxlY3Rvci9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvVmFsdWVTZWxlY3Rvci9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvU3RhdHVzQmFyL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9UZWFtU2hhcmluZy9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvTGF5b3V0L1dpemFyZC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvU3R5bGVkQ29sdW1uL1dpemFyZC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvUXVpY2tTZWFyY2gvRmxvYXRpbmdRdWlja1NlYXJjaC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvTm90ZXMvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0RhdGFJbXBvcnQvRGF0YUltcG9ydFdpemFyZC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0V4cHJlc3Npb25FZGl0b3IvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvRmlsdGVyRm9ybS9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9FbnRpdHlSdWxlc0VkaXRvci9FbnRpdHlSdWxlUHJlZGljYXRlc0VkaXRvci9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSWNvblNlbGVjdG9yL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Ub2dnbGUvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy90aGVtZXMvbGlnaHQuc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBUTtBQ0FDO0FBRVQ7QUFBQTtBQUFBO0FDRlE7QUQ4VUE7QUF4VVI7RUFFRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBR0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUdBO0VBR0E7RUFHQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUVBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBR0E7RUFDQTtFQUNBO0VBR0E7RUFDQTtFQUVBO0VBR0E7OztBQUdGO0VBR0U7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7RUFDQTs7O0FFdkhGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtBQUFBO0FBQUE7QUFBQTtFQUlBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0FBQUE7QUFBQTtBQUFBOztBQUtGO0VBQ0U7OztBQzNCSjtFQUNFO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTs7QUFHQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUlGO0VBQ0U7O0FBRUY7RUFDRTtFQUNBOztBQUVGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7O0FBQ0E7RUFDRTs7QUFFRjtFQUNFO0VBQ0E7O0FBS0o7RUFDRTs7QUFFQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ3JFTjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ0xGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDUkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FBQUE7RUFFQTs7O0FDYkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7OztBQ0hGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQ0pGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQ0pGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ1ZGO0VBQ0U7OztBQ0RGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTs7O0FDN0JKO0VBQ0U7OztBQ0RGO0VBQ0U7RUFDQTtFQUNBOzs7QUNIRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDbEJGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDUkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFFQTtFQUNBOzs7QUNWRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ0xGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QUFBQTs7O0FDVkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNYRjtFQUNFOzs7QUNERjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNWRjtFQUNFO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7OztBQ05GO0VBQ0U7RUFDQTtFQUNBO0VBRUE7RUFFQTtFQUVBO0VBQ0E7RUFDQTs7O0FDWEY7RUFDRTtFQUNBO0VBQ0E7OztBQ0hGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDUkY7RUFDRTtFQUNBOzs7QUNGRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ0xGO0VBQ0U7RUFDQTtFQUNBOzs7QUNIRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ0xGO0VBQ0U7RUFDQTtFQUNBOzs7QUNIRjtFQUNFO0VBQ0E7RUFFQTs7O0FDSkY7RUFDRTtFQUNBO0VBRUE7RUFDQTs7O0FDTEY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ1RGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNURjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ0xGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQUlBO0VBQ0U7RUFDQTtFQUNBOztBQUVGO0VBQ0U7O0FBRUY7RUFDRTtFQUVBO0VBQ0E7O0FBRUY7RUFDRTs7O0FDdkJKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNORjtFQUNFOzs7QUNERjtFQUVFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUdBO0VBQ0E7QUFBQTtFQUVBO0VBRUE7RUFDQTtFQUVBO0FBQUE7RUFFQTtBQUFBO0VBR0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBQUFBO0FBQUE7RUFJQTtFQUdBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBR0E7RUFDQTtFQUNBO0VBRUE7RUFFQTs7O0FDbERGO0VBQ0U7OztBQ0RGO0VBRUU7RUFDQTtFQUdBO0VBQ0E7RUFDQTtFQUdBO0VBQ0E7RUFHQTtFQUdBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTs7O0FDL0JGO0VBQ0U7RUFDQTtFQUNBOzs7QUNIRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDTkY7RUFDRTtFQUNBOzs7QUFHRjtFQUNFOzs7QUNORjtFQUNFO0VBQ0E7RUFFQTtFQUNBO0VBRUE7OztBQ1BGO0VBQ0U7RUFDQTs7O0FDRkY7RUFDRTtFQUNBO0VBQ0E7QUFBQTtBQUFBO0VBSUE7QUFBQTtBQUFBO0VBR0E7QUFBQTtBQUFBO0VBSUE7RUFDQTs7O0FDZkY7RUFDRTs7O0FDREY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNMRjtFQUNFO0VBQ0E7RUFFQTtFQUNBO0FBQUE7RUFFQTtFQUVBO0VBRUE7OztBQ1hGO0VBQ0U7RUFDQTtFQUNBOzs7QUNIRjtFQUNFOzs7QUNERjtFQUNFO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNWQTtFQUNFO0VBQ0E7O0FBRUY7RUFDRTs7QUFFRjtFQUVFOztBQUVGO0VBQ0U7RUFDQTtFQUNBOztBQUVGO0VBQ0U7RUFDQTs7O0FBSUo7RUFDRTtJQUNFOzs7QUN6Qko7RUFDRTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOztBQUVGO0VBQ0U7OztBQUlKO0VBQ0U7RUFDQTtFQUlBO0VBQ0E7O0FBSkE7RUFDRTs7O0FDckJGO0FBQUE7RUFFRTs7QUFFRjtFQUNFOztBQUVGO0VBQ0U7OztBQ1RKO0VBUUU7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFYQTtBQUFBO0FBQUE7RUFJRTs7O0FBU0o7RUFDRTs7QUFFQTtFQUNFOzs7QUFHSjtFQUNFOzs7QUFHRjtBQUFBO0FBQUE7QUFBQTtFQUlFOzs7QUFFRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHQTtFQUNFOztBQUtGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBSU47RUFDRTs7O0FBR0E7RUFDRTs7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNsR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFDQTs7QUFFQTtFQUVFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FDckNKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTs7QUFHRjtFQUNFO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTs7QUFJQTtFQUNFOztBQUlKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTs7O0FDL0NKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7O0FBRUE7RUFDRTs7O0FBSUo7RUFDRTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOzs7QUFJSjtFQUNFOzs7QUNwREY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUNBO0VBQ0U7OztBQUlKO0VBQ0U7RUFDQTtFQUNBOzs7QUNqQkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBRUE7O0FBTUE7RUFDRTs7QUFFRjtFQUdFO0VBQ0E7O0FBRUY7RUFHRTtFQUNBOzs7QUMzQko7RUFDRTtFQUNBOzs7QUFHRjtFQUNFOzs7QUNORjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUNKRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUNKRjtFQUNFOztBQUVBO0VBQ0U7OztBQUdKO0VBQ0U7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUVBO0VBQ0E7QUFPQTtBQUtBO0FBS0E7QUFLQTtBQUtBO0FBS0E7O0FBOUJBO0VBQ0U7RUFDQTs7QUFJRjtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFDQTs7O0FBSUo7QUFDQTtBQUFBO0VBRUU7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTs7O0FBS0E7QUFBQTtBQUFBO0VBRUU7OztBQ3pFSjtFQUNFO0VBQ0E7RUFFQTs7O0FDSkY7RUFDRTtFQUVBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFFQTtFQUNBOzs7QUNYRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNyQkY7RUFDRTtFQUNBOzs7QUFFRjtBQUFBO0VBRUU7OztBQUdGO0VBQ0U7RUFDQTs7O0FBRUY7RUFDRTtFQUNBOztBQUVBO0VBSUU7O0FBSEE7RUFDRTs7O0FBS047RUFDRTs7O0FBR0Y7QUFBQTtFQUVFOzs7QUFFRjtFQUNFO0VBQ0E7O0FBRUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUlKO0VBQ0U7OztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFOzs7QUM3RUY7RUFDRTtFQUNBO0VBQ0E7RUFFQTtFQU9BOztBQUxBO0VBQ0U7RUFDQTs7QUFLRjtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7RUFDQTs7QUFFRjtFQUNFO0VBQ0E7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBRUE7RUFFQTtFQUNBOztBQUVBO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBOztBQUlKO0VBQ0U7O0FBRUY7RUFDRTtFQUNBOzs7QUNwRUo7RUFLRTtFQUNBO0VBQ0E7O0FBTkE7RUFDRTtFQUNBOzs7QUFPSjtFQUNFO0VBT0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQWRBO0VBQ0U7O0FBRUY7RUFDRTs7QUFZRjtFQUNFOztBQUdGO0VBQ0U7O0FBR0Y7RUFDRTs7QUFFRjtFQUNFOztBQUVGO0VBQ0U7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUVFOztBQUNBO0VBQ0U7RUFDQTtFQUNBOztBQUVGO0VBQ0U7O0FBQ0E7RUFDRTtFQUNBOztBQUlOO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFFQTtFQUVBOztBQUdBO0VBQ0U7O0FBR0Y7RUFDRTs7QUFFQTtFQUNFOztBQUlKO0VBQ0U7RUFDQTs7QUFDQTtFQUNFOztBQUlKO0VBQ0U7RUFDQTs7QUFDQTtFQUNFOztBQUdKO0VBQ0U7O0FBQ0E7RUFDRTs7QUFHSjtFQUNFO0VBQ0E7O0FBQ0E7RUFDRTs7QUFHSjtFQUNFO0VBQ0E7O0FBQ0E7RUFDRTs7QUFHSjtFQUNFO0VBQ0E7O0FBQ0E7RUFDRTs7QUFHSjtFQUNFO0VBQ0E7O0FBQ0E7RUFDRTs7O0FBU1I7RUFDRTs7O0FBRUY7QUFBQTtFQUVFOzs7QUFFRjtFQUNFOzs7QUNuTEY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFFQTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTs7O0FDakJKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDbkJKO0VBSUU7RUFDQTtFQUVBO0VBQ0E7RUFDQTtFQUVBLFlBVmE7RUFZYjtFQUNBO0VBRUE7O0FBRUE7QUFBQTtBQUFBO0FBQUE7RUFJRSxZQXJCVztFQXNCWDs7QUFFRjtBQUFBO0FBQUE7RUFHRTs7QUFHRjtFQUNFO0VBQ0E7RUFFQTtFQUNBOztBQU1BO0VBQ0U7O0FBSUo7QUFBQTtBQUFBO0FBQUE7RUFJRTs7O0FDbERGO0VBQ0U7RUFDQTs7O0FDSEo7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFFRTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUNBO0VBQ0U7RUFDQTs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOztBQUlKO0VBQ0U7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFOztBQUdGO0FBQUE7QUFBQTtFQUdFOzs7QUMzSUo7RUFDRTs7QUFDQTtBQUFBO0FBQUE7RUFHRTs7QUFFRjtFQUNFOztBQUdGO0VBQ0U7RUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFFRjtFQUNFO0VBQ0E7OztBQUVGO0VBQ0U7RUFDQTs7O0FwRnpCRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBRUE7QUFBQTtFQUVFOztBQUdGO0FBQUE7QUFBQTtBQUFBO0VBSUU7RUFDQTs7QUFHRjtFQUNFOztBQUVGO0VBQ0U7O0FBRUY7RUFDRTtFQUNBOztBQUVGO0VBQ0U7O0FBR0Y7RUFDRTs7QUFJQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtFQU9FOztBQUlKO0VBQ0U7OztBcUZqRU47RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFJQTtFQUNFO0VBQ0E7OztBQ3JFTjtFQUNFO0VBQ0E7RUFDQTs7O0FBR0Y7QUFBQTtFQUVFOzs7QUFHRjtFQUVFOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7SUFDRTs7RUFFRjtJQUNFOzs7QUNoQ0o7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQzlCSjtFQUNFOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7O0FDUEY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7O0FDMUNGO0FBZ0ZFO0FBQUE7O0FBL0VBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVGO0VBQ0U7O0FBRUY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFRjtFQUNFOztBQUVGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVGO0VBQ0U7RUFDQTs7QUFFRjtFQUNFO0VBQ0E7O0FBRUY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBQUNBOztBQUVGO0VBQ0U7O0FBRUY7RUFDRTs7QUFJRjtFQWxGRjtBQW1GSTs7RUFDQTtJQUNFO0FBQ0E7Ozs7QUN0Rk47RUFDRTs7O0FBR0Y7RUFDRTs7O0FBR0Y7RUFDRTs7O0FDVEY7RUFDRTs7O0FBR0Y7RUFDRTtFQUVBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0U7OztBQUlKO0VBQ0U7OztBQ2ZBO0VBQ0U7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7OztBQ1ZKO0VBQ0U7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBOztBQUVBO0VBQ0U7RUFDQTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQ3RCSjtFQUNFO0VBQ0E7RUFHQTtFQUVBOztBQUVFO0VBQ0U7OztBQVFOO0FBQUE7RUFFRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0FBQUE7RUFDRTs7O0FBSUo7RUFDRTtFQUNBOzs7QUNqQ0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBS0E7RUFDRTtFQUNBO0VBRUE7RUFDQTtFQUNBOzs7QUFLRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUtGO0VBQ0U7RUFDQTtFQUVBO0VBQ0E7RUFDQTs7O0FDdkNKO0VBUUU7RUFDQTtFQUVBO0VBQ0E7RUFFQTs7QUFiQTtBQUFBO0FBQUE7QUFBQTtFQUlFOzs7QUFZSjtFQUNFO0VBQ0E7RUFDQTs7O0FDbEJBO0FBQUE7RUFDRTs7QUFDQTtBQUFBO0VBQ0U7OztBQ0xOO0VBQ0U7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBOzs7QUNWRjtBQUFBO0VBRUU7RUFDQTtFQUNBOztBQUdGO0VBQ0U7OztBQ1RKO0VBQ0U7OztBQ0RGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7O0FBQ0E7RUFDRTs7O0FDWEo7RUFLRTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBRUE7RUFDRTs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0FBQUE7RUFFRTtFQUNBOztBQUdGO0FBQUE7QUFBQTtFQUdFOzs7QUNuQ0o7RUFDRTs7O0FDQUY7RUFDRTtFQUNBOztBQUVBO0VBQ0U7OztBQUtKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBRUE7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFOztBQUlBO0VBQ0U7RUFDQTs7O0FBUVY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFJRjtFQUNFOztBQUVBO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBOzs7QUFLSjtFQUNFOztBQUVBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFJSjtFQUNFOzs7QUFHRjtFQUNFOzs7QUN2SEY7RUFDRTs7O0FBR0Y7RUFDRTtFQUNBOztBQUVBO0VBQ0U7O0FBR0Y7RUFFRTs7O0FDZEo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTs7QUFHRTtFQUNFOztBQUtOO0VBQ0U7RUFDQTtFQUNBOzs7QUFJSjtFQUNFO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBRUY7RUFDRTs7QUFHRjtFQUNFO0VBQ0E7O0FBSUY7RUFDRTtFQUNBO0VBQ0E7O0FBQ0E7RUFDRTs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUM1RUo7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNwQko7RUFDRTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFHQTs7QUFDQTtFQUNFOztBQUdGO0FBQUE7RUFFRTs7O0FBTUY7RUFDRTtFQUNBOzs7QUM5Qko7RUFDRTs7O0FDR0E7RUFDRTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7O0FBS0Y7RUFDRTtFQUNBOzs7QUN2Qko7RUFDRTs7O0FDREY7RUFDRTtFQUNBO0VBQ0E7OztBQ0hGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDTEY7RUFDRTs7O0FDREY7RUFDRTs7QUFFQTtFQUNFO0VBQ0E7RUFDQTs7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7RUFFQTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBOzs7QUM3Q0o7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7RUFDQTs7O0FDVEo7RUFDRTs7O0FBR0Y7RUFDRTs7O0FDTEY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNMRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0ExSDZQRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFHRjtBQUFBO0VBRUU7OztBQUdGO0VBQ0U7OztBQUlGO0VBQ0U7OztBQUVGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUtGO0VBQ0U7OztBQUdGO0FBQUE7QUFFQTtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTs7O0FBSUo7RUFDRTs7QUFDQTtFQUNFOzs7QUFPSjtFQUNFO0VBQ0E7OztBQUVGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFFRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFFRjtFQUNFOzs7QUFFRjtFQUNFOzs7QUFFRjtFQUNFOzs7QUFjRTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBQ0U7RUFDQTs7QUFFRjtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBQ0U7O0FBRUY7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtFQUNFOztBQUdGO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7RUFDRTs7QUFHRjtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBRUY7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtFQUNFOztBQUVGO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7RUFDRTs7QUFFRjtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBQ0U7RUFDQTs7O0FBT047RUFDRTtFQUNBOztBQUVBO0VBQ0U7OztBQU9GO0VBQ0U7OztBQUtKO0VBQ0U7OztBQUdBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QTJIcGNKO0VBQ0UiLCJmaWxlIjoiaW5kZXguY3NzIiwic291cmNlUm9vdCI6IiJ9 */
4886
+ /*# sourceMappingURL=index.css.map */