@finos/legend-application-repl 0.0.59 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (579) hide show
  1. package/lib/application/LegendREPL.d.ts +3 -4
  2. package/lib/application/LegendREPL.d.ts.map +1 -1
  3. package/lib/application/LegendREPL.js +3 -9
  4. package/lib/application/LegendREPL.js.map +1 -1
  5. package/lib/{__lib__/LegendREPLEvent.d.ts → application/LegendREPLApplicationStore.d.ts} +4 -5
  6. package/lib/application/LegendREPLApplicationStore.d.ts.map +1 -0
  7. package/lib/{stores/dataCube/editor/DataCubeEditorPanelState.js → application/LegendREPLApplicationStore.js} +1 -1
  8. package/lib/application/LegendREPLApplicationStore.js.map +1 -0
  9. package/lib/components/LegendREPLApplication.d.ts +5 -3
  10. package/lib/components/LegendREPLApplication.d.ts.map +1 -1
  11. package/lib/components/LegendREPLApplication.js +22 -8
  12. package/lib/components/LegendREPLApplication.js.map +1 -1
  13. package/lib/index.css +2 -2
  14. package/lib/index.css.map +1 -1
  15. package/lib/index.d.ts +1 -2
  16. package/lib/index.d.ts.map +1 -1
  17. package/lib/index.js +1 -2
  18. package/lib/index.js.map +1 -1
  19. package/lib/package.json +6 -27
  20. package/lib/stores/LegendREPLDataCubeApplicationEngine.d.ts +38 -0
  21. package/lib/stores/LegendREPLDataCubeApplicationEngine.d.ts.map +1 -0
  22. package/lib/stores/LegendREPLDataCubeApplicationEngine.js +71 -0
  23. package/lib/stores/LegendREPLDataCubeApplicationEngine.js.map +1 -0
  24. package/lib/stores/LegendREPLDataCubeEngine.d.ts +34 -0
  25. package/lib/stores/LegendREPLDataCubeEngine.d.ts.map +1 -0
  26. package/lib/stores/LegendREPLDataCubeEngine.js +76 -0
  27. package/lib/stores/LegendREPLDataCubeEngine.js.map +1 -0
  28. package/lib/{server/REPLServerClient.d.ts → stores/LegendREPLServerClient.d.ts} +33 -4
  29. package/lib/stores/LegendREPLServerClient.d.ts.map +1 -0
  30. package/lib/{server/REPLServerClient.js → stores/LegendREPLServerClient.js} +2 -2
  31. package/lib/stores/LegendREPLServerClient.js.map +1 -0
  32. package/package.json +11 -32
  33. package/src/application/LegendREPL.tsx +7 -11
  34. package/src/{__lib__/LegendREPLEvent.ts → application/LegendREPLApplicationStore.ts} +11 -4
  35. package/src/components/LegendREPLApplication.tsx +60 -26
  36. package/src/index.tsx +1 -2
  37. package/src/stores/LegendREPLDataCubeApplicationEngine.ts +109 -0
  38. package/src/stores/LegendREPLDataCubeEngine.ts +130 -0
  39. package/src/{server/REPLServerClient.ts → stores/LegendREPLServerClient.ts} +38 -10
  40. package/tsconfig.json +5 -110
  41. package/lib/__lib__/LegendREPLEvent.d.ts.map +0 -1
  42. package/lib/__lib__/LegendREPLEvent.js +0 -21
  43. package/lib/__lib__/LegendREPLEvent.js.map +0 -1
  44. package/lib/__lib__/LegendREPLSetting.d.ts +0 -19
  45. package/lib/__lib__/LegendREPLSetting.d.ts.map +0 -1
  46. package/lib/__lib__/LegendREPLSetting.js +0 -20
  47. package/lib/__lib__/LegendREPLSetting.js.map +0 -1
  48. package/lib/application/LegendREPLDocumentation.d.ts +0 -22
  49. package/lib/application/LegendREPLDocumentation.d.ts.map +0 -1
  50. package/lib/application/LegendREPLDocumentation.js +0 -23
  51. package/lib/application/LegendREPLDocumentation.js.map +0 -1
  52. package/lib/application/LegendREPLPluginManager.d.ts +0 -32
  53. package/lib/application/LegendREPLPluginManager.d.ts.map +0 -1
  54. package/lib/application/LegendREPLPluginManager.js +0 -46
  55. package/lib/application/LegendREPLPluginManager.js.map +0 -1
  56. package/lib/components/Core_LegendREPLApplicationPlugin.d.ts +0 -23
  57. package/lib/components/Core_LegendREPLApplicationPlugin.d.ts.map +0 -1
  58. package/lib/components/Core_LegendREPLApplicationPlugin.js +0 -33
  59. package/lib/components/Core_LegendREPLApplicationPlugin.js.map +0 -1
  60. package/lib/components/LegendREPLFrameworkProvider.d.ts +0 -22
  61. package/lib/components/LegendREPLFrameworkProvider.d.ts.map +0 -1
  62. package/lib/components/LegendREPLFrameworkProvider.js +0 -29
  63. package/lib/components/LegendREPLFrameworkProvider.js.map +0 -1
  64. package/lib/components/REPLStoreProvider.d.ts +0 -24
  65. package/lib/components/REPLStoreProvider.d.ts.map +0 -1
  66. package/lib/components/REPLStoreProvider.js +0 -38
  67. package/lib/components/REPLStoreProvider.js.map +0 -1
  68. package/lib/components/dataCube/DataCube.d.ts +0 -19
  69. package/lib/components/dataCube/DataCube.d.ts.map +0 -1
  70. package/lib/components/dataCube/DataCube.js +0 -68
  71. package/lib/components/dataCube/DataCube.js.map +0 -1
  72. package/lib/components/dataCube/editor/DataCubeEditor.d.ts +0 -22
  73. package/lib/components/dataCube/editor/DataCubeEditor.d.ts.map +0 -1
  74. package/lib/components/dataCube/editor/DataCubeEditor.js +0 -50
  75. package/lib/components/dataCube/editor/DataCubeEditor.js.map +0 -1
  76. package/lib/components/dataCube/editor/DataCubeEditorColumnPropertiesPanel.d.ts +0 -22
  77. package/lib/components/dataCube/editor/DataCubeEditorColumnPropertiesPanel.d.ts.map +0 -1
  78. package/lib/components/dataCube/editor/DataCubeEditorColumnPropertiesPanel.js +0 -273
  79. package/lib/components/dataCube/editor/DataCubeEditorColumnPropertiesPanel.js.map +0 -1
  80. package/lib/components/dataCube/editor/DataCubeEditorColumnsPanel.d.ts +0 -22
  81. package/lib/components/dataCube/editor/DataCubeEditorColumnsPanel.d.ts.map +0 -1
  82. package/lib/components/dataCube/editor/DataCubeEditorColumnsPanel.js +0 -35
  83. package/lib/components/dataCube/editor/DataCubeEditorColumnsPanel.js.map +0 -1
  84. package/lib/components/dataCube/editor/DataCubeEditorColumnsSelector.d.ts +0 -32
  85. package/lib/components/dataCube/editor/DataCubeEditorColumnsSelector.d.ts.map +0 -1
  86. package/lib/components/dataCube/editor/DataCubeEditorColumnsSelector.js +0 -307
  87. package/lib/components/dataCube/editor/DataCubeEditorColumnsSelector.js.map +0 -1
  88. package/lib/components/dataCube/editor/DataCubeEditorGeneralPropertiesPanel.d.ts +0 -22
  89. package/lib/components/dataCube/editor/DataCubeEditorGeneralPropertiesPanel.d.ts.map +0 -1
  90. package/lib/components/dataCube/editor/DataCubeEditorGeneralPropertiesPanel.js +0 -167
  91. package/lib/components/dataCube/editor/DataCubeEditorGeneralPropertiesPanel.js.map +0 -1
  92. package/lib/components/dataCube/editor/DataCubeEditorHorizontalPivotsPanel.d.ts +0 -22
  93. package/lib/components/dataCube/editor/DataCubeEditorHorizontalPivotsPanel.d.ts.map +0 -1
  94. package/lib/components/dataCube/editor/DataCubeEditorHorizontalPivotsPanel.js +0 -29
  95. package/lib/components/dataCube/editor/DataCubeEditorHorizontalPivotsPanel.js.map +0 -1
  96. package/lib/components/dataCube/editor/DataCubeEditorSortsPanel.d.ts +0 -22
  97. package/lib/components/dataCube/editor/DataCubeEditorSortsPanel.d.ts.map +0 -1
  98. package/lib/components/dataCube/editor/DataCubeEditorSortsPanel.js +0 -62
  99. package/lib/components/dataCube/editor/DataCubeEditorSortsPanel.js.map +0 -1
  100. package/lib/components/dataCube/editor/DataCubeEditorVerticalPivotsPanel.d.ts +0 -22
  101. package/lib/components/dataCube/editor/DataCubeEditorVerticalPivotsPanel.d.ts.map +0 -1
  102. package/lib/components/dataCube/editor/DataCubeEditorVerticalPivotsPanel.js +0 -25
  103. package/lib/components/dataCube/editor/DataCubeEditorVerticalPivotsPanel.js.map +0 -1
  104. package/lib/components/dataCube/extend/DataCubeColumnEditor.d.ts +0 -22
  105. package/lib/components/dataCube/extend/DataCubeColumnEditor.d.ts.map +0 -1
  106. package/lib/components/dataCube/extend/DataCubeColumnEditor.js +0 -166
  107. package/lib/components/dataCube/extend/DataCubeColumnEditor.js.map +0 -1
  108. package/lib/components/dataCube/filter/DataCubeFilterEditor.d.ts +0 -22
  109. package/lib/components/dataCube/filter/DataCubeFilterEditor.d.ts.map +0 -1
  110. package/lib/components/dataCube/filter/DataCubeFilterEditor.js +0 -312
  111. package/lib/components/dataCube/filter/DataCubeFilterEditor.js.map +0 -1
  112. package/lib/components/dataCube/grid/DataCubeGrid.d.ts +0 -27
  113. package/lib/components/dataCube/grid/DataCubeGrid.d.ts.map +0 -1
  114. package/lib/components/dataCube/grid/DataCubeGrid.js +0 -241
  115. package/lib/components/dataCube/grid/DataCubeGrid.js.map +0 -1
  116. package/lib/components/dataCube/grid/DataCubeGridShared.d.ts +0 -18
  117. package/lib/components/dataCube/grid/DataCubeGridShared.d.ts.map +0 -1
  118. package/lib/components/dataCube/grid/DataCubeGridShared.js +0 -25
  119. package/lib/components/dataCube/grid/DataCubeGridShared.js.map +0 -1
  120. package/lib/components/repl/Alert.d.ts +0 -35
  121. package/lib/components/repl/Alert.d.ts.map +0 -1
  122. package/lib/components/repl/Alert.js +0 -91
  123. package/lib/components/repl/Alert.js.map +0 -1
  124. package/lib/components/repl/DocumentationPanel.d.ts +0 -19
  125. package/lib/components/repl/DocumentationPanel.d.ts.map +0 -1
  126. package/lib/components/repl/DocumentationPanel.js +0 -30
  127. package/lib/components/repl/DocumentationPanel.js.map +0 -1
  128. package/lib/components/repl/Form.d.ts +0 -54
  129. package/lib/components/repl/Form.d.ts.map +0 -1
  130. package/lib/components/repl/Form.js +0 -252
  131. package/lib/components/repl/Form.js.map +0 -1
  132. package/lib/components/repl/LayoutManager.d.ts +0 -27
  133. package/lib/components/repl/LayoutManager.d.ts.map +0 -1
  134. package/lib/components/repl/LayoutManager.js +0 -116
  135. package/lib/components/repl/LayoutManager.js.map +0 -1
  136. package/lib/components/repl/PureCodeEditor.d.ts +0 -22
  137. package/lib/components/repl/PureCodeEditor.d.ts.map +0 -1
  138. package/lib/components/repl/PureCodeEditor.js +0 -64
  139. package/lib/components/repl/PureCodeEditor.js.map +0 -1
  140. package/lib/components/repl/SettingsPanel.d.ts +0 -19
  141. package/lib/components/repl/SettingsPanel.d.ts.map +0 -1
  142. package/lib/components/repl/SettingsPanel.js +0 -53
  143. package/lib/components/repl/SettingsPanel.js.map +0 -1
  144. package/lib/server/DataCubeQuery.d.ts +0 -40
  145. package/lib/server/DataCubeQuery.d.ts.map +0 -1
  146. package/lib/server/DataCubeQuery.js +0 -79
  147. package/lib/server/DataCubeQuery.js.map +0 -1
  148. package/lib/server/REPLEngine.d.ts +0 -74
  149. package/lib/server/REPLEngine.d.ts.map +0 -1
  150. package/lib/server/REPLEngine.js +0 -32
  151. package/lib/server/REPLEngine.js.map +0 -1
  152. package/lib/server/REPLServerClient.d.ts.map +0 -1
  153. package/lib/server/REPLServerClient.js.map +0 -1
  154. package/lib/stores/LayoutManagerState.d.ts +0 -63
  155. package/lib/stores/LayoutManagerState.d.ts.map +0 -1
  156. package/lib/stores/LayoutManagerState.js +0 -128
  157. package/lib/stores/LayoutManagerState.js.map +0 -1
  158. package/lib/stores/LegendREPLApplicationPlugin.d.ts +0 -28
  159. package/lib/stores/LegendREPLApplicationPlugin.d.ts.map +0 -1
  160. package/lib/stores/LegendREPLApplicationPlugin.js +0 -35
  161. package/lib/stores/LegendREPLApplicationPlugin.js.map +0 -1
  162. package/lib/stores/LegendREPLBaseStore.d.ts +0 -25
  163. package/lib/stores/LegendREPLBaseStore.d.ts.map +0 -1
  164. package/lib/stores/LegendREPLBaseStore.js +0 -24
  165. package/lib/stores/LegendREPLBaseStore.js.map +0 -1
  166. package/lib/stores/REPLStore.d.ts +0 -50
  167. package/lib/stores/REPLStore.d.ts.map +0 -1
  168. package/lib/stores/REPLStore.js +0 -104
  169. package/lib/stores/REPLStore.js.map +0 -1
  170. package/lib/stores/dataCube/DataCubeEngine.d.ts +0 -98
  171. package/lib/stores/dataCube/DataCubeEngine.d.ts.map +0 -1
  172. package/lib/stores/dataCube/DataCubeEngine.js +0 -211
  173. package/lib/stores/dataCube/DataCubeEngine.js.map +0 -1
  174. package/lib/stores/dataCube/DataCubeState.d.ts +0 -50
  175. package/lib/stores/dataCube/DataCubeState.d.ts.map +0 -1
  176. package/lib/stores/dataCube/DataCubeState.js +0 -108
  177. package/lib/stores/dataCube/DataCubeState.js.map +0 -1
  178. package/lib/stores/dataCube/core/DataCubeConfiguration.d.ts +0 -107
  179. package/lib/stores/dataCube/core/DataCubeConfiguration.d.ts.map +0 -1
  180. package/lib/stores/dataCube/core/DataCubeConfiguration.js +0 -185
  181. package/lib/stores/dataCube/core/DataCubeConfiguration.js.map +0 -1
  182. package/lib/stores/dataCube/core/DataCubeConfigurationBuilder.d.ts +0 -25
  183. package/lib/stores/dataCube/core/DataCubeConfigurationBuilder.d.ts.map +0 -1
  184. package/lib/stores/dataCube/core/DataCubeConfigurationBuilder.js +0 -50
  185. package/lib/stores/dataCube/core/DataCubeConfigurationBuilder.js.map +0 -1
  186. package/lib/stores/dataCube/core/DataCubeInfoState.d.ts +0 -33
  187. package/lib/stores/dataCube/core/DataCubeInfoState.d.ts.map +0 -1
  188. package/lib/stores/dataCube/core/DataCubeInfoState.js +0 -48
  189. package/lib/stores/dataCube/core/DataCubeInfoState.js.map +0 -1
  190. package/lib/stores/dataCube/core/DataCubeQueryBuilder.d.ts +0 -35
  191. package/lib/stores/dataCube/core/DataCubeQueryBuilder.d.ts.map +0 -1
  192. package/lib/stores/dataCube/core/DataCubeQueryBuilder.js +0 -130
  193. package/lib/stores/dataCube/core/DataCubeQueryBuilder.js.map +0 -1
  194. package/lib/stores/dataCube/core/DataCubeQueryBuilderUtils.d.ts +0 -50
  195. package/lib/stores/dataCube/core/DataCubeQueryBuilderUtils.d.ts.map +0 -1
  196. package/lib/stores/dataCube/core/DataCubeQueryBuilderUtils.js +0 -320
  197. package/lib/stores/dataCube/core/DataCubeQueryBuilderUtils.js.map +0 -1
  198. package/lib/stores/dataCube/core/DataCubeQueryEngine.d.ts +0 -224
  199. package/lib/stores/dataCube/core/DataCubeQueryEngine.d.ts.map +0 -1
  200. package/lib/stores/dataCube/core/DataCubeQueryEngine.js +0 -286
  201. package/lib/stores/dataCube/core/DataCubeQueryEngine.js.map +0 -1
  202. package/lib/stores/dataCube/core/DataCubeQuerySnapshot.d.ts +0 -84
  203. package/lib/stores/dataCube/core/DataCubeQuerySnapshot.d.ts.map +0 -1
  204. package/lib/stores/dataCube/core/DataCubeQuerySnapshot.js +0 -81
  205. package/lib/stores/dataCube/core/DataCubeQuerySnapshot.js.map +0 -1
  206. package/lib/stores/dataCube/core/DataCubeQuerySnapshotBuilder.d.ts +0 -33
  207. package/lib/stores/dataCube/core/DataCubeQuerySnapshotBuilder.d.ts.map +0 -1
  208. package/lib/stores/dataCube/core/DataCubeQuerySnapshotBuilder.js +0 -265
  209. package/lib/stores/dataCube/core/DataCubeQuerySnapshotBuilder.js.map +0 -1
  210. package/lib/stores/dataCube/core/DataCubeQuerySnapshotBuilderUtils.d.ts +0 -30
  211. package/lib/stores/dataCube/core/DataCubeQuerySnapshotBuilderUtils.d.ts.map +0 -1
  212. package/lib/stores/dataCube/core/DataCubeQuerySnapshotBuilderUtils.js +0 -125
  213. package/lib/stores/dataCube/core/DataCubeQuerySnapshotBuilderUtils.js.map +0 -1
  214. package/lib/stores/dataCube/core/DataCubeQuerySnapshotManager.d.ts +0 -49
  215. package/lib/stores/dataCube/core/DataCubeQuerySnapshotManager.d.ts.map +0 -1
  216. package/lib/stores/dataCube/core/DataCubeQuerySnapshotManager.js +0 -87
  217. package/lib/stores/dataCube/core/DataCubeQuerySnapshotManager.js.map +0 -1
  218. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation.d.ts +0 -28
  219. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation.d.ts.map +0 -1
  220. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation.js +0 -25
  221. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation.js.map +0 -1
  222. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Average.d.ts +0 -27
  223. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Average.d.ts.map +0 -1
  224. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Average.js +0 -39
  225. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Average.js.map +0 -1
  226. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Count.d.ts +0 -27
  227. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Count.d.ts.map +0 -1
  228. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Count.js +0 -47
  229. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Count.js.map +0 -1
  230. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__First.d.ts +0 -27
  231. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__First.d.ts.map +0 -1
  232. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__First.js +0 -44
  233. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__First.js.map +0 -1
  234. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__JoinStrings.d.ts +0 -27
  235. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__JoinStrings.d.ts.map +0 -1
  236. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__JoinStrings.js +0 -53
  237. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__JoinStrings.js.map +0 -1
  238. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Last.d.ts +0 -27
  239. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Last.d.ts.map +0 -1
  240. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Last.js +0 -44
  241. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Last.js.map +0 -1
  242. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Max.d.ts +0 -27
  243. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Max.d.ts.map +0 -1
  244. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Max.js +0 -39
  245. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Max.js.map +0 -1
  246. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Min.d.ts +0 -27
  247. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Min.d.ts.map +0 -1
  248. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Min.js +0 -39
  249. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Min.js.map +0 -1
  250. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.d.ts +0 -27
  251. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.d.ts.map +0 -1
  252. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.js +0 -39
  253. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.js.map +0 -1
  254. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__StdDevSample.d.ts +0 -27
  255. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__StdDevSample.d.ts.map +0 -1
  256. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__StdDevSample.js +0 -39
  257. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__StdDevSample.js.map +0 -1
  258. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Sum.d.ts +0 -27
  259. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Sum.d.ts.map +0 -1
  260. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Sum.js +0 -39
  261. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Sum.js.map +0 -1
  262. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__UniqueValue.d.ts +0 -27
  263. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__UniqueValue.d.ts.map +0 -1
  264. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__UniqueValue.js +0 -44
  265. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__UniqueValue.js.map +0 -1
  266. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__VariancePopulation.d.ts +0 -27
  267. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__VariancePopulation.d.ts.map +0 -1
  268. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__VariancePopulation.js +0 -39
  269. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__VariancePopulation.js.map +0 -1
  270. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__VarianceSample.d.ts +0 -27
  271. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__VarianceSample.d.ts.map +0 -1
  272. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__VarianceSample.js +0 -39
  273. package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__VarianceSample.js.map +0 -1
  274. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterEditorState.d.ts +0 -36
  275. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterEditorState.d.ts.map +0 -1
  276. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterEditorState.js +0 -153
  277. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterEditorState.js.map +0 -1
  278. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation.d.ts +0 -32
  279. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation.d.ts.map +0 -1
  280. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation.js +0 -48
  281. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation.js.map +0 -1
  282. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__Contain.d.ts +0 -34
  283. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__Contain.d.ts.map +0 -1
  284. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__Contain.js +0 -59
  285. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__Contain.js.map +0 -1
  286. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.d.ts +0 -34
  287. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.d.ts.map +0 -1
  288. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.js +0 -64
  289. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.js.map +0 -1
  290. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EndWith.d.ts +0 -34
  291. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EndWith.d.ts.map +0 -1
  292. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EndWith.js +0 -59
  293. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EndWith.js.map +0 -1
  294. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.d.ts +0 -34
  295. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.d.ts.map +0 -1
  296. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.js +0 -64
  297. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.js.map +0 -1
  298. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__Equal.d.ts +0 -34
  299. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__Equal.d.ts.map +0 -1
  300. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__Equal.js +0 -136
  301. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__Equal.js.map +0 -1
  302. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.d.ts +0 -34
  303. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.d.ts.map +0 -1
  304. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.js +0 -64
  305. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.js.map +0 -1
  306. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.d.ts +0 -34
  307. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.d.ts.map +0 -1
  308. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.js +0 -64
  309. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.js.map +0 -1
  310. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualColumn.d.ts +0 -34
  311. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualColumn.d.ts.map +0 -1
  312. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualColumn.js +0 -65
  313. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualColumn.js.map +0 -1
  314. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThan.d.ts +0 -34
  315. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThan.d.ts.map +0 -1
  316. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThan.js +0 -67
  317. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThan.js.map +0 -1
  318. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.d.ts +0 -34
  319. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.d.ts.map +0 -1
  320. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.js +0 -64
  321. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.js.map +0 -1
  322. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.d.ts +0 -34
  323. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.d.ts.map +0 -1
  324. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.js +0 -67
  325. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.js.map +0 -1
  326. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.d.ts +0 -34
  327. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.d.ts.map +0 -1
  328. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.js +0 -64
  329. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.js.map +0 -1
  330. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__IsNotNull.d.ts +0 -31
  331. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__IsNotNull.d.ts.map +0 -1
  332. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__IsNotNull.js +0 -64
  333. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__IsNotNull.js.map +0 -1
  334. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__IsNull.d.ts +0 -31
  335. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__IsNull.d.ts.map +0 -1
  336. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__IsNull.js +0 -64
  337. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__IsNull.js.map +0 -1
  338. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThan.d.ts +0 -34
  339. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThan.d.ts.map +0 -1
  340. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThan.js +0 -67
  341. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThan.js.map +0 -1
  342. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanColumn.d.ts +0 -34
  343. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanColumn.d.ts.map +0 -1
  344. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanColumn.js +0 -64
  345. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanColumn.js.map +0 -1
  346. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.d.ts +0 -34
  347. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.d.ts.map +0 -1
  348. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.js +0 -67
  349. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.js.map +0 -1
  350. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.d.ts +0 -34
  351. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.d.ts.map +0 -1
  352. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.js +0 -64
  353. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.js.map +0 -1
  354. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotContain.d.ts +0 -34
  355. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotContain.d.ts.map +0 -1
  356. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotContain.js +0 -59
  357. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotContain.js.map +0 -1
  358. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEndWith.d.ts +0 -34
  359. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEndWith.d.ts.map +0 -1
  360. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEndWith.js +0 -59
  361. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEndWith.js.map +0 -1
  362. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqual.d.ts +0 -34
  363. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqual.d.ts.map +0 -1
  364. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqual.js +0 -69
  365. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqual.js.map +0 -1
  366. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.d.ts +0 -34
  367. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.d.ts.map +0 -1
  368. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.js +0 -64
  369. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.js.map +0 -1
  370. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.d.ts +0 -34
  371. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.d.ts.map +0 -1
  372. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.js +0 -64
  373. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.js.map +0 -1
  374. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.d.ts +0 -34
  375. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.d.ts.map +0 -1
  376. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.js +0 -65
  377. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.js.map +0 -1
  378. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotStartWith.d.ts +0 -34
  379. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotStartWith.d.ts.map +0 -1
  380. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotStartWith.js +0 -59
  381. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotStartWith.js.map +0 -1
  382. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__StartWith.d.ts +0 -34
  383. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__StartWith.d.ts.map +0 -1
  384. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__StartWith.js +0 -59
  385. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__StartWith.js.map +0 -1
  386. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.d.ts +0 -34
  387. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.d.ts.map +0 -1
  388. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.js +0 -64
  389. package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.js.map +0 -1
  390. package/lib/stores/dataCube/editor/DataCubeEditorColumnPropertiesPanelState.d.ts +0 -37
  391. package/lib/stores/dataCube/editor/DataCubeEditorColumnPropertiesPanelState.d.ts.map +0 -1
  392. package/lib/stores/dataCube/editor/DataCubeEditorColumnPropertiesPanelState.js +0 -68
  393. package/lib/stores/dataCube/editor/DataCubeEditorColumnPropertiesPanelState.js.map +0 -1
  394. package/lib/stores/dataCube/editor/DataCubeEditorColumnsPanelState.d.ts +0 -58
  395. package/lib/stores/dataCube/editor/DataCubeEditorColumnsPanelState.d.ts.map +0 -1
  396. package/lib/stores/dataCube/editor/DataCubeEditorColumnsPanelState.js +0 -127
  397. package/lib/stores/dataCube/editor/DataCubeEditorColumnsPanelState.js.map +0 -1
  398. package/lib/stores/dataCube/editor/DataCubeEditorColumnsSelectorState.d.ts +0 -42
  399. package/lib/stores/dataCube/editor/DataCubeEditorColumnsSelectorState.d.ts.map +0 -1
  400. package/lib/stores/dataCube/editor/DataCubeEditorColumnsSelectorState.js +0 -74
  401. package/lib/stores/dataCube/editor/DataCubeEditorColumnsSelectorState.js.map +0 -1
  402. package/lib/stores/dataCube/editor/DataCubeEditorGeneralPropertiesPanelState.d.ts +0 -35
  403. package/lib/stores/dataCube/editor/DataCubeEditorGeneralPropertiesPanelState.d.ts.map +0 -1
  404. package/lib/stores/dataCube/editor/DataCubeEditorGeneralPropertiesPanelState.js +0 -59
  405. package/lib/stores/dataCube/editor/DataCubeEditorGeneralPropertiesPanelState.js.map +0 -1
  406. package/lib/stores/dataCube/editor/DataCubeEditorHorizontalPivotsPanelState.d.ts +0 -43
  407. package/lib/stores/dataCube/editor/DataCubeEditorHorizontalPivotsPanelState.d.ts.map +0 -1
  408. package/lib/stores/dataCube/editor/DataCubeEditorHorizontalPivotsPanelState.js +0 -92
  409. package/lib/stores/dataCube/editor/DataCubeEditorHorizontalPivotsPanelState.js.map +0 -1
  410. package/lib/stores/dataCube/editor/DataCubeEditorMutableConfiguration.d.ts +0 -107
  411. package/lib/stores/dataCube/editor/DataCubeEditorMutableConfiguration.d.ts.map +0 -1
  412. package/lib/stores/dataCube/editor/DataCubeEditorMutableConfiguration.js +0 -467
  413. package/lib/stores/dataCube/editor/DataCubeEditorMutableConfiguration.js.map +0 -1
  414. package/lib/stores/dataCube/editor/DataCubeEditorPanelState.d.ts +0 -29
  415. package/lib/stores/dataCube/editor/DataCubeEditorPanelState.d.ts.map +0 -1
  416. package/lib/stores/dataCube/editor/DataCubeEditorPanelState.js.map +0 -1
  417. package/lib/stores/dataCube/editor/DataCubeEditorSortsPanelState.d.ts +0 -41
  418. package/lib/stores/dataCube/editor/DataCubeEditorSortsPanelState.d.ts.map +0 -1
  419. package/lib/stores/dataCube/editor/DataCubeEditorSortsPanelState.js +0 -77
  420. package/lib/stores/dataCube/editor/DataCubeEditorSortsPanelState.js.map +0 -1
  421. package/lib/stores/dataCube/editor/DataCubeEditorState.d.ts +0 -64
  422. package/lib/stores/dataCube/editor/DataCubeEditorState.d.ts.map +0 -1
  423. package/lib/stores/dataCube/editor/DataCubeEditorState.js +0 -156
  424. package/lib/stores/dataCube/editor/DataCubeEditorState.js.map +0 -1
  425. package/lib/stores/dataCube/editor/DataCubeEditorVerticalPivotsPanelState.d.ts +0 -35
  426. package/lib/stores/dataCube/editor/DataCubeEditorVerticalPivotsPanelState.d.ts.map +0 -1
  427. package/lib/stores/dataCube/editor/DataCubeEditorVerticalPivotsPanelState.js +0 -58
  428. package/lib/stores/dataCube/editor/DataCubeEditorVerticalPivotsPanelState.js.map +0 -1
  429. package/lib/stores/dataCube/extend/DataCubeColumnEditorState.d.ts +0 -61
  430. package/lib/stores/dataCube/extend/DataCubeColumnEditorState.d.ts.map +0 -1
  431. package/lib/stores/dataCube/extend/DataCubeColumnEditorState.js +0 -262
  432. package/lib/stores/dataCube/extend/DataCubeColumnEditorState.js.map +0 -1
  433. package/lib/stores/dataCube/extend/DataCubeExtendManagerState.d.ts +0 -46
  434. package/lib/stores/dataCube/extend/DataCubeExtendManagerState.d.ts.map +0 -1
  435. package/lib/stores/dataCube/extend/DataCubeExtendManagerState.js +0 -118
  436. package/lib/stores/dataCube/extend/DataCubeExtendManagerState.js.map +0 -1
  437. package/lib/stores/dataCube/filter/DataCubeFilterEditorState.d.ts +0 -61
  438. package/lib/stores/dataCube/filter/DataCubeFilterEditorState.d.ts.map +0 -1
  439. package/lib/stores/dataCube/filter/DataCubeFilterEditorState.js +0 -230
  440. package/lib/stores/dataCube/filter/DataCubeFilterEditorState.js.map +0 -1
  441. package/lib/stores/dataCube/grid/DataCubeGridClientEngine.d.ts +0 -92
  442. package/lib/stores/dataCube/grid/DataCubeGridClientEngine.d.ts.map +0 -1
  443. package/lib/stores/dataCube/grid/DataCubeGridClientEngine.js +0 -357
  444. package/lib/stores/dataCube/grid/DataCubeGridClientEngine.js.map +0 -1
  445. package/lib/stores/dataCube/grid/DataCubeGridClientExportEngine.d.ts +0 -31
  446. package/lib/stores/dataCube/grid/DataCubeGridClientExportEngine.d.ts.map +0 -1
  447. package/lib/stores/dataCube/grid/DataCubeGridClientExportEngine.js +0 -152
  448. package/lib/stores/dataCube/grid/DataCubeGridClientExportEngine.js.map +0 -1
  449. package/lib/stores/dataCube/grid/DataCubeGridConfigurationBuilder.d.ts +0 -220
  450. package/lib/stores/dataCube/grid/DataCubeGridConfigurationBuilder.d.ts.map +0 -1
  451. package/lib/stores/dataCube/grid/DataCubeGridConfigurationBuilder.js +0 -586
  452. package/lib/stores/dataCube/grid/DataCubeGridConfigurationBuilder.js.map +0 -1
  453. package/lib/stores/dataCube/grid/DataCubeGridControllerState.d.ts +0 -88
  454. package/lib/stores/dataCube/grid/DataCubeGridControllerState.d.ts.map +0 -1
  455. package/lib/stores/dataCube/grid/DataCubeGridControllerState.js +0 -325
  456. package/lib/stores/dataCube/grid/DataCubeGridControllerState.js.map +0 -1
  457. package/lib/stores/dataCube/grid/DataCubeGridMenuBuilder.d.ts +0 -19
  458. package/lib/stores/dataCube/grid/DataCubeGridMenuBuilder.d.ts.map +0 -1
  459. package/lib/stores/dataCube/grid/DataCubeGridMenuBuilder.js +0 -684
  460. package/lib/stores/dataCube/grid/DataCubeGridMenuBuilder.js.map +0 -1
  461. package/lib/stores/dataCube/grid/DataCubeGridQueryBuilder.d.ts +0 -23
  462. package/lib/stores/dataCube/grid/DataCubeGridQueryBuilder.d.ts.map +0 -1
  463. package/lib/stores/dataCube/grid/DataCubeGridQueryBuilder.js +0 -130
  464. package/lib/stores/dataCube/grid/DataCubeGridQueryBuilder.js.map +0 -1
  465. package/lib/stores/dataCube/grid/DataCubeGridQuerySnapshotBuilder.d.ts +0 -27
  466. package/lib/stores/dataCube/grid/DataCubeGridQuerySnapshotBuilder.d.ts.map +0 -1
  467. package/lib/stores/dataCube/grid/DataCubeGridQuerySnapshotBuilder.js +0 -60
  468. package/lib/stores/dataCube/grid/DataCubeGridQuerySnapshotBuilder.js.map +0 -1
  469. package/lib/stores/dataCube/grid/DataCubeGridState.d.ts +0 -55
  470. package/lib/stores/dataCube/grid/DataCubeGridState.d.ts.map +0 -1
  471. package/lib/stores/dataCube/grid/DataCubeGridState.js +0 -114
  472. package/lib/stores/dataCube/grid/DataCubeGridState.js.map +0 -1
  473. package/src/__lib__/LegendREPLSetting.ts +0 -19
  474. package/src/application/LegendREPLDocumentation.ts +0 -22
  475. package/src/application/LegendREPLPluginManager.ts +0 -65
  476. package/src/components/Core_LegendREPLApplicationPlugin.tsx +0 -40
  477. package/src/components/LegendREPLFrameworkProvider.tsx +0 -52
  478. package/src/components/REPLStoreProvider.tsx +0 -63
  479. package/src/components/dataCube/DataCube.tsx +0 -157
  480. package/src/components/dataCube/editor/DataCubeEditor.tsx +0 -113
  481. package/src/components/dataCube/editor/DataCubeEditorColumnPropertiesPanel.tsx +0 -1209
  482. package/src/components/dataCube/editor/DataCubeEditorColumnsPanel.tsx +0 -121
  483. package/src/components/dataCube/editor/DataCubeEditorColumnsSelector.tsx +0 -596
  484. package/src/components/dataCube/editor/DataCubeEditorGeneralPropertiesPanel.tsx +0 -786
  485. package/src/components/dataCube/editor/DataCubeEditorHorizontalPivotsPanel.tsx +0 -61
  486. package/src/components/dataCube/editor/DataCubeEditorSortsPanel.tsx +0 -166
  487. package/src/components/dataCube/editor/DataCubeEditorVerticalPivotsPanel.tsx +0 -43
  488. package/src/components/dataCube/extend/DataCubeColumnEditor.tsx +0 -363
  489. package/src/components/dataCube/filter/DataCubeFilterEditor.tsx +0 -907
  490. package/src/components/dataCube/grid/DataCubeGrid.tsx +0 -385
  491. package/src/components/dataCube/grid/DataCubeGridShared.tsx +0 -45
  492. package/src/components/repl/Alert.tsx +0 -182
  493. package/src/components/repl/DocumentationPanel.tsx +0 -40
  494. package/src/components/repl/Form.tsx +0 -579
  495. package/src/components/repl/LayoutManager.tsx +0 -190
  496. package/src/components/repl/PureCodeEditor.tsx +0 -91
  497. package/src/components/repl/SettingsPanel.tsx +0 -207
  498. package/src/server/DataCubeQuery.ts +0 -130
  499. package/src/server/REPLEngine.ts +0 -110
  500. package/src/stores/LayoutManagerState.ts +0 -176
  501. package/src/stores/LegendREPLApplicationPlugin.ts +0 -39
  502. package/src/stores/LegendREPLBaseStore.ts +0 -34
  503. package/src/stores/REPLStore.tsx +0 -193
  504. package/src/stores/dataCube/DataCubeEngine.ts +0 -284
  505. package/src/stores/dataCube/DataCubeState.ts +0 -128
  506. package/src/stores/dataCube/core/DataCubeConfiguration.ts +0 -240
  507. package/src/stores/dataCube/core/DataCubeConfigurationBuilder.ts +0 -66
  508. package/src/stores/dataCube/core/DataCubeInfoState.ts +0 -61
  509. package/src/stores/dataCube/core/DataCubeQueryBuilder.ts +0 -296
  510. package/src/stores/dataCube/core/DataCubeQueryBuilderUtils.ts +0 -514
  511. package/src/stores/dataCube/core/DataCubeQueryEngine.ts +0 -327
  512. package/src/stores/dataCube/core/DataCubeQuerySnapshot.ts +0 -188
  513. package/src/stores/dataCube/core/DataCubeQuerySnapshotBuilder.ts +0 -411
  514. package/src/stores/dataCube/core/DataCubeQuerySnapshotBuilderUtils.ts +0 -197
  515. package/src/stores/dataCube/core/DataCubeQuerySnapshotManager.ts +0 -155
  516. package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation.ts +0 -47
  517. package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Average.tsx +0 -52
  518. package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Count.tsx +0 -61
  519. package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__First.tsx +0 -57
  520. package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__JoinStrings.tsx +0 -81
  521. package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Last.tsx +0 -57
  522. package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Max.tsx +0 -52
  523. package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Min.tsx +0 -52
  524. package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.tsx +0 -55
  525. package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__StdDevSample.tsx +0 -52
  526. package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Sum.tsx +0 -52
  527. package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__UniqueValue.tsx +0 -57
  528. package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__VariancePopulation.tsx +0 -52
  529. package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__VarianceSample.tsx +0 -52
  530. package/src/stores/dataCube/core/filter/DataCubeQueryFilterEditorState.ts +0 -231
  531. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation.ts +0 -96
  532. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__Contain.tsx +0 -88
  533. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.tsx +0 -94
  534. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EndWith.tsx +0 -88
  535. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.tsx +0 -94
  536. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__Equal.tsx +0 -170
  537. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.tsx +0 -94
  538. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.tsx +0 -92
  539. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualColumn.tsx +0 -93
  540. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThan.tsx +0 -96
  541. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.tsx +0 -92
  542. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.tsx +0 -96
  543. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.tsx +0 -92
  544. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__IsNotNull.tsx +0 -92
  545. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__IsNull.tsx +0 -89
  546. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThan.tsx +0 -96
  547. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanColumn.tsx +0 -92
  548. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.tsx +0 -96
  549. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.tsx +0 -92
  550. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotContain.tsx +0 -91
  551. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEndWith.tsx +0 -91
  552. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqual.tsx +0 -101
  553. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.tsx +0 -97
  554. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.tsx +0 -95
  555. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.tsx +0 -96
  556. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotStartWith.tsx +0 -91
  557. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__StartWith.tsx +0 -88
  558. package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.tsx +0 -94
  559. package/src/stores/dataCube/editor/DataCubeEditorColumnPropertiesPanelState.ts +0 -111
  560. package/src/stores/dataCube/editor/DataCubeEditorColumnsPanelState.ts +0 -198
  561. package/src/stores/dataCube/editor/DataCubeEditorColumnsSelectorState.ts +0 -114
  562. package/src/stores/dataCube/editor/DataCubeEditorGeneralPropertiesPanelState.ts +0 -87
  563. package/src/stores/dataCube/editor/DataCubeEditorHorizontalPivotsPanelState.ts +0 -157
  564. package/src/stores/dataCube/editor/DataCubeEditorMutableConfiguration.ts +0 -677
  565. package/src/stores/dataCube/editor/DataCubeEditorPanelState.ts +0 -37
  566. package/src/stores/dataCube/editor/DataCubeEditorSortsPanelState.ts +0 -133
  567. package/src/stores/dataCube/editor/DataCubeEditorState.tsx +0 -208
  568. package/src/stores/dataCube/editor/DataCubeEditorVerticalPivotsPanelState.ts +0 -110
  569. package/src/stores/dataCube/extend/DataCubeColumnEditorState.tsx +0 -366
  570. package/src/stores/dataCube/extend/DataCubeExtendManagerState.tsx +0 -174
  571. package/src/stores/dataCube/filter/DataCubeFilterEditorState.tsx +0 -326
  572. package/src/stores/dataCube/grid/DataCubeGridClientEngine.ts +0 -501
  573. package/src/stores/dataCube/grid/DataCubeGridClientExportEngine.ts +0 -173
  574. package/src/stores/dataCube/grid/DataCubeGridConfigurationBuilder.tsx +0 -849
  575. package/src/stores/dataCube/grid/DataCubeGridControllerState.ts +0 -468
  576. package/src/stores/dataCube/grid/DataCubeGridMenuBuilder.tsx +0 -856
  577. package/src/stores/dataCube/grid/DataCubeGridQueryBuilder.ts +0 -195
  578. package/src/stores/dataCube/grid/DataCubeGridQuerySnapshotBuilder.ts +0 -103
  579. package/src/stores/dataCube/grid/DataCubeGridState.ts +0 -154
@@ -1,64 +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 { DataCubeState } from '../DataCubeState.js';
17
- import { DataCubeEditorSortsPanelState } from './DataCubeEditorSortsPanelState.js';
18
- import { DataCubeQuerySnapshotController } from '../core/DataCubeQuerySnapshotManager.js';
19
- import { type DataCubeQuerySnapshot, type DataCubeQuerySnapshotColumn, type DataCubeQuerySnapshotExtendedColumn } from '../core/DataCubeQuerySnapshot.js';
20
- import { ActionState } from '@finos/legend-shared';
21
- import { DataCubeEditorGeneralPropertiesPanelState } from './DataCubeEditorGeneralPropertiesPanelState.js';
22
- import { DataCubeEditorColumnPropertiesPanelState } from './DataCubeEditorColumnPropertiesPanelState.js';
23
- import { DataCubeEditorColumnsPanelState } from './DataCubeEditorColumnsPanelState.js';
24
- import { DataCubeEditorVerticalPivotsPanelState } from './DataCubeEditorVerticalPivotsPanelState.js';
25
- import { DisplayState } from '../../LayoutManagerState.js';
26
- import { DataCubeEditorHorizontalPivotsPanelState } from './DataCubeEditorHorizontalPivotsPanelState.js';
27
- export declare enum DataCubeEditorTab {
28
- GENERAL_PROPERTIES = "General Properties",
29
- COLUMN_PROPERTIES = "Column Properties",
30
- COLUMNS = "Columns",
31
- VERTICAL_PIVOTS = "Vertical Pivots",
32
- HORIZONTAL_PIVOTS = "Horizontal Pivots",
33
- SORTS = "Sorts"
34
- }
35
- /**
36
- * This query editor state backs the main form editor of data cube. It supports
37
- * batching changes before application, i.e. allowing user to make multiple edits before
38
- * applying and propgating them.
39
- *
40
- * NOTE: It allows almost FULL 1-1 control over the data cube query state.
41
- * It could also host other form editor states like filter editors, but due to ergonomic
42
- * reasons, those have been separated out into their own respective query editor states.
43
- */
44
- export declare class DataCubeEditorState extends DataCubeQuerySnapshotController {
45
- readonly display: DisplayState;
46
- readonly finalizationState: ActionState;
47
- readonly generalProperties: DataCubeEditorGeneralPropertiesPanelState;
48
- readonly columnProperties: DataCubeEditorColumnPropertiesPanelState;
49
- readonly columns: DataCubeEditorColumnsPanelState;
50
- readonly horizontalPivots: DataCubeEditorHorizontalPivotsPanelState;
51
- readonly verticalPivots: DataCubeEditorVerticalPivotsPanelState;
52
- readonly sorts: DataCubeEditorSortsPanelState;
53
- currentTab: DataCubeEditorTab;
54
- sourceColumns: DataCubeQuerySnapshotColumn[];
55
- leafExtendColumns: DataCubeQuerySnapshotExtendedColumn[];
56
- groupExtendColumns: DataCubeQuerySnapshotExtendedColumn[];
57
- constructor(dataCube: DataCubeState);
58
- setCurrentTab(val: DataCubeEditorTab): void;
59
- applySnapshot(snapshot: DataCubeQuerySnapshot, previousSnapshot: DataCubeQuerySnapshot | undefined): Promise<void>;
60
- applyChanges(options?: {
61
- closeAfterApply?: boolean | undefined;
62
- }): Promise<void>;
63
- }
64
- //# sourceMappingURL=DataCubeEditorState.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DataCubeEditorState.d.ts","sourceRoot":"","sources":["../../../../src/stores/dataCube/editor/DataCubeEditorState.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AACnF,OAAO,EAAE,+BAA+B,EAAE,MAAM,yCAAyC,CAAC;AAC1F,OAAO,EAEL,KAAK,qBAAqB,EAC1B,KAAK,2BAA2B,EAChC,KAAK,mCAAmC,EACzC,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,WAAW,EAGZ,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,yCAAyC,EAAE,MAAM,gDAAgD,CAAC;AAC3G,OAAO,EAAE,wCAAwC,EAAE,MAAM,+CAA+C,CAAC;AACzG,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAEvF,OAAO,EAAE,sCAAsC,EAAE,MAAM,6CAA6C,CAAC;AACrG,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAI3D,OAAO,EAAE,wCAAwC,EAAE,MAAM,+CAA+C,CAAC;AAEzG,oBAAY,iBAAiB;IAC3B,kBAAkB,uBAAuB;IACzC,iBAAiB,sBAAsB;IACvC,OAAO,YAAY;IACnB,eAAe,oBAAoB;IACnC,iBAAiB,sBAAsB;IACvC,KAAK,UAAU;CAChB;AAED;;;;;;;;GAQG;AACH,qBAAa,mBAAoB,SAAQ,+BAA+B;IACtE,QAAQ,CAAC,OAAO,EAAE,YAAY,CAAC;IAC/B,QAAQ,CAAC,iBAAiB,cAAwB;IAElD,QAAQ,CAAC,iBAAiB,EAAE,yCAAyC,CAAC;IACtE,QAAQ,CAAC,gBAAgB,EAAE,wCAAwC,CAAC;IAEpE,QAAQ,CAAC,OAAO,EAAE,+BAA+B,CAAC;IAClD,QAAQ,CAAC,gBAAgB,EAAE,wCAAwC,CAAC;IACpE,QAAQ,CAAC,cAAc,EAAE,sCAAsC,CAAC;IAChE,QAAQ,CAAC,KAAK,EAAE,6BAA6B,CAAC;IAE9C,UAAU,oBAAwC;IAElD,aAAa,EAAE,2BAA2B,EAAE,CAAM;IAClD,iBAAiB,EAAE,mCAAmC,EAAE,CAAM;IAC9D,kBAAkB,EAAE,mCAAmC,EAAE,CAAM;gBAEnD,QAAQ,EAAE,aAAa;IA8BnC,aAAa,CAAC,GAAG,EAAE,iBAAiB;IAIrB,aAAa,CAC1B,QAAQ,EAAE,qBAAqB,EAC/B,gBAAgB,EAAE,qBAAqB,GAAG,SAAS;IAkB/C,YAAY,CAAC,OAAO,CAAC,EAAE;QAAE,eAAe,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;KAAE;CA2EvE"}
@@ -1,156 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- /**
3
- * Copyright (c) 2020-present, Goldman Sachs
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- import { action, makeObservable, observable } from 'mobx';
18
- import { DataCubeEditorSortsPanelState } from './DataCubeEditorSortsPanelState.js';
19
- import { DataCubeQuerySnapshotController } from '../core/DataCubeQuerySnapshotManager.js';
20
- import { _toCol, } from '../core/DataCubeQuerySnapshot.js';
21
- import { ActionState, assertErrorThrown, guaranteeNonNullable, } from '@finos/legend-shared';
22
- import { DataCubeEditorGeneralPropertiesPanelState } from './DataCubeEditorGeneralPropertiesPanelState.js';
23
- import { DataCubeEditorColumnPropertiesPanelState } from './DataCubeEditorColumnPropertiesPanelState.js';
24
- import { DataCubeEditorColumnsPanelState } from './DataCubeEditorColumnsPanelState.js';
25
- import { DataCubeConfiguration } from '../core/DataCubeConfiguration.js';
26
- import { DataCubeEditorVerticalPivotsPanelState } from './DataCubeEditorVerticalPivotsPanelState.js';
27
- import { DisplayState } from '../../LayoutManagerState.js';
28
- import { DataCubeEditor } from '../../../components/dataCube/editor/DataCubeEditor.js';
29
- import { buildExecutableQuery } from '../core/DataCubeQueryBuilder.js';
30
- import { _lambda } from '../core/DataCubeQueryBuilderUtils.js';
31
- import { DataCubeEditorHorizontalPivotsPanelState } from './DataCubeEditorHorizontalPivotsPanelState.js';
32
- export var DataCubeEditorTab;
33
- (function (DataCubeEditorTab) {
34
- DataCubeEditorTab["GENERAL_PROPERTIES"] = "General Properties";
35
- DataCubeEditorTab["COLUMN_PROPERTIES"] = "Column Properties";
36
- DataCubeEditorTab["COLUMNS"] = "Columns";
37
- DataCubeEditorTab["VERTICAL_PIVOTS"] = "Vertical Pivots";
38
- DataCubeEditorTab["HORIZONTAL_PIVOTS"] = "Horizontal Pivots";
39
- DataCubeEditorTab["SORTS"] = "Sorts";
40
- })(DataCubeEditorTab || (DataCubeEditorTab = {}));
41
- /**
42
- * This query editor state backs the main form editor of data cube. It supports
43
- * batching changes before application, i.e. allowing user to make multiple edits before
44
- * applying and propgating them.
45
- *
46
- * NOTE: It allows almost FULL 1-1 control over the data cube query state.
47
- * It could also host other form editor states like filter editors, but due to ergonomic
48
- * reasons, those have been separated out into their own respective query editor states.
49
- */
50
- export class DataCubeEditorState extends DataCubeQuerySnapshotController {
51
- display;
52
- finalizationState = ActionState.create();
53
- generalProperties;
54
- columnProperties;
55
- columns;
56
- horizontalPivots;
57
- verticalPivots;
58
- sorts;
59
- currentTab = DataCubeEditorTab.GENERAL_PROPERTIES;
60
- sourceColumns = [];
61
- leafExtendColumns = [];
62
- groupExtendColumns = [];
63
- constructor(dataCube) {
64
- super(dataCube);
65
- makeObservable(this, {
66
- currentTab: observable,
67
- setCurrentTab: action,
68
- sourceColumns: observable.ref,
69
- leafExtendColumns: observable.ref,
70
- groupExtendColumns: observable.ref,
71
- applySnapshot: action,
72
- applyChanges: action,
73
- });
74
- this.display = new DisplayState(this.dataCube.repl.layout, 'Properties', () => _jsx(DataCubeEditor, { dataCube: this.dataCube }));
75
- this.generalProperties = new DataCubeEditorGeneralPropertiesPanelState(this);
76
- this.columnProperties = new DataCubeEditorColumnPropertiesPanelState(this);
77
- this.columns = new DataCubeEditorColumnsPanelState(this);
78
- this.horizontalPivots = new DataCubeEditorHorizontalPivotsPanelState(this);
79
- this.verticalPivots = new DataCubeEditorVerticalPivotsPanelState(this);
80
- this.sorts = new DataCubeEditorSortsPanelState(this);
81
- }
82
- setCurrentTab(val) {
83
- this.currentTab = val;
84
- }
85
- async applySnapshot(snapshot, previousSnapshot) {
86
- this.sourceColumns = snapshot.data.sourceColumns;
87
- this.leafExtendColumns = snapshot.data.leafExtendedColumns;
88
- this.groupExtendColumns = snapshot.data.groupExtendedColumns;
89
- const configuration = DataCubeConfiguration.serialization.fromJson(snapshot.data.configuration);
90
- this.generalProperties.applySnaphot(snapshot, configuration);
91
- this.columnProperties.applySnaphot(snapshot, configuration);
92
- this.columns.applySnaphot(snapshot, configuration);
93
- this.horizontalPivots.applySnaphot(snapshot, configuration);
94
- this.verticalPivots.applySnaphot(snapshot, configuration);
95
- this.sorts.applySnaphot(snapshot, configuration);
96
- }
97
- async applyChanges(options) {
98
- const task = this.dataCube.newTask('Validate query');
99
- this.finalizationState.inProgress();
100
- const baseSnapshot = guaranteeNonNullable(this.getLatestSnapshot());
101
- const newSnapshot = baseSnapshot.clone();
102
- // grid configuration must be processed before processing columns' configuration
103
- // to properly generate the container configuration
104
- this.generalProperties.buildSnapshot(newSnapshot, baseSnapshot);
105
- this.columnProperties.buildSnapshot(newSnapshot, baseSnapshot);
106
- // NOTE: column selection must be processed first since the snapshot
107
- // processing of other parts of the query can be affected by column selection.
108
- this.columns.buildSnapshot(newSnapshot, baseSnapshot);
109
- this.horizontalPivots.buildSnapshot(newSnapshot, baseSnapshot);
110
- this.verticalPivots.buildSnapshot(newSnapshot, baseSnapshot);
111
- this.sorts.buildSnapshot(newSnapshot, baseSnapshot);
112
- // finalize
113
- newSnapshot.finalize();
114
- if (newSnapshot.hashCode !== baseSnapshot.hashCode) {
115
- // NOTE: Compile the query to validate. This is a helpful check for a lot of different scenarios
116
- // where the consistency of the query might be thrown off by changes from various parts that the
117
- // editor does not have full control over (i.e. extended columns, pivot cast columns, etc.)
118
- // e.g. when a column that group-level extended columns' expressions depend on has been unselected.
119
- try {
120
- const tempSnapshot = newSnapshot.clone();
121
- // NOTE: in order to obtain the actual pivot result columns information, we need to execute
122
- // the query which is expensive in certain cases, so here, we just compute the "optimistic" set
123
- // of pivot result columns for casting to guarantee validation is not thronn off.
124
- if (tempSnapshot.data.pivot) {
125
- tempSnapshot.data.pivot.castColumns =
126
- this.sorts.selector.availableColumns
127
- .filter((col) => !tempSnapshot.data.groupExtendedColumns.find((column) => column.name === col.name))
128
- .map((col) => _toCol(col));
129
- }
130
- await this.dataCube.engine.getQueryRelationType(_lambda([], [
131
- buildExecutableQuery(tempSnapshot, this.dataCube.engine.filterOperations, this.dataCube.engine.aggregateOperations),
132
- ]));
133
- }
134
- catch (error) {
135
- assertErrorThrown(error);
136
- this.dataCube.repl.alertError(error, {
137
- message: `Query Validation Failure: ${error.message}`,
138
- });
139
- this.dataCube.endTask(task);
140
- return;
141
- }
142
- finally {
143
- this.finalizationState.complete();
144
- }
145
- this.publishSnapshot(newSnapshot);
146
- }
147
- else {
148
- this.finalizationState.complete();
149
- }
150
- if (options?.closeAfterApply) {
151
- this.display.close();
152
- }
153
- this.dataCube.endTask(task);
154
- }
155
- }
156
- //# sourceMappingURL=DataCubeEditorState.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DataCubeEditorState.js","sourceRoot":"","sources":["../../../../src/stores/dataCube/editor/DataCubeEditorState.tsx"],"names":[],"mappings":"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"}
@@ -1,35 +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 { DataCubeState } from '../DataCubeState.js';
17
- import type { DataCubeConfiguration } from '../core/DataCubeConfiguration.js';
18
- import { type DataCubeQuerySnapshot } from '../core/DataCubeQuerySnapshot.js';
19
- import { DataCubeEditorColumnsSelectorColumnState, DataCubeEditorColumnsSelectorState } from './DataCubeEditorColumnsSelectorState.js';
20
- import type { DataCubeQueryEditorPanelState } from './DataCubeEditorPanelState.js';
21
- import type { DataCubeEditorState } from './DataCubeEditorState.js';
22
- export declare class DataCubeEditorVerticalPivotColumnsSelectorState extends DataCubeEditorColumnsSelectorState<DataCubeEditorColumnsSelectorColumnState> {
23
- cloneColumn(column: DataCubeEditorColumnsSelectorColumnState): DataCubeEditorColumnsSelectorColumnState;
24
- get availableColumns(): DataCubeEditorColumnsSelectorColumnState[];
25
- }
26
- export declare class DataCubeEditorVerticalPivotsPanelState implements DataCubeQueryEditorPanelState {
27
- readonly dataCube: DataCubeState;
28
- readonly editor: DataCubeEditorState;
29
- readonly selector: DataCubeEditorVerticalPivotColumnsSelectorState;
30
- constructor(editor: DataCubeEditorState);
31
- adaptPropagatedChanges(): void;
32
- applySnaphot(snapshot: DataCubeQuerySnapshot, configuration: DataCubeConfiguration): void;
33
- buildSnapshot(newSnapshot: DataCubeQuerySnapshot, baseSnapshot: DataCubeQuerySnapshot): void;
34
- }
35
- //# sourceMappingURL=DataCubeEditorVerticalPivotsPanelState.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DataCubeEditorVerticalPivotsPanelState.d.ts","sourceRoot":"","sources":["../../../../src/stores/dataCube/editor/DataCubeEditorVerticalPivotsPanelState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAE9E,OAAO,EAEL,KAAK,qBAAqB,EAC3B,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,wCAAwC,EACxC,kCAAkC,EACnC,MAAM,yCAAyC,CAAC;AACjD,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,+BAA+B,CAAC;AACnF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAEpE,qBAAa,+CAAgD,SAAQ,kCAAkC,CAAC,wCAAwC,CAAC;IACtI,WAAW,CAClB,MAAM,EAAE,wCAAwC,GAC/C,wCAAwC;IAO3C,IAAa,gBAAgB,+CAkB5B;CACF;AAED,qBAAa,sCACX,YAAW,6BAA6B;IAExC,QAAQ,CAAC,QAAQ,EAAG,aAAa,CAAC;IAClC,QAAQ,CAAC,MAAM,EAAG,mBAAmB,CAAC;IACtC,QAAQ,CAAC,QAAQ,EAAG,+CAA+C,CAAC;gBAExD,MAAM,EAAE,mBAAmB;IAMvC,sBAAsB,IAAI,IAAI;IAQ9B,YAAY,CACV,QAAQ,EAAE,qBAAqB,EAC/B,aAAa,EAAE,qBAAqB;IAUtC,aAAa,CACX,WAAW,EAAE,qBAAqB,EAClC,YAAY,EAAE,qBAAqB;CAYtC"}
@@ -1,58 +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 { uniqBy } from '@finos/legend-shared';
17
- import { DataCubeColumnKind } from '../core/DataCubeQueryEngine.js';
18
- import { _toCol, } from '../core/DataCubeQuerySnapshot.js';
19
- import { DataCubeEditorColumnsSelectorColumnState, DataCubeEditorColumnsSelectorState, } from './DataCubeEditorColumnsSelectorState.js';
20
- export class DataCubeEditorVerticalPivotColumnsSelectorState extends DataCubeEditorColumnsSelectorState {
21
- cloneColumn(column) {
22
- return new DataCubeEditorColumnsSelectorColumnState(column.name, column.type);
23
- }
24
- get availableColumns() {
25
- return this.editor.columnProperties.columns
26
- .filter((column) => column.kind === DataCubeColumnKind.DIMENSION &&
27
- // exclude group-level extended columns
28
- !this.editor.groupExtendColumns.find((col) => col.name === column.name) &&
29
- // exclude pivot columns
30
- !this.editor.horizontalPivots.selector.selectedColumns.find((col) => col.name === column.name))
31
- .map((col) => new DataCubeEditorColumnsSelectorColumnState(col.name, col.type));
32
- }
33
- }
34
- export class DataCubeEditorVerticalPivotsPanelState {
35
- dataCube;
36
- editor;
37
- selector;
38
- constructor(editor) {
39
- this.editor = editor;
40
- this.dataCube = editor.dataCube;
41
- this.selector = new DataCubeEditorVerticalPivotColumnsSelectorState(editor);
42
- }
43
- adaptPropagatedChanges() {
44
- this.selector.setSelectedColumns(this.selector.selectedColumns.filter((column) => this.selector.availableColumns.find((col) => col.name === column.name)));
45
- }
46
- applySnaphot(snapshot, configuration) {
47
- this.selector.setSelectedColumns((snapshot.data.groupBy?.columns ?? []).map((col) => new DataCubeEditorColumnsSelectorColumnState(col.name, col.type)));
48
- }
49
- buildSnapshot(newSnapshot, baseSnapshot) {
50
- newSnapshot.data.groupBy = this.selector.selectedColumns.length
51
- ? {
52
- columns: this.selector.selectedColumns.map((col) => _toCol(col)),
53
- }
54
- : undefined;
55
- newSnapshot.data.selectColumns = uniqBy([...newSnapshot.data.selectColumns, ...this.selector.selectedColumns], (col) => col.name).map((col) => _toCol(col));
56
- }
57
- }
58
- //# sourceMappingURL=DataCubeEditorVerticalPivotsPanelState.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DataCubeEditorVerticalPivotsPanelState.js","sourceRoot":"","sources":["../../../../src/stores/dataCube/editor/DataCubeEditorVerticalPivotsPanelState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAG9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EACL,MAAM,GAEP,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,wCAAwC,EACxC,kCAAkC,GACnC,MAAM,yCAAyC,CAAC;AAIjD,MAAM,OAAO,+CAAgD,SAAQ,kCAA4E;IACtI,WAAW,CAClB,MAAgD;QAEhD,OAAO,IAAI,wCAAwC,CACjD,MAAM,CAAC,IAAI,EACX,MAAM,CAAC,IAAI,CACZ,CAAC;IACJ,CAAC;IAED,IAAa,gBAAgB;QAC3B,OAAO,IAAI,CAAC,MAAM,CAAC,gBAAgB,CAAC,OAAO;aACxC,MAAM,CACL,CAAC,MAAM,EAAE,EAAE,CACT,MAAM,CAAC,IAAI,KAAK,kBAAkB,CAAC,SAAS;YAC5C,uCAAuC;YACvC,CAAC,IAAI,CAAC,MAAM,CAAC,kBAAkB,CAAC,IAAI,CAClC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,IAAI,KAAK,MAAM,CAAC,IAAI,CAClC;YACD,wBAAwB;YACxB,CAAC,IAAI,CAAC,MAAM,CAAC,gBAAgB,CAAC,QAAQ,CAAC,eAAe,CAAC,IAAI,CACzD,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,IAAI,KAAK,MAAM,CAAC,IAAI,CAClC,CACJ;aACA,GAAG,CACF,CAAC,GAAG,EAAE,EAAE,CACN,IAAI,wCAAwC,CAAC,GAAG,CAAC,IAAI,EAAE,GAAG,CAAC,IAAI,CAAC,CACnE,CAAC;IACN,CAAC;CACF;AAED,MAAM,OAAO,sCAAsC;IAGxC,QAAQ,CAAiB;IACzB,MAAM,CAAuB;IAC7B,QAAQ,CAAmD;IAEpE,YAAY,MAA2B;QACrC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QACrB,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,IAAI,+CAA+C,CAAC,MAAM,CAAC,CAAC;IAC9E,CAAC;IAED,sBAAsB;QACpB,IAAI,CAAC,QAAQ,CAAC,kBAAkB,CAC9B,IAAI,CAAC,QAAQ,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC,MAAM,EAAE,EAAE,CAC9C,IAAI,CAAC,QAAQ,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,IAAI,KAAK,MAAM,CAAC,IAAI,CAAC,CACvE,CACF,CAAC;IACJ,CAAC;IAED,YAAY,CACV,QAA+B,EAC/B,aAAoC;QAEpC,IAAI,CAAC,QAAQ,CAAC,kBAAkB,CAC9B,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,IAAI,EAAE,CAAC,CAAC,GAAG,CACxC,CAAC,GAAG,EAAE,EAAE,CACN,IAAI,wCAAwC,CAAC,GAAG,CAAC,IAAI,EAAE,GAAG,CAAC,IAAI,CAAC,CACnE,CACF,CAAC;IACJ,CAAC;IAED,aAAa,CACX,WAAkC,EAClC,YAAmC;QAEnC,WAAW,CAAC,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,QAAQ,CAAC,eAAe,CAAC,MAAM;YAC7D,CAAC,CAAC;gBACE,OAAO,EAAE,IAAI,CAAC,QAAQ,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;aACjE;YACH,CAAC,CAAC,SAAS,CAAC;QACd,WAAW,CAAC,IAAI,CAAC,aAAa,GAAG,MAAM,CACrC,CAAC,GAAG,WAAW,CAAC,IAAI,CAAC,aAAa,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC,eAAe,CAAC,EACrE,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,IAAI,CAClB,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC;IAC9B,CAAC;CACF"}
@@ -1,61 +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 { DataCubeState } from '../DataCubeState.js';
17
- import { DisplayState } from '../../LayoutManagerState.js';
18
- import { editor as monacoEditorAPI, Uri } from 'monaco-editor';
19
- import { ActionState } from '@finos/legend-shared';
20
- import { DataCubeColumnKind } from '../core/DataCubeQueryEngine.js';
21
- import type { DataCubeQueryBuilderError } from '../../../server/REPLEngine.js';
22
- import type { DataCubeExtendManagerState } from './DataCubeExtendManagerState.js';
23
- import { type V1_ValueSpecification } from '@finos/legend-graph';
24
- import type { DataCubeColumnConfiguration } from '../core/DataCubeConfiguration.js';
25
- export declare class DataCubeNewColumnState {
26
- readonly uuid: string;
27
- readonly dataCube: DataCubeState;
28
- readonly manager: DataCubeExtendManagerState;
29
- private readonly _name;
30
- readonly display: DisplayState;
31
- readonly validationState: ActionState;
32
- readonly finalizationState: ActionState;
33
- name: string;
34
- expectedType: string;
35
- isGroupLevel: boolean;
36
- columnKind?: DataCubeColumnKind | undefined;
37
- code: string;
38
- codePrefix: string;
39
- codeSuffix: string;
40
- editor?: monacoEditorAPI.IStandaloneCodeEditor | undefined;
41
- readonly editorModel: monacoEditorAPI.ITextModel;
42
- readonly editorModelUri: Uri;
43
- codeError?: DataCubeQueryBuilderError | undefined;
44
- returnType?: string | undefined;
45
- constructor(manager: DataCubeExtendManagerState, referenceColumn?: DataCubeColumnConfiguration | undefined);
46
- setName(value: string): void;
47
- get isNameValid(): boolean;
48
- setExpectedType(value: string): void;
49
- get isTypeValid(): boolean;
50
- setColumnKind(isGroupLevel: boolean, columnKind: DataCubeColumnKind | undefined): void;
51
- setCode(value: string): void;
52
- setEditor(editor: monacoEditorAPI.IStandaloneCodeEditor): void;
53
- setReturnType(value: string | undefined): void;
54
- showError(error: DataCubeQueryBuilderError): void;
55
- clearError(): void;
56
- buildExtendBaseQuery(): V1_ValueSpecification;
57
- getReturnType(): Promise<string | undefined>;
58
- applyChanges(): Promise<void>;
59
- close(): void;
60
- }
61
- //# sourceMappingURL=DataCubeColumnEditorState.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DataCubeColumnEditorState.d.ts","sourceRoot":"","sources":["../../../../src/stores/dataCube/extend/DataCubeColumnEditorState.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAE3D,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,GAAG,EAAE,MAAM,eAAe,CAAC;AAC/D,OAAO,EACL,WAAW,EAMZ,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EAEL,kBAAkB,EAInB,MAAM,gCAAgC,CAAC;AAMxC,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAC/E,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAClF,OAAO,EAIL,KAAK,qBAAqB,EAC3B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAEpF,qBAAa,sBAAsB;IACjC,QAAQ,CAAC,IAAI,SAAU;IACvB,QAAQ,CAAC,QAAQ,EAAE,aAAa,CAAC;IACjC,QAAQ,CAAC,OAAO,EAAE,0BAA0B,CAAC;IAI7C,OAAO,CAAC,QAAQ,CAAC,KAAK,CAA2C;IACjE,QAAQ,CAAC,OAAO,EAAE,YAAY,CAAC;IAC/B,QAAQ,CAAC,eAAe,cAAwB;IAChD,QAAQ,CAAC,iBAAiB,cAAwB;IAElD,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAE5C,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IAEnB,MAAM,CAAC,EAAE,eAAe,CAAC,qBAAqB,GAAG,SAAS,CAAC;IAC3D,QAAQ,CAAC,WAAW,EAAE,eAAe,CAAC,UAAU,CAAC;IACjD,QAAQ,CAAC,cAAc,EAAE,GAAG,CAAC;IAC7B,SAAS,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAClD,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;gBAG9B,OAAO,EAAE,0BAA0B,EACnC,eAAe,CAAC,EAAE,2BAA2B,GAAG,SAAS;IAkE3D,OAAO,CAAC,KAAK,EAAE,MAAM;IAIrB,IAAI,WAAW,IAAI,OAAO,CAEzB;IAED,eAAe,CAAC,KAAK,EAAE,MAAM;IAI7B,IAAI,WAAW,YAKd;IAED,aAAa,CACX,YAAY,EAAE,OAAO,EACrB,UAAU,EAAE,kBAAkB,GAAG,SAAS;IAM5C,OAAO,CAAC,KAAK,EAAE,MAAM;IAIrB,SAAS,CAAC,MAAM,EAAE,eAAe,CAAC,qBAAqB;IAIvD,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS;IAIvC,SAAS,CAAC,KAAK,EAAE,yBAAyB;IAmB1C,UAAU;IAKV,oBAAoB;IAsBd,aAAa;IAqEb,YAAY;IAyDlB,KAAK;CAON"}