@finos/legend-application-query 6.0.0 → 7.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (624) hide show
  1. package/lib/application/LegendQuery.d.ts.map +1 -1
  2. package/lib/application/LegendQuery.js +4 -7
  3. package/lib/application/LegendQuery.js.map +1 -1
  4. package/lib/components/LegendQueryApplication.d.ts +0 -1
  5. package/lib/components/LegendQueryApplication.d.ts.map +1 -1
  6. package/lib/components/QueryEditor.d.ts +0 -1
  7. package/lib/components/QueryEditor.d.ts.map +1 -1
  8. package/lib/components/QueryEditor.js +71 -19
  9. package/lib/components/QueryEditor.js.map +1 -1
  10. package/lib/components/QueryEditorComponentTestUtils.d.ts +1 -1
  11. package/lib/components/QueryEditorComponentTestUtils.d.ts.map +1 -1
  12. package/lib/components/QueryEditorComponentTestUtils.js +7 -9
  13. package/lib/components/QueryEditorComponentTestUtils.js.map +1 -1
  14. package/lib/index.css +2 -2
  15. package/lib/index.css.map +1 -1
  16. package/lib/index.d.ts +0 -7
  17. package/lib/index.d.ts.map +1 -1
  18. package/lib/index.js +0 -8
  19. package/lib/index.js.map +1 -1
  20. package/lib/package.json +4 -10
  21. package/lib/stores/LegendQueryApplicationPlugin.d.ts +1 -1
  22. package/lib/stores/LegendQueryApplicationPlugin.d.ts.map +1 -1
  23. package/lib/stores/QueryEditorStore.d.ts +12 -1
  24. package/lib/stores/QueryEditorStore.d.ts.map +1 -1
  25. package/lib/stores/QueryEditorStore.js +52 -21
  26. package/lib/stores/QueryEditorStore.js.map +1 -1
  27. package/lib/stores/QuerySetupStore.d.ts +1 -1
  28. package/lib/stores/QuerySetupStore.d.ts.map +1 -1
  29. package/lib/stores/QuerySetupStore.js +1 -1
  30. package/lib/stores/QuerySetupStore.js.map +1 -1
  31. package/package.json +11 -17
  32. package/src/application/LegendQuery.tsx +7 -8
  33. package/src/components/QueryEditor.tsx +282 -48
  34. package/src/components/QueryEditorComponentTestUtils.tsx +15 -13
  35. package/src/index.ts +0 -15
  36. package/src/stores/LegendQueryApplicationPlugin.ts +1 -1
  37. package/src/stores/QueryEditorStore.ts +62 -34
  38. package/src/stores/QuerySetupStore.ts +5 -3
  39. package/tsconfig.json +1 -118
  40. package/lib/components/query-builder/QueryBuilder.d.ts +0 -23
  41. package/lib/components/query-builder/QueryBuilder.d.ts.map +0 -1
  42. package/lib/components/query-builder/QueryBuilder.js +0 -111
  43. package/lib/components/query-builder/QueryBuilder.js.map +0 -1
  44. package/lib/components/query-builder/QueryBuilderParametersPanel.d.ts +0 -32
  45. package/lib/components/query-builder/QueryBuilderParametersPanel.d.ts.map +0 -1
  46. package/lib/components/query-builder/QueryBuilderParametersPanel.js +0 -128
  47. package/lib/components/query-builder/QueryBuilderParametersPanel.js.map +0 -1
  48. package/lib/components/query-builder/QueryBuilderPropertyExpressionEditor.d.ts +0 -30
  49. package/lib/components/query-builder/QueryBuilderPropertyExpressionEditor.d.ts.map +0 -1
  50. package/lib/components/query-builder/QueryBuilderPropertyExpressionEditor.js +0 -116
  51. package/lib/components/query-builder/QueryBuilderPropertyExpressionEditor.js.map +0 -1
  52. package/lib/components/query-builder/QueryBuilderResultPanel.d.ts +0 -23
  53. package/lib/components/query-builder/QueryBuilderResultPanel.d.ts.map +0 -1
  54. package/lib/components/query-builder/QueryBuilderResultPanel.js +0 -242
  55. package/lib/components/query-builder/QueryBuilderResultPanel.js.map +0 -1
  56. package/lib/components/query-builder/QueryBuilderSideBar.d.ts +0 -42
  57. package/lib/components/query-builder/QueryBuilderSideBar.d.ts.map +0 -1
  58. package/lib/components/query-builder/QueryBuilderSideBar.js +0 -169
  59. package/lib/components/query-builder/QueryBuilderSideBar.js.map +0 -1
  60. package/lib/components/query-builder/QueryBuilderTextEditor.d.ts +0 -23
  61. package/lib/components/query-builder/QueryBuilderTextEditor.d.ts.map +0 -1
  62. package/lib/components/query-builder/QueryBuilderTextEditor.js +0 -48
  63. package/lib/components/query-builder/QueryBuilderTextEditor.js.map +0 -1
  64. package/lib/components/query-builder/QueryBuilderUnsupportedQueryEditor.d.ts +0 -23
  65. package/lib/components/query-builder/QueryBuilderUnsupportedQueryEditor.d.ts.map +0 -1
  66. package/lib/components/query-builder/QueryBuilderUnsupportedQueryEditor.js +0 -36
  67. package/lib/components/query-builder/QueryBuilderUnsupportedQueryEditor.js.map +0 -1
  68. package/lib/components/query-builder/QueryBuilder_TestID.d.ts +0 -26
  69. package/lib/components/query-builder/QueryBuilder_TestID.d.ts.map +0 -1
  70. package/lib/components/query-builder/QueryBuilder_TestID.js +0 -27
  71. package/lib/components/query-builder/QueryBuilder_TestID.js.map +0 -1
  72. package/lib/components/query-builder/explorer/QueryBuilderExplorerPanel.d.ts +0 -36
  73. package/lib/components/query-builder/explorer/QueryBuilderExplorerPanel.d.ts.map +0 -1
  74. package/lib/components/query-builder/explorer/QueryBuilderExplorerPanel.js +0 -340
  75. package/lib/components/query-builder/explorer/QueryBuilderExplorerPanel.js.map +0 -1
  76. package/lib/components/query-builder/explorer/QueryBuilderFunctionsExplorerPanel.d.ts +0 -23
  77. package/lib/components/query-builder/explorer/QueryBuilderFunctionsExplorerPanel.d.ts.map +0 -1
  78. package/lib/components/query-builder/explorer/QueryBuilderFunctionsExplorerPanel.js +0 -147
  79. package/lib/components/query-builder/explorer/QueryBuilderFunctionsExplorerPanel.js.map +0 -1
  80. package/lib/components/query-builder/explorer/QueryBuilderMilestoneEditor.d.ts +0 -23
  81. package/lib/components/query-builder/explorer/QueryBuilderMilestoneEditor.d.ts.map +0 -1
  82. package/lib/components/query-builder/explorer/QueryBuilderMilestoneEditor.js +0 -122
  83. package/lib/components/query-builder/explorer/QueryBuilderMilestoneEditor.js.map +0 -1
  84. package/lib/components/query-builder/explorer/QueryBuilderPropertySearchPanel.d.ts +0 -24
  85. package/lib/components/query-builder/explorer/QueryBuilderPropertySearchPanel.d.ts.map +0 -1
  86. package/lib/components/query-builder/explorer/QueryBuilderPropertySearchPanel.js +0 -200
  87. package/lib/components/query-builder/explorer/QueryBuilderPropertySearchPanel.js.map +0 -1
  88. package/lib/components/query-builder/fetch-structure/QueryBuilderFetchStructurePanel.d.ts +0 -23
  89. package/lib/components/query-builder/fetch-structure/QueryBuilderFetchStructurePanel.d.ts.map +0 -1
  90. package/lib/components/query-builder/fetch-structure/QueryBuilderFetchStructurePanel.js +0 -52
  91. package/lib/components/query-builder/fetch-structure/QueryBuilderFetchStructurePanel.js.map +0 -1
  92. package/lib/components/query-builder/fetch-structure/QueryBuilderGraphFetchTreePanel.d.ts +0 -32
  93. package/lib/components/query-builder/fetch-structure/QueryBuilderGraphFetchTreePanel.d.ts.map +0 -1
  94. package/lib/components/query-builder/fetch-structure/QueryBuilderGraphFetchTreePanel.js +0 -94
  95. package/lib/components/query-builder/fetch-structure/QueryBuilderGraphFetchTreePanel.js.map +0 -1
  96. package/lib/components/query-builder/fetch-structure/QueryBuilderPostFilterPanel.d.ts +0 -31
  97. package/lib/components/query-builder/fetch-structure/QueryBuilderPostFilterPanel.d.ts.map +0 -1
  98. package/lib/components/query-builder/fetch-structure/QueryBuilderPostFilterPanel.js +0 -378
  99. package/lib/components/query-builder/fetch-structure/QueryBuilderPostFilterPanel.js.map +0 -1
  100. package/lib/components/query-builder/fetch-structure/QueryBuilderProjectionPanel.d.ts +0 -23
  101. package/lib/components/query-builder/fetch-structure/QueryBuilderProjectionPanel.d.ts.map +0 -1
  102. package/lib/components/query-builder/fetch-structure/QueryBuilderProjectionPanel.js +0 -216
  103. package/lib/components/query-builder/fetch-structure/QueryBuilderProjectionPanel.js.map +0 -1
  104. package/lib/components/query-builder/fetch-structure/QueryBuilderResultModifierPanel.d.ts +0 -23
  105. package/lib/components/query-builder/fetch-structure/QueryBuilderResultModifierPanel.d.ts.map +0 -1
  106. package/lib/components/query-builder/fetch-structure/QueryBuilderResultModifierPanel.js +0 -88
  107. package/lib/components/query-builder/fetch-structure/QueryBuilderResultModifierPanel.js.map +0 -1
  108. package/lib/components/query-builder/filter/QueryBuilderFilterPanel.d.ts +0 -23
  109. package/lib/components/query-builder/filter/QueryBuilderFilterPanel.d.ts.map +0 -1
  110. package/lib/components/query-builder/filter/QueryBuilderFilterPanel.js +0 -316
  111. package/lib/components/query-builder/filter/QueryBuilderFilterPanel.js.map +0 -1
  112. package/lib/components/query-builder/shared/ElementIconUtils.d.ts +0 -18
  113. package/lib/components/query-builder/shared/ElementIconUtils.d.ts.map +0 -1
  114. package/lib/components/query-builder/shared/ElementIconUtils.js +0 -37
  115. package/lib/components/query-builder/shared/ElementIconUtils.js.map +0 -1
  116. package/lib/components/query-builder/shared/QueryBuilderLambdaEditor.d.ts +0 -43
  117. package/lib/components/query-builder/shared/QueryBuilderLambdaEditor.d.ts.map +0 -1
  118. package/lib/components/query-builder/shared/QueryBuilderLambdaEditor.js +0 -47
  119. package/lib/components/query-builder/shared/QueryBuilderLambdaEditor.js.map +0 -1
  120. package/lib/components/query-builder/shared/QueryBuilderPanelIssueCountBadge.d.ts +0 -20
  121. package/lib/components/query-builder/shared/QueryBuilderPanelIssueCountBadge.d.ts.map +0 -1
  122. package/lib/components/query-builder/shared/QueryBuilderPanelIssueCountBadge.js +0 -28
  123. package/lib/components/query-builder/shared/QueryBuilderPanelIssueCountBadge.js.map +0 -1
  124. package/lib/components/query-builder/shared/QueryBuilderPropertyInfoTooltip.d.ts +0 -26
  125. package/lib/components/query-builder/shared/QueryBuilderPropertyInfoTooltip.d.ts.map +0 -1
  126. package/lib/components/query-builder/shared/QueryBuilderPropertyInfoTooltip.js +0 -32
  127. package/lib/components/query-builder/shared/QueryBuilderPropertyInfoTooltip.js.map +0 -1
  128. package/lib/components/query-builder/workflows/ClassQueryBuilder.d.ts +0 -18
  129. package/lib/components/query-builder/workflows/ClassQueryBuilder.d.ts.map +0 -1
  130. package/lib/components/query-builder/workflows/ClassQueryBuilder.js +0 -87
  131. package/lib/components/query-builder/workflows/ClassQueryBuilder.js.map +0 -1
  132. package/lib/components/query-builder/workflows/MappingQueryBuilder.d.ts +0 -18
  133. package/lib/components/query-builder/workflows/MappingQueryBuilder.d.ts.map +0 -1
  134. package/lib/components/query-builder/workflows/MappingQueryBuilder.js +0 -88
  135. package/lib/components/query-builder/workflows/MappingQueryBuilder.js.map +0 -1
  136. package/lib/components/query-builder/workflows/ServiceQueryBuilder.d.ts +0 -18
  137. package/lib/components/query-builder/workflows/ServiceQueryBuilder.d.ts.map +0 -1
  138. package/lib/components/query-builder/workflows/ServiceQueryBuilder.js +0 -69
  139. package/lib/components/query-builder/workflows/ServiceQueryBuilder.js.map +0 -1
  140. package/lib/graphManager/QueryBuilderSupportedFunctions.d.ts +0 -60
  141. package/lib/graphManager/QueryBuilderSupportedFunctions.d.ts.map +0 -1
  142. package/lib/graphManager/QueryBuilderSupportedFunctions.js +0 -65
  143. package/lib/graphManager/QueryBuilderSupportedFunctions.js.map +0 -1
  144. package/lib/graphManager/QueryBuilder_GraphManagerPlugin.d.ts +0 -21
  145. package/lib/graphManager/QueryBuilder_GraphManagerPlugin.d.ts.map +0 -1
  146. package/lib/graphManager/QueryBuilder_GraphManagerPlugin.js +0 -27
  147. package/lib/graphManager/QueryBuilder_GraphManagerPlugin.js.map +0 -1
  148. package/lib/graphManager/QueryBuilder_GraphManagerPreset.d.ts +0 -24
  149. package/lib/graphManager/QueryBuilder_GraphManagerPreset.d.ts.map +0 -1
  150. package/lib/graphManager/QueryBuilder_GraphManagerPreset.js +0 -32
  151. package/lib/graphManager/QueryBuilder_GraphManagerPreset.js.map +0 -1
  152. package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.d.ts +0 -21
  153. package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.d.ts.map +0 -1
  154. package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.js +0 -20
  155. package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.js.map +0 -1
  156. package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.d.ts +0 -21
  157. package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.d.ts.map +0 -1
  158. package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.js +0 -20
  159. package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.js.map +0 -1
  160. package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.d.ts +0 -25
  161. package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.d.ts.map +0 -1
  162. package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.js +0 -21
  163. package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.js.map +0 -1
  164. package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.d.ts +0 -18
  165. package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.d.ts.map +0 -1
  166. package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.js +0 -20
  167. package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.js.map +0 -1
  168. package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.d.ts +0 -22
  169. package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.d.ts.map +0 -1
  170. package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.js +0 -70
  171. package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.js.map +0 -1
  172. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.d.ts +0 -22
  173. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.d.ts.map +0 -1
  174. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.js +0 -207
  175. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.js.map +0 -1
  176. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.d.ts +0 -18
  177. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.d.ts.map +0 -1
  178. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.js +0 -18
  179. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.js.map +0 -1
  180. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.d.ts +0 -29
  181. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.d.ts.map +0 -1
  182. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.js +0 -182
  183. package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.js.map +0 -1
  184. package/lib/stores/query-builder/QueryBuilderChangeDetectionState.d.ts +0 -25
  185. package/lib/stores/query-builder/QueryBuilderChangeDetectionState.d.ts.map +0 -1
  186. package/lib/stores/query-builder/QueryBuilderChangeDetectionState.js +0 -32
  187. package/lib/stores/query-builder/QueryBuilderChangeDetectionState.js.map +0 -1
  188. package/lib/stores/query-builder/QueryBuilderConfig.d.ts +0 -32
  189. package/lib/stores/query-builder/QueryBuilderConfig.d.ts.map +0 -1
  190. package/lib/stores/query-builder/QueryBuilderConfig.js +0 -34
  191. package/lib/stores/query-builder/QueryBuilderConfig.js.map +0 -1
  192. package/lib/stores/query-builder/QueryBuilderGroupOperationHelper.d.ts +0 -22
  193. package/lib/stores/query-builder/QueryBuilderGroupOperationHelper.d.ts.map +0 -1
  194. package/lib/stores/query-builder/QueryBuilderGroupOperationHelper.js +0 -43
  195. package/lib/stores/query-builder/QueryBuilderGroupOperationHelper.js.map +0 -1
  196. package/lib/stores/query-builder/QueryBuilderMilestoningState.d.ts +0 -32
  197. package/lib/stores/query-builder/QueryBuilderMilestoningState.d.ts.map +0 -1
  198. package/lib/stores/query-builder/QueryBuilderMilestoningState.js +0 -95
  199. package/lib/stores/query-builder/QueryBuilderMilestoningState.js.map +0 -1
  200. package/lib/stores/query-builder/QueryBuilderParametersState.d.ts +0 -28
  201. package/lib/stores/query-builder/QueryBuilderParametersState.d.ts.map +0 -1
  202. package/lib/stores/query-builder/QueryBuilderParametersState.js +0 -39
  203. package/lib/stores/query-builder/QueryBuilderParametersState.js.map +0 -1
  204. package/lib/stores/query-builder/QueryBuilderPreviewDataHelper.d.ts +0 -26
  205. package/lib/stores/query-builder/QueryBuilderPreviewDataHelper.d.ts.map +0 -1
  206. package/lib/stores/query-builder/QueryBuilderPreviewDataHelper.js +0 -138
  207. package/lib/stores/query-builder/QueryBuilderPreviewDataHelper.js.map +0 -1
  208. package/lib/stores/query-builder/QueryBuilderPropertyEditorState.d.ts +0 -62
  209. package/lib/stores/query-builder/QueryBuilderPropertyEditorState.d.ts.map +0 -1
  210. package/lib/stores/query-builder/QueryBuilderPropertyEditorState.js +0 -395
  211. package/lib/stores/query-builder/QueryBuilderPropertyEditorState.js.map +0 -1
  212. package/lib/stores/query-builder/QueryBuilderResultState.d.ts +0 -41
  213. package/lib/stores/query-builder/QueryBuilderResultState.d.ts.map +0 -1
  214. package/lib/stores/query-builder/QueryBuilderResultState.js +0 -176
  215. package/lib/stores/query-builder/QueryBuilderResultState.js.map +0 -1
  216. package/lib/stores/query-builder/QueryBuilderState.d.ts +0 -112
  217. package/lib/stores/query-builder/QueryBuilderState.d.ts.map +0 -1
  218. package/lib/stores/query-builder/QueryBuilderState.js +0 -337
  219. package/lib/stores/query-builder/QueryBuilderState.js.map +0 -1
  220. package/lib/stores/query-builder/QueryBuilderStateBuilder.d.ts +0 -124
  221. package/lib/stores/query-builder/QueryBuilderStateBuilder.d.ts.map +0 -1
  222. package/lib/stores/query-builder/QueryBuilderStateBuilder.js +0 -311
  223. package/lib/stores/query-builder/QueryBuilderStateBuilder.js.map +0 -1
  224. package/lib/stores/query-builder/QueryBuilderStateTestUtils.d.ts +0 -24
  225. package/lib/stores/query-builder/QueryBuilderStateTestUtils.d.ts.map +0 -1
  226. package/lib/stores/query-builder/QueryBuilderStateTestUtils.js +0 -50
  227. package/lib/stores/query-builder/QueryBuilderStateTestUtils.js.map +0 -1
  228. package/lib/stores/query-builder/QueryBuilderTextEditorState.d.ts +0 -49
  229. package/lib/stores/query-builder/QueryBuilderTextEditorState.d.ts.map +0 -1
  230. package/lib/stores/query-builder/QueryBuilderTextEditorState.js +0 -145
  231. package/lib/stores/query-builder/QueryBuilderTextEditorState.js.map +0 -1
  232. package/lib/stores/query-builder/QueryBuilderTypeaheadHelper.d.ts +0 -24
  233. package/lib/stores/query-builder/QueryBuilderTypeaheadHelper.d.ts.map +0 -1
  234. package/lib/stores/query-builder/QueryBuilderTypeaheadHelper.js +0 -85
  235. package/lib/stores/query-builder/QueryBuilderTypeaheadHelper.js.map +0 -1
  236. package/lib/stores/query-builder/QueryBuilderUnsupportedQueryState.d.ts +0 -26
  237. package/lib/stores/query-builder/QueryBuilderUnsupportedQueryState.d.ts.map +0 -1
  238. package/lib/stores/query-builder/QueryBuilderUnsupportedQueryState.js +0 -37
  239. package/lib/stores/query-builder/QueryBuilderUnsupportedQueryState.js.map +0 -1
  240. package/lib/stores/query-builder/QueryBuilderValueSpecificationBuilder.d.ts +0 -20
  241. package/lib/stores/query-builder/QueryBuilderValueSpecificationBuilder.d.ts.map +0 -1
  242. package/lib/stores/query-builder/QueryBuilderValueSpecificationBuilder.js +0 -87
  243. package/lib/stores/query-builder/QueryBuilderValueSpecificationBuilder.js.map +0 -1
  244. package/lib/stores/query-builder/QueryBuilderValueSpecificationBuilderHelper.d.ts +0 -27
  245. package/lib/stores/query-builder/QueryBuilderValueSpecificationBuilderHelper.d.ts.map +0 -1
  246. package/lib/stores/query-builder/QueryBuilderValueSpecificationBuilderHelper.js +0 -161
  247. package/lib/stores/query-builder/QueryBuilderValueSpecificationBuilderHelper.js.map +0 -1
  248. package/lib/stores/query-builder/QueryBuilderValueSpecificationHelper.d.ts +0 -61
  249. package/lib/stores/query-builder/QueryBuilderValueSpecificationHelper.d.ts.map +0 -1
  250. package/lib/stores/query-builder/QueryBuilderValueSpecificationHelper.js +0 -235
  251. package/lib/stores/query-builder/QueryBuilderValueSpecificationHelper.js.map +0 -1
  252. package/lib/stores/query-builder/explorer/QueryBuilderExplorerState.d.ts +0 -99
  253. package/lib/stores/query-builder/explorer/QueryBuilderExplorerState.d.ts.map +0 -1
  254. package/lib/stores/query-builder/explorer/QueryBuilderExplorerState.js +0 -446
  255. package/lib/stores/query-builder/explorer/QueryBuilderExplorerState.js.map +0 -1
  256. package/lib/stores/query-builder/explorer/QueryBuilderPropertySearchState.d.ts +0 -46
  257. package/lib/stores/query-builder/explorer/QueryBuilderPropertySearchState.d.ts.map +0 -1
  258. package/lib/stores/query-builder/explorer/QueryBuilderPropertySearchState.js +0 -242
  259. package/lib/stores/query-builder/explorer/QueryBuilderPropertySearchState.js.map +0 -1
  260. package/lib/stores/query-builder/explorer/QueryFunctionsExplorerState.d.ts +0 -59
  261. package/lib/stores/query-builder/explorer/QueryFunctionsExplorerState.d.ts.map +0 -1
  262. package/lib/stores/query-builder/explorer/QueryFunctionsExplorerState.js +0 -228
  263. package/lib/stores/query-builder/explorer/QueryFunctionsExplorerState.js.map +0 -1
  264. package/lib/stores/query-builder/fetch-structure/QueryBuilderFetchStructureImplementationState.d.ts +0 -40
  265. package/lib/stores/query-builder/fetch-structure/QueryBuilderFetchStructureImplementationState.d.ts.map +0 -1
  266. package/lib/stores/query-builder/fetch-structure/QueryBuilderFetchStructureImplementationState.js +0 -34
  267. package/lib/stores/query-builder/fetch-structure/QueryBuilderFetchStructureImplementationState.js.map +0 -1
  268. package/lib/stores/query-builder/fetch-structure/QueryBuilderFetchStructureState.d.ts +0 -27
  269. package/lib/stores/query-builder/fetch-structure/QueryBuilderFetchStructureState.d.ts.map +0 -1
  270. package/lib/stores/query-builder/fetch-structure/QueryBuilderFetchStructureState.js +0 -73
  271. package/lib/stores/query-builder/fetch-structure/QueryBuilderFetchStructureState.js.map +0 -1
  272. package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.d.ts +0 -49
  273. package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.d.ts.map +0 -1
  274. package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.js +0 -157
  275. package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.js.map +0 -1
  276. package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.d.ts +0 -20
  277. package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.d.ts.map +0 -1
  278. package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.js +0 -62
  279. package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.js.map +0 -1
  280. package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.d.ts +0 -42
  281. package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.d.ts.map +0 -1
  282. package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.js +0 -173
  283. package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.js.map +0 -1
  284. package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.d.ts +0 -26
  285. package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.d.ts.map +0 -1
  286. package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.js +0 -72
  287. package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.js.map +0 -1
  288. package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionColumnState.d.ts +0 -73
  289. package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionColumnState.d.ts.map +0 -1
  290. package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionColumnState.js +0 -187
  291. package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionColumnState.js.map +0 -1
  292. package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionState.d.ts +0 -68
  293. package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionState.d.ts.map +0 -1
  294. package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionState.js +0 -305
  295. package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionState.js.map +0 -1
  296. package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionStateBuilder.d.ts +0 -25
  297. package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionStateBuilder.d.ts.map +0 -1
  298. package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionStateBuilder.js +0 -186
  299. package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionStateBuilder.js.map +0 -1
  300. package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.d.ts +0 -26
  301. package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.d.ts.map +0 -1
  302. package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.js +0 -189
  303. package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.js.map +0 -1
  304. package/lib/stores/query-builder/fetch-structure/projection/QueryResultSetModifierState.d.ts +0 -43
  305. package/lib/stores/query-builder/fetch-structure/projection/QueryResultSetModifierState.d.ts.map +0 -1
  306. package/lib/stores/query-builder/fetch-structure/projection/QueryResultSetModifierState.js +0 -77
  307. package/lib/stores/query-builder/fetch-structure/projection/QueryResultSetModifierState.js.map +0 -1
  308. package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.d.ts +0 -32
  309. package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.d.ts.map +0 -1
  310. package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.js +0 -36
  311. package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.js.map +0 -1
  312. package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.d.ts +0 -18
  313. package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.d.ts.map +0 -1
  314. package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.js +0 -38
  315. package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.js.map +0 -1
  316. package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregationState.d.ts +0 -42
  317. package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregationState.d.ts.map +0 -1
  318. package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregationState.js +0 -103
  319. package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregationState.js.map +0 -1
  320. package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.d.ts +0 -20
  321. package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.d.ts.map +0 -1
  322. package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.js +0 -96
  323. package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.js.map +0 -1
  324. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.d.ts +0 -22
  325. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.d.ts.map +0 -1
  326. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.js +0 -40
  327. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.js.map +0 -1
  328. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.d.ts +0 -27
  329. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.d.ts.map +0 -1
  330. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.js +0 -50
  331. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.js.map +0 -1
  332. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.d.ts +0 -27
  333. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.d.ts.map +0 -1
  334. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.js +0 -55
  335. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.js.map +0 -1
  336. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.d.ts +0 -26
  337. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.d.ts.map +0 -1
  338. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.js +0 -50
  339. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.js.map +0 -1
  340. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.d.ts +0 -27
  341. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.d.ts.map +0 -1
  342. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.js +0 -78
  343. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.js.map +0 -1
  344. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.d.ts +0 -27
  345. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.d.ts.map +0 -1
  346. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.js +0 -67
  347. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.js.map +0 -1
  348. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.d.ts +0 -26
  349. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.d.ts.map +0 -1
  350. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.js +0 -86
  351. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.js.map +0 -1
  352. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.d.ts +0 -26
  353. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.d.ts.map +0 -1
  354. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.js +0 -86
  355. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.js.map +0 -1
  356. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.d.ts +0 -27
  357. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.d.ts.map +0 -1
  358. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.js +0 -50
  359. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.js.map +0 -1
  360. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.d.ts +0 -27
  361. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.d.ts.map +0 -1
  362. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.js +0 -50
  363. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.js.map +0 -1
  364. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.d.ts +0 -26
  365. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.d.ts.map +0 -1
  366. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.js +0 -45
  367. package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.js.map +0 -1
  368. package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.d.ts +0 -29
  369. package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.d.ts.map +0 -1
  370. package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.js +0 -30
  371. package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.js.map +0 -1
  372. package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.d.ts +0 -18
  373. package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.d.ts.map +0 -1
  374. package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.js +0 -44
  375. package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.js.map +0 -1
  376. package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.d.ts +0 -135
  377. package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.d.ts.map +0 -1
  378. package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.js +0 -585
  379. package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.js.map +0 -1
  380. package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.d.ts +0 -22
  381. package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.d.ts.map +0 -1
  382. package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.js +0 -122
  383. package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.js.map +0 -1
  384. package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.d.ts +0 -19
  385. package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.d.ts.map +0 -1
  386. package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.js +0 -79
  387. package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.js.map +0 -1
  388. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.d.ts +0 -23
  389. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.d.ts.map +0 -1
  390. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.js +0 -73
  391. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.js.map +0 -1
  392. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.d.ts +0 -32
  393. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.d.ts.map +0 -1
  394. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.js +0 -75
  395. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.js.map +0 -1
  396. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.d.ts +0 -32
  397. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.d.ts.map +0 -1
  398. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.js +0 -75
  399. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.js.map +0 -1
  400. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.d.ts +0 -32
  401. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.d.ts.map +0 -1
  402. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.js +0 -118
  403. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.js.map +0 -1
  404. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.d.ts +0 -27
  405. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.d.ts.map +0 -1
  406. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.js +0 -81
  407. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.js.map +0 -1
  408. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.d.ts +0 -24
  409. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.d.ts.map +0 -1
  410. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.js +0 -43
  411. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.js.map +0 -1
  412. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.d.ts +0 -32
  413. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.d.ts.map +0 -1
  414. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.js +0 -104
  415. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.js.map +0 -1
  416. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.d.ts +0 -33
  417. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.d.ts.map +0 -1
  418. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.js +0 -67
  419. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.js.map +0 -1
  420. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.d.ts +0 -27
  421. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.d.ts.map +0 -1
  422. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.js +0 -81
  423. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.js.map +0 -1
  424. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.d.ts +0 -24
  425. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.d.ts.map +0 -1
  426. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.js +0 -43
  427. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.js.map +0 -1
  428. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.d.ts +0 -32
  429. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.d.ts.map +0 -1
  430. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.js +0 -75
  431. package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.js.map +0 -1
  432. package/lib/stores/query-builder/filter/QueryBuilderFilterOperator.d.ts +0 -27
  433. package/lib/stores/query-builder/filter/QueryBuilderFilterOperator.d.ts.map +0 -1
  434. package/lib/stores/query-builder/filter/QueryBuilderFilterOperator.js +0 -20
  435. package/lib/stores/query-builder/filter/QueryBuilderFilterOperator.js.map +0 -1
  436. package/lib/stores/query-builder/filter/QueryBuilderFilterOperatorLoader.d.ts +0 -18
  437. package/lib/stores/query-builder/filter/QueryBuilderFilterOperatorLoader.d.ts.map +0 -1
  438. package/lib/stores/query-builder/filter/QueryBuilderFilterOperatorLoader.js +0 -44
  439. package/lib/stores/query-builder/filter/QueryBuilderFilterOperatorLoader.js.map +0 -1
  440. package/lib/stores/query-builder/filter/QueryBuilderFilterState.d.ts +0 -123
  441. package/lib/stores/query-builder/filter/QueryBuilderFilterState.d.ts.map +0 -1
  442. package/lib/stores/query-builder/filter/QueryBuilderFilterState.js +0 -531
  443. package/lib/stores/query-builder/filter/QueryBuilderFilterState.js.map +0 -1
  444. package/lib/stores/query-builder/filter/QueryBuilderFilterStateBuilder.d.ts +0 -19
  445. package/lib/stores/query-builder/filter/QueryBuilderFilterStateBuilder.d.ts.map +0 -1
  446. package/lib/stores/query-builder/filter/QueryBuilderFilterStateBuilder.js +0 -74
  447. package/lib/stores/query-builder/filter/QueryBuilderFilterStateBuilder.js.map +0 -1
  448. package/lib/stores/query-builder/filter/QueryBuilderFilterValueSpecificationBuilder.d.ts +0 -19
  449. package/lib/stores/query-builder/filter/QueryBuilderFilterValueSpecificationBuilder.d.ts.map +0 -1
  450. package/lib/stores/query-builder/filter/QueryBuilderFilterValueSpecificationBuilder.js +0 -78
  451. package/lib/stores/query-builder/filter/QueryBuilderFilterValueSpecificationBuilder.js.map +0 -1
  452. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperatorHelper.d.ts +0 -21
  453. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperatorHelper.d.ts.map +0 -1
  454. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperatorHelper.js +0 -257
  455. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperatorHelper.js.map +0 -1
  456. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_Contain.d.ts +0 -32
  457. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_Contain.d.ts.map +0 -1
  458. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_Contain.js +0 -71
  459. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_Contain.js.map +0 -1
  460. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_EndWith.d.ts +0 -32
  461. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_EndWith.d.ts.map +0 -1
  462. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_EndWith.js +0 -71
  463. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_EndWith.js.map +0 -1
  464. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_Equal.d.ts +0 -32
  465. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_Equal.d.ts.map +0 -1
  466. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_Equal.js +0 -115
  467. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_Equal.js.map +0 -1
  468. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_GreaterThan.d.ts +0 -27
  469. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_GreaterThan.d.ts.map +0 -1
  470. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_GreaterThan.js +0 -83
  471. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_GreaterThan.js.map +0 -1
  472. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.d.ts +0 -27
  473. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.d.ts.map +0 -1
  474. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.js +0 -83
  475. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.js.map +0 -1
  476. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_In.d.ts +0 -32
  477. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_In.d.ts.map +0 -1
  478. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_In.js +0 -103
  479. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_In.js.map +0 -1
  480. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_IsEmpty.d.ts +0 -32
  481. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_IsEmpty.d.ts.map +0 -1
  482. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_IsEmpty.js +0 -65
  483. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_IsEmpty.js.map +0 -1
  484. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThan.d.ts +0 -27
  485. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThan.d.ts.map +0 -1
  486. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThan.js +0 -83
  487. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThan.js.map +0 -1
  488. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThanEqual.d.ts +0 -27
  489. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThanEqual.d.ts.map +0 -1
  490. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThanEqual.js +0 -83
  491. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThanEqual.js.map +0 -1
  492. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_StartWith.d.ts +0 -32
  493. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_StartWith.d.ts.map +0 -1
  494. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_StartWith.js +0 -71
  495. package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_StartWith.js.map +0 -1
  496. package/lib/stores/query-builder/workflows/ClassQueryBuilderState.d.ts +0 -35
  497. package/lib/stores/query-builder/workflows/ClassQueryBuilderState.d.ts.map +0 -1
  498. package/lib/stores/query-builder/workflows/ClassQueryBuilderState.js +0 -57
  499. package/lib/stores/query-builder/workflows/ClassQueryBuilderState.js.map +0 -1
  500. package/lib/stores/query-builder/workflows/MappingQueryBuilderState.d.ts +0 -33
  501. package/lib/stores/query-builder/workflows/MappingQueryBuilderState.d.ts.map +0 -1
  502. package/lib/stores/query-builder/workflows/MappingQueryBuilderState.js +0 -55
  503. package/lib/stores/query-builder/workflows/MappingQueryBuilderState.js.map +0 -1
  504. package/lib/stores/query-builder/workflows/ServiceQueryBuilderState.d.ts +0 -44
  505. package/lib/stores/query-builder/workflows/ServiceQueryBuilderState.d.ts.map +0 -1
  506. package/lib/stores/query-builder/workflows/ServiceQueryBuilderState.js +0 -90
  507. package/lib/stores/query-builder/workflows/ServiceQueryBuilderState.js.map +0 -1
  508. package/src/components/query-builder/QueryBuilder.tsx +0 -411
  509. package/src/components/query-builder/QueryBuilderParametersPanel.tsx +0 -431
  510. package/src/components/query-builder/QueryBuilderPropertyExpressionEditor.tsx +0 -376
  511. package/src/components/query-builder/QueryBuilderResultPanel.tsx +0 -640
  512. package/src/components/query-builder/QueryBuilderSideBar.tsx +0 -421
  513. package/src/components/query-builder/QueryBuilderTextEditor.tsx +0 -127
  514. package/src/components/query-builder/QueryBuilderUnsupportedQueryEditor.tsx +0 -88
  515. package/src/components/query-builder/QueryBuilder_TestID.ts +0 -26
  516. package/src/components/query-builder/explorer/QueryBuilderExplorerPanel.tsx +0 -934
  517. package/src/components/query-builder/explorer/QueryBuilderFunctionsExplorerPanel.tsx +0 -554
  518. package/src/components/query-builder/explorer/QueryBuilderMilestoneEditor.tsx +0 -296
  519. package/src/components/query-builder/explorer/QueryBuilderPropertySearchPanel.tsx +0 -617
  520. package/src/components/query-builder/fetch-structure/QueryBuilderFetchStructurePanel.tsx +0 -112
  521. package/src/components/query-builder/fetch-structure/QueryBuilderGraphFetchTreePanel.tsx +0 -276
  522. package/src/components/query-builder/fetch-structure/QueryBuilderPostFilterPanel.tsx +0 -1103
  523. package/src/components/query-builder/fetch-structure/QueryBuilderProjectionPanel.tsx +0 -649
  524. package/src/components/query-builder/fetch-structure/QueryBuilderResultModifierPanel.tsx +0 -254
  525. package/src/components/query-builder/filter/QueryBuilderFilterPanel.tsx +0 -891
  526. package/src/components/query-builder/shared/ElementIconUtils.tsx +0 -47
  527. package/src/components/query-builder/shared/QueryBuilderLambdaEditor.tsx +0 -120
  528. package/src/components/query-builder/shared/QueryBuilderPanelIssueCountBadge.tsx +0 -40
  529. package/src/components/query-builder/shared/QueryBuilderPropertyInfoTooltip.tsx +0 -87
  530. package/src/components/query-builder/workflows/ClassQueryBuilder.tsx +0 -198
  531. package/src/components/query-builder/workflows/MappingQueryBuilder.tsx +0 -195
  532. package/src/components/query-builder/workflows/ServiceQueryBuilder.tsx +0 -192
  533. package/src/graphManager/QueryBuilderSupportedFunctions.ts +0 -67
  534. package/src/graphManager/QueryBuilder_GraphManagerPlugin.ts +0 -32
  535. package/src/graphManager/QueryBuilder_GraphManagerPreset.ts +0 -33
  536. package/src/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.ts +0 -22
  537. package/src/graphManager/action/analytics/ServiceExecutionAnalysis.ts +0 -22
  538. package/src/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.ts +0 -47
  539. package/src/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.ts +0 -27
  540. package/src/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.ts +0 -167
  541. package/src/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.ts +0 -571
  542. package/src/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.ts +0 -28
  543. package/src/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.ts +0 -296
  544. package/src/stores/query-builder/QueryBuilderChangeDetectionState.ts +0 -37
  545. package/src/stores/query-builder/QueryBuilderConfig.ts +0 -34
  546. package/src/stores/query-builder/QueryBuilderGroupOperationHelper.ts +0 -54
  547. package/src/stores/query-builder/QueryBuilderMilestoningState.ts +0 -164
  548. package/src/stores/query-builder/QueryBuilderParametersState.ts +0 -52
  549. package/src/stores/query-builder/QueryBuilderPreviewDataHelper.ts +0 -202
  550. package/src/stores/query-builder/QueryBuilderPropertyEditorState.ts +0 -668
  551. package/src/stores/query-builder/QueryBuilderResultState.ts +0 -281
  552. package/src/stores/query-builder/QueryBuilderState.ts +0 -470
  553. package/src/stores/query-builder/QueryBuilderStateBuilder.ts +0 -585
  554. package/src/stores/query-builder/QueryBuilderStateTestUtils.ts +0 -91
  555. package/src/stores/query-builder/QueryBuilderTextEditorState.ts +0 -203
  556. package/src/stores/query-builder/QueryBuilderTypeaheadHelper.ts +0 -152
  557. package/src/stores/query-builder/QueryBuilderUnsupportedQueryState.ts +0 -44
  558. package/src/stores/query-builder/QueryBuilderValueSpecificationBuilder.ts +0 -179
  559. package/src/stores/query-builder/QueryBuilderValueSpecificationBuilderHelper.ts +0 -256
  560. package/src/stores/query-builder/QueryBuilderValueSpecificationHelper.ts +0 -359
  561. package/src/stores/query-builder/explorer/QueryBuilderExplorerState.ts +0 -813
  562. package/src/stores/query-builder/explorer/QueryBuilderPropertySearchState.ts +0 -333
  563. package/src/stores/query-builder/explorer/QueryFunctionsExplorerState.ts +0 -375
  564. package/src/stores/query-builder/fetch-structure/QueryBuilderFetchStructureImplementationState.ts +0 -65
  565. package/src/stores/query-builder/fetch-structure/QueryBuilderFetchStructureState.ts +0 -107
  566. package/src/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.ts +0 -240
  567. package/src/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.ts +0 -131
  568. package/src/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.ts +0 -282
  569. package/src/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.ts +0 -154
  570. package/src/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionColumnState.ts +0 -327
  571. package/src/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionState.ts +0 -569
  572. package/src/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionStateBuilder.ts +0 -426
  573. package/src/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.ts +0 -416
  574. package/src/stores/query-builder/fetch-structure/projection/QueryResultSetModifierState.ts +0 -95
  575. package/src/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.ts +0 -79
  576. package/src/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.ts +0 -41
  577. package/src/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregationState.ts +0 -145
  578. package/src/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.ts +0 -228
  579. package/src/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.ts +0 -109
  580. package/src/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.ts +0 -98
  581. package/src/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.ts +0 -106
  582. package/src/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.ts +0 -96
  583. package/src/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.ts +0 -173
  584. package/src/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.ts +0 -155
  585. package/src/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.ts +0 -174
  586. package/src/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.ts +0 -174
  587. package/src/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.ts +0 -98
  588. package/src/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.ts +0 -98
  589. package/src/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.ts +0 -88
  590. package/src/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.ts +0 -66
  591. package/src/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.ts +0 -65
  592. package/src/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.ts +0 -807
  593. package/src/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.ts +0 -297
  594. package/src/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.ts +0 -121
  595. package/src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.ts +0 -129
  596. package/src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.ts +0 -140
  597. package/src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.ts +0 -135
  598. package/src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.ts +0 -218
  599. package/src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.ts +0 -143
  600. package/src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.ts +0 -70
  601. package/src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.ts +0 -183
  602. package/src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.ts +0 -113
  603. package/src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.ts +0 -143
  604. package/src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.ts +0 -70
  605. package/src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.ts +0 -135
  606. package/src/stores/query-builder/filter/QueryBuilderFilterOperator.ts +0 -52
  607. package/src/stores/query-builder/filter/QueryBuilderFilterOperatorLoader.ts +0 -65
  608. package/src/stores/query-builder/filter/QueryBuilderFilterState.ts +0 -736
  609. package/src/stores/query-builder/filter/QueryBuilderFilterStateBuilder.ts +0 -155
  610. package/src/stores/query-builder/filter/QueryBuilderFilterValueSpecificationBuilder.ts +0 -120
  611. package/src/stores/query-builder/filter/operators/QueryBuilderFilterOperatorHelper.ts +0 -524
  612. package/src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_Contain.ts +0 -134
  613. package/src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_EndWith.ts +0 -134
  614. package/src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_Equal.ts +0 -211
  615. package/src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_GreaterThan.ts +0 -145
  616. package/src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.ts +0 -145
  617. package/src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_In.ts +0 -181
  618. package/src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_IsEmpty.ts +0 -125
  619. package/src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThan.ts +0 -145
  620. package/src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThanEqual.ts +0 -145
  621. package/src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_StartWith.ts +0 -134
  622. package/src/stores/query-builder/workflows/ClassQueryBuilderState.ts +0 -80
  623. package/src/stores/query-builder/workflows/MappingQueryBuilderState.ts +0 -86
  624. package/src/stores/query-builder/workflows/ServiceQueryBuilderState.ts +0 -143
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueryBuilderFilterStateBuilder.js","sourceRoot":"","sources":["../../../../src/stores/query-builder/filter/QueryBuilderFilterStateBuilder.ts"],"names":[],"mappings":"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"}
@@ -1,19 +0,0 @@
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 { SimpleFunctionExpression } from '@finos/legend-graph';
17
- import { type QueryBuilderFilterState } from './QueryBuilderFilterState.js';
18
- export declare const buildFilterExpression: (filterState: QueryBuilderFilterState, getAllFunc: SimpleFunctionExpression) => SimpleFunctionExpression | undefined;
19
- //# sourceMappingURL=QueryBuilderFilterValueSpecificationBuilder.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueryBuilderFilterValueSpecificationBuilder.d.ts","sourceRoot":"","sources":["../../../../src/stores/query-builder/filter/QueryBuilderFilterValueSpecificationBuilder.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAGL,wBAAwB,EAEzB,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EACL,KAAK,uBAAuB,EAI7B,MAAM,8BAA8B,CAAC;AAyDtC,eAAO,MAAM,qBAAqB,gBACnB,uBAAuB,cACxB,wBAAwB,KACnC,wBAAwB,GAAG,SA6B7B,CAAC"}
@@ -1,78 +0,0 @@
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 { isNonNullable, guaranteeNonNullable } from '@finos/legend-shared';
17
- import { extractElementNameFromPath, SimpleFunctionExpression, TYPICAL_MULTIPLICITY_TYPE, } from '@finos/legend-graph';
18
- import { buildGenericLambdaFunctionInstanceValue } from '../QueryBuilderValueSpecificationHelper.js';
19
- import { fromGroupOperation } from '../QueryBuilderGroupOperationHelper.js';
20
- import { QueryBuilderFilterTreeConditionNodeData, QueryBuilderFilterTreeGroupNodeData, } from './QueryBuilderFilterState.js';
21
- import { QUERY_BUILDER_SUPPORTED_FUNCTIONS } from '../../../graphManager/QueryBuilderSupportedFunctions.js';
22
- const buildFilterConditionExpression = (filterState, node) => {
23
- if (node instanceof QueryBuilderFilterTreeConditionNodeData) {
24
- return node.condition.operator.buildFilterConditionExpression(node.condition);
25
- }
26
- else if (node instanceof QueryBuilderFilterTreeGroupNodeData) {
27
- const multiplicityOne = filterState.queryBuilderState.graphManagerState.graph.getTypicalMultiplicity(TYPICAL_MULTIPLICITY_TYPE.ONE);
28
- const func = new SimpleFunctionExpression(extractElementNameFromPath(fromGroupOperation(node.groupOperation)), multiplicityOne);
29
- const clauses = node.childrenIds
30
- .map((e) => filterState.nodes.get(e))
31
- .filter(isNonNullable)
32
- .map((e) => buildFilterConditionExpression(filterState, e))
33
- .filter(isNonNullable);
34
- /**
35
- * NOTE: Due to a limitation (or perhaps design decision) in the engine, group operations
36
- * like and/or do not take more than 2 parameters, as such, if we have more than 2, we need
37
- * to create a chain of this operation to accomondate.
38
- *
39
- * This means that in the read direction, we might need to flatten the chains down to group with
40
- * multiple clauses. This means user's intended grouping will not be kept.
41
- */
42
- if (clauses.length > 2) {
43
- const firstClause = clauses[0];
44
- let currentClause = clauses[clauses.length - 1];
45
- for (let i = clauses.length - 2; i > 0; --i) {
46
- const clause1 = clauses[i];
47
- const clause2 = currentClause;
48
- const groupClause = new SimpleFunctionExpression(extractElementNameFromPath(fromGroupOperation(node.groupOperation)), multiplicityOne);
49
- groupClause.parametersValues = [clause1, clause2];
50
- currentClause = groupClause;
51
- }
52
- func.parametersValues = [firstClause, currentClause];
53
- }
54
- else {
55
- func.parametersValues = clauses;
56
- }
57
- return func.parametersValues.length ? func : undefined;
58
- }
59
- return undefined;
60
- };
61
- export const buildFilterExpression = (filterState, getAllFunc) => {
62
- const filterConditionExpressions = filterState.rootIds
63
- .map((e) => guaranteeNonNullable(filterState.nodes.get(e)))
64
- .map((e) => buildFilterConditionExpression(filterState, e))
65
- .filter(isNonNullable);
66
- if (!filterConditionExpressions.length) {
67
- return undefined;
68
- }
69
- const multiplicityOne = filterState.queryBuilderState.graphManagerState.graph.getTypicalMultiplicity(TYPICAL_MULTIPLICITY_TYPE.ONE);
70
- // main filter expression
71
- const filterExpression = new SimpleFunctionExpression(extractElementNameFromPath(QUERY_BUILDER_SUPPORTED_FUNCTIONS.FILTER), multiplicityOne);
72
- // param [0]
73
- filterExpression.parametersValues.push(getAllFunc);
74
- // param [1]
75
- filterExpression.parametersValues.push(buildGenericLambdaFunctionInstanceValue(filterState.lambdaParameterName, filterConditionExpressions, filterState.queryBuilderState.graphManagerState.graph));
76
- return filterExpression;
77
- };
78
- //# sourceMappingURL=QueryBuilderFilterValueSpecificationBuilder.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueryBuilderFilterValueSpecificationBuilder.js","sourceRoot":"","sources":["../../../../src/stores/query-builder/filter/QueryBuilderFilterValueSpecificationBuilder.ts"],"names":[],"mappings":"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"}
@@ -1,21 +0,0 @@
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 { type ValueSpecification, SimpleFunctionExpression } from '@finos/legend-graph';
17
- import { FilterConditionState, type QueryBuilderFilterState } from '../QueryBuilderFilterState.js';
18
- import type { QueryBuilderFilterOperator } from '../QueryBuilderFilterOperator.js';
19
- export declare const buildFilterConditionExpression: (filterConditionState: FilterConditionState, operatorFunctionFullPath: string) => ValueSpecification;
20
- export declare const buildFilterConditionState: (filterState: QueryBuilderFilterState, expression: SimpleFunctionExpression, operatorFunctionFullPath: string, operator: QueryBuilderFilterOperator, hasNoValue?: boolean) => FilterConditionState | undefined;
21
- //# sourceMappingURL=QueryBuilderFilterOperatorHelper.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueryBuilderFilterOperatorHelper.d.ts","sourceRoot":"","sources":["../../../../../src/stores/query-builder/filter/operators/QueryBuilderFilterOperatorHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,KAAK,kBAAkB,EAMvB,wBAAwB,EAEzB,MAAM,qBAAqB,CAAC;AAO7B,OAAO,EACL,oBAAoB,EACpB,KAAK,uBAAuB,EAC7B,MAAM,+BAA+B,CAAC;AAGvC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAoLnF,eAAO,MAAM,8BAA8B,yBACnB,oBAAoB,4BAChB,MAAM,KAC/B,kBAyBF,CAAC;AA8LF,eAAO,MAAM,yBAAyB,gBACvB,uBAAuB,cACxB,wBAAwB,4BACV,MAAM,YACtB,0BAA0B,2BAOnC,oBAAoB,GAAG,SA4EzB,CAAC"}
@@ -1,257 +0,0 @@
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 { extractElementNameFromPath, matchFunctionName, LambdaFunctionInstanceValue, VariableExpression, AbstractPropertyExpression, SimpleFunctionExpression, TYPICAL_MULTIPLICITY_TYPE, } from '@finos/legend-graph';
17
- import { guaranteeType, guaranteeNonNullable, assertTrue, generateEnumerableNameFromToken, } from '@finos/legend-shared';
18
- import { FilterConditionState, } from '../QueryBuilderFilterState.js';
19
- import { QUERY_BUILDER_SUPPORTED_FUNCTIONS } from '../../../../graphManager/QueryBuilderSupportedFunctions.js';
20
- import { buildGenericLambdaFunctionInstanceValue } from '../../QueryBuilderValueSpecificationHelper.js';
21
- import { buildPropertyExpressionChain } from '../../QueryBuilderValueSpecificationBuilderHelper.js';
22
- const getPropertyExpressionChainVariable = (propertyExpression) => {
23
- let currentExpression = propertyExpression;
24
- while (currentExpression instanceof AbstractPropertyExpression) {
25
- currentExpression = guaranteeNonNullable(currentExpression.parametersValues[0]);
26
- // Take care of chains of subtype (a pattern that is not useful, but we want to support and rectify)
27
- // $x.employees->subType(@Person)->subType(@Staff)
28
- while (currentExpression instanceof SimpleFunctionExpression &&
29
- matchFunctionName(currentExpression.functionName, QUERY_BUILDER_SUPPORTED_FUNCTIONS.SUBTYPE)) {
30
- currentExpression = guaranteeNonNullable(currentExpression.parametersValues[0]);
31
- }
32
- }
33
- return guaranteeType(currentExpression, VariableExpression);
34
- };
35
- const buildFilterConditionExpressionWithExists = (filterConditionState, operatorFunctionFullPath) => {
36
- const multiplicityOne = filterConditionState.filterState.queryBuilderState.graphManagerState.graph.getTypicalMultiplicity(TYPICAL_MULTIPLICITY_TYPE.ONE);
37
- assertTrue(filterConditionState.propertyExpressionState.requiresExistsHandling);
38
- // 1. Decompose property expression
39
- const expressions = [];
40
- let currentPropertyExpression = buildPropertyExpressionChain(filterConditionState.propertyExpressionState.propertyExpression, filterConditionState.propertyExpressionState.queryBuilderState);
41
- while (currentPropertyExpression instanceof AbstractPropertyExpression ||
42
- (currentPropertyExpression instanceof SimpleFunctionExpression &&
43
- matchFunctionName(currentPropertyExpression.functionName, QUERY_BUILDER_SUPPORTED_FUNCTIONS.SUBTYPE))) {
44
- let exp;
45
- if (currentPropertyExpression instanceof SimpleFunctionExpression) {
46
- exp = new SimpleFunctionExpression(extractElementNameFromPath(QUERY_BUILDER_SUPPORTED_FUNCTIONS.SUBTYPE), multiplicityOne);
47
- }
48
- else {
49
- exp = new AbstractPropertyExpression('', multiplicityOne);
50
- exp.func = currentPropertyExpression.func;
51
- }
52
- // NOTE: we must retain the rest of the parameters as those are derived property parameters
53
- exp.parametersValues =
54
- currentPropertyExpression.parametersValues.length > 1
55
- ? currentPropertyExpression.parametersValues.slice(1)
56
- : [];
57
- expressions.push(exp);
58
- currentPropertyExpression = guaranteeNonNullable(currentPropertyExpression.parametersValues[0]);
59
- }
60
- const rootVariable = guaranteeType(currentPropertyExpression, VariableExpression);
61
- // 2. Traverse the list of decomposed property expression backward, every time we encounter a property of
62
- // multiplicity many, create a new property expression and keep track of it to later form the lambda chain
63
- const existsLambdaParamNames = [
64
- ...filterConditionState.existsLambdaParamNames,
65
- ];
66
- const existsLambdaPropertyChains = [rootVariable];
67
- let currentParamNameIndex = 0;
68
- for (let i = expressions.length - 1; i >= 0; --i) {
69
- const exp = expressions[i];
70
- // just keep adding to the property chain
71
- exp.parametersValues.unshift(existsLambdaPropertyChains[existsLambdaPropertyChains.length - 1]);
72
- existsLambdaPropertyChains[existsLambdaPropertyChains.length - 1] = exp;
73
- // ... but if the property is of multiplicity multiple, start a new property chain
74
- if (exp instanceof AbstractPropertyExpression &&
75
- (exp.func.multiplicity.upperBound === undefined ||
76
- exp.func.multiplicity.upperBound > 1)) {
77
- // NOTE: we need to find/generate the property chain variable name
78
- // here, by doing this, we try our best to respect original/user-input variable name
79
- if (currentParamNameIndex > existsLambdaParamNames.length - 1) {
80
- existsLambdaParamNames.push(generateEnumerableNameFromToken(existsLambdaParamNames, filterConditionState.filterState.lambdaParameterName));
81
- assertTrue(currentParamNameIndex === existsLambdaParamNames.length - 1);
82
- }
83
- existsLambdaPropertyChains.push(new VariableExpression(existsLambdaParamNames[currentParamNameIndex], multiplicityOne));
84
- currentParamNameIndex++;
85
- }
86
- }
87
- // 3. Build each property chain into an exists() simple function expression
88
- const simpleFunctionExpressions = [];
89
- for (let i = 0; i < existsLambdaPropertyChains.length - 1; ++i) {
90
- const simpleFunctionExpression = new SimpleFunctionExpression(extractElementNameFromPath(QUERY_BUILDER_SUPPORTED_FUNCTIONS.EXISTS), multiplicityOne);
91
- simpleFunctionExpression.parametersValues.push(existsLambdaPropertyChains[i]);
92
- simpleFunctionExpressions.push(simpleFunctionExpression);
93
- }
94
- // build the leaf simple function expression which uses the operator
95
- const operatorEpression = new SimpleFunctionExpression(extractElementNameFromPath(operatorFunctionFullPath), multiplicityOne);
96
- operatorEpression.parametersValues.push(existsLambdaPropertyChains[existsLambdaPropertyChains.length - 1]);
97
- // NOTE: there are simple operators which do not require any params (e.g. isEmpty)
98
- if (filterConditionState.value) {
99
- operatorEpression.parametersValues.push(filterConditionState.value);
100
- }
101
- simpleFunctionExpressions.push(operatorEpression);
102
- // 4. Build the exists() lambda chain
103
- assertTrue(simpleFunctionExpressions.length >= 2);
104
- for (let i = simpleFunctionExpressions.length - 2; i >= 0; --i) {
105
- const currentSFE = simpleFunctionExpressions[i];
106
- const childSFE = simpleFunctionExpressions[i + 1];
107
- // build child SFE lambda
108
- const _existsLambdaVariable = childSFE.parametersValues[0];
109
- const existsLambdaVariable = _existsLambdaVariable instanceof AbstractPropertyExpression
110
- ? getPropertyExpressionChainVariable(_existsLambdaVariable)
111
- : guaranteeType(_existsLambdaVariable, VariableExpression);
112
- const existsLambda = buildGenericLambdaFunctionInstanceValue(existsLambdaVariable.name, [childSFE], filterConditionState.filterState.queryBuilderState.graphManagerState
113
- .graph);
114
- // add the child SFE lambda to the current SFE parameters
115
- currentSFE.parametersValues.push(existsLambda);
116
- }
117
- return simpleFunctionExpressions[0];
118
- };
119
- export const buildFilterConditionExpression = (filterConditionState, operatorFunctionFullPath) => {
120
- const multiplicityOne = filterConditionState.filterState.queryBuilderState.graphManagerState.graph.getTypicalMultiplicity(TYPICAL_MULTIPLICITY_TYPE.ONE);
121
- if (filterConditionState.propertyExpressionState.requiresExistsHandling) {
122
- return buildFilterConditionExpressionWithExists(filterConditionState, operatorFunctionFullPath);
123
- }
124
- const expression = new SimpleFunctionExpression(extractElementNameFromPath(operatorFunctionFullPath), multiplicityOne);
125
- const propertyExpression = buildPropertyExpressionChain(filterConditionState.propertyExpressionState.propertyExpression, filterConditionState.propertyExpressionState.queryBuilderState);
126
- expression.parametersValues.push(guaranteeNonNullable(propertyExpression));
127
- // NOTE: there are simple operators which do not require any params (e.g. isEmpty)
128
- if (filterConditionState.value) {
129
- expression.parametersValues.push(filterConditionState.value);
130
- }
131
- return expression;
132
- };
133
- /**
134
- * Handling exists() lambda found in the filter condition expression.
135
- * The general approach for handling exists() is we will flat out the chain
136
- * of exists() expressions into a normal filter condition state.
137
- *
138
- * When we build the condition function expression from the filter condition state,
139
- * we walk the property expression chain, find property with multiplitiy upper bound
140
- * other than 1 and create an exists() lambda there
141
- *
142
- * NOTE: to ensure we respect user's choice of variable name, as we build the state
143
- * we record the lambda parameter names, so we can use those while re-building the function
144
- * If for some reason, this list is stale, we can start adding our own parameter names
145
- */
146
- const buildFilterConditionStateWithExists = (filterState, parentExpression, operatorFunctionFullPath) => {
147
- if (matchFunctionName(parentExpression.functionName, QUERY_BUILDER_SUPPORTED_FUNCTIONS.EXISTS)) {
148
- // 1. Decompose the exists() lambda chain into property expression chains
149
- const existsLambdaParameterNames = [];
150
- // `existsLambdaExpressions` should be a list of `AbstractPropertyExpression`
151
- // e.g. |Firm.all()->filter(x|$x.employees->exists(x_1|$x_1->subType(@Develper).id->exists(x_2|$x_2 == 1))
152
- // In the first exists() lambda, `$x_1->subType(@Develper).id` is an `AbstractPropertyExpression`.
153
- const existsLambdaExpressions = [];
154
- let mainFilterExpression = parentExpression;
155
- while (matchFunctionName(mainFilterExpression.functionName, QUERY_BUILDER_SUPPORTED_FUNCTIONS.EXISTS)) {
156
- const existsLambda = guaranteeNonNullable(guaranteeType(mainFilterExpression.parametersValues[1], LambdaFunctionInstanceValue).values[0], `Can't process exists() expression: exists() lambda is missing`);
157
- assertTrue(existsLambda.expressionSequence.length === 1, `Can't process exists() expression: exists() lambda body should hold an expression`);
158
- mainFilterExpression = guaranteeType(existsLambda.expressionSequence[0], SimpleFunctionExpression, `Can't process exists() expression: exists() lambda body should hold an expression`);
159
- // record the lambda parameter name
160
- assertTrue(existsLambda.functionType.parameters.length === 1, `Can't process exists() expression: exists() lambda should have 1 parameter`);
161
- existsLambdaParameterNames.push(guaranteeType(existsLambda.functionType.parameters[0], VariableExpression, `Can't process exists() expression: exists() lambda should have 1 parameter`).name);
162
- // record the lambda property expression
163
- if (mainFilterExpression.parametersValues[0] instanceof
164
- AbstractPropertyExpression) {
165
- existsLambdaExpressions.push(mainFilterExpression.parametersValues[0]);
166
- }
167
- }
168
- // NOTE: make sure that the inner most function expression is the one we support
169
- if (!matchFunctionName(mainFilterExpression.functionName, operatorFunctionFullPath)) {
170
- return [undefined, undefined];
171
- }
172
- // 2. Build the property expression
173
- const multiplicityOne = filterState.queryBuilderState.graphManagerState.graph.getTypicalMultiplicity(TYPICAL_MULTIPLICITY_TYPE.ONE);
174
- const initialPropertyExpression = guaranteeType(parentExpression.parametersValues[0], AbstractPropertyExpression);
175
- let flattenedPropertyExpressionChain = new AbstractPropertyExpression('', multiplicityOne);
176
- flattenedPropertyExpressionChain.func = initialPropertyExpression.func;
177
- flattenedPropertyExpressionChain.parametersValues =
178
- initialPropertyExpression.parametersValues;
179
- for (const expression of existsLambdaExpressions) {
180
- // when rebuilding the property expression chain, disregard the initial variable that starts the chain
181
- const expressions = [];
182
- let currentExpression = expression;
183
- while (currentExpression instanceof AbstractPropertyExpression ||
184
- (currentExpression instanceof SimpleFunctionExpression &&
185
- matchFunctionName(currentExpression.functionName, QUERY_BUILDER_SUPPORTED_FUNCTIONS.SUBTYPE))) {
186
- if (currentExpression instanceof SimpleFunctionExpression) {
187
- const functionExpression = new SimpleFunctionExpression(extractElementNameFromPath(QUERY_BUILDER_SUPPORTED_FUNCTIONS.SUBTYPE), multiplicityOne);
188
- functionExpression.parametersValues.unshift(guaranteeNonNullable(currentExpression.parametersValues[1]));
189
- expressions.push(functionExpression);
190
- }
191
- else if (currentExpression instanceof AbstractPropertyExpression) {
192
- const propertyExpression = new AbstractPropertyExpression('', multiplicityOne);
193
- propertyExpression.func = currentExpression.func;
194
- if (currentExpression.parametersValues.length > 1) {
195
- // NOTE: we must retain the rest of the parameters as those are derived property parameters
196
- propertyExpression.parametersValues =
197
- currentExpression.parametersValues.slice(1);
198
- }
199
- else {
200
- propertyExpression.parametersValues = [];
201
- }
202
- expressions.push(propertyExpression);
203
- }
204
- currentExpression = guaranteeNonNullable(currentExpression.parametersValues[0]);
205
- }
206
- assertTrue(expressions.length > 0, `Can't process exists() expression: exists() usage with non-chain property expression is not supported`);
207
- for (let i = 0; i < expressions.length - 1; ++i) {
208
- expressions[i].parametersValues.unshift(expressions[i + 1]);
209
- }
210
- expressions[expressions.length - 1].parametersValues.unshift(flattenedPropertyExpressionChain);
211
- flattenedPropertyExpressionChain = guaranteeType(expressions[0], AbstractPropertyExpression, `Can't process exists() expression: can't flatten to a property expression`);
212
- }
213
- // 3. Build the filter condition state with the simplified property expression
214
- const filterConditionState = new FilterConditionState(filterState, flattenedPropertyExpressionChain);
215
- existsLambdaParameterNames.forEach((paramName) => filterConditionState.addExistsLambdaParamNames(paramName));
216
- return [filterConditionState, mainFilterExpression];
217
- }
218
- return [undefined, undefined];
219
- };
220
- export const buildFilterConditionState = (filterState, expression, operatorFunctionFullPath, operator,
221
- /**
222
- * Use this flag for operator that does not require any param (e.g. isEmpty)
223
- * NOTE: this is not the cleanest way to do this, if we find ourselves adding more and more customization
224
- * to this utility function, we should just create a bunch of different methods
225
- */
226
- hasNoValue = false) => {
227
- let filterConditionState;
228
- // This is the simple expression of form `{property} {operator} {value}`
229
- // This is used for post-build checks (useful when this expression is nested inside a longer
230
- // chain of expression, e.g. ->exists($x|x == 'something'), etc.)
231
- let mainExpressionWithOperator;
232
- if (matchFunctionName(expression.functionName, operatorFunctionFullPath)) {
233
- assertTrue(expression.parametersValues.length === (hasNoValue ? 1 : 2), `Can't process ${extractElementNameFromPath(operatorFunctionFullPath)}() expression: ${extractElementNameFromPath(operatorFunctionFullPath)}() expects ${hasNoValue ? 'no argument' : '1 argument'}`);
234
- const propertyExpression = guaranteeType(expression.parametersValues[0], AbstractPropertyExpression, `Can't process ${extractElementNameFromPath(operatorFunctionFullPath)}() expression: expects property expression in lambda body`);
235
- const variableName = getPropertyExpressionChainVariable(propertyExpression).name;
236
- assertTrue(filterState.lambdaParameterName === variableName, `Can't process ${extractElementNameFromPath(operatorFunctionFullPath)}() expression: expects variable used in lambda body '${variableName}' to match lambda parameter '${filterState.lambdaParameterName}'`);
237
- filterConditionState = new FilterConditionState(filterState, propertyExpression);
238
- mainExpressionWithOperator = expression;
239
- }
240
- else if (matchFunctionName(expression.functionName, QUERY_BUILDER_SUPPORTED_FUNCTIONS.EXISTS)) {
241
- [filterConditionState, mainExpressionWithOperator] =
242
- buildFilterConditionStateWithExists(filterState, expression, operatorFunctionFullPath);
243
- }
244
- // Post-build check: make sure the simple filter condition LHS, RHS, and operator are compatible
245
- // and set the value of the condition in the state accordingly.
246
- if (filterConditionState && mainExpressionWithOperator) {
247
- assertTrue(operator.isCompatibleWithFilterConditionProperty(filterConditionState), `Can't process ${extractElementNameFromPath(operatorFunctionFullPath)}() expression: property is not compatible with operator`);
248
- filterConditionState.setOperator(operator);
249
- filterConditionState.setValue(hasNoValue ? undefined : mainExpressionWithOperator.parametersValues[1]);
250
- if (!operator.isCompatibleWithFilterConditionValue(filterConditionState)) {
251
- filterConditionState.setValue(operator.getDefaultFilterConditionValue(filterConditionState));
252
- }
253
- return filterConditionState;
254
- }
255
- return undefined;
256
- };
257
- //# sourceMappingURL=QueryBuilderFilterOperatorHelper.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueryBuilderFilterOperatorHelper.js","sourceRoot":"","sources":["../../../../../src/stores/query-builder/filter/operators/QueryBuilderFilterOperatorHelper.ts"],"names":[],"mappings":"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"}
@@ -1,32 +0,0 @@
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 type { QueryBuilderFilterState, FilterConditionState } from '../QueryBuilderFilterState.js';
17
- import { QueryBuilderFilterOperator } from '../QueryBuilderFilterOperator.js';
18
- import { type ValueSpecification, type SimpleFunctionExpression } from '@finos/legend-graph';
19
- export declare class QueryBuilderFilterOperator_Contain extends QueryBuilderFilterOperator {
20
- getLabel(filterConditionState: FilterConditionState): string;
21
- isCompatibleWithFilterConditionProperty(filterConditionState: FilterConditionState): boolean;
22
- isCompatibleWithFilterConditionValue(filterConditionState: FilterConditionState): boolean;
23
- getDefaultFilterConditionValue(filterConditionState: FilterConditionState): ValueSpecification | undefined;
24
- buildFilterConditionExpression(filterConditionState: FilterConditionState): ValueSpecification;
25
- buildFilterConditionState(filterState: QueryBuilderFilterState, expression: SimpleFunctionExpression): FilterConditionState | undefined;
26
- }
27
- export declare class QueryBuilderFilterOperator_NotContain extends QueryBuilderFilterOperator_Contain {
28
- getLabel(filterConditionState: FilterConditionState): string;
29
- buildFilterConditionExpression(filterConditionState: FilterConditionState): ValueSpecification;
30
- buildFilterConditionState(filterState: QueryBuilderFilterState, expression: SimpleFunctionExpression): FilterConditionState | undefined;
31
- }
32
- //# sourceMappingURL=QueryBuilderFilterOperator_Contain.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueryBuilderFilterOperator_Contain.d.ts","sourceRoot":"","sources":["../../../../../src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_Contain.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EACV,uBAAuB,EACvB,oBAAoB,EACrB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAEL,KAAK,kBAAkB,EACvB,KAAK,wBAAwB,EAE9B,MAAM,qBAAqB,CAAC;AAc7B,qBAAa,kCAAmC,SAAQ,0BAA0B;IAChF,QAAQ,CAAC,oBAAoB,EAAE,oBAAoB,GAAG,MAAM;IAI5D,uCAAuC,CACrC,oBAAoB,EAAE,oBAAoB,GACzC,OAAO;IAOV,oCAAoC,CAClC,oBAAoB,EAAE,oBAAoB,GACzC,OAAO;IAOV,8BAA8B,CAC5B,oBAAoB,EAAE,oBAAoB,GACzC,kBAAkB,GAAG,SAAS;IAsBjC,8BAA8B,CAC5B,oBAAoB,EAAE,oBAAoB,GACzC,kBAAkB;IAOrB,yBAAyB,CACvB,WAAW,EAAE,uBAAuB,EACpC,UAAU,EAAE,wBAAwB,GACnC,oBAAoB,GAAG,SAAS;CAQpC;AAED,qBAAa,qCAAsC,SAAQ,kCAAkC;IAClF,QAAQ,CAAC,oBAAoB,EAAE,oBAAoB,GAAG,MAAM;IAI5D,8BAA8B,CACrC,oBAAoB,EAAE,oBAAoB,GACzC,kBAAkB;IAQZ,yBAAyB,CAChC,WAAW,EAAE,uBAAuB,EACpC,UAAU,EAAE,wBAAwB,GACnC,oBAAoB,GAAG,SAAS;CAMpC"}
@@ -1,71 +0,0 @@
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 { QueryBuilderFilterOperator } from '../QueryBuilderFilterOperator.js';
17
- import { PRIMITIVE_TYPE, buildPrimitiveInstanceValue, } from '@finos/legend-graph';
18
- import { UnsupportedOperationError } from '@finos/legend-shared';
19
- import { buildFilterConditionState, buildFilterConditionExpression, } from './QueryBuilderFilterOperatorHelper.js';
20
- import { buildNotExpression, generateDefaultValueForPrimitiveType, getNonCollectionValueSpecificationType, unwrapNotExpression, } from '../../QueryBuilderValueSpecificationHelper.js';
21
- import { QUERY_BUILDER_SUPPORTED_FUNCTIONS } from '../../../../graphManager/QueryBuilderSupportedFunctions.js';
22
- export class QueryBuilderFilterOperator_Contain extends QueryBuilderFilterOperator {
23
- getLabel(filterConditionState) {
24
- return 'contains';
25
- }
26
- isCompatibleWithFilterConditionProperty(filterConditionState) {
27
- const propertyType = filterConditionState.propertyExpressionState.propertyExpression.func
28
- .genericType.value.rawType;
29
- return PRIMITIVE_TYPE.STRING === propertyType.path;
30
- }
31
- isCompatibleWithFilterConditionValue(filterConditionState) {
32
- const type = filterConditionState.value
33
- ? getNonCollectionValueSpecificationType(filterConditionState.value)
34
- : undefined;
35
- return PRIMITIVE_TYPE.STRING === type?.path;
36
- }
37
- getDefaultFilterConditionValue(filterConditionState) {
38
- const propertyType = filterConditionState.propertyExpressionState.propertyExpression.func
39
- .genericType.value.rawType;
40
- switch (propertyType.path) {
41
- case PRIMITIVE_TYPE.STRING: {
42
- return buildPrimitiveInstanceValue(filterConditionState.filterState.queryBuilderState.graphManagerState
43
- .graph, propertyType.path, generateDefaultValueForPrimitiveType(propertyType.path));
44
- }
45
- default:
46
- throw new UnsupportedOperationError(`Can't get default value for filter operator '${this.getLabel(filterConditionState)}' when the LHS property is of type '${propertyType.path}'`);
47
- }
48
- }
49
- buildFilterConditionExpression(filterConditionState) {
50
- return buildFilterConditionExpression(filterConditionState, QUERY_BUILDER_SUPPORTED_FUNCTIONS.CONTAINS);
51
- }
52
- buildFilterConditionState(filterState, expression) {
53
- return buildFilterConditionState(filterState, expression, QUERY_BUILDER_SUPPORTED_FUNCTIONS.CONTAINS, this);
54
- }
55
- }
56
- export class QueryBuilderFilterOperator_NotContain extends QueryBuilderFilterOperator_Contain {
57
- getLabel(filterConditionState) {
58
- return `doesn't contain`;
59
- }
60
- buildFilterConditionExpression(filterConditionState) {
61
- return buildNotExpression(filterConditionState.filterState.queryBuilderState.graphManagerState
62
- .graph, super.buildFilterConditionExpression(filterConditionState));
63
- }
64
- buildFilterConditionState(filterState, expression) {
65
- const innerExpression = unwrapNotExpression(expression);
66
- return innerExpression
67
- ? super.buildFilterConditionState(filterState, innerExpression)
68
- : undefined;
69
- }
70
- }
71
- //# sourceMappingURL=QueryBuilderFilterOperator_Contain.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueryBuilderFilterOperator_Contain.js","sourceRoot":"","sources":["../../../../../src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_Contain.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAMH,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EACL,cAAc,EAGd,2BAA2B,GAC5B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AACjE,OAAO,EACL,yBAAyB,EACzB,8BAA8B,GAC/B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,kBAAkB,EAClB,oCAAoC,EACpC,sCAAsC,EACtC,mBAAmB,GACpB,MAAM,+CAA+C,CAAC;AACvD,OAAO,EAAE,iCAAiC,EAAE,MAAM,4DAA4D,CAAC;AAE/G,MAAM,OAAO,kCAAmC,SAAQ,0BAA0B;IAChF,QAAQ,CAAC,oBAA0C;QACjD,OAAO,UAAU,CAAC;IACpB,CAAC;IAED,uCAAuC,CACrC,oBAA0C;QAE1C,MAAM,YAAY,GAChB,oBAAoB,CAAC,uBAAuB,CAAC,kBAAkB,CAAC,IAAI;aACjE,WAAW,CAAC,KAAK,CAAC,OAAO,CAAC;QAC/B,OAAO,cAAc,CAAC,MAAM,KAAK,YAAY,CAAC,IAAI,CAAC;IACrD,CAAC;IAED,oCAAoC,CAClC,oBAA0C;QAE1C,MAAM,IAAI,GAAG,oBAAoB,CAAC,KAAK;YACrC,CAAC,CAAC,sCAAsC,CAAC,oBAAoB,CAAC,KAAK,CAAC;YACpE,CAAC,CAAC,SAAS,CAAC;QACd,OAAO,cAAc,CAAC,MAAM,KAAK,IAAI,EAAE,IAAI,CAAC;IAC9C,CAAC;IAED,8BAA8B,CAC5B,oBAA0C;QAE1C,MAAM,YAAY,GAChB,oBAAoB,CAAC,uBAAuB,CAAC,kBAAkB,CAAC,IAAI;aACjE,WAAW,CAAC,KAAK,CAAC,OAAO,CAAC;QAC/B,QAAQ,YAAY,CAAC,IAAI,EAAE;YACzB,KAAK,cAAc,CAAC,MAAM,CAAC,CAAC;gBAC1B,OAAO,2BAA2B,CAChC,oBAAoB,CAAC,WAAW,CAAC,iBAAiB,CAAC,iBAAiB;qBACjE,KAAK,EACR,YAAY,CAAC,IAAI,EACjB,oCAAoC,CAAC,YAAY,CAAC,IAAI,CAAC,CACxD,CAAC;aACH;YACD;gBACE,MAAM,IAAI,yBAAyB,CACjC,gDAAgD,IAAI,CAAC,QAAQ,CAC3D,oBAAoB,CACrB,uCAAuC,YAAY,CAAC,IAAI,GAAG,CAC7D,CAAC;SACL;IACH,CAAC;IAED,8BAA8B,CAC5B,oBAA0C;QAE1C,OAAO,8BAA8B,CACnC,oBAAoB,EACpB,iCAAiC,CAAC,QAAQ,CAC3C,CAAC;IACJ,CAAC;IAED,yBAAyB,CACvB,WAAoC,EACpC,UAAoC;QAEpC,OAAO,yBAAyB,CAC9B,WAAW,EACX,UAAU,EACV,iCAAiC,CAAC,QAAQ,EAC1C,IAAI,CACL,CAAC;IACJ,CAAC;CACF;AAED,MAAM,OAAO,qCAAsC,SAAQ,kCAAkC;IAClF,QAAQ,CAAC,oBAA0C;QAC1D,OAAO,iBAAiB,CAAC;IAC3B,CAAC;IAEQ,8BAA8B,CACrC,oBAA0C;QAE1C,OAAO,kBAAkB,CACvB,oBAAoB,CAAC,WAAW,CAAC,iBAAiB,CAAC,iBAAiB;aACjE,KAAK,EACR,KAAK,CAAC,8BAA8B,CAAC,oBAAoB,CAAC,CAC3D,CAAC;IACJ,CAAC;IAEQ,yBAAyB,CAChC,WAAoC,EACpC,UAAoC;QAEpC,MAAM,eAAe,GAAG,mBAAmB,CAAC,UAAU,CAAC,CAAC;QACxD,OAAO,eAAe;YACpB,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,WAAW,EAAE,eAAe,CAAC;YAC/D,CAAC,CAAC,SAAS,CAAC;IAChB,CAAC;CACF"}
@@ -1,32 +0,0 @@
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 type { QueryBuilderFilterState, FilterConditionState } from '../QueryBuilderFilterState.js';
17
- import { QueryBuilderFilterOperator } from '../QueryBuilderFilterOperator.js';
18
- import { type ValueSpecification, type SimpleFunctionExpression } from '@finos/legend-graph';
19
- export declare class QueryBuilderFilterOperator_EndWith extends QueryBuilderFilterOperator {
20
- getLabel(filterConditionState: FilterConditionState): string;
21
- isCompatibleWithFilterConditionProperty(filterConditionState: FilterConditionState): boolean;
22
- isCompatibleWithFilterConditionValue(filterConditionState: FilterConditionState): boolean;
23
- getDefaultFilterConditionValue(filterConditionState: FilterConditionState): ValueSpecification | undefined;
24
- buildFilterConditionExpression(filterConditionState: FilterConditionState): ValueSpecification;
25
- buildFilterConditionState(filterState: QueryBuilderFilterState, expression: SimpleFunctionExpression): FilterConditionState | undefined;
26
- }
27
- export declare class QueryBuilderFilterOperator_NotEndWith extends QueryBuilderFilterOperator_EndWith {
28
- getLabel(filterConditionState: FilterConditionState): string;
29
- buildFilterConditionExpression(filterConditionState: FilterConditionState): ValueSpecification;
30
- buildFilterConditionState(filterState: QueryBuilderFilterState, expression: SimpleFunctionExpression): FilterConditionState | undefined;
31
- }
32
- //# sourceMappingURL=QueryBuilderFilterOperator_EndWith.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueryBuilderFilterOperator_EndWith.d.ts","sourceRoot":"","sources":["../../../../../src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_EndWith.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EACV,uBAAuB,EACvB,oBAAoB,EACrB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAEL,KAAK,kBAAkB,EACvB,KAAK,wBAAwB,EAE9B,MAAM,qBAAqB,CAAC;AAc7B,qBAAa,kCAAmC,SAAQ,0BAA0B;IAChF,QAAQ,CAAC,oBAAoB,EAAE,oBAAoB,GAAG,MAAM;IAI5D,uCAAuC,CACrC,oBAAoB,EAAE,oBAAoB,GACzC,OAAO;IAOV,oCAAoC,CAClC,oBAAoB,EAAE,oBAAoB,GACzC,OAAO;IAOV,8BAA8B,CAC5B,oBAAoB,EAAE,oBAAoB,GACzC,kBAAkB,GAAG,SAAS;IAsBjC,8BAA8B,CAC5B,oBAAoB,EAAE,oBAAoB,GACzC,kBAAkB;IAOrB,yBAAyB,CACvB,WAAW,EAAE,uBAAuB,EACpC,UAAU,EAAE,wBAAwB,GACnC,oBAAoB,GAAG,SAAS;CAQpC;AAED,qBAAa,qCAAsC,SAAQ,kCAAkC;IAClF,QAAQ,CAAC,oBAAoB,EAAE,oBAAoB,GAAG,MAAM;IAI5D,8BAA8B,CACrC,oBAAoB,EAAE,oBAAoB,GACzC,kBAAkB;IAQZ,yBAAyB,CAChC,WAAW,EAAE,uBAAuB,EACpC,UAAU,EAAE,wBAAwB,GACnC,oBAAoB,GAAG,SAAS;CAMpC"}