@mongodb-js/compass-aggregations 9.3.0 → 9.5.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 (261) hide show
  1. package/.eslintrc.js +3 -3
  2. package/.prettierignore +3 -0
  3. package/.prettierrc.json +1 -0
  4. package/README.md +27 -21
  5. package/dist/browser.js +1 -1
  6. package/dist/browser.js.LICENSE.txt +2 -14
  7. package/dist/index.css +7 -595
  8. package/dist/index.js +1 -22
  9. package/dist/index.js.LICENSE.txt +2 -14
  10. package/dist/src/components/add-stage/add-stage.d.ts +7 -16
  11. package/dist/src/components/add-stage/add-stage.d.ts.map +1 -1
  12. package/dist/src/components/aggregations/aggregations.d.ts +12 -1
  13. package/dist/src/components/aggregations/aggregations.d.ts.map +1 -1
  14. package/dist/src/components/create-view-modal/create-view-modal.d.ts +21 -31
  15. package/dist/src/components/create-view-modal/create-view-modal.d.ts.map +1 -1
  16. package/dist/src/components/create-view-plugin.d.ts.map +1 -1
  17. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts +19 -28
  18. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts.map +1 -1
  19. package/dist/src/components/focus-mode/focus-mode-modal-header.d.ts +16 -0
  20. package/dist/src/components/focus-mode/focus-mode-modal-header.d.ts.map +1 -0
  21. package/dist/src/components/focus-mode/focus-mode-stage-editor.d.ts +14 -0
  22. package/dist/src/components/focus-mode/focus-mode-stage-editor.d.ts.map +1 -0
  23. package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts +23 -0
  24. package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts.map +1 -0
  25. package/dist/src/components/focus-mode/focus-mode.d.ts +13 -0
  26. package/dist/src/components/focus-mode/focus-mode.d.ts.map +1 -0
  27. package/dist/src/components/loading-overlay/index.d.ts +1 -1
  28. package/dist/src/components/loading-overlay/loading-overlay.d.ts +6 -12
  29. package/dist/src/components/loading-overlay/loading-overlay.d.ts.map +1 -1
  30. package/dist/src/components/pipeline/pipeline.d.ts +4 -13
  31. package/dist/src/components/pipeline/pipeline.d.ts.map +1 -1
  32. package/dist/src/components/pipeline-builder-input-documents.d.ts +17 -0
  33. package/dist/src/components/pipeline-builder-input-documents.d.ts.map +1 -0
  34. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts +4 -1
  35. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts.map +1 -1
  36. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts +5 -1
  37. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts.map +1 -1
  38. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts +9 -1
  39. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts.map +1 -1
  40. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts +17 -0
  41. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts.map +1 -0
  42. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts +12 -19
  43. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts.map +1 -1
  44. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts +4 -1
  45. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts.map +1 -1
  46. package/dist/src/components/pipeline-confirm-modal/pipeline-confirm-modal.d.ts +13 -0
  47. package/dist/src/components/pipeline-confirm-modal/pipeline-confirm-modal.d.ts.map +1 -0
  48. package/dist/src/components/pipeline-explain/explain-query-performance.d.ts.map +1 -1
  49. package/dist/src/components/pipeline-explain/explain-results.d.ts.map +1 -1
  50. package/dist/src/components/pipeline-explain/index.d.ts +4 -1
  51. package/dist/src/components/pipeline-explain/index.d.ts.map +1 -1
  52. package/dist/src/components/pipeline-output-options-menu.d.ts +8 -0
  53. package/dist/src/components/pipeline-output-options-menu.d.ts.map +1 -0
  54. package/dist/src/components/pipeline-results-workspace/index.d.ts +6 -1
  55. package/dist/src/components/pipeline-results-workspace/index.d.ts.map +1 -1
  56. package/dist/src/components/pipeline-results-workspace/pipeline-empty-results.d.ts.map +1 -1
  57. package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts +5 -1
  58. package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts.map +1 -1
  59. package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts +4 -1
  60. package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts.map +1 -1
  61. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts +9 -1
  62. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts.map +1 -1
  63. package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts +1 -0
  64. package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts.map +1 -1
  65. package/dist/src/components/pipeline-results-workspace/pipeline-results-view-controls.d.ts.map +1 -1
  66. package/dist/src/components/pipeline-toolbar/index.d.ts +12 -2
  67. package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -1
  68. package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts +9 -6
  69. package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts.map +1 -1
  70. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts +10 -1
  71. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts.map +1 -1
  72. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts +4 -1
  73. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts.map +1 -1
  74. package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts +4 -11
  75. package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts.map +1 -1
  76. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts +7 -3
  77. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts.map +1 -1
  78. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts +4 -1
  79. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -1
  80. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts +5 -7
  81. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts.map +1 -1
  82. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts +4 -1
  83. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts.map +1 -1
  84. package/dist/src/components/resize-handle.d.ts +4 -0
  85. package/dist/src/components/resize-handle.d.ts.map +1 -0
  86. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts +4 -4
  87. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts.map +1 -1
  88. package/dist/src/components/saved-pipelines/saved-pipeline-confirmation-modals.d.ts +12 -0
  89. package/dist/src/components/saved-pipelines/saved-pipeline-confirmation-modals.d.ts.map +1 -0
  90. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts +10 -3
  91. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts.map +1 -1
  92. package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts.map +1 -1
  93. package/dist/src/components/settings/settings.d.ts.map +1 -1
  94. package/dist/src/components/stage-editor/stage-editor.d.ts +26 -46
  95. package/dist/src/components/stage-editor/stage-editor.d.ts.map +1 -1
  96. package/dist/src/components/stage-preview/atlas-stage-preview.d.ts +5 -0
  97. package/dist/src/components/stage-preview/atlas-stage-preview.d.ts.map +1 -0
  98. package/dist/src/components/stage-preview/index.d.ts +18 -2
  99. package/dist/src/components/stage-preview/index.d.ts.map +1 -1
  100. package/dist/src/components/stage-preview/output-stage-preview.d.ts +19 -0
  101. package/dist/src/components/stage-preview/output-stage-preview.d.ts.map +1 -0
  102. package/dist/src/components/stage-preview/stage-preview-header.d.ts +17 -0
  103. package/dist/src/components/stage-preview/stage-preview-header.d.ts.map +1 -0
  104. package/dist/src/components/stage-toolbar/index.d.ts +18 -0
  105. package/dist/src/components/stage-toolbar/index.d.ts.map +1 -0
  106. package/dist/src/components/stage-toolbar/option-menu.d.ts +17 -0
  107. package/dist/src/components/stage-toolbar/option-menu.d.ts.map +1 -0
  108. package/dist/src/components/stage-toolbar/stage-collapser.d.ts +12 -0
  109. package/dist/src/components/stage-toolbar/stage-collapser.d.ts.map +1 -0
  110. package/dist/src/components/stage-toolbar/stage-operator-select.d.ts +36 -0
  111. package/dist/src/components/stage-toolbar/stage-operator-select.d.ts.map +1 -0
  112. package/dist/src/components/stage-toolbar/toggle-stage.d.ts +12 -0
  113. package/dist/src/components/stage-toolbar/toggle-stage.d.ts.map +1 -0
  114. package/dist/src/components/stage.d.ts +18 -0
  115. package/dist/src/components/stage.d.ts.map +1 -0
  116. package/dist/src/index.d.ts.map +1 -1
  117. package/dist/src/modules/aggregation.d.ts.map +1 -1
  118. package/dist/src/modules/auto-preview.d.ts +2 -2
  119. package/dist/src/modules/auto-preview.d.ts.map +1 -1
  120. package/dist/src/modules/collation-string.d.ts.map +1 -1
  121. package/dist/src/modules/count-documents.d.ts.map +1 -1
  122. package/dist/src/modules/create-view/index.d.ts.map +1 -1
  123. package/dist/src/modules/create-view/is-duplicating.d.ts.map +1 -1
  124. package/dist/src/modules/create-view/is-running.d.ts.map +1 -1
  125. package/dist/src/modules/data-service.d.ts +2 -2
  126. package/dist/src/modules/data-service.d.ts.map +1 -1
  127. package/dist/src/modules/explain.d.ts.map +1 -1
  128. package/dist/src/modules/export-to-language.d.ts.map +1 -1
  129. package/dist/src/modules/focus-mode.d.ts +30 -0
  130. package/dist/src/modules/focus-mode.d.ts.map +1 -0
  131. package/dist/src/modules/id.d.ts.map +1 -1
  132. package/dist/src/modules/index.d.ts +26 -7
  133. package/dist/src/modules/index.d.ts.map +1 -1
  134. package/dist/src/modules/input-documents.d.ts +38 -14
  135. package/dist/src/modules/input-documents.d.ts.map +1 -1
  136. package/dist/src/modules/is-new-pipeline-confirm.d.ts +15 -4
  137. package/dist/src/modules/is-new-pipeline-confirm.d.ts.map +1 -1
  138. package/dist/src/modules/large-limit.d.ts.map +1 -1
  139. package/dist/src/modules/max-time-ms.d.ts.map +1 -1
  140. package/dist/src/modules/out-results-fn.d.ts +1 -0
  141. package/dist/src/modules/out-results-fn.d.ts.map +1 -1
  142. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +4 -1
  143. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -1
  144. package/dist/src/modules/pipeline-builder/index.d.ts +8 -1
  145. package/dist/src/modules/pipeline-builder/index.d.ts.map +1 -1
  146. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts +22 -12
  147. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts.map +1 -1
  148. package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -1
  149. package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts +3 -2
  150. package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts.map +1 -1
  151. package/dist/src/modules/pipeline-builder/pipeline-parser/stage-parser.d.ts +12 -2
  152. package/dist/src/modules/pipeline-builder/pipeline-parser/stage-parser.d.ts.map +1 -1
  153. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts +7 -6
  154. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts.map +1 -1
  155. package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts +2 -0
  156. package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts.map +1 -1
  157. package/dist/src/modules/pipeline-builder/stage-editor.d.ts +7 -1
  158. package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
  159. package/dist/src/modules/pipeline-builder/stage.d.ts +2 -2
  160. package/dist/src/modules/pipeline-builder/stage.d.ts.map +1 -1
  161. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts +13 -0
  162. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -0
  163. package/dist/src/modules/pipeline-builder/{text-editor.d.ts → text-editor-pipeline.d.ts} +16 -10
  164. package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -0
  165. package/dist/src/modules/saved-pipeline.d.ts +1 -1
  166. package/dist/src/modules/saved-pipeline.d.ts.map +1 -1
  167. package/dist/src/modules/saving-pipeline.d.ts.map +1 -1
  168. package/dist/src/modules/settings.d.ts.map +1 -1
  169. package/dist/src/modules/update-view.d.ts.map +1 -1
  170. package/dist/src/modules/workspace.d.ts.map +1 -1
  171. package/dist/src/stores/duplicate-view.d.ts.map +1 -1
  172. package/dist/src/stores/store.d.ts.map +1 -1
  173. package/dist/src/utils/cancellable-aggregation.d.ts +1 -1
  174. package/dist/src/utils/cancellable-aggregation.d.ts.map +1 -1
  175. package/dist/src/utils/pipeline-storage.d.ts.map +1 -1
  176. package/dist/src/utils/stage.d.ts +11 -2
  177. package/dist/src/utils/stage.d.ts.map +1 -1
  178. package/package.json +43 -42
  179. package/dist/src/components/input/index.d.ts +0 -3
  180. package/dist/src/components/input/index.d.ts.map +0 -1
  181. package/dist/src/components/input/input.d.ts +0 -25
  182. package/dist/src/components/input/input.d.ts.map +0 -1
  183. package/dist/src/components/input-builder/index.d.ts +0 -3
  184. package/dist/src/components/input-builder/index.d.ts.map +0 -1
  185. package/dist/src/components/input-builder/input-builder.d.ts +0 -9
  186. package/dist/src/components/input-builder/input-builder.d.ts.map +0 -1
  187. package/dist/src/components/input-builder-toolbar/index.d.ts +0 -3
  188. package/dist/src/components/input-builder-toolbar/index.d.ts.map +0 -1
  189. package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts +0 -16
  190. package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts.map +0 -1
  191. package/dist/src/components/input-collapser/index.d.ts +0 -3
  192. package/dist/src/components/input-collapser/index.d.ts.map +0 -1
  193. package/dist/src/components/input-collapser/input-collapser.d.ts +0 -14
  194. package/dist/src/components/input-collapser/input-collapser.d.ts.map +0 -1
  195. package/dist/src/components/input-documents-count/index.d.ts +0 -3
  196. package/dist/src/components/input-documents-count/index.d.ts.map +0 -1
  197. package/dist/src/components/input-documents-count/input-documents-count.d.ts +0 -13
  198. package/dist/src/components/input-documents-count/input-documents-count.d.ts.map +0 -1
  199. package/dist/src/components/input-preview/index.d.ts +0 -3
  200. package/dist/src/components/input-preview/index.d.ts.map +0 -1
  201. package/dist/src/components/input-preview/input-preview.d.ts +0 -15
  202. package/dist/src/components/input-preview/input-preview.d.ts.map +0 -1
  203. package/dist/src/components/input-preview-toolbar/index.d.ts +0 -3
  204. package/dist/src/components/input-preview-toolbar/index.d.ts.map +0 -1
  205. package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts +0 -7
  206. package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts.map +0 -1
  207. package/dist/src/components/input-refresh/index.d.ts +0 -3
  208. package/dist/src/components/input-refresh/index.d.ts.map +0 -1
  209. package/dist/src/components/input-refresh/input-refresh.d.ts +0 -13
  210. package/dist/src/components/input-refresh/input-refresh.d.ts.map +0 -1
  211. package/dist/src/components/input-toolbar/index.d.ts +0 -3
  212. package/dist/src/components/input-toolbar/index.d.ts.map +0 -1
  213. package/dist/src/components/input-toolbar/input-toolbar.d.ts +0 -16
  214. package/dist/src/components/input-toolbar/input-toolbar.d.ts.map +0 -1
  215. package/dist/src/components/input-workspace/index.d.ts +0 -3
  216. package/dist/src/components/input-workspace/index.d.ts.map +0 -1
  217. package/dist/src/components/input-workspace/input-workspace.d.ts +0 -16
  218. package/dist/src/components/input-workspace/input-workspace.d.ts.map +0 -1
  219. package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts +0 -17
  220. package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts.map +0 -1
  221. package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts +0 -17
  222. package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts.map +0 -1
  223. package/dist/src/components/pipeline/modals/import-pipeline.d.ts +0 -33
  224. package/dist/src/components/pipeline/modals/import-pipeline.d.ts.map +0 -1
  225. package/dist/src/components/resize-handle/resize-handle.d.ts +0 -7
  226. package/dist/src/components/resize-handle/resize-handle.d.ts.map +0 -1
  227. package/dist/src/components/stage/index.d.ts +0 -3
  228. package/dist/src/components/stage/index.d.ts.map +0 -1
  229. package/dist/src/components/stage/stage.d.ts +0 -29
  230. package/dist/src/components/stage/stage.d.ts.map +0 -1
  231. package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts +0 -18
  232. package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts.map +0 -1
  233. package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts +0 -18
  234. package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts.map +0 -1
  235. package/dist/src/components/stage-editor-toolbar/index.d.ts +0 -3
  236. package/dist/src/components/stage-editor-toolbar/index.d.ts.map +0 -1
  237. package/dist/src/components/stage-editor-toolbar/select-option-with-tooltip/select-option-with-tooltip.d.ts +0 -14
  238. package/dist/src/components/stage-editor-toolbar/select-option-with-tooltip/select-option-with-tooltip.d.ts.map +0 -1
  239. package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts +0 -20
  240. package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts.map +0 -1
  241. package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts +0 -21
  242. package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts.map +0 -1
  243. package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts +0 -9
  244. package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts.map +0 -1
  245. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts +0 -24
  246. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +0 -1
  247. package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts +0 -20
  248. package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts.map +0 -1
  249. package/dist/src/components/stage-preview/stage-preview.d.ts +0 -49
  250. package/dist/src/components/stage-preview/stage-preview.d.ts.map +0 -1
  251. package/dist/src/components/stage-preview-toolbar/index.d.ts +0 -3
  252. package/dist/src/components/stage-preview-toolbar/index.d.ts.map +0 -1
  253. package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts +0 -25
  254. package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts.map +0 -1
  255. package/dist/src/modules/import-pipeline.d.ts +0 -20
  256. package/dist/src/modules/import-pipeline.d.ts.map +0 -1
  257. package/dist/src/modules/link.d.ts +0 -2
  258. package/dist/src/modules/link.d.ts.map +0 -1
  259. package/dist/src/modules/pipeline-builder/text-editor.d.ts.map +0 -1
  260. package/dist/src/utils/cancellable-promise.d.ts +0 -10
  261. package/dist/src/utils/cancellable-promise.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"explain-query-performance.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-query-performance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAG1D,aAAK,4BAA4B,GAAG;IAClC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,YAAY,EAAE,CAAC;CACzB,CAAC;AAwBF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAAC,4BAA4B,CAiCvF,CAAC"}
1
+ {"version":3,"file":"explain-query-performance.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-query-performance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAG1D,aAAK,4BAA4B,GAAG;IAClC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,YAAY,EAAE,CAAC;CACzB,CAAC;AAwBF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAC3D,4BAA4B,CAiC7B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"explain-results.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-results.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAGzD,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC1B,KAAK,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;CAC9B,CAAC;AAgCF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CA+BvE,CAAC"}
1
+ {"version":3,"file":"explain-results.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-results.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAGzD,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC1B,KAAK,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;CAC9B,CAAC;AAgCF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAkCvE,CAAC"}
@@ -9,6 +9,9 @@ declare type PipelineExplainProps = {
9
9
  onCancelExplain: () => void;
10
10
  };
11
11
  export declare const PipelineExplain: React.FunctionComponent<PipelineExplainProps>;
12
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineExplainProps>, Omit<PipelineExplainProps, "error" | "explain" | "isModalOpen" | "isLoading" | "onCloseModal" | "onCancelExplain"> & import("react-redux").ConnectProps>;
12
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineExplainProps>, {
13
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
14
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
15
+ }>;
13
16
  export default _default;
14
17
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAWnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAIzD,aAAK,oBAAoB,GAAG;IAC1B,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAYF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAiEzE,CAAC;;AAeF,wBAA+D"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAWnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAIzD,aAAK,oBAAoB,GAAG;IAC1B,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAYF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAiEzE,CAAC;;;;;AAeF,wBAA+D"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export declare type PipelineOutputOption = 'expand' | 'collapse';
3
+ export declare const PipelineOutputOptionsMenu: React.FunctionComponent<{
4
+ option: PipelineOutputOption;
5
+ onChangeOption: (option: PipelineOutputOption) => void;
6
+ buttonText?: string;
7
+ }>;
8
+ //# sourceMappingURL=pipeline-output-options-menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-output-options-menu.d.ts","sourceRoot":"","sources":["../../../src/components/pipeline-output-options-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,oBAAY,oBAAoB,GAAG,QAAQ,GAAG,UAAU,CAAC;AAMzD,eAAO,MAAM,yBAAyB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAC9D,MAAM,EAAE,oBAAoB,CAAC;IAC7B,cAAc,EAAE,CAAC,MAAM,EAAE,oBAAoB,KAAK,IAAI,CAAC;IACvD,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAaA,CAAC"}
@@ -4,6 +4,7 @@ declare type PipelineResultsWorkspaceProps = {
4
4
  documents: Document[];
5
5
  isLoading?: boolean;
6
6
  isError?: boolean;
7
+ allDocsExpanded?: boolean;
7
8
  error?: string | null;
8
9
  isEmpty?: boolean;
9
10
  isMergeOrOutPipeline?: boolean;
@@ -14,6 +15,10 @@ declare type PipelineResultsWorkspaceProps = {
14
15
  onRetry: () => void;
15
16
  };
16
17
  export declare const PipelineResultsWorkspace: React.FunctionComponent<PipelineResultsWorkspaceProps>;
17
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineResultsWorkspaceProps>, Omit<PipelineResultsWorkspaceProps, "error" | "documents" | "onCancel" | "resultsViewType" | "isMergeOrOutPipeline" | "isLoading" | "isError" | "isEmpty" | "mergeOrOutDestination" | "onOutClick" | "onRetry"> & import("react-redux").ConnectProps>;
18
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineResultsWorkspaceProps>, {
19
+ allDocsExpanded?: boolean | undefined;
20
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
21
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
22
+ }>;
18
23
  export default _default;
19
24
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AA+FxC,aAAK,6BAA6B,GAAG;IACnC,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,eAAe,EAAE,UAAU,GAAG,MAAM,CAAC;IACrC,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAAC,6BAA6B,CA0EzF,CAAC;;AAoCJ,wBAAwE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAiGxC,aAAK,6BAA6B,GAAG;IACnC,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,eAAe,EAAE,UAAU,GAAG,MAAM,CAAC;IACrC,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAC5D,6BAA6B,CA6E9B,CAAC;;;;;;AAoCF,wBAAwE"}
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-empty-results.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-empty-results.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAgCvC,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,iBAUxC,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"pipeline-empty-results.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-empty-results.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAgDvC,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,iBAUxC,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -3,8 +3,12 @@ declare type PipelinePaginationCountProps = {
3
3
  loading: boolean;
4
4
  count?: number;
5
5
  onCount: () => void;
6
+ onRefresh: () => void;
6
7
  };
7
8
  export declare const PipelinePaginationCount: React.FunctionComponent<PipelinePaginationCountProps>;
8
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePaginationCountProps>, Omit<PipelinePaginationCountProps, "loading" | "count" | "onCount"> & import("react-redux").ConnectProps>;
9
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePaginationCountProps>, {
10
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
11
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
12
+ }>;
9
13
  export default _default;
10
14
  //# sourceMappingURL=pipeline-pagination-count.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-pagination-count.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-pagination-count.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,aAAK,4BAA4B,GAAG;IAClC,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAYF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAAC,4BAA4B,CAgDvF,CAAC;;AAWJ,wBAAuE"}
1
+ {"version":3,"file":"pipeline-pagination-count.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-pagination-count.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAiB1B,aAAK,4BAA4B,GAAG;IAClC,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAwCF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAC3D,4BAA4B,CAuD7B,CAAC;;;;;AAYF,wBAAuE"}
@@ -14,6 +14,9 @@ export declare const calculateShowingFrom: ({ limit, page, }: Pick<RootState['ag
14
14
  export declare const calculateShowingTo: ({ limit, page, documentCount, }: Pick<import("../../modules/aggregation").State, "limit" | "page"> & {
15
15
  documentCount: number;
16
16
  }) => number;
17
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePaginationProps>, Omit<PipelinePaginationProps, "showingFrom" | "showingTo" | "isCountDisabled" | "isPrevDisabled" | "isNextDisabled" | "onPrev" | "onNext"> & import("react-redux").ConnectProps>;
17
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePaginationProps>, {
18
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
19
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
20
+ }>;
18
21
  export default _default;
19
22
  //# sourceMappingURL=pipeline-pagination.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-pagination.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAK/C,aAAK,uBAAuB,GAAG;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,OAAO,CAAC;IACzB,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,OAAO,CAAC;IACxB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB,CAAC;AAcF,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CAAC,uBAAuB,CAwC7E,CAAC;AAEJ,eAAO,MAAM,oBAAoB,qBAG9B,KAAK,SAAS,CAAC,aAAa,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC,KAAG,MAErD,CAAC;AAEF,eAAO,MAAM,kBAAkB;mBAKd,MAAM;MACnB,MAEH,CAAC;;AA0BF,wBAAkE"}
1
+ {"version":3,"file":"pipeline-pagination.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAK/C,aAAK,uBAAuB,GAAG;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,OAAO,CAAC;IACzB,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,OAAO,CAAC;IACxB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB,CAAC;AAcF,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CACtD,uBAAuB,CAwCxB,CAAC;AAEF,eAAO,MAAM,oBAAoB,qBAG9B,KAAK,SAAS,CAAC,aAAa,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC,KAAG,MAErD,CAAC;AAEF,eAAO,MAAM,kBAAkB;mBAKd,MAAM;MACnB,MAEH,CAAC;;;;;AA0BF,wBAAkE"}
@@ -1,11 +1,19 @@
1
1
  import React from 'react';
2
2
  import type { ResultsViewType } from './pipeline-results-list';
3
+ import type { PipelineOutputOption } from '../pipeline-output-options-menu';
3
4
  declare type PipelineResultsHeaderProps = {
4
5
  onChangeResultsView: (viewType: ResultsViewType) => void;
5
6
  resultsViewType: ResultsViewType;
6
7
  isMergeOrOutPipeline: boolean;
8
+ onChangePipelineOutputOption: (val: PipelineOutputOption) => void;
9
+ pipelineOutputOption: PipelineOutputOption;
7
10
  };
8
11
  export declare const PipelineResultsHeader: React.FunctionComponent<PipelineResultsHeaderProps>;
9
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineResultsHeaderProps>, Omit<PipelineResultsHeaderProps, "resultsViewType" | "onChangeResultsView" | "isMergeOrOutPipeline"> & import("react-redux").ConnectProps>;
12
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineResultsHeaderProps>, {
13
+ onChangePipelineOutputOption: (val: PipelineOutputOption) => void;
14
+ pipelineOutputOption: PipelineOutputOption;
15
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
16
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
17
+ }>;
10
18
  export default _default;
11
19
  //# sourceMappingURL=pipeline-results-header.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-results-header.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAQ/D,aAAK,0BAA0B,GAAG;IAChC,mBAAmB,EAAE,CAAC,QAAQ,EAAE,eAAe,KAAK,IAAI,CAAC;IACzD,eAAe,EAAE,eAAe,CAAC;IACjC,oBAAoB,EAAE,OAAO,CAAC;CAC/B,CAAC;AASF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CAAC,0BAA0B,CAiBnF,CAAC;;AAkBJ,wBAAqE"}
1
+ {"version":3,"file":"pipeline-results-header.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAQ/D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAE5E,aAAK,0BAA0B,GAAG;IAChC,mBAAmB,EAAE,CAAC,QAAQ,EAAE,eAAe,KAAK,IAAI,CAAC;IACzD,eAAe,EAAE,eAAe,CAAC;IACjC,oBAAoB,EAAE,OAAO,CAAC;IAC9B,4BAA4B,EAAE,CAAC,GAAG,EAAE,oBAAoB,KAAK,IAAI,CAAC;IAClE,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C,CAAC;AAmBF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CACzD,0BAA0B,CA6B3B,CAAC;;;;;;;AAkBF,wBAAqE"}
@@ -3,6 +3,7 @@ import type { Document } from 'mongodb';
3
3
  export declare type ResultsViewType = 'document' | 'json';
4
4
  declare const PipelineResultsList: React.FunctionComponent<{
5
5
  documents: Document[];
6
+ allDocsExpanded?: boolean;
6
7
  view: ResultsViewType;
7
8
  }>;
8
9
  export default PipelineResultsList;
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-results-list.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAIxC,oBAAY,eAAe,GAAG,UAAU,GAAG,MAAM,CAAC;AAUlD,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACjD,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,IAAI,EAAE,eAAe,CAAC;CACvB,CAyBA,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
1
+ {"version":3,"file":"pipeline-results-list.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAIxC,oBAAY,eAAe,GAAG,UAAU,GAAG,MAAM,CAAC;AAMlD,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACjD,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,IAAI,EAAE,eAAe,CAAC;CACvB,CA2BA,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-results-view-controls.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-view-controls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAS/D,QAAA,MAAM,2BAA2B,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACzD,KAAK,EAAE,eAAe,CAAC;IACvB,QAAQ,CAAC,QAAQ,EAAE,eAAe,GAAG,IAAI,CAAC;CAC3C,CAgCA,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
1
+ {"version":3,"file":"pipeline-results-view-controls.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-view-controls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAS/D,QAAA,MAAM,2BAA2B,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACzD,KAAK,EAAE,eAAe,CAAC;IACvB,QAAQ,CAAC,QAAQ,EAAE,eAAe,GAAG,IAAI,CAAC;CAC3C,CAoCA,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
@@ -1,12 +1,22 @@
1
1
  import React from 'react';
2
+ import type { PipelineOutputOption } from '../pipeline-output-options-menu';
2
3
  declare type PipelineToolbarProps = {
3
- darkMode?: boolean;
4
4
  isBuilderView: boolean;
5
5
  showRunButton: boolean;
6
6
  showExportButton: boolean;
7
7
  showExplainButton: boolean;
8
+ onChangePipelineOutputOption: (val: PipelineOutputOption) => void;
9
+ pipelineOutputOption: PipelineOutputOption;
8
10
  };
9
11
  export declare const PipelineToolbar: React.FunctionComponent<PipelineToolbarProps>;
10
- declare const _default: React.ComponentType<Omit<PipelineToolbarProps, "isBuilderView"> & import("react-redux").ConnectProps>;
12
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineToolbarProps>, {
13
+ showRunButton: boolean;
14
+ showExportButton: boolean;
15
+ showExplainButton: boolean;
16
+ onChangePipelineOutputOption: (val: PipelineOutputOption) => void;
17
+ pipelineOutputOption: PipelineOutputOption;
18
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
19
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
20
+ }>;
11
21
  export default _default;
12
22
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA+CxC,aAAK,oBAAoB,GAAG;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CA4CzE,CAAC;;AAKF,wBAA6D"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAgBxC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAqC5E,aAAK,oBAAoB,GAAG;IAC1B,aAAa,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,4BAA4B,EAAE,CAAC,GAAG,EAAE,oBAAoB,KAAK,IAAI,CAAC;IAClE,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAgDzE,CAAC;;;;;;;;;;AAKF,wBAAkD"}
@@ -1,7 +1,6 @@
1
1
  import React from 'react';
2
2
  declare type PipelineHeaderProps = {
3
3
  isOptionsVisible: boolean;
4
- namespace: string;
5
4
  showRunButton: boolean;
6
5
  showExportButton: boolean;
7
6
  showExplainButton: boolean;
@@ -9,12 +8,16 @@ declare type PipelineHeaderProps = {
9
8
  onToggleOptions: () => void;
10
9
  isOpenPipelineVisible: boolean;
11
10
  isSavedPipelineVisible: boolean;
12
- savedPipelines: {
13
- id: string;
14
- name: string;
15
- }[];
16
11
  };
17
12
  export declare const PipelineHeader: React.FunctionComponent<PipelineHeaderProps>;
18
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineHeaderProps>, Omit<PipelineHeaderProps, "namespace" | "savedPipelines" | "onToggleSavedPipelines" | "isOpenPipelineVisible" | "isSavedPipelineVisible"> & import("react-redux").ConnectProps>;
13
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineHeaderProps>, {
14
+ isOptionsVisible: boolean;
15
+ showRunButton: boolean;
16
+ showExportButton: boolean;
17
+ showExplainButton: boolean;
18
+ onToggleOptions: () => void;
19
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
20
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
21
+ }>;
19
22
  export default _default;
20
23
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AA+DvC,aAAK,mBAAmB,GAAG;IACzB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,sBAAsB,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAChD,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,sBAAsB,EAAE,OAAO,CAAC;IAChC,cAAc,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CAChD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAkEvE,CAAC;;AAEF,wBAckB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AA+DvC,aAAK,mBAAmB,GAAG;IACzB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,sBAAsB,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAChD,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,sBAAsB,EAAE,OAAO,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAmEvE,CAAC;;;;;;;;;;AAEF,wBAUkB"}
@@ -14,8 +14,17 @@ declare type PipelineActionsProps = {
14
14
  onExplainAggregation: () => void;
15
15
  isOptionsVisible?: boolean;
16
16
  onToggleOptions: () => void;
17
+ isAtlasDeployed?: boolean;
17
18
  };
18
19
  export declare const PipelineActions: React.FunctionComponent<PipelineActionsProps>;
19
- declare const _default: import("react-redux").ConnectedComponent<React.NamedExoticComponent<PipelineActionsProps>, Omit<PipelineActionsProps, "isRunButtonDisabled" | "isExportButtonDisabled" | "showUpdateViewButton" | "isUpdateViewButtonDisabled" | "isExplainButtonDisabled" | "onUpdateView" | "onRunAggregation" | "onExportAggregationResults" | "onExplainAggregation"> & import("react-redux").ConnectProps>;
20
+ declare const _default: import("react-redux").ConnectedComponent<React.NamedExoticComponent<PipelineActionsProps>, {
21
+ isOptionsVisible?: boolean | undefined;
22
+ showRunButton?: boolean | undefined;
23
+ showExportButton?: boolean | undefined;
24
+ showExplainButton?: boolean | undefined;
25
+ onToggleOptions: () => void;
26
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
27
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
28
+ }>;
20
29
  export default _default;
21
30
  //# sourceMappingURL=pipeline-actions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-actions.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-actions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2B1B,aAAK,oBAAoB,GAAG;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAE7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,0BAA0B,EAAE,MAAM,IAAI,CAAC;IAEvC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,YAAY,EAAE,MAAM,IAAI,CAAC;IAEzB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,oBAAoB,EAAE,MAAM,IAAI,CAAC;IAEjC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CA2EzE,CAAC;;AA2BF,wBAA2E"}
1
+ {"version":3,"file":"pipeline-actions.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-actions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2B1B,aAAK,oBAAoB,GAAG;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAE7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,0BAA0B,EAAE,MAAM,IAAI,CAAC;IAEvC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,YAAY,EAAE,MAAM,IAAI,CAAC;IAEzB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,oBAAoB,EAAE,MAAM,IAAI,CAAC;IAEjC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,eAAe,EAAE,MAAM,IAAI,CAAC;IAE5B,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CA8EzE,CAAC;;;;;;;;;;AAyBF,wBAA2E"}
@@ -8,6 +8,9 @@ declare type PipelineStagesProps = {
8
8
  onEditPipelineClick: (workspace: Workspace) => void;
9
9
  };
10
10
  export declare const PipelineStages: React.FunctionComponent<PipelineStagesProps>;
11
- declare const _default: import("react-redux").ConnectedComponent<React.NamedExoticComponent<PipelineStagesProps>, Omit<PipelineStagesProps, "stages" | "isResultsMode" | "showAddNewStage" | "onAddStageClick" | "onEditPipelineClick"> & import("react-redux").ConnectProps>;
11
+ declare const _default: import("react-redux").ConnectedComponent<React.NamedExoticComponent<PipelineStagesProps>, {
12
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
13
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
14
+ }>;
12
15
  export default _default;
13
16
  //# sourceMappingURL=pipeline-stages.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-stages.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-stages.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAwB5D,aAAK,mBAAmB,GAAG;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,eAAe,EAAE,OAAO,CAAC;IACzB,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,mBAAmB,EAAE,CAAC,SAAS,EAAE,SAAS,KAAK,IAAI,CAAC;CACrD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAgDvE,CAAC;;AAeF,wBAA0E"}
1
+ {"version":3,"file":"pipeline-stages.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-stages.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAwB5D,aAAK,mBAAmB,GAAG;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,eAAe,EAAE,OAAO,CAAC;IACzB,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,mBAAmB,EAAE,CAAC,SAAS,EAAE,SAAS,KAAK,IAAI,CAAC;CACrD,CAAC;AAIF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CA+CvE,CAAC;;;;;AAiBF,wBAA0E"}
@@ -9,16 +9,9 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
9
9
  type: string;
10
10
  maxTimeMS: number | null;
11
11
  };
12
- }>, Omit<{
13
- collationValue: string;
14
- collationHasError: boolean;
15
- maxTimeMSValue: number | null;
16
- } & {
17
- collationStringChanged: (value: string) => import("../../../modules/collation-string").CollationStringChangedAction;
18
- maxTimeMSChanged: (value: number) => {
19
- type: string;
20
- maxTimeMS: number | null;
21
- };
22
- }, "collationStringChanged" | "maxTimeMSChanged" | "collationValue" | "collationHasError" | "maxTimeMSValue"> & import("react-redux").ConnectProps>;
12
+ }>, {
13
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
14
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
15
+ }>;
23
16
  export default _default;
24
17
  //# sourceMappingURL=pipeline-collation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-collation.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-options/pipeline-collation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;;AAmI3C,wBAA4C"}
1
+ {"version":3,"file":"pipeline-collation.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-options/pipeline-collation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;;;;;;;;;;;;;;;AAkJ3C,wBAA4C"}
@@ -1,11 +1,15 @@
1
1
  import React from 'react';
2
2
  declare type PipelineSettingsProps = {
3
- isSavePipelineEnabled?: boolean;
4
- isCreatePipelineEnabled?: boolean;
3
+ isSavePipelineDisplayed?: boolean;
4
+ isCreatePipelineDisplayed?: boolean;
5
5
  isExportToLanguageEnabled?: boolean;
6
6
  onExportToLanguage: () => void;
7
+ onCreateNewPipeline: () => void;
7
8
  };
8
9
  export declare const PipelineSettings: React.FunctionComponent<PipelineSettingsProps>;
9
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineSettingsProps>, Omit<PipelineSettingsProps, "isSavePipelineEnabled" | "isCreatePipelineEnabled" | "isExportToLanguageEnabled" | "onExportToLanguage"> & import("react-redux").ConnectProps>;
10
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineSettingsProps>, {
11
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
12
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
13
+ }>;
10
14
  export default _default;
11
15
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA8B1B,aAAK,qBAAqB,GAAG;IAC3B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CACpD,qBAAqB,CAiCtB,CAAC;;AAEF,wBAaoB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA+B1B,aAAK,qBAAqB,GAAG;IAC3B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,mBAAmB,EAAE,MAAM,IAAI,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CACpD,qBAAqB,CA4CtB,CAAC;;;;;AAEF,wBAaoB"}
@@ -9,6 +9,9 @@ declare type PipelineExtraSettingsProps = {
9
9
  onToggleSettings: () => void;
10
10
  };
11
11
  export declare const PipelineExtraSettings: React.FunctionComponent<PipelineExtraSettingsProps>;
12
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineExtraSettingsProps>, Omit<PipelineExtraSettingsProps, "pipelineMode" | "isAutoPreview" | "isPipelineModeDisabled" | "onToggleAutoPreview" | "onChangePipelineMode" | "onToggleSettings"> & import("react-redux").ConnectProps>;
12
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineExtraSettingsProps>, {
13
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
14
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
15
+ }>;
13
16
  export default _default;
14
17
  //# sourceMappingURL=pipeline-extra-settings.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-extra-settings.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AAqBpF,aAAK,0BAA0B,GAAG;IAChC,aAAa,EAAE,OAAO,CAAC;IACvB,sBAAsB,EAAE,OAAO,CAAC;IAChC,YAAY,EAAE,YAAY,CAAC;IAC3B,mBAAmB,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,oBAAoB,EAAE,CAAC,MAAM,EAAE,YAAY,KAAK,IAAI,CAAC;IACrD,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CACzD,0BAA0B,CAiE3B,CAAC;;AAgBF,wBAAqE"}
1
+ {"version":3,"file":"pipeline-extra-settings.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AAqBpF,aAAK,0BAA0B,GAAG;IAChC,aAAa,EAAE,OAAO,CAAC;IACvB,sBAAsB,EAAE,OAAO,CAAC;IAChC,YAAY,EAAE,YAAY,CAAC;IAC3B,mBAAmB,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,oBAAoB,EAAE,CAAC,MAAM,EAAE,YAAY,KAAK,IAAI,CAAC;IACrD,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CACzD,0BAA0B,CAmE3B,CAAC;;;;;AAgBF,wBAAqE"}
@@ -8,12 +8,10 @@ declare type SaveMenuProps = {
8
8
  onCreateView: () => void;
9
9
  };
10
10
  export declare const SaveMenuComponent: React.FunctionComponent<SaveMenuProps>;
11
- export declare const SaveMenu: import("react-redux").ConnectedComponent<React.FunctionComponent<SaveMenuProps>, Omit<SaveMenuProps, "disabled" | "pipelineName" | "isCreateViewAvailable" | "onSave" | "onSaveAs" | "onCreateView"> & import("react-redux").ConnectProps>;
12
- declare type CreateMenuProps = {
13
- onCreatePipeline: () => void;
14
- onCreatePipelineFromText: () => void;
15
- };
16
- export declare const CreateMenuComponent: React.FunctionComponent<CreateMenuProps>;
17
- export declare const CreateMenu: import("react-redux").ConnectedComponent<React.FunctionComponent<CreateMenuProps>, Omit<CreateMenuProps, "onCreatePipeline" | "onCreatePipelineFromText"> & import("react-redux").ConnectProps>;
11
+ export declare const SaveMenu: import("react-redux").ConnectedComponent<React.FunctionComponent<SaveMenuProps>, {
12
+ disabled?: boolean | undefined;
13
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
14
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
15
+ }>;
18
16
  export {};
19
17
  //# sourceMappingURL=pipeline-menus.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-menus.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AA8F7D,aAAK,aAAa,GAAG;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,MAAM,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC,aAAa,CAuCpE,CAAC;AA2BF,eAAO,MAAM,QAAQ,4OAGD,CAAC;AAGrB,aAAK,eAAe,GAAG;IACrB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,wBAAwB,EAAE,MAAM,IAAI,CAAC;CACtC,CAAC;AACF,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CAAC,eAAe,CAwBxE,CAAC;AAKF,eAAO,MAAM,UAAU,iMAGD,CAAC"}
1
+ {"version":3,"file":"pipeline-menus.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAavC,aAAK,aAAa,GAAG;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,MAAM,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAKF,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC,aAAa,CA8CpE,CAAC;AAyBF,eAAO,MAAM,QAAQ;;;;EAGD,CAAC"}
@@ -4,6 +4,9 @@ declare type PipelineNameProps = {
4
4
  isModified: boolean;
5
5
  };
6
6
  export declare const PipelineName: React.FunctionComponent<PipelineNameProps>;
7
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineNameProps>, Omit<PipelineNameProps, "name" | "isModified"> & import("react-redux").ConnectProps>;
7
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineNameProps>, {
8
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
9
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
10
+ }>;
8
11
  export default _default;
9
12
  //# sourceMappingURL=pipeline-name.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-name.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-name.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAsB1B,aAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAuBnE,CAAC;;AAOF,wBAA+C"}
1
+ {"version":3,"file":"pipeline-name.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-name.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAsB1B,aAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAuBnE,CAAC;;;;;AAOF,wBAA+C"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ declare const ResizeHandle: () => JSX.Element;
3
+ export default ResizeHandle;
4
+ //# sourceMappingURL=resize-handle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resize-handle.d.ts","sourceRoot":"","sources":["../../../src/components/resize-handle.tsx"],"names":[],"mappings":";AAoCA,QAAA,MAAM,YAAY,mBAUjB,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -2,9 +2,9 @@ import React from 'react';
2
2
  declare type SavePipelineCardProps = {
3
3
  id: string;
4
4
  name: string;
5
- onOpenPipelineConfirm: (id: string) => void;
6
- onDeletePipeline: (id: string) => void;
5
+ onOpenPipeline: () => void;
6
+ onDeletePipeline: () => void;
7
7
  };
8
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<SavePipelineCardProps>, Omit<SavePipelineCardProps, "onOpenPipelineConfirm" | "onDeletePipeline"> & import("react-redux").ConnectProps>;
9
- export default _default;
8
+ export declare const SavePipelineCard: React.FunctionComponent<SavePipelineCardProps>;
9
+ export {};
10
10
  //# sourceMappingURL=saved-pipeline-card.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"saved-pipeline-card.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipeline-card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAiBrD,aAAK,qBAAqB,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,qBAAqB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,gBAAgB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC,CAAC;;AAuGF,wBAGqB"}
1
+ {"version":3,"file":"saved-pipeline-card.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipeline-card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,aAAK,qBAAqB,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AA4BF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CACpD,qBAAqB,CAmCtB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ export declare const OpenPipelineConfirmationModal: React.FunctionComponent<{
3
+ isOpen: boolean;
4
+ onCancel: () => void;
5
+ onConfirm: () => void;
6
+ }>;
7
+ export declare const DeletePipelineConfirmationModal: React.FunctionComponent<{
8
+ isOpen: boolean;
9
+ onCancel: () => void;
10
+ onConfirm: () => void;
11
+ }>;
12
+ //# sourceMappingURL=saved-pipeline-confirmation-modals.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"saved-pipeline-confirmation-modals.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipeline-confirmation-modals.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,6BAA6B,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAClE,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAgBA,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACpE,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAeA,CAAC"}
@@ -1,12 +1,19 @@
1
1
  import React from 'react';
2
+ import { type EditorViewType } from '../../modules/pipeline-builder/builder-helpers';
2
3
  declare type SavedPipelinesProps = {
3
- darkMode?: boolean;
4
4
  namespace: string;
5
5
  savedPipelines: {
6
6
  id: string;
7
7
  name: string;
8
8
  }[];
9
+ editor_view_type: EditorViewType;
10
+ onOpenPipeline: (pipelineId: string) => void;
11
+ onDeletePipeline: (pipelineId: string) => void;
9
12
  };
10
- declare const SavedPipelines: React.ComponentType<SavedPipelinesProps>;
11
- export { SavedPipelines };
13
+ export declare const SavedPipelines: ({ namespace, savedPipelines, editor_view_type, onOpenPipeline, onDeletePipeline, }: SavedPipelinesProps) => JSX.Element;
14
+ declare const _default: import("react-redux").ConnectedComponent<({ namespace, savedPipelines, editor_view_type, onOpenPipeline, onDeletePipeline, }: SavedPipelinesProps) => JSX.Element, {
15
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
16
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
17
+ }>;
18
+ export default _default;
12
19
  //# sourceMappingURL=saved-pipelines.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"saved-pipelines.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipelines.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgD1B,aAAK,mBAAmB,GAAG;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CAChD,CAAC;AA0CF,QAAA,MAAM,cAAc,0CAAoC,CAAC;AAEzD,OAAO,EAAE,cAAc,EAAE,CAAC"}
1
+ {"version":3,"file":"saved-pipelines.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipelines.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAoBrD,OAAO,EACL,KAAK,cAAc,EAEpB,MAAM,gDAAgD,CAAC;AA6CxD,aAAK,mBAAmB,GAAG;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC/C,gBAAgB,EAAE,cAAc,CAAC;IACjC,cAAc,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,gBAAgB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;CAChD,CAAC;AAEF,eAAO,MAAM,cAAc,uFAMxB,mBAAmB,gBA8ErB,CAAC;;;;;AAYF,wBAA8D"}
@@ -1 +1 @@
1
- {"version":3,"file":"saving-pipeline-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/saving-pipeline-modal/saving-pipeline-modal.jsx"],"names":[],"mappings":";AAOA;IACE,2BAAoD;IAEpD;;;;;;;;;MASE;IA2DuxiB,wBAA8C;IAAA,sCAAyJ;IAnDh+iB,mBAHW,KAAK,GACH,IAAI,CAIhB;IAQD,QAFa,IAAI,CAShB;IAOD,UAFa,MAAM,SAAS,CAyB3B;CACF"}
1
+ {"version":3,"file":"saving-pipeline-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/saving-pipeline-modal/saving-pipeline-modal.jsx"],"names":[],"mappings":";AAOA;IACE,2BAAoD;IAEpD;;;;;;;;;MASE;IA0D42iB,wBAA8C;IAAA,sCAAyJ;IAlDrjjB,mBAHW,KAAK,GACH,IAAI,CAIhB;IAQD,QAFa,IAAI,CAShB;IAOD,UAFa,MAAM,SAAS,CAwB3B;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/components/settings/settings.tsx"],"names":[],"mappings":";AAwEA,aAAK,aAAa,GAAG;IACnB,eAAe,EAAE,OAAO,CAAC;IACzB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE;QACR,KAAK,EAAE,MAAM,CAAC;QACd,UAAU,EAAE,MAAM,CAAC;QACnB,aAAa,EAAE,OAAO,CAAC;QACvB,OAAO,EAAE,MAAM,CAAC;QAChB,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,wBAAwB,EAAE,MAAM,IAAI,CAAC;IACrC,2BAA2B,EAAE,MAAM,IAAI,CAAC;IACxC,qBAAqB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,aAAa,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,iBAAS,QAAQ,CAAC,EAChB,eAAe,EACf,YAAY,EACZ,UAAU,EACV,UAAU,EACV,KAAK,EACL,QAAQ,EACR,aAAa,EACb,gBAAgB,EAChB,qBAAqB,EACrB,2BAA2B,EAC3B,wBAAwB,GACzB,EAAE,aAAa,sBA8Hf;AAED,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/components/settings/settings.tsx"],"names":[],"mappings":";AA2FA,aAAK,aAAa,GAAG;IACnB,eAAe,EAAE,OAAO,CAAC;IACzB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE;QACR,KAAK,EAAE,MAAM,CAAC;QACd,UAAU,EAAE,MAAM,CAAC;QACnB,aAAa,EAAE,OAAO,CAAC;QACvB,OAAO,EAAE,MAAM,CAAC;QAChB,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,wBAAwB,EAAE,MAAM,IAAI,CAAC;IACrC,2BAA2B,EAAE,MAAM,IAAI,CAAC;IACxC,qBAAqB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,aAAa,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,iBAAS,QAAQ,CAAC,EAChB,eAAe,EACf,YAAY,EACZ,UAAU,EACV,UAAU,EACV,KAAK,EACL,QAAQ,EACR,aAAa,EACb,gBAAgB,EAChB,qBAAqB,EACrB,2BAA2B,EAC3B,wBAAwB,GACzB,EAAE,aAAa,sBAiJf;AAED,eAAe,QAAQ,CAAC"}
@@ -1,49 +1,29 @@
1
- export class StageEditor extends React.PureComponent<any, any, any> {
2
- static propTypes: {
3
- index: PropTypes.Validator<number>;
4
- stageValue: PropTypes.Requireable<string>;
5
- onChange: PropTypes.Validator<(...args: any[]) => any>;
6
- stageOperator: PropTypes.Requireable<string>;
7
- serverVersion: PropTypes.Validator<string>;
8
- autocompleteFields: PropTypes.Validator<any[]>;
9
- syntaxError: PropTypes.Requireable<object>;
10
- serverError: PropTypes.Requireable<object>;
11
- };
12
- static defaultProps: {
13
- autocompleteFields: never[];
14
- };
15
- constructor(props: Object);
16
- completer: StageAutoCompleter;
17
- editor: import("ace-builds").Ace.Editor | null;
18
- componentDidUpdate(prevProps: Object): void;
19
- onStageChange: (value: string) => void;
20
- renderError(): React.Component;
21
- renderSyntaxError(): JSX.Element | undefined;
22
- render(): Component;
23
- }
24
- declare const _default: import("react-redux").ConnectedComponent<typeof StageEditor, Omit<Pick<PropTypes.InferProps<{
25
- index: PropTypes.Validator<number>;
26
- stageValue: PropTypes.Requireable<string>;
27
- onChange: PropTypes.Validator<(...args: any[]) => any>;
28
- stageOperator: PropTypes.Requireable<string>;
29
- serverVersion: PropTypes.Validator<string>;
30
- autocompleteFields: PropTypes.Validator<any[]>;
31
- syntaxError: PropTypes.Requireable<object>;
32
- serverError: PropTypes.Requireable<object>;
33
- }>, "onChange" | "stageOperator" | "serverVersion" | "index" | "syntaxError" | "serverError" | "stageValue"> & Partial<Pick<PropTypes.InferProps<{
34
- index: PropTypes.Validator<number>;
35
- stageValue: PropTypes.Requireable<string>;
36
- onChange: PropTypes.Validator<(...args: any[]) => any>;
37
- stageOperator: PropTypes.Requireable<string>;
38
- serverVersion: PropTypes.Validator<string>;
39
- autocompleteFields: PropTypes.Validator<any[]>;
40
- syntaxError: PropTypes.Requireable<object>;
41
- serverError: PropTypes.Requireable<object>;
42
- }>, "autocompleteFields">> & Partial<Pick<{
43
- autocompleteFields: never[];
44
- }, never>>, "onChange" | "stageOperator" | "serverVersion" | "syntaxError" | "serverError" | "autocompleteFields" | "stageValue"> & import("react-redux").ConnectProps>;
1
+ export const StageEditor: React.ComponentType<Object>;
2
+ declare const _default: import("react-redux").ConnectedComponent<React.ComponentType<Object>, {
3
+ toString: () => string;
4
+ valueOf: () => Object;
5
+ constructor: Function;
6
+ toLocaleString: () => string;
7
+ hasOwnProperty: (v: PropertyKey) => boolean;
8
+ isPrototypeOf: (v: Object) => boolean;
9
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
10
+ should: Chai.Assertion;
11
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
12
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
13
+ } | {
14
+ ref?: React.LegacyRef<React.Component<Object, any, any>> | undefined;
15
+ key?: React.Key | null | undefined;
16
+ toString: () => string;
17
+ valueOf: () => Object;
18
+ constructor: Function;
19
+ toLocaleString: () => string;
20
+ hasOwnProperty: (v: PropertyKey) => boolean;
21
+ isPrototypeOf: (v: Object) => boolean;
22
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
23
+ should: Chai.Assertion;
24
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
25
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
26
+ }>;
45
27
  export default _default;
46
28
  import React from "react";
47
- import { StageAutoCompleter } from "@mongodb-js/compass-editor";
48
- import PropTypes from "prop-types";
49
29
  //# sourceMappingURL=stage-editor.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"stage-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor/stage-editor.jsx"],"names":[],"mappings":"AAgBA;IACE;;;;;;;;;MASE;IAEF;;MAEE;IAOF,mBAFW,MAAM,EAWhB;IAPC,8BAKC;IACD,+CAAkB;IAMpB,8BAFW,MAAM,QA+BhB;IAQD,uCAEE;IAOF,eAFa,MAAM,SAAS,CAc3B;IAED,6CAgBC;IAOD,oBAqBC;CACF"}
1
+ {"version":3,"file":"stage-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor/stage-editor.jsx"],"names":[],"mappings":"AAmPA,sDAA6D"}