@finos/legend-application-repl 0.0.60 → 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 -119
  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 -177
  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
@@ -13,13 +13,12 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- import { type LegendApplicationConfigurationInput, LegendApplication } from '@finos/legend-application';
16
+ import { type LegendApplicationConfigurationInput, LegendApplication, LegendApplicationPluginManager, type LegendApplicationPlugin } from '@finos/legend-application';
17
17
  import { LegendREPLApplicationConfig, type LegendREPLApplicationConfigData } from './LegendREPLApplicationConfig.js';
18
- import { LegendREPLPluginManager } from './LegendREPLPluginManager.js';
19
- import type { LegendREPLApplicationStore } from '../stores/LegendREPLBaseStore.js';
18
+ import type { LegendREPLApplicationStore } from './LegendREPLApplicationStore.js';
20
19
  export declare class LegendREPL extends LegendApplication {
21
20
  config: LegendREPLApplicationConfig;
22
- pluginManager: LegendREPLPluginManager;
21
+ pluginManager: LegendApplicationPluginManager<LegendApplicationPlugin>;
23
22
  static create(): LegendREPL;
24
23
  configureApplication(input: LegendApplicationConfigurationInput<LegendREPLApplicationConfigData>): Promise<LegendREPLApplicationConfig>;
25
24
  loadApplication(application: LegendREPLApplicationStore): Promise<void>;
@@ -1 +1 @@
1
- {"version":3,"file":"LegendREPL.d.ts","sourceRoot":"","sources":["../../src/application/LegendREPL.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EACL,KAAK,mCAAmC,EACxC,iBAAiB,EAIlB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,2BAA2B,EAC3B,KAAK,+BAA+B,EACrC,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAGvE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAEnF,qBAAa,UAAW,SAAQ,iBAAiB;IACvC,MAAM,EAAE,2BAA2B,CAAC;IACpC,aAAa,EAAE,uBAAuB,CAAC;IAE/C,MAAM,CAAC,MAAM;IAUP,oBAAoB,CACxB,KAAK,EAAE,mCAAmC,CAAC,+BAA+B,CAAC;IAKvE,eAAe,CAAC,WAAW,EAAE,0BAA0B;CAO9D"}
1
+ {"version":3,"file":"LegendREPL.d.ts","sourceRoot":"","sources":["../../src/application/LegendREPL.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EACL,KAAK,mCAAmC,EACxC,iBAAiB,EAGjB,8BAA8B,EAC9B,KAAK,uBAAuB,EAE7B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,2BAA2B,EAC3B,KAAK,+BAA+B,EACrC,MAAM,kCAAkC,CAAC;AAE1C,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAElF,qBAAa,UAAW,SAAQ,iBAAiB;IACvC,MAAM,EAAE,2BAA2B,CAAC;IACpC,aAAa,EAAE,8BAA8B,CAAC,uBAAuB,CAAC,CAAC;IAE/E,MAAM,CAAC,MAAM;IAMP,oBAAoB,CACxB,KAAK,EAAE,mCAAmC,CAAC,+BAA+B,CAAC;IAKvE,eAAe,CAAC,WAAW,EAAE,0BAA0B;CAO9D"}
@@ -15,19 +15,13 @@ import { jsx as _jsx } from "react/jsx-runtime";
15
15
  * limitations under the License.
16
16
  */
17
17
  import { createRoot } from 'react-dom/client';
18
- import { LegendApplication, ApplicationStoreProvider, Core_LegendApplicationPlugin, getApplicationRootElement, } from '@finos/legend-application';
18
+ import { LegendApplication, ApplicationStoreProvider, getApplicationRootElement, LegendApplicationPluginManager, Core_LegendApplicationPlugin, } from '@finos/legend-application';
19
19
  import { LegendREPLApplicationConfig, } from './LegendREPLApplicationConfig.js';
20
- import { LegendREPLPluginManager } from './LegendREPLPluginManager.js';
21
20
  import { LegendREPLWebApplication } from '../components/LegendREPLApplication.js';
22
- import { Core_LegendREPLApplicationPlugin } from '../components/Core_LegendREPLApplicationPlugin.js';
23
21
  export class LegendREPL extends LegendApplication {
24
22
  static create() {
25
- const application = new LegendREPL(LegendREPLPluginManager.create());
26
- application.withBasePlugins([
27
- new Core_LegendApplicationPlugin(),
28
- new Core_LegendREPLApplicationPlugin(),
29
- ]);
30
- application.withBasePresets([]);
23
+ const application = new LegendREPL(new LegendApplicationPluginManager());
24
+ application.withBasePlugins([new Core_LegendApplicationPlugin()]);
31
25
  return application;
32
26
  }
33
27
  async configureApplication(input) {
@@ -1 +1 @@
1
- {"version":3,"file":"LegendREPL.js","sourceRoot":"","sources":["../../src/application/LegendREPL.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAEL,iBAAiB,EACjB,wBAAwB,EACxB,4BAA4B,EAC5B,yBAAyB,GAC1B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,2BAA2B,GAE5B,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAClF,OAAO,EAAE,gCAAgC,EAAE,MAAM,mDAAmD,CAAC;AAGrG,MAAM,OAAO,UAAW,SAAQ,iBAAiB;IAI/C,MAAM,CAAC,MAAM;QACX,MAAM,WAAW,GAAG,IAAI,UAAU,CAAC,uBAAuB,CAAC,MAAM,EAAE,CAAC,CAAC;QACrE,WAAW,CAAC,eAAe,CAAC;YAC1B,IAAI,4BAA4B,EAAE;YAClC,IAAI,gCAAgC,EAAE;SACvC,CAAC,CAAC;QACH,WAAW,CAAC,eAAe,CAAC,EAAE,CAAC,CAAC;QAChC,OAAO,WAAW,CAAC;IACrB,CAAC;IAED,KAAK,CAAC,oBAAoB,CACxB,KAA2E;QAE3E,OAAO,IAAI,2BAA2B,CAAC,KAAK,CAAC,CAAC;IAChD,CAAC;IAED,KAAK,CAAC,eAAe,CAAC,WAAuC;QAC3D,UAAU,CAAC,yBAAyB,EAAE,CAAC,CAAC,MAAM,CAC5C,KAAC,wBAAwB,IAAC,KAAK,EAAE,WAAW,YAC1C,KAAC,wBAAwB,IAAC,OAAO,EAAE,IAAI,CAAC,WAAW,GAAI,GAC9B,CAC5B,CAAC;IACJ,CAAC;CACF"}
1
+ {"version":3,"file":"LegendREPL.js","sourceRoot":"","sources":["../../src/application/LegendREPL.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAEL,iBAAiB,EACjB,wBAAwB,EACxB,yBAAyB,EACzB,8BAA8B,EAE9B,4BAA4B,GAC7B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,2BAA2B,GAE5B,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAGlF,MAAM,OAAO,UAAW,SAAQ,iBAAiB;IAI/C,MAAM,CAAC,MAAM;QACX,MAAM,WAAW,GAAG,IAAI,UAAU,CAAC,IAAI,8BAA8B,EAAE,CAAC,CAAC;QACzE,WAAW,CAAC,eAAe,CAAC,CAAC,IAAI,4BAA4B,EAAE,CAAC,CAAC,CAAC;QAClE,OAAO,WAAW,CAAC;IACrB,CAAC;IAED,KAAK,CAAC,oBAAoB,CACxB,KAA2E;QAE3E,OAAO,IAAI,2BAA2B,CAAC,KAAK,CAAC,CAAC;IAChD,CAAC;IAED,KAAK,CAAC,eAAe,CAAC,WAAuC;QAC3D,UAAU,CAAC,yBAAyB,EAAE,CAAC,CAAC,MAAM,CAC5C,KAAC,wBAAwB,IAAC,KAAK,EAAE,WAAW,YAC1C,KAAC,wBAAwB,IAAC,OAAO,EAAE,IAAI,CAAC,WAAW,GAAI,GAC9B,CAC5B,CAAC;IACJ,CAAC;CACF"}
@@ -13,8 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare enum ApplicationEvent {
17
- FETCH_TDS_FAILURE = "repl.fetch-tds.failure",
18
- BUILD_TDS_EQUEST_FAILURE = "repl.build-tds-request.failure"
19
- }
20
- //# sourceMappingURL=LegendREPLEvent.d.ts.map
16
+ import type { ApplicationStore, LegendApplicationPlugin, LegendApplicationPluginManager } from '@finos/legend-application';
17
+ import type { LegendREPLApplicationConfig } from './LegendREPLApplicationConfig.js';
18
+ export type LegendREPLApplicationStore = ApplicationStore<LegendREPLApplicationConfig, LegendApplicationPluginManager<LegendApplicationPlugin>>;
19
+ //# sourceMappingURL=LegendREPLApplicationStore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendREPLApplicationStore.d.ts","sourceRoot":"","sources":["../../src/application/LegendREPLApplicationStore.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EACV,gBAAgB,EAChB,uBAAuB,EACvB,8BAA8B,EAC/B,MAAM,2BAA2B,CAAC;AACnC,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAEpF,MAAM,MAAM,0BAA0B,GAAG,gBAAgB,CACvD,2BAA2B,EAC3B,8BAA8B,CAAC,uBAAuB,CAAC,CACxD,CAAC"}
@@ -14,4 +14,4 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  export {};
17
- //# sourceMappingURL=DataCubeEditorPanelState.js.map
17
+ //# sourceMappingURL=LegendREPLApplicationStore.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendREPLApplicationStore.js","sourceRoot":"","sources":["../../src/application/LegendREPLApplicationStore.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG"}
@@ -16,8 +16,10 @@
16
16
  export declare const LEGEND_REPL_GRID_CLIENT_ROUTE_PATTERN: Readonly<{
17
17
  DATA_CUBE: "/dataCube";
18
18
  }>;
19
- export declare const LegendREPLRouter: import("react").FC<{}>;
20
- export declare const LegendREPLWebApplication: React.FC<{
19
+ export declare const LegendREPLRouter: (() => import("react/jsx-runtime").JSX.Element) & {
20
+ displayName: string;
21
+ };
22
+ export declare const LegendREPLWebApplication: (props: {
21
23
  baseUrl: string;
22
- }>;
24
+ }) => import("react/jsx-runtime").JSX.Element;
23
25
  //# sourceMappingURL=LegendREPLApplication.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LegendREPLApplication.d.ts","sourceRoot":"","sources":["../../src/components/LegendREPLApplication.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAcH,eAAO,MAAM,qCAAqC;;EAEhD,CAAC;AAEH,eAAO,MAAM,gBAAgB,wBAe5B,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAAC;IAC9C,OAAO,EAAE,MAAM,CAAC;CACjB,CAWA,CAAC"}
1
+ {"version":3,"file":"LegendREPLApplication.d.ts","sourceRoot":"","sources":["../../src/components/LegendREPLApplication.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAqDH,eAAO,MAAM,qCAAqC;;EAEhD,CAAC;AAEH,eAAO,MAAM,gBAAgB;;CAa3B,CAAC;AAEH,eAAO,MAAM,wBAAwB,UAAW;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,4CAUlE,CAAC"}
@@ -1,4 +1,4 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  /**
3
3
  * Copyright (c) 2020-present, Goldman Sachs
4
4
  *
@@ -15,19 +15,33 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
15
15
  * limitations under the License.
16
16
  */
17
17
  import { BrowserEnvironmentProvider, Route, Switch, } from '@finos/legend-application/browser';
18
- import { DataCube } from './dataCube/DataCube.js';
19
- import { LegendREPLFrameworkProvider } from './LegendREPLFrameworkProvider.js';
20
18
  import { observer } from 'mobx-react-lite';
21
- import { withREPLStore } from './REPLStoreProvider.js';
22
- import { BlockingActionAlert } from './repl/Alert.js';
19
+ import { useMemo } from 'react';
20
+ import { guaranteeNonNullable, NetworkClient } from '@finos/legend-shared';
21
+ import { LegendREPLServerClient } from '../stores/LegendREPLServerClient.js';
22
+ import { LegendREPLDataCubeApplicationEngine } from '../stores/LegendREPLDataCubeApplicationEngine.js';
23
+ import { LegendREPLDataCubeEngine } from '../stores/LegendREPLDataCubeEngine.js';
24
+ import { DataCube, DataCubeProvider } from '@finos/legend-data-cube';
25
+ import { ApplicationFrameworkProvider, useApplicationStore, } from '@finos/legend-application';
26
+ const LegendREPLDataCube = observer(() => {
27
+ const applicationStore = useApplicationStore();
28
+ const application = useMemo(() => new LegendREPLDataCubeApplicationEngine(applicationStore), [applicationStore]);
29
+ const engine = new LegendREPLDataCubeEngine(new LegendREPLServerClient(new NetworkClient({
30
+ baseUrl: applicationStore.config.useDynamicREPLServer
31
+ ? window.location.origin +
32
+ guaranteeNonNullable(applicationStore.config.baseAddress).replace('/repl/', '')
33
+ : applicationStore.config.replUrl,
34
+ })));
35
+ return (_jsx(DataCubeProvider, { application: application, engine: engine, children: _jsx(DataCube, {}) }));
36
+ });
23
37
  export const LEGEND_REPL_GRID_CLIENT_ROUTE_PATTERN = Object.freeze({
24
38
  DATA_CUBE: `/dataCube`,
25
39
  });
26
- export const LegendREPLRouter = withREPLStore(observer(() => (_jsx("div", { className: "app", children: _jsx(Switch, { children: _jsx(Route, { exact: true, path: [LEGEND_REPL_GRID_CLIENT_ROUTE_PATTERN.DATA_CUBE], component:
40
+ export const LegendREPLRouter = observer(() => (_jsx("div", { className: "h-full", children: _jsx(Switch, { children: _jsx(Route, { exact: true, path: [LEGEND_REPL_GRID_CLIENT_ROUTE_PATTERN.DATA_CUBE], component:
27
41
  // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
28
- DataCube }) }) }))));
42
+ LegendREPLDataCube }) }) })));
29
43
  export const LegendREPLWebApplication = (props) => {
30
44
  const { baseUrl } = props;
31
- return (_jsx(BrowserEnvironmentProvider, { baseUrl: baseUrl, children: _jsxs(LegendREPLFrameworkProvider, { children: [_jsx(LegendREPLRouter, {}), _jsx(BlockingActionAlert, {})] }) }));
45
+ return (_jsx(BrowserEnvironmentProvider, { baseUrl: baseUrl, children: _jsx(ApplicationFrameworkProvider, { simple: true, children: _jsx(LegendREPLRouter, {}) }) }));
32
46
  };
33
47
  //# sourceMappingURL=LegendREPLApplication.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"LegendREPLApplication.js","sourceRoot":"","sources":["../../src/components/LegendREPLApplication.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,0BAA0B,EAC1B,KAAK,EACL,MAAM,GAEP,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAC/E,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAEtD,MAAM,CAAC,MAAM,qCAAqC,GAAG,MAAM,CAAC,MAAM,CAAC;IACjE,SAAS,EAAE,WAAW;CACvB,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAC3C,QAAQ,CAAC,GAAG,EAAE,CAAC,CACb,cAAK,SAAS,EAAC,KAAK,YAClB,KAAC,MAAM,cACL,KAAC,KAAK,IACJ,KAAK,EAAE,IAAI,EACX,IAAI,EAAE,CAAC,qCAAqC,CAAC,SAAS,CAAC,EACvD,SAAS;YACP,mEAAmE;YACnE,QAA+C,GAEjD,GACK,GACL,CACP,CAAC,CACH,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAEhC,CAAC,KAAK,EAAE,EAAE;IACb,MAAM,EAAE,OAAO,EAAE,GAAG,KAAK,CAAC;IAE1B,OAAO,CACL,KAAC,0BAA0B,IAAC,OAAO,EAAE,OAAO,YAC1C,MAAC,2BAA2B,eAC1B,KAAC,gBAAgB,KAAG,EACpB,KAAC,mBAAmB,KAAG,IACK,GACH,CAC9B,CAAC;AACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"LegendREPLApplication.js","sourceRoot":"","sources":["../../src/components/LegendREPLApplication.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,0BAA0B,EAC1B,KAAK,EACL,MAAM,GAEP,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,EAAE,oBAAoB,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAE,mCAAmC,EAAE,MAAM,kDAAkD,CAAC;AACvG,OAAO,EAAE,wBAAwB,EAAE,MAAM,uCAAuC,CAAC;AACjF,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,EACL,4BAA4B,EAC5B,mBAAmB,GAGpB,MAAM,2BAA2B,CAAC;AAGnC,MAAM,kBAAkB,GAAG,QAAQ,CAAC,GAAG,EAAE;IACvC,MAAM,gBAAgB,GAAG,mBAAmB,EAGzC,CAAC;IACJ,MAAM,WAAW,GAAG,OAAO,CACzB,GAAG,EAAE,CAAC,IAAI,mCAAmC,CAAC,gBAAgB,CAAC,EAC/D,CAAC,gBAAgB,CAAC,CACnB,CAAC;IACF,MAAM,MAAM,GAAG,IAAI,wBAAwB,CACzC,IAAI,sBAAsB,CACxB,IAAI,aAAa,CAAC;QAChB,OAAO,EAAE,gBAAgB,CAAC,MAAM,CAAC,oBAAoB;YACnD,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM;gBACtB,oBAAoB,CAAC,gBAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,OAAO,CAC/D,QAAQ,EACR,EAAE,CACH;YACH,CAAC,CAAC,gBAAgB,CAAC,MAAM,CAAC,OAAO;KACpC,CAAC,CACH,CACF,CAAC;IAEF,OAAO,CACL,KAAC,gBAAgB,IAAC,WAAW,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,YACxD,KAAC,QAAQ,KAAG,GACK,CACpB,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,qCAAqC,GAAG,MAAM,CAAC,MAAM,CAAC;IACjE,SAAS,EAAE,WAAW;CACvB,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,gBAAgB,GAAG,QAAQ,CAAC,GAAG,EAAE,CAAC,CAC7C,cAAK,SAAS,EAAC,QAAQ,YACrB,KAAC,MAAM,cACL,KAAC,KAAK,IACJ,KAAK,EAAE,IAAI,EACX,IAAI,EAAE,CAAC,qCAAqC,CAAC,SAAS,CAAC,EACvD,SAAS;YACP,mEAAmE;YACnE,kBAAyD,GAE3D,GACK,GACL,CACP,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,KAA0B,EAAE,EAAE;IACrE,MAAM,EAAE,OAAO,EAAE,GAAG,KAAK,CAAC;IAE1B,OAAO,CACL,KAAC,0BAA0B,IAAC,OAAO,EAAE,OAAO,YAC1C,KAAC,4BAA4B,IAAC,MAAM,EAAE,IAAI,YACxC,KAAC,gBAAgB,KAAG,GACS,GACJ,CAC9B,CAAC;AACJ,CAAC,CAAC"}
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-application-repl v0.0.60
1
+ /** @license @finos/legend-application-repl v1.0.0
2
2
  * Copyright (c) 2020-present, Goldman Sachs
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,4 +14,4 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- @import"@ag-grid-community/styles/ag-grid.css";@import"@ag-grid-community/styles/ag-theme-quartz.css";html{box-sizing:border-box;font-family:Roboto,sans-serif;overscroll-behavior:none}body{font-size:12px}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background:var(--tw-color-neutral-400);border:3.5px solid rgba(0,0,0,0);background-clip:content-box;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--tw-color-neutral-500);border:3.5px solid rgba(0,0,0,0);background-clip:content-box;border-radius:2px}::-webkit-scrollbar-thumb:window-inactive{background:var(--tw-color-neutral-200);border:3.5px solid rgba(0,0,0,0);background-clip:content-box;border-radius:2px}::-webkit-scrollbar{appearance:none;width:10px;height:10px}input:focus-visible,button:focus-visible{outline-color:var(--tw-color-sky-600);outline-offset:-1px;outline-width:1.5px;outline-style:solid}.MuiCheckbox-root.Mui-focusVisible svg{outline-color:var(--tw-color-sky-600);outline-offset:-2px;outline-width:1.5px;outline-style:solid}.data-cube-editor-checkbox--checked svg{color:var(--tw-color-neutral-600)}.data-cube-editor-checkbox--disabled svg{color:var(--tw-color-neutral-300)}.data-cube-color-picker .react-colorful{width:270px;height:100px;border-radius:2px;border:.5px solid var(--tw-color-neutral-600)}.data-cube-color-picker .react-colorful__saturation{border-radius:2px 2px 0 0}.data-cube-color-picker .react-colorful__pointer{width:12px;height:12px}.data-cube-color-picker .react-colorful__hue{height:12px}.data-cube-color-picker .react-colorful__last-control{border-radius:0 0 2px 2px;height:12px}.data-cube-color-picker--disabled{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100' %3E%3Cpath d='M0 0 L100 100' stroke-width='4' stroke='%23e5e5e5' /%3E%3C/svg%3E")}.data-cube-color-picker--transparent{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100' %3E%3Cpath d='M0 100 L100 0' stroke-width='7' stroke='%23ef4444' /%3E%3C/svg%3E")}.data-cube-grid__utility--pivot-column-group{padding:0 0 0 4px;border:1px solid var(--tw-color-neutral-400)}.data-cube-grid__utility--pivot-column-group-0{background:linear-gradient(var(--tw-color-blue-200), var(--tw-color-blue-50))}.data-cube-grid__utility--pivot-column-group-1{background:linear-gradient(var(--tw-color-emerald-200), var(--tw-color-emerald-50))}.data-cube-grid__utility--pivot-column-group-2{background:linear-gradient(var(--tw-color-rose-200), var(--tw-color-rose-50))}.data-cube-grid__utility--pivot-column-group-3{background:linear-gradient(var(--tw-color-teal-200), var(--tw-color-teal-50))}.data-cube-grid__utility--pivot-column-group-4{background:linear-gradient(var(--tw-color-yellow-200), var(--tw-color-yellow-50))}.data-cube-grid.ag-theme-quartz,.data-cube-grid .ag-theme-quartz{--ag-card-radius: 0;--ag-active-color: var(--tw-color-sky-600);--ag-range-selection-border-color: var(--tw-color-sky-600);--ag-range-selection-highlight-color: var( --tw-color-sky-50 );--ag-border-color: var(--tw-color-neutral-200);--ag-header-background-color: var(--tw-color-neutral-100);--ag-header-height: 24px;--ag-row-height: 20px;--ag-font-size: 12px;--ag-grid-size: 1px;--ag-icon-size: 12px;--ag-font-family: "Roboto", sans-serif;--ag-icon-font-color: var(--tw-color-neutral-500);--ag-header-foreground-color: var(--tw-color-black);--ag-row-hover-color: #d4d4d415;--ag-popup-shadow: 2px 2px 5px rgb(0 0 0 / 20%);--ag-header-column-resize-handle-width: 1px;--ag-background-color: var(--tw-color-white);--ag-menu-background-color: var(--tw-color-white);--ag-menu-border-color: var(--tw-color-neutral-300);--ag-border-radius: 0;--ag-input-focus-box-shadow: none;--ag-input-focus-border-color: var(--tw-color-sky-600);--ag-tooltip-background-color: var(--tw-color-white);--ag-icon-font-code-group: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-table-column' width='12' height='12' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000000' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z' /%3E%3Cpath d='M10 10h11' /%3E%3Cpath d='M10 3v18' /%3E%3Cpath d='M9 3l-6 6' /%3E%3Cpath d='M10 7l-7 7' /%3E%3Cpath d='M10 12l-7 7' /%3E%3Cpath d='M10 17l-4 4' /%3E%3C/svg%3E");--ag-icon-font-code-pivot: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-table-row' width='12' height='12' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000000' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z' /%3E%3Cpath d='M9 3l-6 6' /%3E%3Cpath d='M14 3l-7 7' /%3E%3Cpath d='M19 3l-7 7' /%3E%3Cpath d='M21 6l-4 4' /%3E%3Cpath d='M3 10h18' /%3E%3Cpath d='M10 10v11' /%3E%3C/svg%3E");--ag-icon-font-code-columns: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-columns-3' width='12' height='12' viewBox='0 0 24 24' stroke-width='1.5' stroke='black' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 3m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v16a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1zm6 -1v18m6 -18v18' /%3E%3C/svg%3E");--ag-control-panel-background-color: var(--tw-color-neutral-100);--ag-widget-container-horizontal-padding: 4px;--ag-widget-container-vertical-padding: 4px;--ag-list-item-height: 18px;--ag-widget-horizontal-spacing: 4px;--ag-widget-vertical-spacing: 4px;--ag-wrapper-border-radius: 0}.data-cube-grid.ag-theme-quartz .ag-sticky-top .ag-pinned-left-sticky-top>div,.data-cube-grid.ag-theme-quartz .ag-sticky-top .ag-sticky-top-container>div,.data-cube-grid .ag-theme-quartz .ag-sticky-top .ag-pinned-left-sticky-top>div,.data-cube-grid .ag-theme-quartz .ag-sticky-top .ag-sticky-top-container>div{border-bottom:3px double var(--tw-color-neutral-400)}.data-cube-grid.ag-theme-quartz .ag-cell.ag-cell-last-left-pinned,.data-cube-grid .ag-theme-quartz .ag-cell.ag-cell-last-left-pinned{border-right:none}.data-cube-grid.ag-theme-quartz .ag-pinned-left-sticky-top,.data-cube-grid.ag-theme-quartz .ag-pinned-left-header,.data-cube-grid.ag-theme-quartz .ag-pinned-left-cols-container,.data-cube-grid .ag-theme-quartz .ag-pinned-left-sticky-top,.data-cube-grid .ag-theme-quartz .ag-pinned-left-header,.data-cube-grid .ag-theme-quartz .ag-pinned-left-cols-container{border-right:3px double var(--tw-color-neutral-400)}.data-cube-grid.ag-theme-quartz .ag-cell.ag-cell-first-right-pinned,.data-cube-grid .ag-theme-quartz .ag-cell.ag-cell-first-right-pinned{border-left:none}.data-cube-grid.ag-theme-quartz .ag-pinned-right-sticky-top,.data-cube-grid.ag-theme-quartz .ag-pinned-right-header,.data-cube-grid.ag-theme-quartz .ag-pinned-right-cols-container,.data-cube-grid .ag-theme-quartz .ag-pinned-right-sticky-top,.data-cube-grid .ag-theme-quartz .ag-pinned-right-header,.data-cube-grid .ag-theme-quartz .ag-pinned-right-cols-container{border-left:3px double var(--tw-color-neutral-400)}.data-cube-grid.ag-theme-quartz .ag-tooltip,.data-cube-grid .ag-theme-quartz .ag-tooltip{padding:3px 5px;border:1px solid var(--tw-color-neutral-500);border-radius:0}.data-cube-grid.ag-theme-quartz .ag-tooltip.ag-tooltip-animate,.data-cube-grid.ag-theme-quartz .ag-tooltip-custom.ag-tooltip-animate,.data-cube-grid .ag-theme-quartz .ag-tooltip.ag-tooltip-animate,.data-cube-grid .ag-theme-quartz .ag-tooltip-custom.ag-tooltip-animate{transition:opacity .2s}.data-cube-grid.ag-theme-quartz .ag-header-cell-label .ag-sort-order,.data-cube-grid .ag-theme-quartz .ag-header-cell-label .ag-sort-order{font-size:10px;margin-left:5px;margin-right:-2px;color:var(--tw-color-neutral-500);font-weight:500}.data-cube-grid.ag-theme-quartz .ag-header-cell-menu-button:hover,.data-cube-grid .ag-theme-quartz .ag-header-cell-menu-button:hover{background-color:rgba(0,0,0,0);box-shadow:none}.data-cube-grid.ag-theme-quartz .ag-menu,.data-cube-grid .ag-theme-quartz .ag-menu{--ag-grid-size: 3px}.data-cube-grid.ag-theme-quartz .ag-menu-list,.data-cube-grid .ag-theme-quartz .ag-menu-list{min-width:120px}.data-cube-grid.ag-theme-quartz .ag-menu-option,.data-cube-grid .ag-theme-quartz .ag-menu-option{cursor:default;font-weight:initial}.data-cube-grid.ag-theme-quartz .ag-menu-option-active,.data-cube-grid .ag-theme-quartz .ag-menu-option-active{background-color:var(--tw-color-neutral-100)}.data-cube-grid.ag-theme-quartz .ag-column-drop-cell,.data-cube-grid .ag-theme-quartz .ag-column-drop-cell{height:16px;display:flex;align-items:center;border-radius:3px}.data-cube-grid.ag-theme-quartz .ag-column-drop-cell .ag-column-drop-cell-text,.data-cube-grid .ag-theme-quartz .ag-column-drop-cell .ag-column-drop-cell-text{height:16px;line-height:16px;color:var(--ag-secondary-foreground-color)}.data-cube-grid.ag-theme-quartz .ag-side-bar,.data-cube-grid .ag-theme-quartz .ag-side-bar{background:var(--tw-color-neutral-100)}.data-cube-grid.ag-theme-quartz .ag-column-panel .ag-column-select-header-filter-wrapper .ag-input-wrapper::before,.data-cube-grid .ag-theme-quartz .ag-column-panel .ag-column-select-header-filter-wrapper .ag-input-wrapper::before{margin-left:3px}.data-cube-grid.ag-theme-quartz .ag-column-panel .ag-input-field-input.ag-text-field-input,.data-cube-grid .ag-theme-quartz .ag-column-panel .ag-input-field-input.ag-text-field-input{padding:2px 2px 2px 18px;font-size:10px}.data-cube-grid.ag-theme-quartz .ag-column-drop-title-bar.ag-column-drop-vertical-title-bar,.data-cube-grid .ag-theme-quartz .ag-column-drop-title-bar.ag-column-drop-vertical-title-bar{border-bottom:1px solid var(--ag-border-color);padding-bottom:var(--ag-grid-size);margin-bottom:var(--ag-grid-size)}.data-cube-grid.ag-theme-quartz .ag-column-drop,.data-cube-grid .ag-theme-quartz .ag-column-drop{--ag-grid-size: 3px}.data-cube-grid.ag-theme-quartz .ag-column-drop-vertical,.data-cube-grid .ag-theme-quartz .ag-column-drop-vertical{padding-top:var(--ag-grid-size)}.data-cube-grid.ag-theme-quartz .ag-column-drop-empty-message.ag-column-drop-horizontal-empty-message,.data-cube-grid .ag-theme-quartz .ag-column-drop-empty-message.ag-column-drop-horizontal-empty-message{font-size:0;color:var(--ag-disabled-foreground-color)}.data-cube-grid.ag-theme-quartz .ag-column-drop-list.ag-column-drop-horizontal-list[aria-label="Row Groups"] .ag-column-drop-empty-message.ag-column-drop-horizontal-empty-message::after,.data-cube-grid .ag-theme-quartz .ag-column-drop-list.ag-column-drop-horizontal-list[aria-label="Row Groups"] .ag-column-drop-empty-message.ag-column-drop-horizontal-empty-message::after{content:"Drag columns here to set vertical pivots";font-size:11px}.data-cube-grid.ag-theme-quartz .ag-column-drop-list.ag-column-drop-horizontal-list[aria-label="Column Labels"] .ag-column-drop-empty-message.ag-column-drop-horizontal-empty-message::after,.data-cube-grid .ag-theme-quartz .ag-column-drop-list.ag-column-drop-horizontal-list[aria-label="Column Labels"] .ag-column-drop-empty-message.ag-column-drop-horizontal-empty-message::after{content:"Drag columns here to set horizontal pivots";font-size:11px}.data-cube-grid.ag-theme-quartz .ag-column-drop-title-bar.ag-column-drop-vertical-title-bar .ag-column-drop-title.ag-column-drop-vertical-title,.data-cube-grid .ag-theme-quartz .ag-column-drop-title-bar.ag-column-drop-vertical-title-bar .ag-column-drop-title.ag-column-drop-vertical-title{font-size:0}.data-cube-grid.ag-theme-quartz .ag-column-drop-title-bar.ag-column-drop-vertical-title-bar .ag-icon.ag-icon-group+span::after,.data-cube-grid .ag-theme-quartz .ag-column-drop-title-bar.ag-column-drop-vertical-title-bar .ag-icon.ag-icon-group+span::after{content:"Vertical Pivots";font-size:11px}.data-cube-grid.ag-theme-quartz .ag-column-drop-title-bar.ag-column-drop-vertical-title-bar .ag-icon.ag-icon-pivot+span::after,.data-cube-grid .ag-theme-quartz .ag-column-drop-title-bar.ag-column-drop-vertical-title-bar .ag-icon.ag-icon-pivot+span::after{content:"Horizontal Pivots";font-size:11px}.data-cube-grid.ag-theme-quartz .ag-column-drop-empty-message.ag-column-drop-vertical-empty-message,.data-cube-grid .ag-theme-quartz .ag-column-drop-empty-message.ag-column-drop-vertical-empty-message{font-size:0;padding-top:5px}.data-cube-grid.ag-theme-quartz .ag-column-drop-list.ag-column-drop-vertical-list[aria-label="Row Groups"] .ag-column-drop-empty-message.ag-column-drop-vertical-empty-message::after,.data-cube-grid.ag-theme-quartz .ag-column-drop-list.ag-column-drop-vertical-list[aria-label="Column Labels"] .ag-column-drop-empty-message.ag-column-drop-vertical-empty-message::after,.data-cube-grid .ag-theme-quartz .ag-column-drop-list.ag-column-drop-vertical-list[aria-label="Row Groups"] .ag-column-drop-empty-message.ag-column-drop-vertical-empty-message::after,.data-cube-grid .ag-theme-quartz .ag-column-drop-list.ag-column-drop-vertical-list[aria-label="Column Labels"] .ag-column-drop-empty-message.ag-column-drop-vertical-empty-message::after{content:"Drag columns here to set pivots";font-size:11px;font-weight:initial}.data-cube-column-selector .ag-theme-quartz{--ag-active-color: var(--tw-color-sky-600);--ag-input-focus-border-color: var(--tw-color-sky-600);--ag-range-selection-border-color: var(--tw-color-sky-600);--ag-selected-row-background-color: var(--tw-color-sky-100);--ag-border-color: var(--tw-color-white);--ag-header-background-color: var(--tw-color-white);--ag-header-height: 20px;--ag-row-height: 20px;--ag-font-size: 12px;--ag-grid-size: 1px;--ag-icon-size: 12px;--ag-font-family: "Roboto", sans-serif;--ag-icon-font-color: var(--tw-color-neutral-500);--ag-row-border-color: transparent;--ag-header-foreground-color: var(--tw-color-black);--ag-row-hover-color: #d4d4d415;--ag-header-column-separator-display: none;--ag-wrapper-border-radius: 0}.data-cube-column-selector .ag-theme-quartz .ag-header-cell:focus-visible::after{width:100%;height:100%;top:0;left:0}.data-cube-column-selector .ag-theme-quartz .ag-drag-handle.ag-row-drag{margin-right:5px}.data-cube-editor-date-calendar .MuiDateCalendar-root *{font-size:10px}.data-cube-editor-date-calendar .MuiYearCalendar-root{width:190px;height:160px}.data-cube-editor-date-calendar .MuiDateCalendar-root{width:190px;height:210px}.data-cube-editor-date-calendar .MuiPickersCalendarHeader-root{margin-top:10px;padding-left:17px;padding-right:11px;min-height:32px;max-height:32px}.data-cube-editor-date-calendar .MuiPickersCalendarHeader-label{font-size:11px}.data-cube-editor-date-calendar .MuiPickersDay-today:not(.Mui-selected){border:1px solid var(--tw-color-neutral-500)}.data-cube-editor-date-calendar .MuiPickersCalendarHeader-switchViewIcon,.data-cube-editor-date-calendar .MuiPickersArrowSwitcher-leftArrowIcon,.data-cube-editor-date-calendar .MuiPickersArrowSwitcher-rightArrowIcon{font-size:12px}.data-cube-editor-date-calendar .MuiPickersYear-yearButton:focus,.data-cube-editor-date-calendar .MuiPickersYear-yearButton:hover,.data-cube-editor-date-calendar .MuiPickersDay-root:focus,.data-cube-editor-date-calendar .MuiPickersDay-root:hover{background-color:var(--tw-color-sky-50)}.data-cube-editor-date-calendar .MuiPickersYear-yearButton.Mui-selected,.data-cube-editor-date-calendar .MuiPickersYear-yearButton.Mui-selected:focus,.data-cube-editor-date-calendar .MuiPickersYear-yearButton.Mui-selected:hover,.data-cube-editor-date-calendar .MuiPickersDay-root.Mui-selected,.data-cube-editor-date-calendar .MuiPickersDay-root.Mui-selected:focus,.data-cube-editor-date-calendar .MuiPickersDay-root.Mui-selected:hover{background-color:var(--tw-color-sky-600)}.data-cube-editor-date-calendar .MuiPickersCalendarHeader-switchViewButton,.data-cube-editor-date-calendar .MuiPickersArrowSwitcher-button,.data-cube-editor-date-calendar .MuiDayCalendar-weekDayLabel,.data-cube-editor-date-calendar .MuiPickersDay-root{height:20px;width:20px;border-radius:0}.data-cube-editor-date-calendar .MuiPickersYear-yearButton,.data-cube-editor-date-calendar .MuiPickersYear-root{height:20px;width:30px;border-radius:0}.data-cube-editor-date-calendar .MuiPickersSlideTransition-root{min-height:140px}/*# sourceMappingURL=index.css.map */
17
+ @import"@finos/legend-data-cube/lib/index.css";html{box-sizing:border-box;font-family:Roboto,sans-serif;overscroll-behavior:none}body{font-size:12px}/*# sourceMappingURL=index.css.map */
package/lib/index.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../style/_repl.scss"],"names":[],"mappings":"AAgBQ,+CACA,uDAIR,KACE,sBACA,8BACA,yBAGF,KAEE,eAQF,0BACE,yBAGF,2BACE,yBAGF,0BACE,uCACA,iCACA,4BACA,kBAGF,gCACE,uCACA,iCACA,4BACA,kBAGF,0CACE,uCACA,iCACA,4BACA,kBAGF,oBACE,gBACA,WACA,YAKF,yCAEE,sCACA,oBACA,oBACA,oBAGF,uCACE,sCACA,oBACA,oBACA,oBAGF,wCACE,kCAGF,yCACE,kCAMA,wCACE,YACA,aACA,kBACA,8CAGF,oDACE,0BAGF,iDACE,WACA,YAGF,6CACE,YAGF,sDACE,0BACA,YAIJ,kCACE,8NAGF,qCACE,8NAGF,6CACE,kBACA,6CAIF,+CACE,8EAMF,+CACE,oFAMF,+CACE,8EAMF,+CACE,8EAMF,+CACE,kFAMF,iEAEE,oBACA,2CACA,2DACA,+DAIA,+CACA,0DACA,yBACA,sBACA,qBACA,oBACA,qBACA,uCACA,kDACA,oDACA,gCACA,gDACA,4CACA,6CACA,kDACA,oDACA,sBACA,kCACA,uDAGA,qDAGA,imBACA,4lBACA,6cACA,iEACA,8CACA,4CACA,4BACA,oCACA,kCACA,8BAKA,sTAEE,qDAGF,qIACE,kBAGF,qWAGE,oDAGF,yIACE,iBAGF,2WAGE,mDAMF,yFACE,gBACA,6CACA,gBAGF,4QAEE,uBAKF,2IACE,eACA,gBACA,kBACA,kCACA,gBAGF,qIACE,+BACA,gBAIF,mFAEE,oBAGF,6FACE,gBAGF,iGACE,eACA,oBAGF,+GACE,6CAeF,2GACE,YACA,aACA,mBACA,kBAEA,+JACE,YACA,iBACA,2CAIJ,2FACE,uCAIA,uOACE,gBAGF,uLACE,yBACA,eAIJ,yLACE,+CACA,mCACA,kCAGF,iGAEE,oBAGF,mHACE,gCAOF,6MACE,YACA,0CAGF,qXAEE,mDACA,eAGF,2XAEE,qDACA,eAGF,iSAEE,YAGF,+PAGE,0BACA,eAGF,+PAGE,4BACA,eAGF,yMACE,YACA,gBAGF,guBAIE,0CACA,eACA,oBAOJ,4CACE,2CACA,uDACA,2DACA,4DACA,yCACA,oDACA,yBACA,sBACA,qBACA,oBACA,qBACA,uCACA,kDACA,mCACA,oDACA,gCACA,2CACA,8BAGA,iFACE,WACA,YACA,MACA,OAGF,wEACE,iBAOF,wDACE,eAGF,sDACE,YACA,aAGF,sDACE,YACA,aAGF,+DACE,gBACA,kBACA,mBACA,gBACA,gBAGF,gEACE,eAGF,wEACE,6CAGF,wNAGE,eAGF,sPAIE,wCAGF,mbAME,yCAGF,4PAIE,YACA,WACA,gBAGF,gHAEE,YACA,WACA,gBAGF,gEACE","file":"index.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../style/index.scss"],"names":[],"mappings":"AAgBQ,+CAIR,KACE,sBACA,8BACA,yBAGF,KAEE","file":"index.css"}
package/lib/index.d.ts CHANGED
@@ -14,10 +14,9 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  import { WebConsole } from '@finos/legend-shared';
17
- import { Core_LegendREPLApplicationPlugin } from './components/Core_LegendREPLApplicationPlugin.js';
18
17
  export declare class LegendREPLWebApplication {
19
18
  static getPresetCollection(): never[];
20
- static getPluginCollection(): (Core_LegendREPLApplicationPlugin | WebConsole)[];
19
+ static getPluginCollection(): WebConsole[];
21
20
  static run(baseUrl: string): void;
22
21
  }
23
22
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AAEpG,qBAAa,wBAAwB;IACnC,MAAM,CAAC,mBAAmB;IAI1B,MAAM,CAAC,mBAAmB;IAI1B,MAAM,CAAC,GAAG,CAAC,OAAO,EAAE,MAAM;CAU3B"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAGlD,qBAAa,wBAAwB;IACnC,MAAM,CAAC,mBAAmB;IAI1B,MAAM,CAAC,mBAAmB;IAI1B,MAAM,CAAC,GAAG,CAAC,OAAO,EAAE,MAAM;CAU3B"}
package/lib/index.js CHANGED
@@ -15,13 +15,12 @@
15
15
  */
16
16
  import { WebConsole } from '@finos/legend-shared';
17
17
  import { LegendREPL } from './application/LegendREPL.js';
18
- import { Core_LegendREPLApplicationPlugin } from './components/Core_LegendREPLApplicationPlugin.js';
19
18
  export class LegendREPLWebApplication {
20
19
  static getPresetCollection() {
21
20
  return [];
22
21
  }
23
22
  static getPluginCollection() {
24
- return [new Core_LegendREPLApplicationPlugin(), new WebConsole()];
23
+ return [new WebConsole()];
25
24
  }
26
25
  static run(baseUrl) {
27
26
  LegendREPL.create()
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AAEpG,MAAM,OAAO,wBAAwB;IACnC,MAAM,CAAC,mBAAmB;QACxB,OAAO,EAAE,CAAC;IACZ,CAAC;IAED,MAAM,CAAC,mBAAmB;QACxB,OAAO,CAAC,IAAI,gCAAgC,EAAE,EAAE,IAAI,UAAU,EAAE,CAAC,CAAC;IACpE,CAAC;IAED,MAAM,CAAC,GAAG,CAAC,OAAe;QACxB,UAAU,CAAC,MAAM,EAAE;aAChB,KAAK,CAAC,EAAE,WAAW,EAAE,OAAO,EAAE,CAAC;aAC/B,WAAW,CAAC,wBAAwB,CAAC,mBAAmB,EAAE,CAAC;aAC3D,WAAW,CAAC,wBAAwB,CAAC,mBAAmB,EAAE,CAAC;aAC3D,KAAK,EAAE;aACP,KAAK,CAAC,CAAC,CAAU,EAAE,EAAE;YACpB,MAAM,CAAC,CAAC;QACV,CAAC,CAAC,CAAC;IACP,CAAC;CACF"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAEzD,MAAM,OAAO,wBAAwB;IACnC,MAAM,CAAC,mBAAmB;QACxB,OAAO,EAAE,CAAC;IACZ,CAAC;IAED,MAAM,CAAC,mBAAmB;QACxB,OAAO,CAAC,IAAI,UAAU,EAAE,CAAC,CAAC;IAC5B,CAAC;IAED,MAAM,CAAC,GAAG,CAAC,OAAe;QACxB,UAAU,CAAC,MAAM,EAAE;aAChB,KAAK,CAAC,EAAE,WAAW,EAAE,OAAO,EAAE,CAAC;aAC/B,WAAW,CAAC,wBAAwB,CAAC,mBAAmB,EAAE,CAAC;aAC3D,WAAW,CAAC,wBAAwB,CAAC,mBAAmB,EAAE,CAAC;aAC3D,KAAK,EAAE;aACP,KAAK,CAAC,CAAC,CAAU,EAAE,EAAE;YACpB,MAAM,CAAC,CAAC;QACV,CAAC,CAAC,CAAC;IACP,CAAC;CACF"}
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-application-repl",
3
- "version": "0.0.60",
3
+ "version": "1.0.0",
4
4
  "description": "Legend REPL Grid client application core",
5
5
  "keywords": [
6
6
  "legend",
@@ -43,35 +43,17 @@
43
43
  "test:watch": "jest --watch"
44
44
  },
45
45
  "dependencies": {
46
- "@ag-grid-community/client-side-row-model": "32.2.0",
47
- "@ag-grid-community/core": "32.2.0",
48
- "@ag-grid-community/csv-export": "32.2.0",
49
- "@ag-grid-community/react": "32.2.0",
50
- "@ag-grid-community/styles": "32.2.0",
51
- "@ag-grid-enterprise/clipboard": "32.2.0",
52
- "@ag-grid-enterprise/column-tool-panel": "32.2.0",
53
- "@ag-grid-enterprise/core": "32.2.0",
54
- "@ag-grid-enterprise/excel-export": "32.2.0",
55
- "@ag-grid-enterprise/menu": "32.2.0",
56
- "@ag-grid-enterprise/range-selection": "32.2.0",
57
- "@ag-grid-enterprise/row-grouping": "32.2.0",
58
- "@ag-grid-enterprise/server-side-row-model": "32.2.0",
59
- "@ag-grid-enterprise/side-bar": "32.2.0",
60
46
  "@finos/legend-application": "workspace:*",
61
47
  "@finos/legend-art": "workspace:*",
48
+ "@finos/legend-data-cube": "workspace:*",
62
49
  "@finos/legend-graph": "workspace:*",
63
- "@finos/legend-lego": "workspace:*",
64
50
  "@finos/legend-shared": "workspace:*",
65
- "@types/react": "18.3.7",
51
+ "@types/react": "18.3.9",
66
52
  "@types/react-dom": "18.3.0",
67
- "mathjs": "13.1.1",
68
- "mobx": "6.13.2",
53
+ "mobx": "6.13.3",
69
54
  "mobx-react-lite": "4.0.7",
70
- "monaco-editor": "0.51.0",
71
55
  "react": "18.3.1",
72
- "react-dnd": "16.0.1",
73
- "react-dom": "18.3.1",
74
- "serializr": "3.0.2"
56
+ "react-dom": "18.3.1"
75
57
  },
76
58
  "devDependencies": {
77
59
  "@finos/legend-dev-utils": "workspace:*",
@@ -81,7 +63,7 @@
81
63
  "jest": "29.7.0",
82
64
  "npm-run-all": "4.1.5",
83
65
  "rimraf": "6.0.1",
84
- "sass": "1.79.1",
66
+ "sass": "1.79.3",
85
67
  "typescript": "5.6.2"
86
68
  },
87
69
  "peerDependencies": {
@@ -89,8 +71,5 @@
89
71
  },
90
72
  "publishConfig": {
91
73
  "directory": "build/publishContent"
92
- },
93
- "extensions": {
94
- "applicationREPLPlugin": "@finos/legend-application-repl-plugin-core"
95
74
  }
96
75
  }
@@ -0,0 +1,38 @@
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 DocumentationEntry, LogEvent } from '@finos/legend-shared';
17
+ import { DataCubeApplicationEngine, type ActionAlert } from '@finos/legend-data-cube';
18
+ import type { LegendREPLApplicationStore } from '../application/LegendREPLApplicationStore.js';
19
+ export declare class LegendREPLDataCubeApplicationEngine extends DataCubeApplicationEngine {
20
+ private readonly application;
21
+ constructor(application: LegendREPLApplicationStore);
22
+ get documentationUrl(): string | undefined;
23
+ getDocumentationEntry(key: string): DocumentationEntry | undefined;
24
+ openDocumentationEntry(entry: DocumentationEntry): void;
25
+ shouldDisplayDocumentationEntry(entry: DocumentationEntry): boolean;
26
+ openLink(url: string): void;
27
+ setWindowTitle(title: string): void;
28
+ alertAction(alertInfo: ActionAlert | undefined): void;
29
+ alertUnhandledError(error: Error): void;
30
+ logDebug(message: string, ...data: unknown[]): void;
31
+ debugProcess(processName: string, ...data: unknown[]): void;
32
+ logInfo(event: LogEvent, ...data: unknown[]): void;
33
+ logWarning(event: LogEvent, ...data: unknown[]): void;
34
+ logError(event: LogEvent, ...data: unknown[]): void;
35
+ logUnhandledError(error: Error): void;
36
+ logIllegalStateError(message: string, error?: Error): void;
37
+ }
38
+ //# sourceMappingURL=LegendREPLDataCubeApplicationEngine.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendREPLDataCubeApplicationEngine.d.ts","sourceRoot":"","sources":["../../src/stores/LegendREPLDataCubeApplicationEngine.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAMH,OAAO,EAAE,KAAK,kBAAkB,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACzE,OAAO,EACL,yBAAyB,EACzB,KAAK,WAAW,EACjB,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8CAA8C,CAAC;AAE/F,qBAAa,mCAAoC,SAAQ,yBAAyB;IAChF,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA6B;gBAE7C,WAAW,EAAE,0BAA0B;IAMnD,IAAI,gBAAgB,IAAI,MAAM,GAAG,SAAS,CAEzC;IAED,qBAAqB,CAAC,GAAG,EAAE,MAAM;IAIjC,sBAAsB,CAAC,KAAK,EAAE,kBAAkB;IAIhD,+BAA+B,CAAC,KAAK,EAAE,kBAAkB;IAIzD,QAAQ,CAAC,GAAG,EAAE,MAAM;IAIpB,cAAc,CAAC,KAAK,EAAE,MAAM;IAI5B,WAAW,CAAC,SAAS,EAAE,WAAW,GAAG,SAAS;IAI9C,mBAAmB,CAAC,KAAK,EAAE,KAAK;IAIhC,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE;IAQ5C,YAAY,CAAC,WAAW,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE;IASpD,OAAO,CAAC,KAAK,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE;IAI3C,UAAU,CAAC,KAAK,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE;IAI9C,QAAQ,CAAC,KAAK,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE;IAI5C,iBAAiB,CAAC,KAAK,EAAE,KAAK;IAI9B,oBAAoB,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,KAAK;CAOpD"}
@@ -0,0 +1,71 @@
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 { shouldDisplayVirtualAssistantDocumentationEntry, APPLICATION_EVENT, } from '@finos/legend-application';
17
+ import { LogEvent } from '@finos/legend-shared';
18
+ import { DataCubeApplicationEngine, } from '@finos/legend-data-cube';
19
+ export class LegendREPLDataCubeApplicationEngine extends DataCubeApplicationEngine {
20
+ application;
21
+ constructor(application) {
22
+ super();
23
+ this.application = application;
24
+ }
25
+ get documentationUrl() {
26
+ return this.application.documentationService.url;
27
+ }
28
+ getDocumentationEntry(key) {
29
+ return this.application.documentationService.getDocEntry(key);
30
+ }
31
+ openDocumentationEntry(entry) {
32
+ this.currentDocumentationEntry = entry;
33
+ }
34
+ shouldDisplayDocumentationEntry(entry) {
35
+ return shouldDisplayVirtualAssistantDocumentationEntry(entry);
36
+ }
37
+ openLink(url) {
38
+ this.application.navigationService.navigator.visitAddress(url);
39
+ }
40
+ setWindowTitle(title) {
41
+ this.application.layoutService.setWindowTitle(title);
42
+ }
43
+ alertAction(alertInfo) {
44
+ this.currentActionAlert = alertInfo;
45
+ }
46
+ alertUnhandledError(error) {
47
+ this.application.alertUnhandledError(error);
48
+ }
49
+ logDebug(message, ...data) {
50
+ this.application.logService.debug(LogEvent.create(APPLICATION_EVENT.DEBUG), message, ...data);
51
+ }
52
+ debugProcess(processName, ...data) {
53
+ this.application.logService.debug(LogEvent.create(APPLICATION_EVENT.DEBUG), `\n------ START DEBUG PROCESS: ${processName} ------\n`, ...data, `\n------- END DEBUG PROCESS: ${processName} -------\n`);
54
+ }
55
+ logInfo(event, ...data) {
56
+ this.application.logService.info(event, ...data);
57
+ }
58
+ logWarning(event, ...data) {
59
+ this.application.logService.warn(event, ...data);
60
+ }
61
+ logError(event, ...data) {
62
+ this.application.logService.error(event, ...data);
63
+ }
64
+ logUnhandledError(error) {
65
+ this.application.logUnhandledError(error);
66
+ }
67
+ logIllegalStateError(message, error) {
68
+ this.logError(LogEvent.create(APPLICATION_EVENT.ILLEGAL_APPLICATION_STATE_OCCURRED), message, error);
69
+ }
70
+ }
71
+ //# sourceMappingURL=LegendREPLDataCubeApplicationEngine.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendREPLDataCubeApplicationEngine.js","sourceRoot":"","sources":["../../src/stores/LegendREPLDataCubeApplicationEngine.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,+CAA+C,EAC/C,iBAAiB,GAClB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAA2B,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACzE,OAAO,EACL,yBAAyB,GAE1B,MAAM,yBAAyB,CAAC;AAGjC,MAAM,OAAO,mCAAoC,SAAQ,yBAAyB;IAC/D,WAAW,CAA6B;IAEzD,YAAY,WAAuC;QACjD,KAAK,EAAE,CAAC;QAER,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;IACjC,CAAC;IAED,IAAI,gBAAgB;QAClB,OAAO,IAAI,CAAC,WAAW,CAAC,oBAAoB,CAAC,GAAG,CAAC;IACnD,CAAC;IAED,qBAAqB,CAAC,GAAW;QAC/B,OAAO,IAAI,CAAC,WAAW,CAAC,oBAAoB,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;IAChE,CAAC;IAED,sBAAsB,CAAC,KAAyB;QAC9C,IAAI,CAAC,yBAAyB,GAAG,KAAK,CAAC;IACzC,CAAC;IAED,+BAA+B,CAAC,KAAyB;QACvD,OAAO,+CAA+C,CAAC,KAAK,CAAC,CAAC;IAChE,CAAC;IAED,QAAQ,CAAC,GAAW;QAClB,IAAI,CAAC,WAAW,CAAC,iBAAiB,CAAC,SAAS,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC;IACjE,CAAC;IAED,cAAc,CAAC,KAAa;QAC1B,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;IACvD,CAAC;IAED,WAAW,CAAC,SAAkC;QAC5C,IAAI,CAAC,kBAAkB,GAAG,SAAS,CAAC;IACtC,CAAC;IAED,mBAAmB,CAAC,KAAY;QAC9B,IAAI,CAAC,WAAW,CAAC,mBAAmB,CAAC,KAAK,CAAC,CAAC;IAC9C,CAAC;IAED,QAAQ,CAAC,OAAe,EAAE,GAAG,IAAe;QAC1C,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,KAAK,CAC/B,QAAQ,CAAC,MAAM,CAAC,iBAAiB,CAAC,KAAK,CAAC,EACxC,OAAO,EACP,GAAG,IAAI,CACR,CAAC;IACJ,CAAC;IAED,YAAY,CAAC,WAAmB,EAAE,GAAG,IAAe;QAClD,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,KAAK,CAC/B,QAAQ,CAAC,MAAM,CAAC,iBAAiB,CAAC,KAAK,CAAC,EACxC,iCAAiC,WAAW,WAAW,EACvD,GAAG,IAAI,EACP,gCAAgC,WAAW,YAAY,CACxD,CAAC;IACJ,CAAC;IAED,OAAO,CAAC,KAAe,EAAE,GAAG,IAAe;QACzC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;IACnD,CAAC;IAED,UAAU,CAAC,KAAe,EAAE,GAAG,IAAe;QAC5C,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;IACnD,CAAC;IAED,QAAQ,CAAC,KAAe,EAAE,GAAG,IAAe;QAC1C,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,KAAK,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;IACpD,CAAC;IAED,iBAAiB,CAAC,KAAY;QAC5B,IAAI,CAAC,WAAW,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC;IAC5C,CAAC;IAED,oBAAoB,CAAC,OAAe,EAAE,KAAa;QACjD,IAAI,CAAC,QAAQ,CACX,QAAQ,CAAC,MAAM,CAAC,iBAAiB,CAAC,kCAAkC,CAAC,EACrE,OAAO,EACP,KAAK,CACN,CAAC;IACJ,CAAC;CACF"}
@@ -0,0 +1,34 @@
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 { LegendREPLServerClient } from './LegendREPLServerClient.js';
17
+ import { DataCubeEngine, DataCubeGetBaseQueryResult, type CompletionItem, type DataCubeInfrastructureInfo, type RelationType } from '@finos/legend-data-cube';
18
+ import { TDSExecutionResult, type V1_Lambda, type V1_ValueSpecification } from '@finos/legend-graph';
19
+ export declare class LegendREPLDataCubeEngine extends DataCubeEngine {
20
+ readonly client: LegendREPLServerClient;
21
+ constructor(client: LegendREPLServerClient);
22
+ getInfrastructureInfo(): Promise<DataCubeInfrastructureInfo>;
23
+ getQueryTypeahead(code: string, query: V1_ValueSpecification): Promise<CompletionItem[]>;
24
+ parseQuery(code: string, returnSourceInformation?: boolean): Promise<V1_ValueSpecification>;
25
+ getBaseQuery(): Promise<DataCubeGetBaseQueryResult>;
26
+ getQueryRelationType(query: V1_ValueSpecification): Promise<RelationType>;
27
+ getQueryCodeRelationReturnType(code: string, baseQuery: V1_ValueSpecification): Promise<RelationType>;
28
+ executeQuery(query: V1_Lambda): Promise<{
29
+ result: TDSExecutionResult;
30
+ executedQuery: string;
31
+ executedSQL: string;
32
+ }>;
33
+ }
34
+ //# sourceMappingURL=LegendREPLDataCubeEngine.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendREPLDataCubeEngine.d.ts","sourceRoot":"","sources":["../../src/stores/LegendREPLDataCubeEngine.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,EACL,cAAc,EACd,0BAA0B,EAC1B,KAAK,cAAc,EACnB,KAAK,0BAA0B,EAC/B,KAAK,YAAY,EAClB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,kBAAkB,EAKlB,KAAK,SAAS,EACd,KAAK,qBAAqB,EAC3B,MAAM,qBAAqB,CAAC;AAG7B,qBAAa,wBAAyB,SAAQ,cAAc;IAC1D,QAAQ,CAAC,MAAM,EAAE,sBAAsB,CAAC;gBAE5B,MAAM,EAAE,sBAAsB;IAsBpC,qBAAqB,IAAI,OAAO,CAAC,0BAA0B,CAAC;IAI5D,iBAAiB,CACrB,IAAI,EAAE,MAAM,EACZ,KAAK,EAAE,qBAAqB,GAC3B,OAAO,CAAC,cAAc,EAAE,CAAC;IAOtB,UAAU,CACd,IAAI,EAAE,MAAM,EACZ,uBAAuB,CAAC,EAAE,OAAO,GAChC,OAAO,CAAC,qBAAqB,CAAC;IAO3B,YAAY,IAAI,OAAO,CAAC,0BAA0B,CAAC;IAMnD,oBAAoB,CACxB,KAAK,EAAE,qBAAqB,GAC3B,OAAO,CAAC,YAAY,CAAC;IAMlB,8BAA8B,CAClC,IAAI,EAAE,MAAM,EACZ,SAAS,EAAE,qBAAqB,GAC/B,OAAO,CAAC,YAAY,CAAC;IAOlB,YAAY,CAAC,KAAK,EAAE,SAAS,GAAG,OAAO,CAAC;QAC5C,MAAM,EAAE,kBAAkB,CAAC;QAC3B,aAAa,EAAE,MAAM,CAAC;QACtB,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;CAgBH"}
@@ -0,0 +1,76 @@
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 { action, makeObservable, observable } from 'mobx';
17
+ import { DataCubeEngine, DataCubeGetBaseQueryResult, } from '@finos/legend-data-cube';
18
+ import { TDSExecutionResult, V1_buildExecutionResult, V1_deserializeValueSpecification, V1_serializeExecutionResult, V1_serializeValueSpecification, } from '@finos/legend-graph';
19
+ import { guaranteeType } from '@finos/legend-shared';
20
+ export class LegendREPLDataCubeEngine extends DataCubeEngine {
21
+ client;
22
+ constructor(client) {
23
+ super();
24
+ makeObservable(this, {
25
+ enableDebugMode: observable,
26
+ setEnableDebugMode: action,
27
+ enableEngineDebugMode: observable,
28
+ setEnableEngineDebugMode: action,
29
+ gridClientRowBuffer: observable,
30
+ setGridClientRowBuffer: action,
31
+ gridClientPurgeClosedRowNodes: observable,
32
+ setGridClientPurgeClosedRowNodes: action,
33
+ gridClientSuppressLargeDatasetWarning: observable,
34
+ setGridClientSuppressLargeDatasetWarning: action,
35
+ });
36
+ this.client = client;
37
+ }
38
+ async getInfrastructureInfo() {
39
+ return this.client.getInfrastructureInfo();
40
+ }
41
+ async getQueryTypeahead(code, query) {
42
+ return (await this.client.getQueryTypeahead({
43
+ code,
44
+ baseQuery: V1_serializeValueSpecification(query, []),
45
+ }));
46
+ }
47
+ async parseQuery(code, returnSourceInformation) {
48
+ return V1_deserializeValueSpecification(await this.client.parseQuery({ code, returnSourceInformation }), []);
49
+ }
50
+ async getBaseQuery() {
51
+ return DataCubeGetBaseQueryResult.serialization.fromJson(await this.client.getBaseQuery());
52
+ }
53
+ async getQueryRelationType(query) {
54
+ return this.client.getQueryRelationReturnType({
55
+ query: V1_serializeValueSpecification(query, []),
56
+ });
57
+ }
58
+ async getQueryCodeRelationReturnType(code, baseQuery) {
59
+ return this.client.getQueryCodeRelationReturnType({
60
+ code,
61
+ baseQuery: V1_serializeValueSpecification(baseQuery, []),
62
+ });
63
+ }
64
+ async executeQuery(query) {
65
+ const result = await this.client.executeQuery({
66
+ query: V1_serializeValueSpecification(query, []),
67
+ debug: this.enableEngineDebugMode,
68
+ });
69
+ return {
70
+ result: guaranteeType(V1_buildExecutionResult(V1_serializeExecutionResult(JSON.parse(result.result))), TDSExecutionResult),
71
+ executedQuery: result.executedQuery,
72
+ executedSQL: result.executedSQL,
73
+ };
74
+ }
75
+ }
76
+ //# sourceMappingURL=LegendREPLDataCubeEngine.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendREPLDataCubeEngine.js","sourceRoot":"","sources":["../../src/stores/LegendREPLDataCubeEngine.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAE1D,OAAO,EACL,cAAc,EACd,0BAA0B,GAI3B,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,kBAAkB,EAClB,uBAAuB,EACvB,gCAAgC,EAChC,2BAA2B,EAC3B,8BAA8B,GAG/B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAErD,MAAM,OAAO,wBAAyB,SAAQ,cAAc;IACjD,MAAM,CAAyB;IAExC,YAAY,MAA8B;QACxC,KAAK,EAAE,CAAC;QAER,cAAc,CAAC,IAAI,EAAE;YACnB,eAAe,EAAE,UAAU;YAC3B,kBAAkB,EAAE,MAAM;YAE1B,qBAAqB,EAAE,UAAU;YACjC,wBAAwB,EAAE,MAAM;YAEhC,mBAAmB,EAAE,UAAU;YAC/B,sBAAsB,EAAE,MAAM;YAE9B,6BAA6B,EAAE,UAAU;YACzC,gCAAgC,EAAE,MAAM;YAExC,qCAAqC,EAAE,UAAU;YACjD,wCAAwC,EAAE,MAAM;SACjD,CAAC,CAAC;QACH,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED,KAAK,CAAC,qBAAqB;QACzB,OAAO,IAAI,CAAC,MAAM,CAAC,qBAAqB,EAAE,CAAC;IAC7C,CAAC;IAED,KAAK,CAAC,iBAAiB,CACrB,IAAY,EACZ,KAA4B;QAE5B,OAAO,CAAC,MAAM,IAAI,CAAC,MAAM,CAAC,iBAAiB,CAAC;YAC1C,IAAI;YACJ,SAAS,EAAE,8BAA8B,CAAC,KAAK,EAAE,EAAE,CAAC;SACrD,CAAC,CAAqB,CAAC;IAC1B,CAAC;IAED,KAAK,CAAC,UAAU,CACd,IAAY,EACZ,uBAAiC;QAEjC,OAAO,gCAAgC,CACrC,MAAM,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,EAAE,IAAI,EAAE,uBAAuB,EAAE,CAAC,EAC/D,EAAE,CACH,CAAC;IACJ,CAAC;IAED,KAAK,CAAC,YAAY;QAChB,OAAO,0BAA0B,CAAC,aAAa,CAAC,QAAQ,CACtD,MAAM,IAAI,CAAC,MAAM,CAAC,YAAY,EAAE,CACjC,CAAC;IACJ,CAAC;IAED,KAAK,CAAC,oBAAoB,CACxB,KAA4B;QAE5B,OAAO,IAAI,CAAC,MAAM,CAAC,0BAA0B,CAAC;YAC5C,KAAK,EAAE,8BAA8B,CAAC,KAAK,EAAE,EAAE,CAAC;SACjD,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,8BAA8B,CAClC,IAAY,EACZ,SAAgC;QAEhC,OAAO,IAAI,CAAC,MAAM,CAAC,8BAA8B,CAAC;YAChD,IAAI;YACJ,SAAS,EAAE,8BAA8B,CAAC,SAAS,EAAE,EAAE,CAAC;SACzD,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,YAAY,CAAC,KAAgB;QAKjC,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC;YAC5C,KAAK,EAAE,8BAA8B,CAAC,KAAK,EAAE,EAAE,CAAC;YAChD,KAAK,EAAE,IAAI,CAAC,qBAAqB;SAClC,CAAC,CAAC;QACH,OAAO;YACL,MAAM,EAAE,aAAa,CACnB,uBAAuB,CACrB,2BAA2B,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CACvD,EACD,kBAAkB,CACnB;YACD,aAAa,EAAE,MAAM,CAAC,aAAa;YACnC,WAAW,EAAE,MAAM,CAAC,WAAW;SAChC,CAAC;IACJ,CAAC;CACF"}