@adaptabletools/adaptable 10.0.0-canary.0

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 (1988) hide show
  1. package/LICENSE.md +264 -0
  2. package/README.md +36 -0
  3. package/agGrid.d.ts +58 -0
  4. package/agGrid.js +14 -0
  5. package/base.css +2512 -0
  6. package/fonts/glyphicons-halflings-regular.eot +0 -0
  7. package/fonts/glyphicons-halflings-regular.svg +288 -0
  8. package/fonts/glyphicons-halflings-regular.ttf +0 -0
  9. package/fonts/glyphicons-halflings-regular.woff +0 -0
  10. package/fonts/glyphicons-halflings-regular.woff2 +0 -0
  11. package/index.css +3375 -0
  12. package/package.json +67 -0
  13. package/publishTimestamp.d.ts +2 -0
  14. package/publishTimestamp.js +3 -0
  15. package/src/AdaptableComponents.d.ts +1 -0
  16. package/src/AdaptableComponents.js +5 -0
  17. package/src/AdaptableInterfaces/AdaptableNoCodeWizard.d.ts +91 -0
  18. package/src/AdaptableInterfaces/AdaptableNoCodeWizard.js +2 -0
  19. package/src/AdaptableInterfaces/IAdaptable.d.ts +214 -0
  20. package/src/AdaptableInterfaces/IAdaptable.js +2 -0
  21. package/src/AdaptableOptions/AdaptableFrameworkComponent.d.ts +33 -0
  22. package/src/AdaptableOptions/AdaptableFrameworkComponent.js +2 -0
  23. package/src/AdaptableOptions/AdaptableOptions.d.ts +169 -0
  24. package/src/AdaptableOptions/AdaptableOptions.js +2 -0
  25. package/src/AdaptableOptions/AdaptablePlugin.d.ts +40 -0
  26. package/src/AdaptableOptions/AdaptablePlugin.js +36 -0
  27. package/src/AdaptableOptions/AlertOptions.d.ts +143 -0
  28. package/src/AdaptableOptions/AlertOptions.js +2 -0
  29. package/src/AdaptableOptions/ChartPluginOptions.d.ts +20 -0
  30. package/src/AdaptableOptions/ChartPluginOptions.js +2 -0
  31. package/src/AdaptableOptions/ContainerOptions.d.ts +55 -0
  32. package/src/AdaptableOptions/ContainerOptions.js +2 -0
  33. package/src/AdaptableOptions/DashboardOptions.d.ts +98 -0
  34. package/src/AdaptableOptions/DashboardOptions.js +2 -0
  35. package/src/AdaptableOptions/DataChangeTrackingOptions.d.ts +34 -0
  36. package/src/AdaptableOptions/DataChangeTrackingOptions.js +21 -0
  37. package/src/AdaptableOptions/DateInputOptions.d.ts +78 -0
  38. package/src/AdaptableOptions/DateInputOptions.js +2 -0
  39. package/src/AdaptableOptions/EditOptions.d.ts +38 -0
  40. package/src/AdaptableOptions/EditOptions.js +2 -0
  41. package/src/AdaptableOptions/EntitlementOptions.d.ts +20 -0
  42. package/src/AdaptableOptions/EntitlementOptions.js +2 -0
  43. package/src/AdaptableOptions/ExportOptions.d.ts +108 -0
  44. package/src/AdaptableOptions/ExportOptions.js +2 -0
  45. package/src/AdaptableOptions/FinancePluginOptions.d.ts +66 -0
  46. package/src/AdaptableOptions/FinancePluginOptions.js +2 -0
  47. package/src/AdaptableOptions/GeneralOptions.d.ts +83 -0
  48. package/src/AdaptableOptions/GeneralOptions.js +2 -0
  49. package/src/AdaptableOptions/Glue42PluginOptions.d.ts +25 -0
  50. package/src/AdaptableOptions/Glue42PluginOptions.js +2 -0
  51. package/src/AdaptableOptions/IPushPullPluginOptions.d.ts +37 -0
  52. package/src/AdaptableOptions/IPushPullPluginOptions.js +2 -0
  53. package/src/AdaptableOptions/LayoutOptions.d.ts +41 -0
  54. package/src/AdaptableOptions/LayoutOptions.js +2 -0
  55. package/src/AdaptableOptions/MasterDetailAgGridPluginOptions.d.ts +16 -0
  56. package/src/AdaptableOptions/MasterDetailAgGridPluginOptions.js +2 -0
  57. package/src/AdaptableOptions/MenuOptions.d.ts +49 -0
  58. package/src/AdaptableOptions/MenuOptions.js +2 -0
  59. package/src/AdaptableOptions/OpenFinPluginOptions.d.ts +52 -0
  60. package/src/AdaptableOptions/OpenFinPluginOptions.js +2 -0
  61. package/src/AdaptableOptions/SearchOptions.d.ts +196 -0
  62. package/src/AdaptableOptions/SearchOptions.js +2 -0
  63. package/src/AdaptableOptions/StateOptions.d.ts +79 -0
  64. package/src/AdaptableOptions/StateOptions.js +2 -0
  65. package/src/AdaptableOptions/SystemStatusOptions.d.ts +19 -0
  66. package/src/AdaptableOptions/SystemStatusOptions.js +2 -0
  67. package/src/AdaptableOptions/TeamSharingOptions.d.ts +39 -0
  68. package/src/AdaptableOptions/TeamSharingOptions.js +2 -0
  69. package/src/AdaptableOptions/ToolPanelOptions.d.ts +132 -0
  70. package/src/AdaptableOptions/ToolPanelOptions.js +2 -0
  71. package/src/AdaptableOptions/UserInterfaceOptions.d.ts +115 -0
  72. package/src/AdaptableOptions/UserInterfaceOptions.js +2 -0
  73. package/src/Api/AdaptableApi.d.ts +185 -0
  74. package/src/Api/AdaptableApi.js +2 -0
  75. package/src/Api/AlertApi.d.ts +246 -0
  76. package/src/Api/AlertApi.js +2 -0
  77. package/src/Api/ApplicationApi.d.ts +50 -0
  78. package/src/Api/ApplicationApi.js +2 -0
  79. package/src/Api/BulkUpdateApi.d.ts +19 -0
  80. package/src/Api/BulkUpdateApi.js +2 -0
  81. package/src/Api/CalculatedColumnApi.d.ts +66 -0
  82. package/src/Api/CalculatedColumnApi.js +2 -0
  83. package/src/Api/CellSummaryApi.d.ts +18 -0
  84. package/src/Api/CellSummaryApi.js +2 -0
  85. package/src/Api/ChartApi.d.ts +20 -0
  86. package/src/Api/ChartApi.js +2 -0
  87. package/src/Api/ColumnApi.d.ts +239 -0
  88. package/src/Api/ColumnApi.js +2 -0
  89. package/src/Api/ConditionalStyleApi.d.ts +96 -0
  90. package/src/Api/ConditionalStyleApi.js +2 -0
  91. package/src/Api/ConfigApi.d.ts +204 -0
  92. package/src/Api/ConfigApi.js +2 -0
  93. package/src/Api/CustomSortApi.d.ts +77 -0
  94. package/src/Api/CustomSortApi.js +2 -0
  95. package/src/Api/DashboardApi.d.ts +164 -0
  96. package/src/Api/DashboardApi.js +2 -0
  97. package/src/Api/DataSourceApi.d.ts +58 -0
  98. package/src/Api/DataSourceApi.js +2 -0
  99. package/src/Api/EventApi.d.ts +210 -0
  100. package/src/Api/EventApi.js +2 -0
  101. package/src/Api/Events/AdaptableReady.d.ts +14 -0
  102. package/src/Api/Events/AdaptableReady.js +2 -0
  103. package/src/Api/Events/AdaptableStateChanged.d.ts +39 -0
  104. package/src/Api/Events/AdaptableStateChanged.js +2 -0
  105. package/src/Api/Events/AlertFired.d.ts +10 -0
  106. package/src/Api/Events/AlertFired.js +2 -0
  107. package/src/Api/Events/CellChanged.d.ts +10 -0
  108. package/src/Api/Events/CellChanged.js +2 -0
  109. package/src/Api/Events/ChexboxColumnClicked.d.ts +22 -0
  110. package/src/Api/Events/ChexboxColumnClicked.js +2 -0
  111. package/src/Api/Events/CustomToolbarConfigured.d.ts +10 -0
  112. package/src/Api/Events/CustomToolbarConfigured.js +2 -0
  113. package/src/Api/Events/DashboardChanged.d.ts +18 -0
  114. package/src/Api/Events/DashboardChanged.js +2 -0
  115. package/src/Api/Events/FlashingAlertFired.d.ts +10 -0
  116. package/src/Api/Events/FlashingAlertFired.js +2 -0
  117. package/src/Api/Events/GridDataChanged.d.ts +14 -0
  118. package/src/Api/Events/GridDataChanged.js +2 -0
  119. package/src/Api/Events/LayoutChanged.d.ts +18 -0
  120. package/src/Api/Events/LayoutChanged.js +2 -0
  121. package/src/Api/Events/LiveDataChanged.d.ts +39 -0
  122. package/src/Api/Events/LiveDataChanged.js +2 -0
  123. package/src/Api/Events/SearchChanged.d.ts +55 -0
  124. package/src/Api/Events/SearchChanged.js +2 -0
  125. package/src/Api/Events/SelectionChanged.d.ts +15 -0
  126. package/src/Api/Events/SelectionChanged.js +2 -0
  127. package/src/Api/Events/SystemStatusMessageDisplayed.d.ts +10 -0
  128. package/src/Api/Events/SystemStatusMessageDisplayed.js +2 -0
  129. package/src/Api/Events/TeamSharedEntityChanged.d.ts +10 -0
  130. package/src/Api/Events/TeamSharedEntityChanged.js +2 -0
  131. package/src/Api/Events/ThemeChanged.d.ts +10 -0
  132. package/src/Api/Events/ThemeChanged.js +2 -0
  133. package/src/Api/ExportApi.d.ts +125 -0
  134. package/src/Api/ExportApi.js +2 -0
  135. package/src/Api/FilterApi.d.ts +119 -0
  136. package/src/Api/FilterApi.js +2 -0
  137. package/src/Api/FinanceApi.d.ts +10 -0
  138. package/src/Api/FinanceApi.js +2 -0
  139. package/src/Api/FormatColumnApi.d.ts +173 -0
  140. package/src/Api/FormatColumnApi.js +2 -0
  141. package/src/Api/FreeTextColumnApi.d.ts +88 -0
  142. package/src/Api/FreeTextColumnApi.js +2 -0
  143. package/src/Api/Glue42Api.d.ts +113 -0
  144. package/src/Api/Glue42Api.js +2 -0
  145. package/src/Api/GridApi.d.ts +376 -0
  146. package/src/Api/GridApi.js +2 -0
  147. package/src/Api/IPushPullApi.d.ts +176 -0
  148. package/src/Api/IPushPullApi.js +2 -0
  149. package/src/Api/Implementation/AdaptableApiImpl.d.ts +78 -0
  150. package/src/Api/Implementation/AdaptableApiImpl.js +81 -0
  151. package/src/Api/Implementation/AlertApiImpl.d.ts +59 -0
  152. package/src/Api/Implementation/AlertApiImpl.js +327 -0
  153. package/src/Api/Implementation/ApiBase.d.ts +62 -0
  154. package/src/Api/Implementation/ApiBase.js +120 -0
  155. package/src/Api/Implementation/ApplicationApiImpl.d.ts +13 -0
  156. package/src/Api/Implementation/ApplicationApiImpl.js +39 -0
  157. package/src/Api/Implementation/BulkUpdateApiImpl.d.ts +8 -0
  158. package/src/Api/Implementation/BulkUpdateApiImpl.js +19 -0
  159. package/src/Api/Implementation/CalculatedColumnApiImpl.d.ts +16 -0
  160. package/src/Api/Implementation/CalculatedColumnApiImpl.js +64 -0
  161. package/src/Api/Implementation/CellSummaryApiImpl.d.ts +8 -0
  162. package/src/Api/Implementation/CellSummaryApiImpl.js +18 -0
  163. package/src/Api/Implementation/ColumnApiImpl.d.ts +60 -0
  164. package/src/Api/Implementation/ColumnApiImpl.js +366 -0
  165. package/src/Api/Implementation/ConditionalStyleApiImpl.d.ts +27 -0
  166. package/src/Api/Implementation/ConditionalStyleApiImpl.js +90 -0
  167. package/src/Api/Implementation/ConfigApiImpl.d.ts +73 -0
  168. package/src/Api/Implementation/ConfigApiImpl.js +407 -0
  169. package/src/Api/Implementation/CustomSortApiImpl.d.ts +18 -0
  170. package/src/Api/Implementation/CustomSortApiImpl.js +62 -0
  171. package/src/Api/Implementation/DashboardApiImpl.d.ts +46 -0
  172. package/src/Api/Implementation/DashboardApiImpl.js +199 -0
  173. package/src/Api/Implementation/DataSourceApiImpl.d.ts +15 -0
  174. package/src/Api/Implementation/DataSourceApiImpl.js +51 -0
  175. package/src/Api/Implementation/EventApiImpl.d.ts +12 -0
  176. package/src/Api/Implementation/EventApiImpl.js +26 -0
  177. package/src/Api/Implementation/ExportApiImpl.d.ts +31 -0
  178. package/src/Api/Implementation/ExportApiImpl.js +168 -0
  179. package/src/Api/Implementation/FilterApiImpl.d.ts +31 -0
  180. package/src/Api/Implementation/FilterApiImpl.js +195 -0
  181. package/src/Api/Implementation/FormatColumnApiImpl.d.ts +45 -0
  182. package/src/Api/Implementation/FormatColumnApiImpl.js +267 -0
  183. package/src/Api/Implementation/FreeTextColumnApiImpl.d.ts +26 -0
  184. package/src/Api/Implementation/FreeTextColumnApiImpl.js +128 -0
  185. package/src/Api/Implementation/GridApiImpl.d.ts +88 -0
  186. package/src/Api/Implementation/GridApiImpl.js +322 -0
  187. package/src/Api/Implementation/InternalApiImpl.d.ts +115 -0
  188. package/src/Api/Implementation/InternalApiImpl.js +390 -0
  189. package/src/Api/Implementation/LayoutApiImpl.d.ts +30 -0
  190. package/src/Api/Implementation/LayoutApiImpl.js +215 -0
  191. package/src/Api/Implementation/PluginsApiImpl.d.ts +20 -0
  192. package/src/Api/Implementation/PluginsApiImpl.js +60 -0
  193. package/src/Api/Implementation/PlusMinusApiImpl.d.ts +18 -0
  194. package/src/Api/Implementation/PlusMinusApiImpl.js +57 -0
  195. package/src/Api/Implementation/PredicateApiImpl.d.ts +15 -0
  196. package/src/Api/Implementation/PredicateApiImpl.js +82 -0
  197. package/src/Api/Implementation/QueryApiImpl.d.ts +25 -0
  198. package/src/Api/Implementation/QueryApiImpl.js +134 -0
  199. package/src/Api/Implementation/QuickSearchApiImpl.d.ts +13 -0
  200. package/src/Api/Implementation/QuickSearchApiImpl.js +31 -0
  201. package/src/Api/Implementation/ScheduleApiImpl.d.ts +54 -0
  202. package/src/Api/Implementation/ScheduleApiImpl.js +214 -0
  203. package/src/Api/Implementation/ScopeApiImpl.d.ts +29 -0
  204. package/src/Api/Implementation/ScopeApiImpl.js +260 -0
  205. package/src/Api/Implementation/ShortcutApiImpl.d.ts +16 -0
  206. package/src/Api/Implementation/ShortcutApiImpl.js +50 -0
  207. package/src/Api/Implementation/SmartEditApiImpl.d.ts +11 -0
  208. package/src/Api/Implementation/SmartEditApiImpl.js +29 -0
  209. package/src/Api/Implementation/SparklineColumnApiImpl.d.ts +9 -0
  210. package/src/Api/Implementation/SparklineColumnApiImpl.js +24 -0
  211. package/src/Api/Implementation/SystemStatusApiImpl.d.ts +18 -0
  212. package/src/Api/Implementation/SystemStatusApiImpl.js +96 -0
  213. package/src/Api/Implementation/TeamSharingApiImpl.d.ts +12 -0
  214. package/src/Api/Implementation/TeamSharingApiImpl.js +44 -0
  215. package/src/Api/Implementation/ThemeApiImpl.d.ts +17 -0
  216. package/src/Api/Implementation/ThemeApiImpl.js +65 -0
  217. package/src/Api/Implementation/ToolPanelApiImpl.d.ts +20 -0
  218. package/src/Api/Implementation/ToolPanelApiImpl.js +61 -0
  219. package/src/Api/Implementation/UserInterfaceApiImpl.d.ts +24 -0
  220. package/src/Api/Implementation/UserInterfaceApiImpl.js +192 -0
  221. package/src/Api/InternalApi.d.ts +117 -0
  222. package/src/Api/InternalApi.js +2 -0
  223. package/src/Api/LayoutApi.d.ts +124 -0
  224. package/src/Api/LayoutApi.js +2 -0
  225. package/src/Api/OpenFinApi.d.ts +61 -0
  226. package/src/Api/OpenFinApi.js +2 -0
  227. package/src/Api/PluginsApi.d.ts +26 -0
  228. package/src/Api/PluginsApi.js +2 -0
  229. package/src/Api/PlusMinusApi.d.ts +72 -0
  230. package/src/Api/PlusMinusApi.js +2 -0
  231. package/src/Api/PredicateApi.d.ts +55 -0
  232. package/src/Api/PredicateApi.js +2 -0
  233. package/src/Api/QueryApi.d.ts +91 -0
  234. package/src/Api/QueryApi.js +2 -0
  235. package/src/Api/QuickSearchApi.d.ts +37 -0
  236. package/src/Api/QuickSearchApi.js +2 -0
  237. package/src/Api/ScheduleApi.d.ts +253 -0
  238. package/src/Api/ScheduleApi.js +2 -0
  239. package/src/Api/ScopeApi.d.ts +129 -0
  240. package/src/Api/ScopeApi.js +2 -0
  241. package/src/Api/ShortcutApi.d.ts +62 -0
  242. package/src/Api/ShortcutApi.js +2 -0
  243. package/src/Api/SmartEditApi.d.ts +33 -0
  244. package/src/Api/SmartEditApi.js +2 -0
  245. package/src/Api/SparklineColumnApi.d.ts +23 -0
  246. package/src/Api/SparklineColumnApi.js +2 -0
  247. package/src/Api/SystemStatusApi.d.ts +43 -0
  248. package/src/Api/SystemStatusApi.js +2 -0
  249. package/src/Api/TeamSharingApi.d.ts +31 -0
  250. package/src/Api/TeamSharingApi.js +2 -0
  251. package/src/Api/ThemeApi.d.ts +59 -0
  252. package/src/Api/ThemeApi.js +2 -0
  253. package/src/Api/ToolPanelApi.d.ts +51 -0
  254. package/src/Api/ToolPanelApi.js +2 -0
  255. package/src/Api/UserInterfaceApi.d.ts +63 -0
  256. package/src/Api/UserInterfaceApi.js +2 -0
  257. package/src/PredefinedConfig/AdaptableState.d.ts +68 -0
  258. package/src/PredefinedConfig/AdaptableState.js +2 -0
  259. package/src/PredefinedConfig/AlertState.d.ts +155 -0
  260. package/src/PredefinedConfig/AlertState.js +2 -0
  261. package/src/PredefinedConfig/ApplicationState.d.ts +23 -0
  262. package/src/PredefinedConfig/ApplicationState.js +2 -0
  263. package/src/PredefinedConfig/CalculatedColumnState.d.ts +82 -0
  264. package/src/PredefinedConfig/CalculatedColumnState.js +2 -0
  265. package/src/PredefinedConfig/ChartState.d.ts +144 -0
  266. package/src/PredefinedConfig/ChartState.js +2 -0
  267. package/src/PredefinedConfig/Common/AdaptableAlert.d.ts +23 -0
  268. package/src/PredefinedConfig/Common/AdaptableAlert.js +2 -0
  269. package/src/PredefinedConfig/Common/AdaptableButton.d.ts +40 -0
  270. package/src/PredefinedConfig/Common/AdaptableButton.js +2 -0
  271. package/src/PredefinedConfig/Common/AdaptableColumn.d.ts +124 -0
  272. package/src/PredefinedConfig/Common/AdaptableColumn.js +26 -0
  273. package/src/PredefinedConfig/Common/AdaptableComparerFunction.d.ts +22 -0
  274. package/src/PredefinedConfig/Common/AdaptableComparerFunction.js +2 -0
  275. package/src/PredefinedConfig/Common/AdaptableFlashingAlert.d.ts +32 -0
  276. package/src/PredefinedConfig/Common/AdaptableFlashingAlert.js +2 -0
  277. package/src/PredefinedConfig/Common/AdaptableForm.d.ts +52 -0
  278. package/src/PredefinedConfig/Common/AdaptableForm.js +11 -0
  279. package/src/PredefinedConfig/Common/AdaptableFormat.d.ts +73 -0
  280. package/src/PredefinedConfig/Common/AdaptableFormat.js +2 -0
  281. package/src/PredefinedConfig/Common/AdaptableIcon.d.ts +27 -0
  282. package/src/PredefinedConfig/Common/AdaptableIcon.js +2 -0
  283. package/src/PredefinedConfig/Common/AdaptableMessageType.d.ts +20 -0
  284. package/src/PredefinedConfig/Common/AdaptableMessageType.js +2 -0
  285. package/src/PredefinedConfig/Common/AdaptableObject.d.ts +18 -0
  286. package/src/PredefinedConfig/Common/AdaptableObject.js +2 -0
  287. package/src/PredefinedConfig/Common/AdaptablePredicate.d.ts +113 -0
  288. package/src/PredefinedConfig/Common/AdaptablePredicate.js +500 -0
  289. package/src/PredefinedConfig/Common/AdaptableQuery.d.ts +19 -0
  290. package/src/PredefinedConfig/Common/AdaptableQuery.js +10 -0
  291. package/src/PredefinedConfig/Common/AdaptableScope.d.ts +14 -0
  292. package/src/PredefinedConfig/Common/AdaptableScope.js +2 -0
  293. package/src/PredefinedConfig/Common/AdaptableStyle.d.ts +33 -0
  294. package/src/PredefinedConfig/Common/AdaptableStyle.js +2 -0
  295. package/src/PredefinedConfig/Common/AlternativeModuleName.d.ts +14 -0
  296. package/src/PredefinedConfig/Common/AlternativeModuleName.js +2 -0
  297. package/src/PredefinedConfig/Common/ButtonStyle.d.ts +19 -0
  298. package/src/PredefinedConfig/Common/ButtonStyle.js +2 -0
  299. package/src/PredefinedConfig/Common/CellHighlightInfo.d.ts +22 -0
  300. package/src/PredefinedConfig/Common/CellHighlightInfo.js +2 -0
  301. package/src/PredefinedConfig/Common/CellSummary.d.ts +55 -0
  302. package/src/PredefinedConfig/Common/CellSummary.js +2 -0
  303. package/src/PredefinedConfig/Common/ChartEnums.d.ts +123 -0
  304. package/src/PredefinedConfig/Common/ChartEnums.js +152 -0
  305. package/src/PredefinedConfig/Common/ColumnSort.d.ts +13 -0
  306. package/src/PredefinedConfig/Common/ColumnSort.js +2 -0
  307. package/src/PredefinedConfig/Common/DataChangedInfo.d.ts +42 -0
  308. package/src/PredefinedConfig/Common/DataChangedInfo.js +2 -0
  309. package/src/PredefinedConfig/Common/DataUpdateConfig.d.ts +13 -0
  310. package/src/PredefinedConfig/Common/DataUpdateConfig.js +2 -0
  311. package/src/PredefinedConfig/Common/Entitlement.d.ts +15 -0
  312. package/src/PredefinedConfig/Common/Entitlement.js +2 -0
  313. package/src/PredefinedConfig/Common/Enums.d.ts +97 -0
  314. package/src/PredefinedConfig/Common/Enums.js +118 -0
  315. package/src/PredefinedConfig/Common/FDC3Context.d.ts +65 -0
  316. package/src/PredefinedConfig/Common/FDC3Context.js +2 -0
  317. package/src/PredefinedConfig/Common/FilterActionOnDataChange.d.ts +14 -0
  318. package/src/PredefinedConfig/Common/FilterActionOnDataChange.js +6 -0
  319. package/src/PredefinedConfig/Common/Menu.d.ts +123 -0
  320. package/src/PredefinedConfig/Common/Menu.js +2 -0
  321. package/src/PredefinedConfig/Common/Schedule.d.ts +48 -0
  322. package/src/PredefinedConfig/Common/Schedule.js +16 -0
  323. package/src/PredefinedConfig/Common/SuspendableObject.d.ts +10 -0
  324. package/src/PredefinedConfig/Common/SuspendableObject.js +2 -0
  325. package/src/PredefinedConfig/Common/SystemStatusMessageInfo.d.ts +23 -0
  326. package/src/PredefinedConfig/Common/SystemStatusMessageInfo.js +2 -0
  327. package/src/PredefinedConfig/Common/Types.d.ts +27 -0
  328. package/src/PredefinedConfig/Common/Types.js +23 -0
  329. package/src/PredefinedConfig/ConditionalStyleState.d.ts +50 -0
  330. package/src/PredefinedConfig/ConditionalStyleState.js +2 -0
  331. package/src/PredefinedConfig/ConfigState.d.ts +9 -0
  332. package/src/PredefinedConfig/ConfigState.js +2 -0
  333. package/src/PredefinedConfig/CustomSortState.d.ts +26 -0
  334. package/src/PredefinedConfig/CustomSortState.js +2 -0
  335. package/src/PredefinedConfig/DashboardState.d.ts +76 -0
  336. package/src/PredefinedConfig/DashboardState.js +2 -0
  337. package/src/PredefinedConfig/DataSourceState.d.ts +34 -0
  338. package/src/PredefinedConfig/DataSourceState.js +2 -0
  339. package/src/PredefinedConfig/DeprecatedState.d.ts +82 -0
  340. package/src/PredefinedConfig/DeprecatedState.js +5 -0
  341. package/src/PredefinedConfig/ExportState.d.ts +84 -0
  342. package/src/PredefinedConfig/ExportState.js +2 -0
  343. package/src/PredefinedConfig/FilterState.d.ts +51 -0
  344. package/src/PredefinedConfig/FilterState.js +2 -0
  345. package/src/PredefinedConfig/FormatColumnState.d.ts +134 -0
  346. package/src/PredefinedConfig/FormatColumnState.js +2 -0
  347. package/src/PredefinedConfig/FreeTextColumnState.d.ts +55 -0
  348. package/src/PredefinedConfig/FreeTextColumnState.js +2 -0
  349. package/src/PredefinedConfig/Glue42State.d.ts +46 -0
  350. package/src/PredefinedConfig/Glue42State.js +2 -0
  351. package/src/PredefinedConfig/GridState.d.ts +23 -0
  352. package/src/PredefinedConfig/GridState.js +2 -0
  353. package/src/PredefinedConfig/IPushPullState.d.ts +54 -0
  354. package/src/PredefinedConfig/IPushPullState.js +2 -0
  355. package/src/PredefinedConfig/InternalState.d.ts +10 -0
  356. package/src/PredefinedConfig/InternalState.js +2 -0
  357. package/src/PredefinedConfig/LayoutState.d.ts +81 -0
  358. package/src/PredefinedConfig/LayoutState.js +2 -0
  359. package/src/PredefinedConfig/OpenFinState.d.ts +32 -0
  360. package/src/PredefinedConfig/OpenFinState.js +2 -0
  361. package/src/PredefinedConfig/PlusMinusState.d.ts +30 -0
  362. package/src/PredefinedConfig/PlusMinusState.js +2 -0
  363. package/src/PredefinedConfig/PopupState.d.ts +12 -0
  364. package/src/PredefinedConfig/PopupState.js +2 -0
  365. package/src/PredefinedConfig/PredefinedConfig.d.ts +150 -0
  366. package/src/PredefinedConfig/PredefinedConfig.js +2 -0
  367. package/src/PredefinedConfig/QueryState.d.ts +29 -0
  368. package/src/PredefinedConfig/QueryState.js +2 -0
  369. package/src/PredefinedConfig/QuickSearchState.d.ts +15 -0
  370. package/src/PredefinedConfig/QuickSearchState.js +2 -0
  371. package/src/PredefinedConfig/ScheduleState.d.ts +57 -0
  372. package/src/PredefinedConfig/ScheduleState.js +2 -0
  373. package/src/PredefinedConfig/Selection/GridCell.d.ts +30 -0
  374. package/src/PredefinedConfig/Selection/GridCell.js +2 -0
  375. package/src/PredefinedConfig/Selection/GridCellRange.d.ts +5 -0
  376. package/src/PredefinedConfig/Selection/GridCellRange.js +2 -0
  377. package/src/PredefinedConfig/Selection/GridRow.d.ts +43 -0
  378. package/src/PredefinedConfig/Selection/GridRow.js +2 -0
  379. package/src/PredefinedConfig/Selection/SelectedCellInfo.d.ts +15 -0
  380. package/src/PredefinedConfig/Selection/SelectedCellInfo.js +2 -0
  381. package/src/PredefinedConfig/Selection/SelectedRowInfo.d.ts +10 -0
  382. package/src/PredefinedConfig/Selection/SelectedRowInfo.js +2 -0
  383. package/src/PredefinedConfig/ShortcutState.d.ts +33 -0
  384. package/src/PredefinedConfig/ShortcutState.js +2 -0
  385. package/src/PredefinedConfig/SparklineColumnState.d.ts +40 -0
  386. package/src/PredefinedConfig/SparklineColumnState.js +2 -0
  387. package/src/PredefinedConfig/SystemState.d.ts +59 -0
  388. package/src/PredefinedConfig/SystemState.js +2 -0
  389. package/src/PredefinedConfig/TeamSharingState.d.ts +88 -0
  390. package/src/PredefinedConfig/TeamSharingState.js +2 -0
  391. package/src/PredefinedConfig/ThemeState.d.ts +36 -0
  392. package/src/PredefinedConfig/ThemeState.js +2 -0
  393. package/src/PredefinedConfig/ToolPanelState.d.ts +32 -0
  394. package/src/PredefinedConfig/ToolPanelState.js +2 -0
  395. package/src/PredefinedConfig/Uuid.d.ts +2 -0
  396. package/src/PredefinedConfig/Uuid.js +5 -0
  397. package/src/Redux/ActionsReducers/AlertRedux.d.ts +88 -0
  398. package/src/Redux/ActionsReducers/AlertRedux.js +157 -0
  399. package/src/Redux/ActionsReducers/ApplicationRedux.d.ts +27 -0
  400. package/src/Redux/ActionsReducers/ApplicationRedux.js +56 -0
  401. package/src/Redux/ActionsReducers/BulkUpdateRedux.d.ts +25 -0
  402. package/src/Redux/ActionsReducers/BulkUpdateRedux.js +26 -0
  403. package/src/Redux/ActionsReducers/CalculatedColumnRedux.d.ts +35 -0
  404. package/src/Redux/ActionsReducers/CalculatedColumnRedux.js +72 -0
  405. package/src/Redux/ActionsReducers/CellSummaryRedux.d.ts +5 -0
  406. package/src/Redux/ActionsReducers/CellSummaryRedux.js +7 -0
  407. package/src/Redux/ActionsReducers/ConditionalStyleRedux.d.ts +49 -0
  408. package/src/Redux/ActionsReducers/ConditionalStyleRedux.js +88 -0
  409. package/src/Redux/ActionsReducers/CustomSortRedux.d.ts +49 -0
  410. package/src/Redux/ActionsReducers/CustomSortRedux.js +86 -0
  411. package/src/Redux/ActionsReducers/DashboardRedux.d.ts +116 -0
  412. package/src/Redux/ActionsReducers/DashboardRedux.js +173 -0
  413. package/src/Redux/ActionsReducers/DataSourceRedux.d.ts +42 -0
  414. package/src/Redux/ActionsReducers/DataSourceRedux.js +76 -0
  415. package/src/Redux/ActionsReducers/ExportRedux.d.ts +61 -0
  416. package/src/Redux/ActionsReducers/ExportRedux.js +97 -0
  417. package/src/Redux/ActionsReducers/FilterRedux.d.ts +70 -0
  418. package/src/Redux/ActionsReducers/FilterRedux.js +126 -0
  419. package/src/Redux/ActionsReducers/FormatColumnRedux.d.ts +49 -0
  420. package/src/Redux/ActionsReducers/FormatColumnRedux.js +85 -0
  421. package/src/Redux/ActionsReducers/FreeTextColumnRedux.d.ts +49 -0
  422. package/src/Redux/ActionsReducers/FreeTextColumnRedux.js +94 -0
  423. package/src/Redux/ActionsReducers/GridRedux.d.ts +171 -0
  424. package/src/Redux/ActionsReducers/GridRedux.js +227 -0
  425. package/src/Redux/ActionsReducers/LayoutRedux.d.ts +57 -0
  426. package/src/Redux/ActionsReducers/LayoutRedux.js +89 -0
  427. package/src/Redux/ActionsReducers/PluginsRedux.d.ts +188 -0
  428. package/src/Redux/ActionsReducers/PluginsRedux.js +194 -0
  429. package/src/Redux/ActionsReducers/PlusMinusRedux.d.ts +58 -0
  430. package/src/Redux/ActionsReducers/PlusMinusRedux.js +97 -0
  431. package/src/Redux/ActionsReducers/PopupRedux.d.ts +73 -0
  432. package/src/Redux/ActionsReducers/PopupRedux.js +238 -0
  433. package/src/Redux/ActionsReducers/QueryRedux.d.ts +44 -0
  434. package/src/Redux/ActionsReducers/QueryRedux.js +76 -0
  435. package/src/Redux/ActionsReducers/QuickSearchRedux.d.ts +28 -0
  436. package/src/Redux/ActionsReducers/QuickSearchRedux.js +47 -0
  437. package/src/Redux/ActionsReducers/ScheduleRedux.d.ts +216 -0
  438. package/src/Redux/ActionsReducers/ScheduleRedux.js +345 -0
  439. package/src/Redux/ActionsReducers/ShortcutRedux.d.ts +49 -0
  440. package/src/Redux/ActionsReducers/ShortcutRedux.js +86 -0
  441. package/src/Redux/ActionsReducers/SmartEditRedux.d.ts +25 -0
  442. package/src/Redux/ActionsReducers/SmartEditRedux.js +26 -0
  443. package/src/Redux/ActionsReducers/SparklineColumnRedux.d.ts +35 -0
  444. package/src/Redux/ActionsReducers/SparklineColumnRedux.js +70 -0
  445. package/src/Redux/ActionsReducers/SystemRedux.d.ts +227 -0
  446. package/src/Redux/ActionsReducers/SystemRedux.js +470 -0
  447. package/src/Redux/ActionsReducers/SystemStatusRedux.d.ts +17 -0
  448. package/src/Redux/ActionsReducers/SystemStatusRedux.js +18 -0
  449. package/src/Redux/ActionsReducers/TeamSharingRedux.d.ts +55 -0
  450. package/src/Redux/ActionsReducers/TeamSharingRedux.js +100 -0
  451. package/src/Redux/ActionsReducers/ThemeRedux.d.ts +35 -0
  452. package/src/Redux/ActionsReducers/ThemeRedux.js +57 -0
  453. package/src/Redux/ActionsReducers/ToolPanelRedux.d.ts +60 -0
  454. package/src/Redux/ActionsReducers/ToolPanelRedux.js +110 -0
  455. package/src/Redux/ActionsReducers/utils.d.ts +8 -0
  456. package/src/Redux/ActionsReducers/utils.js +18 -0
  457. package/src/Redux/DeadRedux.d.ts +25 -0
  458. package/src/Redux/DeadRedux.js +59 -0
  459. package/src/Redux/Store/AdaptableReduxLocalStorageEngine.d.ts +12 -0
  460. package/src/Redux/Store/AdaptableReduxLocalStorageEngine.js +104 -0
  461. package/src/Redux/Store/AdaptableReduxMerger.d.ts +13 -0
  462. package/src/Redux/Store/AdaptableReduxMerger.js +118 -0
  463. package/src/Redux/Store/AdaptableStore.d.ts +46 -0
  464. package/src/Redux/Store/AdaptableStore.js +1258 -0
  465. package/src/Redux/Store/Interface/IAdaptableStore.d.ts +14 -0
  466. package/src/Redux/Store/Interface/IAdaptableStore.js +2 -0
  467. package/src/Redux/Store/Interface/IStorageEngine.d.ts +9 -0
  468. package/src/Redux/Store/Interface/IStorageEngine.js +2 -0
  469. package/src/Strategy/AdaptableModuleBase.d.ts +55 -0
  470. package/src/Strategy/AdaptableModuleBase.js +254 -0
  471. package/src/Strategy/AlertModule.d.ts +27 -0
  472. package/src/Strategy/AlertModule.js +367 -0
  473. package/src/Strategy/BulkUpdateModule.d.ts +12 -0
  474. package/src/Strategy/BulkUpdateModule.js +148 -0
  475. package/src/Strategy/CalculatedColumnModule.d.ts +17 -0
  476. package/src/Strategy/CalculatedColumnModule.js +63 -0
  477. package/src/Strategy/CellSummaryModule.d.ts +13 -0
  478. package/src/Strategy/CellSummaryModule.js +97 -0
  479. package/src/Strategy/ChangeHistoryModule.d.ts +8 -0
  480. package/src/Strategy/ChangeHistoryModule.js +24 -0
  481. package/src/Strategy/ConditionalStyleModule.d.ts +22 -0
  482. package/src/Strategy/ConditionalStyleModule.js +184 -0
  483. package/src/Strategy/CustomSortModule.d.ts +16 -0
  484. package/src/Strategy/CustomSortModule.js +50 -0
  485. package/src/Strategy/DashboardModule.d.ts +13 -0
  486. package/src/Strategy/DashboardModule.js +76 -0
  487. package/src/Strategy/DataSourceModule.d.ts +12 -0
  488. package/src/Strategy/DataSourceModule.js +26 -0
  489. package/src/Strategy/ExportModule.d.ts +29 -0
  490. package/src/Strategy/ExportModule.js +193 -0
  491. package/src/Strategy/FilterModule.d.ts +18 -0
  492. package/src/Strategy/FilterModule.js +80 -0
  493. package/src/Strategy/FormatColumnModule.d.ts +18 -0
  494. package/src/Strategy/FormatColumnModule.js +213 -0
  495. package/src/Strategy/FreeTextColumnModule.d.ts +16 -0
  496. package/src/Strategy/FreeTextColumnModule.js +47 -0
  497. package/src/Strategy/GridInfoModule.d.ts +12 -0
  498. package/src/Strategy/GridInfoModule.js +78 -0
  499. package/src/Strategy/Interface/IBulkUpdateModule.d.ts +13 -0
  500. package/src/Strategy/Interface/IBulkUpdateModule.js +2 -0
  501. package/src/Strategy/Interface/ICellSummaryModule.d.ts +6 -0
  502. package/src/Strategy/Interface/ICellSummaryModule.js +2 -0
  503. package/src/Strategy/Interface/IConditionalStyleModule.d.ts +6 -0
  504. package/src/Strategy/Interface/IConditionalStyleModule.js +2 -0
  505. package/src/Strategy/Interface/IExportModule.d.ts +6 -0
  506. package/src/Strategy/Interface/IExportModule.js +2 -0
  507. package/src/Strategy/Interface/IModule.d.ts +54 -0
  508. package/src/Strategy/Interface/IModule.js +2 -0
  509. package/src/Strategy/Interface/IModuleActionReturn.d.ts +5 -0
  510. package/src/Strategy/Interface/IModuleActionReturn.js +2 -0
  511. package/src/Strategy/Interface/IPlusMinusModule.d.ts +7 -0
  512. package/src/Strategy/Interface/IPlusMinusModule.js +2 -0
  513. package/src/Strategy/Interface/IScheduleModule.d.ts +4 -0
  514. package/src/Strategy/Interface/IScheduleModule.js +2 -0
  515. package/src/Strategy/Interface/IShortcutModule.d.ts +4 -0
  516. package/src/Strategy/Interface/IShortcutModule.js +2 -0
  517. package/src/Strategy/Interface/ISmartEditModule.d.ts +10 -0
  518. package/src/Strategy/Interface/ISmartEditModule.js +2 -0
  519. package/src/Strategy/LayoutModule.d.ts +19 -0
  520. package/src/Strategy/LayoutModule.js +112 -0
  521. package/src/Strategy/PlusMinusModule.d.ts +26 -0
  522. package/src/Strategy/PlusMinusModule.js +183 -0
  523. package/src/Strategy/QueryModule.d.ts +13 -0
  524. package/src/Strategy/QueryModule.js +29 -0
  525. package/src/Strategy/QuickSearchModule.d.ts +6 -0
  526. package/src/Strategy/QuickSearchModule.js +12 -0
  527. package/src/Strategy/ScheduleModule.d.ts +13 -0
  528. package/src/Strategy/ScheduleModule.js +120 -0
  529. package/src/Strategy/ShortcutModule.d.ts +18 -0
  530. package/src/Strategy/ShortcutModule.js +72 -0
  531. package/src/Strategy/SmartEditModule.d.ts +17 -0
  532. package/src/Strategy/SmartEditModule.js +168 -0
  533. package/src/Strategy/StateManagementModule.d.ts +6 -0
  534. package/src/Strategy/StateManagementModule.js +12 -0
  535. package/src/Strategy/SystemStatusModule.d.ts +10 -0
  536. package/src/Strategy/SystemStatusModule.js +34 -0
  537. package/src/Strategy/TeamSharingModule.d.ts +11 -0
  538. package/src/Strategy/TeamSharingModule.js +73 -0
  539. package/src/Strategy/ThemeModule.d.ts +9 -0
  540. package/src/Strategy/ThemeModule.js +18 -0
  541. package/src/Strategy/ToolPanelModule.d.ts +8 -0
  542. package/src/Strategy/ToolPanelModule.js +43 -0
  543. package/src/Utilities/Cancelable.d.ts +4 -0
  544. package/src/Utilities/Cancelable.js +2 -0
  545. package/src/Utilities/Constants/ConfigConstants.d.ts +10 -0
  546. package/src/Utilities/Constants/ConfigConstants.js +14 -0
  547. package/src/Utilities/Constants/DocumentationLinkConstants.d.ts +9 -0
  548. package/src/Utilities/Constants/DocumentationLinkConstants.js +12 -0
  549. package/src/Utilities/Constants/GeneralConstants.d.ts +66 -0
  550. package/src/Utilities/Constants/GeneralConstants.js +92 -0
  551. package/src/Utilities/Constants/ModuleConstants.d.ts +32 -0
  552. package/src/Utilities/Constants/ModuleConstants.js +34 -0
  553. package/src/Utilities/Defaults/DefaultAdaptableOptions.d.ts +2 -0
  554. package/src/Utilities/Defaults/DefaultAdaptableOptions.js +213 -0
  555. package/src/Utilities/Defaults/DefaultCategoryChartProperties.d.ts +2 -0
  556. package/src/Utilities/Defaults/DefaultCategoryChartProperties.js +56 -0
  557. package/src/Utilities/Defaults/DefaultPieChartProperties.d.ts +2 -0
  558. package/src/Utilities/Defaults/DefaultPieChartProperties.js +13 -0
  559. package/src/Utilities/Defaults/DefaultSparklinesChartProperties.d.ts +2 -0
  560. package/src/Utilities/Defaults/DefaultSparklinesChartProperties.js +25 -0
  561. package/src/Utilities/Emitter.d.ts +21 -0
  562. package/src/Utilities/Emitter.js +232 -0
  563. package/src/Utilities/ExpressionFunctions/ExpressionEvaluationError.d.ts +4 -0
  564. package/src/Utilities/ExpressionFunctions/ExpressionEvaluationError.js +11 -0
  565. package/src/Utilities/ExpressionFunctions/aggregationExpressionFunctions.d.ts +6 -0
  566. package/src/Utilities/ExpressionFunctions/aggregationExpressionFunctions.js +211 -0
  567. package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.d.ts +53 -0
  568. package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.js +601 -0
  569. package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.d.ts +6 -0
  570. package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.js +421 -0
  571. package/src/Utilities/ExpressionFunctions/reactiveExpressionFunctionUtils.d.ts +12 -0
  572. package/src/Utilities/ExpressionFunctions/reactiveExpressionFunctionUtils.js +87 -0
  573. package/src/Utilities/ExpressionFunctions/types.d.ts +7 -0
  574. package/src/Utilities/ExpressionFunctions/types.js +2 -0
  575. package/src/Utilities/Extensions/ArrayExtensions.d.ts +67 -0
  576. package/src/Utilities/Extensions/ArrayExtensions.js +313 -0
  577. package/src/Utilities/Extensions/EnumExtensions.d.ts +11 -0
  578. package/src/Utilities/Extensions/EnumExtensions.js +41 -0
  579. package/src/Utilities/Extensions/NumberExtensions.d.ts +5 -0
  580. package/src/Utilities/Extensions/NumberExtensions.js +24 -0
  581. package/src/Utilities/Extensions/StringExtensions.d.ts +39 -0
  582. package/src/Utilities/Extensions/StringExtensions.js +111 -0
  583. package/src/Utilities/Extensions/TypeExtensions.d.ts +44 -0
  584. package/src/Utilities/Extensions/TypeExtensions.js +2 -0
  585. package/src/Utilities/Helpers/AdaptableHelper.d.ts +25 -0
  586. package/src/Utilities/Helpers/AdaptableHelper.js +156 -0
  587. package/src/Utilities/Helpers/CalendarHelper.d.ts +25 -0
  588. package/src/Utilities/Helpers/CalendarHelper.js +174 -0
  589. package/src/Utilities/Helpers/DateHelper.d.ts +4 -0
  590. package/src/Utilities/Helpers/DateHelper.js +38 -0
  591. package/src/Utilities/Helpers/FormatHelper.d.ts +11 -0
  592. package/src/Utilities/Helpers/FormatHelper.js +107 -0
  593. package/src/Utilities/Helpers/Helper.d.ts +38 -0
  594. package/src/Utilities/Helpers/Helper.js +264 -0
  595. package/src/Utilities/Helpers/LoggingHelper.d.ts +15 -0
  596. package/src/Utilities/Helpers/LoggingHelper.js +110 -0
  597. package/src/Utilities/Helpers/PreviewHelper.d.ts +11 -0
  598. package/src/Utilities/Helpers/PreviewHelper.js +73 -0
  599. package/src/Utilities/Helpers/StyleHelper.d.ts +5 -0
  600. package/src/Utilities/Helpers/StyleHelper.js +44 -0
  601. package/src/Utilities/Interface/AdaptableToolPanelContext.d.ts +4 -0
  602. package/src/Utilities/Interface/AdaptableToolPanelContext.js +2 -0
  603. package/src/Utilities/Interface/ColumnFilterContext.d.ts +7 -0
  604. package/src/Utilities/Interface/ColumnFilterContext.js +2 -0
  605. package/src/Utilities/Interface/IPPStyle.d.ts +31 -0
  606. package/src/Utilities/Interface/IPPStyle.js +2 -0
  607. package/src/Utilities/Interface/KeyValuePair.d.ts +7 -0
  608. package/src/Utilities/Interface/KeyValuePair.js +2 -0
  609. package/src/Utilities/Interface/MessagePopups.d.ts +59 -0
  610. package/src/Utilities/Interface/MessagePopups.js +2 -0
  611. package/src/Utilities/Interface/Preview.d.ts +17 -0
  612. package/src/Utilities/Interface/Preview.js +2 -0
  613. package/src/Utilities/Interface/ProgressIndicator.d.ts +4 -0
  614. package/src/Utilities/Interface/ProgressIndicator.js +2 -0
  615. package/src/Utilities/MenuItem.d.ts +28 -0
  616. package/src/Utilities/MenuItem.js +37 -0
  617. package/src/Utilities/ObjectFactory.d.ts +116 -0
  618. package/src/Utilities/ObjectFactory.js +491 -0
  619. package/src/Utilities/Services/AlertService.d.ts +15 -0
  620. package/src/Utilities/Services/AlertService.js +70 -0
  621. package/src/Utilities/Services/CalculatedColumnExpressionService.d.ts +11 -0
  622. package/src/Utilities/Services/CalculatedColumnExpressionService.js +67 -0
  623. package/src/Utilities/Services/DataService.d.ts +27 -0
  624. package/src/Utilities/Services/DataService.js +96 -0
  625. package/src/Utilities/Services/EntitlementService.d.ts +14 -0
  626. package/src/Utilities/Services/EntitlementService.js +51 -0
  627. package/src/Utilities/Services/ExpressionService.d.ts +34 -0
  628. package/src/Utilities/Services/ExpressionService.js +195 -0
  629. package/src/Utilities/Services/Interface/IAdaptableService.d.ts +3 -0
  630. package/src/Utilities/Services/Interface/IAdaptableService.js +2 -0
  631. package/src/Utilities/Services/Interface/IAlertService.d.ts +16 -0
  632. package/src/Utilities/Services/Interface/IAlertService.js +2 -0
  633. package/src/Utilities/Services/Interface/ICalculatedColumnExpressionService.d.ts +7 -0
  634. package/src/Utilities/Services/Interface/ICalculatedColumnExpressionService.js +2 -0
  635. package/src/Utilities/Services/Interface/IDataService.d.ts +12 -0
  636. package/src/Utilities/Services/Interface/IDataService.js +2 -0
  637. package/src/Utilities/Services/Interface/IEntitlementService.d.ts +10 -0
  638. package/src/Utilities/Services/Interface/IEntitlementService.js +2 -0
  639. package/src/Utilities/Services/Interface/IExpressionService.d.ts +26 -0
  640. package/src/Utilities/Services/Interface/IExpressionService.js +2 -0
  641. package/src/Utilities/Services/Interface/ILicenseService.d.ts +2 -0
  642. package/src/Utilities/Services/Interface/ILicenseService.js +2 -0
  643. package/src/Utilities/Services/Interface/IMetamodelService.d.ts +14 -0
  644. package/src/Utilities/Services/Interface/IMetamodelService.js +2 -0
  645. package/src/Utilities/Services/Interface/IModuleService.d.ts +16 -0
  646. package/src/Utilities/Services/Interface/IModuleService.js +2 -0
  647. package/src/Utilities/Services/Interface/IReportService.d.ts +22 -0
  648. package/src/Utilities/Services/Interface/IReportService.js +2 -0
  649. package/src/Utilities/Services/Interface/ITeamSharingService.d.ts +14 -0
  650. package/src/Utilities/Services/Interface/ITeamSharingService.js +2 -0
  651. package/src/Utilities/Services/Interface/IValidationService.d.ts +12 -0
  652. package/src/Utilities/Services/Interface/IValidationService.js +2 -0
  653. package/src/Utilities/Services/LicenseService.d.ts +27 -0
  654. package/src/Utilities/Services/LicenseService.js +145 -0
  655. package/src/Utilities/Services/MetamodelService.d.ts +11 -0
  656. package/src/Utilities/Services/MetamodelService.js +70 -0
  657. package/src/Utilities/Services/ModuleService.d.ts +20 -0
  658. package/src/Utilities/Services/ModuleService.js +147 -0
  659. package/src/Utilities/Services/ReportService.d.ts +30 -0
  660. package/src/Utilities/Services/ReportService.js +353 -0
  661. package/src/Utilities/Services/TeamSharingService.d.ts +22 -0
  662. package/src/Utilities/Services/TeamSharingService.js +183 -0
  663. package/src/Utilities/Services/ValidationService.d.ts +17 -0
  664. package/src/Utilities/Services/ValidationService.js +112 -0
  665. package/src/Utilities/getScrollbarSize.d.ts +2 -0
  666. package/src/Utilities/getScrollbarSize.js +30 -0
  667. package/src/Utilities/isAdaptableObject.d.ts +2 -0
  668. package/src/Utilities/isAdaptableObject.js +7 -0
  669. package/src/Utilities/isMacLike.d.ts +1 -0
  670. package/src/Utilities/isMacLike.js +7 -0
  671. package/src/Utilities/license/LicenseDetails.d.ts +10 -0
  672. package/src/Utilities/license/LicenseDetails.js +2 -0
  673. package/src/Utilities/license/crc32.d.ts +1 -0
  674. package/src/Utilities/license/crc32.js +47 -0
  675. package/src/Utilities/license/decode.d.ts +6 -0
  676. package/src/Utilities/license/decode.js +67 -0
  677. package/src/Utilities/reorder.d.ts +1 -0
  678. package/src/Utilities/reorder.js +16 -0
  679. package/src/Utilities/sortWithOrder.d.ts +11 -0
  680. package/src/Utilities/sortWithOrder.js +54 -0
  681. package/src/Utilities/waitForCondition.d.ts +1 -0
  682. package/src/Utilities/waitForCondition.js +28 -0
  683. package/src/View/AdaptableContext.d.ts +5 -0
  684. package/src/View/AdaptableContext.js +10 -0
  685. package/src/View/AdaptablePopover/index.d.ts +17 -0
  686. package/src/View/AdaptablePopover/index.js +37 -0
  687. package/src/View/AdaptableView.d.ts +5 -0
  688. package/src/View/AdaptableView.js +60 -0
  689. package/src/View/AdaptableViewFactory.d.ts +7 -0
  690. package/src/View/AdaptableViewFactory.js +89 -0
  691. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ColumnsList.d.ts +12 -0
  692. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ColumnsList.js +274 -0
  693. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationForm.d.ts +8 -0
  694. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationForm.js +124 -0
  695. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/index.d.ts +9 -0
  696. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/index.js +74 -0
  697. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/useSelection.d.ts +19 -0
  698. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/useSelection.js +57 -0
  699. package/src/View/AdaptableWizardView/helper.d.ts +19 -0
  700. package/src/View/AdaptableWizardView/helper.js +91 -0
  701. package/src/View/AdaptableWizardView/index.d.ts +25 -0
  702. package/src/View/AdaptableWizardView/index.js +111 -0
  703. package/src/View/Alert/AlertEntityRow.d.ts +11 -0
  704. package/src/View/Alert/AlertEntityRow.js +33 -0
  705. package/src/View/Alert/AlertPopup.d.ts +42 -0
  706. package/src/View/Alert/AlertPopup.js +205 -0
  707. package/src/View/Alert/AlertSharedEntity.d.ts +5 -0
  708. package/src/View/Alert/AlertSharedEntity.js +19 -0
  709. package/src/View/Alert/AlertViewPanel.d.ts +22 -0
  710. package/src/View/Alert/AlertViewPanel.js +57 -0
  711. package/src/View/Alert/AlertsPanel.d.ts +14 -0
  712. package/src/View/Alert/AlertsPanel.js +43 -0
  713. package/src/View/Alert/FlashingAlertEntityRow.d.ts +7 -0
  714. package/src/View/Alert/FlashingAlertEntityRow.js +22 -0
  715. package/src/View/Alert/Wizard/AlertBehaviourWizardSection.d.ts +8 -0
  716. package/src/View/Alert/Wizard/AlertBehaviourWizardSection.js +67 -0
  717. package/src/View/Alert/Wizard/AlertButtonsEditor.d.ts +13 -0
  718. package/src/View/Alert/Wizard/AlertButtonsEditor.js +142 -0
  719. package/src/View/Alert/Wizard/AlertDisplayWizardSection.d.ts +8 -0
  720. package/src/View/Alert/Wizard/AlertDisplayWizardSection.js +93 -0
  721. package/src/View/Alert/Wizard/AlertRulesWizardSection.d.ts +8 -0
  722. package/src/View/Alert/Wizard/AlertRulesWizardSection.js +24 -0
  723. package/src/View/Alert/Wizard/AlertScopeWizardSection.d.ts +7 -0
  724. package/src/View/Alert/Wizard/AlertScopeWizardSection.js +9 -0
  725. package/src/View/Alert/Wizard/AlertSelectQueryWizard.d.ts +19 -0
  726. package/src/View/Alert/Wizard/AlertSelectQueryWizard.js +59 -0
  727. package/src/View/Alert/Wizard/AlertWizard.d.ts +6 -0
  728. package/src/View/Alert/Wizard/AlertWizard.js +75 -0
  729. package/src/View/Alert/Wizard/BaseAlertRulesWizardSection.d.ts +7 -0
  730. package/src/View/Alert/Wizard/BaseAlertRulesWizardSection.js +26 -0
  731. package/src/View/Alert/Wizard/BaseAlertScopeWizardSection.d.ts +8 -0
  732. package/src/View/Alert/Wizard/BaseAlertScopeWizardSection.js +56 -0
  733. package/src/View/Alert/Wizard/FlashingAlertWizard/FlashingAlertDurationWizardSection.d.ts +10 -0
  734. package/src/View/Alert/Wizard/FlashingAlertWizard/FlashingAlertDurationWizardSection.js +60 -0
  735. package/src/View/Alert/Wizard/FlashingAlertWizard/FlashingAlertRulesWizardSection.d.ts +7 -0
  736. package/src/View/Alert/Wizard/FlashingAlertWizard/FlashingAlertRulesWizardSection.js +57 -0
  737. package/src/View/Alert/Wizard/FlashingAlertWizard/FlashingAlertScopeWizardSection.d.ts +7 -0
  738. package/src/View/Alert/Wizard/FlashingAlertWizard/FlashingAlertScopeWizardSection.js +9 -0
  739. package/src/View/Alert/Wizard/FlashingAlertWizard/FlashingAlertStyleWizardSection.d.ts +10 -0
  740. package/src/View/Alert/Wizard/FlashingAlertWizard/FlashingAlertStyleWizardSection.js +48 -0
  741. package/src/View/Alert/Wizard/FlashingAlertWizard/FlashingAlertWizard.d.ts +6 -0
  742. package/src/View/Alert/Wizard/FlashingAlertWizard/FlashingAlertWizard.js +89 -0
  743. package/src/View/Alert/Wizard/isValidAlertRules.d.ts +4 -0
  744. package/src/View/Alert/Wizard/isValidAlertRules.js +44 -0
  745. package/src/View/BulkUpdate/BulkUpdatePopup.d.ts +31 -0
  746. package/src/View/BulkUpdate/BulkUpdatePopup.js +112 -0
  747. package/src/View/BulkUpdate/BulkUpdateViewPanel.d.ts +29 -0
  748. package/src/View/BulkUpdate/BulkUpdateViewPanel.js +107 -0
  749. package/src/View/CalculatedColumn/CalculatedColumnEntityRow.d.ts +9 -0
  750. package/src/View/CalculatedColumn/CalculatedColumnEntityRow.js +28 -0
  751. package/src/View/CalculatedColumn/CalculatedColumnPopup.d.ts +25 -0
  752. package/src/View/CalculatedColumn/CalculatedColumnPopup.js +117 -0
  753. package/src/View/CalculatedColumn/CalculatedColumnSharedEntity.d.ts +5 -0
  754. package/src/View/CalculatedColumn/CalculatedColumnSharedEntity.js +20 -0
  755. package/src/View/CalculatedColumn/CalculatedColumnSummary.d.ts +19 -0
  756. package/src/View/CalculatedColumn/CalculatedColumnSummary.js +72 -0
  757. package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.d.ts +9 -0
  758. package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.js +49 -0
  759. package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.d.ts +9 -0
  760. package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.js +143 -0
  761. package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.d.ts +6 -0
  762. package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.js +45 -0
  763. package/src/View/CellSummary/CellSummaryDetails.d.ts +9 -0
  764. package/src/View/CellSummary/CellSummaryDetails.js +35 -0
  765. package/src/View/CellSummary/CellSummaryPopover.d.ts +8 -0
  766. package/src/View/CellSummary/CellSummaryPopover.js +12 -0
  767. package/src/View/CellSummary/CellSummaryPopup.d.ts +15 -0
  768. package/src/View/CellSummary/CellSummaryPopup.js +29 -0
  769. package/src/View/CellSummary/CellSummaryViewPanel.d.ts +25 -0
  770. package/src/View/CellSummary/CellSummaryViewPanel.js +112 -0
  771. package/src/View/ChangeHistory/ChangeHistoryGrid.d.ts +9 -0
  772. package/src/View/ChangeHistory/ChangeHistoryGrid.js +306 -0
  773. package/src/View/ChangeHistory/ChangeHistoryPopup.d.ts +12 -0
  774. package/src/View/ChangeHistory/ChangeHistoryPopup.js +40 -0
  775. package/src/View/ColorPicker.d.ts +8 -0
  776. package/src/View/ColorPicker.js +22 -0
  777. package/src/View/Components/AdaptableDateInput/index.d.ts +5 -0
  778. package/src/View/Components/AdaptableDateInput/index.js +37 -0
  779. package/src/View/Components/AdaptableInput/index.d.ts +5 -0
  780. package/src/View/Components/AdaptableInput/index.js +20 -0
  781. package/src/View/Components/AdaptableObjectCollection/index.d.ts +12 -0
  782. package/src/View/Components/AdaptableObjectCollection/index.js +16 -0
  783. package/src/View/Components/AdaptableObjectRow/index.d.ts +12 -0
  784. package/src/View/Components/AdaptableObjectRow/index.js +24 -0
  785. package/src/View/Components/Buttons/ButtonApply.d.ts +7 -0
  786. package/src/View/Components/Buttons/ButtonApply.js +12 -0
  787. package/src/View/Components/Buttons/ButtonBase/index.d.ts +23 -0
  788. package/src/View/Components/Buttons/ButtonBase/index.js +74 -0
  789. package/src/View/Components/Buttons/ButtonClear.d.ts +9 -0
  790. package/src/View/Components/Buttons/ButtonClear.js +12 -0
  791. package/src/View/Components/Buttons/ButtonClone.d.ts +3 -0
  792. package/src/View/Components/Buttons/ButtonClone.js +9 -0
  793. package/src/View/Components/Buttons/ButtonClose.d.ts +5 -0
  794. package/src/View/Components/Buttons/ButtonClose.js +12 -0
  795. package/src/View/Components/Buttons/ButtonConfigure.d.ts +5 -0
  796. package/src/View/Components/Buttons/ButtonConfigure.js +12 -0
  797. package/src/View/Components/Buttons/ButtonDelete.d.ts +18 -0
  798. package/src/View/Components/Buttons/ButtonDelete.js +45 -0
  799. package/src/View/Components/Buttons/ButtonEdit.d.ts +5 -0
  800. package/src/View/Components/Buttons/ButtonEdit.js +12 -0
  801. package/src/View/Components/Buttons/ButtonExpand.d.ts +5 -0
  802. package/src/View/Components/Buttons/ButtonExpand.js +12 -0
  803. package/src/View/Components/Buttons/ButtonExport.d.ts +7 -0
  804. package/src/View/Components/Buttons/ButtonExport.js +12 -0
  805. package/src/View/Components/Buttons/ButtonFunction.d.ts +7 -0
  806. package/src/View/Components/Buttons/ButtonFunction.js +12 -0
  807. package/src/View/Components/Buttons/ButtonGeneral.d.ts +5 -0
  808. package/src/View/Components/Buttons/ButtonGeneral.js +12 -0
  809. package/src/View/Components/Buttons/ButtonInfo.d.ts +9 -0
  810. package/src/View/Components/Buttons/ButtonInfo.js +12 -0
  811. package/src/View/Components/Buttons/ButtonInvalid.d.ts +5 -0
  812. package/src/View/Components/Buttons/ButtonInvalid.js +12 -0
  813. package/src/View/Components/Buttons/ButtonLogin.d.ts +7 -0
  814. package/src/View/Components/Buttons/ButtonLogin.js +12 -0
  815. package/src/View/Components/Buttons/ButtonLogout.d.ts +7 -0
  816. package/src/View/Components/Buttons/ButtonLogout.js +12 -0
  817. package/src/View/Components/Buttons/ButtonMaximise.d.ts +8 -0
  818. package/src/View/Components/Buttons/ButtonMaximise.js +12 -0
  819. package/src/View/Components/Buttons/ButtonMinimise.d.ts +5 -0
  820. package/src/View/Components/Buttons/ButtonMinimise.js +12 -0
  821. package/src/View/Components/Buttons/ButtonNew.d.ts +3 -0
  822. package/src/View/Components/Buttons/ButtonNew.js +9 -0
  823. package/src/View/Components/Buttons/ButtonNewPage.d.ts +7 -0
  824. package/src/View/Components/Buttons/ButtonNewPage.js +13 -0
  825. package/src/View/Components/Buttons/ButtonPause.d.ts +7 -0
  826. package/src/View/Components/Buttons/ButtonPause.js +12 -0
  827. package/src/View/Components/Buttons/ButtonPlay.d.ts +7 -0
  828. package/src/View/Components/Buttons/ButtonPlay.js +13 -0
  829. package/src/View/Components/Buttons/ButtonPreviewDelete.d.ts +4 -0
  830. package/src/View/Components/Buttons/ButtonPreviewDelete.js +8 -0
  831. package/src/View/Components/Buttons/ButtonSave.d.ts +5 -0
  832. package/src/View/Components/Buttons/ButtonSave.js +12 -0
  833. package/src/View/Components/Buttons/ButtonSchedule.d.ts +7 -0
  834. package/src/View/Components/Buttons/ButtonSchedule.js +12 -0
  835. package/src/View/Components/Buttons/ButtonShare.d.ts +15 -0
  836. package/src/View/Components/Buttons/ButtonShare.js +23 -0
  837. package/src/View/Components/Buttons/ButtonShow.d.ts +5 -0
  838. package/src/View/Components/Buttons/ButtonShow.js +12 -0
  839. package/src/View/Components/Buttons/ButtonShowChart.d.ts +5 -0
  840. package/src/View/Components/Buttons/ButtonShowChart.js +12 -0
  841. package/src/View/Components/Buttons/ButtonStop.d.ts +7 -0
  842. package/src/View/Components/Buttons/ButtonStop.js +12 -0
  843. package/src/View/Components/Buttons/ButtonUndo.d.ts +5 -0
  844. package/src/View/Components/Buttons/ButtonUndo.js +12 -0
  845. package/src/View/Components/Buttons/EntityListActionButtons.d.ts +39 -0
  846. package/src/View/Components/Buttons/EntityListActionButtons.js +79 -0
  847. package/src/View/Components/Buttons/SuspendToggleButton.d.ts +12 -0
  848. package/src/View/Components/Buttons/SuspendToggleButton.js +17 -0
  849. package/src/View/Components/ColumnSelector/index.d.ts +17 -0
  850. package/src/View/Components/ColumnSelector/index.js +28 -0
  851. package/src/View/Components/EntityRowItem.d.ts +7 -0
  852. package/src/View/Components/EntityRowItem.js +13 -0
  853. package/src/View/Components/EntityRulesEditor/index.d.ts +42 -0
  854. package/src/View/Components/EntityRulesEditor/index.js +174 -0
  855. package/src/View/Components/ExpressionWizard.d.ts +24 -0
  856. package/src/View/Components/ExpressionWizard.js +79 -0
  857. package/src/View/Components/FilterForm/FilterForm.d.ts +63 -0
  858. package/src/View/Components/FilterForm/FilterForm.js +262 -0
  859. package/src/View/Components/FilterForm/ListBoxFilterForm.d.ts +17 -0
  860. package/src/View/Components/FilterForm/ListBoxFilterForm.js +68 -0
  861. package/src/View/Components/FilterForm/ListBoxMenu.d.ts +14 -0
  862. package/src/View/Components/FilterForm/ListBoxMenu.js +33 -0
  863. package/src/View/Components/FilterForm/QuickFilterForm.d.ts +50 -0
  864. package/src/View/Components/FilterForm/QuickFilterForm.js +283 -0
  865. package/src/View/Components/FilterForm/Waiting.d.ts +8 -0
  866. package/src/View/Components/FilterForm/Waiting.js +18 -0
  867. package/src/View/Components/Forms/AdaptableForm.d.ts +6 -0
  868. package/src/View/Components/Forms/AdaptableForm.js +21 -0
  869. package/src/View/Components/Forms/AdaptableFormControlTextClear.d.ts +10 -0
  870. package/src/View/Components/Forms/AdaptableFormControlTextClear.js +39 -0
  871. package/src/View/Components/ListBox/DualListBoxEditor.d.ts +22 -0
  872. package/src/View/Components/ListBox/DualListBoxEditor.js +519 -0
  873. package/src/View/Components/ListBox/ListBoxFilterSortComponent.d.ts +13 -0
  874. package/src/View/Components/ListBox/ListBoxFilterSortComponent.js +31 -0
  875. package/src/View/Components/ModuleProfile.d.ts +8 -0
  876. package/src/View/Components/ModuleProfile.js +18 -0
  877. package/src/View/Components/ModuleSummary/ModuleDetail.d.ts +23 -0
  878. package/src/View/Components/ModuleSummary/ModuleDetail.js +19 -0
  879. package/src/View/Components/ModuleSummary/ModuleHeader.d.ts +15 -0
  880. package/src/View/Components/ModuleSummary/ModuleHeader.js +20 -0
  881. package/src/View/Components/ModuleSummary/SummaryRowItem.d.ts +7 -0
  882. package/src/View/Components/ModuleSummary/SummaryRowItem.js +17 -0
  883. package/src/View/Components/ModuleValueSelector/index.d.ts +5 -0
  884. package/src/View/Components/ModuleValueSelector/index.js +34 -0
  885. package/src/View/Components/NewScopeComponent.d.ts +24 -0
  886. package/src/View/Components/NewScopeComponent.js +146 -0
  887. package/src/View/Components/Panels/FilterFormPanel.d.ts +22 -0
  888. package/src/View/Components/Panels/FilterFormPanel.js +41 -0
  889. package/src/View/Components/Panels/PanelDashboard/index.d.ts +15 -0
  890. package/src/View/Components/Panels/PanelDashboard/index.js +21 -0
  891. package/src/View/Components/Panels/PanelToolPanel/index.d.ts +14 -0
  892. package/src/View/Components/Panels/PanelToolPanel/index.js +31 -0
  893. package/src/View/Components/Panels/PanelWithButton.d.ts +22 -0
  894. package/src/View/Components/Panels/PanelWithButton.js +36 -0
  895. package/src/View/Components/Panels/PanelWithIImageThreeButtons.d.ts +11 -0
  896. package/src/View/Components/Panels/PanelWithIImageThreeButtons.js +28 -0
  897. package/src/View/Components/Panels/PanelWithImage.d.ts +21 -0
  898. package/src/View/Components/Panels/PanelWithImage.js +40 -0
  899. package/src/View/Components/Panels/PanelWithRow.d.ts +10 -0
  900. package/src/View/Components/Panels/PanelWithRow.js +21 -0
  901. package/src/View/Components/Panels/PanelWithTwoButtons.d.ts +12 -0
  902. package/src/View/Components/Panels/PanelWithTwoButtons.js +20 -0
  903. package/src/View/Components/Panels/ToolPanelSettingsPanel.d.ts +8 -0
  904. package/src/View/Components/Panels/ToolPanelSettingsPanel.js +31 -0
  905. package/src/View/Components/Popups/AdaptableChart.d.ts +18 -0
  906. package/src/View/Components/Popups/AdaptableChart.js +40 -0
  907. package/src/View/Components/Popups/AdaptableLoadingScreen.d.ts +8 -0
  908. package/src/View/Components/Popups/AdaptableLoadingScreen.js +18 -0
  909. package/src/View/Components/Popups/AdaptablePopup.d.ts +23 -0
  910. package/src/View/Components/Popups/AdaptablePopup.js +59 -0
  911. package/src/View/Components/Popups/AdaptablePopupAlert.d.ts +10 -0
  912. package/src/View/Components/Popups/AdaptablePopupAlert.js +73 -0
  913. package/src/View/Components/Popups/AdaptablePopupConfirmation.d.ts +29 -0
  914. package/src/View/Components/Popups/AdaptablePopupConfirmation.js +56 -0
  915. package/src/View/Components/Popups/AdaptablePopupPrompt.d.ts +18 -0
  916. package/src/View/Components/Popups/AdaptablePopupPrompt.js +47 -0
  917. package/src/View/Components/Popups/AdaptablePopupTeamSharing.d.ts +9 -0
  918. package/src/View/Components/Popups/AdaptablePopupTeamSharing.js +46 -0
  919. package/src/View/Components/Popups/AdaptableToaster.d.ts +7 -0
  920. package/src/View/Components/Popups/AdaptableToaster.js +33 -0
  921. package/src/View/Components/Popups/PopupContext.d.ts +7 -0
  922. package/src/View/Components/Popups/PopupContext.js +12 -0
  923. package/src/View/Components/PreviewResultsPanel.d.ts +16 -0
  924. package/src/View/Components/PreviewResultsPanel.js +61 -0
  925. package/src/View/Components/RangesComponent.d.ts +34 -0
  926. package/src/View/Components/RangesComponent.js +186 -0
  927. package/src/View/Components/ScopeComponent.d.ts +24 -0
  928. package/src/View/Components/ScopeComponent.js +135 -0
  929. package/src/View/Components/Selectors/ColumnSelector.d.ts +17 -0
  930. package/src/View/Components/Selectors/ColumnSelector.js +54 -0
  931. package/src/View/Components/Selectors/ColumnValueSelector.d.ts +31 -0
  932. package/src/View/Components/Selectors/ColumnValueSelector.js +106 -0
  933. package/src/View/Components/SharedProps/BaseProps.d.ts +8 -0
  934. package/src/View/Components/SharedProps/BaseProps.js +2 -0
  935. package/src/View/Components/SharedProps/ChartDisplayPopupPropsBase.d.ts +7 -0
  936. package/src/View/Components/SharedProps/ChartDisplayPopupPropsBase.js +2 -0
  937. package/src/View/Components/SharedProps/ConfigEntityRowProps.d.ts +30 -0
  938. package/src/View/Components/SharedProps/ConfigEntityRowProps.js +2 -0
  939. package/src/View/Components/SharedProps/EditableConfigEntityState.d.ts +14 -0
  940. package/src/View/Components/SharedProps/EditableConfigEntityState.js +10 -0
  941. package/src/View/Components/SharedProps/ModuleSummaryProps.d.ts +9 -0
  942. package/src/View/Components/SharedProps/ModuleSummaryProps.js +2 -0
  943. package/src/View/Components/SharedProps/ModuleViewPopupProps.d.ts +25 -0
  944. package/src/View/Components/SharedProps/ModuleViewPopupProps.js +2 -0
  945. package/src/View/Components/SharedProps/ToolPanelModuleViewPopupProps.d.ts +13 -0
  946. package/src/View/Components/SharedProps/ToolPanelModuleViewPopupProps.js +2 -0
  947. package/src/View/Components/SharedProps/ToolbarModuleViewPopupProps.d.ts +14 -0
  948. package/src/View/Components/SharedProps/ToolbarModuleViewPopupProps.js +2 -0
  949. package/src/View/Components/SharedProps/ViewPanelProps.d.ts +9 -0
  950. package/src/View/Components/SharedProps/ViewPanelProps.js +2 -0
  951. package/src/View/Components/SharedProps/WizardScopeState.d.ts +4 -0
  952. package/src/View/Components/SharedProps/WizardScopeState.js +2 -0
  953. package/src/View/Components/StyleComponent.d.ts +32 -0
  954. package/src/View/Components/StyleComponent.js +153 -0
  955. package/src/View/Components/StyleVisualItem.d.ts +9 -0
  956. package/src/View/Components/StyleVisualItem.js +45 -0
  957. package/src/View/Components/ToolPanel/AdaptableToolPanel.d.ts +43 -0
  958. package/src/View/Components/ToolPanel/AdaptableToolPanel.js +296 -0
  959. package/src/View/Components/ToolPanel/CustomToolPanelContent.d.ts +6 -0
  960. package/src/View/Components/ToolPanel/CustomToolPanelContent.js +71 -0
  961. package/src/View/Components/ToolPanel/ToolPanelPopup.d.ts +27 -0
  962. package/src/View/Components/ToolPanel/ToolPanelPopup.js +110 -0
  963. package/src/View/Components/ToolPanel/ToolPanelWrapper.d.ts +14 -0
  964. package/src/View/Components/ToolPanel/ToolPanelWrapper.js +61 -0
  965. package/src/View/Components/ValueSelector/index.d.ts +38 -0
  966. package/src/View/Components/ValueSelector/index.js +203 -0
  967. package/src/View/Components/WizardSummaryPage.d.ts +7 -0
  968. package/src/View/Components/WizardSummaryPage.js +23 -0
  969. package/src/View/Components/WizardSummaryRow.d.ts +9 -0
  970. package/src/View/Components/WizardSummaryRow.js +16 -0
  971. package/src/View/ConditionalStyle/ConditionalStyleEntityRow.d.ts +5 -0
  972. package/src/View/ConditionalStyle/ConditionalStyleEntityRow.js +26 -0
  973. package/src/View/ConditionalStyle/ConditionalStylePopup.d.ts +30 -0
  974. package/src/View/ConditionalStyle/ConditionalStylePopup.js +144 -0
  975. package/src/View/ConditionalStyle/ConditionalStyleSharedEntity.d.ts +5 -0
  976. package/src/View/ConditionalStyle/ConditionalStyleSharedEntity.js +23 -0
  977. package/src/View/ConditionalStyle/ConditionalStyleSummary.d.ts +25 -0
  978. package/src/View/ConditionalStyle/ConditionalStyleSummary.js +107 -0
  979. package/src/View/ConditionalStyle/Wizard/ConditionalStyleRuleWizardSection.d.ts +9 -0
  980. package/src/View/ConditionalStyle/Wizard/ConditionalStyleRuleWizardSection.js +42 -0
  981. package/src/View/ConditionalStyle/Wizard/ConditionalStyleScopeWizardSection.d.ts +8 -0
  982. package/src/View/ConditionalStyle/Wizard/ConditionalStyleScopeWizardSection.js +42 -0
  983. package/src/View/ConditionalStyle/Wizard/ConditionalStyleStyleWizardSection.d.ts +8 -0
  984. package/src/View/ConditionalStyle/Wizard/ConditionalStyleStyleWizardSection.js +22 -0
  985. package/src/View/ConditionalStyle/Wizard/ConditionalStyleWizard.d.ts +6 -0
  986. package/src/View/ConditionalStyle/Wizard/ConditionalStyleWizard.js +78 -0
  987. package/src/View/ConditionalStyle/Wizard/DEFAULT_PREDICATE_ID_FOR_CONDITIONAL_STYLE.d.ts +1 -0
  988. package/src/View/ConditionalStyle/Wizard/DEFAULT_PREDICATE_ID_FOR_CONDITIONAL_STYLE.js +4 -0
  989. package/src/View/CustomSort/CustomSortEntityRow.d.ts +10 -0
  990. package/src/View/CustomSort/CustomSortEntityRow.js +32 -0
  991. package/src/View/CustomSort/CustomSortPopup.d.ts +27 -0
  992. package/src/View/CustomSort/CustomSortPopup.js +138 -0
  993. package/src/View/CustomSort/CustomSortSharedEntity.d.ts +6 -0
  994. package/src/View/CustomSort/CustomSortSharedEntity.js +24 -0
  995. package/src/View/CustomSort/CustomSortSummary.d.ts +21 -0
  996. package/src/View/CustomSort/CustomSortSummary.js +110 -0
  997. package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.d.ts +9 -0
  998. package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.js +51 -0
  999. package/src/View/CustomSort/Wizard/CustomSortSummaryWizard.d.ts +15 -0
  1000. package/src/View/CustomSort/Wizard/CustomSortSummaryWizard.js +36 -0
  1001. package/src/View/CustomSort/Wizard/CustomSortValuesWizardSection.d.ts +8 -0
  1002. package/src/View/CustomSort/Wizard/CustomSortValuesWizardSection.js +53 -0
  1003. package/src/View/CustomSort/Wizard/CustomSortWizard.d.ts +7 -0
  1004. package/src/View/CustomSort/Wizard/CustomSortWizard.js +45 -0
  1005. package/src/View/Dashboard/CustomToolbarWrapper.d.ts +7 -0
  1006. package/src/View/Dashboard/CustomToolbarWrapper.js +67 -0
  1007. package/src/View/Dashboard/Dashboard.d.ts +27 -0
  1008. package/src/View/Dashboard/Dashboard.js +251 -0
  1009. package/src/View/Dashboard/DashboardPopup.d.ts +27 -0
  1010. package/src/View/Dashboard/DashboardPopup.js +101 -0
  1011. package/src/View/Dashboard/DashboardViewPanel.d.ts +17 -0
  1012. package/src/View/Dashboard/DashboardViewPanel.js +39 -0
  1013. package/src/View/Dashboard/ModuleToolbarWrapper.d.ts +9 -0
  1014. package/src/View/Dashboard/ModuleToolbarWrapper.js +16 -0
  1015. package/src/View/DataSource/DataSourceEntityRow.d.ts +12 -0
  1016. package/src/View/DataSource/DataSourceEntityRow.js +29 -0
  1017. package/src/View/DataSource/DataSourcePopup.d.ts +28 -0
  1018. package/src/View/DataSource/DataSourcePopup.js +97 -0
  1019. package/src/View/DataSource/DataSourceViewPanel.d.ts +19 -0
  1020. package/src/View/DataSource/DataSourceViewPanel.js +67 -0
  1021. package/src/View/DataSource/Wizard/DataSourceSettingsSummary.d.ts +2 -0
  1022. package/src/View/DataSource/Wizard/DataSourceSettingsSummary.js +17 -0
  1023. package/src/View/DataSource/Wizard/DataSourceSettingsWizard.d.ts +8 -0
  1024. package/src/View/DataSource/Wizard/DataSourceSettingsWizard.js +42 -0
  1025. package/src/View/DataSource/Wizard/DataSourceWizard.d.ts +9 -0
  1026. package/src/View/DataSource/Wizard/DataSourceWizard.js +28 -0
  1027. package/src/View/Export/ExportCustomDestinationDialog.d.ts +11 -0
  1028. package/src/View/Export/ExportCustomDestinationDialog.js +47 -0
  1029. package/src/View/Export/ExportCustomDestinationFormPopups.d.ts +5 -0
  1030. package/src/View/Export/ExportCustomDestinationFormPopups.js +15 -0
  1031. package/src/View/Export/ExportPopup.d.ts +34 -0
  1032. package/src/View/Export/ExportPopup.js +139 -0
  1033. package/src/View/Export/ExportSharedEntity.d.ts +5 -0
  1034. package/src/View/Export/ExportSharedEntity.js +16 -0
  1035. package/src/View/Export/ExportViewPanel.d.ts +31 -0
  1036. package/src/View/Export/ExportViewPanel.js +159 -0
  1037. package/src/View/Export/ProgressIndicator.d.ts +6 -0
  1038. package/src/View/Export/ProgressIndicator.js +25 -0
  1039. package/src/View/Export/ReportEntityRow.d.ts +10 -0
  1040. package/src/View/Export/ReportEntityRow.js +49 -0
  1041. package/src/View/Export/Wizard/NewReportWizard.d.ts +6 -0
  1042. package/src/View/Export/Wizard/NewReportWizard.js +48 -0
  1043. package/src/View/Export/Wizard/ReportColumnTypeWizard.d.ts +20 -0
  1044. package/src/View/Export/Wizard/ReportColumnTypeWizard.js +72 -0
  1045. package/src/View/Export/Wizard/ReportColumnsWizardSection.d.ts +8 -0
  1046. package/src/View/Export/Wizard/ReportColumnsWizardSection.js +70 -0
  1047. package/src/View/Export/Wizard/ReportNameWizardSection.d.ts +9 -0
  1048. package/src/View/Export/Wizard/ReportNameWizardSection.js +44 -0
  1049. package/src/View/Export/Wizard/ReportRowTypeWizard.d.ts +20 -0
  1050. package/src/View/Export/Wizard/ReportRowTypeWizard.js +72 -0
  1051. package/src/View/Export/Wizard/ReportRowsWizardSection.d.ts +8 -0
  1052. package/src/View/Export/Wizard/ReportRowsWizardSection.js +71 -0
  1053. package/src/View/Export/Wizard/ReportScopeWizard.d.ts +17 -0
  1054. package/src/View/Export/Wizard/ReportScopeWizard.js +52 -0
  1055. package/src/View/Export/Wizard/ReportSettingsWizard.d.ts +21 -0
  1056. package/src/View/Export/Wizard/ReportSettingsWizard.js +62 -0
  1057. package/src/View/Export/Wizard/ReportSummaryWizard.d.ts +15 -0
  1058. package/src/View/Export/Wizard/ReportSummaryWizard.js +44 -0
  1059. package/src/View/Export/Wizard/ReportWizard.d.ts +7 -0
  1060. package/src/View/Export/Wizard/ReportWizard.js +50 -0
  1061. package/src/View/Filter/ActiveFiltersPanel.d.ts +16 -0
  1062. package/src/View/Filter/ActiveFiltersPanel.js +37 -0
  1063. package/src/View/Filter/FilterEntityRow.d.ts +12 -0
  1064. package/src/View/Filter/FilterEntityRow.js +20 -0
  1065. package/src/View/Filter/FilterPopup.d.ts +20 -0
  1066. package/src/View/Filter/FilterPopup.js +50 -0
  1067. package/src/View/Filter/FilterSharedEntity.d.ts +5 -0
  1068. package/src/View/Filter/FilterSharedEntity.js +15 -0
  1069. package/src/View/Filter/FilterSummary.d.ts +15 -0
  1070. package/src/View/Filter/FilterSummary.js +52 -0
  1071. package/src/View/Filter/FilterViewPanel.d.ts +25 -0
  1072. package/src/View/Filter/FilterViewPanel.js +53 -0
  1073. package/src/View/FormatColumn/FormatColumnEntityRow.d.ts +9 -0
  1074. package/src/View/FormatColumn/FormatColumnEntityRow.js +103 -0
  1075. package/src/View/FormatColumn/FormatColumnPopup.d.ts +27 -0
  1076. package/src/View/FormatColumn/FormatColumnPopup.js +133 -0
  1077. package/src/View/FormatColumn/FormatColumnSharedEntity.d.ts +5 -0
  1078. package/src/View/FormatColumn/FormatColumnSharedEntity.js +18 -0
  1079. package/src/View/FormatColumn/FormatColumnSummary.d.ts +20 -0
  1080. package/src/View/FormatColumn/FormatColumnSummary.js +95 -0
  1081. package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.d.ts +15 -0
  1082. package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.js +349 -0
  1083. package/src/View/FormatColumn/Wizard/FormatColumnScopeWizardSection.d.ts +8 -0
  1084. package/src/View/FormatColumn/Wizard/FormatColumnScopeWizardSection.js +23 -0
  1085. package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.d.ts +8 -0
  1086. package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.js +78 -0
  1087. package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.d.ts +10 -0
  1088. package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.js +317 -0
  1089. package/src/View/FormatColumn/Wizard/FormatColumnWizard.d.ts +6 -0
  1090. package/src/View/FormatColumn/Wizard/FormatColumnWizard.js +130 -0
  1091. package/src/View/FreeTextColumn/FreeTextColumnEntityRow.d.ts +5 -0
  1092. package/src/View/FreeTextColumn/FreeTextColumnEntityRow.js +31 -0
  1093. package/src/View/FreeTextColumn/FreeTextColumnPopup.d.ts +25 -0
  1094. package/src/View/FreeTextColumn/FreeTextColumnPopup.js +116 -0
  1095. package/src/View/FreeTextColumn/FreeTextColumnSharedEntity.d.ts +5 -0
  1096. package/src/View/FreeTextColumn/FreeTextColumnSharedEntity.js +24 -0
  1097. package/src/View/FreeTextColumn/FreeTextColumnSummary.d.ts +20 -0
  1098. package/src/View/FreeTextColumn/FreeTextColumnSummary.js +93 -0
  1099. package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.d.ts +18 -0
  1100. package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.js +131 -0
  1101. package/src/View/FreeTextColumn/Wizard/FreeTextColumnWizard.d.ts +6 -0
  1102. package/src/View/FreeTextColumn/Wizard/FreeTextColumnWizard.js +38 -0
  1103. package/src/View/GridInfo/AdaptableOptionsComponent.d.ts +7 -0
  1104. package/src/View/GridInfo/AdaptableOptionsComponent.js +99 -0
  1105. package/src/View/GridInfo/ColumnInfoComponent.d.ts +20 -0
  1106. package/src/View/GridInfo/ColumnInfoComponent.js +168 -0
  1107. package/src/View/GridInfo/GridInfoPopup.d.ts +16 -0
  1108. package/src/View/GridInfo/GridInfoPopup.js +96 -0
  1109. package/src/View/GridInfo/GridOptionsComponent.d.ts +17 -0
  1110. package/src/View/GridInfo/GridOptionsComponent.js +37 -0
  1111. package/src/View/KeyHint.d.ts +3 -0
  1112. package/src/View/KeyHint.js +9 -0
  1113. package/src/View/Layout/LayoutEntityRow.d.ts +13 -0
  1114. package/src/View/Layout/LayoutEntityRow.js +23 -0
  1115. package/src/View/Layout/LayoutPopup.d.ts +32 -0
  1116. package/src/View/Layout/LayoutPopup.js +176 -0
  1117. package/src/View/Layout/LayoutSharedEntity.d.ts +5 -0
  1118. package/src/View/Layout/LayoutSharedEntity.js +15 -0
  1119. package/src/View/Layout/LayoutViewPanel.d.ts +22 -0
  1120. package/src/View/Layout/LayoutViewPanel.js +83 -0
  1121. package/src/View/Layout/Wizard/LayoutEditor/ColumnList.d.ts +27 -0
  1122. package/src/View/Layout/Wizard/LayoutEditor/ColumnList.js +83 -0
  1123. package/src/View/Layout/Wizard/LayoutEditor/ColumnSortList.d.ts +16 -0
  1124. package/src/View/Layout/Wizard/LayoutEditor/ColumnSortList.js +88 -0
  1125. package/src/View/Layout/Wizard/LayoutEditor/PivotList.d.ts +15 -0
  1126. package/src/View/Layout/Wizard/LayoutEditor/PivotList.js +69 -0
  1127. package/src/View/Layout/Wizard/LayoutEditor/RowGroupsList.d.ts +15 -0
  1128. package/src/View/Layout/Wizard/LayoutEditor/RowGroupsList.js +69 -0
  1129. package/src/View/Layout/Wizard/LayoutEditor/droppableIds.d.ts +7 -0
  1130. package/src/View/Layout/Wizard/LayoutEditor/droppableIds.js +11 -0
  1131. package/src/View/Layout/Wizard/LayoutEditor/getItemStyle.d.ts +6 -0
  1132. package/src/View/Layout/Wizard/LayoutEditor/getItemStyle.js +25 -0
  1133. package/src/View/Layout/Wizard/LayoutEditor/index.d.ts +9 -0
  1134. package/src/View/Layout/Wizard/LayoutEditor/index.js +428 -0
  1135. package/src/View/Layout/Wizard/LayoutEditor/reducer.d.ts +28 -0
  1136. package/src/View/Layout/Wizard/LayoutEditor/reducer.js +44 -0
  1137. package/src/View/Layout/Wizard/LayoutEditor/utils.d.ts +10 -0
  1138. package/src/View/Layout/Wizard/LayoutEditor/utils.js +13 -0
  1139. package/src/View/Layout/Wizard/LayoutEditorWizard.d.ts +52 -0
  1140. package/src/View/Layout/Wizard/LayoutEditorWizard.js +92 -0
  1141. package/src/View/Layout/Wizard/LayoutWizard.d.ts +9 -0
  1142. package/src/View/Layout/Wizard/LayoutWizard.js +20 -0
  1143. package/src/View/License/LicenseWatermark.d.ts +2 -0
  1144. package/src/View/License/LicenseWatermark.js +58 -0
  1145. package/src/View/License/index.d.ts +1 -0
  1146. package/src/View/License/index.js +5 -0
  1147. package/src/View/PlusMinus/PlusMinusEntityRow.d.ts +9 -0
  1148. package/src/View/PlusMinus/PlusMinusEntityRow.js +24 -0
  1149. package/src/View/PlusMinus/PlusMinusPopup.d.ts +30 -0
  1150. package/src/View/PlusMinus/PlusMinusPopup.js +124 -0
  1151. package/src/View/PlusMinus/PlusMinusSharedEntity.d.ts +5 -0
  1152. package/src/View/PlusMinus/PlusMinusSharedEntity.js +21 -0
  1153. package/src/View/PlusMinus/PlusMinusSummary.d.ts +20 -0
  1154. package/src/View/PlusMinus/PlusMinusSummary.js +101 -0
  1155. package/src/View/PlusMinus/Wizard/PlusMinusRuleWizardSection.d.ts +9 -0
  1156. package/src/View/PlusMinus/Wizard/PlusMinusRuleWizardSection.js +47 -0
  1157. package/src/View/PlusMinus/Wizard/PlusMinusScopeWizardSection.d.ts +7 -0
  1158. package/src/View/PlusMinus/Wizard/PlusMinusScopeWizardSection.js +22 -0
  1159. package/src/View/PlusMinus/Wizard/PlusMinusSettingsWizardSection.d.ts +13 -0
  1160. package/src/View/PlusMinus/Wizard/PlusMinusSettingsWizardSection.js +57 -0
  1161. package/src/View/PlusMinus/Wizard/PlusMinusWizard.d.ts +7 -0
  1162. package/src/View/PlusMinus/Wizard/PlusMinusWizard.js +59 -0
  1163. package/src/View/Query/ExpandedQueryPopup.d.ts +19 -0
  1164. package/src/View/Query/ExpandedQueryPopup.js +62 -0
  1165. package/src/View/Query/NamedQueryEntityRow.d.ts +8 -0
  1166. package/src/View/Query/NamedQueryEntityRow.js +21 -0
  1167. package/src/View/Query/NamedQuerySharedEntity.d.ts +5 -0
  1168. package/src/View/Query/NamedQuerySharedEntity.js +19 -0
  1169. package/src/View/Query/QueryPopup.d.ts +28 -0
  1170. package/src/View/Query/QueryPopup.js +114 -0
  1171. package/src/View/Query/QueryViewPanel.d.ts +31 -0
  1172. package/src/View/Query/QueryViewPanel.js +162 -0
  1173. package/src/View/Query/Wizard/NamedQueryExpressionWizardSection.d.ts +9 -0
  1174. package/src/View/Query/Wizard/NamedQueryExpressionWizardSection.js +34 -0
  1175. package/src/View/Query/Wizard/NamedQuerySettingsWizardSection.d.ts +9 -0
  1176. package/src/View/Query/Wizard/NamedQuerySettingsWizardSection.js +41 -0
  1177. package/src/View/Query/Wizard/NamedQueryWizard.d.ts +6 -0
  1178. package/src/View/Query/Wizard/NamedQueryWizard.js +44 -0
  1179. package/src/View/QuickSearch/QuickSearchPopup.d.ts +12 -0
  1180. package/src/View/QuickSearch/QuickSearchPopup.js +58 -0
  1181. package/src/View/QuickSearch/QuickSearchViewPanel.d.ts +8 -0
  1182. package/src/View/QuickSearch/QuickSearchViewPanel.js +25 -0
  1183. package/src/View/QuickSearch/useQuickSearchDebounced.d.ts +7 -0
  1184. package/src/View/QuickSearch/useQuickSearchDebounced.js +21 -0
  1185. package/src/View/Schedule/ScheduleEntityRow.d.ts +5 -0
  1186. package/src/View/Schedule/ScheduleEntityRow.js +58 -0
  1187. package/src/View/Schedule/SchedulePopup.d.ts +58 -0
  1188. package/src/View/Schedule/SchedulePopup.js +317 -0
  1189. package/src/View/Schedule/Wizard/ScheduleScheduleSummary.d.ts +2 -0
  1190. package/src/View/Schedule/Wizard/ScheduleScheduleSummary.js +14 -0
  1191. package/src/View/Schedule/Wizard/ScheduleScheduleWizard.d.ts +10 -0
  1192. package/src/View/Schedule/Wizard/ScheduleScheduleWizard.js +113 -0
  1193. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsGlue42.d.ts +9 -0
  1194. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsGlue42.js +24 -0
  1195. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsIPushPull.d.ts +11 -0
  1196. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsIPushPull.js +46 -0
  1197. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsOpenFin.d.ts +9 -0
  1198. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsOpenFin.js +24 -0
  1199. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReminder.d.ts +8 -0
  1200. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReminder.js +46 -0
  1201. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.d.ts +11 -0
  1202. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.js +35 -0
  1203. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsSummary.d.ts +2 -0
  1204. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsSummary.js +70 -0
  1205. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsWizard.d.ts +7 -0
  1206. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsWizard.js +37 -0
  1207. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/index.d.ts +3 -0
  1208. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/index.js +9 -0
  1209. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/isSettingsValid.d.ts +2 -0
  1210. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/isSettingsValid.js +55 -0
  1211. package/src/View/Schedule/Wizard/ScheduleWizard.d.ts +7 -0
  1212. package/src/View/Schedule/Wizard/ScheduleWizard.js +39 -0
  1213. package/src/View/Shortcut/ShortcutEntityRow.d.ts +17 -0
  1214. package/src/View/Shortcut/ShortcutEntityRow.js +47 -0
  1215. package/src/View/Shortcut/ShortcutPopup.d.ts +30 -0
  1216. package/src/View/Shortcut/ShortcutPopup.js +121 -0
  1217. package/src/View/Shortcut/ShortcutSharedEntity.d.ts +5 -0
  1218. package/src/View/Shortcut/ShortcutSharedEntity.js +19 -0
  1219. package/src/View/Shortcut/Wizard/ShortcutScopeWizardSection.d.ts +7 -0
  1220. package/src/View/Shortcut/Wizard/ShortcutScopeWizardSection.js +22 -0
  1221. package/src/View/Shortcut/Wizard/ShortcutSettingsWizard.d.ts +10 -0
  1222. package/src/View/Shortcut/Wizard/ShortcutSettingsWizard.js +80 -0
  1223. package/src/View/Shortcut/Wizard/ShortcutWizard.d.ts +8 -0
  1224. package/src/View/Shortcut/Wizard/ShortcutWizard.js +55 -0
  1225. package/src/View/Shortcut/shortcutKeys.d.ts +1 -0
  1226. package/src/View/Shortcut/shortcutKeys.js +31 -0
  1227. package/src/View/Shortcut/shortcutOperations.d.ts +2 -0
  1228. package/src/View/Shortcut/shortcutOperations.js +10 -0
  1229. package/src/View/SmartEdit/SmartEditPopup.d.ts +26 -0
  1230. package/src/View/SmartEdit/SmartEditPopup.js +102 -0
  1231. package/src/View/SmartEdit/SmartEditViewPanel.d.ts +35 -0
  1232. package/src/View/SmartEdit/SmartEditViewPanel.js +121 -0
  1233. package/src/View/StateManagement/StateManagementPopup.d.ts +16 -0
  1234. package/src/View/StateManagement/StateManagementPopup.js +122 -0
  1235. package/src/View/SystemStatus/SystemStatusEntityRow.d.ts +7 -0
  1236. package/src/View/SystemStatus/SystemStatusEntityRow.js +32 -0
  1237. package/src/View/SystemStatus/SystemStatusPopup.d.ts +18 -0
  1238. package/src/View/SystemStatus/SystemStatusPopup.js +49 -0
  1239. package/src/View/SystemStatus/SystemStatusViewPanel.d.ts +12 -0
  1240. package/src/View/SystemStatus/SystemStatusViewPanel.js +34 -0
  1241. package/src/View/TeamSharing/TeamSharingPopup.d.ts +23 -0
  1242. package/src/View/TeamSharing/TeamSharingPopup.js +163 -0
  1243. package/src/View/Theme/ThemePopup.d.ts +16 -0
  1244. package/src/View/Theme/ThemePopup.js +61 -0
  1245. package/src/View/Theme/ThemeViewPanel.d.ts +16 -0
  1246. package/src/View/Theme/ThemeViewPanel.js +58 -0
  1247. package/src/View/UIHelper.d.ts +85 -0
  1248. package/src/View/UIHelper.js +495 -0
  1249. package/src/View/UIInterfaces.d.ts +5 -0
  1250. package/src/View/UIInterfaces.js +3 -0
  1251. package/src/View/Wizard/AdaptableWizard.d.ts +56 -0
  1252. package/src/View/Wizard/AdaptableWizard.js +159 -0
  1253. package/src/View/Wizard/Interface/IAdaptableWizard.d.ts +42 -0
  1254. package/src/View/Wizard/Interface/IAdaptableWizard.js +2 -0
  1255. package/src/View/Wizard/OnePageAdaptableWizard.d.ts +41 -0
  1256. package/src/View/Wizard/OnePageAdaptableWizard.js +214 -0
  1257. package/src/View/Wizard/WizardLegend.d.ts +12 -0
  1258. package/src/View/Wizard/WizardLegend.js +29 -0
  1259. package/src/View/Wizard/useKeyboardNavigation.d.ts +2 -0
  1260. package/src/View/Wizard/useKeyboardNavigation.js +35 -0
  1261. package/src/View/renderWithAdaptableContext.d.ts +3 -0
  1262. package/src/View/renderWithAdaptableContext.js +14 -0
  1263. package/src/agGrid/ActionColumnRenderer.d.ts +14 -0
  1264. package/src/agGrid/ActionColumnRenderer.js +93 -0
  1265. package/src/agGrid/Adaptable.d.ts +332 -0
  1266. package/src/agGrid/Adaptable.js +3894 -0
  1267. package/src/agGrid/CheckboxRenderer.d.ts +3 -0
  1268. package/src/agGrid/CheckboxRenderer.js +35 -0
  1269. package/src/agGrid/ColumnSetupInfo.d.ts +8 -0
  1270. package/src/agGrid/ColumnSetupInfo.js +2 -0
  1271. package/src/agGrid/FilterWrapper.d.ts +2 -0
  1272. package/src/agGrid/FilterWrapper.js +54 -0
  1273. package/src/agGrid/FloatingFilterWrapper.d.ts +2 -0
  1274. package/src/agGrid/FloatingFilterWrapper.js +43 -0
  1275. package/src/agGrid/GroupCellRenderer.d.ts +5 -0
  1276. package/src/agGrid/GroupCellRenderer.js +82 -0
  1277. package/src/agGrid/agGridHelper.d.ts +54 -0
  1278. package/src/agGrid/agGridHelper.js +644 -0
  1279. package/src/agGrid/agGridMenuHelper.d.ts +29 -0
  1280. package/src/agGrid/agGridMenuHelper.js +371 -0
  1281. package/src/agGrid/editors/AdaptableDateEditor/InternalAdaptableDateEditor.d.ts +13 -0
  1282. package/src/agGrid/editors/AdaptableDateEditor/InternalAdaptableDateEditor.js +61 -0
  1283. package/src/agGrid/editors/AdaptableDateEditor/index.d.ts +40 -0
  1284. package/src/agGrid/editors/AdaptableDateEditor/index.js +113 -0
  1285. package/src/agGrid/editors/AdaptableNumberEditor/InternalAdaptableNumberEditor.d.ts +23 -0
  1286. package/src/agGrid/editors/AdaptableNumberEditor/InternalAdaptableNumberEditor.js +74 -0
  1287. package/src/agGrid/editors/AdaptableNumberEditor/index.d.ts +54 -0
  1288. package/src/agGrid/editors/AdaptableNumberEditor/index.js +94 -0
  1289. package/src/agGrid/index.d.ts +4 -0
  1290. package/src/agGrid/index.js +12 -0
  1291. package/src/bundle-dependencies/bundles/react-day-picker/DayPicker.d.ts +88 -0
  1292. package/src/bundle-dependencies/bundles/react-day-picker/DayPicker.test.d.ts +0 -0
  1293. package/src/bundle-dependencies/bundles/react-day-picker/components/Button/Button.d.ts +6 -0
  1294. package/src/bundle-dependencies/bundles/react-day-picker/components/Button/Button.test.d.ts +1 -0
  1295. package/src/bundle-dependencies/bundles/react-day-picker/components/Button/ButtonProps.d.ts +3 -0
  1296. package/src/bundle-dependencies/bundles/react-day-picker/components/Button/index.d.ts +1 -0
  1297. package/src/bundle-dependencies/bundles/react-day-picker/components/Caption/Caption.d.ts +7 -0
  1298. package/src/bundle-dependencies/bundles/react-day-picker/components/Caption/Caption.test.d.ts +1 -0
  1299. package/src/bundle-dependencies/bundles/react-day-picker/components/Caption/CaptionProps.d.ts +5 -0
  1300. package/src/bundle-dependencies/bundles/react-day-picker/components/Caption/index.d.ts +2 -0
  1301. package/src/bundle-dependencies/bundles/react-day-picker/components/CaptionLabel/CaptionLabel.d.ts +4 -0
  1302. package/src/bundle-dependencies/bundles/react-day-picker/components/CaptionLabel/CaptionLabel.test.d.ts +1 -0
  1303. package/src/bundle-dependencies/bundles/react-day-picker/components/CaptionLabel/CaptionLabelProps.d.ts +5 -0
  1304. package/src/bundle-dependencies/bundles/react-day-picker/components/CaptionLabel/index.d.ts +2 -0
  1305. package/src/bundle-dependencies/bundles/react-day-picker/components/Day/Day.d.ts +7 -0
  1306. package/src/bundle-dependencies/bundles/react-day-picker/components/Day/Day.test.d.ts +0 -0
  1307. package/src/bundle-dependencies/bundles/react-day-picker/components/Day/DayProps.d.ts +7 -0
  1308. package/src/bundle-dependencies/bundles/react-day-picker/components/Day/hooks/index.d.ts +1 -0
  1309. package/src/bundle-dependencies/bundles/react-day-picker/components/Day/hooks/useDay.d.ts +51 -0
  1310. package/src/bundle-dependencies/bundles/react-day-picker/components/Day/hooks/useDayFocus.d.ts +8 -0
  1311. package/src/bundle-dependencies/bundles/react-day-picker/components/Day/index.d.ts +3 -0
  1312. package/src/bundle-dependencies/bundles/react-day-picker/components/DayContent/DayContent.d.ts +6 -0
  1313. package/src/bundle-dependencies/bundles/react-day-picker/components/DayContent/DayContent.test.d.ts +0 -0
  1314. package/src/bundle-dependencies/bundles/react-day-picker/components/DayContent/DayContentProps.d.ts +10 -0
  1315. package/src/bundle-dependencies/bundles/react-day-picker/components/DayContent/index.d.ts +2 -0
  1316. package/src/bundle-dependencies/bundles/react-day-picker/components/Dropdown/Dropdown.d.ts +7 -0
  1317. package/src/bundle-dependencies/bundles/react-day-picker/components/Dropdown/Dropdown.test.d.ts +0 -0
  1318. package/src/bundle-dependencies/bundles/react-day-picker/components/Dropdown/DropdownProps.d.ts +10 -0
  1319. package/src/bundle-dependencies/bundles/react-day-picker/components/Dropdown/index.d.ts +2 -0
  1320. package/src/bundle-dependencies/bundles/react-day-picker/components/Footer/Footer.d.ts +3 -0
  1321. package/src/bundle-dependencies/bundles/react-day-picker/components/Footer/Footer.test.d.ts +1 -0
  1322. package/src/bundle-dependencies/bundles/react-day-picker/components/Footer/index.d.ts +1 -0
  1323. package/src/bundle-dependencies/bundles/react-day-picker/components/Head/Head.d.ts +5 -0
  1324. package/src/bundle-dependencies/bundles/react-day-picker/components/Head/Head.test.d.ts +0 -0
  1325. package/src/bundle-dependencies/bundles/react-day-picker/components/Head/index.d.ts +1 -0
  1326. package/src/bundle-dependencies/bundles/react-day-picker/components/Head/utils/getWeekdays.d.ts +6 -0
  1327. package/src/bundle-dependencies/bundles/react-day-picker/components/Head/utils/getWeekdays.test.d.ts +0 -0
  1328. package/src/bundle-dependencies/bundles/react-day-picker/components/Head/utils/index.d.ts +1 -0
  1329. package/src/bundle-dependencies/bundles/react-day-picker/components/IconDropdown/IconDropdown.d.ts +6 -0
  1330. package/src/bundle-dependencies/bundles/react-day-picker/components/IconDropdown/IconDropdown.test.d.ts +1 -0
  1331. package/src/bundle-dependencies/bundles/react-day-picker/components/IconDropdown/index.d.ts +1 -0
  1332. package/src/bundle-dependencies/bundles/react-day-picker/components/IconNext/IconNext.d.ts +6 -0
  1333. package/src/bundle-dependencies/bundles/react-day-picker/components/IconNext/IconNext.test.d.ts +1 -0
  1334. package/src/bundle-dependencies/bundles/react-day-picker/components/IconNext/index.d.ts +1 -0
  1335. package/src/bundle-dependencies/bundles/react-day-picker/components/IconPrevious/IconPrevious.d.ts +6 -0
  1336. package/src/bundle-dependencies/bundles/react-day-picker/components/IconPrevious/IconPrevious.test.d.ts +1 -0
  1337. package/src/bundle-dependencies/bundles/react-day-picker/components/IconPrevious/index.d.ts +1 -0
  1338. package/src/bundle-dependencies/bundles/react-day-picker/components/MonthsDropdown/MonthsDropdown.d.ts +6 -0
  1339. package/src/bundle-dependencies/bundles/react-day-picker/components/MonthsDropdown/MonthsDropdownProps.d.ts +7 -0
  1340. package/src/bundle-dependencies/bundles/react-day-picker/components/MonthsDropdown/index.d.ts +2 -0
  1341. package/src/bundle-dependencies/bundles/react-day-picker/components/Navigation/Navigation.d.ts +4 -0
  1342. package/src/bundle-dependencies/bundles/react-day-picker/components/Navigation/NavigationProps.d.ts +18 -0
  1343. package/src/bundle-dependencies/bundles/react-day-picker/components/Navigation/index.d.ts +2 -0
  1344. package/src/bundle-dependencies/bundles/react-day-picker/components/Root/Root.d.ts +6 -0
  1345. package/src/bundle-dependencies/bundles/react-day-picker/components/Root/index.d.ts +1 -0
  1346. package/src/bundle-dependencies/bundles/react-day-picker/components/Row/Row.d.ts +6 -0
  1347. package/src/bundle-dependencies/bundles/react-day-picker/components/Row/RowProps.d.ts +11 -0
  1348. package/src/bundle-dependencies/bundles/react-day-picker/components/Row/index.d.ts +2 -0
  1349. package/src/bundle-dependencies/bundles/react-day-picker/components/Table/Table.d.ts +12 -0
  1350. package/src/bundle-dependencies/bundles/react-day-picker/components/Table/index.d.ts +1 -0
  1351. package/src/bundle-dependencies/bundles/react-day-picker/components/Table/utils/getOutsideEndDays.d.ts +3 -0
  1352. package/src/bundle-dependencies/bundles/react-day-picker/components/Table/utils/getOutsideStartDays.d.ts +4 -0
  1353. package/src/bundle-dependencies/bundles/react-day-picker/components/Table/utils/getWeeks.d.ts +15 -0
  1354. package/src/bundle-dependencies/bundles/react-day-picker/components/WeekNumber/WeekNumber.d.ts +15 -0
  1355. package/src/bundle-dependencies/bundles/react-day-picker/components/WeekNumber/index.d.ts +1 -0
  1356. package/src/bundle-dependencies/bundles/react-day-picker/components/YearsDropdown/YearsDropdown.d.ts +16 -0
  1357. package/src/bundle-dependencies/bundles/react-day-picker/components/YearsDropdown/index.d.ts +1 -0
  1358. package/src/bundle-dependencies/bundles/react-day-picker/components/index.d.ts +18 -0
  1359. package/src/bundle-dependencies/bundles/react-day-picker/contexts/ContextProvider.d.ts +8 -0
  1360. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/DayPickerContext.d.ts +78 -0
  1361. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/DayPickerContextValue.d.ts +20 -0
  1362. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/DayPickerProvider.d.ts +12 -0
  1363. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/defaultClassNames.d.ts +5 -0
  1364. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/formatters/formatCaption.d.ts +7 -0
  1365. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/formatters/formatDay.d.ts +7 -0
  1366. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/formatters/formatMonthCaption.d.ts +7 -0
  1367. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/formatters/formatWeekNumber.d.ts +4 -0
  1368. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/formatters/formatWeekdayName.d.ts +7 -0
  1369. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/formatters/formatYearCaption.d.ts +6 -0
  1370. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/formatters/index.d.ts +6 -0
  1371. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/index.d.ts +5 -0
  1372. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/labels/index.d.ts +7 -0
  1373. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/labels/labelDay.d.ts +5 -0
  1374. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/labels/labelMonthDropdown.d.ts +4 -0
  1375. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/labels/labelNext.d.ts +5 -0
  1376. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/labels/labelPrevious.d.ts +5 -0
  1377. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/labels/labelWeekNumber.d.ts +5 -0
  1378. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/labels/labelWeekday.d.ts +5 -0
  1379. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/labels/labelYearDropdown.d.ts +4 -0
  1380. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/useDayPicker.d.ts +8 -0
  1381. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/utils/index.d.ts +2 -0
  1382. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/utils/parseFromToProps.d.ts +9 -0
  1383. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/utils/parseModifierProps.d.ts +9 -0
  1384. package/src/bundle-dependencies/bundles/react-day-picker/contexts/FocusContext/FocusContext.d.ts +8 -0
  1385. package/src/bundle-dependencies/bundles/react-day-picker/contexts/FocusContext/FocusContextValue.d.ts +19 -0
  1386. package/src/bundle-dependencies/bundles/react-day-picker/contexts/FocusContext/FocusProvider.d.ts +5 -0
  1387. package/src/bundle-dependencies/bundles/react-day-picker/contexts/FocusContext/index.d.ts +4 -0
  1388. package/src/bundle-dependencies/bundles/react-day-picker/contexts/FocusContext/useFocus.d.ts +3 -0
  1389. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/NavigationContext.d.ts +8 -0
  1390. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/NavigationContextValue.d.ts +13 -0
  1391. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/NavigationProvider.d.ts +5 -0
  1392. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/index.d.ts +4 -0
  1393. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/useNavigation.d.ts +3 -0
  1394. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/useNavigationState.d.ts +7 -0
  1395. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/utils/getDisplayMonths.d.ts +8 -0
  1396. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/utils/getInitialMonth.d.ts +3 -0
  1397. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/utils/getInitialMonth.test.d.ts +1 -0
  1398. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/utils/getNextMonth.d.ts +18 -0
  1399. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/utils/getNextMonth.test.d.ts +1 -0
  1400. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/utils/getPreviousMonth.d.ts +19 -0
  1401. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/utils/getPreviousMonth.test.d.ts +1 -0
  1402. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectMultipleContext/SelectMultipleContext.d.ts +9 -0
  1403. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectMultipleContext/SelectMultipleContextValue.d.ts +13 -0
  1404. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectMultipleContext/SelectMultipleModifiers.d.ts +3 -0
  1405. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectMultipleContext/SelectMultipleProvider.d.ts +7 -0
  1406. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectMultipleContext/index.d.ts +5 -0
  1407. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectMultipleContext/useSelectMultiple.d.ts +3 -0
  1408. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectRangeContext/SelectRangeContext.d.ts +9 -0
  1409. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectRangeContext/SelectRangeContextValue.d.ts +13 -0
  1410. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectRangeContext/SelectRangeModifiers.d.ts +3 -0
  1411. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectRangeContext/SelectRangeProvider.d.ts +7 -0
  1412. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectRangeContext/index.d.ts +5 -0
  1413. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectRangeContext/useSelectRange.d.ts +3 -0
  1414. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectRangeContext/utils/addToRange.d.ts +8 -0
  1415. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectSingleContext/SelectSingleContext.d.ts +9 -0
  1416. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectSingleContext/SelectSingleContextValue.d.ts +11 -0
  1417. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectSingleContext/SelectSingleModifiers.d.ts +3 -0
  1418. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectSingleContext/SelectSingleProvider.d.ts +7 -0
  1419. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectSingleContext/index.d.ts +5 -0
  1420. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectSingleContext/useSelectSingle.d.ts +3 -0
  1421. package/src/bundle-dependencies/bundles/react-day-picker/contexts/index.d.ts +7 -0
  1422. package/src/bundle-dependencies/bundles/react-day-picker/hooks/index.d.ts +2 -0
  1423. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useInput/index.d.ts +2 -0
  1424. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useInput/types/UseInput.d.ts +12 -0
  1425. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useInput/types/UseInputDayPickerProps.d.ts +14 -0
  1426. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useInput/types/UseInputFieldProps.d.ts +12 -0
  1427. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useInput/types/UseInputOptions.d.ts +35 -0
  1428. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useInput/types/index.d.ts +4 -0
  1429. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useInput/useInput.d.ts +4 -0
  1430. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useInput/utils/isValidDate.d.ts +2 -0
  1431. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useModifiers/index.d.ts +1 -0
  1432. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useModifiers/types/UseModifiers.d.ts +10 -0
  1433. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useModifiers/types/index.d.ts +1 -0
  1434. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useModifiers/useModifiers.d.ts +3 -0
  1435. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useModifiers/utils/getModifierStatus.d.ts +7 -0
  1436. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useModifiers/utils/isDateInRange.d.ts +3 -0
  1437. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useModifiers/utils/isMatch.d.ts +5 -0
  1438. package/src/bundle-dependencies/bundles/react-day-picker/index.d.ts +5 -0
  1439. package/src/bundle-dependencies/bundles/react-day-picker/index.js +1 -0
  1440. package/src/bundle-dependencies/bundles/react-day-picker/types/CaptionLayout.d.ts +7 -0
  1441. package/src/bundle-dependencies/bundles/react-day-picker/types/ClassNames.d.ts +3 -0
  1442. package/src/bundle-dependencies/bundles/react-day-picker/types/Components.d.ts +33 -0
  1443. package/src/bundle-dependencies/bundles/react-day-picker/types/CustomModifiers.d.ts +4 -0
  1444. package/src/bundle-dependencies/bundles/react-day-picker/types/DateAfter.d.ts +7 -0
  1445. package/src/bundle-dependencies/bundles/react-day-picker/types/DateBefore.d.ts +7 -0
  1446. package/src/bundle-dependencies/bundles/react-day-picker/types/DateFormatter.d.ts +6 -0
  1447. package/src/bundle-dependencies/bundles/react-day-picker/types/DateInterval.d.ts +8 -0
  1448. package/src/bundle-dependencies/bundles/react-day-picker/types/DateRange.d.ts +8 -0
  1449. package/src/bundle-dependencies/bundles/react-day-picker/types/DayClickEventHandler.d.ts +6 -0
  1450. package/src/bundle-dependencies/bundles/react-day-picker/types/DayFocusEventHandler.d.ts +6 -0
  1451. package/src/bundle-dependencies/bundles/react-day-picker/types/DayKeyboardEventHandler.d.ts +6 -0
  1452. package/src/bundle-dependencies/bundles/react-day-picker/types/DayLabelFormatter.d.ts +7 -0
  1453. package/src/bundle-dependencies/bundles/react-day-picker/types/DayMouseEventHandler.d.ts +6 -0
  1454. package/src/bundle-dependencies/bundles/react-day-picker/types/DayOfWeekMatcher.d.ts +7 -0
  1455. package/src/bundle-dependencies/bundles/react-day-picker/types/DayPickerBase.d.ts +239 -0
  1456. package/src/bundle-dependencies/bundles/react-day-picker/types/DayPickerMultiple.d.ts +15 -0
  1457. package/src/bundle-dependencies/bundles/react-day-picker/types/DayPickerProps.d.ts +9 -0
  1458. package/src/bundle-dependencies/bundles/react-day-picker/types/DayPickerRange.d.ts +16 -0
  1459. package/src/bundle-dependencies/bundles/react-day-picker/types/DayPickerSingle.d.ts +13 -0
  1460. package/src/bundle-dependencies/bundles/react-day-picker/types/DayPickerUncontrolled.d.ts +7 -0
  1461. package/src/bundle-dependencies/bundles/react-day-picker/types/DayTouchEventHandler.d.ts +6 -0
  1462. package/src/bundle-dependencies/bundles/react-day-picker/types/Formatters.d.ts +19 -0
  1463. package/src/bundle-dependencies/bundles/react-day-picker/types/InternalModifier.d.ts +2 -0
  1464. package/src/bundle-dependencies/bundles/react-day-picker/types/Labels.d.ts +17 -0
  1465. package/src/bundle-dependencies/bundles/react-day-picker/types/Matcher.d.ts +10 -0
  1466. package/src/bundle-dependencies/bundles/react-day-picker/types/Modifier.d.ts +5 -0
  1467. package/src/bundle-dependencies/bundles/react-day-picker/types/ModifierClassNames.d.ts +5 -0
  1468. package/src/bundle-dependencies/bundles/react-day-picker/types/ModifierStatus.d.ts +5 -0
  1469. package/src/bundle-dependencies/bundles/react-day-picker/types/ModifierStyles.d.ts +4 -0
  1470. package/src/bundle-dependencies/bundles/react-day-picker/types/Modifiers.d.ts +5 -0
  1471. package/src/bundle-dependencies/bundles/react-day-picker/types/MonthChangeEventHandler.d.ts +4 -0
  1472. package/src/bundle-dependencies/bundles/react-day-picker/types/NavButtonLabelFormatter.d.ts +7 -0
  1473. package/src/bundle-dependencies/bundles/react-day-picker/types/SelectMultipleEventHandler.d.ts +12 -0
  1474. package/src/bundle-dependencies/bundles/react-day-picker/types/SelectRangeEventHandler.d.ts +10 -0
  1475. package/src/bundle-dependencies/bundles/react-day-picker/types/SelectSingleEventHandler.d.ts +12 -0
  1476. package/src/bundle-dependencies/bundles/react-day-picker/types/StyledComponentProps.d.ts +10 -0
  1477. package/src/bundle-dependencies/bundles/react-day-picker/types/StyledElement.d.ts +76 -0
  1478. package/src/bundle-dependencies/bundles/react-day-picker/types/Styles.d.ts +4 -0
  1479. package/src/bundle-dependencies/bundles/react-day-picker/types/WeekNumberClickEventHandler.d.ts +9 -0
  1480. package/src/bundle-dependencies/bundles/react-day-picker/types/WeekNumberFormatter.d.ts +6 -0
  1481. package/src/bundle-dependencies/bundles/react-day-picker/types/WeekNumberLabelFormatter.d.ts +5 -0
  1482. package/src/bundle-dependencies/bundles/react-day-picker/types/WeekdayLabelFormatter.d.ts +4 -0
  1483. package/src/bundle-dependencies/bundles/react-day-picker/types/index.d.ts +54 -0
  1484. package/src/bundle-dependencies/bundles/react-day-picker/types/isArrayOfDates.d.ts +2 -0
  1485. package/src/bundle-dependencies/bundles/react-day-picker/types/isDateAfterType.d.ts +3 -0
  1486. package/src/bundle-dependencies/bundles/react-day-picker/types/isDateBeforeType.d.ts +3 -0
  1487. package/src/bundle-dependencies/bundles/react-day-picker/types/isDateInterval.d.ts +3 -0
  1488. package/src/bundle-dependencies/bundles/react-day-picker/types/isDateRange.d.ts +3 -0
  1489. package/src/bundle-dependencies/bundles/react-day-picker/types/isDateType.d.ts +2 -0
  1490. package/src/bundle-dependencies/bundles/react-day-picker/types/isDayOfWeekType.d.ts +3 -0
  1491. package/src/bundle-dependencies/bundles/react-day-picker/types/isDayPickerMultiple.d.ts +4 -0
  1492. package/src/bundle-dependencies/bundles/react-day-picker/types/isDayPickerRange.d.ts +4 -0
  1493. package/src/bundle-dependencies/bundles/react-day-picker/types/isDayPickerSingle.d.ts +4 -0
  1494. package/src/bundle-dependencies/bundles/react-day-picker/types/isDayPickerUncontrolled.d.ts +4 -0
  1495. package/src/bundle-dependencies/bundles/react-toastify/components/CloseButton.d.ts +8 -0
  1496. package/src/bundle-dependencies/bundles/react-toastify/components/ProgressBar.d.ts +55 -0
  1497. package/src/bundle-dependencies/bundles/react-toastify/components/Toast.d.ts +3 -0
  1498. package/src/bundle-dependencies/bundles/react-toastify/components/ToastContainer.d.ts +3 -0
  1499. package/src/bundle-dependencies/bundles/react-toastify/components/Transitions.d.ts +5 -0
  1500. package/src/bundle-dependencies/bundles/react-toastify/components/index.d.ts +5 -0
  1501. package/src/bundle-dependencies/bundles/react-toastify/core/eventManager.d.ts +39 -0
  1502. package/src/bundle-dependencies/bundles/react-toastify/core/index.d.ts +2 -0
  1503. package/src/bundle-dependencies/bundles/react-toastify/core/toast.d.ts +55 -0
  1504. package/src/bundle-dependencies/bundles/react-toastify/hooks/index.d.ts +3 -0
  1505. package/src/bundle-dependencies/bundles/react-toastify/hooks/toastContainerReducer.d.ts +15 -0
  1506. package/src/bundle-dependencies/bundles/react-toastify/hooks/useKeeper.d.ts +7 -0
  1507. package/src/bundle-dependencies/bundles/react-toastify/hooks/useToast.d.ts +10 -0
  1508. package/src/bundle-dependencies/bundles/react-toastify/hooks/useToastContainer.d.ts +16 -0
  1509. package/src/bundle-dependencies/bundles/react-toastify/index.d.ts +5 -0
  1510. package/src/bundle-dependencies/bundles/react-toastify/index.js +1 -0
  1511. package/src/bundle-dependencies/bundles/react-toastify/inject-style.d.ts +8 -0
  1512. package/src/bundle-dependencies/bundles/react-toastify/test/components/CloseButton.test.d.ts +1 -0
  1513. package/src/bundle-dependencies/bundles/react-toastify/test/components/ProgressBar.test.d.ts +1 -0
  1514. package/src/bundle-dependencies/bundles/react-toastify/test/components/Toast.test.d.ts +1 -0
  1515. package/src/bundle-dependencies/bundles/react-toastify/test/components/ToastContainer.test.d.ts +1 -0
  1516. package/src/bundle-dependencies/bundles/react-toastify/test/core/eventManager.test.d.ts +1 -0
  1517. package/src/bundle-dependencies/bundles/react-toastify/test/core/toast.test.d.ts +1 -0
  1518. package/src/bundle-dependencies/bundles/react-toastify/test/helpers.d.ts +9 -0
  1519. package/src/bundle-dependencies/bundles/react-toastify/test/utils/collapseToast.test.d.ts +1 -0
  1520. package/src/bundle-dependencies/bundles/react-toastify/test/utils/cssTransition.test.d.ts +1 -0
  1521. package/src/bundle-dependencies/bundles/react-toastify/test/utils/propValidator.test.d.ts +1 -0
  1522. package/src/bundle-dependencies/bundles/react-toastify/types/index.d.ts +240 -0
  1523. package/src/bundle-dependencies/bundles/react-toastify/utils/collapseToast.d.ts +5 -0
  1524. package/src/bundle-dependencies/bundles/react-toastify/utils/constant.d.ts +20 -0
  1525. package/src/bundle-dependencies/bundles/react-toastify/utils/cssTransition.d.ts +42 -0
  1526. package/src/bundle-dependencies/bundles/react-toastify/utils/index.d.ts +4 -0
  1527. package/src/bundle-dependencies/bundles/react-toastify/utils/propValidator.d.ts +10 -0
  1528. package/src/components/AdaptableFormComponent/AdaptableFormComponent.d.ts +24 -0
  1529. package/src/components/AdaptableFormComponent/AdaptableFormComponent.js +97 -0
  1530. package/src/components/AdaptableFormComponent/index.d.ts +1 -0
  1531. package/src/components/AdaptableFormComponent/index.js +4 -0
  1532. package/src/components/ChartContainer/index.d.ts +15 -0
  1533. package/src/components/ChartContainer/index.js +22 -0
  1534. package/src/components/CheckBox/index.d.ts +24 -0
  1535. package/src/components/CheckBox/index.js +61 -0
  1536. package/src/components/CodeBlock/index.d.ts +4 -0
  1537. package/src/components/CodeBlock/index.js +11 -0
  1538. package/src/components/ContainerProps.d.ts +30 -0
  1539. package/src/components/ContainerProps.js +2 -0
  1540. package/src/components/Dashboard/Dashboard.d.ts +30 -0
  1541. package/src/components/Dashboard/Dashboard.js +79 -0
  1542. package/src/components/Dashboard/DashboardManager.d.ts +15 -0
  1543. package/src/components/Dashboard/DashboardManager.js +165 -0
  1544. package/src/components/Dashboard/DashboardTab.d.ts +6 -0
  1545. package/src/components/Dashboard/DashboardTab.js +7 -0
  1546. package/src/components/Dashboard/DashboardToolbar.d.ts +14 -0
  1547. package/src/components/Dashboard/DashboardToolbar.js +18 -0
  1548. package/src/components/Dashboard/index.d.ts +3 -0
  1549. package/src/components/Dashboard/index.js +6 -0
  1550. package/src/components/Datepicker/Caption.d.ts +7 -0
  1551. package/src/components/Datepicker/Caption.js +50 -0
  1552. package/src/components/Datepicker/CaptionLabel.d.ts +8 -0
  1553. package/src/components/Datepicker/CaptionLabel.js +28 -0
  1554. package/src/components/Datepicker/DatepickerContext.d.ts +11 -0
  1555. package/src/components/Datepicker/DatepickerContext.js +12 -0
  1556. package/src/components/Datepicker/index.d.ts +18 -0
  1557. package/src/components/Datepicker/index.js +106 -0
  1558. package/src/components/Dialog/index.d.ts +22 -0
  1559. package/src/components/Dialog/index.js +118 -0
  1560. package/src/components/Dialog/useIsOpen.d.ts +6 -0
  1561. package/src/components/Dialog/useIsOpen.js +13 -0
  1562. package/src/components/Dropdown/Arrows.d.ts +3 -0
  1563. package/src/components/Dropdown/Arrows.js +21 -0
  1564. package/src/components/Dropdown/index.d.ts +30 -0
  1565. package/src/components/Dropdown/index.js +98 -0
  1566. package/src/components/DropdownButton/DropdownButtonItem.d.ts +12 -0
  1567. package/src/components/DropdownButton/DropdownButtonItem.js +2 -0
  1568. package/src/components/DropdownButton/index.d.ts +28 -0
  1569. package/src/components/DropdownButton/index.js +153 -0
  1570. package/src/components/DropdownButton/renderItem.d.ts +14 -0
  1571. package/src/components/DropdownButton/renderItem.js +15 -0
  1572. package/src/components/DropdownButton/useExpanded.d.ts +24 -0
  1573. package/src/components/DropdownButton/useExpanded.js +59 -0
  1574. package/src/components/EllipsisContainer/index.d.ts +13 -0
  1575. package/src/components/EllipsisContainer/index.js +106 -0
  1576. package/src/components/EmptyContent/index.d.ts +5 -0
  1577. package/src/components/EmptyContent/index.js +15 -0
  1578. package/src/components/ErrorBox/index.d.ts +5 -0
  1579. package/src/components/ErrorBox/index.js +12 -0
  1580. package/src/components/ExpressionEditor/BaseEditorInput.d.ts +25 -0
  1581. package/src/components/ExpressionEditor/BaseEditorInput.js +119 -0
  1582. package/src/components/ExpressionEditor/EditorButton.d.ts +7 -0
  1583. package/src/components/ExpressionEditor/EditorButton.js +43 -0
  1584. package/src/components/ExpressionEditor/EditorContext.d.ts +12 -0
  1585. package/src/components/ExpressionEditor/EditorContext.js +12 -0
  1586. package/src/components/ExpressionEditor/EditorInput.d.ts +12 -0
  1587. package/src/components/ExpressionEditor/EditorInput.js +16 -0
  1588. package/src/components/ExpressionEditor/EditorInputReactive.d.ts +12 -0
  1589. package/src/components/ExpressionEditor/EditorInputReactive.js +54 -0
  1590. package/src/components/ExpressionEditor/ExpressionFunctionDocumentation.d.ts +7 -0
  1591. package/src/components/ExpressionEditor/ExpressionFunctionDocumentation.js +18 -0
  1592. package/src/components/ExpressionEditor/NamedQueryContext.d.ts +11 -0
  1593. package/src/components/ExpressionEditor/NamedQueryContext.js +11 -0
  1594. package/src/components/ExpressionEditor/editorButtonsReactive.d.ts +2 -0
  1595. package/src/components/ExpressionEditor/editorButtonsReactive.js +80 -0
  1596. package/src/components/ExpressionEditor/editorButtonsSearch.d.ts +2 -0
  1597. package/src/components/ExpressionEditor/editorButtonsSearch.js +77 -0
  1598. package/src/components/ExpressionEditor/index.d.ts +19 -0
  1599. package/src/components/ExpressionEditor/index.js +184 -0
  1600. package/src/components/FieldWrap/index.d.ts +10 -0
  1601. package/src/components/FieldWrap/index.js +14 -0
  1602. package/src/components/FileDroppable/FileDroppableState.d.ts +5 -0
  1603. package/src/components/FileDroppable/FileDroppableState.js +2 -0
  1604. package/src/components/FileDroppable/index.d.ts +21 -0
  1605. package/src/components/FileDroppable/index.js +127 -0
  1606. package/src/components/FileDroppable/reducer.d.ts +14 -0
  1607. package/src/components/FileDroppable/reducer.js +26 -0
  1608. package/src/components/FlexWithFooter.d.ts +8 -0
  1609. package/src/components/FlexWithFooter.js +19 -0
  1610. package/src/components/FormLayout/index.d.ts +30 -0
  1611. package/src/components/FormLayout/index.js +82 -0
  1612. package/src/components/HelpBlock/index.d.ts +5 -0
  1613. package/src/components/HelpBlock/index.js +12 -0
  1614. package/src/components/InfiniteTable/index.d.ts +3 -0
  1615. package/src/components/InfiniteTable/index.js +13 -0
  1616. package/src/components/Input/index.d.ts +12 -0
  1617. package/src/components/Input/index.js +20 -0
  1618. package/src/components/List/GridList/index.d.ts +9 -0
  1619. package/src/components/List/GridList/index.js +27 -0
  1620. package/src/components/List/ListGroup/index.d.ts +6 -0
  1621. package/src/components/List/ListGroup/index.js +12 -0
  1622. package/src/components/List/ListGroupItem/index.d.ts +12 -0
  1623. package/src/components/List/ListGroupItem/index.js +19 -0
  1624. package/src/components/Logo/index.d.ts +6 -0
  1625. package/src/components/Logo/index.js +12 -0
  1626. package/src/components/Modal/Backdrop.d.ts +19 -0
  1627. package/src/components/Modal/Backdrop.js +51 -0
  1628. package/src/components/Modal/index.d.ts +9 -0
  1629. package/src/components/Modal/index.js +40 -0
  1630. package/src/components/NotifyResize/index.d.ts +9 -0
  1631. package/src/components/NotifyResize/index.js +37 -0
  1632. package/src/components/OverlayTrigger/Overlay.d.ts +12 -0
  1633. package/src/components/OverlayTrigger/Overlay.js +109 -0
  1634. package/src/components/OverlayTrigger/getOverlayStyle.d.ts +13 -0
  1635. package/src/components/OverlayTrigger/getOverlayStyle.js +56 -0
  1636. package/src/components/OverlayTrigger/index.d.ts +30 -0
  1637. package/src/components/OverlayTrigger/index.js +187 -0
  1638. package/src/components/OverlayTrigger/useVendorClassName.d.ts +2 -0
  1639. package/src/components/OverlayTrigger/useVendorClassName.js +14 -0
  1640. package/src/components/OverlayTrigger/utils.d.ts +4 -0
  1641. package/src/components/OverlayTrigger/utils.js +41 -0
  1642. package/src/components/Panel/index.d.ts +16 -0
  1643. package/src/components/Panel/index.js +40 -0
  1644. package/src/components/PopupWithFooter.d.ts +14 -0
  1645. package/src/components/PopupWithFooter.js +21 -0
  1646. package/src/components/Radio/index.d.ts +28 -0
  1647. package/src/components/Radio/index.js +66 -0
  1648. package/src/components/ResizeObserver/getResizeObserverObject.d.ts +1 -0
  1649. package/src/components/ResizeObserver/getResizeObserverObject.js +7 -0
  1650. package/src/components/ResizeObserver/index.d.ts +37 -0
  1651. package/src/components/ResizeObserver/index.js +104 -0
  1652. package/src/components/SelectableList/index.d.ts +14 -0
  1653. package/src/components/SelectableList/index.js +100 -0
  1654. package/src/components/SimpleButton/index.d.ts +22 -0
  1655. package/src/components/SimpleButton/index.js +73 -0
  1656. package/src/components/SizedContainer/index.d.ts +14 -0
  1657. package/src/components/SizedContainer/index.js +19 -0
  1658. package/src/components/Table/index.d.ts +3 -0
  1659. package/src/components/Table/index.js +9 -0
  1660. package/src/components/Tabs/index.d.ts +47 -0
  1661. package/src/components/Tabs/index.js +131 -0
  1662. package/src/components/Textarea/index.d.ts +11 -0
  1663. package/src/components/Textarea/index.js +20 -0
  1664. package/src/components/Toastify/index.d.ts +3 -0
  1665. package/src/components/Toastify/index.js +10 -0
  1666. package/src/components/ToggleButton/index.d.ts +10 -0
  1667. package/src/components/ToggleButton/index.js +17 -0
  1668. package/src/components/Tooltip/index.d.ts +8 -0
  1669. package/src/components/Tooltip/index.js +9 -0
  1670. package/src/components/WizardPanel/index.d.ts +4 -0
  1671. package/src/components/WizardPanel/index.js +10 -0
  1672. package/src/components/icons/DefaultIcon.d.ts +12 -0
  1673. package/src/components/icons/DefaultIcon.js +14 -0
  1674. package/src/components/icons/alert.d.ts +3 -0
  1675. package/src/components/icons/alert.js +7 -0
  1676. package/src/components/icons/align-justify.d.ts +3 -0
  1677. package/src/components/icons/align-justify.js +7 -0
  1678. package/src/components/icons/application.d.ts +3 -0
  1679. package/src/components/icons/application.js +7 -0
  1680. package/src/components/icons/arrow-down.d.ts +3 -0
  1681. package/src/components/icons/arrow-down.js +7 -0
  1682. package/src/components/icons/arrow-expand.d.ts +3 -0
  1683. package/src/components/icons/arrow-expand.js +7 -0
  1684. package/src/components/icons/arrow-left.d.ts +3 -0
  1685. package/src/components/icons/arrow-left.js +8 -0
  1686. package/src/components/icons/arrow-right.d.ts +3 -0
  1687. package/src/components/icons/arrow-right.js +7 -0
  1688. package/src/components/icons/arrow-up.d.ts +3 -0
  1689. package/src/components/icons/arrow-up.js +7 -0
  1690. package/src/components/icons/attach-file.d.ts +3 -0
  1691. package/src/components/icons/attach-file.js +8 -0
  1692. package/src/components/icons/blanks.d.ts +3 -0
  1693. package/src/components/icons/blanks.js +7 -0
  1694. package/src/components/icons/boolean-list.d.ts +3 -0
  1695. package/src/components/icons/boolean-list.js +7 -0
  1696. package/src/components/icons/build.d.ts +3 -0
  1697. package/src/components/icons/build.js +8 -0
  1698. package/src/components/icons/bulk-update.d.ts +3 -0
  1699. package/src/components/icons/bulk-update.js +11 -0
  1700. package/src/components/icons/calculated-column.d.ts +3 -0
  1701. package/src/components/icons/calculated-column.js +7 -0
  1702. package/src/components/icons/calendar.d.ts +3 -0
  1703. package/src/components/icons/calendar.js +7 -0
  1704. package/src/components/icons/campaign.d.ts +3 -0
  1705. package/src/components/icons/campaign.js +7 -0
  1706. package/src/components/icons/cell-summary.d.ts +3 -0
  1707. package/src/components/icons/cell-summary.js +7 -0
  1708. package/src/components/icons/cell-validation.d.ts +3 -0
  1709. package/src/components/icons/cell-validation.js +7 -0
  1710. package/src/components/icons/chart.d.ts +3 -0
  1711. package/src/components/icons/chart.js +7 -0
  1712. package/src/components/icons/check-box-outline.d.ts +3 -0
  1713. package/src/components/icons/check-box-outline.js +7 -0
  1714. package/src/components/icons/check-box.d.ts +3 -0
  1715. package/src/components/icons/check-box.js +7 -0
  1716. package/src/components/icons/check-circle.d.ts +3 -0
  1717. package/src/components/icons/check-circle.js +7 -0
  1718. package/src/components/icons/check.d.ts +3 -0
  1719. package/src/components/icons/check.js +7 -0
  1720. package/src/components/icons/clear.d.ts +3 -0
  1721. package/src/components/icons/clear.js +7 -0
  1722. package/src/components/icons/clone.d.ts +3 -0
  1723. package/src/components/icons/clone.js +7 -0
  1724. package/src/components/icons/close.d.ts +3 -0
  1725. package/src/components/icons/close.js +7 -0
  1726. package/src/components/icons/cloud-upload.d.ts +3 -0
  1727. package/src/components/icons/cloud-upload.js +7 -0
  1728. package/src/components/icons/collapse.d.ts +3 -0
  1729. package/src/components/icons/collapse.js +7 -0
  1730. package/src/components/icons/color-drop.d.ts +3 -0
  1731. package/src/components/icons/color-drop.js +7 -0
  1732. package/src/components/icons/column-chooser.d.ts +3 -0
  1733. package/src/components/icons/column-chooser.js +7 -0
  1734. package/src/components/icons/column-filter.d.ts +3 -0
  1735. package/src/components/icons/column-filter.js +7 -0
  1736. package/src/components/icons/column-info.d.ts +3 -0
  1737. package/src/components/icons/column-info.js +7 -0
  1738. package/src/components/icons/comment.d.ts +3 -0
  1739. package/src/components/icons/comment.js +7 -0
  1740. package/src/components/icons/conditional-style.d.ts +3 -0
  1741. package/src/components/icons/conditional-style.js +7 -0
  1742. package/src/components/icons/contains.d.ts +3 -0
  1743. package/src/components/icons/contains.js +7 -0
  1744. package/src/components/icons/custom-sort.d.ts +3 -0
  1745. package/src/components/icons/custom-sort.js +7 -0
  1746. package/src/components/icons/dashboard.d.ts +3 -0
  1747. package/src/components/icons/dashboard.js +7 -0
  1748. package/src/components/icons/data-source.d.ts +3 -0
  1749. package/src/components/icons/data-source.js +7 -0
  1750. package/src/components/icons/date-range.d.ts +3 -0
  1751. package/src/components/icons/date-range.js +8 -0
  1752. package/src/components/icons/delete.d.ts +3 -0
  1753. package/src/components/icons/delete.js +7 -0
  1754. package/src/components/icons/division.d.ts +3 -0
  1755. package/src/components/icons/division.js +7 -0
  1756. package/src/components/icons/dock.d.ts +3 -0
  1757. package/src/components/icons/dock.js +7 -0
  1758. package/src/components/icons/drag.d.ts +3 -0
  1759. package/src/components/icons/drag.js +7 -0
  1760. package/src/components/icons/edit.d.ts +3 -0
  1761. package/src/components/icons/edit.js +7 -0
  1762. package/src/components/icons/equal.d.ts +3 -0
  1763. package/src/components/icons/equal.js +7 -0
  1764. package/src/components/icons/equation.d.ts +3 -0
  1765. package/src/components/icons/equation.js +7 -0
  1766. package/src/components/icons/error.d.ts +3 -0
  1767. package/src/components/icons/error.js +7 -0
  1768. package/src/components/icons/expand.d.ts +3 -0
  1769. package/src/components/icons/expand.js +7 -0
  1770. package/src/components/icons/exponent.d.ts +3 -0
  1771. package/src/components/icons/exponent.js +7 -0
  1772. package/src/components/icons/export.d.ts +3 -0
  1773. package/src/components/icons/export.js +7 -0
  1774. package/src/components/icons/fast-backward.d.ts +3 -0
  1775. package/src/components/icons/fast-backward.js +7 -0
  1776. package/src/components/icons/fast-forward.d.ts +3 -0
  1777. package/src/components/icons/fast-forward.js +7 -0
  1778. package/src/components/icons/filter-outline.d.ts +3 -0
  1779. package/src/components/icons/filter-outline.js +7 -0
  1780. package/src/components/icons/flashing-cell.d.ts +3 -0
  1781. package/src/components/icons/flashing-cell.js +7 -0
  1782. package/src/components/icons/folder-open.d.ts +3 -0
  1783. package/src/components/icons/folder-open.js +7 -0
  1784. package/src/components/icons/folder-shared.d.ts +3 -0
  1785. package/src/components/icons/folder-shared.js +7 -0
  1786. package/src/components/icons/folder.d.ts +3 -0
  1787. package/src/components/icons/folder.js +7 -0
  1788. package/src/components/icons/format-column.d.ts +3 -0
  1789. package/src/components/icons/format-column.js +7 -0
  1790. package/src/components/icons/format-letter-ends-with.d.ts +3 -0
  1791. package/src/components/icons/format-letter-ends-with.js +7 -0
  1792. package/src/components/icons/format-letter-starts-with.d.ts +3 -0
  1793. package/src/components/icons/format-letter-starts-with.js +7 -0
  1794. package/src/components/icons/freetext-column.d.ts +3 -0
  1795. package/src/components/icons/freetext-column.js +11 -0
  1796. package/src/components/icons/function.d.ts +3 -0
  1797. package/src/components/icons/function.js +7 -0
  1798. package/src/components/icons/gradient-column.d.ts +3 -0
  1799. package/src/components/icons/gradient-column.js +7 -0
  1800. package/src/components/icons/greater-than-or-equal.d.ts +3 -0
  1801. package/src/components/icons/greater-than-or-equal.js +7 -0
  1802. package/src/components/icons/greater-than.d.ts +3 -0
  1803. package/src/components/icons/greater-than.js +7 -0
  1804. package/src/components/icons/hide-column.d.ts +3 -0
  1805. package/src/components/icons/hide-column.js +8 -0
  1806. package/src/components/icons/history.d.ts +3 -0
  1807. package/src/components/icons/history.js +7 -0
  1808. package/src/components/icons/home.d.ts +3 -0
  1809. package/src/components/icons/home.js +7 -0
  1810. package/src/components/icons/import-export.d.ts +3 -0
  1811. package/src/components/icons/import-export.js +7 -0
  1812. package/src/components/icons/index.d.ts +14 -0
  1813. package/src/components/icons/index.js +277 -0
  1814. package/src/components/icons/info.d.ts +3 -0
  1815. package/src/components/icons/info.js +7 -0
  1816. package/src/components/icons/invalid.d.ts +3 -0
  1817. package/src/components/icons/invalid.js +8 -0
  1818. package/src/components/icons/ipushpull.d.ts +3 -0
  1819. package/src/components/icons/ipushpull.js +8 -0
  1820. package/src/components/icons/justify.d.ts +3 -0
  1821. package/src/components/icons/justify.js +7 -0
  1822. package/src/components/icons/layout.d.ts +3 -0
  1823. package/src/components/icons/layout.js +7 -0
  1824. package/src/components/icons/less-than-or-equal.d.ts +3 -0
  1825. package/src/components/icons/less-than-or-equal.js +7 -0
  1826. package/src/components/icons/less-than.d.ts +3 -0
  1827. package/src/components/icons/less-than.js +7 -0
  1828. package/src/components/icons/list.d.ts +3 -0
  1829. package/src/components/icons/list.js +7 -0
  1830. package/src/components/icons/login.d.ts +3 -0
  1831. package/src/components/icons/login.js +7 -0
  1832. package/src/components/icons/logout copy.d.ts +3 -0
  1833. package/src/components/icons/logout copy.js +8 -0
  1834. package/src/components/icons/logout.d.ts +3 -0
  1835. package/src/components/icons/logout.js +8 -0
  1836. package/src/components/icons/minus.d.ts +3 -0
  1837. package/src/components/icons/minus.js +7 -0
  1838. package/src/components/icons/multiplication.d.ts +3 -0
  1839. package/src/components/icons/multiplication.js +7 -0
  1840. package/src/components/icons/newpage.d.ts +3 -0
  1841. package/src/components/icons/newpage.js +8 -0
  1842. package/src/components/icons/non-blanks.d.ts +3 -0
  1843. package/src/components/icons/non-blanks.js +7 -0
  1844. package/src/components/icons/not-contains.d.ts +3 -0
  1845. package/src/components/icons/not-contains.js +7 -0
  1846. package/src/components/icons/not-equal.d.ts +3 -0
  1847. package/src/components/icons/not-equal.js +7 -0
  1848. package/src/components/icons/pause.d.ts +3 -0
  1849. package/src/components/icons/pause.js +7 -0
  1850. package/src/components/icons/percent-bar.d.ts +3 -0
  1851. package/src/components/icons/percent-bar.js +12 -0
  1852. package/src/components/icons/percent.d.ts +3 -0
  1853. package/src/components/icons/percent.js +7 -0
  1854. package/src/components/icons/pie-chart.d.ts +3 -0
  1855. package/src/components/icons/pie-chart.js +7 -0
  1856. package/src/components/icons/play.d.ts +3 -0
  1857. package/src/components/icons/play.js +8 -0
  1858. package/src/components/icons/plus-minus.d.ts +3 -0
  1859. package/src/components/icons/plus-minus.js +7 -0
  1860. package/src/components/icons/plus.d.ts +3 -0
  1861. package/src/components/icons/plus.js +7 -0
  1862. package/src/components/icons/query.d.ts +3 -0
  1863. package/src/components/icons/query.js +7 -0
  1864. package/src/components/icons/quick-search.d.ts +3 -0
  1865. package/src/components/icons/quick-search.js +7 -0
  1866. package/src/components/icons/refresh.d.ts +3 -0
  1867. package/src/components/icons/refresh.js +7 -0
  1868. package/src/components/icons/regex.d.ts +3 -0
  1869. package/src/components/icons/regex.js +7 -0
  1870. package/src/components/icons/reminder.d.ts +3 -0
  1871. package/src/components/icons/reminder.js +7 -0
  1872. package/src/components/icons/save.d.ts +3 -0
  1873. package/src/components/icons/save.js +7 -0
  1874. package/src/components/icons/schedule.d.ts +3 -0
  1875. package/src/components/icons/schedule.js +10 -0
  1876. package/src/components/icons/settings.d.ts +3 -0
  1877. package/src/components/icons/settings.js +7 -0
  1878. package/src/components/icons/shortcut.d.ts +3 -0
  1879. package/src/components/icons/shortcut.js +7 -0
  1880. package/src/components/icons/show-column.d.ts +3 -0
  1881. package/src/components/icons/show-column.js +8 -0
  1882. package/src/components/icons/smart-edit.d.ts +3 -0
  1883. package/src/components/icons/smart-edit.js +7 -0
  1884. package/src/components/icons/sort-asc.d.ts +3 -0
  1885. package/src/components/icons/sort-asc.js +10 -0
  1886. package/src/components/icons/sort-desc.d.ts +3 -0
  1887. package/src/components/icons/sort-desc.js +10 -0
  1888. package/src/components/icons/spark-line.d.ts +3 -0
  1889. package/src/components/icons/spark-line.js +7 -0
  1890. package/src/components/icons/state-management.d.ts +3 -0
  1891. package/src/components/icons/state-management.js +7 -0
  1892. package/src/components/icons/stop.d.ts +3 -0
  1893. package/src/components/icons/stop.js +8 -0
  1894. package/src/components/icons/system-status.d.ts +3 -0
  1895. package/src/components/icons/system-status.js +7 -0
  1896. package/src/components/icons/tab-unselected.d.ts +3 -0
  1897. package/src/components/icons/tab-unselected.js +7 -0
  1898. package/src/components/icons/table-arrow-right.d.ts +3 -0
  1899. package/src/components/icons/table-arrow-right.js +7 -0
  1900. package/src/components/icons/team-share.d.ts +3 -0
  1901. package/src/components/icons/team-share.js +7 -0
  1902. package/src/components/icons/theme.d.ts +3 -0
  1903. package/src/components/icons/theme.js +8 -0
  1904. package/src/components/icons/track-changes.d.ts +3 -0
  1905. package/src/components/icons/track-changes.js +8 -0
  1906. package/src/components/icons/triangle-down.d.ts +3 -0
  1907. package/src/components/icons/triangle-down.js +7 -0
  1908. package/src/components/icons/triangle-up.d.ts +3 -0
  1909. package/src/components/icons/triangle-up.js +7 -0
  1910. package/src/components/icons/unchecked.d.ts +3 -0
  1911. package/src/components/icons/unchecked.js +7 -0
  1912. package/src/components/icons/undo.d.ts +3 -0
  1913. package/src/components/icons/undo.js +7 -0
  1914. package/src/components/icons/updated-row.d.ts +3 -0
  1915. package/src/components/icons/updated-row.js +7 -0
  1916. package/src/components/icons/user-filter.d.ts +3 -0
  1917. package/src/components/icons/user-filter.js +7 -0
  1918. package/src/components/icons/warning.d.ts +3 -0
  1919. package/src/components/icons/warning.js +7 -0
  1920. package/src/components/utils/batchUpdate.d.ts +9 -0
  1921. package/src/components/utils/batchUpdate.js +27 -0
  1922. package/src/components/utils/captureTabNavigation/getFocusableChildren.d.ts +2 -0
  1923. package/src/components/utils/captureTabNavigation/getFocusableChildren.js +16 -0
  1924. package/src/components/utils/captureTabNavigation/index.d.ts +2 -0
  1925. package/src/components/utils/captureTabNavigation/index.js +29 -0
  1926. package/src/components/utils/contains.d.ts +1 -0
  1927. package/src/components/utils/contains.js +14 -0
  1928. package/src/components/utils/getAvailableSizeInfo.d.ts +21 -0
  1929. package/src/components/utils/getAvailableSizeInfo.js +37 -0
  1930. package/src/components/utils/join.d.ts +2 -0
  1931. package/src/components/utils/join.js +4 -0
  1932. package/src/components/utils/selectParent/index.d.ts +2 -0
  1933. package/src/components/utils/selectParent/index.js +15 -0
  1934. package/src/components/utils/selectParent/matches.d.ts +2 -0
  1935. package/src/components/utils/selectParent/matches.js +9 -0
  1936. package/src/components/utils/useAutoFocus.d.ts +12 -0
  1937. package/src/components/utils/useAutoFocus.js +19 -0
  1938. package/src/components/utils/useContainerScrollObserver/index.d.ts +6 -0
  1939. package/src/components/utils/useContainerScrollObserver/index.js +80 -0
  1940. package/src/components/utils/useDraggable.d.ts +9 -0
  1941. package/src/components/utils/useDraggable.js +84 -0
  1942. package/src/components/utils/useGlobalEvent.d.ts +1 -0
  1943. package/src/components/utils/useGlobalEvent.js +11 -0
  1944. package/src/components/utils/useLatest.d.ts +1 -0
  1945. package/src/components/utils/useLatest.js +9 -0
  1946. package/src/components/utils/usePrevious.d.ts +2 -0
  1947. package/src/components/utils/usePrevious.js +11 -0
  1948. package/src/components/utils/usePropState.d.ts +2 -0
  1949. package/src/components/utils/usePropState.js +11 -0
  1950. package/src/components/utils/useProperty.d.ts +22 -0
  1951. package/src/components/utils/useProperty.js +49 -0
  1952. package/src/components/utils/useRerender.d.ts +1 -0
  1953. package/src/components/utils/useRerender.js +10 -0
  1954. package/src/components/utils/useSelectionRange.d.ts +5 -0
  1955. package/src/components/utils/useSelectionRange.js +24 -0
  1956. package/src/components/utils/useTheme.d.ts +32 -0
  1957. package/src/components/utils/useTheme.js +5 -0
  1958. package/src/components/utils/uuid.d.ts +2 -0
  1959. package/src/components/utils/uuid.js +5 -0
  1960. package/src/env.d.ts +4 -0
  1961. package/src/env.js +7 -0
  1962. package/src/metamodel/adaptable-metamodel-model.d.ts +19 -0
  1963. package/src/metamodel/adaptable-metamodel-model.js +2 -0
  1964. package/src/metamodel/adaptable.metamodel.d.ts +3313 -0
  1965. package/src/metamodel/adaptable.metamodel.js +10638 -0
  1966. package/src/parser/src/evaluator.d.ts +2 -0
  1967. package/src/parser/src/evaluator.js +25 -0
  1968. package/src/parser/src/index.d.ts +8 -0
  1969. package/src/parser/src/index.js +30 -0
  1970. package/src/parser/src/parser.js +1653 -0
  1971. package/src/parser/src/tokenizer.d.ts +2 -0
  1972. package/src/parser/src/tokenizer.js +21 -0
  1973. package/src/parser/src/types.d.ts +94 -0
  1974. package/src/parser/src/types.js +2 -0
  1975. package/src/parser/src/utils.d.ts +4 -0
  1976. package/src/parser/src/utils.js +34 -0
  1977. package/src/theme.d.ts +32 -0
  1978. package/src/theme.js +51 -0
  1979. package/src/themes/index.d.ts +2 -0
  1980. package/src/themes/index.js +14 -0
  1981. package/src/types.d.ts +142 -0
  1982. package/src/types.js +5 -0
  1983. package/themes/dark.css +16 -0
  1984. package/themes/light.css +2 -0
  1985. package/types.d.ts +1 -0
  1986. package/types.js +4 -0
  1987. package/version.d.ts +2 -0
  1988. package/version.js +3 -0
package/index.css ADDED
@@ -0,0 +1,3375 @@
1
+ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
2
+
3
+ /* Document
4
+ ========================================================================== */
5
+
6
+ /**
7
+ * 1. Correct the line height in all browsers.
8
+ * 2. Prevent adjustments of font size after orientation changes in iOS.
9
+ */
10
+
11
+ html {
12
+ line-height: 1.15; /* 1 */
13
+ -webkit-text-size-adjust: 100%; /* 2 */
14
+ }
15
+
16
+ /* Sections
17
+ ========================================================================== */
18
+
19
+ /**
20
+ * Remove the margin in all browsers.
21
+ */
22
+
23
+ body {
24
+ margin: 0;
25
+ }
26
+
27
+ /**
28
+ * Render the `main` element consistently in IE.
29
+ */
30
+
31
+ main {
32
+ display: block;
33
+ }
34
+
35
+ /**
36
+ * Correct the font size and margin on `h1` elements within `section` and
37
+ * `article` contexts in Chrome, Firefox, and Safari.
38
+ */
39
+
40
+ h1 {
41
+ font-size: 2em;
42
+ margin: 0.67em 0;
43
+ }
44
+
45
+ /* Grouping content
46
+ ========================================================================== */
47
+
48
+ /**
49
+ * 1. Add the correct box sizing in Firefox.
50
+ * 2. Show the overflow in Edge and IE.
51
+ */
52
+
53
+ hr {
54
+ box-sizing: content-box; /* 1 */
55
+ height: 0; /* 1 */
56
+ overflow: visible; /* 2 */
57
+ }
58
+
59
+ /**
60
+ * 1. Correct the inheritance and scaling of font size in all browsers.
61
+ * 2. Correct the odd `em` font sizing in all browsers.
62
+ */
63
+
64
+ pre {
65
+ font-family: monospace, monospace; /* 1 */
66
+ font-size: 1em; /* 2 */
67
+ }
68
+
69
+ /* Text-level semantics
70
+ ========================================================================== */
71
+
72
+ /**
73
+ * Remove the gray background on active links in IE 10.
74
+ */
75
+
76
+ a {
77
+ background-color: transparent;
78
+ }
79
+
80
+ /**
81
+ * 1. Remove the bottom border in Chrome 57-
82
+ * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
83
+ */
84
+
85
+ abbr[title] {
86
+ border-bottom: none; /* 1 */
87
+ text-decoration: underline; /* 2 */
88
+ text-decoration: underline dotted; /* 2 */
89
+ }
90
+
91
+ /**
92
+ * Add the correct font weight in Chrome, Edge, and Safari.
93
+ */
94
+
95
+ b,
96
+ strong {
97
+ font-weight: bolder;
98
+ }
99
+
100
+ /**
101
+ * 1. Correct the inheritance and scaling of font size in all browsers.
102
+ * 2. Correct the odd `em` font sizing in all browsers.
103
+ */
104
+
105
+ code,
106
+ kbd,
107
+ samp {
108
+ font-family: monospace, monospace; /* 1 */
109
+ font-size: 1em; /* 2 */
110
+ }
111
+
112
+ /**
113
+ * Add the correct font size in all browsers.
114
+ */
115
+
116
+ small {
117
+ font-size: 80%;
118
+ }
119
+
120
+ /**
121
+ * Prevent `sub` and `sup` elements from affecting the line height in
122
+ * all browsers.
123
+ */
124
+
125
+ sub,
126
+ sup {
127
+ font-size: 75%;
128
+ line-height: 0;
129
+ position: relative;
130
+ vertical-align: baseline;
131
+ }
132
+
133
+ sub {
134
+ bottom: -0.25em;
135
+ }
136
+
137
+ sup {
138
+ top: -0.5em;
139
+ }
140
+
141
+ /* Embedded content
142
+ ========================================================================== */
143
+
144
+ /**
145
+ * Remove the border on images inside links in IE 10.
146
+ */
147
+
148
+ img {
149
+ border-style: none;
150
+ }
151
+
152
+ /* Forms
153
+ ========================================================================== */
154
+
155
+ /**
156
+ * 1. Change the font styles in all browsers.
157
+ * 2. Remove the margin in Firefox and Safari.
158
+ */
159
+
160
+ button,
161
+ input,
162
+ optgroup,
163
+ select,
164
+ textarea {
165
+ font-family: inherit; /* 1 */
166
+ font-size: 100%; /* 1 */
167
+ line-height: 1.15; /* 1 */
168
+ margin: 0; /* 2 */
169
+ }
170
+
171
+ /**
172
+ * Show the overflow in IE.
173
+ * 1. Show the overflow in Edge.
174
+ */
175
+
176
+ button,
177
+ input { /* 1 */
178
+ overflow: visible;
179
+ }
180
+
181
+ /**
182
+ * Remove the inheritance of text transform in Edge, Firefox, and IE.
183
+ * 1. Remove the inheritance of text transform in Firefox.
184
+ */
185
+
186
+ button,
187
+ select { /* 1 */
188
+ text-transform: none;
189
+ }
190
+
191
+ /**
192
+ * Correct the inability to style clickable types in iOS and Safari.
193
+ */
194
+
195
+ button,
196
+ [type="button"],
197
+ [type="reset"],
198
+ [type="submit"] {
199
+ -webkit-appearance: button;
200
+ }
201
+
202
+ /**
203
+ * Remove the inner border and padding in Firefox.
204
+ */
205
+
206
+ button::-moz-focus-inner,
207
+ [type="button"]::-moz-focus-inner,
208
+ [type="reset"]::-moz-focus-inner,
209
+ [type="submit"]::-moz-focus-inner {
210
+ border-style: none;
211
+ padding: 0;
212
+ }
213
+
214
+ /**
215
+ * Restore the focus styles unset by the previous rule.
216
+ */
217
+
218
+ button:-moz-focusring,
219
+ [type="button"]:-moz-focusring,
220
+ [type="reset"]:-moz-focusring,
221
+ [type="submit"]:-moz-focusring {
222
+ outline: 1px dotted ButtonText;
223
+ }
224
+
225
+ /**
226
+ * Correct the padding in Firefox.
227
+ */
228
+
229
+ fieldset {
230
+ padding: 0.35em 0.75em 0.625em;
231
+ }
232
+
233
+ /**
234
+ * 1. Correct the text wrapping in Edge and IE.
235
+ * 2. Correct the color inheritance from `fieldset` elements in IE.
236
+ * 3. Remove the padding so developers are not caught out when they zero out
237
+ * `fieldset` elements in all browsers.
238
+ */
239
+
240
+ legend {
241
+ box-sizing: border-box; /* 1 */
242
+ color: inherit; /* 2 */
243
+ display: table; /* 1 */
244
+ max-width: 100%; /* 1 */
245
+ padding: 0; /* 3 */
246
+ white-space: normal; /* 1 */
247
+ }
248
+
249
+ /**
250
+ * Add the correct vertical alignment in Chrome, Firefox, and Opera.
251
+ */
252
+
253
+ progress {
254
+ vertical-align: baseline;
255
+ }
256
+
257
+ /**
258
+ * Remove the default vertical scrollbar in IE 10+.
259
+ */
260
+
261
+ textarea {
262
+ overflow: auto;
263
+ }
264
+
265
+ /**
266
+ * 1. Add the correct box sizing in IE 10.
267
+ * 2. Remove the padding in IE 10.
268
+ */
269
+
270
+ [type="checkbox"],
271
+ [type="radio"] {
272
+ box-sizing: border-box; /* 1 */
273
+ padding: 0; /* 2 */
274
+ }
275
+
276
+ /**
277
+ * Correct the cursor style of increment and decrement buttons in Chrome.
278
+ */
279
+
280
+ [type="number"]::-webkit-inner-spin-button,
281
+ [type="number"]::-webkit-outer-spin-button {
282
+ height: auto;
283
+ }
284
+
285
+ /**
286
+ * 1. Correct the odd appearance in Chrome and Safari.
287
+ * 2. Correct the outline style in Safari.
288
+ */
289
+
290
+ [type="search"] {
291
+ -webkit-appearance: textfield; /* 1 */
292
+ outline-offset: -2px; /* 2 */
293
+ }
294
+
295
+ /**
296
+ * Remove the inner padding in Chrome and Safari on macOS.
297
+ */
298
+
299
+ [type="search"]::-webkit-search-decoration {
300
+ -webkit-appearance: none;
301
+ }
302
+
303
+ /**
304
+ * 1. Correct the inability to style clickable types in iOS and Safari.
305
+ * 2. Change font properties to `inherit` in Safari.
306
+ */
307
+
308
+ ::-webkit-file-upload-button {
309
+ -webkit-appearance: button; /* 1 */
310
+ font: inherit; /* 2 */
311
+ }
312
+
313
+ /* Interactive
314
+ ========================================================================== */
315
+
316
+ /*
317
+ * Add the correct display in Edge, IE 10+, and Firefox.
318
+ */
319
+
320
+ details {
321
+ display: block;
322
+ }
323
+
324
+ /*
325
+ * Add the correct display in all browsers.
326
+ */
327
+
328
+ summary {
329
+ display: list-item;
330
+ }
331
+
332
+ /* Misc
333
+ ========================================================================== */
334
+
335
+ /**
336
+ * Add the correct display in IE 10+.
337
+ */
338
+
339
+ template {
340
+ display: none;
341
+ }
342
+
343
+ /**
344
+ * Add the correct display in IE 10.
345
+ */
346
+
347
+ [hidden] {
348
+ display: none;
349
+ }
350
+
351
+ /**
352
+ * These variables are not component specific.
353
+ */
354
+
355
+ :root {
356
+ --it-space-0: 0rem;
357
+ /* 0px when 1rem=16px */
358
+ --it-space-1: 0.125rem;
359
+ /* 2px when 1rem=16px */
360
+ --it-space-2: 0.25rem;
361
+ /* 4px when 1rem=16px */
362
+ --it-space-3: 0.5rem;
363
+ /* 8px when 1rem=16px */
364
+ --it-space-4: 0.75rem;
365
+ /* 12px when 1rem=16px */
366
+ --it-space-5: 1rem;
367
+ --it-space-6: 1.25rem;
368
+ /* 20px when 1rem=16px */
369
+ --it-space-7: 1.5rem;
370
+ /* 24px when 1rem=16px */
371
+ --it-space-8: 2.25rem;
372
+ /* 36px when 1rem=16px */
373
+ --it-space-9: 3rem;
374
+ /* 48px when 1rem=16px */
375
+ --it-space-10: 4rem;
376
+ /* 64px when 1rem=16px */
377
+ --it-font-size-0: 0.5rem;
378
+ /* 8px when 1rem=16px */
379
+ --it-font-size-1: 0.625rem;
380
+ /* 10px when 1rem=16px */
381
+ --it-font-size-2: 0.75rem;
382
+ /* 12px when 1rem=16px */
383
+ --it-font-size-3: 0.875rem;
384
+ /* 14px when 1rem=16px */
385
+ --it-font-size-4: 1rem;
386
+ --it-font-size-5: 1.25rem;
387
+ /* 20px when 1rem=16px */
388
+ --it-font-size-6: 1.5rem;
389
+ /* 24px when 1rem=16px */
390
+ --it-font-size-7: 2.25rem;
391
+ /* 36px when 1rem=16px */
392
+ --it__border-radius: var(--it-space-2);
393
+ --it-color-brand: #133048;
394
+ --it-color-neutral-100: #f7fafc;
395
+ --it-color-neutral-200: #edf2f7;
396
+ --it-color-neutral-300: #e2e8f0;
397
+ --it-color-neutral-400: #cbd5e0;
398
+ --it-color-neutral-500: #a0aec0;
399
+ --it-color-neutral-600: #718096;
400
+ --it-color-neutral-700: #4a5568;
401
+ --it-color-neutral-800: #2d3748;
402
+ --it-color-neutral-900: #1a202c;
403
+ }
404
+
405
+ .it__align-items\=center {
406
+ align-items: center;
407
+ }
408
+
409
+ .it__align-items\=stretch {
410
+ align-items: stretch;
411
+ }
412
+
413
+ .it__justify-content\=flex-start {
414
+ justify-content: flex-start;
415
+ }
416
+
417
+ .it__justify-content\=flex-end {
418
+ justify-content: flex-end;
419
+ }
420
+
421
+ .it__justify-content\=center {
422
+ justify-content: center;
423
+ }
424
+
425
+ .it__cursor\=pointer {
426
+ cursor: pointer;
427
+ }
428
+
429
+ .it__overflow\=hidden {
430
+ overflow: hidden;
431
+ }
432
+
433
+ .it__overflow\=visible {
434
+ overflow: visible;
435
+ }
436
+
437
+ .it__overflow\=auto {
438
+ overflow: auto;
439
+ }
440
+
441
+ .it__overflow-x\=hidden {
442
+ overflow-x: hidden;
443
+ }
444
+
445
+ .it__overflow-x\=visible {
446
+ overflow-x: visible;
447
+ }
448
+
449
+ .it__overflow-x\=auto {
450
+ overflow-x: auto;
451
+ }
452
+
453
+ .it__overflow-y\=hidden {
454
+ overflow-y: hidden;
455
+ }
456
+
457
+ .it__overflow-y\=visible {
458
+ overflow-y: visible;
459
+ }
460
+
461
+ .it__overflow-y\=auto {
462
+ overflow-y: auto;
463
+ }
464
+
465
+ .it__height\=0 {
466
+ height: 0;
467
+ }
468
+
469
+ .it__height\=100\% {
470
+ height: 100%;
471
+ }
472
+
473
+ .it__width\=0 {
474
+ width: 0;
475
+ }
476
+
477
+ .it__width\=100\% {
478
+ width: 100%;
479
+ }
480
+
481
+ .it__top\=0 {
482
+ top: 0;
483
+ }
484
+
485
+ .it__top\=100\% {
486
+ top: 100%;
487
+ }
488
+
489
+ .it__left\=0 {
490
+ left: 0;
491
+ }
492
+
493
+ .it__left\=100\% {
494
+ left: 100%;
495
+ }
496
+
497
+ .it__transform\=translate3D000 {
498
+ transform: translate3d(0, 0, 0);
499
+ }
500
+
501
+ .it__will-change\=transform {
502
+ will-change: transform;
503
+ }
504
+
505
+ .it__position\=relative {
506
+ position: relative;
507
+ }
508
+
509
+ .it__position\=absolute {
510
+ position: absolute;
511
+ }
512
+
513
+ .it__position\=fixed {
514
+ position: fixed;
515
+ }
516
+
517
+ .it__display\=flex {
518
+ display: flex;
519
+ }
520
+
521
+ .it__flex-flow\=row {
522
+ flex-flow: row;
523
+ }
524
+
525
+ .it__flex-flow\=column {
526
+ flex-flow: column;
527
+ }
528
+
529
+ .it__white-space\=nowrap {
530
+ white-space: nowrap;
531
+ }
532
+
533
+ .it__text-overflow\=ellipsis {
534
+ text-overflow: ellipsis;
535
+ }
536
+
537
+ .it__user-select\=none {
538
+ user-select: none;
539
+ }
540
+
541
+ .IT-VirtualScrollContainer {
542
+ backface-visibility: hidden;
543
+ -webkit-overflow-scrolling: touch;
544
+ }
545
+
546
+ .IT-VirtualScrollContainer, .IT-VirtualScrollContainer:before, .IT-VirtualScrollContainer:after, .IT-VirtualScrollContainer *, .IT-VirtualScrollContainer *:before, .IT-VirtualScrollContainer *:after {
547
+ box-sizing: border-box;
548
+ }
549
+
550
+ .IT-VirtualScrollContainer > :first-child {
551
+ position: -webkit-sticky;
552
+ position: sticky;
553
+ top: 0;
554
+ left: 0;
555
+ }
556
+
557
+ .IList, .IList:before, .IList:after, .IList *, .IList *:before, .IList *:after {
558
+ box-sizing: border-box;
559
+ }
560
+
561
+ .IList--vertical {
562
+ display: inline-block;
563
+ }
564
+
565
+ .IListItemRoot > :first-child {
566
+ height: inherit;
567
+ }
568
+
569
+ :root {
570
+ --ITable__font-family: inherit;
571
+ --ITable__color: #484848;
572
+ --ITable__background: white;
573
+ --ITable__min-height: 100px;
574
+ --ITableCell__border-radius: var(--it-space-2);
575
+ --ITableHeader__color: #6f6f6f;
576
+ --ITableHeaderCell__background: #ededed;
577
+ --ITableHeader__background: var(--ITableHeaderCell__background);
578
+ --ITableHeaderCell--dragging__background: #d4d3d3;
579
+ --ITableHeaderCell-icon-size: 16px;
580
+ --ITableCell__border-width: 1px;
581
+ --ITableCell__border: var(--ITableCell__border-width) solid #c6c6c6;
582
+ --ITableCell__padding: var(--it-space-2) var(--it-space-3);
583
+ --ITableHeaderCell__padding: var(--it-space-3) var(--it-space-3);
584
+ --ITableRow__color: inherit;
585
+ --ITableRow__background: var(--ITable__background, transparent);
586
+ --ITableRow--odd__background: #f6f6f6;
587
+ --ITableRow-group-row__background: #cbc5c5;
588
+ --ITableRow-group-column-nesting: 30px;
589
+ --ITableRow--hover__background: #dbdbdb;
590
+ --ITable--theme: light;
591
+ --ITableHeader__height: 30px;
592
+ --ITable-accent__color: #ff7043;
593
+ }
594
+
595
+ .it--theme-dark {
596
+ --ITable__background: #101419;
597
+ --ITableHeader__color: #c3c3c3;
598
+ --ITableHeaderCell__background: black;
599
+ --ITableHeader__background: var(--ITableHeaderCell__background);
600
+ --ITableRow--hover__background: #3b4754;
601
+ --ITableRow__background: var(--ITable__background, transparent);
602
+ --ITableRow--odd__background: #242a31;
603
+ --ITableRow__color: #c3c3c3;
604
+ }
605
+
606
+ .ITable {
607
+ position: relative;
608
+ font-family: var(--ITable__font-family);
609
+ color: var(--ITable__color);
610
+ background: var(--ITable__background);
611
+ min-height: var(--ITable__min-height);
612
+ display: flex;
613
+ flex-flow: column;
614
+ }
615
+
616
+ .ITable, .ITable:before, .ITable:after, .ITable *, .ITable *:before, .ITable *:after {
617
+ box-sizing: border-box;
618
+ }
619
+
620
+ .ITable--shifting {
621
+ user-select: none;
622
+ }
623
+
624
+ .ITable-Portal {
625
+ z-index: 1000;
626
+ position: absolute;
627
+ top: 0;
628
+ left: 0;
629
+ }
630
+
631
+ .ITableBody {
632
+ flex: 1;
633
+ }
634
+
635
+ .ITableFooter {
636
+ padding: var(--it-space-2);
637
+ }
638
+
639
+ .ITableCell {
640
+ padding: var(--ITableCell__padding);
641
+ white-space: nowrap;
642
+ will-change: transform;
643
+ position: absolute;
644
+ }
645
+
646
+ .ITableCell--shifting {
647
+ transition: left 300ms;
648
+ }
649
+
650
+ .ITableCell--dragging {
651
+ transition: none;
652
+ }
653
+
654
+ .ITableHeaderCell {
655
+ background: var(--ITableHeaderCell__background);
656
+ padding: var(--ITableHeaderCell__padding);
657
+ }
658
+
659
+ .ITableHeaderCell--first,
660
+ .ITableColumnCell--first {
661
+ border-top-left-radius: var(--ITableCell__border-radius);
662
+ border-bottom-left-radius: var(--ITableCell__border-radius);
663
+ }
664
+
665
+ .ITableHeaderCell--last,
666
+ .ITableColumnCell--last {
667
+ border-top-right-radius: var(--ITableCell__border-radius);
668
+ border-bottom-right-radius: var(--ITableCell__border-radius);
669
+ }
670
+
671
+ .ITableHeaderCell,
672
+ .ITableColumnCell {
673
+ border-left: var(--ITableCell__border-width) solid transparent;
674
+ border-right: var(--ITableCell__border-width) solid transparent;
675
+ }
676
+
677
+ .ITableHeaderCell--pinned-start.ITableCell--last-in-category,
678
+ .ITableColumnCell--pinned-start.ITableCell--last-in-category {
679
+ border-right: var(--ITableCell__border);
680
+ }
681
+
682
+ .ITableHeaderCell--pinned-end.ITableCell--first-in-category,
683
+ .ITableColumnCell--pinned-end.ITableCell--first-in-category {
684
+ border-left: var(--ITableCell__border);
685
+ }
686
+
687
+ .ITableRow--group-row.ITableRow--odd .ITableCell::before,
688
+ .ITableRow--group-row.ITableRow--even .ITableCell::before {
689
+ content: "";
690
+ background: var(--ITable-accent__color);
691
+ position: absolute;
692
+ top: 0;
693
+ left: calc(0px - var(--ITableCell__border-width));
694
+ right: calc(0px - var(--ITableCell__border-width));
695
+ bottom: 0;
696
+ z-index: -1;
697
+ opacity: 0.05;
698
+ pointer-events: none;
699
+ }
700
+
701
+ .ITableIcon {
702
+ fill: currentColor;
703
+ flex: none;
704
+ }
705
+
706
+ .ITableIcon-expander {
707
+ cursor: pointer;
708
+ user-select: none;
709
+ }
710
+
711
+ .ITableIcon-expander--expanded {
712
+ fill: var(--ITable-accent__color);
713
+ }
714
+
715
+ .ITableRow {
716
+ color: var(--ITableRow__color);
717
+ will-change: transform;
718
+ }
719
+
720
+ .ITableRow--hover {
721
+ --ITableRow__background: var(--ITableRow--hover__background);
722
+ --ITableRow--odd__background: var(--ITableRow--hover__background);
723
+ }
724
+
725
+ .ITable--scrolling .ITableRow {
726
+ pointer-events: none;
727
+ }
728
+
729
+ .ITableRow--even {
730
+ background: var(--ITableRow__background);
731
+ }
732
+
733
+ .ITableRow--odd {
734
+ background: var(--ITableRow--odd__background);
735
+ }
736
+
737
+ .ITableHeader {
738
+ background: var(--ITableHeader__background);
739
+ color: var(--ITableHeader__color);
740
+ }
741
+
742
+ .ITableHeader--unvirtualized {
743
+ position: relative;
744
+ align-items: stretch;
745
+ }
746
+
747
+ .ITableHeaderCell {
748
+ border-right: var(--ITableCell__border);
749
+ }
750
+
751
+ .ITableHeaderCell--dragging {
752
+ z-index: 100;
753
+ opacity: 0.8;
754
+ background: var(--ITableHeaderCell--dragging__background);
755
+ }
756
+
757
+ .ITableHeaderCell--pinned-start {
758
+ z-index: 10;
759
+ }
760
+
761
+ .ITableHeaderCellProxy {
762
+ background: var(--ITableHeader__background);
763
+ opacity: 0.9;
764
+ padding: var(--ITableCell__padding);
765
+ padding-left: 20px;
766
+ z-index: 200;
767
+ }
768
+
769
+ .ITableHeaderCell__sort-icon {
770
+ margin-left: 10px;
771
+ position: relative;
772
+ }
773
+
774
+ .ITableHeaderCell__sort-icon [data-name=index] {
775
+ line-height: 0;
776
+ font-size: 10px;
777
+ border-radius: 50%;
778
+ padding: 1px;
779
+ }
780
+
781
+ .ITableHeaderGroup__header {
782
+ padding: var(--ITableCell__padding);
783
+ border-bottom: var(--ITableCell__border);
784
+ border-right: var(--ITableCell__border);
785
+ }
786
+
787
+ .ITableHeaderGroup__children {
788
+ flex: 1;
789
+ }
790
+
791
+ /**********************************
792
+ ** ADAPTABLE BASE STYLES **
793
+ **********************************/
794
+
795
+ :root {
796
+ --rdp-cell-size: 40px;
797
+ --rdp-accent-color: #0000ff;
798
+ --rdp-background-color: #e7edff;
799
+ /* Switch to dark colors for dark themes */
800
+ --rdp-accent-color-dark: #3003e1;
801
+ --rdp-background-color-dark: #180270;
802
+ /* Outline border for focused elements */
803
+ --rdp-outline: 2px solid var(--rdp-accent-color);
804
+ }
805
+
806
+ .rdp {
807
+ display: inline-block;
808
+ font-size: 1rem;
809
+ margin: 1em;
810
+ }
811
+
812
+ /* Hide elements for devices that are not screen readers */
813
+
814
+ .rdp-vhidden {
815
+ border: 0;
816
+ clip: rect(1px, 1px, 1px, 1px);
817
+ height: 1px;
818
+ overflow: hidden;
819
+ padding: 0;
820
+ position: absolute;
821
+ top: 0;
822
+ width: 1px;
823
+ }
824
+
825
+ /* Buttons */
826
+
827
+ .rdp-button_reset {
828
+ appearance: none;
829
+ position: relative;
830
+ margin: 0;
831
+ padding: 0;
832
+ cursor: default;
833
+ color: inherit;
834
+ outline: none;
835
+ background: none;
836
+ font: inherit;
837
+
838
+ -moz-appearance: none;
839
+ -webkit-appearance: none;
840
+ }
841
+
842
+ .rdp-button {
843
+ border: 2px solid transparent;
844
+ }
845
+
846
+ .rdp-button[disabled] {
847
+ opacity: 0.25;
848
+ }
849
+
850
+ .rdp-button:not([disabled]) {
851
+ cursor: pointer;
852
+ }
853
+
854
+ .rdp-button:focus:not([disabled]),
855
+ .rdp-button:active:not([disabled]) {
856
+ color: inherit;
857
+ border: var(--rdp-outline);
858
+ background-color: var(--rdp-background-color);
859
+ }
860
+
861
+ .rdp-button:hover:not([disabled]) {
862
+ background-color: var(--rdp-background-color);
863
+ }
864
+
865
+ .rdp-months {
866
+ display: flex;
867
+ }
868
+
869
+ .rdp-month {
870
+ margin: 0 1em;
871
+ }
872
+
873
+ .rdp-month:first-child {
874
+ margin-left: 0;
875
+ }
876
+
877
+ .rdp-month:last-child {
878
+ margin-right: 0;
879
+ }
880
+
881
+ .rdp-table {
882
+ margin: 0;
883
+ max-width: calc(var(--rdp-cell-size) * 7);
884
+ border-collapse: collapse;
885
+ }
886
+
887
+ .rdp-with_weeknumber .rdp-table {
888
+ max-width: calc(var(--rdp-cell-size) * 8);
889
+ border-collapse: collapse;
890
+ }
891
+
892
+ .rdp-caption {
893
+ display: flex;
894
+ align-items: center;
895
+ justify-content: space-between;
896
+ padding: 0;
897
+ text-align: left;
898
+ }
899
+
900
+ .rdp-multiple_months .rdp-caption {
901
+ position: relative;
902
+ display: block;
903
+ text-align: center;
904
+ }
905
+
906
+ .rdp-caption_dropdowns {
907
+ position: relative;
908
+ display: inline-flex;
909
+ }
910
+
911
+ .rdp-caption_label {
912
+ position: relative;
913
+ z-index: 1;
914
+ display: inline-flex;
915
+ align-items: center;
916
+ margin: 0;
917
+ padding: 0 0.25em;
918
+ white-space: nowrap;
919
+ color: currentColor;
920
+ border: 0;
921
+ border: 2px solid transparent;
922
+ font-family: inherit;
923
+ font-size: 140%;
924
+ font-weight: bold;
925
+ }
926
+
927
+ .rdp-nav {
928
+ white-space: nowrap;
929
+ }
930
+
931
+ .rdp-multiple_months .rdp-caption_first .rdp-nav {
932
+ position: absolute;
933
+ top: 50%;
934
+ left: 0;
935
+ transform: translateY(-50%);
936
+ }
937
+
938
+ .rdp-multiple_months .rdp-caption_last .rdp-nav {
939
+ position: absolute;
940
+ top: 50%;
941
+ right: 0;
942
+ transform: translateY(-50%);
943
+ }
944
+
945
+ .rdp-nav_button {
946
+ display: inline-flex;
947
+ align-items: center;
948
+ justify-content: center;
949
+ width: var(--rdp-cell-size);
950
+ height: var(--rdp-cell-size);
951
+ padding: 0.25em;
952
+ border-radius: 100%;
953
+ }
954
+
955
+ /* ---------- */
956
+
957
+ /* Dropdowns */
958
+
959
+ /* ---------- */
960
+
961
+ .rdp-dropdown_year,
962
+ .rdp-dropdown_month {
963
+ position: relative;
964
+ display: inline-flex;
965
+ align-items: center;
966
+ }
967
+
968
+ .rdp-dropdown {
969
+ appearance: none;
970
+ position: absolute;
971
+ z-index: 2;
972
+ top: 0;
973
+ bottom: 0;
974
+ left: 0;
975
+ width: 100%;
976
+ margin: 0;
977
+ padding: 0;
978
+ cursor: inherit;
979
+ opacity: 0;
980
+ border: none;
981
+ background-color: transparent;
982
+ font-family: inherit;
983
+ font-size: inherit;
984
+ line-height: inherit;
985
+ }
986
+
987
+ .rdp-dropdown[disabled] {
988
+ opacity: unset;
989
+ color: unset;
990
+ }
991
+
992
+ .rdp-dropdown:focus:not([disabled]) + .rdp-caption_label,
993
+ .rdp-dropdown:active:not([disabled]) + .rdp-caption_label {
994
+ border: var(--rdp-outline);
995
+ border-radius: 6px;
996
+ background-color: var(--rdp-background-color);
997
+ }
998
+
999
+ .rdp-dropdown_icon {
1000
+ margin: 0 0 0 5px;
1001
+ }
1002
+
1003
+ .rdp-head {
1004
+ border: 0;
1005
+ }
1006
+
1007
+ .rdp-head_row,
1008
+ .rdp-row {
1009
+ height: 100%;
1010
+ }
1011
+
1012
+ .rdp-head_cell {
1013
+ vertical-align: middle;
1014
+ text-transform: uppercase;
1015
+ font-size: 0.75em;
1016
+ font-weight: 700;
1017
+ text-align: center;
1018
+ height: 100%;
1019
+ height: var(--rdp-cell-size);
1020
+ padding: 0;
1021
+ }
1022
+
1023
+ .rdp-tbody {
1024
+ border: 0;
1025
+ }
1026
+
1027
+ .rdp-foot {
1028
+ margin: 0.5em;
1029
+ }
1030
+
1031
+ .rdp-cell {
1032
+ width: var(--rdp-cell-size);
1033
+ height: 100%;
1034
+ height: var(--rdp-cell-size);
1035
+ padding: 0;
1036
+ text-align: center;
1037
+ }
1038
+
1039
+ .rdp-weeknumber {
1040
+ font-size: 0.75em;
1041
+ }
1042
+
1043
+ .rdp-weeknumber,
1044
+ .rdp-day {
1045
+ display: flex;
1046
+ overflow: hidden;
1047
+ align-items: center;
1048
+ justify-content: center;
1049
+ box-sizing: border-box;
1050
+ width: var(--rdp-cell-size);
1051
+ max-width: var(--rdp-cell-size);
1052
+ height: var(--rdp-cell-size);
1053
+ margin: 0;
1054
+ border: 2px solid transparent;
1055
+ border-radius: 100%;
1056
+ }
1057
+
1058
+ .rdp-day_today:not(.rdp-day_outside) {
1059
+ font-weight: bold;
1060
+ }
1061
+
1062
+ .rdp-day_selected:not([disabled]),
1063
+ .rdp-day_selected:focus:not([disabled]),
1064
+ .rdp-day_selected:active:not([disabled]),
1065
+ .rdp-day_selected:hover:not([disabled]) {
1066
+ color: white;
1067
+ background-color: var(--rdp-accent-color);
1068
+ }
1069
+
1070
+ .rdp-day_range_start {
1071
+ border-top-right-radius: 0;
1072
+ border-bottom-right-radius: 0;
1073
+ }
1074
+
1075
+ .rdp-day_range_end {
1076
+ border-top-left-radius: 0;
1077
+ border-bottom-left-radius: 0;
1078
+ }
1079
+
1080
+ .rdp-day_range_end.rdp-day_range_start {
1081
+ border-radius: 100%;
1082
+ }
1083
+
1084
+ .rdp-day_range_middle {
1085
+ border-radius: 0;
1086
+ }
1087
+
1088
+ .Toastify__toast-container {
1089
+ z-index: 9999;
1090
+ -webkit-transform: translate3d(0, 0, 9999px);
1091
+ position: fixed;
1092
+ padding: 4px;
1093
+ width: 320px;
1094
+ box-sizing: border-box;
1095
+ color: #fff;
1096
+ }
1097
+
1098
+ .Toastify__toast-container--top-left {
1099
+ top: 1em;
1100
+ left: 1em;
1101
+ }
1102
+
1103
+ .Toastify__toast-container--top-center {
1104
+ top: 1em;
1105
+ left: 50%;
1106
+ transform: translateX(-50%);
1107
+ }
1108
+
1109
+ .Toastify__toast-container--top-right {
1110
+ top: 1em;
1111
+ right: 1em;
1112
+ }
1113
+
1114
+ .Toastify__toast-container--bottom-left {
1115
+ bottom: 1em;
1116
+ left: 1em;
1117
+ }
1118
+
1119
+ .Toastify__toast-container--bottom-center {
1120
+ bottom: 1em;
1121
+ left: 50%;
1122
+ transform: translateX(-50%);
1123
+ }
1124
+
1125
+ .Toastify__toast-container--bottom-right {
1126
+ bottom: 1em;
1127
+ right: 1em;
1128
+ }
1129
+
1130
+ @media only screen and (max-width : 480px) {
1131
+ .Toastify__toast-container {
1132
+ width: 100vw;
1133
+ padding: 0;
1134
+ left: 0;
1135
+ margin: 0;
1136
+ }
1137
+ .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
1138
+ top: 0;
1139
+ transform: translateX(0);
1140
+ }
1141
+ .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
1142
+ bottom: 0;
1143
+ transform: translateX(0);
1144
+ }
1145
+ .Toastify__toast-container--rtl {
1146
+ right: 0;
1147
+ left: initial;
1148
+ }
1149
+ }
1150
+
1151
+ .Toastify__toast {
1152
+ position: relative;
1153
+ min-height: 64px;
1154
+ box-sizing: border-box;
1155
+ margin-bottom: 1rem;
1156
+ padding: 8px;
1157
+ border-radius: 4px;
1158
+ box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
1159
+ display: -ms-flexbox;
1160
+ display: flex;
1161
+ -ms-flex-pack: justify;
1162
+ justify-content: space-between;
1163
+ max-height: 800px;
1164
+ overflow: hidden;
1165
+ font-family: sans-serif;
1166
+ cursor: pointer;
1167
+ direction: ltr;
1168
+ }
1169
+
1170
+ .Toastify__toast--rtl {
1171
+ direction: rtl;
1172
+ }
1173
+
1174
+ .Toastify__toast--dark {
1175
+ background: #121212;
1176
+ color: #fff;
1177
+ }
1178
+
1179
+ .Toastify__toast--default {
1180
+ background: #fff;
1181
+ color: #aaa;
1182
+ }
1183
+
1184
+ .Toastify__toast--info {
1185
+ background: #3498db;
1186
+ }
1187
+
1188
+ .Toastify__toast--success {
1189
+ background: #07bc0c;
1190
+ }
1191
+
1192
+ .Toastify__toast--warning {
1193
+ background: #f1c40f;
1194
+ }
1195
+
1196
+ .Toastify__toast--error {
1197
+ background: #e74c3c;
1198
+ }
1199
+
1200
+ .Toastify__toast-body {
1201
+ margin: auto 0;
1202
+ -ms-flex: 1 1 auto;
1203
+ flex: 1 1 auto;
1204
+ padding: 6px;
1205
+ }
1206
+
1207
+ .Toastify--animate {
1208
+ animation-fill-mode: both;
1209
+ animation-duration: 0.7s;
1210
+ }
1211
+
1212
+ @media only screen and (max-width : 480px) {
1213
+ .Toastify__toast {
1214
+ margin-bottom: 0;
1215
+ border-radius: 0;
1216
+ }
1217
+ }
1218
+
1219
+ .Toastify__close-button {
1220
+ color: #fff;
1221
+ background: transparent;
1222
+ outline: none;
1223
+ border: none;
1224
+ padding: 0;
1225
+ cursor: pointer;
1226
+ opacity: 0.7;
1227
+ transition: 0.3s ease;
1228
+ -ms-flex-item-align: start;
1229
+ align-self: flex-start;
1230
+ }
1231
+
1232
+ .Toastify__close-button--default {
1233
+ color: #000;
1234
+ opacity: 0.3;
1235
+ }
1236
+
1237
+ .Toastify__close-button > svg {
1238
+ fill: currentColor;
1239
+ height: 16px;
1240
+ width: 14px;
1241
+ }
1242
+
1243
+ .Toastify__close-button:hover, .Toastify__close-button:focus {
1244
+ opacity: 1;
1245
+ }
1246
+
1247
+ @keyframes Toastify__trackProgress {
1248
+ 0% {
1249
+ transform: scaleX(1);
1250
+ }
1251
+ 100% {
1252
+ transform: scaleX(0);
1253
+ }
1254
+ }
1255
+
1256
+ .Toastify__progress-bar {
1257
+ position: absolute;
1258
+ bottom: 0;
1259
+ left: 0;
1260
+ width: 100%;
1261
+ height: 5px;
1262
+ z-index: 9999;
1263
+ opacity: 0.7;
1264
+ background-color: rgba(255, 255, 255, 0.7);
1265
+ transform-origin: left;
1266
+ }
1267
+
1268
+ .Toastify__progress-bar--animated {
1269
+ animation: Toastify__trackProgress linear 1 forwards;
1270
+ }
1271
+
1272
+ .Toastify__progress-bar--controlled {
1273
+ transition: transform 0.2s;
1274
+ }
1275
+
1276
+ .Toastify__progress-bar--rtl {
1277
+ right: 0;
1278
+ left: initial;
1279
+ transform-origin: right;
1280
+ }
1281
+
1282
+ .Toastify__progress-bar--default {
1283
+ background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
1284
+ }
1285
+
1286
+ .Toastify__progress-bar--dark {
1287
+ background: #bb86fc;
1288
+ }
1289
+
1290
+ @keyframes Toastify__bounceInRight {
1291
+ from, 60%, 75%, 90%, to {
1292
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1293
+ }
1294
+ from {
1295
+ opacity: 0;
1296
+ transform: translate3d(3000px, 0, 0);
1297
+ }
1298
+ 60% {
1299
+ opacity: 1;
1300
+ transform: translate3d(-25px, 0, 0);
1301
+ }
1302
+ 75% {
1303
+ transform: translate3d(10px, 0, 0);
1304
+ }
1305
+ 90% {
1306
+ transform: translate3d(-5px, 0, 0);
1307
+ }
1308
+ to {
1309
+ transform: none;
1310
+ }
1311
+ }
1312
+
1313
+ @keyframes Toastify__bounceOutRight {
1314
+ 20% {
1315
+ opacity: 1;
1316
+ transform: translate3d(-20px, 0, 0);
1317
+ }
1318
+ to {
1319
+ opacity: 0;
1320
+ transform: translate3d(2000px, 0, 0);
1321
+ }
1322
+ }
1323
+
1324
+ @keyframes Toastify__bounceInLeft {
1325
+ from, 60%, 75%, 90%, to {
1326
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1327
+ }
1328
+ 0% {
1329
+ opacity: 0;
1330
+ transform: translate3d(-3000px, 0, 0);
1331
+ }
1332
+ 60% {
1333
+ opacity: 1;
1334
+ transform: translate3d(25px, 0, 0);
1335
+ }
1336
+ 75% {
1337
+ transform: translate3d(-10px, 0, 0);
1338
+ }
1339
+ 90% {
1340
+ transform: translate3d(5px, 0, 0);
1341
+ }
1342
+ to {
1343
+ transform: none;
1344
+ }
1345
+ }
1346
+
1347
+ @keyframes Toastify__bounceOutLeft {
1348
+ 20% {
1349
+ opacity: 1;
1350
+ transform: translate3d(20px, 0, 0);
1351
+ }
1352
+ to {
1353
+ opacity: 0;
1354
+ transform: translate3d(-2000px, 0, 0);
1355
+ }
1356
+ }
1357
+
1358
+ @keyframes Toastify__bounceInUp {
1359
+ from, 60%, 75%, 90%, to {
1360
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1361
+ }
1362
+ from {
1363
+ opacity: 0;
1364
+ transform: translate3d(0, 3000px, 0);
1365
+ }
1366
+ 60% {
1367
+ opacity: 1;
1368
+ transform: translate3d(0, -20px, 0);
1369
+ }
1370
+ 75% {
1371
+ transform: translate3d(0, 10px, 0);
1372
+ }
1373
+ 90% {
1374
+ transform: translate3d(0, -5px, 0);
1375
+ }
1376
+ to {
1377
+ transform: translate3d(0, 0, 0);
1378
+ }
1379
+ }
1380
+
1381
+ @keyframes Toastify__bounceOutUp {
1382
+ 20% {
1383
+ transform: translate3d(0, -10px, 0);
1384
+ }
1385
+ 40%, 45% {
1386
+ opacity: 1;
1387
+ transform: translate3d(0, 20px, 0);
1388
+ }
1389
+ to {
1390
+ opacity: 0;
1391
+ transform: translate3d(0, -2000px, 0);
1392
+ }
1393
+ }
1394
+
1395
+ @keyframes Toastify__bounceInDown {
1396
+ from, 60%, 75%, 90%, to {
1397
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1398
+ }
1399
+ 0% {
1400
+ opacity: 0;
1401
+ transform: translate3d(0, -3000px, 0);
1402
+ }
1403
+ 60% {
1404
+ opacity: 1;
1405
+ transform: translate3d(0, 25px, 0);
1406
+ }
1407
+ 75% {
1408
+ transform: translate3d(0, -10px, 0);
1409
+ }
1410
+ 90% {
1411
+ transform: translate3d(0, 5px, 0);
1412
+ }
1413
+ to {
1414
+ transform: none;
1415
+ }
1416
+ }
1417
+
1418
+ @keyframes Toastify__bounceOutDown {
1419
+ 20% {
1420
+ transform: translate3d(0, 10px, 0);
1421
+ }
1422
+ 40%, 45% {
1423
+ opacity: 1;
1424
+ transform: translate3d(0, -20px, 0);
1425
+ }
1426
+ to {
1427
+ opacity: 0;
1428
+ transform: translate3d(0, 2000px, 0);
1429
+ }
1430
+ }
1431
+
1432
+ .Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
1433
+ animation-name: Toastify__bounceInLeft;
1434
+ }
1435
+
1436
+ .Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
1437
+ animation-name: Toastify__bounceInRight;
1438
+ }
1439
+
1440
+ .Toastify__bounce-enter--top-center {
1441
+ animation-name: Toastify__bounceInDown;
1442
+ }
1443
+
1444
+ .Toastify__bounce-enter--bottom-center {
1445
+ animation-name: Toastify__bounceInUp;
1446
+ }
1447
+
1448
+ .Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
1449
+ animation-name: Toastify__bounceOutLeft;
1450
+ }
1451
+
1452
+ .Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
1453
+ animation-name: Toastify__bounceOutRight;
1454
+ }
1455
+
1456
+ .Toastify__bounce-exit--top-center {
1457
+ animation-name: Toastify__bounceOutUp;
1458
+ }
1459
+
1460
+ .Toastify__bounce-exit--bottom-center {
1461
+ animation-name: Toastify__bounceOutDown;
1462
+ }
1463
+
1464
+ @keyframes Toastify__zoomIn {
1465
+ from {
1466
+ opacity: 0;
1467
+ transform: scale3d(0.3, 0.3, 0.3);
1468
+ }
1469
+ 50% {
1470
+ opacity: 1;
1471
+ }
1472
+ }
1473
+
1474
+ @keyframes Toastify__zoomOut {
1475
+ from {
1476
+ opacity: 1;
1477
+ }
1478
+ 50% {
1479
+ opacity: 0;
1480
+ transform: scale3d(0.3, 0.3, 0.3);
1481
+ }
1482
+ to {
1483
+ opacity: 0;
1484
+ }
1485
+ }
1486
+
1487
+ .Toastify__zoom-enter {
1488
+ animation-name: Toastify__zoomIn;
1489
+ }
1490
+
1491
+ .Toastify__zoom-exit {
1492
+ animation-name: Toastify__zoomOut;
1493
+ }
1494
+
1495
+ @keyframes Toastify__flipIn {
1496
+ from {
1497
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1498
+ animation-timing-function: ease-in;
1499
+ opacity: 0;
1500
+ }
1501
+ 40% {
1502
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1503
+ animation-timing-function: ease-in;
1504
+ }
1505
+ 60% {
1506
+ transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
1507
+ opacity: 1;
1508
+ }
1509
+ 80% {
1510
+ transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
1511
+ }
1512
+ to {
1513
+ transform: perspective(400px);
1514
+ }
1515
+ }
1516
+
1517
+ @keyframes Toastify__flipOut {
1518
+ from {
1519
+ transform: perspective(400px);
1520
+ }
1521
+ 30% {
1522
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1523
+ opacity: 1;
1524
+ }
1525
+ to {
1526
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1527
+ opacity: 0;
1528
+ }
1529
+ }
1530
+
1531
+ .Toastify__flip-enter {
1532
+ animation-name: Toastify__flipIn;
1533
+ }
1534
+
1535
+ .Toastify__flip-exit {
1536
+ animation-name: Toastify__flipOut;
1537
+ }
1538
+
1539
+ @keyframes Toastify__slideInRight {
1540
+ from {
1541
+ transform: translate3d(110%, 0, 0);
1542
+ visibility: visible;
1543
+ }
1544
+ to {
1545
+ transform: translate3d(0, 0, 0);
1546
+ }
1547
+ }
1548
+
1549
+ @keyframes Toastify__slideInLeft {
1550
+ from {
1551
+ transform: translate3d(-110%, 0, 0);
1552
+ visibility: visible;
1553
+ }
1554
+ to {
1555
+ transform: translate3d(0, 0, 0);
1556
+ }
1557
+ }
1558
+
1559
+ @keyframes Toastify__slideInUp {
1560
+ from {
1561
+ transform: translate3d(0, 110%, 0);
1562
+ visibility: visible;
1563
+ }
1564
+ to {
1565
+ transform: translate3d(0, 0, 0);
1566
+ }
1567
+ }
1568
+
1569
+ @keyframes Toastify__slideInDown {
1570
+ from {
1571
+ transform: translate3d(0, -110%, 0);
1572
+ visibility: visible;
1573
+ }
1574
+ to {
1575
+ transform: translate3d(0, 0, 0);
1576
+ }
1577
+ }
1578
+
1579
+ @keyframes Toastify__slideOutRight {
1580
+ from {
1581
+ transform: translate3d(0, 0, 0);
1582
+ }
1583
+ to {
1584
+ visibility: hidden;
1585
+ transform: translate3d(110%, 0, 0);
1586
+ }
1587
+ }
1588
+
1589
+ @keyframes Toastify__slideOutLeft {
1590
+ from {
1591
+ transform: translate3d(0, 0, 0);
1592
+ }
1593
+ to {
1594
+ visibility: hidden;
1595
+ transform: translate3d(-110%, 0, 0);
1596
+ }
1597
+ }
1598
+
1599
+ @keyframes Toastify__slideOutDown {
1600
+ from {
1601
+ transform: translate3d(0, 0, 0);
1602
+ }
1603
+ to {
1604
+ visibility: hidden;
1605
+ transform: translate3d(0, 500px, 0);
1606
+ }
1607
+ }
1608
+
1609
+ @keyframes Toastify__slideOutUp {
1610
+ from {
1611
+ transform: translate3d(0, 0, 0);
1612
+ }
1613
+ to {
1614
+ visibility: hidden;
1615
+ transform: translate3d(0, -500px, 0);
1616
+ }
1617
+ }
1618
+
1619
+ .Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
1620
+ animation-name: Toastify__slideInLeft;
1621
+ }
1622
+
1623
+ .Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
1624
+ animation-name: Toastify__slideInRight;
1625
+ }
1626
+
1627
+ .Toastify__slide-enter--top-center {
1628
+ animation-name: Toastify__slideInDown;
1629
+ }
1630
+
1631
+ .Toastify__slide-enter--bottom-center {
1632
+ animation-name: Toastify__slideInUp;
1633
+ }
1634
+
1635
+ .Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
1636
+ animation-name: Toastify__slideOutLeft;
1637
+ }
1638
+
1639
+ .Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
1640
+ animation-name: Toastify__slideOutRight;
1641
+ }
1642
+
1643
+ .Toastify__slide-exit--top-center {
1644
+ animation-name: Toastify__slideOutUp;
1645
+ }
1646
+
1647
+ .Toastify__slide-exit--bottom-center {
1648
+ animation-name: Toastify__slideOutDown;
1649
+ }
1650
+
1651
+ :root {
1652
+ --ab-space-0: 0px;
1653
+ --ab-space-1: 4px;
1654
+ --ab-space-2: 8px;
1655
+ --ab-space-3: 16px;
1656
+ --ab-space-4: 32px;
1657
+ --ab-space-5: 64px;
1658
+ --ab-space-6: 128px;
1659
+ --ab-space-7: 256px;
1660
+ --ab-font-size-0: 0.5rem;
1661
+ --ab-font-size-1: 0.625rem;
1662
+ --ab-font-size-2: 0.75rem;
1663
+ --ab-font-size-3: 0.875rem;
1664
+ --ab-font-size-4: 1rem;
1665
+ --ab-font-size-5: 1.25rem;
1666
+ --ab-font-size-6: 1.5rem;
1667
+ --ab-font-size-7: 2.25rem;
1668
+ --ab__font-family: inherit;
1669
+ --ab__border-radius: var(--ab-space-1);
1670
+ --ab-color-inputborder: var(--ab-color-primarydark);
1671
+ --ab-color-inputcolor: var(--ab-color-text-on-primary);
1672
+ --ab-color-error: #dc3545;
1673
+ --ab-color-errorlight: #ffd3d2;
1674
+ --ab-color-warn: #eb9316;
1675
+ --ab-color-info: #17a2b8;
1676
+ --ab-color-success: #419641;
1677
+ --ab-color-accent: #07c;
1678
+ --ab-color-accentlight: #dbf0ff;
1679
+ --ab-color-text-on-success: white;
1680
+ --ab-color-text-on-error: white;
1681
+ --ab-color-text-on-info: white;
1682
+ --ab-color-text-on-warn: white;
1683
+ --ab-color-action-add: #2966A8;
1684
+ --ab-color-action-edit: #17a2b8;
1685
+ --ab-color-action-share: #eb9316;
1686
+ --ab-color-action-delete: #dc3545;
1687
+ --ab-color-action-clone: #419641;
1688
+ --ab-color-text-on-add: white;
1689
+ --ab-color-text-on-edit: white;
1690
+ --ab-color-text-on-share: white;
1691
+ --ab-color-text-on-delete: white;
1692
+ --ab-color-text-on-clone: white;
1693
+ --ab-color-defaultbackground: white;
1694
+ --ab-color-text-on-defaultbackground: var(--ab-color-text-on-primary);
1695
+ --ab-color-primary: #e9e9e9;
1696
+ --ab-color-primarydark: #b7b7b7;
1697
+ --ab-color-primarylight: #f5f5f5;
1698
+ --ab-color-text-on-primary: #656565;
1699
+ --ab-color-text-on-primarydark: var(--ab-color-text-on-primary);
1700
+ --ab-color-secondary: #2966A8;
1701
+ --ab-color-secondarydark: #015a9a;
1702
+ --ab-color-secondarylight: #a9ddff;
1703
+ --ab-color-text-on-secondary: #E2E2E2;
1704
+ --ab-color-text-on-secondarylight: #000000;
1705
+ --ab-color-blue: #419641;
1706
+ --ab-color-focus: var(--ab-color-accent);
1707
+ --ab-gridheader--filtered__background: var(--ab-color-primary);
1708
+ --ab-focus__box-shadow: 0 0 5px 1px var(--ab-color-accent);
1709
+ --ab-focus-within__box-shadow: 0 0 5px 1px var(--ab-color-text-on-primary);
1710
+ --ab-focus__outline: none;
1711
+ --ab-icon-fill: currentColor;
1712
+ --ab-custom-scrollbar-size: 10px;
1713
+ --ab-grid-row-height: 40px;
1714
+ --ab-loaded: 777; }
1715
+
1716
+ :root {
1717
+ --ITableHeader__color:var(--ab-color-text-on-primary);
1718
+ --ITableHeaderCell__background: var(--ab-color-primary);
1719
+ --ITableHeader__background: var(--ITableHeaderCell__background);
1720
+ --ITableRow__color:var(--ab-color-text-on-primary);
1721
+ --ITable__background: var(--ab-color-primarylight);
1722
+ --ITableRow__background: var(--ab-color-defaultbackground);
1723
+ --ITableRow--odd__background: var(--ab-color-primarylight); }
1724
+
1725
+ .ab-style__list-group-item:nth-child(2n+1) {
1726
+ background: var(--ab-color-primarylight); }
1727
+
1728
+ .ab-Grid .ag-header-cell input[type="date" i]::-webkit-calendar-picker-indicator {
1729
+ margin-inline-start: 0px; }
1730
+
1731
+ .ab-Grid.ab-Grid--indicate-filtered-columns .ag-header-cell-filtered {
1732
+ font-weight: bolder;
1733
+ background: var(--ab-gridheader--filtered__background); }
1734
+
1735
+ :root {
1736
+ --ab-cmp-checkbox__border-color: var(--ab-color-inputborder);
1737
+ --ab-cmp-checkbox__background: var(--ab-cmp-input__background);
1738
+ --ab-cmp-checkbox--checked__background: var(--ab-color-focus);
1739
+ --ab-cmp-checkbox--check-size: 16px;
1740
+ --ab-cmp-checkbox--check__color: white;
1741
+ --ab-cmp-checkbox--check-indeterminate__color: var(--ab-color-focus);
1742
+ --ab-cmp-checkbox--check-indeterminate-radius: 2px; }
1743
+
1744
+ .ab-CheckBox--variant-agGrid {
1745
+ --ab-cmp-checkbox--check__color: var(--ag-checkbox-checked-color, var(--ag-balham-active-color, #0091ea));
1746
+ --ab-cmp-checkbox--checked__background: var(--ag-background-color);
1747
+ --ab-cmp-checkbox__border-color: var(--ab-cmp-checkbox--check__color);
1748
+ --ab-cmp-checkbox--check-indeterminate__color: var(--ab-cmp-checkbox__border-color); }
1749
+
1750
+ .ab-CheckBox--variant-agGrid.ab-CheckBox--indeterminate {
1751
+ --ab-cmp-checkbox--check__color: var(--ag-checkbox-checked-color, var(--ag-balham-active-color, #0091ea)); }
1752
+
1753
+ .ab-CheckBox--variant-agGrid.ab-CheckBox--unchecked {
1754
+ --ab-cmp-checkbox__border-color: var(--ag-checkbox-unchecked-color); }
1755
+
1756
+ :root {
1757
+ --ab-cmp-dialog__background: var(--ab-color-defaultbackground, white);
1758
+ --ab-cmp-dialog__color: var(--ab-color-text-on-defaultbackground, white);
1759
+ --ab-cmp-dialog-close-button__color: var(--ab-color-text-on-primary);
1760
+ --ab-cmp-dialog__border-radius: var(--ab__border-radius);
1761
+ --ab-cmp-dialog__min-height: 60vh; }
1762
+
1763
+ :root {
1764
+ --ab-cmp-dropdown__color: var(--ab-color-inputcolor);
1765
+ --ab-cmp-dropdown--empty__color: var(--ab-color-text-on-defaultbackground);
1766
+ --ab-cmp-dropdown__border: 1px solid var(--ab-color-inputborder);
1767
+ --ab-cmp-dropdown__border-radius: var(--ab__border-radius);
1768
+ --ab-cmp-dropdown__fill: var(--ab-color-text-on-defaultbackground);
1769
+ --ab-cmp-dropdown__font-size: var(--ab-font-size-2);
1770
+ --ab-cmp-dropdown__font-family: var(--ab__font-family);
1771
+ --ab-cmp-dropdown__padding: var(--ab-space-2); }
1772
+
1773
+ :root {
1774
+ --ab-cmp-dropdownbutton-list__border: none;
1775
+ --ab-cmp-dropdownbutton-list__background: var(--ab-color-primarylight);
1776
+ --ab-cmp-dropdownbutton-list-item__padding: var(--ab-space-2);
1777
+ --ab-cmp-dropdownbutton-list-item-hover__background: var(--ab-color-primary);
1778
+ --ab-cmp-dropdownbutton-list-item-hover__color: var(--ab-color-text-on-primary);
1779
+ --ab-cmp-dropdownbutton-list-item__color: var(--ab-color-text-on-primary);
1780
+ --ab-cmp-dropdownbutton-list__z-index: 1000;
1781
+ --ab-cmp-dropdownbutton-list__border-radius: var(--ab__border-radius);
1782
+ --ab-cmp-dropdownbutton-list__box-shadow: 4px 5px 11px -5px rgba(0, 0, 0, .2), -4px 6px 5px 0 rgba(0, 0, 0, .14), 5px 3px 5px 0 rgba(0, 0, 0, .12);
1783
+ --ab-cmp-dropdownbutton-list-separator__border: 1px solid var(--ab-color-primarydark); }
1784
+
1785
+ :root {
1786
+ --ab-cmp-error-box__padding: var(--ab-space-3);
1787
+ --ab-cmp-error-box__border-radius: var(--ab__border-radius);
1788
+ --ab-cmp-error-box__color: var(--ab-color-text-on-error);
1789
+ --ab-cmp-error-box__background: var(--ab-color-error); }
1790
+
1791
+ :root {
1792
+ --ab-cmp-field-wrap__background: var(--ab-color-defaultbackground);
1793
+ --ab-cmp-field-wrap__fill: var(--ab-color-inputcolor);
1794
+ --ab-cmp-field-wrap__border-radius: var(--ab-cmp-input__border-radius); }
1795
+
1796
+ :root {
1797
+ --ab-cmp-help-block__padding: var(--ab-space-2);
1798
+ --ab-cmp-help-block__border-radius: var(--ab__border-radius);
1799
+ --ab-cmp-help-block__color: var(--ab-color-text-on-primary);
1800
+ --ab-cmp-help-block__background: var(--ab-color-primarylight); }
1801
+
1802
+ :root {
1803
+ --ab-cmp-code-block__padding: var(--ab-space-1);
1804
+ --ab-cmp-code-block__border-radius: var(--ab__border-radius);
1805
+ --ab-cmp-code-block__color: var(--ab-color-text-on-primary);
1806
+ --ab-cmp-code-block__background: var(--ab-color-primary); }
1807
+
1808
+ :root {
1809
+ --ab-cmp-input__padding: var(--ab-space-2);
1810
+ --ab-cmp-input__color: var(--ab-color-inputcolor);
1811
+ --ab-cmp-input__background: var(--ab-color-defaultbackground);
1812
+ --ab-cmp-input__border-radius: var(--ab__border-radius);
1813
+ --ab-cmp-input__border: 1px solid var(--ab-color-inputborder);
1814
+ --ab-cmp-input--disabled__background: var(--ab-color-primarylight);
1815
+ --ab-cmp-input__font-size: var(--ab-font-size-2);
1816
+ --ab-cmp-input--placeholder__color: var(--ab-color-text-on-defaultbackground);
1817
+ --ab-cmp-input__font-family: var(--ab__font-family);
1818
+ --ab-cmp-input--placeholder__opacity: 0.6; }
1819
+
1820
+ :root {
1821
+ --ab-cmp-listgroup: 1; }
1822
+
1823
+ .ab-ListGroupItem {
1824
+ width: var(--ab-cmp-listgroupitem__width);
1825
+ vertical-align: middle;
1826
+ text-align: start;
1827
+ border: none;
1828
+ padding: var(--ab-space-2);
1829
+ display: flex;
1830
+ flex-flow: row;
1831
+ align-items: center;
1832
+ background: var(--ab-cmp-listgroupitem__background);
1833
+ color: var(--ab-cmp-listgroupitem__color);
1834
+ border-radius: var(--ab-cmp-listgroupitem__border-radius); }
1835
+
1836
+ .ab-ListGroupItem:nth-child(2n+1) {
1837
+ background: var(--ab-cmp-listgroupitem--odd__background);
1838
+ color: var(--ab-cmp-listgroupitem--odd__color); }
1839
+
1840
+ .ab-ListGroupItem.ab-ListGroupItem--no-zebra {
1841
+ background: var(--ab-color-defaultbackground); }
1842
+
1843
+ .ab-ListGroupItem--active.ab-ListGroupItem {
1844
+ background: var(--ab-cmp-listgroupitem--active__background);
1845
+ color: var(--ab-cmp-listgroupitem--active__color); }
1846
+
1847
+ .ab-ListGroupItem:focus {
1848
+ z-index: 1; }
1849
+
1850
+ :root {
1851
+ --ab-cmp-modal-backdrop__background: rgba(0, 0, 0, 0.44); }
1852
+
1853
+ :root {
1854
+ --ab-cmp-tabs__padding: var(--ab-space-2);
1855
+ --ab-cmp-tabs-strip__background: var(--ab-color-defaultbackground);
1856
+ --ab-cmp-tabs-active__background: var(--ab-color-primarylight); }
1857
+
1858
+ :root {
1859
+ --ab-cmp-panel_header__background: var(--ab-color-primary);
1860
+ --ab-cmp-panel_header__font-size: var(--ab-font-size-2);
1861
+ --ab-cmp-panel__font-size: var(--ab-font-size-3);
1862
+ --ab-cmp-panel__border-radius: var(--ab__border-radius);
1863
+ --ab-cmp-panel__padding: var(--ab-space-2);
1864
+ --ab-cmp-panel__max-height: 80vh;
1865
+ --ab-cmp-panel__border: 1px solid var(--ab-color-inputborder);
1866
+ --ab-cmp-panel-icon__fill: var(--ab-icon-fill);
1867
+ --ab-cmp-panel_body__background: var(--ab-color-defaultbackground);
1868
+ --ab-cmp-panel_body__color: inherit;
1869
+ --ab-cmp-panel_header__padding: var(--ab-space-2);
1870
+ --ab-cmp-panel_header__color: var(--ab-color-text-on-primary);
1871
+ --ab-cmp-panel_header--variant-primary__background: var(--ab-color-secondary);
1872
+ --ab-cmp-panel_header--variant-primary__color: var(--ab-color-text-on-secondary);
1873
+ --ab-cmp-panel_header--variant-modern__background: var(--ab-color-primary);
1874
+ --ab-cmp-panel_header--variant-modern__color: var(--ab-color-text-on-primary);
1875
+ --ab-cmp-panel_body--variant-modern__background: var(--ab-color-primarylight); }
1876
+
1877
+ :root {
1878
+ --ab-cmp-simple-button__padding: var(--ab-space-1) var(--ab-space-1);
1879
+ --ab-cmp-simple-button__border-radius: var(--ab__border-radius);
1880
+ --ab-cmp-simple-button--outlined__background: var(--ab-color-defaultbackground);
1881
+ --ab-cmp-simple-button--outlined__border: 1px solid var(--ab-color-inputborder);
1882
+ --ab-cmp-simple-button__font-size: var(--ab-font-size-2);
1883
+ --ab-cmp-simple-button__font-family: var(--ab__font-family);
1884
+ --ab-cmp-simple-button__height: 20px;
1885
+ --ab-cmp-simple-button__width: 20px; }
1886
+
1887
+ :root {
1888
+ --ab-cmp-textarea__padding: var(--ab-space-1) var(--ab-space-2);
1889
+ --ab-cmp-textarea__border-radius: var(--ab__border-radius);
1890
+ --ab-cmp-textarea__border: 1px solid var(--ab-color-inputborder);
1891
+ --ab-cmp-textarea__color: var(--ab-cmp-input__color);
1892
+ --ab-cmp-textarea__font-size: var(--ab-font-size-3);
1893
+ --ab-cmp-textarea__font-family: var(--ab__font-family);
1894
+ --ab-cmp-textarea__background: var(--ab-cmp-input__background);
1895
+ --ab-cmp-textarea--disabled__background: var(--ab-cmp-input--disabled__background); }
1896
+
1897
+ :root {
1898
+ --ab-cmp-tooltip__opacity: 0.96;
1899
+ --ab-cmp-tooltip__background: var(--ab-color-primary);
1900
+ --ab-cmp-tooltip__color: var(--ab-color-text-on-primary);
1901
+ --ab-cmp-tooltip__border: solid 1px var(--ab-color-inputborder);
1902
+ --ab-cmp-tooltip__font-size: var(--ab-font-size-2); }
1903
+
1904
+ :root {
1905
+ --ab-cmp-file-droppable__padding: var(--ab-space-5);
1906
+ --ab-cmp-file-droppable__margin: var(--ab-space-1);
1907
+ --ab-cmp-file-droppable__background: var(--ab-color-primary);
1908
+ --ab-cmp-file-droppable__color: var(--ab-color-text-on-primary);
1909
+ --ab-cmp-file-droppable__outline: 2px dashed var(--ab-cmp-file-droppable__color);
1910
+ --ab-cmp-file-droppable__outline-offset: -10px;
1911
+ --ab-cmp-file-droppable--drag-over__background: var(--ab-color-secondary);
1912
+ --ab-cmp-file-droppable--drag-over__color: var(--ab-color-text-on-secondary);
1913
+ --ab-cmp-file-droppable--drag-over__outline-offset: -20px;
1914
+ --ab-cmp-file-droppable--drag-over__outline: 2px dashed var(--ab-cmp-file-droppable--drag-over__color); }
1915
+
1916
+ :root {
1917
+ --ab-dashboard__background: var(--ab-color-primary);
1918
+ --ab-dashboard-wrap: nowrap;
1919
+ --ab-dashboard-gap-size: 3px;
1920
+ --ab-dashboard-gap__background: var(--ab-color-primarylight);
1921
+ --ab-dashboard__color: var(--ab-color-text-on-primary);
1922
+ --ab-dashboard__border: var(--ab-color-primarydark);
1923
+ --ab-dashboard-header__background: var(--ab-color-secondary);
1924
+ --ab-dashboard-header__color: var(--ab-color-text-on-secondary);
1925
+ --ab-dashboard-tab-drop-target__background: skyblue;
1926
+ --ab-dashboard-toolbar-drag__background: lightgreen; }
1927
+
1928
+ :root {
1929
+ --ab-cmp-listgroup: 1; }
1930
+
1931
+ :root {
1932
+ --ab-cmp-datepicker__background: var(--ab-color-defaultbackground);
1933
+ --ab-cmp-datepicker__selected-color: var(--ab-color-primarydark);
1934
+ --ab-cmp-datepicker__selected-text-color: var(--ab-color-text-on-primarydark);
1935
+ --ab-cmp-datepicker__selected-border-radius: 50%;
1936
+ --ab-cmp-datepicker__day-border-radius: 50%;
1937
+ --ab-cmp-datepicker__hover-color: var(--ab-color-primarylight);
1938
+ --ab-cmp-datepicker__border: 1px solid var(--ab-color-primarydark);
1939
+ --ab-cmp-datepicker__font-size: var(--ab-font-size-2);
1940
+ --ab-cmp-datepicker__font-family: var(--ab__font-family);
1941
+ --ab-cmp-datepicker__cell-size: 30px; }
1942
+
1943
+ :root {
1944
+ --ab-cmp-wizard__padding: var(--ab-space-5);
1945
+ --ab-cmp-wizard__margin: var(--ab-space-1);
1946
+ --ab-cmp-wizard__background: var(--ab-color-primary);
1947
+ --ab-cmp-wizard__color: var(--ab-color-text-on-primary); }
1948
+
1949
+ :root {
1950
+ --ab-cmp-button-border-radius: 0px;
1951
+ --ab-cmp-button-disabled-opacity: 0.5;
1952
+ --ab-cmp-button-background: var(--ab-color-primary);
1953
+ --ab-cmp-button-disabled-background:var(--ab-color-primarydark); }
1954
+
1955
+ :root {
1956
+ --ab-cmp-dashboardpanel_body__background: var(--ab-color-primarylight);
1957
+ --ab-cmp-dashboardpanel_header__background: var(--ab-color-primary);
1958
+ --ab-cmp-dashboardpanel_header__fill: currentColor;
1959
+ --ab-cmp-dashboardpanel_header__color: var(--ab-color-text-on-primarydark);
1960
+ --ab-cmp-dashboardpanel__fill: var(--ab-color-text-on-primary);
1961
+ --ab-cmp-dashboardpanel__color: currentColor;
1962
+ --ab-cmp-dashboardpanel_header__padding: var(--ab-space-0);
1963
+ --ab-cmp-dashboardpanel_body__padding: var(--ab-space-1);
1964
+ --ab-cmp-dashboardpanel__border: none; }
1965
+
1966
+ :root {
1967
+ --ab-cmp-toolpanelpanel__color: var(--ab-cmp-dashboardpanel__color);
1968
+ --ab-cmp-toolpanelpanel__fill: var(--ab-cmp-dashboardpanel__fill);
1969
+ --ab-cmp-toolpanelpanel__border: var(--ab-cmp-dashboardpanel__border);
1970
+ --ab-cmp-toolpanelpanel_header__background: var(--ab-cmp-dashboardpanel_header__background);
1971
+ --ab-cmp-toolpanelpanel_header__fill: var(--ab-cmp-dashboardpanel_header__fill);
1972
+ --ab-cmp-toolpanelpanel_header__color: var(--ab-cmp-dashboardpanel_header__color);
1973
+ --ab-cmp-toolpanelpanel_header__padding: var(--ab-cmp-dashboardpanel_header__padding);
1974
+ --ab-cmp-toolpanelpanel_body__background: var(--ab-cmp-dashboardpanel_body__background);
1975
+ --ab-cmp-toolpanelpanel_body__padding: var(--ab-cmp-dashboardpanel_body__padding); }
1976
+
1977
+ .ab-LayoutEditor {
1978
+ overflow: auto;
1979
+ display: grid;
1980
+ padding: var(--ab-space-2);
1981
+ grid-template-rows: 1fr 1fr;
1982
+ grid-template-columns: 28rem 1fr 1fr;
1983
+ row-gap: var(--ab-space-2);
1984
+ column-gap: var(--ab-space-2);
1985
+ grid-gap: var(--ab-space-2); }
1986
+
1987
+ .ab-LayoutEditor, .ab-LayoutEditor * {
1988
+ box-sizing: border-box; }
1989
+
1990
+ .ab-LayoutEditor__ColumnList {
1991
+ overflow: auto; }
1992
+
1993
+ .ab-LayoutEditor__ColumnListPanel {
1994
+ grid-row: 1 /3;
1995
+ grid-column: 1 /1;
1996
+ max-height: initial; }
1997
+
1998
+ .ab-LayoutEditor__ColumnSortListPanel {
1999
+ grid-row: 1 /1;
2000
+ grid-column: 2 /2; }
2001
+
2002
+ .ab-LayoutEditor__RowGroupsListPanel {
2003
+ grid-row: 2 / 2;
2004
+ grid-column: 2 /2; }
2005
+
2006
+ .ab-LayoutEditor__PivotListPanel {
2007
+ grid-row: 2 / 2;
2008
+ grid-column: 3 /3; }
2009
+
2010
+ .ab-LayoutEditor__PivotList--empty,
2011
+ .ab-LayoutEditor__RowGroupsList--empty,
2012
+ .ab-LayoutEditor__ColumnSortList--empty {
2013
+ display: flex;
2014
+ flex-flow: column;
2015
+ align-items: center;
2016
+ justify-content: center; }
2017
+
2018
+ .ab-LayoutEditor__PivotList,
2019
+ .ab-LayoutEditor__RowGroupsList,
2020
+ .ab-LayoutEditor__ColumnSortList {
2021
+ padding-top: var(--ab-space-2); }
2022
+
2023
+ .ab-LayoutEditor__PivotList__column,
2024
+ .ab-LayoutEditor__RowGroupsList__column,
2025
+ .ab-LayoutEditor__ColumnSortList__column,
2026
+ .ab-LayoutEditor__ColumnList__column {
2027
+ background: var(--ab-color-primary);
2028
+ color: var(--ab-color-text-on-primary);
2029
+ margin: 0 0 var(--ab-space-2) 0; }
2030
+
2031
+ .ab-LayoutEditor__PivotList__column,
2032
+ .ab-LayoutEditor__RowGroupsList__column,
2033
+ .ab-LayoutEditor__ColumnSortList__column {
2034
+ padding-top: var(--ab-space-2);
2035
+ padding-bottom: var(--ab-space-2); }
2036
+
2037
+ :root {
2038
+ --ab-cmp-popover__border-radius: var(--ab__border-radius);
2039
+ --ab-cmp-popover__background: var(--ab-color-defaultbackground);
2040
+ --ab-cmp-popover__color: var(--ab-color-text-on-defaultbackground);
2041
+ --ab-cmp-popover__box-shadow: var(--ab-cmp-dropdownbutton-list__box-shadow);
2042
+ --ab-cmp-popover__border: 1px solid var(--ab-color-primarydark); }
2043
+
2044
+ :root {
2045
+ --ab-cmp-one-page-wizard__background: var(--ab-color-primary);
2046
+ --ab-cmp-one-page-wizard-content__background: var(--ab-color-defaultbackground);
2047
+ --ab-cmp-one-page-wizard-section-title__color: var(--ab-color-text-on-secondary);
2048
+ --ab-cmp-one-page-wizard-selected-title__background: var(--ab-color-secondary); }
2049
+
2050
+ .ab-OnePageWizard__section {
2051
+ background: var(--ab-cmp-one-page-wizard-content__background);
2052
+ overflow: auto;
2053
+ border-radius: var(--ab__border-radius); }
2054
+
2055
+ .ab-OnePageWizard__section-title-container {
2056
+ background: var(--ab-cmp-one-page-wizard__background); }
2057
+
2058
+ .ab-OnePageWizard__section-container {
2059
+ background: var(--ab-cmp-one-page-wizard__background);
2060
+ min-height: 100%;
2061
+ overflow: hidden; }
2062
+
2063
+ .ab-OnePageWizard__footer {
2064
+ background: var(--ab-cmp-one-page-wizard__background); }
2065
+
2066
+ :root {
2067
+ --ab-cmp-toolpanel__width: 200px;
2068
+ --ab-cmp-toolpanel-header__background: var(--ab-dashboard-header__background);
2069
+ --ab-cmp-toolpanel-header__color: var(--ab-dashboard-header__color);
2070
+ --ab-cmp-toolpanel-header__grid-gap: 3px; }
2071
+
2072
+ .ab-Radio-input:focus + svg rect {
2073
+ stroke: var(--ab-color-accent);
2074
+ stroke-width: 2; }
2075
+
2076
+ .ab-Radio-input:focus + svg {
2077
+ outline: 2px solid var(--ab-color-accent); }
2078
+
2079
+ .ab-Radio-input:checked + svg rect,
2080
+ .ab-Radio-input:checked + svg polyline {
2081
+ stroke: currentColor; }
2082
+
2083
+ .ab-Radio-input:checked + svg polyline {
2084
+ animation: abRadioCheckAnimation 0.5s ease forwards;
2085
+ stroke-dasharray: 50;
2086
+ stroke-dashoffset: 50; }
2087
+
2088
+ .ab-Radio-input input:focus {
2089
+ box-shadow: var(--ab-focus__box-shadow);
2090
+ outline: var(--ab-focus__outline); }
2091
+
2092
+ @keyframes abRadioCheckAnimation {
2093
+ 100% {
2094
+ stroke-dashoffset: 0; } }
2095
+
2096
+ .ab-Table td,
2097
+ .ab-Table th {
2098
+ padding: var(--ab-space-2); }
2099
+
2100
+ .ab-Table th {
2101
+ border-bottom: 2px solid var(--ab-color-primarydark); }
2102
+
2103
+ .ab-Table tr:not(last-child) td {
2104
+ border-bottom: 1px solid var(--ab-color-primarylight); }
2105
+
2106
+ .ab-CheckBox, .ab-CheckBox *, .ab-CheckBox *:before, .ab-CheckBox *:after {
2107
+ box-sizing: border-box; }
2108
+
2109
+ .ab-CheckBox--checked {
2110
+ --ab-cmp-checkbox__background: var(--ab-cmp-checkbox--checked__background); }
2111
+
2112
+ .ab-CheckBox--indeterminate {
2113
+ --ab-cmp-checkbox--check__color: var(--ab-cmp-checkbox--check-indeterminate__color); }
2114
+
2115
+ .ab-CheckBox:focus-within .ab-CheckBox__square,
2116
+ .ab-CheckBox:active .ab-CheckBox__square,
2117
+ .ab-CheckBox input.ab-CheckBox-input:active + .ab-CheckBox__square,
2118
+ .ab-CheckBox input.ab-CheckBox-input:focus + .ab-CheckBox__square {
2119
+ box-shadow: var(--ab-focus__box-shadow); }
2120
+
2121
+ .ab-CheckBox__square {
2122
+ border-radius: var(--ab__border-radius);
2123
+ border-width: 1px;
2124
+ border-style: solid;
2125
+ border-color: var(--ab-cmp-checkbox__border-color);
2126
+ background: var(--ab-cmp-checkbox__background);
2127
+ height: var(--ab-cmp-checkbox--check-size);
2128
+ width: var(--ab-cmp-checkbox--check-size);
2129
+ line-height: 0;
2130
+ font-size: 0;
2131
+ position: relative;
2132
+ pointer-events: none; }
2133
+
2134
+ .ab-CheckBox__square:after {
2135
+ opacity: 1;
2136
+ transition-duration: 0.1s;
2137
+ transition-timing-function: ease-in;
2138
+ transition-property: opacity;
2139
+ content: '';
2140
+ display: block;
2141
+ margin: auto;
2142
+ width: calc((var(--ab-cmp-checkbox--check-size) - 4px) / 2);
2143
+ height: calc(var(--ab-cmp-checkbox--check-size) - 4px);
2144
+ border: solid var(--ab-cmp-checkbox--check__color);
2145
+ border-width: 0 2px 2px 0;
2146
+ transform: rotate(45deg);
2147
+ border-radius: 1px; }
2148
+
2149
+ .ab-CheckBox__square--unchecked::after {
2150
+ opacity: 0; }
2151
+
2152
+ .ab-CheckBox__square--indeterminate:after {
2153
+ transform: rotate(0deg);
2154
+ position: absolute;
2155
+ top: 2px;
2156
+ bottom: 2px;
2157
+ right: 2px;
2158
+ left: 2px;
2159
+ border: none;
2160
+ width: auto;
2161
+ height: auto;
2162
+ background: var(--ab-cmp-checkbox--check__color);
2163
+ border-radius: var(--ab-cmp-checkbox--check-indeterminate-radius); }
2164
+
2165
+ .ab-CheckBox--disabled {
2166
+ opacity: 0.5; }
2167
+
2168
+ .ab-CheckBox--readonly .ab-CheckBox__square {
2169
+ opacity: 0.5; }
2170
+
2171
+ .ab-CheckBox-input:not(.ag-checkbox-input) {
2172
+ width: 100%;
2173
+ height: 100%;
2174
+ line-height: 0;
2175
+ font-size: 0;
2176
+ left: 0;
2177
+ top: 0;
2178
+ z-index: 1;
2179
+ position: absolute; }
2180
+
2181
+ .ab-Dialog {
2182
+ position: relative;
2183
+ background: var(--ab-cmp-dialog__background);
2184
+ fill: var(--ab-color-text-on-primary);
2185
+ color: var(--ab-cmp-dialog__color);
2186
+ border-radius: var(--ab-cmp-dialog__border-radius);
2187
+ min-height: var(--ab-cmp-dialog__min-height);
2188
+ display: flex;
2189
+ flex-flow: column; }
2190
+
2191
+ .ab-Dialog:focus-within, .ab-Dialog:focus {
2192
+ box-shadow: var(--ab-focus__box-shadow);
2193
+ outline: var(--ab-focus__outline); }
2194
+
2195
+ .ab-Dialog > * {
2196
+ flex: 1; }
2197
+
2198
+ .ab-Dialog__close-button {
2199
+ position: absolute;
2200
+ right: 0.7rem;
2201
+ top: 0;
2202
+ font-size: var(--ab-font-size-3);
2203
+ font-weight: 700;
2204
+ line-height: 1;
2205
+ color: var(--ab-cmp-dialog-close-button__color);
2206
+ text-shadow: 0 1px 0 #fff;
2207
+ cursor: pointer; }
2208
+
2209
+ .ab-Dialog-fixed-wrapper {
2210
+ position: fixed;
2211
+ margin: auto;
2212
+ left: 0;
2213
+ top: 0;
2214
+ right: 0;
2215
+ bottom: 0;
2216
+ display: flex;
2217
+ align-items: center;
2218
+ justify-content: center; }
2219
+
2220
+ .ab-Dropdown {
2221
+ background: var(--ab-color-defaultbackground);
2222
+ border: var(--ab-cmp-dropdown__border);
2223
+ border-radius: var(--ab-cmp-dropdown__border-radius);
2224
+ position: relative;
2225
+ min-width: 120px;
2226
+ max-width: 300px;
2227
+ font-family: var(--ab-cmp-dropdown__font-family);
2228
+ font-size: var(--ab-cmp-dropdown__font-size); }
2229
+
2230
+ .ab-Dropdown--disabled {
2231
+ opacity: 0.5; }
2232
+
2233
+ .ab-Dropdown--focused {
2234
+ box-shadow: var(--ab-focus__box-shadow);
2235
+ outline: var(--ab-focus__outline); }
2236
+
2237
+ .ab-Dropdown__text {
2238
+ color: var(--ab-cmp-dropdown__color);
2239
+ padding: var(--ab-cmp-dropdown__padding);
2240
+ pointer-events: none;
2241
+ position: relative;
2242
+ cursor: pointer;
2243
+ overflow: hidden;
2244
+ text-overflow: ellipsis;
2245
+ white-space: nowrap;
2246
+ flex: 1; }
2247
+
2248
+ .ab-Dropdown--empty .ab-Dropdown__text {
2249
+ color: var(--ab-color-text-on-defaultbackground); }
2250
+
2251
+ .ab-Dropdown select {
2252
+ font-family: inherit;
2253
+ font-size: inherit;
2254
+ position: absolute;
2255
+ cursor: pointer; }
2256
+
2257
+ .ab-Dropdown .ab-SimpleButton {
2258
+ color: var(--ab-cmp-dropdown__color) !important; }
2259
+
2260
+ .ab-DropdownButton {
2261
+ position: relative;
2262
+ --ab-overlay-horizontal-align: left; }
2263
+
2264
+ .ab-DropdownButton__list {
2265
+ text-align: start;
2266
+ padding: var(--ab-space-1) 0;
2267
+ box-shadow: var(--ab-cmp-dropdownbutton-list__box-shadow); }
2268
+
2269
+ .ab-DropdownButton__content {
2270
+ font-family: var(--ab__font-family);
2271
+ font-size: var(--ab-font-size-2);
2272
+ max-width: 100%;
2273
+ width: 100%;
2274
+ border-spacing: 0; }
2275
+
2276
+ .ab-DropdownButton__list-item {
2277
+ fill: currentColor;
2278
+ color: var(--ab-cmp-dropdownbutton-list-item__color); }
2279
+
2280
+ .ab-DropdownButton__list-item--disabled {
2281
+ opacity: 0.5; }
2282
+
2283
+ .ab-DropdownButton__list-item--not-clickable {
2284
+ cursor: auto; }
2285
+
2286
+ .ab-DropdownButton__list-item--clickable:hover {
2287
+ background: var(--ab-cmp-dropdownbutton-list-item-hover__background);
2288
+ color: var(--ab-cmp-dropdownbutton-list-item-hover__color);
2289
+ fill: currentColor;
2290
+ cursor: pointer; }
2291
+
2292
+ .ab-DropdownButton__list-item--clickable:hover .glyphicon.glyphicon {
2293
+ color: inherit; }
2294
+
2295
+ .ab-DropdownButton__separator td {
2296
+ border-bottom: var(--ab-cmp-dropdownbutton-list-separator__border); }
2297
+
2298
+ .ab-EmptyContent {
2299
+ text-align: center; }
2300
+
2301
+ .ab-EmptyContent p {
2302
+ color: var(--ab-color-text-on-primary); }
2303
+
2304
+ .ab-ErrorBox {
2305
+ padding: var(--ab-cmp-error-box__padding);
2306
+ border-radius: var(--ab-cmp-error-box__border-radius);
2307
+ background: var(--ab-cmp-error-box__background);
2308
+ color: var(--ab-cmp-error-box__color); }
2309
+
2310
+ .ab-FieldWrap {
2311
+ border: 1px solid var(--ab-color-inputborder);
2312
+ color: 1px solid var(--ab-color-inputcolor);
2313
+ border-radius: var(--ab-cmp-field-wrap__border-radius);
2314
+ background: var(--ab-cmp-field-wrap__background);
2315
+ overflow: hidden;
2316
+ fill: var(--ab-cmp-field-wrap__fill); }
2317
+
2318
+ .ab-FieldWrap:focus-within {
2319
+ box-shadow: var(--ab-focus__box-shadow); }
2320
+
2321
+ .ab-FieldWrap input, .ab-FieldWrap select, .ab-FieldWrap > * {
2322
+ border: none;
2323
+ flex: 1; }
2324
+
2325
+ .ab-FieldWrap input, .ab-FieldWrap select, .ab-FieldWrap .ab-Dropdown {
2326
+ outline: none !important;
2327
+ box-shadow: none !important; }
2328
+
2329
+ .ab-FormLayout {
2330
+ display: grid;
2331
+ align-items: center; }
2332
+
2333
+ .ab-FormLayout_column--label {
2334
+ text-align: end; }
2335
+
2336
+ .ab-HelpBlock {
2337
+ padding: var(--ab-cmp-help-block__padding);
2338
+ background: var(--ab-cmp-help-block__background);
2339
+ border-radius: var(--ab-cmp-help-block__border-radius);
2340
+ color: var(--ab-cmp-help-block__color); }
2341
+
2342
+ .ab-CodeBlock {
2343
+ padding: var(--ab-cmp-code-block__padding);
2344
+ background: var(--ab-cmp-code-block__background);
2345
+ border-radius: var(--ab-cmp-code-block__border-radius);
2346
+ color: var(--ab-cmp-code-block__color); }
2347
+
2348
+ input.ab-Input {
2349
+ background: var(--ab-cmp-input__background); }
2350
+
2351
+ input.ab-Input[disabled] {
2352
+ background: var(--ab-cmp-input--disabled__background); }
2353
+
2354
+ .ab-Input {
2355
+ position: relative;
2356
+ padding: var(--ab-cmp-input__padding);
2357
+ color: var(--ab-cmp-input__color);
2358
+ border-radius: var(--ab-cmp-input__border-radius);
2359
+ border: var(--ab-cmp-input__border);
2360
+ font-family: var(--ab-cmp-input__font-family);
2361
+ font-size: var(--ab-cmp-input__font-size);
2362
+ /* WebKit, Edge */
2363
+ /* Firefox 4-18 */
2364
+ /* Firefox 19+ */
2365
+ /* IE 10-11 */
2366
+ /* Edge */
2367
+ /* MODERN BROWSER */ }
2368
+
2369
+ .ab-Input:focus {
2370
+ box-shadow: var(--ab-focus__box-shadow);
2371
+ outline: var(--ab-focus__outline); }
2372
+
2373
+ .ab-Input::-webkit-input-placeholder {
2374
+ color: var(--ab-cmp-input--placeholder__color);
2375
+ opacity: var(--ab-cmp-input--placeholder__opacity); }
2376
+
2377
+ .ab-Input:-moz-placeholder {
2378
+ color: var(--ab-cmp-input--placeholder__color);
2379
+ opacity: var(--ab-cmp-input--placeholder__opacity); }
2380
+
2381
+ .ab-Input::-moz-placeholder {
2382
+ color: var(--ab-cmp-input--placeholder__color);
2383
+ opacity: var(--ab-cmp-input--placeholder__opacity); }
2384
+
2385
+ .ab-Input:-ms-input-placeholder {
2386
+ color: var(--ab-cmp-input--placeholder__color);
2387
+ opacity: var(--ab-cmp-input--placeholder__opacity); }
2388
+
2389
+ .ab-Input::-ms-input-placeholder {
2390
+ color: var(--ab-cmp-input--placeholder__color);
2391
+ opacity: var(--ab-cmp-input--placeholder__opacity); }
2392
+
2393
+ .ab-Input::placeholder {
2394
+ color: var(--ab-cmp-input--placeholder__color);
2395
+ opacity: var(--ab-cmp-input--placeholder__opacity); }
2396
+
2397
+ /* Spin Buttons modified */
2398
+
2399
+ input[type="number"].ab-Input::-webkit-outer-spin-button,
2400
+ input[type="number"].ab-Input::-webkit-inner-spin-button {
2401
+ -webkit-appearance: none;
2402
+ width: 1em;
2403
+ opacity: 0;
2404
+ position: absolute;
2405
+ top: 0;
2406
+ right: 0;
2407
+ bottom: 0;
2408
+ 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; }
2409
+
2410
+ input[type="number"].ab-Input:focus::-webkit-inner-spin-button, input[type="number"].ab-Input:focus::-webkit-inner-spin-button:active,
2411
+ input[type="number"].ab-Input:hover::-webkit-inner-spin-button,
2412
+ input[type="number"].ab-Input:hover::-webkit-inner-spin-button:active {
2413
+ opacity: 1; }
2414
+
2415
+ .ab-ListGroup {
2416
+ display: flex;
2417
+ flex-flow: column;
2418
+ align-items: flex-start; }
2419
+
2420
+ :root {
2421
+ --ab-cmp-listgroupitem__width: 100%;
2422
+ --ab-cmp-listgroupitem__background: var(--ab-color-primary);
2423
+ --ab-cmp-listgroupitem__color: var(--ab-color-text-on-primary);
2424
+ --ab-cmp-listgroupitem__border-radius: 0px;
2425
+ --ab-cmp-listgroupitem--odd__background: var(--ab-color-primarylight);
2426
+ --ab-cmp-listgroupitem--odd__color: var(--ab-color-text-on-primary);
2427
+ --ab-cmp-listgroupitem--active__background: var(--ab-color-secondarylight);
2428
+ --ab-cmp-listgroupitem--active__color: var(--ab-color-text-on-secondarylight); }
2429
+
2430
+ .ab-Modal {
2431
+ position: fixed;
2432
+ top: 0;
2433
+ left: 0;
2434
+ right: 0;
2435
+ bottom: 0;
2436
+ z-index: 1000;
2437
+ font-family: var(--ab__font-family); }
2438
+
2439
+ .ab-Modal-backdrop {
2440
+ background: var(--ab-cmp-modal-backdrop__background);
2441
+ z-index: 900;
2442
+ position: fixed;
2443
+ left: 0;
2444
+ right: 0;
2445
+ top: 0;
2446
+ bottom: 0; }
2447
+
2448
+ .ab-Tabs {
2449
+ display: flex;
2450
+ flex-direction: column; }
2451
+
2452
+ .ab-Tabs[data-selected-index="0"] .ab-Tabs__Filler:first-child,
2453
+ .ab-Tabs__Tab--before-active {
2454
+ border-bottom-right-radius: var(--ab__border-radius); }
2455
+
2456
+ .ab-Tabs__Strip {
2457
+ z-index: 10;
2458
+ overflow: visible; }
2459
+
2460
+ .ab-Tabs__Tab {
2461
+ cursor: pointer;
2462
+ background: var(--ab-cmp-tabs-strip__background); }
2463
+
2464
+ .ab-Tabs__Tab:focus {
2465
+ outline: none; }
2466
+
2467
+ .ab-Tabs__Tab:focus:after {
2468
+ box-shadow: var(--ab-focus__box-shadow); }
2469
+
2470
+ .ab-Tabs__Filler {
2471
+ background: var(--ab-cmp-tabs-strip__background); }
2472
+
2473
+ .ab-Tabs__Tab--active + .ab-Tabs__Filler,
2474
+ .ab-Tabs__Tab--active + .ab-Tabs__Tab {
2475
+ border-bottom-left-radius: var(--ab__border-radius); }
2476
+
2477
+ .ab-Tabs__Tab--active {
2478
+ position: relative;
2479
+ z-index: 30; }
2480
+
2481
+ .ab-Tabs__Tab--active:after {
2482
+ content: '';
2483
+ pointer-events: none;
2484
+ position: absolute;
2485
+ top: 0;
2486
+ bottom: 5px;
2487
+ right: 0;
2488
+ left: 0;
2489
+ z-index: -2;
2490
+ border-top-left-radius: var(--ab__border-radius);
2491
+ border-top-right-radius: var(--ab__border-radius); }
2492
+
2493
+ .ab-Tabs__Tab--active:before {
2494
+ content: '';
2495
+ position: absolute;
2496
+ pointer-events: none;
2497
+ border-top-left-radius: var(--ab__border-radius);
2498
+ border-top-right-radius: var(--ab__border-radius);
2499
+ z-index: -1;
2500
+ left: 0;
2501
+ top: 0;
2502
+ width: 100%;
2503
+ height: 100%;
2504
+ background: var(--ab-cmp-tabs-active__background); }
2505
+
2506
+ .ab-Tabs__Strip {
2507
+ background: var(--ab-cmp-tabs-active__background); }
2508
+
2509
+ .ab-Tabs__Body {
2510
+ background: var(--ab-cmp-tabs-active__background);
2511
+ border-radius: var(--ab__border-radius);
2512
+ flex: 1;
2513
+ overflow: auto;
2514
+ display: flex;
2515
+ flex-flow: column; }
2516
+
2517
+ .ab-Tabs[data-selected-index="0"] .ab-Tabs__Body {
2518
+ border-top-left-radius: 0; }
2519
+
2520
+ .ab-Panel {
2521
+ display: flex;
2522
+ flex-flow: column;
2523
+ max-height: var(--ab-cmp-panel__max-height);
2524
+ font-size: var(--ab-cmp-panel__font-size); }
2525
+
2526
+ .ab-Panel .glyphicon {
2527
+ -webkit-text-fill-color: var(--ab-cmp-panel-icon__fill);
2528
+ fill: var(--ab-cmp-panel-icon__fill); }
2529
+
2530
+ .ab-Panel--variant-modern {
2531
+ --ab-cmp-panel__border-radius: var(--ab-space-1)
2532
+ ; }
2533
+
2534
+ .ab-Panel__header {
2535
+ flex: none;
2536
+ background: var(--ab-cmp-panel_header__background);
2537
+ color: var(--ab-cmp-panel_header__color);
2538
+ font-size: var(--ab-cmp-panel_header__font-size);
2539
+ padding: var(--ab-cmp-panel_header__padding);
2540
+ border-top-left-radius: var(--ab-cmp-panel__border-radius);
2541
+ border-top-right-radius: var(--ab-cmp-panel__border-radius);
2542
+ border: var(--ab-cmp-panel__border); }
2543
+
2544
+ .ab-Panel__header--variant-primary {
2545
+ background: var(--ab-cmp-panel_header--variant-primary__background);
2546
+ color: var(--ab-cmp-panel_header--variant-primary__color);
2547
+ fill: currentColor; }
2548
+
2549
+ .ab-Panel__header--variant-modern {
2550
+ border: none;
2551
+ background: var(--ab-cmp-panel_header--variant-modern__background); }
2552
+
2553
+ .ab-Panel__body {
2554
+ position: relative;
2555
+ padding: var(--ab-cmp-panel__padding);
2556
+ border: var(--ab-cmp-panel__border);
2557
+ background: var(--ab-cmp-panel_body__background);
2558
+ color: var(--ab-cmp-panel_body__color);
2559
+ flex: 1;
2560
+ border-bottom-left-radius: var(--ab-cmp-panel__border-radius);
2561
+ border-bottom-right-radius: var(--ab-cmp-panel__border-radius); }
2562
+
2563
+ .ab-Panel__body--scroll-auto {
2564
+ overflow: auto; }
2565
+
2566
+ .ab-Panel__body--variant-modern {
2567
+ border: none;
2568
+ background: var(--ab-cmp-panel_body--variant-modern__background); }
2569
+
2570
+ .ab-Panel--with-header > .ab-Panel__body {
2571
+ border-top: none; }
2572
+
2573
+ .ab-Panel--no-header > .ab-Panel__body {
2574
+ border-top-left-radius: var(--ab-cmp-panel__border-radius);
2575
+ border-top-right-radius: var(--ab-cmp-panel__border-radius); }
2576
+
2577
+ .ab-SimpleButton {
2578
+ padding: var(--ab-cmp-simple-button__padding);
2579
+ font-family: var(--ab-cmp-simple-button__font-family);
2580
+ font-size: var(--ab-cmp-simple-button__font-size); }
2581
+
2582
+ .ab-SimpleButton:focus {
2583
+ box-shadow: var(--ab-focus__box-shadow);
2584
+ outline: var(--ab-focus__outline); }
2585
+
2586
+ .ab-SimpleButton.ab-SimpleButton {
2587
+ vertical-align: middle;
2588
+ border-radius: var(--ab-cmp-simple-button__border-radius);
2589
+ color: var(--ab-color-text-on-primary);
2590
+ position: relative;
2591
+ overflow: hidden;
2592
+ display: inline-flex;
2593
+ flex-flow: row;
2594
+ flex: none;
2595
+ align-items: center;
2596
+ fill: currentColor; }
2597
+
2598
+ .ab-SimpleButton.ab-SimpleButton > * {
2599
+ z-index: 1; }
2600
+
2601
+ .ab-SimpleButton.ab-SimpleButton svg {
2602
+ vertical-align: middle; }
2603
+
2604
+ .ab-SimpleButton.ab-SimpleButton--tone-neutral {
2605
+ color: var(--ab-color-text-on-primary); }
2606
+
2607
+ .ab-SimpleButton.ab-SimpleButton--tone-none {
2608
+ color: inherit; }
2609
+
2610
+ .ab-SimpleButton.ab-SimpleButton--tone-success {
2611
+ color: var(--ab-color-success); }
2612
+
2613
+ .ab-SimpleButton.ab-SimpleButton--tone-accent {
2614
+ color: var(--ab-color-text-on-secondary); }
2615
+
2616
+ .ab-SimpleButton.ab-SimpleButton--tone-error {
2617
+ color: var(--ab-color-error); }
2618
+
2619
+ .ab-SimpleButton.ab-SimpleButton--tone-warning {
2620
+ color: var(--ab-color-warn); }
2621
+
2622
+ .ab-SimpleButton.ab-SimpleButton--tone-info {
2623
+ color: var(--ab-color-info); }
2624
+
2625
+ .ab-SimpleButton.ab-SimpleButton--disabled {
2626
+ opacity: 0.5; }
2627
+
2628
+ .ab-SimpleButton.ab-SimpleButton:before {
2629
+ content: '';
2630
+ position: absolute;
2631
+ display: block;
2632
+ left: 0;
2633
+ right: 0;
2634
+ top: 0;
2635
+ bottom: 0;
2636
+ pointer-events: none;
2637
+ z-index: 0;
2638
+ border-radius: inherit; }
2639
+
2640
+ .ab-SimpleButton.ab-SimpleButton--variant-outlined, .ab-SimpleButton.ab-SimpleButton--variant-text {
2641
+ transition: opacity 0.2s; }
2642
+
2643
+ .ab-SimpleButton.ab-SimpleButton--variant-outlined:before, .ab-SimpleButton.ab-SimpleButton--variant-text:before {
2644
+ content: '';
2645
+ opacity: 0;
2646
+ transition: opacity 0.2s; }
2647
+
2648
+ .ab-SimpleButton.ab-SimpleButton--variant-outlined:hover:not(.ab-SimpleButton--disabled), .ab-SimpleButton.ab-SimpleButton--variant-text:hover:not(.ab-SimpleButton--disabled) {
2649
+ cursor: pointer; }
2650
+
2651
+ .ab-SimpleButton.ab-SimpleButton--variant-outlined:hover:not(.ab-SimpleButton--disabled):before, .ab-SimpleButton.ab-SimpleButton--variant-text:hover:not(.ab-SimpleButton--disabled):before {
2652
+ opacity: 0.15;
2653
+ background-color: currentColor; }
2654
+
2655
+ .ab-SimpleButton.ab-SimpleButton--variant-text {
2656
+ background: transparent; }
2657
+
2658
+ .ab-SimpleButton.ab-SimpleButton--variant-outlined {
2659
+ background: var(--ab-cmp-simple-button--outlined__background);
2660
+ border: var(--ab-cmp-simple-button--outlined__border); }
2661
+
2662
+ .ab-SimpleButton.ab-SimpleButton--variant-raised {
2663
+ color: var(--ab-color-text-on-primary);
2664
+ 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);
2665
+ 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); }
2666
+
2667
+ .ab-SimpleButton.ab-SimpleButton--variant-raised:focus {
2668
+ box-shadow: var(--ab-focus__box-shadow); }
2669
+
2670
+ .ab-SimpleButton.ab-SimpleButton--variant-raised:hover {
2671
+ 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); }
2672
+
2673
+ .ab-SimpleButton.ab-SimpleButton--variant-raised:hover:not(.ab-SimpleButton--disabled) {
2674
+ cursor: pointer; }
2675
+
2676
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-success {
2677
+ background: var(--ab-color-success);
2678
+ color: var(--ab-color-text-on-success); }
2679
+
2680
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-success:not(.ab-SimpleButton--disabled) {
2681
+ opacity: 1; }
2682
+
2683
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-accent {
2684
+ background: var(--ab-color-secondary);
2685
+ color: var(--ab-color-text-on-secondary); }
2686
+
2687
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-accent:not(.ab-SimpleButton--disabled) {
2688
+ opacity: 1; }
2689
+
2690
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-none {
2691
+ background: transparent; }
2692
+
2693
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-none:not(.ab-SimpleButton--disabled) {
2694
+ opacity: 1; }
2695
+
2696
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-neutral {
2697
+ background: var(--ab-color-primary);
2698
+ color: var(--ab-color-text-on-primary); }
2699
+
2700
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-neutral:not(.ab-SimpleButton--disabled) {
2701
+ opacity: 1; }
2702
+
2703
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-error {
2704
+ background: var(--ab-color-error);
2705
+ color: var(--ab-color-text-on-error); }
2706
+
2707
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-error:not(.ab-SimpleButton--disabled) {
2708
+ opacity: 1; }
2709
+
2710
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-warning {
2711
+ background: var(--ab-color-warn);
2712
+ color: var(--ab-color-text-on-warn); }
2713
+
2714
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-warning:not(.ab-SimpleButton--disabled) {
2715
+ opacity: 1; }
2716
+
2717
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-info {
2718
+ background: var(--ab-color-info);
2719
+ color: var(--ab-color-text-on-info); }
2720
+
2721
+ .ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-info:not(.ab-SimpleButton--disabled) {
2722
+ opacity: 1; }
2723
+
2724
+ .ab-SimpleButton.ab-SimpleButton--font-weight\=normal {
2725
+ font-weight: normal; }
2726
+
2727
+ .ab-SimpleButton.ab-SimpleButton--font-weight\=bold,
2728
+ .ab-SimpleButton.ab-SimpleButton--font-weight\=700 {
2729
+ font-weight: 700; }
2730
+
2731
+ .ab-SimpleButton.ab-SimpleButton--font-weight\=bolder {
2732
+ font-weight: 800; }
2733
+
2734
+ .ab-Textarea {
2735
+ padding: var(--ab-cmp-textarea__padding);
2736
+ border-radius: var(--ab-cmp-textarea__border-radius);
2737
+ border: var(--ab-cmp-textarea__border);
2738
+ color: var(--ab-cmp-textarea__color);
2739
+ font-family: var(--ab-cmp-textarea__font-family);
2740
+ font-size: var(--ab-cmp-textarea__font-size);
2741
+ background: var(--ab-cmp-textarea__background); }
2742
+
2743
+ .ab-Textarea[disabled] {
2744
+ background: var(--ab-cmp-textarea--disabled__background); }
2745
+
2746
+ .ab-Textarea:focus {
2747
+ box-shadow: var(--ab-focus__box-shadow);
2748
+ outline: var(--ab-focus__outline); }
2749
+
2750
+ .ab-Tooltip {
2751
+ pointer-events: none;
2752
+ padding: var(--ab-space-1) var(--ab-space-2);
2753
+ box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
2754
+ white-space: nowrap;
2755
+ font-size: var(--ab-cmp-tooltip__font-size);
2756
+ color: var(--ab-cmp-tooltip__color); }
2757
+
2758
+ .ab-Tooltip:before {
2759
+ border: var(--ab-cmp-tooltip__border);
2760
+ content: '';
2761
+ position: absolute;
2762
+ border-radius: var(--ab__border-radius);
2763
+ width: 100%;
2764
+ height: 100%;
2765
+ left: 0;
2766
+ top: 0;
2767
+ opacity: var(--ab-cmp-tooltip__opacity);
2768
+ background: var(--ab-cmp-tooltip__background);
2769
+ z-index: -1; }
2770
+
2771
+ .ab-FileDroppable {
2772
+ align-items: center;
2773
+ justify-content: center;
2774
+ position: relative;
2775
+ padding: var(--ab-cmp-file-droppable__padding);
2776
+ margin: var(--ab-cmp-file-droppable__margin);
2777
+ 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;
2778
+ outline: var(--ab-cmp-file-droppable__outline);
2779
+ outline-offset: var(--ab-cmp-file-droppable__outline-offset);
2780
+ background: var(--ab-cmp-file-droppable__background); }
2781
+
2782
+ .ab-FileDroppable, .ab-FileDroppable input, .ab-FileDroppable button, .ab-FileDroppable .ab-SimpleButton {
2783
+ 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;
2784
+ fill: currentColor; }
2785
+
2786
+ .ab-FileDroppable, .ab-FileDroppable input, .ab-FileDroppable button {
2787
+ color: var(--ab-cmp-file-droppable__color); }
2788
+
2789
+ .ab-FileDroppable.ab-FileDroppable--drag-over {
2790
+ outline-offset: var(--ab-cmp-file-droppable--drag-over__outline-offset);
2791
+ outline: var(--ab-cmp-file-droppable--drag-over__outline);
2792
+ background: var(--ab-cmp-file-droppable--drag-over__background);
2793
+ color: var(--ab-cmp-file-droppable--drag-over__color); }
2794
+
2795
+ .ab-FileDroppable.ab-FileDroppable--drag-over * {
2796
+ pointer-events: none; }
2797
+
2798
+ .ab-FileDroppable, .ab-FileDroppable *, .ab-FileDroppable *:before, .ab-FileDroppable *:after {
2799
+ box-sizing: border-box; }
2800
+
2801
+ .ab-ChartContainer canvas {
2802
+ left: 0; }
2803
+
2804
+ .ab-WizardPanel > .ab-Panel__body {
2805
+ display: flex;
2806
+ flex-flow: column; }
2807
+
2808
+ .ab-Dashboard {
2809
+ z-index: 1000;
2810
+ user-select: none;
2811
+ background: var(--ab-dashboard-gap__background);
2812
+ color: var(--ab-dashboard__color); }
2813
+
2814
+ .ab-Dashboard--inline:not(.ab-Dashboard--collapsed) {
2815
+ display: flex; }
2816
+
2817
+ .ab-Dashboard__header {
2818
+ display: flex;
2819
+ align-items: stretch;
2820
+ background: var(--ab-dashboard-header__background);
2821
+ color: var(--ab-dashboard-header__color);
2822
+ height: 40px;
2823
+ padding: 0 var(--ab-space-2); }
2824
+
2825
+ .ab-Dashboard__header-left, .ab-Dashboard__header-right {
2826
+ display: flex;
2827
+ align-items: center;
2828
+ flex: 1; }
2829
+
2830
+ .ab-Dashboard__header-left {
2831
+ justify-content: flex-start; }
2832
+
2833
+ .ab-Dashboard__header-right {
2834
+ justify-content: flex-end; }
2835
+
2836
+ .ab-Dashboard__title {
2837
+ display: flex;
2838
+ align-items: center;
2839
+ padding: 0 var(--ab-space-3);
2840
+ font-weight: bold;
2841
+ font-size: var(--ab-font-size-4); }
2842
+
2843
+ .ab-Dashboard__tabs {
2844
+ align-self: flex-end;
2845
+ margin-left: var(--ab-space-2); }
2846
+
2847
+ .ab-Dashboard__tab {
2848
+ border: none;
2849
+ outline: none;
2850
+ cursor: pointer;
2851
+ font-size: var(--ab-font-size-3);
2852
+ border-radius: var(--ab__border-radius) var(--ab__border-radius) 0 0;
2853
+ padding: 8px 12px 12px 12px;
2854
+ color: var(--ab-dashboard-header__color);
2855
+ background: var(--ab-dashboard-header__background); }
2856
+
2857
+ .ab-Dashboard__tab--active {
2858
+ color: var(--ab-dashboard__color);
2859
+ background: var(--ab-dashboard__background); }
2860
+
2861
+ .ab-Dashboard__content {
2862
+ display: flex;
2863
+ grid-gap: var(--ab-dashboard-gap-size);
2864
+ flex-flow: var(--ab-dashboard-wrap);
2865
+ align-items: stretch;
2866
+ flex: 1;
2867
+ overflow-x: auto;
2868
+ padding-top: var(--ab-dashboard-gap-size);
2869
+ padding-bottom: var(--ab-dashboard-gap-size); }
2870
+
2871
+ .ab-Dashboard__container {
2872
+ display: flex;
2873
+ flex-shrink: 0;
2874
+ background: var(--ab-dashboard__background); }
2875
+
2876
+ .ab-Dashboard__content-buttons {
2877
+ display: flex;
2878
+ flex-direction: column;
2879
+ align-self: stretch;
2880
+ padding: var(--ab-space-2);
2881
+ border-left: 1px solid var(--ab-dashboard__border); }
2882
+
2883
+ .ab-Dashboard__toolbar {
2884
+ display: flex;
2885
+ flex-direction: column;
2886
+ justify-content: space-between;
2887
+ font-size: var(--ab-font-size-3); }
2888
+
2889
+ .ab-Dashboard__toolbar-content {
2890
+ padding: var(--ab-space-2) var(--ab-space-2) var(--ab-space-1) var(--ab-space-2);
2891
+ display: flex; }
2892
+
2893
+ .ab-Dashboard__toolbar-title {
2894
+ display: flex;
2895
+ align-items: center;
2896
+ justify-content: center;
2897
+ font-size: var(--ab-font-size-2);
2898
+ padding: 0 var(--ab-space-1) 2px var(--ab-space-2);
2899
+ opacity: 0.7; }
2900
+
2901
+ .ab-Dashboard__toolbar.ab-Dashboard__home-toolbar {
2902
+ color: var(--ab-dashboard-header__color);
2903
+ background: var(--ab-dashboard-header__background);
2904
+ padding-top: var(--ab-dashboard-gap-size);
2905
+ padding-bottom: var(--ab-dashboard-gap-size); }
2906
+
2907
+ .ab-Dashboard__toolbar.ab-Dashboard__home-toolbar .ab-Dashboard__toolbar-title {
2908
+ opacity: 1; }
2909
+
2910
+ .ab-Dashboard .ab-Input {
2911
+ border: none; }
2912
+
2913
+ .ab-Dashboard .ab-DashboardToolbar__QuickSearch__text .ab-Input {
2914
+ padding: var(--ab-space-1); }
2915
+
2916
+ .ab-GridList {
2917
+ --at-grid__background: transparent; }
2918
+
2919
+ .ab-GridList .AT-GridCell_content, .ab-GridList .ab-ListGroupItem, .ab-GridList .AT-GridColumnCell {
2920
+ width: 100%; }
2921
+
2922
+ .ab-GridList .AT-GridHeader {
2923
+ display: none; }
2924
+
2925
+ .ab-GridList.ab-padding-horizontal-0 .AT-GridColumnCell {
2926
+ padding-left: 0;
2927
+ padding-right: 0; }
2928
+
2929
+ .ab-GridList .AT-GridRow--odd {
2930
+ background: var(--ab-cmp-listgroupitem--odd__background);
2931
+ color: var(--ab-cmp-listgroupitem--odd__color); }
2932
+
2933
+ .ab-GridList .AT-GridRow--even {
2934
+ background: var(--ab-cmp-listgroupitem__background);
2935
+ color: var(--ab-cmp-listgroupitem__color); }
2936
+
2937
+ .ab-GridList .ab-ListGroupItem {
2938
+ --ab-cmp-listgroupitem__background: transparent;
2939
+ --ab-cmp-listgroupitem--odd__background: transparent; }
2940
+
2941
+ :root {
2942
+ --rdp-cell-size: var(--ab-cmp-datepicker__cell-size);
2943
+ --rdp-accent-color: var(--ab-cmp-datepicker__selected-color);
2944
+ --rdp-background-color: var(--ab-cmp-datepicker__hover-color);
2945
+ --rdp-outline: 2px solid var(--ab-cmp-datepicker__selected-color); }
2946
+
2947
+ .ab-Datepicker-Overlay {
2948
+ border: var(--ab-cmp-datepicker__border);
2949
+ background: var(--ab-cmp-datepicker__background);
2950
+ z-index: 1000;
2951
+ box-shadow: var(--ab-focus__box-shadow);
2952
+ outline: var(--ab-focus__outline);
2953
+ border-radius: var(--ab__border-radius); }
2954
+
2955
+ .ab-Datepicker-Overlay .rdp {
2956
+ font-size: var(--ab-cmp-datepicker__font-size);
2957
+ font-family: var(--ab-cmp-datepicker__font-family); }
2958
+
2959
+ .ab-Datepicker-Overlay .rdp .rdp-weeknumber,
2960
+ .ab-Datepicker-Overlay .rdp .rdp-day {
2961
+ border-radius: var(--ab-cmp-datepicker__day-border-radius); }
2962
+
2963
+ .ab-Datepicker-Overlay .rdp .rdp-day_selected:not([disabled]),
2964
+ .ab-Datepicker-Overlay .rdp .rdp-day_selected:focus:not([disabled]),
2965
+ .ab-Datepicker-Overlay .rdp .rdp-day_selected:active:not([disabled]),
2966
+ .ab-Datepicker-Overlay .rdp .rdp-day_selected:hover:not([disabled]) {
2967
+ color: var(--ab-cmp-datepicker__selected-text-color);
2968
+ border-radius: var(--ab-cmp-datepicker__selected-border-radius); }
2969
+
2970
+ .ab-Datepicker-Overlay .rdp .rdp-caption_label {
2971
+ font-size: 120%; }
2972
+
2973
+ .ab-Datepicker-Overlay .rdp .rdp-nav_button {
2974
+ color: var(--ab-color-text-on-primary); }
2975
+
2976
+ .ab-Datepicker-Overlay .rdp .rdp-table {
2977
+ width: 100%;
2978
+ max-width: none; }
2979
+
2980
+ .ab-Datepicker-Overlay .rdp .rdp-day_outside {
2981
+ opacity: 0.4; }
2982
+
2983
+ .ab-Datepicker-Overlay .rdp .rdp-day_today {
2984
+ border: var(--rdp-outline); }
2985
+
2986
+ .ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(8),
2987
+ .ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(9),
2988
+ .ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(10),
2989
+ .ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(11),
2990
+ .ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(12),
2991
+ .ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(13),
2992
+ .ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(14) {
2993
+ display: none; }
2994
+
2995
+ .ab-Datepicker-Overlay .rdp.rdp-with_weeknumber .rdp-row td:nth-child(8) {
2996
+ display: table-cell; }
2997
+
2998
+ :root {
2999
+ --ab-cmp-toggle-button__background: #ccc;
3000
+ --ab-cmp-toggle-button--active__background: var(--ab-color-success); }
3001
+
3002
+ .ab-ToggleButton {
3003
+ position: relative;
3004
+ display: inline-block;
3005
+ min-width: 40px;
3006
+ width: 40px;
3007
+ height: 25px; }
3008
+
3009
+ .ab-ToggleButton:hover:not(.ab-ToggleButton--disabled) {
3010
+ cursor: pointer;
3011
+ opacity: 0.85; }
3012
+
3013
+ .ab-ToggleButton__input {
3014
+ opacity: 0;
3015
+ width: 0;
3016
+ height: 0; }
3017
+
3018
+ .ab-ToggleButton__slider {
3019
+ position: absolute;
3020
+ top: 0;
3021
+ left: 0;
3022
+ right: 0;
3023
+ bottom: 0;
3024
+ background-color: var(--ab-cmp-toggle-button__background);
3025
+ transition: 0.1s;
3026
+ border-radius: var(--ab__border-radius); }
3027
+
3028
+ .ab-ToggleButton__slider:before {
3029
+ position: absolute;
3030
+ content: "";
3031
+ width: 19px;
3032
+ height: 19px;
3033
+ left: 3px;
3034
+ top: 3px;
3035
+ border-radius: var(--ab__border-radius);
3036
+ background-color: #fff;
3037
+ -webkit-transition: 0.4s;
3038
+ transition: 0.2s; }
3039
+
3040
+ .ab-ToggleButton__input:checked + .ab-ToggleButton__slider {
3041
+ background-color: var(--ab-cmp-toggle-button--active__background); }
3042
+
3043
+ .ab-ToggleButton__input:checked + .ab-ToggleButton__slider:before {
3044
+ transform: translateX(15px); }
3045
+
3046
+ .ab-ToggleButton__input:focus + .ab-ToggleButton__slider {
3047
+ box-shadow: var(--ab-focus__box-shadow); }
3048
+
3049
+ .ab-ToggleButton__input:disabled + .ab-ToggleButton__slider {
3050
+ opacity: 0.5; }
3051
+
3052
+ .ab-ObjectCollection__list > * {
3053
+ background: var(--ab-cmp-listgroupitem__background);
3054
+ color: var(--ab-cmp-listgroupitem__color); }
3055
+
3056
+ .ab-ObjectCollection__list > *:nth-child(2n + 1) {
3057
+ background: var(--ab-cmp-listgroupitem--odd__background);
3058
+ color: var(--ab-cmp-listgroupitem--odd__color); }
3059
+
3060
+ .ab-AdaptableObjectRow {
3061
+ background: var(--ab-cmp-listgroupitem__background);
3062
+ color: var(--ab-cmp-listgroupitem__color);
3063
+ border-radius: var(--ab-cmp-listgroupitem__border-radius); }
3064
+
3065
+ .ab-AdaptableObjectRow:nth-child(2n + 1) {
3066
+ background: var(--ab-cmp-listgroupitem--odd__background);
3067
+ color: var(--ab-cmp-listgroupitem--odd__color); }
3068
+
3069
+ .ab-AdaptableObjectRow--is-suspended {
3070
+ text-decoration: line-through; }
3071
+
3072
+ .ab-ListBoxFilterForm {
3073
+ overflow-y: auto;
3074
+ overflow-x: hidden;
3075
+ --ab-grid-row-height: 26px;
3076
+ margin-Bottom: 0; }
3077
+
3078
+ .ab-ListBoxFilterForm .ab-GridList .AT-VirtualScrollContainer {
3079
+ overflow-x: hidden; }
3080
+
3081
+ .ag-theme-balham-dark .ab-ListBoxFilterForm--vendor-style,
3082
+ .ag-theme-balham .ab-ListBoxFilterForm--vendor-style {
3083
+ --ab-cmp-dropdown__border-radius: 0;
3084
+ --ab-cmp-input__border-radius: 0;
3085
+ --ab-cmp-input__padding: 0;
3086
+ --ab-cmp-dropdown__padding: 3px;
3087
+ --ab-focus__box-shadow: 0 0 3px 0px var(--ab-color-accent); }
3088
+
3089
+ .ag-theme-balham-dark .ab-ListBoxFilterForm--vendor-style .ab-FieldWrap,
3090
+ .ag-theme-balham .ab-ListBoxFilterForm--vendor-style .ab-FieldWrap {
3091
+ border-radius: 0; }
3092
+
3093
+ html.ab--theme-dark .ab-ListBoxFilterForm--vendor-style {
3094
+ --ab-color-inputborder: white;
3095
+ --ab-cmp-dropdown__border: 1px solid white; }
3096
+
3097
+ .ab-Popover {
3098
+ border-radius: var(--ab-cmp-popover__border-radius);
3099
+ border: var(--ab-cmp-popover__border);
3100
+ background: var(--ab-cmp-popover__background);
3101
+ color: var(--ab-cmp-popover__color);
3102
+ box-shadow: var(--ab-cmp-popover__box-shadow);
3103
+ font-size: var(--ab-font-size-2);
3104
+ font-family: var(--ab__font-family); }
3105
+
3106
+ .ab-Overlay--show-triangle > .ab-Popover:before {
3107
+ content: '';
3108
+ position: absolute;
3109
+ width: 0;
3110
+ height: 0;
3111
+ border-style: solid; }
3112
+
3113
+ .ab-Overlay--position-bottom.ab-Overlay--show-triangle > .ab-Popover:before {
3114
+ border-width: 0 5px 10px 5px;
3115
+ border-color: transparent transparent var(--ab-cmp-popover__background) transparent;
3116
+ left: 50%;
3117
+ top: -10px;
3118
+ transform: translate3d(-5px, 0px, 0px); }
3119
+
3120
+ .ab-Overlay--position-top.ab-Overlay--show-triangle > .ab-Popover:before {
3121
+ border-width: 10px 5px 0 5px;
3122
+ border-color: var(--ab-cmp-popover__background) transparent transparent transparent;
3123
+ left: 50%;
3124
+ bottom: -10px;
3125
+ transform: translate3d(-5px, 0px, 0px); }
3126
+
3127
+ .ab-nocode-wizard {
3128
+ padding: var(--ab-cmp-wizard__padding);
3129
+ margin: var(--ab-cmp-wizard__margin);
3130
+ background: var(--ab-cmp-wizard__background);
3131
+ color: var(--ab-cmp-wizard__color);
3132
+ height: 100%; }
3133
+
3134
+ .ab-nocode-wizard, .ab-nocode-wizard *, .ab-nocode-wizard *:before, .ab-nocode-wizard *:after {
3135
+ box-sizing: border-box; }
3136
+
3137
+ .ab-AvailableDropZone .placeholder,
3138
+ .ab-SelectedDropZone .placeholder {
3139
+ width: 100%; }
3140
+
3141
+ .ab-AvailableDropZone .placeholder:before,
3142
+ .ab-SelectedDropZone .placeholder:before {
3143
+ content: 'DROPS HERE'; }
3144
+
3145
+ .ab-Button.ab-Button {
3146
+ border-radius: var(--ab-cmp-button-border-radius);
3147
+ padding: var(--ab-space-2); }
3148
+
3149
+ .ab-Button.ab-Button--enabled {
3150
+ cursor: pointer;
3151
+ background: var(--ab-cmp-button-background); }
3152
+
3153
+ .ab-Button.ab-Button--disabled {
3154
+ opacity: var(--ab-cmp-button-disabled-opacity);
3155
+ background: var(--ab-cmp-button-disabled-background); }
3156
+
3157
+ .ab-DashboardPanel .ab-CheckBox:not(.ab-dd-checkbox),
3158
+ .ab-DashboardPanel .ab-SimpleButton.ab-SimpleButton--tone-neutral:not(.ab-DropdownButton) {
3159
+ fill: currentColor;
3160
+ color: var(--ab-cmp-dashboardpanel_header__color);
3161
+ border-color: currentColor; }
3162
+
3163
+ .ab-DashboardPanel .glyphicon.glyphicon {
3164
+ color: var(--ab-cmp-dashboardpanel__fill); }
3165
+
3166
+ .ab-FilterFormPanel {
3167
+ --ab-cmp-panel_body__background: var(--ag-control-panel-background-color); }
3168
+
3169
+ .ab-Dashboard__application-icon {
3170
+ margin-right: var(--ab-space-2); }
3171
+
3172
+ .ab-ToolPanel {
3173
+ min-width: calc(var(--ab-cmp-toolpanel__width) - 1px); }
3174
+
3175
+ .ab-ToolPanel .ab-ToolPanel__header {
3176
+ background: var(--ab-cmp-toolpanel-header__background);
3177
+ color: var(--ab-cmp-toolpanel-header__color); }
3178
+
3179
+ .ab-ToolPanel .ab-ToolPanel__header__buttons {
3180
+ grid-gap: var(--ab-cmp-toolpanel-header__grid-gap); }
3181
+
3182
+ .ab-ToolPanel .ab-ToolPanel__custom-content__buttons {
3183
+ display: flex;
3184
+ flex-direction: row;
3185
+ flex-wrap: wrap;
3186
+ grid-gap: var(--ab-cmp-toolpanel-header__grid-gap); }
3187
+
3188
+ .ab-alert--error {
3189
+ background: var(--ab-color-error); }
3190
+
3191
+ .ab-alert--success {
3192
+ background: var(--ab-color-success); }
3193
+
3194
+ .ab-alert--warn,
3195
+ .ab-alert--warning {
3196
+ background: var(--ab-color-warn); }
3197
+
3198
+ .ab-alert--info {
3199
+ background: var(--ab-color-info); }
3200
+
3201
+ .ab-cell--align-left {
3202
+ text-align: left; }
3203
+
3204
+ .ab-cell--align-right {
3205
+ text-align: right; }
3206
+
3207
+ .ab-cell--align-center {
3208
+ text-align: center; }
3209
+
3210
+ .popover-content {
3211
+ padding: 1px; }
3212
+
3213
+ /* Styles for the coloured cell render
3214
+ */
3215
+
3216
+ .ab_div-colour-render-bar {
3217
+ display: inline-block;
3218
+ height: 100%;
3219
+ position: relative;
3220
+ z-index: 0; }
3221
+
3222
+ .ab_div-colour-render-text {
3223
+ position: absolute;
3224
+ font-weight: normal;
3225
+ font-size: 12p;
3226
+ z-index: 100; }
3227
+
3228
+ .ab_div-colour-render-div {
3229
+ display: inline-block;
3230
+ height: 100%;
3231
+ width: 100%; }
3232
+
3233
+ .ab-ActionColumn {
3234
+ position: relative;
3235
+ height: 100%; }
3236
+
3237
+ .ab-ActionColumn > button.ab-SimpleButton {
3238
+ height: 100%;
3239
+ position: absolute;
3240
+ top: 0;
3241
+ left: 0; }
3242
+
3243
+ .Toastify__toast-container {
3244
+ border-style: none;
3245
+ border-width: 0px; }
3246
+
3247
+ .Toastify__toast {
3248
+ padding: 0;
3249
+ padding-bottom: 5px;
3250
+ color: var(--ab-color-text-on-primary);
3251
+ border-style: none;
3252
+ --ab-toast-cmp__shadow-color: var(--ab-color-accent);
3253
+ box-shadow: 0 0 7px 2px var(--ab-toast-cmp__shadow-color);
3254
+ background: var(--ab-toast-cmp__shadow-color); }
3255
+
3256
+ .Toastify__toast-body {
3257
+ padding: 0; }
3258
+
3259
+ .Toastify__toast--info {
3260
+ --ab-toast-cmp__shadow-color: var(--ab-color-info);
3261
+ color: var(--ab-color-text-on-primary); }
3262
+
3263
+ .Toastify__toast--success {
3264
+ --ab-toast-cmp__shadow-color: var(--ab-color-success);
3265
+ color: var(--ab-color-text-on-primary); }
3266
+
3267
+ .Toastify__toast--warning {
3268
+ --ab-toast-cmp__shadow-color: var(--ab-color-warn);
3269
+ color: var(--ab-color-text-on-primary); }
3270
+
3271
+ .Toastify__toast--error {
3272
+ --ab-toast-cmp__shadow-color: var(--ab-color-error);
3273
+ color: var(--ab-color-text-on-primary); }
3274
+
3275
+ .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar,
3276
+ .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar,
3277
+ .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar, .ab--custom-mac-like-scrollbars .ab-Dashboard * ::-webkit-scrollbar,
3278
+ .ab--custom-mac-like-scrollbars .ab-Panel ::-webkit-scrollbar, .ab--custom-mac-like-scrollbars .ab-Panel * ::-webkit-scrollbar,
3279
+ .ab--custom-mac-like-scrollbars .ab-Modal ::-webkit-scrollbar, .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar {
3280
+ background-color: rgba(0, 0, 0, 0);
3281
+ border-radius: 100px; }
3282
+
3283
+ .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar:vertical,
3284
+ .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar:vertical,
3285
+ .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar:vertical, .ab--custom-mac-like-scrollbars .ab-Dashboard * ::-webkit-scrollbar:vertical,
3286
+ .ab--custom-mac-like-scrollbars .ab-Panel ::-webkit-scrollbar:vertical, .ab--custom-mac-like-scrollbars .ab-Panel * ::-webkit-scrollbar:vertical,
3287
+ .ab--custom-mac-like-scrollbars .ab-Modal ::-webkit-scrollbar:vertical, .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar:vertical {
3288
+ width: var(--ab-custom-scrollbar-size); }
3289
+
3290
+ .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar:horizontal,
3291
+ .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar:horizontal,
3292
+ .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar:horizontal, .ab--custom-mac-like-scrollbars .ab-Dashboard * ::-webkit-scrollbar:horizontal,
3293
+ .ab--custom-mac-like-scrollbars .ab-Panel ::-webkit-scrollbar:horizontal, .ab--custom-mac-like-scrollbars .ab-Panel * ::-webkit-scrollbar:horizontal,
3294
+ .ab--custom-mac-like-scrollbars .ab-Modal ::-webkit-scrollbar:horizontal, .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar:horizontal {
3295
+ height: var(--ab-custom-scrollbar-size); }
3296
+
3297
+ .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar:hover,
3298
+ .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar:hover,
3299
+ .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar:hover, .ab--custom-mac-like-scrollbars .ab-Dashboard * ::-webkit-scrollbar:hover,
3300
+ .ab--custom-mac-like-scrollbars .ab-Panel ::-webkit-scrollbar:hover, .ab--custom-mac-like-scrollbars .ab-Panel * ::-webkit-scrollbar:hover,
3301
+ .ab--custom-mac-like-scrollbars .ab-Modal ::-webkit-scrollbar:hover, .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar:hover {
3302
+ background-color: rgba(0, 0, 0, 0.09); }
3303
+
3304
+ .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb,
3305
+ .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb,
3306
+ .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb, .ab--custom-mac-like-scrollbars .ab-Dashboard * ::-webkit-scrollbar-thumb,
3307
+ .ab--custom-mac-like-scrollbars .ab-Panel ::-webkit-scrollbar-thumb, .ab--custom-mac-like-scrollbars .ab-Panel * ::-webkit-scrollbar-thumb,
3308
+ .ab--custom-mac-like-scrollbars .ab-Modal ::-webkit-scrollbar-thumb, .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar-thumb {
3309
+ background: rgba(0, 0, 0, 0.5);
3310
+ border-radius: 100px;
3311
+ background-clip: padding-box;
3312
+ border: 2px solid rgba(0, 0, 0, 0); }
3313
+
3314
+ .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb:vertical,
3315
+ .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb:vertical,
3316
+ .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb:vertical, .ab--custom-mac-like-scrollbars .ab-Dashboard * ::-webkit-scrollbar-thumb:vertical,
3317
+ .ab--custom-mac-like-scrollbars .ab-Panel ::-webkit-scrollbar-thumb:vertical, .ab--custom-mac-like-scrollbars .ab-Panel * ::-webkit-scrollbar-thumb:vertical,
3318
+ .ab--custom-mac-like-scrollbars .ab-Modal ::-webkit-scrollbar-thumb:vertical, .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar-thumb:vertical {
3319
+ min-height: var(--ab-custom-scrollbar-size); }
3320
+
3321
+ .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb:horizontal,
3322
+ .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb:horizontal,
3323
+ .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb:horizontal, .ab--custom-mac-like-scrollbars .ab-Dashboard * ::-webkit-scrollbar-thumb:horizontal,
3324
+ .ab--custom-mac-like-scrollbars .ab-Panel ::-webkit-scrollbar-thumb:horizontal, .ab--custom-mac-like-scrollbars .ab-Panel * ::-webkit-scrollbar-thumb:horizontal,
3325
+ .ab--custom-mac-like-scrollbars .ab-Modal ::-webkit-scrollbar-thumb:horizontal, .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar-thumb:horizontal {
3326
+ min-width: var(--ab-custom-scrollbar-size); }
3327
+
3328
+ .ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb:active,
3329
+ .ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb:active,
3330
+ .ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb:active, .ab--custom-mac-like-scrollbars .ab-Dashboard * ::-webkit-scrollbar-thumb:active,
3331
+ .ab--custom-mac-like-scrollbars .ab-Panel ::-webkit-scrollbar-thumb:active, .ab--custom-mac-like-scrollbars .ab-Panel * ::-webkit-scrollbar-thumb:active,
3332
+ .ab--custom-mac-like-scrollbars .ab-Modal ::-webkit-scrollbar-thumb:active, .ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar-thumb:active {
3333
+ background: rgba(0, 0, 0, 0.61);
3334
+ border-radius: 100px; }
3335
+
3336
+ .ag-details-row {
3337
+ display: flex;
3338
+ flex-flow: column; }
3339
+
3340
+ .ag-details-row .ag-details-grid {
3341
+ flex: 1; }
3342
+
3343
+ div.ab-progress-indicator-wrapper {
3344
+ align-items: center;
3345
+ display: flex;
3346
+ height: 100vh;
3347
+ justify-content: center;
3348
+ left: 0;
3349
+ position: fixed;
3350
+ top: 0;
3351
+ width: 100%;
3352
+ z-index: 9999;
3353
+ opacity: 0;
3354
+ transition-delay: 0.5s;
3355
+ transition-property: opacity;
3356
+ transition-duration: 0.3s; }
3357
+
3358
+ div.ab-progress-indicator-wrapper--visible {
3359
+ opacity: 1; }
3360
+
3361
+ div.ab-progress-indicator-wrapper .ab-progress-indicator-text {
3362
+ padding: var(--ab-space-3);
3363
+ background: var(--ab-color-primary);
3364
+ color: var(--ab-color-text-on-primary);
3365
+ border-style: none;
3366
+ border-width: 0px;
3367
+ border-radius: var(--ab__border-radius);
3368
+ box-shadow: var(--ab-focus__box-shadow);
3369
+ font-size: var(--ab-font-size-3);
3370
+ font-family: var(--ab__font-family); }
3371
+
3372
+ html.ab--theme-light {
3373
+ --ab-theme-loaded: light; }
3374
+
3375
+ /*# sourceMappingURL=index.css.map */