@mongodb-js/compass-aggregations 9.8.0 → 9.10.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 (234) hide show
  1. package/dist/browser.js +1 -1
  2. package/dist/index.js +1 -1
  3. package/dist/src/components/add-stage/add-stage.d.ts +1 -1
  4. package/dist/src/components/add-stage/add-stage.d.ts.map +1 -1
  5. package/dist/src/components/add-stage/index.d.ts +1 -1
  6. package/dist/src/components/add-stage/index.d.ts.map +1 -1
  7. package/dist/src/components/aggregation-side-panel/feedback-link.d.ts +3 -0
  8. package/dist/src/components/aggregation-side-panel/feedback-link.d.ts.map +1 -0
  9. package/dist/src/components/aggregation-side-panel/index.d.ts +12 -0
  10. package/dist/src/components/aggregation-side-panel/index.d.ts.map +1 -0
  11. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/field-combobox.d.ts +21 -0
  12. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/field-combobox.d.ts.map +1 -0
  13. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/group/basic-group.d.ts +5 -0
  14. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/group/basic-group.d.ts.map +1 -0
  15. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/group/group-with-statistics.d.ts +15 -0
  16. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/group/group-with-statistics.d.ts.map +1 -0
  17. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/group/group-with-subset.d.ts +27 -0
  18. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/group/group-with-subset.d.ts.map +1 -0
  19. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/index.d.ts +18 -0
  20. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/index.d.ts.map +1 -0
  21. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/lookup/lookup.d.ts +18 -0
  22. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/lookup/lookup.d.ts.map +1 -0
  23. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/match/match-condition-form.d.ts +44 -0
  24. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/match/match-condition-form.d.ts.map +1 -0
  25. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/match/match-group-form.d.ts +29 -0
  26. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/match/match-group-form.d.ts.map +1 -0
  27. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/match/match.d.ts +41 -0
  28. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/match/match.d.ts.map +1 -0
  29. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/project/project.d.ts +16 -0
  30. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/project/project.d.ts.map +1 -0
  31. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/sort/sort.d.ts +5 -0
  32. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/sort/sort.d.ts.map +1 -0
  33. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/use-case-card.d.ts +12 -0
  34. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/use-case-card.d.ts.map +1 -0
  35. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/utils.d.ts +18 -0
  36. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/utils.d.ts.map +1 -0
  37. package/dist/src/components/aggregations/aggregations.d.ts +2 -2
  38. package/dist/src/components/aggregations/aggregations.d.ts.map +1 -1
  39. package/dist/src/components/aggregations/index.d.ts +2 -2
  40. package/dist/src/components/aggregations/index.d.ts.map +1 -1
  41. package/dist/src/components/create-view-modal/create-view-modal.d.ts +2 -2
  42. package/dist/src/components/create-view-modal/create-view-modal.d.ts.map +1 -1
  43. package/dist/src/components/create-view-modal/index.d.ts +2 -2
  44. package/dist/src/components/create-view-modal/index.d.ts.map +1 -1
  45. package/dist/src/components/create-view-plugin.d.ts +3 -3
  46. package/dist/src/components/create-view-plugin.d.ts.map +1 -1
  47. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts +2 -2
  48. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts.map +1 -1
  49. package/dist/src/components/duplicate-view-modal/index.d.ts +2 -2
  50. package/dist/src/components/duplicate-view-modal/index.d.ts.map +1 -1
  51. package/dist/src/components/duplicate-view-plugin.d.ts +2 -2
  52. package/dist/src/components/duplicate-view-plugin.d.ts.map +1 -1
  53. package/dist/src/components/focus-mode/focus-mode-modal-header.d.ts +6 -2
  54. package/dist/src/components/focus-mode/focus-mode-modal-header.d.ts.map +1 -1
  55. package/dist/src/components/focus-mode/focus-mode-stage-editor.d.ts.map +1 -1
  56. package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts +1 -1
  57. package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts.map +1 -1
  58. package/dist/src/components/focus-mode/focus-mode.d.ts +1 -1
  59. package/dist/src/components/focus-mode/focus-mode.d.ts.map +1 -1
  60. package/dist/src/components/loading-overlay/index.d.ts +1 -1
  61. package/dist/src/components/loading-overlay/index.d.ts.map +1 -1
  62. package/dist/src/components/loading-overlay/loading-overlay.d.ts +1 -1
  63. package/dist/src/components/loading-overlay/loading-overlay.d.ts.map +1 -1
  64. package/dist/src/components/modify-source-banner/index.d.ts +1 -1
  65. package/dist/src/components/modify-source-banner/index.d.ts.map +1 -1
  66. package/dist/src/components/modify-source-banner/modify-source-banner.d.ts +1 -1
  67. package/dist/src/components/modify-source-banner/modify-source-banner.d.ts.map +1 -1
  68. package/dist/src/components/pipeline/index.d.ts +1 -1
  69. package/dist/src/components/pipeline/index.d.ts.map +1 -1
  70. package/dist/src/components/pipeline/pipeline.d.ts +2 -2
  71. package/dist/src/components/pipeline/pipeline.d.ts.map +1 -1
  72. package/dist/src/components/pipeline-builder-input-documents.d.ts +1 -1
  73. package/dist/src/components/pipeline-builder-input-documents.d.ts.map +1 -1
  74. package/dist/src/components/pipeline-builder-workspace/index.d.ts +11 -2
  75. package/dist/src/components/pipeline-builder-workspace/index.d.ts.map +1 -1
  76. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts +1 -1
  77. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts.map +1 -1
  78. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts +1 -1
  79. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts.map +1 -1
  80. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts +1 -1
  81. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts.map +1 -1
  82. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts +1 -1
  83. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts.map +1 -1
  84. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/dnd-wrapper.d.ts +8 -0
  85. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/dnd-wrapper.d.ts.map +1 -0
  86. package/dist/src/components/pipeline-builder-workspace/{pipeline-builder-ui-workspace.d.ts → pipeline-builder-ui-workspace/index.d.ts} +6 -3
  87. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/index.d.ts.map +1 -0
  88. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/sortable-list.d.ts +15 -0
  89. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/sortable-list.d.ts.map +1 -0
  90. package/dist/src/components/pipeline-output-options-menu.d.ts +1 -1
  91. package/dist/src/components/pipeline-output-options-menu.d.ts.map +1 -1
  92. package/dist/src/components/pipeline-results-workspace/index.d.ts +1 -1
  93. package/dist/src/components/pipeline-results-workspace/index.d.ts.map +1 -1
  94. package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts +1 -1
  95. package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts.map +1 -1
  96. package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts +1 -1
  97. package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts.map +1 -1
  98. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts +1 -1
  99. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts.map +1 -1
  100. package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts +1 -1
  101. package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts.map +1 -1
  102. package/dist/src/components/pipeline-toolbar/index.d.ts +1 -1
  103. package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -1
  104. package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts +1 -1
  105. package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts.map +1 -1
  106. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts +1 -1
  107. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts.map +1 -1
  108. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts +1 -1
  109. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts.map +1 -1
  110. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts +1 -1
  111. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts.map +1 -1
  112. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts +3 -1
  113. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -1
  114. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts +1 -1
  115. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts.map +1 -1
  116. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts +1 -1
  117. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts.map +1 -1
  118. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts +1 -1
  119. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts.map +1 -1
  120. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts +1 -1
  121. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts.map +1 -1
  122. package/dist/src/components/saving-pipeline-modal/index.d.ts +1 -1
  123. package/dist/src/components/saving-pipeline-modal/index.d.ts.map +1 -1
  124. package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts +2 -2
  125. package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts.map +1 -1
  126. package/dist/src/components/settings/settings.d.ts +1 -1
  127. package/dist/src/components/settings/settings.d.ts.map +1 -1
  128. package/dist/src/components/stage-editor/index.d.ts +1 -1
  129. package/dist/src/components/stage-editor/index.d.ts.map +1 -1
  130. package/dist/src/components/stage-editor/stage-editor.d.ts +10 -7
  131. package/dist/src/components/stage-editor/stage-editor.d.ts.map +1 -1
  132. package/dist/src/components/stage-preview/index.d.ts +1 -1
  133. package/dist/src/components/stage-preview/index.d.ts.map +1 -1
  134. package/dist/src/components/stage-preview/output-stage-preview.d.ts +1 -1
  135. package/dist/src/components/stage-preview/output-stage-preview.d.ts.map +1 -1
  136. package/dist/src/components/stage-preview/stage-preview-header.d.ts +1 -1
  137. package/dist/src/components/stage-preview/stage-preview-header.d.ts.map +1 -1
  138. package/dist/src/components/stage-toolbar/index.d.ts +6 -8
  139. package/dist/src/components/stage-toolbar/index.d.ts.map +1 -1
  140. package/dist/src/components/stage-toolbar/option-menu.d.ts.map +1 -1
  141. package/dist/src/components/stage-toolbar/stage-collapser.d.ts.map +1 -1
  142. package/dist/src/components/stage-toolbar/stage-operator-select.d.ts +15 -21
  143. package/dist/src/components/stage-toolbar/stage-operator-select.d.ts.map +1 -1
  144. package/dist/src/components/stage-toolbar/toggle-stage.d.ts.map +1 -1
  145. package/dist/src/components/stage-wizard/index.d.ts +24 -0
  146. package/dist/src/components/stage-wizard/index.d.ts.map +1 -0
  147. package/dist/src/components/stage.d.ts +6 -3
  148. package/dist/src/components/stage.d.ts.map +1 -1
  149. package/dist/src/components/use-case-droppable-area/index.d.ts +11 -0
  150. package/dist/src/components/use-case-droppable-area/index.d.ts.map +1 -0
  151. package/dist/src/components/use-guide-cue.d.ts +15 -0
  152. package/dist/src/components/use-guide-cue.d.ts.map +1 -0
  153. package/dist/src/modules/aggregation.d.ts +10 -10
  154. package/dist/src/modules/aggregation.d.ts.map +1 -1
  155. package/dist/src/modules/auto-preview.d.ts +1 -1
  156. package/dist/src/modules/auto-preview.d.ts.map +1 -1
  157. package/dist/src/modules/collation-string.d.ts +2 -2
  158. package/dist/src/modules/collation-string.d.ts.map +1 -1
  159. package/dist/src/modules/collections-fields.d.ts +41 -0
  160. package/dist/src/modules/collections-fields.d.ts.map +1 -0
  161. package/dist/src/modules/count-documents.d.ts +5 -5
  162. package/dist/src/modules/count-documents.d.ts.map +1 -1
  163. package/dist/src/modules/create-view/index.d.ts +7 -7
  164. package/dist/src/modules/create-view/index.d.ts.map +1 -1
  165. package/dist/src/modules/data-service.d.ts +1 -1
  166. package/dist/src/modules/data-service.d.ts.map +1 -1
  167. package/dist/src/modules/explain.d.ts +1 -55
  168. package/dist/src/modules/explain.d.ts.map +1 -1
  169. package/dist/src/modules/focus-mode.d.ts +3 -3
  170. package/dist/src/modules/focus-mode.d.ts.map +1 -1
  171. package/dist/src/modules/index.d.ts +10 -6
  172. package/dist/src/modules/index.d.ts.map +1 -1
  173. package/dist/src/modules/input-documents.d.ts +4 -4
  174. package/dist/src/modules/input-documents.d.ts.map +1 -1
  175. package/dist/src/modules/is-datalake.d.ts +1 -1
  176. package/dist/src/modules/is-datalake.d.ts.map +1 -1
  177. package/dist/src/modules/max-time-ms.d.ts +1 -1
  178. package/dist/src/modules/max-time-ms.d.ts.map +1 -1
  179. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +1 -1
  180. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -1
  181. package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts +3 -3
  182. package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -1
  183. package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts +2 -2
  184. package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts.map +1 -1
  185. package/dist/src/modules/pipeline-builder/pipeline-parser/stage-parser.d.ts +1 -1
  186. package/dist/src/modules/pipeline-builder/pipeline-parser/stage-parser.d.ts.map +1 -1
  187. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts +2 -1
  188. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts.map +1 -1
  189. package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts +3 -1
  190. package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts.map +1 -1
  191. package/dist/src/modules/pipeline-builder/stage-editor.d.ts +91 -34
  192. package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
  193. package/dist/src/modules/pipeline-builder/stage-ids.d.ts +2 -0
  194. package/dist/src/modules/pipeline-builder/stage-ids.d.ts.map +1 -0
  195. package/dist/src/modules/pipeline-builder/stage.d.ts.map +1 -1
  196. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts +1 -1
  197. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -1
  198. package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts +6 -6
  199. package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -1
  200. package/dist/src/modules/saved-pipeline.d.ts +1 -1
  201. package/dist/src/modules/saved-pipeline.d.ts.map +1 -1
  202. package/dist/src/modules/settings.d.ts +1 -1
  203. package/dist/src/modules/settings.d.ts.map +1 -1
  204. package/dist/src/modules/side-panel.d.ts +15 -0
  205. package/dist/src/modules/side-panel.d.ts.map +1 -0
  206. package/dist/src/modules/update-view.d.ts.map +1 -1
  207. package/dist/src/modules/workspace.d.ts +4 -4
  208. package/dist/src/modules/workspace.d.ts.map +1 -1
  209. package/dist/src/plugin.d.ts +3 -3
  210. package/dist/src/plugin.d.ts.map +1 -1
  211. package/dist/src/stores/store.d.ts +9 -3
  212. package/dist/src/stores/store.d.ts.map +1 -1
  213. package/dist/src/utils/get-schema.d.ts +9 -0
  214. package/dist/src/utils/get-schema.d.ts.map +1 -0
  215. package/dist/src/utils/local-storage.d.ts +2 -2
  216. package/dist/src/utils/local-storage.d.ts.map +1 -1
  217. package/dist/src/utils/pipeline-storage.d.ts +1 -1
  218. package/dist/src/utils/pipeline-storage.d.ts.map +1 -1
  219. package/dist/src/utils/stage.d.ts +1 -1
  220. package/dist/src/utils/stage.d.ts.map +1 -1
  221. package/package.json +38 -40
  222. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts.map +0 -1
  223. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts +0 -12
  224. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts.map +0 -1
  225. package/dist/src/components/pipeline-explain/explain-indexes.d.ts +0 -8
  226. package/dist/src/components/pipeline-explain/explain-indexes.d.ts.map +0 -1
  227. package/dist/src/components/pipeline-explain/explain-query-performance.d.ts +0 -10
  228. package/dist/src/components/pipeline-explain/explain-query-performance.d.ts.map +0 -1
  229. package/dist/src/components/pipeline-explain/explain-results.d.ts +0 -9
  230. package/dist/src/components/pipeline-explain/explain-results.d.ts.map +0 -1
  231. package/dist/src/components/pipeline-explain/index.d.ts +0 -17
  232. package/dist/src/components/pipeline-explain/index.d.ts.map +0 -1
  233. package/dist/src/modules/indexes.d.ts +0 -22
  234. package/dist/src/modules/indexes.d.ts.map +0 -1
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type LoadingOverlayProps = {
2
+ type LoadingOverlayProps = {
3
3
  text: string;
4
4
  };
5
5
  declare function LoadingOverlay({ text }: LoadingOverlayProps): JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"loading-overlay.d.ts","sourceRoot":"","sources":["../../../../src/components/loading-overlay/loading-overlay.tsx"],"names":[],"mappings":";AAoCA,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,iBAAS,cAAc,CAAC,EAAE,IAAI,EAAE,EAAE,mBAAmB,eAcpD;AAED,OAAO,EAAE,cAAc,EAAE,CAAC"}
1
+ {"version":3,"file":"loading-overlay.d.ts","sourceRoot":"","sources":["../../../../src/components/loading-overlay/loading-overlay.tsx"],"names":[],"mappings":";AAoCA,KAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,iBAAS,cAAc,CAAC,EAAE,IAAI,EAAE,EAAE,mBAAmB,eAcpD;AAED,OAAO,EAAE,cAAc,EAAE,CAAC"}
@@ -1,3 +1,3 @@
1
1
  export default ModifySourceBanner;
2
- import ModifySourceBanner from "./modify-source-banner";
2
+ import ModifySourceBanner from './modify-source-banner';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/modify-source-banner/index.js"],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/modify-source-banner/index.js"],"names":[],"mappings":";+BAA+B,wBAAwB"}
@@ -5,5 +5,5 @@ declare namespace ModifySourceBanner {
5
5
  const editViewName: PropTypes.Validator<string>;
6
6
  }
7
7
  }
8
- import PropTypes from "prop-types";
8
+ import PropTypes from 'prop-types';
9
9
  //# sourceMappingURL=modify-source-banner.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"modify-source-banner.d.ts","sourceRoot":"","sources":["../../../../src/components/modify-source-banner/modify-source-banner.jsx"],"names":[],"mappings":";AAaA,2CAJW,MAAM,aAchB"}
1
+ {"version":3,"file":"modify-source-banner.d.ts","sourceRoot":"","sources":["../../../../src/components/modify-source-banner/modify-source-banner.jsx"],"names":[],"mappings":";AAaA,2CAJW,MAAM,aAchB;;;;;;sBAtBqB,YAAY"}
@@ -1,3 +1,3 @@
1
1
  export default Pipeline;
2
- import Pipeline from "./pipeline";
2
+ import Pipeline from './pipeline';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/index.js"],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/index.js"],"names":[],"mappings":";qBAAqB,YAAY"}
@@ -43,6 +43,6 @@ declare class Pipeline extends React.PureComponent<any, any, any> {
43
43
  renderPipelineToolbar(): JSX.Element;
44
44
  render(): Component;
45
45
  }
46
- import React from "react";
47
- import PropTypes from "prop-types";
46
+ import React from 'react';
47
+ import PropTypes from 'prop-types';
48
48
  //# sourceMappingURL=pipeline.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/pipeline.jsx"],"names":[],"mappings":";AAsBA;IACE,2BAAyC;IAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;MA0BE;IAEF;;;;MAIE;IA6Fg6c,wBAA8C;IAAA,sCAAyJ;IA3Fzmd;;MAEE;IAEF,kEAEE;IAEF,0DAcC;IAED,qCAUC;IAOD,oBA8CC;CACF"}
1
+ {"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/pipeline.jsx"],"names":[],"mappings":";AAqBA;IACE,2BAAyC;IAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;MA0BE;IAEF;;;;MAIE;IA4Fi/c,wBAA8C;IAAA,sCAAyJ;IA1F1rd;;MAEE;IAEF,kEAEE;IAEF,0DAcC;IAED,qCAUC;IAOD,oBA6CC;CACF;kBAjJoC,OAAO;sBACtB,YAAY"}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { Document as DocumentType } from 'mongodb';
3
- declare type InputProps = {
3
+ type InputProps = {
4
4
  documents: DocumentType[];
5
5
  isExpanded: boolean;
6
6
  isLoading: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-builder-input-documents.d.ts","sourceRoot":"","sources":["../../../src/components/pipeline-builder-input-documents.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,SAAS,CAAC;AA+DxD,aAAK,UAAU,GAAG;IAChB,SAAS,EAAE,YAAY,EAAE,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,6BAA6B,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvD,qBAAqB,EAAE,MAAM,IAAI,CAAC;CACnC,CAAC;AAEF,iBAAS,6BAA6B,CAAC,EACrC,SAAS,EACT,UAAU,EACV,SAAS,EACT,KAAK,EACL,6BAA6B,EAC7B,qBAAqB,GACtB,EAAE,UAAU,eA0DZ;;;;;AASD,wBAaiC"}
1
+ {"version":3,"file":"pipeline-builder-input-documents.d.ts","sourceRoot":"","sources":["../../../src/components/pipeline-builder-input-documents.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,SAAS,CAAC;AA+DxD,KAAK,UAAU,GAAG;IAChB,SAAS,EAAE,YAAY,EAAE,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,6BAA6B,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvD,qBAAqB,EAAE,MAAM,IAAI,CAAC;CACnC,CAAC;AAEF,iBAAS,6BAA6B,CAAC,EACrC,SAAS,EACT,UAAU,EACV,SAAS,EACT,KAAK,EACL,6BAA6B,EAC7B,qBAAqB,GACtB,EAAE,UAAU,eA0DZ;;;;;AASD,wBAaiC"}
@@ -1,3 +1,12 @@
1
- export default PipelineBuilderWorkspace;
2
- import PipelineBuilderWorkspace from "./pipeline-builder-workspace";
1
+ import React from 'react';
2
+ import type { PipelineMode } from '../../modules/pipeline-builder/pipeline-mode';
3
+ type PipelineBuilderWorkspaceProps = {
4
+ pipelineMode: PipelineMode;
5
+ };
6
+ export declare const PipelineBuilderWorkspace: React.FunctionComponent<PipelineBuilderWorkspaceProps>;
7
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineBuilderWorkspaceProps>, {
8
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
9
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
10
+ }>;
11
+ export default _default;
3
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/index.js"],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AAajF,KAAK,6BAA6B,GAAG;IACnC,YAAY,EAAE,YAAY,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAC5D,6BAA6B,CAW9B,CAAC;;;;;AAMF,wBAA2D"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- declare type PipelineAsTextWorkspaceProps = {
2
+ type PipelineAsTextWorkspaceProps = {
3
3
  isAutoPreview: boolean;
4
4
  };
5
5
  export declare const PipelineAsTextWorkspace: React.FunctionComponent<PipelineAsTextWorkspaceProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2C1B,aAAK,4BAA4B,GAAG;IAClC,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC;AAIF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAC3D,4BAA4B,CA0C7B,CAAC;;;;;AAMF,wBAA0D"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA+B1B,KAAK,4BAA4B,GAAG;IAClC,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC;AAIF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAC3D,4BAA4B,CA4C7B,CAAC;;;;;AAMF,wBAA0D"}
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import type { CompletionWithServerInfo } from '@mongodb-js/compass-editor';
3
3
  import type { MongoServerError } from 'mongodb';
4
4
  import type { PipelineParserError } from '../../../modules/pipeline-builder/pipeline-parser/utils';
5
- declare type PipelineEditorProps = {
5
+ type PipelineEditorProps = {
6
6
  num_stages: number;
7
7
  pipelineText: string;
8
8
  syntaxErrors: PipelineParserError[];
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-editor.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAW9D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAS3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yDAAyD,CAAC;AAgCnG,aAAK,mBAAmB,GAAG;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,mBAAmB,EAAE,CAAC;IACpC,WAAW,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACrC,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,wBAAwB,EAAE,CAAC;IACnC,oBAAoB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/C,CAAC;AAoBF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAyFvE,CAAC;;;;;AA6BF,wBAA8D"}
1
+ {"version":3,"file":"pipeline-editor.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAW5D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAO3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yDAAyD,CAAC;AAyCnG,KAAK,mBAAmB,GAAG;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,mBAAmB,EAAE,CAAC;IACpC,WAAW,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACrC,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,wBAAwB,EAAE,CAAC;IACnC,oBAAoB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CA0FvE,CAAC;;;;;AA6BF,wBAA8D"}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { Document } from 'mongodb';
3
- declare type PipelinePreviewProps = {
3
+ type PipelinePreviewProps = {
4
4
  isLoading: boolean;
5
5
  isMergeStage: boolean;
6
6
  isOutStage: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-preview.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAYjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAsDxC,aAAK,oBAAoB,GAAG;IAC1B,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;IAC/B,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAmFF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAgDzE,CAAC;;;;;AAwBF,wBAAkD"}
1
+ {"version":3,"file":"pipeline-preview.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAYjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAsDxC,KAAK,oBAAoB,GAAG;IAC1B,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;IAC/B,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAmFF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAgDzE,CAAC;;;;;AAwBF,wBAAkD"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- declare type OutputStageProps = {
2
+ type OutputStageProps = {
3
3
  stageOperator: '$out' | '$merge' | null;
4
4
  isAtlas: boolean;
5
5
  isLoading: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-stages-preview.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAuC1B,aAAK,gBAAgB,GAAG;IACtB,aAAa,EAAE,MAAM,GAAG,QAAQ,GAAG,IAAI,CAAC;IACxC,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AA+BF,eAAO,MAAM,kBAAkB,2FAO5B,gBAAgB,uBAyClB,CAAC;AAoBF,eAAO,MAAM,iBAAiB,oIA7D3B,gBAAgB;mBA5CF,MAAM,GAAG,QAAQ,GAAG,IAAI;;;EA4GpB,CAAC"}
1
+ {"version":3,"file":"pipeline-stages-preview.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAuC1B,KAAK,gBAAgB,GAAG;IACtB,aAAa,EAAE,MAAM,GAAG,QAAQ,GAAG,IAAI,CAAC;IACxC,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AA+BF,eAAO,MAAM,kBAAkB,2FAO5B,gBAAgB,uBAyClB,CAAC;AAoBF,eAAO,MAAM,iBAAiB,oIA7D3B,gBAAgB;mBA5CF,MAAM,GAAG,QAAQ,GAAG,IAAI;;;EA4GpB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import type { PipelineBuilderUIWorkspaceProps } from '.';
3
+ type PipelineBuilderDndWrapperProps = {
4
+ children: React.ReactNode;
5
+ } & Pick<PipelineBuilderUIWorkspaceProps, 'stagesIdAndType' | 'onStageMoveEnd' | 'onUseCaseDropped'>;
6
+ declare const PipelineBuilderDndWrapper: ({ children, stagesIdAndType, onStageMoveEnd, onUseCaseDropped, }: PipelineBuilderDndWrapperProps) => JSX.Element;
7
+ export default PipelineBuilderDndWrapper;
8
+ //# sourceMappingURL=dnd-wrapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dnd-wrapper.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/dnd-wrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAiBrD,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,GAAG,CAAC;AAMzD,KAAK,8BAA8B,GAAG;IACpC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,GAAG,IAAI,CACN,+BAA+B,EAC/B,iBAAiB,GAAG,gBAAgB,GAAG,kBAAkB,CAC1D,CAAC;AAiBF,QAAA,MAAM,yBAAyB,qEAK5B,8BAA8B,gBAwFhC,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
@@ -1,9 +1,12 @@
1
1
  import React from 'react';
2
- declare type PipelineBuilderUIWorkspaceProps = {
3
- stageIds: number[];
2
+ import type { StageIdAndType } from '../../../modules/pipeline-builder/stage-editor';
3
+ export type PipelineBuilderUIWorkspaceProps = {
4
+ stagesIdAndType: StageIdAndType[];
4
5
  editViewName?: string;
6
+ isSidePanelOpen: boolean;
5
7
  onStageMoveEnd: (from: number, to: number) => void;
6
8
  onStageAddAfterEnd: (after?: number) => void;
9
+ onUseCaseDropped: (useCaseId: string, stageOperator: string, after?: number) => void;
7
10
  };
8
11
  export declare const PipelineBuilderUIWorkspace: React.FunctionComponent<PipelineBuilderUIWorkspaceProps>;
9
12
  declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineBuilderUIWorkspaceProps>, {
@@ -11,4 +14,4 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
11
14
  store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
12
15
  }>;
13
16
  export default _default;
14
- //# sourceMappingURL=pipeline-builder-ui-workspace.d.ts.map
17
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAkB1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAC;AAmBrF,MAAM,MAAM,+BAA+B,GAAG;IAC5C,eAAe,EAAE,cAAc,EAAE,CAAC;IAClC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,OAAO,CAAC;IACzB,cAAc,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACnD,kBAAkB,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,gBAAgB,EAAE,CAChB,SAAS,EAAE,MAAM,EACjB,aAAa,EAAE,MAAM,EACrB,KAAK,CAAC,EAAE,MAAM,KACX,IAAI,CAAC;CACX,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,iBAAiB,CAC9D,+BAA+B,CAoDhC,CAAC;;;;;AAgBF,wBAA0E"}
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import type { StageIdAndType } from '../../../modules/pipeline-builder/stage-editor';
3
+ import type { SyntheticListenerMap } from '@dnd-kit/core/dist/hooks/utilities';
4
+ export type SortableProps = {
5
+ style: React.CSSProperties;
6
+ setNodeRef: (node: HTMLElement | null) => void;
7
+ listeners: SyntheticListenerMap | undefined;
8
+ };
9
+ type SortableListProps = {
10
+ stagesIdAndType: StageIdAndType[];
11
+ onStageAddAfterEnd: (after?: number) => void;
12
+ };
13
+ export declare const SortableList: ({ stagesIdAndType, onStageAddAfterEnd, }: SortableListProps) => JSX.Element;
14
+ export {};
15
+ //# sourceMappingURL=sortable-list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sortable-list.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/sortable-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAC;AAQrF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAY/E,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC;IAC3B,UAAU,EAAE,CAAC,IAAI,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,CAAC;IAC/C,SAAS,EAAE,oBAAoB,GAAG,SAAS,CAAC;CAC7C,CAAC;AAuDF,KAAK,iBAAiB,GAAG;IACvB,eAAe,EAAE,cAAc,EAAE,CAAC;IAClC,kBAAkB,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C,CAAC;AAEF,eAAO,MAAM,YAAY,6CAGtB,iBAAiB,gBAwBnB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- export declare type PipelineOutputOption = 'expand' | 'collapse';
2
+ export type PipelineOutputOption = 'expand' | 'collapse';
3
3
  export declare const PipelineOutputOptionsMenu: React.FunctionComponent<{
4
4
  option: PipelineOutputOption;
5
5
  onChangeOption: (option: PipelineOutputOption) => void;
@@ -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;IACvD,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,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,MAAM,MAAM,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"}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { Document } from 'mongodb';
3
- declare type PipelineResultsWorkspaceProps = {
3
+ type PipelineResultsWorkspaceProps = {
4
4
  documents: Document[];
5
5
  isLoading?: boolean;
6
6
  isError?: boolean;
@@ -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;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
+ {"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,KAAK,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,5 +1,5 @@
1
1
  import React from 'react';
2
- declare type PipelinePaginationCountProps = {
2
+ type PipelinePaginationCountProps = {
3
3
  loading: boolean;
4
4
  count?: number;
5
5
  onCount: () => void;
@@ -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;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"}
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,KAAK,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"}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { RootState } from '../../modules';
3
- declare type PipelinePaginationProps = {
3
+ type PipelinePaginationProps = {
4
4
  showingFrom: number;
5
5
  showingTo: number;
6
6
  isCountDisabled: boolean;
@@ -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,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
+ {"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,KAAK,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,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import type { ResultsViewType } from './pipeline-results-list';
3
3
  import type { PipelineOutputOption } from '../pipeline-output-options-menu';
4
- declare type PipelineResultsHeaderProps = {
4
+ type PipelineResultsHeaderProps = {
5
5
  onChangeResultsView: (viewType: ResultsViewType) => void;
6
6
  resultsViewType: ResultsViewType;
7
7
  isMergeOrOutPipeline: boolean;
@@ -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,CA6B3B,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,KAAK,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,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { Document } from 'mongodb';
3
- export declare type ResultsViewType = 'document' | 'json';
3
+ export type ResultsViewType = 'document' | 'json';
4
4
  declare const PipelineResultsList: React.FunctionComponent<{
5
5
  documents: Document[];
6
6
  allDocsExpanded?: boolean;
@@ -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;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
+ {"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,MAAM,MAAM,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,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { PipelineOutputOption } from '../pipeline-output-options-menu';
3
- declare type PipelineToolbarProps = {
3
+ type PipelineToolbarProps = {
4
4
  isBuilderView: boolean;
5
5
  showRunButton: boolean;
6
6
  showExportButton: boolean;
@@ -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;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
+ {"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,KAAK,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,5 +1,5 @@
1
1
  import React from 'react';
2
- declare type PipelineHeaderProps = {
2
+ type PipelineHeaderProps = {
3
3
  isOptionsVisible: boolean;
4
4
  showRunButton: boolean;
5
5
  showExportButton: boolean;
@@ -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,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"}
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,KAAK,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,CAoEvE,CAAC;;;;;;;;;;AAEF,wBAUkB"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- declare type PipelineActionsProps = {
2
+ type PipelineActionsProps = {
3
3
  showRunButton?: boolean;
4
4
  isRunButtonDisabled?: boolean;
5
5
  onRunAggregation: () => void;
@@ -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;IAE5B,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CA8EzE,CAAC;;;;;;;;;;AAyBF,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,KAAK,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"}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { Workspace } from '../../../modules/workspace';
3
- declare type PipelineStagesProps = {
3
+ type PipelineStagesProps = {
4
4
  isResultsMode: boolean;
5
5
  stages: string[];
6
6
  showAddNewStage: boolean;
@@ -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;AAIF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CA+CvE,CAAC;;;;;AAiBF,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,KAAK,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"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- declare type PipelineSettingsProps = {
2
+ type PipelineSettingsProps = {
3
3
  isSavePipelineDisplayed?: boolean;
4
4
  isCreatePipelineDisplayed?: boolean;
5
5
  isExportToLanguageEnabled?: boolean;
@@ -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;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"}
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,KAAK,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"}
@@ -1,12 +1,14 @@
1
1
  import React from 'react';
2
2
  import type { PipelineMode } from '../../../modules/pipeline-builder/pipeline-mode';
3
- declare type PipelineExtraSettingsProps = {
3
+ type PipelineExtraSettingsProps = {
4
4
  isAutoPreview: boolean;
5
5
  isPipelineModeDisabled: boolean;
6
+ isSidePanelOpen: boolean;
6
7
  pipelineMode: PipelineMode;
7
8
  onToggleAutoPreview: (newVal: boolean) => void;
8
9
  onChangePipelineMode: (newVal: PipelineMode) => void;
9
10
  onToggleSettings: () => void;
11
+ onToggleSidePanel: () => void;
10
12
  };
11
13
  export declare const PipelineExtraSettings: React.FunctionComponent<PipelineExtraSettingsProps>;
12
14
  declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineExtraSettingsProps>, {
@@ -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,CAmE3B,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,KAAoB,MAAM,OAAO,CAAC;AAiBzC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AA4BpF,KAAK,0BAA0B,GAAG;IAChC,aAAa,EAAE,OAAO,CAAC;IACvB,sBAAsB,EAAE,OAAO,CAAC;IAChC,eAAe,EAAE,OAAO,CAAC;IACzB,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;IAC7B,iBAAiB,EAAE,MAAM,IAAI,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CACzD,0BAA0B,CAgH3B,CAAC;;;;;AAkBF,wBAAqE"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- declare type SaveMenuProps = {
2
+ type SaveMenuProps = {
3
3
  disabled?: boolean;
4
4
  pipelineName: string;
5
5
  isCreateViewAvailable: boolean;
@@ -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;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"}
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,KAAK,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"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- declare type PipelineNameProps = {
2
+ type PipelineNameProps = {
3
3
  name: string;
4
4
  isModified: boolean;
5
5
  };
@@ -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,KAAK,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,5 +1,5 @@
1
1
  import React from 'react';
2
- declare type SavePipelineCardProps = {
2
+ type SavePipelineCardProps = {
3
3
  id: string;
4
4
  name: string;
5
5
  onOpenPipeline: () => void;
@@ -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,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"}
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,KAAK,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"}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { StoredPipeline } from '../../utils/pipeline-storage';
3
- declare type SavedPipelinesProps = {
3
+ type SavedPipelinesProps = {
4
4
  namespace: string;
5
5
  savedPipelines: StoredPipeline[];
6
6
  onOpenPipeline: (pipelineData: StoredPipeline) => void;
@@ -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;AAe1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AA0CnE,aAAK,mBAAmB,GAAG;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,cAAc,EAAE,CAAC;IACjC,cAAc,EAAE,CAAC,YAAY,EAAE,cAAc,KAAK,IAAI,CAAC;IACvD,gBAAgB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;CAChD,CAAC;AAEF,eAAO,MAAM,cAAc,qEAKxB,mBAAmB,gBA4CrB,CAAC;;;;;AAWF,wBAA8D"}
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;AAe1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AA0CnE,KAAK,mBAAmB,GAAG;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,cAAc,EAAE,CAAC;IACjC,cAAc,EAAE,CAAC,YAAY,EAAE,cAAc,KAAK,IAAI,CAAC;IACvD,gBAAgB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;CAChD,CAAC;AAEF,eAAO,MAAM,cAAc,qEAKxB,mBAAmB,gBA4CrB,CAAC;;;;;AAWF,wBAA8D"}
@@ -1,3 +1,3 @@
1
1
  export default SavingPipelineModal;
2
- import SavingPipelineModal from "./saving-pipeline-modal";
2
+ import SavingPipelineModal from './saving-pipeline-modal';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/saving-pipeline-modal/index.js"],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/saving-pipeline-modal/index.js"],"names":[],"mappings":";gCAAgC,yBAAyB"}
@@ -17,6 +17,6 @@ declare class SavingPipelineModal extends React.PureComponent<any, any, any> {
17
17
  save(): void;
18
18
  render(): React.Component;
19
19
  }
20
- import React from "react";
21
- import PropTypes from "prop-types";
20
+ import React from 'react';
21
+ import PropTypes from 'prop-types';
22
22
  //# sourceMappingURL=saving-pipeline-modal.d.ts.map
@@ -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;IA0D42iB,wBAA8C;IAAA,sCAAyJ;IAlDrjjB,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;kBA1EoC,OAAO;sBACtB,YAAY"}
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type SettingsProps = {
2
+ type SettingsProps = {
3
3
  isAtlasDeployed: boolean;
4
4
  isCommenting: boolean;
5
5
  isExpanded: boolean;
@@ -1 +1 @@
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
+ {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/components/settings/settings.tsx"],"names":[],"mappings":";AA2FA,KAAK,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,3 +1,3 @@
1
1
  export default StageEditor;
2
- import StageEditor from "./stage-editor";
2
+ import StageEditor from './stage-editor';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor/index.js"],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor/index.js"],"names":[],"mappings":";wBAAwB,gBAAgB"}
@@ -1,26 +1,29 @@
1
1
  import React from 'react';
2
2
  import type { MongoServerError } from 'mongodb';
3
- import type { AceEditor, CompletionWithServerInfo } from '@mongodb-js/compass-editor';
3
+ import type { EditorRef } from '@mongodb-js/compass-editor';
4
4
  import type { PipelineParserError } from '../../modules/pipeline-builder/pipeline-parser/utils';
5
- declare type StageEditorProps = {
5
+ type StageEditorProps = {
6
6
  index: number;
7
7
  stageOperator: string | null;
8
8
  stageValue: string | null;
9
9
  serverVersion: string;
10
- autocompleteFields: CompletionWithServerInfo[];
10
+ autocompleteFields: {
11
+ name: string;
12
+ description?: string;
13
+ }[];
11
14
  syntaxError: PipelineParserError | null;
12
15
  serverError: MongoServerError | null;
13
16
  num_stages: number;
14
17
  editor_view_type: string;
15
18
  className?: string;
16
19
  onChange: (index: number, value: string) => void;
17
- onLoad?: (editor: AceEditor) => void;
20
+ editorRef?: React.Ref<EditorRef>;
18
21
  };
19
- export declare const StageEditor: ({ stageValue, stageOperator, index, onChange, serverError, syntaxError, className, autocompleteFields, serverVersion, num_stages, editor_view_type, onLoad, }: StageEditorProps) => JSX.Element;
20
- declare const _default: import("react-redux").ConnectedComponent<({ stageValue, stageOperator, index, onChange, serverError, syntaxError, className, autocompleteFields, serverVersion, num_stages, editor_view_type, onLoad, }: StageEditorProps) => JSX.Element, {
22
+ export declare const StageEditor: ({ stageValue, stageOperator, index, onChange, serverError, syntaxError, className, autocompleteFields, serverVersion, num_stages, editor_view_type, editorRef, }: StageEditorProps) => JSX.Element;
23
+ declare const _default: import("react-redux").ConnectedComponent<({ stageValue, stageOperator, index, onChange, serverError, syntaxError, className, autocompleteFields, serverVersion, num_stages, editor_view_type, editorRef, }: StageEditorProps) => JSX.Element, {
21
24
  className?: string | undefined;
22
- onLoad?: ((editor: import("ace-builds").Ace.Editor) => void) | undefined;
23
25
  index: number;
26
+ editorRef?: React.Ref<EditorRef> | undefined;
24
27
  context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
25
28
  store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
26
29
  }>;