@finos/legend-query-builder 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (399) hide show
  1. package/lib/components/QueryBuilder.d.ts +1 -0
  2. package/lib/components/QueryBuilder.d.ts.map +1 -1
  3. package/lib/components/QueryBuilder.js +23 -51
  4. package/lib/components/QueryBuilder.js.map +1 -1
  5. package/lib/components/QueryBuilderDiffPanel.d.ts.map +1 -1
  6. package/lib/components/QueryBuilderDiffPanel.js +4 -5
  7. package/lib/components/QueryBuilderDiffPanel.js.map +1 -1
  8. package/lib/components/QueryBuilderNavigationBlocker.d.ts +22 -0
  9. package/lib/components/QueryBuilderNavigationBlocker.d.ts.map +1 -0
  10. package/lib/components/QueryBuilderNavigationBlocker.js +48 -0
  11. package/lib/components/QueryBuilderNavigationBlocker.js.map +1 -0
  12. package/lib/components/QueryBuilderResultPanel.d.ts.map +1 -1
  13. package/lib/components/QueryBuilderResultPanel.js +19 -19
  14. package/lib/components/QueryBuilderResultPanel.js.map +1 -1
  15. package/lib/components/QueryBuilderSideBar.d.ts.map +1 -1
  16. package/lib/components/QueryBuilderSideBar.js +1 -1
  17. package/lib/components/QueryBuilderSideBar.js.map +1 -1
  18. package/lib/components/QueryBuilderTextEditor.d.ts.map +1 -1
  19. package/lib/components/QueryBuilderTextEditor.js +3 -3
  20. package/lib/components/QueryBuilderTextEditor.js.map +1 -1
  21. package/lib/components/QueryBuilder_LegendApplicationPlugin.d.ts +23 -0
  22. package/lib/components/QueryBuilder_LegendApplicationPlugin.d.ts.map +1 -0
  23. package/lib/components/QueryBuilder_LegendApplicationPlugin.js +31 -0
  24. package/lib/components/QueryBuilder_LegendApplicationPlugin.js.map +1 -0
  25. package/lib/components/QueryBuilder_TestID.d.ts +1 -1
  26. package/lib/components/QueryBuilder_TestID.d.ts.map +1 -1
  27. package/lib/components/QueryBuilder_TestID.js +1 -1
  28. package/lib/components/QueryBuilder_TestID.js.map +1 -1
  29. package/lib/components/explorer/QueryBuilderExplorerPanel.d.ts.map +1 -1
  30. package/lib/components/explorer/QueryBuilderExplorerPanel.js +4 -4
  31. package/lib/components/explorer/QueryBuilderExplorerPanel.js.map +1 -1
  32. package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.d.ts.map +1 -1
  33. package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.js +2 -2
  34. package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.js.map +1 -1
  35. package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.d.ts.map +1 -1
  36. package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.js +4 -4
  37. package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.js.map +1 -1
  38. package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.d.ts +2 -2
  39. package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.d.ts.map +1 -1
  40. package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.js +23 -28
  41. package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.js.map +1 -1
  42. package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.d.ts +2 -2
  43. package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.d.ts.map +1 -1
  44. package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.js +12 -12
  45. package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.js.map +1 -1
  46. package/lib/components/fetch-structure/{QueryBuilderProjectionPanel.d.ts → QueryBuilderTDSPanel.d.ts} +4 -4
  47. package/lib/components/fetch-structure/QueryBuilderTDSPanel.d.ts.map +1 -0
  48. package/lib/components/fetch-structure/{QueryBuilderProjectionPanel.js → QueryBuilderTDSPanel.js} +37 -38
  49. package/lib/components/fetch-structure/QueryBuilderTDSPanel.js.map +1 -0
  50. package/lib/components/filter/QueryBuilderFilterPanel.d.ts.map +1 -1
  51. package/lib/components/filter/QueryBuilderFilterPanel.js +3 -3
  52. package/lib/components/filter/QueryBuilderFilterPanel.js.map +1 -1
  53. package/lib/components/shared/LambdaEditor.d.ts +1 -11
  54. package/lib/components/shared/LambdaEditor.d.ts.map +1 -1
  55. package/lib/components/shared/LambdaEditor.js +23 -63
  56. package/lib/components/shared/LambdaEditor.js.map +1 -1
  57. package/lib/components/workflows/ServiceQueryBuilder.d.ts.map +1 -1
  58. package/lib/components/workflows/ServiceQueryBuilder.js +14 -17
  59. package/lib/components/workflows/ServiceQueryBuilder.js.map +1 -1
  60. package/lib/index.css +2 -2
  61. package/lib/index.css.map +1 -1
  62. package/lib/index.d.ts +6 -4
  63. package/lib/index.d.ts.map +1 -1
  64. package/lib/index.js +6 -4
  65. package/lib/index.js.map +1 -1
  66. package/lib/package.json +6 -7
  67. package/lib/stores/QueryBuilderChangeDetectionState.js +1 -1
  68. package/lib/stores/QueryBuilderChangeDetectionState.js.map +1 -1
  69. package/lib/stores/QueryBuilderCommand.d.ts +21 -0
  70. package/lib/stores/QueryBuilderCommand.d.ts.map +1 -0
  71. package/lib/stores/QueryBuilderCommand.js +26 -0
  72. package/lib/stores/QueryBuilderCommand.js.map +1 -0
  73. package/lib/stores/QueryBuilderPreviewDataHelper.js +25 -25
  74. package/lib/stores/QueryBuilderPreviewDataHelper.js.map +1 -1
  75. package/lib/stores/QueryBuilderState.d.ts +4 -4
  76. package/lib/stores/QueryBuilderState.d.ts.map +1 -1
  77. package/lib/stores/QueryBuilderState.js +13 -7
  78. package/lib/stores/QueryBuilderState.js.map +1 -1
  79. package/lib/stores/QueryBuilderStateBuilder.js +3 -3
  80. package/lib/stores/QueryBuilderStateBuilder.js.map +1 -1
  81. package/lib/stores/QueryBuilderTypeaheadHelper.d.ts +2 -2
  82. package/lib/stores/QueryBuilderTypeaheadHelper.d.ts.map +1 -1
  83. package/lib/stores/QueryBuilderTypeaheadHelper.js +14 -14
  84. package/lib/stores/QueryBuilderTypeaheadHelper.js.map +1 -1
  85. package/lib/stores/QueryBuilderValueSpecificationHelper.js +3 -4
  86. package/lib/stores/QueryBuilderValueSpecificationHelper.js.map +1 -1
  87. package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.d.ts +1 -1
  88. package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.d.ts.map +1 -1
  89. package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.js +1 -1
  90. package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.js.map +1 -1
  91. package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.js +4 -4
  92. package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.js.map +1 -1
  93. package/lib/stores/fetch-structure/{projection/QueryBuilderProjectionState.d.ts → tds/QueryBuilderTDSState.d.ts} +4 -4
  94. package/lib/stores/fetch-structure/tds/QueryBuilderTDSState.d.ts.map +1 -0
  95. package/lib/stores/fetch-structure/{projection/QueryBuilderProjectionState.js → tds/QueryBuilderTDSState.js} +27 -27
  96. package/lib/stores/fetch-structure/tds/QueryBuilderTDSState.js.map +1 -0
  97. package/lib/stores/fetch-structure/{projection → tds}/QueryResultSetModifierState.d.ts +4 -4
  98. package/lib/stores/fetch-structure/tds/QueryResultSetModifierState.d.ts.map +1 -0
  99. package/lib/stores/fetch-structure/{projection → tds}/QueryResultSetModifierState.js +4 -4
  100. package/lib/stores/fetch-structure/tds/QueryResultSetModifierState.js.map +1 -0
  101. package/lib/stores/fetch-structure/{projection → tds}/aggregation/QueryBuilderAggregateOperator.d.ts +1 -1
  102. package/lib/stores/fetch-structure/tds/aggregation/QueryBuilderAggregateOperator.d.ts.map +1 -0
  103. package/lib/stores/fetch-structure/{projection → tds}/aggregation/QueryBuilderAggregateOperator.js +2 -2
  104. package/lib/stores/fetch-structure/tds/aggregation/QueryBuilderAggregateOperator.js.map +1 -0
  105. package/lib/stores/fetch-structure/{projection → tds}/aggregation/QueryBuilderAggregateOperatorLoader.d.ts +0 -0
  106. package/lib/stores/fetch-structure/tds/aggregation/QueryBuilderAggregateOperatorLoader.d.ts.map +1 -0
  107. package/lib/stores/fetch-structure/{projection → tds}/aggregation/QueryBuilderAggregateOperatorLoader.js +0 -0
  108. package/lib/stores/fetch-structure/tds/aggregation/QueryBuilderAggregateOperatorLoader.js.map +1 -0
  109. package/lib/stores/fetch-structure/{projection → tds}/aggregation/QueryBuilderAggregationState.d.ts +4 -4
  110. package/lib/stores/fetch-structure/tds/aggregation/QueryBuilderAggregationState.d.ts.map +1 -0
  111. package/lib/stores/fetch-structure/{projection → tds}/aggregation/QueryBuilderAggregationState.js +5 -5
  112. package/lib/stores/fetch-structure/tds/aggregation/QueryBuilderAggregationState.js.map +1 -0
  113. package/lib/stores/fetch-structure/{projection → tds}/aggregation/QueryBuilderAggregationStateBuilder.d.ts +0 -0
  114. package/lib/stores/fetch-structure/tds/aggregation/QueryBuilderAggregationStateBuilder.d.ts.map +1 -0
  115. package/lib/stores/fetch-structure/{projection → tds}/aggregation/QueryBuilderAggregationStateBuilder.js +10 -10
  116. package/lib/stores/fetch-structure/tds/aggregation/QueryBuilderAggregationStateBuilder.js.map +1 -0
  117. package/lib/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperatorValueSpecificationBuilder.d.ts +1 -1
  118. package/lib/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperatorValueSpecificationBuilder.d.ts.map +1 -0
  119. package/lib/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperatorValueSpecificationBuilder.js +1 -1
  120. package/lib/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperatorValueSpecificationBuilder.js.map +1 -0
  121. package/lib/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_Average.d.ts +1 -1
  122. package/lib/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_Average.d.ts.map +1 -0
  123. package/lib/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_Average.js +2 -2
  124. package/lib/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_Average.js.map +1 -0
  125. package/lib/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_Count.d.ts +1 -1
  126. package/lib/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_Count.d.ts.map +1 -0
  127. package/lib/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_Count.js +2 -2
  128. package/lib/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_Count.js.map +1 -0
  129. package/lib/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_Distinct.d.ts +1 -1
  130. package/lib/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_Distinct.d.ts.map +1 -0
  131. package/lib/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_Distinct.js +1 -1
  132. package/lib/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_Distinct.js.map +1 -0
  133. package/lib/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.d.ts +1 -1
  134. package/lib/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.d.ts.map +1 -0
  135. package/lib/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.js +3 -3
  136. package/lib/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.js.map +1 -0
  137. package/lib/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_JoinString.d.ts +1 -1
  138. package/lib/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_JoinString.d.ts.map +1 -0
  139. package/lib/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_JoinString.js +3 -3
  140. package/lib/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_JoinString.js.map +1 -0
  141. package/lib/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_Max.d.ts +1 -1
  142. package/lib/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_Max.d.ts.map +1 -0
  143. package/lib/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_Max.js +1 -1
  144. package/lib/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_Max.js.map +1 -0
  145. package/lib/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_Min.d.ts +1 -1
  146. package/lib/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_Min.d.ts.map +1 -0
  147. package/lib/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_Min.js +1 -1
  148. package/lib/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_Min.js.map +1 -0
  149. package/lib/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.d.ts +1 -1
  150. package/lib/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.d.ts.map +1 -0
  151. package/lib/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.js +3 -3
  152. package/lib/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.js.map +1 -0
  153. package/lib/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.d.ts +1 -1
  154. package/lib/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.d.ts.map +1 -0
  155. package/lib/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.js +3 -3
  156. package/lib/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.js.map +1 -0
  157. package/lib/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_Sum.d.ts +1 -1
  158. package/lib/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_Sum.d.ts.map +1 -0
  159. package/lib/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_Sum.js +1 -1
  160. package/lib/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_Sum.js.map +1 -0
  161. package/lib/stores/fetch-structure/{projection → tds}/post-filter/QueryBuilderPostFilterOperator.d.ts +0 -0
  162. package/lib/stores/fetch-structure/tds/post-filter/QueryBuilderPostFilterOperator.d.ts.map +1 -0
  163. package/lib/stores/fetch-structure/{projection → tds}/post-filter/QueryBuilderPostFilterOperator.js +0 -0
  164. package/lib/stores/fetch-structure/tds/post-filter/QueryBuilderPostFilterOperator.js.map +1 -0
  165. package/lib/stores/fetch-structure/{projection → tds}/post-filter/QueryBuilderPostFilterOperatorLoader.d.ts +0 -0
  166. package/lib/stores/fetch-structure/tds/post-filter/QueryBuilderPostFilterOperatorLoader.d.ts.map +1 -0
  167. package/lib/stores/fetch-structure/{projection → tds}/post-filter/QueryBuilderPostFilterOperatorLoader.js +0 -0
  168. package/lib/stores/fetch-structure/tds/post-filter/QueryBuilderPostFilterOperatorLoader.js.map +1 -0
  169. package/lib/stores/fetch-structure/{projection → tds}/post-filter/QueryBuilderPostFilterState.d.ts +4 -4
  170. package/lib/stores/fetch-structure/tds/post-filter/QueryBuilderPostFilterState.d.ts.map +1 -0
  171. package/lib/stores/fetch-structure/{projection → tds}/post-filter/QueryBuilderPostFilterState.js +10 -12
  172. package/lib/stores/fetch-structure/tds/post-filter/QueryBuilderPostFilterState.js.map +1 -0
  173. package/lib/stores/fetch-structure/{projection → tds}/post-filter/QueryBuilderPostFilterStateBuilder.d.ts +0 -0
  174. package/lib/stores/fetch-structure/tds/post-filter/QueryBuilderPostFilterStateBuilder.d.ts.map +1 -0
  175. package/lib/stores/fetch-structure/{projection → tds}/post-filter/QueryBuilderPostFilterStateBuilder.js +13 -14
  176. package/lib/stores/fetch-structure/tds/post-filter/QueryBuilderPostFilterStateBuilder.js.map +1 -0
  177. package/lib/stores/fetch-structure/{projection → tds}/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.d.ts +0 -0
  178. package/lib/stores/fetch-structure/tds/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.d.ts.map +1 -0
  179. package/lib/stores/fetch-structure/{projection → tds}/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.js +3 -3
  180. package/lib/stores/fetch-structure/tds/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.js.map +1 -0
  181. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperatorHelper.d.ts +1 -1
  182. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperatorHelper.d.ts.map +1 -0
  183. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperatorHelper.js +2 -2
  184. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperatorHelper.js.map +1 -0
  185. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperatorValueSpecificationBuilder.d.ts +0 -0
  186. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperatorValueSpecificationBuilder.d.ts.map +1 -0
  187. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperatorValueSpecificationBuilder.js +1 -1
  188. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperatorValueSpecificationBuilder.js.map +1 -0
  189. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_Contain.d.ts +0 -0
  190. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_Contain.d.ts.map +1 -0
  191. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_Contain.js +4 -4
  192. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_Contain.js.map +1 -0
  193. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.d.ts +0 -0
  194. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.d.ts.map +1 -0
  195. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.js +4 -4
  196. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.js.map +1 -0
  197. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_Equal.d.ts +0 -0
  198. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_Equal.d.ts.map +1 -0
  199. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_Equal.js +7 -7
  200. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_Equal.js.map +1 -0
  201. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.d.ts +0 -0
  202. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.d.ts.map +1 -0
  203. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.js +4 -4
  204. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.js.map +1 -0
  205. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.d.ts +0 -0
  206. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.d.ts.map +1 -0
  207. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.js +0 -0
  208. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.js.map +1 -0
  209. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_In.d.ts +0 -0
  210. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_In.d.ts.map +1 -0
  211. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_In.js +5 -5
  212. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_In.js.map +1 -0
  213. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.d.ts +0 -0
  214. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.d.ts.map +1 -0
  215. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.js +1 -1
  216. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.js.map +1 -0
  217. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.d.ts +0 -0
  218. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.d.ts.map +1 -0
  219. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.js +4 -4
  220. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.js.map +1 -0
  221. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.d.ts +0 -0
  222. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.d.ts.map +1 -0
  223. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.js +0 -0
  224. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.js.map +1 -0
  225. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.d.ts +0 -0
  226. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.d.ts.map +1 -0
  227. package/lib/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.js +4 -4
  228. package/lib/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.js.map +1 -0
  229. package/lib/stores/fetch-structure/{projection → tds/projection}/QueryBuilderProjectionColumnState.d.ts +9 -9
  230. package/lib/stores/fetch-structure/tds/projection/QueryBuilderProjectionColumnState.d.ts.map +1 -0
  231. package/lib/stores/fetch-structure/{projection → tds/projection}/QueryBuilderProjectionColumnState.js +20 -20
  232. package/lib/stores/fetch-structure/tds/projection/QueryBuilderProjectionColumnState.js.map +1 -0
  233. package/lib/stores/fetch-structure/{projection → tds/projection}/QueryBuilderProjectionStateBuilder.d.ts +1 -1
  234. package/lib/stores/fetch-structure/tds/projection/QueryBuilderProjectionStateBuilder.d.ts.map +1 -0
  235. package/lib/stores/fetch-structure/{projection → tds/projection}/QueryBuilderProjectionStateBuilder.js +19 -19
  236. package/lib/stores/fetch-structure/tds/projection/QueryBuilderProjectionStateBuilder.js.map +1 -0
  237. package/lib/stores/fetch-structure/{projection → tds/projection}/QueryBuilderProjectionValueSpecificationBuilder.d.ts +2 -2
  238. package/lib/stores/fetch-structure/tds/projection/QueryBuilderProjectionValueSpecificationBuilder.d.ts.map +1 -0
  239. package/lib/stores/fetch-structure/{projection → tds/projection}/QueryBuilderProjectionValueSpecificationBuilder.js +28 -28
  240. package/lib/stores/fetch-structure/tds/projection/QueryBuilderProjectionValueSpecificationBuilder.js.map +1 -0
  241. package/lib/stores/filter/QueryBuilderFilterState.d.ts +1 -1
  242. package/lib/stores/filter/QueryBuilderFilterState.d.ts.map +1 -1
  243. package/lib/stores/shared/ValueSpecificationEditorHelper.d.ts.map +1 -1
  244. package/lib/stores/shared/ValueSpecificationEditorHelper.js +3 -4
  245. package/lib/stores/shared/ValueSpecificationEditorHelper.js.map +1 -1
  246. package/lib/stores/workflows/ServiceQueryBuilderState.d.ts +3 -1
  247. package/lib/stores/workflows/ServiceQueryBuilderState.d.ts.map +1 -1
  248. package/lib/stores/workflows/ServiceQueryBuilderState.js +5 -1
  249. package/lib/stores/workflows/ServiceQueryBuilderState.js.map +1 -1
  250. package/package.json +13 -14
  251. package/src/components/QueryBuilder.tsx +96 -168
  252. package/src/components/QueryBuilderDiffPanel.tsx +3 -4
  253. package/src/components/QueryBuilderNavigationBlocker.tsx +62 -0
  254. package/src/components/QueryBuilderResultPanel.tsx +39 -48
  255. package/src/components/QueryBuilderSideBar.tsx +1 -0
  256. package/src/components/QueryBuilderTextEditor.tsx +3 -4
  257. package/src/components/QueryBuilder_LegendApplicationPlugin.ts +44 -0
  258. package/src/components/QueryBuilder_TestID.ts +1 -1
  259. package/src/components/explorer/QueryBuilderExplorerPanel.tsx +4 -6
  260. package/src/components/explorer/QueryBuilderFunctionsExplorerPanel.tsx +2 -4
  261. package/src/components/fetch-structure/QueryBuilderFetchStructurePanel.tsx +4 -8
  262. package/src/components/fetch-structure/QueryBuilderPostFilterPanel.tsx +35 -46
  263. package/src/components/fetch-structure/QueryBuilderResultModifierPanel.tsx +17 -20
  264. package/src/components/fetch-structure/{QueryBuilderProjectionPanel.tsx → QueryBuilderTDSPanel.tsx} +47 -57
  265. package/src/components/filter/QueryBuilderFilterPanel.tsx +4 -7
  266. package/src/components/shared/LambdaEditor.tsx +22 -85
  267. package/src/components/workflows/ServiceQueryBuilder.tsx +34 -65
  268. package/src/index.ts +9 -4
  269. package/src/stores/QueryBuilderChangeDetectionState.ts +1 -1
  270. package/src/stores/QueryBuilderCommand.ts +28 -0
  271. package/src/stores/QueryBuilderPreviewDataHelper.ts +28 -28
  272. package/src/stores/QueryBuilderState.ts +31 -10
  273. package/src/stores/QueryBuilderStateBuilder.ts +3 -3
  274. package/src/stores/QueryBuilderTypeaheadHelper.ts +18 -18
  275. package/src/stores/QueryBuilderValueSpecificationHelper.ts +3 -3
  276. package/src/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.ts +1 -1
  277. package/src/stores/fetch-structure/QueryBuilderFetchStructureState.ts +4 -4
  278. package/src/stores/fetch-structure/{projection/QueryBuilderProjectionState.ts → tds/QueryBuilderTDSState.ts} +32 -27
  279. package/src/stores/fetch-structure/{projection → tds}/QueryResultSetModifierState.ts +6 -6
  280. package/src/stores/fetch-structure/{projection → tds}/aggregation/QueryBuilderAggregateOperator.ts +2 -2
  281. package/src/stores/fetch-structure/{projection → tds}/aggregation/QueryBuilderAggregateOperatorLoader.ts +0 -0
  282. package/src/stores/fetch-structure/{projection → tds}/aggregation/QueryBuilderAggregationState.ts +10 -10
  283. package/src/stores/fetch-structure/{projection → tds}/aggregation/QueryBuilderAggregationStateBuilder.ts +10 -12
  284. package/src/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperatorValueSpecificationBuilder.ts +2 -2
  285. package/src/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_Average.ts +2 -2
  286. package/src/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_Count.ts +2 -2
  287. package/src/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_Distinct.ts +1 -1
  288. package/src/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.ts +3 -3
  289. package/src/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_JoinString.ts +3 -3
  290. package/src/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_Max.ts +1 -1
  291. package/src/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_Min.ts +1 -1
  292. package/src/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.ts +3 -3
  293. package/src/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.ts +3 -3
  294. package/src/stores/fetch-structure/{projection → tds}/aggregation/operators/QueryBuilderAggregateOperator_Sum.ts +1 -1
  295. package/src/stores/fetch-structure/{projection → tds}/post-filter/QueryBuilderPostFilterOperator.ts +0 -0
  296. package/src/stores/fetch-structure/{projection → tds}/post-filter/QueryBuilderPostFilterOperatorLoader.ts +0 -0
  297. package/src/stores/fetch-structure/{projection → tds}/post-filter/QueryBuilderPostFilterState.ts +15 -17
  298. package/src/stores/fetch-structure/{projection → tds}/post-filter/QueryBuilderPostFilterStateBuilder.ts +13 -15
  299. package/src/stores/fetch-structure/{projection → tds}/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.ts +3 -3
  300. package/src/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperatorHelper.ts +2 -2
  301. package/src/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperatorValueSpecificationBuilder.ts +1 -1
  302. package/src/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_Contain.ts +4 -4
  303. package/src/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.ts +4 -4
  304. package/src/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_Equal.ts +7 -7
  305. package/src/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.ts +4 -4
  306. package/src/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.ts +0 -0
  307. package/src/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_In.ts +5 -5
  308. package/src/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.ts +1 -1
  309. package/src/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.ts +4 -4
  310. package/src/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.ts +0 -0
  311. package/src/stores/fetch-structure/{projection → tds}/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.ts +4 -4
  312. package/src/stores/fetch-structure/{projection → tds/projection}/QueryBuilderProjectionColumnState.ts +23 -27
  313. package/src/stores/fetch-structure/{projection → tds/projection}/QueryBuilderProjectionStateBuilder.ts +23 -24
  314. package/src/stores/fetch-structure/{projection → tds/projection}/QueryBuilderProjectionValueSpecificationBuilder.ts +40 -45
  315. package/src/stores/filter/QueryBuilderFilterState.ts +1 -1
  316. package/src/stores/shared/ValueSpecificationEditorHelper.ts +3 -4
  317. package/src/stores/workflows/ServiceQueryBuilderState.ts +6 -0
  318. package/tsconfig.json +41 -39
  319. package/lib/components/fetch-structure/QueryBuilderProjectionPanel.d.ts.map +0 -1
  320. package/lib/components/fetch-structure/QueryBuilderProjectionPanel.js.map +0 -1
  321. package/lib/components/shared/QueryBuilderLambdaEditor.d.ts +0 -43
  322. package/lib/components/shared/QueryBuilderLambdaEditor.d.ts.map +0 -1
  323. package/lib/components/shared/QueryBuilderLambdaEditor.js +0 -48
  324. package/lib/components/shared/QueryBuilderLambdaEditor.js.map +0 -1
  325. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.d.ts.map +0 -1
  326. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.js.map +0 -1
  327. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionState.d.ts.map +0 -1
  328. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionState.js.map +0 -1
  329. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.d.ts.map +0 -1
  330. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.js.map +0 -1
  331. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.d.ts.map +0 -1
  332. package/lib/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.js.map +0 -1
  333. package/lib/stores/fetch-structure/projection/QueryResultSetModifierState.d.ts.map +0 -1
  334. package/lib/stores/fetch-structure/projection/QueryResultSetModifierState.js.map +0 -1
  335. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.d.ts.map +0 -1
  336. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.js.map +0 -1
  337. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.d.ts.map +0 -1
  338. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.js.map +0 -1
  339. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.d.ts.map +0 -1
  340. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.js.map +0 -1
  341. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.d.ts.map +0 -1
  342. package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.js.map +0 -1
  343. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorValueSpecificationBuilder.d.ts.map +0 -1
  344. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorValueSpecificationBuilder.js.map +0 -1
  345. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.d.ts.map +0 -1
  346. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.js.map +0 -1
  347. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.d.ts.map +0 -1
  348. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.js.map +0 -1
  349. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.d.ts.map +0 -1
  350. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.js.map +0 -1
  351. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.d.ts.map +0 -1
  352. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.js.map +0 -1
  353. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.d.ts.map +0 -1
  354. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.js.map +0 -1
  355. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.d.ts.map +0 -1
  356. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.js.map +0 -1
  357. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.d.ts.map +0 -1
  358. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.js.map +0 -1
  359. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.d.ts.map +0 -1
  360. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.js.map +0 -1
  361. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.d.ts.map +0 -1
  362. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.js.map +0 -1
  363. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.d.ts.map +0 -1
  364. package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.js.map +0 -1
  365. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.d.ts.map +0 -1
  366. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.js.map +0 -1
  367. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.d.ts.map +0 -1
  368. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.js.map +0 -1
  369. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.d.ts.map +0 -1
  370. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.js.map +0 -1
  371. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.d.ts.map +0 -1
  372. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.js.map +0 -1
  373. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.d.ts.map +0 -1
  374. package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.js.map +0 -1
  375. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.d.ts.map +0 -1
  376. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.js.map +0 -1
  377. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorValueSpecificationBuilder.d.ts.map +0 -1
  378. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorValueSpecificationBuilder.js.map +0 -1
  379. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.d.ts.map +0 -1
  380. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.js.map +0 -1
  381. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.d.ts.map +0 -1
  382. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.js.map +0 -1
  383. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.d.ts.map +0 -1
  384. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.js.map +0 -1
  385. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.d.ts.map +0 -1
  386. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.js.map +0 -1
  387. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.d.ts.map +0 -1
  388. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.js.map +0 -1
  389. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.d.ts.map +0 -1
  390. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.js.map +0 -1
  391. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.d.ts.map +0 -1
  392. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.js.map +0 -1
  393. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.d.ts.map +0 -1
  394. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.js.map +0 -1
  395. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.d.ts.map +0 -1
  396. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.js.map +0 -1
  397. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.d.ts.map +0 -1
  398. package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.js.map +0 -1
  399. package/src/components/shared/QueryBuilderLambdaEditor.tsx +0 -120
@@ -37,24 +37,24 @@ import {
37
37
  returnUndefOnError,
38
38
  type PlainObject,
39
39
  } from '@finos/legend-shared';
40
- import { QUERY_BUILDER_SUPPORTED_FUNCTIONS } from '../../../graphManager/QueryBuilderSupportedFunctions.js';
41
- import type { QueryBuilderState } from '../../QueryBuilderState.js';
42
- import { QueryBuilderValueSpecificationProcessor } from '../../QueryBuilderStateBuilder.js';
40
+ import { QUERY_BUILDER_SUPPORTED_FUNCTIONS } from '../../../../graphManager/QueryBuilderSupportedFunctions.js';
41
+ import type { QueryBuilderState } from '../../../QueryBuilderState.js';
42
+ import { QueryBuilderValueSpecificationProcessor } from '../../../QueryBuilderStateBuilder.js';
43
43
  import {
44
44
  extractNullableNumberFromInstanceValue,
45
45
  extractNullableStringFromInstanceValue,
46
46
  validatePropertyExpressionChain,
47
- } from '../../QueryBuilderValueSpecificationHelper.js';
48
- import { FETCH_STRUCTURE_IMPLEMENTATION } from '../QueryBuilderFetchStructureImplementationState.js';
47
+ } from '../../../QueryBuilderValueSpecificationHelper.js';
48
+ import { FETCH_STRUCTURE_IMPLEMENTATION } from '../../QueryBuilderFetchStructureImplementationState.js';
49
49
  import {
50
50
  QueryBuilderDerivationProjectionColumnState,
51
51
  QueryBuilderSimpleProjectionColumnState,
52
52
  } from './QueryBuilderProjectionColumnState.js';
53
- import { QueryBuilderProjectionState } from './QueryBuilderProjectionState.js';
53
+ import { QueryBuilderTDSState } from '../QueryBuilderTDSState.js';
54
54
  import {
55
55
  COLUMN_SORT_TYPE,
56
56
  SortColumnState,
57
- } from './QueryResultSetModifierState.js';
57
+ } from '../QueryResultSetModifierState.js';
58
58
 
59
59
  export const processTDSProjectExpression = (
60
60
  expression: SimpleFunctionExpression,
@@ -62,7 +62,7 @@ export const processTDSProjectExpression = (
62
62
  ): void => {
63
63
  // update fetch-structure
64
64
  queryBuilderState.fetchStructureState.changeImplementation(
65
- FETCH_STRUCTURE_IMPLEMENTATION.PROJECTION,
65
+ FETCH_STRUCTURE_IMPLEMENTATION.TABULAR_DATA_STRUCTURE,
66
66
  );
67
67
 
68
68
  // check parameters
@@ -122,11 +122,10 @@ export const processTDSProjectExpression = (
122
122
  // build state
123
123
  if (
124
124
  queryBuilderState.fetchStructureState.implementation instanceof
125
- QueryBuilderProjectionState
125
+ QueryBuilderTDSState
126
126
  ) {
127
- const projectionState =
128
- queryBuilderState.fetchStructureState.implementation;
129
- projectionState.columns.forEach((column, idx) =>
127
+ const tdsState = queryBuilderState.fetchStructureState.implementation;
128
+ tdsState.projectionColumns.forEach((column, idx) =>
130
129
  column.setColumnName(aliases[idx] as string),
131
130
  );
132
131
  }
@@ -138,10 +137,9 @@ export const processTDSProjectionColumnPropertyExpression = (
138
137
  ): void => {
139
138
  if (
140
139
  queryBuilderState.fetchStructureState.implementation instanceof
141
- QueryBuilderProjectionState
140
+ QueryBuilderTDSState
142
141
  ) {
143
- const projectionState =
144
- queryBuilderState.fetchStructureState.implementation;
142
+ const tdsState = queryBuilderState.fetchStructureState.implementation;
145
143
  // NOTE: we do this before creating the projection state, as we will
146
144
  // auto-fill arguments for derived properties when missing as part of building
147
145
  // the property expression state.
@@ -187,12 +185,12 @@ export const processTDSProjectionColumnPropertyExpression = (
187
185
  );
188
186
 
189
187
  const columnState = new QueryBuilderSimpleProjectionColumnState(
190
- projectionState,
188
+ tdsState,
191
189
  expression,
192
190
  false,
193
191
  );
194
192
 
195
- projectionState.addColumn(columnState, { skipSorting: true });
193
+ tdsState.addColumn(columnState, { skipSorting: true });
196
194
 
197
195
  // NOTE: technically we should set the lambda parameter name when we process
198
196
  // the lambda, not when we process the lambda body like this, but that requires
@@ -209,7 +207,7 @@ export const processTDSProjectionDerivationExpression = (
209
207
  ): void => {
210
208
  if (
211
209
  queryBuilderState.fetchStructureState.implementation instanceof
212
- QueryBuilderProjectionState
210
+ QueryBuilderTDSState
213
211
  ) {
214
212
  const projectionState =
215
213
  queryBuilderState.fetchStructureState.implementation;
@@ -270,7 +268,7 @@ export const processTDSTakeExpression = (
270
268
  // build state
271
269
  if (
272
270
  queryBuilderState.fetchStructureState.implementation instanceof
273
- QueryBuilderProjectionState
271
+ QueryBuilderTDSState
274
272
  ) {
275
273
  const projectionState =
276
274
  queryBuilderState.fetchStructureState.implementation;
@@ -316,7 +314,7 @@ export const processTDSDistinctExpression = (
316
314
  // build state
317
315
  if (
318
316
  queryBuilderState.fetchStructureState.implementation instanceof
319
- QueryBuilderProjectionState
317
+ QueryBuilderTDSState
320
318
  ) {
321
319
  const projectionState =
322
320
  queryBuilderState.fetchStructureState.implementation;
@@ -400,16 +398,17 @@ export const processTDSSortDirectionExpression = (
400
398
  // build state
401
399
  if (
402
400
  queryBuilderState.fetchStructureState.implementation instanceof
403
- QueryBuilderProjectionState
401
+ QueryBuilderTDSState
404
402
  ) {
405
403
  const projectionState =
406
404
  queryBuilderState.fetchStructureState.implementation;
407
405
  const sortColumnName = extractNullableStringFromInstanceValue(
408
406
  guaranteeNonNullable(expression.parametersValues[0]),
409
407
  );
410
- const queryBuilderProjectionColumnState = projectionState.columns.find(
411
- (e) => e.columnName === sortColumnName,
412
- );
408
+ const queryBuilderProjectionColumnState =
409
+ projectionState.projectionColumns.find(
410
+ (e) => e.columnName === sortColumnName,
411
+ );
413
412
  if (queryBuilderProjectionColumnState) {
414
413
  const sortColumnState = new SortColumnState(
415
414
  queryBuilderProjectionColumnState,
@@ -35,26 +35,26 @@ import {
35
35
  guaranteeNonNullable,
36
36
  UnsupportedOperationError,
37
37
  } from '@finos/legend-shared';
38
- import { QUERY_BUILDER_SUPPORTED_FUNCTIONS } from '../../../graphManager/QueryBuilderSupportedFunctions.js';
39
- import { buildPropertyExpressionChain } from '../../QueryBuilderValueSpecificationBuilderHelper.js';
40
- import { buildGenericLambdaFunctionInstanceValue } from '../../QueryBuilderValueSpecificationHelper.js';
41
- import { appendPostFilter } from './post-filter/QueryBuilderPostFilterValueSpecificationBuilder.js';
38
+ import { QUERY_BUILDER_SUPPORTED_FUNCTIONS } from '../../../../graphManager/QueryBuilderSupportedFunctions.js';
39
+ import { buildPropertyExpressionChain } from '../../../QueryBuilderValueSpecificationBuilderHelper.js';
40
+ import { buildGenericLambdaFunctionInstanceValue } from '../../../QueryBuilderValueSpecificationHelper.js';
41
+ import { appendPostFilter } from '../post-filter/QueryBuilderPostFilterValueSpecificationBuilder.js';
42
42
  import {
43
43
  QueryBuilderDerivationProjectionColumnState,
44
44
  QueryBuilderSimpleProjectionColumnState,
45
45
  } from './QueryBuilderProjectionColumnState.js';
46
- import type { QueryBuilderProjectionState } from './QueryBuilderProjectionState.js';
46
+ import type { QueryBuilderTDSState } from '../QueryBuilderTDSState.js';
47
47
  import {
48
48
  COLUMN_SORT_TYPE,
49
49
  type QueryResultSetModifierState,
50
50
  type SortColumnState,
51
- } from './QueryResultSetModifierState.js';
51
+ } from '../QueryResultSetModifierState.js';
52
52
 
53
53
  const buildSortExpression = (
54
54
  sortColumnState: SortColumnState,
55
55
  ): SimpleFunctionExpression => {
56
56
  const multiplicityOne =
57
- sortColumnState.columnState.projectionState.queryBuilderState.graphManagerState.graph.getTypicalMultiplicity(
57
+ sortColumnState.columnState.tdsState.queryBuilderState.graphManagerState.graph.getTypicalMultiplicity(
58
58
  TYPICAL_MULTIPLICITY_TYPE.ONE,
59
59
  );
60
60
  const sortColumnFunction = new SimpleFunctionExpression(
@@ -68,7 +68,7 @@ const buildSortExpression = (
68
68
  const sortColumnName = new PrimitiveInstanceValue(
69
69
  GenericTypeExplicitReference.create(
70
70
  new GenericType(
71
- sortColumnState.columnState.projectionState.queryBuilderState.graphManagerState.graph.getPrimitiveType(
71
+ sortColumnState.columnState.tdsState.queryBuilderState.graphManagerState.graph.getPrimitiveType(
72
72
  PRIMITIVE_TYPE.STRING,
73
73
  ),
74
74
  ),
@@ -90,7 +90,7 @@ const appendResultSetModifier = (
90
90
  | undefined,
91
91
  ): LambdaFunction => {
92
92
  const multiplicityOne =
93
- resultModifierState.projectionState.queryBuilderState.graphManagerState.graph.getTypicalMultiplicity(
93
+ resultModifierState.tdsState.queryBuilderState.graphManagerState.graph.getTypicalMultiplicity(
94
94
  TYPICAL_MULTIPLICITY_TYPE.ONE,
95
95
  );
96
96
  if (lambdaFunction.expressionSequence.length === 1) {
@@ -126,7 +126,7 @@ const appendResultSetModifier = (
126
126
  multiplicityOne,
127
127
  );
128
128
  const multiplicity =
129
- resultModifierState.projectionState.queryBuilderState.graphManagerState.graph.getMultiplicity(
129
+ resultModifierState.tdsState.queryBuilderState.graphManagerState.graph.getMultiplicity(
130
130
  resultModifierState.sortColumns.length,
131
131
  resultModifierState.sortColumns.length,
132
132
  );
@@ -146,7 +146,7 @@ const appendResultSetModifier = (
146
146
  const limit = new PrimitiveInstanceValue(
147
147
  GenericTypeExplicitReference.create(
148
148
  new GenericType(
149
- resultModifierState.projectionState.queryBuilderState.graphManagerState.graph.getPrimitiveType(
149
+ resultModifierState.tdsState.queryBuilderState.graphManagerState.graph.getPrimitiveType(
150
150
  PRIMITIVE_TYPE.INTEGER,
151
151
  ),
152
152
  ),
@@ -178,7 +178,7 @@ const appendResultSetModifier = (
178
178
  };
179
179
 
180
180
  export const appendProjection = (
181
- projectionState: QueryBuilderProjectionState,
181
+ tdsState: QueryBuilderTDSState,
182
182
  lambdaFunction: LambdaFunction,
183
183
  options?: {
184
184
  /**
@@ -189,7 +189,7 @@ export const appendProjection = (
189
189
  keepSourceInformation?: boolean | undefined;
190
190
  },
191
191
  ): void => {
192
- const queryBuilderState = projectionState.queryBuilderState;
192
+ const queryBuilderState = tdsState.queryBuilderState;
193
193
  const precedingExpression = guaranteeNonNullable(
194
194
  lambdaFunction.expressionSequence[0],
195
195
  `Can't build projection expression: preceding expression is not defined`,
@@ -203,7 +203,7 @@ export const appendProjection = (
203
203
  );
204
204
 
205
205
  // build projection
206
- if (projectionState.aggregationState.columns.length) {
206
+ if (tdsState.aggregationState.columns.length) {
207
207
  // aggregation
208
208
  const groupByFunction = new SimpleFunctionExpression(
209
209
  extractElementNameFromPath(
@@ -214,25 +214,25 @@ export const appendProjection = (
214
214
 
215
215
  const colLambdas = new CollectionInstanceValue(
216
216
  queryBuilderState.graphManagerState.graph.getMultiplicity(
217
- projectionState.columns.length -
218
- projectionState.aggregationState.columns.length,
219
- projectionState.columns.length -
220
- projectionState.aggregationState.columns.length,
217
+ tdsState.projectionColumns.length -
218
+ tdsState.aggregationState.columns.length,
219
+ tdsState.projectionColumns.length -
220
+ tdsState.aggregationState.columns.length,
221
221
  ),
222
222
  );
223
223
  const aggregateLambdas = new CollectionInstanceValue(
224
224
  queryBuilderState.graphManagerState.graph.getMultiplicity(
225
- projectionState.aggregationState.columns.length,
226
- projectionState.aggregationState.columns.length,
225
+ tdsState.aggregationState.columns.length,
226
+ tdsState.aggregationState.columns.length,
227
227
  ),
228
228
  );
229
229
  const colAliases = new CollectionInstanceValue(
230
230
  queryBuilderState.graphManagerState.graph.getMultiplicity(
231
- projectionState.columns.length,
232
- projectionState.columns.length,
231
+ tdsState.projectionColumns.length,
232
+ tdsState.projectionColumns.length,
233
233
  ),
234
234
  );
235
- projectionState.columns.forEach((projectionColumnState) => {
235
+ tdsState.projectionColumns.forEach((projectionColumnState) => {
236
236
  // column alias
237
237
  const colAlias = new PrimitiveInstanceValue(
238
238
  GenericTypeExplicitReference.create(new GenericType(typeString)),
@@ -241,10 +241,9 @@ export const appendProjection = (
241
241
  colAlias.values.push(projectionColumnState.columnName);
242
242
  colAliases.values.push(colAlias);
243
243
 
244
- const aggregateColumnState =
245
- projectionState.aggregationState.columns.find(
246
- (column) => column.projectionColumnState === projectionColumnState,
247
- );
244
+ const aggregateColumnState = tdsState.aggregationState.columns.find(
245
+ (column) => column.projectionColumnState === projectionColumnState,
246
+ );
248
247
 
249
248
  // column projection
250
249
  let columnLambda: ValueSpecification;
@@ -301,8 +300,8 @@ export const appendProjection = (
301
300
  aggregateColumnState,
302
301
  ),
303
302
  ],
304
- aggregateColumnState.aggregationState.projectionState
305
- .queryBuilderState.graphManagerState.graph,
303
+ aggregateColumnState.aggregationState.tdsState.queryBuilderState
304
+ .graphManagerState.graph,
306
305
  );
307
306
  aggregateFunctionExpression.parametersValues = [
308
307
  columnLambda,
@@ -320,7 +319,7 @@ export const appendProjection = (
320
319
  colAliases,
321
320
  ];
322
321
  lambdaFunction.expressionSequence[0] = groupByFunction;
323
- } else if (projectionState.columns.length) {
322
+ } else if (tdsState.projectionColumns.length) {
324
323
  // projection
325
324
  const projectFunction = new SimpleFunctionExpression(
326
325
  extractElementNameFromPath(QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_PROJECT),
@@ -328,17 +327,17 @@ export const appendProjection = (
328
327
  );
329
328
  const colLambdas = new CollectionInstanceValue(
330
329
  queryBuilderState.graphManagerState.graph.getMultiplicity(
331
- projectionState.columns.length,
332
- projectionState.columns.length,
330
+ tdsState.projectionColumns.length,
331
+ tdsState.projectionColumns.length,
333
332
  ),
334
333
  );
335
334
  const colAliases = new CollectionInstanceValue(
336
335
  queryBuilderState.graphManagerState.graph.getMultiplicity(
337
- projectionState.columns.length,
338
- projectionState.columns.length,
336
+ tdsState.projectionColumns.length,
337
+ tdsState.projectionColumns.length,
339
338
  ),
340
339
  );
341
- projectionState.columns.forEach((projectionColumnState) => {
340
+ tdsState.projectionColumns.forEach((projectionColumnState) => {
342
341
  // column alias
343
342
  const colAlias = new PrimitiveInstanceValue(
344
343
  GenericTypeExplicitReference.create(new GenericType(typeString)),
@@ -398,16 +397,12 @@ export const appendProjection = (
398
397
  }
399
398
 
400
399
  // build post-filter
401
- appendPostFilter(projectionState.postFilterState, lambdaFunction);
400
+ appendPostFilter(tdsState.postFilterState, lambdaFunction);
402
401
 
403
402
  // build result set modifiers
404
- appendResultSetModifier(
405
- projectionState.resultSetModifierState,
406
- lambdaFunction,
407
- {
408
- overridingLimit: options?.isBuildingExecutionQuery
409
- ? queryBuilderState.resultState.previewLimit
410
- : undefined,
411
- },
412
- );
403
+ appendResultSetModifier(tdsState.resultSetModifierState, lambdaFunction, {
404
+ overridingLimit: options?.isBuildingExecutionQuery
405
+ ? queryBuilderState.resultState.previewLimit
406
+ : undefined,
407
+ });
413
408
  };
@@ -42,7 +42,7 @@ import {
42
42
  observe_ValueSpecification,
43
43
  } from '@finos/legend-graph';
44
44
  import { DEFAULT_LAMBDA_VARIABLE_NAME } from '../QueryBuilderConfig.js';
45
- import type { QueryBuilderProjectionColumnDragSource } from '../fetch-structure/projection/QueryBuilderProjectionColumnState.js';
45
+ import type { QueryBuilderProjectionColumnDragSource } from '../fetch-structure/tds/projection/QueryBuilderProjectionColumnState.js';
46
46
  import {
47
47
  buildPropertyTypeaheadQuery,
48
48
  buildTypeaheadOptions,
@@ -32,8 +32,7 @@ import {
32
32
  PRIMITIVE_TYPE,
33
33
  TYPICAL_MULTIPLICITY_TYPE,
34
34
  } from '@finos/legend-graph';
35
- import { Randomizer } from '@finos/legend-shared';
36
- import { addDays, format } from 'date-fns';
35
+ import { addDays, formatDate, Randomizer } from '@finos/legend-shared';
37
36
  import { instanceValue_setValues } from './ValueSpecificationModifierHelper.js';
38
37
 
39
38
  const createMockPrimitiveProperty = (
@@ -54,7 +53,7 @@ const createMockPrimitiveProperty = (
54
53
  // NOTE that `Date` is the umbrella type that comprises `StrictDate` and `DateTime`, but for simplicity, we will generate `Date` as `StrictDate`
55
54
  case PRIMITIVE_TYPE.DATE:
56
55
  case PRIMITIVE_TYPE.STRICTDATE:
57
- return format(
56
+ return formatDate(
58
57
  randomizer.getRandomDate(
59
58
  new Date(Date.now()),
60
59
  addDays(Date.now(), 100),
@@ -62,7 +61,7 @@ const createMockPrimitiveProperty = (
62
61
  DATE_FORMAT,
63
62
  );
64
63
  case PRIMITIVE_TYPE.DATETIME:
65
- return format(
64
+ return formatDate(
66
65
  randomizer.getRandomDate(
67
66
  new Date(Date.now()),
68
67
  addDays(Date.now(), 100),
@@ -42,7 +42,9 @@ export type ServiceExecutionContext = {
42
42
 
43
43
  export class ServiceQueryBuilderState extends QueryBuilderState {
44
44
  readonly service: Service;
45
+ readonly usableServices: Service[] | undefined;
45
46
  readonly executionContexts: ServiceExecutionContext[] = [];
47
+ readonly onServiceChange?: ((val: Service) => void) | undefined;
46
48
  readonly onExecutionContextChange?:
47
49
  | ((val: ServiceExecutionContext) => void)
48
50
  | undefined;
@@ -56,7 +58,9 @@ export class ServiceQueryBuilderState extends QueryBuilderState {
56
58
  applicationStore: GenericLegendApplicationStore,
57
59
  graphManagerState: GraphManagerState,
58
60
  service: Service,
61
+ usableServices: Service[] | undefined,
59
62
  executionContextKey?: string | undefined,
63
+ onServiceChange?: ((val: Service) => void) | undefined,
60
64
  onExecutionContextChange?:
61
65
  | ((val: ServiceExecutionContext) => void)
62
66
  | undefined,
@@ -69,6 +73,8 @@ export class ServiceQueryBuilderState extends QueryBuilderState {
69
73
  });
70
74
 
71
75
  this.service = service;
76
+ this.usableServices = usableServices;
77
+ this.onServiceChange = onServiceChange;
72
78
  this.onExecutionContextChange = onExecutionContextChange;
73
79
 
74
80
  if (service.execution instanceof PureSingleExecution) {
package/tsconfig.json CHANGED
@@ -34,6 +34,7 @@
34
34
  ],
35
35
  "files": [
36
36
  "./src/index.ts",
37
+ "./src/components/QueryBuilder_LegendApplicationPlugin.ts",
37
38
  "./src/components/QueryBuilder_TestID.ts",
38
39
  "./src/components/QuerySetupUtils.ts",
39
40
  "./src/graphManager/QueryBuilderHashUtils.ts",
@@ -49,6 +50,7 @@
49
50
  "./src/graphManager/protocol/pure/v1/V1_QueryValueSpecificationBuilderHelper.ts",
50
51
  "./src/stores/QueryBuilderBootstraper.ts",
51
52
  "./src/stores/QueryBuilderChangeDetectionState.ts",
53
+ "./src/stores/QueryBuilderCommand.ts",
52
54
  "./src/stores/QueryBuilderConfig.ts",
53
55
  "./src/stores/QueryBuilderGroupOperationHelper.ts",
54
56
  "./src/stores/QueryBuilderMilestoningState.ts",
@@ -75,43 +77,43 @@
75
77
  "./src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.ts",
76
78
  "./src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.ts",
77
79
  "./src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeValueSpecificationBuilder.ts",
78
- "./src/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.ts",
79
- "./src/stores/fetch-structure/projection/QueryBuilderProjectionState.ts",
80
- "./src/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.ts",
81
- "./src/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.ts",
82
- "./src/stores/fetch-structure/projection/QueryResultSetModifierState.ts",
83
- "./src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.ts",
84
- "./src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.ts",
85
- "./src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.ts",
86
- "./src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.ts",
87
- "./src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorValueSpecificationBuilder.ts",
88
- "./src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.ts",
89
- "./src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.ts",
90
- "./src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.ts",
91
- "./src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.ts",
92
- "./src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.ts",
93
- "./src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.ts",
94
- "./src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.ts",
95
- "./src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.ts",
96
- "./src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.ts",
97
- "./src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.ts",
98
- "./src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.ts",
99
- "./src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.ts",
100
- "./src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.ts",
101
- "./src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.ts",
102
- "./src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.ts",
103
- "./src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.ts",
104
- "./src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorValueSpecificationBuilder.ts",
105
- "./src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.ts",
106
- "./src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.ts",
107
- "./src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.ts",
108
- "./src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.ts",
109
- "./src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.ts",
110
- "./src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.ts",
111
- "./src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.ts",
112
- "./src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.ts",
113
- "./src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.ts",
114
- "./src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.ts",
80
+ "./src/stores/fetch-structure/tds/QueryBuilderTDSState.ts",
81
+ "./src/stores/fetch-structure/tds/QueryResultSetModifierState.ts",
82
+ "./src/stores/fetch-structure/tds/aggregation/QueryBuilderAggregateOperator.ts",
83
+ "./src/stores/fetch-structure/tds/aggregation/QueryBuilderAggregateOperatorLoader.ts",
84
+ "./src/stores/fetch-structure/tds/aggregation/QueryBuilderAggregationState.ts",
85
+ "./src/stores/fetch-structure/tds/aggregation/QueryBuilderAggregationStateBuilder.ts",
86
+ "./src/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperatorValueSpecificationBuilder.ts",
87
+ "./src/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_Average.ts",
88
+ "./src/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_Count.ts",
89
+ "./src/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_Distinct.ts",
90
+ "./src/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.ts",
91
+ "./src/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_JoinString.ts",
92
+ "./src/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_Max.ts",
93
+ "./src/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_Min.ts",
94
+ "./src/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.ts",
95
+ "./src/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.ts",
96
+ "./src/stores/fetch-structure/tds/aggregation/operators/QueryBuilderAggregateOperator_Sum.ts",
97
+ "./src/stores/fetch-structure/tds/post-filter/QueryBuilderPostFilterOperator.ts",
98
+ "./src/stores/fetch-structure/tds/post-filter/QueryBuilderPostFilterOperatorLoader.ts",
99
+ "./src/stores/fetch-structure/tds/post-filter/QueryBuilderPostFilterState.ts",
100
+ "./src/stores/fetch-structure/tds/post-filter/QueryBuilderPostFilterStateBuilder.ts",
101
+ "./src/stores/fetch-structure/tds/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.ts",
102
+ "./src/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperatorHelper.ts",
103
+ "./src/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperatorValueSpecificationBuilder.ts",
104
+ "./src/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_Contain.ts",
105
+ "./src/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.ts",
106
+ "./src/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_Equal.ts",
107
+ "./src/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.ts",
108
+ "./src/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.ts",
109
+ "./src/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_In.ts",
110
+ "./src/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.ts",
111
+ "./src/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.ts",
112
+ "./src/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.ts",
113
+ "./src/stores/fetch-structure/tds/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.ts",
114
+ "./src/stores/fetch-structure/tds/projection/QueryBuilderProjectionColumnState.ts",
115
+ "./src/stores/fetch-structure/tds/projection/QueryBuilderProjectionStateBuilder.ts",
116
+ "./src/stores/fetch-structure/tds/projection/QueryBuilderProjectionValueSpecificationBuilder.ts",
115
117
  "./src/stores/filter/QueryBuilderFilterOperator.ts",
116
118
  "./src/stores/filter/QueryBuilderFilterOperatorLoader.ts",
117
119
  "./src/stores/filter/QueryBuilderFilterState.ts",
@@ -138,6 +140,7 @@
138
140
  "./src/components/QueryBuilder.tsx",
139
141
  "./src/components/QueryBuilderComponentTestUtils.tsx",
140
142
  "./src/components/QueryBuilderDiffPanel.tsx",
143
+ "./src/components/QueryBuilderNavigationBlocker.tsx",
141
144
  "./src/components/QueryBuilderParametersPanel.tsx",
142
145
  "./src/components/QueryBuilderPropertyExpressionEditor.tsx",
143
146
  "./src/components/QueryBuilderResultPanel.tsx",
@@ -152,15 +155,14 @@
152
155
  "./src/components/fetch-structure/QueryBuilderFetchStructurePanel.tsx",
153
156
  "./src/components/fetch-structure/QueryBuilderGraphFetchTreePanel.tsx",
154
157
  "./src/components/fetch-structure/QueryBuilderPostFilterPanel.tsx",
155
- "./src/components/fetch-structure/QueryBuilderProjectionPanel.tsx",
156
158
  "./src/components/fetch-structure/QueryBuilderResultModifierPanel.tsx",
159
+ "./src/components/fetch-structure/QueryBuilderTDSPanel.tsx",
157
160
  "./src/components/filter/QueryBuilderFilterPanel.tsx",
158
161
  "./src/components/shared/BasicValueSpecificationEditor.tsx",
159
162
  "./src/components/shared/CustomDatePicker.tsx",
160
163
  "./src/components/shared/ElementIconUtils.tsx",
161
164
  "./src/components/shared/LambdaEditor.tsx",
162
165
  "./src/components/shared/LambdaParameterValuesEditor.tsx",
163
- "./src/components/shared/QueryBuilderLambdaEditor.tsx",
164
166
  "./src/components/shared/QueryBuilderPanelIssueCountBadge.tsx",
165
167
  "./src/components/shared/QueryBuilderPropertyInfoTooltip.tsx",
166
168
  "./src/components/workflows/ClassQueryBuilder.tsx",
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueryBuilderProjectionPanel.d.ts","sourceRoot":"","sources":["../../../src/components/fetch-structure/QueryBuilderProjectionPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA+DH,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,wEAAwE,CAAC;AAoa1H,eAAO,MAAM,2BAA2B,WAC9B;IAAE,eAAe,EAAE,2BAA2B,CAAA;CAAE;;CAmJzD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueryBuilderProjectionPanel.js","sourceRoot":"","sources":["../../../src/components/fetch-structure/QueryBuilderProjectionPanel.tsx"],"names":[],"mappings":"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"}
@@ -1,43 +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
- /// <reference types="react" resolution-mode="require"/>
17
- import type { QueryBuilderState } from '../../stores/QueryBuilderState.js';
18
- import type { Type } from '@finos/legend-graph';
19
- import type { LambdaEditorState } from '../../stores/shared/LambdaEditorState.js';
20
- export declare const QueryBuilderLambdaEditor: ((props: {
21
- queryBuilderState: QueryBuilderState;
22
- className?: string;
23
- disabled: boolean;
24
- lambdaEditorState: LambdaEditorState;
25
- /**
26
- * TODO: when we pass in these expected type we should match a type as expected type if it's covariance, i.e. it is a subtype of
27
- * the expected type. Note that we also have to handle that relationship for Primitive type
28
- * See https://dzone.com/articles/covariance-and-contravariance
29
- */
30
- expectedType?: Type;
31
- matchedExpectedType?: () => boolean;
32
- onExpectedTypeLabelSelect?: () => void;
33
- forceBackdrop: boolean;
34
- disableExpansion?: boolean | undefined;
35
- forceExpansion?: boolean | undefined;
36
- disablePopUp?: boolean | undefined;
37
- useBaseTextEditorSettings?: boolean | undefined;
38
- hideErrorBar?: boolean | undefined;
39
- onEditorFocusEventHandler?: (() => void) | undefined;
40
- }) => JSX.Element) & {
41
- displayName: string;
42
- };
43
- //# sourceMappingURL=QueryBuilderLambdaEditor.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueryBuilderLambdaEditor.d.ts","sourceRoot":"","sources":["../../../src/components/shared/QueryBuilderLambdaEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAMH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAEhD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAMlF,eAAO,MAAM,wBAAwB,WAC3B;IACN,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,iBAAiB,EAAE,iBAAiB,CAAC;IACrC;;;;OAIG;IACH,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB,mBAAmB,CAAC,EAAE,MAAM,OAAO,CAAC;IACpC,yBAAyB,CAAC,EAAE,MAAM,IAAI,CAAC;IACvC,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACvC,cAAc,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACrC,YAAY,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACnC,yBAAyB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAChD,YAAY,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACnC,yBAAyB,CAAC,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,CAAC;CACtD;;CAqEF,CAAC"}