@mongodb-js/compass-aggregations 9.4.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 (241) 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 -8
  7. package/dist/index.css +6 -483
  8. package/dist/index.js +1 -1
  9. package/dist/index.js.LICENSE.txt +2 -8
  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 +0 -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 +4 -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 +4 -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 +6 -2
  41. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts.map +1 -1
  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 +1 -0
  53. package/dist/src/components/pipeline-output-options-menu.d.ts.map +1 -1
  54. package/dist/src/components/pipeline-results-workspace/index.d.ts +5 -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 +6 -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-view-controls.d.ts.map +1 -1
  64. package/dist/src/components/pipeline-toolbar/index.d.ts +9 -2
  65. package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -1
  66. package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts +9 -6
  67. package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts.map +1 -1
  68. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts +10 -1
  69. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts.map +1 -1
  70. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts +4 -1
  71. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts.map +1 -1
  72. package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts +4 -11
  73. package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts.map +1 -1
  74. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts +5 -1
  75. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts.map +1 -1
  76. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts +4 -1
  77. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -1
  78. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts +5 -7
  79. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts.map +1 -1
  80. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts +4 -1
  81. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts.map +1 -1
  82. package/dist/src/components/resize-handle.d.ts.map +1 -1
  83. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts +4 -6
  84. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts.map +1 -1
  85. package/dist/src/components/saved-pipelines/saved-pipeline-confirmation-modals.d.ts +12 -0
  86. package/dist/src/components/saved-pipelines/saved-pipeline-confirmation-modals.d.ts.map +1 -0
  87. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts +10 -3
  88. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts.map +1 -1
  89. package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts.map +1 -1
  90. package/dist/src/components/settings/settings.d.ts.map +1 -1
  91. package/dist/src/components/stage-editor/stage-editor.d.ts +26 -51
  92. package/dist/src/components/stage-editor/stage-editor.d.ts.map +1 -1
  93. package/dist/src/components/stage-preview/atlas-stage-preview.d.ts +5 -0
  94. package/dist/src/components/stage-preview/atlas-stage-preview.d.ts.map +1 -0
  95. package/dist/src/components/stage-preview/index.d.ts +18 -2
  96. package/dist/src/components/stage-preview/index.d.ts.map +1 -1
  97. package/dist/src/components/stage-preview/output-stage-preview.d.ts +19 -0
  98. package/dist/src/components/stage-preview/output-stage-preview.d.ts.map +1 -0
  99. package/dist/src/components/stage-preview/stage-preview-header.d.ts +17 -0
  100. package/dist/src/components/stage-preview/stage-preview-header.d.ts.map +1 -0
  101. package/dist/src/components/stage-toolbar/index.d.ts +18 -0
  102. package/dist/src/components/stage-toolbar/index.d.ts.map +1 -0
  103. package/dist/src/components/stage-toolbar/option-menu.d.ts +17 -0
  104. package/dist/src/components/stage-toolbar/option-menu.d.ts.map +1 -0
  105. package/dist/src/components/stage-toolbar/stage-collapser.d.ts +12 -0
  106. package/dist/src/components/stage-toolbar/stage-collapser.d.ts.map +1 -0
  107. package/dist/src/components/stage-toolbar/stage-operator-select.d.ts +36 -0
  108. package/dist/src/components/stage-toolbar/stage-operator-select.d.ts.map +1 -0
  109. package/dist/src/components/stage-toolbar/toggle-stage.d.ts +12 -0
  110. package/dist/src/components/stage-toolbar/toggle-stage.d.ts.map +1 -0
  111. package/dist/src/components/stage.d.ts +18 -0
  112. package/dist/src/components/stage.d.ts.map +1 -0
  113. package/dist/src/index.d.ts.map +1 -1
  114. package/dist/src/modules/aggregation.d.ts.map +1 -1
  115. package/dist/src/modules/auto-preview.d.ts +2 -2
  116. package/dist/src/modules/auto-preview.d.ts.map +1 -1
  117. package/dist/src/modules/collation-string.d.ts.map +1 -1
  118. package/dist/src/modules/count-documents.d.ts.map +1 -1
  119. package/dist/src/modules/create-view/index.d.ts.map +1 -1
  120. package/dist/src/modules/create-view/is-duplicating.d.ts.map +1 -1
  121. package/dist/src/modules/create-view/is-running.d.ts.map +1 -1
  122. package/dist/src/modules/data-service.d.ts +2 -2
  123. package/dist/src/modules/data-service.d.ts.map +1 -1
  124. package/dist/src/modules/explain.d.ts.map +1 -1
  125. package/dist/src/modules/export-to-language.d.ts.map +1 -1
  126. package/dist/src/modules/focus-mode.d.ts +30 -0
  127. package/dist/src/modules/focus-mode.d.ts.map +1 -0
  128. package/dist/src/modules/id.d.ts.map +1 -1
  129. package/dist/src/modules/index.d.ts +18 -6
  130. package/dist/src/modules/index.d.ts.map +1 -1
  131. package/dist/src/modules/input-documents.d.ts +38 -14
  132. package/dist/src/modules/input-documents.d.ts.map +1 -1
  133. package/dist/src/modules/is-new-pipeline-confirm.d.ts +15 -4
  134. package/dist/src/modules/is-new-pipeline-confirm.d.ts.map +1 -1
  135. package/dist/src/modules/large-limit.d.ts.map +1 -1
  136. package/dist/src/modules/max-time-ms.d.ts.map +1 -1
  137. package/dist/src/modules/out-results-fn.d.ts +1 -0
  138. package/dist/src/modules/out-results-fn.d.ts.map +1 -1
  139. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +4 -4
  140. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -1
  141. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts +14 -9
  142. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts.map +1 -1
  143. package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -1
  144. package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts.map +1 -1
  145. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts.map +1 -1
  146. package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts.map +1 -1
  147. package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
  148. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -1
  149. package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -1
  150. package/dist/src/modules/saved-pipeline.d.ts +1 -1
  151. package/dist/src/modules/saved-pipeline.d.ts.map +1 -1
  152. package/dist/src/modules/saving-pipeline.d.ts.map +1 -1
  153. package/dist/src/modules/settings.d.ts.map +1 -1
  154. package/dist/src/modules/update-view.d.ts.map +1 -1
  155. package/dist/src/modules/workspace.d.ts.map +1 -1
  156. package/dist/src/stores/duplicate-view.d.ts.map +1 -1
  157. package/dist/src/stores/store.d.ts.map +1 -1
  158. package/dist/src/utils/cancellable-aggregation.d.ts +1 -1
  159. package/dist/src/utils/cancellable-aggregation.d.ts.map +1 -1
  160. package/dist/src/utils/pipeline-storage.d.ts.map +1 -1
  161. package/dist/src/utils/stage.d.ts +5 -2
  162. package/dist/src/utils/stage.d.ts.map +1 -1
  163. package/package.json +42 -44
  164. package/dist/src/components/atlas-stage-preview.d.ts +0 -5
  165. package/dist/src/components/atlas-stage-preview.d.ts.map +0 -1
  166. package/dist/src/components/input/index.d.ts +0 -3
  167. package/dist/src/components/input/index.d.ts.map +0 -1
  168. package/dist/src/components/input/input.d.ts +0 -25
  169. package/dist/src/components/input/input.d.ts.map +0 -1
  170. package/dist/src/components/input-builder/index.d.ts +0 -3
  171. package/dist/src/components/input-builder/index.d.ts.map +0 -1
  172. package/dist/src/components/input-builder/input-builder.d.ts +0 -9
  173. package/dist/src/components/input-builder/input-builder.d.ts.map +0 -1
  174. package/dist/src/components/input-builder-toolbar/index.d.ts +0 -3
  175. package/dist/src/components/input-builder-toolbar/index.d.ts.map +0 -1
  176. package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts +0 -16
  177. package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts.map +0 -1
  178. package/dist/src/components/input-collapser/index.d.ts +0 -3
  179. package/dist/src/components/input-collapser/index.d.ts.map +0 -1
  180. package/dist/src/components/input-collapser/input-collapser.d.ts +0 -14
  181. package/dist/src/components/input-collapser/input-collapser.d.ts.map +0 -1
  182. package/dist/src/components/input-documents-count/index.d.ts +0 -3
  183. package/dist/src/components/input-documents-count/index.d.ts.map +0 -1
  184. package/dist/src/components/input-documents-count/input-documents-count.d.ts +0 -13
  185. package/dist/src/components/input-documents-count/input-documents-count.d.ts.map +0 -1
  186. package/dist/src/components/input-preview/index.d.ts +0 -3
  187. package/dist/src/components/input-preview/index.d.ts.map +0 -1
  188. package/dist/src/components/input-preview/input-preview.d.ts +0 -15
  189. package/dist/src/components/input-preview/input-preview.d.ts.map +0 -1
  190. package/dist/src/components/input-preview-toolbar/index.d.ts +0 -3
  191. package/dist/src/components/input-preview-toolbar/index.d.ts.map +0 -1
  192. package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts +0 -7
  193. package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts.map +0 -1
  194. package/dist/src/components/input-refresh/index.d.ts +0 -3
  195. package/dist/src/components/input-refresh/index.d.ts.map +0 -1
  196. package/dist/src/components/input-refresh/input-refresh.d.ts +0 -13
  197. package/dist/src/components/input-refresh/input-refresh.d.ts.map +0 -1
  198. package/dist/src/components/input-toolbar/index.d.ts +0 -3
  199. package/dist/src/components/input-toolbar/index.d.ts.map +0 -1
  200. package/dist/src/components/input-toolbar/input-toolbar.d.ts +0 -16
  201. package/dist/src/components/input-toolbar/input-toolbar.d.ts.map +0 -1
  202. package/dist/src/components/input-workspace/index.d.ts +0 -3
  203. package/dist/src/components/input-workspace/index.d.ts.map +0 -1
  204. package/dist/src/components/input-workspace/input-workspace.d.ts +0 -16
  205. package/dist/src/components/input-workspace/input-workspace.d.ts.map +0 -1
  206. package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts +0 -17
  207. package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts.map +0 -1
  208. package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts +0 -17
  209. package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts.map +0 -1
  210. package/dist/src/components/pipeline/modals/import-pipeline.d.ts +0 -33
  211. package/dist/src/components/pipeline/modals/import-pipeline.d.ts.map +0 -1
  212. package/dist/src/components/stage/index.d.ts +0 -3
  213. package/dist/src/components/stage/index.d.ts.map +0 -1
  214. package/dist/src/components/stage/stage.d.ts +0 -29
  215. package/dist/src/components/stage/stage.d.ts.map +0 -1
  216. package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts +0 -18
  217. package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts.map +0 -1
  218. package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts +0 -18
  219. package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts.map +0 -1
  220. package/dist/src/components/stage-editor-toolbar/index.d.ts +0 -3
  221. package/dist/src/components/stage-editor-toolbar/index.d.ts.map +0 -1
  222. package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts +0 -20
  223. package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts.map +0 -1
  224. package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts +0 -21
  225. package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts.map +0 -1
  226. package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts +0 -9
  227. package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts.map +0 -1
  228. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts +0 -20
  229. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +0 -1
  230. package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts +0 -20
  231. package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts.map +0 -1
  232. package/dist/src/components/stage-preview/stage-preview.d.ts +0 -49
  233. package/dist/src/components/stage-preview/stage-preview.d.ts.map +0 -1
  234. package/dist/src/components/stage-preview-toolbar/index.d.ts +0 -3
  235. package/dist/src/components/stage-preview-toolbar/index.d.ts.map +0 -1
  236. package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts +0 -25
  237. package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts.map +0 -1
  238. package/dist/src/modules/import-pipeline.d.ts +0 -20
  239. package/dist/src/modules/import-pipeline.d.ts.map +0 -1
  240. package/dist/src/modules/link.d.ts +0 -2
  241. package/dist/src/modules/link.d.ts.map +0 -1
@@ -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"}
@@ -3,5 +3,6 @@ export declare type PipelineOutputOption = 'expand' | 'collapse';
3
3
  export declare const PipelineOutputOptionsMenu: React.FunctionComponent<{
4
4
  option: PipelineOutputOption;
5
5
  onChangeOption: (option: PipelineOutputOption) => void;
6
+ buttonText?: string;
6
7
  }>;
7
8
  //# sourceMappingURL=pipeline-output-options-menu.d.ts.map
@@ -1 +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;CACxD,CAaA,CAAC"}
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"}
@@ -15,6 +15,10 @@ declare type PipelineResultsWorkspaceProps = {
15
15
  onRetry: () => void;
16
16
  };
17
17
  export declare const PipelineResultsWorkspace: React.FunctionComponent<PipelineResultsWorkspaceProps>;
18
- 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
+ }>;
19
23
  export default _default;
20
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;AA8FxC,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,CAAC,6BAA6B,CA2EzF,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"}
@@ -9,6 +9,11 @@ declare type PipelineResultsHeaderProps = {
9
9
  pipelineOutputOption: PipelineOutputOption;
10
10
  };
11
11
  export declare const PipelineResultsHeader: React.FunctionComponent<PipelineResultsHeaderProps>;
12
- 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
+ }>;
13
18
  export default _default;
14
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,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,CA+B3B,CAAC;;AAkBF,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"}
@@ -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,7 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { PipelineOutputOption } from '../pipeline-output-options-menu';
3
3
  declare type PipelineToolbarProps = {
4
- darkMode?: boolean;
5
4
  isBuilderView: boolean;
6
5
  showRunButton: boolean;
7
6
  showExportButton: boolean;
@@ -10,6 +9,14 @@ declare type PipelineToolbarProps = {
10
9
  pipelineOutputOption: PipelineOutputOption;
11
10
  };
12
11
  export declare const PipelineToolbar: React.FunctionComponent<PipelineToolbarProps>;
13
- 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
+ }>;
14
21
  export default _default;
15
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;AAUxC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAsC5E,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;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,CAqDzE,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;;AAwBF,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;;AAgBF,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;;;;;;;;;;;;;;;;;;;;;;AAuI3C,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"}
@@ -4,8 +4,12 @@ declare type PipelineSettingsProps = {
4
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, "isSavePipelineDisplayed" | "isCreatePipelineDisplayed" | "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,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,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,wBAYoB"}
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,CAsE3B,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, "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,KAAkB,MAAM,OAAO,CAAC;AAgBvC,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,+NAGD,CAAC;AAGrB,aAAK,eAAe,GAAG;IACrB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,wBAAwB,EAAE,MAAM,IAAI,CAAC;CACtC,CAAC;AAKF,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CAAC,eAAe,CAyBxE,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"}
@@ -1 +1 @@
1
- {"version":3,"file":"resize-handle.d.ts","sourceRoot":"","sources":["../../../src/components/resize-handle.tsx"],"names":[],"mappings":";AAiBA,QAAA,MAAM,YAAY,mBAEjB,CAAC;AAEF,eAAe,YAAY,CAAC"}
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"}
@@ -1,12 +1,10 @@
1
1
  import React from 'react';
2
- import { type EditorViewType } from '../../modules/pipeline-builder/builder-helpers';
3
2
  declare type SavePipelineCardProps = {
4
3
  id: string;
5
4
  name: string;
6
- editor_view_type: EditorViewType;
7
- onOpenPipelineConfirm: (id: string) => void;
8
- onDeletePipeline: (id: string) => void;
5
+ onOpenPipeline: () => void;
6
+ onDeletePipeline: () => void;
9
7
  };
10
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<SavePipelineCardProps>, Omit<SavePipelineCardProps, "editor_view_type" | "onOpenPipelineConfirm" | "onDeletePipeline"> & import("react-redux").ConnectProps>;
11
- export default _default;
8
+ export declare const SavePipelineCard: React.FunctionComponent<SavePipelineCardProps>;
9
+ export {};
12
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;AAerD,OAAO,EACL,KAAK,cAAc,EAEpB,MAAM,gDAAgD,CAAC;AAIxD,aAAK,qBAAqB,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,EAAE,cAAc,CAAC;IACjC,qBAAqB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,gBAAgB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC,CAAC;;AA6GF,wBAUoB"}
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;AAkD1B,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;IA0D62iB,wBAA8C;IAAA,sCAAyJ;IAlDtjjB,mBAHW,KAAK,GACH,IAAI,CAIhB;IAQD,QAFa,IAAI,CAShB;IAOD,UAFa,MAAM,SAAS,CAwB3B;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,54 +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
- num_stages: PropTypes.Validator<number>;
12
- };
13
- static defaultProps: {
14
- autocompleteFields: never[];
15
- };
16
- constructor(props: Object);
17
- completer: StageAutoCompleter;
18
- editor: import("ace-builds").Ace.Editor | null;
19
- initialValue: any;
20
- componentDidUpdate(prevProps: Object): void;
21
- onStageChange: (value: string) => void;
22
- onBlur: () => void;
23
- renderError(): React.Component;
24
- renderSyntaxError(): JSX.Element | undefined;
25
- render(): Component;
26
- }
27
- declare const _default: import("react-redux").ConnectedComponent<typeof StageEditor, Omit<Pick<PropTypes.InferProps<{
28
- index: PropTypes.Validator<number>;
29
- stageValue: PropTypes.Requireable<string>;
30
- onChange: PropTypes.Validator<(...args: any[]) => any>;
31
- stageOperator: PropTypes.Requireable<string>;
32
- serverVersion: PropTypes.Validator<string>;
33
- autocompleteFields: PropTypes.Validator<any[]>;
34
- syntaxError: PropTypes.Requireable<object>;
35
- serverError: PropTypes.Requireable<object>;
36
- num_stages: PropTypes.Validator<number>;
37
- }>, "onChange" | "stageOperator" | "serverVersion" | "num_stages" | "index" | "syntaxError" | "serverError" | "stageValue"> & Partial<Pick<PropTypes.InferProps<{
38
- index: PropTypes.Validator<number>;
39
- stageValue: PropTypes.Requireable<string>;
40
- onChange: PropTypes.Validator<(...args: any[]) => any>;
41
- stageOperator: PropTypes.Requireable<string>;
42
- serverVersion: PropTypes.Validator<string>;
43
- autocompleteFields: PropTypes.Validator<any[]>;
44
- syntaxError: PropTypes.Requireable<object>;
45
- serverError: PropTypes.Requireable<object>;
46
- num_stages: PropTypes.Validator<number>;
47
- }>, "autocompleteFields">> & Partial<Pick<{
48
- autocompleteFields: never[];
49
- }, never>>, "onChange" | "stageOperator" | "serverVersion" | "num_stages" | "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
+ }>;
50
27
  export default _default;
51
28
  import React from "react";
52
- import { StageAutoCompleter } from "@mongodb-js/compass-editor";
53
- import PropTypes from "prop-types";
54
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":"AAkBA;IACE;;;;;;;;;;MAUE;IAEF;;MAEE;IAOF,mBAFW,MAAM,EAYhB;IARC,8BAKC;IACD,+CAAkB;IAClB,kBAAoC;IAMtC,8BAFW,MAAM,QA+BhB;IAQD,uCAEE;IAEF,mBAgBE;IAOF,eAFa,MAAM,SAAS,CAc3B;IAED,6CAgBC;IAOD,oBAsBC;CACF"}
1
+ {"version":3,"file":"stage-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor/stage-editor.jsx"],"names":[],"mappings":"AAmPA,sDAA6D"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare const AtlasStagePreview: ({ stageOperator, }: {
3
+ stageOperator: string;
4
+ }) => JSX.Element;
5
+ //# sourceMappingURL=atlas-stage-preview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"atlas-stage-preview.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/atlas-stage-preview.tsx"],"names":[],"mappings":";AA2BA,eAAO,MAAM,iBAAiB;mBAGb,MAAM;iBA6BtB,CAAC"}
@@ -1,3 +1,19 @@
1
- export default StagePreview;
2
- import StagePreview from "./stage-preview";
1
+ import React from 'react';
2
+ import type { Document as DocumentType } from 'mongodb';
3
+ declare type StagePreviewProps = {
4
+ index: number;
5
+ isLoading: boolean;
6
+ isDisabled: boolean;
7
+ isMissingAtlasOnlyStageSupport: boolean;
8
+ stageOperator: string | null;
9
+ documents: DocumentType[] | null;
10
+ shouldRenderStage: boolean;
11
+ };
12
+ export declare function StagePreview(props: StagePreviewProps): JSX.Element;
13
+ declare const _default: import("react-redux").ConnectedComponent<typeof StagePreview, {
14
+ index: number;
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;
3
19
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/index.js"],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,SAAS,CAAC;AAyFxD,aAAK,iBAAiB,GAAG;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,8BAA8B,EAAE,OAAO,CAAC;IACxC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC;IACjC,iBAAiB,EAAE,OAAO,CAAC;CAC5B,CAAC;AAsEF,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,eAmBpD;;WAE4D,MAAM;;;;AAAnE,wBAoBiB"}