@adaptabletools/adaptable 16.2.3 → 17.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 (1343) hide show
  1. package/agGrid.js +26 -32
  2. package/base.css +56 -0
  3. package/base.css.map +1 -1
  4. package/index.css +82 -0
  5. package/index.css.map +1 -1
  6. package/package.json +104 -1
  7. package/publishTimestamp.d.ts +1 -1
  8. package/publishTimestamp.js +1 -3
  9. package/src/AdaptableInterfaces/AdaptableNoCodeWizard.js +1 -2
  10. package/src/AdaptableInterfaces/IAdaptable.d.ts +1 -0
  11. package/src/AdaptableInterfaces/IAdaptable.js +1 -2
  12. package/src/AdaptableOptions/ActionColumnOptions.js +1 -2
  13. package/src/AdaptableOptions/ActionRowOptions.js +1 -2
  14. package/src/AdaptableOptions/AdaptableFrameworkComponent.js +1 -2
  15. package/src/AdaptableOptions/AdaptableOptions.d.ts +2 -2
  16. package/src/AdaptableOptions/AdaptableOptions.js +1 -2
  17. package/src/AdaptableOptions/AdaptablePlugin.js +1 -5
  18. package/src/AdaptableOptions/AlertOptions.js +1 -2
  19. package/src/AdaptableOptions/CalendarOptions.js +1 -2
  20. package/src/AdaptableOptions/CellSummaryOptions.js +1 -2
  21. package/src/AdaptableOptions/ChartingOptions.js +1 -2
  22. package/src/AdaptableOptions/ColumnFilterOptions.d.ts +224 -0
  23. package/src/AdaptableOptions/ColumnFilterOptions.js +1 -0
  24. package/src/AdaptableOptions/ColumnOptions.js +1 -2
  25. package/src/AdaptableOptions/ContainerOptions.js +1 -2
  26. package/src/AdaptableOptions/CustomSortOptions.js +1 -2
  27. package/src/AdaptableOptions/DashboardOptions.js +1 -2
  28. package/src/AdaptableOptions/DataChangeHistoryOptions.js +1 -2
  29. package/src/AdaptableOptions/DataImportOptions.js +1 -2
  30. package/src/AdaptableOptions/DataSetOptions.js +1 -2
  31. package/src/AdaptableOptions/DateInputOptions.js +1 -2
  32. package/src/AdaptableOptions/EditOptions.js +1 -2
  33. package/src/AdaptableOptions/EntitlementOptions.js +1 -2
  34. package/src/AdaptableOptions/ExportOptions.d.ts +18 -0
  35. package/src/AdaptableOptions/ExportOptions.js +1 -2
  36. package/src/AdaptableOptions/ExpressionOptions.js +1 -2
  37. package/src/AdaptableOptions/Fdc3Options.js +2 -5
  38. package/src/AdaptableOptions/FilterOptions.d.ts +5 -13
  39. package/src/AdaptableOptions/FilterOptions.js +1 -2
  40. package/src/AdaptableOptions/FinancePluginOptions.js +1 -2
  41. package/src/AdaptableOptions/FinsemblePluginOptions.js +1 -2
  42. package/src/AdaptableOptions/FlashingCellOptions.js +1 -2
  43. package/src/AdaptableOptions/FormatColumnOptions.js +1 -2
  44. package/src/AdaptableOptions/Glue42PluginOptions.js +1 -2
  45. package/src/AdaptableOptions/Glue42WebPluginOptions.js +1 -2
  46. package/src/AdaptableOptions/GroupingOptions.js +1 -2
  47. package/src/AdaptableOptions/IPushPullPluginOptions.js +1 -2
  48. package/src/AdaptableOptions/LayoutOptions.js +1 -2
  49. package/src/AdaptableOptions/MasterDetailPluginOptions.js +1 -2
  50. package/src/AdaptableOptions/MenuOptions.d.ts +2 -2
  51. package/src/AdaptableOptions/MenuOptions.js +41 -27
  52. package/src/AdaptableOptions/NotesOptions.js +1 -2
  53. package/src/AdaptableOptions/NotificationsOptions.js +1 -2
  54. package/src/AdaptableOptions/OpenFinPluginOptions.js +1 -2
  55. package/src/AdaptableOptions/PredicateOptions.d.ts +8 -8
  56. package/src/AdaptableOptions/PredicateOptions.js +1 -2
  57. package/src/AdaptableOptions/QuickSearchOptions.d.ts +20 -0
  58. package/src/AdaptableOptions/QuickSearchOptions.js +1 -2
  59. package/src/AdaptableOptions/SettingsPanelOptions.js +1 -2
  60. package/src/AdaptableOptions/StateOptions.d.ts +1 -1
  61. package/src/AdaptableOptions/StateOptions.js +1 -2
  62. package/src/AdaptableOptions/TeamSharingOptions.js +1 -2
  63. package/src/AdaptableOptions/ToolPanelOptions.js +1 -2
  64. package/src/AdaptableOptions/UserInterfaceOptions.js +1 -2
  65. package/src/Api/ActionColumnApi.js +1 -2
  66. package/src/Api/ActionRowApi.js +1 -2
  67. package/src/Api/AdaptableApi.d.ts +11 -6
  68. package/src/Api/AdaptableApi.js +1 -2
  69. package/src/Api/AlertApi.js +1 -2
  70. package/src/Api/ApplicationApi.js +1 -2
  71. package/src/Api/BulkUpdateApi.js +1 -2
  72. package/src/Api/CalculatedColumnApi.js +1 -2
  73. package/src/Api/CalendarApi.js +1 -2
  74. package/src/Api/CellSummaryApi.js +1 -2
  75. package/src/Api/ChartingApi.js +1 -2
  76. package/src/Api/ColumnApi.js +1 -2
  77. package/src/Api/{FilterApi.d.ts → ColumnFilterApi.d.ts} +1 -1
  78. package/src/Api/ColumnFilterApi.js +1 -0
  79. package/src/Api/ConfigApi.d.ts +3 -4
  80. package/src/Api/ConfigApi.js +1 -2
  81. package/src/Api/CustomSortApi.js +1 -2
  82. package/src/Api/DashboardApi.d.ts +22 -0
  83. package/src/Api/DashboardApi.js +1 -2
  84. package/src/Api/DataChangeHistoryApi.js +1 -2
  85. package/src/Api/DataImportApi.js +1 -2
  86. package/src/Api/DataSetApi.js +1 -2
  87. package/src/Api/EntitlementApi.js +1 -2
  88. package/src/Api/EventApi.d.ts +18 -9
  89. package/src/Api/EventApi.js +1 -2
  90. package/src/Api/Events/ActionRowSubmitted.js +1 -2
  91. package/src/Api/Events/AdaptableReady.js +1 -2
  92. package/src/Api/Events/AdaptableSearchState.d.ts +5 -0
  93. package/src/Api/Events/AdaptableSearchState.js +1 -2
  94. package/src/Api/Events/AdaptableStateChanged.js +1 -2
  95. package/src/Api/Events/AdaptableStateReloaded.js +1 -2
  96. package/src/Api/Events/AlertFired.js +1 -2
  97. package/src/Api/Events/BaseEventInfo.js +1 -2
  98. package/src/Api/Events/CellChanged.js +1 -2
  99. package/src/Api/Events/ChartChanged.js +1 -2
  100. package/src/Api/Events/ChexboxColumnClicked.js +1 -2
  101. package/src/Api/Events/{FilterApplied.d.ts → ColumnFilterApplied.d.ts} +2 -2
  102. package/src/Api/Events/ColumnFilterApplied.js +1 -0
  103. package/src/Api/Events/CustomToolbarConfigured.js +1 -2
  104. package/src/Api/Events/DashboardChanged.js +1 -2
  105. package/src/Api/Events/DataImported.js +1 -2
  106. package/src/Api/Events/DataSetSelected.js +1 -2
  107. package/src/Api/Events/Fdc3MessageInfo.js +1 -2
  108. package/src/Api/Events/FlashingCellDisplayed.js +1 -2
  109. package/src/Api/Events/GridDataChanged.js +1 -2
  110. package/src/Api/Events/GridFilterApplied.d.ts +14 -0
  111. package/src/Api/Events/GridFilterApplied.js +1 -0
  112. package/src/Api/Events/GridSorted.js +1 -2
  113. package/src/Api/Events/LayoutChanged.js +1 -2
  114. package/src/Api/Events/LiveDataChanged.js +1 -2
  115. package/src/Api/Events/QueryRun.d.ts +1 -0
  116. package/src/Api/Events/QueryRun.js +1 -2
  117. package/src/Api/Events/ScheduleTriggered.js +1 -2
  118. package/src/Api/Events/SelectionChanged.js +1 -2
  119. package/src/Api/Events/SystemStatusMessageDisplayed.js +1 -2
  120. package/src/Api/Events/TeamSharingEntityChanged.js +1 -2
  121. package/src/Api/Events/ThemeChanged.js +1 -2
  122. package/src/Api/Events/ThemeEdited.js +1 -2
  123. package/src/Api/ExportApi.js +1 -2
  124. package/src/Api/ExpressionApi.js +1 -2
  125. package/src/Api/Fdc3Api.js +1 -2
  126. package/src/Api/FinsembleApi.js +1 -2
  127. package/src/Api/FlashingCellApi.js +1 -2
  128. package/src/Api/FormatColumnApi.d.ts +4 -0
  129. package/src/Api/FormatColumnApi.js +1 -2
  130. package/src/Api/FreeTextColumnApi.js +1 -2
  131. package/src/Api/Glue42Api.js +1 -2
  132. package/src/Api/Glue42WebApi.js +1 -2
  133. package/src/Api/GridApi.js +1 -2
  134. package/src/Api/GridFilterApi.d.ts +21 -0
  135. package/src/Api/GridFilterApi.js +1 -0
  136. package/src/Api/IPushPullApi.js +1 -2
  137. package/src/Api/Implementation/ActionColumnApiImpl.js +2 -6
  138. package/src/Api/Implementation/ActionRowApiImpl.js +8 -12
  139. package/src/Api/Implementation/AdaptableApiImpl.d.ts +6 -4
  140. package/src/Api/Implementation/AdaptableApiImpl.js +99 -101
  141. package/src/Api/Implementation/AlertApiImpl.js +18 -23
  142. package/src/Api/Implementation/ApiBase.d.ts +5 -16
  143. package/src/Api/Implementation/ApiBase.js +15 -17
  144. package/src/Api/Implementation/ApplicationApiImpl.js +3 -8
  145. package/src/Api/Implementation/BulkUpdateApiImpl.js +5 -10
  146. package/src/Api/Implementation/CalculatedColumnApiImpl.js +6 -11
  147. package/src/Api/Implementation/CalendarApiImpl.js +2 -6
  148. package/src/Api/Implementation/CellSummaryApiImpl.js +17 -22
  149. package/src/Api/Implementation/ChartingApiImpl.js +13 -18
  150. package/src/Api/Implementation/ColumnApiImpl.js +10 -15
  151. package/src/Api/Implementation/{FilterApiImpl.d.ts → ColumnFilterApiImpl.d.ts} +4 -4
  152. package/src/Api/Implementation/{FilterApiImpl.js → ColumnFilterApiImpl.js} +9 -14
  153. package/src/Api/Implementation/ConfigApiImpl.d.ts +2 -3
  154. package/src/Api/Implementation/ConfigApiImpl.js +42 -46
  155. package/src/Api/Implementation/CustomSortApiImpl.js +6 -11
  156. package/src/Api/Implementation/DashboardApiImpl.d.ts +5 -0
  157. package/src/Api/Implementation/DashboardApiImpl.js +27 -17
  158. package/src/Api/Implementation/DataChangeHistoryApiImpl.js +10 -15
  159. package/src/Api/Implementation/DataImportApiImpl.js +4 -8
  160. package/src/Api/Implementation/DataSetApiImpl.js +6 -11
  161. package/src/Api/Implementation/EntitlementApiImpl.js +2 -6
  162. package/src/Api/Implementation/EventApiImpl.js +4 -9
  163. package/src/Api/Implementation/ExportApiImpl.js +12 -17
  164. package/src/Api/Implementation/ExpressionApiImpl.js +5 -10
  165. package/src/Api/Implementation/Fdc3ApiImpl.js +8 -12
  166. package/src/Api/Implementation/FlashingCellApiImpl.js +6 -11
  167. package/src/Api/Implementation/FormatColumnApiImpl.d.ts +1 -0
  168. package/src/Api/Implementation/FormatColumnApiImpl.js +9 -11
  169. package/src/Api/Implementation/FreeTextColumnApiImpl.js +9 -14
  170. package/src/Api/Implementation/GridApiImpl.js +20 -25
  171. package/src/Api/Implementation/GridFilterApiImpl.d.ts +11 -0
  172. package/src/Api/Implementation/GridFilterApiImpl.js +30 -0
  173. package/src/Api/Implementation/LayoutApiImpl.js +25 -30
  174. package/src/Api/Implementation/NamedQueryApiImpl.d.ts +21 -0
  175. package/src/Api/Implementation/NamedQueryApiImpl.js +52 -0
  176. package/src/Api/Implementation/NotesApiImpl.js +4 -9
  177. package/src/Api/Implementation/OptionsApiImpl.d.ts +3 -2
  178. package/src/Api/Implementation/OptionsApiImpl.js +4 -8
  179. package/src/Api/Implementation/PluginsApiImpl.js +3 -8
  180. package/src/Api/Implementation/PlusMinusApiImpl.js +4 -9
  181. package/src/Api/Implementation/PredicateApiImpl.d.ts +5 -5
  182. package/src/Api/Implementation/PredicateApiImpl.js +16 -19
  183. package/src/Api/Implementation/QuickSearchApiImpl.js +5 -10
  184. package/src/Api/Implementation/ScheduleApiImpl.js +6 -11
  185. package/src/Api/Implementation/ScopeApiImpl.js +8 -13
  186. package/src/Api/Implementation/SettingsPanelApiImpl.js +3 -8
  187. package/src/Api/Implementation/ShortcutApiImpl.js +4 -9
  188. package/src/Api/Implementation/SmartEditApiImpl.js +5 -10
  189. package/src/Api/Implementation/StatusBarApiImpl.js +5 -9
  190. package/src/Api/Implementation/StyledColumnApiImpl.js +6 -11
  191. package/src/Api/Implementation/SystemStatusApiImpl.js +16 -21
  192. package/src/Api/Implementation/TeamSharingApiImpl.js +12 -17
  193. package/src/Api/Implementation/ThemeApiImpl.js +10 -15
  194. package/src/Api/Implementation/ToolPanelApiImpl.js +6 -11
  195. package/src/Api/Implementation/UserInterfaceApiImpl.js +15 -20
  196. package/src/Api/Internal/ActionRowInternalApi.d.ts +1 -0
  197. package/src/Api/Internal/ActionRowInternalApi.js +18 -9
  198. package/src/Api/Internal/AdaptableInternalApi.js +21 -26
  199. package/src/Api/Internal/AlertInternalApi.d.ts +1 -0
  200. package/src/Api/Internal/AlertInternalApi.js +35 -25
  201. package/src/Api/Internal/CalculatedColumnInternalApi.js +2 -6
  202. package/src/Api/Internal/ChartingInternalApi.js +8 -12
  203. package/src/Api/Internal/{FilterInternalApi.d.ts → ColumnFilterInternalApi.d.ts} +3 -3
  204. package/src/Api/Internal/{FilterInternalApi.js → ColumnFilterInternalApi.js} +25 -30
  205. package/src/Api/Internal/ColumnInternalApi.js +6 -10
  206. package/src/Api/Internal/CustomSortInternalApi.js +2 -6
  207. package/src/Api/Internal/DashboardInternalApi.d.ts +5 -1
  208. package/src/Api/Internal/DashboardInternalApi.js +16 -9
  209. package/src/Api/Internal/DataImportInternalApi.js +5 -10
  210. package/src/Api/Internal/DataSetInternalApi.js +2 -6
  211. package/src/Api/Internal/ExportInternalApi.js +2 -6
  212. package/src/Api/Internal/ExpressionnternalApi.js +2 -6
  213. package/src/Api/Internal/Fdc3InternalApi.js +24 -28
  214. package/src/Api/Internal/FlashingCellInternalApi.js +7 -12
  215. package/src/Api/Internal/FormatColumnInternalApi.js +11 -16
  216. package/src/Api/Internal/FreeTextColumnInternalApi.js +2 -6
  217. package/src/Api/Internal/GridFilterInternalApi.d.ts +4 -0
  218. package/src/Api/Internal/GridFilterInternalApi.js +19 -0
  219. package/src/Api/Internal/GridInternalApi.js +15 -20
  220. package/src/Api/Internal/LayoutInternalApi.d.ts +1 -0
  221. package/src/Api/Internal/LayoutInternalApi.js +14 -18
  222. package/src/Api/Internal/{QueryInternalApi.d.ts → NamedQueryInternalApi.d.ts} +2 -5
  223. package/src/Api/Internal/{QueryInternalApi.js → NamedQueryInternalApi.js} +5 -24
  224. package/src/Api/Internal/PredicateInternalApi.d.ts +5 -0
  225. package/src/Api/Internal/PredicateInternalApi.js +24 -41
  226. package/src/Api/Internal/ScheduleInternalApi.js +2 -6
  227. package/src/Api/Internal/StyledColumnInternalApi.d.ts +1 -1
  228. package/src/Api/Internal/StyledColumnInternalApi.js +7 -12
  229. package/src/Api/Internal/SystemStatusInternalApi.js +3 -8
  230. package/src/Api/Internal/TeamSharingInternalApi.js +2 -6
  231. package/src/Api/Internal/ThemeInternalApi.js +5 -9
  232. package/src/Api/Internal/UserInterfaceInternalApi.js +2 -6
  233. package/src/Api/LayoutApi.js +1 -2
  234. package/src/Api/{QueryApi.d.ts → NamedQueryApi.d.ts} +20 -19
  235. package/src/Api/NamedQueryApi.js +1 -0
  236. package/src/Api/NotesAPi.js +1 -2
  237. package/src/Api/OpenFinApi.js +1 -2
  238. package/src/Api/OptionsApi.d.ts +3 -3
  239. package/src/Api/OptionsApi.js +1 -2
  240. package/src/Api/PluginsApi.js +1 -2
  241. package/src/Api/PlusMinusApi.js +1 -2
  242. package/src/Api/PredicateApi.d.ts +5 -0
  243. package/src/Api/PredicateApi.js +1 -2
  244. package/src/Api/QuickSearchApi.js +1 -2
  245. package/src/Api/ScheduleApi.js +1 -2
  246. package/src/Api/ScopeApi.js +1 -2
  247. package/src/Api/SettingsPanelApi.js +1 -2
  248. package/src/Api/ShortcutApi.js +1 -2
  249. package/src/Api/SmartEditApi.js +1 -2
  250. package/src/Api/StatusBarApi.js +1 -2
  251. package/src/Api/StyledColumnApi.js +1 -2
  252. package/src/Api/SystemStatusApi.js +1 -2
  253. package/src/Api/TeamSharingApi.js +1 -2
  254. package/src/Api/ThemeApi.js +1 -2
  255. package/src/Api/ToolPanelApi.js +1 -2
  256. package/src/Api/UserInterfaceApi.js +1 -2
  257. package/src/PredefinedConfig/AdaptableState.d.ts +6 -1
  258. package/src/PredefinedConfig/AdaptableState.js +1 -2
  259. package/src/PredefinedConfig/AlertState.js +1 -2
  260. package/src/PredefinedConfig/ApplicationState.js +1 -2
  261. package/src/PredefinedConfig/CalculatedColumnState.js +1 -2
  262. package/src/PredefinedConfig/ChartingState.js +2 -7
  263. package/src/PredefinedConfig/Common/AdaptableAlert.js +2 -7
  264. package/src/PredefinedConfig/Common/AdaptableButton.js +1 -2
  265. package/src/PredefinedConfig/Common/AdaptableColumn.d.ts +4 -0
  266. package/src/PredefinedConfig/Common/AdaptableColumn.js +1 -5
  267. package/src/PredefinedConfig/Common/AdaptableComparerFunction.js +1 -2
  268. package/src/PredefinedConfig/Common/AdaptableFlashingCell.js +1 -2
  269. package/src/PredefinedConfig/Common/AdaptableForm.js +1 -5
  270. package/src/PredefinedConfig/Common/AdaptableFormat.js +1 -2
  271. package/src/PredefinedConfig/Common/AdaptableIcon.d.ts +1 -1
  272. package/src/PredefinedConfig/Common/AdaptableIcon.js +1 -2
  273. package/src/PredefinedConfig/Common/AdaptableMessageType.js +1 -2
  274. package/src/PredefinedConfig/Common/AdaptableObject.js +1 -2
  275. package/src/PredefinedConfig/Common/AdaptablePredicate.d.ts +5 -5
  276. package/src/PredefinedConfig/Common/AdaptablePredicate.js +55 -59
  277. package/src/PredefinedConfig/Common/AdaptableQuery.d.ts +15 -0
  278. package/src/PredefinedConfig/Common/AdaptableQuery.js +1 -5
  279. package/src/PredefinedConfig/Common/AdaptableScope.js +1 -2
  280. package/src/PredefinedConfig/Common/AdaptableStyle.js +1 -2
  281. package/src/PredefinedConfig/Common/AggregationColumns.js +1 -4
  282. package/src/PredefinedConfig/Common/AlternativeModuleName.js +1 -2
  283. package/src/PredefinedConfig/Common/BaseContext.js +1 -2
  284. package/src/PredefinedConfig/Common/ButtonStyle.js +1 -2
  285. package/src/PredefinedConfig/Common/CellDataChangedInfo.js +1 -2
  286. package/src/PredefinedConfig/Common/CellHighlightInfo.d.ts +0 -1
  287. package/src/PredefinedConfig/Common/CellHighlightInfo.js +1 -2
  288. package/src/PredefinedConfig/Common/CellSummary.js +1 -2
  289. package/src/PredefinedConfig/Common/ColumnFilter.js +1 -2
  290. package/src/PredefinedConfig/Common/ColumnSort.js +1 -2
  291. package/src/PredefinedConfig/Common/DataChangedScope.js +1 -2
  292. package/src/PredefinedConfig/Common/DataUpdateConfig.js +1 -2
  293. package/src/PredefinedConfig/Common/Entitlement.js +1 -2
  294. package/src/PredefinedConfig/Common/Enums.js +26 -29
  295. package/src/PredefinedConfig/Common/Fdc3Context.js +32 -35
  296. package/src/PredefinedConfig/Common/Fdc3Intent.js +64 -67
  297. package/src/PredefinedConfig/Common/FilterActionOnDataChange.js +1 -2
  298. package/src/PredefinedConfig/Common/FormContext.js +1 -2
  299. package/src/PredefinedConfig/Common/GridFilter.d.ts +10 -0
  300. package/src/PredefinedConfig/Common/GridFilter.js +1 -0
  301. package/src/PredefinedConfig/Common/Menu.js +1 -2
  302. package/src/PredefinedConfig/Common/RowHighlightInfo.d.ts +1 -1
  303. package/src/PredefinedConfig/Common/RowHighlightInfo.js +1 -2
  304. package/src/PredefinedConfig/Common/RowsHighlightInfo.js +1 -2
  305. package/src/PredefinedConfig/Common/Schedule.js +1 -2
  306. package/src/PredefinedConfig/Common/SpecialColumnSettings.js +1 -2
  307. package/src/PredefinedConfig/Common/SuspendableObject.js +1 -2
  308. package/src/PredefinedConfig/Common/SystemStatusMessageInfo.js +1 -2
  309. package/src/PredefinedConfig/Common/Types.d.ts +7 -7
  310. package/src/PredefinedConfig/Common/Types.js +14 -17
  311. package/src/PredefinedConfig/ConditionalStyleState.js +1 -2
  312. package/src/PredefinedConfig/ConfigState.js +1 -2
  313. package/src/PredefinedConfig/CustomSortState.js +1 -2
  314. package/src/PredefinedConfig/DashboardState.js +1 -2
  315. package/src/PredefinedConfig/ExportState.js +1 -2
  316. package/src/PredefinedConfig/FlashingCellState.js +1 -2
  317. package/src/PredefinedConfig/FormatColumnState.js +1 -2
  318. package/src/PredefinedConfig/FreeTextColumnState.js +1 -2
  319. package/src/PredefinedConfig/Glue42State.js +1 -2
  320. package/src/PredefinedConfig/GridState.js +1 -2
  321. package/src/PredefinedConfig/IPushPullState.js +1 -2
  322. package/src/PredefinedConfig/InternalState.js +1 -2
  323. package/src/PredefinedConfig/LayoutState.d.ts +5 -1
  324. package/src/PredefinedConfig/LayoutState.js +1 -2
  325. package/src/PredefinedConfig/NamedQueryState.d.ts +25 -0
  326. package/src/PredefinedConfig/NamedQueryState.js +1 -0
  327. package/src/PredefinedConfig/NotesState.js +1 -2
  328. package/src/PredefinedConfig/OpenFinState.js +1 -2
  329. package/src/PredefinedConfig/PlusMinusState.js +1 -2
  330. package/src/PredefinedConfig/PopupState.js +1 -2
  331. package/src/PredefinedConfig/PredefinedConfig.d.ts +2 -2
  332. package/src/PredefinedConfig/PredefinedConfig.js +1 -2
  333. package/src/PredefinedConfig/QueryState.d.ts +4 -15
  334. package/src/PredefinedConfig/QueryState.js +1 -2
  335. package/src/PredefinedConfig/QuickSearchState.js +1 -2
  336. package/src/PredefinedConfig/ScheduleState.js +1 -2
  337. package/src/PredefinedConfig/Selection/GridCell.d.ts +8 -0
  338. package/src/PredefinedConfig/Selection/GridCell.js +1 -2
  339. package/src/PredefinedConfig/Selection/GridCellRange.js +1 -2
  340. package/src/PredefinedConfig/Selection/GridRow.js +1 -2
  341. package/src/PredefinedConfig/Selection/SelectedCellInfo.js +1 -2
  342. package/src/PredefinedConfig/Selection/SelectedRowInfo.js +1 -2
  343. package/src/PredefinedConfig/ShortcutState.js +1 -2
  344. package/src/PredefinedConfig/StatusBarState.js +1 -4
  345. package/src/PredefinedConfig/StyledColumnState.js +1 -2
  346. package/src/PredefinedConfig/SystemState.d.ts +1 -1
  347. package/src/PredefinedConfig/SystemState.js +1 -2
  348. package/src/PredefinedConfig/TeamSharingState.js +2 -7
  349. package/src/PredefinedConfig/ThemeState.js +1 -2
  350. package/src/PredefinedConfig/ToolPanelState.js +1 -2
  351. package/src/PredefinedConfig/Uuid.js +2 -6
  352. package/src/Redux/ActionsReducers/AlertRedux.js +45 -59
  353. package/src/Redux/ActionsReducers/ApplicationRedux.js +15 -22
  354. package/src/Redux/ActionsReducers/BulkUpdateRedux.js +9 -15
  355. package/src/Redux/ActionsReducers/CalculatedColumnRedux.js +20 -29
  356. package/src/Redux/ActionsReducers/CellSummaryRedux.js +3 -7
  357. package/src/Redux/ActionsReducers/ChartingRedux.js +41 -55
  358. package/src/Redux/ActionsReducers/CustomSortRedux.js +41 -54
  359. package/src/Redux/ActionsReducers/DashboardRedux.js +50 -66
  360. package/src/Redux/ActionsReducers/ExportRedux.js +33 -45
  361. package/src/Redux/ActionsReducers/FlashingCellRedux.js +43 -57
  362. package/src/Redux/ActionsReducers/FormatColumnRedux.d.ts +7 -0
  363. package/src/Redux/ActionsReducers/FormatColumnRedux.js +60 -65
  364. package/src/Redux/ActionsReducers/FreeTextColumnRedux.js +24 -34
  365. package/src/Redux/ActionsReducers/GridRedux.js +121 -155
  366. package/src/Redux/ActionsReducers/LayoutRedux.d.ts +8 -0
  367. package/src/Redux/ActionsReducers/LayoutRedux.js +90 -95
  368. package/src/Redux/ActionsReducers/NamedQueryRedux.d.ts +43 -0
  369. package/src/Redux/ActionsReducers/NamedQueryRedux.js +74 -0
  370. package/src/Redux/ActionsReducers/NotesRedux.js +21 -31
  371. package/src/Redux/ActionsReducers/PluginsRedux.js +48 -53
  372. package/src/Redux/ActionsReducers/PlusMinusRedux.js +45 -59
  373. package/src/Redux/ActionsReducers/PopupRedux.js +64 -84
  374. package/src/Redux/ActionsReducers/QueryRedux.d.ts +5 -39
  375. package/src/Redux/ActionsReducers/QueryRedux.js +10 -72
  376. package/src/Redux/ActionsReducers/QuickSearchRedux.js +16 -23
  377. package/src/Redux/ActionsReducers/ScheduleRedux.js +179 -222
  378. package/src/Redux/ActionsReducers/ShortcutRedux.js +41 -54
  379. package/src/Redux/ActionsReducers/SmartEditRedux.js +9 -15
  380. package/src/Redux/ActionsReducers/StatusBarRedux.js +12 -19
  381. package/src/Redux/ActionsReducers/StyledColumnRedux.js +41 -54
  382. package/src/Redux/ActionsReducers/SystemRedux.d.ts +1 -1
  383. package/src/Redux/ActionsReducers/SystemRedux.js +254 -324
  384. package/src/Redux/ActionsReducers/SystemStatusRedux.js +6 -11
  385. package/src/Redux/ActionsReducers/TeamSharingRedux.js +40 -55
  386. package/src/Redux/ActionsReducers/ThemeRedux.js +32 -43
  387. package/src/Redux/ActionsReducers/ToolPanelRedux.js +28 -39
  388. package/src/Redux/ActionsReducers/utils.js +3 -9
  389. package/src/Redux/DeadRedux.js +25 -38
  390. package/src/Redux/Store/AdaptableReduxLocalStorageEngine.js +15 -20
  391. package/src/Redux/Store/AdaptableReduxMerger.js +21 -30
  392. package/src/Redux/Store/AdaptableStore.js +119 -123
  393. package/src/Redux/Store/Interface/IAdaptableStore.js +1 -2
  394. package/src/Redux/Store/Interface/IStorageEngine.js +1 -2
  395. package/src/Strategy/AdaptableModuleBase.js +13 -17
  396. package/src/Strategy/AlertModule.js +36 -41
  397. package/src/Strategy/BulkUpdateModule.js +17 -22
  398. package/src/Strategy/CalculatedColumnModule.js +17 -22
  399. package/src/Strategy/CellSummaryModule.js +17 -22
  400. package/src/Strategy/ChartingModule.js +15 -20
  401. package/src/Strategy/{FilterModule.d.ts → ColumnFilterModule.d.ts} +2 -1
  402. package/src/Strategy/ColumnFilterModule.js +223 -0
  403. package/src/Strategy/ColumnInfoModule.js +3 -8
  404. package/src/Strategy/CustomSortModule.js +12 -17
  405. package/src/Strategy/DashboardModule.js +4 -9
  406. package/src/Strategy/DataChangeHistoryModule.js +10 -15
  407. package/src/Strategy/DataImportModule.js +3 -8
  408. package/src/Strategy/DataSetModule.js +11 -16
  409. package/src/Strategy/ExportModule.js +59 -64
  410. package/src/Strategy/Fdc3Module.js +3 -8
  411. package/src/Strategy/FlashingCellModule.js +29 -34
  412. package/src/Strategy/FormatColumnModule.js +28 -33
  413. package/src/Strategy/FreeTextColumnModule.js +8 -13
  414. package/src/Strategy/GridFilterModule.d.ts +8 -0
  415. package/src/Strategy/GridFilterModule.js +58 -0
  416. package/src/Strategy/GridInfoModule.js +3 -8
  417. package/src/Strategy/Interface/IBulkUpdateModule.js +1 -2
  418. package/src/Strategy/Interface/ICellSummaryModule.js +1 -2
  419. package/src/Strategy/Interface/IExportModule.js +1 -2
  420. package/src/Strategy/Interface/IModule.d.ts +1 -1
  421. package/src/Strategy/Interface/IModule.js +1 -2
  422. package/src/Strategy/Interface/IModuleActionReturn.js +1 -2
  423. package/src/Strategy/Interface/IPlusMinusModule.js +1 -2
  424. package/src/Strategy/Interface/IScheduleModule.js +1 -2
  425. package/src/Strategy/Interface/IShortcutModule.js +1 -2
  426. package/src/Strategy/Interface/ISmartEditModule.js +1 -2
  427. package/src/Strategy/LayoutModule.js +32 -33
  428. package/src/Strategy/{QueryModule.d.ts → NamedQueryModule.d.ts} +7 -8
  429. package/src/Strategy/NamedQueryModule.js +88 -0
  430. package/src/Strategy/NotesModule.js +3 -8
  431. package/src/Strategy/PlusMinusModule.js +24 -27
  432. package/src/Strategy/QuickSearchModule.js +5 -10
  433. package/src/Strategy/ScheduleModule.js +40 -45
  434. package/src/Strategy/SettingsPanelModule.js +4 -9
  435. package/src/Strategy/ShortcutModule.js +21 -26
  436. package/src/Strategy/SmartEditModule.js +22 -27
  437. package/src/Strategy/StateManagementModule.js +3 -8
  438. package/src/Strategy/StatusBarModule.js +3 -8
  439. package/src/Strategy/StyledColumnModule.js +17 -22
  440. package/src/Strategy/SystemStatusModule.js +5 -10
  441. package/src/Strategy/TeamSharingModule.js +32 -37
  442. package/src/Strategy/ThemeModule.js +5 -10
  443. package/src/Strategy/ToolPanelModule.js +8 -13
  444. package/src/Strategy/Utilities/Alert/getAlertBehaviourViewItems.js +5 -9
  445. package/src/Strategy/Utilities/Alert/getAlertPreviewViewItems.js +6 -11
  446. package/src/Strategy/Utilities/Alert/getAlertTypeViewItems.js +4 -8
  447. package/src/Strategy/Utilities/CustomSort/getCustomSortColumnViewItems.js +1 -5
  448. package/src/Strategy/Utilities/CustomSort/getCustomSortSortOrderViewItems.js +1 -5
  449. package/src/Strategy/Utilities/Export/getExportColumnsViewItems.js +1 -5
  450. package/src/Strategy/Utilities/Export/getExportRowsViewItems.js +1 -5
  451. package/src/Strategy/Utilities/FlashingCell/getFlashingCellDurationViewItems.js +1 -5
  452. package/src/Strategy/Utilities/FlashingCell/getFlashingCellStyleViewItems.js +3 -7
  453. package/src/Strategy/Utilities/FlashingCell/getFlashingTargetViewItems.js +1 -5
  454. package/src/Strategy/Utilities/FormatColumn/getFormatColumnSettingsViewItems.js +1 -5
  455. package/src/Strategy/Utilities/FormatColumn/getFormatColumnStyleViewItems.js +5 -10
  456. package/src/Strategy/Utilities/Layout/getLayoutFilterViewItems.js +4 -9
  457. package/src/Strategy/Utilities/Layout/getLayoutSortViewItems.js +1 -5
  458. package/src/Strategy/Utilities/Shortcut/getShortcutSettingsViewItems.js +1 -5
  459. package/src/Strategy/Utilities/getExpressionViewItems.js +1 -5
  460. package/src/Strategy/Utilities/getObjectTagsViewItems.js +7 -12
  461. package/src/Strategy/Utilities/getRuleViewItems.js +1 -5
  462. package/src/Strategy/Utilities/getScopeViewItems.js +1 -5
  463. package/src/Strategy/Utilities/updateSingleToMultiplePredicates.js +1 -5
  464. package/src/Utilities/Cancelable.js +1 -2
  465. package/src/Utilities/Constants/ConfigConstants.js +9 -12
  466. package/src/Utilities/Constants/DocumentationLinkConstants.js +14 -17
  467. package/src/Utilities/Constants/GeneralConstants.js +67 -71
  468. package/src/Utilities/Constants/ModuleConstants.d.ts +11 -6
  469. package/src/Utilities/Constants/ModuleConstants.js +118 -116
  470. package/src/Utilities/Defaults/DefaultAdaptableOptions.js +29 -29
  471. package/src/Utilities/Defaults/DefaultSettingsPanel.js +5 -7
  472. package/src/Utilities/Emitter.js +1 -3
  473. package/src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions.js +20 -24
  474. package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.js +51 -54
  475. package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.d.ts +1 -0
  476. package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.js +68 -30
  477. package/src/Utilities/ExpressionFunctions/dateUtils.js +1 -5
  478. package/src/Utilities/ExpressionFunctions/deepMap.js +1 -5
  479. package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.js +39 -57
  480. package/src/Utilities/ExpressionFunctions/groupingMap.js +3 -7
  481. package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.js +66 -70
  482. package/src/Utilities/ExpressionFunctions/scalarAggregationHelper.js +3 -7
  483. package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.js +53 -57
  484. package/src/Utilities/Extensions/ArrayExtensions.js +39 -73
  485. package/src/Utilities/Extensions/EnumExtensions.js +14 -21
  486. package/src/Utilities/Extensions/NumberExtensions.js +4 -9
  487. package/src/Utilities/Extensions/ObjectExtensions.d.ts +1 -0
  488. package/src/Utilities/Extensions/ObjectExtensions.js +5 -7
  489. package/src/Utilities/Extensions/StringExtensions.js +23 -46
  490. package/src/Utilities/Extensions/TypeExtensions.js +1 -5
  491. package/src/Utilities/Helpers/AdaptableHelper.js +55 -66
  492. package/src/Utilities/Helpers/DateHelper.js +18 -28
  493. package/src/Utilities/Helpers/FormatHelper.js +10 -18
  494. package/src/Utilities/Helpers/Helper.js +28 -50
  495. package/src/Utilities/Helpers/PreviewHelper.js +10 -16
  496. package/src/Utilities/Helpers/StyleHelper.js +11 -20
  497. package/src/Utilities/Interface/AdaptableToolPanelContext.js +1 -2
  498. package/src/Utilities/Interface/{ColumnFilterContext.d.ts → ColumnFilterProps.d.ts} +1 -1
  499. package/src/Utilities/Interface/ColumnFilterProps.js +1 -0
  500. package/src/Utilities/Interface/IPPStyle.js +1 -2
  501. package/src/Utilities/Interface/KeyValuePair.js +1 -2
  502. package/src/Utilities/Interface/MessagePopups.js +1 -2
  503. package/src/Utilities/Interface/Preview.js +1 -2
  504. package/src/Utilities/MenuItem.js +4 -11
  505. package/src/Utilities/ObjectFactory.d.ts +1 -2
  506. package/src/Utilities/ObjectFactory.js +124 -167
  507. package/src/Utilities/Services/AggregatedScalarLiveValue.js +3 -7
  508. package/src/Utilities/Services/AlertService.js +11 -16
  509. package/src/Utilities/Services/CalculatedColumnExpressionService.js +9 -13
  510. package/src/Utilities/Services/ChartingService.js +10 -15
  511. package/src/Utilities/Services/DataService.js +8 -13
  512. package/src/Utilities/Services/EntitlementService.js +1 -5
  513. package/src/Utilities/Services/Fdc3Service.js +7 -11
  514. package/src/Utilities/Services/Interface/IAdaptableService.js +1 -2
  515. package/src/Utilities/Services/Interface/IAlertService.js +3 -8
  516. package/src/Utilities/Services/Interface/ICalculatedColumnExpressionService.js +1 -2
  517. package/src/Utilities/Services/Interface/IChartingService.js +1 -2
  518. package/src/Utilities/Services/Interface/IDataService.js +1 -2
  519. package/src/Utilities/Services/Interface/IEntitlementService.js +1 -2
  520. package/src/Utilities/Services/Interface/ILicenseService.js +1 -2
  521. package/src/Utilities/Services/Interface/IMetamodelService.js +1 -2
  522. package/src/Utilities/Services/Interface/IModuleService.js +1 -2
  523. package/src/Utilities/Services/Interface/IQueryLanguageService.js +1 -2
  524. package/src/Utilities/Services/Interface/IReportService.d.ts +2 -2
  525. package/src/Utilities/Services/Interface/IReportService.js +1 -2
  526. package/src/Utilities/Services/Interface/IRowEditService.js +1 -2
  527. package/src/Utilities/Services/Interface/ITeamSharingService.js +1 -2
  528. package/src/Utilities/Services/Interface/IThemeService.js +1 -2
  529. package/src/Utilities/Services/Interface/IValidationService.js +1 -2
  530. package/src/Utilities/Services/LicenseService/index.js +1 -1
  531. package/src/Utilities/Services/LicenseService/shouldLogThankYouMessage.js +1 -5
  532. package/src/Utilities/Services/MetamodelService.js +12 -17
  533. package/src/Utilities/Services/ModuleService.d.ts +1 -0
  534. package/src/Utilities/Services/ModuleService.js +17 -16
  535. package/src/Utilities/Services/QueryLanguageService.js +24 -29
  536. package/src/Utilities/Services/ReportService.d.ts +2 -2
  537. package/src/Utilities/Services/ReportService.js +60 -55
  538. package/src/Utilities/Services/RowEditService.js +1 -5
  539. package/src/Utilities/Services/TeamSharingService.js +6 -11
  540. package/src/Utilities/Services/ThemeService.js +1 -5
  541. package/src/Utilities/Services/ValidationService.js +10 -15
  542. package/src/Utilities/getScrollbarSize.js +1 -3
  543. package/src/Utilities/isAdaptableObject.js +1 -5
  544. package/src/Utilities/isMacLike.js +1 -5
  545. package/src/Utilities/license/LicenseDetails.js +1 -2
  546. package/src/Utilities/license/decode.js +1 -1
  547. package/src/Utilities/license/hashing.js +1 -1
  548. package/src/Utilities/logDeprecation.js +3 -9
  549. package/src/Utilities/reorder.js +1 -5
  550. package/src/Utilities/runIfNotResolvedIn.js +1 -5
  551. package/src/Utilities/sortWithOrder.js +1 -5
  552. package/src/Utilities/waitForCondition.js +1 -5
  553. package/src/Utilities/waitForTimeout.js +1 -5
  554. package/src/View/AdaptableContext.js +5 -9
  555. package/src/View/AdaptablePopover/index.js +17 -22
  556. package/src/View/AdaptableView.js +30 -35
  557. package/src/View/AdaptableViewFactory.js +67 -69
  558. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableConfig.js +1 -2
  559. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableOptionsForm.js +25 -30
  560. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ColumnsList.js +42 -44
  561. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/Components/FormBox.js +4 -9
  562. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizard.js +21 -26
  563. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizardColumnsStep.js +4 -9
  564. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/EntitlementsForm.js +26 -29
  565. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/FinanceForm.js +1 -2
  566. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/GridOptionsForm.js +17 -20
  567. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsActionColumnsForm.js +8 -13
  568. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsSidebarForm.js +16 -21
  569. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsStatusbarForm.js +24 -29
  570. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UiOptionsForm.js +18 -23
  571. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/index.js +2 -4
  572. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/useSelection.js +3 -5
  573. package/src/View/AdaptableWizardView/Utils.js +1 -5
  574. package/src/View/AdaptableWizardView/Wizard.js +20 -26
  575. package/src/View/AdaptableWizardView/helper.js +4 -10
  576. package/src/View/AdaptableWizardView/index.js +7 -10
  577. package/src/View/Alert/ActiveAlertsPanel.js +9 -14
  578. package/src/View/Alert/ActiveAlertsPanelItemLabel.js +10 -15
  579. package/src/View/Alert/AlertEmptyView.js +4 -9
  580. package/src/View/Alert/AlertEntityRow.js +13 -18
  581. package/src/View/Alert/AlertStatusSubPanel.js +13 -18
  582. package/src/View/Alert/AlertViewPanel.js +17 -21
  583. package/src/View/Alert/AlertsPanel.js +24 -29
  584. package/src/View/Alert/Utilities/getAlertButtonStyle.js +6 -11
  585. package/src/View/Alert/Utilities/getAlertType.js +4 -9
  586. package/src/View/Alert/Utilities/getAvailablePredicates.d.ts +1 -1
  587. package/src/View/Alert/Utilities/getAvailablePredicates.js +1 -5
  588. package/src/View/Alert/Utilities/getDefaultAlertDefinition.js +8 -13
  589. package/src/View/Alert/Utilities/mapAlertDefinition.js +1 -5
  590. package/src/View/Alert/Wizard/AlertBehaviourWizardSection.js +43 -50
  591. package/src/View/Alert/Wizard/AlertButtonsEditor.js +38 -43
  592. package/src/View/Alert/Wizard/AlertMessageWizardSection.js +31 -37
  593. package/src/View/Alert/Wizard/AlertNotificationWizardSection.js +39 -45
  594. package/src/View/Alert/Wizard/AlertRulesWizardSection.d.ts +1 -1
  595. package/src/View/Alert/Wizard/AlertRulesWizardSection.js +23 -30
  596. package/src/View/Alert/Wizard/AlertScopeWizardSection.js +8 -13
  597. package/src/View/Alert/Wizard/AlertSelectQueryWizard.js +14 -19
  598. package/src/View/Alert/Wizard/AlertTypeWizardSection.js +19 -25
  599. package/src/View/Alert/Wizard/AlertWizard.js +60 -65
  600. package/src/View/Alert/Wizard/BaseAlertScopeWizardSection.js +14 -19
  601. package/src/View/Alert/Wizard/isValidAlertRules.js +4 -8
  602. package/src/View/BulkUpdate/BulkUpdatePopup.js +37 -41
  603. package/src/View/BulkUpdate/BulkUpdateViewPanel.js +27 -31
  604. package/src/View/CalculatedColumn/CalculatedColumnSummary.d.ts +1 -1
  605. package/src/View/CalculatedColumn/CalculatedColumnSummary.js +17 -22
  606. package/src/View/CalculatedColumn/Utilities/getCalculatedColumnSettingsTags.js +1 -5
  607. package/src/View/CalculatedColumn/Wizard/CalculatedColumnDefinitionWizardSection.js +36 -43
  608. package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.js +21 -28
  609. package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.js +33 -40
  610. package/src/View/CalculatedColumn/Wizard/CalculatedColumnTypeSection.js +13 -18
  611. package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.js +49 -54
  612. package/src/View/CalculatedColumn/utils.js +1 -5
  613. package/src/View/CellSummary/CellSummaryDetails.js +6 -11
  614. package/src/View/CellSummary/CellSummaryPopover.js +4 -9
  615. package/src/View/CellSummary/CellSummaryPopup.js +8 -12
  616. package/src/View/CellSummary/CellSummaryStatusBarSubPanelPopover.js +6 -11
  617. package/src/View/CellSummary/CellSummaryStatusPanel.js +11 -16
  618. package/src/View/CellSummary/CellSummaryViewPanel.js +22 -26
  619. package/src/View/Charting/ChartingStatusBarPopover.js +12 -17
  620. package/src/View/Charting/ChartingViewPanel.js +13 -18
  621. package/src/View/Charting/ChartingWizard/AgChargingWizard/AgChargingWizard.js +18 -23
  622. package/src/View/Charting/ChartingWizard/AgChargingWizard/PreviewChartSection.js +9 -14
  623. package/src/View/Charting/ChartingWizard/AgChargingWizard/SettingsSection.js +16 -22
  624. package/src/View/Charting/ChartingWizard/AgChargingWizard/index.js +1 -4
  625. package/src/View/Charting/ChartingWizard/ChartingWizard.js +10 -14
  626. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/ExternalChartingWizard.js +13 -18
  627. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/SettingsSection.js +8 -14
  628. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/index.js +1 -4
  629. package/src/View/Charting/ChartingWizard/index.js +1 -4
  630. package/src/View/Charting/DeleteChartButton.js +6 -11
  631. package/src/View/Charting/EditChartButton.js +8 -13
  632. package/src/View/Charting/ShowChartButton.js +21 -26
  633. package/src/View/Charting/useAgChartState.js +7 -12
  634. package/src/View/Charting/useChartingElements.js +26 -31
  635. package/src/View/Charting/useExternalChartState.js +7 -12
  636. package/src/View/ColumnInfo/ColumnInfo.js +37 -42
  637. package/src/View/ColumnInfo/ColumnInfoPopup.js +8 -13
  638. package/src/View/Components/AdaptableButton/index.js +8 -13
  639. package/src/View/Components/AdaptableDateInput/index.d.ts +1 -1
  640. package/src/View/Components/AdaptableDateInput/index.js +13 -15
  641. package/src/View/Components/AdaptableIconComponent/index.js +6 -11
  642. package/src/View/Components/AdaptableIconComponent/useCustomIcon.js +3 -7
  643. package/src/View/Components/AdaptableIconSelector/index.js +6 -11
  644. package/src/View/Components/AdaptableInput/index.js +8 -11
  645. package/src/View/Components/AdaptableObjectCollection/index.js +6 -11
  646. package/src/View/Components/AdaptableObjectList/AdaptableObjectCompactList.js +27 -33
  647. package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +40 -47
  648. package/src/View/Components/AdaptableObjectList/index.js +1 -5
  649. package/src/View/Components/AdaptableObjectRow/index.js +7 -12
  650. package/src/View/Components/Badge/index.js +6 -11
  651. package/src/View/Components/Buttons/ButtonApply.js +4 -9
  652. package/src/View/Components/Buttons/ButtonBase/index.js +5 -10
  653. package/src/View/Components/Buttons/ButtonClear.js +4 -9
  654. package/src/View/Components/Buttons/ButtonClone.js +4 -9
  655. package/src/View/Components/Buttons/ButtonClose.js +4 -9
  656. package/src/View/Components/Buttons/ButtonConfigure.js +4 -9
  657. package/src/View/Components/Buttons/ButtonDelete.d.ts +1 -1
  658. package/src/View/Components/Buttons/ButtonDelete.js +8 -11
  659. package/src/View/Components/Buttons/ButtonEdit.js +4 -9
  660. package/src/View/Components/Buttons/ButtonExpand.js +4 -9
  661. package/src/View/Components/Buttons/ButtonExport.js +4 -9
  662. package/src/View/Components/Buttons/ButtonFunction.js +4 -9
  663. package/src/View/Components/Buttons/ButtonGeneral.js +4 -9
  664. package/src/View/Components/Buttons/ButtonInfo.js +4 -9
  665. package/src/View/Components/Buttons/ButtonInvalid.js +4 -9
  666. package/src/View/Components/Buttons/ButtonLogin.js +4 -9
  667. package/src/View/Components/Buttons/ButtonLogout.js +4 -9
  668. package/src/View/Components/Buttons/ButtonMaximise.js +4 -9
  669. package/src/View/Components/Buttons/ButtonMinimise.js +4 -9
  670. package/src/View/Components/Buttons/ButtonNew.js +4 -9
  671. package/src/View/Components/Buttons/ButtonNewPage.js +4 -9
  672. package/src/View/Components/Buttons/ButtonPause.js +4 -9
  673. package/src/View/Components/Buttons/ButtonPlay.js +5 -10
  674. package/src/View/Components/Buttons/ButtonPreviewDelete.js +4 -7
  675. package/src/View/Components/Buttons/ButtonSave.js +4 -9
  676. package/src/View/Components/Buttons/ButtonSchedule.js +4 -9
  677. package/src/View/Components/Buttons/ButtonShare.js +8 -12
  678. package/src/View/Components/Buttons/ButtonShow.js +4 -9
  679. package/src/View/Components/Buttons/ButtonShowChart.js +4 -9
  680. package/src/View/Components/Buttons/ButtonStop.js +4 -9
  681. package/src/View/Components/Buttons/ButtonUndo.js +4 -9
  682. package/src/View/Components/Buttons/EntityListActionButtons.js +14 -19
  683. package/src/View/Components/Buttons/SuspendToggleButton/SuspendToggleButton.js +4 -8
  684. package/src/View/Components/Buttons/SuspendToggleButton/index.js +1 -4
  685. package/src/View/Components/CellPopup/index.js +10 -14
  686. package/src/View/Components/ColumnSelector/index.js +7 -12
  687. package/src/View/Components/EntityRowItem.js +2 -7
  688. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicateEditor.js +18 -23
  689. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicatesEditor.js +27 -32
  690. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/index.js +1 -5
  691. package/src/View/Components/EntityRulesEditor/Utilities.js +1 -5
  692. package/src/View/Components/EntityRulesEditor/index.js +35 -40
  693. package/src/View/Components/ExpressionWizard.js +17 -22
  694. package/src/View/Components/ExternalRenderer.js +6 -10
  695. package/src/View/Components/FilterForm/FilterForm.d.ts +2 -2
  696. package/src/View/Components/FilterForm/FilterForm.js +62 -67
  697. package/src/View/Components/FilterForm/ListBoxFilterForm.js +30 -35
  698. package/src/View/Components/FilterForm/ListBoxMenu.js +8 -13
  699. package/src/View/Components/FilterForm/QuickFilterForm.d.ts +2 -2
  700. package/src/View/Components/FilterForm/QuickFilterForm.js +52 -57
  701. package/src/View/Components/FilterForm/QuickFilterValues.d.ts +2 -2
  702. package/src/View/Components/FilterForm/QuickFilterValues.js +27 -32
  703. package/src/View/Components/FilterForm/Waiting.js +10 -14
  704. package/src/View/Components/FilterForm/getDefaultColumnFilterPredicate.js +1 -5
  705. package/src/View/Components/Forms/AdaptableFormControlTextClear.js +10 -14
  706. package/src/View/Components/ListBox/DualListBoxEditor.js +53 -58
  707. package/src/View/Components/ListBox/ListBoxFilterSortComponent.js +10 -15
  708. package/src/View/Components/ModuleProfile.js +4 -9
  709. package/src/View/Components/ModuleSummary/ModuleDetail.js +6 -11
  710. package/src/View/Components/ModuleSummary/ModuleHeader.js +8 -13
  711. package/src/View/Components/ModuleSummary/SummaryRowItem.js +4 -9
  712. package/src/View/Components/ModuleValueSelector/index.js +15 -19
  713. package/src/View/Components/NewScopeComponent.js +45 -52
  714. package/src/View/Components/Panels/FilterFormPanel.d.ts +1 -1
  715. package/src/View/Components/Panels/FilterFormPanel.js +23 -28
  716. package/src/View/Components/Panels/PanelDashboard/index.js +4 -9
  717. package/src/View/Components/Panels/PanelFooter.js +8 -13
  718. package/src/View/Components/Panels/PanelToolPanel/index.js +16 -20
  719. package/src/View/Components/Panels/PanelWithButton.js +16 -21
  720. package/src/View/Components/Panels/PanelWithImage.js +16 -20
  721. package/src/View/Components/Panels/PanelWithRow.js +7 -12
  722. package/src/View/Components/Panels/PanelWithTwoButtons.js +7 -12
  723. package/src/View/Components/Panels/ToolPanelSettingsPanel.js +6 -11
  724. package/src/View/Components/PermittedValuesSelector/PermitedValuesSelector.js +16 -21
  725. package/src/View/Components/PermittedValuesSelector/index.js +1 -5
  726. package/src/View/Components/Popups/AdaptableLoadingScreen.js +6 -11
  727. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopup.js +26 -31
  728. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupBody.js +7 -12
  729. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupDialog.js +21 -25
  730. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.js +24 -29
  731. package/src/View/Components/Popups/AdaptablePopup/CustomSettingsPanelView.js +4 -9
  732. package/src/View/Components/Popups/AdaptablePopup/Navigation.js +11 -16
  733. package/src/View/Components/Popups/AdaptablePopup/PopupContext.js +3 -8
  734. package/src/View/Components/Popups/AdaptablePopup/PopupPanel.js +12 -17
  735. package/src/View/Components/Popups/AdaptablePopup/TopBar.js +12 -17
  736. package/src/View/Components/Popups/AdaptablePopup/index.js +1 -5
  737. package/src/View/Components/Popups/AdaptablePopup/useMenuItems.js +10 -15
  738. package/src/View/Components/Popups/AdaptablePopupAlert.js +24 -38
  739. package/src/View/Components/Popups/AdaptablePopupConfirmation.js +25 -30
  740. package/src/View/Components/Popups/AdaptablePopupPrompt.js +18 -23
  741. package/src/View/Components/Popups/AdaptablePopupTeamSharing.js +26 -31
  742. package/src/View/Components/Popups/AdaptableToaster.js +13 -18
  743. package/src/View/Components/Popups/FormPopups/FormPopups.js +19 -25
  744. package/src/View/Components/Popups/Utilities.js +10 -17
  745. package/src/View/Components/Popups/WindowPopups/WindowPopups.js +23 -27
  746. package/src/View/Components/Popups/WindowPopups/windowFactory.d.ts +1 -1
  747. package/src/View/Components/Popups/WindowPopups/windowFactory.js +13 -16
  748. package/src/View/Components/PredicateEditor/PredicateEditor.js +21 -26
  749. package/src/View/Components/PreviewResultsPanel.js +13 -18
  750. package/src/View/Components/RangesComponent.js +50 -55
  751. package/src/View/Components/ScopeComponent.js +23 -28
  752. package/src/View/Components/Selectors/ColumnSelector.js +13 -18
  753. package/src/View/Components/Selectors/ColumnValueSelector.js +23 -28
  754. package/src/View/Components/SharedProps/BaseProps.js +1 -2
  755. package/src/View/Components/SharedProps/ConfigEntityRowProps.js +1 -2
  756. package/src/View/Components/SharedProps/EditableConfigEntityState.js +2 -5
  757. package/src/View/Components/SharedProps/ModuleSummaryProps.js +1 -2
  758. package/src/View/Components/SharedProps/ModuleViewPopupProps.js +1 -2
  759. package/src/View/Components/SharedProps/ToolPanelModuleViewPopupProps.js +1 -2
  760. package/src/View/Components/SharedProps/ToolbarModuleViewPopupProps.js +1 -2
  761. package/src/View/Components/SharedProps/ViewPanelProps.js +1 -2
  762. package/src/View/Components/SharedProps/WizardScopeState.js +1 -2
  763. package/src/View/Components/StyleComponent.js +64 -69
  764. package/src/View/Components/StyleVisualItem.js +9 -14
  765. package/src/View/Components/TagValueSelector/index.js +9 -15
  766. package/src/View/Components/ToolPanel/AdaptableToolPanel.d.ts +1 -1
  767. package/src/View/Components/ToolPanel/AdaptableToolPanel.js +39 -44
  768. package/src/View/Components/ToolPanel/CustomToolPanelContent.js +13 -18
  769. package/src/View/Components/ToolPanel/ToolPanelPopup.d.ts +1 -1
  770. package/src/View/Components/ToolPanel/ToolPanelPopup.js +24 -28
  771. package/src/View/Components/ToolPanel/ToolPanelWrapper.js +16 -21
  772. package/src/View/Components/ValueSelector/index.js +47 -53
  773. package/src/View/Components/WizardSummaryPage.js +7 -12
  774. package/src/View/Components/WizardSummaryRow.js +6 -11
  775. package/src/View/CustomSort/CustomSortSummary.js +32 -37
  776. package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.js +17 -24
  777. package/src/View/CustomSort/Wizard/CustomSortSummaryWizard.js +4 -9
  778. package/src/View/CustomSort/Wizard/CustomSortValuesWizardSection.js +29 -36
  779. package/src/View/CustomSort/Wizard/CustomSortWizard.js +31 -36
  780. package/src/View/Dashboard/CustomDashboardButton.js +7 -12
  781. package/src/View/Dashboard/CustomToolbar.js +19 -25
  782. package/src/View/Dashboard/Dashboard.js +38 -42
  783. package/src/View/Dashboard/DashboardPopup.js +34 -41
  784. package/src/View/Dashboard/DashboardToolbarFactory.js +17 -18
  785. package/src/View/Dashboard/DashboardViewPanel.js +10 -14
  786. package/src/View/Dashboard/ModuleToolbarWrapper.js +8 -13
  787. package/src/View/Dashboard/PinnedDashboard.js +10 -15
  788. package/src/View/Dashboard/PinnedToolbarsSelector.js +14 -24
  789. package/src/View/DataChangeHistory/DataChangeHistoryGrid.js +16 -21
  790. package/src/View/DataChangeHistory/DataChangeHistoryPopup.js +34 -38
  791. package/src/View/DataChangeHistory/DataChangeHistoryStatusBarContent.js +4 -9
  792. package/src/View/DataChangeHistory/DataChangeHistoryViewPanel.js +36 -41
  793. package/src/View/DataChangeHistory/buildActionColumnButton.js +1 -5
  794. package/src/View/DataImport/DataImportPopup.js +12 -17
  795. package/src/View/DataImport/DataImportWizard/DataImportWizard.js +25 -30
  796. package/src/View/DataImport/DataImportWizard/index.js +1 -4
  797. package/src/View/DataImport/DataImportWizard/sections/ColumnsSection.js +29 -34
  798. package/src/View/DataImport/DataImportWizard/sections/DataPreview.js +21 -26
  799. package/src/View/DataImport/DataImportWizard/sections/ImportSection.js +18 -23
  800. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadFileSection.js +5 -10
  801. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadSection.js +17 -22
  802. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadTextSection.js +6 -11
  803. package/src/View/DataImport/DataImportWizard/sections/UploadSection/index.js +1 -4
  804. package/src/View/DataImport/DataImportWizard/sections/ValidationSection.js +18 -23
  805. package/src/View/DataImport/systemFileHandlers.js +5 -9
  806. package/src/View/DataSet/DataSetSelector.js +6 -11
  807. package/src/View/DataSet/DataSetStatusPanelPopover.js +6 -11
  808. package/src/View/DataSet/DataSetViewPanel.d.ts +1 -1
  809. package/src/View/DataSet/DataSetViewPanel.js +11 -15
  810. package/src/View/Export/ExportSelector.js +13 -18
  811. package/src/View/Export/ExportTablePopup.js +7 -12
  812. package/src/View/Export/ExportViewPanel.d.ts +1 -1
  813. package/src/View/Export/ExportViewPanel.js +44 -48
  814. package/src/View/Export/ReportExportDropdown.js +16 -21
  815. package/src/View/Export/Wizard/NewReportWizard.js +32 -37
  816. package/src/View/Export/Wizard/ReportColumnTypeWizard.js +14 -19
  817. package/src/View/Export/Wizard/ReportColumnsWizardSection.js +28 -35
  818. package/src/View/Export/Wizard/ReportNameWizardSection.js +21 -28
  819. package/src/View/Export/Wizard/ReportRowTypeWizard.js +14 -19
  820. package/src/View/Export/Wizard/ReportRowsWizardSection.js +31 -38
  821. package/src/View/Export/Wizard/ReportScopeWizard.js +9 -14
  822. package/src/View/Export/Wizard/ReportSettingsWizard.js +18 -23
  823. package/src/View/Export/Wizard/ReportSummaryWizard.js +4 -9
  824. package/src/View/Export/constants.js +2 -5
  825. package/src/View/Filter/ActiveFiltersPanel.js +9 -14
  826. package/src/View/Filter/FilterStatusBarSubPanelPopover.js +4 -9
  827. package/src/View/Filter/FilterSummary.d.ts +1 -1
  828. package/src/View/Filter/FilterSummary.js +20 -25
  829. package/src/View/Filter/FilterViewPanel.d.ts +1 -1
  830. package/src/View/Filter/FilterViewPanel.js +28 -32
  831. package/src/View/FlashingCell/FlashingCellStyle.js +10 -14
  832. package/src/View/FlashingCell/Wizard/FlashingCellRulesWizardSection.js +14 -20
  833. package/src/View/FlashingCell/Wizard/FlashingCellScopeWizardSection.js +8 -13
  834. package/src/View/FlashingCell/Wizard/FlashingCellSettingsWizardSection.js +36 -42
  835. package/src/View/FlashingCell/Wizard/FlashingCellStyleWizardSection.js +28 -34
  836. package/src/View/FlashingCell/Wizard/FlashingCellWizard.js +44 -49
  837. package/src/View/FlashingCell/Wizard/isValidFlashingCellRules.js +4 -8
  838. package/src/View/FormatColumn/FormatColumnSummary.js +27 -32
  839. package/src/View/FormatColumn/MoveFormatColumn.js +10 -15
  840. package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.js +149 -157
  841. package/src/View/FormatColumn/Wizard/FormatColumnRuleWizardSection.js +6 -11
  842. package/src/View/FormatColumn/Wizard/FormatColumnScopeWizardSection.js +10 -16
  843. package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.js +30 -36
  844. package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.js +17 -25
  845. package/src/View/FormatColumn/Wizard/FormatColumnWizard.js +48 -53
  846. package/src/View/FormatColumn/Wizard/constants.js +1 -4
  847. package/src/View/FreeTextColumn/FreeTextColumnSummary.js +27 -32
  848. package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.js +51 -58
  849. package/src/View/FreeTextColumn/Wizard/FreeTextColumnWizard.js +26 -31
  850. package/src/View/GridFilter/GridFilterExpressionEditor.d.ts +5 -0
  851. package/src/View/GridFilter/GridFilterExpressionEditor.js +56 -0
  852. package/src/View/GridFilter/GridFilterPopup.d.ts +2 -0
  853. package/src/View/GridFilter/GridFilterPopup.js +12 -0
  854. package/src/View/GridFilter/GridFilterStatusbar.d.ts +2 -0
  855. package/src/View/GridFilter/GridFilterStatusbar.js +17 -0
  856. package/src/View/{Query/QueryViewPanel.d.ts → GridFilter/GridFilterViewPanel.d.ts} +6 -7
  857. package/src/View/GridFilter/GridFilterViewPanel.js +165 -0
  858. package/src/View/{Query/ExpandedQueryPopup.d.ts → GridFilter/GridFilterWindowPopup.d.ts} +1 -1
  859. package/src/View/GridFilter/GridFilterWindowPopup.js +5 -0
  860. package/src/View/GridInfo/GridInfoPopup/AdaptableObjectsSummary.js +11 -16
  861. package/src/View/GridInfo/GridInfoPopup/AdaptableOptionsComponent.js +20 -25
  862. package/src/View/GridInfo/GridInfoPopup/GridInfoPopup.js +33 -38
  863. package/src/View/GridInfo/GridInfoPopup/index.js +1 -4
  864. package/src/View/KeyHint.js +4 -9
  865. package/src/View/Layout/EditCurrentLayoutButton.js +6 -11
  866. package/src/View/Layout/LayoutCloneButton.js +6 -11
  867. package/src/View/Layout/LayoutRadioSelector.js +6 -11
  868. package/src/View/Layout/LayoutStatusBarSubPanelPopover.js +6 -11
  869. package/src/View/Layout/LayoutViewPanel.d.ts +1 -1
  870. package/src/View/Layout/LayoutViewPanel.js +26 -30
  871. package/src/View/Layout/PivotDetailsPopoup.js +7 -12
  872. package/src/View/Layout/SaveLayoutButton.js +12 -17
  873. package/src/View/Layout/Wizard/Components/ColumnLabels.js +11 -15
  874. package/src/View/Layout/Wizard/LayoutWizard.js +47 -52
  875. package/src/View/Layout/Wizard/sections/AggregationsSection.js +37 -44
  876. package/src/View/Layout/Wizard/sections/ColumnsSection.js +62 -68
  877. package/src/View/Layout/Wizard/sections/FilterSection.js +33 -40
  878. package/src/View/Layout/Wizard/sections/PivotColumnsSection.js +21 -27
  879. package/src/View/Layout/Wizard/sections/RowGroupingSection.js +27 -33
  880. package/src/View/Layout/Wizard/sections/SettingsSection.js +29 -35
  881. package/src/View/Layout/Wizard/sections/SortSection.js +26 -32
  882. package/src/View/Layout/Wizard/sections/Utilities.js +1 -5
  883. package/src/View/License/LicenseWatermark.js +1 -1
  884. package/src/View/License/index.js +1 -5
  885. package/src/View/NamedQuery/EditCurrentQueryButton.d.ts +2 -0
  886. package/src/View/NamedQuery/EditCurrentQueryButton.js +11 -0
  887. package/src/View/{Query → NamedQuery}/Wizard/NamedQueryExpressionWizardSection.d.ts +1 -1
  888. package/src/View/NamedQuery/Wizard/NamedQueryExpressionWizardSection.js +30 -0
  889. package/src/View/{Query → NamedQuery}/Wizard/NamedQuerySettingsWizardSection.d.ts +1 -1
  890. package/src/View/NamedQuery/Wizard/NamedQuerySettingsWizardSection.js +38 -0
  891. package/src/View/NamedQuery/Wizard/NamedQueryWizard.js +65 -0
  892. package/src/View/Notes/NotesListing.js +14 -19
  893. package/src/View/Notes/NotesPopup.js +19 -24
  894. package/src/View/PlusMinus/PlusMinusSummary.js +26 -31
  895. package/src/View/PlusMinus/Wizard/PlusMinusRuleWizardSection.js +12 -18
  896. package/src/View/PlusMinus/Wizard/PlusMinusScopeWizardSection.js +6 -11
  897. package/src/View/PlusMinus/Wizard/PlusMinusSettingsWizardSection.js +32 -39
  898. package/src/View/PlusMinus/Wizard/PlusMinusWizard.js +26 -31
  899. package/src/View/QuickSearch/FloatingQuickSearch/FloatingQuickSearch.js +13 -18
  900. package/src/View/QuickSearch/QuickSearchInput.js +13 -18
  901. package/src/View/QuickSearch/QuickSearchPopup.js +26 -30
  902. package/src/View/QuickSearch/QuickSearchStatusBarContent.js +10 -15
  903. package/src/View/QuickSearch/QuickSearchViewPanel.js +4 -9
  904. package/src/View/QuickSearch/useQuickSearchDebounced.js +7 -12
  905. package/src/View/Schedule/Wizard/ScheduleScheduleSummary.js +8 -13
  906. package/src/View/Schedule/Wizard/ScheduleScheduleWizard.js +26 -32
  907. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsGlue42.js +13 -18
  908. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsIPushPull.js +24 -29
  909. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsOpenFin.js +13 -18
  910. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReminder.js +23 -28
  911. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.js +15 -20
  912. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsSummary.js +14 -20
  913. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsWizard.js +20 -25
  914. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/index.js +3 -9
  915. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/isSettingsValid.js +17 -22
  916. package/src/View/Schedule/Wizard/ScheduleWizard.js +47 -52
  917. package/src/View/Shortcut/Wizard/ShortcutScopeWizardSection.js +6 -11
  918. package/src/View/Shortcut/Wizard/ShortcutSettingsWizard.js +43 -50
  919. package/src/View/Shortcut/Wizard/ShortcutWizard.js +32 -37
  920. package/src/View/Shortcut/shortcutKeys.js +1 -4
  921. package/src/View/Shortcut/shortcutOperations.js +6 -9
  922. package/src/View/SmartEdit/SmartEditPopup.js +26 -30
  923. package/src/View/SmartEdit/SmartEditViewPanel.js +30 -34
  924. package/src/View/SpecialColumnSettingsWizardStep.js +33 -38
  925. package/src/View/StateManagement/StateManagementPopup.js +22 -27
  926. package/src/View/StateManagement/StateManagementViewPanel.js +14 -19
  927. package/src/View/StateManagement/components/ClearButton.js +4 -9
  928. package/src/View/StateManagement/components/ExportDropdown.js +7 -12
  929. package/src/View/StateManagement/components/LoadButton.js +6 -11
  930. package/src/View/StateManagement/handleExportState.js +4 -9
  931. package/src/View/StatusBar/AdaptableStatusBar.js +14 -19
  932. package/src/View/StatusBar/StatusBarPanel.js +12 -16
  933. package/src/View/StatusBar/StatusBarPopup.js +14 -19
  934. package/src/View/StyledColumn/Wizard/StyledColumnBadgeSection.js +51 -57
  935. package/src/View/StyledColumn/Wizard/StyledColumnSparklineSettingsSection.js +135 -140
  936. package/src/View/StyledColumn/Wizard/StyledColumnWizard.js +44 -49
  937. package/src/View/StyledColumn/Wizard/StyledColumnWizardColumnSection.js +17 -24
  938. package/src/View/StyledColumn/Wizard/StyledColumnWizardSettingsSection.js +21 -27
  939. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarColumnComparisonPreview.js +9 -14
  940. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarRangesPreview.js +7 -12
  941. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarStylePreview.js +7 -12
  942. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/StyledColumnBadgePreview.js +11 -16
  943. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/StyledColumnWizardStyleSection.js +55 -62
  944. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/index.js +1 -4
  945. package/src/View/StyledColumn/Wizard/StyledColumnWizardTypeSection.js +23 -29
  946. package/src/View/SystemStatus/SystemStatusEntityRow.js +12 -17
  947. package/src/View/SystemStatus/SystemStatusPopup.js +18 -22
  948. package/src/View/SystemStatus/SystemStatusStatusBarContent.js +8 -13
  949. package/src/View/SystemStatus/SystemStatusViewPanel.d.ts +1 -1
  950. package/src/View/SystemStatus/SystemStatusViewPanel.js +8 -12
  951. package/src/View/SystemStatus/Utilities/getStatusItemStyle.js +4 -9
  952. package/src/View/TeamSharing/SharedEntityDependencies.js +12 -18
  953. package/src/View/TeamSharing/SharedEntityObjectView.js +23 -30
  954. package/src/View/TeamSharing/TeamSharingApplyButton.js +6 -11
  955. package/src/View/Theme/ThemeEditor.js +27 -32
  956. package/src/View/Theme/ThemeEditorWindow.js +8 -13
  957. package/src/View/Theme/ThemeField.js +18 -23
  958. package/src/View/Theme/ThemePopup.js +22 -26
  959. package/src/View/Theme/ThemeStatusPanelPopover.js +6 -11
  960. package/src/View/Theme/ThemeViewPanel.js +9 -13
  961. package/src/View/Theme/VariantSelector.js +8 -13
  962. package/src/View/UIHelper.js +120 -152
  963. package/src/View/UIInterfaces.js +1 -2
  964. package/src/View/Wizard/AdaptableWizard.js +24 -30
  965. package/src/View/Wizard/Interface/IAdaptableWizard.js +1 -2
  966. package/src/View/Wizard/ObjectTagsWizardSection.js +14 -20
  967. package/src/View/Wizard/OnePageAdaptableWizard.js +32 -42
  968. package/src/View/Wizard/OnePageWizards.js +50 -59
  969. package/src/View/Wizard/TypeRadio.js +7 -12
  970. package/src/View/Wizard/WizardLegend.js +6 -11
  971. package/src/View/Wizard/useKeyboardNavigation.js +4 -9
  972. package/src/View/renderWithAdaptableContext.js +9 -14
  973. package/src/agGrid/ActionColumnRenderer.js +9 -15
  974. package/src/agGrid/Adaptable.d.ts +4 -0
  975. package/src/agGrid/Adaptable.js +346 -339
  976. package/src/agGrid/AdaptableLogger.js +1 -5
  977. package/src/agGrid/BadgeRenderer.js +6 -11
  978. package/src/agGrid/CheckboxRenderer.js +2 -7
  979. package/src/agGrid/ColumnSetupInfo.js +1 -2
  980. package/src/agGrid/FilterWrapper.js +17 -22
  981. package/src/agGrid/FloatingFilterWrapper.js +12 -17
  982. package/src/agGrid/PercentBarRenderer.js +5 -10
  983. package/src/agGrid/agGridHelper.d.ts +1 -0
  984. package/src/agGrid/agGridHelper.js +112 -108
  985. package/src/agGrid/agGridMenuHelper.js +81 -69
  986. package/src/agGrid/attachAddaptableColumnTypes.js +4 -8
  987. package/src/agGrid/createAgStatusPanelComponent.js +5 -10
  988. package/src/agGrid/editors/AdaptableDateEditor/InternalAdaptableDateEditor.js +12 -16
  989. package/src/agGrid/editors/AdaptableDateEditor/index.js +19 -24
  990. package/src/agGrid/editors/AdaptableNumberEditor/InternalAdaptableNumberEditor.js +6 -10
  991. package/src/agGrid/editors/AdaptableNumberEditor/index.js +16 -21
  992. package/src/agGrid/index.js +6 -11
  993. package/src/agGrid/weightedAverage.js +10 -17
  994. package/src/components/AdaptableFormComponent/AdaptableFormComponent.js +58 -38
  995. package/src/components/AdaptableFormComponent/index.js +1 -4
  996. package/src/components/CheckBox/index.js +13 -17
  997. package/src/components/CodeBlock/index.js +6 -11
  998. package/src/components/ColorPicker/ColorPicker.d.ts +1 -1
  999. package/src/components/ColorPicker/ColorPicker.js +15 -18
  1000. package/src/components/ColorPicker/index.js +1 -4
  1001. package/src/components/ContainerProps.js +1 -2
  1002. package/src/components/Dashboard/Dashboard.js +17 -22
  1003. package/src/components/Dashboard/DashboardManager.js +4 -7
  1004. package/src/components/Dashboard/DashboardTab.js +1 -5
  1005. package/src/components/Dashboard/DashboardToolbar.js +9 -14
  1006. package/src/components/Dashboard/index.js +3 -6
  1007. package/src/components/Datepicker/Caption.js +15 -20
  1008. package/src/components/Datepicker/CaptionLabel.js +16 -21
  1009. package/src/components/Datepicker/DatepickerContext.js +4 -9
  1010. package/src/components/Datepicker/index.d.ts +1 -1
  1011. package/src/components/Datepicker/index.js +36 -39
  1012. package/src/components/Dialog/index.js +29 -32
  1013. package/src/components/Dialog/useIsOpen.js +3 -6
  1014. package/src/components/DragAndDropContext/DragAndDropContext.js +2 -6
  1015. package/src/components/DragAndDropContext/ModuleManager.js +13 -18
  1016. package/src/components/DragAndDropContext/TabList.js +19 -27
  1017. package/src/components/DragAndDropContext/UnusedPanel.js +10 -15
  1018. package/src/components/DragAndDropContext/types.js +1 -2
  1019. package/src/components/Drawer/index.js +2 -7
  1020. package/src/components/Dropdown/Arrows.js +5 -8
  1021. package/src/components/Dropdown/index.js +18 -20
  1022. package/src/components/DropdownButton/DropdownButtonItem.js +1 -2
  1023. package/src/components/DropdownButton/index.js +23 -26
  1024. package/src/components/DropdownButton/renderItem.js +4 -7
  1025. package/src/components/DropdownButton/useExpanded.js +9 -12
  1026. package/src/components/EllipsisContainer/index.js +17 -21
  1027. package/src/components/EmptyContent/index.js +8 -10
  1028. package/src/components/ErrorBox/index.js +6 -10
  1029. package/src/components/ExpressionEditor/BaseEditorInput.js +55 -60
  1030. package/src/components/ExpressionEditor/EditorButton.js +8 -10
  1031. package/src/components/ExpressionEditor/EditorContext.js +4 -8
  1032. package/src/components/ExpressionEditor/EditorInput.js +22 -25
  1033. package/src/components/ExpressionEditor/EditorInputWithWhereClause.js +24 -27
  1034. package/src/components/ExpressionEditor/ExpressionFunctionDocumentation.js +10 -15
  1035. package/src/components/ExpressionEditor/NamedQueryContext.d.ts +1 -1
  1036. package/src/components/ExpressionEditor/NamedQueryContext.js +4 -8
  1037. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilder.d.ts +22 -0
  1038. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilder.js +82 -0
  1039. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilderInputs.d.ts +23 -0
  1040. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilderInputs.js +103 -0
  1041. package/src/components/ExpressionEditor/QueryBuilder/QueryPredicateBuilder.d.ts +22 -0
  1042. package/src/components/ExpressionEditor/QueryBuilder/QueryPredicateBuilder.js +172 -0
  1043. package/src/components/ExpressionEditor/QueryBuilder/booleanExpressions.d.ts +2 -0
  1044. package/src/components/ExpressionEditor/QueryBuilder/booleanExpressions.js +12 -0
  1045. package/src/components/ExpressionEditor/QueryBuilder/index.d.ts +1 -0
  1046. package/src/components/ExpressionEditor/QueryBuilder/index.js +1 -0
  1047. package/src/components/ExpressionEditor/QueryBuilder/utils.d.ts +8 -0
  1048. package/src/components/ExpressionEditor/QueryBuilder/utils.js +83 -0
  1049. package/src/components/ExpressionEditor/editorButtonsAggregatedBoolean.js +1 -4
  1050. package/src/components/ExpressionEditor/editorButtonsAggregatedScalar.js +1 -4
  1051. package/src/components/ExpressionEditor/editorButtonsCumulativeAggregatedScalar.js +1 -4
  1052. package/src/components/ExpressionEditor/editorButtonsObservable.js +1 -4
  1053. package/src/components/ExpressionEditor/editorButtonsQuantileAggregatedScalar.js +1 -4
  1054. package/src/components/ExpressionEditor/editorButtonsSearch.js +1 -4
  1055. package/src/components/ExpressionEditor/index.d.ts +2 -2
  1056. package/src/components/ExpressionEditor/index.js +140 -113
  1057. package/src/components/FieldWrap/index.js +5 -8
  1058. package/src/components/FileDroppable/FileDroppableState.js +1 -2
  1059. package/src/components/FileDroppable/index.js +29 -33
  1060. package/src/components/FileDroppable/reducer.js +3 -6
  1061. package/src/components/FlexWithFooter.js +9 -11
  1062. package/src/components/FormLayout/index.js +13 -17
  1063. package/src/components/HelpBlock/index.js +6 -10
  1064. package/src/components/Icon/index.js +20 -29
  1065. package/src/components/IconSelector/IconSelector.js +27 -32
  1066. package/src/components/IconSelector/index.js +1 -4
  1067. package/src/components/InfiniteTable/index.js +6 -10
  1068. package/src/components/Input/NumberInput.js +4 -9
  1069. package/src/components/Input/index.d.ts +1 -1
  1070. package/src/components/Input/index.js +8 -11
  1071. package/src/components/List/GridList/index.js +7 -10
  1072. package/src/components/List/ListGroup/index.js +7 -9
  1073. package/src/components/List/ListGroupItem/index.d.ts +1 -1
  1074. package/src/components/List/ListGroupItem/index.js +8 -10
  1075. package/src/components/Loader/Loader.js +4 -10
  1076. package/src/components/Loader/index.js +2 -7
  1077. package/src/components/Logo/index.js +2 -7
  1078. package/src/components/Modal/Backdrop.js +12 -17
  1079. package/src/components/Modal/index.js +19 -23
  1080. package/src/components/NotifyResize/index.js +4 -7
  1081. package/src/components/OverlayTrigger/Overlay.js +19 -23
  1082. package/src/components/OverlayTrigger/index.js +41 -46
  1083. package/src/components/OverlayTrigger/useAgGridClassName.js +5 -7
  1084. package/src/components/OverlayTrigger/utils.js +3 -9
  1085. package/src/components/Panel/index.js +12 -15
  1086. package/src/components/PopupWithFooter.js +8 -11
  1087. package/src/components/ProgressIndicator/ProgressIndicator.js +12 -17
  1088. package/src/components/Radio/index.js +15 -20
  1089. package/src/components/ResizeObserver/getResizeObserverObject.js +1 -5
  1090. package/src/components/ResizeObserver/index.js +17 -24
  1091. package/src/components/SelectList.js +4 -9
  1092. package/src/components/SelectableList/index.js +8 -13
  1093. package/src/components/SimpleButton/index.js +19 -22
  1094. package/src/components/SizedContainer/index.js +9 -11
  1095. package/src/components/StylePreview.js +6 -11
  1096. package/src/components/Table/index.js +4 -7
  1097. package/src/components/Tabs/index.js +28 -34
  1098. package/src/components/Tag/Tag.js +5 -9
  1099. package/src/components/Tag/index.js +1 -5
  1100. package/src/components/Textarea/index.d.ts +1 -1
  1101. package/src/components/Textarea/index.js +8 -11
  1102. package/src/components/Toastify/index.js +1 -10
  1103. package/src/components/Toggle/Toggle.js +8 -12
  1104. package/src/components/Toggle/ToggleGroup.js +4 -9
  1105. package/src/components/Toggle/index.js +2 -5
  1106. package/src/components/ToggleButton/index.js +6 -11
  1107. package/src/components/Tooltip/index.js +4 -7
  1108. package/src/components/WindowModal/WindowModal.js +12 -17
  1109. package/src/components/WindowModal/index.js +1 -4
  1110. package/src/components/WindowModal/useStacking.js +4 -9
  1111. package/src/components/WizardPanel/index.js +5 -8
  1112. package/src/components/icons/DefaultIcon.js +8 -12
  1113. package/src/components/icons/add-row.js +3 -6
  1114. package/src/components/icons/alert.js +3 -6
  1115. package/src/components/icons/align-center.js +3 -6
  1116. package/src/components/icons/align-justify.js +3 -6
  1117. package/src/components/icons/align-left.js +3 -6
  1118. package/src/components/icons/align-right.js +3 -6
  1119. package/src/components/icons/analysis.js +3 -6
  1120. package/src/components/icons/application.js +3 -6
  1121. package/src/components/icons/arrow-down-long.js +3 -6
  1122. package/src/components/icons/arrow-down.js +3 -6
  1123. package/src/components/icons/arrow-expand.js +3 -6
  1124. package/src/components/icons/arrow-left.js +3 -6
  1125. package/src/components/icons/arrow-right.js +3 -6
  1126. package/src/components/icons/arrow-up-long.js +3 -6
  1127. package/src/components/icons/arrow-up.js +3 -6
  1128. package/src/components/icons/attach-file.js +3 -6
  1129. package/src/components/icons/badge.js +3 -6
  1130. package/src/components/icons/blanks.js +3 -6
  1131. package/src/components/icons/bold.js +3 -6
  1132. package/src/components/icons/boolean-list.js +3 -6
  1133. package/src/components/icons/brush.js +3 -6
  1134. package/src/components/icons/build.js +3 -6
  1135. package/src/components/icons/bulk-update.js +3 -6
  1136. package/src/components/icons/calculated-column.js +3 -6
  1137. package/src/components/icons/calendar.js +3 -6
  1138. package/src/components/icons/call.js +3 -6
  1139. package/src/components/icons/campaign.js +3 -6
  1140. package/src/components/icons/case-lower.js +3 -6
  1141. package/src/components/icons/case-sentence.js +3 -6
  1142. package/src/components/icons/case-upper.js +3 -6
  1143. package/src/components/icons/cell-summary.js +3 -6
  1144. package/src/components/icons/cell-validation.js +3 -6
  1145. package/src/components/icons/chart.js +3 -6
  1146. package/src/components/icons/chat.js +3 -6
  1147. package/src/components/icons/check-box-outline.js +3 -6
  1148. package/src/components/icons/check-box.js +3 -6
  1149. package/src/components/icons/check-circle.js +3 -6
  1150. package/src/components/icons/check.js +3 -6
  1151. package/src/components/icons/clone.js +3 -6
  1152. package/src/components/icons/close.js +3 -6
  1153. package/src/components/icons/cloud-upload.js +3 -6
  1154. package/src/components/icons/collapse.js +3 -6
  1155. package/src/components/icons/column-add.js +3 -6
  1156. package/src/components/icons/column-chooser.js +3 -6
  1157. package/src/components/icons/column-filter.js +3 -6
  1158. package/src/components/icons/column-info.js +3 -6
  1159. package/src/components/icons/comment.js +3 -6
  1160. package/src/components/icons/contact.js +3 -6
  1161. package/src/components/icons/contains.js +3 -6
  1162. package/src/components/icons/custom-sort.js +3 -6
  1163. package/src/components/icons/dashboard.js +3 -6
  1164. package/src/components/icons/data-set.js +3 -6
  1165. package/src/components/icons/date-range.js +3 -6
  1166. package/src/components/icons/delete.js +3 -6
  1167. package/src/components/icons/division.js +3 -6
  1168. package/src/components/icons/dock.js +3 -6
  1169. package/src/components/icons/dollar.js +3 -6
  1170. package/src/components/icons/drag.js +3 -6
  1171. package/src/components/icons/edit.js +3 -6
  1172. package/src/components/icons/ends-with.js +3 -6
  1173. package/src/components/icons/equal.js +3 -6
  1174. package/src/components/icons/equation.js +3 -6
  1175. package/src/components/icons/error.js +3 -6
  1176. package/src/components/icons/expand.js +3 -6
  1177. package/src/components/icons/exponent.js +3 -6
  1178. package/src/components/icons/export.js +3 -6
  1179. package/src/components/icons/fast-backward.js +3 -6
  1180. package/src/components/icons/fast-forward.js +3 -6
  1181. package/src/components/icons/fdc3.js +3 -6
  1182. package/src/components/icons/filter.js +3 -6
  1183. package/src/components/icons/flashing-cell.js +3 -6
  1184. package/src/components/icons/folder-open.js +3 -6
  1185. package/src/components/icons/folder-shared.js +3 -6
  1186. package/src/components/icons/folder.js +3 -6
  1187. package/src/components/icons/format-column.js +3 -6
  1188. package/src/components/icons/freetext-column.js +3 -6
  1189. package/src/components/icons/function.js +3 -6
  1190. package/src/components/icons/gradient-column.js +3 -6
  1191. package/src/components/icons/gradient.js +3 -6
  1192. package/src/components/icons/greater-than-or-equal.js +3 -6
  1193. package/src/components/icons/greater-than.js +3 -6
  1194. package/src/components/icons/grid-filter.d.ts +3 -0
  1195. package/src/components/icons/grid-filter.js +4 -0
  1196. package/src/components/icons/hide-column.js +3 -6
  1197. package/src/components/icons/history.js +3 -6
  1198. package/src/components/icons/home.js +3 -6
  1199. package/src/components/icons/import-export.js +3 -6
  1200. package/src/components/icons/import.js +3 -6
  1201. package/src/components/icons/index.js +319 -322
  1202. package/src/components/icons/info.js +3 -6
  1203. package/src/components/icons/instrument.js +3 -6
  1204. package/src/components/icons/interactions.js +3 -6
  1205. package/src/components/icons/invalid.js +3 -6
  1206. package/src/components/icons/ipushpull.js +3 -6
  1207. package/src/components/icons/italic.js +3 -6
  1208. package/src/components/icons/justify.js +3 -6
  1209. package/src/components/icons/layout.js +3 -6
  1210. package/src/components/icons/less-than-or-equal.js +3 -6
  1211. package/src/components/icons/less-than.js +3 -6
  1212. package/src/components/icons/list.js +3 -6
  1213. package/src/components/icons/login.js +3 -6
  1214. package/src/components/icons/logout copy.js +3 -6
  1215. package/src/components/icons/logout.js +3 -6
  1216. package/src/components/icons/mail.js +3 -6
  1217. package/src/components/icons/menu.js +3 -6
  1218. package/src/components/icons/minus.js +3 -6
  1219. package/src/components/icons/money.js +3 -6
  1220. package/src/components/icons/multiplication.js +3 -6
  1221. package/src/components/icons/newpage.js +3 -6
  1222. package/src/components/icons/news.js +3 -6
  1223. package/src/components/icons/non-blanks.js +3 -6
  1224. package/src/components/icons/not-contains.js +3 -6
  1225. package/src/components/icons/not-equal.js +3 -6
  1226. package/src/components/icons/note.js +3 -6
  1227. package/src/components/icons/open-in-new.js +3 -6
  1228. package/src/components/icons/order.js +3 -6
  1229. package/src/components/icons/organisation.js +3 -6
  1230. package/src/components/icons/overline.js +3 -6
  1231. package/src/components/icons/pause.js +3 -6
  1232. package/src/components/icons/percent-bar.js +3 -6
  1233. package/src/components/icons/percent.js +3 -6
  1234. package/src/components/icons/person.js +3 -6
  1235. package/src/components/icons/pie-chart.js +3 -6
  1236. package/src/components/icons/play.js +3 -6
  1237. package/src/components/icons/plus-minus.js +3 -6
  1238. package/src/components/icons/plus.js +3 -6
  1239. package/src/components/icons/query.js +3 -6
  1240. package/src/components/icons/quick-search.js +3 -6
  1241. package/src/components/icons/quote.js +3 -6
  1242. package/src/components/icons/refresh.js +3 -6
  1243. package/src/components/icons/regex.js +3 -6
  1244. package/src/components/icons/reminder.js +3 -6
  1245. package/src/components/icons/save.js +3 -6
  1246. package/src/components/icons/schedule.js +3 -6
  1247. package/src/components/icons/science.js +3 -6
  1248. package/src/components/icons/settings.js +3 -6
  1249. package/src/components/icons/shortcut.js +3 -6
  1250. package/src/components/icons/show-column.js +3 -6
  1251. package/src/components/icons/smart-edit.js +3 -6
  1252. package/src/components/icons/sort-asc.js +3 -6
  1253. package/src/components/icons/sort-desc.js +3 -6
  1254. package/src/components/icons/spark-line.js +3 -6
  1255. package/src/components/icons/starts-with.js +3 -6
  1256. package/src/components/icons/state-management.js +3 -6
  1257. package/src/components/icons/statusbar.js +3 -6
  1258. package/src/components/icons/stop.js +3 -6
  1259. package/src/components/icons/strikethrough.js +3 -6
  1260. package/src/components/icons/system-status.js +3 -6
  1261. package/src/components/icons/tab-unselected.js +3 -6
  1262. package/src/components/icons/table-arrow-right.js +3 -6
  1263. package/src/components/icons/team-share.js +3 -6
  1264. package/src/components/icons/theme.js +3 -6
  1265. package/src/components/icons/tool-panel.js +3 -6
  1266. package/src/components/icons/track-changes.js +3 -6
  1267. package/src/components/icons/triangle-down.js +3 -6
  1268. package/src/components/icons/triangle-up.js +3 -6
  1269. package/src/components/icons/unchecked.js +3 -6
  1270. package/src/components/icons/underline.js +3 -6
  1271. package/src/components/icons/undo.js +3 -6
  1272. package/src/components/icons/updated-row.js +3 -6
  1273. package/src/components/icons/upload.js +3 -6
  1274. package/src/components/icons/user-filter.js +3 -6
  1275. package/src/components/icons/visibility-off.js +3 -6
  1276. package/src/components/icons/visibility.js +3 -6
  1277. package/src/components/icons/warning.js +3 -6
  1278. package/src/components/utils/batchUpdate.js +3 -5
  1279. package/src/components/utils/captureTabNavigation/getFocusableChildren.js +1 -3
  1280. package/src/components/utils/captureTabNavigation/index.js +3 -6
  1281. package/src/components/utils/contains.js +1 -4
  1282. package/src/components/utils/getAvailableSizeInfo.js +1 -3
  1283. package/src/components/utils/join.js +1 -3
  1284. package/src/components/utils/selectParent/index.js +3 -6
  1285. package/src/components/utils/selectParent/matches.js +1 -2
  1286. package/src/components/utils/useAutoFocus.js +5 -8
  1287. package/src/components/utils/useContainerScrollObserver/index.js +9 -13
  1288. package/src/components/utils/useDraggable.js +7 -10
  1289. package/src/components/utils/useGlobalEvent.js +2 -7
  1290. package/src/components/utils/useLatest.js +4 -8
  1291. package/src/components/utils/usePrevious.js +4 -6
  1292. package/src/components/utils/usePropState.js +3 -6
  1293. package/src/components/utils/useProperty.js +4 -6
  1294. package/src/components/utils/useRerender.js +4 -8
  1295. package/src/components/utils/useSelectionRange.js +5 -9
  1296. package/src/components/utils/useTheme.js +2 -5
  1297. package/src/components/utils/uuid.js +2 -6
  1298. package/src/env.js +1 -3
  1299. package/src/metamodel/adaptable-metamodel-model.js +1 -2
  1300. package/src/metamodel/adaptable.metamodel.d.ts +150 -74
  1301. package/src/metamodel/adaptable.metamodel.js +1 -1
  1302. package/src/parser/src/ExpressionEvaluationError.js +1 -5
  1303. package/src/parser/src/evaluator.js +3 -7
  1304. package/src/parser/src/index.d.ts +1 -0
  1305. package/src/parser/src/index.js +12 -16
  1306. package/src/parser/src/parser.js +528 -1691
  1307. package/src/parser/src/predicate/index.d.ts +2 -0
  1308. package/src/parser/src/predicate/index.js +2 -0
  1309. package/src/parser/src/predicate/mapExpressionToQlPredicate.d.ts +2 -0
  1310. package/src/parser/src/predicate/mapExpressionToQlPredicate.js +88 -0
  1311. package/src/parser/src/predicate/mapQlPredicateToExpression.d.ts +3 -0
  1312. package/src/parser/src/predicate/mapQlPredicateToExpression.js +109 -0
  1313. package/src/parser/src/predicate/types.d.ts +10 -0
  1314. package/src/parser/src/predicate/types.js +1 -0
  1315. package/src/parser/src/tokenizer.js +3 -8
  1316. package/src/parser/src/types.d.ts +5 -0
  1317. package/src/parser/src/types.js +4 -2
  1318. package/src/parser/src/utils.js +3 -9
  1319. package/src/renderReactRoot.js +4 -11
  1320. package/src/theme.js +1 -3
  1321. package/src/themes/index.js +4 -7
  1322. package/src/types.d.ts +10 -8
  1323. package/src/types.js +1 -5
  1324. package/types.js +1 -4
  1325. package/version.d.ts +1 -1
  1326. package/version.js +1 -3
  1327. package/bundle.cjs.js +0 -706
  1328. package/src/Api/Events/FilterApplied.js +0 -2
  1329. package/src/Api/FilterApi.js +0 -2
  1330. package/src/Api/Implementation/QueryApiImpl.d.ts +0 -21
  1331. package/src/Api/Implementation/QueryApiImpl.js +0 -64
  1332. package/src/Api/QueryApi.js +0 -2
  1333. package/src/Strategy/FilterModule.js +0 -151
  1334. package/src/Strategy/QueryModule.js +0 -74
  1335. package/src/Utilities/Interface/ColumnFilterContext.js +0 -2
  1336. package/src/View/Query/EditCurrentQueryButton.d.ts +0 -2
  1337. package/src/View/Query/EditCurrentQueryButton.js +0 -16
  1338. package/src/View/Query/ExpandedQueryPopup.js +0 -56
  1339. package/src/View/Query/QueryViewPanel.js +0 -170
  1340. package/src/View/Query/Wizard/NamedQueryExpressionWizardSection.js +0 -37
  1341. package/src/View/Query/Wizard/NamedQuerySettingsWizardSection.js +0 -44
  1342. package/src/View/Query/Wizard/NamedQueryWizard.js +0 -70
  1343. /package/src/View/{Query → NamedQuery}/Wizard/NamedQueryWizard.d.ts +0 -0
@@ -71,1322 +71,275 @@
71
71
  recoverable: (boolean: TRUE when the parser has a error recovery rule available for this particular error)
72
72
  }
73
73
  */
74
- var parser = (function () {
75
- var o = function (k, v, o, l) {
76
- for (o = o || {}, l = k.length; l--; o[k[l]] = v);
77
- return o;
78
- },
79
- $V0 = [1, 5],
80
- $V1 = [1, 6],
81
- $V2 = [1, 7],
82
- $V3 = [1, 8],
83
- $V4 = [1, 9],
84
- $V5 = [1, 10],
85
- $V6 = [1, 14],
86
- $V7 = [1, 11],
87
- $V8 = [1, 13],
88
- $V9 = [1, 15],
89
- $Va = [1, 16],
90
- $Vb = [4, 7],
91
- $Vc = [1, 19],
92
- $Vd = [1, 20],
93
- $Ve = [1, 21],
94
- $Vf = [1, 22],
95
- $Vg = [1, 23],
96
- $Vh = [1, 24],
97
- $Vi = [1, 25],
98
- $Vj = [1, 26],
99
- $Vk = [1, 27],
100
- $Vl = [1, 28],
101
- $Vm = [1, 29],
102
- $Vn = [1, 30],
103
- $Vo = [1, 31],
104
- $Vp = [1, 32],
105
- $Vq = [1, 33],
106
- $Vr = [1, 34],
107
- $Vs = [1, 35],
108
- $Vt = [
109
- 4, 7, 9, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 28, 29, 30, 31, 32, 33,
110
- 36, 37, 38, 41, 42, 44, 46,
111
- ],
112
- $Vu = [9, 36],
113
- $Vv = [2, 6],
114
- $Vw = [
115
- 4, 7, 9, 16, 17, 22, 23, 25, 26, 28, 29, 30, 31, 32, 33, 36, 37, 38, 41,
116
- 42, 44, 46,
117
- ],
118
- $Vx = [
119
- 4, 7, 9, 16, 17, 18, 19, 20, 22, 23, 25, 26, 28, 29, 30, 31, 32, 33, 36,
120
- 37, 38, 41, 42, 44, 46,
121
- ],
122
- $Vy = [4, 7, 9, 22, 23, 25, 26, 36, 38, 41, 42, 44, 46],
123
- $Vz = [
124
- 4, 7, 9, 22, 23, 25, 26, 28, 29, 30, 31, 32, 33, 36, 37, 38, 41, 42, 44,
125
- 46,
126
- ],
127
- $VA = [1, 68],
128
- $VB = [41, 44, 46];
129
- var parser = {
130
- trace: function trace() {},
131
- yy: {},
132
- symbols_: {
133
- error: 2,
134
- program: 3,
135
- EOF: 4,
136
- expressions: 5,
137
- e: 6,
138
- NEWLINE: 7,
139
- args: 8,
140
- ',': 9,
141
- TRUE: 10,
142
- FALSE: 11,
143
- NULL: 12,
144
- NUMBER: 13,
145
- STRING: 14,
146
- COL: 15,
147
- '+': 16,
148
- '-': 17,
149
- '*': 18,
150
- '/': 19,
151
- '%': 20,
152
- '^': 21,
153
- '|': 22,
154
- '&': 23,
155
- '!': 24,
156
- '?': 25,
157
- ':': 26,
158
- case_when: 27,
159
- '=': 28,
160
- '!=': 29,
161
- '<': 30,
162
- '<=': 31,
163
- '>': 32,
164
- '>=': 33,
165
- FUNCTION: 34,
166
- '(': 35,
167
- ')': 36,
168
- IN: 37,
169
- WHERE: 38,
170
- case_expression_value: 39,
171
- when_then_list: 40,
172
- WHEN: 41,
173
- THEN: 42,
174
- case_when_else: 43,
175
- ELSE: 44,
176
- CASE: 45,
177
- END: 46,
178
- $accept: 0,
179
- $end: 1,
180
- },
181
- terminals_: {
182
- 2: 'error',
183
- 4: 'EOF',
184
- 7: 'NEWLINE',
185
- 9: ',',
186
- 10: 'TRUE',
187
- 11: 'FALSE',
188
- 12: 'NULL',
189
- 13: 'NUMBER',
190
- 14: 'STRING',
191
- 15: 'COL',
192
- 16: '+',
193
- 17: '-',
194
- 18: '*',
195
- 19: '/',
196
- 20: '%',
197
- 21: '^',
198
- 22: '|',
199
- 23: '&',
200
- 24: '!',
201
- 25: '?',
202
- 26: ':',
203
- 28: '=',
204
- 29: '!=',
205
- 30: '<',
206
- 31: '<=',
207
- 32: '>',
208
- 33: '>=',
209
- 34: 'FUNCTION',
210
- 35: '(',
211
- 36: ')',
212
- 37: 'IN',
213
- 38: 'WHERE',
214
- 41: 'WHEN',
215
- 42: 'THEN',
216
- 44: 'ELSE',
217
- 45: 'CASE',
218
- 46: 'END',
219
- },
220
- productions_: [
221
- 0,
222
- [3, 1],
223
- [3, 2],
224
- [5, 1],
225
- [5, 2],
226
- [5, 3],
227
- [8, 0],
228
- [8, 1],
229
- [8, 3],
230
- [6, 1],
231
- [6, 1],
232
- [6, 1],
233
- [6, 1],
234
- [6, 1],
235
- [6, 1],
236
- [6, 3],
237
- [6, 3],
238
- [6, 3],
239
- [6, 3],
240
- [6, 3],
241
- [6, 3],
242
- [6, 3],
243
- [6, 3],
244
- [6, 2],
245
- [6, 5],
246
- [6, 1],
247
- [6, 3],
248
- [6, 3],
249
- [6, 3],
250
- [6, 3],
251
- [6, 3],
252
- [6, 3],
253
- [6, 4],
254
- [6, 2],
255
- [6, 5],
256
- [6, 3],
257
- [6, 3],
258
- [39, 0],
259
- [39, 1],
260
- [40, 4],
261
- [40, 5],
262
- [43, 0],
263
- [43, 2],
264
- [27, 5],
265
- ],
266
- performAction: function anonymous(
267
- yytext,
268
- yyleng,
269
- yylineno,
270
- yy,
271
- yystate /* action[1] */,
272
- $$ /* vstack */,
273
- _$ /* lstack */
274
- ) {
275
- /* this == yyval */
276
-
277
- var $0 = $$.length - 1;
278
- switch (yystate) {
279
- case 1:
280
- return [];
281
- break;
282
- case 2:
283
- return $$[$0 - 1];
284
- break;
285
- case 3:
286
- case 7:
287
- this.$ = [$$[$0]];
288
- break;
289
- case 4:
290
- case 35:
291
- this.$ = $$[$0 - 1];
292
- break;
293
- case 5:
294
- case 8:
295
- this.$ = $$[$0 - 2].concat([$$[$0]]);
296
- break;
297
- case 6:
298
- this.$ = [];
299
- break;
300
- case 9:
301
- this.$ = true;
302
- break;
303
- case 10:
304
- this.$ = false;
305
- break;
306
- case 11:
307
- this.$ = null;
308
- break;
309
- case 12:
310
- this.$ = Number($$[$0]);
311
- break;
312
- case 13:
313
- this.$ = $$[$0].slice(1, -1);
314
- break;
315
- case 14:
316
- this.$ = yy.node('COL', [$$[$0].slice(1, -1)], this._$);
317
- break;
318
- case 15:
319
- this.$ = yy.node('ADD', [$$[$0 - 2], $$[$0]], this._$);
320
- break;
321
- case 16:
322
- this.$ = yy.node('SUB', [$$[$0 - 2], $$[$0]], this._$);
323
- break;
324
- case 17:
325
- this.$ = yy.node('MUL', [$$[$0 - 2], $$[$0]], this._$);
326
- break;
327
- case 18:
328
- this.$ = yy.node('DIV', [$$[$0 - 2], $$[$0]], this._$);
329
- break;
330
- case 19:
331
- this.$ = yy.node('MOD', [$$[$0 - 2], $$[$0]], this._$);
332
- break;
333
- case 20:
334
- this.$ = yy.node('POW', [$$[$0 - 2], $$[$0]], this._$);
335
- break;
336
- case 21:
337
- this.$ = yy.node('OR', [$$[$0 - 2], $$[$0]], this._$);
338
- break;
339
- case 22:
340
- this.$ = yy.node('AND', [$$[$0 - 2], $$[$0]], this._$);
341
- break;
342
- case 23:
343
- this.$ = yy.node('NOT', [$$[$0]], this._$);
344
- break;
345
- case 24:
346
- this.$ = yy.node('IF', [$$[$0 - 4], $$[$0 - 2], $$[$0]], this._$);
347
- break;
348
- case 25:
349
- case 38:
350
- case 42:
351
- this.$ = $$[$0];
352
- break;
353
- case 26:
354
- this.$ = yy.node('EQ', [$$[$0 - 2], $$[$0]], this._$);
355
- break;
356
- case 27:
357
- this.$ = yy.node('NEQ', [$$[$0 - 2], $$[$0]], this._$);
358
- break;
359
- case 28:
360
- this.$ = yy.node('LT', [$$[$0 - 2], $$[$0]], this._$);
361
- break;
362
- case 29:
363
- this.$ = yy.node('LTE', [$$[$0 - 2], $$[$0]], this._$);
364
- break;
365
- case 30:
366
- this.$ = yy.node('GT', [$$[$0 - 2], $$[$0]], this._$);
367
- break;
368
- case 31:
369
- this.$ = yy.node('GTE', [$$[$0 - 2], $$[$0]], this._$);
370
- break;
371
- case 32:
372
- this.$ = yy.node($$[$0 - 3].toUpperCase(), $$[$0 - 1], this._$);
373
- break;
374
- case 33:
375
- this.$ = -$$[$0];
376
- break;
377
- case 34:
378
- this.$ = yy.node('IN', [$$[$0 - 4], $$[$0 - 1]], this._$);
379
- break;
380
- case 36:
381
- this.$ = yy.node('WHERE', [$$[$0 - 2], $$[$0]], this._$);
382
- break;
383
- case 37:
384
- case 41:
385
- this.$ = null;
386
- break;
387
- case 39:
388
- this.$ = [{ WHEN: $$[$0 - 2], THEN: $$[$0] }];
389
- break;
390
- case 40:
391
- this.$ = $$[$0 - 4];
392
- this.$.push({ WHEN: $$[$0 - 2], THEN: $$[$0] });
393
- break;
394
- case 43:
395
- this.$ = yy.node(
396
- 'CASE',
397
- [$$[$0 - 3], $$[$0 - 2], $$[$0 - 1]],
398
- this._$
399
- );
400
- break;
401
- }
402
- },
403
- table: [
404
- {
405
- 3: 1,
406
- 4: [1, 2],
407
- 5: 3,
408
- 6: 4,
409
- 10: $V0,
410
- 11: $V1,
411
- 12: $V2,
412
- 13: $V3,
413
- 14: $V4,
414
- 15: $V5,
415
- 17: $V6,
416
- 24: $V7,
417
- 27: 12,
418
- 34: $V8,
419
- 35: $V9,
420
- 45: $Va,
421
- },
422
- { 1: [3] },
423
- { 1: [2, 1] },
424
- { 4: [1, 17], 7: [1, 18] },
425
- o($Vb, [2, 3], {
426
- 16: $Vc,
427
- 17: $Vd,
428
- 18: $Ve,
429
- 19: $Vf,
430
- 20: $Vg,
431
- 21: $Vh,
432
- 22: $Vi,
433
- 23: $Vj,
434
- 25: $Vk,
435
- 28: $Vl,
436
- 29: $Vm,
437
- 30: $Vn,
438
- 31: $Vo,
439
- 32: $Vp,
440
- 33: $Vq,
441
- 37: $Vr,
442
- 38: $Vs,
443
- }),
444
- o($Vt, [2, 9]),
445
- o($Vt, [2, 10]),
446
- o($Vt, [2, 11]),
447
- o($Vt, [2, 12]),
448
- o($Vt, [2, 13]),
449
- o($Vt, [2, 14]),
450
- {
451
- 6: 36,
452
- 10: $V0,
453
- 11: $V1,
454
- 12: $V2,
455
- 13: $V3,
456
- 14: $V4,
457
- 15: $V5,
458
- 17: $V6,
459
- 24: $V7,
460
- 27: 12,
461
- 34: $V8,
462
- 35: $V9,
463
- 45: $Va,
464
- },
465
- o($Vt, [2, 25]),
466
- { 35: [1, 37] },
467
- {
468
- 6: 38,
469
- 10: $V0,
470
- 11: $V1,
471
- 12: $V2,
472
- 13: $V3,
473
- 14: $V4,
474
- 15: $V5,
475
- 17: $V6,
476
- 24: $V7,
477
- 27: 12,
478
- 34: $V8,
479
- 35: $V9,
480
- 45: $Va,
481
- },
482
- {
483
- 6: 39,
484
- 10: $V0,
485
- 11: $V1,
486
- 12: $V2,
487
- 13: $V3,
488
- 14: $V4,
489
- 15: $V5,
490
- 17: $V6,
491
- 24: $V7,
492
- 27: 12,
493
- 34: $V8,
494
- 35: $V9,
495
- 45: $Va,
496
- },
497
- {
498
- 6: 41,
499
- 10: $V0,
500
- 11: $V1,
501
- 12: $V2,
502
- 13: $V3,
503
- 14: $V4,
504
- 15: $V5,
505
- 17: $V6,
506
- 24: $V7,
507
- 27: 12,
508
- 34: $V8,
509
- 35: $V9,
510
- 39: 40,
511
- 41: [2, 37],
512
- 45: $Va,
513
- },
514
- { 1: [2, 2] },
515
- o($Vb, [2, 4], {
516
- 27: 12,
517
- 6: 42,
518
- 10: $V0,
519
- 11: $V1,
520
- 12: $V2,
521
- 13: $V3,
522
- 14: $V4,
523
- 15: $V5,
524
- 17: $V6,
525
- 24: $V7,
526
- 34: $V8,
527
- 35: $V9,
528
- 45: $Va,
529
- }),
530
- {
531
- 6: 43,
532
- 10: $V0,
533
- 11: $V1,
534
- 12: $V2,
535
- 13: $V3,
536
- 14: $V4,
537
- 15: $V5,
538
- 17: $V6,
539
- 24: $V7,
540
- 27: 12,
541
- 34: $V8,
542
- 35: $V9,
543
- 45: $Va,
544
- },
545
- {
546
- 6: 44,
547
- 10: $V0,
548
- 11: $V1,
549
- 12: $V2,
550
- 13: $V3,
551
- 14: $V4,
552
- 15: $V5,
553
- 17: $V6,
554
- 24: $V7,
555
- 27: 12,
556
- 34: $V8,
557
- 35: $V9,
558
- 45: $Va,
559
- },
560
- {
561
- 6: 45,
562
- 10: $V0,
563
- 11: $V1,
564
- 12: $V2,
565
- 13: $V3,
566
- 14: $V4,
567
- 15: $V5,
568
- 17: $V6,
569
- 24: $V7,
570
- 27: 12,
571
- 34: $V8,
572
- 35: $V9,
573
- 45: $Va,
574
- },
575
- {
576
- 6: 46,
577
- 10: $V0,
578
- 11: $V1,
579
- 12: $V2,
580
- 13: $V3,
581
- 14: $V4,
582
- 15: $V5,
583
- 17: $V6,
584
- 24: $V7,
585
- 27: 12,
586
- 34: $V8,
587
- 35: $V9,
588
- 45: $Va,
589
- },
590
- {
591
- 6: 47,
592
- 10: $V0,
593
- 11: $V1,
594
- 12: $V2,
595
- 13: $V3,
596
- 14: $V4,
597
- 15: $V5,
598
- 17: $V6,
599
- 24: $V7,
600
- 27: 12,
601
- 34: $V8,
602
- 35: $V9,
603
- 45: $Va,
604
- },
605
- {
606
- 6: 48,
607
- 10: $V0,
608
- 11: $V1,
609
- 12: $V2,
610
- 13: $V3,
611
- 14: $V4,
612
- 15: $V5,
613
- 17: $V6,
614
- 24: $V7,
615
- 27: 12,
616
- 34: $V8,
617
- 35: $V9,
618
- 45: $Va,
619
- },
620
- {
621
- 6: 49,
622
- 10: $V0,
623
- 11: $V1,
624
- 12: $V2,
625
- 13: $V3,
626
- 14: $V4,
627
- 15: $V5,
628
- 17: $V6,
629
- 24: $V7,
630
- 27: 12,
631
- 34: $V8,
632
- 35: $V9,
633
- 45: $Va,
634
- },
635
- {
636
- 6: 50,
637
- 10: $V0,
638
- 11: $V1,
639
- 12: $V2,
640
- 13: $V3,
641
- 14: $V4,
642
- 15: $V5,
643
- 17: $V6,
644
- 24: $V7,
645
- 27: 12,
646
- 34: $V8,
647
- 35: $V9,
648
- 45: $Va,
649
- },
650
- {
651
- 6: 51,
652
- 10: $V0,
653
- 11: $V1,
654
- 12: $V2,
655
- 13: $V3,
656
- 14: $V4,
657
- 15: $V5,
658
- 17: $V6,
659
- 24: $V7,
660
- 27: 12,
661
- 34: $V8,
662
- 35: $V9,
663
- 45: $Va,
664
- },
665
- {
666
- 6: 52,
667
- 10: $V0,
668
- 11: $V1,
669
- 12: $V2,
670
- 13: $V3,
671
- 14: $V4,
672
- 15: $V5,
673
- 17: $V6,
674
- 24: $V7,
675
- 27: 12,
676
- 34: $V8,
677
- 35: $V9,
678
- 45: $Va,
679
- },
680
- {
681
- 6: 53,
682
- 10: $V0,
683
- 11: $V1,
684
- 12: $V2,
685
- 13: $V3,
686
- 14: $V4,
687
- 15: $V5,
688
- 17: $V6,
689
- 24: $V7,
690
- 27: 12,
691
- 34: $V8,
692
- 35: $V9,
693
- 45: $Va,
694
- },
695
- {
696
- 6: 54,
697
- 10: $V0,
698
- 11: $V1,
699
- 12: $V2,
700
- 13: $V3,
701
- 14: $V4,
702
- 15: $V5,
703
- 17: $V6,
704
- 24: $V7,
705
- 27: 12,
706
- 34: $V8,
707
- 35: $V9,
708
- 45: $Va,
709
- },
710
- {
711
- 6: 55,
712
- 10: $V0,
713
- 11: $V1,
714
- 12: $V2,
715
- 13: $V3,
716
- 14: $V4,
717
- 15: $V5,
718
- 17: $V6,
719
- 24: $V7,
720
- 27: 12,
721
- 34: $V8,
722
- 35: $V9,
723
- 45: $Va,
724
- },
725
- {
726
- 6: 56,
727
- 10: $V0,
728
- 11: $V1,
729
- 12: $V2,
730
- 13: $V3,
731
- 14: $V4,
732
- 15: $V5,
733
- 17: $V6,
734
- 24: $V7,
735
- 27: 12,
736
- 34: $V8,
737
- 35: $V9,
738
- 45: $Va,
739
- },
740
- {
741
- 6: 57,
742
- 10: $V0,
743
- 11: $V1,
744
- 12: $V2,
745
- 13: $V3,
746
- 14: $V4,
747
- 15: $V5,
748
- 17: $V6,
749
- 24: $V7,
750
- 27: 12,
751
- 34: $V8,
752
- 35: $V9,
753
- 45: $Va,
754
- },
755
- { 35: [1, 58] },
756
- {
757
- 6: 59,
758
- 10: $V0,
759
- 11: $V1,
760
- 12: $V2,
761
- 13: $V3,
762
- 14: $V4,
763
- 15: $V5,
764
- 17: $V6,
765
- 24: $V7,
766
- 27: 12,
767
- 34: $V8,
768
- 35: $V9,
769
- 45: $Va,
770
- },
771
- o($Vt, [2, 23]),
772
- o($Vu, $Vv, {
773
- 27: 12,
774
- 8: 60,
775
- 6: 61,
776
- 10: $V0,
777
- 11: $V1,
778
- 12: $V2,
779
- 13: $V3,
780
- 14: $V4,
781
- 15: $V5,
782
- 17: $V6,
783
- 24: $V7,
784
- 34: $V8,
785
- 35: $V9,
786
- 45: $Va,
787
- }),
788
- o($Vt, [2, 33]),
789
- {
790
- 16: $Vc,
791
- 17: $Vd,
792
- 18: $Ve,
793
- 19: $Vf,
794
- 20: $Vg,
795
- 21: $Vh,
796
- 22: $Vi,
797
- 23: $Vj,
798
- 25: $Vk,
799
- 28: $Vl,
800
- 29: $Vm,
801
- 30: $Vn,
802
- 31: $Vo,
803
- 32: $Vp,
804
- 33: $Vq,
805
- 36: [1, 62],
806
- 37: $Vr,
807
- 38: $Vs,
808
- },
809
- { 40: 63, 41: [1, 64] },
810
- {
811
- 16: $Vc,
812
- 17: $Vd,
813
- 18: $Ve,
814
- 19: $Vf,
815
- 20: $Vg,
816
- 21: $Vh,
817
- 22: $Vi,
818
- 23: $Vj,
819
- 25: $Vk,
820
- 28: $Vl,
821
- 29: $Vm,
822
- 30: $Vn,
823
- 31: $Vo,
824
- 32: $Vp,
825
- 33: $Vq,
826
- 37: $Vr,
827
- 38: $Vs,
828
- 41: [2, 38],
829
- },
830
- o($Vb, [2, 5], {
831
- 16: $Vc,
832
- 17: $Vd,
833
- 18: $Ve,
834
- 19: $Vf,
835
- 20: $Vg,
836
- 21: $Vh,
837
- 22: $Vi,
838
- 23: $Vj,
839
- 25: $Vk,
840
- 28: $Vl,
841
- 29: $Vm,
842
- 30: $Vn,
843
- 31: $Vo,
844
- 32: $Vp,
845
- 33: $Vq,
846
- 37: $Vr,
847
- 38: $Vs,
848
- }),
849
- o($Vw, [2, 15], { 18: $Ve, 19: $Vf, 20: $Vg, 21: $Vh }),
850
- o($Vw, [2, 16], { 18: $Ve, 19: $Vf, 20: $Vg, 21: $Vh }),
851
- o($Vx, [2, 17], { 21: $Vh }),
852
- o($Vx, [2, 18], { 21: $Vh }),
853
- o($Vx, [2, 19], { 21: $Vh }),
854
- o($Vt, [2, 20]),
855
- o($Vy, [2, 21], {
856
- 16: $Vc,
857
- 17: $Vd,
858
- 18: $Ve,
859
- 19: $Vf,
860
- 20: $Vg,
861
- 21: $Vh,
862
- 28: $Vl,
863
- 29: $Vm,
864
- 30: $Vn,
865
- 31: $Vo,
866
- 32: $Vp,
867
- 33: $Vq,
868
- 37: $Vr,
869
- }),
870
- o($Vy, [2, 22], {
871
- 16: $Vc,
872
- 17: $Vd,
873
- 18: $Ve,
874
- 19: $Vf,
875
- 20: $Vg,
876
- 21: $Vh,
877
- 28: $Vl,
878
- 29: $Vm,
879
- 30: $Vn,
880
- 31: $Vo,
881
- 32: $Vp,
882
- 33: $Vq,
883
- 37: $Vr,
884
- }),
885
- {
886
- 16: $Vc,
887
- 17: $Vd,
888
- 18: $Ve,
889
- 19: $Vf,
890
- 20: $Vg,
891
- 21: $Vh,
892
- 22: $Vi,
893
- 23: $Vj,
894
- 25: $Vk,
895
- 26: [1, 65],
896
- 28: $Vl,
897
- 29: $Vm,
898
- 30: $Vn,
899
- 31: $Vo,
900
- 32: $Vp,
901
- 33: $Vq,
902
- 37: $Vr,
903
- 38: $Vs,
904
- },
905
- o($Vz, [2, 26], { 16: $Vc, 17: $Vd, 18: $Ve, 19: $Vf, 20: $Vg, 21: $Vh }),
906
- o($Vz, [2, 27], { 16: $Vc, 17: $Vd, 18: $Ve, 19: $Vf, 20: $Vg, 21: $Vh }),
907
- o($Vz, [2, 28], { 16: $Vc, 17: $Vd, 18: $Ve, 19: $Vf, 20: $Vg, 21: $Vh }),
908
- o($Vz, [2, 29], { 16: $Vc, 17: $Vd, 18: $Ve, 19: $Vf, 20: $Vg, 21: $Vh }),
909
- o($Vz, [2, 30], { 16: $Vc, 17: $Vd, 18: $Ve, 19: $Vf, 20: $Vg, 21: $Vh }),
910
- o($Vz, [2, 31], { 16: $Vc, 17: $Vd, 18: $Ve, 19: $Vf, 20: $Vg, 21: $Vh }),
911
- o($Vu, $Vv, {
912
- 27: 12,
913
- 6: 61,
914
- 8: 66,
915
- 10: $V0,
916
- 11: $V1,
917
- 12: $V2,
918
- 13: $V3,
919
- 14: $V4,
920
- 15: $V5,
921
- 17: $V6,
922
- 24: $V7,
923
- 34: $V8,
924
- 35: $V9,
925
- 45: $Va,
926
- }),
927
- o([4, 7, 9, 25, 26, 36, 38, 41, 42, 44, 46], [2, 36], {
928
- 16: $Vc,
929
- 17: $Vd,
930
- 18: $Ve,
931
- 19: $Vf,
932
- 20: $Vg,
933
- 21: $Vh,
934
- 22: $Vi,
935
- 23: $Vj,
936
- 28: $Vl,
937
- 29: $Vm,
938
- 30: $Vn,
939
- 31: $Vo,
940
- 32: $Vp,
941
- 33: $Vq,
942
- 37: $Vr,
943
- }),
944
- { 9: $VA, 36: [1, 67] },
945
- o($Vu, [2, 7], {
946
- 16: $Vc,
947
- 17: $Vd,
948
- 18: $Ve,
949
- 19: $Vf,
950
- 20: $Vg,
951
- 21: $Vh,
952
- 22: $Vi,
953
- 23: $Vj,
954
- 25: $Vk,
955
- 28: $Vl,
956
- 29: $Vm,
957
- 30: $Vn,
958
- 31: $Vo,
959
- 32: $Vp,
960
- 33: $Vq,
961
- 37: $Vr,
962
- 38: $Vs,
963
- }),
964
- o($Vt, [2, 35]),
965
- { 41: [1, 70], 43: 69, 44: [1, 71], 46: [2, 41] },
966
- {
967
- 6: 72,
968
- 10: $V0,
969
- 11: $V1,
970
- 12: $V2,
971
- 13: $V3,
972
- 14: $V4,
973
- 15: $V5,
974
- 17: $V6,
975
- 24: $V7,
976
- 27: 12,
977
- 34: $V8,
978
- 35: $V9,
979
- 45: $Va,
980
- },
981
- {
982
- 6: 73,
983
- 10: $V0,
984
- 11: $V1,
985
- 12: $V2,
986
- 13: $V3,
987
- 14: $V4,
988
- 15: $V5,
989
- 17: $V6,
990
- 24: $V7,
991
- 27: 12,
992
- 34: $V8,
993
- 35: $V9,
994
- 45: $Va,
995
- },
996
- { 9: $VA, 36: [1, 74] },
997
- o($Vt, [2, 32]),
998
- {
999
- 6: 75,
1000
- 10: $V0,
1001
- 11: $V1,
1002
- 12: $V2,
1003
- 13: $V3,
1004
- 14: $V4,
1005
- 15: $V5,
1006
- 17: $V6,
1007
- 24: $V7,
1008
- 27: 12,
1009
- 34: $V8,
1010
- 35: $V9,
1011
- 45: $Va,
1012
- },
1013
- { 46: [1, 76] },
1014
- {
1015
- 6: 77,
1016
- 10: $V0,
1017
- 11: $V1,
1018
- 12: $V2,
1019
- 13: $V3,
1020
- 14: $V4,
1021
- 15: $V5,
1022
- 17: $V6,
1023
- 24: $V7,
1024
- 27: 12,
1025
- 34: $V8,
1026
- 35: $V9,
1027
- 45: $Va,
1028
- },
1029
- {
1030
- 6: 78,
1031
- 10: $V0,
1032
- 11: $V1,
1033
- 12: $V2,
1034
- 13: $V3,
1035
- 14: $V4,
1036
- 15: $V5,
1037
- 17: $V6,
1038
- 24: $V7,
1039
- 27: 12,
1040
- 34: $V8,
1041
- 35: $V9,
1042
- 45: $Va,
1043
- },
1044
- {
1045
- 16: $Vc,
1046
- 17: $Vd,
1047
- 18: $Ve,
1048
- 19: $Vf,
1049
- 20: $Vg,
1050
- 21: $Vh,
1051
- 22: $Vi,
1052
- 23: $Vj,
1053
- 25: $Vk,
1054
- 28: $Vl,
1055
- 29: $Vm,
1056
- 30: $Vn,
1057
- 31: $Vo,
1058
- 32: $Vp,
1059
- 33: $Vq,
1060
- 37: $Vr,
1061
- 38: $Vs,
1062
- 42: [1, 79],
1063
- },
1064
- o([4, 7, 9, 26, 36, 41, 42, 44, 46], [2, 24], {
1065
- 16: $Vc,
1066
- 17: $Vd,
1067
- 18: $Ve,
1068
- 19: $Vf,
1069
- 20: $Vg,
1070
- 21: $Vh,
1071
- 22: $Vi,
1072
- 23: $Vj,
1073
- 25: $Vk,
1074
- 28: $Vl,
1075
- 29: $Vm,
1076
- 30: $Vn,
1077
- 31: $Vo,
1078
- 32: $Vp,
1079
- 33: $Vq,
1080
- 37: $Vr,
1081
- 38: $Vs,
1082
- }),
1083
- o($Vt, [2, 34]),
1084
- o($Vu, [2, 8], {
1085
- 16: $Vc,
1086
- 17: $Vd,
1087
- 18: $Ve,
1088
- 19: $Vf,
1089
- 20: $Vg,
1090
- 21: $Vh,
1091
- 22: $Vi,
1092
- 23: $Vj,
1093
- 25: $Vk,
1094
- 28: $Vl,
1095
- 29: $Vm,
1096
- 30: $Vn,
1097
- 31: $Vo,
1098
- 32: $Vp,
1099
- 33: $Vq,
1100
- 37: $Vr,
1101
- 38: $Vs,
1102
- }),
1103
- o($Vt, [2, 43]),
1104
- {
1105
- 16: $Vc,
1106
- 17: $Vd,
1107
- 18: $Ve,
1108
- 19: $Vf,
1109
- 20: $Vg,
1110
- 21: $Vh,
1111
- 22: $Vi,
1112
- 23: $Vj,
1113
- 25: $Vk,
1114
- 28: $Vl,
1115
- 29: $Vm,
1116
- 30: $Vn,
1117
- 31: $Vo,
1118
- 32: $Vp,
1119
- 33: $Vq,
1120
- 37: $Vr,
1121
- 38: $Vs,
1122
- 42: [1, 80],
1123
- },
1124
- {
1125
- 16: $Vc,
1126
- 17: $Vd,
1127
- 18: $Ve,
1128
- 19: $Vf,
1129
- 20: $Vg,
1130
- 21: $Vh,
1131
- 22: $Vi,
1132
- 23: $Vj,
1133
- 25: $Vk,
1134
- 28: $Vl,
1135
- 29: $Vm,
1136
- 30: $Vn,
1137
- 31: $Vo,
1138
- 32: $Vp,
1139
- 33: $Vq,
1140
- 37: $Vr,
1141
- 38: $Vs,
1142
- 46: [2, 42],
1143
- },
1144
- {
1145
- 6: 81,
1146
- 10: $V0,
1147
- 11: $V1,
1148
- 12: $V2,
1149
- 13: $V3,
1150
- 14: $V4,
1151
- 15: $V5,
1152
- 17: $V6,
1153
- 24: $V7,
1154
- 27: 12,
1155
- 34: $V8,
1156
- 35: $V9,
1157
- 45: $Va,
1158
- },
1159
- {
1160
- 6: 82,
1161
- 10: $V0,
1162
- 11: $V1,
1163
- 12: $V2,
1164
- 13: $V3,
1165
- 14: $V4,
1166
- 15: $V5,
1167
- 17: $V6,
1168
- 24: $V7,
1169
- 27: 12,
1170
- 34: $V8,
1171
- 35: $V9,
1172
- 45: $Va,
1173
- },
1174
- o($VB, [2, 39], {
1175
- 16: $Vc,
1176
- 17: $Vd,
1177
- 18: $Ve,
1178
- 19: $Vf,
1179
- 20: $Vg,
1180
- 21: $Vh,
1181
- 22: $Vi,
1182
- 23: $Vj,
1183
- 25: $Vk,
1184
- 28: $Vl,
1185
- 29: $Vm,
1186
- 30: $Vn,
1187
- 31: $Vo,
1188
- 32: $Vp,
1189
- 33: $Vq,
1190
- 37: $Vr,
1191
- 38: $Vs,
1192
- }),
1193
- o($VB, [2, 40], {
1194
- 16: $Vc,
1195
- 17: $Vd,
1196
- 18: $Ve,
1197
- 19: $Vf,
1198
- 20: $Vg,
1199
- 21: $Vh,
1200
- 22: $Vi,
1201
- 23: $Vj,
1202
- 25: $Vk,
1203
- 28: $Vl,
1204
- 29: $Vm,
1205
- 30: $Vn,
1206
- 31: $Vo,
1207
- 32: $Vp,
1208
- 33: $Vq,
1209
- 37: $Vr,
1210
- 38: $Vs,
1211
- }),
1212
- ],
1213
- defaultActions: { 2: [2, 1], 17: [2, 2] },
1214
- parseError: function parseError(str, hash) {
1215
- if (hash.recoverable) {
74
+ var parser = (function(){
75
+ var o=function(k,v,o,l){for(o=o||{},l=k.length;l--;o[k[l]]=v);return o},$V0=[1,5],$V1=[1,6],$V2=[1,7],$V3=[1,8],$V4=[1,9],$V5=[1,13],$V6=[1,10],$V7=[1,14],$V8=[1,12],$V9=[1,15],$Va=[4,7],$Vb=[1,18],$Vc=[1,19],$Vd=[1,20],$Ve=[1,21],$Vf=[1,22],$Vg=[1,23],$Vh=[1,24],$Vi=[1,25],$Vj=[1,26],$Vk=[1,27],$Vl=[1,28],$Vm=[1,29],$Vn=[1,30],$Vo=[1,31],$Vp=[1,32],$Vq=[1,33],$Vr=[1,34],$Vs=[1,35],$Vt=[1,36],$Vu=[1,37],$Vv=[1,38],$Vw=[4,7,9,15,16,17,18,19,20,21,22,24,25,27,28,29,30,31,32,33,35,36,37,38,40,41,44,45,47,49],$Vx=[9,35],$Vy=[2,6],$Vz=[4,7,9,15,16,21,22,24,25,27,28,29,30,31,32,33,35,36,37,38,40,41,44,45,47,49],$VA=[4,7,9,15,16,17,18,19,21,22,24,25,27,28,29,30,31,32,33,35,36,37,38,40,41,44,45,47,49],$VB=[4,7,9,21,22,24,25,35,41,44,45,47,49],$VC=[4,7,9,21,22,24,25,27,28,29,30,31,32,33,35,36,37,38,40,41,44,45,47,49],$VD=[1,76],$VE=[44,47,49];
76
+ var parser = {trace: function trace () { },
77
+ yy: {},
78
+ symbols_: {"error":2,"program":3,"EOF":4,"expressions":5,"e":6,"NEWLINE":7,"args":8,",":9,"TRUE":10,"FALSE":11,"NUMBER":12,"STRING":13,"COL":14,"+":15,"-":16,"*":17,"/":18,"%":19,"^":20,"|":21,"&":22,"!":23,"?":24,":":25,"case_when":26,"=":27,"!=":28,"<":29,"<=":30,">":31,">=":32,"BETWEEN":33,"(":34,")":35,"STARTS_WITH":36,"ENDS_WITH":37,"CONTAINS":38,"FUNCTION":39,"IN":40,"WHERE":41,"case_expression_value":42,"when_then_list":43,"WHEN":44,"THEN":45,"case_when_else":46,"ELSE":47,"CASE":48,"END":49,"$accept":0,"$end":1},
79
+ terminals_: {2:"error",4:"EOF",7:"NEWLINE",9:",",10:"TRUE",11:"FALSE",12:"NUMBER",13:"STRING",14:"COL",15:"+",16:"-",17:"*",18:"/",19:"%",20:"^",21:"|",22:"&",23:"!",24:"?",25:":",27:"=",28:"!=",29:"<",30:"<=",31:">",32:">=",33:"BETWEEN",34:"(",35:")",36:"STARTS_WITH",37:"ENDS_WITH",38:"CONTAINS",39:"FUNCTION",40:"IN",41:"WHERE",44:"WHEN",45:"THEN",47:"ELSE",48:"CASE",49:"END"},
80
+ productions_: [0,[3,1],[3,2],[5,1],[5,2],[5,3],[8,0],[8,1],[8,3],[6,1],[6,1],[6,1],[6,1],[6,1],[6,3],[6,3],[6,3],[6,3],[6,3],[6,3],[6,3],[6,3],[6,2],[6,5],[6,1],[6,3],[6,3],[6,3],[6,3],[6,3],[6,3],[6,5],[6,3],[6,3],[6,3],[6,4],[6,2],[6,5],[6,3],[6,3],[42,0],[42,1],[43,4],[43,5],[46,0],[46,2],[26,5]],
81
+ performAction: function anonymous(yytext, yyleng, yylineno, yy, yystate /* action[1] */, $$ /* vstack */, _$ /* lstack */) {
82
+ /* this == yyval */
83
+
84
+ var $0 = $$.length - 1;
85
+ switch (yystate) {
86
+ case 1:
87
+ return [];
88
+ break;
89
+ case 2:
90
+ return $$[$0-1];
91
+ break;
92
+ case 3: case 7:
93
+ this.$ = [$$[$0]];
94
+ break;
95
+ case 4: case 38:
96
+ this.$ = $$[$0-1];
97
+ break;
98
+ case 5: case 8:
99
+ this.$ = $$[$0-2].concat([$$[$0]]);
100
+ break;
101
+ case 6:
102
+ this.$ = [];
103
+ break;
104
+ case 9:
105
+ this.$ = true;
106
+ break;
107
+ case 10:
108
+ this.$ = false;
109
+ break;
110
+ case 11:
111
+ this.$ = Number($$[$0]);
112
+ break;
113
+ case 12:
114
+ this.$ = $$[$0].slice(1, -1);
115
+ break;
116
+ case 13:
117
+ this.$ = yy.node('COL', [$$[$0].slice(1, -1)], this._$, 'COLUMN');
118
+ break;
119
+ case 14:
120
+ this.$ = yy.node('ADD', [$$[$0-2], $$[$0]], this._$, 'INFIX');
121
+ break;
122
+ case 15:
123
+ this.$ = yy.node('SUB', [$$[$0-2], $$[$0]], this._$, 'INFIX');
124
+ break;
125
+ case 16:
126
+ this.$ = yy.node('MUL', [$$[$0-2], $$[$0]], this._$, 'INFIX');
127
+ break;
128
+ case 17:
129
+ this.$ = yy.node('DIV', [$$[$0-2], $$[$0]], this._$, 'INFIX');
130
+ break;
131
+ case 18:
132
+ this.$ = yy.node('MOD', [$$[$0-2], $$[$0]], this._$, 'INFIX');
133
+ break;
134
+ case 19:
135
+ this.$ = yy.node('POW', [$$[$0-2], $$[$0]], this._$, 'INFIX');
136
+ break;
137
+ case 20:
138
+ this.$ = yy.node('OR', [$$[$0-2], $$[$0]], this._$, 'INFIX');
139
+ break;
140
+ case 21:
141
+ this.$ = yy.node('AND', [$$[$0-2], $$[$0]], this._$, 'INFIX');
142
+ break;
143
+ case 22:
144
+ this.$ = yy.node('NOT', [$$[$0]], this._$, 'UNARY');
145
+ break;
146
+ case 23:
147
+ this.$ = yy.node('IF', [$$[$0-4], $$[$0-2], $$[$0]], this._$, 'CONDITIONAL');
148
+ break;
149
+ case 24: case 41: case 45:
150
+ this.$ = $$[$0]
151
+ break;
152
+ case 25:
153
+ this.$ = yy.node('EQ', [$$[$0-2], $$[$0]], this._$, 'INFIX');
154
+ break;
155
+ case 26:
156
+ this.$ = yy.node('NEQ', [$$[$0-2], $$[$0]], this._$, 'INFIX');
157
+ break;
158
+ case 27:
159
+ this.$ = yy.node('LT', [$$[$0-2], $$[$0]], this._$, 'INFIX');
160
+ break;
161
+ case 28:
162
+ this.$ = yy.node('LTE', [$$[$0-2], $$[$0]], this._$, 'INFIX');
163
+ break;
164
+ case 29:
165
+ this.$ = yy.node('GT', [$$[$0-2], $$[$0]], this._$, 'INFIX');
166
+ break;
167
+ case 30:
168
+ this.$ = yy.node('GTE', [$$[$0-2], $$[$0]], this._$, 'INFIX');
169
+ break;
170
+ case 31:
171
+ this.$ = yy.node('BETWEEN', [$$[$0-4], $$[$0-1]], this._$, 'INFIX');
172
+ break;
173
+ case 32:
174
+ this.$ = yy.node('STARTS_WITH', [$$[$0-2], $$[$0]], this._$, 'INFIX');
175
+ break;
176
+ case 33:
177
+ this.$ = yy.node('ENDS_WITH', [$$[$0-2], $$[$0]], this._$, 'INFIX');
178
+ break;
179
+ case 34:
180
+ this.$ = yy.node('CONTAINS', [$$[$0-2], $$[$0]], this._$, 'INFIX');
181
+ break;
182
+ case 35:
183
+ this.$ = yy.node($$[$0-3].toUpperCase(), $$[$0-1], this._$, 'FUNCTION');
184
+ break;
185
+ case 36:
186
+ this.$ = -$$[$0];
187
+ break;
188
+ case 37:
189
+ this.$ = yy.node('IN', [$$[$0-4], $$[$0-1]], this._$, 'INFIX');
190
+ break;
191
+ case 39:
192
+ this.$ = yy.node('WHERE', [$$[$0-2], $$[$0]], this._$, 'INFIX');
193
+ break;
194
+ case 40: case 44:
195
+ this.$ = null
196
+ break;
197
+ case 42:
198
+ this.$ = [ { WHEN: $$[$0-2], THEN: $$[$0] } ]
199
+ break;
200
+ case 43:
201
+ this.$ = $$[$0-4]; this.$.push({ WHEN: $$[$0-2], THEN: $$[$0] });
202
+ break;
203
+ case 46:
204
+ this.$ = yy.node('CASE', [$$[$0-3], $$[$0-2], $$[$0-1]], this._$, 'CONDITIONAL');
205
+ break;
206
+ }
207
+ },
208
+ table: [{3:1,4:[1,2],5:3,6:4,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{1:[3]},{1:[2,1]},{4:[1,16],7:[1,17]},o($Va,[2,3],{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg,21:$Vh,22:$Vi,24:$Vj,27:$Vk,28:$Vl,29:$Vm,30:$Vn,31:$Vo,32:$Vp,33:$Vq,36:$Vr,37:$Vs,38:$Vt,40:$Vu,41:$Vv}),o($Vw,[2,9]),o($Vw,[2,10]),o($Vw,[2,11]),o($Vw,[2,12]),o($Vw,[2,13]),{6:39,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},o($Vw,[2,24]),{34:[1,40]},{6:41,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{6:42,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{6:44,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,42:43,44:[2,40],48:$V9},{1:[2,2]},o($Va,[2,4],{26:11,6:45,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,34:$V7,39:$V8,48:$V9}),{6:46,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{6:47,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{6:48,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{6:49,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{6:50,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{6:51,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{6:52,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{6:53,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{6:54,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{6:55,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{6:56,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{6:57,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{6:58,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{6:59,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{6:60,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{34:[1,61]},{6:62,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{6:63,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{6:64,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{34:[1,65]},{6:66,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},o($Vw,[2,22]),o($Vx,$Vy,{26:11,8:67,6:68,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,34:$V7,39:$V8,48:$V9}),o($Vw,[2,36]),{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg,21:$Vh,22:$Vi,24:$Vj,27:$Vk,28:$Vl,29:$Vm,30:$Vn,31:$Vo,32:$Vp,33:$Vq,35:[1,69],36:$Vr,37:$Vs,38:$Vt,40:$Vu,41:$Vv},{43:70,44:[1,71]},{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg,21:$Vh,22:$Vi,24:$Vj,27:$Vk,28:$Vl,29:$Vm,30:$Vn,31:$Vo,32:$Vp,33:$Vq,36:$Vr,37:$Vs,38:$Vt,40:$Vu,41:$Vv,44:[2,41]},o($Va,[2,5],{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg,21:$Vh,22:$Vi,24:$Vj,27:$Vk,28:$Vl,29:$Vm,30:$Vn,31:$Vo,32:$Vp,33:$Vq,36:$Vr,37:$Vs,38:$Vt,40:$Vu,41:$Vv}),o($Vz,[2,14],{17:$Vd,18:$Ve,19:$Vf,20:$Vg}),o($Vz,[2,15],{17:$Vd,18:$Ve,19:$Vf,20:$Vg}),o($VA,[2,16],{20:$Vg}),o($VA,[2,17],{20:$Vg}),o($VA,[2,18],{20:$Vg}),o($Vw,[2,19]),o($VB,[2,20],{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg,27:$Vk,28:$Vl,29:$Vm,30:$Vn,31:$Vo,32:$Vp,33:$Vq,36:$Vr,37:$Vs,38:$Vt,40:$Vu}),o($VB,[2,21],{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg,27:$Vk,28:$Vl,29:$Vm,30:$Vn,31:$Vo,32:$Vp,33:$Vq,36:$Vr,37:$Vs,38:$Vt,40:$Vu}),{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg,21:$Vh,22:$Vi,24:$Vj,25:[1,72],27:$Vk,28:$Vl,29:$Vm,30:$Vn,31:$Vo,32:$Vp,33:$Vq,36:$Vr,37:$Vs,38:$Vt,40:$Vu,41:$Vv},o($VC,[2,25],{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg}),o($VC,[2,26],{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg}),o($VC,[2,27],{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg}),o($VC,[2,28],{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg}),o($VC,[2,29],{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg}),o($VC,[2,30],{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg}),o($Vx,$Vy,{26:11,6:68,8:73,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,34:$V7,39:$V8,48:$V9}),o($VC,[2,32],{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg}),o($VC,[2,33],{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg}),o($VC,[2,34],{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg}),o($Vx,$Vy,{26:11,6:68,8:74,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,34:$V7,39:$V8,48:$V9}),o([4,7,9,24,25,35,41,44,45,47,49],[2,39],{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg,21:$Vh,22:$Vi,27:$Vk,28:$Vl,29:$Vm,30:$Vn,31:$Vo,32:$Vp,33:$Vq,36:$Vr,37:$Vs,38:$Vt,40:$Vu}),{9:$VD,35:[1,75]},o($Vx,[2,7],{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg,21:$Vh,22:$Vi,24:$Vj,27:$Vk,28:$Vl,29:$Vm,30:$Vn,31:$Vo,32:$Vp,33:$Vq,36:$Vr,37:$Vs,38:$Vt,40:$Vu,41:$Vv}),o($Vw,[2,38]),{44:[1,78],46:77,47:[1,79],49:[2,44]},{6:80,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{6:81,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{9:$VD,35:[1,82]},{9:$VD,35:[1,83]},o($Vw,[2,35]),{6:84,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{49:[1,85]},{6:86,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{6:87,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg,21:$Vh,22:$Vi,24:$Vj,27:$Vk,28:$Vl,29:$Vm,30:$Vn,31:$Vo,32:$Vp,33:$Vq,36:$Vr,37:$Vs,38:$Vt,40:$Vu,41:$Vv,45:[1,88]},o([4,7,9,25,35,44,45,47,49],[2,23],{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg,21:$Vh,22:$Vi,24:$Vj,27:$Vk,28:$Vl,29:$Vm,30:$Vn,31:$Vo,32:$Vp,33:$Vq,36:$Vr,37:$Vs,38:$Vt,40:$Vu,41:$Vv}),o($Vw,[2,31]),o($Vw,[2,37]),o($Vx,[2,8],{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg,21:$Vh,22:$Vi,24:$Vj,27:$Vk,28:$Vl,29:$Vm,30:$Vn,31:$Vo,32:$Vp,33:$Vq,36:$Vr,37:$Vs,38:$Vt,40:$Vu,41:$Vv}),o($Vw,[2,46]),{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg,21:$Vh,22:$Vi,24:$Vj,27:$Vk,28:$Vl,29:$Vm,30:$Vn,31:$Vo,32:$Vp,33:$Vq,36:$Vr,37:$Vs,38:$Vt,40:$Vu,41:$Vv,45:[1,89]},{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg,21:$Vh,22:$Vi,24:$Vj,27:$Vk,28:$Vl,29:$Vm,30:$Vn,31:$Vo,32:$Vp,33:$Vq,36:$Vr,37:$Vs,38:$Vt,40:$Vu,41:$Vv,49:[2,45]},{6:90,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},{6:91,10:$V0,11:$V1,12:$V2,13:$V3,14:$V4,16:$V5,23:$V6,26:11,34:$V7,39:$V8,48:$V9},o($VE,[2,42],{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg,21:$Vh,22:$Vi,24:$Vj,27:$Vk,28:$Vl,29:$Vm,30:$Vn,31:$Vo,32:$Vp,33:$Vq,36:$Vr,37:$Vs,38:$Vt,40:$Vu,41:$Vv}),o($VE,[2,43],{15:$Vb,16:$Vc,17:$Vd,18:$Ve,19:$Vf,20:$Vg,21:$Vh,22:$Vi,24:$Vj,27:$Vk,28:$Vl,29:$Vm,30:$Vn,31:$Vo,32:$Vp,33:$Vq,36:$Vr,37:$Vs,38:$Vt,40:$Vu,41:$Vv})],
209
+ defaultActions: {2:[2,1],16:[2,2]},
210
+ parseError: function parseError (str, hash) {
211
+ if (hash.recoverable) {
1216
212
  this.trace(str);
1217
- } else {
213
+ } else {
1218
214
  var error = new Error(str);
1219
215
  error.hash = hash;
1220
216
  throw error;
1221
- }
1222
- },
1223
- parse: function parse(input) {
1224
- var self = this,
1225
- stack = [0],
1226
- tstack = [],
1227
- vstack = [null],
1228
- lstack = [],
1229
- table = this.table,
1230
- yytext = '',
1231
- yylineno = 0,
1232
- yyleng = 0,
1233
- recovering = 0,
1234
- TERROR = 2,
1235
- EOF = 1;
1236
- var args = lstack.slice.call(arguments, 1);
1237
- var lexer = Object.create(this.lexer);
1238
- var sharedState = { yy: {} };
1239
- for (var k in this.yy) {
217
+ }
218
+ },
219
+ parse: function parse(input) {
220
+ var self = this, stack = [0], tstack = [], vstack = [null], lstack = [], table = this.table, yytext = '', yylineno = 0, yyleng = 0, recovering = 0, TERROR = 2, EOF = 1;
221
+ var args = lstack.slice.call(arguments, 1);
222
+ var lexer = Object.create(this.lexer);
223
+ var sharedState = { yy: {} };
224
+ for (var k in this.yy) {
1240
225
  if (Object.prototype.hasOwnProperty.call(this.yy, k)) {
1241
- sharedState.yy[k] = this.yy[k];
226
+ sharedState.yy[k] = this.yy[k];
1242
227
  }
1243
- }
1244
- lexer.setInput(input, sharedState.yy);
1245
- sharedState.yy.lexer = lexer;
1246
- sharedState.yy.parser = this;
1247
- if (typeof lexer.yylloc == 'undefined') {
228
+ }
229
+ lexer.setInput(input, sharedState.yy);
230
+ sharedState.yy.lexer = lexer;
231
+ sharedState.yy.parser = this;
232
+ if (typeof lexer.yylloc == 'undefined') {
1248
233
  lexer.yylloc = {};
1249
- }
1250
- var yyloc = lexer.yylloc;
1251
- lstack.push(yyloc);
1252
- var ranges = lexer.options && lexer.options.ranges;
1253
- if (typeof sharedState.yy.parseError === 'function') {
234
+ }
235
+ var yyloc = lexer.yylloc;
236
+ lstack.push(yyloc);
237
+ var ranges = lexer.options && lexer.options.ranges;
238
+ if (typeof sharedState.yy.parseError === 'function') {
1254
239
  this.parseError = sharedState.yy.parseError;
1255
- } else {
240
+ } else {
1256
241
  this.parseError = Object.getPrototypeOf(this).parseError;
1257
- }
1258
- function popStack(n) {
242
+ }
243
+ function popStack(n) {
1259
244
  stack.length = stack.length - 2 * n;
1260
245
  vstack.length = vstack.length - n;
1261
246
  lstack.length = lstack.length - n;
1262
- }
1263
- _token_stack: var lex = function () {
1264
- var token;
1265
- token = lexer.lex() || EOF;
1266
- if (typeof token !== 'number') {
1267
- token = self.symbols_[token] || token;
1268
- }
1269
- return token;
1270
- };
1271
- var symbol,
1272
- preErrorSymbol,
1273
- state,
1274
- action,
1275
- a,
1276
- r,
1277
- yyval = {},
1278
- p,
1279
- len,
1280
- newState,
1281
- expected;
1282
- while (true) {
247
+ }
248
+ _token_stack:
249
+ var lex = function () {
250
+ var token;
251
+ token = lexer.lex() || EOF;
252
+ if (typeof token !== 'number') {
253
+ token = self.symbols_[token] || token;
254
+ }
255
+ return token;
256
+ };
257
+ var symbol, preErrorSymbol, state, action, a, r, yyval = {}, p, len, newState, expected;
258
+ while (true) {
1283
259
  state = stack[stack.length - 1];
1284
260
  if (this.defaultActions[state]) {
1285
- action = this.defaultActions[state];
261
+ action = this.defaultActions[state];
1286
262
  } else {
1287
- if (symbol === null || typeof symbol == 'undefined') {
1288
- symbol = lex();
1289
- }
1290
- action = table[state] && table[state][symbol];
1291
- }
1292
- if (typeof action === 'undefined' || !action.length || !action[0]) {
1293
- var errStr = '';
1294
- expected = [];
1295
- for (p in table[state]) {
1296
- if (this.terminals_[p] && p > TERROR) {
1297
- expected.push("'" + this.terminals_[p] + "'");
263
+ if (symbol === null || typeof symbol == 'undefined') {
264
+ symbol = lex();
1298
265
  }
1299
- }
1300
- if (lexer.showPosition) {
1301
- errStr =
1302
- 'Parse error on line ' +
1303
- (yylineno + 1) +
1304
- ':\n' +
1305
- lexer.showPosition() +
1306
- '\nExpecting ' +
1307
- expected.join(', ') +
1308
- ", got '" +
1309
- (this.terminals_[symbol] || symbol) +
1310
- "'";
1311
- } else {
1312
- errStr =
1313
- 'Parse error on line ' +
1314
- (yylineno + 1) +
1315
- ': Unexpected ' +
1316
- (symbol == EOF
1317
- ? 'end of input'
1318
- : "'" + (this.terminals_[symbol] || symbol) + "'");
1319
- }
1320
- this.parseError(errStr, {
1321
- text: lexer.match,
1322
- token: this.terminals_[symbol] || symbol,
1323
- line: lexer.yylineno,
1324
- loc: yyloc,
1325
- expected: expected,
1326
- });
266
+ action = table[state] && table[state][symbol];
1327
267
  }
268
+ if (typeof action === 'undefined' || !action.length || !action[0]) {
269
+ var errStr = '';
270
+ expected = [];
271
+ for (p in table[state]) {
272
+ if (this.terminals_[p] && p > TERROR) {
273
+ expected.push('\'' + this.terminals_[p] + '\'');
274
+ }
275
+ }
276
+ if (lexer.showPosition) {
277
+ errStr = 'Parse error on line ' + (yylineno + 1) + ':\n' + lexer.showPosition() + '\nExpecting ' + expected.join(', ') + ', got \'' + (this.terminals_[symbol] || symbol) + '\'';
278
+ } else {
279
+ errStr = 'Parse error on line ' + (yylineno + 1) + ': Unexpected ' + (symbol == EOF ? 'end of input' : '\'' + (this.terminals_[symbol] || symbol) + '\'');
280
+ }
281
+ this.parseError(errStr, {
282
+ text: lexer.match,
283
+ token: this.terminals_[symbol] || symbol,
284
+ line: lexer.yylineno,
285
+ loc: yyloc,
286
+ expected: expected
287
+ });
288
+ }
1328
289
  if (action[0] instanceof Array && action.length > 1) {
1329
- throw new Error(
1330
- 'Parse Error: multiple actions possible at state: ' +
1331
- state +
1332
- ', token: ' +
1333
- symbol
1334
- );
290
+ throw new Error('Parse Error: multiple actions possible at state: ' + state + ', token: ' + symbol);
1335
291
  }
1336
292
  switch (action[0]) {
1337
- case 1:
293
+ case 1:
1338
294
  stack.push(symbol);
1339
295
  vstack.push(lexer.yytext);
1340
296
  lstack.push(lexer.yylloc);
1341
297
  stack.push(action[1]);
1342
298
  symbol = null;
1343
299
  if (!preErrorSymbol) {
1344
- yyleng = lexer.yyleng;
1345
- yytext = lexer.yytext;
1346
- yylineno = lexer.yylineno;
1347
- yyloc = lexer.yylloc;
1348
- if (recovering > 0) {
1349
- recovering--;
1350
- }
300
+ yyleng = lexer.yyleng;
301
+ yytext = lexer.yytext;
302
+ yylineno = lexer.yylineno;
303
+ yyloc = lexer.yylloc;
304
+ if (recovering > 0) {
305
+ recovering--;
306
+ }
1351
307
  } else {
1352
- symbol = preErrorSymbol;
1353
- preErrorSymbol = null;
308
+ symbol = preErrorSymbol;
309
+ preErrorSymbol = null;
1354
310
  }
1355
311
  break;
1356
- case 2:
312
+ case 2:
1357
313
  len = this.productions_[action[1]][1];
1358
314
  yyval.$ = vstack[vstack.length - len];
1359
315
  yyval._$ = {
1360
- first_line: lstack[lstack.length - (len || 1)].first_line,
1361
- last_line: lstack[lstack.length - 1].last_line,
1362
- first_column: lstack[lstack.length - (len || 1)].first_column,
1363
- last_column: lstack[lstack.length - 1].last_column,
316
+ first_line: lstack[lstack.length - (len || 1)].first_line,
317
+ last_line: lstack[lstack.length - 1].last_line,
318
+ first_column: lstack[lstack.length - (len || 1)].first_column,
319
+ last_column: lstack[lstack.length - 1].last_column
1364
320
  };
1365
321
  if (ranges) {
1366
- yyval._$.range = [
1367
- lstack[lstack.length - (len || 1)].range[0],
1368
- lstack[lstack.length - 1].range[1],
1369
- ];
322
+ yyval._$.range = [
323
+ lstack[lstack.length - (len || 1)].range[0],
324
+ lstack[lstack.length - 1].range[1]
325
+ ];
1370
326
  }
1371
- r = this.performAction.apply(
1372
- yyval,
1373
- [
327
+ r = this.performAction.apply(yyval, [
1374
328
  yytext,
1375
329
  yyleng,
1376
330
  yylineno,
1377
331
  sharedState.yy,
1378
332
  action[1],
1379
333
  vstack,
1380
- lstack,
1381
- ].concat(args)
1382
- );
334
+ lstack
335
+ ].concat(args));
1383
336
  if (typeof r !== 'undefined') {
1384
- return r;
337
+ return r;
1385
338
  }
1386
339
  if (len) {
1387
- stack = stack.slice(0, -1 * len * 2);
1388
- vstack = vstack.slice(0, -1 * len);
1389
- lstack = lstack.slice(0, -1 * len);
340
+ stack = stack.slice(0, -1 * len * 2);
341
+ vstack = vstack.slice(0, -1 * len);
342
+ lstack = lstack.slice(0, -1 * len);
1390
343
  }
1391
344
  stack.push(this.productions_[action[1]][0]);
1392
345
  vstack.push(yyval.$);
@@ -1394,28 +347,28 @@ var parser = (function () {
1394
347
  newState = table[stack[stack.length - 2]][stack[stack.length - 1]];
1395
348
  stack.push(newState);
1396
349
  break;
1397
- case 3:
350
+ case 3:
1398
351
  return true;
1399
352
  }
1400
- }
1401
- return true;
1402
- },
1403
- };
1404
- /* generated by jison-lex 0.3.4 */
1405
- var lexer = (function () {
1406
- var lexer = {
1407
- EOF: 1,
353
+ }
354
+ return true;
355
+ }};
356
+ /* generated by jison-lex 0.3.4 */
357
+ var lexer = (function(){
358
+ var lexer = ({
1408
359
 
1409
- parseError: function parseError(str, hash) {
360
+ EOF:1,
361
+
362
+ parseError:function parseError(str, hash) {
1410
363
  if (this.yy.parser) {
1411
- this.yy.parser.parseError(str, hash);
364
+ this.yy.parser.parseError(str, hash);
1412
365
  } else {
1413
- throw new Error(str);
366
+ throw new Error(str);
1414
367
  }
1415
- },
368
+ },
1416
369
 
1417
- // resets the lexer, sets new input
1418
- setInput: function (input, yy) {
370
+ // resets the lexer, sets new input
371
+ setInput:function (input, yy) {
1419
372
  this.yy = yy || this.yy || {};
1420
373
  this._input = input;
1421
374
  this._more = this._backtrack = this.done = false;
@@ -1423,20 +376,20 @@ var parser = (function () {
1423
376
  this.yytext = this.matched = this.match = '';
1424
377
  this.conditionStack = ['INITIAL'];
1425
378
  this.yylloc = {
1426
- first_line: 1,
1427
- first_column: 0,
1428
- last_line: 1,
1429
- last_column: 0,
379
+ first_line: 1,
380
+ first_column: 0,
381
+ last_line: 1,
382
+ last_column: 0
1430
383
  };
1431
384
  if (this.options.ranges) {
1432
- this.yylloc.range = [0, 0];
385
+ this.yylloc.range = [0,0];
1433
386
  }
1434
387
  this.offset = 0;
1435
388
  return this;
1436
- },
389
+ },
1437
390
 
1438
- // consumes and returns one char from the input
1439
- input: function () {
391
+ // consumes and returns one char from the input
392
+ input:function () {
1440
393
  var ch = this._input[0];
1441
394
  this.yytext += ch;
1442
395
  this.yyleng++;
@@ -1445,21 +398,21 @@ var parser = (function () {
1445
398
  this.matched += ch;
1446
399
  var lines = ch.match(/(?:\r\n?|\n).*/g);
1447
400
  if (lines) {
1448
- this.yylineno++;
1449
- this.yylloc.last_line++;
401
+ this.yylineno++;
402
+ this.yylloc.last_line++;
1450
403
  } else {
1451
- this.yylloc.last_column++;
404
+ this.yylloc.last_column++;
1452
405
  }
1453
406
  if (this.options.ranges) {
1454
- this.yylloc.range[1]++;
407
+ this.yylloc.range[1]++;
1455
408
  }
1456
409
 
1457
410
  this._input = this._input.slice(1);
1458
411
  return ch;
1459
- },
412
+ },
1460
413
 
1461
- // unshifts one char (or a string) into the input
1462
- unput: function (ch) {
414
+ // unshifts one char (or a string) into the input
415
+ unput:function (ch) {
1463
416
  var len = ch.length;
1464
417
  var lines = ch.split(/(?:\r\n?|\n)/g);
1465
418
 
@@ -1472,487 +425,371 @@ var parser = (function () {
1472
425
  this.matched = this.matched.substr(0, this.matched.length - 1);
1473
426
 
1474
427
  if (lines.length - 1) {
1475
- this.yylineno -= lines.length - 1;
428
+ this.yylineno -= lines.length - 1;
1476
429
  }
1477
430
  var r = this.yylloc.range;
1478
431
 
1479
432
  this.yylloc = {
1480
- first_line: this.yylloc.first_line,
1481
- last_line: this.yylineno + 1,
1482
- first_column: this.yylloc.first_column,
1483
- last_column: lines
1484
- ? (lines.length === oldLines.length
1485
- ? this.yylloc.first_column
1486
- : 0) +
1487
- oldLines[oldLines.length - lines.length].length -
1488
- lines[0].length
1489
- : this.yylloc.first_column - len,
433
+ first_line: this.yylloc.first_line,
434
+ last_line: this.yylineno + 1,
435
+ first_column: this.yylloc.first_column,
436
+ last_column: lines ?
437
+ (lines.length === oldLines.length ? this.yylloc.first_column : 0)
438
+ + oldLines[oldLines.length - lines.length].length - lines[0].length :
439
+ this.yylloc.first_column - len
1490
440
  };
1491
441
 
1492
442
  if (this.options.ranges) {
1493
- this.yylloc.range = [r[0], r[0] + this.yyleng - len];
443
+ this.yylloc.range = [r[0], r[0] + this.yyleng - len];
1494
444
  }
1495
445
  this.yyleng = this.yytext.length;
1496
446
  return this;
1497
- },
447
+ },
1498
448
 
1499
- // When called from action, caches matched text and appends it on next action
1500
- more: function () {
449
+ // When called from action, caches matched text and appends it on next action
450
+ more:function () {
1501
451
  this._more = true;
1502
452
  return this;
1503
- },
453
+ },
1504
454
 
1505
- // When called from action, signals the lexer that this rule fails to match the input, so the next matching rule (regex) should be tested instead.
1506
- reject: function () {
455
+ // When called from action, signals the lexer that this rule fails to match the input, so the next matching rule (regex) should be tested instead.
456
+ reject:function () {
1507
457
  if (this.options.backtrack_lexer) {
1508
- this._backtrack = true;
458
+ this._backtrack = true;
1509
459
  } else {
1510
- return this.parseError(
1511
- 'Lexical error on line ' +
1512
- (this.yylineno + 1) +
1513
- '. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n' +
1514
- this.showPosition(),
1515
- {
1516
- text: '',
1517
- token: null,
1518
- line: this.yylineno,
1519
- }
1520
- );
460
+ return this.parseError('Lexical error on line ' + (this.yylineno + 1) + '. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n' + this.showPosition(), {
461
+ text: "",
462
+ token: null,
463
+ line: this.yylineno
464
+ });
465
+
1521
466
  }
1522
467
  return this;
1523
- },
468
+ },
1524
469
 
1525
- // retain first n characters of the match
1526
- less: function (n) {
470
+ // retain first n characters of the match
471
+ less:function (n) {
1527
472
  this.unput(this.match.slice(n));
1528
- },
473
+ },
1529
474
 
1530
- // displays already matched input, i.e. for error messages
1531
- pastInput: function () {
1532
- var past = this.matched.substr(
1533
- 0,
1534
- this.matched.length - this.match.length
1535
- );
1536
- return (
1537
- (past.length > 20 ? '...' : '') + past.substr(-20).replace(/\n/g, '')
1538
- );
1539
- },
475
+ // displays already matched input, i.e. for error messages
476
+ pastInput:function () {
477
+ var past = this.matched.substr(0, this.matched.length - this.match.length);
478
+ return (past.length > 20 ? '...':'') + past.substr(-20).replace(/\n/g, "");
479
+ },
1540
480
 
1541
- // displays upcoming input, i.e. for error messages
1542
- upcomingInput: function () {
481
+ // displays upcoming input, i.e. for error messages
482
+ upcomingInput:function () {
1543
483
  var next = this.match;
1544
484
  if (next.length < 20) {
1545
- next += this._input.substr(0, 20 - next.length);
485
+ next += this._input.substr(0, 20-next.length);
1546
486
  }
1547
- return (next.substr(0, 20) + (next.length > 20 ? '...' : '')).replace(
1548
- /\n/g,
1549
- ''
1550
- );
1551
- },
487
+ return (next.substr(0,20) + (next.length > 20 ? '...' : '')).replace(/\n/g, "");
488
+ },
1552
489
 
1553
- // displays the character position where the lexing error occurred, i.e. for error messages
1554
- showPosition: function () {
490
+ // displays the character position where the lexing error occurred, i.e. for error messages
491
+ showPosition:function () {
1555
492
  var pre = this.pastInput();
1556
- var c = new Array(pre.length + 1).join('-');
1557
- return pre + this.upcomingInput() + '\n' + c + '^';
1558
- },
493
+ var c = new Array(pre.length + 1).join("-");
494
+ return pre + this.upcomingInput() + "\n" + c + "^";
495
+ },
1559
496
 
1560
- // test the lexed token: return FALSE when not a match, otherwise return token
1561
- test_match: function (match, indexed_rule) {
1562
- var token, lines, backup;
497
+ // test the lexed token: return FALSE when not a match, otherwise return token
498
+ test_match:function(match, indexed_rule) {
499
+ var token,
500
+ lines,
501
+ backup;
1563
502
 
1564
503
  if (this.options.backtrack_lexer) {
1565
- // save context
1566
- backup = {
1567
- yylineno: this.yylineno,
1568
- yylloc: {
1569
- first_line: this.yylloc.first_line,
1570
- last_line: this.last_line,
1571
- first_column: this.yylloc.first_column,
1572
- last_column: this.yylloc.last_column,
1573
- },
1574
- yytext: this.yytext,
1575
- match: this.match,
1576
- matches: this.matches,
1577
- matched: this.matched,
1578
- yyleng: this.yyleng,
1579
- offset: this.offset,
1580
- _more: this._more,
1581
- _input: this._input,
1582
- yy: this.yy,
1583
- conditionStack: this.conditionStack.slice(0),
1584
- done: this.done,
1585
- };
1586
- if (this.options.ranges) {
1587
- backup.yylloc.range = this.yylloc.range.slice(0);
1588
- }
504
+ // save context
505
+ backup = {
506
+ yylineno: this.yylineno,
507
+ yylloc: {
508
+ first_line: this.yylloc.first_line,
509
+ last_line: this.last_line,
510
+ first_column: this.yylloc.first_column,
511
+ last_column: this.yylloc.last_column
512
+ },
513
+ yytext: this.yytext,
514
+ match: this.match,
515
+ matches: this.matches,
516
+ matched: this.matched,
517
+ yyleng: this.yyleng,
518
+ offset: this.offset,
519
+ _more: this._more,
520
+ _input: this._input,
521
+ yy: this.yy,
522
+ conditionStack: this.conditionStack.slice(0),
523
+ done: this.done
524
+ };
525
+ if (this.options.ranges) {
526
+ backup.yylloc.range = this.yylloc.range.slice(0);
527
+ }
1589
528
  }
1590
529
 
1591
530
  lines = match[0].match(/(?:\r\n?|\n).*/g);
1592
531
  if (lines) {
1593
- this.yylineno += lines.length;
532
+ this.yylineno += lines.length;
1594
533
  }
1595
534
  this.yylloc = {
1596
- first_line: this.yylloc.last_line,
1597
- last_line: this.yylineno + 1,
1598
- first_column: this.yylloc.last_column,
1599
- last_column: lines
1600
- ? lines[lines.length - 1].length -
1601
- lines[lines.length - 1].match(/\r?\n?/)[0].length
1602
- : this.yylloc.last_column + match[0].length,
535
+ first_line: this.yylloc.last_line,
536
+ last_line: this.yylineno + 1,
537
+ first_column: this.yylloc.last_column,
538
+ last_column: lines ?
539
+ lines[lines.length - 1].length - lines[lines.length - 1].match(/\r?\n?/)[0].length :
540
+ this.yylloc.last_column + match[0].length
1603
541
  };
1604
542
  this.yytext += match[0];
1605
543
  this.match += match[0];
1606
544
  this.matches = match;
1607
545
  this.yyleng = this.yytext.length;
1608
546
  if (this.options.ranges) {
1609
- this.yylloc.range = [this.offset, (this.offset += this.yyleng)];
547
+ this.yylloc.range = [this.offset, this.offset += this.yyleng];
1610
548
  }
1611
549
  this._more = false;
1612
550
  this._backtrack = false;
1613
551
  this._input = this._input.slice(match[0].length);
1614
552
  this.matched += match[0];
1615
- token = this.performAction.call(
1616
- this,
1617
- this.yy,
1618
- this,
1619
- indexed_rule,
1620
- this.conditionStack[this.conditionStack.length - 1]
1621
- );
553
+ token = this.performAction.call(this, this.yy, this, indexed_rule, this.conditionStack[this.conditionStack.length - 1]);
1622
554
  if (this.done && this._input) {
1623
- this.done = false;
555
+ this.done = false;
1624
556
  }
1625
557
  if (token) {
1626
- return token;
558
+ return token;
1627
559
  } else if (this._backtrack) {
1628
- // recover context
1629
- for (var k in backup) {
1630
- this[k] = backup[k];
1631
- }
1632
- return false; // rule action called reject() implying the next rule should be tested instead.
560
+ // recover context
561
+ for (var k in backup) {
562
+ this[k] = backup[k];
563
+ }
564
+ return false; // rule action called reject() implying the next rule should be tested instead.
1633
565
  }
1634
566
  return false;
1635
- },
567
+ },
1636
568
 
1637
- // return next match in input
1638
- next: function () {
569
+ // return next match in input
570
+ next:function () {
1639
571
  if (this.done) {
1640
- return this.EOF;
572
+ return this.EOF;
1641
573
  }
1642
574
  if (!this._input) {
1643
- this.done = true;
575
+ this.done = true;
1644
576
  }
1645
577
 
1646
- var token, match, tempMatch, index;
578
+ var token,
579
+ match,
580
+ tempMatch,
581
+ index;
1647
582
  if (!this._more) {
1648
- this.yytext = '';
1649
- this.match = '';
583
+ this.yytext = '';
584
+ this.match = '';
1650
585
  }
1651
586
  var rules = this._currentRules();
1652
587
  for (var i = 0; i < rules.length; i++) {
1653
- tempMatch = this._input.match(this.rules[rules[i]]);
1654
- if (tempMatch && (!match || tempMatch[0].length > match[0].length)) {
1655
- match = tempMatch;
1656
- index = i;
1657
- if (this.options.backtrack_lexer) {
1658
- token = this.test_match(tempMatch, rules[i]);
1659
- if (token !== false) {
1660
- return token;
1661
- } else if (this._backtrack) {
1662
- match = false;
1663
- continue; // rule action called reject() implying a rule MISmatch.
1664
- } else {
1665
- // else: this is a lexer rule which consumes input without producing a token (e.g. whitespace)
1666
- return false;
1667
- }
1668
- } else if (!this.options.flex) {
1669
- break;
588
+ tempMatch = this._input.match(this.rules[rules[i]]);
589
+ if (tempMatch && (!match || tempMatch[0].length > match[0].length)) {
590
+ match = tempMatch;
591
+ index = i;
592
+ if (this.options.backtrack_lexer) {
593
+ token = this.test_match(tempMatch, rules[i]);
594
+ if (token !== false) {
595
+ return token;
596
+ } else if (this._backtrack) {
597
+ match = false;
598
+ continue; // rule action called reject() implying a rule MISmatch.
599
+ } else {
600
+ // else: this is a lexer rule which consumes input without producing a token (e.g. whitespace)
601
+ return false;
602
+ }
603
+ } else if (!this.options.flex) {
604
+ break;
605
+ }
1670
606
  }
1671
- }
1672
607
  }
1673
608
  if (match) {
1674
- token = this.test_match(match, rules[index]);
1675
- if (token !== false) {
1676
- return token;
1677
- }
1678
- // else: this is a lexer rule which consumes input without producing a token (e.g. whitespace)
1679
- return false;
609
+ token = this.test_match(match, rules[index]);
610
+ if (token !== false) {
611
+ return token;
612
+ }
613
+ // else: this is a lexer rule which consumes input without producing a token (e.g. whitespace)
614
+ return false;
1680
615
  }
1681
- if (this._input === '') {
1682
- return this.EOF;
616
+ if (this._input === "") {
617
+ return this.EOF;
1683
618
  } else {
1684
- return this.parseError(
1685
- 'Lexical error on line ' +
1686
- (this.yylineno + 1) +
1687
- '. Unrecognized text.\n' +
1688
- this.showPosition(),
1689
- {
1690
- text: '',
1691
- token: null,
1692
- line: this.yylineno,
1693
- }
1694
- );
619
+ return this.parseError('Lexical error on line ' + (this.yylineno + 1) + '. Unrecognized text.\n' + this.showPosition(), {
620
+ text: "",
621
+ token: null,
622
+ line: this.yylineno
623
+ });
1695
624
  }
1696
- },
625
+ },
1697
626
 
1698
- // return next match that has a token
1699
- lex: function lex() {
627
+ // return next match that has a token
628
+ lex:function lex () {
1700
629
  var r = this.next();
1701
630
  if (r) {
1702
- return r;
631
+ return r;
1703
632
  } else {
1704
- return this.lex();
633
+ return this.lex();
1705
634
  }
1706
- },
635
+ },
1707
636
 
1708
- // activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
1709
- begin: function begin(condition) {
637
+ // activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
638
+ begin:function begin (condition) {
1710
639
  this.conditionStack.push(condition);
1711
- },
640
+ },
1712
641
 
1713
- // pop the previously active lexer condition state off the condition stack
1714
- popState: function popState() {
642
+ // pop the previously active lexer condition state off the condition stack
643
+ popState:function popState () {
1715
644
  var n = this.conditionStack.length - 1;
1716
645
  if (n > 0) {
1717
- return this.conditionStack.pop();
646
+ return this.conditionStack.pop();
1718
647
  } else {
1719
- return this.conditionStack[0];
648
+ return this.conditionStack[0];
1720
649
  }
1721
- },
650
+ },
1722
651
 
1723
- // produce the lexer rule set which is active for the currently active lexer condition state
1724
- _currentRules: function _currentRules() {
1725
- if (
1726
- this.conditionStack.length &&
1727
- this.conditionStack[this.conditionStack.length - 1]
1728
- ) {
1729
- return this.conditions[
1730
- this.conditionStack[this.conditionStack.length - 1]
1731
- ].rules;
652
+ // produce the lexer rule set which is active for the currently active lexer condition state
653
+ _currentRules:function _currentRules () {
654
+ if (this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1]) {
655
+ return this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules;
1732
656
  } else {
1733
- return this.conditions['INITIAL'].rules;
657
+ return this.conditions["INITIAL"].rules;
1734
658
  }
1735
- },
659
+ },
1736
660
 
1737
- // return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
1738
- topState: function topState(n) {
661
+ // return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
662
+ topState:function topState (n) {
1739
663
  n = this.conditionStack.length - 1 - Math.abs(n || 0);
1740
664
  if (n >= 0) {
1741
- return this.conditionStack[n];
665
+ return this.conditionStack[n];
1742
666
  } else {
1743
- return 'INITIAL';
667
+ return "INITIAL";
1744
668
  }
1745
- },
669
+ },
1746
670
 
1747
- // alias for begin(condition)
1748
- pushState: function pushState(condition) {
671
+ // alias for begin(condition)
672
+ pushState:function pushState (condition) {
1749
673
  this.begin(condition);
1750
- },
674
+ },
1751
675
 
1752
- // return the number of states currently on the stack
1753
- stateStackSize: function stateStackSize() {
676
+ // return the number of states currently on the stack
677
+ stateStackSize:function stateStackSize() {
1754
678
  return this.conditionStack.length;
1755
- },
1756
- options: { ranges: true },
1757
- performAction: function anonymous(
1758
- yy,
1759
- yy_,
1760
- $avoiding_name_collisions,
1761
- YY_START
1762
- ) {
1763
- yy.node = function (type, args, location) {
1764
- return {
1765
- type,
1766
- args,
1767
- range: location.range,
1768
- };
1769
- };
1770
-
1771
- var YYSTATE = YY_START;
1772
- switch ($avoiding_name_collisions) {
1773
- case 0:
1774
- return 7;
1775
- break;
1776
- case 1 /* skip whitespace */:
1777
- break;
1778
- case 2:
1779
- return 13;
1780
- break;
1781
- case 3:
1782
- return 14;
1783
- break;
1784
- case 4:
1785
- return 34;
1786
- break;
1787
- case 5:
1788
- return 15;
1789
- break;
1790
- case 6:
1791
- return 29;
1792
- break;
1793
- case 7:
1794
- return 33;
1795
- break;
1796
- case 8:
1797
- return 31;
1798
- break;
1799
- case 9:
1800
- return 28;
1801
- break;
1802
- case 10:
1803
- return 32;
1804
- break;
1805
- case 11:
1806
- return 30;
1807
- break;
1808
- case 12:
1809
- return 24;
1810
- break;
1811
- case 13:
1812
- return 23;
1813
- break;
1814
- case 14:
1815
- return 22;
1816
- break;
1817
- case 15:
1818
- return 38;
1819
- break;
1820
- case 16:
1821
- return 37;
1822
- break;
1823
- case 17:
1824
- return 45;
1825
- break;
1826
- case 18:
1827
- return 41;
1828
- break;
1829
- case 19:
1830
- return 42;
1831
- break;
1832
- case 20:
1833
- return 44;
1834
- break;
1835
- case 21:
1836
- return 46;
1837
- break;
1838
- case 22:
1839
- return 18;
1840
- break;
1841
- case 23:
1842
- return 19;
1843
- break;
1844
- case 24:
1845
- return 17;
1846
- break;
1847
- case 25:
1848
- return 16;
1849
- break;
1850
- case 26:
1851
- return 20;
1852
- break;
1853
- case 27:
1854
- return 21;
1855
- break;
1856
- case 28:
1857
- return 35;
1858
- break;
1859
- case 29:
1860
- return 36;
1861
- break;
1862
- case 30:
1863
- return '[';
1864
- break;
1865
- case 31:
1866
- return ']';
1867
- break;
1868
- case 32:
1869
- return 9;
1870
- break;
1871
- case 33:
1872
- return 25;
1873
- break;
1874
- case 34:
1875
- return 26;
1876
- break;
1877
- case 35:
1878
- return 10;
1879
- break;
1880
- case 36:
1881
- return 11;
1882
- break;
1883
- case 37:
1884
- return 12;
1885
- break;
1886
- case 38:
1887
- return 4;
1888
- break;
1889
- case 39:
1890
- return 'INVALID';
1891
- break;
1892
- }
1893
- },
1894
- rules: [
1895
- /^(?:(\r?\n)+\s*)/,
1896
- /^(?:[^\S\r?\n]+)/,
1897
- /^(?:[0-9]+(\.[0-9]+)?\b)/,
1898
- /^(?:"[^"]*"|'[^']*')/,
1899
- /^(?:[A-Za-z][A-Za-z_0-9\.]+(?=[(]))/,
1900
- /^(?:\[[^[]+\])/,
1901
- /^(?:!=)/,
1902
- /^(?:>=)/,
1903
- /^(?:<=)/,
1904
- /^(?:=)/,
1905
- /^(?:>)/,
1906
- /^(?:<)/,
1907
- /^(?:!|NOT\b)/,
1908
- /^(?:&|AND\b)/,
1909
- /^(?:\||OR\b)/,
1910
- /^(?:WHERE\b)/,
1911
- /^(?:IN\b)/,
1912
- /^(?:CASE\b)/,
1913
- /^(?:WHEN\b)/,
1914
- /^(?:THEN\b)/,
1915
- /^(?:ELSE\b)/,
1916
- /^(?:END\b)/,
1917
- /^(?:\*)/,
1918
- /^(?:\/)/,
1919
- /^(?:-)/,
1920
- /^(?:\+)/,
1921
- /^(?:%)/,
1922
- /^(?:\^)/,
1923
- /^(?:\()/,
1924
- /^(?:\))/,
1925
- /^(?:\[)/,
1926
- /^(?:\])/,
1927
- /^(?:,)/,
1928
- /^(?:\?)/,
1929
- /^(?::)/,
1930
- /^(?:TRUE\b)/,
1931
- /^(?:FALSE\b)/,
1932
- /^(?:NULL\b)/,
1933
- /^(?:$)/,
1934
- /^(?:.)/,
1935
- ],
1936
- conditions: {
1937
- INITIAL: {
1938
- rules: [
1939
- 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,
1940
- 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35,
1941
- 36, 37, 38, 39,
1942
- ],
1943
- inclusive: true,
1944
- },
1945
- },
1946
- };
1947
- return lexer;
1948
- })();
1949
- parser.lexer = lexer;
1950
- function Parser() {
1951
- this.yy = {};
679
+ },
680
+ options: {"ranges":true},
681
+ performAction: function anonymous(yy,yy_,$avoiding_name_collisions,YY_START) {
682
+
683
+ yy.node = function(type, args, location, metaInfo) {
684
+ return {
685
+ type,
686
+ args,
687
+ range: location.range,
688
+ metaInfo
1952
689
  }
1953
- Parser.prototype = parser;
1954
- parser.Parser = Parser;
1955
- return new Parser();
690
+ }
691
+
692
+
693
+ var YYSTATE=YY_START;
694
+ switch($avoiding_name_collisions) {
695
+ case 0:return 7;
696
+ break;
697
+ case 1:/* skip whitespace */
698
+ break;
699
+ case 2:return 12
700
+ break;
701
+ case 3:return 13
702
+ break;
703
+ case 4:return 39
704
+ break;
705
+ case 5:return 14
706
+ break;
707
+ case 6:return 28
708
+ break;
709
+ case 7:return 32
710
+ break;
711
+ case 8:return 30
712
+ break;
713
+ case 9:return 27
714
+ break;
715
+ case 10:return 31
716
+ break;
717
+ case 11:return 29
718
+ break;
719
+ case 12:return 36
720
+ break;
721
+ case 13:return 37
722
+ break;
723
+ case 14:return 33
724
+ break;
725
+ case 15:return 38
726
+ break;
727
+ case 16:return 23
728
+ break;
729
+ case 17:return 22
730
+ break;
731
+ case 18:return 21
732
+ break;
733
+ case 19:return 41
734
+ break;
735
+ case 20:return 40
736
+ break;
737
+ case 21:return 48
738
+ break;
739
+ case 22:return 44
740
+ break;
741
+ case 23:return 45
742
+ break;
743
+ case 24:return 47
744
+ break;
745
+ case 25:return 49
746
+ break;
747
+ case 26:return 17
748
+ break;
749
+ case 27:return 18
750
+ break;
751
+ case 28:return 16
752
+ break;
753
+ case 29:return 15
754
+ break;
755
+ case 30:return 19
756
+ break;
757
+ case 31:return 20
758
+ break;
759
+ case 32:return 34
760
+ break;
761
+ case 33:return 35
762
+ break;
763
+ case 34:return '['
764
+ break;
765
+ case 35:return ']'
766
+ break;
767
+ case 36:return 9
768
+ break;
769
+ case 37:return 24
770
+ break;
771
+ case 38:return 25
772
+ break;
773
+ case 39:return 10
774
+ break;
775
+ case 40:return 11
776
+ break;
777
+ case 41:return 4
778
+ break;
779
+ case 42:return 'INVALID'
780
+ break;
781
+ }
782
+ },
783
+ rules: [/^(?:(\r?\n)+\s*)/,/^(?:[^\S\r?\n]+)/,/^(?:[0-9]+(\.[0-9]+)?\b)/,/^(?:"[^"]*"|'[^']*')/,/^(?:[A-Za-z][A-Za-z_0-9\.]+(?=[(]))/,/^(?:\[[^[]+\])/,/^(?:!=)/,/^(?:>=)/,/^(?:<=)/,/^(?:=)/,/^(?:>)/,/^(?:<)/,/^(?:STARTS_WITH\b)/,/^(?:ENDS_WITH\b)/,/^(?:BETWEEN\b)/,/^(?:CONTAINS\b)/,/^(?:!|NOT\b)/,/^(?:&|AND\b)/,/^(?:\||OR\b)/,/^(?:WHERE\b)/,/^(?:IN\b)/,/^(?:CASE\b)/,/^(?:WHEN\b)/,/^(?:THEN\b)/,/^(?:ELSE\b)/,/^(?:END\b)/,/^(?:\*)/,/^(?:\/)/,/^(?:-)/,/^(?:\+)/,/^(?:%)/,/^(?:\^)/,/^(?:\()/,/^(?:\))/,/^(?:\[)/,/^(?:\])/,/^(?:,)/,/^(?:\?)/,/^(?::)/,/^(?:TRUE\b)/,/^(?:FALSE\b)/,/^(?:$)/,/^(?:.)/],
784
+ conditions: {"INITIAL":{"rules":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42],"inclusive":true}}
785
+ });
786
+ return lexer;
787
+ })();
788
+ parser.lexer = lexer;
789
+ function Parser () {
790
+ this.yy = {};
791
+ }
792
+ Parser.prototype = parser;parser.Parser = Parser;
793
+ return new Parser;
1956
794
  })();
1957
- module.exports = parser;
1958
- module.exports.default = parser;
795
+ module.exports = parser; module.exports.default = parser;