@adaptabletools/adaptable 16.2.4 → 17.0.0-canary.1

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 (1525) hide show
  1. package/agGrid.js +26 -32
  2. package/base.css +1246 -1194
  3. package/base.css.map +1 -1
  4. package/index.css +102 -1981
  5. package/index.css.map +1 -1
  6. package/package.json +10 -5
  7. package/src/AdaptableInterfaces/AdaptableNoCodeWizard.d.ts +2 -2
  8. package/src/AdaptableInterfaces/AdaptableNoCodeWizard.js +1 -2
  9. package/src/AdaptableInterfaces/IAdaptable.d.ts +17 -11
  10. package/src/AdaptableInterfaces/IAdaptable.js +1 -2
  11. package/src/AdaptableOptions/ActionColumnOptions.js +1 -2
  12. package/src/AdaptableOptions/ActionRowOptions.d.ts +25 -3
  13. package/src/AdaptableOptions/ActionRowOptions.js +1 -2
  14. package/src/AdaptableOptions/AdaptableFrameworkComponent.d.ts +3 -3
  15. package/src/AdaptableOptions/AdaptableFrameworkComponent.js +1 -2
  16. package/src/AdaptableOptions/AdaptableOptions.d.ts +12 -3
  17. package/src/AdaptableOptions/AdaptableOptions.js +1 -2
  18. package/src/AdaptableOptions/AdaptablePlugin.d.ts +1 -1
  19. package/src/AdaptableOptions/AdaptablePlugin.js +1 -5
  20. package/src/AdaptableOptions/AlertOptions.d.ts +2 -2
  21. package/src/AdaptableOptions/AlertOptions.js +1 -2
  22. package/src/AdaptableOptions/CalendarOptions.js +1 -2
  23. package/src/AdaptableOptions/CellSummaryOptions.js +1 -2
  24. package/src/AdaptableOptions/ChartingOptions.js +1 -2
  25. package/src/AdaptableOptions/{FilterOptions.d.ts → ColumnFilterOptions.d.ts} +114 -95
  26. package/src/AdaptableOptions/ColumnFilterOptions.js +1 -0
  27. package/src/AdaptableOptions/ColumnOptions.js +1 -2
  28. package/src/AdaptableOptions/ContainerOptions.js +1 -2
  29. package/src/AdaptableOptions/CustomSortOptions.js +1 -2
  30. package/src/AdaptableOptions/DashboardOptions.js +1 -2
  31. package/src/AdaptableOptions/DataChangeHistoryOptions.d.ts +1 -1
  32. package/src/AdaptableOptions/DataChangeHistoryOptions.js +1 -2
  33. package/src/AdaptableOptions/DataImportOptions.js +1 -2
  34. package/src/AdaptableOptions/DataSetOptions.js +1 -2
  35. package/src/AdaptableOptions/DateInputOptions.d.ts +1 -1
  36. package/src/AdaptableOptions/DateInputOptions.js +1 -2
  37. package/src/AdaptableOptions/EditOptions.d.ts +2 -2
  38. package/src/AdaptableOptions/EditOptions.js +1 -2
  39. package/src/AdaptableOptions/EntitlementOptions.js +1 -2
  40. package/src/AdaptableOptions/ExportOptions.d.ts +21 -3
  41. package/src/AdaptableOptions/ExportOptions.js +1 -2
  42. package/src/AdaptableOptions/ExpressionOptions.d.ts +2 -2
  43. package/src/AdaptableOptions/ExpressionOptions.js +1 -2
  44. package/src/AdaptableOptions/Fdc3Options.d.ts +10 -4
  45. package/src/AdaptableOptions/Fdc3Options.js +2 -5
  46. package/src/AdaptableOptions/FinsemblePluginOptions.js +1 -2
  47. package/src/AdaptableOptions/FlashingCellOptions.js +1 -2
  48. package/src/AdaptableOptions/FormatColumnOptions.js +1 -2
  49. package/src/AdaptableOptions/Glue42PluginOptions.js +1 -2
  50. package/src/AdaptableOptions/Glue42WebPluginOptions.js +1 -2
  51. package/src/AdaptableOptions/GridFilterOptions.d.ts +18 -0
  52. package/src/AdaptableOptions/GridFilterOptions.js +1 -0
  53. package/src/AdaptableOptions/GroupingOptions.js +1 -2
  54. package/src/AdaptableOptions/IPushPullPluginOptions.js +1 -2
  55. package/src/AdaptableOptions/LayoutOptions.d.ts +1 -1
  56. package/src/AdaptableOptions/LayoutOptions.js +1 -2
  57. package/src/AdaptableOptions/MasterDetailPluginOptions.js +1 -2
  58. package/src/AdaptableOptions/MenuOptions.d.ts +12 -6
  59. package/src/AdaptableOptions/MenuOptions.js +41 -27
  60. package/src/AdaptableOptions/NotesOptions.js +1 -2
  61. package/src/AdaptableOptions/NotificationsOptions.d.ts +1 -1
  62. package/src/AdaptableOptions/NotificationsOptions.js +1 -2
  63. package/src/AdaptableOptions/OpenFinPluginOptions.js +1 -2
  64. package/src/AdaptableOptions/PredicateOptions.js +1 -2
  65. package/src/AdaptableOptions/QuickSearchOptions.d.ts +22 -2
  66. package/src/AdaptableOptions/QuickSearchOptions.js +1 -2
  67. package/src/AdaptableOptions/SettingsPanelOptions.js +1 -2
  68. package/src/AdaptableOptions/StateOptions.d.ts +1 -1
  69. package/src/AdaptableOptions/StateOptions.js +1 -2
  70. package/src/AdaptableOptions/TeamSharingOptions.js +1 -2
  71. package/src/AdaptableOptions/ToolPanelOptions.js +1 -2
  72. package/src/AdaptableOptions/UserInterfaceOptions.d.ts +1 -16
  73. package/src/AdaptableOptions/UserInterfaceOptions.js +1 -2
  74. package/src/Api/ActionColumnApi.js +1 -2
  75. package/src/Api/ActionRowApi.js +1 -2
  76. package/src/Api/AdaptableApi.d.ts +11 -6
  77. package/src/Api/AdaptableApi.js +1 -2
  78. package/src/Api/AlertApi.js +1 -2
  79. package/src/Api/ApplicationApi.js +1 -2
  80. package/src/Api/BulkUpdateApi.js +1 -2
  81. package/src/Api/CalculatedColumnApi.js +1 -2
  82. package/src/Api/CalendarApi.js +1 -2
  83. package/src/Api/CellSummaryApi.js +1 -2
  84. package/src/Api/ChartingApi.js +1 -2
  85. package/src/Api/ColumnApi.d.ts +4 -0
  86. package/src/Api/ColumnApi.js +1 -2
  87. package/src/Api/{FilterApi.d.ts → ColumnFilterApi.d.ts} +3 -6
  88. package/src/Api/ColumnFilterApi.js +1 -0
  89. package/src/Api/ConfigApi.d.ts +3 -4
  90. package/src/Api/ConfigApi.js +1 -2
  91. package/src/Api/CustomSortApi.js +1 -2
  92. package/src/Api/DashboardApi.d.ts +16 -5
  93. package/src/Api/DashboardApi.js +1 -2
  94. package/src/Api/DataChangeHistoryApi.js +1 -2
  95. package/src/Api/DataImportApi.js +1 -2
  96. package/src/Api/DataSetApi.js +1 -2
  97. package/src/Api/EntitlementApi.js +1 -2
  98. package/src/Api/EventApi.d.ts +13 -32
  99. package/src/Api/EventApi.js +1 -2
  100. package/src/Api/Events/ActionRowSubmitted.d.ts +1 -5
  101. package/src/Api/Events/ActionRowSubmitted.js +1 -2
  102. package/src/Api/Events/AdaptableReady.js +1 -2
  103. package/src/Api/Events/AdaptableSearchState.d.ts +4 -4
  104. package/src/Api/Events/AdaptableSearchState.js +1 -2
  105. package/src/Api/Events/AdaptableStateChanged.js +1 -2
  106. package/src/Api/Events/AdaptableStateReloaded.js +1 -2
  107. package/src/Api/Events/AlertFired.js +1 -2
  108. package/src/Api/Events/BaseEventInfo.js +1 -2
  109. package/src/Api/Events/CellChanged.js +1 -2
  110. package/src/Api/Events/ChartChanged.js +1 -2
  111. package/src/Api/Events/{FilterApplied.d.ts → ColumnFilterApplied.d.ts} +2 -2
  112. package/src/Api/Events/ColumnFilterApplied.js +1 -0
  113. package/src/Api/Events/CustomToolbarConfigured.js +1 -2
  114. package/src/Api/Events/DashboardChanged.js +1 -2
  115. package/src/Api/Events/DataImported.js +1 -2
  116. package/src/Api/Events/DataSetSelected.js +1 -2
  117. package/src/Api/Events/Fdc3MessageInfo.d.ts +1 -1
  118. package/src/Api/Events/Fdc3MessageInfo.js +1 -2
  119. package/src/Api/Events/FlashingCellDisplayed.js +1 -2
  120. package/src/Api/Events/GridDataChanged.js +1 -2
  121. package/src/Api/Events/GridFilterApplied.d.ts +15 -0
  122. package/src/Api/Events/GridFilterApplied.js +1 -0
  123. package/src/Api/Events/GridSorted.js +1 -2
  124. package/src/Api/Events/LayoutChanged.js +1 -2
  125. package/src/Api/Events/LiveDataChanged.js +1 -2
  126. package/src/Api/Events/ScheduleTriggered.js +1 -2
  127. package/src/Api/Events/SelectionChanged.js +1 -2
  128. package/src/Api/Events/SystemStatusMessageDisplayed.js +1 -2
  129. package/src/Api/Events/TeamSharingEntityChanged.js +1 -2
  130. package/src/Api/Events/ThemeChanged.js +1 -2
  131. package/src/Api/Events/ThemeEdited.js +1 -2
  132. package/src/Api/ExportApi.d.ts +0 -4
  133. package/src/Api/ExportApi.js +1 -2
  134. package/src/Api/ExpressionApi.js +1 -2
  135. package/src/Api/Fdc3Api.js +1 -2
  136. package/src/Api/FinsembleApi.js +1 -2
  137. package/src/Api/FlashingCellApi.js +1 -2
  138. package/src/Api/FormatColumnApi.d.ts +4 -0
  139. package/src/Api/FormatColumnApi.js +1 -2
  140. package/src/Api/FreeTextColumnApi.js +1 -2
  141. package/src/Api/Glue42Api.js +1 -2
  142. package/src/Api/Glue42WebApi.js +1 -2
  143. package/src/Api/GridApi.js +1 -2
  144. package/src/Api/GridFilterApi.d.ts +39 -0
  145. package/src/Api/GridFilterApi.js +1 -0
  146. package/src/Api/IPushPullApi.js +1 -2
  147. package/src/Api/Implementation/ActionColumnApiImpl.js +2 -6
  148. package/src/Api/Implementation/ActionRowApiImpl.js +8 -12
  149. package/src/Api/Implementation/AdaptableApiImpl.d.ts +6 -4
  150. package/src/Api/Implementation/AdaptableApiImpl.js +99 -101
  151. package/src/Api/Implementation/AlertApiImpl.js +18 -23
  152. package/src/Api/Implementation/ApiBase.d.ts +5 -16
  153. package/src/Api/Implementation/ApiBase.js +15 -17
  154. package/src/Api/Implementation/ApplicationApiImpl.js +3 -8
  155. package/src/Api/Implementation/BulkUpdateApiImpl.js +5 -10
  156. package/src/Api/Implementation/CalculatedColumnApiImpl.js +6 -11
  157. package/src/Api/Implementation/CalendarApiImpl.js +2 -6
  158. package/src/Api/Implementation/CellSummaryApiImpl.js +17 -22
  159. package/src/Api/Implementation/ChartingApiImpl.js +13 -18
  160. package/src/Api/Implementation/ColumnApiImpl.d.ts +1 -0
  161. package/src/Api/Implementation/ColumnApiImpl.js +14 -15
  162. package/src/Api/Implementation/{FilterApiImpl.d.ts → ColumnFilterApiImpl.d.ts} +5 -5
  163. package/src/Api/Implementation/{FilterApiImpl.js → ColumnFilterApiImpl.js} +12 -17
  164. package/src/Api/Implementation/ConfigApiImpl.d.ts +2 -3
  165. package/src/Api/Implementation/ConfigApiImpl.js +41 -46
  166. package/src/Api/Implementation/CustomSortApiImpl.js +6 -11
  167. package/src/Api/Implementation/DashboardApiImpl.d.ts +5 -2
  168. package/src/Api/Implementation/DashboardApiImpl.js +24 -28
  169. package/src/Api/Implementation/DataChangeHistoryApiImpl.js +10 -15
  170. package/src/Api/Implementation/DataImportApiImpl.js +4 -8
  171. package/src/Api/Implementation/DataSetApiImpl.js +6 -11
  172. package/src/Api/Implementation/EntitlementApiImpl.js +2 -6
  173. package/src/Api/Implementation/EventApiImpl.js +4 -9
  174. package/src/Api/Implementation/ExportApiImpl.d.ts +0 -1
  175. package/src/Api/Implementation/ExportApiImpl.js +12 -20
  176. package/src/Api/Implementation/ExpressionApiImpl.js +5 -10
  177. package/src/Api/Implementation/Fdc3ApiImpl.js +8 -12
  178. package/src/Api/Implementation/FlashingCellApiImpl.js +6 -11
  179. package/src/Api/Implementation/FormatColumnApiImpl.d.ts +1 -0
  180. package/src/Api/Implementation/FormatColumnApiImpl.js +9 -11
  181. package/src/Api/Implementation/FreeTextColumnApiImpl.js +9 -14
  182. package/src/Api/Implementation/GridApiImpl.js +22 -27
  183. package/src/Api/Implementation/GridFilterApiImpl.d.ts +16 -0
  184. package/src/Api/Implementation/GridFilterApiImpl.js +49 -0
  185. package/src/Api/Implementation/LayoutApiImpl.js +25 -30
  186. package/src/Api/Implementation/NamedQueryApiImpl.d.ts +18 -0
  187. package/src/Api/Implementation/NamedQueryApiImpl.js +52 -0
  188. package/src/Api/Implementation/NotesApiImpl.js +4 -9
  189. package/src/Api/Implementation/OptionsApiImpl.d.ts +4 -2
  190. package/src/Api/Implementation/OptionsApiImpl.js +7 -8
  191. package/src/Api/Implementation/PluginsApiImpl.js +3 -8
  192. package/src/Api/Implementation/PlusMinusApiImpl.js +4 -9
  193. package/src/Api/Implementation/PredicateApiImpl.js +12 -17
  194. package/src/Api/Implementation/QuickSearchApiImpl.js +5 -10
  195. package/src/Api/Implementation/ScheduleApiImpl.js +6 -11
  196. package/src/Api/Implementation/ScopeApiImpl.js +8 -13
  197. package/src/Api/Implementation/SettingsPanelApiImpl.js +3 -8
  198. package/src/Api/Implementation/ShortcutApiImpl.js +4 -9
  199. package/src/Api/Implementation/SmartEditApiImpl.js +5 -10
  200. package/src/Api/Implementation/StatusBarApiImpl.js +5 -9
  201. package/src/Api/Implementation/StyledColumnApiImpl.js +6 -11
  202. package/src/Api/Implementation/SystemStatusApiImpl.js +16 -21
  203. package/src/Api/Implementation/TeamSharingApiImpl.js +12 -17
  204. package/src/Api/Implementation/ThemeApiImpl.js +10 -15
  205. package/src/Api/Implementation/ToolPanelApiImpl.js +6 -11
  206. package/src/Api/Implementation/UserInterfaceApiImpl.js +16 -21
  207. package/src/Api/Internal/ActionRowInternalApi.d.ts +2 -0
  208. package/src/Api/Internal/ActionRowInternalApi.js +35 -12
  209. package/src/Api/Internal/AdaptableInternalApi.js +21 -26
  210. package/src/Api/Internal/AlertInternalApi.d.ts +2 -7
  211. package/src/Api/Internal/AlertInternalApi.js +35 -25
  212. package/src/Api/Internal/CalculatedColumnInternalApi.js +2 -6
  213. package/src/Api/Internal/ChartingInternalApi.js +8 -12
  214. package/src/Api/Internal/{FilterInternalApi.d.ts → ColumnFilterInternalApi.d.ts} +5 -5
  215. package/src/Api/Internal/{FilterInternalApi.js → ColumnFilterInternalApi.js} +27 -32
  216. package/src/Api/Internal/ColumnInternalApi.d.ts +0 -10
  217. package/src/Api/Internal/ColumnInternalApi.js +4 -36
  218. package/src/Api/Internal/CustomSortInternalApi.js +2 -6
  219. package/src/Api/Internal/DashboardInternalApi.d.ts +5 -1
  220. package/src/Api/Internal/DashboardInternalApi.js +16 -9
  221. package/src/Api/Internal/DataImportInternalApi.js +5 -10
  222. package/src/Api/Internal/DataSetInternalApi.js +2 -6
  223. package/src/Api/Internal/ExportInternalApi.js +2 -6
  224. package/src/Api/Internal/ExpressionnternalApi.js +2 -6
  225. package/src/Api/Internal/Fdc3InternalApi.d.ts +2 -2
  226. package/src/Api/Internal/Fdc3InternalApi.js +24 -28
  227. package/src/Api/Internal/FlashingCellInternalApi.js +7 -12
  228. package/src/Api/Internal/FormatColumnInternalApi.js +17 -22
  229. package/src/Api/Internal/FreeTextColumnInternalApi.js +2 -6
  230. package/src/Api/Internal/GridFilterInternalApi.d.ts +4 -0
  231. package/src/Api/Internal/GridFilterInternalApi.js +19 -0
  232. package/src/Api/Internal/GridInternalApi.js +44 -27
  233. package/src/Api/Internal/LayoutInternalApi.d.ts +1 -0
  234. package/src/Api/Internal/LayoutInternalApi.js +22 -18
  235. package/src/Api/Internal/{QueryInternalApi.d.ts → NamedQueryInternalApi.d.ts} +2 -5
  236. package/src/Api/Internal/{QueryInternalApi.js → NamedQueryInternalApi.js} +5 -24
  237. package/src/Api/Internal/PredicateInternalApi.js +5 -9
  238. package/src/Api/Internal/ScheduleInternalApi.js +2 -6
  239. package/src/Api/Internal/StyledColumnInternalApi.d.ts +0 -3
  240. package/src/Api/Internal/StyledColumnInternalApi.js +5 -37
  241. package/src/Api/Internal/SystemStatusInternalApi.js +3 -8
  242. package/src/Api/Internal/TeamSharingInternalApi.js +2 -6
  243. package/src/Api/Internal/ThemeInternalApi.js +5 -9
  244. package/src/Api/Internal/UserInterfaceInternalApi.js +2 -6
  245. package/src/Api/LayoutApi.js +1 -2
  246. package/src/Api/NamedQueryApi.d.ts +53 -0
  247. package/src/Api/NamedQueryApi.js +1 -0
  248. package/src/Api/NotesAPi.js +1 -2
  249. package/src/Api/OpenFinApi.js +1 -2
  250. package/src/Api/OptionsApi.d.ts +7 -3
  251. package/src/Api/OptionsApi.js +1 -2
  252. package/src/Api/PluginsApi.js +1 -2
  253. package/src/Api/PlusMinusApi.js +1 -2
  254. package/src/Api/PredicateApi.js +1 -2
  255. package/src/Api/QuickSearchApi.js +1 -2
  256. package/src/Api/ScheduleApi.js +1 -2
  257. package/src/Api/ScopeApi.js +1 -2
  258. package/src/Api/SettingsPanelApi.js +1 -2
  259. package/src/Api/ShortcutApi.js +1 -2
  260. package/src/Api/SmartEditApi.js +1 -2
  261. package/src/Api/StatusBarApi.js +1 -2
  262. package/src/Api/StyledColumnApi.js +1 -2
  263. package/src/Api/SystemStatusApi.js +1 -2
  264. package/src/Api/TeamSharingApi.js +1 -2
  265. package/src/Api/ThemeApi.js +1 -2
  266. package/src/Api/ToolPanelApi.js +1 -2
  267. package/src/Api/UserInterfaceApi.js +1 -2
  268. package/src/PredefinedConfig/AdaptableState.d.ts +6 -1
  269. package/src/PredefinedConfig/AdaptableState.js +1 -2
  270. package/src/PredefinedConfig/AlertState.d.ts +6 -6
  271. package/src/PredefinedConfig/AlertState.js +1 -2
  272. package/src/PredefinedConfig/ApplicationState.js +1 -2
  273. package/src/PredefinedConfig/CalculatedColumnState.d.ts +1 -1
  274. package/src/PredefinedConfig/CalculatedColumnState.js +1 -2
  275. package/src/PredefinedConfig/ChartingState.d.ts +4 -1
  276. package/src/PredefinedConfig/ChartingState.js +2 -7
  277. package/src/PredefinedConfig/Common/AdaptableAlert.d.ts +2 -2
  278. package/src/PredefinedConfig/Common/AdaptableAlert.js +2 -7
  279. package/src/PredefinedConfig/Common/AdaptableButton.js +1 -2
  280. package/src/PredefinedConfig/Common/AdaptableColumn.d.ts +5 -1
  281. package/src/PredefinedConfig/Common/AdaptableColumn.js +1 -5
  282. package/src/PredefinedConfig/Common/AdaptableComparerFunction.d.ts +2 -2
  283. package/src/PredefinedConfig/Common/AdaptableComparerFunction.js +1 -2
  284. package/src/PredefinedConfig/Common/AdaptableFlashingCell.js +1 -2
  285. package/src/PredefinedConfig/Common/AdaptableForm.d.ts +2 -2
  286. package/src/PredefinedConfig/Common/AdaptableForm.js +1 -5
  287. package/src/PredefinedConfig/Common/AdaptableFormat.d.ts +1 -1
  288. package/src/PredefinedConfig/Common/AdaptableFormat.js +1 -2
  289. package/src/PredefinedConfig/Common/AdaptableIcon.d.ts +2 -2
  290. package/src/PredefinedConfig/Common/AdaptableIcon.js +1 -2
  291. package/src/PredefinedConfig/Common/AdaptableMessageType.d.ts +1 -1
  292. package/src/PredefinedConfig/Common/AdaptableMessageType.js +1 -2
  293. package/src/PredefinedConfig/Common/AdaptableObject.d.ts +1 -1
  294. package/src/PredefinedConfig/Common/AdaptableObject.js +1 -2
  295. package/src/PredefinedConfig/Common/AdaptablePredicate.d.ts +3 -3
  296. package/src/PredefinedConfig/Common/AdaptablePredicate.js +97 -114
  297. package/src/PredefinedConfig/Common/AdaptableQuery.d.ts +16 -1
  298. package/src/PredefinedConfig/Common/AdaptableQuery.js +1 -5
  299. package/src/PredefinedConfig/Common/AdaptableScope.d.ts +5 -5
  300. package/src/PredefinedConfig/Common/AdaptableScope.js +1 -2
  301. package/src/PredefinedConfig/Common/AdaptableStyle.js +1 -2
  302. package/src/PredefinedConfig/Common/AggregationColumns.d.ts +1 -1
  303. package/src/PredefinedConfig/Common/AggregationColumns.js +1 -4
  304. package/src/PredefinedConfig/Common/AlternativeModuleName.js +1 -2
  305. package/src/PredefinedConfig/Common/BaseContext.js +1 -2
  306. package/src/PredefinedConfig/Common/ButtonStyle.js +1 -2
  307. package/src/PredefinedConfig/Common/CellDataChangedInfo.js +1 -2
  308. package/src/PredefinedConfig/Common/CellHighlightInfo.d.ts +0 -1
  309. package/src/PredefinedConfig/Common/CellHighlightInfo.js +1 -2
  310. package/src/PredefinedConfig/Common/CellSummary.js +1 -2
  311. package/src/PredefinedConfig/Common/ColumnFilter.d.ts +2 -2
  312. package/src/PredefinedConfig/Common/ColumnFilter.js +1 -2
  313. package/src/PredefinedConfig/Common/ColumnSort.js +1 -2
  314. package/src/PredefinedConfig/Common/DataChangedScope.js +1 -2
  315. package/src/PredefinedConfig/Common/DataUpdateConfig.js +1 -2
  316. package/src/PredefinedConfig/Common/Entitlement.d.ts +1 -1
  317. package/src/PredefinedConfig/Common/Entitlement.js +1 -2
  318. package/src/PredefinedConfig/Common/Enums.js +26 -29
  319. package/src/PredefinedConfig/Common/Fdc3Context.d.ts +133 -37
  320. package/src/PredefinedConfig/Common/Fdc3Context.js +32 -35
  321. package/src/PredefinedConfig/Common/Fdc3Intent.d.ts +4 -4
  322. package/src/PredefinedConfig/Common/Fdc3Intent.js +64 -67
  323. package/src/PredefinedConfig/Common/FilterActionOnDataChange.js +1 -2
  324. package/src/PredefinedConfig/Common/FormContext.js +1 -2
  325. package/src/PredefinedConfig/Common/GridFilter.d.ts +10 -0
  326. package/src/PredefinedConfig/Common/GridFilter.js +1 -0
  327. package/src/PredefinedConfig/Common/Menu.js +1 -2
  328. package/src/PredefinedConfig/Common/RowHighlightInfo.d.ts +1 -1
  329. package/src/PredefinedConfig/Common/RowHighlightInfo.js +1 -2
  330. package/src/PredefinedConfig/Common/RowsHighlightInfo.js +1 -2
  331. package/src/PredefinedConfig/Common/Schedule.d.ts +2 -2
  332. package/src/PredefinedConfig/Common/Schedule.js +1 -2
  333. package/src/PredefinedConfig/Common/SpecialColumnSettings.js +1 -2
  334. package/src/PredefinedConfig/Common/SuspendableObject.js +1 -2
  335. package/src/PredefinedConfig/Common/SystemStatusMessageInfo.js +1 -2
  336. package/src/PredefinedConfig/Common/Types.d.ts +15 -15
  337. package/src/PredefinedConfig/Common/Types.js +14 -17
  338. package/src/PredefinedConfig/ConfigState.js +1 -2
  339. package/src/PredefinedConfig/CustomSortState.js +1 -2
  340. package/src/PredefinedConfig/DashboardState.js +1 -2
  341. package/src/PredefinedConfig/ExportState.d.ts +4 -4
  342. package/src/PredefinedConfig/ExportState.js +1 -2
  343. package/src/PredefinedConfig/FlashingCellState.d.ts +4 -4
  344. package/src/PredefinedConfig/FlashingCellState.js +1 -2
  345. package/src/PredefinedConfig/FormatColumnState.d.ts +4 -27
  346. package/src/PredefinedConfig/FormatColumnState.js +1 -2
  347. package/src/PredefinedConfig/FreeTextColumnState.js +1 -2
  348. package/src/PredefinedConfig/Glue42State.js +1 -2
  349. package/src/PredefinedConfig/GridState.js +1 -2
  350. package/src/PredefinedConfig/IPushPullState.js +1 -2
  351. package/src/PredefinedConfig/InternalState.js +1 -2
  352. package/src/PredefinedConfig/LayoutState.d.ts +5 -1
  353. package/src/PredefinedConfig/LayoutState.js +1 -2
  354. package/src/PredefinedConfig/NamedQueryState.d.ts +25 -0
  355. package/src/PredefinedConfig/NamedQueryState.js +1 -0
  356. package/src/PredefinedConfig/NotesState.d.ts +2 -2
  357. package/src/PredefinedConfig/NotesState.js +1 -2
  358. package/src/PredefinedConfig/OpenFinState.js +1 -2
  359. package/src/PredefinedConfig/PlusMinusState.js +1 -2
  360. package/src/PredefinedConfig/PopupState.js +1 -2
  361. package/src/PredefinedConfig/PredefinedConfig.d.ts +2 -7
  362. package/src/PredefinedConfig/PredefinedConfig.js +1 -2
  363. package/src/PredefinedConfig/QueryState.d.ts +4 -15
  364. package/src/PredefinedConfig/QueryState.js +1 -2
  365. package/src/PredefinedConfig/QuickSearchState.js +1 -2
  366. package/src/PredefinedConfig/ScheduleState.js +1 -2
  367. package/src/PredefinedConfig/Selection/GridCell.d.ts +8 -0
  368. package/src/PredefinedConfig/Selection/GridCell.js +1 -2
  369. package/src/PredefinedConfig/Selection/GridCellRange.js +1 -2
  370. package/src/PredefinedConfig/Selection/GridRow.js +1 -2
  371. package/src/PredefinedConfig/Selection/SelectedCellInfo.js +1 -2
  372. package/src/PredefinedConfig/Selection/SelectedRowInfo.js +1 -2
  373. package/src/PredefinedConfig/ShortcutState.d.ts +1 -1
  374. package/src/PredefinedConfig/ShortcutState.js +1 -2
  375. package/src/PredefinedConfig/StatusBarState.js +1 -4
  376. package/src/PredefinedConfig/StyledColumnState.d.ts +8 -13
  377. package/src/PredefinedConfig/StyledColumnState.js +1 -2
  378. package/src/PredefinedConfig/SystemState.d.ts +4 -4
  379. package/src/PredefinedConfig/SystemState.js +1 -2
  380. package/src/PredefinedConfig/TeamSharingState.d.ts +3 -3
  381. package/src/PredefinedConfig/TeamSharingState.js +2 -7
  382. package/src/PredefinedConfig/ThemeState.js +1 -2
  383. package/src/PredefinedConfig/ToolPanelState.d.ts +1 -1
  384. package/src/PredefinedConfig/ToolPanelState.js +1 -2
  385. package/src/PredefinedConfig/Uuid.d.ts +1 -1
  386. package/src/PredefinedConfig/Uuid.js +2 -6
  387. package/src/Redux/ActionsReducers/AlertRedux.js +45 -59
  388. package/src/Redux/ActionsReducers/ApplicationRedux.js +15 -22
  389. package/src/Redux/ActionsReducers/BulkUpdateRedux.js +9 -15
  390. package/src/Redux/ActionsReducers/CalculatedColumnRedux.js +20 -29
  391. package/src/Redux/ActionsReducers/CellSummaryRedux.js +3 -7
  392. package/src/Redux/ActionsReducers/ChartingRedux.js +41 -55
  393. package/src/Redux/ActionsReducers/CustomSortRedux.js +41 -54
  394. package/src/Redux/ActionsReducers/DashboardRedux.js +50 -66
  395. package/src/Redux/ActionsReducers/ExportRedux.js +33 -45
  396. package/src/Redux/ActionsReducers/FlashingCellRedux.js +43 -57
  397. package/src/Redux/ActionsReducers/FormatColumnRedux.d.ts +7 -0
  398. package/src/Redux/ActionsReducers/FormatColumnRedux.js +60 -65
  399. package/src/Redux/ActionsReducers/FreeTextColumnRedux.js +24 -34
  400. package/src/Redux/ActionsReducers/GridRedux.d.ts +6 -1
  401. package/src/Redux/ActionsReducers/GridRedux.js +139 -155
  402. package/src/Redux/ActionsReducers/LayoutRedux.d.ts +41 -12
  403. package/src/Redux/ActionsReducers/LayoutRedux.js +153 -105
  404. package/src/Redux/ActionsReducers/NamedQueryRedux.d.ts +43 -0
  405. package/src/Redux/ActionsReducers/NamedQueryRedux.js +74 -0
  406. package/src/Redux/ActionsReducers/NotesRedux.js +21 -31
  407. package/src/Redux/ActionsReducers/PluginsRedux.js +48 -53
  408. package/src/Redux/ActionsReducers/PlusMinusRedux.js +45 -59
  409. package/src/Redux/ActionsReducers/PopupRedux.js +64 -84
  410. package/src/Redux/ActionsReducers/QueryRedux.d.ts +5 -39
  411. package/src/Redux/ActionsReducers/QueryRedux.js +10 -72
  412. package/src/Redux/ActionsReducers/QuickSearchRedux.js +16 -23
  413. package/src/Redux/ActionsReducers/ScheduleRedux.js +179 -222
  414. package/src/Redux/ActionsReducers/ShortcutRedux.js +41 -54
  415. package/src/Redux/ActionsReducers/SmartEditRedux.js +9 -15
  416. package/src/Redux/ActionsReducers/StatusBarRedux.js +12 -19
  417. package/src/Redux/ActionsReducers/StyledColumnRedux.js +41 -54
  418. package/src/Redux/ActionsReducers/SystemRedux.d.ts +1 -1
  419. package/src/Redux/ActionsReducers/SystemRedux.js +254 -324
  420. package/src/Redux/ActionsReducers/SystemStatusRedux.js +6 -11
  421. package/src/Redux/ActionsReducers/TeamSharingRedux.js +40 -55
  422. package/src/Redux/ActionsReducers/ThemeRedux.js +32 -43
  423. package/src/Redux/ActionsReducers/ToolPanelRedux.js +28 -39
  424. package/src/Redux/ActionsReducers/utils.js +3 -9
  425. package/src/Redux/DeadRedux.js +25 -38
  426. package/src/Redux/Store/AdaptableReduxLocalStorageEngine.js +15 -20
  427. package/src/Redux/Store/AdaptableReduxMerger.d.ts +1 -1
  428. package/src/Redux/Store/AdaptableReduxMerger.js +21 -30
  429. package/src/Redux/Store/AdaptableStore.d.ts +2 -2
  430. package/src/Redux/Store/AdaptableStore.js +159 -136
  431. package/src/Redux/Store/Interface/IAdaptableStore.js +1 -2
  432. package/src/Redux/Store/Interface/IStorageEngine.js +1 -2
  433. package/src/Strategy/AdaptableModuleBase.d.ts +0 -1
  434. package/src/Strategy/AdaptableModuleBase.js +11 -45
  435. package/src/Strategy/AlertModule.js +37 -42
  436. package/src/Strategy/BulkUpdateModule.js +17 -22
  437. package/src/Strategy/CalculatedColumnModule.js +17 -22
  438. package/src/Strategy/CellSummaryModule.js +17 -22
  439. package/src/Strategy/ChartingModule.js +23 -25
  440. package/src/Strategy/{FilterModule.d.ts → ColumnFilterModule.d.ts} +4 -1
  441. package/src/Strategy/ColumnFilterModule.js +261 -0
  442. package/src/Strategy/ColumnInfoModule.js +3 -8
  443. package/src/Strategy/CustomSortModule.js +13 -18
  444. package/src/Strategy/DashboardModule.js +4 -9
  445. package/src/Strategy/DataChangeHistoryModule.js +10 -15
  446. package/src/Strategy/DataImportModule.js +3 -8
  447. package/src/Strategy/DataSetModule.js +11 -16
  448. package/src/Strategy/ExportModule.js +59 -64
  449. package/src/Strategy/Fdc3Module.js +3 -8
  450. package/src/Strategy/FlashingCellModule.js +30 -35
  451. package/src/Strategy/FormatColumnModule.js +28 -33
  452. package/src/Strategy/FreeTextColumnModule.js +8 -13
  453. package/src/Strategy/GridFilterModule.d.ts +8 -0
  454. package/src/Strategy/GridFilterModule.js +58 -0
  455. package/src/Strategy/GridInfoModule.js +3 -8
  456. package/src/Strategy/Interface/IBulkUpdateModule.js +1 -2
  457. package/src/Strategy/Interface/ICellSummaryModule.js +1 -2
  458. package/src/Strategy/Interface/IExportModule.js +1 -2
  459. package/src/Strategy/Interface/IModule.d.ts +4 -4
  460. package/src/Strategy/Interface/IModule.js +1 -2
  461. package/src/Strategy/Interface/IModuleActionReturn.js +1 -2
  462. package/src/Strategy/Interface/IPlusMinusModule.js +1 -2
  463. package/src/Strategy/Interface/IScheduleModule.js +1 -2
  464. package/src/Strategy/Interface/IShortcutModule.js +1 -2
  465. package/src/Strategy/Interface/ISmartEditModule.js +1 -2
  466. package/src/Strategy/LayoutModule.js +37 -33
  467. package/src/Strategy/{QueryModule.d.ts → NamedQueryModule.d.ts} +7 -8
  468. package/src/Strategy/NamedQueryModule.js +88 -0
  469. package/src/Strategy/NotesModule.js +3 -8
  470. package/src/Strategy/PlusMinusModule.js +24 -27
  471. package/src/Strategy/QuickSearchModule.js +5 -10
  472. package/src/Strategy/ScheduleModule.js +40 -45
  473. package/src/Strategy/SettingsPanelModule.js +4 -9
  474. package/src/Strategy/ShortcutModule.js +21 -26
  475. package/src/Strategy/SmartEditModule.js +22 -27
  476. package/src/Strategy/StateManagementModule.js +3 -8
  477. package/src/Strategy/StatusBarModule.js +3 -8
  478. package/src/Strategy/StyledColumnModule.js +19 -75
  479. package/src/Strategy/SystemStatusModule.js +5 -10
  480. package/src/Strategy/TeamSharingModule.js +32 -37
  481. package/src/Strategy/ThemeModule.js +5 -10
  482. package/src/Strategy/ToolPanelModule.js +8 -13
  483. package/src/Strategy/Utilities/Alert/getAlertBehaviourViewItems.js +5 -9
  484. package/src/Strategy/Utilities/Alert/getAlertPreviewViewItems.js +6 -11
  485. package/src/Strategy/Utilities/Alert/getAlertTypeViewItems.js +4 -8
  486. package/src/Strategy/Utilities/CustomSort/getCustomSortColumnViewItems.js +1 -5
  487. package/src/Strategy/Utilities/CustomSort/getCustomSortSortOrderViewItems.js +1 -5
  488. package/src/Strategy/Utilities/Export/getExportColumnsViewItems.js +1 -5
  489. package/src/Strategy/Utilities/Export/getExportRowsViewItems.js +1 -5
  490. package/src/Strategy/Utilities/FlashingCell/getFlashingCellDurationViewItems.js +1 -5
  491. package/src/Strategy/Utilities/FlashingCell/getFlashingCellStyleViewItems.js +3 -7
  492. package/src/Strategy/Utilities/FlashingCell/getFlashingTargetViewItems.js +1 -5
  493. package/src/Strategy/Utilities/FormatColumn/getFormatColumnSettingsViewItems.js +1 -5
  494. package/src/Strategy/Utilities/FormatColumn/getFormatColumnStyleViewItems.js +5 -10
  495. package/src/Strategy/Utilities/Layout/getLayoutFilterViewItems.js +4 -9
  496. package/src/Strategy/Utilities/Layout/getLayoutSortViewItems.js +1 -5
  497. package/src/Strategy/Utilities/Shortcut/getShortcutSettingsViewItems.js +1 -5
  498. package/src/Strategy/Utilities/getExpressionViewItems.js +1 -5
  499. package/src/Strategy/Utilities/getObjectTagsViewItems.js +7 -12
  500. package/src/Strategy/Utilities/getRuleViewItems.js +1 -5
  501. package/src/Strategy/Utilities/getScopeViewItems.js +1 -5
  502. package/src/Strategy/Utilities/updateSingleToMultiplePredicates.js +1 -5
  503. package/src/Utilities/Cancelable.js +1 -2
  504. package/src/Utilities/Constants/ConfigConstants.js +9 -12
  505. package/src/Utilities/Constants/DocumentationLinkConstants.js +14 -17
  506. package/src/Utilities/Constants/GeneralConstants.d.ts +3 -0
  507. package/src/Utilities/Constants/GeneralConstants.js +70 -71
  508. package/src/Utilities/Constants/ModuleConstants.d.ts +11 -6
  509. package/src/Utilities/Constants/ModuleConstants.js +118 -116
  510. package/src/Utilities/Defaults/DefaultAdaptableOptions.js +59 -51
  511. package/src/Utilities/Defaults/DefaultSettingsPanel.d.ts +1 -1
  512. package/src/Utilities/Defaults/DefaultSettingsPanel.js +5 -7
  513. package/src/Utilities/Emitter.d.ts +2 -2
  514. package/src/Utilities/Emitter.js +3 -5
  515. package/src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions.d.ts +3 -3
  516. package/src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions.js +20 -24
  517. package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.d.ts +3 -3
  518. package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.js +51 -54
  519. package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.d.ts +2 -1
  520. package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.js +119 -31
  521. package/src/Utilities/ExpressionFunctions/dateUtils.d.ts +1 -0
  522. package/src/Utilities/ExpressionFunctions/dateUtils.js +10 -5
  523. package/src/Utilities/ExpressionFunctions/deepMap.d.ts +3 -3
  524. package/src/Utilities/ExpressionFunctions/deepMap.js +8 -12
  525. package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.d.ts +1 -1
  526. package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.js +39 -57
  527. package/src/Utilities/ExpressionFunctions/groupingMap.d.ts +7 -7
  528. package/src/Utilities/ExpressionFunctions/groupingMap.js +3 -7
  529. package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.d.ts +1 -1
  530. package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.js +66 -70
  531. package/src/Utilities/ExpressionFunctions/scalarAggregationHelper.d.ts +7 -7
  532. package/src/Utilities/ExpressionFunctions/scalarAggregationHelper.js +3 -7
  533. package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.d.ts +1 -1
  534. package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.js +64 -58
  535. package/src/Utilities/Extensions/ArrayExtensions.js +39 -73
  536. package/src/Utilities/Extensions/EnumExtensions.js +14 -21
  537. package/src/Utilities/Extensions/NumberExtensions.js +4 -9
  538. package/src/Utilities/Extensions/ObjectExtensions.d.ts +1 -0
  539. package/src/Utilities/Extensions/ObjectExtensions.js +5 -7
  540. package/src/Utilities/Extensions/StringExtensions.js +23 -46
  541. package/src/Utilities/Extensions/TypeExtensions.d.ts +8 -8
  542. package/src/Utilities/Extensions/TypeExtensions.js +1 -5
  543. package/src/Utilities/Helpers/AdaptableHelper.js +59 -66
  544. package/src/Utilities/Helpers/DateHelper.js +18 -28
  545. package/src/Utilities/Helpers/FormatHelper.js +10 -18
  546. package/src/Utilities/Helpers/Helper.js +28 -50
  547. package/src/Utilities/Helpers/PreviewHelper.js +10 -16
  548. package/src/Utilities/Helpers/StyleHelper.js +11 -20
  549. package/src/Utilities/Interface/AdaptableToolPanelContext.js +1 -2
  550. package/src/Utilities/Interface/{ColumnFilterContext.d.ts → ColumnFilterProps.d.ts} +1 -1
  551. package/src/Utilities/Interface/ColumnFilterProps.js +1 -0
  552. package/src/Utilities/Interface/IPPStyle.js +1 -2
  553. package/src/Utilities/Interface/KeyValuePair.js +1 -2
  554. package/src/Utilities/Interface/MessagePopups.js +1 -2
  555. package/src/Utilities/Interface/Preview.js +1 -2
  556. package/src/Utilities/MenuItem.js +4 -11
  557. package/src/Utilities/ObjectFactory.d.ts +1 -2
  558. package/src/Utilities/ObjectFactory.js +125 -168
  559. package/src/Utilities/Services/AggregatedScalarLiveValue.js +3 -7
  560. package/src/Utilities/Services/AlertService.js +11 -16
  561. package/src/Utilities/Services/CalculatedColumnExpressionService.js +9 -13
  562. package/src/Utilities/Services/ChartingService.js +10 -15
  563. package/src/Utilities/Services/DataService.js +8 -13
  564. package/src/Utilities/Services/EntitlementService.d.ts +0 -1
  565. package/src/Utilities/Services/EntitlementService.js +1 -13
  566. package/src/Utilities/Services/Fdc3Service.js +7 -11
  567. package/src/Utilities/Services/Interface/IAdaptableService.js +1 -2
  568. package/src/Utilities/Services/Interface/IAlertService.d.ts +3 -3
  569. package/src/Utilities/Services/Interface/IAlertService.js +3 -8
  570. package/src/Utilities/Services/Interface/ICalculatedColumnExpressionService.js +1 -2
  571. package/src/Utilities/Services/Interface/IChartingService.js +1 -2
  572. package/src/Utilities/Services/Interface/IDataService.js +1 -2
  573. package/src/Utilities/Services/Interface/IEntitlementService.d.ts +0 -6
  574. package/src/Utilities/Services/Interface/IEntitlementService.js +1 -2
  575. package/src/Utilities/Services/Interface/ILicenseService.js +1 -2
  576. package/src/Utilities/Services/Interface/IMetamodelService.d.ts +1 -1
  577. package/src/Utilities/Services/Interface/IMetamodelService.js +1 -2
  578. package/src/Utilities/Services/Interface/IModuleService.js +1 -2
  579. package/src/Utilities/Services/Interface/IQueryLanguageService.js +1 -2
  580. package/src/Utilities/Services/Interface/IReportService.d.ts +2 -2
  581. package/src/Utilities/Services/Interface/IReportService.js +1 -2
  582. package/src/Utilities/Services/Interface/IRowEditService.js +1 -2
  583. package/src/Utilities/Services/Interface/ITeamSharingService.js +1 -2
  584. package/src/Utilities/Services/Interface/IThemeService.js +1 -2
  585. package/src/Utilities/Services/Interface/IValidationService.js +1 -2
  586. package/src/Utilities/Services/LicenseService/index.js +181 -1
  587. package/src/Utilities/Services/LicenseService/shouldLogThankYouMessage.js +1 -5
  588. package/src/Utilities/Services/MetamodelService.js +13 -18
  589. package/src/Utilities/Services/ModuleService.d.ts +1 -0
  590. package/src/Utilities/Services/ModuleService.js +17 -16
  591. package/src/Utilities/Services/QueryLanguageService.js +24 -29
  592. package/src/Utilities/Services/ReportService.d.ts +2 -2
  593. package/src/Utilities/Services/ReportService.js +60 -55
  594. package/src/Utilities/Services/RowEditService.js +1 -5
  595. package/src/Utilities/Services/TeamSharingService.js +6 -11
  596. package/src/Utilities/Services/ThemeService.js +1 -5
  597. package/src/Utilities/Services/ValidationService.js +10 -15
  598. package/src/Utilities/getScrollbarSize.js +1 -3
  599. package/src/Utilities/isAdaptableObject.js +1 -5
  600. package/src/Utilities/isMacLike.js +1 -5
  601. package/src/Utilities/license/LicenseDetails.d.ts +1 -1
  602. package/src/Utilities/license/LicenseDetails.js +1 -2
  603. package/src/Utilities/license/decode.js +65 -1
  604. package/src/Utilities/license/hashing.js +43 -1
  605. package/src/Utilities/logDeprecation.d.ts +5 -3
  606. package/src/Utilities/logDeprecation.js +3 -9
  607. package/src/Utilities/reorder.js +1 -5
  608. package/src/Utilities/runIfNotResolvedIn.js +1 -5
  609. package/src/Utilities/sortWithOrder.js +1 -5
  610. package/src/Utilities/waitForCondition.js +1 -5
  611. package/src/Utilities/waitForTimeout.js +1 -5
  612. package/src/View/AdaptableContext.js +5 -9
  613. package/src/View/AdaptablePopover/index.d.ts +1 -0
  614. package/src/View/AdaptablePopover/index.js +18 -23
  615. package/src/View/AdaptableView.js +30 -35
  616. package/src/View/AdaptableViewFactory.js +67 -69
  617. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableConfig.js +1 -2
  618. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableOptionsForm.js +25 -30
  619. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ColumnsList.js +42 -44
  620. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/Components/FormBox.js +4 -9
  621. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizard.js +21 -26
  622. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizardColumnsStep.js +4 -9
  623. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/EntitlementsForm.js +26 -29
  624. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/FinanceForm.js +1 -2
  625. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/GridOptionsForm.js +17 -20
  626. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsActionColumnsForm.js +8 -13
  627. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsSidebarForm.js +16 -21
  628. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsStatusbarForm.js +24 -29
  629. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UiOptionsForm.js +18 -23
  630. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/index.js +2 -4
  631. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/useSelection.js +3 -5
  632. package/src/View/AdaptableWizardView/Utils.js +1 -5
  633. package/src/View/AdaptableWizardView/Wizard.js +20 -26
  634. package/src/View/AdaptableWizardView/helper.js +4 -10
  635. package/src/View/AdaptableWizardView/index.js +7 -10
  636. package/src/View/Alert/ActiveAlertsPanel.js +9 -14
  637. package/src/View/Alert/ActiveAlertsPanelItemLabel.js +10 -15
  638. package/src/View/Alert/AlertEmptyView.js +5 -10
  639. package/src/View/Alert/AlertEntityRow.js +13 -18
  640. package/src/View/Alert/AlertStatusSubPanel.js +13 -18
  641. package/src/View/Alert/AlertViewPanel.js +17 -21
  642. package/src/View/Alert/AlertsPanel.js +24 -29
  643. package/src/View/Alert/Utilities/getAlertButtonStyle.js +6 -11
  644. package/src/View/Alert/Utilities/getAlertType.js +4 -9
  645. package/src/View/Alert/Utilities/getAvailablePredicates.js +2 -6
  646. package/src/View/Alert/Utilities/getDefaultAlertDefinition.js +8 -13
  647. package/src/View/Alert/Utilities/mapAlertDefinition.js +1 -5
  648. package/src/View/Alert/Wizard/AlertBehaviourWizardSection.d.ts +1 -1
  649. package/src/View/Alert/Wizard/AlertBehaviourWizardSection.js +60 -51
  650. package/src/View/Alert/Wizard/AlertButtonsEditor.d.ts +1 -1
  651. package/src/View/Alert/Wizard/AlertButtonsEditor.js +49 -57
  652. package/src/View/Alert/Wizard/AlertMessageWizardSection.d.ts +1 -1
  653. package/src/View/Alert/Wizard/AlertMessageWizardSection.js +31 -37
  654. package/src/View/Alert/Wizard/AlertNotificationWizardSection.d.ts +1 -1
  655. package/src/View/Alert/Wizard/AlertNotificationWizardSection.js +40 -46
  656. package/src/View/Alert/Wizard/AlertRulesWizardSection.d.ts +1 -1
  657. package/src/View/Alert/Wizard/AlertRulesWizardSection.js +23 -30
  658. package/src/View/Alert/Wizard/AlertScopeWizardSection.d.ts +1 -1
  659. package/src/View/Alert/Wizard/AlertScopeWizardSection.js +9 -14
  660. package/src/View/Alert/Wizard/AlertSelectQueryWizard.js +14 -19
  661. package/src/View/Alert/Wizard/AlertTypeWizardSection.d.ts +1 -1
  662. package/src/View/Alert/Wizard/AlertTypeWizardSection.js +19 -25
  663. package/src/View/Alert/Wizard/AlertWizard.js +61 -66
  664. package/src/View/Alert/Wizard/BaseAlertScopeWizardSection.js +14 -19
  665. package/src/View/Alert/Wizard/isValidAlertRules.js +4 -8
  666. package/src/View/BulkUpdate/BulkUpdatePopup.js +33 -43
  667. package/src/View/BulkUpdate/BulkUpdateViewPanel.js +28 -32
  668. package/src/View/CalculatedColumn/CalculatedColumnSummary.d.ts +1 -1
  669. package/src/View/CalculatedColumn/CalculatedColumnSummary.js +17 -22
  670. package/src/View/CalculatedColumn/Utilities/getCalculatedColumnSettingsTags.js +1 -5
  671. package/src/View/CalculatedColumn/Wizard/CalculatedColumnDefinitionWizardSection.d.ts +1 -1
  672. package/src/View/CalculatedColumn/Wizard/CalculatedColumnDefinitionWizardSection.js +36 -43
  673. package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.d.ts +1 -1
  674. package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.js +21 -28
  675. package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.d.ts +1 -1
  676. package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.js +40 -56
  677. package/src/View/CalculatedColumn/Wizard/CalculatedColumnTypeSection.d.ts +1 -1
  678. package/src/View/CalculatedColumn/Wizard/CalculatedColumnTypeSection.js +13 -18
  679. package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.d.ts +1 -1
  680. package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.js +51 -56
  681. package/src/View/CalculatedColumn/utils.js +1 -5
  682. package/src/View/CellSummary/CellSummaryDetails.js +6 -11
  683. package/src/View/CellSummary/CellSummaryPopover.js +4 -9
  684. package/src/View/CellSummary/CellSummaryPopup.js +8 -12
  685. package/src/View/CellSummary/CellSummaryStatusBarSubPanelPopover.js +11 -12
  686. package/src/View/CellSummary/CellSummaryStatusPanel.js +11 -16
  687. package/src/View/CellSummary/CellSummaryViewPanel.js +24 -28
  688. package/src/View/Charting/ChartingStatusBarPopover.js +12 -17
  689. package/src/View/Charting/ChartingViewPanel.js +13 -18
  690. package/src/View/Charting/ChartingWizard/AgChargingWizard/AgChargingWizard.js +18 -23
  691. package/src/View/Charting/ChartingWizard/AgChargingWizard/PreviewChartSection.js +9 -14
  692. package/src/View/Charting/ChartingWizard/AgChargingWizard/SettingsSection.js +16 -22
  693. package/src/View/Charting/ChartingWizard/AgChargingWizard/index.js +1 -4
  694. package/src/View/Charting/ChartingWizard/ChartingWizard.js +10 -14
  695. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/ExternalChartingWizard.js +13 -18
  696. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/SettingsSection.js +8 -14
  697. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/index.js +1 -4
  698. package/src/View/Charting/ChartingWizard/index.js +1 -4
  699. package/src/View/Charting/DeleteChartButton.js +6 -11
  700. package/src/View/Charting/EditChartButton.js +8 -13
  701. package/src/View/Charting/ShowChartButton.js +21 -26
  702. package/src/View/Charting/useAgChartState.js +7 -12
  703. package/src/View/Charting/useChartingElements.js +26 -31
  704. package/src/View/Charting/useExternalChartState.js +7 -12
  705. package/src/View/ColumnInfo/ColumnInfo.js +41 -47
  706. package/src/View/ColumnInfo/ColumnInfoPopup.js +8 -13
  707. package/src/View/Components/AdaptableButton/index.js +8 -13
  708. package/src/View/Components/AdaptableDateInput/index.d.ts +2 -2
  709. package/src/View/Components/AdaptableDateInput/index.js +13 -15
  710. package/src/View/Components/AdaptableIconComponent/index.js +6 -11
  711. package/src/View/Components/AdaptableIconComponent/useCustomIcon.js +3 -7
  712. package/src/View/Components/AdaptableIconSelector/index.js +6 -11
  713. package/src/View/Components/AdaptableInput/index.d.ts +1 -1
  714. package/src/View/Components/AdaptableInput/index.js +8 -11
  715. package/src/View/Components/AdaptableObjectCollection/index.js +6 -11
  716. package/src/View/Components/AdaptableObjectList/AdaptableObjectCompactList.js +27 -33
  717. package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +40 -47
  718. package/src/View/Components/AdaptableObjectList/index.js +1 -5
  719. package/src/View/Components/AdaptableObjectRow/index.js +7 -12
  720. package/src/View/Components/Badge/index.js +6 -11
  721. package/src/View/Components/Buttons/ButtonApply.js +4 -9
  722. package/src/View/Components/Buttons/ButtonBase/index.d.ts +1 -1
  723. package/src/View/Components/Buttons/ButtonBase/index.js +5 -10
  724. package/src/View/Components/Buttons/ButtonClear.js +4 -9
  725. package/src/View/Components/Buttons/ButtonClone.js +4 -9
  726. package/src/View/Components/Buttons/ButtonClose.js +4 -9
  727. package/src/View/Components/Buttons/ButtonConfigure.js +4 -9
  728. package/src/View/Components/Buttons/ButtonDelete.d.ts +1 -1
  729. package/src/View/Components/Buttons/ButtonDelete.js +8 -11
  730. package/src/View/Components/Buttons/ButtonEdit.js +4 -9
  731. package/src/View/Components/Buttons/ButtonExpand.js +4 -9
  732. package/src/View/Components/Buttons/ButtonExport.js +4 -9
  733. package/src/View/Components/Buttons/ButtonFunction.js +4 -9
  734. package/src/View/Components/Buttons/ButtonGeneral.js +4 -9
  735. package/src/View/Components/Buttons/ButtonInfo.js +4 -9
  736. package/src/View/Components/Buttons/ButtonInvalid.js +4 -9
  737. package/src/View/Components/Buttons/ButtonLogin.js +4 -9
  738. package/src/View/Components/Buttons/ButtonLogout.js +4 -9
  739. package/src/View/Components/Buttons/ButtonMaximise.js +4 -9
  740. package/src/View/Components/Buttons/ButtonMinimise.js +4 -9
  741. package/src/View/Components/Buttons/ButtonNew.js +4 -9
  742. package/src/View/Components/Buttons/ButtonNewPage.js +4 -9
  743. package/src/View/Components/Buttons/ButtonOpen.d.ts +5 -0
  744. package/src/View/Components/Buttons/ButtonOpen.js +7 -0
  745. package/src/View/Components/Buttons/ButtonPause.js +4 -9
  746. package/src/View/Components/Buttons/ButtonPlay.js +5 -10
  747. package/src/View/Components/Buttons/ButtonPreviewDelete.js +4 -7
  748. package/src/View/Components/Buttons/ButtonSave.js +4 -9
  749. package/src/View/Components/Buttons/ButtonSchedule.js +4 -9
  750. package/src/View/Components/Buttons/ButtonShare.js +8 -12
  751. package/src/View/Components/Buttons/ButtonShow.js +4 -9
  752. package/src/View/Components/Buttons/ButtonShowChart.js +4 -9
  753. package/src/View/Components/Buttons/ButtonStop.js +4 -9
  754. package/src/View/Components/Buttons/ButtonUndo.js +4 -9
  755. package/src/View/Components/Buttons/ButtonUnsuspend.d.ts +8 -0
  756. package/src/View/Components/Buttons/ButtonUnsuspend.js +17 -0
  757. package/src/View/Components/Buttons/EntityListActionButtons.js +14 -19
  758. package/src/View/Components/Buttons/SuspendToggleButton/SuspendToggleButton.js +4 -8
  759. package/src/View/Components/Buttons/SuspendToggleButton/index.js +1 -4
  760. package/src/View/Components/CellPopup/index.d.ts +1 -1
  761. package/src/View/Components/CellPopup/index.js +10 -14
  762. package/src/View/Components/ColumnSelector/index.d.ts +1 -1
  763. package/src/View/Components/ColumnSelector/index.js +7 -12
  764. package/src/View/Components/EntityRowItem.js +2 -7
  765. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicateEditor.js +18 -23
  766. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicatesEditor.js +27 -32
  767. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/index.js +1 -5
  768. package/src/View/Components/EntityRulesEditor/Utilities.js +1 -5
  769. package/src/View/Components/EntityRulesEditor/index.d.ts +2 -2
  770. package/src/View/Components/EntityRulesEditor/index.js +45 -42
  771. package/src/View/Components/ExpressionWizard.js +17 -22
  772. package/src/View/Components/ExternalRenderer.d.ts +1 -1
  773. package/src/View/Components/ExternalRenderer.js +6 -10
  774. package/src/View/Components/FilterForm/FilterForm.d.ts +2 -2
  775. package/src/View/Components/FilterForm/FilterForm.js +82 -87
  776. package/src/View/Components/FilterForm/ListBoxFilterForm.js +30 -35
  777. package/src/View/Components/FilterForm/ListBoxMenu.js +8 -13
  778. package/src/View/Components/FilterForm/QuickFilterForm.d.ts +2 -2
  779. package/src/View/Components/FilterForm/QuickFilterForm.js +52 -57
  780. package/src/View/Components/FilterForm/QuickFilterValues.d.ts +2 -2
  781. package/src/View/Components/FilterForm/QuickFilterValues.js +27 -32
  782. package/src/View/Components/FilterForm/Waiting.d.ts +1 -1
  783. package/src/View/Components/FilterForm/Waiting.js +10 -14
  784. package/src/View/Components/FilterForm/getDefaultColumnFilterPredicate.js +1 -5
  785. package/src/View/Components/Forms/AdaptableFormControlTextClear.d.ts +1 -1
  786. package/src/View/Components/Forms/AdaptableFormControlTextClear.js +10 -14
  787. package/src/View/Components/ListBox/DualListBoxEditor.js +53 -58
  788. package/src/View/Components/ListBox/ListBoxFilterSortComponent.js +10 -15
  789. package/src/View/Components/ModuleProfile.js +4 -9
  790. package/src/View/Components/ModuleSummary/ModuleDetail.js +6 -11
  791. package/src/View/Components/ModuleSummary/ModuleHeader.js +8 -13
  792. package/src/View/Components/ModuleSummary/SummaryRowItem.js +4 -9
  793. package/src/View/Components/ModuleValueSelector/index.js +15 -19
  794. package/src/View/Components/NewScopeComponent.js +45 -52
  795. package/src/View/Components/Panels/FilterFormPanel.d.ts +1 -1
  796. package/src/View/Components/Panels/FilterFormPanel.js +23 -28
  797. package/src/View/Components/Panels/PanelDashboard/index.js +4 -9
  798. package/src/View/Components/Panels/PanelFooter.js +8 -13
  799. package/src/View/Components/Panels/PanelToolPanel/index.js +16 -20
  800. package/src/View/Components/Panels/PanelWithButton.js +16 -21
  801. package/src/View/Components/Panels/PanelWithImage.js +16 -20
  802. package/src/View/Components/Panels/PanelWithRow.js +7 -12
  803. package/src/View/Components/Panels/PanelWithTwoButtons.js +7 -12
  804. package/src/View/Components/Panels/ToolPanelSettingsPanel.js +6 -11
  805. package/src/View/Components/PermittedValuesSelector/PermitedValuesSelector.js +16 -21
  806. package/src/View/Components/PermittedValuesSelector/index.js +1 -5
  807. package/src/View/Components/Popups/AdaptableLoadingScreen.js +6 -11
  808. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopup.js +26 -31
  809. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupBody.js +7 -12
  810. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupDialog.js +21 -25
  811. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.js +24 -29
  812. package/src/View/Components/Popups/AdaptablePopup/CustomSettingsPanelView.js +4 -9
  813. package/src/View/Components/Popups/AdaptablePopup/Navigation.js +11 -16
  814. package/src/View/Components/Popups/AdaptablePopup/PopupContext.js +3 -8
  815. package/src/View/Components/Popups/AdaptablePopup/PopupPanel.js +12 -17
  816. package/src/View/Components/Popups/AdaptablePopup/TopBar.js +12 -17
  817. package/src/View/Components/Popups/AdaptablePopup/index.js +1 -5
  818. package/src/View/Components/Popups/AdaptablePopup/useMenuItems.js +10 -15
  819. package/src/View/Components/Popups/AdaptablePopupAlert.js +24 -38
  820. package/src/View/Components/Popups/AdaptablePopupConfirmation.js +25 -30
  821. package/src/View/Components/Popups/AdaptablePopupPrompt.js +18 -23
  822. package/src/View/Components/Popups/AdaptablePopupTeamSharing.js +26 -31
  823. package/src/View/Components/Popups/AdaptableToaster.js +13 -18
  824. package/src/View/Components/Popups/FormPopups/FormPopups.js +19 -25
  825. package/src/View/Components/Popups/Utilities.js +10 -17
  826. package/src/View/Components/Popups/WindowPopups/WindowPopups.js +23 -27
  827. package/src/View/Components/Popups/WindowPopups/windowFactory.d.ts +1 -1
  828. package/src/View/Components/Popups/WindowPopups/windowFactory.js +13 -16
  829. package/src/View/Components/PredicateEditor/PredicateEditor.js +28 -33
  830. package/src/View/Components/PreviewResultsPanel.js +13 -18
  831. package/src/View/Components/RangesComponent.js +57 -59
  832. package/src/View/Components/ScopeComponent.js +23 -28
  833. package/src/View/Components/Selectors/ColumnSelector.d.ts +12 -17
  834. package/src/View/Components/Selectors/ColumnSelector.js +24 -48
  835. package/src/View/Components/Selectors/ColumnSelectorOld.d.ts +18 -0
  836. package/src/View/Components/Selectors/ColumnSelectorOld.js +46 -0
  837. package/src/View/Components/Selectors/ColumnValueSelector.d.ts +4 -23
  838. package/src/View/Components/Selectors/ColumnValueSelector.js +38 -135
  839. package/src/View/Components/Selectors/PermittedValuesSelector.d.ts +13 -0
  840. package/src/View/Components/Selectors/PermittedValuesSelector.js +46 -0
  841. package/src/View/Components/SharedProps/BaseProps.js +1 -2
  842. package/src/View/Components/SharedProps/ConfigEntityRowProps.js +1 -2
  843. package/src/View/Components/SharedProps/EditableConfigEntityState.js +2 -5
  844. package/src/View/Components/SharedProps/ModuleSummaryProps.js +1 -2
  845. package/src/View/Components/SharedProps/ModuleViewPopupProps.js +1 -2
  846. package/src/View/Components/SharedProps/ToolPanelModuleViewPopupProps.js +1 -2
  847. package/src/View/Components/SharedProps/ToolbarModuleViewPopupProps.js +1 -2
  848. package/src/View/Components/SharedProps/ViewPanelProps.js +1 -2
  849. package/src/View/Components/SharedProps/WizardScopeState.js +1 -2
  850. package/src/View/Components/StyleComponent.d.ts +2 -3
  851. package/src/View/Components/StyleComponent.js +85 -93
  852. package/src/View/Components/StyleVisualItem.js +9 -14
  853. package/src/View/Components/TagValueSelector/index.js +9 -15
  854. package/src/View/Components/ToolPanel/AdaptableToolPanel.d.ts +1 -1
  855. package/src/View/Components/ToolPanel/AdaptableToolPanel.js +39 -44
  856. package/src/View/Components/ToolPanel/CustomToolPanelContent.js +13 -18
  857. package/src/View/Components/ToolPanel/ToolPanelPopup.d.ts +1 -1
  858. package/src/View/Components/ToolPanel/ToolPanelPopup.js +24 -28
  859. package/src/View/Components/ToolPanel/ToolPanelWrapper.d.ts +1 -1
  860. package/src/View/Components/ToolPanel/ToolPanelWrapper.js +16 -21
  861. package/src/View/Components/ValueSelector/index.d.ts +2 -2
  862. package/src/View/Components/ValueSelector/index.js +47 -53
  863. package/src/View/Components/WizardSummaryPage.js +7 -12
  864. package/src/View/Components/WizardSummaryRow.js +6 -11
  865. package/src/View/CustomSort/CustomSortSummary.js +32 -37
  866. package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.d.ts +1 -1
  867. package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.js +17 -24
  868. package/src/View/CustomSort/Wizard/CustomSortSummaryWizard.js +4 -9
  869. package/src/View/CustomSort/Wizard/CustomSortValuesWizardSection.d.ts +1 -1
  870. package/src/View/CustomSort/Wizard/CustomSortValuesWizardSection.js +29 -36
  871. package/src/View/CustomSort/Wizard/CustomSortWizard.js +32 -37
  872. package/src/View/Dashboard/CustomDashboardButton.js +7 -12
  873. package/src/View/Dashboard/CustomToolbar.js +19 -25
  874. package/src/View/Dashboard/Dashboard.js +38 -42
  875. package/src/View/Dashboard/DashboardPopup.js +34 -41
  876. package/src/View/Dashboard/DashboardToolbarFactory.js +16 -18
  877. package/src/View/Dashboard/DashboardViewPanel.js +10 -14
  878. package/src/View/Dashboard/ModuleToolbarWrapper.js +8 -13
  879. package/src/View/Dashboard/PinnedDashboard.js +14 -16
  880. package/src/View/Dashboard/PinnedToolbarsSelector.js +15 -25
  881. package/src/View/DataChangeHistory/DataChangeHistoryGrid.js +19 -22
  882. package/src/View/DataChangeHistory/DataChangeHistoryPopup.js +34 -38
  883. package/src/View/DataChangeHistory/DataChangeHistoryStatusBarContent.js +4 -9
  884. package/src/View/DataChangeHistory/DataChangeHistoryViewPanel.js +36 -41
  885. package/src/View/DataChangeHistory/buildActionColumnButton.js +1 -5
  886. package/src/View/DataImport/DataImportPopup.js +12 -17
  887. package/src/View/DataImport/DataImportWizard/DataImportWizard.d.ts +1 -1
  888. package/src/View/DataImport/DataImportWizard/DataImportWizard.js +25 -30
  889. package/src/View/DataImport/DataImportWizard/index.js +1 -4
  890. package/src/View/DataImport/DataImportWizard/sections/ColumnsSection.js +29 -34
  891. package/src/View/DataImport/DataImportWizard/sections/DataPreview.js +21 -26
  892. package/src/View/DataImport/DataImportWizard/sections/ImportSection.js +18 -23
  893. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadFileSection.js +5 -10
  894. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadSection.d.ts +1 -1
  895. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadSection.js +17 -22
  896. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadTextSection.js +6 -11
  897. package/src/View/DataImport/DataImportWizard/sections/UploadSection/index.js +1 -4
  898. package/src/View/DataImport/DataImportWizard/sections/ValidationSection.js +18 -23
  899. package/src/View/DataImport/systemFileHandlers.js +5 -9
  900. package/src/View/DataSet/DataSetSelector.js +6 -11
  901. package/src/View/DataSet/DataSetStatusPanelPopover.js +6 -11
  902. package/src/View/DataSet/DataSetViewPanel.d.ts +1 -1
  903. package/src/View/DataSet/DataSetViewPanel.js +12 -15
  904. package/src/View/Export/ExportSelector.js +13 -18
  905. package/src/View/Export/ExportTablePopup.js +7 -12
  906. package/src/View/Export/ExportViewPanel.d.ts +1 -1
  907. package/src/View/Export/ExportViewPanel.js +50 -51
  908. package/src/View/Export/ReportExportDropdown.js +16 -21
  909. package/src/View/Export/Wizard/NewReportWizard.js +32 -37
  910. package/src/View/Export/Wizard/ReportColumnTypeWizard.js +14 -19
  911. package/src/View/Export/Wizard/ReportColumnsWizardSection.d.ts +1 -1
  912. package/src/View/Export/Wizard/ReportColumnsWizardSection.js +28 -35
  913. package/src/View/Export/Wizard/ReportNameWizardSection.d.ts +1 -1
  914. package/src/View/Export/Wizard/ReportNameWizardSection.js +21 -28
  915. package/src/View/Export/Wizard/ReportRowTypeWizard.js +14 -19
  916. package/src/View/Export/Wizard/ReportRowsWizardSection.d.ts +1 -1
  917. package/src/View/Export/Wizard/ReportRowsWizardSection.js +31 -38
  918. package/src/View/Export/Wizard/ReportScopeWizard.js +9 -14
  919. package/src/View/Export/Wizard/ReportSettingsWizard.js +18 -23
  920. package/src/View/Export/Wizard/ReportSummaryWizard.js +4 -9
  921. package/src/View/Export/constants.js +2 -5
  922. package/src/View/Filter/ActiveFiltersPanel.js +9 -14
  923. package/src/View/Filter/FilterStatusBarSubPanelPopover.js +4 -9
  924. package/src/View/Filter/FilterSummary.d.ts +1 -1
  925. package/src/View/Filter/FilterSummary.js +20 -25
  926. package/src/View/Filter/FilterViewPanel.d.ts +1 -1
  927. package/src/View/Filter/FilterViewPanel.js +29 -33
  928. package/src/View/FlashingCell/FlashingCellStyle.js +10 -14
  929. package/src/View/FlashingCell/Wizard/FlashingCellRulesWizardSection.js +14 -20
  930. package/src/View/FlashingCell/Wizard/FlashingCellScopeWizardSection.d.ts +1 -1
  931. package/src/View/FlashingCell/Wizard/FlashingCellScopeWizardSection.js +10 -15
  932. package/src/View/FlashingCell/Wizard/FlashingCellSettingsWizardSection.d.ts +1 -1
  933. package/src/View/FlashingCell/Wizard/FlashingCellSettingsWizardSection.js +36 -42
  934. package/src/View/FlashingCell/Wizard/FlashingCellStyleWizardSection.d.ts +1 -1
  935. package/src/View/FlashingCell/Wizard/FlashingCellStyleWizardSection.js +28 -34
  936. package/src/View/FlashingCell/Wizard/FlashingCellWizard.js +49 -54
  937. package/src/View/FlashingCell/Wizard/isValidFlashingCellRules.js +4 -8
  938. package/src/View/FormatColumn/FormatColumnSummary.js +27 -32
  939. package/src/View/FormatColumn/MoveFormatColumn.js +10 -15
  940. package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.d.ts +1 -1
  941. package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.js +153 -160
  942. package/src/View/FormatColumn/Wizard/FormatColumnRuleWizardSection.d.ts +1 -1
  943. package/src/View/FormatColumn/Wizard/FormatColumnRuleWizardSection.js +6 -11
  944. package/src/View/FormatColumn/Wizard/FormatColumnScopeWizardSection.d.ts +1 -1
  945. package/src/View/FormatColumn/Wizard/FormatColumnScopeWizardSection.js +10 -16
  946. package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.d.ts +1 -1
  947. package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.js +30 -36
  948. package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.d.ts +1 -1
  949. package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.js +17 -25
  950. package/src/View/FormatColumn/Wizard/FormatColumnWizard.js +51 -54
  951. package/src/View/FormatColumn/Wizard/constants.js +1 -4
  952. package/src/View/FreeTextColumn/FreeTextColumnSummary.js +27 -32
  953. package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.d.ts +1 -1
  954. package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.js +53 -70
  955. package/src/View/FreeTextColumn/Wizard/FreeTextColumnWizard.js +26 -31
  956. package/src/View/GridFilter/GridFilterExpressionEditor.d.ts +5 -0
  957. package/src/View/GridFilter/GridFilterExpressionEditor.js +109 -0
  958. package/src/View/GridFilter/GridFilterPopup.d.ts +2 -0
  959. package/src/View/GridFilter/GridFilterPopup.js +42 -0
  960. package/src/View/GridFilter/GridFilterStatusbar.d.ts +2 -0
  961. package/src/View/GridFilter/GridFilterStatusbar.js +16 -0
  962. package/src/View/GridFilter/GridFilterViewPanel.d.ts +5 -0
  963. package/src/View/GridFilter/GridFilterViewPanel.js +64 -0
  964. package/src/View/{Query/ExpandedQueryPopup.d.ts → GridFilter/GridFilterWindowPopup.d.ts} +1 -1
  965. package/src/View/GridFilter/GridFilterWindowPopup.js +5 -0
  966. package/src/View/GridFilter/NamedQuerySelector.d.ts +16 -0
  967. package/src/View/GridFilter/NamedQuerySelector.js +50 -0
  968. package/src/View/GridFilter/useGridFilterExpressionEditor.d.ts +24 -0
  969. package/src/View/GridFilter/useGridFilterExpressionEditor.js +123 -0
  970. package/src/View/GridFilter/useGridFilterOptionsForExpressionEditor.d.ts +4 -0
  971. package/src/View/GridFilter/useGridFilterOptionsForExpressionEditor.js +27 -0
  972. package/src/View/GridInfo/GridInfoPopup/AdaptableObjectsSummary.js +11 -16
  973. package/src/View/GridInfo/GridInfoPopup/AdaptableOptionsComponent.js +20 -25
  974. package/src/View/GridInfo/GridInfoPopup/GridInfoPopup.js +35 -38
  975. package/src/View/GridInfo/GridInfoPopup/index.js +1 -4
  976. package/src/View/KeyHint.js +4 -9
  977. package/src/View/Layout/EditCurrentLayoutButton.js +6 -11
  978. package/src/View/Layout/LayoutCloneButton.js +6 -11
  979. package/src/View/Layout/LayoutRadioSelector.js +6 -11
  980. package/src/View/Layout/LayoutStatusBarSubPanelPopover.js +6 -11
  981. package/src/View/Layout/LayoutViewPanel.d.ts +1 -1
  982. package/src/View/Layout/LayoutViewPanel.js +28 -31
  983. package/src/View/Layout/PivotDetailsPopoup.js +7 -12
  984. package/src/View/Layout/SaveLayoutButton.js +14 -18
  985. package/src/View/Layout/Wizard/Components/ColumnLabels.js +11 -15
  986. package/src/View/Layout/Wizard/LayoutWizard.js +57 -52
  987. package/src/View/Layout/Wizard/sections/AggregationsSection.js +37 -44
  988. package/src/View/Layout/Wizard/sections/ColumnsSection.js +62 -68
  989. package/src/View/Layout/Wizard/sections/FilterSection.js +44 -53
  990. package/src/View/Layout/Wizard/sections/GridFilterSection.d.ts +9 -0
  991. package/src/View/Layout/Wizard/sections/GridFilterSection.js +37 -0
  992. package/src/View/Layout/Wizard/sections/PivotColumnsSection.js +21 -27
  993. package/src/View/Layout/Wizard/sections/RowGroupingSection.js +27 -33
  994. package/src/View/Layout/Wizard/sections/SettingsSection.js +29 -35
  995. package/src/View/Layout/Wizard/sections/SortSection.js +26 -32
  996. package/src/View/Layout/Wizard/sections/Utilities.js +1 -5
  997. package/src/View/License/LicenseWatermark.js +61 -1
  998. package/src/View/License/index.js +1 -5
  999. package/src/View/NamedQuery/EditCurrentQueryButton.d.ts +2 -0
  1000. package/src/View/NamedQuery/EditCurrentQueryButton.js +11 -0
  1001. package/src/View/{Query → NamedQuery}/Wizard/NamedQueryExpressionWizardSection.d.ts +1 -1
  1002. package/src/View/NamedQuery/Wizard/NamedQueryExpressionWizardSection.js +30 -0
  1003. package/src/View/{Query → NamedQuery}/Wizard/NamedQuerySettingsWizardSection.d.ts +1 -1
  1004. package/src/View/NamedQuery/Wizard/NamedQuerySettingsWizardSection.js +38 -0
  1005. package/src/View/NamedQuery/Wizard/NamedQueryWizard.js +65 -0
  1006. package/src/View/Notes/NotesListing.js +14 -19
  1007. package/src/View/Notes/NotesPopup.js +19 -24
  1008. package/src/View/PlusMinus/PlusMinusSummary.js +26 -31
  1009. package/src/View/PlusMinus/Wizard/PlusMinusRuleWizardSection.js +12 -18
  1010. package/src/View/PlusMinus/Wizard/PlusMinusScopeWizardSection.js +6 -11
  1011. package/src/View/PlusMinus/Wizard/PlusMinusSettingsWizardSection.js +32 -39
  1012. package/src/View/PlusMinus/Wizard/PlusMinusWizard.js +26 -31
  1013. package/src/View/QuickSearch/FloatingQuickSearch/FloatingQuickSearch.js +13 -18
  1014. package/src/View/QuickSearch/QuickSearchInput.js +13 -18
  1015. package/src/View/QuickSearch/QuickSearchPopup.js +26 -30
  1016. package/src/View/QuickSearch/QuickSearchStatusBarContent.js +10 -15
  1017. package/src/View/QuickSearch/QuickSearchViewPanel.js +4 -9
  1018. package/src/View/QuickSearch/useQuickSearchDebounced.d.ts +1 -1
  1019. package/src/View/QuickSearch/useQuickSearchDebounced.js +7 -12
  1020. package/src/View/Schedule/Wizard/ScheduleScheduleSummary.js +8 -13
  1021. package/src/View/Schedule/Wizard/ScheduleScheduleWizard.js +26 -32
  1022. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsGlue42.js +13 -18
  1023. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsIPushPull.js +24 -29
  1024. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsOpenFin.js +13 -18
  1025. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReminder.js +26 -28
  1026. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.d.ts +1 -1
  1027. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.js +17 -21
  1028. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsSummary.js +14 -20
  1029. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsWizard.js +20 -25
  1030. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/index.js +3 -9
  1031. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/isSettingsValid.js +17 -22
  1032. package/src/View/Schedule/Wizard/ScheduleWizard.js +47 -52
  1033. package/src/View/Shortcut/Wizard/ShortcutScopeWizardSection.js +6 -11
  1034. package/src/View/Shortcut/Wizard/ShortcutSettingsWizard.js +44 -52
  1035. package/src/View/Shortcut/Wizard/ShortcutWizard.js +36 -40
  1036. package/src/View/Shortcut/shortcutKeys.js +1 -4
  1037. package/src/View/Shortcut/shortcutOperations.js +6 -9
  1038. package/src/View/SmartEdit/SmartEditPopup.js +26 -30
  1039. package/src/View/SmartEdit/SmartEditViewPanel.js +35 -37
  1040. package/src/View/SpecialColumnSettingsWizardStep.js +36 -38
  1041. package/src/View/StateManagement/StateManagementPopup.js +22 -27
  1042. package/src/View/StateManagement/StateManagementViewPanel.js +14 -19
  1043. package/src/View/StateManagement/components/ClearButton.js +4 -9
  1044. package/src/View/StateManagement/components/ExportDropdown.js +7 -12
  1045. package/src/View/StateManagement/components/LoadButton.js +6 -11
  1046. package/src/View/StateManagement/handleExportState.js +4 -9
  1047. package/src/View/StatusBar/AdaptableStatusBar.js +14 -19
  1048. package/src/View/StatusBar/StatusBarPanel.js +12 -16
  1049. package/src/View/StatusBar/StatusBarPopup.js +14 -19
  1050. package/src/View/StyledColumn/Wizard/StyledColumnBadgeSection.js +61 -59
  1051. package/src/View/StyledColumn/Wizard/StyledColumnSparklineSettingsSection.js +144 -152
  1052. package/src/View/StyledColumn/Wizard/StyledColumnWizard.js +46 -52
  1053. package/src/View/StyledColumn/Wizard/StyledColumnWizardColumnSection.d.ts +1 -1
  1054. package/src/View/StyledColumn/Wizard/StyledColumnWizardColumnSection.js +24 -29
  1055. package/src/View/StyledColumn/Wizard/StyledColumnWizardSettingsSection.d.ts +1 -1
  1056. package/src/View/StyledColumn/Wizard/StyledColumnWizardSettingsSection.js +21 -27
  1057. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarColumnComparisonPreview.js +9 -14
  1058. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarRangesPreview.js +7 -12
  1059. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarStylePreview.js +7 -12
  1060. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/StyledColumnBadgePreview.js +15 -20
  1061. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/StyledColumnWizardStyleSection.js +49 -64
  1062. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/index.js +1 -4
  1063. package/src/View/StyledColumn/Wizard/StyledColumnWizardTypeSection.js +23 -36
  1064. package/src/View/SystemStatus/SystemStatusEntityRow.js +12 -17
  1065. package/src/View/SystemStatus/SystemStatusPopup.js +18 -22
  1066. package/src/View/SystemStatus/SystemStatusStatusBarContent.js +8 -13
  1067. package/src/View/SystemStatus/SystemStatusViewPanel.d.ts +1 -1
  1068. package/src/View/SystemStatus/SystemStatusViewPanel.js +8 -12
  1069. package/src/View/SystemStatus/Utilities/getStatusItemStyle.js +5 -10
  1070. package/src/View/TeamSharing/SharedEntityDependencies.js +12 -18
  1071. package/src/View/TeamSharing/SharedEntityObjectView.js +23 -30
  1072. package/src/View/TeamSharing/TeamSharingApplyButton.js +6 -11
  1073. package/src/View/Theme/ThemeEditor.d.ts +1 -1
  1074. package/src/View/Theme/ThemeEditor.js +27 -32
  1075. package/src/View/Theme/ThemeEditorWindow.js +8 -13
  1076. package/src/View/Theme/ThemeField.js +18 -23
  1077. package/src/View/Theme/ThemePopup.js +22 -26
  1078. package/src/View/Theme/ThemeStatusPanelPopover.js +6 -11
  1079. package/src/View/Theme/ThemeViewPanel.js +11 -14
  1080. package/src/View/Theme/VariantSelector.js +8 -13
  1081. package/src/View/UIHelper.d.ts +1 -1
  1082. package/src/View/UIHelper.js +120 -152
  1083. package/src/View/UIInterfaces.js +1 -2
  1084. package/src/View/Wizard/AdaptableWizard.js +24 -30
  1085. package/src/View/Wizard/Interface/IAdaptableWizard.js +1 -2
  1086. package/src/View/Wizard/ObjectTagsWizardSection.d.ts +1 -1
  1087. package/src/View/Wizard/ObjectTagsWizardSection.js +14 -20
  1088. package/src/View/Wizard/OnePageAdaptableWizard.d.ts +1 -1
  1089. package/src/View/Wizard/OnePageAdaptableWizard.js +32 -42
  1090. package/src/View/Wizard/OnePageWizards.d.ts +2 -2
  1091. package/src/View/Wizard/OnePageWizards.js +50 -59
  1092. package/src/View/Wizard/TypeRadio.js +7 -12
  1093. package/src/View/Wizard/WizardLegend.js +6 -11
  1094. package/src/View/Wizard/useKeyboardNavigation.js +4 -9
  1095. package/src/View/renderWithAdaptableContext.js +9 -14
  1096. package/src/agGrid/ActionColumnRenderer.js +9 -15
  1097. package/src/agGrid/Adaptable.d.ts +24 -17
  1098. package/src/agGrid/Adaptable.js +512 -502
  1099. package/src/agGrid/AdaptableLogger.js +15 -19
  1100. package/src/agGrid/BadgeRenderer.js +6 -11
  1101. package/src/agGrid/CheckboxRenderer.d.ts +5 -0
  1102. package/src/agGrid/CheckboxRenderer.js +7 -8
  1103. package/src/agGrid/ColumnSetupInfo.d.ts +1 -1
  1104. package/src/agGrid/ColumnSetupInfo.js +1 -2
  1105. package/src/agGrid/FilterWrapper.js +17 -22
  1106. package/src/agGrid/FloatingFilterWrapper.js +12 -17
  1107. package/src/agGrid/PercentBarRenderer.js +5 -10
  1108. package/src/agGrid/agGridHelper.d.ts +1 -1
  1109. package/src/agGrid/agGridHelper.js +120 -114
  1110. package/src/agGrid/agGridMenuHelper.js +81 -69
  1111. package/src/agGrid/attachAddaptableColumnTypes.js +4 -8
  1112. package/src/agGrid/createAgStatusPanelComponent.js +5 -10
  1113. package/src/agGrid/editors/AdaptableDateEditor/InternalAdaptableDateEditor.d.ts +2 -2
  1114. package/src/agGrid/editors/AdaptableDateEditor/InternalAdaptableDateEditor.js +12 -16
  1115. package/src/agGrid/editors/AdaptableDateEditor/index.js +19 -24
  1116. package/src/agGrid/editors/AdaptableNumberEditor/InternalAdaptableNumberEditor.d.ts +2 -2
  1117. package/src/agGrid/editors/AdaptableNumberEditor/InternalAdaptableNumberEditor.js +6 -10
  1118. package/src/agGrid/editors/AdaptableNumberEditor/index.js +16 -21
  1119. package/src/agGrid/index.js +6 -11
  1120. package/src/agGrid/weightedAverage.js +10 -17
  1121. package/src/components/AdaptableFormComponent/AdaptableFormComponent.js +58 -38
  1122. package/src/components/AdaptableFormComponent/index.js +1 -4
  1123. package/src/components/CheckBox/index.d.ts +1 -1
  1124. package/src/components/CheckBox/index.js +13 -17
  1125. package/src/components/CodeBlock/index.js +6 -11
  1126. package/src/components/ColorPicker/ColorPicker.d.ts +2 -2
  1127. package/src/components/ColorPicker/ColorPicker.js +15 -18
  1128. package/src/components/ColorPicker/index.js +1 -4
  1129. package/src/components/ContainerProps.d.ts +2 -2
  1130. package/src/components/ContainerProps.js +1 -2
  1131. package/src/components/Dashboard/Dashboard.d.ts +2 -2
  1132. package/src/components/Dashboard/Dashboard.js +17 -22
  1133. package/src/components/Dashboard/DashboardManager.js +4 -7
  1134. package/src/components/Dashboard/DashboardTab.d.ts +1 -1
  1135. package/src/components/Dashboard/DashboardTab.js +1 -5
  1136. package/src/components/Dashboard/DashboardToolbar.d.ts +1 -1
  1137. package/src/components/Dashboard/DashboardToolbar.js +9 -14
  1138. package/src/components/Dashboard/index.js +3 -6
  1139. package/src/components/Datepicker/Caption.js +15 -20
  1140. package/src/components/Datepicker/CaptionLabel.js +16 -21
  1141. package/src/components/Datepicker/DatepickerContext.js +4 -9
  1142. package/src/components/Datepicker/index.d.ts +2 -2
  1143. package/src/components/Datepicker/index.js +36 -39
  1144. package/src/components/Dialog/index.d.ts +2 -2
  1145. package/src/components/Dialog/index.js +29 -32
  1146. package/src/components/Dialog/useIsOpen.js +3 -6
  1147. package/src/components/DragAndDropContext/DragAndDropContext.js +2 -6
  1148. package/src/components/DragAndDropContext/ModuleManager.js +13 -18
  1149. package/src/components/DragAndDropContext/TabList.js +19 -27
  1150. package/src/components/DragAndDropContext/UnusedPanel.js +10 -15
  1151. package/src/components/DragAndDropContext/types.js +1 -2
  1152. package/src/components/Drawer/index.js +2 -7
  1153. package/src/components/Dropdown/Arrows.js +5 -8
  1154. package/src/components/Dropdown/index.d.ts +2 -2
  1155. package/src/components/Dropdown/index.js +18 -20
  1156. package/src/components/DropdownButton/DropdownButtonItem.d.ts +1 -1
  1157. package/src/components/DropdownButton/DropdownButtonItem.js +1 -2
  1158. package/src/components/DropdownButton/index.d.ts +1 -1
  1159. package/src/components/DropdownButton/index.js +23 -26
  1160. package/src/components/DropdownButton/renderItem.d.ts +1 -1
  1161. package/src/components/DropdownButton/renderItem.js +4 -7
  1162. package/src/components/DropdownButton/useExpanded.d.ts +1 -1
  1163. package/src/components/DropdownButton/useExpanded.js +9 -12
  1164. package/src/components/EllipsisContainer/index.d.ts +1 -1
  1165. package/src/components/EllipsisContainer/index.js +17 -21
  1166. package/src/components/EmptyContent/index.d.ts +1 -1
  1167. package/src/components/EmptyContent/index.js +8 -10
  1168. package/src/components/ErrorBox/index.js +6 -10
  1169. package/src/components/ExpressionEditor/BaseEditorInput.js +56 -61
  1170. package/src/components/ExpressionEditor/EditorButton.js +8 -10
  1171. package/src/components/ExpressionEditor/EditorContext.js +4 -8
  1172. package/src/components/ExpressionEditor/EditorInput.js +22 -25
  1173. package/src/components/ExpressionEditor/EditorInputWithWhereClause.js +24 -27
  1174. package/src/components/ExpressionEditor/ExpressionFunctionDocumentation.js +10 -15
  1175. package/src/components/ExpressionEditor/NamedQueryContext.d.ts +2 -2
  1176. package/src/components/ExpressionEditor/NamedQueryContext.js +4 -8
  1177. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilder.d.ts +22 -0
  1178. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilder.js +112 -0
  1179. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilderInputs.d.ts +28 -0
  1180. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilderInputs.js +118 -0
  1181. package/src/components/ExpressionEditor/QueryBuilder/QueryPredicateBuilder.d.ts +22 -0
  1182. package/src/components/ExpressionEditor/QueryBuilder/QueryPredicateBuilder.js +172 -0
  1183. package/src/components/ExpressionEditor/QueryBuilder/booleanExpressions.d.ts +2 -0
  1184. package/src/components/ExpressionEditor/QueryBuilder/booleanExpressions.js +14 -0
  1185. package/src/components/ExpressionEditor/QueryBuilder/index.d.ts +1 -0
  1186. package/src/components/ExpressionEditor/QueryBuilder/index.js +1 -0
  1187. package/src/components/ExpressionEditor/QueryBuilder/utils.d.ts +9 -0
  1188. package/src/components/ExpressionEditor/QueryBuilder/utils.js +113 -0
  1189. package/src/components/ExpressionEditor/editorButtonsAggregatedBoolean.js +1 -4
  1190. package/src/components/ExpressionEditor/editorButtonsAggregatedScalar.js +1 -4
  1191. package/src/components/ExpressionEditor/editorButtonsCumulativeAggregatedScalar.js +1 -4
  1192. package/src/components/ExpressionEditor/editorButtonsObservable.js +1 -4
  1193. package/src/components/ExpressionEditor/editorButtonsQuantileAggregatedScalar.js +1 -4
  1194. package/src/components/ExpressionEditor/editorButtonsSearch.js +1 -4
  1195. package/src/components/ExpressionEditor/index.d.ts +4 -3
  1196. package/src/components/ExpressionEditor/index.js +166 -117
  1197. package/src/components/FieldWrap/index.js +5 -8
  1198. package/src/components/FileDroppable/FileDroppableState.js +1 -2
  1199. package/src/components/FileDroppable/index.js +29 -33
  1200. package/src/components/FileDroppable/reducer.js +3 -6
  1201. package/src/components/FlexWithFooter.js +9 -11
  1202. package/src/components/FormLayout/index.d.ts +4 -4
  1203. package/src/components/FormLayout/index.js +13 -17
  1204. package/src/components/HelpBlock/index.js +6 -10
  1205. package/src/components/Icon/index.js +20 -29
  1206. package/src/components/IconSelector/IconSelector.js +27 -32
  1207. package/src/components/IconSelector/index.js +1 -4
  1208. package/src/components/InfiniteTable/index.js +6 -10
  1209. package/src/components/Input/NumberInput.d.ts +1 -1
  1210. package/src/components/Input/NumberInput.js +4 -9
  1211. package/src/components/Input/index.d.ts +2 -2
  1212. package/src/components/Input/index.js +8 -11
  1213. package/src/components/List/GridList/index.js +7 -10
  1214. package/src/components/List/ListGroup/index.js +7 -9
  1215. package/src/components/List/ListGroupItem/index.d.ts +2 -2
  1216. package/src/components/List/ListGroupItem/index.js +8 -10
  1217. package/src/components/Loader/Loader.js +4 -10
  1218. package/src/components/Loader/index.js +2 -7
  1219. package/src/components/Logo/index.js +2 -7
  1220. package/src/components/Modal/Backdrop.d.ts +2 -2
  1221. package/src/components/Modal/Backdrop.js +12 -17
  1222. package/src/components/Modal/index.js +19 -23
  1223. package/src/components/NotifyResize/index.js +4 -7
  1224. package/src/components/OverlayTrigger/Overlay.js +19 -23
  1225. package/src/components/OverlayTrigger/index.d.ts +1 -1
  1226. package/src/components/OverlayTrigger/index.js +41 -46
  1227. package/src/components/OverlayTrigger/useAgGridClassName.js +5 -7
  1228. package/src/components/OverlayTrigger/utils.js +3 -9
  1229. package/src/components/Panel/index.d.ts +1 -1
  1230. package/src/components/Panel/index.js +12 -15
  1231. package/src/components/PopupWithFooter.js +8 -11
  1232. package/src/components/ProgressIndicator/ProgressIndicator.js +12 -17
  1233. package/src/components/Radio/index.d.ts +1 -1
  1234. package/src/components/Radio/index.js +15 -20
  1235. package/src/components/ResizeObserver/getResizeObserverObject.js +1 -5
  1236. package/src/components/ResizeObserver/index.d.ts +1 -1
  1237. package/src/components/ResizeObserver/index.js +17 -24
  1238. package/src/components/Select/Select.d.ts +30 -0
  1239. package/src/components/Select/Select.js +128 -0
  1240. package/src/components/Select/index.d.ts +1 -0
  1241. package/src/components/Select/index.js +1 -0
  1242. package/src/components/SelectList.js +4 -9
  1243. package/src/components/SelectableList/index.d.ts +1 -1
  1244. package/src/components/SelectableList/index.js +8 -13
  1245. package/src/components/SimpleButton/index.js +19 -22
  1246. package/src/components/SizedContainer/index.js +9 -11
  1247. package/src/components/StylePreview.js +6 -11
  1248. package/src/components/Table/index.js +4 -7
  1249. package/src/components/Tabs/index.d.ts +3 -3
  1250. package/src/components/Tabs/index.js +28 -34
  1251. package/src/components/Tag/Tag.js +5 -9
  1252. package/src/components/Tag/index.js +1 -5
  1253. package/src/components/Textarea/index.d.ts +2 -2
  1254. package/src/components/Textarea/index.js +8 -11
  1255. package/src/components/Toastify/index.js +1 -10
  1256. package/src/components/Toggle/Toggle.d.ts +1 -1
  1257. package/src/components/Toggle/Toggle.js +8 -12
  1258. package/src/components/Toggle/ToggleGroup.js +4 -9
  1259. package/src/components/Toggle/index.js +2 -5
  1260. package/src/components/ToggleButton/index.js +6 -11
  1261. package/src/components/Tooltip/index.js +4 -7
  1262. package/src/components/WarningBox/index.d.ts +4 -0
  1263. package/src/components/WarningBox/index.js +7 -0
  1264. package/src/components/WindowModal/WindowModal.d.ts +2 -2
  1265. package/src/components/WindowModal/WindowModal.js +12 -17
  1266. package/src/components/WindowModal/index.js +1 -4
  1267. package/src/components/WindowModal/useStacking.js +4 -9
  1268. package/src/components/WizardPanel/index.js +5 -8
  1269. package/src/components/icons/DefaultIcon.d.ts +1 -1
  1270. package/src/components/icons/DefaultIcon.js +8 -12
  1271. package/src/components/icons/add-row.js +3 -6
  1272. package/src/components/icons/alert.js +3 -6
  1273. package/src/components/icons/align-center.js +3 -6
  1274. package/src/components/icons/align-justify.js +3 -6
  1275. package/src/components/icons/align-left.js +3 -6
  1276. package/src/components/icons/align-right.js +3 -6
  1277. package/src/components/icons/analysis.js +3 -6
  1278. package/src/components/icons/application.js +3 -6
  1279. package/src/components/icons/arrow-down-long.js +3 -6
  1280. package/src/components/icons/arrow-down.js +3 -6
  1281. package/src/components/icons/arrow-expand.js +3 -6
  1282. package/src/components/icons/arrow-left.js +3 -6
  1283. package/src/components/icons/arrow-right.js +3 -6
  1284. package/src/components/icons/arrow-up-long.js +3 -6
  1285. package/src/components/icons/arrow-up.js +3 -6
  1286. package/src/components/icons/attach-file.js +3 -6
  1287. package/src/components/icons/badge.js +3 -6
  1288. package/src/components/icons/blanks.js +3 -6
  1289. package/src/components/icons/bold.js +3 -6
  1290. package/src/components/icons/boolean-list.js +3 -6
  1291. package/src/components/icons/brush.js +3 -6
  1292. package/src/components/icons/build.js +3 -6
  1293. package/src/components/icons/bulk-update.js +3 -6
  1294. package/src/components/icons/calculated-column.js +3 -6
  1295. package/src/components/icons/calendar.js +3 -6
  1296. package/src/components/icons/call.js +3 -6
  1297. package/src/components/icons/campaign.js +3 -6
  1298. package/src/components/icons/case-lower.js +3 -6
  1299. package/src/components/icons/case-sentence.js +3 -6
  1300. package/src/components/icons/case-upper.js +3 -6
  1301. package/src/components/icons/cell-summary.js +3 -6
  1302. package/src/components/icons/cell-validation.js +3 -6
  1303. package/src/components/icons/chart.js +3 -6
  1304. package/src/components/icons/chat.js +3 -6
  1305. package/src/components/icons/check-box-outline.js +3 -6
  1306. package/src/components/icons/check-box.js +3 -6
  1307. package/src/components/icons/check-circle.js +3 -6
  1308. package/src/components/icons/check.js +3 -6
  1309. package/src/components/icons/clone.js +3 -6
  1310. package/src/components/icons/close.js +3 -6
  1311. package/src/components/icons/cloud-upload.js +3 -6
  1312. package/src/components/icons/collapse.js +3 -6
  1313. package/src/components/icons/column-add.js +3 -6
  1314. package/src/components/icons/column-chooser.js +3 -6
  1315. package/src/components/icons/column-filter.js +3 -6
  1316. package/src/components/icons/column-info.js +3 -6
  1317. package/src/components/icons/comment.js +3 -6
  1318. package/src/components/icons/contact.js +3 -6
  1319. package/src/components/icons/contains.js +3 -6
  1320. package/src/components/icons/custom-sort.js +3 -6
  1321. package/src/components/icons/dashboard.js +3 -6
  1322. package/src/components/icons/data-set.js +3 -6
  1323. package/src/components/icons/date-range.js +3 -6
  1324. package/src/components/icons/delete.js +3 -6
  1325. package/src/components/icons/division.js +3 -6
  1326. package/src/components/icons/dock.js +3 -6
  1327. package/src/components/icons/dollar.js +3 -6
  1328. package/src/components/icons/drag.js +3 -6
  1329. package/src/components/icons/edit.js +3 -6
  1330. package/src/components/icons/ends-with.js +3 -6
  1331. package/src/components/icons/equal.js +3 -6
  1332. package/src/components/icons/equation.js +3 -6
  1333. package/src/components/icons/error.js +3 -6
  1334. package/src/components/icons/expand.js +3 -6
  1335. package/src/components/icons/exponent.js +3 -6
  1336. package/src/components/icons/export.js +3 -6
  1337. package/src/components/icons/fast-backward.js +3 -6
  1338. package/src/components/icons/fast-forward.js +3 -6
  1339. package/src/components/icons/fdc3.js +3 -6
  1340. package/src/components/icons/filter.js +3 -6
  1341. package/src/components/icons/flashing-cell.js +3 -6
  1342. package/src/components/icons/folder-open.js +3 -6
  1343. package/src/components/icons/folder-shared.js +3 -6
  1344. package/src/components/icons/folder.js +3 -6
  1345. package/src/components/icons/format-column.js +3 -6
  1346. package/src/components/icons/freetext-column.js +3 -6
  1347. package/src/components/icons/function.js +3 -6
  1348. package/src/components/icons/gradient-column.js +3 -6
  1349. package/src/components/icons/gradient.js +3 -6
  1350. package/src/components/icons/greater-than-or-equal.js +3 -6
  1351. package/src/components/icons/greater-than.js +3 -6
  1352. package/src/components/icons/grid-filter.d.ts +3 -0
  1353. package/src/components/icons/grid-filter.js +4 -0
  1354. package/src/components/icons/hide-column.js +3 -6
  1355. package/src/components/icons/history.js +3 -6
  1356. package/src/components/icons/home.js +3 -6
  1357. package/src/components/icons/import-export.js +3 -6
  1358. package/src/components/icons/import.js +3 -6
  1359. package/src/components/icons/index.js +321 -322
  1360. package/src/components/icons/info.js +3 -6
  1361. package/src/components/icons/instrument.js +3 -6
  1362. package/src/components/icons/interactions.js +3 -6
  1363. package/src/components/icons/invalid.js +3 -6
  1364. package/src/components/icons/ipushpull.js +3 -6
  1365. package/src/components/icons/italic.js +3 -6
  1366. package/src/components/icons/justify.js +3 -6
  1367. package/src/components/icons/layout.js +3 -6
  1368. package/src/components/icons/less-than-or-equal.js +3 -6
  1369. package/src/components/icons/less-than.js +3 -6
  1370. package/src/components/icons/list.js +3 -6
  1371. package/src/components/icons/login.js +3 -6
  1372. package/src/components/icons/logout copy.js +3 -6
  1373. package/src/components/icons/logout.js +3 -6
  1374. package/src/components/icons/mail.js +3 -6
  1375. package/src/components/icons/menu.js +3 -6
  1376. package/src/components/icons/minus.js +3 -6
  1377. package/src/components/icons/money.js +3 -6
  1378. package/src/components/icons/multiplication.js +3 -6
  1379. package/src/components/icons/newpage.js +3 -6
  1380. package/src/components/icons/news.js +3 -6
  1381. package/src/components/icons/non-blanks.js +3 -6
  1382. package/src/components/icons/not-contains.js +3 -6
  1383. package/src/components/icons/not-equal.js +3 -6
  1384. package/src/components/icons/note.js +3 -6
  1385. package/src/components/icons/open-in-new.js +3 -6
  1386. package/src/components/icons/order.js +3 -6
  1387. package/src/components/icons/organisation.js +3 -6
  1388. package/src/components/icons/overline.js +3 -6
  1389. package/src/components/icons/pause.js +3 -6
  1390. package/src/components/icons/percent-bar.js +3 -6
  1391. package/src/components/icons/percent.js +3 -6
  1392. package/src/components/icons/person.js +3 -6
  1393. package/src/components/icons/pie-chart.js +3 -6
  1394. package/src/components/icons/play.js +3 -6
  1395. package/src/components/icons/plus-minus.js +3 -6
  1396. package/src/components/icons/plus.js +3 -6
  1397. package/src/components/icons/query.js +3 -6
  1398. package/src/components/icons/quick-search.js +3 -6
  1399. package/src/components/icons/quote.js +3 -6
  1400. package/src/components/icons/refresh.js +3 -6
  1401. package/src/components/icons/regex.js +3 -6
  1402. package/src/components/icons/reminder.js +3 -6
  1403. package/src/components/icons/resume.d.ts +3 -0
  1404. package/src/components/icons/resume.js +4 -0
  1405. package/src/components/icons/save.js +3 -6
  1406. package/src/components/icons/schedule.js +3 -6
  1407. package/src/components/icons/science.js +3 -6
  1408. package/src/components/icons/settings.js +3 -6
  1409. package/src/components/icons/shortcut.js +3 -6
  1410. package/src/components/icons/show-column.js +3 -6
  1411. package/src/components/icons/smart-edit.js +3 -6
  1412. package/src/components/icons/sort-asc.js +3 -6
  1413. package/src/components/icons/sort-desc.js +3 -6
  1414. package/src/components/icons/spark-line.js +3 -6
  1415. package/src/components/icons/starts-with.js +3 -6
  1416. package/src/components/icons/state-management.js +3 -6
  1417. package/src/components/icons/statusbar.js +3 -6
  1418. package/src/components/icons/stop.js +3 -6
  1419. package/src/components/icons/strikethrough.js +3 -6
  1420. package/src/components/icons/system-status.js +3 -6
  1421. package/src/components/icons/tab-unselected.js +3 -6
  1422. package/src/components/icons/table-arrow-right.js +3 -6
  1423. package/src/components/icons/team-share.js +3 -6
  1424. package/src/components/icons/theme.js +3 -6
  1425. package/src/components/icons/tool-panel.js +3 -6
  1426. package/src/components/icons/track-changes.js +3 -6
  1427. package/src/components/icons/triangle-down.js +3 -6
  1428. package/src/components/icons/triangle-up.js +3 -6
  1429. package/src/components/icons/unchecked.js +3 -6
  1430. package/src/components/icons/underline.js +3 -6
  1431. package/src/components/icons/undo.js +3 -6
  1432. package/src/components/icons/updated-row.js +3 -6
  1433. package/src/components/icons/upload.js +3 -6
  1434. package/src/components/icons/user-filter.js +3 -6
  1435. package/src/components/icons/visibility-off.js +3 -6
  1436. package/src/components/icons/visibility.js +3 -6
  1437. package/src/components/icons/warning.js +3 -6
  1438. package/src/components/utils/batchUpdate.js +3 -5
  1439. package/src/components/utils/captureTabNavigation/getFocusableChildren.js +1 -3
  1440. package/src/components/utils/captureTabNavigation/index.js +3 -6
  1441. package/src/components/utils/contains.js +1 -4
  1442. package/src/components/utils/getAvailableSizeInfo.js +1 -3
  1443. package/src/components/utils/join.js +1 -3
  1444. package/src/components/utils/selectParent/index.js +3 -6
  1445. package/src/components/utils/selectParent/matches.js +1 -2
  1446. package/src/components/utils/useAutoFocus.js +5 -8
  1447. package/src/components/utils/useContainerScrollObserver/index.d.ts +1 -1
  1448. package/src/components/utils/useContainerScrollObserver/index.js +9 -13
  1449. package/src/components/utils/useDraggable.js +7 -10
  1450. package/src/components/utils/useGlobalEvent.js +2 -7
  1451. package/src/components/utils/useLatest.js +4 -8
  1452. package/src/components/utils/usePrevious.js +4 -6
  1453. package/src/components/utils/usePropState.js +3 -6
  1454. package/src/components/utils/useProperty.js +4 -6
  1455. package/src/components/utils/useRerender.js +4 -8
  1456. package/src/components/utils/useSelectionRange.js +5 -9
  1457. package/src/components/utils/useTheme.js +2 -5
  1458. package/src/components/utils/uuid.d.ts +1 -1
  1459. package/src/components/utils/uuid.js +2 -6
  1460. package/src/env.js +1 -3
  1461. package/src/metamodel/adaptable-metamodel-model.d.ts +2 -2
  1462. package/src/metamodel/adaptable-metamodel-model.js +1 -2
  1463. package/src/metamodel/adaptable.metamodel.d.ts +442 -63
  1464. package/src/metamodel/adaptable.metamodel.js +9435 -1
  1465. package/src/parser/src/ExpressionEvaluationError.js +1 -5
  1466. package/src/parser/src/evaluator.js +3 -7
  1467. package/src/parser/src/index.d.ts +1 -0
  1468. package/src/parser/src/index.js +12 -16
  1469. package/src/parser/src/parser.js +528 -1691
  1470. package/src/parser/src/predicate/index.d.ts +2 -0
  1471. package/src/parser/src/predicate/index.js +2 -0
  1472. package/src/parser/src/predicate/mapExpressionToQlPredicate.d.ts +2 -0
  1473. package/src/parser/src/predicate/mapExpressionToQlPredicate.js +88 -0
  1474. package/src/parser/src/predicate/mapQlPredicateToExpression.d.ts +3 -0
  1475. package/src/parser/src/predicate/mapQlPredicateToExpression.js +112 -0
  1476. package/src/parser/src/predicate/types.d.ts +10 -0
  1477. package/src/parser/src/predicate/types.js +1 -0
  1478. package/src/parser/src/tokenizer.js +3 -8
  1479. package/src/parser/src/types.d.ts +26 -9
  1480. package/src/parser/src/types.js +4 -2
  1481. package/src/parser/src/utils.js +3 -9
  1482. package/src/renderReactRoot.d.ts +2 -4
  1483. package/src/renderReactRoot.js +5 -53
  1484. package/src/theme.js +1 -3
  1485. package/src/themes/index.js +4 -7
  1486. package/src/types.d.ts +15 -13
  1487. package/src/types.js +1 -5
  1488. package/themes/dark.css +1 -1
  1489. package/themes/dark.css.map +1 -1
  1490. package/themes/light.css +1 -1
  1491. package/themes/light.css.map +1 -1
  1492. package/tsconfig.esm.tsbuildinfo +1 -0
  1493. package/types.js +1 -4
  1494. package/bundle.cjs.js +0 -706
  1495. package/publishTimestamp.d.ts +0 -2
  1496. package/publishTimestamp.js +0 -3
  1497. package/src/AdaptableOptions/FilterOptions.js +0 -2
  1498. package/src/AdaptableOptions/FinancePluginOptions.d.ts +0 -6
  1499. package/src/AdaptableOptions/FinancePluginOptions.js +0 -2
  1500. package/src/Api/Events/ChexboxColumnClicked.d.ts +0 -24
  1501. package/src/Api/Events/ChexboxColumnClicked.js +0 -2
  1502. package/src/Api/Events/FilterApplied.js +0 -2
  1503. package/src/Api/Events/QueryRun.d.ts +0 -14
  1504. package/src/Api/Events/QueryRun.js +0 -2
  1505. package/src/Api/FilterApi.js +0 -2
  1506. package/src/Api/Implementation/QueryApiImpl.d.ts +0 -21
  1507. package/src/Api/Implementation/QueryApiImpl.js +0 -64
  1508. package/src/Api/QueryApi.d.ts +0 -51
  1509. package/src/Api/QueryApi.js +0 -2
  1510. package/src/PredefinedConfig/ConditionalStyleState.d.ts +0 -41
  1511. package/src/PredefinedConfig/ConditionalStyleState.js +0 -2
  1512. package/src/Strategy/FilterModule.js +0 -151
  1513. package/src/Strategy/QueryModule.js +0 -74
  1514. package/src/Utilities/Interface/ColumnFilterContext.js +0 -2
  1515. package/src/View/Query/EditCurrentQueryButton.d.ts +0 -2
  1516. package/src/View/Query/EditCurrentQueryButton.js +0 -16
  1517. package/src/View/Query/ExpandedQueryPopup.js +0 -56
  1518. package/src/View/Query/QueryViewPanel.d.ts +0 -30
  1519. package/src/View/Query/QueryViewPanel.js +0 -170
  1520. package/src/View/Query/Wizard/NamedQueryExpressionWizardSection.js +0 -37
  1521. package/src/View/Query/Wizard/NamedQuerySettingsWizardSection.js +0 -44
  1522. package/src/View/Query/Wizard/NamedQueryWizard.js +0 -70
  1523. package/version.d.ts +0 -2
  1524. package/version.js +0 -3
  1525. /package/src/View/{Query → NamedQuery}/Wizard/NamedQueryWizard.d.ts +0 -0
package/base.css CHANGED
@@ -1,735 +1,10 @@
1
- :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}.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}.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}@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}}._16lm1iw0{box-sizing:border-box}._16lm1iw0:before{box-sizing:border-box}._16lm1iw0:after{box-sizing:border-box}._16lm1iw0 *{box-sizing:border-box}._16lm1iw0 *:before{box-sizing:border-box}._16lm1iw0 *:after{box-sizing:border-box}._16lm1iw1{position:relative}._16lm1iw2{position:absolute}._16lm1iw3{position:sticky}._16lm1iw4{position:fixed}._16lm1iw5{fill:currentColor}._16lm1iw6{fill:var(--infinite-accent-color)}._16lm1iw7{margin:0}._16lm1iw8{stroke:currentColor}._16lm1iw9{stroke:var(--infinite-accent-color)}._16lm1iwa{background:inherit}._16lm1iwb{outline:none}._16lm1iwc{transform:translate(0)}._16lm1iwd{transform:translate(0)}._16lm1iwe{transform:rotate(90deg)}._16lm1iwf{transform:rotate(180deg)}._16lm1iwg{cursor:pointer}._16lm1iwh{cursor:default}._16lm1iwi{cursor:col-resize}._16lm1iwj{pointer-events:none}._16lm1iwk{flex:1}._16lm1iwl{flex:none}._16lm1iwm{z-index:1}._16lm1iwn{z-index:10}._16lm1iwo{z-index:100}._16lm1iwp{z-index:1000}._16lm1iwq{z-index:10000}._16lm1iwr{z-index:100000}._16lm1iws{z-index:1000000}._16lm1iwt{z-index:10000000}._16lm1iwu{z-index:1000}._16lm1iwv{z-index:10000}._16lm1iww{z-index:100000}._16lm1iwx{display:flex}._16lm1iwy{display:contents}._16lm1iwz{display:none}._16lm1iw10{display:block}._16lm1iw11{display:grid}._16lm1iw12{display:inline-block}._16lm1iw13{display:inline-flex}._16lm1iw14{display:inline-grid}._16lm1iw15{-webkit-user-select:none;-moz-user-select:none;user-select:none}._16lm1iw16{height:0}._16lm1iw17{height:100%}._16lm1iw18{width:0}._16lm1iw19{width:100%}._16lm1iw1a{top:0}._16lm1iw1b{top:100%}._16lm1iw1c{left:0}._16lm1iw1d{left:100%}._16lm1iw1e{left:auto}._16lm1iw1f{bottom:0}._16lm1iw1g{bottom:100%}._16lm1iw1h{right:0}._16lm1iw1i{right:100%}._16lm1iw1j{right:auto}._16lm1iw1k{flex-flow:column}._16lm1iw1l{flex-flow:column-reverse}._16lm1iw1m{flex-flow:row}._16lm1iw1n{flex-flow:row-reverse}._16lm1iw1o{align-items:center}._16lm1iw1p{align-items:stretch}._16lm1iw1q{justify-content:center}._16lm1iw1r{justify-content:space-between}._16lm1iw1s{justify-content:space-around}._16lm1iw1t{justify-content:flex-start}._16lm1iw1u{justify-content:flex-end}._16lm1iw1v{overflow:hidden}._16lm1iw1w{overflow:auto}._16lm1iw1x{overflow:visible}._16lm1iw1y{visibility:visible}._16lm1iw1z{visibility:hidden}._16lm1iw20{will-change:transform}._16lm1iw21{white-space:nowrap}._16lm1iw22{text-overflow:ellipsis}.mlx2t2{display:inline-block}.mlx2t3{height:0;width:0;will-change:transform}._1ueijco0{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;outline:none;position:fixed;height:100%;width:100%;left:0;top:0}._1ueijco0>:first-child{position:sticky;top:0;left:0}._1ueijco1{overflow:auto}._1ueijco2{overflow:hidden}._1ueijco3{overflow:visible}._1ueijco4{overflow:auto}._1ueijco5{overflow:hidden}._1ueijco6{overflow-x:auto}._1ueijco7{overflow-x:hidden}._1ueijco8{overflow-x:visible}._1ueijco9{overflow-x:auto}._1ueijcoa{overflow-x:hidden}._1ueijcob{overflow-y:auto}._1ueijcoc{overflow-y:hidden}._1ueijcod{overflow-y:visible}._1ueijcoe{overflow-y:auto}._1ueijcof{overflow-y:hidden}.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)))}.nxbq1c2{display:block}.nxbq1c3{display:none}.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)))))}.j26lrx1{display:block}.j26lrx2{display:none}._1yeub2v0{outline:none;font-family:var(--infinite-font-family);color:var(--infinite-color);background:var(--infinite-background);min-height:var(--infinite-min-height)}._1yeub2v1{--infinite-row-pointer-events-while-scrolling: none}._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))}._1yeub2vi{border-right:var(--infinite-cell-border)}._1yeub2vj{border-left:var(--infinite-cell-border)}._1yeub2vl{-webkit-user-select:none;-moz-user-select:none;user-select:none}._1yeub2vp{transform:translate(-100%);border-right:var(--infinite-pinned-cell-border);bottom:var(--_1slvgu9m)}._1yeub2vq{left:var(--_1slvgu9f)}._1yeub2vn ._1yeub2vq{visibility:visible}._1yeub2vr{left:calc(var(--_1slvgu9h))}._1yeub2vo ._1yeub2vr{visibility:visible}._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)}._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)}._7pupv03{background:var(--infinite-row-background)}._7pupv04{background:var(--infinite-row-odd-background)}._7pupv05{z-index:100}._7pupv07{z-index:100}._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))}._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))}._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))}._1eexc2a0{justify-content:center}._1eexc2a1{justify-content:flex-start}._1eexc2a2{justify-content:flex-start;flex-flow:row-reverse}._1eexc2a3{transition:left .3s}._1eexc2a4{transition:none}._1eexc2a5{padding:var(--infinite-cell-padding);border-left:var(--infinite-cell-border-width) solid transparent;border-right:var(--infinite-cell-border-width) solid transparent}._1yeub2vl ._1eexc2a6{transition:transform var(--infinite-column-reorder-effect-duration)}._1eexc2a7{margin-inline:var(--infinite-selection-checkbox-margin-inline)}._1eexc2a8{color:var(--infinite-cell-color)}._1eexc2ah{background:var(--infinite-row-background)}._1eexc2ai{background:var(--infinite-row-odd-background)}._1eexc2aj{background:var(--infinite-row-selected-background)}._1eexc2am{border-top-left-radius:var(--infinite-cell-border-radius);border-bottom-left-radius:var(--infinite-cell-border-radius)}._1eexc2ao{border-top-right-radius:var(--infinite-cell-border-radius);border-bottom-right-radius:var(--infinite-cell-border-radius)}.qz8ht90[disabled]{opacity:.7}._12zfob11{margin-left:var(--infinite-header-cell-sort-icon-margin)}._12zfob12{margin-left:var(--infinite-header-cell-sort-icon-margin)}._12zfob13{margin-right:var(--infinite-header-cell-sort-icon-margin)}._12zfob14{line-height:0;font-size:10px;border-radius:50%;padding:1px;position:absolute;transition:top .2s;top:0;right:2px}._12zfob15{background:var(--infinite-header-background);top:0;right:0;bottom:0}._12zfob16{background:var(--infinite-header-background);color:var(--infinite-header-color)}._12zfob1e{z-index:10}._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}._12zfob1l{border-left:var(--infinite-cell-border-width) solid transparent;border-right:var(--infinite-cell-border);background:var(--infinite-header-cell-background);padding:0}._12zfob1l:hover{background:var(--infinite-header-cell-hover-background)}._12zfob1z{border-top-left-radius:var(--infinite-cell-border-radius);border-bottom-left-radius:var(--infinite-cell-border-radius)}._12zfob111{border-top-right-radius:var(--infinite-cell-border-radius);border-bottom-right-radius:var(--infinite-cell-border-radius)}._12zfob119{z-index:10}._1yeub2va ._12zfob11e{--infinite-cell-border: var(--infinite-cell-border-invisible)}._12zfob11g{border-right:var(--infinite-cell-border)}._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)}._12zfob11h:active{top:1px}._12zfob1l:hover ._12zfob11h{visibility:visible;display:flex}._12zfob11j{display:none}._12zfob11k{padding:var(--infinite-header-cell-padding)}._12zfob11o{flex-direction:row-reverse}._12zfob11p{justify-content:center}._12zfob11q{background:var(--infinite-header-background)}._12zfob11r{padding:var(--infinite-cell-padding);border-bottom:var(--infinite-cell-border);border-right:var(--infinite-cell-border);background:var(--infinite-header-cell-background)}._12zfob11s{border-top:var(--infinite-cell-border)}._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)}.zneyzh0{transform:translate(50%);width:var(--infinite-resize-handle-active-area-width)}.zneyzh0:hover{overflow:visible}.zneyzh2{transform:translate(-50%)}.zneyzh8{transform:none}.zneyzh9{transform:none}.zneyzha{transform:none}.zneyzhb{right:calc((var(--infinite-resize-handle-active-area-width) - var(--infinite-resize-handle-width)) / 2);width:var(--infinite-resize-handle-width)}.zneyzh0:hover .zneyzhb{background:var(--infinite-resize-handle-hover-background)}.zneyzh0:hover .zneyzhd{background:var(--infinite-resize-handle-constrained-hover-background)}.qy58ya0{flex-flow:row;align-items:center;justify-content:center}.qy58ya1{display:flex}.qy58ya2{display:none}.qy58ya3{background:var(--infinite-load-mask-overlay-background);opacity:var(--infinite-load-mask-overlay-opacity)}.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)}.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)}.db3arf1{display:contents}.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}.db3arf3{opacity:var(--infinite-menu-item-disabled-opacity);background:var(--infinite-menu-item-disabled-background)}.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))))}.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))))}.db3arf0:focus-within>.db3arf1>.db3arf9:first-child{border-right-color:transparent}.db3arf0:focus-within>.db3arf1>.db3arf9:last-child{border-left-color:transparent}.db3arf0:focus-within>.db3arf1>.db3arf9:not(:first-child):not(:last-child){border-left-color:transparent;border-right-color:transparent}.db3arfb{background:var(--infinite-menu-item-active-background);opacity:var(--infinite-menu-item-active-opacity)}.db3arfc{background:var(--infinite-menu-item-pressed-background);opacity:var(--infinite-menu-item-pressed-opacity)}.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)}/**********************************
1
+ @import '@infinite-table/infinite-react/index.css';
2
+ /**********************************
2
3
  ** ADAPTABLE BASE STYLES **
3
- **********************************/:root {
4
- --rdp-cell-size: 40px;
5
- --rdp-accent-color: #0000ff;
6
- --rdp-background-color: #e7edff;
7
- /* Switch to dark colors for dark themes */
8
- --rdp-accent-color-dark: #3003e1;
9
- --rdp-background-color-dark: #180270;
10
- /* Outline border for focused elements */
11
- --rdp-outline: 2px solid var(--rdp-accent-color);
12
- /* Outline border for focused and selected elements */
13
- --rdp-outline-selected: 2px solid rgba(0, 0, 0, 0.75);
14
- }.rdp {
15
- margin: 1em;
16
- }/* Hide elements for devices that are not screen readers */.rdp-vhidden {
17
- box-sizing: border-box;
18
- padding: 0;
19
- margin: 0;
20
- background: transparent;
21
- border: 0;
22
- -moz-appearance: none;
23
- -webkit-appearance: none;
24
- appearance: none;
25
- position: absolute !important;
26
- top: 0;
27
- width: 1px !important;
28
- height: 1px !important;
29
- padding: 0 !important;
30
- overflow: hidden !important;
31
- clip: rect(1px, 1px, 1px, 1px) !important;
32
- border: 0 !important;
33
- }/* Buttons */.rdp-button_reset {
34
- appearance: none;
35
- position: relative;
36
- margin: 0;
37
- padding: 0;
38
- cursor: default;
39
- color: inherit;
40
- outline: none;
41
- background: none;
42
- font: inherit;
43
-
44
- -moz-appearance: none;
45
- -webkit-appearance: none;
46
- }.rdp-button {
47
- border: 2px solid transparent;
48
- }.rdp-button[aria-disabled='true'] {
49
- opacity: 0.25;
50
- pointer-events: none;
51
- }.rdp-button:not([aria-disabled='true']) {
52
- cursor: pointer;
53
- }.rdp-button:focus,
54
- .rdp-button:active {
55
- color: inherit;
56
- border: var(--rdp-outline);
57
- background-color: var(--rdp-background-color);
58
- }.rdp-button:hover:not([aria-disabled='true']) {
59
- background-color: var(--rdp-background-color);
60
- }.rdp-months {
61
- display: flex;
62
- }.rdp-month {
63
- margin: 0 1em;
64
- }.rdp-month:first-child {
65
- margin-left: 0;
66
- }.rdp-month:last-child {
67
- margin-right: 0;
68
- }.rdp-table {
69
- margin: 0;
70
- max-width: calc(var(--rdp-cell-size) * 7);
71
- border-collapse: collapse;
72
- }.rdp-with_weeknumber .rdp-table {
73
- max-width: calc(var(--rdp-cell-size) * 8);
74
- border-collapse: collapse;
75
- }.rdp-caption {
76
- display: flex;
77
- align-items: center;
78
- justify-content: space-between;
79
- padding: 0;
80
- text-align: left;
81
- }.rdp-multiple_months .rdp-caption {
82
- position: relative;
83
- display: block;
84
- text-align: center;
85
- }.rdp-caption_dropdowns {
86
- position: relative;
87
- display: inline-flex;
88
- }.rdp-caption_label {
89
- position: relative;
90
- z-index: 1;
91
- display: inline-flex;
92
- align-items: center;
93
- margin: 0;
94
- padding: 0 0.25em;
95
- white-space: nowrap;
96
- color: currentColor;
97
- border: 0;
98
- border: 2px solid transparent;
99
- font-family: inherit;
100
- font-size: 140%;
101
- font-weight: bold;
102
- }.rdp-nav {
103
- white-space: nowrap;
104
- }.rdp-multiple_months .rdp-caption_start .rdp-nav {
105
- position: absolute;
106
- top: 50%;
107
- left: 0;
108
- transform: translateY(-50%);
109
- }.rdp-multiple_months .rdp-caption_end .rdp-nav {
110
- position: absolute;
111
- top: 50%;
112
- right: 0;
113
- transform: translateY(-50%);
114
- }.rdp-nav_button {
115
- display: inline-flex;
116
- align-items: center;
117
- justify-content: center;
118
- width: var(--rdp-cell-size);
119
- height: var(--rdp-cell-size);
120
- padding: 0.25em;
121
- border-radius: 100%;
122
- }/* ---------- *//* Dropdowns *//* ---------- */.rdp-dropdown_year,
123
- .rdp-dropdown_month {
124
- position: relative;
125
- display: inline-flex;
126
- align-items: center;
127
- }.rdp-dropdown {
128
- appearance: none;
129
- position: absolute;
130
- z-index: 2;
131
- top: 0;
132
- bottom: 0;
133
- left: 0;
134
- width: 100%;
135
- margin: 0;
136
- padding: 0;
137
- cursor: inherit;
138
- opacity: 0;
139
- border: none;
140
- background-color: transparent;
141
- font-family: inherit;
142
- font-size: inherit;
143
- line-height: inherit;
144
- }.rdp-dropdown[disabled] {
145
- opacity: unset;
146
- color: unset;
147
- }.rdp-dropdown:focus:not([disabled]) + .rdp-caption_label,
148
- .rdp-dropdown:active:not([disabled]) + .rdp-caption_label {
149
- border: var(--rdp-outline);
150
- border-radius: 6px;
151
- background-color: var(--rdp-background-color);
152
- }.rdp-dropdown_icon {
153
- margin: 0 0 0 5px;
154
- }.rdp-head {
155
- border: 0;
156
- }.rdp-head_row,
157
- .rdp-row {
158
- height: 100%;
159
- }.rdp-head_cell {
160
- vertical-align: middle;
161
- text-transform: uppercase;
162
- font-size: 0.75em;
163
- font-weight: 700;
164
- text-align: center;
165
- height: 100%;
166
- height: var(--rdp-cell-size);
167
- padding: 0;
168
- }.rdp-tbody {
169
- border: 0;
170
- }.rdp-tfoot {
171
- margin: 0.5em;
172
- }.rdp-cell {
173
- width: var(--rdp-cell-size);
174
- height: 100%;
175
- height: var(--rdp-cell-size);
176
- padding: 0;
177
- text-align: center;
178
- }.rdp-weeknumber {
179
- font-size: 0.75em;
180
- }.rdp-weeknumber,
181
- .rdp-day {
182
- display: flex;
183
- overflow: hidden;
184
- align-items: center;
185
- justify-content: center;
186
- box-sizing: border-box;
187
- width: var(--rdp-cell-size);
188
- max-width: var(--rdp-cell-size);
189
- height: var(--rdp-cell-size);
190
- margin: 0;
191
- border: 2px solid transparent;
192
- border-radius: 100%;
193
- }.rdp-day_today:not(.rdp-day_outside) {
194
- font-weight: bold;
195
- }.rdp-day_selected:not([aria-disabled='true']),
196
- .rdp-day_selected:focus:not([aria-disabled='true']),
197
- .rdp-day_selected:active:not([aria-disabled='true']),
198
- .rdp-day_selected:hover:not([aria-disabled='true']) {
199
- color: white;
200
- background-color: var(--rdp-accent-color);
201
- }.rdp-day_selected:focus:not([aria-disabled='true']) {
202
- border: var(--rdp-outline-selected);
203
- }.rdp:not([dir='rtl']) .rdp-day_range_start:not(.rdp-day_range_end) {
204
- border-top-right-radius: 0;
205
- border-bottom-right-radius: 0;
206
- }.rdp:not([dir='rtl']) .rdp-day_range_end:not(.rdp-day_range_start) {
207
- border-top-left-radius: 0;
208
- border-bottom-left-radius: 0;
209
- }.rdp[dir='rtl'] .rdp-day_range_start:not(.rdp-day_range_end) {
210
- border-top-left-radius: 0;
211
- border-bottom-left-radius: 0;
212
- }.rdp[dir='rtl'] .rdp-day_range_end:not(.rdp-day_range_start) {
213
- border-top-right-radius: 0;
214
- border-bottom-right-radius: 0;
215
- }.rdp-day_range_end.rdp-day_range_start {
216
- border-radius: 100%;
217
- }.rdp-day_range_middle {
218
- border-radius: 0;
219
- }:root {
220
- --toastify-color-light: #fff;
221
- --toastify-color-dark: #121212;
222
- --toastify-color-info: #3498db;
223
- --toastify-color-success: #07bc0c;
224
- --toastify-color-warning: #f1c40f;
225
- --toastify-color-error: #e74c3c;
226
- --toastify-color-transparent: rgba(255, 255, 255, 0.7);
227
- --toastify-icon-color-info: var(--toastify-color-info);
228
- --toastify-icon-color-success: var(--toastify-color-success);
229
- --toastify-icon-color-warning: var(--toastify-color-warning);
230
- --toastify-icon-color-error: var(--toastify-color-error);
231
- --toastify-toast-width: 320px;
232
- --toastify-toast-background: #fff;
233
- --toastify-toast-min-height: 64px;
234
- --toastify-toast-max-height: 800px;
235
- --toastify-font-family: sans-serif;
236
- --toastify-z-index: 9999;
237
- --toastify-text-color-light: #757575;
238
- --toastify-text-color-dark: #fff;
239
- --toastify-text-color-info: #fff;
240
- --toastify-text-color-success: #fff;
241
- --toastify-text-color-warning: #fff;
242
- --toastify-text-color-error: #fff;
243
- --toastify-spinner-color: #616161;
244
- --toastify-spinner-color-empty-area: #e0e0e0;
245
- --toastify-color-progress-light: linear-gradient(
246
- to right,
247
- #4cd964,
248
- #5ac8fa,
249
- #007aff,
250
- #34aadc,
251
- #5856d6,
252
- #ff2d55
253
- );
254
- --toastify-color-progress-dark: #bb86fc;
255
- --toastify-color-progress-info: var(--toastify-color-info);
256
- --toastify-color-progress-success: var(--toastify-color-success);
257
- --toastify-color-progress-warning: var(--toastify-color-warning);
258
- --toastify-color-progress-error: var(--toastify-color-error);
259
- }.Toastify__toast-container {
260
- z-index: var(--toastify-z-index);
261
- -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
262
- position: fixed;
263
- padding: 4px;
264
- width: var(--toastify-toast-width);
265
- box-sizing: border-box;
266
- color: #fff;
267
- }.Toastify__toast-container--top-left {
268
- top: 1em;
269
- left: 1em;
270
- }.Toastify__toast-container--top-center {
271
- top: 1em;
272
- left: 50%;
273
- transform: translateX(-50%);
274
- }.Toastify__toast-container--top-right {
275
- top: 1em;
276
- right: 1em;
277
- }.Toastify__toast-container--bottom-left {
278
- bottom: 1em;
279
- left: 1em;
280
- }.Toastify__toast-container--bottom-center {
281
- bottom: 1em;
282
- left: 50%;
283
- transform: translateX(-50%);
284
- }.Toastify__toast-container--bottom-right {
285
- bottom: 1em;
286
- right: 1em;
287
- }@media only screen and (max-width : 480px) {
288
- .Toastify__toast-container {
289
- width: 100vw;
290
- padding: 0;
291
- left: 0;
292
- margin: 0;
293
- }
294
- .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
295
- top: 0;
296
- transform: translateX(0);
297
- }
298
- .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
299
- bottom: 0;
300
- transform: translateX(0);
301
- }
302
- .Toastify__toast-container--rtl {
303
- right: 0;
304
- left: initial;
305
- }
306
- }.Toastify__toast {
307
- position: relative;
308
- min-height: var(--toastify-toast-min-height);
309
- box-sizing: border-box;
310
- margin-bottom: 1rem;
311
- padding: 8px;
312
- border-radius: 4px;
313
- box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
314
- display: -ms-flexbox;
315
- display: flex;
316
- -ms-flex-pack: justify;
317
- justify-content: space-between;
318
- max-height: var(--toastify-toast-max-height);
319
- overflow: hidden;
320
- font-family: var(--toastify-font-family);
321
- cursor: pointer;
322
- direction: ltr;
323
- }.Toastify__toast--rtl {
324
- direction: rtl;
325
- }.Toastify__toast-body {
326
- margin: auto 0;
327
- -ms-flex: 1 1 auto;
328
- flex: 1 1 auto;
329
- padding: 6px;
330
- display: -ms-flexbox;
331
- display: flex;
332
- -ms-flex-align: center;
333
- align-items: center;
334
- }.Toastify__toast-body > div:last-child {
335
- -ms-flex: 1;
336
- flex: 1;
337
- }.Toastify__toast-icon {
338
- -webkit-margin-end: 10px;
339
- margin-inline-end: 10px;
340
- width: 20px;
341
- -ms-flex-negative: 0;
342
- flex-shrink: 0;
343
- display: -ms-flexbox;
344
- display: flex;
345
- }.Toastify--animate {
346
- animation-fill-mode: both;
347
- animation-duration: 0.7s;
348
- }.Toastify--animate-icon {
349
- animation-fill-mode: both;
350
- animation-duration: 0.3s;
351
- }@media only screen and (max-width : 480px) {
352
- .Toastify__toast {
353
- margin-bottom: 0;
354
- border-radius: 0;
355
- }
356
- }.Toastify__toast-theme--dark {
357
- background: var(--toastify-color-dark);
358
- color: var(--toastify-text-color-dark);
359
- }.Toastify__toast-theme--light {
360
- background: var(--toastify-color-light);
361
- color: var(--toastify-text-color-light);
362
- }.Toastify__toast-theme--colored.Toastify__toast--default {
363
- background: var(--toastify-color-light);
364
- color: var(--toastify-text-color-light);
365
- }.Toastify__toast-theme--colored.Toastify__toast--info {
366
- color: var(--toastify-text-color-info);
367
- background: var(--toastify-color-info);
368
- }.Toastify__toast-theme--colored.Toastify__toast--success {
369
- color: var(--toastify-text-color-success);
370
- background: var(--toastify-color-success);
371
- }.Toastify__toast-theme--colored.Toastify__toast--warning {
372
- color: var(--toastify-text-color-warning);
373
- background: var(--toastify-color-warning);
374
- }.Toastify__toast-theme--colored.Toastify__toast--error {
375
- color: var(--toastify-text-color-error);
376
- background: var(--toastify-color-error);
377
- }.Toastify__progress-bar-theme--light {
378
- background: var(--toastify-color-progress-light);
379
- }.Toastify__progress-bar-theme--dark {
380
- background: var(--toastify-color-progress-dark);
381
- }.Toastify__progress-bar--info {
382
- background: var(--toastify-color-progress-info);
383
- }.Toastify__progress-bar--success {
384
- background: var(--toastify-color-progress-success);
385
- }.Toastify__progress-bar--warning {
386
- background: var(--toastify-color-progress-warning);
387
- }.Toastify__progress-bar--error {
388
- background: var(--toastify-color-progress-error);
389
- }.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 {
390
- background: var(--toastify-color-transparent);
391
- }.Toastify__close-button {
392
- color: #fff;
393
- background: transparent;
394
- outline: none;
395
- border: none;
396
- padding: 0;
397
- cursor: pointer;
398
- opacity: 0.7;
399
- transition: 0.3s ease;
400
- -ms-flex-item-align: start;
401
- align-self: flex-start;
402
- }.Toastify__close-button--light {
403
- color: #000;
404
- opacity: 0.3;
405
- }.Toastify__close-button > svg {
406
- fill: currentColor;
407
- height: 16px;
408
- width: 14px;
409
- }.Toastify__close-button:hover, .Toastify__close-button:focus {
410
- opacity: 1;
411
- }@keyframes Toastify__trackProgress {
412
- 0% {
413
- transform: scaleX(1);
414
- }
415
- 100% {
416
- transform: scaleX(0);
417
- }
418
- }.Toastify__progress-bar {
419
- position: absolute;
420
- bottom: 0;
421
- left: 0;
422
- width: 100%;
423
- height: 5px;
424
- z-index: var(--toastify-z-index);
425
- opacity: 0.7;
426
- transform-origin: left;
427
- }.Toastify__progress-bar--animated {
428
- animation: Toastify__trackProgress linear 1 forwards;
429
- }.Toastify__progress-bar--controlled {
430
- transition: transform 0.2s;
431
- }.Toastify__progress-bar--rtl {
432
- right: 0;
433
- left: initial;
434
- transform-origin: right;
435
- }.Toastify__spinner {
436
- width: 20px;
437
- height: 20px;
438
- box-sizing: border-box;
439
- border: 2px solid;
440
- border-radius: 100%;
441
- border-color: var(--toastify-spinner-color-empty-area);
442
- border-right-color: var(--toastify-spinner-color);
443
- animation: Toastify__spin 0.65s linear infinite;
444
- }@keyframes Toastify__bounceInRight {
445
- from, 60%, 75%, 90%, to {
446
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
447
- }
448
- from {
449
- opacity: 0;
450
- transform: translate3d(3000px, 0, 0);
451
- }
452
- 60% {
453
- opacity: 1;
454
- transform: translate3d(-25px, 0, 0);
455
- }
456
- 75% {
457
- transform: translate3d(10px, 0, 0);
458
- }
459
- 90% {
460
- transform: translate3d(-5px, 0, 0);
461
- }
462
- to {
463
- transform: none;
464
- }
465
- }@keyframes Toastify__bounceOutRight {
466
- 20% {
467
- opacity: 1;
468
- transform: translate3d(-20px, 0, 0);
469
- }
470
- to {
471
- opacity: 0;
472
- transform: translate3d(2000px, 0, 0);
473
- }
474
- }@keyframes Toastify__bounceInLeft {
475
- from, 60%, 75%, 90%, to {
476
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
477
- }
478
- 0% {
479
- opacity: 0;
480
- transform: translate3d(-3000px, 0, 0);
481
- }
482
- 60% {
483
- opacity: 1;
484
- transform: translate3d(25px, 0, 0);
485
- }
486
- 75% {
487
- transform: translate3d(-10px, 0, 0);
488
- }
489
- 90% {
490
- transform: translate3d(5px, 0, 0);
491
- }
492
- to {
493
- transform: none;
494
- }
495
- }@keyframes Toastify__bounceOutLeft {
496
- 20% {
497
- opacity: 1;
498
- transform: translate3d(20px, 0, 0);
499
- }
500
- to {
501
- opacity: 0;
502
- transform: translate3d(-2000px, 0, 0);
503
- }
504
- }@keyframes Toastify__bounceInUp {
505
- from, 60%, 75%, 90%, to {
506
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
507
- }
508
- from {
509
- opacity: 0;
510
- transform: translate3d(0, 3000px, 0);
511
- }
512
- 60% {
513
- opacity: 1;
514
- transform: translate3d(0, -20px, 0);
515
- }
516
- 75% {
517
- transform: translate3d(0, 10px, 0);
518
- }
519
- 90% {
520
- transform: translate3d(0, -5px, 0);
521
- }
522
- to {
523
- transform: translate3d(0, 0, 0);
524
- }
525
- }@keyframes Toastify__bounceOutUp {
526
- 20% {
527
- transform: translate3d(0, -10px, 0);
528
- }
529
- 40%, 45% {
530
- opacity: 1;
531
- transform: translate3d(0, 20px, 0);
532
- }
533
- to {
534
- opacity: 0;
535
- transform: translate3d(0, -2000px, 0);
536
- }
537
- }@keyframes Toastify__bounceInDown {
538
- from, 60%, 75%, 90%, to {
539
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
540
- }
541
- 0% {
542
- opacity: 0;
543
- transform: translate3d(0, -3000px, 0);
544
- }
545
- 60% {
546
- opacity: 1;
547
- transform: translate3d(0, 25px, 0);
548
- }
549
- 75% {
550
- transform: translate3d(0, -10px, 0);
551
- }
552
- 90% {
553
- transform: translate3d(0, 5px, 0);
554
- }
555
- to {
556
- transform: none;
557
- }
558
- }@keyframes Toastify__bounceOutDown {
559
- 20% {
560
- transform: translate3d(0, 10px, 0);
561
- }
562
- 40%, 45% {
563
- opacity: 1;
564
- transform: translate3d(0, -20px, 0);
565
- }
566
- to {
567
- opacity: 0;
568
- transform: translate3d(0, 2000px, 0);
569
- }
570
- }.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
571
- animation-name: Toastify__bounceInLeft;
572
- }.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
573
- animation-name: Toastify__bounceInRight;
574
- }.Toastify__bounce-enter--top-center {
575
- animation-name: Toastify__bounceInDown;
576
- }.Toastify__bounce-enter--bottom-center {
577
- animation-name: Toastify__bounceInUp;
578
- }.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
579
- animation-name: Toastify__bounceOutLeft;
580
- }.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
581
- animation-name: Toastify__bounceOutRight;
582
- }.Toastify__bounce-exit--top-center {
583
- animation-name: Toastify__bounceOutUp;
584
- }.Toastify__bounce-exit--bottom-center {
585
- animation-name: Toastify__bounceOutDown;
586
- }@keyframes Toastify__zoomIn {
587
- from {
588
- opacity: 0;
589
- transform: scale3d(0.3, 0.3, 0.3);
590
- }
591
- 50% {
592
- opacity: 1;
593
- }
594
- }@keyframes Toastify__zoomOut {
595
- from {
596
- opacity: 1;
597
- }
598
- 50% {
599
- opacity: 0;
600
- transform: scale3d(0.3, 0.3, 0.3);
601
- }
602
- to {
603
- opacity: 0;
604
- }
605
- }.Toastify__zoom-enter {
606
- animation-name: Toastify__zoomIn;
607
- }.Toastify__zoom-exit {
608
- animation-name: Toastify__zoomOut;
609
- }@keyframes Toastify__flipIn {
610
- from {
611
- transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
612
- animation-timing-function: ease-in;
613
- opacity: 0;
614
- }
615
- 40% {
616
- transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
617
- animation-timing-function: ease-in;
618
- }
619
- 60% {
620
- transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
621
- opacity: 1;
622
- }
623
- 80% {
624
- transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
625
- }
626
- to {
627
- transform: perspective(400px);
628
- }
629
- }@keyframes Toastify__flipOut {
630
- from {
631
- transform: perspective(400px);
632
- }
633
- 30% {
634
- transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
635
- opacity: 1;
636
- }
637
- to {
638
- transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
639
- opacity: 0;
640
- }
641
- }.Toastify__flip-enter {
642
- animation-name: Toastify__flipIn;
643
- }.Toastify__flip-exit {
644
- animation-name: Toastify__flipOut;
645
- }@keyframes Toastify__slideInRight {
646
- from {
647
- transform: translate3d(110%, 0, 0);
648
- visibility: visible;
649
- }
650
- to {
651
- transform: translate3d(0, 0, 0);
652
- }
653
- }@keyframes Toastify__slideInLeft {
654
- from {
655
- transform: translate3d(-110%, 0, 0);
656
- visibility: visible;
657
- }
658
- to {
659
- transform: translate3d(0, 0, 0);
660
- }
661
- }@keyframes Toastify__slideInUp {
662
- from {
663
- transform: translate3d(0, 110%, 0);
664
- visibility: visible;
665
- }
666
- to {
667
- transform: translate3d(0, 0, 0);
668
- }
669
- }@keyframes Toastify__slideInDown {
670
- from {
671
- transform: translate3d(0, -110%, 0);
672
- visibility: visible;
673
- }
674
- to {
675
- transform: translate3d(0, 0, 0);
676
- }
677
- }@keyframes Toastify__slideOutRight {
678
- from {
679
- transform: translate3d(0, 0, 0);
680
- }
681
- to {
682
- visibility: hidden;
683
- transform: translate3d(110%, 0, 0);
684
- }
685
- }@keyframes Toastify__slideOutLeft {
686
- from {
687
- transform: translate3d(0, 0, 0);
688
- }
689
- to {
690
- visibility: hidden;
691
- transform: translate3d(-110%, 0, 0);
692
- }
693
- }@keyframes Toastify__slideOutDown {
694
- from {
695
- transform: translate3d(0, 0, 0);
696
- }
697
- to {
698
- visibility: hidden;
699
- transform: translate3d(0, 500px, 0);
700
- }
701
- }@keyframes Toastify__slideOutUp {
702
- from {
703
- transform: translate3d(0, 0, 0);
704
- }
705
- to {
706
- visibility: hidden;
707
- transform: translate3d(0, -500px, 0);
708
- }
709
- }.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
710
- animation-name: Toastify__slideInLeft;
711
- }.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
712
- animation-name: Toastify__slideInRight;
713
- }.Toastify__slide-enter--top-center {
714
- animation-name: Toastify__slideInDown;
715
- }.Toastify__slide-enter--bottom-center {
716
- animation-name: Toastify__slideInUp;
717
- }.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
718
- animation-name: Toastify__slideOutLeft;
719
- }.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
720
- animation-name: Toastify__slideOutRight;
721
- }.Toastify__slide-exit--top-center {
722
- animation-name: Toastify__slideOutUp;
723
- }.Toastify__slide-exit--bottom-center {
724
- animation-name: Toastify__slideOutDown;
725
- }@keyframes Toastify__spin {
726
- from {
727
- transform: rotate(0deg);
728
- }
729
- to {
730
- transform: rotate(360deg);
731
- }
732
- }:root {
4
+ **********************************/
5
+ @import 'react-day-picker/dist/style.css';
6
+ @import 'react-toastify/dist/ReactToastify.css';
7
+ :root {
733
8
  --ab-space-0: 0px;
734
9
  --ab-space-1: 4px;
735
10
  --ab-space-2: 8px;
@@ -793,7 +68,9 @@
793
68
  --ab-custom-scrollbar-size: 10px;
794
69
  --ab-grid-row-height: 40px;
795
70
  --ab-loaded: 777;
796
- }:root {
71
+ }
72
+
73
+ :root {
797
74
  --ITableHeader__color: var(--ab-color-text-on-primary);
798
75
  --ITableHeaderCell__background: var(--ab-color-primary);
799
76
  --ITableHeader__background: var(--ITableHeaderCell__background);
@@ -801,14 +78,22 @@
801
78
  --ITable__background: var(--ab-color-primarylight);
802
79
  --ITableRow__background: var(--ab-color-defaultbackground);
803
80
  --ITableRow--odd__background: var(--ab-color-primarylight);
804
- }.ab-style__list-group-item:nth-child(2n+1) {
81
+ }
82
+
83
+ .ab-style__list-group-item:nth-child(2n+1) {
805
84
  background: var(--ab-color-primarylight);
806
- }.ab-Grid .ag-header-cell input[type=date i]::-webkit-calendar-picker-indicator {
85
+ }
86
+
87
+ .ab-Grid .ag-header-cell input[type=date i]::-webkit-calendar-picker-indicator {
807
88
  margin-inline-start: 0px;
808
- }.ab-Grid.ab-Grid--indicate-filtered-columns .ag-header-cell-filtered {
89
+ }
90
+
91
+ .ab-Grid.ab-Grid--indicate-filtered-columns .ag-header-cell-filtered {
809
92
  font-weight: bolder;
810
93
  background: var(--ab-gridheader--filtered__background);
811
- }:root {
94
+ }
95
+
96
+ :root {
812
97
  --ab-cmp-checkbox__border-color: var(--ab-color-inputborder);
813
98
  --ab-cmp-checkbox__background: var(--ab-cmp-input__background);
814
99
  --ab-cmp-checkbox--checked__background: var(--ab-color-focus);
@@ -817,7 +102,9 @@
817
102
  --ab-cmp-checkbox--checked__border-color: var(--ab-color-accent);
818
103
  --ab-cmp-checkbox--check-indeterminate__color: var(--ab-color-focus);
819
104
  --ab-cmp-checkbox--check-indeterminate-radius: 2px;
820
- }.ab-CheckBox--variant-agGrid {
105
+ }
106
+
107
+ .ab-CheckBox--variant-agGrid {
821
108
  --ab-cmp-checkbox--check__color: var(
822
109
  --ag-checkbox-checked-color,
823
110
  var(--ag-balham-active-color, #0091ea)
@@ -825,20 +112,91 @@
825
112
  --ab-cmp-checkbox--checked__background: var(--ag-background-color);
826
113
  --ab-cmp-checkbox__border-color: var(--ab-cmp-checkbox--check__color);
827
114
  --ab-cmp-checkbox--check-indeterminate__color: var(--ab-cmp-checkbox__border-color);
828
- }.ab-CheckBox--variant-agGrid.ab-CheckBox--indeterminate {
115
+ }
116
+ .ab-CheckBox--variant-agGrid.ab-CheckBox--indeterminate {
829
117
  --ab-cmp-checkbox--check__color: var(
830
118
  --ag-checkbox-checked-color,
831
119
  var(--ag-balham-active-color, #0091ea)
832
120
  );
833
- }.ab-CheckBox--variant-agGrid.ab-CheckBox--unchecked {
121
+ }
122
+ .ab-CheckBox--variant-agGrid.ab-CheckBox--unchecked {
834
123
  --ab-cmp-checkbox__border-color: var(--ag-checkbox-unchecked-color);
835
- }:root {
124
+ }
125
+
126
+ .ab-QueryBuilder__expression {
127
+ background-color: var(--ab-cmp-query-builder-expression__background);
128
+ color: var(--ab-cmp-query-builder-expression__color);
129
+ font-size: var(--ab-cmp-query-builder-expression__font-size);
130
+ }
131
+
132
+ .ab-QueryBuilder-predicate-editor {
133
+ position: relative;
134
+ }
135
+ .ab-QueryBuilder-predicate-editor:before {
136
+ content: "";
137
+ position: absolute;
138
+ top: 20px;
139
+ left: -10px;
140
+ width: 10px;
141
+ height: 0px;
142
+ border-top: var(--ab-cmp-query-builder__border);
143
+ }
144
+ .ab-QueryBuilder-predicate-editor--child .ab-QueryBuilder-predicate-editor__children-wrapper {
145
+ margin-left: 25px;
146
+ }
147
+ .ab-QueryBuilder-predicate-editor__children-wrapper {
148
+ position: relative;
149
+ padding-left: 20px;
150
+ }
151
+ .ab-QueryBuilder-predicate-editor:after {
152
+ content: "";
153
+ position: absolute;
154
+ top: 1px;
155
+ bottom: 0;
156
+ border-left: var(--ab-cmp-query-builder__border);
157
+ left: -12px;
158
+ }
159
+ .ab-QueryBuilder-predicate-editor--root {
160
+ padding-left: 20px;
161
+ }
162
+ .ab-QueryBuilder-predicate-editor--root:before {
163
+ left: 10px;
164
+ }
165
+ .ab-QueryBuilder-predicate-editor--root:after {
166
+ left: 10px;
167
+ top: 20px;
168
+ }
169
+ .ab-QueryBuilder-predicate-editor__root-actions {
170
+ padding-top: 10px;
171
+ }
172
+ .ab-QueryBuilder-predicate-editor__root-actions:before {
173
+ content: "";
174
+ display: block;
175
+ position: absolute;
176
+ border-bottom: var(--ab-cmp-query-builder__border);
177
+ bottom: 14px;
178
+ left: 9px;
179
+ height: 0px;
180
+ width: 13px;
181
+ }
182
+ .ab-QueryBuilder-predicate-editor__root-actions:after {
183
+ content: "";
184
+ position: absolute;
185
+ border-left: var(--ab-cmp-query-builder__border);
186
+ height: 21px;
187
+ bottom: 16px;
188
+ left: 8px;
189
+ }
190
+
191
+ :root {
836
192
  --ab-cmp-dialog__background: var(--ab-color-defaultbackground, white);
837
193
  --ab-cmp-dialog__color: var(--ab-color-text-on-defaultbackground, white);
838
194
  --ab-cmp-dialog-close-button__color: var(--ab-color-accentlight);
839
195
  --ab-cmp-dialog__border-radius: var(--ab__border-radius);
840
196
  --ab-cmp-dialog__min-height: 60vh;
841
- }:root {
197
+ }
198
+
199
+ :root {
842
200
  --ab-cmp-dropdown__color: var(--ab-color-inputcolor);
843
201
  --ab-cmp-dropdown--empty__color: var(--ab-color-text-on-defaultbackground);
844
202
  --ab-cmp-dropdown__border: 1px solid var(--ab-color-inputborder);
@@ -847,38 +205,59 @@
847
205
  --ab-cmp-dropdown__font-size: var(--ab-font-size-2);
848
206
  --ab-cmp-dropdown__font-family: var(--ab__font-family);
849
207
  --ab-cmp-dropdown__padding: var(--ab-space-2);
850
- }:root {
208
+ }
209
+
210
+ :root {
851
211
  --ab-cmp-dropdownbutton-list__border: none;
852
212
  --ab-cmp-dropdownbutton-list__background: var(--ab-color-primarylight);
853
213
  --ab-cmp-dropdownbutton-list-item__padding: var(--ab-space-2);
854
214
  --ab-cmp-dropdownbutton-list-item-hover__background: var(--ab-color-primary);
855
215
  --ab-cmp-dropdownbutton-list-item-hover__color: var(--ab-color-text-on-primary);
216
+ --ab-cmp-dropdownbutton-list-item-active__background: var(--ab-color-primarydark);
217
+ --ab-cmp-dropdownbutton-list-item-active__color: var(--ab-color-on-primarydark);
856
218
  --ab-cmp-dropdownbutton-list-item__color: var(--ab-color-text-on-primary);
857
219
  --ab-cmp-dropdownbutton-list__z-index: 1000;
858
220
  --ab-cmp-dropdownbutton-list__border-radius: var(--ab__border-radius);
859
221
  --ab-cmp-dropdownbutton-list__box-shadow: 4px 5px 11px -5px rgba(0, 0, 0, 0.2),
860
222
  -4px 6px 5px 0 rgba(0, 0, 0, 0.14), 5px 3px 5px 0 rgba(0, 0, 0, 0.12);
861
223
  --ab-cmp-dropdownbutton-list-separator__border: 1px solid var(--ab-color-primarydark);
862
- }:root {
224
+ }
225
+
226
+ :root {
863
227
  --ab-cmp-error-box__padding: var(--ab-space-3);
864
228
  --ab-cmp-error-box__border-radius: var(--ab__border-radius);
865
229
  --ab-cmp-error-box__color: var(--ab-color-text-on-error);
866
230
  --ab-cmp-error-box__background: var(--ab-color-error);
867
- }:root {
231
+ }
232
+
233
+ :root {
234
+ --ab-cmp-warning-box__padding: var(--ab-space-3);
235
+ --ab-cmp-warning-box__border-radius: var(--ab__border-radius);
236
+ --ab-cmp-warning-box__color: var(--ab-color-text-on-warn);
237
+ --ab-cmp-warning-box__background: var(--ab-color-warn);
238
+ }
239
+
240
+ :root {
868
241
  --ab-cmp-field-wrap__background: var(--ab-color-defaultbackground);
869
242
  --ab-cmp-field-wrap__fill: var(--ab-color-inputcolor);
870
243
  --ab-cmp-field-wrap__border-radius: var(--ab-cmp-input__border-radius);
871
- }:root {
244
+ }
245
+
246
+ :root {
872
247
  --ab-cmp-help-block__padding: var(--ab-space-2);
873
248
  --ab-cmp-help-block__border-radius: var(--ab__border-radius);
874
249
  --ab-cmp-help-block__color: var(--ab-color-text-on-primary);
875
250
  --ab-cmp-help-block__background: var(--ab-color-primarylight);
876
- }:root {
251
+ }
252
+
253
+ :root {
877
254
  --ab-cmp-code-block__padding: var(--ab-space-1);
878
255
  --ab-cmp-code-block__border-radius: var(--ab__border-radius);
879
256
  --ab-cmp-code-block__color: var(--ab-color-text-on-primary);
880
257
  --ab-cmp-code-block__background: var(--ab-color-primary);
881
- }:root {
258
+ }
259
+
260
+ :root {
882
261
  --ab-cmp-input__padding: var(--ab-space-2);
883
262
  --ab-cmp-input__color: var(--ab-color-inputcolor);
884
263
  --ab-cmp-input__background: var(--ab-color-defaultbackground);
@@ -889,9 +268,13 @@
889
268
  --ab-cmp-input--placeholder__color: var(--ab-color-text-on-defaultbackground);
890
269
  --ab-cmp-input__font-family: var(--ab__font-family);
891
270
  --ab-cmp-input--placeholder__opacity: 0.6;
892
- }:root {
271
+ }
272
+
273
+ :root {
893
274
  --ab-cmp-listgroup: 1;
894
- }.ab-ListGroupItem {
275
+ }
276
+
277
+ .ab-ListGroupItem {
895
278
  width: var(--ab-cmp-listgroupitem__width);
896
279
  vertical-align: middle;
897
280
  text-align: start;
@@ -903,23 +286,33 @@
903
286
  background: var(--ab-cmp-listgroupitem__background);
904
287
  color: var(--ab-cmp-listgroupitem__color);
905
288
  border-radius: var(--ab-cmp-listgroupitem__border-radius);
906
- }.ab-ListGroupItem:nth-child(2n+1) {
289
+ }
290
+ .ab-ListGroupItem:nth-child(2n+1) {
907
291
  background: var(--ab-cmp-listgroupitem--odd__background);
908
292
  color: var(--ab-cmp-listgroupitem--odd__color);
909
- }.ab-ListGroupItem.ab-ListGroupItem--no-zebra {
293
+ }
294
+ .ab-ListGroupItem.ab-ListGroupItem--no-zebra {
910
295
  background: var(--ab-color-defaultbackground);
911
- }.ab-ListGroupItem--active.ab-ListGroupItem {
296
+ }
297
+ .ab-ListGroupItem--active.ab-ListGroupItem {
912
298
  background: var(--ab-cmp-listgroupitem--active__background);
913
299
  color: var(--ab-cmp-listgroupitem--active__color);
914
- }.ab-ListGroupItem:focus {
300
+ }
301
+ .ab-ListGroupItem:focus {
915
302
  z-index: 1;
916
- }:root {
303
+ }
304
+
305
+ :root {
917
306
  --ab-cmp-modal-backdrop__background: rgba(0, 0, 0, 0.44);
918
- }:root {
307
+ }
308
+
309
+ :root {
919
310
  --ab-cmp-tabs__padding: var(--ab-space-2);
920
311
  --ab-cmp-tabs-strip__background: var(--ab-color-defaultbackground);
921
312
  --ab-cmp-tabs-active__background: var(--ab-color-primarylight);
922
- }:root {
313
+ }
314
+
315
+ :root {
923
316
  --ab-cmp-panel_header__background: var(--ab-color-primary);
924
317
  --ab-cmp-panel_header__font-size: var(--ab-font-size-3);
925
318
  --ab-cmp-panel__font-size: var(--ab-font-size-3);
@@ -938,7 +331,9 @@
938
331
  --ab-cmp-panel_header--variant-minimal__background: var(--ab-color-defaultbackground);
939
332
  --ab-cmp-panel_header--variant-modern__color: var(--ab-color-text-on-primary);
940
333
  --ab-cmp-panel_body--variant-modern__background: var(--ab-color-primarylight);
941
- }:root {
334
+ }
335
+
336
+ :root {
942
337
  --ab-cmp-simple-button__padding: var(--ab-space-1) var(--ab-space-1);
943
338
  --ab-cmp-simple-button__border-radius: var(--ab__border-radius);
944
339
  --ab-cmp-simple-button--outlined__background: var(--ab-color-defaultbackground);
@@ -947,7 +342,9 @@
947
342
  --ab-cmp-simple-button__font-family: var(--ab__font-family);
948
343
  --ab-cmp-simple-button__height: 20px;
949
344
  --ab-cmp-simple-button__width: 20px;
950
- }:root {
345
+ }
346
+
347
+ :root {
951
348
  --ab-cmp-textarea__padding: var(--ab-space-1) var(--ab-space-2);
952
349
  --ab-cmp-textarea__border-radius: var(--ab__border-radius);
953
350
  --ab-cmp-textarea__border: 1px solid var(--ab-color-inputborder);
@@ -956,13 +353,17 @@
956
353
  --ab-cmp-textarea__font-family: var(--ab__font-family);
957
354
  --ab-cmp-textarea__background: var(--ab-cmp-input__background);
958
355
  --ab-cmp-textarea--disabled__background: var(--ab-cmp-input--disabled__background);
959
- }:root {
356
+ }
357
+
358
+ :root {
960
359
  --ab-cmp-tooltip__opacity: 0.96;
961
360
  --ab-cmp-tooltip__background: var(--ab-color-primary);
962
361
  --ab-cmp-tooltip__color: var(--ab-color-text-on-primary);
963
362
  --ab-cmp-tooltip__border: solid 1px var(--ab-color-inputborder);
964
363
  --ab-cmp-tooltip__font-size: var(--ab-font-size-2);
965
- }:root {
364
+ }
365
+
366
+ :root {
966
367
  --ab-cmp-file-droppable__padding: var(--ab-space-5);
967
368
  --ab-cmp-file-droppable__margin: var(--ab-space-1);
968
369
  --ab-cmp-file-droppable__background: var(--ab-color-primary);
@@ -974,7 +375,9 @@
974
375
  --ab-cmp-file-droppable--drag-over__outline-offset: -20px;
975
376
  --ab-cmp-file-droppable--drag-over__outline: 2px dashed
976
377
  var(--ab-cmp-file-droppable--drag-over__color);
977
- }:root {
378
+ }
379
+
380
+ :root {
978
381
  --ab-dashboard__background: var(--ab-color-primary);
979
382
  --ab-dashboard__font-family: var(--ab__font-family);
980
383
  --ab-dashboard-wrap: nowrap;
@@ -986,9 +389,13 @@
986
389
  --ab-dashboard-header__color: var(--ab-color-text-on-secondary);
987
390
  --ab-dashboard-tab-drop-target__background: skyblue;
988
391
  --ab-dashboard-toolbar-drag__background: lightgreen;
989
- }:root {
392
+ }
393
+
394
+ :root {
990
395
  --ab-cmp-listgroup: 1;
991
- }:root {
396
+ }
397
+
398
+ :root {
992
399
  --ab-cmp-datepicker__background: var(--ab-color-defaultbackground);
993
400
  --ab-cmp-datepicker__selected-color: var(--ab-color-primarydark);
994
401
  --ab-cmp-datepicker__selected-text-color: var(--ab-color-text-on-primarydark);
@@ -999,13 +406,17 @@
999
406
  --ab-cmp-datepicker__font-size: var(--ab-font-size-2);
1000
407
  --ab-cmp-datepicker__font-family: var(--ab__font-family);
1001
408
  --ab-cmp-datepicker__cell-size: 30px;
1002
- }:root {
409
+ }
410
+
411
+ :root {
1003
412
  --ab-cmp-toggle-button__background: #ccc;
1004
413
  --ab-cmp-toggle-button--active__background: var(--ab-color-success);
1005
414
  --ab-cmp-toggle-button__font-size: var(--ab-font-size-1);
1006
415
  --ab-cmp-toggle-button__color: #656565;
1007
416
  --ab-cmp-toggle-button--checked__color: var(--ab-color-accentlight);
1008
- }:root {
417
+ }
418
+
419
+ :root {
1009
420
  --ab-cmp-module-module-selector__tab-item__border: 1px solid var(--ab-color-primarydark);
1010
421
  --ab-cmp-module-module-selector__tab-item__border-radius: var(--ab__border-radius);
1011
422
  --ab-cmp-module-module-selector__tab-item__width: 160px;
@@ -1014,11 +425,15 @@
1014
425
  --ab-cmp-module-selector__unused-panel__border: 1px solid var(--ab-color-primarydark);
1015
426
  --ab-cmp-module-selector__unused-panel__border-radius: var(--ab__border-radius);
1016
427
  --ab-cmp-module-selector__unused-panel__background: var(--ab-color-defaultbackground);
1017
- }:root {
428
+ }
429
+
430
+ :root {
1018
431
  --ab-cmp-loader__background: var(--ab-color-primarydark);
1019
432
  --ab-cmp-loader__border: var(--ab-color-text-on-primary);
1020
433
  --ab-cmp-loader__font-size: var(--ab-font-size-2);
1021
- }:root {
434
+ }
435
+
436
+ :root {
1022
437
  --ab-cmp-progress-indicator__delay: 1s;
1023
438
  --ab-cmp-progress-indicator__z-index: 9999;
1024
439
  --ab-cmp-progress-indicator__font-size: var(--ab-font-size-4);
@@ -1027,44 +442,62 @@
1027
442
  --ab-cmp-progress-indicator__padding: var(--ab-space-3);
1028
443
  --ab-cmp-progress-indicator__background: var(--ab-color-primary);
1029
444
  --ab-cmp-progress-indicator__color: var(--ab-color-text-on-primary);
1030
- }:root {
445
+ }
446
+
447
+ :root {
1031
448
  --ab-cmp-badge__padding: 5px;
1032
449
  --ab-cmp-badge__gap: 3px;
1033
- }:root {
450
+ }
451
+
452
+ :root {
1034
453
  --ab-cmp-icon-selector__popup__color: var(--ab-color-inputcolor);
1035
454
  --ab-cmp-icon-selector__popup__background: var(--ab-color-defaultbackground);
1036
455
  --ab-cmp-icon-selector__popup__border: 1px solid var(--ab-color-inputborder);
1037
456
  --ab-cmp-icon-selector__popup__padding: var(--ab-space-2);
1038
457
  --ab-cmp-icon-selector__popup__border-radius: var(--ab__border-radius);
1039
- }:root {
458
+ }
459
+
460
+ :root {
1040
461
  --adaptable-quick-search-floating-background-color: var(--ab-color-secondary);
1041
462
  --adaptable-quick-search-floating-padding: var(--ab-space-1) var(--ab-space-2);
1042
463
  --adaptable-quick-search-floating-width: 200px;
1043
- }:root {
464
+ }
465
+
466
+ :root {
1044
467
  --ab-cmp-note-popup-background-color: var(--ab-color-defaultbackground);
1045
468
  --ab-cmp-note-popup-padding: var(--ab-space-4);
1046
469
  --ab-cmp-note-popup-border-radius: var(--ab-space-2);
1047
470
  --ab-cmp-note-popup-border: 1px solid var(--ab-color-primarydark);
1048
471
  --ab-cmp-note-popup-min-width: 160px;
1049
- }:root {
472
+ }
473
+
474
+ :root {
1050
475
  --ab-cmp-icon__fill: var(--ab-icon-fill);
1051
476
  --ab-cmp-icon__height: 17px;
1052
477
  --ab-cmp-icon__width: 17px;
1053
- }:root {
478
+ }
479
+
480
+ :root {
1054
481
  --ab-cmp-listgroupitem__padding: var(--ab-space-2);
1055
482
  --ab-cmp-listgroupitem__margin: 0;
1056
483
  --ab-cmp-listgroupitem-cell__font-size: var(--ab-font-size-3);
1057
- }:root {
484
+ }
485
+
486
+ :root {
1058
487
  --ab-cmp-wizard__padding: var(--ab-space-5);
1059
488
  --ab-cmp-wizard__margin: var(--ab-space-1);
1060
489
  --ab-cmp-wizard__background: var(--ab-color-primary);
1061
490
  --ab-cmp-wizard__color: var(--ab-color-text-on-primary);
1062
- }:root {
491
+ }
492
+
493
+ :root {
1063
494
  --ab-cmp-button-border-radius: 0px;
1064
495
  --ab-cmp-button-disabled-opacity: 0.5;
1065
496
  --ab-cmp-button-background: var(--ab-color-primary);
1066
497
  --ab-cmp-button-disabled-background: var(--ab-color-primarydark);
1067
- }:root {
498
+ }
499
+
500
+ :root {
1068
501
  --ab-cmp-dashboardpanel_body__background: var(--ab-color-primarylight);
1069
502
  --ab-cmp-dashboardpanel_header__background: var(--ab-color-primary);
1070
503
  --ab-cmp-dashboardpanel_header__fill: currentColor;
@@ -1074,7 +507,9 @@
1074
507
  --ab-cmp-dashboardpanel_header__padding: var(--ab-space-0);
1075
508
  --ab-cmp-dashboardpanel_body__padding: var(--ab-space-1);
1076
509
  --ab-cmp-dashboardpanel__border: none;
1077
- }:root {
510
+ }
511
+
512
+ :root {
1078
513
  --ab-cmp-toolpanelpanel__color: var(--ab-cmp-dashboardpanel__color);
1079
514
  --ab-cmp-toolpanelpanel__fill: var(--ab-cmp-dashboardpanel__fill);
1080
515
  --ab-cmp-toolpanelpanel__border: var(--ab-cmp-dashboardpanel__border);
@@ -1084,39 +519,54 @@
1084
519
  --ab-cmp-toolpanelpanel_header__padding: var(--ab-cmp-dashboardpanel_header__padding);
1085
520
  --ab-cmp-toolpanelpanel_body__background: var(--ab-cmp-dashboardpanel_body__background);
1086
521
  --ab-cmp-toolpanelpanel_body__padding: var(--ab-cmp-dashboardpanel_body__padding);
1087
- }:root {
522
+ }
523
+
524
+ :root {
1088
525
  --ab-cmp-popover__border-radius: var(--ab__border-radius);
1089
526
  --ab-cmp-popover__background: var(--ab-color-defaultbackground);
1090
527
  --ab-cmp-popover__color: var(--ab-color-text-on-defaultbackground);
1091
528
  --ab-cmp-popover__box-shadow: var(--ab-cmp-dropdownbutton-list__box-shadow);
1092
529
  --ab-cmp-popover__border: 1px solid var(--ab-color-primarydark);
1093
- }:root {
530
+ }
531
+
532
+ :root {
1094
533
  --ab-cmp-one-page-wizard__background: var(--ab-color-primary);
1095
534
  --ab-cmp-one-page-wizard-content__background: var(--ab-color-defaultbackground);
1096
535
  --ab-cmp-one-page-wizard-section-title__color: var(--ab-color-text-on-secondary);
1097
536
  --ab-cmp-one-page-wizard-selected-title__background: var(--ab-color-secondary);
1098
- }.ab-OnePageWizard__section {
537
+ }
538
+
539
+ .ab-OnePageWizard__section {
1099
540
  background: var(--ab-cmp-one-page-wizard-content__background);
1100
541
  overflow: auto;
1101
542
  border-radius: var(--ab__border-radius);
1102
- }.ab-OnePageWizard__section-title-container {
543
+ }
544
+ .ab-OnePageWizard__section-title-container {
1103
545
  background: var(--ab-cmp-one-page-wizard__background);
1104
- }.ab-OnePageWizard__section-container {
546
+ }
547
+ .ab-OnePageWizard__section-container {
1105
548
  background: var(--ab-cmp-one-page-wizard__background);
1106
549
  min-height: 100%;
1107
550
  overflow: hidden;
1108
- }.ab-OnePageWizard__footer {
551
+ }
552
+ .ab-OnePageWizard__footer {
1109
553
  background: var(--ab-cmp-one-page-wizard__background);
1110
- }:root {
554
+ }
555
+
556
+ :root {
1111
557
  --ab-cmp-toolpanel__width: 200px;
1112
558
  --ab-cmp-toolpanel-header__background: var(--ab-dashboard-header__background);
1113
559
  --ab-cmp-toolpanel-header__color: var(--ab-dashboard-header__color);
1114
560
  --ab-cmp-toolpanel-header__grid-gap: 3px;
1115
561
  --ab-cmp-toolpanel__color: var(--ab-dashboard__color);
1116
562
  --ab-cmp-toolpanel__font-family: var(--ab__font-family);
1117
- }:root {
563
+ }
564
+
565
+ :root {
1118
566
  --ab-cmp-custom-sort-wizard-loader__font-size: var(--ab-font-size-4);
1119
- }:root {
567
+ }
568
+
569
+ :root {
1120
570
  --ab-cmp-adaptable-popup__background: var(--ab-color-primarylight);
1121
571
  --ab-cmp-adaptable-popup--settings__padding: 20px;
1122
572
  --ab-cmp-adaptable-popup--settings__height: 90vh;
@@ -1153,9 +603,13 @@
1153
603
  --ab-cmp-adaptable-popup-panel__margin-top: var(--ab-space-2);
1154
604
  --ab-cmp-adaptable-popup-panel-title__font-size: var(--ab-font-size-5);
1155
605
  --ab-cmp-adaptable-popup-panel-body__padding: var(--ab-space-2);
1156
- }:root {
606
+ }
607
+
608
+ :root {
1157
609
  --ab-cmp-adaptable-window-popup__box-shadow: var(--ab-cmp-adaptable-popup__box-shadow);
1158
- }:root {
610
+ }
611
+
612
+ :root {
1159
613
  --ab-cmp-adaptable-object-list-tag__margin-right: var(--ab-space-2);
1160
614
  --ab-cmp-adaptable-object-list-tag__margin-top: var(--ab-space-2);
1161
615
  --ab-cmp-adaptable-object-list-item__background-color: var(--ab-color-defaultbackground);
@@ -1176,32 +630,46 @@
1176
630
  --ab-cmp-adaptable-object-compact-list-item-name__padding: var(--ab-space-1);
1177
631
  --ab-cmp-adaptable-object-compact-list-item-name__margin-right: var(--ab-space-1);
1178
632
  --ab-cmp-adaptable-object-compact-list-item-name__font-size: var(--ab-font-size-4);
1179
- }:root {
633
+ }
634
+
635
+ :root {
1180
636
  --ab-cmp-adaptable-options__background-color: var(--ab-color-defaultbackground);
1181
637
  --ab-cmp-grid-options__background-color: var(--ab-color-defaultbackground);
1182
638
  --ab-cmp-grid-summary__background-color: var(--ab-color-defaultbackground);
1183
- }:root {
639
+ }
640
+
641
+ :root {
1184
642
  --ab-cmp-system-status-list__background-color: var(--ab-color-defaultbackground);
1185
643
  --ab-cmp-system-status-list-text__border-radius: var(--ab__border-radius);
1186
644
  --ab-cmp-system-status-list-text__font-weight: bold;
1187
645
  --ab-cmp-system-status-list-text__font-size: var(--ab-font-size-2);
1188
646
  --ab-cmp-system-status-list-text__color: var(--ab-color-text-on-secondary);
1189
647
  --ab-cmp-system-status-list-text__padding: var(--ab-space-2);
1190
- }:root {
648
+ }
649
+
650
+ :root {
1191
651
  --ab-cmp-dashboard-module-selector-background: var(--ab-color-defaultbackground);
1192
652
  --ab-cmp-dashboard-pinned-toolbar-border: 1px solid var(--ab-color-primary);
1193
- }html.ab--theme-dark {
653
+ }
654
+
655
+ html.ab--theme-dark {
1194
656
  --ab-cmp-dashboard-pinned-toolbar-border: 1px solid #656565;
1195
- }:root {
657
+ }
658
+
659
+ :root {
1196
660
  --ab-cmp-adaptable-statusbar-sub-panel__padding: var(--ab-space-1) var(--ab-space-2);
1197
661
  --ab-cmp-adaptable-statusbar-sub-panel-icon__background-color-hover: var(--ab-color-primary);
1198
662
  --ab-cmp-adaptable-statusbar__color: var(--ab-color-text-on-primary);
1199
663
  --ab-cmp-adaptable-statusbar__font-weight: 400;
1200
664
  --ab-cmp-adaptable-statusbar__border: 1px solid var(--ab-color-primary);
1201
- }:root {
665
+ }
666
+
667
+ :root {
1202
668
  --ab-cmp-adaptable-shared-entity-shared-object__border: 2px solid var(--ab-color-primary);
1203
669
  --ab-cmp-adaptable-shared-entity-shared-object__nesting-color: var(--ab-color-primary);
1204
- }:root {
670
+ }
671
+
672
+ :root {
1205
673
  --ab-cmp-adaptable-layout-wizard-column-row-title__border-radius: var(--ab__border-radius);
1206
674
  --ab-cmp-adaptable-layout-wizard-column-row-title__background: var(--ab-color-defaultbackground);
1207
675
  --ab-cmp-adaptable-layout-wizard-column-row-title__color: var(
@@ -1215,15 +683,21 @@
1215
683
  );
1216
684
  --ab-cmp-adaptable-layout-wizard-column-input__max-width: 200px;
1217
685
  --ab-cmp-adaptable-layout-wizard-column-input__width: 100%;
1218
- }:root {
686
+ }
687
+
688
+ :root {
1219
689
  --cmp-Badge-Definition-Editor__background: var(--ab-color-defaultbackground);
1220
- }.ab-PermitedValuesSelector__PopupContent {
690
+ }
691
+
692
+ .ab-PermitedValuesSelector__PopupContent {
1221
693
  z-index: 1000;
1222
694
  font-size: var(--ab-cmp-adaptable-permitted-values-selector__font-size);
1223
695
  border: 1px solid var(--ab-cmp-adaptable-permitted-values-selector__border);
1224
696
  background-color: var(--ab-cmp-adaptable-permitted-values-selector__background-color);
1225
697
  padding: var(--ab-cmp-adaptable-permitted-values-selector__padding);
1226
- }:root {
698
+ }
699
+
700
+ :root {
1227
701
  --ab-cmp-expression-editor-input__background: var(--ab-color-primarylight);
1228
702
  --ab-cmp-expression-editor-input__border-radius: var(--ab__border-radius);
1229
703
  --ab-cmp-expression-editor-input-dropdown-functions-list__font-size: var(--ab-font-size-2);
@@ -1232,41 +706,58 @@
1232
706
  --ab-cmp-expression-editor-input-dropdown-functions-list__border-radius: var(--ab__border-radius);
1233
707
  --ab-cmp-expression-editor-input__font-family: monospace;
1234
708
  --ab-cmp-expression-editor-feedback__border-radius: var(--ab__border-radius);
1235
- }:root {
709
+ }
710
+
711
+ :root {
1236
712
  --ab-cmp-quickfilter__font-size: var(--ab-font-size-1);
1237
713
  --ab-cmp-quickfilter__border: 1px solid var(--ab-color-primarydark);
1238
714
  --ab-cmp-quickfilter__background: var(--ab-color-defaultbackground);
1239
- }:root {
715
+ }
716
+
717
+ :root {
1240
718
  --ab-cmp-entity-rules-editor__background-color: var(--ab-color-defaultbackground);
1241
- }.ab-Badge__wrapper {
719
+ }
720
+
721
+ .ab-Badge__wrapper {
1242
722
  display: flex;
1243
723
  align-items: center;
1244
724
  height: 100%;
1245
- }.ab-Badge {
725
+ }
726
+
727
+ .ab-Badge {
1246
728
  display: inline-flex;
1247
729
  align-items: center;
1248
730
  gap: var(--ab-cmp-badge__gap);
1249
731
  padding: var(--ab-cmp-badge__padding);
1250
732
  line-height: 1;
1251
- }.ab-Radio-input:focus + svg rect {
733
+ }
734
+
735
+ .ab-Radio-input:focus + svg rect {
1252
736
  stroke: var(--ab-color-accent);
1253
737
  stroke-width: 2;
1254
- }.ab-Radio-input:focus + svg {
738
+ }
739
+ .ab-Radio-input:focus + svg {
1255
740
  outline: 2px solid var(--ab-color-accent);
1256
- }.ab-Radio-input:checked + svg rect, .ab-Radio-input:checked + svg polyline {
741
+ }
742
+ .ab-Radio-input:checked + svg rect, .ab-Radio-input:checked + svg polyline {
1257
743
  stroke: currentColor;
1258
- }.ab-Radio-input:checked + svg polyline {
744
+ }
745
+ .ab-Radio-input:checked + svg polyline {
1259
746
  animation: abRadioCheckAnimation 0.5s ease forwards;
1260
747
  stroke-dasharray: 50;
1261
748
  stroke-dashoffset: 50;
1262
- }.ab-Radio-input input:focus {
749
+ }
750
+ .ab-Radio-input input:focus {
1263
751
  box-shadow: var(--ab-focus__box-shadow);
1264
752
  outline: var(--ab-focus__outline);
1265
- }@keyframes abRadioCheckAnimation {
753
+ }
754
+
755
+ @keyframes abRadioCheckAnimation {
1266
756
  100% {
1267
757
  stroke-dashoffset: 0;
1268
758
  }
1269
- }.ab-Toggle {
759
+ }
760
+ .ab-Toggle {
1270
761
  border: none;
1271
762
  cursor: pointer;
1272
763
  background: var(--ab-cmp-toggle__background);
@@ -1274,46 +765,67 @@
1274
765
  padding: var(--ab-cmp-toggle__padding);
1275
766
  color: var(--ab-cmp-toggle__color);
1276
767
  fill: var(--ab-cmp-toggle__color);
1277
- }.ab-Toggle:hover {
768
+ }
769
+ .ab-Toggle:hover {
1278
770
  background: var(--ab-cmp-toggle--hover__background);
1279
- }.ab-Toggle--pressed {
771
+ }
772
+ .ab-Toggle--pressed {
1280
773
  background: var(--ab-cmp-toggle--pressed__background);
1281
- }.ab-Toggle-Group {
774
+ }
775
+
776
+ .ab-Toggle-Group {
1282
777
  display: inline-flex;
1283
778
  width: min-content;
1284
779
  border-radius: var(--ab__border-radius);
1285
780
  overflow: hidden;
1286
- }.ab-Toggle-Group .ab-Toggle {
781
+ }
782
+ .ab-Toggle-Group .ab-Toggle {
1287
783
  border-radius: 0;
1288
- }.ab-Table td,
784
+ }
785
+
786
+ .ab-Table td,
1289
787
  .ab-Table th {
1290
788
  padding: var(--ab-space-2);
1291
- }.ab-Table th {
789
+ }
790
+ .ab-Table th {
1292
791
  border-bottom: 2px solid var(--ab-color-primarydark);
1293
- }.ab-Table tr:not(last-child) td {
792
+ }
793
+ .ab-Table tr:not(last-child) td {
1294
794
  border-bottom: 1px solid var(--ab-color-primarylight);
1295
- }.ab-CheckBox {
795
+ }
796
+
797
+ .ab-CheckBox {
1296
798
  display: inline-flex;
1297
799
  flex-flow: row;
1298
800
  align-items: center;
1299
801
  cursor: pointer;
1300
802
  position: relative;
1301
- }.ab-CheckBox, .ab-CheckBox *,
803
+ }
804
+ .ab-CheckBox, .ab-CheckBox *,
1302
805
  .ab-CheckBox *:before,
1303
806
  .ab-CheckBox *:after {
1304
807
  box-sizing: border-box;
1305
- }.ab-CheckBox--checked {
808
+ }
809
+
810
+ .ab-CheckBox--checked {
1306
811
  --ab-cmp-checkbox__background: var(--ab-cmp-checkbox--checked__background);
1307
- }.ab-CheckBox--checked .ab-CheckBox__square {
812
+ }
813
+ .ab-CheckBox--checked .ab-CheckBox__square {
1308
814
  border-color: var(--ab-cmp-checkbox--checked__border-color);
1309
- }.ab-CheckBox--indeterminate {
815
+ }
816
+
817
+ .ab-CheckBox--indeterminate {
1310
818
  --ab-cmp-checkbox--check__color: var(--ab-cmp-checkbox--check-indeterminate__color);
1311
- }.ab-CheckBox:focus-within .ab-CheckBox__square,
819
+ }
820
+
821
+ .ab-CheckBox:focus-within .ab-CheckBox__square,
1312
822
  .ab-CheckBox:active .ab-CheckBox__square,
1313
823
  .ab-CheckBox input.ab-CheckBox-input:active + .ab-CheckBox__square,
1314
824
  .ab-CheckBox input.ab-CheckBox-input:focus + .ab-CheckBox__square {
1315
825
  box-shadow: var(--ab-focus__box-shadow);
1316
- }.ab-CheckBox__square {
826
+ }
827
+
828
+ .ab-CheckBox__square {
1317
829
  border-radius: var(--ab__border-radius);
1318
830
  border-width: 1px;
1319
831
  border-style: solid;
@@ -1325,7 +837,8 @@
1325
837
  font-size: 0;
1326
838
  position: relative;
1327
839
  pointer-events: none;
1328
- }.ab-CheckBox__square:after {
840
+ }
841
+ .ab-CheckBox__square:after {
1329
842
  opacity: 1;
1330
843
  transition-duration: 0.1s;
1331
844
  transition-timing-function: ease-in;
@@ -1339,9 +852,11 @@
1339
852
  border-width: 0 2px 2px 0;
1340
853
  transform: rotate(45deg);
1341
854
  border-radius: 1px;
1342
- }.ab-CheckBox__square--unchecked::after {
855
+ }
856
+ .ab-CheckBox__square--unchecked::after {
1343
857
  opacity: 0;
1344
- }.ab-CheckBox__square--indeterminate:after {
858
+ }
859
+ .ab-CheckBox__square--indeterminate:after {
1345
860
  transform: rotate(0deg);
1346
861
  position: absolute;
1347
862
  top: 2px;
@@ -1353,11 +868,17 @@
1353
868
  height: auto;
1354
869
  background: var(--ab-cmp-checkbox--check__color);
1355
870
  border-radius: var(--ab-cmp-checkbox--check-indeterminate-radius);
1356
- }.ab-CheckBox--disabled {
871
+ }
872
+
873
+ .ab-CheckBox--disabled {
1357
874
  opacity: 0.5;
1358
- }.ab-CheckBox--readonly .ab-CheckBox__square {
875
+ }
876
+
877
+ .ab-CheckBox--readonly .ab-CheckBox__square {
1359
878
  opacity: 0.5;
1360
- }.ab-CheckBox-input:not(.ag-checkbox-input) {
879
+ }
880
+
881
+ .ab-CheckBox-input:not(.ag-checkbox-input) {
1361
882
  width: 100%;
1362
883
  height: 100%;
1363
884
  line-height: 0;
@@ -1366,7 +887,16 @@
1366
887
  top: 0;
1367
888
  z-index: 1;
1368
889
  position: absolute;
1369
- }.ab-Dialog {
890
+ }
891
+
892
+ :root {
893
+ --ab-cmp-query-builder__border: 1px dotted var(--ab-color-text-on-defaultbackground);
894
+ --ab-cmp-query-builder-expression__background: var(--ab-color-primary);
895
+ --ab-cmp-query-builder-expression__color: var(--ab-color-text-on-primary);
896
+ --ab-cmp-query-builder-expression__font-size: var(--ab-font-size-3);
897
+ }
898
+
899
+ .ab-Dialog {
1370
900
  position: relative;
1371
901
  background: var(--ab-cmp-dialog__background);
1372
902
  fill: var(--ab-color-text-on-primary);
@@ -1374,10 +904,12 @@
1374
904
  border-radius: var(--ab-cmp-dialog__border-radius);
1375
905
  display: flex;
1376
906
  flex-flow: column;
1377
- }.ab-Dialog:focus-within, .ab-Dialog:focus {
907
+ }
908
+ .ab-Dialog:focus-within, .ab-Dialog:focus {
1378
909
  box-shadow: var(--ab-focus__box-shadow);
1379
910
  outline: var(--ab-focus__outline);
1380
- }.ab-Dialog__close-button {
911
+ }
912
+ .ab-Dialog__close-button {
1381
913
  position: absolute;
1382
914
  right: 6px;
1383
915
  top: 6px;
@@ -1387,7 +919,8 @@
1387
919
  color: var(--ab-cmp-dialog-close-button__color);
1388
920
  text-shadow: 0 1px 0 #fff;
1389
921
  cursor: pointer;
1390
- }.ab-Dialog-fixed-wrapper {
922
+ }
923
+ .ab-Dialog-fixed-wrapper {
1391
924
  position: fixed;
1392
925
  margin: auto;
1393
926
  left: 0;
@@ -1397,7 +930,8 @@
1397
930
  display: flex;
1398
931
  align-items: center;
1399
932
  justify-content: center;
1400
- }.ab-Dropdown {
933
+ }
934
+ .ab-Dropdown {
1401
935
  background: var(--ab-color-defaultbackground);
1402
936
  border: var(--ab-cmp-dropdown__border);
1403
937
  border-radius: var(--ab-cmp-dropdown__border-radius);
@@ -1406,12 +940,15 @@
1406
940
  max-width: 300px;
1407
941
  font-family: var(--ab-cmp-dropdown__font-family);
1408
942
  font-size: var(--ab-cmp-dropdown__font-size);
1409
- }.ab-Dropdown--disabled {
943
+ }
944
+ .ab-Dropdown--disabled {
1410
945
  opacity: 0.5;
1411
- }.ab-Dropdown--focused {
946
+ }
947
+ .ab-Dropdown--focused {
1412
948
  box-shadow: var(--ab-focus__box-shadow);
1413
949
  outline: var(--ab-focus__outline);
1414
- }.ab-Dropdown__text {
950
+ }
951
+ .ab-Dropdown__text {
1415
952
  color: var(--ab-cmp-dropdown__color);
1416
953
  padding: var(--ab-cmp-dropdown__padding);
1417
954
  pointer-events: none;
@@ -1421,21 +958,28 @@
1421
958
  text-overflow: ellipsis;
1422
959
  white-space: nowrap;
1423
960
  flex: 1;
1424
- }.ab-Dropdown--empty .ab-Dropdown__text {
961
+ }
962
+ .ab-Dropdown--empty .ab-Dropdown__text {
1425
963
  color: var(--ab-color-text-on-defaultbackground);
1426
- }.ab-Dropdown select {
964
+ }
965
+ .ab-Dropdown select {
1427
966
  font-family: inherit;
1428
967
  font-size: inherit;
1429
968
  position: absolute;
1430
969
  cursor: pointer;
1431
- }.ab-Dropdown .ab-SimpleButton {
970
+ }
971
+ .ab-Dropdown .ab-SimpleButton {
1432
972
  color: var(--ab-cmp-dropdown__color) !important;
1433
- }.ab-DropdownButton {
973
+ }
974
+
975
+ .ab-DropdownButton {
1434
976
  position: relative;
1435
977
  overflow: visible;
1436
978
  outline: none;
1437
979
  --ab-overlay-horizontal-align: left;
1438
- }.ab-DropdownButton__list {
980
+ }
981
+
982
+ .ab-DropdownButton__list {
1439
983
  text-align: start;
1440
984
  padding: var(--ab-space-1) 0;
1441
985
  box-shadow: var(--ab-cmp-dropdownbutton-list__box-shadow);
@@ -1444,29 +988,43 @@
1444
988
  border-radius: var(--ab-cmp-dropdownbutton-list__border-radius);
1445
989
  z-index: var(--ab-cmp-dropdownbutton-list__z-index);
1446
990
  background: var(--ab-cmp-dropdownbutton-list__background);
1447
- }.ab-DropdownButton__content {
991
+ }
992
+
993
+ .ab-DropdownButton__content {
1448
994
  font-family: var(--ab__font-family);
1449
995
  font-size: var(--ab-font-size-2);
1450
996
  max-width: 100%;
1451
997
  width: 100%;
1452
998
  border-spacing: 0;
1453
- }.ab-DropdownButton__list-item {
999
+ }
1000
+
1001
+ .ab-DropdownButton__list-item {
1454
1002
  fill: currentColor;
1455
1003
  color: var(--ab-cmp-dropdownbutton-list-item__color);
1456
- }.ab-DropdownButton__list-item--disabled {
1004
+ }
1005
+ .ab-DropdownButton__list-item--disabled {
1457
1006
  opacity: 0.5;
1458
- }.ab-DropdownButton__list-item--not-clickable {
1007
+ }
1008
+
1009
+ .ab-DropdownButton__list-item--not-clickable {
1459
1010
  cursor: auto;
1460
- }.ab-DropdownButton__list-item--clickable:hover {
1011
+ }
1012
+
1013
+ .ab-DropdownButton__list-item--clickable:hover {
1461
1014
  background: var(--ab-cmp-dropdownbutton-list-item-hover__background);
1462
1015
  color: var(--ab-cmp-dropdownbutton-list-item-hover__color);
1463
1016
  fill: currentColor;
1464
1017
  cursor: pointer;
1465
- }.ab-DropdownButton__list-item--clickable:hover .glyphicon.glyphicon {
1018
+ }
1019
+ .ab-DropdownButton__list-item--clickable:hover .glyphicon.glyphicon {
1466
1020
  color: inherit;
1467
- }.ab-DropdownButton__separator td {
1021
+ }
1022
+
1023
+ .ab-DropdownButton__separator td {
1468
1024
  border-bottom: var(--ab-cmp-dropdownbutton-list-separator__border);
1469
- }.ab-EmptyContent {
1025
+ }
1026
+
1027
+ .ab-EmptyContent {
1470
1028
  position: absolute;
1471
1029
  top: 0;
1472
1030
  bottom: 0;
@@ -1475,52 +1033,82 @@
1475
1033
  font-size: var(--ab-font-size-3);
1476
1034
  text-align: center;
1477
1035
  padding: var(--ab-space-4);
1478
- }.ab-EmptyContent p {
1036
+ }
1037
+ .ab-EmptyContent p {
1479
1038
  color: var(--ab-color-text-on-primary);
1480
- }.ab-EmptyContent__wrapper {
1039
+ }
1040
+
1041
+ .ab-EmptyContent__wrapper {
1481
1042
  position: relative;
1482
1043
  width: 100%;
1483
1044
  height: 100%;
1484
- }.ab-ErrorBox {
1045
+ }
1046
+
1047
+ .ab-ErrorBox {
1485
1048
  padding: var(--ab-cmp-error-box__padding);
1486
1049
  border-radius: var(--ab-cmp-error-box__border-radius);
1487
1050
  background: var(--ab-cmp-error-box__background);
1488
1051
  color: var(--ab-cmp-error-box__color);
1489
- }.ab-FieldWrap {
1052
+ }
1053
+
1054
+ .ab-WarningBox {
1055
+ padding: var(--ab-cmp-warning-box__padding);
1056
+ border-radius: var(--ab-cmp-warning-box__border-radius);
1057
+ background: var(--ab-cmp-warning-box__background);
1058
+ color: var(--ab-cmp-warning-box__color);
1059
+ }
1060
+
1061
+ .ab-FieldWrap {
1490
1062
  border: 1px solid var(--ab-color-inputborder);
1491
1063
  color: 1px solid var(--ab-color-inputcolor);
1492
1064
  border-radius: var(--ab-cmp-field-wrap__border-radius);
1493
1065
  background: var(--ab-cmp-field-wrap__background);
1494
1066
  overflow: hidden;
1495
1067
  fill: var(--ab-cmp-field-wrap__fill);
1496
- }.ab-FieldWrap:focus-within {
1068
+ }
1069
+ .ab-FieldWrap:focus-within {
1497
1070
  box-shadow: var(--ab-focus__box-shadow);
1498
- }.ab-FieldWrap input, .ab-FieldWrap select, .ab-FieldWrap > * {
1071
+ }
1072
+ .ab-FieldWrap input, .ab-FieldWrap select, .ab-FieldWrap > * {
1499
1073
  border: none;
1500
1074
  flex: 1;
1501
- }.ab-FieldWrap input, .ab-FieldWrap select, .ab-FieldWrap .ab-Dropdown {
1075
+ }
1076
+ .ab-FieldWrap input, .ab-FieldWrap select, .ab-FieldWrap .ab-Dropdown {
1502
1077
  outline: none !important;
1503
1078
  box-shadow: none !important;
1504
- }.ab-FormLayout {
1079
+ }
1080
+
1081
+ .ab-FormLayout {
1505
1082
  display: grid;
1506
1083
  align-items: center;
1507
- }.ab-FormLayout_column--label {
1084
+ }
1085
+
1086
+ .ab-FormLayout_column--label {
1508
1087
  text-align: end;
1509
- }.ab-HelpBlock {
1088
+ }
1089
+
1090
+ .ab-HelpBlock {
1510
1091
  padding: var(--ab-cmp-help-block__padding);
1511
1092
  background: var(--ab-cmp-help-block__background);
1512
1093
  border-radius: var(--ab-cmp-help-block__border-radius);
1513
1094
  color: var(--ab-cmp-help-block__color);
1514
- }.ab-CodeBlock {
1095
+ }
1096
+
1097
+ .ab-CodeBlock {
1515
1098
  padding: var(--ab-cmp-code-block__padding);
1516
1099
  background: var(--ab-cmp-code-block__background);
1517
1100
  border-radius: var(--ab-cmp-code-block__border-radius);
1518
1101
  color: var(--ab-cmp-code-block__color);
1519
- }input.ab-Input {
1102
+ }
1103
+
1104
+ input.ab-Input {
1520
1105
  background: var(--ab-cmp-input__background);
1521
- }input.ab-Input[disabled] {
1106
+ }
1107
+ input.ab-Input[disabled] {
1522
1108
  background: var(--ab-cmp-input--disabled__background);
1523
- }.ab-Input {
1109
+ }
1110
+
1111
+ .ab-Input {
1524
1112
  position: relative;
1525
1113
  padding: var(--ab-cmp-input__padding);
1526
1114
  color: var(--ab-cmp-input__color);
@@ -1534,28 +1122,38 @@
1534
1122
  /* IE 10-11 */
1535
1123
  /* Edge */
1536
1124
  /* MODERN BROWSER */
1537
- }.ab-Input:focus {
1125
+ }
1126
+ .ab-Input:focus {
1538
1127
  box-shadow: var(--ab-focus__box-shadow);
1539
1128
  outline: var(--ab-focus__outline);
1540
- }.ab-Input::-webkit-input-placeholder {
1129
+ }
1130
+ .ab-Input::-webkit-input-placeholder {
1541
1131
  color: var(--ab-cmp-input--placeholder__color);
1542
1132
  opacity: var(--ab-cmp-input--placeholder__opacity);
1543
- }.ab-Input:-moz-placeholder {
1133
+ }
1134
+ .ab-Input:-moz-placeholder {
1544
1135
  color: var(--ab-cmp-input--placeholder__color);
1545
1136
  opacity: var(--ab-cmp-input--placeholder__opacity);
1546
- }.ab-Input::-moz-placeholder {
1137
+ }
1138
+ .ab-Input::-moz-placeholder {
1547
1139
  color: var(--ab-cmp-input--placeholder__color);
1548
1140
  opacity: var(--ab-cmp-input--placeholder__opacity);
1549
- }.ab-Input:-ms-input-placeholder {
1141
+ }
1142
+ .ab-Input:-ms-input-placeholder {
1550
1143
  color: var(--ab-cmp-input--placeholder__color);
1551
1144
  opacity: var(--ab-cmp-input--placeholder__opacity);
1552
- }.ab-Input::-ms-input-placeholder {
1145
+ }
1146
+ .ab-Input::-ms-input-placeholder {
1553
1147
  color: var(--ab-cmp-input--placeholder__color);
1554
1148
  opacity: var(--ab-cmp-input--placeholder__opacity);
1555
- }.ab-Input::placeholder {
1149
+ }
1150
+ .ab-Input::placeholder {
1556
1151
  color: var(--ab-cmp-input--placeholder__color);
1557
1152
  opacity: var(--ab-cmp-input--placeholder__opacity);
1558
- }/* Spin Buttons modified */input[type=number].ab-Input::-webkit-outer-spin-button,
1153
+ }
1154
+
1155
+ /* Spin Buttons modified */
1156
+ input[type=number].ab-Input::-webkit-outer-spin-button,
1559
1157
  input[type=number].ab-Input::-webkit-inner-spin-button {
1560
1158
  -webkit-appearance: none;
1561
1159
  width: 1em;
@@ -1565,15 +1163,21 @@ input[type=number].ab-Input::-webkit-inner-spin-button {
1565
1163
  right: 0;
1566
1164
  bottom: 0;
1567
1165
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="20" viewBox="4 0 18 18" version="1.1"><path fill="%23656565" d="M7 10l5 5 5-5z" transform="translate(0, 2)"/><path fill="%23656565" d="M7 14l5-5 5 5z" transform="translate(0, -6)"/></svg>') no-repeat center center;
1568
- }input[type=number].ab-Input:focus::-webkit-inner-spin-button, input[type=number].ab-Input:focus::-webkit-inner-spin-button:active,
1166
+ }
1167
+
1168
+ input[type=number].ab-Input:focus::-webkit-inner-spin-button, input[type=number].ab-Input:focus::-webkit-inner-spin-button:active,
1569
1169
  input[type=number].ab-Input:hover::-webkit-inner-spin-button,
1570
1170
  input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1571
1171
  opacity: 1;
1572
- }.ab-ListGroup {
1172
+ }
1173
+
1174
+ .ab-ListGroup {
1573
1175
  display: flex;
1574
1176
  flex-flow: column;
1575
1177
  align-items: flex-start;
1576
- }:root {
1178
+ }
1179
+
1180
+ :root {
1577
1181
  --ab-cmp-listgroupitem__width: 100%;
1578
1182
  --ab-cmp-listgroupitem__background: var(--ab-color-primary);
1579
1183
  --ab-cmp-listgroupitem__color: var(--ab-color-text-on-primary);
@@ -1582,7 +1186,9 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1582
1186
  --ab-cmp-listgroupitem--odd__color: var(--ab-color-text-on-primary);
1583
1187
  --ab-cmp-listgroupitem--active__background: var(--ab-color-secondarylight);
1584
1188
  --ab-cmp-listgroupitem--active__color: var(--ab-color-text-on-secondarylight);
1585
- }.ab-Modal {
1189
+ }
1190
+
1191
+ .ab-Modal {
1586
1192
  position: fixed;
1587
1193
  top: 0;
1588
1194
  left: 0;
@@ -1590,9 +1196,13 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1590
1196
  bottom: 0;
1591
1197
  z-index: 1000;
1592
1198
  font-family: var(--ab__font-family);
1593
- }.ab-Modal.ab-Modal--resizable-and-movable {
1199
+ }
1200
+
1201
+ .ab-Modal.ab-Modal--resizable-and-movable {
1594
1202
  position: relative;
1595
- }.ab-Modal-backdrop {
1203
+ }
1204
+
1205
+ .ab-Modal-backdrop {
1596
1206
  background: var(--ab-cmp-modal-backdrop__background);
1597
1207
  z-index: 900;
1598
1208
  position: fixed;
@@ -1600,31 +1210,48 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1600
1210
  right: 0;
1601
1211
  top: 0;
1602
1212
  bottom: 0;
1603
- }.ab-Tabs {
1213
+ }
1214
+
1215
+ .ab-Tabs {
1604
1216
  display: flex;
1605
1217
  flex-direction: column;
1606
- }.ab-Tabs[data-selected-index="0"] .ab-Tabs__Filler:first-child,
1218
+ }
1219
+
1220
+ .ab-Tabs[data-selected-index="0"] .ab-Tabs__Filler:first-child,
1607
1221
  .ab-Tabs__Tab--before-active {
1608
1222
  border-bottom-right-radius: var(--ab__border-radius);
1609
- }.ab-Tabs__Strip {
1223
+ }
1224
+
1225
+ .ab-Tabs__Strip {
1610
1226
  z-index: 10;
1611
1227
  overflow: visible;
1612
- }.ab-Tabs__Tab {
1228
+ }
1229
+
1230
+ .ab-Tabs__Tab {
1613
1231
  cursor: pointer;
1614
1232
  background: var(--ab-cmp-tabs-strip__background);
1615
- }.ab-Tabs__Tab:focus {
1233
+ }
1234
+ .ab-Tabs__Tab:focus {
1616
1235
  outline: none;
1617
- }.ab-Tabs__Tab:focus:after {
1236
+ }
1237
+ .ab-Tabs__Tab:focus:after {
1618
1238
  box-shadow: var(--ab-focus__box-shadow);
1619
- }.ab-Tabs__Filler {
1239
+ }
1240
+
1241
+ .ab-Tabs__Filler {
1620
1242
  background: var(--ab-cmp-tabs-strip__background);
1621
- }.ab-Tabs__Tab--active + .ab-Tabs__Filler,
1243
+ }
1244
+
1245
+ .ab-Tabs__Tab--active + .ab-Tabs__Filler,
1622
1246
  .ab-Tabs__Tab--active + .ab-Tabs__Tab {
1623
1247
  border-bottom-left-radius: var(--ab__border-radius);
1624
- }.ab-Tabs__Tab--active {
1248
+ }
1249
+
1250
+ .ab-Tabs__Tab--active {
1625
1251
  position: relative;
1626
1252
  z-index: 30;
1627
- }.ab-Tabs__Tab--active:after {
1253
+ }
1254
+ .ab-Tabs__Tab--active:after {
1628
1255
  content: "";
1629
1256
  pointer-events: none;
1630
1257
  position: absolute;
@@ -1635,7 +1262,8 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1635
1262
  z-index: -2;
1636
1263
  border-top-left-radius: var(--ab__border-radius);
1637
1264
  border-top-right-radius: var(--ab__border-radius);
1638
- }.ab-Tabs__Tab--active:before {
1265
+ }
1266
+ .ab-Tabs__Tab--active:before {
1639
1267
  content: "";
1640
1268
  position: absolute;
1641
1269
  pointer-events: none;
@@ -1647,29 +1275,40 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1647
1275
  width: 100%;
1648
1276
  height: 100%;
1649
1277
  background: var(--ab-cmp-tabs-active__background);
1650
- }.ab-Tabs__Strip {
1278
+ }
1279
+
1280
+ .ab-Tabs__Strip {
1651
1281
  background: var(--ab-cmp-tabs-active__background);
1652
- }.ab-Tabs__Body {
1282
+ }
1283
+
1284
+ .ab-Tabs__Body {
1653
1285
  background: var(--ab-cmp-tabs-active__background);
1654
1286
  border-radius: var(--ab__border-radius);
1655
1287
  flex: 1;
1656
1288
  overflow: auto;
1657
1289
  display: flex;
1658
1290
  flex-flow: column;
1659
- }.ab-Tabs[data-selected-index="0"] .ab-Tabs__Body {
1291
+ }
1292
+
1293
+ .ab-Tabs[data-selected-index="0"] .ab-Tabs__Body {
1660
1294
  border-top-left-radius: 0;
1661
- }.ab-Panel {
1295
+ }
1296
+
1297
+ .ab-Panel {
1662
1298
  display: flex;
1663
1299
  flex-flow: column;
1664
1300
  max-height: var(--ab-cmp-panel__max-height);
1665
1301
  overflow: auto;
1666
1302
  font-size: var(--ab-cmp-panel__font-size);
1667
- }.ab-Panel .glyphicon {
1303
+ }
1304
+ .ab-Panel .glyphicon {
1668
1305
  -webkit-text-fill-color: var(--ab-cmp-panel-icon__fill);
1669
1306
  fill: var(--ab-cmp-panel-icon__fill);
1670
- }.ab-Panel--variant-modern {
1307
+ }
1308
+ .ab-Panel--variant-modern {
1671
1309
  --ab-cmp-panel__border-radius: var(--ab-space-1);
1672
- }.ab-Panel__header {
1310
+ }
1311
+ .ab-Panel__header {
1673
1312
  flex: none;
1674
1313
  background: var(--ab-cmp-panel_header__background);
1675
1314
  color: var(--ab-cmp-panel_header__color);
@@ -1678,14 +1317,17 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1678
1317
  border-top-left-radius: var(--ab-cmp-panel__border-radius);
1679
1318
  border-top-right-radius: var(--ab-cmp-panel__border-radius);
1680
1319
  border: var(--ab-cmp-panel__border);
1681
- }.ab-Panel__header--variant-primary {
1320
+ }
1321
+ .ab-Panel__header--variant-primary {
1682
1322
  background: var(--ab-cmp-panel_header--variant-primary__background);
1683
1323
  color: var(--ab-cmp-panel_header--variant-primary__color);
1684
1324
  fill: currentColor;
1685
- }.ab-Panel__header--variant-modern {
1325
+ }
1326
+ .ab-Panel__header--variant-modern {
1686
1327
  border: none;
1687
1328
  background: var(--ab-cmp-panel_header--variant-modern__background);
1688
- }.ab-Panel__body {
1329
+ }
1330
+ .ab-Panel__body {
1689
1331
  position: relative;
1690
1332
  padding: var(--ab-cmp-panel__padding);
1691
1333
  border: var(--ab-cmp-panel__border);
@@ -1694,24 +1336,33 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1694
1336
  flex: 1;
1695
1337
  border-bottom-left-radius: var(--ab-cmp-panel__border-radius);
1696
1338
  border-bottom-right-radius: var(--ab-cmp-panel__border-radius);
1697
- }.ab-Panel__body--scroll-auto {
1339
+ }
1340
+ .ab-Panel__body--scroll-auto {
1698
1341
  overflow: auto;
1699
- }.ab-Panel__body--variant-modern {
1342
+ }
1343
+ .ab-Panel__body--variant-modern {
1700
1344
  border: none;
1701
1345
  background: var(--ab-cmp-panel_body--variant-modern__background);
1702
- }.ab-Panel--with-header > .ab-Panel__body {
1346
+ }
1347
+ .ab-Panel--with-header > .ab-Panel__body {
1703
1348
  border-top: none;
1704
- }.ab-Panel--no-header > .ab-Panel__body {
1349
+ }
1350
+ .ab-Panel--no-header > .ab-Panel__body {
1705
1351
  border-top-left-radius: var(--ab-cmp-panel__border-radius);
1706
1352
  border-top-right-radius: var(--ab-cmp-panel__border-radius);
1707
- }.ab-SimpleButton {
1353
+ }
1354
+
1355
+ .ab-SimpleButton {
1708
1356
  padding: var(--ab-cmp-simple-button__padding);
1709
1357
  font-family: var(--ab-cmp-simple-button__font-family);
1710
1358
  font-size: var(--ab-cmp-simple-button__font-size);
1711
- }.ab-SimpleButton:focus {
1359
+ }
1360
+ .ab-SimpleButton:focus {
1712
1361
  box-shadow: var(--ab-focus__box-shadow);
1713
1362
  outline: var(--ab-focus__outline);
1714
- }.ab-SimpleButton.ab-SimpleButton {
1363
+ }
1364
+
1365
+ .ab-SimpleButton.ab-SimpleButton {
1715
1366
  vertical-align: middle;
1716
1367
  border-radius: var(--ab-cmp-simple-button__border-radius);
1717
1368
  color: var(--ab-color-text-on-primary);
@@ -1722,27 +1373,38 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1722
1373
  flex: none;
1723
1374
  align-items: center;
1724
1375
  fill: currentColor;
1725
- }.ab-SimpleButton.ab-SimpleButton > * {
1376
+ }
1377
+ .ab-SimpleButton.ab-SimpleButton > * {
1726
1378
  z-index: 1;
1727
- }.ab-SimpleButton.ab-SimpleButton svg {
1379
+ }
1380
+ .ab-SimpleButton.ab-SimpleButton svg {
1728
1381
  vertical-align: middle;
1729
- }.ab-SimpleButton.ab-SimpleButton--tone-neutral {
1382
+ }
1383
+ .ab-SimpleButton.ab-SimpleButton--tone-neutral {
1730
1384
  color: var(--ab-color-text-on-primary);
1731
- }.ab-SimpleButton.ab-SimpleButton--tone-none {
1385
+ }
1386
+ .ab-SimpleButton.ab-SimpleButton--tone-none {
1732
1387
  color: inherit;
1733
- }.ab-SimpleButton.ab-SimpleButton--tone-success {
1388
+ }
1389
+ .ab-SimpleButton.ab-SimpleButton--tone-success {
1734
1390
  color: var(--ab-color-success);
1735
- }.ab-SimpleButton.ab-SimpleButton--tone-accent {
1391
+ }
1392
+ .ab-SimpleButton.ab-SimpleButton--tone-accent {
1736
1393
  color: var(--ab-color-text-on-secondary);
1737
- }.ab-SimpleButton.ab-SimpleButton--tone-error {
1394
+ }
1395
+ .ab-SimpleButton.ab-SimpleButton--tone-error {
1738
1396
  color: var(--ab-color-error);
1739
- }.ab-SimpleButton.ab-SimpleButton--tone-warning {
1397
+ }
1398
+ .ab-SimpleButton.ab-SimpleButton--tone-warning {
1740
1399
  color: var(--ab-color-warn);
1741
- }.ab-SimpleButton.ab-SimpleButton--tone-info {
1400
+ }
1401
+ .ab-SimpleButton.ab-SimpleButton--tone-info {
1742
1402
  color: var(--ab-color-info);
1743
- }.ab-SimpleButton.ab-SimpleButton--disabled {
1403
+ }
1404
+ .ab-SimpleButton.ab-SimpleButton--disabled {
1744
1405
  opacity: 0.5;
1745
- }.ab-SimpleButton.ab-SimpleButton:before {
1406
+ }
1407
+ .ab-SimpleButton.ab-SimpleButton:before {
1746
1408
  content: "";
1747
1409
  position: absolute;
1748
1410
  display: block;
@@ -1753,74 +1415,106 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1753
1415
  pointer-events: none;
1754
1416
  z-index: 0;
1755
1417
  border-radius: inherit;
1756
- }.ab-SimpleButton.ab-SimpleButton--variant-outlined, .ab-SimpleButton.ab-SimpleButton--variant-text {
1418
+ }
1419
+ .ab-SimpleButton.ab-SimpleButton--variant-outlined, .ab-SimpleButton.ab-SimpleButton--variant-text {
1757
1420
  transition: opacity 0.2s;
1758
- }.ab-SimpleButton.ab-SimpleButton--variant-outlined:before, .ab-SimpleButton.ab-SimpleButton--variant-text:before {
1421
+ }
1422
+ .ab-SimpleButton.ab-SimpleButton--variant-outlined:before, .ab-SimpleButton.ab-SimpleButton--variant-text:before {
1759
1423
  content: "";
1760
1424
  opacity: 0;
1761
1425
  transition: opacity 0.2s;
1762
- }.ab-SimpleButton.ab-SimpleButton--variant-outlined:hover:not(.ab-SimpleButton--disabled), .ab-SimpleButton.ab-SimpleButton--variant-text:hover:not(.ab-SimpleButton--disabled) {
1426
+ }
1427
+ .ab-SimpleButton.ab-SimpleButton--variant-outlined:hover:not(.ab-SimpleButton--disabled), .ab-SimpleButton.ab-SimpleButton--variant-text:hover:not(.ab-SimpleButton--disabled) {
1763
1428
  cursor: pointer;
1764
- }.ab-SimpleButton.ab-SimpleButton--variant-outlined:hover:not(.ab-SimpleButton--disabled):before, .ab-SimpleButton.ab-SimpleButton--variant-text:hover:not(.ab-SimpleButton--disabled):before {
1429
+ }
1430
+ .ab-SimpleButton.ab-SimpleButton--variant-outlined:hover:not(.ab-SimpleButton--disabled):before, .ab-SimpleButton.ab-SimpleButton--variant-text:hover:not(.ab-SimpleButton--disabled):before {
1765
1431
  opacity: 0.15;
1766
1432
  background-color: currentColor;
1767
- }.ab-SimpleButton.ab-SimpleButton--variant-text {
1433
+ }
1434
+ .ab-SimpleButton.ab-SimpleButton--variant-text {
1768
1435
  background: transparent;
1769
- }.ab-SimpleButton.ab-SimpleButton--variant-outlined {
1436
+ }
1437
+ .ab-SimpleButton.ab-SimpleButton--variant-outlined {
1770
1438
  background: var(--ab-cmp-simple-button--outlined__background);
1771
1439
  border: var(--ab-cmp-simple-button--outlined__border);
1772
- }.ab-SimpleButton.ab-SimpleButton--variant-raised {
1440
+ }
1441
+ .ab-SimpleButton.ab-SimpleButton--variant-raised {
1773
1442
  color: var(--ab-color-text-on-primary);
1774
1443
  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);
1775
1444
  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);
1776
- }.ab-SimpleButton.ab-SimpleButton--variant-raised:focus {
1445
+ }
1446
+ .ab-SimpleButton.ab-SimpleButton--variant-raised:focus {
1777
1447
  box-shadow: var(--ab-focus__box-shadow);
1778
- }.ab-SimpleButton.ab-SimpleButton--variant-raised:hover {
1448
+ }
1449
+ .ab-SimpleButton.ab-SimpleButton--variant-raised:hover {
1779
1450
  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);
1780
- }.ab-SimpleButton.ab-SimpleButton--variant-raised:hover:not(.ab-SimpleButton--disabled) {
1451
+ }
1452
+ .ab-SimpleButton.ab-SimpleButton--variant-raised:hover:not(.ab-SimpleButton--disabled) {
1781
1453
  cursor: pointer;
1782
- }.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-success {
1454
+ }
1455
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-success {
1783
1456
  background: var(--ab-color-success);
1784
1457
  color: var(--ab-color-text-on-success);
1785
- }.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-success:not(.ab-SimpleButton--disabled) {
1458
+ }
1459
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-success:not(.ab-SimpleButton--disabled) {
1786
1460
  opacity: 1;
1787
- }.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-accent {
1461
+ }
1462
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-accent {
1788
1463
  background: var(--ab-color-secondary);
1789
1464
  color: var(--ab-color-text-on-secondary);
1790
- }.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-accent:not(.ab-SimpleButton--disabled) {
1465
+ }
1466
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-accent:not(.ab-SimpleButton--disabled) {
1791
1467
  opacity: 1;
1792
- }.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-none {
1468
+ }
1469
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-none {
1793
1470
  background: transparent;
1794
- }.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-none:not(.ab-SimpleButton--disabled) {
1471
+ }
1472
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-none:not(.ab-SimpleButton--disabled) {
1795
1473
  opacity: 1;
1796
- }.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-neutral {
1474
+ }
1475
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-neutral {
1797
1476
  background: var(--ab-color-primary);
1798
1477
  color: var(--ab-color-text-on-primary);
1799
- }.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-neutral:not(.ab-SimpleButton--disabled) {
1478
+ }
1479
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-neutral:not(.ab-SimpleButton--disabled) {
1800
1480
  opacity: 1;
1801
- }.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-error {
1481
+ }
1482
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-error {
1802
1483
  background: var(--ab-color-error);
1803
1484
  color: var(--ab-color-text-on-error);
1804
- }.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-error:not(.ab-SimpleButton--disabled) {
1485
+ }
1486
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-error:not(.ab-SimpleButton--disabled) {
1805
1487
  opacity: 1;
1806
- }.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-warning {
1488
+ }
1489
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-warning {
1807
1490
  background: var(--ab-color-warn);
1808
1491
  color: var(--ab-color-text-on-warn);
1809
- }.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-warning:not(.ab-SimpleButton--disabled) {
1492
+ }
1493
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-warning:not(.ab-SimpleButton--disabled) {
1810
1494
  opacity: 1;
1811
- }.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-info {
1495
+ }
1496
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-info {
1812
1497
  background: var(--ab-color-info);
1813
1498
  color: var(--ab-color-text-on-info);
1814
- }.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-info:not(.ab-SimpleButton--disabled) {
1499
+ }
1500
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-info:not(.ab-SimpleButton--disabled) {
1815
1501
  opacity: 1;
1816
- }.ab-SimpleButton.ab-SimpleButton--font-weight\=normal {
1502
+ }
1503
+
1504
+ .ab-SimpleButton.ab-SimpleButton--font-weight\=normal {
1817
1505
  font-weight: normal;
1818
- }.ab-SimpleButton.ab-SimpleButton--font-weight\=bold,
1506
+ }
1507
+
1508
+ .ab-SimpleButton.ab-SimpleButton--font-weight\=bold,
1819
1509
  .ab-SimpleButton.ab-SimpleButton--font-weight\=700 {
1820
1510
  font-weight: 700;
1821
- }.ab-SimpleButton.ab-SimpleButton--font-weight\=bolder {
1511
+ }
1512
+
1513
+ .ab-SimpleButton.ab-SimpleButton--font-weight\=bolder {
1822
1514
  font-weight: 800;
1823
- }.ab-Textarea {
1515
+ }
1516
+
1517
+ .ab-Textarea {
1824
1518
  padding: var(--ab-cmp-textarea__padding);
1825
1519
  border-radius: var(--ab-cmp-textarea__border-radius);
1826
1520
  border: var(--ab-cmp-textarea__border);
@@ -1828,19 +1522,24 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1828
1522
  font-family: var(--ab-cmp-textarea__font-family);
1829
1523
  font-size: var(--ab-cmp-textarea__font-size);
1830
1524
  background: var(--ab-cmp-textarea__background);
1831
- }.ab-Textarea[disabled] {
1525
+ }
1526
+ .ab-Textarea[disabled] {
1832
1527
  background: var(--ab-cmp-textarea--disabled__background);
1833
- }.ab-Textarea:focus {
1528
+ }
1529
+ .ab-Textarea:focus {
1834
1530
  box-shadow: var(--ab-focus__box-shadow);
1835
1531
  outline: var(--ab-focus__outline);
1836
- }.ab-Tooltip {
1532
+ }
1533
+
1534
+ .ab-Tooltip {
1837
1535
  pointer-events: none;
1838
1536
  padding: var(--ab-space-1) var(--ab-space-2);
1839
1537
  box-shadow: 2px 2px 10px hsla(0, 0%, 0%, 0.1);
1840
1538
  white-space: nowrap;
1841
1539
  font-size: var(--ab-cmp-tooltip__font-size);
1842
1540
  color: var(--ab-cmp-tooltip__color);
1843
- }.ab-Tooltip:before {
1541
+ }
1542
+ .ab-Tooltip:before {
1844
1543
  border: var(--ab-cmp-tooltip__border);
1845
1544
  content: "";
1846
1545
  position: absolute;
@@ -1852,7 +1551,9 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1852
1551
  opacity: var(--ab-cmp-tooltip__opacity);
1853
1552
  background: var(--ab-cmp-tooltip__background);
1854
1553
  z-index: -1;
1855
- }.ab-FileDroppable {
1554
+ }
1555
+
1556
+ .ab-FileDroppable {
1856
1557
  align-items: center;
1857
1558
  justify-content: center;
1858
1559
  position: relative;
@@ -1862,64 +1563,81 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1862
1563
  outline: var(--ab-cmp-file-droppable__outline);
1863
1564
  outline-offset: var(--ab-cmp-file-droppable__outline-offset);
1864
1565
  background: var(--ab-cmp-file-droppable__background);
1865
- }.ab-FileDroppable,
1566
+ }
1567
+ .ab-FileDroppable,
1866
1568
  .ab-FileDroppable input,
1867
1569
  .ab-FileDroppable button,
1868
1570
  .ab-FileDroppable .ab-SimpleButton {
1869
1571
  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;
1870
1572
  fill: currentColor;
1871
- }.ab-FileDroppable,
1573
+ }
1574
+ .ab-FileDroppable,
1872
1575
  .ab-FileDroppable input,
1873
1576
  .ab-FileDroppable button {
1874
1577
  color: var(--ab-cmp-file-droppable__color);
1875
- }.ab-FileDroppable.ab-FileDroppable--drag-over {
1578
+ }
1579
+ .ab-FileDroppable.ab-FileDroppable--drag-over {
1876
1580
  outline-offset: var(--ab-cmp-file-droppable--drag-over__outline-offset);
1877
1581
  outline: var(--ab-cmp-file-droppable--drag-over__outline);
1878
1582
  background: var(--ab-cmp-file-droppable--drag-over__background);
1879
1583
  color: var(--ab-cmp-file-droppable--drag-over__color);
1880
- }.ab-FileDroppable.ab-FileDroppable--drag-over * {
1584
+ }
1585
+ .ab-FileDroppable.ab-FileDroppable--drag-over * {
1881
1586
  pointer-events: none;
1882
- }.ab-FileDroppable,
1587
+ }
1588
+ .ab-FileDroppable,
1883
1589
  .ab-FileDroppable *,
1884
1590
  .ab-FileDroppable *:before,
1885
1591
  .ab-FileDroppable *:after {
1886
1592
  box-sizing: border-box;
1887
- }.ab-WizardPanel > .ab-Panel__body {
1593
+ }
1594
+
1595
+ .ab-WizardPanel > .ab-Panel__body {
1888
1596
  display: flex;
1889
1597
  flex-flow: column;
1890
- }.ab-Dashboard {
1598
+ }
1599
+
1600
+ .ab-Dashboard {
1891
1601
  z-index: 1000;
1892
1602
  user-select: none;
1893
1603
  background: var(--ab-dashboard-gap__background);
1894
1604
  color: var(--ab-dashboard__color);
1895
1605
  font-family: var(--ab-dashboard__font-family);
1896
- }.ab-Dashboard--inline:not(.ab-Dashboard--collapsed) {
1606
+ }
1607
+ .ab-Dashboard--inline:not(.ab-Dashboard--collapsed) {
1897
1608
  display: flex;
1898
- }.ab-Dashboard__header {
1609
+ }
1610
+ .ab-Dashboard__header {
1899
1611
  display: flex;
1900
1612
  align-items: stretch;
1901
1613
  background: var(--ab-dashboard-header__background);
1902
1614
  color: var(--ab-dashboard-header__color);
1903
1615
  height: 40px;
1904
1616
  padding: 0 var(--ab-space-2);
1905
- }.ab-Dashboard__header-left, .ab-Dashboard__header-right {
1617
+ }
1618
+ .ab-Dashboard__header-left, .ab-Dashboard__header-right {
1906
1619
  display: flex;
1907
1620
  align-items: center;
1908
1621
  flex: 1;
1909
- }.ab-Dashboard__header-left {
1622
+ }
1623
+ .ab-Dashboard__header-left {
1910
1624
  justify-content: flex-start;
1911
- }.ab-Dashboard__header-right {
1625
+ }
1626
+ .ab-Dashboard__header-right {
1912
1627
  justify-content: flex-end;
1913
- }.ab-Dashboard__title {
1628
+ }
1629
+ .ab-Dashboard__title {
1914
1630
  display: flex;
1915
1631
  align-items: center;
1916
1632
  padding: 0 var(--ab-space-3);
1917
1633
  font-weight: bold;
1918
1634
  font-size: var(--ab-font-size-4);
1919
- }.ab-Dashboard__tabs {
1635
+ }
1636
+ .ab-Dashboard__tabs {
1920
1637
  align-self: flex-end;
1921
1638
  margin-left: var(--ab-space-2);
1922
- }.ab-Dashboard__tab {
1639
+ }
1640
+ .ab-Dashboard__tab {
1923
1641
  border: none;
1924
1642
  outline: none;
1925
1643
  cursor: pointer;
@@ -1928,10 +1646,12 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1928
1646
  padding: 8px 12px 12px 12px;
1929
1647
  color: var(--ab-dashboard-header__color);
1930
1648
  background: var(--ab-dashboard-header__background);
1931
- }.ab-Dashboard__tab--active {
1649
+ }
1650
+ .ab-Dashboard__tab--active {
1932
1651
  color: var(--ab-dashboard__color);
1933
1652
  background: var(--ab-dashboard__background);
1934
- }.ab-Dashboard__content {
1653
+ }
1654
+ .ab-Dashboard__content {
1935
1655
  display: flex;
1936
1656
  grid-gap: var(--ab-dashboard-gap-size);
1937
1657
  flex-flow: var(--ab-dashboard-wrap);
@@ -1939,104 +1659,143 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
1939
1659
  flex: 1;
1940
1660
  overflow-x: auto;
1941
1661
  padding: var(--ab-dashboard-gap-size);
1942
- }.ab-Dashboard__container {
1662
+ }
1663
+ .ab-Dashboard__container {
1943
1664
  display: flex;
1944
1665
  flex-shrink: 0;
1945
1666
  background: var(--ab-dashboard__background);
1946
- }.ab-Dashboard__content-buttons {
1667
+ }
1668
+ .ab-Dashboard__content-buttons {
1947
1669
  display: flex;
1948
1670
  flex-direction: column;
1949
1671
  align-self: stretch;
1950
1672
  padding: var(--ab-space-2);
1951
1673
  border-left: 1px solid var(--ab-dashboard__border);
1952
- }.ab-Dashboard__toolbar {
1674
+ }
1675
+ .ab-Dashboard__toolbar {
1953
1676
  display: flex;
1954
1677
  flex-direction: column;
1955
1678
  justify-content: space-between;
1956
1679
  font-size: var(--ab-font-size-3);
1957
- }.ab-Dashboard__toolbar-content {
1680
+ }
1681
+ .ab-Dashboard__pinned {
1682
+ overflow-x: auto;
1683
+ font-size: var(--ab-font-size-3);
1684
+ }
1685
+ .ab-Dashboard__toolbar-content {
1958
1686
  padding: var(--ab-space-2) var(--ab-space-2) var(--ab-space-1) var(--ab-space-2);
1959
1687
  display: flex;
1960
- }.ab-Dashboard__toolbar-title {
1688
+ }
1689
+ .ab-Dashboard__toolbar-title {
1961
1690
  display: flex;
1962
1691
  align-items: center;
1963
1692
  justify-content: center;
1964
1693
  font-size: var(--ab-font-size-2);
1965
1694
  padding: 0 var(--ab-space-1) 2px var(--ab-space-2);
1966
1695
  opacity: 0.7;
1967
- }.ab-Dashboard__toolbar.ab-Dashboard__home-toolbar {
1696
+ }
1697
+ .ab-Dashboard__toolbar.ab-Dashboard__home-toolbar {
1968
1698
  color: var(--ab-dashboard-header__color);
1969
1699
  background: var(--ab-dashboard-header__background);
1970
1700
  padding-top: var(--ab-dashboard-gap-size);
1971
1701
  padding-bottom: var(--ab-dashboard-gap-size);
1972
- }.ab-Dashboard__toolbar.ab-Dashboard__home-toolbar .ab-Dashboard__toolbar-title {
1702
+ }
1703
+ .ab-Dashboard__toolbar.ab-Dashboard__home-toolbar .ab-Dashboard__toolbar-title {
1973
1704
  opacity: 1;
1974
- }.ab-Dashboard .ab-Input {
1705
+ }
1706
+ .ab-Dashboard .ab-Input {
1975
1707
  border: none;
1976
- }.ab-Dashboard .ab-DashboardToolbar__Export__wrap {
1708
+ }
1709
+ .ab-Dashboard .ab-DashboardToolbar__Export__wrap {
1977
1710
  white-space: nowrap;
1978
- }.ab-Dashboard .ab-DashboardToolbar__QuickSearch__text .ab-Input {
1711
+ }
1712
+ .ab-Dashboard .ab-DashboardToolbar__QuickSearch__text .ab-Input {
1979
1713
  padding: var(--ab-space-1);
1980
- }.ab-Dashboard .ab-StateManagement__Clear-Button,
1714
+ }
1715
+ .ab-Dashboard .ab-StateManagement__Clear-Button,
1981
1716
  .ab-Dashboard .ab-StateManagement__Load-Button,
1982
1717
  .ab-Dashboard .ab-StateManagement__Export-Dropdown {
1983
1718
  margin-left: var(--ab-space-1);
1984
- }.ab-GridList {
1719
+ }
1720
+
1721
+ .ab-GridList {
1985
1722
  --at-grid__background: transparent;
1986
- }.ab-GridList .AT-GridCell_content,
1723
+ }
1724
+ .ab-GridList .AT-GridCell_content,
1987
1725
  .ab-GridList .ab-ListGroupItem,
1988
1726
  .ab-GridList .AT-GridColumnCell {
1989
1727
  width: 100%;
1990
- }.ab-GridList .AT-GridHeader {
1728
+ }
1729
+ .ab-GridList .AT-GridHeader {
1991
1730
  display: none;
1992
- }.ab-GridList.ab-padding-horizontal-0 .AT-GridColumnCell {
1731
+ }
1732
+ .ab-GridList.ab-padding-horizontal-0 .AT-GridColumnCell {
1993
1733
  padding-left: 0;
1994
1734
  padding-right: 0;
1995
- }.ab-GridList .AT-GridRow--odd {
1735
+ }
1736
+
1737
+ .ab-GridList .AT-GridRow--odd {
1996
1738
  background: var(--ab-cmp-listgroupitem--odd__background);
1997
1739
  color: var(--ab-cmp-listgroupitem--odd__color);
1998
- }.ab-GridList .AT-GridRow--even {
1740
+ }
1741
+
1742
+ .ab-GridList .AT-GridRow--even {
1999
1743
  background: var(--ab-cmp-listgroupitem__background);
2000
1744
  color: var(--ab-cmp-listgroupitem__color);
2001
- }.ab-GridList .ab-ListGroupItem {
1745
+ }
1746
+
1747
+ .ab-GridList .ab-ListGroupItem {
2002
1748
  --ab-cmp-listgroupitem__background: transparent;
2003
1749
  --ab-cmp-listgroupitem--odd__background: transparent;
2004
- }:root {
1750
+ }
1751
+
1752
+ :root {
2005
1753
  --rdp-cell-size: var(--ab-cmp-datepicker__cell-size);
2006
1754
  --rdp-accent-color: var(--ab-cmp-datepicker__selected-color);
2007
1755
  --rdp-background-color: var(--ab-cmp-datepicker__hover-color);
2008
1756
  --rdp-outline: 2px solid var(--ab-cmp-datepicker__selected-color);
2009
- }.ab-Datepicker-Overlay {
1757
+ }
1758
+
1759
+ .ab-Datepicker-Overlay {
2010
1760
  border: var(--ab-cmp-datepicker__border);
2011
1761
  background: var(--ab-cmp-datepicker__background);
2012
1762
  z-index: 1000;
2013
1763
  box-shadow: var(--ab-focus__box-shadow);
2014
1764
  outline: var(--ab-focus__outline);
2015
1765
  border-radius: var(--ab__border-radius);
2016
- }.ab-Datepicker-Overlay .rdp {
1766
+ }
1767
+ .ab-Datepicker-Overlay .rdp {
2017
1768
  font-size: var(--ab-cmp-datepicker__font-size);
2018
1769
  font-family: var(--ab-cmp-datepicker__font-family);
2019
- }.ab-Datepicker-Overlay .rdp .rdp-weeknumber,
1770
+ }
1771
+ .ab-Datepicker-Overlay .rdp .rdp-weeknumber,
2020
1772
  .ab-Datepicker-Overlay .rdp .rdp-day {
2021
1773
  border-radius: var(--ab-cmp-datepicker__day-border-radius);
2022
- }.ab-Datepicker-Overlay .rdp .rdp-day_selected:not([disabled]),
1774
+ }
1775
+ .ab-Datepicker-Overlay .rdp .rdp-day_selected:not([disabled]),
2023
1776
  .ab-Datepicker-Overlay .rdp .rdp-day_selected:focus:not([disabled]),
2024
1777
  .ab-Datepicker-Overlay .rdp .rdp-day_selected:active:not([disabled]),
2025
1778
  .ab-Datepicker-Overlay .rdp .rdp-day_selected:hover:not([disabled]) {
2026
1779
  color: var(--ab-cmp-datepicker__selected-text-color);
2027
1780
  border-radius: var(--ab-cmp-datepicker__selected-border-radius);
2028
- }.ab-Datepicker-Overlay .rdp .rdp-caption_label {
1781
+ }
1782
+ .ab-Datepicker-Overlay .rdp .rdp-caption_label {
2029
1783
  font-size: 120%;
2030
- }.ab-Datepicker-Overlay .rdp .rdp-nav_button {
1784
+ }
1785
+ .ab-Datepicker-Overlay .rdp .rdp-nav_button {
2031
1786
  color: var(--ab-color-text-on-primary);
2032
- }.ab-Datepicker-Overlay .rdp .rdp-table {
1787
+ }
1788
+ .ab-Datepicker-Overlay .rdp .rdp-table {
2033
1789
  width: 100%;
2034
1790
  max-width: none;
2035
- }.ab-Datepicker-Overlay .rdp .rdp-day_outside {
1791
+ }
1792
+ .ab-Datepicker-Overlay .rdp .rdp-day_outside {
2036
1793
  opacity: 0.4;
2037
- }.ab-Datepicker-Overlay .rdp .rdp-day_today {
1794
+ }
1795
+ .ab-Datepicker-Overlay .rdp .rdp-day_today {
2038
1796
  border: var(--rdp-outline);
2039
- }.ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(8),
1797
+ }
1798
+ .ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(8),
2040
1799
  .ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(9),
2041
1800
  .ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(10),
2042
1801
  .ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(11),
@@ -2044,23 +1803,29 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2044
1803
  .ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(13),
2045
1804
  .ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(14) {
2046
1805
  display: none;
2047
- }.ab-Datepicker-Overlay .rdp.rdp-with_weeknumber .rdp-row td:nth-child(8) {
1806
+ }
1807
+ .ab-Datepicker-Overlay .rdp.rdp-with_weeknumber .rdp-row td:nth-child(8) {
2048
1808
  display: table-cell;
2049
- }.ab-ToggleButton {
1809
+ }
1810
+
1811
+ .ab-ToggleButton {
2050
1812
  user-select: none;
2051
1813
  position: relative;
2052
1814
  display: inline-block;
2053
1815
  min-width: 40px;
2054
1816
  width: 77px;
2055
1817
  height: 32px;
2056
- }.ab-ToggleButton:hover:not(.ab-ToggleButton--disabled) {
1818
+ }
1819
+ .ab-ToggleButton:hover:not(.ab-ToggleButton--disabled) {
2057
1820
  cursor: pointer;
2058
1821
  opacity: 0.85;
2059
- }.ab-ToggleButton__input {
1822
+ }
1823
+ .ab-ToggleButton__input {
2060
1824
  opacity: 0;
2061
1825
  width: 0;
2062
1826
  height: 0;
2063
- }.ab-ToggleButton__slider {
1827
+ }
1828
+ .ab-ToggleButton__slider {
2064
1829
  position: absolute;
2065
1830
  top: 0;
2066
1831
  left: 0;
@@ -2069,7 +1834,8 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2069
1834
  background-color: var(--ab-cmp-toggle-button__background);
2070
1835
  transition: 0.1s;
2071
1836
  border-radius: var(--ab__border-radius);
2072
- }.ab-ToggleButton__slider:before {
1837
+ }
1838
+ .ab-ToggleButton__slider:before {
2073
1839
  position: absolute;
2074
1840
  content: "";
2075
1841
  width: 24px;
@@ -2080,32 +1846,46 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2080
1846
  background-color: #fff;
2081
1847
  -webkit-transition: 0.4s;
2082
1848
  transition: 0.2s;
2083
- }.ab-ToggleButton__input:checked + .ab-ToggleButton__slider {
1849
+ }
1850
+ .ab-ToggleButton__input:checked + .ab-ToggleButton__slider {
2084
1851
  background-color: var(--ab-cmp-toggle-button--active__background);
2085
- }.ab-ToggleButton__input:checked + .ab-ToggleButton__slider:before {
1852
+ }
1853
+ .ab-ToggleButton__input:checked + .ab-ToggleButton__slider:before {
2086
1854
  transform: translateX(45px);
2087
- }.ab-ToggleButton__input:focus + .ab-ToggleButton__slider {
1855
+ }
1856
+ .ab-ToggleButton__input:focus + .ab-ToggleButton__slider {
2088
1857
  box-shadow: var(--ab-focus__box-shadow);
2089
- }.ab-ToggleButton__input:disabled + .ab-ToggleButton__slider {
1858
+ }
1859
+ .ab-ToggleButton__input:disabled + .ab-ToggleButton__slider {
2090
1860
  opacity: 0.5;
2091
- }.ab-ToggleButton .ab-ToggleButton__text {
1861
+ }
1862
+ .ab-ToggleButton .ab-ToggleButton__text {
2092
1863
  font-size: var(--ab-cmp-toggle-button__font-size);
2093
1864
  padding-right: var(--ab-space-2);
2094
1865
  color: var(--ab-cmp-toggle-button__color);
2095
1866
  font-weight: 600;
2096
- }.ab-ToggleButton--checked .ab-ToggleButton__text {
1867
+ }
1868
+ .ab-ToggleButton--checked .ab-ToggleButton__text {
2097
1869
  padding-left: var(--ab-space-2);
2098
1870
  color: var(--ab-cmp-toggle-button--checked__color);
2099
- }.ab-Loader {
1871
+ }
1872
+
1873
+ .ab-Loader {
2100
1874
  font-size: var(--ab-cmp-loader__font-size);
2101
1875
  margin-top: 8px;
2102
1876
  font-style: italic;
2103
- }.ab-Loader__text,
1877
+ }
1878
+
1879
+ .ab-Loader__text,
2104
1880
  .ab-Loader__Spinner {
2105
1881
  vertical-align: middle;
2106
- }.ab-Loader .ab-Loader__Spinner {
1882
+ }
1883
+
1884
+ .ab-Loader .ab-Loader__Spinner {
2107
1885
  margin-right: 5px;
2108
- }.ab-Loader__Spinner {
1886
+ }
1887
+
1888
+ .ab-Loader__Spinner {
2109
1889
  display: inline-block;
2110
1890
  border-radius: 50%;
2111
1891
  border: 2px solid var(--ab-cmp-loader__background);
@@ -2114,14 +1894,17 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2114
1894
  height: 10px;
2115
1895
  bottom: 0;
2116
1896
  animation: spin 1.5s linear infinite;
2117
- }@keyframes spin {
1897
+ }
1898
+
1899
+ @keyframes spin {
2118
1900
  0% {
2119
1901
  transform: rotate(0deg);
2120
1902
  }
2121
1903
  100% {
2122
1904
  transform: rotate(360deg);
2123
1905
  }
2124
- }.ab-progress-indicator-wrapper {
1906
+ }
1907
+ .ab-progress-indicator-wrapper {
2125
1908
  align-items: center;
2126
1909
  display: flex;
2127
1910
  justify-content: center;
@@ -2135,9 +1918,11 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2135
1918
  transition-delay: var(--ab-cmp-progress-indicator__delay);
2136
1919
  transition-property: opacity;
2137
1920
  transition-duration: 0.3s;
2138
- }.ab-progress-indicator-wrapper--visible {
1921
+ }
1922
+ .ab-progress-indicator-wrapper--visible {
2139
1923
  opacity: 1;
2140
- }.ab-progress-indicator-wrapper .ab-progress-indicator-body {
1924
+ }
1925
+ .ab-progress-indicator-wrapper .ab-progress-indicator-body {
2141
1926
  padding: var(--ab-cmp-progress-indicator__padding);
2142
1927
  background: var(--ab-cmp-progress-indicator__background);
2143
1928
  color: var(--ab-cmp-progress-indicator__color);
@@ -2148,13 +1933,19 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2148
1933
  font-size: var(--ab-cmp-progress-indicator__font-size);
2149
1934
  font-style: var(--ab-cmp-progress-indicator__font-style);
2150
1935
  font-family: var(--ab-cmp-progress-indicator__font-family);
2151
- }:root {
1936
+ }
1937
+
1938
+ :root {
2152
1939
  --ab-cmp-Tag__font-size: var(--ab-font-size-3);
2153
- }.ab-Tag {
1940
+ }
1941
+
1942
+ .ab-Tag {
2154
1943
  display: inline-flex;
2155
1944
  font-size: var(--ab-cmp-Tag__font-size);
2156
1945
  max-width: 100%;
2157
- }.ab-ModuleSelector__TabItem {
1946
+ }
1947
+
1948
+ .ab-ModuleSelector__TabItem {
2158
1949
  display: flex;
2159
1950
  flex-direction: column;
2160
1951
  box-sizing: border-box;
@@ -2162,12 +1953,16 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2162
1953
  width: var(--ab-cmp-module-module-selector__tab-item__width);
2163
1954
  border: var(--ab-cmp-module-module-selector__tab-item__border);
2164
1955
  border-radius: var(--ab-cmp-module-module-selector__tab-item__border-radius);
2165
- }.ab-ModuleSelector__TabItem__header {
1956
+ }
1957
+
1958
+ .ab-ModuleSelector__TabItem__header {
2166
1959
  display: flex;
2167
1960
  align-items: center;
2168
1961
  padding: var(--ab-space-1);
2169
1962
  border-bottom: var(--ab-cmp-module-module-selector__tab-item__border);
2170
- }.ab-ModuleSelector__TabItem__header-input {
1963
+ }
1964
+
1965
+ .ab-ModuleSelector__TabItem__header-input {
2171
1966
  flex: 1;
2172
1967
  width: 100%;
2173
1968
  margin-left: var(--ab-space-1);
@@ -2176,36 +1971,48 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2176
1971
  background: transparent;
2177
1972
  border: none;
2178
1973
  color: var(--ab-cmp-module-module-selector__tab-item__header-input__color);
2179
- }.ab-ModuleSelector__ToolbarList {
1974
+ }
1975
+
1976
+ .ab-ModuleSelector__ToolbarList {
2180
1977
  flex: 1;
2181
1978
  padding: 4px;
2182
1979
  padding-bottom: 0;
2183
1980
  min-height: 200px;
2184
- }.ab-ModuleSelector__ToolbarItem {
1981
+ }
1982
+
1983
+ .ab-ModuleSelector__ToolbarItem {
2185
1984
  border: var(--ab-cmp-module-module-selector__toolbar-item__border);
2186
- }.ab-ModuleSelector__UnusedPanel {
1985
+ }
1986
+
1987
+ .ab-ModuleSelector__UnusedPanel {
2187
1988
  border: var(--ab-cmp-module-selector__unused-panel__border);
2188
1989
  border-radius: var(--ab-cmp-module-selector__unused-panel__border-radius);
2189
1990
  background-color: var(--ab-cmp-module-selector__unused-panel__background);
2190
- }.ab-ColorPicker-range {
1991
+ }
1992
+
1993
+ .ab-ColorPicker-range {
2191
1994
  /*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
2192
1995
  how to remove the virtical space around the range & in IE*/
2193
- }.ab-ColorPicker-range[type=range] {
1996
+ }
1997
+ .ab-ColorPicker-range[type=range] {
2194
1998
  width: 120px;
2195
1999
  margin: 0px 0;
2196
2000
  height: 20px;
2197
2001
  padding: 0;
2198
2002
  background-color: transparent;
2199
2003
  -webkit-appearance: none;
2200
- }.ab-ColorPicker-range[type=range]:focus {
2004
+ }
2005
+ .ab-ColorPicker-range[type=range]:focus {
2201
2006
  outline: none;
2202
- }.ab-ColorPicker-range[type=range]::-webkit-slider-runnable-track {
2007
+ }
2008
+ .ab-ColorPicker-range[type=range]::-webkit-slider-runnable-track {
2203
2009
  background: none;
2204
2010
  border: 0;
2205
2011
  width: 100%;
2206
2012
  height: 20px;
2207
2013
  cursor: pointer;
2208
- }.ab-ColorPicker-range[type=range]::-webkit-slider-thumb {
2014
+ }
2015
+ .ab-ColorPicker-range[type=range]::-webkit-slider-thumb {
2209
2016
  margin-top: 0px;
2210
2017
  width: 20px;
2211
2018
  height: 20px;
@@ -2214,22 +2021,26 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2214
2021
  border-radius: 20px;
2215
2022
  cursor: pointer;
2216
2023
  -webkit-appearance: none;
2217
- }.ab-ColorPicker-range[type=range]:focus::-webkit-slider-runnable-track {
2024
+ }
2025
+ .ab-ColorPicker-range[type=range]:focus::-webkit-slider-runnable-track {
2218
2026
  background: none;
2219
- }.ab-ColorPicker-range[type=range]::-moz-range-track {
2027
+ }
2028
+ .ab-ColorPicker-range[type=range]::-moz-range-track {
2220
2029
  background: none;
2221
2030
  border: 0;
2222
2031
  width: 100%;
2223
2032
  height: 20px;
2224
2033
  cursor: pointer;
2225
- }.ab-ColorPicker-range[type=range]::-moz-range-thumb {
2034
+ }
2035
+ .ab-ColorPicker-range[type=range]::-moz-range-thumb {
2226
2036
  width: 20px;
2227
2037
  height: 20px;
2228
2038
  background: #ffffff;
2229
2039
  border: 1px solid #000000;
2230
2040
  border-radius: 20px;
2231
2041
  cursor: pointer;
2232
- }.ab-ColorPicker-range[type=range]::-ms-track {
2042
+ }
2043
+ .ab-ColorPicker-range[type=range]::-ms-track {
2233
2044
  background: transparent;
2234
2045
  border-color: transparent;
2235
2046
  border-width: 1px 0;
@@ -2237,13 +2048,16 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2237
2048
  width: 100%;
2238
2049
  height: 20px;
2239
2050
  cursor: pointer;
2240
- }.ab-ColorPicker-range[type=range]::-ms-fill-lower {
2051
+ }
2052
+ .ab-ColorPicker-range[type=range]::-ms-fill-lower {
2241
2053
  background: #43429e;
2242
2054
  border: 0;
2243
- }.ab-ColorPicker-range[type=range]::-ms-fill-upper {
2055
+ }
2056
+ .ab-ColorPicker-range[type=range]::-ms-fill-upper {
2244
2057
  background: none;
2245
2058
  border: 0;
2246
- }.ab-ColorPicker-range[type=range]::-ms-thumb {
2059
+ }
2060
+ .ab-ColorPicker-range[type=range]::-ms-thumb {
2247
2061
  width: 20px;
2248
2062
  height: 20px;
2249
2063
  background: #ffffff;
@@ -2252,11 +2066,14 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2252
2066
  cursor: pointer;
2253
2067
  margin-top: 0px;
2254
2068
  /*Needed to keep the Edge thumb centred*/
2255
- }.ab-ColorPicker-range[type=range]:focus::-ms-fill-lower {
2069
+ }
2070
+ .ab-ColorPicker-range[type=range]:focus::-ms-fill-lower {
2256
2071
  background: none;
2257
- }.ab-ColorPicker-range[type=range]:focus::-ms-fill-upper {
2072
+ }
2073
+ .ab-ColorPicker-range[type=range]:focus::-ms-fill-upper {
2258
2074
  background: none;
2259
- }@supports (-ms-ime-align: auto) {
2075
+ }
2076
+ @supports (-ms-ime-align: auto) {
2260
2077
  .ab-ColorPicker-range {
2261
2078
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
2262
2079
  }
@@ -2264,69 +2081,99 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2264
2081
  margin: 0;
2265
2082
  /*Edge starts the margin from the thumb, not the track as other browsers do*/
2266
2083
  }
2267
- }.ab-AdaptableOptions {
2084
+ }
2085
+
2086
+ .ab-AdaptableOptions {
2268
2087
  background: var(--ab-cmp-adaptable-options__background-color);
2269
- }.ab-GridOptions {
2088
+ }
2089
+
2090
+ .ab-GridOptions {
2270
2091
  background: var(--ab-cmp-grid-options__background-color);
2271
- }.ab-GridSummary {
2092
+ }
2093
+
2094
+ .ab-GridSummary {
2272
2095
  background: var(--ab-cmp-grid-summary__background-color);
2273
- }.ab-SystemStatus-Popup-List {
2096
+ }
2097
+
2098
+ .ab-SystemStatus-Popup-List {
2274
2099
  background: var(--ab-cmp-system-status-list__background-color);
2275
- }.ab-DashboardToolbar__SystemStatus__text {
2100
+ }
2101
+
2102
+ .ab-DashboardToolbar__SystemStatus__text {
2276
2103
  border-radius: var(--ab-cmp-system-status-list-text__border-radius);
2277
- font-weight: var(--ab-cmp-system-status-list-text__font-weight);
2278
2104
  font-size: var(--ab-cmp-system-status-list-text__font-size);
2279
2105
  color: var(--ab-cmp-system-status-list-text__color);
2280
2106
  padding: var(--ab-cmp-system-status-list-text__padding);
2281
2107
  margin-right: var(--ab-space-2);
2282
- }.ab-DashboardToolbar__SystemStatus__text--expandable {
2108
+ }
2109
+ .ab-DashboardToolbar__SystemStatus__text--expandable {
2283
2110
  cursor: pointer;
2284
- }.ab-DashboardToolbar__SystemStatus__further-information {
2111
+ }
2112
+
2113
+ .ab-DashboardToolbar__SystemStatus__further-information {
2285
2114
  white-space: normal;
2286
- }.ab-ObjectCollection__list > * {
2115
+ }
2116
+
2117
+ .ab-ObjectCollection__list > * {
2287
2118
  background: var(--ab-cmp-listgroupitem__background);
2288
2119
  color: var(--ab-cmp-listgroupitem__color);
2289
- }.ab-ObjectCollection__list > *:nth-child(2n+1) {
2120
+ }
2121
+ .ab-ObjectCollection__list > *:nth-child(2n+1) {
2290
2122
  background: var(--ab-cmp-listgroupitem--odd__background);
2291
2123
  color: var(--ab-cmp-listgroupitem--odd__color);
2292
- }.ab-AdaptableObjectRow {
2124
+ }
2125
+
2126
+ .ab-AdaptableObjectRow {
2293
2127
  align-items: center;
2294
2128
  padding: var(--ab-cmp-listgroupitem__padding);
2295
2129
  margin: var(--ab-cmp-listgroupitem__margin);
2296
2130
  background: var(--ab-cmp-listgroupitem__background);
2297
2131
  color: var(--ab-cmp-listgroupitem__color);
2298
2132
  border-radius: var(--ab-cmp-listgroupitem__border-radius);
2299
- }.ab-AdaptableObjectRow:nth-child(2n+1) {
2133
+ }
2134
+ .ab-AdaptableObjectRow:nth-child(2n+1) {
2300
2135
  background: var(--ab-cmp-listgroupitem--odd__background);
2301
2136
  color: var(--ab-cmp-listgroupitem--odd__color);
2302
- }.ab-AdaptableObjectRow--is-suspended {
2137
+ }
2138
+ .ab-AdaptableObjectRow--is-suspended {
2303
2139
  text-decoration: line-through;
2304
- }.ab-AdaptableObjectRow__cell {
2140
+ }
2141
+ .ab-AdaptableObjectRow__cell {
2305
2142
  white-space: nowrap;
2306
2143
  text-overflow: ellipsis;
2307
2144
  overflow: hidden;
2308
2145
  font-size: var(--ab-cmp-listgroupitem-cell__font-size);
2309
- }.ab-ListBoxFilterForm {
2146
+ }
2147
+
2148
+ .ab-ListBoxFilterForm {
2310
2149
  overflow-y: auto;
2311
2150
  overflow-x: hidden;
2312
2151
  --ab-grid-row-height: 26px;
2313
2152
  margin-bottom: 0;
2314
- }.ab-ListBoxFilterForm .ab-GridList .AT-VirtualScrollContainer {
2153
+ }
2154
+ .ab-ListBoxFilterForm .ab-GridList .AT-VirtualScrollContainer {
2315
2155
  overflow-x: hidden;
2316
- }.ag-theme-balham-dark .ab-ListBoxFilterForm--aggrid-style,
2156
+ }
2157
+
2158
+ .ag-theme-balham-dark .ab-ListBoxFilterForm--aggrid-style,
2317
2159
  .ag-theme-balham .ab-ListBoxFilterForm--aggrid-style {
2318
2160
  --ab-cmp-dropdown__border-radius: 0;
2319
2161
  --ab-cmp-input__border-radius: 0;
2320
2162
  --ab-cmp-input__padding: 0;
2321
2163
  --ab-cmp-dropdown__padding: 3px;
2322
2164
  --ab-focus__box-shadow: 0 0 3px 0px var(--ab-color-accent);
2323
- }.ag-theme-balham-dark .ab-ListBoxFilterForm--aggrid-style .ab-FieldWrap,
2165
+ }
2166
+ .ag-theme-balham-dark .ab-ListBoxFilterForm--aggrid-style .ab-FieldWrap,
2324
2167
  .ag-theme-balham .ab-ListBoxFilterForm--aggrid-style .ab-FieldWrap {
2325
2168
  border-radius: 0;
2326
- }html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2169
+ }
2170
+
2171
+ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2327
2172
  --ab-color-inputborder: white;
2328
2173
  --ab-cmp-dropdown__border: 1px solid white;
2329
- }.ab-Popover {
2174
+ }
2175
+
2176
+ .ab-Popover {
2330
2177
  border-radius: var(--ab-cmp-popover__border-radius);
2331
2178
  border: var(--ab-cmp-popover__border);
2332
2179
  background: var(--ab-cmp-popover__background);
@@ -2334,118 +2181,166 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2334
2181
  box-shadow: var(--ab-cmp-popover__box-shadow);
2335
2182
  font-size: var(--ab-font-size-2);
2336
2183
  font-family: var(--ab__font-family);
2337
- }.ab-Overlay--show-triangle > .ab-Popover:before {
2184
+ }
2185
+
2186
+ .ab-Overlay--show-triangle > .ab-Popover:before {
2338
2187
  content: "";
2339
2188
  position: absolute;
2340
2189
  width: 0;
2341
2190
  height: 0;
2342
2191
  border-style: solid;
2343
- }.ab-Overlay--position-bottom.ab-Overlay--show-triangle > .ab-Popover:before {
2192
+ }
2193
+
2194
+ .ab-Overlay--position-bottom.ab-Overlay--show-triangle > .ab-Popover:before {
2344
2195
  border-width: 0 5px 10px 5px;
2345
2196
  border-color: transparent transparent var(--ab-cmp-popover__background) transparent;
2346
2197
  left: 50%;
2347
2198
  top: -10px;
2348
2199
  transform: translate3d(-5px, 0px, 0px);
2349
- }.ab-Overlay--position-top.ab-Overlay--show-triangle > .ab-Popover:before {
2200
+ }
2201
+
2202
+ .ab-Overlay--position-top.ab-Overlay--show-triangle > .ab-Popover:before {
2350
2203
  border-width: 10px 5px 0 5px;
2351
2204
  border-color: var(--ab-cmp-popover__background) transparent transparent transparent;
2352
2205
  left: 50%;
2353
2206
  bottom: -10px;
2354
2207
  transform: translate3d(-5px, 0px, 0px);
2355
- }.ab-NocodeWizard {
2208
+ }
2209
+
2210
+ .ab-NocodeWizard {
2356
2211
  padding: var(--ab-cmp-wizard__padding);
2357
2212
  margin: var(--ab-cmp-wizard__margin);
2358
2213
  background: var(--ab-cmp-wizard__background);
2359
2214
  color: var(--ab-cmp-wizard__color);
2360
2215
  height: 100%;
2361
- }.ab-NocodeWizard,
2216
+ }
2217
+ .ab-NocodeWizard,
2362
2218
  .ab-NocodeWizard *,
2363
2219
  .ab-NocodeWizard *:before,
2364
2220
  .ab-NocodeWizard *:after {
2365
2221
  box-sizing: border-box;
2366
- }.ab-NocodeWizardFormBox {
2222
+ }
2223
+
2224
+ .ab-NocodeWizardFormBox {
2367
2225
  border: 1px solid var(--ab-color-primarydark);
2368
2226
  border-radius: var(--ab__border-radius);
2369
2227
  background-color: var(--ab-color-defaultbackground);
2370
- }.ab-AvailableDropZone .placeholder,
2228
+ }
2229
+
2230
+ .ab-AvailableDropZone .placeholder,
2371
2231
  .ab-SelectedDropZone .placeholder {
2372
2232
  width: 100%;
2373
- }.ab-AvailableDropZone .placeholder:before,
2233
+ }
2234
+ .ab-AvailableDropZone .placeholder:before,
2374
2235
  .ab-SelectedDropZone .placeholder:before {
2375
2236
  content: "DROPS HERE";
2376
- }.ab-Button.ab-Button {
2237
+ }
2238
+
2239
+ .ab-Button.ab-Button {
2377
2240
  border-radius: var(--ab-cmp-button-border-radius);
2378
2241
  padding: var(--ab-space-2);
2379
- }.ab-Button.ab-Button--enabled {
2242
+ }
2243
+ .ab-Button.ab-Button--enabled {
2380
2244
  cursor: pointer;
2381
2245
  background: var(--ab-cmp-button-background);
2382
- }.ab-Button.ab-Button--disabled {
2246
+ }
2247
+ .ab-Button.ab-Button--disabled {
2383
2248
  opacity: var(--ab-cmp-button-disabled-opacity);
2384
2249
  background: var(--ab-cmp-button-disabled-background);
2385
- }.ab-DashboardPanel .ab-CheckBox:not(.ab-dd-checkbox),
2250
+ }
2251
+
2252
+ .ab-DashboardPanel .ab-CheckBox:not(.ab-dd-checkbox),
2386
2253
  .ab-DashboardPanel .ab-SimpleButton.ab-SimpleButton--tone-neutral:not(.ab-DropdownButton) {
2387
2254
  fill: currentColor;
2388
2255
  color: var(--ab-cmp-dashboardpanel_header__color);
2389
2256
  border-color: currentColor;
2390
- }.ab-DashboardPanel .glyphicon.glyphicon {
2257
+ }
2258
+ .ab-DashboardPanel .glyphicon.glyphicon {
2391
2259
  color: var(--ab-cmp-dashboardpanel__fill);
2392
- }.ab-FilterFormPanel {
2260
+ }
2261
+
2262
+ .ab-FilterFormPanel {
2393
2263
  --ab-cmp-panel_body__background: var(--ag-control-panel-background-color);
2394
- }.ab-Dashboard__application-icon {
2264
+ }
2265
+
2266
+ .ab-Dashboard__application-icon {
2395
2267
  margin-right: var(--ab-space-2);
2396
- }.ab-Dashboard-Popup__Module-Selector {
2268
+ }
2269
+
2270
+ .ab-Dashboard-Popup__Module-Selector {
2397
2271
  background: var(--ab-cmp-dashboard-module-selector-background);
2398
- }.ab-Dashboard__pinned-container {
2272
+ }
2273
+
2274
+ .ab-Dashboard__pinned-container {
2399
2275
  border-right: var(--ab-cmp-dashboard-pinned-toolbar-border);
2400
- }.ab-Dashboard__pinned-container:last-child {
2276
+ }
2277
+ .ab-Dashboard__pinned-container:last-child {
2401
2278
  border-right: 0;
2402
- }.ab-ToolPanel {
2279
+ }
2280
+
2281
+ .ab-ToolPanel {
2403
2282
  flex: 1 1 0;
2404
2283
  min-width: 0;
2405
2284
  color: var(--ab-cmp-toolpanel__color);
2406
2285
  font-family: var(--ab-cmp-toolpanel__font-family);
2407
- }.ab-ToolPanel .ab-ToolPanel__header {
2286
+ }
2287
+ .ab-ToolPanel .ab-ToolPanel__header {
2408
2288
  background: var(--ab-cmp-toolpanel-header__background);
2409
2289
  color: var(--ab-cmp-toolpanel-header__color);
2410
- }.ab-ToolPanel .ab-ToolPanel__header__buttons {
2290
+ }
2291
+ .ab-ToolPanel .ab-ToolPanel__header__buttons {
2411
2292
  grid-gap: var(--ab-cmp-toolpanel-header__grid-gap);
2412
- }.ab-ToolPanel .ab-ToolPanel__custom-content__buttons {
2293
+ }
2294
+ .ab-ToolPanel .ab-ToolPanel__custom-content__buttons {
2413
2295
  display: flex;
2414
2296
  flex-direction: row;
2415
2297
  flex-wrap: wrap;
2416
2298
  grid-gap: var(--ab-cmp-toolpanel-header__grid-gap);
2417
- }.ab-ToolPanel .ab-StateManagement__Clear-Button,
2299
+ }
2300
+ .ab-ToolPanel .ab-StateManagement__Clear-Button,
2418
2301
  .ab-ToolPanel .ab-StateManagement__Load-Button {
2419
2302
  justify-content: center;
2420
2303
  flex: 1;
2421
- }.ab-ToolPanel .ab-StateManagement__Clear-Button,
2304
+ }
2305
+ .ab-ToolPanel .ab-StateManagement__Clear-Button,
2422
2306
  .ab-ToolPanel .ab-StateManagement__Load-Button,
2423
2307
  .ab-ToolPanel .ab-StateManagement__Export-Dropdown {
2424
2308
  margin-bottom: var(--ab-space-1);
2425
- }.ab-CustomSortWizard__SortOrder .ab-Loader__text {
2309
+ }
2310
+
2311
+ .ab-CustomSortWizard__SortOrder .ab-Loader__text {
2426
2312
  font-size: var(--ab-cmp-custom-sort-wizard-loader__font-size);
2427
- }.ab-Adaptable-Popup {
2313
+ }
2314
+
2315
+ .ab-Adaptable-Popup {
2428
2316
  background: var(--ab-cmp-adaptable-popup__background);
2429
2317
  max-height: var(--ab-cmp-adaptable-popup__max-height);
2430
- }.ab-Adaptable-Popup--window {
2318
+ }
2319
+ .ab-Adaptable-Popup--window {
2431
2320
  box-shadow: var(--ab-cmp-adaptable-popup__box-shadow);
2432
- }.ab-Adaptable-Popup__Navigation {
2321
+ }
2322
+
2323
+ .ab-Adaptable-Popup__Navigation {
2433
2324
  padding-top: 10px;
2434
2325
  overflow: auto;
2435
2326
  border-right: var(--ab-cmp-adaptable-popup-navigation-list__border-right);
2436
2327
  font-family: var(--ab__font-family);
2437
- }.ab-Adaptable-Popup__Navigation__List {
2328
+ }
2329
+ .ab-Adaptable-Popup__Navigation__List {
2438
2330
  list-style: none;
2439
2331
  padding: var(--ab-cmp-adaptable-popup-navigation-list__padding);
2440
2332
  margin: 0;
2441
2333
  font-size: var(--ab-cmp-adaptable-popup-navigation-list__font-size);
2442
- }.ab-Adaptable-Popup__Navigation__List__Item {
2334
+ }
2335
+ .ab-Adaptable-Popup__Navigation__List__Item {
2443
2336
  padding: var(--ab-cmp-adaptable-popup-navigation-list-item__padding);
2444
2337
  margin-bottom: var(--ab-cmp-adaptable-popup-navigation-list-item__margin-bottom);
2445
- }.ab-Adaptable-Popup__Navigation__List__Item__Separator {
2338
+ }
2339
+ .ab-Adaptable-Popup__Navigation__List__Item__Separator {
2446
2340
  border-bottom: var(--ab-cmp-adaptable-popup-navigation-list-item-separator__border);
2447
2341
  margin: var(--ab-cmp-adaptable-popup-navigation-list-item-separator__margin);
2448
- }.ab-Adaptable-Popup__Navigation__List__Item__Button {
2342
+ }
2343
+ .ab-Adaptable-Popup__Navigation__List__Item__Button {
2449
2344
  background: none;
2450
2345
  border: none;
2451
2346
  width: 100%;
@@ -2454,12 +2349,16 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2454
2349
  padding: var(--ab-cmp-adaptable-popup-navigation-list-item-button__padding);
2455
2350
  border-radius: var(--ab-cmp-adaptable-popup-navigation-list-item-button__border-radius);
2456
2351
  color: var(--ab-cmp-adaptable-popup-navigation-list-item-button__color);
2457
- }.ab-Adaptable-Popup__Navigation__List__Item__Icon {
2352
+ }
2353
+ .ab-Adaptable-Popup__Navigation__List__Item__Icon {
2458
2354
  margin-right: var(--ab-cmp-adaptable-popup-topbar-icon__margin-right);
2459
- }.ab-Adaptable-Popup__Navigation__List__Item--active .ab-Adaptable-Popup__Navigation__List__Item__Button {
2355
+ }
2356
+ .ab-Adaptable-Popup__Navigation__List__Item--active .ab-Adaptable-Popup__Navigation__List__Item__Button {
2460
2357
  background: var(--ab-cmp-adaptable-popup-navigation-list-item-button__background--active);
2461
2358
  color: var(--ab-cmp-adaptable-popup-navigation-list-item-button__background--color);
2462
- }.ab-Adaptable-Popup__TopBar {
2359
+ }
2360
+
2361
+ .ab-Adaptable-Popup__TopBar {
2463
2362
  display: flex;
2464
2363
  align-items: center;
2465
2364
  background: var(--ab-cmp-adaptable-popup-topbar__background);
@@ -2468,107 +2367,155 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2468
2367
  font-weight: var(--ab-cmp-adaptable-popup-topbar__font-weight);
2469
2368
  padding: var(--ab-cmp-adaptable-popup-topbar__padding);
2470
2369
  box-sizing: border-box;
2471
- }.ab-Adaptable-Popup__TopBar__Icon {
2370
+ }
2371
+
2372
+ .ab-Adaptable-Popup__TopBar__Icon {
2472
2373
  margin-right: var(--ab-cmp-adaptable-popup-topbar-icon__margin-right);
2473
- }.ab-Adaptable-Popup__TopBar__Close .ab-Icon {
2374
+ }
2375
+
2376
+ .ab-Adaptable-Popup__TopBar__Close .ab-Icon {
2474
2377
  color: var(--ab-cmp-adaptable-popup-topbar-icon__color);
2475
- }.ab-Adaptable-Popup--settings-popup {
2378
+ }
2379
+
2380
+ .ab-Adaptable-Popup--settings-popup {
2476
2381
  height: var(--ab-cmp-adaptable-popup--settings__height);
2477
- }.ab-Adaptable-Popup--settings-popup .ab-Dialog__close-button {
2382
+ }
2383
+ .ab-Adaptable-Popup--settings-popup .ab-Dialog__close-button {
2478
2384
  top: 9px;
2479
- }.ab-Adaptable-Popup--settings-popup .ab-Adaptable-Popup__Body {
2385
+ }
2386
+ .ab-Adaptable-Popup--settings-popup .ab-Adaptable-Popup__Body {
2480
2387
  padding: var(--ab-cmp-adaptable-popup--settings__padding);
2481
2388
  min-width: 0;
2482
- }.ab-Adaptable-Popup__Panel {
2389
+ }
2390
+
2391
+ .ab-Adaptable-Popup__Panel {
2483
2392
  width: 100%;
2484
- }.ab-Adaptable-Popup__Panel__Header {
2393
+ }
2394
+ .ab-Adaptable-Popup__Panel__Header {
2485
2395
  display: flex;
2486
2396
  padding: 0 var(--ab-cmp-adaptable-popup-panel__padding);
2487
2397
  margin-bottom: var(--ab-cmp-adaptable-popup-panel__margin-bottom);
2488
2398
  margin-top: var(--ab-cmp-adaptable-popup-panel__margin-top);
2489
- }.ab-Adaptable-Popup__Panel__Header__Title {
2399
+ }
2400
+ .ab-Adaptable-Popup__Panel__Header__Title {
2490
2401
  font-size: var(--ab-cmp-adaptable-popup-panel-title__font-size);
2491
- }.ab-Adaptable-Popup__Panel__Body {
2402
+ }
2403
+ .ab-Adaptable-Popup__Panel__Body {
2492
2404
  padding: var(--ab-cmp-adaptable-popup-panel-body__padding);
2493
2405
  flex: 1;
2494
2406
  min-height: 0;
2495
2407
  overflow: auto;
2496
- }.ab-Adaptable-Popup--window .ab-Adaptable-Popup__TopBar {
2408
+ }
2409
+
2410
+ .ab-Adaptable-Popup--window .ab-Adaptable-Popup__TopBar {
2497
2411
  cursor: move;
2498
- }.ab-Adaptable-Popup--window.ab-Adaptable-Popup--action-popup .ab-Panel__header {
2412
+ }
2413
+
2414
+ .ab-Adaptable-Popup--window.ab-Adaptable-Popup--action-popup .ab-Panel__header {
2499
2415
  cursor: move;
2500
- }.ab-Window-Modal .ab-Panel__header {
2416
+ }
2417
+
2418
+ .ab-Window-Modal .ab-Panel__header {
2501
2419
  cursor: move;
2502
- }.ab-Window-Modal {
2420
+ }
2421
+
2422
+ .ab-Window-Modal {
2503
2423
  max-height: 100%;
2504
2424
  box-shadow: var(--ab-cmp-adaptable-window-popup__box-shadow);
2505
- }.ab-Window-Modal .ab-Dialog__close-button {
2425
+ }
2426
+ .ab-Window-Modal .ab-Dialog__close-button {
2506
2427
  top: 3px;
2507
- }.ab-Window-Modal .ab-Panel {
2428
+ }
2429
+ .ab-Window-Modal .ab-Panel {
2508
2430
  max-height: initial;
2509
- }.ab-Adaptable-Object-List {
2431
+ }
2432
+
2433
+ .ab-Adaptable-Object-List {
2510
2434
  list-style: none;
2511
2435
  padding: 0;
2512
- }.ab-Adaptable-Object-List__Item {
2436
+ }
2437
+
2438
+ .ab-Adaptable-Object-List__Item {
2513
2439
  background-color: var(--ab-cmp-adaptable-object-list-item__background-color);
2514
2440
  padding: var(--ab-cmp-adaptable-object-list-item__padding);
2515
2441
  margin-bottom: var(--ab-cmp-adaptable-object-list-item__margin-bottom);
2516
- }.ab-Adaptable-Object-List__Item__edit-property {
2442
+ }
2443
+ .ab-Adaptable-Object-List__Item__edit-property {
2517
2444
  visibility: hidden;
2518
- }.ab-Adaptable-Object-List__Item__values {
2445
+ }
2446
+ .ab-Adaptable-Object-List__Item__values {
2519
2447
  min-width: 0;
2520
2448
  word-break: break-all;
2521
- }.ab-Adaptable-Object-List__Item__buttons {
2449
+ }
2450
+ .ab-Adaptable-Object-List__Item__buttons {
2522
2451
  padding-left: var(--ab-space-2);
2523
2452
  min-width: 80px;
2524
2453
  text-align: right;
2525
2454
  margin-left: var(--ab-space-3);
2526
- }.ab-Adaptable-Object-List__Item__label {
2455
+ }
2456
+ .ab-Adaptable-Object-List__Item__label {
2527
2457
  padding-top: var(--ab-cmp-adaptable-object-list-item-label__padding-top);
2528
2458
  width: var(--ab-cmp-adaptable-object-list-item-label__width);
2529
- }.ab-Adaptable-Object-List__Item__label:hover .ab-Adaptable-Object-List__Item__edit-property {
2459
+ }
2460
+ .ab-Adaptable-Object-List__Item__label:hover .ab-Adaptable-Object-List__Item__edit-property {
2530
2461
  visibility: visible;
2531
- }.ab-Adaptable-Object-List__Item .ab-Tag {
2462
+ }
2463
+ .ab-Adaptable-Object-List__Item .ab-Tag {
2532
2464
  margin-right: var(--ab-cmp-adaptable-object-list-tag__margin-right);
2533
2465
  margin-top: var(--ab-cmp-adaptable-object-list-tag__margin-top);
2534
2466
  padding: var(--ab-cmp-adaptable-object-list-item-tag__padding);
2535
- }.ab-Adaptable-Object-Compact-List {
2467
+ }
2468
+
2469
+ .ab-Adaptable-Object-Compact-List {
2536
2470
  padding: var(--ab-cmp-adaptable-object-compact-list__padding);
2537
2471
  background: var(--ab-cmp-adaptable-object-compact-list__background);
2538
2472
  max-height: 70vh;
2539
- }.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Header {
2473
+ }
2474
+ .ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Header {
2540
2475
  padding: var(--ab-cmp-adaptable-object-compact-list__header__padding);
2541
2476
  margin-bottom: var(--ab-cmp-adaptable-object-compact-list__header__margin-bottom);
2542
- }.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Title {
2477
+ }
2478
+ .ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Title {
2543
2479
  font-size: var(--ab-font-size-4);
2544
- }.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Body {
2480
+ }
2481
+ .ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Body {
2545
2482
  overflow: auto;
2546
2483
  height: 100%;
2547
- }.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Item {
2484
+ }
2485
+ .ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Item {
2548
2486
  padding: var(--ab-cmp-adaptable-object-compact-list-item__padding);
2549
2487
  margin-bottom: var(--ab-cmp-adaptable-object-compact-list-item__margin-bottom);
2550
2488
  background: var(--ab-cmp-adaptable-object-compact-list-item__background);
2551
- }.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Item:last-child {
2489
+ }
2490
+ .ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Item:last-child {
2552
2491
  margin-bottom: 0;
2553
- }.ab-Adaptable-Object-Compact-List__Item__Name {
2492
+ }
2493
+ .ab-Adaptable-Object-Compact-List__Item__Name {
2554
2494
  width: var(--ab-cmp-adaptable-object-compact-list-item-name__width);
2555
2495
  padding: var(--ab-cmp-adaptable-object-compact-list-item-name__padding);
2556
2496
  margin-right: var(--ab-cmp-adaptable-object-compact-list-item-name__margin-right);
2557
2497
  font-size: var(--ab-cmp-adaptable-object-compact-list-item-name__font-size);
2558
- }:root {
2498
+ }
2499
+
2500
+ :root {
2559
2501
  --ab-cmp-adaptable-permitted-values-selector__font-size: var(--ab-font-size-2);
2560
2502
  --ab-cmp-adaptable-permitted-values-selector__border: 1px solid var(--ab-color-primarydark);
2561
2503
  --ab-cmp-adaptable-permitted-values-selector__background-color: var(--ab-color-defaultbackground);
2562
2504
  --ab-cmp-adaptable-permitted-values-selector__padding: var(--ab-space-1);
2563
- }.ab-ValueSelector {
2505
+ }
2506
+
2507
+ .ab-ValueSelector {
2564
2508
  overflow: hidden;
2565
- }.ab-ValueSelector__option {
2509
+ }
2510
+ .ab-ValueSelector__option {
2566
2511
  border-radius: "var(--ab__border-radius)";
2567
- }.ab-ValueSelector__show-selected-only-checkbox {
2512
+ }
2513
+ .ab-ValueSelector__show-selected-only-checkbox {
2568
2514
  position: sticky;
2569
2515
  top: 0;
2570
2516
  z-index: 10000;
2571
- }.ab-ValueSelector__show-selected-only-checkbox__text {
2517
+ }
2518
+ .ab-ValueSelector__show-selected-only-checkbox__text {
2572
2519
  position: absolute;
2573
2520
  top: 2px;
2574
2521
  right: 4px;
@@ -2578,156 +2525,233 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2578
2525
  margin-top: var(--ab-space-1);
2579
2526
  padding: 0 var(--ab-space-2);
2580
2527
  font-size: var(--ab-font-size-2);
2581
- }.ab-StatusBar {
2528
+ }
2529
+
2530
+ .ab-StatusBar {
2582
2531
  display: flex;
2583
2532
  border-right: var(--ab-cmp-adaptable-statusbar__border);
2584
2533
  border-left: var(--ab-cmp-adaptable-statusbar__border);
2585
- }.ab-StatusBar__SubPanel {
2534
+ }
2535
+
2536
+ .ab-StatusBar__SubPanel {
2586
2537
  padding: var(--ab-cmp-adaptable-statusbar-sub-panel__padding);
2587
2538
  border: 0;
2588
2539
  background: none;
2589
2540
  font-weight: 400;
2590
2541
  border-right: var(--ab-cmp-adaptable-statusbar__border);
2591
- }.ab-StatusBar__SubPanel:last-child {
2542
+ }
2543
+ .ab-StatusBar__SubPanel:last-child {
2592
2544
  border-right: 0;
2593
- }.ab-StatusBar__SubPanel,
2545
+ }
2546
+ .ab-StatusBar__SubPanel,
2594
2547
  .ab-StatusBar__SubPanel .ab-SimpleButton {
2595
2548
  color: var(--ab-cmp-adaptable-statusbar__color);
2596
- }button.ab-StatusBar__SubPanel:hover {
2549
+ }
2550
+
2551
+ button.ab-StatusBar__SubPanel:hover {
2597
2552
  background-color: var(--ab-cmp-adaptable-statusbar-sub-panel-icon__background-color-hover);
2598
2553
  cursor: pointer;
2599
- }.ab-Shared-Entity-Shared-Object {
2554
+ }
2555
+
2556
+ .ab-Shared-Entity-Shared-Object {
2600
2557
  border: var(--ab-cmp-adaptable-shared-entity-shared-object__border);
2601
- }.ab-Layout-Wizard__ColumnRow__Header {
2558
+ }
2559
+
2560
+ .ab-Layout-Wizard__ColumnRow__Header {
2602
2561
  cursor: pointer;
2603
- }.ab-Layout-Wizard__ColumnRow__Title {
2562
+ }
2563
+ .ab-Layout-Wizard__ColumnRow__Title {
2604
2564
  border-radius: var(--ab-cmp-adaptable-layout-wizard-column-row-title__border-radius);
2605
2565
  background: var(--ab-cmp-adaptable-layout-wizard-column-row-title__background);
2606
2566
  color: var(--ab-cmp-adaptable-layout-wizard-column-row-title__color);
2607
- }.ab-Layout-Wizard__ColumnRow__Expanded-Container {
2567
+ }
2568
+ .ab-Layout-Wizard__ColumnRow__Expanded-Container {
2608
2569
  background: var(--ab-cmp-adaptable-layout-wizard-column-row-expanded-container__background);
2609
2570
  border-radius: var(--ab-cmp-adaptable-layout-wizard-column-row-expanded-container__border-radius);
2610
- }.ab-Layout-Wizard__ColumnRow__Input {
2571
+ }
2572
+ .ab-Layout-Wizard__ColumnRow__Input {
2611
2573
  max-width: var(--ab-cmp-adaptable-layout-wizard-column-input__max-width);
2612
2574
  width: var(--ab-cmp-adaptable-layout-wizard-column-input__width);
2613
- }.ab-Badge-Definition-Editor {
2575
+ }
2576
+
2577
+ .ab-Badge-Definition-Editor {
2614
2578
  background: var(--cmp-Badge-Definition-Editor__background);
2615
- }.ab-FloatinQuickSearch {
2579
+ }
2580
+
2581
+ .ab-FloatinQuickSearch {
2616
2582
  background: var(--adaptable-quick-search-floating-background-color);
2617
2583
  padding: var(--adaptable-quick-search-floating-padding);
2618
2584
  width: var(--adaptable-quick-search-floating-width);
2619
- }.ab-NotesPopup {
2585
+ }
2586
+
2587
+ .ab-NotesPopup {
2620
2588
  background: var(--ab-note-popup-background-color);
2621
2589
  padding: var(--ab-note-popup-padding);
2622
2590
  border-radius: var(--ab-note-popup-border-radius);
2623
2591
  border: var(--ab-note-popup-border);
2624
2592
  min-width: var(--ab-note-popup-min-width);
2625
- }:root {
2593
+ }
2594
+
2595
+ :root {
2626
2596
  --ab-Dataimport-validation-error__border: 1px dashed var(--ab-color-error);
2627
- }.ab-ExpressionEditor {
2597
+ }
2598
+
2599
+ .ab-ExpressionEditor {
2628
2600
  overflow: auto;
2629
- }.ab-ExpressionEditor__column-picker {
2601
+ }
2602
+ .ab-ExpressionEditor__column-picker {
2630
2603
  overflow: auto;
2631
2604
  width: 255px;
2632
2605
  height: 100%;
2633
- }.ab-ExpressionEditorInput {
2606
+ }
2607
+
2608
+ .ab-ExpressionEditorInput {
2634
2609
  background: var(--ab-cmp-expression-editor-input__background);
2635
2610
  border-radius: var(--ab-cmp-expression-editor-input__border-radius);
2636
2611
  width: 100%;
2637
2612
  --ab-overlay-horizontal-align: left;
2638
- }.ab-ExpressionEditorInput__info-button {
2613
+ }
2614
+ .ab-ExpressionEditorInput__info-button {
2639
2615
  margin-right: 5px;
2640
- }.ab-ExpressionEditorInput__dropdown-functions-list-wrapper {
2616
+ }
2617
+ .ab-ExpressionEditorInput__dropdown-functions-list-wrapper {
2641
2618
  border: var(--ab-cmp-expression-editor-input-dropdown-functions-list__border);
2642
2619
  border-radius: var(--ab-cmp-expression-editor-input-dropdown-functions-list__border-radius);
2643
2620
  background: var(--ab-cmp-expression-editor-input__background);
2644
- }.ab-ExpressionEditorInput__dropdown-functions-list {
2621
+ }
2622
+ .ab-ExpressionEditorInput__dropdown-functions-list {
2645
2623
  font-size: var(--ab-cmp-expression-editor-input-dropdown-functions-list__font-size);
2646
2624
  z-index: 1000;
2647
2625
  max-height: 300;
2648
2626
  overflow: auto;
2649
- }.ab-ExpressionEditorInput__textarea {
2627
+ }
2628
+ .ab-ExpressionEditorInput__textarea {
2650
2629
  width: 100%;
2651
2630
  min-height: 100px;
2652
2631
  font-family: var(--ab-cmp-expression-editor-input__font-family);
2653
2632
  resize: vertical;
2654
2633
  font-size: 1rem;
2655
2634
  padding: var(--ab-space-2);
2656
- }.ab-ExpressionEditorInput__editor-feedback {
2635
+ }
2636
+ .ab-ExpressionEditorInput__editor-feedback {
2657
2637
  background: var(--ab-cmp-expression-editor-input__background);
2658
2638
  border-radius: var(--ab-cmp-expression-editor-feedback__border-radius);
2659
- }.ab-QuickFilter {
2639
+ }
2640
+
2641
+ .ab-QuickFilter {
2660
2642
  overflow-y: auto;
2661
2643
  font-size: var(--ab-cmp-quickfilter__font-size);
2662
2644
  border: var(--ab-cmp-quickfilter__border);
2663
2645
  background: var(--ab-cmp-quickfilter__background);
2664
- }.ab-QuickFilter__dropdown {
2646
+ }
2647
+ .ab-QuickFilter__dropdown {
2665
2648
  white-space: nowrap;
2666
2649
  max-height: 60vh;
2667
2650
  overflow-y: auto;
2668
- }.ab-EntityRulePredicateEditor {
2651
+ }
2652
+
2653
+ .ab-EntityRulePredicateEditor {
2669
2654
  background-color: var(--ab-cmp-entity-rules-editor__background-color);
2670
- }.ab-EntityRulePredicateEditor-ScopeTypeSelector {
2655
+ }
2656
+
2657
+ .ab-EntityRulePredicateEditor-ScopeTypeSelector {
2671
2658
  background-color: var(--ab-cmp-entity-rules-editor__background-color);
2672
- }.ab-IconSelector__Popup {
2659
+ }
2660
+
2661
+ .ab-IconSelector__Popup {
2673
2662
  color: var(--ab-cmp-icon-selector__popup__color);
2674
2663
  background: var(--ab-cmp-icon-selector__popup__background);
2675
2664
  border: var(--ab-cmp-icon-selector__popup__border);
2676
2665
  padding: var(--ab-cmp-icon-selector__popup__padding);
2677
2666
  border-radius: var(--ab-cmp-icon-selector__popup__border-radius);
2678
- }:root {
2667
+ }
2668
+
2669
+ :root {
2679
2670
  --ab-cmp-toggle__background: var(--ab-color-defaultbackground);
2680
2671
  --ab-cmp-toggle__padding: var(--ab-space-1) var(--ab-space-2);
2681
2672
  --ab-cmp-toggle--pressed__background: var(--ab-color-primary);
2682
2673
  --ab-cmp-toggle--hover__background: var(--ab-color-primarylight);
2683
2674
  --ab-cmp-toggle__border-radius: var(--ab__border-radius);
2684
2675
  --ab-cmp-toggle__color: var(--ab-color-text-on-primary);
2685
- }.ab-alert--error {
2676
+ }
2677
+
2678
+ .ab-alert--error {
2686
2679
  background: var(--ab-color-error);
2687
- }.ab-alert--success {
2680
+ }
2681
+
2682
+ .ab-alert--success {
2688
2683
  background: var(--ab-color-success);
2689
- }.ab-alert--warn,
2684
+ }
2685
+
2686
+ .ab-alert--warn,
2690
2687
  .ab-alert--warning {
2691
2688
  background: var(--ab-color-warn);
2692
- }.ab-alert--info {
2689
+ }
2690
+
2691
+ .ab-alert--info {
2693
2692
  background: var(--ab-color-info);
2694
- }.ab-cell--align-left {
2693
+ }
2694
+
2695
+ .ab-cell--align-left {
2695
2696
  text-align: left;
2696
- }.ab-cell--align-right {
2697
+ }
2698
+
2699
+ .ab-cell--align-right {
2697
2700
  text-align: right;
2698
- }.ab-cell--align-center {
2701
+ }
2702
+
2703
+ .ab-cell--align-center {
2699
2704
  text-align: center;
2700
- }.popover-content {
2705
+ }
2706
+
2707
+ .popover-content {
2701
2708
  padding: 1px;
2702
- }/* Styles for the coloured cell render
2703
- */.ab_div-colour-render-bar {
2709
+ }
2710
+
2711
+ /* Styles for the coloured cell render
2712
+ */
2713
+ .ab_div-colour-render-bar {
2704
2714
  display: inline-block;
2705
2715
  height: 100%;
2706
2716
  position: relative;
2707
2717
  z-index: 0;
2708
- }.ab_div-colour-render-text {
2718
+ }
2719
+
2720
+ .ab_div-colour-render-text {
2709
2721
  position: absolute;
2710
2722
  font-weight: normal;
2711
2723
  font-size: 12px;
2712
2724
  z-index: 100;
2713
- }.ab_div-colour-render-div {
2725
+ }
2726
+
2727
+ .ab_div-colour-render-div {
2714
2728
  display: inline-block;
2715
2729
  height: 100%;
2716
2730
  width: 100%;
2717
- }.ab-ActionColumn {
2731
+ }
2732
+
2733
+ .ab-ActionColumn {
2718
2734
  height: 100%;
2719
2735
  display: flex;
2720
2736
  column-gap: var(--ab-space-1);
2721
- }.ab-ActionColumn > button.ab-SimpleButton {
2737
+ }
2738
+ .ab-ActionColumn > button.ab-SimpleButton {
2722
2739
  height: 100%;
2723
- }.adaptableRowActionButtons.ag-cell {
2740
+ }
2741
+
2742
+ .adaptableRowActionButtons.ag-cell {
2724
2743
  padding: 0;
2725
- }.adaptableRowActionButtons.ag-cell .ab-ActionColumn {
2744
+ }
2745
+ .adaptableRowActionButtons.ag-cell .ab-ActionColumn {
2726
2746
  column-gap: 0;
2727
- }.Toastify__toast-container {
2747
+ }
2748
+
2749
+ .Toastify__toast-container {
2728
2750
  border-style: none;
2729
2751
  border-width: 0px;
2730
- }.Toastify__toast {
2752
+ }
2753
+
2754
+ .Toastify__toast {
2731
2755
  padding: 0;
2732
2756
  padding-bottom: 5px;
2733
2757
  color: var(--ab-color-text-on-primary);
@@ -2743,17 +2767,29 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2743
2767
  --toastify-color-success: var(--ab-color-success);
2744
2768
  --toastify-color-warning: var(--ab-color-warn);
2745
2769
  --toastify-color-error: var(--ab-color-error);
2746
- }.Toastify__toast-body {
2770
+ }
2771
+
2772
+ .Toastify__toast-body {
2747
2773
  padding: 0;
2748
- }.Toastify__toast--info {
2774
+ }
2775
+
2776
+ .Toastify__toast--info {
2749
2777
  --ab-toast-cmp__shadow-color: var(--ab-color-info);
2750
- }.Toastify__toast--success {
2778
+ }
2779
+
2780
+ .Toastify__toast--success {
2751
2781
  --ab-toast-cmp__shadow-color: var(--ab-color-success);
2752
- }.Toastify__toast--warning {
2782
+ }
2783
+
2784
+ .Toastify__toast--warning {
2753
2785
  --ab-toast-cmp__shadow-color: var(--ab-color-warn);
2754
- }.Toastify__toast--error {
2786
+ }
2787
+
2788
+ .Toastify__toast--error {
2755
2789
  --ab-toast-cmp__shadow-color: var(--ab-color-error);
2756
- }.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar,
2790
+ }
2791
+
2792
+ .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar,
2757
2793
  .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar,
2758
2794
  .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar,
2759
2795
  .ab--custom-mac-like-scrollbars .ab-Dashboard * ::-webkit-scrollbar,
@@ -2763,7 +2799,8 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2763
2799
  .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar {
2764
2800
  background-color: rgba(0, 0, 0, 0);
2765
2801
  border-radius: 100px;
2766
- }.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar:vertical,
2802
+ }
2803
+ .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar:vertical,
2767
2804
  .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar:vertical,
2768
2805
  .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar:vertical,
2769
2806
  .ab--custom-mac-like-scrollbars .ab-Dashboard * ::-webkit-scrollbar:vertical,
@@ -2772,7 +2809,8 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2772
2809
  .ab--custom-mac-like-scrollbars .ab-Modal ::-webkit-scrollbar:vertical,
2773
2810
  .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar:vertical {
2774
2811
  width: var(--ab-custom-scrollbar-size);
2775
- }.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar:horizontal,
2812
+ }
2813
+ .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar:horizontal,
2776
2814
  .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar:horizontal,
2777
2815
  .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar:horizontal,
2778
2816
  .ab--custom-mac-like-scrollbars .ab-Dashboard * ::-webkit-scrollbar:horizontal,
@@ -2781,7 +2819,8 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2781
2819
  .ab--custom-mac-like-scrollbars .ab-Modal ::-webkit-scrollbar:horizontal,
2782
2820
  .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar:horizontal {
2783
2821
  height: var(--ab-custom-scrollbar-size);
2784
- }.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar:hover,
2822
+ }
2823
+ .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar:hover,
2785
2824
  .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar:hover,
2786
2825
  .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar:hover,
2787
2826
  .ab--custom-mac-like-scrollbars .ab-Dashboard * ::-webkit-scrollbar:hover,
@@ -2790,7 +2829,8 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2790
2829
  .ab--custom-mac-like-scrollbars .ab-Modal ::-webkit-scrollbar:hover,
2791
2830
  .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar:hover {
2792
2831
  background-color: rgba(0, 0, 0, 0.09);
2793
- }.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb,
2832
+ }
2833
+ .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb,
2794
2834
  .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb,
2795
2835
  .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb,
2796
2836
  .ab--custom-mac-like-scrollbars .ab-Dashboard * ::-webkit-scrollbar-thumb,
@@ -2802,7 +2842,8 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2802
2842
  border-radius: 100px;
2803
2843
  background-clip: padding-box;
2804
2844
  border: 2px solid rgba(0, 0, 0, 0);
2805
- }.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb:vertical,
2845
+ }
2846
+ .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb:vertical,
2806
2847
  .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb:vertical,
2807
2848
  .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb:vertical,
2808
2849
  .ab--custom-mac-like-scrollbars .ab-Dashboard * ::-webkit-scrollbar-thumb:vertical,
@@ -2811,7 +2852,8 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2811
2852
  .ab--custom-mac-like-scrollbars .ab-Modal ::-webkit-scrollbar-thumb:vertical,
2812
2853
  .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar-thumb:vertical {
2813
2854
  min-height: var(--ab-custom-scrollbar-size);
2814
- }.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb:horizontal,
2855
+ }
2856
+ .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb:horizontal,
2815
2857
  .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb:horizontal,
2816
2858
  .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb:horizontal,
2817
2859
  .ab--custom-mac-like-scrollbars .ab-Dashboard * ::-webkit-scrollbar-thumb:horizontal,
@@ -2820,7 +2862,8 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2820
2862
  .ab--custom-mac-like-scrollbars .ab-Modal ::-webkit-scrollbar-thumb:horizontal,
2821
2863
  .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar-thumb:horizontal {
2822
2864
  min-width: var(--ab-custom-scrollbar-size);
2823
- }.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb:active,
2865
+ }
2866
+ .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb:active,
2824
2867
  .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb:active,
2825
2868
  .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb:active,
2826
2869
  .ab--custom-mac-like-scrollbars .ab-Dashboard * ::-webkit-scrollbar-thumb:active,
@@ -2830,16 +2873,25 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2830
2873
  .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar-thumb:active {
2831
2874
  background: rgba(0, 0, 0, 0.61);
2832
2875
  border-radius: 100px;
2833
- }.ag-details-row {
2876
+ }
2877
+
2878
+ .ag-details-row {
2834
2879
  display: flex;
2835
2880
  flex-flow: column;
2836
- }.ag-details-row .ag-details-grid {
2881
+ }
2882
+ .ag-details-row .ag-details-grid {
2837
2883
  flex: 1;
2838
- }.ab-wait-for-progress-indicator.ab-Grid {
2884
+ }
2885
+
2886
+ .ab-wait-for-progress-indicator.ab-Grid {
2839
2887
  pointer-events: none;
2840
- }:root {
2888
+ }
2889
+
2890
+ :root {
2841
2891
  --ab-CellNote-tringle-color: var(--ab-color-accent);
2842
- }.ab-Cell-Note:before {
2892
+ }
2893
+
2894
+ .ab-Cell-Note:before {
2843
2895
  content: "";
2844
2896
  position: absolute;
2845
2897
  top: 0;
@@ -2851,4 +2903,4 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
2851
2903
  border-color: transparent var(--ab-CellNote-tringle-color) transparent transparent;
2852
2904
  }
2853
2905
 
2854
- /*# sourceMappingURL=base.css.map */
2906
+ /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0RhdGVwaWNrZXIvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0NoZWNrQm94L3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRXhwcmVzc2lvbkVkaXRvci9RdWVyeUJ1aWxkZXIvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9EaWFsb2cvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Ecm9wZG93bi9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0Ryb3Bkb3duQnV0dG9uL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRXJyb3JCb3gvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9XYXJuaW5nQm94L3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRmllbGRXcmFwL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSGVscEJsb2NrL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvQ29kZUJsb2NrL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSW5wdXQvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9MaXN0L0xpc3RHcm91cC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0xpc3QvTGlzdEdyb3VwSXRlbS9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL01vZGFsL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGFicy9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1BhbmVsL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvU2ltcGxlQnV0dG9uL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGV4dGFyZWEvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Ub29sdGlwL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRmlsZURyb3BwYWJsZS9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0Rhc2hib2FyZC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0xpc3QvR3JpZExpc3Qvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9EYXRlcGlja2VyL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVG9nZ2xlQnV0dG9uL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRHJhZ0FuZERyb3BDb250ZXh0L3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvTG9hZGVyL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvUHJvZ3Jlc3NJbmRpY2F0b3Ivc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL0JhZGdlL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSWNvblNlbGVjdG9yL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvUXVpY2tTZWFyY2gvRmxvYXRpbmdRdWlja1NlYXJjaC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L05vdGVzL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSWNvbi9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvQWRhcHRhYmxlT2JqZWN0Um93L3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQWRhcHRhYmxlV2l6YXJkVmlldy9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvQnV0dG9ucy9CdXR0b25CYXNlL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9QYW5lbHMvUGFuZWxEYXNoYm9hcmQvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL1BhbmVscy9QYW5lbFRvb2xQYW5lbC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0FkYXB0YWJsZVBvcG92ZXIvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9XaXphcmQvT25lUGFnZUFkYXB0YWJsZVdpemFyZC5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvVG9vbFBhbmVsL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ3VzdG9tU29ydC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvUG9wdXBzL0FkYXB0YWJsZVBvcHVwL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9Qb3B1cHMvV2luZG93UG9wdXBzL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9BZGFwdGFibGVPYmplY3RMaXN0L3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvR3JpZEluZm8vc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9TeXN0ZW1TdGF0dXMvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9EYXNoYm9hcmQvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9TdGF0dXNCYXIvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9UZWFtU2hhcmluZy9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0xheW91dC9XaXphcmQvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9TdHlsZWRDb2x1bW4vV2l6YXJkL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9QZXJtaXR0ZWRWYWx1ZXNTZWxlY3Rvci9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRXhwcmVzc2lvbkVkaXRvci9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvRmlsdGVyRm9ybS9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvRW50aXR5UnVsZXNFZGl0b3IvRW50aXR5UnVsZVByZWRpY2F0ZXNFZGl0b3Ivc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL0JhZGdlL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9SYWRpby9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVG9nZ2xlL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGFibGUvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0NoZWNrQm94L2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9FeHByZXNzaW9uRWRpdG9yL1F1ZXJ5QnVpbGRlci9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRGlhbG9nL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Ecm9wZG93bi9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRHJvcGRvd25CdXR0b24vYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0VtcHR5Q29udGVudC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRXJyb3JCb3gvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1dhcm5pbmdCb3gvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0ZpZWxkV3JhcC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRm9ybUxheW91dC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSGVscEJsb2NrL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Db2RlQmxvY2svYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0lucHV0L2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9MaXN0L0xpc3RHcm91cC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvTGlzdC9MaXN0R3JvdXBJdGVtL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Nb2RhbC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGFicy9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvUGFuZWwvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1NpbXBsZUJ1dHRvbi9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGV4dGFyZWEvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1Rvb2x0aXAvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0ZpbGVEcm9wcGFibGUvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1dpemFyZFBhbmVsL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9EYXNoYm9hcmQvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0xpc3QvR3JpZExpc3QvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1RvZ2dsZUJ1dHRvbi9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvTG9hZGVyL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Qcm9ncmVzc0luZGljYXRvci9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGFnL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9EcmFnQW5kRHJvcENvbnRleHQvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0NvbG9yUGlja2VyL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9HcmlkSW5mby9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvU3lzdGVtU3RhdHVzL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL0FkYXB0YWJsZU9iamVjdENvbGxlY3Rpb24vYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvQWRhcHRhYmxlT2JqZWN0Um93L2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL0ZpbHRlckZvcm0vTGlzdEJveEZpbHRlckZvcm0vYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0FkYXB0YWJsZVBvcG92ZXIvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0FkYXB0YWJsZVdpemFyZFZpZXcvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvTGlzdEJveC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9CdXR0b25zL0J1dHRvbkJhc2UvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvUGFuZWxzL1BhbmVsRGFzaGJvYXJkL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL1BhbmVscy9GaWx0ZXJGb3JtUGFuZWwvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0Rhc2hib2FyZC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9Ub29sUGFuZWwvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0N1c3RvbVNvcnQvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvUG9wdXBzL0FkYXB0YWJsZVBvcHVwL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL1BvcHVwcy9XaW5kb3dQb3B1cHMvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvQWRhcHRhYmxlT2JqZWN0TGlzdC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9QZXJtaXR0ZWRWYWx1ZXNTZWxlY3Rvci9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvVmFsdWVTZWxlY3Rvci9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvU3RhdHVzQmFyL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9UZWFtU2hhcmluZy9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvTGF5b3V0L1dpemFyZC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvU3R5bGVkQ29sdW1uL1dpemFyZC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvUXVpY2tTZWFyY2gvRmxvYXRpbmdRdWlja1NlYXJjaC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvTm90ZXMvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0RhdGFJbXBvcnQvRGF0YUltcG9ydFdpemFyZC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0V4cHJlc3Npb25FZGl0b3IvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvRmlsdGVyRm9ybS9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9FbnRpdHlSdWxlc0VkaXRvci9FbnRpdHlSdWxlUHJlZGljYXRlc0VkaXRvci9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSWNvblNlbGVjdG9yL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Ub2dnbGUvYmFzZS5zY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFTO0FBRVQ7QUFBQTtBQUFBO0FDRlE7QUQ4VUE7QUF4VVI7RUFFRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBR0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUdBO0VBR0E7RUFHQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUVBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBR0E7RUFDQTtFQUNBO0VBR0E7RUFDQTtFQUVBO0VBR0E7OztBQUdGO0VBR0U7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7RUFDQTs7O0FFdkhGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtBQUFBO0FBQUE7QUFBQTtFQUlBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0FBQUE7QUFBQTtBQUFBOztBQUtGO0VBQ0U7OztBQzNCSjtFQUNFO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTs7QUFHQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUlGO0VBQ0U7O0FBRUY7RUFDRTtFQUNBOztBQUVGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7O0FBQ0E7RUFDRTs7QUFFRjtFQUNFO0VBQ0E7O0FBS0o7RUFDRTs7QUFFQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ3JFTjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ0xGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDUkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FBQUE7RUFFQTs7O0FDYkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7OztBQ0hGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQ0pGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQ0pGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ1ZGO0VBQ0U7OztBQ0RGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTs7O0FDN0JKO0VBQ0U7OztBQ0RGO0VBQ0U7RUFDQTtFQUNBOzs7QUNIRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDbEJGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDUkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFFQTtFQUNBOzs7QUNWRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ0xGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QUFBQTs7O0FDVkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNYRjtFQUNFOzs7QUNERjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNWRjtFQUNFO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7OztBQ05GO0VBQ0U7RUFDQTtFQUNBO0VBRUE7RUFFQTtFQUVBO0VBQ0E7RUFDQTs7O0FDWEY7RUFDRTtFQUNBO0VBQ0E7OztBQ0hGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDUkY7RUFDRTtFQUNBOzs7QUNGRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ0xGO0VBQ0U7RUFDQTtFQUNBOzs7QUNIRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ0xGO0VBQ0U7RUFDQTtFQUNBOzs7QUNIRjtFQUNFO0VBQ0E7RUFFQTs7O0FDSkY7RUFDRTtFQUNBO0VBRUE7RUFDQTs7O0FDTEY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ1RGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNURjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ0xGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQUlBO0VBQ0U7RUFDQTtFQUNBOztBQUVGO0VBQ0U7O0FBRUY7RUFDRTtFQUVBO0VBQ0E7O0FBRUY7RUFDRTs7O0FDdkJKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNORjtFQUNFOzs7QUNERjtFQUVFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUdBO0VBQ0E7QUFBQTtFQUVBO0VBRUE7RUFDQTtFQUVBO0FBQUE7RUFFQTtBQUFBO0VBR0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBQUFBO0FBQUE7RUFJQTtFQUdBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBR0E7RUFDQTtFQUNBO0VBRUE7RUFFQTs7O0FDbERGO0VBQ0U7OztBQ0RGO0VBRUU7RUFDQTtFQUdBO0VBQ0E7RUFDQTtFQUdBO0VBQ0E7RUFHQTtFQUdBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTs7O0FDL0JGO0VBQ0U7RUFDQTtFQUNBOzs7QUNIRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDTkY7RUFDRTtFQUNBOzs7QUFHRjtFQUNFOzs7QUNORjtFQUNFO0VBQ0E7RUFFQTtFQUNBO0VBRUE7OztBQ1BGO0VBQ0U7RUFDQTs7O0FDRkY7RUFDRTtFQUNBO0VBQ0E7QUFBQTtBQUFBO0VBSUE7QUFBQTtBQUFBO0VBR0E7QUFBQTtBQUFBO0VBSUE7RUFDQTs7O0FDZkY7RUFDRTs7O0FDREY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNMRjtFQUNFO0VBQ0E7RUFFQTtFQUNBO0FBQUE7RUFFQTtFQUVBO0VBRUE7OztBQ1hGO0VBQ0U7RUFDQTtFQUNBOzs7QUNIRjtFQUNFOzs7QUNERjtFQUNFO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNWQTtFQUNFO0VBQ0E7O0FBRUY7RUFDRTs7QUFFRjtFQUVFOztBQUVGO0VBQ0U7RUFDQTtFQUNBOztBQUVGO0VBQ0U7RUFDQTs7O0FBSUo7RUFDRTtJQUNFOzs7QUN6Qko7RUFDRTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOztBQUVGO0VBQ0U7OztBQUlKO0VBQ0U7RUFDQTtFQUlBO0VBQ0E7O0FBSkE7RUFDRTs7O0FDckJGO0FBQUE7RUFFRTs7QUFFRjtFQUNFOztBQUVGO0VBQ0U7OztBQ1RKO0VBUUU7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFYQTtBQUFBO0FBQUE7RUFJRTs7O0FBU0o7RUFDRTs7QUFFQTtFQUNFOzs7QUFHSjtFQUNFOzs7QUFHRjtBQUFBO0FBQUE7QUFBQTtFQUlFOzs7QUFFRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHQTtFQUNFOztBQUtGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBSU47RUFDRTs7O0FBR0E7RUFDRTs7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNsR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFDQTs7QUFFQTtFQUVFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FDckNKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTs7QUFHRjtFQUNFO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTs7QUFJQTtFQUNFOztBQUlKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTs7O0FDL0NKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7O0FBRUE7RUFDRTs7O0FBSUo7RUFDRTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOzs7QUFJSjtFQUNFOzs7QUNwREY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUNBO0VBQ0U7OztBQUlKO0VBQ0U7RUFDQTtFQUNBOzs7QUNqQkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBRUE7O0FBTUE7RUFDRTs7QUFFRjtFQUdFO0VBQ0E7O0FBRUY7RUFHRTtFQUNBOzs7QUMzQko7RUFDRTtFQUNBOzs7QUFHRjtFQUNFOzs7QUNORjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUNKRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUNKRjtFQUNFOztBQUVBO0VBQ0U7OztBQUdKO0VBQ0U7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUVBO0VBQ0E7QUFPQTtBQUtBO0FBS0E7QUFLQTtBQUtBO0FBS0E7O0FBOUJBO0VBQ0U7RUFDQTs7QUFJRjtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFDQTs7O0FBSUo7QUFDQTtBQUFBO0VBRUU7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTs7O0FBS0E7QUFBQTtBQUFBO0VBRUU7OztBQ3pFSjtFQUNFO0VBQ0E7RUFFQTs7O0FDSkY7RUFDRTtFQUVBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFFQTtFQUNBOzs7QUNYRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNyQkY7RUFDRTtFQUNBOzs7QUFFRjtBQUFBO0VBRUU7OztBQUdGO0VBQ0U7RUFDQTs7O0FBRUY7RUFDRTtFQUNBOztBQUVBO0VBSUU7O0FBSEE7RUFDRTs7O0FBS047RUFDRTs7O0FBR0Y7QUFBQTtFQUVFOzs7QUFFRjtFQUNFO0VBQ0E7O0FBRUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUlKO0VBQ0U7OztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFOzs7QUM3RUY7RUFDRTtFQUNBO0VBQ0E7RUFFQTtFQU9BOztBQUxBO0VBQ0U7RUFDQTs7QUFLRjtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7RUFDQTs7QUFFRjtFQUNFO0VBQ0E7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBRUE7RUFFQTtFQUNBOztBQUVBO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBOztBQUlKO0VBQ0U7O0FBRUY7RUFDRTtFQUNBOzs7QUNwRUo7RUFLRTtFQUNBO0VBQ0E7O0FBTkE7RUFDRTtFQUNBOzs7QUFPSjtFQUNFO0VBT0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQWRBO0VBQ0U7O0FBRUY7RUFDRTs7QUFZRjtFQUNFOztBQUdGO0VBQ0U7O0FBR0Y7RUFDRTs7QUFFRjtFQUNFOztBQUVGO0VBQ0U7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUVFOztBQUNBO0VBQ0U7RUFDQTtFQUNBOztBQUVGO0VBQ0U7O0FBQ0E7RUFDRTtFQUNBOztBQUlOO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFFQTtFQUVBOztBQUdBO0VBQ0U7O0FBR0Y7RUFDRTs7QUFFQTtFQUNFOztBQUlKO0VBQ0U7RUFDQTs7QUFDQTtFQUNFOztBQUlKO0VBQ0U7RUFDQTs7QUFDQTtFQUNFOztBQUdKO0VBQ0U7O0FBQ0E7RUFDRTs7QUFHSjtFQUNFO0VBQ0E7O0FBQ0E7RUFDRTs7QUFHSjtFQUNFO0VBQ0E7O0FBQ0E7RUFDRTs7QUFHSjtFQUNFO0VBQ0E7O0FBQ0E7RUFDRTs7QUFHSjtFQUNFO0VBQ0E7O0FBQ0E7RUFDRTs7O0FBU1I7RUFDRTs7O0FBRUY7QUFBQTtFQUVFOzs7QUFFRjtFQUNFOzs7QUNuTEY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFFQTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTs7O0FDakJKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDbkJKO0VBSUU7RUFDQTtFQUVBO0VBQ0E7RUFDQTtFQUVBLFlBVmE7RUFZYjtFQUNBO0VBRUE7O0FBRUE7QUFBQTtBQUFBO0FBQUE7RUFJRSxZQXJCVztFQXNCWDs7QUFFRjtBQUFBO0FBQUE7RUFHRTs7QUFHRjtFQUNFO0VBQ0E7RUFFQTtFQUNBOztBQU1BO0VBQ0U7O0FBSUo7QUFBQTtBQUFBO0FBQUE7RUFJRTs7O0FDbERGO0VBQ0U7RUFDQTs7O0FDSEo7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFFRTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUNBO0VBQ0U7RUFDQTs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOztBQUlKO0VBQ0U7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFOztBQUdGO0FBQUE7QUFBQTtFQUdFOzs7QUMzSUo7RUFDRTs7QUFDQTtBQUFBO0FBQUE7RUFHRTs7QUFFRjtFQUNFOztBQUdGO0VBQ0U7RUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFFRjtFQUNFO0VBQ0E7OztBQUVGO0VBQ0U7RUFDQTs7O0FwRnpCRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBRUE7QUFBQTtFQUVFOztBQUdGO0FBQUE7QUFBQTtBQUFBO0VBSUU7RUFDQTs7QUFHRjtFQUNFOztBQUVGO0VBQ0U7O0FBRUY7RUFDRTtFQUNBOztBQUVGO0VBQ0U7O0FBR0Y7RUFDRTs7QUFJQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtFQU9FOztBQUlKO0VBQ0U7OztBcUZqRU47RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFJQTtFQUNFO0VBQ0E7OztBQ3JFTjtFQUNFO0VBQ0E7RUFDQTs7O0FBR0Y7QUFBQTtFQUVFOzs7QUFHRjtFQUVFOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7SUFDRTs7RUFFRjtJQUNFOzs7QUNoQ0o7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQzlCSjtFQUNFOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7O0FDUEY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7O0FDMUNGO0FBZ0ZFO0FBQUE7O0FBL0VBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVGO0VBQ0U7O0FBRUY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFRjtFQUNFOztBQUVGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVGO0VBQ0U7RUFDQTs7QUFFRjtFQUNFO0VBQ0E7O0FBRUY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBQUNBOztBQUVGO0VBQ0U7O0FBRUY7RUFDRTs7QUFJRjtFQWxGRjtBQW1GSTs7RUFDQTtJQUNFO0FBQ0E7Ozs7QUN0Rk47RUFDRTs7O0FBR0Y7RUFDRTs7O0FBR0Y7RUFDRTs7O0FDVEY7RUFDRTs7O0FBR0Y7RUFDRTtFQUVBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0U7OztBQUlKO0VBQ0U7OztBQ2ZBO0VBQ0U7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7OztBQ1ZKO0VBQ0U7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBOztBQUVBO0VBQ0U7RUFDQTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQ3RCSjtFQUNFO0VBQ0E7RUFHQTtFQUVBOztBQUVFO0VBQ0U7OztBQVFOO0FBQUE7RUFFRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0FBQUE7RUFDRTs7O0FBSUo7RUFDRTtFQUNBOzs7QUNqQ0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBS0E7RUFDRTtFQUNBO0VBRUE7RUFDQTtFQUNBOzs7QUFLRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUtGO0VBQ0U7RUFDQTtFQUVBO0VBQ0E7RUFDQTs7O0FDdkNKO0VBUUU7RUFDQTtFQUVBO0VBQ0E7RUFFQTs7QUFiQTtBQUFBO0FBQUE7QUFBQTtFQUlFOzs7QUFZSjtFQUNFO0VBQ0E7RUFDQTs7O0FDbEJBO0FBQUE7RUFDRTs7QUFDQTtBQUFBO0VBQ0U7OztBQ0xOO0VBQ0U7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBOzs7QUNWRjtBQUFBO0VBRUU7RUFDQTtFQUNBOztBQUdGO0VBQ0U7OztBQ1RKO0VBQ0U7OztBQ0RGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7O0FBQ0E7RUFDRTs7O0FDWEo7RUFLRTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBRUE7RUFDRTs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0FBQUE7RUFFRTtFQUNBOztBQUdGO0FBQUE7QUFBQTtFQUdFOzs7QUNuQ0o7RUFDRTs7O0FDQUY7RUFDRTtFQUNBOztBQUVBO0VBQ0U7OztBQUtKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBRUE7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFOztBQUlBO0VBQ0U7RUFDQTs7O0FBUVY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFJRjtFQUNFOztBQUVBO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBOzs7QUFLSjtFQUNFOztBQUVBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFJSjtFQUNFOzs7QUFHRjtFQUNFOzs7QUN2SEY7RUFDRTs7O0FBR0Y7RUFDRTtFQUNBOztBQUVBO0VBQ0U7O0FBR0Y7RUFFRTs7O0FDZEo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTs7QUFHRTtFQUNFOztBQUtOO0VBQ0U7RUFDQTtFQUNBOzs7QUFJSjtFQUNFO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBRUY7RUFDRTs7QUFHRjtFQUNFO0VBQ0E7O0FBSUY7RUFDRTtFQUNBO0VBQ0E7O0FBQ0E7RUFDRTs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUM1RUo7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNwQko7RUFDRTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFHQTs7QUFDQTtFQUNFOztBQUdGO0FBQUE7RUFFRTs7O0FBTUY7RUFDRTtFQUNBOzs7QUM5Qko7RUFDRTs7O0FDR0E7RUFDRTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7O0FBS0Y7RUFDRTtFQUNBOzs7QUN2Qko7RUFDRTs7O0FDREY7RUFDRTtFQUNBO0VBQ0E7OztBQ0hGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDTEY7RUFDRTs7O0FDREY7RUFDRTs7QUFFQTtFQUNFO0VBQ0E7RUFDQTs7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7RUFFQTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBOzs7QUM3Q0o7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7RUFDQTs7O0FDVEo7RUFDRTs7O0FBR0Y7RUFDRTs7O0FDTEY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNMRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0ExSDZQRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFHRjtBQUFBO0VBRUU7OztBQUdGO0VBQ0U7OztBQUlGO0VBQ0U7OztBQUVGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUtGO0VBQ0U7OztBQUdGO0FBQUE7QUFFQTtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTs7O0FBSUo7RUFDRTs7QUFDQTtFQUNFOzs7QUFPSjtFQUNFO0VBQ0E7OztBQUVGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFFRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFFRjtFQUNFOzs7QUFFRjtFQUNFOzs7QUFFRjtFQUNFOzs7QUFjRTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBQ0U7RUFDQTs7QUFFRjtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBQ0U7O0FBRUY7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtFQUNFOztBQUdGO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7RUFDRTs7QUFHRjtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBRUY7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtFQUNFOztBQUVGO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7RUFDRTs7QUFFRjtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBQ0U7RUFDQTs7O0FBT047RUFDRTtFQUNBOztBQUVBO0VBQ0U7OztBQU9GO0VBQ0U7OztBQUtKO0VBQ0U7OztBQUdBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBIiwiZmlsZSI6ImJhc2UuY3NzIiwic291cmNlUm9vdCI6IiJ9 */