@finos/legend-query-builder 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (608) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +3 -0
  3. package/lib/components/QueryBuilder.d.ts +22 -0
  4. package/lib/components/QueryBuilder.d.ts.map +1 -0
  5. package/lib/components/QueryBuilder.js +111 -0
  6. package/lib/components/QueryBuilder.js.map +1 -0
  7. package/lib/components/QueryBuilderComponentTestUtils.d.ts +24 -0
  8. package/lib/components/QueryBuilderComponentTestUtils.d.ts.map +1 -0
  9. package/lib/components/QueryBuilderComponentTestUtils.js +54 -0
  10. package/lib/components/QueryBuilderComponentTestUtils.js.map +1 -0
  11. package/lib/components/QueryBuilderParametersPanel.d.ts +31 -0
  12. package/lib/components/QueryBuilderParametersPanel.d.ts.map +1 -0
  13. package/lib/components/QueryBuilderParametersPanel.js +128 -0
  14. package/lib/components/QueryBuilderParametersPanel.js.map +1 -0
  15. package/lib/components/QueryBuilderPropertyExpressionEditor.d.ts +29 -0
  16. package/lib/components/QueryBuilderPropertyExpressionEditor.d.ts.map +1 -0
  17. package/lib/components/QueryBuilderPropertyExpressionEditor.js +116 -0
  18. package/lib/components/QueryBuilderPropertyExpressionEditor.js.map +1 -0
  19. package/lib/components/QueryBuilderResultPanel.d.ts +22 -0
  20. package/lib/components/QueryBuilderResultPanel.d.ts.map +1 -0
  21. package/lib/components/QueryBuilderResultPanel.js +242 -0
  22. package/lib/components/QueryBuilderResultPanel.js.map +1 -0
  23. package/lib/components/QueryBuilderSideBar.d.ts +41 -0
  24. package/lib/components/QueryBuilderSideBar.d.ts.map +1 -0
  25. package/lib/components/QueryBuilderSideBar.js +169 -0
  26. package/lib/components/QueryBuilderSideBar.js.map +1 -0
  27. package/lib/components/QueryBuilderTextEditor.d.ts +22 -0
  28. package/lib/components/QueryBuilderTextEditor.d.ts.map +1 -0
  29. package/lib/components/QueryBuilderTextEditor.js +48 -0
  30. package/lib/components/QueryBuilderTextEditor.js.map +1 -0
  31. package/lib/components/QueryBuilderUnsupportedQueryEditor.d.ts +22 -0
  32. package/lib/components/QueryBuilderUnsupportedQueryEditor.d.ts.map +1 -0
  33. package/lib/components/QueryBuilderUnsupportedQueryEditor.js +36 -0
  34. package/lib/components/QueryBuilderUnsupportedQueryEditor.js.map +1 -0
  35. package/lib/components/QueryBuilder_TestID.d.ts +26 -0
  36. package/lib/components/QueryBuilder_TestID.d.ts.map +1 -0
  37. package/lib/components/QueryBuilder_TestID.js +27 -0
  38. package/lib/components/QueryBuilder_TestID.js.map +1 -0
  39. package/lib/components/explorer/QueryBuilderExplorerPanel.d.ts +36 -0
  40. package/lib/components/explorer/QueryBuilderExplorerPanel.d.ts.map +1 -0
  41. package/lib/components/explorer/QueryBuilderExplorerPanel.js +340 -0
  42. package/lib/components/explorer/QueryBuilderExplorerPanel.js.map +1 -0
  43. package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.d.ts +22 -0
  44. package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.d.ts.map +1 -0
  45. package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.js +147 -0
  46. package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.js.map +1 -0
  47. package/lib/components/explorer/QueryBuilderMilestoneEditor.d.ts +22 -0
  48. package/lib/components/explorer/QueryBuilderMilestoneEditor.d.ts.map +1 -0
  49. package/lib/components/explorer/QueryBuilderMilestoneEditor.js +122 -0
  50. package/lib/components/explorer/QueryBuilderMilestoneEditor.js.map +1 -0
  51. package/lib/components/explorer/QueryBuilderPropertySearchPanel.d.ts +23 -0
  52. package/lib/components/explorer/QueryBuilderPropertySearchPanel.d.ts.map +1 -0
  53. package/lib/components/explorer/QueryBuilderPropertySearchPanel.js +200 -0
  54. package/lib/components/explorer/QueryBuilderPropertySearchPanel.js.map +1 -0
  55. package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.d.ts +22 -0
  56. package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.d.ts.map +1 -0
  57. package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.js +52 -0
  58. package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.js.map +1 -0
  59. package/lib/components/fetch-structure/QueryBuilderGraphFetchTreePanel.d.ts +31 -0
  60. package/lib/components/fetch-structure/QueryBuilderGraphFetchTreePanel.d.ts.map +1 -0
  61. package/lib/components/fetch-structure/QueryBuilderGraphFetchTreePanel.js +94 -0
  62. package/lib/components/fetch-structure/QueryBuilderGraphFetchTreePanel.js.map +1 -0
  63. package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.d.ts +30 -0
  64. package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.d.ts.map +1 -0
  65. package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.js +378 -0
  66. package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.js.map +1 -0
  67. package/lib/components/fetch-structure/QueryBuilderProjectionPanel.d.ts +22 -0
  68. package/lib/components/fetch-structure/QueryBuilderProjectionPanel.d.ts.map +1 -0
  69. package/lib/components/fetch-structure/QueryBuilderProjectionPanel.js +216 -0
  70. package/lib/components/fetch-structure/QueryBuilderProjectionPanel.js.map +1 -0
  71. package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.d.ts +22 -0
  72. package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.d.ts.map +1 -0
  73. package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.js +88 -0
  74. package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.js.map +1 -0
  75. package/lib/components/filter/QueryBuilderFilterPanel.d.ts +22 -0
  76. package/lib/components/filter/QueryBuilderFilterPanel.d.ts.map +1 -0
  77. package/lib/components/filter/QueryBuilderFilterPanel.js +316 -0
  78. package/lib/components/filter/QueryBuilderFilterPanel.js.map +1 -0
  79. package/lib/components/shared/ElementIconUtils.d.ts +18 -0
  80. package/lib/components/shared/ElementIconUtils.d.ts.map +1 -0
  81. package/lib/components/shared/ElementIconUtils.js +37 -0
  82. package/lib/components/shared/ElementIconUtils.js.map +1 -0
  83. package/lib/components/shared/QueryBuilderLambdaEditor.d.ts +42 -0
  84. package/lib/components/shared/QueryBuilderLambdaEditor.d.ts.map +1 -0
  85. package/lib/components/shared/QueryBuilderLambdaEditor.js +47 -0
  86. package/lib/components/shared/QueryBuilderLambdaEditor.js.map +1 -0
  87. package/lib/components/shared/QueryBuilderPanelIssueCountBadge.d.ts +20 -0
  88. package/lib/components/shared/QueryBuilderPanelIssueCountBadge.d.ts.map +1 -0
  89. package/lib/components/shared/QueryBuilderPanelIssueCountBadge.js +28 -0
  90. package/lib/components/shared/QueryBuilderPanelIssueCountBadge.js.map +1 -0
  91. package/lib/components/shared/QueryBuilderPropertyInfoTooltip.d.ts +26 -0
  92. package/lib/components/shared/QueryBuilderPropertyInfoTooltip.d.ts.map +1 -0
  93. package/lib/components/shared/QueryBuilderPropertyInfoTooltip.js +32 -0
  94. package/lib/components/shared/QueryBuilderPropertyInfoTooltip.js.map +1 -0
  95. package/lib/components/workflows/ClassQueryBuilder.d.ts +18 -0
  96. package/lib/components/workflows/ClassQueryBuilder.d.ts.map +1 -0
  97. package/lib/components/workflows/ClassQueryBuilder.js +87 -0
  98. package/lib/components/workflows/ClassQueryBuilder.js.map +1 -0
  99. package/lib/components/workflows/MappingQueryBuilder.d.ts +18 -0
  100. package/lib/components/workflows/MappingQueryBuilder.d.ts.map +1 -0
  101. package/lib/components/workflows/MappingQueryBuilder.js +88 -0
  102. package/lib/components/workflows/MappingQueryBuilder.js.map +1 -0
  103. package/lib/components/workflows/ServiceQueryBuilder.d.ts +18 -0
  104. package/lib/components/workflows/ServiceQueryBuilder.d.ts.map +1 -0
  105. package/lib/components/workflows/ServiceQueryBuilder.js +69 -0
  106. package/lib/components/workflows/ServiceQueryBuilder.js.map +1 -0
  107. package/lib/graphManager/QueryBuilderSupportedFunctions.d.ts +60 -0
  108. package/lib/graphManager/QueryBuilderSupportedFunctions.d.ts.map +1 -0
  109. package/lib/graphManager/QueryBuilderSupportedFunctions.js +65 -0
  110. package/lib/graphManager/QueryBuilderSupportedFunctions.js.map +1 -0
  111. package/lib/graphManager/QueryBuilder_GraphManagerPlugin.d.ts +21 -0
  112. package/lib/graphManager/QueryBuilder_GraphManagerPlugin.d.ts.map +1 -0
  113. package/lib/graphManager/QueryBuilder_GraphManagerPlugin.js +27 -0
  114. package/lib/graphManager/QueryBuilder_GraphManagerPlugin.js.map +1 -0
  115. package/lib/graphManager/QueryBuilder_GraphManagerPreset.d.ts +24 -0
  116. package/lib/graphManager/QueryBuilder_GraphManagerPreset.d.ts.map +1 -0
  117. package/lib/graphManager/QueryBuilder_GraphManagerPreset.js +32 -0
  118. package/lib/graphManager/QueryBuilder_GraphManagerPreset.js.map +1 -0
  119. package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.d.ts +21 -0
  120. package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.d.ts.map +1 -0
  121. package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.js +20 -0
  122. package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.js.map +1 -0
  123. package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.d.ts +21 -0
  124. package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.d.ts.map +1 -0
  125. package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.js +20 -0
  126. package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.js.map +1 -0
  127. package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.d.ts +25 -0
  128. package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.d.ts.map +1 -0
  129. package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.js +21 -0
  130. package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.js.map +1 -0
  131. package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.d.ts +18 -0
  132. package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.d.ts.map +1 -0
  133. package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.js +20 -0
  134. package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.js.map +1 -0
  135. package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.d.ts +22 -0
  136. package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.d.ts.map +1 -0
  137. package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.js +70 -0
  138. package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.js.map +1 -0
  139. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.d.ts +22 -0
  140. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.d.ts.map +1 -0
  141. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.js +207 -0
  142. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.js.map +1 -0
  143. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.d.ts +18 -0
  144. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.d.ts.map +1 -0
  145. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.js +18 -0
  146. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.js.map +1 -0
  147. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.d.ts +29 -0
  148. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.d.ts.map +1 -0
  149. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.js +182 -0
  150. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.js.map +1 -0
  151. package/lib/index.css +17 -0
  152. package/lib/index.css.map +1 -0
  153. package/lib/index.d.ts +28 -0
  154. package/lib/index.d.ts.map +1 -0
  155. package/lib/index.js +26 -0
  156. package/lib/index.js.map +1 -0
  157. package/lib/package.json +95 -0
  158. package/lib/stores/QueryBuilderBootstraper.d.ts +17 -0
  159. package/lib/stores/QueryBuilderBootstraper.d.ts.map +1 -0
  160. package/lib/stores/QueryBuilderBootstraper.js +22 -0
  161. package/lib/stores/QueryBuilderBootstraper.js.map +1 -0
  162. package/lib/stores/QueryBuilderChangeDetectionState.d.ts +25 -0
  163. package/lib/stores/QueryBuilderChangeDetectionState.d.ts.map +1 -0
  164. package/lib/stores/QueryBuilderChangeDetectionState.js +32 -0
  165. package/lib/stores/QueryBuilderChangeDetectionState.js.map +1 -0
  166. package/lib/stores/QueryBuilderConfig.d.ts +32 -0
  167. package/lib/stores/QueryBuilderConfig.d.ts.map +1 -0
  168. package/lib/stores/QueryBuilderConfig.js +34 -0
  169. package/lib/stores/QueryBuilderConfig.js.map +1 -0
  170. package/lib/stores/QueryBuilderGroupOperationHelper.d.ts +22 -0
  171. package/lib/stores/QueryBuilderGroupOperationHelper.d.ts.map +1 -0
  172. package/lib/stores/QueryBuilderGroupOperationHelper.js +43 -0
  173. package/lib/stores/QueryBuilderGroupOperationHelper.js.map +1 -0
  174. package/lib/stores/QueryBuilderMilestoningState.d.ts +32 -0
  175. package/lib/stores/QueryBuilderMilestoningState.d.ts.map +1 -0
  176. package/lib/stores/QueryBuilderMilestoningState.js +95 -0
  177. package/lib/stores/QueryBuilderMilestoningState.js.map +1 -0
  178. package/lib/stores/QueryBuilderParametersState.d.ts +28 -0
  179. package/lib/stores/QueryBuilderParametersState.d.ts.map +1 -0
  180. package/lib/stores/QueryBuilderParametersState.js +39 -0
  181. package/lib/stores/QueryBuilderParametersState.js.map +1 -0
  182. package/lib/stores/QueryBuilderPreviewDataHelper.d.ts +26 -0
  183. package/lib/stores/QueryBuilderPreviewDataHelper.d.ts.map +1 -0
  184. package/lib/stores/QueryBuilderPreviewDataHelper.js +138 -0
  185. package/lib/stores/QueryBuilderPreviewDataHelper.js.map +1 -0
  186. package/lib/stores/QueryBuilderPropertyEditorState.d.ts +62 -0
  187. package/lib/stores/QueryBuilderPropertyEditorState.d.ts.map +1 -0
  188. package/lib/stores/QueryBuilderPropertyEditorState.js +395 -0
  189. package/lib/stores/QueryBuilderPropertyEditorState.js.map +1 -0
  190. package/lib/stores/QueryBuilderResultState.d.ts +41 -0
  191. package/lib/stores/QueryBuilderResultState.d.ts.map +1 -0
  192. package/lib/stores/QueryBuilderResultState.js +176 -0
  193. package/lib/stores/QueryBuilderResultState.js.map +1 -0
  194. package/lib/stores/QueryBuilderState.d.ts +110 -0
  195. package/lib/stores/QueryBuilderState.d.ts.map +1 -0
  196. package/lib/stores/QueryBuilderState.js +334 -0
  197. package/lib/stores/QueryBuilderState.js.map +1 -0
  198. package/lib/stores/QueryBuilderStateBuilder.d.ts +124 -0
  199. package/lib/stores/QueryBuilderStateBuilder.d.ts.map +1 -0
  200. package/lib/stores/QueryBuilderStateBuilder.js +311 -0
  201. package/lib/stores/QueryBuilderStateBuilder.js.map +1 -0
  202. package/lib/stores/QueryBuilderStateTestUtils.d.ts +24 -0
  203. package/lib/stores/QueryBuilderStateTestUtils.d.ts.map +1 -0
  204. package/lib/stores/QueryBuilderStateTestUtils.js +50 -0
  205. package/lib/stores/QueryBuilderStateTestUtils.js.map +1 -0
  206. package/lib/stores/QueryBuilderTextEditorState.d.ts +49 -0
  207. package/lib/stores/QueryBuilderTextEditorState.d.ts.map +1 -0
  208. package/lib/stores/QueryBuilderTextEditorState.js +145 -0
  209. package/lib/stores/QueryBuilderTextEditorState.js.map +1 -0
  210. package/lib/stores/QueryBuilderTypeaheadHelper.d.ts +24 -0
  211. package/lib/stores/QueryBuilderTypeaheadHelper.d.ts.map +1 -0
  212. package/lib/stores/QueryBuilderTypeaheadHelper.js +85 -0
  213. package/lib/stores/QueryBuilderTypeaheadHelper.js.map +1 -0
  214. package/lib/stores/QueryBuilderUnsupportedQueryState.d.ts +26 -0
  215. package/lib/stores/QueryBuilderUnsupportedQueryState.d.ts.map +1 -0
  216. package/lib/stores/QueryBuilderUnsupportedQueryState.js +37 -0
  217. package/lib/stores/QueryBuilderUnsupportedQueryState.js.map +1 -0
  218. package/lib/stores/QueryBuilderValueSpecificationBuilder.d.ts +20 -0
  219. package/lib/stores/QueryBuilderValueSpecificationBuilder.d.ts.map +1 -0
  220. package/lib/stores/QueryBuilderValueSpecificationBuilder.js +87 -0
  221. package/lib/stores/QueryBuilderValueSpecificationBuilder.js.map +1 -0
  222. package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.d.ts +27 -0
  223. package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.d.ts.map +1 -0
  224. package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.js +161 -0
  225. package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.js.map +1 -0
  226. package/lib/stores/QueryBuilderValueSpecificationHelper.d.ts +61 -0
  227. package/lib/stores/QueryBuilderValueSpecificationHelper.d.ts.map +1 -0
  228. package/lib/stores/QueryBuilderValueSpecificationHelper.js +235 -0
  229. package/lib/stores/QueryBuilderValueSpecificationHelper.js.map +1 -0
  230. package/lib/stores/explorer/QueryBuilderExplorerState.d.ts +99 -0
  231. package/lib/stores/explorer/QueryBuilderExplorerState.d.ts.map +1 -0
  232. package/lib/stores/explorer/QueryBuilderExplorerState.js +446 -0
  233. package/lib/stores/explorer/QueryBuilderExplorerState.js.map +1 -0
  234. package/lib/stores/explorer/QueryBuilderPropertySearchState.d.ts +46 -0
  235. package/lib/stores/explorer/QueryBuilderPropertySearchState.d.ts.map +1 -0
  236. package/lib/stores/explorer/QueryBuilderPropertySearchState.js +242 -0
  237. package/lib/stores/explorer/QueryBuilderPropertySearchState.js.map +1 -0
  238. package/lib/stores/explorer/QueryFunctionsExplorerState.d.ts +59 -0
  239. package/lib/stores/explorer/QueryFunctionsExplorerState.d.ts.map +1 -0
  240. package/lib/stores/explorer/QueryFunctionsExplorerState.js +228 -0
  241. package/lib/stores/explorer/QueryFunctionsExplorerState.js.map +1 -0
  242. package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.d.ts +40 -0
  243. package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.d.ts.map +1 -0
  244. package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.js +34 -0
  245. package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.js.map +1 -0
  246. package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.d.ts +27 -0
  247. package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.d.ts.map +1 -0
  248. package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.js +73 -0
  249. package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.js.map +1 -0
  250. package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.d.ts +49 -0
  251. package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.d.ts.map +1 -0
  252. package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.js +157 -0
  253. package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.js.map +1 -0
  254. package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.d.ts +20 -0
  255. package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.d.ts.map +1 -0
  256. package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.js +62 -0
  257. package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.js.map +1 -0
  258. package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.d.ts +42 -0
  259. package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.d.ts.map +1 -0
  260. package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.js +173 -0
  261. package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.js.map +1 -0
  262. package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.d.ts +26 -0
  263. package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.d.ts.map +1 -0
  264. package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.js +72 -0
  265. package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.js.map +1 -0
  266. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.d.ts +73 -0
  267. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.d.ts.map +1 -0
  268. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.js +187 -0
  269. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.js.map +1 -0
  270. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionState.d.ts +68 -0
  271. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionState.d.ts.map +1 -0
  272. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionState.js +305 -0
  273. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionState.js.map +1 -0
  274. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.d.ts +25 -0
  275. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.d.ts.map +1 -0
  276. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.js +186 -0
  277. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.js.map +1 -0
  278. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.d.ts +26 -0
  279. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.d.ts.map +1 -0
  280. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.js +189 -0
  281. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.js.map +1 -0
  282. package/lib/stores/fetch-structure/projection/QueryResultSetModifierState.d.ts +43 -0
  283. package/lib/stores/fetch-structure/projection/QueryResultSetModifierState.d.ts.map +1 -0
  284. package/lib/stores/fetch-structure/projection/QueryResultSetModifierState.js +77 -0
  285. package/lib/stores/fetch-structure/projection/QueryResultSetModifierState.js.map +1 -0
  286. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.d.ts +32 -0
  287. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.d.ts.map +1 -0
  288. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.js +36 -0
  289. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.js.map +1 -0
  290. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.d.ts +18 -0
  291. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.d.ts.map +1 -0
  292. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.js +38 -0
  293. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.js.map +1 -0
  294. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.d.ts +42 -0
  295. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.d.ts.map +1 -0
  296. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.js +103 -0
  297. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.js.map +1 -0
  298. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.d.ts +20 -0
  299. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.d.ts.map +1 -0
  300. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.js +96 -0
  301. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.js.map +1 -0
  302. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.d.ts +22 -0
  303. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.d.ts.map +1 -0
  304. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.js +40 -0
  305. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.js.map +1 -0
  306. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.d.ts +27 -0
  307. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.d.ts.map +1 -0
  308. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.js +50 -0
  309. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.js.map +1 -0
  310. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.d.ts +27 -0
  311. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.d.ts.map +1 -0
  312. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.js +55 -0
  313. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.js.map +1 -0
  314. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.d.ts +26 -0
  315. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.d.ts.map +1 -0
  316. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.js +50 -0
  317. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.js.map +1 -0
  318. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.d.ts +27 -0
  319. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.d.ts.map +1 -0
  320. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.js +78 -0
  321. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.js.map +1 -0
  322. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.d.ts +27 -0
  323. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.d.ts.map +1 -0
  324. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.js +67 -0
  325. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.js.map +1 -0
  326. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.d.ts +26 -0
  327. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.d.ts.map +1 -0
  328. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.js +86 -0
  329. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.js.map +1 -0
  330. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.d.ts +26 -0
  331. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.d.ts.map +1 -0
  332. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.js +86 -0
  333. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.js.map +1 -0
  334. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.d.ts +27 -0
  335. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.d.ts.map +1 -0
  336. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.js +50 -0
  337. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.js.map +1 -0
  338. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.d.ts +27 -0
  339. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.d.ts.map +1 -0
  340. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.js +50 -0
  341. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.js.map +1 -0
  342. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.d.ts +26 -0
  343. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.d.ts.map +1 -0
  344. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.js +45 -0
  345. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.js.map +1 -0
  346. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.d.ts +29 -0
  347. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.d.ts.map +1 -0
  348. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.js +30 -0
  349. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.js.map +1 -0
  350. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.d.ts +18 -0
  351. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.d.ts.map +1 -0
  352. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.js +44 -0
  353. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.js.map +1 -0
  354. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.d.ts +135 -0
  355. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.d.ts.map +1 -0
  356. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.js +585 -0
  357. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.js.map +1 -0
  358. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.d.ts +22 -0
  359. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.d.ts.map +1 -0
  360. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.js +122 -0
  361. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.js.map +1 -0
  362. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.d.ts +19 -0
  363. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.d.ts.map +1 -0
  364. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.js +79 -0
  365. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.js.map +1 -0
  366. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.d.ts +23 -0
  367. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.d.ts.map +1 -0
  368. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.js +73 -0
  369. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.js.map +1 -0
  370. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.d.ts +32 -0
  371. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.d.ts.map +1 -0
  372. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.js +75 -0
  373. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.js.map +1 -0
  374. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.d.ts +32 -0
  375. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.d.ts.map +1 -0
  376. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.js +75 -0
  377. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.js.map +1 -0
  378. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.d.ts +32 -0
  379. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.d.ts.map +1 -0
  380. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.js +118 -0
  381. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.js.map +1 -0
  382. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.d.ts +27 -0
  383. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.d.ts.map +1 -0
  384. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.js +81 -0
  385. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.js.map +1 -0
  386. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.d.ts +24 -0
  387. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.d.ts.map +1 -0
  388. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.js +43 -0
  389. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.js.map +1 -0
  390. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.d.ts +32 -0
  391. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.d.ts.map +1 -0
  392. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.js +104 -0
  393. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.js.map +1 -0
  394. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.d.ts +33 -0
  395. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.d.ts.map +1 -0
  396. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.js +67 -0
  397. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.js.map +1 -0
  398. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.d.ts +27 -0
  399. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.d.ts.map +1 -0
  400. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.js +81 -0
  401. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.js.map +1 -0
  402. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.d.ts +24 -0
  403. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.d.ts.map +1 -0
  404. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.js +43 -0
  405. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.js.map +1 -0
  406. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.d.ts +32 -0
  407. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.d.ts.map +1 -0
  408. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.js +75 -0
  409. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.js.map +1 -0
  410. package/lib/stores/filter/QueryBuilderFilterOperator.d.ts +27 -0
  411. package/lib/stores/filter/QueryBuilderFilterOperator.d.ts.map +1 -0
  412. package/lib/stores/filter/QueryBuilderFilterOperator.js +20 -0
  413. package/lib/stores/filter/QueryBuilderFilterOperator.js.map +1 -0
  414. package/lib/stores/filter/QueryBuilderFilterOperatorLoader.d.ts +18 -0
  415. package/lib/stores/filter/QueryBuilderFilterOperatorLoader.d.ts.map +1 -0
  416. package/lib/stores/filter/QueryBuilderFilterOperatorLoader.js +44 -0
  417. package/lib/stores/filter/QueryBuilderFilterOperatorLoader.js.map +1 -0
  418. package/lib/stores/filter/QueryBuilderFilterState.d.ts +123 -0
  419. package/lib/stores/filter/QueryBuilderFilterState.d.ts.map +1 -0
  420. package/lib/stores/filter/QueryBuilderFilterState.js +531 -0
  421. package/lib/stores/filter/QueryBuilderFilterState.js.map +1 -0
  422. package/lib/stores/filter/QueryBuilderFilterStateBuilder.d.ts +19 -0
  423. package/lib/stores/filter/QueryBuilderFilterStateBuilder.d.ts.map +1 -0
  424. package/lib/stores/filter/QueryBuilderFilterStateBuilder.js +74 -0
  425. package/lib/stores/filter/QueryBuilderFilterStateBuilder.js.map +1 -0
  426. package/lib/stores/filter/QueryBuilderFilterValueSpecificationBuilder.d.ts +19 -0
  427. package/lib/stores/filter/QueryBuilderFilterValueSpecificationBuilder.d.ts.map +1 -0
  428. package/lib/stores/filter/QueryBuilderFilterValueSpecificationBuilder.js +78 -0
  429. package/lib/stores/filter/QueryBuilderFilterValueSpecificationBuilder.js.map +1 -0
  430. package/lib/stores/filter/operators/QueryBuilderFilterOperatorHelper.d.ts +21 -0
  431. package/lib/stores/filter/operators/QueryBuilderFilterOperatorHelper.d.ts.map +1 -0
  432. package/lib/stores/filter/operators/QueryBuilderFilterOperatorHelper.js +257 -0
  433. package/lib/stores/filter/operators/QueryBuilderFilterOperatorHelper.js.map +1 -0
  434. package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.d.ts +32 -0
  435. package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.d.ts.map +1 -0
  436. package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.js +71 -0
  437. package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.js.map +1 -0
  438. package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.d.ts +32 -0
  439. package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.d.ts.map +1 -0
  440. package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.js +71 -0
  441. package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.js.map +1 -0
  442. package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.d.ts +32 -0
  443. package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.d.ts.map +1 -0
  444. package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.js +115 -0
  445. package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.js.map +1 -0
  446. package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.d.ts +27 -0
  447. package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.d.ts.map +1 -0
  448. package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.js +83 -0
  449. package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.js.map +1 -0
  450. package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.d.ts +27 -0
  451. package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.d.ts.map +1 -0
  452. package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.js +83 -0
  453. package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.js.map +1 -0
  454. package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.d.ts +32 -0
  455. package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.d.ts.map +1 -0
  456. package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.js +103 -0
  457. package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.js.map +1 -0
  458. package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.d.ts +32 -0
  459. package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.d.ts.map +1 -0
  460. package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.js +65 -0
  461. package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.js.map +1 -0
  462. package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.d.ts +27 -0
  463. package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.d.ts.map +1 -0
  464. package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.js +83 -0
  465. package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.js.map +1 -0
  466. package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.d.ts +27 -0
  467. package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.d.ts.map +1 -0
  468. package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.js +83 -0
  469. package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.js.map +1 -0
  470. package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.d.ts +32 -0
  471. package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.d.ts.map +1 -0
  472. package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.js +71 -0
  473. package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.js.map +1 -0
  474. package/lib/stores/workflows/ClassQueryBuilderState.d.ts +35 -0
  475. package/lib/stores/workflows/ClassQueryBuilderState.d.ts.map +1 -0
  476. package/lib/stores/workflows/ClassQueryBuilderState.js +57 -0
  477. package/lib/stores/workflows/ClassQueryBuilderState.js.map +1 -0
  478. package/lib/stores/workflows/MappingQueryBuilderState.d.ts +33 -0
  479. package/lib/stores/workflows/MappingQueryBuilderState.d.ts.map +1 -0
  480. package/lib/stores/workflows/MappingQueryBuilderState.js +55 -0
  481. package/lib/stores/workflows/MappingQueryBuilderState.js.map +1 -0
  482. package/lib/stores/workflows/ServiceQueryBuilderState.d.ts +44 -0
  483. package/lib/stores/workflows/ServiceQueryBuilderState.d.ts.map +1 -0
  484. package/lib/stores/workflows/ServiceQueryBuilderState.js +90 -0
  485. package/lib/stores/workflows/ServiceQueryBuilderState.js.map +1 -0
  486. package/package.json +95 -0
  487. package/src/components/QueryBuilder.tsx +411 -0
  488. package/src/components/QueryBuilderComponentTestUtils.tsx +122 -0
  489. package/src/components/QueryBuilderParametersPanel.tsx +431 -0
  490. package/src/components/QueryBuilderPropertyExpressionEditor.tsx +376 -0
  491. package/src/components/QueryBuilderResultPanel.tsx +640 -0
  492. package/src/components/QueryBuilderSideBar.tsx +421 -0
  493. package/src/components/QueryBuilderTextEditor.tsx +127 -0
  494. package/src/components/QueryBuilderUnsupportedQueryEditor.tsx +88 -0
  495. package/src/components/QueryBuilder_TestID.ts +26 -0
  496. package/src/components/explorer/QueryBuilderExplorerPanel.tsx +934 -0
  497. package/src/components/explorer/QueryBuilderFunctionsExplorerPanel.tsx +554 -0
  498. package/src/components/explorer/QueryBuilderMilestoneEditor.tsx +296 -0
  499. package/src/components/explorer/QueryBuilderPropertySearchPanel.tsx +617 -0
  500. package/src/components/fetch-structure/QueryBuilderFetchStructurePanel.tsx +112 -0
  501. package/src/components/fetch-structure/QueryBuilderGraphFetchTreePanel.tsx +276 -0
  502. package/src/components/fetch-structure/QueryBuilderPostFilterPanel.tsx +1103 -0
  503. package/src/components/fetch-structure/QueryBuilderProjectionPanel.tsx +649 -0
  504. package/src/components/fetch-structure/QueryBuilderResultModifierPanel.tsx +254 -0
  505. package/src/components/filter/QueryBuilderFilterPanel.tsx +891 -0
  506. package/src/components/shared/ElementIconUtils.tsx +47 -0
  507. package/src/components/shared/QueryBuilderLambdaEditor.tsx +120 -0
  508. package/src/components/shared/QueryBuilderPanelIssueCountBadge.tsx +40 -0
  509. package/src/components/shared/QueryBuilderPropertyInfoTooltip.tsx +87 -0
  510. package/src/components/workflows/ClassQueryBuilder.tsx +198 -0
  511. package/src/components/workflows/MappingQueryBuilder.tsx +195 -0
  512. package/src/components/workflows/ServiceQueryBuilder.tsx +192 -0
  513. package/src/graphManager/QueryBuilderSupportedFunctions.ts +67 -0
  514. package/src/graphManager/QueryBuilder_GraphManagerPlugin.ts +32 -0
  515. package/src/graphManager/QueryBuilder_GraphManagerPreset.ts +33 -0
  516. package/src/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.ts +22 -0
  517. package/src/graphManager/action/analytics/ServiceExecutionAnalysis.ts +22 -0
  518. package/src/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.ts +47 -0
  519. package/src/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.ts +27 -0
  520. package/src/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.ts +167 -0
  521. package/src/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.ts +571 -0
  522. package/src/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.ts +28 -0
  523. package/src/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.ts +296 -0
  524. package/src/index.ts +38 -0
  525. package/src/stores/QueryBuilderBootstraper.ts +23 -0
  526. package/src/stores/QueryBuilderChangeDetectionState.ts +37 -0
  527. package/src/stores/QueryBuilderConfig.ts +34 -0
  528. package/src/stores/QueryBuilderGroupOperationHelper.ts +54 -0
  529. package/src/stores/QueryBuilderMilestoningState.ts +164 -0
  530. package/src/stores/QueryBuilderParametersState.ts +52 -0
  531. package/src/stores/QueryBuilderPreviewDataHelper.ts +202 -0
  532. package/src/stores/QueryBuilderPropertyEditorState.ts +668 -0
  533. package/src/stores/QueryBuilderResultState.ts +281 -0
  534. package/src/stores/QueryBuilderState.ts +465 -0
  535. package/src/stores/QueryBuilderStateBuilder.ts +585 -0
  536. package/src/stores/QueryBuilderStateTestUtils.ts +99 -0
  537. package/src/stores/QueryBuilderTextEditorState.ts +203 -0
  538. package/src/stores/QueryBuilderTypeaheadHelper.ts +152 -0
  539. package/src/stores/QueryBuilderUnsupportedQueryState.ts +44 -0
  540. package/src/stores/QueryBuilderValueSpecificationBuilder.ts +179 -0
  541. package/src/stores/QueryBuilderValueSpecificationBuilderHelper.ts +256 -0
  542. package/src/stores/QueryBuilderValueSpecificationHelper.ts +359 -0
  543. package/src/stores/explorer/QueryBuilderExplorerState.ts +798 -0
  544. package/src/stores/explorer/QueryBuilderPropertySearchState.ts +333 -0
  545. package/src/stores/explorer/QueryFunctionsExplorerState.ts +375 -0
  546. package/src/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.ts +65 -0
  547. package/src/stores/fetch-structure/QueryBuilderFetchStructureState.ts +107 -0
  548. package/src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.ts +240 -0
  549. package/src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.ts +131 -0
  550. package/src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.ts +282 -0
  551. package/src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.ts +154 -0
  552. package/src/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.ts +327 -0
  553. package/src/stores/fetch-structure/projection/QueryBuilderProjectionState.ts +569 -0
  554. package/src/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.ts +426 -0
  555. package/src/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.ts +416 -0
  556. package/src/stores/fetch-structure/projection/QueryResultSetModifierState.ts +95 -0
  557. package/src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.ts +79 -0
  558. package/src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.ts +41 -0
  559. package/src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.ts +145 -0
  560. package/src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.ts +228 -0
  561. package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.ts +109 -0
  562. package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.ts +98 -0
  563. package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.ts +106 -0
  564. package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.ts +96 -0
  565. package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.ts +173 -0
  566. package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.ts +155 -0
  567. package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.ts +174 -0
  568. package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.ts +174 -0
  569. package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.ts +98 -0
  570. package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.ts +98 -0
  571. package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.ts +88 -0
  572. package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.ts +66 -0
  573. package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.ts +65 -0
  574. package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.ts +807 -0
  575. package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.ts +297 -0
  576. package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.ts +121 -0
  577. package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.ts +129 -0
  578. package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.ts +140 -0
  579. package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.ts +135 -0
  580. package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.ts +218 -0
  581. package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.ts +143 -0
  582. package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.ts +70 -0
  583. package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.ts +183 -0
  584. package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.ts +113 -0
  585. package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.ts +143 -0
  586. package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.ts +70 -0
  587. package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.ts +135 -0
  588. package/src/stores/filter/QueryBuilderFilterOperator.ts +52 -0
  589. package/src/stores/filter/QueryBuilderFilterOperatorLoader.ts +65 -0
  590. package/src/stores/filter/QueryBuilderFilterState.ts +736 -0
  591. package/src/stores/filter/QueryBuilderFilterStateBuilder.ts +155 -0
  592. package/src/stores/filter/QueryBuilderFilterValueSpecificationBuilder.ts +120 -0
  593. package/src/stores/filter/operators/QueryBuilderFilterOperatorHelper.ts +524 -0
  594. package/src/stores/filter/operators/QueryBuilderFilterOperator_Contain.ts +134 -0
  595. package/src/stores/filter/operators/QueryBuilderFilterOperator_EndWith.ts +134 -0
  596. package/src/stores/filter/operators/QueryBuilderFilterOperator_Equal.ts +211 -0
  597. package/src/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.ts +145 -0
  598. package/src/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.ts +145 -0
  599. package/src/stores/filter/operators/QueryBuilderFilterOperator_In.ts +181 -0
  600. package/src/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.ts +125 -0
  601. package/src/stores/filter/operators/QueryBuilderFilterOperator_LessThan.ts +145 -0
  602. package/src/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.ts +145 -0
  603. package/src/stores/filter/operators/QueryBuilderFilterOperator_StartWith.ts +134 -0
  604. package/src/stores/workflows/ClassQueryBuilderState.ts +80 -0
  605. package/src/stores/workflows/MappingQueryBuilderState.ts +86 -0
  606. package/src/stores/workflows/ServiceQueryBuilderState.ts +143 -0
  607. package/tsconfig.json +166 -0
  608. package/tsconfig.package.json +38 -0
@@ -0,0 +1,585 @@
1
+ /**
2
+ * Copyright (c) 2020-present, Goldman Sachs
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { Enumeration, PRIMITIVE_TYPE, observe_ValueSpecification, } from '@finos/legend-graph';
17
+ import { addUniqueEntry, assertErrorThrown, assertTrue, deleteEntry, getNullableFirstElement, guaranteeNonNullable, guaranteeType, IllegalStateError, UnsupportedOperationError, uuid, filterByType, ActionState, } from '@finos/legend-shared';
18
+ import { action, computed, flow, flowResult, makeAutoObservable, makeObservable, observable, } from 'mobx';
19
+ import { DEFAULT_POST_FILTER_LAMBDA_VARIABLE_NAME } from '../../../QueryBuilderConfig.js';
20
+ import { QueryBuilderDerivationProjectionColumnState, } from '../QueryBuilderProjectionColumnState.js';
21
+ import { buildProjectionColumnTypeaheadQuery, buildTypeaheadOptions, performTypeahead, } from '../../../QueryBuilderTypeaheadHelper.js';
22
+ import { QUERY_BUILDER_GROUP_OPERATION } from '../../../QueryBuilderGroupOperationHelper.js';
23
+ export var QUERY_BUILDER_POST_FILTER_DND_TYPE;
24
+ (function (QUERY_BUILDER_POST_FILTER_DND_TYPE) {
25
+ QUERY_BUILDER_POST_FILTER_DND_TYPE["GROUP_CONDITION"] = "GROUP_CONDITION";
26
+ QUERY_BUILDER_POST_FILTER_DND_TYPE["CONDITION"] = "CONDITION";
27
+ QUERY_BUILDER_POST_FILTER_DND_TYPE["BLANK_CONDITION"] = "BLANK_CONDITION";
28
+ })(QUERY_BUILDER_POST_FILTER_DND_TYPE = QUERY_BUILDER_POST_FILTER_DND_TYPE || (QUERY_BUILDER_POST_FILTER_DND_TYPE = {}));
29
+ export var TDS_COLUMN_GETTER;
30
+ (function (TDS_COLUMN_GETTER) {
31
+ TDS_COLUMN_GETTER["GET_STRING"] = "getString";
32
+ TDS_COLUMN_GETTER["GET_NUMBER"] = "getNumber";
33
+ TDS_COLUMN_GETTER["GET_INTEGER"] = "getInteger";
34
+ TDS_COLUMN_GETTER["GET_FLOAT"] = "getFloat";
35
+ TDS_COLUMN_GETTER["GET_DECIMAL"] = "getDecimal";
36
+ TDS_COLUMN_GETTER["GET_DATE"] = "getDate";
37
+ TDS_COLUMN_GETTER["GET_DATETIME"] = "getDateTime";
38
+ TDS_COLUMN_GETTER["GET_STRICTDATE"] = "getStrictDate";
39
+ TDS_COLUMN_GETTER["GET_BOOLEAN"] = "getBoolean";
40
+ TDS_COLUMN_GETTER["GET_ENUM"] = "getEnum";
41
+ TDS_COLUMN_GETTER["IS_NULL"] = "isNull";
42
+ TDS_COLUMN_GETTER["IS_NOT_NULL"] = "isNotNull";
43
+ })(TDS_COLUMN_GETTER = TDS_COLUMN_GETTER || (TDS_COLUMN_GETTER = {}));
44
+ export const getTDSColumnDerivedProperyFromType = (type) => {
45
+ if (type instanceof Enumeration) {
46
+ return TDS_COLUMN_GETTER.GET_ENUM;
47
+ }
48
+ switch (type.path) {
49
+ case PRIMITIVE_TYPE.STRING:
50
+ return TDS_COLUMN_GETTER.GET_STRING;
51
+ case PRIMITIVE_TYPE.NUMBER:
52
+ return TDS_COLUMN_GETTER.GET_NUMBER;
53
+ case PRIMITIVE_TYPE.INTEGER:
54
+ return TDS_COLUMN_GETTER.GET_INTEGER;
55
+ case PRIMITIVE_TYPE.FLOAT:
56
+ return TDS_COLUMN_GETTER.GET_FLOAT;
57
+ case PRIMITIVE_TYPE.DECIMAL:
58
+ return TDS_COLUMN_GETTER.GET_DECIMAL;
59
+ case PRIMITIVE_TYPE.DATE:
60
+ return TDS_COLUMN_GETTER.GET_DATE;
61
+ case PRIMITIVE_TYPE.DATETIME:
62
+ return TDS_COLUMN_GETTER.GET_DATETIME;
63
+ case PRIMITIVE_TYPE.STRICTDATE:
64
+ return TDS_COLUMN_GETTER.GET_STRICTDATE;
65
+ case PRIMITIVE_TYPE.BOOLEAN:
66
+ return TDS_COLUMN_GETTER.GET_BOOLEAN;
67
+ default:
68
+ throw new UnsupportedOperationError(`Can't find TDS column derived property name for type: '${type.path}'`);
69
+ }
70
+ };
71
+ export const getTypeFromDerivedProperty = (derivedProperty, graph) => {
72
+ switch (derivedProperty) {
73
+ case TDS_COLUMN_GETTER.GET_STRING:
74
+ return graph.getPrimitiveType(PRIMITIVE_TYPE.STRING);
75
+ case TDS_COLUMN_GETTER.GET_NUMBER:
76
+ return graph.getPrimitiveType(PRIMITIVE_TYPE.NUMBER);
77
+ case TDS_COLUMN_GETTER.GET_INTEGER:
78
+ return graph.getPrimitiveType(PRIMITIVE_TYPE.INTEGER);
79
+ case TDS_COLUMN_GETTER.GET_FLOAT:
80
+ return graph.getPrimitiveType(PRIMITIVE_TYPE.FLOAT);
81
+ case TDS_COLUMN_GETTER.GET_DECIMAL:
82
+ return graph.getPrimitiveType(PRIMITIVE_TYPE.DECIMAL);
83
+ case TDS_COLUMN_GETTER.GET_DATE:
84
+ return graph.getPrimitiveType(PRIMITIVE_TYPE.DATE);
85
+ case TDS_COLUMN_GETTER.GET_DATETIME:
86
+ return graph.getPrimitiveType(PRIMITIVE_TYPE.DATETIME);
87
+ case TDS_COLUMN_GETTER.GET_STRICTDATE:
88
+ return graph.getPrimitiveType(PRIMITIVE_TYPE.STRICTDATE);
89
+ case TDS_COLUMN_GETTER.GET_BOOLEAN:
90
+ return graph.getPrimitiveType(PRIMITIVE_TYPE.BOOLEAN);
91
+ default:
92
+ return undefined;
93
+ }
94
+ };
95
+ export class QueryBuilderPostFilterTreeNodeData {
96
+ id = uuid();
97
+ label = '';
98
+ // NOTE: we don't use the `isSelected` attribute is not used since we keep track of it from the tree data level
99
+ isOpen;
100
+ parentId;
101
+ constructor(parentId) {
102
+ this.parentId = parentId;
103
+ makeObservable(this, {
104
+ isOpen: observable,
105
+ parentId: observable,
106
+ setIsOpen: action,
107
+ setParentId: action,
108
+ });
109
+ }
110
+ setIsOpen(val) {
111
+ this.isOpen = val;
112
+ }
113
+ setParentId(val) {
114
+ this.parentId = val;
115
+ }
116
+ }
117
+ export class QueryBuilderPostFilterTreeGroupNodeData extends QueryBuilderPostFilterTreeNodeData {
118
+ groupOperation;
119
+ childrenIds = [];
120
+ constructor(parentId, groupOperation) {
121
+ super(parentId);
122
+ makeObservable(this, {
123
+ groupOperation: observable,
124
+ childrenIds: observable,
125
+ setGroupOperation: action,
126
+ addChildNode: action,
127
+ removeChildNode: action,
128
+ dragPreviewLabel: computed,
129
+ });
130
+ this.groupOperation = groupOperation;
131
+ this.isOpen = true;
132
+ }
133
+ get dragPreviewLabel() {
134
+ return `${this.groupOperation.toUpperCase()} group`;
135
+ }
136
+ setGroupOperation(val) {
137
+ this.groupOperation = val;
138
+ }
139
+ addChildNode(node) {
140
+ addUniqueEntry(this.childrenIds, node.id);
141
+ node.setParentId(this.id);
142
+ }
143
+ removeChildNode(node) {
144
+ deleteEntry(this.childrenIds, node.id);
145
+ node.setParentId(undefined);
146
+ }
147
+ addChildNodeAt(node, idx) {
148
+ if (!this.childrenIds.find((childId) => childId === node.id)) {
149
+ idx = Math.max(0, Math.min(idx, this.childrenIds.length - 1));
150
+ this.childrenIds.splice(idx, 0, node.id);
151
+ node.setParentId(this.id);
152
+ }
153
+ }
154
+ }
155
+ export class QueryBuilderPostFilterTreeConditionNodeData extends QueryBuilderPostFilterTreeNodeData {
156
+ condition;
157
+ constructor(parentId, condition) {
158
+ super(parentId);
159
+ makeObservable(this, {
160
+ condition: observable,
161
+ dragPreviewLabel: computed,
162
+ });
163
+ this.condition = condition;
164
+ }
165
+ get dragPreviewLabel() {
166
+ return this.condition.columnName;
167
+ }
168
+ }
169
+ export class QueryBuilderPostFilterTreeBlankConditionNodeData extends QueryBuilderPostFilterTreeNodeData {
170
+ constructor(parentId) {
171
+ super(parentId);
172
+ makeObservable(this, {
173
+ dragPreviewLabel: computed,
174
+ });
175
+ }
176
+ get dragPreviewLabel() {
177
+ return '<blank>';
178
+ }
179
+ }
180
+ export class PostFilterConditionState {
181
+ postFilterState;
182
+ columnState;
183
+ value;
184
+ operator;
185
+ typeaheadSearchResults;
186
+ typeaheadSearchState = ActionState.create();
187
+ constructor(postFilterState, colState, value, operator) {
188
+ makeAutoObservable(this, {
189
+ columnState: observable,
190
+ typeaheadSearchResults: observable,
191
+ changeOperator: action,
192
+ setColumnState: action,
193
+ setValue: action,
194
+ setOperator: action,
195
+ changeColumn: flow,
196
+ handleTypeaheadSearch: flow,
197
+ });
198
+ this.postFilterState = postFilterState;
199
+ this.columnState = colState;
200
+ this.setValue(value);
201
+ if (operator) {
202
+ this.operator = operator;
203
+ }
204
+ else {
205
+ assertTrue(this.operators.length !== 0, `Can't find an operator for column '${this.columnState.columnName}`);
206
+ this.operator = guaranteeNonNullable(this.operators[0]);
207
+ }
208
+ }
209
+ get columnName() {
210
+ return this.columnState.columnName;
211
+ }
212
+ get operators() {
213
+ return this.postFilterState.operators.filter((op) => op.isCompatibleWithPostFilterColumn(this));
214
+ }
215
+ *handleTypeaheadSearch() {
216
+ try {
217
+ this.typeaheadSearchState.inProgress();
218
+ this.typeaheadSearchResults = undefined;
219
+ if (performTypeahead(this.value)) {
220
+ const result = (yield this.postFilterState.projectionState.queryBuilderState.graphManagerState.graphManager.executeMapping(buildProjectionColumnTypeaheadQuery(this.postFilterState.projectionState.queryBuilderState, this.columnState, this.value), guaranteeNonNullable(this.postFilterState.projectionState.queryBuilderState.mapping), guaranteeNonNullable(this.postFilterState.projectionState.queryBuilderState
221
+ .runtimeValue), this.postFilterState.projectionState.queryBuilderState
222
+ .graphManagerState.graph));
223
+ this.typeaheadSearchResults = buildTypeaheadOptions(result);
224
+ }
225
+ this.typeaheadSearchState.pass();
226
+ }
227
+ catch (error) {
228
+ assertErrorThrown(error);
229
+ this.typeaheadSearchState.fail();
230
+ }
231
+ finally {
232
+ this.typeaheadSearchState.complete();
233
+ }
234
+ }
235
+ changeOperator(val) {
236
+ this.setOperator(val);
237
+ if (!this.operator.isCompatibleWithConditionValue(this)) {
238
+ this.setValue(this.operator.getDefaultFilterConditionValue(this));
239
+ }
240
+ }
241
+ setValue(val) {
242
+ this.value = val
243
+ ? observe_ValueSpecification(val, this.postFilterState.projectionState.queryBuilderState
244
+ .observableContext)
245
+ : undefined;
246
+ }
247
+ setColumnState(val) {
248
+ this.columnState = val;
249
+ }
250
+ setOperator(val) {
251
+ this.operator = val;
252
+ }
253
+ *changeColumn(columnState) {
254
+ try {
255
+ const aggregateColumnState = this.postFilterState.projectionState.aggregationState.columns.find((column) => column.projectionColumnState === columnState);
256
+ const colState = aggregateColumnState ?? columnState;
257
+ if (colState instanceof QueryBuilderDerivationProjectionColumnState) {
258
+ yield flowResult(colState.fetchDerivationLambdaReturnType());
259
+ }
260
+ //column
261
+ this.setColumnState(colState);
262
+ //operator
263
+ if (!this.operator.isCompatibleWithPostFilterColumn(this)) {
264
+ this.setOperator(guaranteeNonNullable(this.operators[0]));
265
+ }
266
+ // value
267
+ if (!this.operator.isCompatibleWithConditionValue(this)) {
268
+ this.setValue(this.operator.getDefaultFilterConditionValue(this));
269
+ }
270
+ }
271
+ catch (error) {
272
+ assertErrorThrown(error);
273
+ this.postFilterState.projectionState.queryBuilderState.applicationStore.notifyError(`Can't drag column '${columnState.columnName}' due to: ${error.message}`);
274
+ }
275
+ }
276
+ }
277
+ export class QueryBuilderPostFilterState {
278
+ projectionState;
279
+ lambdaParameterName = DEFAULT_POST_FILTER_LAMBDA_VARIABLE_NAME;
280
+ selectedNode;
281
+ isRearrangingConditions = false;
282
+ operators = [];
283
+ rootIds = [];
284
+ nodes = new Map();
285
+ _suppressClickawayEventListener = false;
286
+ constructor(projectionState, operators) {
287
+ makeAutoObservable(this, {
288
+ projectionState: false,
289
+ setLambdaParameterName: action,
290
+ setSelectedNode: action,
291
+ addNodeFromNode: action,
292
+ addGroupConditionNodeFromNode: action,
293
+ newGroupWithConditionFromNode: action,
294
+ removeNodeAndPruneBranch: action,
295
+ pruneTree: action,
296
+ simplifyTree: action,
297
+ collapseTree: action,
298
+ expandTree: action,
299
+ replaceBlankNodeWithNode: action,
300
+ suppressClickawayEventListener: action,
301
+ });
302
+ this.projectionState = projectionState;
303
+ this.operators = operators;
304
+ }
305
+ setRearrangingConditions(val) {
306
+ this.isRearrangingConditions = val;
307
+ }
308
+ suppressClickawayEventListener() {
309
+ this._suppressClickawayEventListener = true;
310
+ }
311
+ setSelectedNode(val) {
312
+ this.selectedNode = val;
313
+ }
314
+ getNode(id) {
315
+ return guaranteeNonNullable(this.nodes.get(id), `Can't find query builder post-filter tree node with ID '${id}'`);
316
+ }
317
+ get isEmpty() {
318
+ return !this.nodes.size && !this.rootIds.length;
319
+ }
320
+ getParentNode(node) {
321
+ return node.parentId
322
+ ? guaranteeType(this.nodes.get(node.parentId), QueryBuilderPostFilterTreeGroupNodeData)
323
+ : undefined;
324
+ }
325
+ getRootNode() {
326
+ assertTrue(this.rootIds.length < 2, 'Query builder post-filter tree cannot have more than 1 root');
327
+ const rootId = getNullableFirstElement(this.rootIds);
328
+ return rootId ? this.getNode(rootId) : undefined;
329
+ }
330
+ addRootNode(node) {
331
+ const rootNode = this.getRootNode();
332
+ this.nodes.set(node.id, node);
333
+ if (rootNode instanceof QueryBuilderPostFilterTreeGroupNodeData) {
334
+ rootNode.addChildNode(node);
335
+ }
336
+ else if (rootNode instanceof QueryBuilderPostFilterTreeConditionNodeData ||
337
+ rootNode instanceof QueryBuilderPostFilterTreeBlankConditionNodeData) {
338
+ // if the root node is condition node, form a group between the root node and the new node and nominate the group node as the new root
339
+ const groupNode = new QueryBuilderPostFilterTreeGroupNodeData(undefined, QUERY_BUILDER_GROUP_OPERATION.AND);
340
+ groupNode.addChildNode(rootNode);
341
+ groupNode.addChildNode(node);
342
+ this.rootIds = [groupNode.id];
343
+ this.nodes.set(groupNode.id, groupNode);
344
+ }
345
+ else if (!rootNode) {
346
+ // if there is no root node, set this node as the root
347
+ this.rootIds = [node.id];
348
+ }
349
+ }
350
+ replaceBlankNodeWithNode(node, blankNode) {
351
+ this.nodes.set(node.id, node);
352
+ const blankNodeParent = this.getParentNode(blankNode);
353
+ if (blankNodeParent) {
354
+ const blankNodeIdx = blankNodeParent.childrenIds.findIndex((childId) => childId === blankNode.id);
355
+ blankNodeParent.addChildNodeAt(node, blankNodeIdx);
356
+ blankNodeParent.removeChildNode(blankNode);
357
+ }
358
+ else {
359
+ this.addRootNode(node);
360
+ }
361
+ this.removeNode(blankNode);
362
+ }
363
+ setLambdaParameterName(val) {
364
+ this.lambdaParameterName = val;
365
+ }
366
+ addGroupConditionNodeFromNode(fromNode) {
367
+ const newGroupNode = new QueryBuilderPostFilterTreeGroupNodeData(undefined, QUERY_BUILDER_GROUP_OPERATION.AND);
368
+ const newBlankConditionNode1 = new QueryBuilderPostFilterTreeBlankConditionNodeData(undefined);
369
+ const newBlankConditionNode2 = new QueryBuilderPostFilterTreeBlankConditionNodeData(undefined);
370
+ this.nodes.set(newBlankConditionNode1.id, newBlankConditionNode1);
371
+ this.nodes.set(newBlankConditionNode2.id, newBlankConditionNode2);
372
+ newGroupNode.addChildNode(newBlankConditionNode1);
373
+ newGroupNode.addChildNode(newBlankConditionNode2);
374
+ this.addNodeFromNode(newGroupNode, fromNode);
375
+ }
376
+ newGroupWithConditionFromNode(node, fromNode) {
377
+ const newNode = node ?? new QueryBuilderPostFilterTreeBlankConditionNodeData(undefined);
378
+ if (fromNode instanceof QueryBuilderPostFilterTreeConditionNodeData) {
379
+ const fromNodeParent = this.getParentNode(fromNode);
380
+ if (fromNodeParent) {
381
+ const fromNodeIdx = fromNodeParent.childrenIds.findIndex((childId) => childId === fromNode.id);
382
+ fromNodeParent.removeChildNode(fromNode);
383
+ const newGroupNode = new QueryBuilderPostFilterTreeGroupNodeData(undefined, QUERY_BUILDER_GROUP_OPERATION.AND);
384
+ this.nodes.set(newNode.id, newNode);
385
+ this.nodes.set(newGroupNode.id, newGroupNode);
386
+ newGroupNode.addChildNode(fromNode);
387
+ newGroupNode.addChildNode(newNode);
388
+ fromNodeParent.addChildNodeAt(newGroupNode, fromNodeIdx);
389
+ }
390
+ else {
391
+ this.addRootNode(newNode);
392
+ }
393
+ }
394
+ }
395
+ handleClickaway() {
396
+ if (this._suppressClickawayEventListener) {
397
+ this._suppressClickawayEventListener = false;
398
+ return;
399
+ }
400
+ this.setSelectedNode(undefined);
401
+ }
402
+ addNodeFromNode(node, fromNode) {
403
+ if (fromNode instanceof QueryBuilderPostFilterTreeGroupNodeData) {
404
+ this.nodes.set(node.id, node);
405
+ fromNode.addChildNode(node);
406
+ }
407
+ else if (fromNode instanceof QueryBuilderPostFilterTreeConditionNodeData ||
408
+ fromNode instanceof QueryBuilderPostFilterTreeBlankConditionNodeData) {
409
+ this.nodes.set(node.id, node);
410
+ const fromNodeParent = this.getParentNode(fromNode);
411
+ if (fromNodeParent) {
412
+ fromNodeParent.addChildNode(node);
413
+ }
414
+ else {
415
+ this.addRootNode(node);
416
+ }
417
+ }
418
+ else if (!this.selectedNode) {
419
+ // if no current node is selected, the node will be added to root
420
+ this.addRootNode(node);
421
+ }
422
+ }
423
+ removeNode(node) {
424
+ this.nodes.delete(node.id);
425
+ // remove relationship with children nodes
426
+ if (node instanceof QueryBuilderPostFilterTreeGroupNodeData) {
427
+ // NOTE: we are deleting child node, i.e. modifying `childrenIds` as we iterate
428
+ [...node.childrenIds].forEach((childId) => node.removeChildNode(this.getNode(childId)));
429
+ }
430
+ // remove relationship with parent node
431
+ const parentNode = this.getParentNode(node);
432
+ if (parentNode) {
433
+ parentNode.removeChildNode(node);
434
+ }
435
+ else {
436
+ deleteEntry(this.rootIds, node.id);
437
+ }
438
+ }
439
+ removeNodeAndPruneBranch(node) {
440
+ const parentNode = this.getParentNode(node);
441
+ this.removeNode(node);
442
+ // squash parent node after the current node is deleted
443
+ if (parentNode) {
444
+ parentNode.removeChildNode(node);
445
+ let currentParentNode = parentNode;
446
+ while (currentParentNode) {
447
+ if (currentParentNode.childrenIds.length >= 2) {
448
+ break;
449
+ }
450
+ this.squashGroupNode(currentParentNode);
451
+ currentParentNode = this.getParentNode(currentParentNode);
452
+ }
453
+ }
454
+ else {
455
+ deleteEntry(this.rootIds, node.id);
456
+ }
457
+ this.pruneOrphanNodes();
458
+ // check if selected node is still around, if not, unset the selected node
459
+ if (this.selectedNode && !this.nodes.get(this.selectedNode.id)) {
460
+ this.setSelectedNode(undefined);
461
+ }
462
+ }
463
+ /**
464
+ * Cleanup unecessary group nodes (i.e. group node whose group operation is the same as its parent's)
465
+ */
466
+ simplifyTree() {
467
+ this.setSelectedNode(undefined);
468
+ const getUnnecessaryNodes = () => Array.from(this.nodes.values())
469
+ .filter(filterByType(QueryBuilderPostFilterTreeGroupNodeData))
470
+ .filter((node) => {
471
+ if (!node.parentId || !this.nodes.has(node.parentId)) {
472
+ return false;
473
+ }
474
+ const parentGroupNode = guaranteeType(this.nodes.get(node.parentId), QueryBuilderPostFilterTreeGroupNodeData);
475
+ return parentGroupNode.groupOperation === node.groupOperation;
476
+ });
477
+ // Squash these unnecessary group nodes
478
+ let nodesToProcess = getUnnecessaryNodes();
479
+ while (nodesToProcess.length) {
480
+ nodesToProcess.forEach((node) => {
481
+ const parentNode = guaranteeType(this.nodes.get(guaranteeNonNullable(node.parentId)), QueryBuilderPostFilterTreeGroupNodeData);
482
+ // send all children of the current group node to their grandparent node
483
+ [...node.childrenIds].forEach((childId) => {
484
+ const childNode = this.getNode(childId);
485
+ parentNode.addChildNode(childNode);
486
+ });
487
+ // remove the current group node
488
+ parentNode.removeChildNode(node);
489
+ // remove the node
490
+ this.nodes.delete(node.id);
491
+ });
492
+ nodesToProcess = getUnnecessaryNodes();
493
+ }
494
+ }
495
+ pruneOrphanNodes() {
496
+ const getOrphanNodes = () => Array.from(this.nodes.values()).filter((node) => !node.parentId && !this.rootIds.includes(node.id)); // nodes without parent, except for root nodes
497
+ let nodesToProcess = getOrphanNodes();
498
+ while (nodesToProcess.length) {
499
+ nodesToProcess.forEach((node) => this.removeNode(node));
500
+ nodesToProcess = getOrphanNodes();
501
+ }
502
+ }
503
+ pruneChildlessGroupNodes() {
504
+ const getChildlessGroupNodes = () => Array.from(this.nodes.values())
505
+ .filter(filterByType(QueryBuilderPostFilterTreeGroupNodeData))
506
+ .filter((node) => !node.childrenIds.length);
507
+ let nodesToProcess = getChildlessGroupNodes();
508
+ while (nodesToProcess.length) {
509
+ nodesToProcess.forEach((node) => this.removeNode(node));
510
+ nodesToProcess = getChildlessGroupNodes();
511
+ }
512
+ }
513
+ pruneTree() {
514
+ this.setSelectedNode(undefined);
515
+ // remove all blank nodes
516
+ Array.from(this.nodes.values())
517
+ .filter((node) => node instanceof QueryBuilderPostFilterTreeBlankConditionNodeData)
518
+ .forEach((node) => this.removeNode(node));
519
+ // prune
520
+ this.pruneOrphanNodes();
521
+ this.pruneChildlessGroupNodes();
522
+ // squash group nodes
523
+ // NOTE: since we have pruned all blank nodes and childless group nodes, at this point, if there are group nodes to be squashed
524
+ // it will be group node with exactly 1 non-blank condition
525
+ const getSquashableGroupNodes = () => Array.from(this.nodes.values())
526
+ .filter(filterByType(QueryBuilderPostFilterTreeGroupNodeData))
527
+ .filter((node) => node.childrenIds.length < 2)
528
+ .filter((node) => {
529
+ if (!node.childrenIds.length) {
530
+ throw new IllegalStateError('Query builder post-filter tree found unexpected childless group nodes');
531
+ }
532
+ const firstChildNodeId = node.childrenIds[0];
533
+ const childNode = this.getNode(firstChildNodeId);
534
+ if (childNode instanceof
535
+ QueryBuilderPostFilterTreeBlankConditionNodeData) {
536
+ throw new IllegalStateError('Query builder post-filter tree found unexpected blank nodes');
537
+ }
538
+ return (this.getNode(firstChildNodeId) instanceof
539
+ QueryBuilderPostFilterTreeConditionNodeData);
540
+ });
541
+ let nodesToProcess = getSquashableGroupNodes();
542
+ while (nodesToProcess.length) {
543
+ nodesToProcess.forEach((node) => this.squashGroupNode(node));
544
+ nodesToProcess = getSquashableGroupNodes();
545
+ }
546
+ // check if selected node is still around, if not, unset the selected node
547
+ if (this.selectedNode && !this.nodes.get(this.selectedNode.id)) {
548
+ this.setSelectedNode(undefined);
549
+ }
550
+ }
551
+ /**
552
+ * If group node has fewer than 2 children, flatten it
553
+ */
554
+ squashGroupNode(node) {
555
+ if (node.childrenIds.length < 2) {
556
+ const parentNode = this.getParentNode(node);
557
+ // NOTE: we are deleting child node, i.e. modifying `childrenIds` as we iterate
558
+ [...node.childrenIds].forEach((childId) => {
559
+ const childNode = this.getNode(childId);
560
+ node.removeChildNode(childNode);
561
+ if (parentNode) {
562
+ parentNode.addChildNode(childNode);
563
+ }
564
+ else {
565
+ addUniqueEntry(this.rootIds, childId);
566
+ }
567
+ });
568
+ // remove the group node
569
+ this.nodes.delete(node.id);
570
+ if (parentNode) {
571
+ parentNode.removeChildNode(node);
572
+ }
573
+ else {
574
+ deleteEntry(this.rootIds, node.id);
575
+ }
576
+ }
577
+ }
578
+ collapseTree() {
579
+ Array.from(this.nodes.values()).forEach((node) => node.setIsOpen(false));
580
+ }
581
+ expandTree() {
582
+ Array.from(this.nodes.values()).forEach((node) => node.setIsOpen(true));
583
+ }
584
+ }
585
+ //# sourceMappingURL=QueryBuilderPostFilterState.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryBuilderPostFilterState.js","sourceRoot":"","sources":["../../../../../src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Copyright (c) 2020-present, Goldman Sachs
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { FunctionExpression, type SimpleFunctionExpression } from '@finos/legend-graph';
17
+ import type { QueryBuilderPostFilterOperator } from './QueryBuilderPostFilterOperator.js';
18
+ import { type QueryBuilderPostFilterState, PostFilterConditionState } from './QueryBuilderPostFilterState.js';
19
+ import type { QueryBuilderState } from '../../../QueryBuilderState.js';
20
+ export declare const buildPostFilterConditionState: (postFilterState: QueryBuilderPostFilterState, expression: FunctionExpression, operatorFunctionFullPath: string | undefined, operator: QueryBuilderPostFilterOperator) => PostFilterConditionState | undefined;
21
+ export declare const processTDSPostFilterExpression: (expression: SimpleFunctionExpression, queryBuilderState: QueryBuilderState) => void;
22
+ //# sourceMappingURL=QueryBuilderPostFilterStateBuilder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryBuilderPostFilterStateBuilder.d.ts","sourceRoot":"","sources":["../../../../../src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAOL,kBAAkB,EAClB,KAAK,wBAAwB,EAC9B,MAAM,qBAAqB,CAAC;AAU7B,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAC1F,OAAO,EACL,KAAK,2BAA2B,EAEhC,wBAAwB,EAKzB,MAAM,kCAAkC,CAAC;AAO1C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AA6DvE,eAAO,MAAM,6BAA6B,oBACvB,2BAA2B,cAChC,kBAAkB,4BACJ,MAAM,GAAG,SAAS,YAClC,8BAA8B,KACvC,wBAAwB,GAAG,SAiE7B,CAAC;AAyDF,eAAO,MAAM,8BAA8B,eAC7B,wBAAwB,qBACjB,iBAAiB,KACnC,IAsDF,CAAC"}